@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--ct-bg);color:var(--ct-text);overflow-x:hidden;-webkit-font-smoothing:antialiased}html{overflow-x:hidden}:root{--ct-primary: #0D9488;--ct-primary-hover: #0F766E;--ct-primary-light: #F0FDFA;--ct-primary-text: #0F766E;--ct-bg: #F8FAFC;--ct-surface: #FFFFFF;--ct-surface-2: #F8FAFC;--ct-border: #E2E8F0;--ct-text: #0F172A;--ct-text-2: #475569;--ct-text-3: #94A3B8;--ct-sidebar-bg: #042F2E;--ct-sidebar-hover: #0D3B38;--ct-sidebar-accent: #14B8A6;--ct-success: #047857;--ct-danger: #B91C1C;--ct-warning: #B45309;--color-primary: var(--ct-primary)}[data-theme=dark]{--ct-bg: #071918;--ct-surface: #0F2D2B;--ct-surface-2:#163432;--ct-border: #1E4E4B;--ct-text: #E2F8F5;--ct-text-2: #8BB8B4;--ct-text-3: #527E7A}input:focus,textarea:focus,select:focus{outline:2px solid var(--ct-primary);outline-offset:-1px;border-color:var(--ct-primary)!important}@media (max-width: 640px){body,#root{max-width:100vw;overflow-x:hidden}}.ct-flex-row{display:flex;gap:14px;align-items:stretch}.ct-flex-row>*{flex:1 1 0;min-width:0}@media (max-width: 640px){.ct-flex-row{flex-direction:column}.ct-flex-row>*{flex:none;width:100%}}.ct-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.ct-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (max-width: 640px){.ct-grid-2,.ct-grid-4{grid-template-columns:repeat(2,1fr);gap:8px}}@media (max-width: 640px){.ct-hide-mobile{display:none!important}}@media (min-width: 641px){.ct-hide-desktop{display:none!important}}.ct-mobile-card{background:var(--ct-surface);border:1px solid var(--ct-border);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:8px;cursor:pointer;transition:box-shadow .15s ease,transform .15s ease;-webkit-tap-highlight-color:transparent}.ct-mobile-card:active{transform:scale(.98);box-shadow:0 1px 4px #00000014}.ct-main-mobile{padding-bottom:80px!important}.ct-filter-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}@media (max-width: 640px){.ct-filter-row{flex-direction:column;align-items:stretch}.ct-filter-row input,.ct-filter-row select{width:100%}}.ct-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (max-width: 900px){.ct-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.ct-kpi-grid{grid-template-columns:repeat(2,1fr);gap:8px}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes ct-fadein{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes ct-spin{to{transform:rotate(360deg)}}.ct-card{transition:box-shadow .18s ease,transform .18s ease}.ct-card:hover{box-shadow:0 6px 24px #0000001a,0 2px 8px #0000000f!important;transform:translateY(-1px)}[data-theme=dark] .ct-card,[data-theme=dark] [style*="background: var(--ct-surface)"],[data-theme=dark] [style*="background:var(--ct-surface)"]{box-shadow:0 2px 12px #0006,0 1px 4px #0000004d!important}[data-theme=dark] .ct-card:hover{box-shadow:0 8px 28px #00000080,0 2px 8px #0000004d!important;transform:translateY(-1px)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--ct-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--ct-text-3)}.ct-page-enter{animation:ct-fadein .22s ease both}.ct-table-row{transition:background .1s ease}.ct-badge-pulse{animation:pulse 2s ease-in-out infinite}
