:root{color-scheme:light;--bg-app:linear-gradient(120deg,#d6dcef,#ecede2 45%,#d6e3b9);--surface:#ffffff;--surface-muted:#eef0f4;--surface-glass:rgba(255,255,255,0.55);--surface-glass-border:rgba(255,255,255,0.65);--border:#dfe3eb;--border-subtle:#eef0f4;--text:#0f172a;--text-strong:#374151;--text-secondary:#6b7280;--brand:#4555f0;--brand-hover:#3744c4;--brand-bg:#eef0ff;--brand-bg-strong:#c8d2ff;--brand-text:#3744c4;--shadow-card:0 1px 2px rgba(15,23,42,0.04),0 1px 3px rgba(15,23,42,0.06);--shadow-pop:0 10px 30px -10px rgba(15,23,42,0.25);--bg:var(--bg-app);--text-muted:var(--text-secondary);--shadow:var(--shadow-card);--primary:var(--brand);--primary-hover:var(--brand-hover)}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{min-height:100vh;background:var(--bg-app);background-attachment:fixed;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}