@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font: "Plus Jakarta Sans", -apple-system, sans-serif;--accent: #1D9E75;--accent-hover: #178F69;--accent-light: #E6F7F1;--accent-subtle: #1D9E7512;--bg: #FFFFFF;--bg-secondary: #F8F9FA;--bg-tertiary: #F1F3F5;--surface: #FFFFFF;--surface-hover: #F8F9FA;--surface-active: #F1F3F5;--border: #E5E7EB;--border-light: #F1F3F5;--text-primary: #111827;--text-secondary: #6B7280;--text-tertiary: #9CA3AF;--text-inverse: #FFFFFF;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.06);--shadow-lg: 0 8px 24px rgba(0,0,0,.08);--radius-xs: 4px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 20px;--sp-6: 24px;--sp-8: 32px;--sp-10: 40px;--sp-12: 48px;--sp-16: 64px;--success: #10B981;--success-light: #D1FAE5;--warning: #F59E0B;--warning-light: #FEF3C7;--error: #EF4444;--error-light: #FEE2E2;--info: #3B82F6;--info-light: #DBEAFE;--indigo: #534AB7;--indigo-light: #EDE9FE;--nav-height: 52px;--sidebar-width: 240px;--content-max: 1400px;--density-padding: var(--sp-4);--density-gap: var(--sp-3);--density-card-padding: var(--sp-5)}[data-theme=dark]{--bg: #0C0D12;--bg-secondary: #13151C;--bg-tertiary: #1A1D27;--surface: #16181F;--surface-hover: #1E2029;--surface-active: #252833;--border: #2A2D3A;--border-light: #1E2029;--text-primary: #F1F3F5;--text-secondary: #9CA3AF;--text-tertiary: #6B7280;--text-inverse: #0C0D12;--shadow-sm: 0 1px 2px rgba(0,0,0,.2);--shadow-md: 0 4px 12px rgba(0,0,0,.3);--shadow-lg: 0 8px 24px rgba(0,0,0,.4);--accent-light: #1D9E7520;--accent-subtle: #1D9E7510;--success-light: #10B98120;--warning-light: #F59E0B20;--error-light: #EF444420;--info-light: #3B82F620;--indigo-light: #534AB720}[data-accent=indigo]{--accent: #534AB7;--accent-hover: #4840A0;--accent-light: #EDE9FE;--accent-subtle: #534AB712}[data-theme=dark][data-accent=indigo]{--accent-light: #534AB720;--accent-subtle: #534AB710}[data-density=compact]{--density-padding: var(--sp-2);--density-gap: var(--sp-2);--density-card-padding: var(--sp-3);--nav-height: 44px}[data-density=spacious]{--density-padding: var(--sp-6);--density-gap: var(--sp-4);--density-card-padding: var(--sp-8);--nav-height: 56px}html,body{height:100%;overflow:hidden}body{font-family:var(--font);background:var(--bg);color:var(--text-primary);font-size:14px;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased}#root{height:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.fade-in{animation:fadeIn .2s ease both}.slide-up{animation:slideUp .25s ease both}.slide-in-right{animation:slideInRight .2s ease both}.slide-in-left{animation:slideInLeft .2s ease both}.scale-in{animation:scaleIn .15s ease both}.skeleton{background:linear-gradient(90deg,var(--bg-tertiary) 25%,var(--surface-hover) 50%,var(--bg-tertiary) 75%);background-size:200px 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:var(--radius-sm)}.text-xs{font-size:11px;line-height:1.4}.text-sm{font-size:12px;line-height:1.5}.text-base{font-size:14px;line-height:1.5}.text-lg{font-size:16px;line-height:1.4}.text-xl{font-size:18px;line-height:1.3}.text-2xl{font-size:24px;line-height:1.2}.text-3xl{font-size:30px;line-height:1.1}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-tertiary{color:var(--text-tertiary)}.text-accent{color:var(--accent)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (max-width: 768px){:root{--nav-height: 48px;--sidebar-width: 0px}}
