:root{--color-bg: #181614;--color-bg-raised: #1e1c19;--color-surface: #252220;--color-surface-hover: #2e2a27;--color-text: #ede8e1;--color-text-secondary: #a39d95;--color-text-muted: #918a82;--color-border: #332f2b;--color-border-subtle: #2a2623;--color-accent: #d4943a;--color-accent-hover: #e0a44e;--color-accent-muted: rgba(212, 148, 58, .15);--color-accent-glow: rgba(212, 148, 58, .06);--color-yes: #7bc67e;--color-no: #d46a6a;--color-maybe: #d4943a;--color-error: #d46a6a;--color-error-bg: rgba(212, 106, 106, .1);--radius: 12px;--radius-sm: 8px;--radius-lg: 16px;--font-display: "Instrument Serif", Georgia, serif;--font-body: "Outfit", system-ui, sans-serif;--header-bg: rgba(24, 22, 20, .82);color-scheme:dark}@media(prefers-color-scheme:light){:root{--color-bg: #f8f5f1;--color-bg-raised: #f2ede8;--color-surface: #ffffff;--color-surface-hover: #faf7f3;--color-text: #2c2622;--color-text-secondary: #6b6259;--color-text-muted: #9e958c;--color-border: #e2dbd2;--color-border-subtle: #ece6de;--color-accent: #b8792b;--color-accent-hover: #a36a22;--color-accent-muted: rgba(184, 121, 43, .1);--color-accent-glow: rgba(184, 121, 43, .05);--color-error-bg: rgba(212, 106, 106, .08);--header-bg: rgba(248, 245, 241, .85);color-scheme:light}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-weight:400;line-height:1.55;color:var(--color-text);background:var(--color-bg);min-height:100dvh;display:flex;flex-direction:column}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}:focus:not(:focus-visible){outline:none}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}input,textarea,select,button{font:inherit;color:inherit}ul,ol{list-style:none}.grain{position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.028;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px 256px}@media(prefers-color-scheme:light){.grain{opacity:.016}}.edge-texture{position:fixed;inset:0;pointer-events:none;z-index:9998;background:repeating-linear-gradient(45deg,transparent,transparent 28px,var(--color-accent) 28px,var(--color-accent) 29px),repeating-linear-gradient(-45deg,transparent,transparent 28px,var(--color-accent) 28px,var(--color-accent) 29px);mask-image:radial-gradient(ellipse 50% 60% at 50% 50%,transparent 50%,black 100%);-webkit-mask-image:radial-gradient(ellipse 50% 60% at 50% 50%,transparent 50%,black 100%);opacity:.035}@media(prefers-color-scheme:light){.edge-texture{opacity:.025}}.container{max-width:640px;margin:0 auto;padding:0 20px}header{position:sticky;top:0;z-index:100;backdrop-filter:blur(20px) saturate(1.3);-webkit-backdrop-filter:blur(20px) saturate(1.3);background:var(--header-bg);border-bottom:1px solid var(--color-border-subtle)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:56px}.logo{display:flex;align-items:center;color:var(--color-accent);transition:opacity .15s}.logo svg{display:block}.logo:hover{opacity:.8}.nav-user{display:flex;align-items:center;gap:12px}main{padding:32px 0 64px;animation:fadeIn .3s ease-out;flex:1}footer{border-top:1px solid var(--color-border-subtle);padding:20px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:var(--color-text-muted)}.footer-copy a{color:var(--color-text-muted);text-decoration:underline;text-underline-offset:2px}.footer-copy a:hover{color:var(--color-text-secondary)}.footer-nav{display:flex;gap:16px}.footer-nav a{color:var(--color-text-muted);transition:color .15s}.footer-nav a:hover{color:var(--color-text-secondary)}h1,h2,h3,h4{font-family:var(--font-body);font-weight:600;line-height:1.25}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1rem}.display{font-family:var(--font-display);font-style:italic;font-weight:400}.brand{font-family:var(--font-display);font-style:italic;font-weight:400;color:var(--color-accent)}.text-muted{color:var(--color-text-muted)}.text-secondary{color:var(--color-text-secondary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);font-weight:500;font-size:.9rem;cursor:pointer;transition:all .15s ease;white-space:nowrap;text-decoration:none}.btn:hover{background:var(--color-surface-hover);border-color:var(--color-text-muted);text-decoration:none}.btn-accent{background:var(--color-accent);border-color:var(--color-accent);color:#181614;font-weight:600}.btn-accent:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#181614}.btn-ghost{background:transparent;border-color:transparent;color:var(--color-text-secondary)}.btn-ghost:hover{background:var(--color-accent-muted);border-color:transparent;color:var(--color-text)}.btn-sm{padding:6px 14px;font-size:.82rem}.btn-lg{padding:14px 28px;font-size:1rem;border-radius:var(--radius)}.btn:disabled,.btn[disabled]{opacity:.4;cursor:not-allowed;pointer-events:none}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:16px;transition:border-color .2s,box-shadow .2s}.avatar{width:34px;height:34px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--color-accent-muted);color:var(--color-accent);font-weight:600;font-size:.82rem;flex-shrink:0;transition:box-shadow .15s}.avatar:hover{box-shadow:0 0 0 2px var(--color-accent-muted)}.avatar img{width:100%;height:100%;object-fit:cover}.mini-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:var(--color-accent-muted);color:var(--color-accent);font-weight:600;font-size:.7rem;border:2px solid var(--color-surface);flex-shrink:0}.mini-avatar img{width:100%;height:100%;object-fit:cover}input[type=text],input[type=email],input[type=url],input[type=datetime-local],textarea,select{width:100%;padding:10px 14px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.9rem;color:var(--color-text);transition:border-color .2s,box-shadow .2s;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-muted)}input::placeholder,textarea::placeholder{color:var(--color-text-muted)}label{display:block;font-size:.82rem;font-weight:500;color:var(--color-text-secondary);margin-bottom:6px}textarea{resize:vertical}.empty-state{text-align:center;padding:48px 16px;color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.empty-state p{margin-top:8px}.error-msg{background:var(--color-error-bg);color:var(--color-error);padding:12px 16px;border-radius:var(--radius-sm);font-size:.88rem;margin-bottom:16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .4s ease-out both}.fade-in-up{animation:fadeInUp .45s ease-out both}.stagger>*{animation:fadeInUp .45s ease-out both}.stagger>:nth-child(1){animation-delay:0s}.stagger>:nth-child(2){animation-delay:.05s}.stagger>:nth-child(3){animation-delay:.1s}.stagger>:nth-child(4){animation-delay:.15s}.stagger>:nth-child(5){animation-delay:.2s}.stagger>:nth-child(6){animation-delay:.25s}.stagger>:nth-child(7){animation-delay:.3s}.stagger>:nth-child(8){animation-delay:.35s}.glow-input{position:relative;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);transition:border-color .3s,box-shadow .3s}.glow-input:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-muted),0 0 28px var(--color-accent-glow),0 4px 20px #0000001f}.glow-input input{border:none;background:transparent;width:100%;padding:16px 18px;font-size:1.05rem;outline:none}.glow-input input:focus{box-shadow:none;border:none}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.glow-input.processing{border-color:var(--color-accent);background-image:linear-gradient(90deg,var(--color-surface) 0%,var(--color-accent-muted) 40%,var(--color-surface) 60%);background-size:800px 100%;animation:shimmer 1.8s ease-in-out infinite;box-shadow:0 0 0 3px var(--color-accent-muted),0 0 28px var(--color-accent-glow)}@media(prefers-reduced-motion:reduce){.glow-input.processing{animation:none}}@keyframes chatPulse{0%,to{box-shadow:0 4px 20px #0000004d,0 0 0 0 var(--color-accent-muted)}50%{box-shadow:0 4px 20px #0000004d,0 0 0 8px transparent}}@keyframes blink{0%,to{opacity:.7}50%{opacity:0}}
