@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.005em}:root,[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f5f7fb;--bg-tertiary: #ecf0f8;--bg-hover: #eef2f9;--bg-card: #ffffff;--bg-input: #ffffff;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--text-inverse: #ffffff;--border-color: #e2e8f0;--border-light: #eef2f7;--divider: #eef2f7;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .05), 0 2px 8px -2px rgba(15, 23, 42, .08);--shadow-md: 0 10px 30px -12px rgba(99, 102, 241, .25), 0 4px 12px -6px rgba(15, 23, 42, .08);--shadow-topbar: 0 1px 0 rgba(15, 23, 42, .06), 0 6px 20px -10px rgba(99, 102, 241, .15);--sidebar-bg: linear-gradient(180deg, #0b1120 0%, #131a36 60%, #1e1b4b 100%);--sidebar-text: rgba(226, 232, 240, .7);--sidebar-text-active: #ffffff;--sidebar-border: rgba(129, 140, 248, .15);--sidebar-hover: rgba(129, 140, 248, .12);--sidebar-shadow: 4px 0 24px -8px rgba(15, 23, 42, .2);--accent: #6366f1;--accent-light: #eef2ff;--accent-hover: #4f46e5;--accent-glow: rgba(99, 102, 241, .35);--danger: #ef4444;--danger-light: #fef2f2;--warning: #f59e0b;--info-bg: #e0f2fe;--info-bg-hover: #bae6fd;--notif-unread: #e0f2fe;--notif-unread-hover: #bae6fd;--notif-critical-bg: #fef2f2;--notif-critical-unread: #fee2e2;--toggle-bg: #cbd5e1;--toggle-active: #6366f1;--scrollbar-thumb: rgba(99, 102, 241, .22);--scrollbar-thumb-hover: rgba(99, 102, 241, .42)}[data-theme=dark]{--bg-primary: #050816;--bg-secondary: #030611;--bg-tertiary: #0e1428;--bg-hover: #131a36;--bg-card: #0a1024;--bg-input: #050a1c;--text-primary: #e2e8f0;--text-secondary: #94a3b8;--text-muted: #64748b;--text-inverse: #ffffff;--border-color: #1e2747;--border-light: #14192e;--divider: #14192e;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .5);--shadow-md: 0 10px 30px -8px rgba(99, 102, 241, .35), 0 4px 14px -4px rgba(0, 0, 0, .6);--shadow-topbar: 0 1px 0 rgba(255, 255, 255, .04), 0 8px 24px -10px rgba(99, 102, 241, .3);--sidebar-bg: linear-gradient(180deg, #050816 0%, #0e1428 55%, #1e1b4b 100%);--sidebar-text: rgba(226, 232, 240, .62);--sidebar-text-active: #ffffff;--sidebar-border: rgba(129, 140, 248, .18);--sidebar-hover: rgba(129, 140, 248, .14);--sidebar-shadow: 4px 0 24px -6px rgba(0, 0, 0, .6);--accent: #818cf8;--accent-light: rgba(129, 140, 248, .16);--accent-hover: #a5b4fc;--accent-glow: rgba(129, 140, 248, .55);--danger: #f87171;--danger-light: rgba(248, 113, 113, .12);--warning: #fbbf24;--info-bg: rgba(56, 189, 248, .12);--info-bg-hover: rgba(56, 189, 248, .2);--notif-unread: rgba(56, 189, 248, .12);--notif-unread-hover: rgba(56, 189, 248, .2);--notif-critical-bg: rgba(248, 113, 113, .1);--notif-critical-unread: rgba(248, 113, 113, .2);--toggle-bg: #334155;--toggle-active: #818cf8;--scrollbar-thumb: rgba(129, 140, 248, .25);--scrollbar-thumb-hover: rgba(129, 140, 248, .5)}body,.topbar,.settings-card,.card-header,.dropdown-menu{transition:background-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1)}body{background:var(--bg-secondary);color:var(--text-primary);position:relative}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle at 0% 0%,var(--accent-glow),transparent 36%),radial-gradient(circle at 100% 100%,rgba(56,189,248,.22),transparent 40%);opacity:.22}[data-theme=light] body:before,:root body:before{opacity:.08}h1,h2,h3,h4,h5{letter-spacing:-.02em;font-weight:650}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:2px;box-shadow:0 0 0 4px var(--accent-light)}::selection{background:var(--accent);color:var(--text-inverse)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px;border:2px solid transparent;background-clip:padding-box;transition:background-color .2s ease}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);background-clip:padding-box;border:2px solid transparent}[data-theme=dark]{color-scheme:dark}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background-color:var(--bg-input)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--text-muted)!important}[data-theme=dark] table,[data-theme=dark] th,[data-theme=dark] td{color:var(--text-primary);border-color:var(--border-color)}[data-theme=dark] th{background-color:var(--bg-secondary)}[data-theme=dark] tr:hover td{background-color:var(--bg-hover)}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4{color:var(--text-inverse)}[data-theme=dark] label{color:var(--text-secondary)}[data-theme=dark] a{color:var(--accent)}[data-theme=dark] hr{border-color:var(--border-color)}[data-theme=dark] ::selection{background:var(--accent);color:var(--text-inverse)}@media (max-width: 768px){.detail-container,.form-container,.list-container,.settings-shell,.container{padding:16px 12px!important}.page-header h1{font-size:22px!important}.grow{min-width:0!important;flex-basis:100%!important}.filters-panel,.filters-bar{padding:12px!important}.form-grid,.form-row{grid-template-columns:1fr!important}.customers-grid,.providers-grid{grid-template-columns:1fr!important;gap:12px!important}.table-wrapper{margin-left:-12px!important;margin-right:-12px!important;border-radius:0!important}.pagination{justify-content:center!important;padding-bottom:env(safe-area-inset-bottom,16px)!important;flex-wrap:nowrap!important;font-size:14px}.btn-primary,.btn-secondary{white-space:nowrap}}
