*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#005bc1;--primary-hover:#004faa;--primary-light:#d8e2ff;--primary-text:#004ea8;--accent:#5f5c78;--accent-light:#d8d3f4;--bg:#f9f9fb;--surface:#fff;--surface-raised:#f2f4f6;--border:#dde3e9;--border-light:#ebeef2;--text:#2d3338;--text-2:#596065;--text-muted:#757c81;--text-disabled:#acb3b8;--danger:#9f403d;--danger-bg:#fe8983;--success:#16a34a;--success-bg:#f0fdf4;--warning:#d97706;--sans:"Inter", system-ui, -apple-system, sans-serif;--serif:"Newsreader", "Lora", "Georgia", serif;--mono:"JetBrains Mono", "Fira Code", "Courier New", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-md:1.125rem;--text-lg:1.25rem;--text-xl:1.75rem;--text-2xl:2.25rem;--lh-tight:1.2;--lh-normal:1.5;--lh-relaxed:1.7;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-8:32px;--sp-10:40px;--sp-12:48px;--sp-16:64px;--r-sm:4px;--r-md:8px;--r-lg:12px;--r-xl:16px;--r-full:9999px;--shadow-sm:0 1px 3px #2d33380d, 0 1px 2px #2d333808;--shadow-md:0 10px 25px -5px #2d33380f, 0 8px 16px -6px #2d33380a;--shadow-lg:0 20px 40px -5px #2d333814, 0 12px 24px -6px #2d33380f;--navbar-h:64px;--sidebar-w:260px;--sidebar-cw:72px;--feed-max-w:720px;--panel-w:300px;font-family:var(--sans);font-size:16px;line-height:var(--lh-normal);color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0c0e10;--surface:#16191c;--surface-raised:#1f2328;--border:#2d3338;--border-light:#22262a;--text:#ebeef2;--text-2:#acb3b8;--text-muted:#757c81;--text-disabled:#2d3338;--primary:#4b8eff;--primary-hover:#005bc1;--primary-light:#102a45;--primary-text:#d8e2ff;--accent:#cac6e6;--accent-light:#2a273a;--danger-bg:#2d1117;--success-bg:#0d2818;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 10px 25px -5px #0006;--shadow-lg:0 20px 40px -5px #00000080}}html[data-theme=dark]{--bg:#0c0e10;--surface:#16191c;--surface-raised:#1f2328;--border:#2d3338;--border-light:#22262a;--text:#ebeef2;--text-2:#acb3b8;--text-muted:#757c81;--text-disabled:#2d3338;--primary:#4b8eff;--primary-hover:#005bc1;--primary-light:#102a45;--primary-text:#d8e2ff;--accent:#cac6e6;--accent-light:#2a273a;--danger-bg:#2d1117;--success-bg:#0d2818;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 10px 25px -5px #0006;--shadow-lg:0 20px 40px -5px #00000080}html[data-theme=light]{--primary:#005bc1;--primary-hover:#004faa;--primary-light:#d8e2ff;--primary-text:#004ea8;--accent:#5f5c78;--accent-light:#d8d3f4;--bg:#f9f9fb;--surface:#fff;--surface-raised:#f2f4f6;--border:#dde3e9;--border-light:#ebeef2;--text:#2d3338;--text-2:#596065;--text-muted:#757c81;--text-disabled:#acb3b8;--danger-bg:#fe8983;--success-bg:#f0fdf4;--shadow-sm:0 1px 3px #2d33380d, 0 1px 2px #2d333808;--shadow-md:0 10px 25px -5px #2d33380f, 0 8px 16px -6px #2d33380a;--shadow-lg:0 20px 40px -5px #2d333814, 0 12px 24px -6px #2d33380f}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--r-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}body{background-color:var(--bg);min-height:100svh;transition:background-color .3s,color .3s,border-color .3s}.post-card,.draft-card,.settings-card,.site-navbar,.side-navbar,.theme-switch-btn,button,input,textarea{transition:background-color .3s,border-color .3s,color .2s,box-shadow .2s,transform .2s}.auth-page{background-color:var(--bg);min-height:100svh}#root{min-height:100svh}.stitched,.stitched-accent{border:1px solid var(--border)!important;box-shadow:var(--shadow-sm)!important}.theme-switch-btn{border:1px solid var(--border);color:var(--text-2);border-radius:var(--r-full);cursor:pointer;box-sizing:border-box;background:0 0;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:38px;height:38px;padding:8px;display:inline-flex}.theme-switch-btn:hover{border-color:var(--primary);color:var(--primary);background-color:var(--border-light);transform:scale(1.05)}.theme-switch-btn--navbar{margin-right:8px}.theme-switch-btn--sidebar{border-radius:var(--r-md);border-color:#0000;justify-content:flex-start;width:100%;height:auto;margin-bottom:8px;padding:10px 14px}.theme-switch-btn--sidebar:hover{background-color:var(--border-light);border-color:#0000;transform:none}.theme-switch-icon-wrap{flex-shrink:0;justify-content:center;align-items:center;display:flex}.theme-switch-label{font-size:13px;font-weight:500;font-family:var(--sans);white-space:nowrap;margin-left:10px}.auth-container{background:var(--bg);justify-content:center;align-items:center;min-height:100svh;padding:1rem;display:flex}.auth-card{background:var(--surface);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--shadow-md);width:100%;max-width:420px;padding:2.5rem 2rem}.auth-title{color:var(--text);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.auth-subtitle{color:var(--text-2);margin:0 0 1.75rem;font-size:.9rem}.auth-footer{text-align:center;color:var(--text-2);margin-top:1.25rem;font-size:.875rem}.auth-card form{flex-direction:column;gap:1.1rem;display:flex}.form-group{flex-direction:column;gap:.35rem;display:flex}.form-group label{color:var(--text);font-size:.875rem;font-weight:500}.label-row{justify-content:space-between;align-items:center;display:flex}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password]{border:1.5px solid var(--border);border-radius:var(--r-md);width:100%;color:var(--text);background:var(--surface);box-sizing:border-box;outline:none;padding:.625rem .875rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1f}.form-group input.input-error{border-color:var(--danger)}.form-group input.input-error:focus{box-shadow:0 0 0 3px #dc26261f}.input-wrapper{align-items:center;display:flex;position:relative}.input-wrapper input{flex:1;padding-right:2.75rem!important}.toggle-password{cursor:pointer;color:var(--text-2);background:0 0;border:none;padding:0;font-size:1rem;line-height:1;position:absolute;right:.75rem}.field-error{color:var(--danger);font-size:.8rem}.alert{border-radius:var(--r-md);margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.alert-error{background:var(--danger-bg);color:#b91c1c;border:1px solid #fecaca}.alert-success{background:var(--success-bg);color:#15803d;border:1px solid #bbf7d0}.password-strength{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.strength-bar{flex:1;gap:4px;display:flex}.strength-segment{border-radius:99px;flex:1;height:3px;transition:background .3s}.strength-label{text-align:right;min-width:40px;font-size:.75rem;font-weight:600}.checkbox-group{flex-direction:row;align-items:center}.checkbox-label{color:var(--text);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;font-weight:400;display:flex}.btn-primary{background:var(--primary);color:#fff;text-align:center;border-radius:var(--r-md);cursor:pointer;border:none;width:100%;margin-top:.25rem;padding:.7rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,opacity .2s;display:block}.btn-primary-mt{margin-top:1.5rem}.auth-note{font-size:.85rem}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{width:100%;color:var(--primary);border:1.5px solid var(--primary);border-radius:var(--r-md);cursor:pointer;background:0 0;margin-top:.25rem;padding:.7rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .2s}.btn-secondary:hover{background:var(--primary-light)}.link{color:var(--primary);cursor:pointer;font-family:inherit;font-weight:500;font-size:inherit;line-height:inherit;background:0 0;border:none;padding:0;text-decoration:none;display:inline}.link:hover{text-decoration:underline}.link-small{color:var(--primary);font-size:.8rem;text-decoration:none}.link-small:hover{text-decoration:underline}.password-requirements{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-md);flex-direction:column;gap:.35rem;margin:.4rem 0 0;padding:.75rem 1rem;list-style:none;display:flex}.password-requirements li{align-items:center;gap:.5rem;font-size:.8rem;transition:color .2s;display:flex}.req-met{color:var(--success)}.req-unmet{color:var(--text-muted)}.req-icon{text-align:center;width:14px;font-size:.75rem;font-weight:700}.success-icon{margin-bottom:.75rem;font-size:2.5rem}.error-boundary{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:2rem;display:flex}.error-boundary-icon{margin:0 0 .5rem;font-size:3rem}.error-boundary-title{color:var(--text);margin:0 0 .5rem;font-size:1.4rem;font-weight:700}.error-boundary-body{color:var(--text-2);max-width:320px;margin:0 0 1.5rem}.error-boundary-actions{flex-direction:column;gap:.5rem;width:100%;max-width:260px;display:flex}.status-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:2rem;display:flex}.status-code{color:var(--primary);margin:0 0 .25rem;font-size:5rem;font-weight:800;line-height:1}.status-title{color:var(--text);margin:0 0 .5rem;font-size:1.4rem;font-weight:700}.status-body{color:var(--text-2);margin:0 0 1.5rem}.status-cta{text-align:center;max-width:200px;padding:.625rem 1.5rem;text-decoration:none;display:inline-block}.legal-page{background:var(--bg);min-height:100svh;padding:2rem 1rem 4rem}.legal-topbar{max-width:760px;margin:0 auto 2rem}.legal-back{font-size:var(--text-sm);color:var(--text-2);align-items:center;gap:.375rem;font-weight:500;text-decoration:none;display:inline-flex}.legal-back:hover{color:var(--primary)}.legal-doc{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);max-width:760px;margin:0 auto;padding:2.5rem 2rem}.legal-doc h1{font-size:var(--text-xl);color:var(--text);margin:0 0 .375rem;font-weight:700}.legal-updated{font-size:var(--text-sm);color:var(--text-muted);margin:0 0 2rem}.legal-doc h2{font-size:var(--text-md);color:var(--text);border-top:1px solid var(--border-light);margin:2rem 0 .625rem;padding-top:.25rem;font-weight:600}.legal-doc h2:first-of-type{border-top:none}.legal-doc p{font-size:var(--text-base);color:var(--text-2);line-height:var(--lh-relaxed);margin:0 0 .875rem}.legal-doc ul{flex-direction:column;gap:.375rem;margin:0 0 .875rem;padding-left:1.375rem;display:flex}.legal-doc li{font-size:var(--text-base);color:var(--text-2);line-height:var(--lh-relaxed)}.legal-doc a{color:var(--primary);text-decoration:none}.legal-doc a:hover{text-decoration:underline}.legal-footer{max-width:760px;font-size:var(--text-sm);color:var(--text-muted);flex-wrap:wrap;gap:1.25rem;margin:1.5rem auto 0;display:flex}.legal-footer a{color:var(--text-muted);text-decoration:none}.legal-footer a:hover{color:var(--primary)}@media (width<=600px){.legal-doc{padding:1.5rem 1rem}}
