:root{--background:#f3f4f6;--foreground:#111827;--surface:#ffffffb8;--surface-elevated:#fffffff0;--surface-border:#1118271a;--bg-overlay:#07080fb8;--text-primary:var(--foreground);--accent-500:var(--primary);--primary:#4f46e5;--primary-hover:#4338ca;--sidebar-bg:#ffffffeb;--sidebar-hover:#4f46e514;--sidebar-active:#4f46e526;--sidebar-text:#4b5563;--sidebar-active-text:#4338ca;--accent-purple:#7c3aed;--accent-green:#059669;--accent-orange:#d97706;--accent-red:#dc2626;--font-family:"Outfit", "Segoe UI", sans-serif;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--shadow-glass:0 8px 32px 0 #11182714}html[data-theme=dark]{--background:#09090b;--foreground:#fafafa;--surface:#18181ba6;--surface-elevated:#18181bf5;--surface-border:#ffffff14;--bg-overlay:#07080fb8;--text-primary:var(--foreground);--accent-500:var(--primary);--primary:#8b5cf6;--primary-hover:#a78bfa;--sidebar-bg:#09090bd9;--sidebar-hover:#ffffff0d;--sidebar-active:#8b5cf633;--sidebar-text:#a1a1aa;--sidebar-active-text:#e879f9;--accent-purple:#c084fc;--accent-green:#34d399;--accent-orange:#fbbf24;--accent-red:#f87171;--shadow-glass:0 8px 32px 0 #0000004d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(circle at 15%,#6366f11f,#0000 30%),radial-gradient(circle at 85% 20%,#3b82f61a,#0000 30%);background-attachment:fixed;min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none;transition:all .2s}button{cursor:pointer;background:0 0;border:none;font-family:inherit;transition:all .2s}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}.glass-panel{background:var(--surface);-webkit-backdrop-filter:blur(20px);border:1px solid var(--surface-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-glass);transition:transform .3s,box-shadow .3s,border-color .3s}.glass-panel:hover{border-color:#4f46e53d;transform:translateY(-2px);box-shadow:0 12px 40px #00000024}.page-title{letter-spacing:-.03em;background:linear-gradient(135deg, var(--foreground), var(--sidebar-text));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:2.25rem;font-weight:700}.card-title{color:var(--foreground);margin-bottom:1rem;font-size:1.125rem;font-weight:500}input[type=date],select{color:var(--foreground);border-radius:var(--radius-md);background:#ffffffb3;border:1px solid #11182724;outline:none;padding:.5rem 1rem;font-family:inherit}html[data-theme=dark] input[type=date],html[data-theme=dark] select{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}input[type=date]:focus,select:focus{border-color:var(--primary)}
