:root{--portal-bg: #f4f6f8;--portal-surface: #ffffff;--portal-surface-subtle: #f8fafc;--portal-border: #dfe3e8;--portal-border-strong: #cbd2d9;--portal-text: #17212b;--portal-muted: #667085;--portal-accent: #2459d3;--portal-accent-hover: #1d49b5;--portal-sidebar-active: #edf3ff;color-scheme:light}html.dark{--portal-bg: #0d1117;--portal-surface: #151b23;--portal-surface-subtle: #111720;--portal-border: #2b3440;--portal-border-strong: #3a4553;--portal-text: #edf2f7;--portal-muted: #9aa7b5;--portal-accent: #6d91ff;--portal-accent-hover: #8aa5ff;--portal-sidebar-active: #19243a;color-scheme:dark}html.black{--portal-bg: #000000;--portal-surface: #070707;--portal-surface-subtle: #0d0d0d;--portal-border: #252525;--portal-border-strong: #343434;--portal-text: #f2f2f2;--portal-muted: #a0a0a0;--portal-accent: #7597ff;--portal-accent-hover: #91aaff;--portal-sidebar-active: #10182a;color-scheme:dark}html,body,#root{width:100%;height:100%;margin:0}body{background:var(--portal-bg);color:var(--portal-text);font-family:Inter,Segoe UI,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}.portal-shell{background:var(--portal-bg)!important;color:var(--portal-text)}.portal-header,.portal-sidebar{background:var(--portal-surface)!important;border-color:var(--portal-border)!important}.portal-main{background:var(--portal-bg)!important}.portal-brand-title{letter-spacing:-.01em}.portal-theme-select,.portal-tenant-select{background:var(--portal-surface-subtle)!important;border-color:var(--portal-border)!important;color:var(--portal-text)!important}.portal-profile-menu{background:var(--portal-surface)!important;border-color:var(--portal-border)!important}.iga-console{color:var(--portal-text)}.iga-console .shadow-sm,.iga-console .shadow-md,.iga-console .shadow-lg{box-shadow:none!important}.iga-console .rounded-xl{border-radius:6px!important}.iga-console .rounded-2xl{border-radius:8px!important}.iga-console .rounded-lg{border-radius:6px!important}.iga-console .uppercase{text-transform:none!important}.iga-console .tracking-wide,.iga-console .tracking-wider{letter-spacing:0!important}.iga-console table{border-collapse:collapse}.iga-console table thead{text-transform:none!important;letter-spacing:0!important}.iga-console table th{font-size:12px!important;font-weight:600!important;color:var(--portal-muted)!important}.iga-console table td{font-size:13px}.iga-console .enterprise-panel{background:var(--portal-surface);border:1px solid var(--portal-border);border-radius:6px}.iga-console .enterprise-panel-subtle{background:var(--portal-surface-subtle);border:1px solid var(--portal-border);border-radius:6px}.iga-console .enterprise-toolbar{background:var(--portal-surface);border:1px solid var(--portal-border);border-radius:6px}.iga-console .enterprise-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:var(--portal-surface);border:1px solid var(--portal-border);border-radius:6px}.iga-console .enterprise-summary>div{min-width:0;padding:14px 16px;border-right:1px solid var(--portal-border)}.iga-console .enterprise-summary>div:last-child{border-right:0}.iga-console .enterprise-summary-label{color:var(--portal-muted);font-size:12px;font-weight:500;line-height:1.3}.iga-console .enterprise-summary-value{margin-top:4px;color:var(--portal-text);font-size:24px;font-weight:650;letter-spacing:-.02em;line-height:1.1}.iga-console .enterprise-page-title{color:var(--portal-text);font-size:24px;font-weight:650;line-height:1.2;letter-spacing:-.025em}.iga-console .enterprise-section-title{color:var(--portal-text);font-size:15px;font-weight:650;line-height:1.3}.iga-console .enterprise-muted{color:var(--portal-muted)}.iga-console .enterprise-table-wrap{overflow:hidden;border:1px solid var(--portal-border);border-radius:6px;background:var(--portal-surface)}.iga-console .enterprise-table-wrap thead{background:var(--portal-surface-subtle)!important}.iga-console .enterprise-table-wrap tbody tr{border-color:var(--portal-border)!important}.iga-console .enterprise-table-wrap tbody tr:hover{background:#2559d309!important}html.dark .iga-console .enterprise-table-wrap tbody tr:hover,html.black .iga-console .enterprise-table-wrap tbody tr:hover{background:#7597ff12!important}.iga-console .enterprise-divider{border-color:var(--portal-border)!important}.iga-console .enterprise-form-label{display:block;margin-bottom:6px;color:var(--portal-muted);font-size:12px;font-weight:600;line-height:1.3}.iga-console .enterprise-choice{width:100%;border:1px solid var(--portal-border);border-radius:5px;background:var(--portal-surface);padding:12px 14px;text-align:left}.iga-console .enterprise-choice:hover{border-color:var(--portal-border-strong);background:var(--portal-surface-subtle)}.iga-console .enterprise-choice-selected{border-color:var(--portal-accent)!important;box-shadow:inset 3px 0 0 var(--portal-accent);background:#2559d309!important}html.dark .iga-console .enterprise-choice-selected,html.black .iga-console .enterprise-choice-selected{background:#7597ff14!important}.iga-console .enterprise-stepper{display:flex;align-items:center;overflow-x:auto;border-bottom:1px solid var(--portal-border);background:var(--portal-surface)}.iga-console .enterprise-step{position:relative;display:flex;min-width:130px;align-items:center;gap:8px;padding:13px 16px;border-bottom:2px solid transparent;color:var(--portal-muted);font-size:13px;font-weight:550;white-space:nowrap}.iga-console .enterprise-step:hover{color:var(--portal-text);background:var(--portal-surface-subtle)}.iga-console .enterprise-step-active{border-bottom-color:var(--portal-accent);color:var(--portal-text);font-weight:650}.iga-console .enterprise-step-complete{color:var(--portal-text)}.iga-console .enterprise-step-number{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border:1px solid var(--portal-border-strong);border-radius:50%;font-size:11px;font-weight:650}.iga-console .enterprise-step-active .enterprise-step-number{border-color:var(--portal-accent);background:var(--portal-accent);color:#fff}.iga-console .enterprise-step-complete .enterprise-step-number{border-color:#0f8a5f;color:#0f8a5f}.iga-console .enterprise-modal{background:var(--portal-surface)!important;border-color:var(--portal-border)!important;border-radius:8px!important}.iga-console .enterprise-modal-summary{display:flex;flex-wrap:wrap;gap:0;border:1px solid var(--portal-border);border-radius:5px;background:var(--portal-surface-subtle)}.iga-console .enterprise-modal-summary>div{min-width:110px;padding:10px 14px;border-right:1px solid var(--portal-border)}.iga-console .enterprise-modal-summary>div:last-child{border-right:0}.iga-console .enterprise-status{display:inline-flex;align-items:center;min-height:22px;padding:1px 8px;border-radius:999px;font-size:11px;font-weight:650;letter-spacing:0;text-transform:none}html.black body,html.black #root,html.black .portal-shell,html.black .portal-main{background:#000!important}html.black .portal-header,html.black .portal-sidebar,html.black .portal-profile-menu{background:#050505!important;border-color:#242424!important}html.black .iga-console [class*="dark:bg-slate-9"],html.black .iga-console [class*="dark:bg-[#"],html.black .iga-console .bg-white{background-color:#070707!important}html.black .iga-console [class*="dark:bg-slate-8"]{background-color:#0d0d0d!important}html.black .iga-console [class*="dark:border-slate-8"],html.black .iga-console [class*="dark:border-gray-8"]{border-color:#252525!important}html.black .iga-console .enterprise-panel,html.black .iga-console .enterprise-toolbar,html.black .iga-console .enterprise-summary,html.black .iga-console .enterprise-table-wrap,html.black .iga-console .enterprise-choice,html.black .iga-console .enterprise-stepper,html.black .iga-console .enterprise-modal{background:#070707!important;border-color:#252525!important}html.black .iga-console .enterprise-panel-subtle,html.black .iga-console .enterprise-table-wrap thead,html.black .iga-console .enterprise-modal-summary{background:#0d0d0d!important;border-color:#252525!important}@media(max-width:900px){.iga-console .enterprise-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.iga-console .enterprise-summary>div:nth-child(2){border-right:0}.iga-console .enterprise-summary>div:nth-child(-n+2){border-bottom:1px solid var(--portal-border)}}html.black .bg-white,html.black [class*="dark:bg-slate-9"],html.black [class*="dark:bg-gray-9"]{background-color:#070707!important}html.black .bg-slate-50,html.black .bg-gray-50,html.black [class*="dark:bg-slate-8"],html.black [class*="dark:bg-gray-8"]{background-color:#0d0d0d!important}html.black [class*="dark:border-slate-7"],html.black [class*="dark:border-slate-8"],html.black [class*="dark:border-gray-7"],html.black [class*="dark:border-gray-8"]{border-color:#252525!important}
