*{box-sizing:border-box}:root{--bg:#0a0a0f;--surface:#13131a;--surface2:#1c1c26;--surface3:#2a2a3d;--border:#2a2a3d;--text:#f0f0f5;--text-dim:#8888a0;--text-muted:#4a4a6a;--accent:#6366f1;--accent-hover:#5254cc;--green:#22c55e;--red:#ef4444;--yellow:#f59e0b;--scrollbar:#3a3a4d}[data-theme=light]{--bg:#f0f2f5;--surface:#fff;--surface2:#e8eaed;--surface3:#d0d4db;--border:#d0d4db;--text:#1a1a2e;--text-dim:#6b7280;--text-muted:#9ca3af;--accent:#6366f1;--accent-hover:#5254cc;--green:#22c55e;--red:#ef4444;--yellow:#f59e0b;--scrollbar:#c0c4cc}[data-theme=mid]{--bg:#1a1a2e;--surface:#222240;--surface2:#2a2a4a;--surface3:#3a3a5a;--border:#3a3a5a;--text:#e2e2f0;--text-dim:#8888b0;--text-muted:#5a5a8a;--accent:#7c7ff2;--accent-hover:#6366f1;--green:#34d399;--red:#f87171;--yellow:#fbbf24;--scrollbar:#4a4a6a}body{margin:0;background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);overflow:hidden;height:100dvh;-webkit-font-smoothing:antialiased;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:2px}.ios-scroll{-webkit-overflow-scrolling:touch}.modal-glass{background:var(--surface);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.modal-spring{animation:springIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes springIn{0%{transform:translate(-50%,-50%) scale(.9);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.cal-day-dot{width:4px;height:4px;border-radius:50%;display:inline-block}