.sheet-bg.svelte-sn2r8g{opacity:0;pointer-events:none;z-index:60;background:#0a0e146b;transition:opacity .22s;position:fixed;inset:0}.sheet-bg.on.svelte-sn2r8g{opacity:1;pointer-events:auto}.sheet.svelte-sn2r8g{background:var(--card);width:100%;max-width:430px;padding:8px 16px calc(18px + env(safe-area-inset-bottom,0px));z-index:61;border-radius:20px 20px 0 0;transition:transform .28s cubic-bezier(.2,.8,.2,1);position:fixed;bottom:0;left:50%;transform:translate(-50%,100%);box-shadow:0 -8px 34px #00000038}.sheet.on.svelte-sn2r8g{transform:translate(-50%)}.grab.svelte-sn2r8g{background:var(--line);border-radius:4px;width:38px;height:4px;margin:6px auto 14px}.sheet.svelte-sn2r8g h3:where(.svelte-sn2r8g){letter-spacing:-.01em;margin:0 0 2px;font-size:18px}.sheet.svelte-sn2r8g .sub:where(.svelte-sn2r8g){color:var(--sub);margin:0 0 14px;font-size:12.5px}.method.svelte-sn2r8g{border:1px solid var(--line);background:var(--card);text-align:left;cursor:pointer;width:100%;color:var(--ink);border-radius:13px;align-items:center;gap:12px;margin-bottom:9px;padding:12px;font-family:inherit;display:flex}.method.star.svelte-sn2r8g{border-color:color-mix(in srgb, var(--accent) 40%, var(--line));background:color-mix(in srgb, var(--accent) 5%, var(--card))}.method.svelte-sn2r8g .mi:where(.svelte-sn2r8g){background:var(--accent-soft);width:40px;height:40px;color:var(--accent);border-radius:11px;flex:none;place-items:center;font-size:19px;display:grid}.method.svelte-sn2r8g .mtxt:where(.svelte-sn2r8g){flex-direction:column;min-width:0;display:flex}.method.svelte-sn2r8g .mt:where(.svelte-sn2r8g){font-size:14.5px;font-weight:700}.method.svelte-sn2r8g .ms:where(.svelte-sn2r8g){color:var(--sub);font-size:12px}.method.svelte-sn2r8g .tag:where(.svelte-sn2r8g){text-transform:uppercase;letter-spacing:.06em;color:var(--accent);background:var(--accent-soft);border-radius:6px;flex:none;margin-left:auto;padding:3px 8px;font-size:9.5px;font-weight:800}:root{--bg:#fff;--bg2:#f4f5f8;--outer:#eef0f3;--card:#fff;--ink:#16181d;--sub:#787f8c;--line:#ececf1;--accent:#0e7c6b;--accent-soft:#e4f3ef;--accent-on:#fff;--cellline:#e6e8ee;--date:#3c434f;--faint:#b9c0cb;--dim-bg:#f7f9fb;--dim-d:#ccd1d9;--pill-edge:#00000024;--greypill:#eef0f3;--grey-edge:#0000000a;--label:#3b5bdb;--slate-bg:#eef0f4;--slate-fg:#4a525f;--dash:#c3cad4;--amber:#c07f2c;--amber-soft:#f6ecd9;--hol:#e2662f;--note-plain-bg:#e9ecf1;--note-plain-fg:#414b59;--note-berry-bg:#f5dcea;--note-berry-fg:#8f2160;--note-violet-bg:#e6e0f8;--note-violet-fg:#4d34a3;--note-ocean-bg:#d9e6f9;--note-ocean-fg:#0d4ba6;--day:#f6d873;--day-fg:#6b4a0e;--sday:#eac562;--sday-fg:#5f420c;--avo:#94baf3;--avo-fg:#1f4aa8;--night:#f2a99c;--night-fg:#8a2f23;--grey:#d1d7df;--grey-fg:#525c6b;--off:#a2dabf;--off-fg:#1a663d;--al:#a0dae5;--al-fg:#116374;--at:#c2b7ec;--at-fg:#493a95;--warn:#e67e22;--danger:#c0392b;--ok:#2e9e5b}:root[data-theme=dark]{--bg:#0f141b;--bg2:#212a36;--outer:#0a0d11;--card:#161d27;--ink:#e7ecf3;--sub:#8d97a7;--line:#242d3a;--accent:#3cc0a6;--accent-soft:#15302a;--accent-on:#0f141b;--cellline:#222b37;--date:#c6cfdb;--faint:#4d5766;--dim-bg:#1b232f;--dim-d:#465160;--pill-edge:#ffffff12;--greypill:#222a35;--grey-edge:#ffffff0a;--label:#4263e0;--slate-bg:#27303d;--slate-fg:#aeb8c6;--dash:#3c4756;--amber:#d99a4e;--amber-soft:#3a2f18;--hol:#f0794a;--note-plain-bg:#27303d;--note-plain-fg:#aeb8c6;--note-berry-bg:#46203a;--note-berry-fg:#f0a2ce;--note-violet-bg:#2b2550;--note-violet-fg:#bcadf5;--note-ocean-bg:#17304f;--note-ocean-fg:#8db9f5;--day:#4a3c12;--day-fg:#f2cf62;--sday:#43350f;--sday-fg:#e3bd50;--avo:#1c3050;--avo-fg:#9dc0f6;--night:#4d221b;--night-fg:#f2a496;--grey:#2a323e;--grey-fg:#aeb8c6;--off:#1e3a2c;--off-fg:#8fd6ae;--al:#143138;--al-fg:#7fcadb;--at:#2b2643;--at-fg:#b7a9ef;--warn:#e8913f;--danger:#e0604f;--ok:#3fbb72}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{height:100%}body{overscroll-behavior:none;background:var(--outer);color:var(--ink);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.card{background:var(--card);border:1px solid var(--line);border-radius:14px;margin-bottom:12px;padding:14px}.card h2{margin:0 0 6px;font-size:15px}.card p{color:var(--sub);margin:4px 0;font-size:13px;line-height:1.45}.btn{cursor:pointer;background:var(--accent);color:var(--accent-on);text-align:center;border:0;border-radius:11px;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:700;display:inline-block}.btn.secondary{background:var(--accent-soft);color:var(--accent)}.btn.ghost{color:var(--sub);background:0 0;font-weight:600}.btn.danger{color:var(--danger);background:0 0;font-weight:600}.btn:disabled{opacity:.4}.btn.sm{border-radius:9px;width:auto;padding:8px 12px;font-size:13px}.row{gap:8px;display:flex}.chip{border:1.5px solid var(--line);background:var(--card);cursor:pointer;color:var(--ink);border-radius:99px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:600}.chip.sel{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.chips{flex-wrap:wrap;gap:8px;margin:10px 0;display:flex}input[type=text],input[type=email],select{border:1.5px solid var(--line);background:var(--card);width:100%;color:var(--ink);border-radius:11px;margin:6px 0;padding:12px;font-family:inherit;font-size:15px}.fld{color:var(--sub);text-transform:uppercase;letter-spacing:.4px;margin-top:12px;font-size:12px;font-weight:700;display:block}.hint{color:var(--sub);margin-top:8px;font-size:11.5px;line-height:1.45}.empty{text-align:center;color:var(--sub);padding:34px 20px;font-size:13px;line-height:1.5}.phone.svelte-12qhfyh{background:var(--bg);max-width:430px;height:100%;padding-top:env(safe-area-inset-top,0px);flex-direction:column;margin:0 auto;display:flex;position:relative;box-shadow:0 0 40px #00000026}header.svelte-12qhfyh{background:var(--card);border-bottom:1px solid var(--line);z-index:20;flex-shrink:0;padding:14px 16px 10px;position:relative}header.svelte-12qhfyh h1:where(.svelte-12qhfyh){margin:0;font-size:17px;font-weight:700}header.svelte-12qhfyh .sub:where(.svelte-12qhfyh){color:var(--sub);margin-top:2px;font-size:12px}.offline.svelte-12qhfyh{background:color-mix(in srgb, var(--warn) 12%, var(--card));color:var(--warn);text-align:center;border-bottom:1px solid var(--line);z-index:20;flex-shrink:0;padding:7px 12px;font-size:12px;font-weight:600}main.svelte-12qhfyh{overscroll-behavior-y:contain;flex:1;min-height:0;padding:14px 14px 16px;overflow-y:auto}nav.svelte-12qhfyh{background:var(--card);border-top:1px solid var(--line);z-index:20;padding-bottom:env(safe-area-inset-bottom,0px);flex-shrink:0;display:flex}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--sub);flex-direction:column;flex:1;align-items:center;gap:3px;padding:10px 0 14px;font-size:11px;text-decoration:none;display:flex}nav.svelte-12qhfyh a:where(.svelte-12qhfyh) .ic:where(.svelte-12qhfyh){font-size:20px;line-height:1;position:relative}nav.svelte-12qhfyh a:where(.svelte-12qhfyh) .navdot:where(.svelte-12qhfyh){background:var(--danger);color:#fff;text-align:center;border-radius:99px;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;line-height:16px;position:absolute;top:-6px;right:-10px}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--accent);font-weight:700}.updtab.svelte-12qhfyh{cursor:pointer;background:0 0;border:0;flex-direction:column;flex:none;align-items:center;gap:2px;width:62px;padding:10px 0 14px;font-family:inherit;display:flex}.updtab.svelte-12qhfyh .upd:where(.svelte-12qhfyh){background:var(--accent);width:46px;height:46px;color:var(--accent-on);border:3px solid var(--card);box-shadow:0 6px 15px color-mix(in srgb, var(--accent) 50%, transparent);border-radius:50%;place-items:center;margin-top:-26px;font-size:26px;font-weight:300;line-height:1;display:grid}.updtab.svelte-12qhfyh .updlabel:where(.svelte-12qhfyh){color:var(--accent);font-size:11px;font-weight:800}.updtab.svelte-12qhfyh:active .upd:where(.svelte-12qhfyh){transform:scale(.94)}
