:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#17201c;--muted:#65716b;--paper:#f5f2e9;--surface:#fffdf7;--line:#d8d5ca;--accent:#7c2438;--accent-dark:#591827;--brass:#9a762f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink)}body{min-width:320px;margin:0}a{color:inherit}button,input,textarea,select{font:inherit}.site-shell{grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.site-header,.site-footer{width:min(1120px,100% - 40px);margin:0 auto}.site-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:76px;display:flex}.site-footer{color:var(--muted);border-top:1px solid var(--line);padding:28px 0}.brand{font-family:Georgia,serif;font-size:1.55rem;font-weight:700;text-decoration:none}.nav,.actions{align-items:center;gap:20px;display:flex}.nav a{text-decoration:none}main{width:min(1120px,100% - 40px);margin:0 auto}.hero{padding:clamp(72px,10vw,140px) 0 80px}.hero h1{letter-spacing:-.045em;max-width:850px;margin:12px 0 24px;font-family:Georgia,serif;font-size:clamp(2.7rem,7vw,6.2rem);font-weight:500;line-height:.96}.hero-copy{max-width:680px;color:var(--muted);font-size:1.2rem;line-height:1.7}.eyebrow{color:var(--accent);letter-spacing:.13em;text-transform:uppercase;font-size:.76rem;font-weight:800}.button{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-weight:700;text-decoration:none;display:inline-flex}.button:hover{background:var(--accent-dark)}.button:disabled{cursor:wait;opacity:.65}.button-small{min-height:38px;padding:0 17px}.button-secondary{color:var(--accent);background:0 0}.text-link{color:var(--accent);font-weight:700}.feature-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:1px;margin-top:88px;display:grid}.feature-grid article{background:var(--surface);min-height:230px;padding:28px}.feature-grid span{color:var(--muted);font-size:.8rem}.feature-grid h2{margin-top:48px;font-family:Georgia,serif;font-size:1.55rem}.feature-grid p{color:var(--muted);line-height:1.55}.auth-card,.state-card{border:1px solid var(--line);background:var(--surface);width:min(520px,100%);margin:clamp(50px,10vw,110px) auto;padding:clamp(26px,5vw,48px)}.auth-card h1,.state-card h1,.dashboard h1{font-family:Georgia,serif;font-size:clamp(2rem,5vw,3.4rem);font-weight:500}.auth-form{gap:18px;margin-top:32px;display:grid}.auth-form label{gap:8px;font-size:.9rem;font-weight:700;display:grid}.auth-form input{border:1px solid var(--line);width:100%;min-height:48px;color:var(--ink);background:#fff;border-radius:6px;padding:0 14px}.auth-form input:focus{outline:3px solid color-mix(in srgb, var(--accent) 22%, transparent);border-color:var(--accent)}.field-hint,.auth-switch,.form-error,.status-message{color:var(--muted);font-size:.9rem;line-height:1.5}.form-error{color:#9b2d20}.auth-switch{text-align:center;margin-top:24px}.dashboard{justify-content:space-between;align-items:flex-start;gap:30px;padding:clamp(70px,10vw,130px) 0;display:flex}.dashboard p{max-width:660px;color:var(--muted);font-size:1.08rem;line-height:1.7}.status-message{padding:80px 0}.profile-card,.settings-page{padding:clamp(42px,7vw,90px) 0}.profile-card{gap:36px;display:grid}.profile-heading,.avatar-editor{align-items:center;gap:clamp(22px,5vw,52px);display:flex}.avatar{border:1px solid var(--line);object-fit:cover;border-radius:24px;flex:none}.avatar-fallback{background:linear-gradient(145deg, var(--accent), #3a2730);color:#fff;place-items:center;font-family:Georgia,serif;font-size:clamp(2rem,6vw,4rem);display:grid}.profile-identity h1,.settings-page h1{overflow-wrap:anywhere;margin:4px 0;font-family:Georgia,serif;font-size:clamp(2.4rem,6vw,5rem);font-weight:500;line-height:1}.profile-handle{overflow-wrap:anywhere;color:var(--accent);font-size:1.1rem;font-weight:700}.profile-facts{color:var(--muted);flex-wrap:wrap;gap:8px 22px;margin:18px 0;display:flex}.profile-bio,.profile-empty{white-space:pre-wrap;overflow-wrap:anywhere;max-width:760px;font-size:1.08rem;line-height:1.75}.profile-empty{color:var(--muted)}.profile-sections{gap:26px;display:grid}.profile-section h2,.settings-card h2{font-family:Georgia,serif;font-size:1.45rem;font-weight:500}.chips,.option-grid{flex-wrap:wrap;gap:9px;padding:0;list-style:none;display:flex}.chips li,.check-chip{border:1px solid color-mix(in srgb, var(--brass) 55%, var(--line));background:var(--surface);border-radius:999px;padding:9px 13px;font-size:.9rem}.settings-page>header{max-width:680px;margin-bottom:36px}.settings-page>header p{color:var(--muted);line-height:1.6}.profile-form{gap:24px;display:grid}.settings-card{border:1px solid var(--line);background:var(--surface);border-radius:16px;gap:24px;padding:clamp(22px,4vw,38px);display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.profile-form label{gap:8px;font-weight:700;display:grid}.profile-form input:not([type=checkbox]),.profile-form textarea,.profile-form select{border:1px solid var(--line);width:100%;min-height:48px;color:var(--ink);background:#fff;border-radius:7px;padding:11px 13px}.profile-form textarea{resize:vertical;line-height:1.5}.profile-form input:focus-visible,.profile-form textarea:focus-visible,.profile-form select:focus-visible,.button:focus-visible,.text-button:focus-visible,.file-button:focus-within{outline:3px solid color-mix(in srgb, var(--accent) 25%, transparent);outline-offset:2px}.full-width{grid-column:1/-1}.input-prefix{align-items:center;display:flex}.input-prefix>span{z-index:1;color:var(--muted);margin-right:-30px}.input-prefix input{padding-left:30px!important}.settings-card fieldset{border:0;min-width:0;padding:0}.settings-card legend{margin-bottom:12px;font-weight:700}.settings-card legend small{color:var(--muted);font-weight:400}.check-chip{cursor:pointer;grid-template-columns:auto 1fr;align-items:center;gap:7px!important;font-weight:500!important;display:flex!important}.switch-row{grid-template-columns:auto 1fr;align-items:center;gap:10px!important;display:flex!important}.file-button{background:var(--accent);color:#fff;cursor:pointer;border-radius:999px;align-items:center;min-height:42px;padding:0 16px;display:inline-flex!important}.file-button input{opacity:0;width:1px;height:1px;position:absolute}.text-button{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:10px;font-weight:700}.form-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:18px;display:flex}.form-actions .form-error,.form-actions .form-success{margin-right:auto}.form-success{color:#27633f}.privacy-state p{color:var(--muted);line-height:1.6}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#f1eee7;--muted:#aaa9a4;--paper:#171719;--surface:#222226;--line:#3b393b;--accent:#b84b66;--accent-dark:#96364f;--brass:#c09a4a}.profile-form input:not([type=checkbox]),.profile-form textarea,.profile-form select{background:#19191c}}@media (max-width:760px){.site-header{min-height:68px}.nav>a:first-child{display:none}.hero{padding-top:64px}.actions{flex-direction:column;align-items:flex-start}.feature-grid{grid-template-columns:1fr;margin-top:58px}.feature-grid article{min-height:190px}.feature-grid h2{margin-top:28px}.dashboard{flex-direction:column}.profile-heading,.avatar-editor{flex-direction:column;align-items:flex-start}.form-grid{grid-template-columns:1fr}.full-width{grid-column:auto}.form-actions{flex-direction:column;align-items:stretch}}@media (prefers-reduced-motion:no-preference){.button{transition:background-color .16s,transform .16s}.button:hover{transform:translateY(-1px)}}
