:root{--water-900:#0a3540;--water-800:#0f4c5c;--water-700:#14607a;--water-500:#2a9d8f;--water-400:#4bc0a9;--water-100:#e8f5f3;--sun:#ffb703;--sun-dark:#fb8500;--coral:#ff6b6b;--sand:#fef6e4;--cream:#fffaf0;--ink:#12303a;--muted:#5b7683;--card:#fff;--bg:linear-gradient(160deg, #e3f4f1 0%, #f6fbfa 40%, var(--sand) 100%);--border:#dce8e6;--border-light:#eef4f3;--input-bg:#fbfefe;--shadow:0 6px 20px #0f4c5c1f;--shadow-lg:0 12px 32px #0f4c5c2e;--radius:18px;--radius-sm:12px;--tabbar-bg:#ffffffeb;--tabbar-border:#0f4c5c14;--error-bg:#ffe3e3;--error-color:#c92a2a;--success-bg:#d3f9d8;--success-color:#2b8a3e;--highlight-bg:#fff7e6;--highlight-border:#ffe0a3;--badge-bg:#fff7e6;--badge-border:#ffe0a0}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--water-900:#b8e4ef;--water-800:#8fd4e4;--water-700:#5bbdd4;--water-500:#2a9d8f;--water-400:#4bc0a9;--water-100:#1a3038;--sun:#ffb703;--sun-dark:#fb8500;--coral:#ff6b6b;--sand:#1e2a2e;--cream:#1a2428;--ink:#e8f0f2;--muted:#8ca3ad;--card:#1e2e34;--bg:#121e22;--border:#2a3e44;--border-light:#243438;--input-bg:#1a2a30;--shadow:0 6px 20px #0000004d;--shadow-lg:0 12px 32px #0006;--tabbar-bg:#1e2e34f2;--tabbar-border:#c8dce614;--error-bg:#3a1c1c;--error-color:#f88;--success-bg:#1c3a22;--success-color:#6c7;--highlight-bg:#2e2810;--highlight-border:#5a4820;--badge-bg:#2e2810;--badge-border:#5a4820}}:root[data-theme=dark]{--water-900:#b8e4ef;--water-800:#8fd4e4;--water-700:#5bbdd4;--water-500:#2a9d8f;--water-400:#4bc0a9;--water-100:#1a3038;--sun:#ffb703;--sun-dark:#fb8500;--coral:#ff6b6b;--sand:#1e2a2e;--cream:#1a2428;--ink:#e8f0f2;--muted:#8ca3ad;--card:#1e2e34;--bg:#121e22;--border:#2a3e44;--border-light:#243438;--input-bg:#1a2a30;--shadow:0 6px 20px #0000004d;--shadow-lg:0 12px 32px #0006;--tabbar-bg:#1e2e34f2;--tabbar-border:#c8dce614;--error-bg:#3a1c1c;--error-color:#f88;--success-bg:#1c3a22;--success-color:#6c7;--highlight-bg:#2e2810;--highlight-border:#5a4820;--badge-bg:#2e2810;--badge-border:#5a4820}*{box-sizing:border-box}html,body{touch-action:manipulation;margin:0;padding:0}body{color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;background-attachment:fixed;min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,Helvetica Neue,sans-serif}h1,h2,h3{margin:0 0 .5em;line-height:1.15}h1{letter-spacing:-.02em;font-size:1.8rem}a{color:var(--water-700);text-decoration:none}.app-shell{max-width:640px;padding:0 16px calc(84px + env(safe-area-inset-bottom));margin:0 auto}.page{padding-top:20px;animation:.35s both rise}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:16px;padding:20px}.btn{border-radius:var(--radius-sm);cursor:pointer;background:var(--water-500);color:#fff;border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 18px;font-size:1rem;font-weight:700;transition:transform .12s,box-shadow .12s,background .12s;display:inline-flex;box-shadow:0 4px 12px #2a9d8f59}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px #2a9d8f73}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-sun{background:var(--sun-dark);box-shadow:0 4px 12px #fb850059}.btn-ghost{color:var(--water-700);box-shadow:none;border:2px solid var(--border);background:0 0}.btn-danger{background:var(--coral);color:#fff;width:auto;padding:8px 14px;font-size:.85rem;box-shadow:0 4px 12px #ff6b6b59}label{color:var(--water-800);margin-bottom:6px;font-size:.9rem;font-weight:600;display:block}input,textarea{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--input-bg);width:100%;color:var(--ink);padding:13px 14px;font-family:inherit;font-size:1rem;transition:border-color .15s}input:focus,textarea:focus{border-color:var(--water-400);outline:none}.field{margin-bottom:16px}.muted{color:var(--muted);font-size:.9rem}.error{background:var(--error-bg);color:var(--error-color);border-radius:var(--radius-sm);margin-bottom:16px;padding:12px 14px;font-size:.9rem}.success{background:var(--success-bg);color:var(--success-color);border-radius:var(--radius-sm);margin-bottom:16px;padding:12px 14px;font-size:.9rem}.pill{background:var(--sun);color:var(--water-900);border-radius:999px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-block}.tabbar{background:var(--tabbar-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--tabbar-border);padding:8px 8px calc(8px + env(safe-area-inset-bottom));z-index:50;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0}.tabbar a{color:var(--muted);border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:3px;min-width:0;padding:6px 4px;font-size:.68rem;font-weight:600;text-decoration:none;display:flex}.tabbar a.active{color:var(--water-700);background:#2a9d8f1f}.tabbar .icon{font-size:1.35rem;line-height:1;position:relative}.tabbar .dot{border:2px solid var(--card);background:#ef4444;border-radius:50%;width:14px;height:14px;position:absolute;top:-4px;right:-8px}.brandbar{justify-content:space-between;align-items:center;padding:18px 4px 8px;display:flex}.brandbar .logo{letter-spacing:-.02em;color:var(--water-800);align-items:center;gap:8px;font-size:1.35rem;font-weight:800;display:flex}.changelog-overlay.svelte-12qhfyh{z-index:200;background:#0000008c;justify-content:center;align-items:center;padding:24px;animation:.25s svelte-12qhfyh-fade-in;display:flex;position:fixed;inset:0}@keyframes svelte-12qhfyh-fade-in{0%{opacity:0}to{opacity:1}}.changelog-modal.svelte-12qhfyh{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-lg);width:100%;max-width:380px;padding:28px 24px 24px;animation:.3s svelte-12qhfyh-slide-up}@keyframes svelte-12qhfyh-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}.changelog-header.svelte-12qhfyh{text-align:center;margin-bottom:16px}.changelog-sparkle.svelte-12qhfyh{margin-bottom:4px;font-size:2rem;display:block}.changelog-title.svelte-12qhfyh{color:var(--water-800);margin:0;font-size:1.3rem;font-weight:800}.changelog-list.svelte-12qhfyh{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.changelog-list.svelte-12qhfyh li:where(.svelte-12qhfyh){background:var(--water-100);color:var(--ink);border-radius:10px;padding:10px 12px;font-size:.92rem;line-height:1.4}.music-mini.svelte-12qhfyh{bottom:calc(56px + env(safe-area-inset-bottom,0px) + 4px);color:#fff;z-index:40;background:#282828;border-radius:10px;align-items:center;max-width:616px;margin:0 auto;display:flex;position:fixed;left:8px;right:8px;overflow:hidden;box-shadow:0 8px 24px #00000080}.music-mini-progress.svelte-12qhfyh{pointer-events:none;background:#1db954;height:2px;transition:width .3s linear;position:absolute;top:0;left:0}.music-mini-content.svelte-12qhfyh{min-width:0;color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:10px;padding:8px 12px;display:flex}.mm-disc.svelte-12qhfyh{flex-shrink:0;font-size:1.3rem}.mm-disc.spinning.svelte-12qhfyh{animation:3s linear infinite svelte-12qhfyh-spin}.music-mini-info.svelte-12qhfyh{flex:1;min-width:0}.music-mini-title.svelte-12qhfyh{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:700;display:block;overflow:hidden}.music-mini-artist.svelte-12qhfyh{opacity:.55;font-size:.72rem;display:block}.mm-actions.svelte-12qhfyh{flex-shrink:0;align-items:center;gap:4px;padding-right:8px;display:flex}.mm-btn.svelte-12qhfyh{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:6px;transition:color .12s;display:flex}.mm-btn.svelte-12qhfyh:hover{color:#fff}.mm-close.svelte-12qhfyh{color:#fff6}.mm-close.svelte-12qhfyh:hover{color:#fff}.fp-overlay.svelte-12qhfyh{z-index:100;animation:.3s svelte-12qhfyh-fp-slide-up;position:fixed;inset:0}@keyframes svelte-12qhfyh-fp-slide-up{0%{transform:translateY(100%)}to{transform:none}}.fp-bg.svelte-12qhfyh{background:linear-gradient(#1a1a2e 0%,#0a0a14 60%,#000 100%);position:absolute;inset:0}.fp-content.svelte-12qhfyh{color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:24px;max-width:420px;height:100%;margin:0 auto;padding:20px 32px;display:flex;position:relative}.fp-close.svelte-12qhfyh{top:max(12px, env(safe-area-inset-top,12px));color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:8px;transition:color .15s,background .15s;position:absolute;left:16px}.fp-close.svelte-12qhfyh:hover{color:#fff;background:#ffffff1a}.fp-art.svelte-12qhfyh{flex-shrink:0;width:220px;height:220px}.fp-disc.svelte-12qhfyh{background:linear-gradient(135deg,#282850 0%,#1a1a3e 50%,#0f0f2a 100%);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;box-shadow:0 16px 48px #00000080}.fp-disc.spinning.svelte-12qhfyh{animation:4s linear infinite svelte-12qhfyh-spin}.fp-disc-inner.svelte-12qhfyh{font-size:4.5rem}.fp-disc-ring.svelte-12qhfyh{pointer-events:none;border:1px solid #ffffff14;border-radius:50%;position:absolute;inset:8px}@keyframes svelte-12qhfyh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fp-info.svelte-12qhfyh{text-align:center;width:100%}.fp-title.svelte-12qhfyh{white-space:nowrap;text-overflow:ellipsis;font-size:1.35rem;font-weight:800;overflow:hidden}.fp-artist.svelte-12qhfyh{opacity:.55;margin-top:4px;font-size:.9rem}.fp-seek.svelte-12qhfyh{width:100%}.fp-seek-bar.svelte-12qhfyh{cursor:pointer;touch-action:none;padding:12px 0}.fp-seek-track.svelte-12qhfyh{pointer-events:none;background:#fff3;border-radius:2px;height:4px;position:relative}.fp-seek-fill.svelte-12qhfyh{background:#1db954;border-radius:2px;height:100%;transition:width .1s linear}.fp-seek-bar.svelte-12qhfyh:active .fp-seek-fill:where(.svelte-12qhfyh),.fp-seek-bar.svelte-12qhfyh:hover .fp-seek-fill:where(.svelte-12qhfyh){transition:none}.fp-seek-thumb.svelte-12qhfyh{background:#fff;border-radius:50%;width:14px;height:14px;transition:opacity .15s;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 6px #0006}@media (hover:hover){.fp-seek-thumb.svelte-12qhfyh{opacity:0}.fp-seek-bar.svelte-12qhfyh:hover .fp-seek-thumb:where(.svelte-12qhfyh){opacity:1}}.fp-times.svelte-12qhfyh{opacity:.5;font-variant-numeric:tabular-nums;justify-content:space-between;margin-top:4px;font-size:.72rem;display:flex}.fp-controls.svelte-12qhfyh{align-items:center;gap:24px;display:flex}.fp-ctrl.svelte-12qhfyh{color:#fff9;cursor:pointer;background:0 0;border:none;padding:6px;transition:color .15s;display:flex}.fp-ctrl.svelte-12qhfyh:hover{color:#fff}.fp-ctrl.active.svelte-12qhfyh{color:#1db954}.fp-ctrl-lg.svelte-12qhfyh{color:#ffffffd9}.fp-ctrl-lg.svelte-12qhfyh:hover{color:#fff}.fp-play.svelte-12qhfyh{color:#111;cursor:pointer;background:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .1s;display:flex}.fp-play.svelte-12qhfyh:active{transform:scale(.93)}
