:root{color-scheme:light;--bg-1:#ffe3ec;--bg-2:#e3f3ff;--bg-3:#fff6da;--bg-4:#e9e3ff;--blob-1:#ffd6e8;--blob-2:#cdeaff;--blob-3:#fff2c2;--blob-4:#e2dcff;--accent:#7a5ea8;--text-body:#443f56;--text-secondary:#6a6078;--text-muted:#9b8fae;--text-dim:#55506b;--card-bg:rgba(var(--surface-rgb),0.65);--surface-rgb:255,255,255;--surface-solid:#ffffff;--panel-bg:#fffaf7}:root[data-theme=ocean]{--bg-1:#d6f3ff;--bg-2:#c2eaf5;--bg-3:#e8fff5;--bg-4:#cdeaff;--blob-1:#a8e6ff;--blob-2:#7fd4e0;--blob-3:#b8f5d8;--blob-4:#9fd8ff;--accent:#1c7ea3;--text-body:#2f4f5a;--text-secondary:#4a7a8a;--text-muted:#7fa8b5;--text-dim:#3f6a78}:root[data-theme=sunset]{--bg-1:#ffd9c2;--bg-2:#ffb8c9;--bg-3:#ffe0a8;--bg-4:#f5a8c9;--blob-1:#ffb37a;--blob-2:#ff8fa3;--blob-3:#ffd27a;--blob-4:#ff9fc9;--accent:#c8506a;--text-body:#5a3a3a;--text-secondary:#8a5a5a;--text-muted:#b58a8a;--text-dim:#7a4a52}:root[data-theme=jungle]{--bg-1:#d4f5d0;--bg-2:#c2e8a8;--bg-3:#e8f5c2;--bg-4:#b8e8c9;--blob-1:#9fe6a0;--blob-2:#c2e878;--blob-3:#a8f0c2;--blob-4:#85d9a0;--accent:#3a8a4a;--text-body:#3a4a3a;--text-secondary:#5a7a5a;--text-muted:#8aad8a;--text-dim:#4a6a4a}:root[data-dark=true]{color-scheme:dark;--text-body:#f0eef4;--text-secondary:#c8c2d3;--text-muted:#96909f;--text-dim:#d6d1de;--card-bg:rgba(var(--surface-rgb),0.08);--surface-rgb:40,38,46;--surface-solid:#211f28;--panel-bg:#18161d}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Segoe UI Rounded,ui-rounded,SF Pro Rounded,Comic Sans MS,system-ui,sans-serif}.bgDrift{background:linear-gradient(120deg,var(--bg-1),var(--bg-2),var(--bg-3),var(--bg-4));background-size:400% 400%;animation:bgDriftAnim 55s ease infinite}@keyframes bgDriftAnim{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}:root[data-dark=true] .bgDrift{background:rgb(0,0,0);animation:none}