:root{--bg:#f6f0e4;--bg-surface:#fbf7ef;--bg-muted:#ece2d2;--bg-sunken:#fffaf1;--text:#201915;--text-secondary:#473b32;--text-muted:#75685b;--text-faint:#6f6257;--border:#dfd2bf;--border-muted:#eadfce;--border-strong:#c9b79f;--accent:#c2410c;--accent-hover:#9a3412;--accent-soft:#ffedd5;--accent-contrast:#fff;--danger:#b91c1c;--danger-hover:#991b1b;--danger-soft:#fef2f2;--success:#166534;--success-soft:#f0fdf4;--warning:#854d0e;--warning-soft:#fefce8;--ring:#c2410c59;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--font-sans:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-serif:Georgia, "Times New Roman", serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--radius-sm:.25rem;--radius:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-full:9999px;--sidebar-width:15rem;--topbar-height:3.5rem}:root.dark{--bg:#14191c;--bg-surface:#1b2226;--bg-muted:#242d32;--bg-sunken:#0e1215;--text:#f6f0e4;--text-secondary:#dfd2bf;--text-muted:#b9aa98;--text-faint:#8d8174;--border:#2b3439;--border-muted:#20282c;--border-strong:#455158;--accent:#fb923c;--accent-hover:#f97316;--accent-soft:#f9731624;--accent-contrast:#14191c;--danger:#f87171;--danger-hover:#fca5a5;--danger-soft:#dc26261f;--success:#4ade80;--success-soft:#16a34a1f;--warning:#facc15;--warning-soft:#ca8a041f;--ring:#fb923c73;--shadow-sm:0 1px 2px 0 #0006;--shadow-md:0 4px 6px -1px #00000080, 0 2px 4px -2px #00000080;--shadow-lg:0 10px 15px -3px #0009, 0 4px 6px -4px #0009}*,:before,:after{box-sizing:border-box}*{margin:0}html,body{height:100%}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:1rem;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:0;padding:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--text);font-weight:700;line-height:1.2}p{overflow-wrap:break-word}:where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn{border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--accent);color:var(--accent-contrast)}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-secondary{background:var(--bg-surface);color:var(--text);border-color:var(--border)}.btn-secondary:hover:not(:disabled){background:var(--bg-muted)}.btn-ghost{color:var(--text-secondary);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--bg-muted);color:var(--text)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:var(--danger-hover)}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.btn-block{width:100%}.form-field{flex-direction:column;gap:.375rem;display:flex}.form-label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.form-input,.form-textarea,.form-select{background:var(--bg);width:100%;color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring);outline:none}.form-input:disabled,.form-textarea:disabled,.form-select:disabled{background:var(--bg-surface);color:var(--text-muted);cursor:not-allowed}.form-hint{color:var(--text-muted);font-size:.8125rem}.form-error{color:var(--danger);font-size:.8125rem}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.card-padded{padding:1.5rem}.card-header{border-bottom:1px solid var(--border);padding:1rem 1.5rem}.card-body{padding:1.5rem}.badge{border-radius:var(--radius-full);background:var(--bg-muted);color:var(--text-secondary);align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.badge-accent{background:var(--accent-soft);color:var(--accent)}.badge-success{background:var(--success-soft);color:var(--success)}.badge-warning{background:var(--warning-soft);color:var(--warning)}.badge-danger{background:var(--danger-soft);color:var(--danger)}.link{color:var(--accent);text-decoration:none}.link:hover{text-underline-offset:3px;text-decoration:underline}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in{animation:.2s ease-out fade-in}.animate-scale-in{animation:.2s ease-out scale-in}.animate-spin{animation:1s linear infinite spin}.kicker{font-family:var(--font-sans);letter-spacing:.22em;text-transform:uppercase;font-size:.72rem;font-weight:700}.masthead-rule{border-bottom:4px double var(--accent)}.section-rule{border-bottom:1px solid var(--border)}.prose-editorial{font-family:var(--font-serif);color:var(--text);max-width:65ch;font-size:1.05rem;line-height:1.75}.prose-editorial h2{font-family:var(--font-sans);letter-spacing:.01em;border-bottom:2px solid var(--accent);color:var(--accent);margin:3rem 0 1rem;padding-bottom:.375rem;font-size:1.5rem;font-weight:800}.prose-editorial h3{font-family:var(--font-sans);color:var(--text);margin:1.75rem 0 .5rem;font-size:1.15rem;font-weight:700}.prose-editorial p{margin:0 0 1rem}.prose-editorial ul,.prose-editorial ol{margin:0 0 1.25rem 1.25rem}.prose-editorial li{margin-bottom:.5rem;line-height:1.6}.prose-editorial a{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.prose-editorial a:hover{text-decoration-thickness:2px}.prose-editorial blockquote{border-left:3px solid var(--accent);color:var(--text-secondary);margin:1.25rem 0;padding:.25rem 0 .25rem 1.125rem;font-style:italic}.prose-editorial strong{color:var(--text);font-weight:700}.prose-editorial hr{border:0;border-top:1px solid var(--border);margin:2.5rem 0}.prose-editorial code{font-family:var(--font-mono);background:var(--bg-muted);border-radius:3px;padding:1px 6px;font-size:.92em}.prose-editorial pre{background:var(--bg-muted);border-radius:var(--radius);margin:1.25rem 0;padding:.875rem 1rem;overflow-x:auto}.prose-editorial pre code{background:0 0;padding:0}.prose-editorial aside.pullquote{font-family:var(--font-serif);color:var(--accent);border-top:2px solid var(--accent);border-bottom:2px solid var(--accent);text-align:center;margin:2rem 0;padding:1.125rem .25rem;font-size:1.35rem;font-style:italic;line-height:1.4}.prose-editorial aside.callout{font-family:var(--font-sans);background:var(--bg-surface);border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;margin:1.75rem 0;padding:.875rem 1.125rem;font-size:.95rem}.prose-editorial .callout-label{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.375rem;font-size:.72em;font-weight:700}.prose-editorial .callout-body{line-height:1.6}.auth-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.auth-error{background:var(--danger-soft);border:1px solid var(--danger);color:var(--danger);border-radius:var(--radius);padding:.75rem 1rem;font-size:.875rem}.auth-error-link{color:var(--danger);text-underline-offset:2px;font-weight:600;text-decoration:underline}.auth-error-link:hover{opacity:.8}.auth-label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.auth-input{border-radius:var(--radius);padding:.5rem 1rem}.primary-button{background:var(--accent);width:100%;color:var(--accent-contrast);border-radius:var(--radius);justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-weight:600;transition:background-color .2s;display:flex}.primary-button:hover:not(:disabled){background:var(--accent-hover)}.primary-button:disabled{background:var(--accent);opacity:.6;cursor:not-allowed}.dark-cta{background:var(--text);width:100%;color:var(--bg);border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background-color .15s,color .15s;display:flex}.dark-cta:hover:not(:disabled){background:var(--accent);color:var(--accent-contrast)}.dark-cta:disabled{opacity:.5;cursor:not-allowed}.auth-divider{text-align:center;margin:1.5rem 0;position:relative}.auth-divider:before{content:"";border-top:1px solid var(--border);position:absolute;inset:50% 0 auto}.auth-divider-text{background:var(--bg);color:var(--text-muted);padding:0 .5rem;font-size:.875rem;position:relative}.oauth-stack{flex-direction:column;gap:.75rem;display:flex}.oauth-button{border-radius:var(--radius);justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.75rem;font-weight:600;transition:background-color .2s,border-color .2s;display:flex}.oauth-button:disabled{opacity:.5;cursor:not-allowed}.oauth-google{background:var(--bg);border:1px solid var(--border-strong);color:var(--text-secondary)}.oauth-google:hover:not(:disabled){background:var(--bg-surface)}:root.dark .oauth-google{color:#201915;background:#f6f0e4;border-color:#dfd2bf}:root.dark .oauth-google:hover:not(:disabled){background:#fbf7ef}.oauth-apple{color:#fff;background:#000}.oauth-apple:hover:not(:disabled){background:#1a1a1a}.oauth-icon{width:1.25rem;height:1.25rem}.auth-links{text-align:center;color:var(--text-secondary);flex-direction:column;gap:.5rem;margin-top:1.5rem;font-size:.875rem;display:flex}.forgot-link{color:var(--text-muted);font-size:.75rem;transition:color .15s}.forgot-link:hover{color:var(--accent)}.signup-line,.signin-line{color:var(--text-secondary)}.signup-link,.signin-link{color:var(--accent);font-weight:600}.signup-link:hover,.signin-link:hover{color:var(--accent-hover)}.resend-note{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.75rem}.resend-link{color:var(--accent);margin-left:.25rem;font-weight:600}.icon-xs{width:.75rem;height:.75rem}.icon-sm{width:1rem;height:1rem}.icon-md{width:1.25rem;height:1.25rem}.icon-lg{width:1.5rem;height:1.5rem}.spinner,.is-spinning{animation:1s linear infinite spin}.accent{color:var(--accent)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
