:root{color-scheme:light dark;--poseur-font-body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif;--poseur-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--poseur-radius: 6px;--poseur-max-width: 960px}:root,[data-theme=light]{--poseur-bg: #ffffff;--poseur-bg-subtle: #fafafa;--poseur-bg-muted: #f4f4f5;--poseur-fg: #0a0a0a;--poseur-fg-muted: #52525b;--poseur-fg-subtle: #a1a1aa;--poseur-border: #e4e4e7;--poseur-border-strong: #d4d4d8;--poseur-accent: #0f766e;--poseur-accent-fg: #ffffff;--poseur-accent-hover: #0d5d56}[data-theme=dark]{--poseur-bg: #0a0a0a;--poseur-bg-subtle: #111113;--poseur-bg-muted: #18181b;--poseur-fg: #fafafa;--poseur-fg-muted: #a1a1aa;--poseur-fg-subtle: #71717a;--poseur-border: #27272a;--poseur-border-strong: #3f3f46;--poseur-accent: #2dd4bf;--poseur-accent-fg: #042f2e;--poseur-accent-hover: #5eead4}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--poseur-bg: #0a0a0a;--poseur-bg-subtle: #111113;--poseur-bg-muted: #18181b;--poseur-fg: #fafafa;--poseur-fg-muted: #a1a1aa;--poseur-fg-subtle: #71717a;--poseur-border: #27272a;--poseur-border-strong: #3f3f46;--poseur-accent: #2dd4bf;--poseur-accent-fg: #042f2e;--poseur-accent-hover: #5eead4}}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--poseur-bg);color:var(--poseur-fg);font-family:var(--poseur-font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body{min-height:100dvh}.page{max-width:var(--poseur-max-width);margin:0 auto;padding:1.5rem}h1,h2,h3,h4{font-weight:600;letter-spacing:-.02em;margin:0 0 .5rem;color:var(--poseur-fg)}h1{font-size:2.25rem;line-height:1.15}h2{font-size:1.5rem;line-height:1.3;margin-top:2.5rem}h3{font-size:1.125rem;line-height:1.4;margin-top:1.5rem}p{margin:0 0 1rem;color:var(--poseur-fg-muted)}a{color:var(--poseur-accent);text-decoration:none;border-bottom:1px solid transparent}a:hover{color:var(--poseur-accent-hover);border-bottom-color:currentColor}code,pre,kbd,samp{font-family:var(--poseur-font-mono);font-size:.875em}code{background:var(--poseur-bg-muted);padding:.125em .375em;border-radius:4px;border:1px solid var(--poseur-border)}pre{background:var(--poseur-bg-subtle);border:1px solid var(--poseur-border);border-radius:var(--poseur-radius);padding:1rem 1.25rem;overflow-x:auto;line-height:1.5;color:var(--poseur-fg)}pre code{background:transparent;border:none;padding:0}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 0 2rem;border-bottom:1px solid var(--poseur-border);margin-bottom:3rem}.nav-brand{font-weight:600;font-size:1rem;letter-spacing:-.01em;color:var(--poseur-fg);border:none}.nav-brand:hover{color:var(--poseur-fg)}.nav-links{display:flex;gap:1.5rem;font-size:.9375rem}.nav-links a{color:var(--poseur-fg-muted);border:none}.nav-links a:hover{color:var(--poseur-fg)}.hero{padding:2rem 0 3rem}.hero h1{font-size:2.75rem;margin-bottom:1rem}.hero .tagline{font-size:1.125rem;color:var(--poseur-fg-muted);max-width:42rem;margin-bottom:2rem}.btn{display:inline-block;padding:.5rem 1rem;font:inherit;font-size:.9375rem;font-weight:500;border-radius:var(--poseur-radius);border:1px solid var(--poseur-border-strong);background:var(--poseur-bg);color:var(--poseur-fg);cursor:pointer;text-decoration:none;transition:background .12s,border-color .12s}.btn:hover{background:var(--poseur-bg-muted);border-color:var(--poseur-fg-subtle);color:var(--poseur-fg)}.btn-primary{background:var(--poseur-accent);color:var(--poseur-accent-fg);border-color:var(--poseur-accent)}.btn-primary:hover{background:var(--poseur-accent-hover);border-color:var(--poseur-accent-hover);color:var(--poseur-accent-fg)}.btn-row{display:flex;gap:.75rem;flex-wrap:wrap}.card{border:1px solid var(--poseur-border);border-radius:var(--poseur-radius);padding:1.25rem 1.5rem;background:var(--poseur-bg-subtle)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin:2rem 0}.muted{color:var(--poseur-fg-muted)}.small{font-size:.875rem}input[type=text],input[type=password],input[type=email],textarea{width:100%;padding:.5rem .75rem;font:inherit;font-family:var(--poseur-font-mono);font-size:.9375rem;background:var(--poseur-bg);color:var(--poseur-fg);border:1px solid var(--poseur-border-strong);border-radius:var(--poseur-radius);transition:border-color .12s,box-shadow .12s}input:focus,textarea:focus{outline:none;border-color:var(--poseur-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--poseur-accent) 18%,transparent)}label{font-size:.875rem;color:var(--poseur-fg-muted);display:block;margin-bottom:.375rem}footer{margin-top:6rem;padding:2rem 0;border-top:1px solid var(--poseur-border);color:var(--poseur-fg-subtle);font-size:.875rem}
