@font-face{font-family:Inter var;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/inter-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2000-206F,U+20BA,U+2122}@font-face{font-family:Inter var;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/inter-latin-ext.woff2)format("woff2");unicode-range:U+100-2AF,U+1E??,U+2020,U+20A0-20AB,U+20AD-20C0}@font-face{font-family:Fraunces;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/fraunces-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2000-206F,U+20BA,U+2122}@font-face{font-family:Fraunces;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/fraunces-latin-ext.woff2)format("woff2");unicode-range:U+100-2AF,U+1E??,U+2020,U+20A0-20AB,U+20AD-20C0}@font-face{font-family:Outfit;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/outfit-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2000-206F,U+20BA,U+2122}@font-face{font-family:Outfit;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/outfit-latin-ext.woff2)format("woff2");unicode-range:U+100-2AF,U+1E??,U+2020,U+20A0-20AB,U+20AD-20C0}:root{--font-body:"Inter var", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display:var(--font-body);--bg:#faf8f5;--surface:#fff;--surface-2:#f2eee8;--border:#e3ddd4;--text:#1f1b16;--text-soft:#6b6155;--accent:#b4531f;--accent-soft:#fdf1e7;--accent-text:#fff;--danger:#b3261e;--success:#1d7a45;--warn:#a86400;--radius:14px;--radius-sm:9px;--shadow:0 1px 2px #1f1b160f, 0 4px 14px #1f1b160d;--tap:44px}@media (prefers-color-scheme:dark){:root{--bg:#17150f;--surface:#221f18;--surface-2:#2c2820;--border:#3a3529;--text:#f4efe6;--text-soft:#a89d8c;--accent:#e8823c;--accent-soft:#33251a;--accent-text:#1a1409;--danger:#f2b8b5;--success:#6ddc9b;--warn:#e8b44c;--shadow:0 1px 2px #0006, 0 4px 14px #0000004d}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-size:16px;line-height:1.45}h1,h2,h3{font-weight:650;line-height:1.25;font-family:var(--font-display);margin:0}h1{font-size:1.35rem}h2{font-size:1.1rem}h3{font-size:1rem}button{font:inherit;color:inherit;cursor:pointer;border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-sm);min-height:var(--tap);padding:0 14px}button:disabled{opacity:.5;cursor:default}.btn-primary{background:var(--accent);color:var(--accent-text);border-color:#0000;font-weight:600}input,select,textarea{font:inherit;color:inherit;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);min-height:var(--tap);width:100%;padding:10px 12px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.muted{color:var(--text-soft)}.icon{vertical-align:-.15em;flex:none;display:inline-block}.center-screen{text-align:center;place-items:center;min-height:100dvh;padding:24px;display:grid}.state-box{max-width:380px}.state-box .emoji{margin-bottom:10px;font-size:2.5rem;display:block}.state-box .icon{color:var(--text-soft);margin-bottom:10px}.skeleton{max-width:560px;margin:0 auto}.sk-block{background:var(--surface-2);border-radius:var(--radius-sm);animation:1.3s ease-in-out infinite sk-pulse}@keyframes sk-pulse{0%,to{opacity:1}50%{opacity:.55}}@media (prefers-reduced-motion:reduce){.sk-block{animation:none}}.sk-header{background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:14px 16px;display:flex}.sk-avatar{border-radius:10px;flex:none;width:42px;height:42px}.sk-title{width:45%;height:17px}.sk-sub{width:27%;height:12px;margin-top:7px}.sk-tabs{gap:8px;padding:10px 16px;display:flex}.sk-tab{border-radius:999px;flex:none;width:78px;height:34px}.sk-list{gap:8px;padding:16px;display:grid}.sk-row{border-radius:var(--radius);height:76px}.sheet-backdrop{z-index:40;background:#14100a80;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{background:var(--bg);border-radius:18px 18px 0 0;flex-direction:column;width:100%;max-width:560px;max-height:88dvh;animation:.18s ease-out sheet-up;display:flex}@keyframes sheet-up{0%{opacity:.6;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.sheet{animation:none}}.sheet-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 16px 10px;display:flex}.sheet-head p{margin:3px 0 0;font-size:.85rem}.sheet-close{background:var(--surface-2);border:none;border-radius:50%;place-items:center;width:36px;min-width:36px;height:36px;min-height:36px;padding:0;display:grid}.sheet-body{flex:1;padding:6px 16px 16px;overflow-y:auto}.sheet-foot{padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px;display:flex}.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}
