@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";.files-workspace{display:flex;flex-direction:column;flex:1;min-height:0;background:var(--color-surface);color:var(--color-text)}.files-workspace[hidden]{display:none}.files-inline{display:flex;align-items:center;gap:8px}.files-page-header{height:56px;padding:0 22px;display:flex;justify-content:space-between;align-items:center;gap:14px;border-bottom:1px solid var(--color-border);flex-shrink:0}.files-page-header h1{font-size:15px;font-weight:600}.files-preview-label{font-size:10px;font-weight:400;color:var(--color-text-muted);border-left:1px solid var(--color-border);margin-left:8px;padding-left:14px}.files-layout{display:flex;flex:1;min-height:0}.files-sidebar{width:205px;flex-shrink:0;display:flex;flex-direction:column;background:var(--color-base);border-right:1px solid var(--color-border);padding:15px 8px;overflow:auto}.files-sidebar-group{border-bottom:1px solid var(--color-border);padding-bottom:14px;margin-bottom:6px}.files-tree-item{width:100%;display:flex;align-items:center;gap:9px;min-height:34px;padding:6px 11px;text-align:left;background:transparent;border:0;border-radius:4px;font-size:12px;color:var(--color-text-muted)}.files-tree-item:hover{background:var(--color-surface)}.files-tree-item.active{color:var(--color-interactive);background:var(--color-interactive-dim);font-weight:500}.files-tree-item>span:not(.files-project-dot){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.files-tree-item svg{flex-shrink:0}.files-tree-item small{margin-left:auto;font-size:10px;color:var(--color-text-subtle)}.files-tree-item.project{gap:7px;margin-top:3px}.files-sidebar-label{display:flex;justify-content:space-between;font-size:9px;letter-spacing:.08em;color:var(--color-text-subtle);padding:16px 11px 9px;font-weight:600}.files-project-dot{width:6px;height:6px;border-radius:2px;flex-shrink:0}.files-sidebar-bottom{margin-top:auto;padding:22px 12px 0;display:flex;gap:9px;color:var(--color-text-muted);font-size:10px;line-height:1.7}.files-sidebar-bottom svg{flex-shrink:0;margin-top:2px}.files-main{min-width:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.files-heading{padding:22px 24px 18px;display:flex;align-items:center;justify-content:space-between;gap:15px;flex-shrink:0}.files-heading h2{font-size:21px;font-weight:600;letter-spacing:-.45px;margin:9px 0 5px}.files-heading p{font-size:12px;line-height:1.6;color:var(--color-text-muted)}.files-location{display:flex;align-items:center;gap:6px;color:var(--color-text-subtle);font-size:10px}.files-location button{border:0;background:none;color:var(--color-text-muted);font-size:10px;padding:0}.files-location button:hover{color:var(--color-interactive)}.files-tabs{display:flex;gap:24px;border-bottom:1px solid var(--color-border);margin:0 24px;flex-shrink:0}.files-tabs button{padding:10px 0;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--color-text-muted);font-size:12px}.files-tabs button.active{color:var(--color-interactive);border-bottom-color:var(--color-interactive);font-weight:500}.files-tabs.compact{margin:23px 0 0;gap:22px}.files-tabs.compact button{font-size:11px}.files-branch-notice{display:flex;align-items:center;gap:9px;margin:0 24px 14px;padding:9px 12px;border:1px solid var(--color-brand-border);background:var(--color-brand-dim);border-radius:4px;color:var(--color-brand-text);font-size:11px;flex-shrink:0}.files-branch-notice>svg{flex-shrink:0}.files-branch-notice button{margin-left:auto;border:0;background:none;color:var(--color-brand-text);font-size:11px;display:flex;gap:6px;align-items:center;white-space:nowrap}.files-content-layout{display:flex;flex:1;min-height:0;overflow:hidden}.files-content{padding:20px 24px;flex:1;min-width:0;overflow:auto}.files-toolbar{display:flex;gap:9px;align-items:center;margin-bottom:22px}.files-search{display:flex;align-items:center;gap:8px;border:1px solid var(--color-border);border-radius:4px;padding:6px 10px;height:32px;flex:1;min-width:100px;color:var(--color-text-subtle);background:var(--color-surface)}.files-search:focus-within{border-color:var(--color-interactive)}.files-search input{border:0;background:transparent;outline:0;font-size:12px;color:var(--color-text);width:100%;min-width:0;font-family:var(--font-interface)}.files-search input::placeholder{color:var(--color-text-subtle)}.files-view-buttons{display:flex;border:1px solid var(--color-border);border-radius:4px;padding:2px;height:32px}.files-view-buttons button{border:0;background:none;color:var(--color-text-muted);width:29px;display:flex;align-items:center;justify-content:center;border-radius:2px}.files-view-buttons button[aria-pressed=true]{background:var(--color-interactive-dim);color:var(--color-interactive)}.files-project-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:29px}.files-project-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;text-align:left;padding:17px;color:var(--color-text);transition:border-color 80ms}.files-project-card:hover{border-color:var(--color-interactive);background:var(--color-base)}.files-project-card-top{display:flex;justify-content:space-between;color:var(--color-text-subtle);align-items:center}.files-project-card h3{font-size:14px;font-weight:600;margin:12px 0 6px}.files-project-card p{color:var(--color-text-muted);font-size:11px;line-height:1.6;min-height:36px}.files-project-card footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--color-border);padding-top:13px;margin-top:16px;font-size:10px;color:var(--color-text-muted)}.files-mini-avatar{display:inline-flex;width:23px;height:23px;align-items:center;justify-content:center;font-size:9px;font-weight:500;color:var(--color-brand-text);background:var(--color-brand-dim);border-radius:50%;flex-shrink:0}.files-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.files-section-title h3{font-size:12px;font-weight:600}.files-section-title>span{font-size:10px;color:var(--color-text-subtle)}.files-table-scroll{overflow:auto}.files-table{width:100%;border-collapse:collapse;font-size:11px}.files-table th{text-align:left;color:var(--color-text-muted);font-size:10px;font-weight:500;padding:9px 10px;border-block:1px solid var(--color-border);background:var(--color-base);white-space:nowrap}.files-table td{padding:10px;border-bottom:1px solid var(--color-border);color:var(--color-text-muted);white-space:nowrap}.files-table td:first-child{white-space:normal;min-width:200px}.files-table th:last-child,.files-table td:last-child{width:28px;padding-right:4px}.files-table tr:hover td{background:var(--color-base)}.files-table tr.selected td{background:var(--color-interactive-dim)}.files-resource-name{display:flex;align-items:center;gap:10px;border:0;background:none;text-align:left;width:100%;color:var(--color-text);font-size:12px;line-height:1.5;padding:0}.files-resource-name>span:last-child{display:block}.files-resource-name>span>svg{display:inline;margin-left:4px;vertical-align:middle;color:var(--color-text-subtle)}.files-resource-name small{display:block;color:var(--color-text-subtle);font-size:10px;font-weight:400;margin-top:3px}.files-resource-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:31px;height:31px;border-radius:4px}.files-resource-icon.large{width:43px;height:43px}.files-owner{display:inline-flex;align-items:center;gap:7px;font-size:10px}.files-icon-button{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border:0;background:none;color:var(--color-text-subtle);border-radius:4px;flex-shrink:0}.files-icon-button:hover{background:var(--color-base);color:var(--color-text)}.files-table-foot{display:flex;justify-content:space-between;gap:12px;margin-top:15px;font-size:10px;color:var(--color-text-subtle)}.files-resource-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(165px,1fr));gap:12px}.files-resource-cards>button{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:15px;border:1px solid var(--color-border);border-radius:4px;background:var(--color-surface);color:var(--color-text);text-align:left}.files-resource-cards>button:hover{border-color:var(--color-interactive)}.files-resource-cards strong{font-size:12px;font-weight:500}.files-resource-cards small{font-size:10px;color:var(--color-text-muted)}.files-inspector{width:292px;flex-shrink:0;padding:22px 20px;border-left:1px solid var(--color-border);overflow:auto;background:var(--color-surface)}.files-inspector-top{display:flex;align-items:center;justify-content:space-between}.files-inspector h2{font-size:17px;line-height:1.4;font-weight:600;margin:15px 0 9px;letter-spacing:-.3px}.files-inspector>p{font-size:11px;color:var(--color-text-muted);line-height:1.8;margin:16px 0}.files-inspector dl{display:grid;gap:14px;margin:20px 0;font-size:11px}.files-inspector dl>div{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.files-inspector dt{color:var(--color-text-muted)}.files-inspector dd{text-align:right;max-width:155px;overflow-wrap:anywhere}.files-access-note{display:flex;gap:9px;background:var(--color-base);border:1px solid var(--color-border);border-radius:4px;padding:12px;font-size:10px;line-height:1.7;color:var(--color-text-muted);margin-top:14px}.files-access-note svg{margin-top:2px;flex-shrink:0}.files-access-note strong{display:block;font-weight:500;color:var(--color-text);margin-bottom:3px}.files-access-note span{display:block}.files-reference-note{display:flex;gap:8px;color:var(--color-text-muted);font-size:11px;line-height:1.7;margin-top:18px}.files-reference-note svg{flex-shrink:0;margin-top:3px}.files-dependencies>p{font-size:11px;color:var(--color-text-muted);margin:18px 0;line-height:1.7}.files-dependencies>button{display:flex;align-items:center;gap:9px;border:1px solid var(--color-border);border-radius:4px;background:var(--color-surface);padding:11px;width:100%;font-size:11px;text-align:left;color:var(--color-text);margin-bottom:8px}.files-dependencies>button>span:nth-child(2){flex:1}.files-dependencies small{display:block;color:var(--color-text-subtle);font-size:10px;margin-top:3px}.files-empty{padding:45px 15px;display:flex;align-items:center;flex-direction:column;gap:10px;text-align:center;color:var(--color-text-subtle)}.files-empty h3{font-weight:500;font-size:13px;color:var(--color-text-muted)}.files-empty p{font-size:11px;line-height:1.7}.files-empty.small{font-size:11px;padding:20px 8px}.files-activity h3{font-size:13px;margin-bottom:18px}.files-activity>div{display:flex;align-items:flex-start;gap:11px;padding:15px 0;border-bottom:1px solid var(--color-border);font-size:12px;color:var(--color-text-muted)}.files-activity small{display:block;margin-top:5px;font-size:10px;color:var(--color-text-subtle)}.files-toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%);background:var(--color-status-green-dim);border:1px solid var(--color-status-green-border);color:var(--color-status-green);box-shadow:0 4px 20px #0001;font-size:12px;border-radius:4px;padding:12px 18px;z-index:80}.files-dialog{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;border:1px solid var(--color-border-emphasis);border-radius:6px;background:var(--color-surface);color:var(--color-text);padding:24px;width:min(450px,calc(100vw - 32px));box-shadow:0 18px 70px #0003;font-family:var(--font-interface)}.files-dialog::backdrop{background:#080e1870}.files-dialog>header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.files-dialog h2{font-size:16px;font-weight:600}.files-dialog header>button{border:0;background:none;color:var(--color-text-muted);display:flex}.files-dialog p{font-size:12px;line-height:1.7;color:var(--color-text-muted);margin-bottom:19px}.files-dialog label{display:block;font-size:12px;margin-bottom:7px}.files-dialog input,.files-dialog select{font-family:var(--font-interface);display:block;width:100%;border:1px solid var(--color-border-emphasis);border-radius:4px;padding:9px 11px;font-size:12px;background:var(--color-surface);color:var(--color-text)}.files-dialog footer{display:flex;justify-content:flex-end;gap:8px;margin-top:23px}.files-dialog .files-form-error{color:var(--color-status-red);font-size:11px;margin:8px 0}.files-member{display:flex;align-items:center;gap:10px;font-size:12px;padding:13px 0;border-bottom:1px solid var(--color-border)}.files-member>span:last-child{margin-left:auto}.files-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.files-workspace button:focus-visible,.files-dialog button:focus-visible{outline:2px solid var(--color-interactive);outline-offset:2px}.files-editor-context{display:flex;align-items:center;gap:14px;padding:9px 20px;border-bottom:1px solid var(--color-border);background:var(--color-interactive-dim);font-size:11px;color:var(--color-text-muted);flex-shrink:0}.files-editor-context .files-inline:last-child{margin-left:auto}.files-editor-host{display:flex;flex:1;min-height:0;flex-direction:column;overflow:hidden}.files-preview-unavailable{padding:45px;color:var(--color-text-muted);font-size:13px}.files-preview-unavailable h2{font-size:18px;color:var(--color-text);margin-bottom:12px}.files-preview-unavailable p{margin-bottom:20px;line-height:1.8;max-width:550px}@media (max-width:1250px){.files-sidebar{width:178px}.files-heading{padding:20px 18px 16px;align-items:flex-start;flex-direction:column}.files-content{padding:18px}.files-inspector{width:260px;padding:20px 17px}.files-tabs{margin-inline:18px}.files-inspector .files-tabs{margin-inline:0}.files-project-cards{gap:10px}.files-project-card{padding:13px}.files-preview-label{display:none}.files-table td{padding:9px 7px}.files-toolbar{flex-wrap:wrap}.files-branch-notice{margin-inline:18px}.files-inspector h2{font-size:16px}}@media (max-width:950px){.files-sidebar{width:160px}.files-content-layout.with-inspector{overflow:auto;flex-direction:column}.with-inspector .files-content{overflow:visible;flex:none}.files-inspector{width:100%;border-left:0;border-top:1px solid var(--color-border);overflow:visible}.files-project-cards{grid-template-columns:1fr}.files-project-card p{min-height:0}.files-project-card footer{margin-top:10px}.files-heading h2{font-size:19px}.files-page-header{padding-inline:15px}.files-page-header>.files-inline:last-child>.files-inline{gap:4px}.files-editor-context,.files-table-foot{flex-wrap:wrap}}@media (max-width:680px){.files-sidebar{display:none}.files-page-header{height:auto;min-height:70px;flex-wrap:wrap;padding-block:9px}.files-heading{padding-top:15px}.files-tabs{gap:18px}.files-content{padding:15px}.files-branch-notice{align-items:flex-start;flex-wrap:wrap}.files-branch-notice button{margin-left:23px}.files-page-header>.files-inline:last-child{gap:5px}.files-table{min-width:450px}.files-dialog{max-height:calc(100vh - 32px);overflow:auto}.files-toast{max-width:calc(100vw - 30px);width:max-content}.files-heading p{font-size:11px}}.files-context-bar{display:flex;align-items:center;gap:18px;padding:10px 22px;min-height:55px;flex-shrink:0;border-bottom:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);font-family:var(--font-interface)}.files-context-picker{display:flex;align-items:center;gap:8px;flex-shrink:0}.files-context-picker label{font-size:11px;font-weight:500}.files-context-picker:first-child>svg{color:var(--color-brand-text)}.files-context-hint{font-size:11px;flex:1}.files-context-preview{font-size:10px;padding:4px 7px;border-radius:4px;background:var(--color-brand-dim);color:var(--color-brand-text);white-space:nowrap}.files-live-notice{display:flex;align-items:center;gap:12px;padding:12px 20px;background:var(--color-warn-dim);color:var(--color-text);font-size:12px;flex-shrink:0}@media (max-width:1150px){.files-context-hint{display:none}.files-context-bar{gap:10px;flex-wrap:wrap}.files-context-bar>button{margin-left:auto}}:root{--color-base: #F8F9FA;--color-surface: #FFFFFF;--color-surface-elevated: #FFFFFF;--color-text: #0D1117;--color-text-muted: #64748B;--color-text-subtle: #94A3B8;--color-brand: #7C3AED;--color-brand-dim: #EDE9FE;--color-brand-border: #C4B5FD;--color-brand-text: #5B21B6;--color-interactive: #2563EB;--color-interactive-dim: #EFF6FF;--color-interactive-border: #BFDBFE;--color-primary: #1A3C6E;--color-primary-interactive: #2563EB;--color-accent: #D97706;--color-warn: #D97706;--color-warn-dim: #FFFBEB;--color-warn-border: #FDE68A;--color-status-green: #059669;--color-status-green-dim: #ECFDF5;--color-status-green-border: #6EE7B7;--color-status-red: #DC2626;--color-status-red-dim: #FEF2F2;--color-status-red-border: #FECACA;--color-status-yellow: #D97706;--color-border: #E2E8F0;--color-border-emphasis: #CBD5E1;--color-nav-bg: #080E18;--color-nav-border: #131C2E;--color-nav-text: #64748B;--color-nav-text-active: #E2E8F0;--color-nav-active-bg: #161D2B;--font-interface: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--font-size-xs: 11px;--font-size-sm: 12px;--font-size-base: 13px;--font-size-md: 14px;--font-size-lg: 16px;--font-size-xl: 18px;--radius-card: 4px;--radius-chip: 2px;--transition-panel: .12s ease-out;--transition-hover: 80ms ease-out;--nav-width-collapsed: 56px;--nav-width-expanded: 220px;--table-row-height: 36px;--density-pad: 12px;--density-pad-sm: 8px}[data-theme=dark]{--color-base: #0D1117;--color-surface: #161D2B;--color-surface-elevated: #1E2D42;--color-text: #E2E8F0;--color-text-muted: #94A3B8;--color-text-subtle: #64748B;--color-brand: #A78BFA;--color-brand-dim: #1E1040;--color-brand-border: #4C1D95;--color-brand-text: #DDD6FE;--color-interactive: #3B82F6;--color-interactive-dim: #1E3A5F;--color-interactive-border: #1D4ED8;--color-primary: #2D5BAF;--color-primary-interactive: #3B82F6;--color-accent: #F59E0B;--color-warn: #F59E0B;--color-warn-dim: #1C1400;--color-warn-border: #92400E;--color-status-green: #10B981;--color-status-green-dim: #052E16;--color-status-green-border: #065F46;--color-status-red: #EF4444;--color-status-red-dim: #1C0A0A;--color-status-red-border: #7F1D1D;--color-status-yellow: #F59E0B;--color-border: #1E2D42;--color-border-emphasis: #2D3E55}[data-density=compact]{--table-row-height: 28px;--density-pad: 8px;--density-pad-sm: 4px}[data-density=comfortable]{--table-row-height: 36px;--density-pad: 12px;--density-pad-sm: 8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{font-family:var(--font-interface);font-size:var(--font-size-base);color:var(--color-text);background-color:var(--color-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}code,pre,.mono{font-family:var(--font-mono);font-size:var(--font-size-sm)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border-emphasis);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-subtle)}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}input,select,textarea{font-family:inherit;font-size:inherit}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--color-surface, #FFFFFF);color:var(--color-text, #0D1117);border:1px solid var(--color-border, #E2E8F0);border-radius:4px;padding:0 28px 0 10px;height:32px;font-size:13px;cursor:pointer;outline:none;transition:border-color 80ms ease-out,box-shadow 80ms ease-out;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:12px}select:focus{border-color:var(--color-interactive, #2563EB);box-shadow:0 0 0 2px var(--color-interactive-dim, #EFF6FF)}select:disabled{background-color:#f1f5f9;color:var(--color-text-subtle, #94A3B8);cursor:not-allowed}select option{background-color:#fff;color:#0d1117}[data-theme=dark] select option{background-color:#0f172a;color:#e2e8f0}a{color:inherit;text-decoration:none}.text-muted{color:var(--color-text-muted)}.text-subtle{color:var(--color-text-subtle)}.mono{font-family:var(--font-mono)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.status-dot-live{animation:pulse-dot 2s ease-in-out infinite}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes slideInUp{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.panel-slide-in{animation:slideInRight var(--transition-panel) ease-out forwards}.react-flow__renderer{background:var(--color-base)}.react-flow__background{background-color:var(--color-base)}table{border-collapse:collapse;width:100%}th{font-size:var(--font-size-sm);font-weight:500;color:var(--color-text-muted);text-align:left;padding:0 var(--density-pad);height:var(--table-row-height);border-bottom:1px solid var(--color-border);background:var(--color-surface)}td{font-size:var(--font-size-sm);padding:0 var(--density-pad);height:var(--table-row-height);border-bottom:1px solid var(--color-border)}tr:nth-child(2n) td{background:#00000004}tr:nth-child(odd) td{background:var(--color-surface)}:focus-visible{outline:2px solid var(--color-interactive);outline-offset:2px}.cmd-backdrop{animation:fadeIn 80ms ease-out forwards}.cmd-panel{animation:slideInUp .12s ease-out forwards}.react-flow__controls{background-color:var(--color-surface)!important;border:1px solid var(--color-border)!important;border-radius:4px;box-shadow:0 1px 3px #00000026!important}.react-flow__controls-button{background-color:var(--color-surface)!important;color:var(--color-text)!important;border-bottom:1px solid var(--color-border)!important}.react-flow__controls-button:hover{background-color:var(--color-base)!important}.react-flow__controls-button svg{fill:var(--color-text)!important;stroke:var(--color-text)!important}.react-flow__minimap{background-color:var(--color-base)!important;border:1px solid var(--color-border)!important;border-radius:4px}.react-flow__minimap-mask{fill:#00000047!important}[data-theme=dark] .app-canvas,[data-theme=dark] .app-canvas-container{background-color:var(--color-base)!important}[data-theme=dark] .app-canvas div[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] .app-canvas div[style*="background-color: rgb(255,255,255)"],[data-theme=dark] .app-canvas div[style*="background: rgb(255, 255, 255)"],[data-theme=dark] .app-canvas div[style*="background: rgb(255,255,255)"],[data-theme=dark] .app-canvas div[style*="background-color: #fff"],[data-theme=dark] .app-canvas div[style*="background: #fff"],[data-theme=dark] .app-canvas div[style*="background-color: #ffffff"],[data-theme=dark] .app-canvas div[style*="background: #ffffff"],[data-theme=dark] .app-canvas div[style*="background: white"],[data-theme=dark] .app-canvas div[style*="background-color: white"],[data-theme=dark] .app-canvas .react-grid-item{background-color:var(--color-surface)!important;background:var(--color-surface)!important}[data-theme=dark] .app-canvas div[style*="border: 1px solid rgb(226, 232, 240)"],[data-theme=dark] .app-canvas div[style*="border: 1px solid rgb(226,232,240)"],[data-theme=dark] .app-canvas div[style*="border-right: 1px solid rgb(226, 232, 240)"],[data-theme=dark] .app-canvas div[style*="border-bottom: 1px solid rgb(226, 232, 240)"],[data-theme=dark] .app-canvas div[style*="border-left: 1px solid rgb(226, 232, 240)"],[data-theme=dark] .app-canvas div[style*="border-top: 1px solid rgb(226, 232, 240)"],[data-theme=dark] .app-canvas div[style*="border: 1px solid #E2E8F0"],[data-theme=dark] .app-canvas div[style*="border: 1px solid #e2e8f0"]{border-color:var(--color-border)!important}[data-theme=dark] .app-canvas [style*="color: rgb(13, 17, 23)"],[data-theme=dark] .app-canvas [style*="color: rgb(13,17,23)"],[data-theme=dark] .app-canvas [style*="color: #0D1117"],[data-theme=dark] .app-canvas [style*="color: #0d1117"]{color:var(--color-text)!important}[data-theme=dark] .app-canvas [style*="color: rgb(100, 116, 139)"],[data-theme=dark] .app-canvas [style*="color: rgb(100,116,139)"],[data-theme=dark] .app-canvas [style*="color: #64748B"],[data-theme=dark] .app-canvas [style*="color: #64748b"]{color:var(--color-text-muted)!important}[data-theme=dark] .app-canvas [style*="color: rgb(148, 163, 184)"],[data-theme=dark] .app-canvas [style*="color: rgb(148,163,184)"],[data-theme=dark] .app-canvas [style*="color: #94A3B8"],[data-theme=dark] .app-canvas [style*="color: #94a3b8"]{color:var(--color-text-subtle)!important}[data-theme=dark] .external-apps-page,[data-theme=dark] .external-apps-page-container{background-color:var(--color-base)!important}[data-theme=dark] .external-apps-page div[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] .external-apps-page div[style*="background-color: rgb(255,255,255)"],[data-theme=dark] .external-apps-page div[style*="background: rgb(255, 255, 255)"],[data-theme=dark] .external-apps-page div[style*="background: rgb(255,255,255)"],[data-theme=dark] .external-apps-page div[style*="background-color: #fff"],[data-theme=dark] .external-apps-page div[style*="background: #fff"],[data-theme=dark] .external-apps-page div[style*="background-color: #ffffff"],[data-theme=dark] .external-apps-page div[style*="background: #ffffff"],[data-theme=dark] .external-apps-page div[style*="background: white"],[data-theme=dark] .external-apps-page div[style*="background-color: white"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important}[data-theme=dark] .external-apps-page button[style*="background-color: #fff"],[data-theme=dark] .external-apps-page button[style*="background-color: #ffffff"],[data-theme=dark] .external-apps-page button[style*="background-color: #FFFFFF"],[data-theme=dark] .external-apps-page button[style*="background: #fff"],[data-theme=dark] .external-apps-page button[style*="background: #ffffff"],[data-theme=dark] .external-apps-page button[style*="background: #FFFFFF"],[data-theme=dark] .external-apps-page button[style*="background: white"],[data-theme=dark] .external-apps-page button[style*="background-color: white"],[data-theme=dark] .external-apps-page button[style*="background: rgb(255, 255, 255)"],[data-theme=dark] .external-apps-page button[style*="background: rgb(255,255,255)"],[data-theme=dark] .external-apps-page button[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] .external-apps-page button[style*="background-color: rgb(255,255,255)"],[data-theme=dark] .external-apps-page label[style*="background: #fff"],[data-theme=dark] .external-apps-page label[style*="background-color: #fff"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important;color:var(--color-text)!important}[data-theme=dark] .external-apps-page select,[data-theme=dark] .external-apps-page input,[data-theme=dark] .external-apps-page textarea{background-color:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-border)!important}[data-theme=dark] .external-apps-page div[style*="border: 1px solid #E2E8F0"],[data-theme=dark] .external-apps-page div[style*="border: 1px solid #e2e8f0"]{border-color:var(--color-border)!important}[data-theme=dark] .studio-tab-container,[data-theme=dark] .develop-tab-container{background-color:var(--color-base)!important}[data-theme=dark] .studio-tab-container aside,[data-theme=dark] .develop-tab-container aside{background-color:var(--color-surface)!important;border-right-color:var(--color-border)!important}[data-theme=dark] .studio-tab-container main,[data-theme=dark] .develop-tab-container main{background-color:var(--color-base)!important}[data-theme=dark] .studio-tab-container div[style*="background: #fff"],[data-theme=dark] .studio-tab-container div[style*="background-color: #fff"],[data-theme=dark] .develop-tab-container div[style*="background: #fff"],[data-theme=dark] .develop-tab-container div[style*="background-color: #fff"],[data-theme=dark] .develop-tab-container div[style*="background: rgb(255, 255, 255)"],[data-theme=dark] .develop-tab-container div[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] .develop-tab-container div[style*="background: #FFFFFF"],[data-theme=dark] .develop-tab-container div[style*="background-color: #FFFFFF"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important;border-color:var(--color-border)!important}[data-theme=dark] .studio-tab-container input,[data-theme=dark] .studio-tab-container textarea,[data-theme=dark] .develop-tab-container input,[data-theme=dark] .develop-tab-container textarea{background-color:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-border)!important}[data-theme=dark] .develop-tab-container section div[style*="background: #ffffff"],[data-theme=dark] .develop-tab-container section div[style*="background-color: #ffffff"],[data-theme=dark] .develop-tab-container section div[style*="background: rgb(255, 255, 255)"],[data-theme=dark] .develop-tab-container section div[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] .develop-tab-container section div[style*="background: #FFFFFF"],[data-theme=dark] .develop-tab-container section div[style*="background-color: #FFFFFF"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important;border-color:var(--color-border)!important}[data-theme=dark] .develop-tab-container h1,[data-theme=dark] .develop-tab-container h2,[data-theme=dark] .develop-tab-container h3,[data-theme=dark] .develop-tab-container strong{color:var(--color-text)!important}[data-theme=dark] .develop-tab-container p,[data-theme=dark] .develop-tab-container li,[data-theme=dark] .develop-tab-container [style*="color: #475569"],[data-theme=dark] .develop-tab-container [style*="color: #64748B"],[data-theme=dark] .develop-tab-container [style*="color: rgb(71, 85, 105)"],[data-theme=dark] .develop-tab-container [style*="color: rgb(100, 116, 139)"]{color:var(--color-text-muted)!important}[data-theme=dark] .studio-tab-container div[style*="background: #F8F5FF"],[data-theme=dark] .studio-tab-container div[style*="background-color: #F8F5FF"],[data-theme=dark] .develop-tab-container div[style*="background: #F8F5FF"],[data-theme=dark] .develop-tab-container div[style*="background-color: #F8F5FF"],[data-theme=dark] .develop-tab-container div[style*="background: rgb(248, 245, 255)"],[data-theme=dark] .develop-tab-container div[style*="background-color: rgb(248, 245, 255)"]{background-color:var(--color-brand-dim)!important;border-color:var(--color-brand-border)!important}[data-theme=dark] .develop-tab-container div[style*="background: #F1F5F9"],[data-theme=dark] .develop-tab-container div[style*="background-color: #F1F5F9"],[data-theme=dark] .develop-tab-container div[style*="background: rgb(241, 245, 249)"],[data-theme=dark] .develop-tab-container div[style*="background-color: rgb(241, 245, 249)"],[data-theme=dark] .event-log-container{background-color:var(--color-base)!important}[data-theme=dark] .event-log-container div[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] .event-log-container div[style*="background-color: rgb(255,255,255)"],[data-theme=dark] .event-log-container div[style*="background: rgb(255, 255, 255)"],[data-theme=dark] .event-log-container div[style*="background: rgb(255,255,255)"],[data-theme=dark] .event-log-container div[style*="background-color: #fff"],[data-theme=dark] .event-log-container div[style*="background: #fff"],[data-theme=dark] .event-log-container div[style*="background-color: #ffffff"],[data-theme=dark] .event-log-container div[style*="background: #ffffff"],[data-theme=dark] .event-log-container div[style*="background: white"],[data-theme=dark] .event-log-container div[style*="background-color: white"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important}[data-theme=dark] .event-log-container button[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] .event-log-container button[style*="background-color: rgb(255,255,255)"],[data-theme=dark] .event-log-container button[style*="background-color: #fff"],[data-theme=dark] .event-log-container button[style*="background: #fff"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-border)!important}[data-theme=dark] .event-log-container button[style*="background: #ECFDF5"],[data-theme=dark] .event-log-container button[style*="background-color: #ECFDF5"]{background-color:var(--color-success-dim)!important;background:var(--color-success-dim)!important}[data-theme=dark] .event-log-container div[style*="background: #F8FAFC"],[data-theme=dark] .event-log-container div[style*="background-color: #F8FAFC"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important;border-color:var(--color-border)!important}[data-theme=dark] .event-log-container select,[data-theme=dark] .event-log-container input{background-color:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-border)!important}[data-theme=dark] .event-log-container div[style*="border: 1px solid #E2E8F0"],[data-theme=dark] .event-log-container div[style*="border: 1px solid #e2e8f0"],[data-theme=dark] .event-log-container div[style*="border-right: 1px solid #E2E8F0"],[data-theme=dark] .event-log-container div[style*="border-right: 1px solid #e2e8f0"]{border-color:var(--color-border)!important}[data-theme=dark] .event-log-container [style*="color: #0D1117"],[data-theme=dark] .event-log-container [style*="color: #0d1117"]{color:var(--color-text)!important}[data-theme=dark] .event-log-container [style*="color: #64748B"],[data-theme=dark] .event-log-container [style*="color: #64748b"]{color:var(--color-text-muted)!important}[data-theme=dark] .event-log-container [style*="color: #94A3B8"],[data-theme=dark] .event-log-container [style*="color: #94a3b8"]{color:var(--color-text-subtle)!important}[data-theme=dark] .event-log-container div[style*="background-color: #F1F5F9"],[data-theme=dark] .projects-module-container{background-color:var(--color-base)!important}[data-theme=dark] .projects-module-container div[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] .projects-module-container div[style*="background-color: rgb(255,255,255)"],[data-theme=dark] .projects-module-container div[style*="background-color: #fff"],[data-theme=dark] .projects-module-container div[style*="background-color: #ffffff"],[data-theme=dark] .projects-module-container div[style*="background: #fff"],[data-theme=dark] .projects-module-container div[style*="background: #ffffff"],[data-theme=dark] .projects-module-container div[style*="background: white"],[data-theme=dark] .projects-module-container div[style*="background-color: white"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important}[data-theme=dark] .projects-module-container div[style*="background-color: #FAFAFA"],[data-theme=dark] .projects-module-container div[style*="background: #FAFAFA"],[data-theme=dark] .projects-module-container div[style*="background-color: #fafafa"]{background-color:var(--color-base)!important;background:var(--color-base)!important}[data-theme=dark] .projects-module-container button[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] .projects-module-container button[style*="background-color: #fff"],[data-theme=dark] .projects-module-container button[style*="background: #fff"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-border)!important}[data-theme=dark] .projects-module-container input,[data-theme=dark] .projects-module-container select,[data-theme=dark] .projects-module-container textarea{background-color:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-border)!important}[data-theme=dark] .projects-module-container [style*="color: #0D1117"],[data-theme=dark] .projects-module-container [style*="color: #0d1117"],[data-theme=dark] .projects-module-container [style*="color: #374151"]{color:var(--color-text)!important}[data-theme=dark] .projects-module-container [style*="color: #64748B"],[data-theme=dark] .projects-module-container [style*="color: #64748b"],[data-theme=dark] .projects-module-container [style*="color: #4B5563"],[data-theme=dark] .projects-module-container [style*="color: #94A3B8"],[data-theme=dark] .projects-module-container [style*="color: #94a3b8"]{color:var(--color-text-muted)!important}[data-theme=dark] .projects-module-container div[style*="border-bottom: 1px solid #E2E8F0"],[data-theme=dark] .projects-module-container div[style*="border-bottom: 1px solid #e2e8f0"],[data-theme=dark] .projects-module-container div[style*="border: 1px solid #E2E8F0"],[data-theme=dark] .projects-module-container div[style*="border: 1px solid #e2e8f0"]{border-color:var(--color-border)!important}[data-theme=dark] .finance-module-container{background-color:var(--color-base)!important;background:var(--color-base)!important}[data-theme=dark] .finance-module-container div[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] .finance-module-container div[style*="background-color: rgb(255,255,255)"],[data-theme=dark] .finance-module-container div[style*="background-color: #fff"],[data-theme=dark] .finance-module-container div[style*="background-color: #ffffff"],[data-theme=dark] .finance-module-container div[style*="background: #fff"],[data-theme=dark] .finance-module-container div[style*="background: #ffffff"],[data-theme=dark] .finance-module-container div[style*="background: white"],[data-theme=dark] .finance-module-container div[style*="background-color: white"],[data-theme=dark] .finance-module-container div[style*="background: rgb(255, 255, 255)"],[data-theme=dark] .finance-module-container div[style*="background: rgb(255,255,255)"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important}[data-theme=dark] .finance-module-container button[style*="background: #EDE9FE"],[data-theme=dark] .finance-module-container button[style*="background-color: #EDE9FE"]{background-color:var(--color-brand-dim)!important;background:var(--color-brand-dim)!important;color:var(--color-brand)!important}[data-theme=dark] .finance-module-container button[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] .finance-module-container button[style*="background-color: #fff"],[data-theme=dark] .finance-module-container button[style*="background: #fff"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-border)!important}[data-theme=dark] .finance-module-container input,[data-theme=dark] .finance-module-container select,[data-theme=dark] .finance-module-container textarea{background-color:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-border)!important}[data-theme=dark] .finance-module-container [style*="color: #0D1117"],[data-theme=dark] .finance-module-container [style*="color: #0d1117"],[data-theme=dark] .finance-module-container [style*="color: #374151"]{color:var(--color-text)!important}[data-theme=dark] .finance-module-container [style*="color: #64748B"],[data-theme=dark] .finance-module-container [style*="color: #64748b"],[data-theme=dark] .finance-module-container [style*="color: #4B5563"],[data-theme=dark] .finance-module-container [style*="color: #94A3B8"],[data-theme=dark] .finance-module-container [style*="color: #94a3b8"]{color:var(--color-text-muted)!important}[data-theme=dark] .finance-module-container div[style*="border-bottom: 1px solid #E2E8F0"],[data-theme=dark] .finance-module-container div[style*="border-bottom: 1px solid #e2e8f0"],[data-theme=dark] .finance-module-container div[style*="border: 1px solid #E2E8F0"],[data-theme=dark] .finance-module-container div[style*="border: 1px solid #e2e8f0"]{border-color:var(--color-border)!important}[data-theme=dark] .settings-page-container [style*="color: #64748B"],[data-theme=dark] .settings-page-container [style*="color: #64748b"],[data-theme=dark] .settings-page-container [style*="color: #4B5563"],[data-theme=dark] .settings-page-container [style*="color: #94A3B8"],[data-theme=dark] .settings-page-container [style*="color: #94a3b8"]{color:var(--color-text-muted)!important}[data-theme=dark] .platform-health-container{background-color:var(--color-base)!important}[data-theme=dark] .platform-health-container div[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] .platform-health-container div[style*="background-color: rgb(255,255,255)"],[data-theme=dark] .platform-health-container div[style*="background-color: #FFFFFF"],[data-theme=dark] .platform-health-container div[style*="background-color: #ffffff"],[data-theme=dark] .platform-health-container div[style*="background: #ffffff"],[data-theme=dark] .platform-health-container div[style*="background: white"],[data-theme=dark] .platform-health-container div[style*="background-color: white"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important}[data-theme=dark] .platform-health-container button[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] .platform-health-container button[style*="background-color: #fff"],[data-theme=dark] .platform-health-container button[style*="background: #fff"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-border)!important}[data-theme=dark] .platform-health-container [style*="color: #0D1117"],[data-theme=dark] .platform-health-container [style*="color: #0d1117"],[data-theme=dark] .platform-health-container [style*="color: #374151"]{color:var(--color-text)!important}[data-theme=dark] .platform-health-container [style*="color: #64748B"],[data-theme=dark] .platform-health-container [style*="color: #64748b"],[data-theme=dark] .platform-health-container [style*="color: #94A3B8"],[data-theme=dark] .platform-health-container [style*="color: #94a3b8"]{color:var(--color-text-muted)!important}[data-theme=dark] .platform-health-container div[style*="border-bottom: 1px solid #E2E8F0"],[data-theme=dark] .platform-health-container div[style*="border: 1px solid #E2E8F0"]{border-color:var(--color-border)!important}[data-theme=dark] .platform-health-container div[style*="background-color: #F1F5F9"],[data-theme=dark] .users-page-container{background-color:var(--color-base)!important}[data-theme=dark] .users-page-container div[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] .users-page-container div[style*="background-color: rgb(255,255,255)"],[data-theme=dark] .users-page-container div[style*="background-color: #fff"],[data-theme=dark] .users-page-container div[style*="background-color: #ffffff"],[data-theme=dark] .users-page-container div[style*="background: #fff"],[data-theme=dark] .users-page-container div[style*="background: #ffffff"],[data-theme=dark] .users-page-container div[style*="background: white"],[data-theme=dark] .users-page-container div[style*="background-color: white"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important}[data-theme=dark] .users-page-container button[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] .users-page-container button[style*="background-color: #fff"],[data-theme=dark] .users-page-container button[style*="background: #fff"]{background-color:var(--color-surface)!important;background:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-border)!important}[data-theme=dark] .users-page-container input,[data-theme=dark] .users-page-container select,[data-theme=dark] .users-page-container textarea{background-color:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-border)!important}[data-theme=dark] .users-page-container [style*="color: #0D1117"],[data-theme=dark] .users-page-container [style*="color: #0d1117"],[data-theme=dark] .users-page-container [style*="color: #374151"]{color:var(--color-text)!important}[data-theme=dark] .users-page-container [style*="color: #64748B"],[data-theme=dark] .users-page-container [style*="color: #64748b"],[data-theme=dark] .users-page-container [style*="color: #4B5563"],[data-theme=dark] .users-page-container [style*="color: #94A3B8"],[data-theme=dark] .users-page-container [style*="color: #94a3b8"]{color:var(--color-text-muted)!important}[data-theme=dark] .users-page-container div[style*="border-bottom: 1px solid #E2E8F0"],[data-theme=dark] .users-page-container div[style*="border-bottom: 1px solid #e2e8f0"],[data-theme=dark] .users-page-container div[style*="border: 1px solid #E2E8F0"],[data-theme=dark] .users-page-container div[style*="border: 1px solid #e2e8f0"]{border-color:var(--color-border)!important}[data-theme=dark] .users-page-container [style*="color: #475569"],[data-theme=dark] .users-page-container [style*="color: #334155"],[data-theme=dark] .users-page-container [style*="color: #64748B"],[data-theme=dark] .users-page-container [style*="color: #64748b"]{color:var(--color-text-muted)!important}[data-theme=dark] .users-page-container [style*="border: 1px solid #1E293B"],[data-theme=dark] .users-page-container [style*="border: 1px solid #1e293b"]{border-color:var(--color-border)!important}[data-theme=dark] .settings-page-container [style*="color: #0D1117"],[data-theme=dark] .settings-page-container [style*="color: #0d1117"],[data-theme=dark] .settings-page-container [style*="color: rgb(13, 17, 23)"],[data-theme=dark] .settings-page-container [style*="color: #374151"],[data-theme=dark] .settings-page-container [style*="color: rgb(55, 65, 81)"],[data-theme=dark] .platform-health-container [style*="color: #0D1117"],[data-theme=dark] .platform-health-container [style*="color: #0d1117"],[data-theme=dark] .platform-health-container [style*="color: rgb(13, 17, 23)"],[data-theme=dark] .platform-health-container [style*="color: #374151"],[data-theme=dark] .platform-health-container [style*="color: rgb(55, 65, 81)"],[data-theme=dark] .users-page-container [style*="color: #0D1117"],[data-theme=dark] .users-page-container [style*="color: #0d1117"],[data-theme=dark] .users-page-container [style*="color: rgb(13, 17, 23)"],[data-theme=dark] .users-page-container [style*="color: #374151"],[data-theme=dark] .users-page-container [style*="color: rgb(55, 65, 81)"],[data-theme=dark] .admin-hub-container [style*="color: #0D1117"],[data-theme=dark] .admin-hub-container [style*="color: #0d1117"],[data-theme=dark] .admin-hub-container [style*="color: rgb(13, 17, 23)"],[data-theme=dark] .admin-hub-container [style*="color: #374151"],[data-theme=dark] .admin-hub-container [style*="color: rgb(55, 65, 81)"]{color:var(--color-text)!important}[data-theme=dark] .settings-page-container [style*="color: #64748B"],[data-theme=dark] .settings-page-container [style*="color: #64748b"],[data-theme=dark] .settings-page-container [style*="color: rgb(100, 116, 139)"],[data-theme=dark] .settings-page-container [style*="color: #94A3B8"],[data-theme=dark] .settings-page-container [style*="color: #94a3b8"],[data-theme=dark] .settings-page-container [style*="color: rgb(148, 163, 184)"],[data-theme=dark] .settings-page-container [style*="color: #4B5563"],[data-theme=dark] .settings-page-container [style*="color: #475569"],[data-theme=dark] .settings-page-container [style*="color: rgb(71, 85, 105)"],[data-theme=dark] .settings-page-container [style*="color: #334155"],[data-theme=dark] .settings-page-container [style*="color: rgb(51, 65, 85)"],[data-theme=dark] .platform-health-container [style*="color: #64748B"],[data-theme=dark] .platform-health-container [style*="color: #64748b"],[data-theme=dark] .platform-health-container [style*="color: rgb(100, 116, 139)"],[data-theme=dark] .platform-health-container [style*="color: #94A3B8"],[data-theme=dark] .platform-health-container [style*="color: #94a3b8"],[data-theme=dark] .platform-health-container [style*="color: rgb(148, 163, 184)"],[data-theme=dark] .platform-health-container [style*="color: #475569"],[data-theme=dark] .platform-health-container [style*="color: rgb(71, 85, 105)"],[data-theme=dark] .platform-health-container [style*="color: #334155"],[data-theme=dark] .platform-health-container [style*="color: rgb(51, 65, 85)"],[data-theme=dark] .users-page-container [style*="color: #64748B"],[data-theme=dark] .users-page-container [style*="color: #64748b"],[data-theme=dark] .users-page-container [style*="color: rgb(100, 116, 139)"],[data-theme=dark] .users-page-container [style*="color: #94A3B8"],[data-theme=dark] .users-page-container [style*="color: #94a3b8"],[data-theme=dark] .users-page-container [style*="color: rgb(148, 163, 184)"],[data-theme=dark] .users-page-container [style*="color: #4B5563"],[data-theme=dark] .users-page-container [style*="color: #475569"],[data-theme=dark] .users-page-container [style*="color: rgb(71, 85, 105)"],[data-theme=dark] .users-page-container [style*="color: #334155"],[data-theme=dark] .users-page-container [style*="color: rgb(51, 65, 85)"],[data-theme=dark] .admin-hub-container [style*="color: #64748B"],[data-theme=dark] .admin-hub-container [style*="color: #64748b"],[data-theme=dark] .admin-hub-container [style*="color: rgb(100, 116, 139)"],[data-theme=dark] .admin-hub-container [style*="color: #94A3B8"],[data-theme=dark] .admin-hub-container [style*="color: #94a3b8"],[data-theme=dark] .admin-hub-container [style*="color: rgb(148, 163, 184)"],[data-theme=dark] .admin-hub-container [style*="color: #4B5563"],[data-theme=dark] .admin-hub-container [style*="color: #475569"],[data-theme=dark] .admin-hub-container [style*="color: rgb(71, 85, 105)"],[data-theme=dark] .admin-hub-container [style*="color: #334155"],[data-theme=dark] .admin-hub-container [style*="color: rgb(51, 65, 85)"]{color:var(--color-text-muted)!important}[data-theme=dark] .users-page-container [style*="border: 1px solid #1E293B"],[data-theme=dark] .users-page-container [style*="border: 1px solid #1e293b"],[data-theme=dark] .users-page-container [style*="border: 1px solid rgb(30, 41, 59)"]{border-color:var(--color-border)!important}[data-theme=dark] .platform-health-container [style*="color: #16A34A"],[data-theme=dark] .platform-health-container [style*="color: #16a34a"],[data-theme=dark] .platform-health-container [style*="color: rgb(22, 163, 74)"]{color:var(--color-success)!important}[data-theme=dark] .platform-health-container [style*="color: #D97706"],[data-theme=dark] .platform-health-container [style*="color: #d97706"],[data-theme=dark] .platform-health-container [style*="color: rgb(217, 119, 6)"]{color:var(--color-warning)!important}[data-theme=dark] .platform-health-container [style*="color: #DC2626"],[data-theme=dark] .platform-health-container [style*="color: #dc2626"],[data-theme=dark] .platform-health-container [style*="color: rgb(220, 38, 38)"]{color:var(--color-error)!important}[data-theme=dark] .platform-health-container div[style*="background-color: #DCFCE7"],[data-theme=dark] .platform-health-container div[style*="background-color: #dcfce7"],[data-theme=dark] .platform-health-container div[style*="background-color: rgb(220, 252, 231)"]{background-color:var(--color-success-dim)!important;color:var(--color-success)!important}[data-theme=dark] .platform-health-container div[style*="background-color: #FEF3C7"],[data-theme=dark] .platform-health-container div[style*="background-color: #fef3c7"],[data-theme=dark] .platform-health-container div[style*="background-color: rgb(254, 243, 199)"]{background-color:var(--color-warning-dim)!important;color:var(--color-warning)!important}[data-theme=dark] .platform-health-container div[style*="background-color: #FEE2E2"],[data-theme=dark] .platform-health-container div[style*="background-color: #fee2e2"],[data-theme=dark] .platform-health-container div[style*="background-color: rgb(254, 226, 226)"]{background-color:var(--color-error-dim)!important;color:var(--color-error)!important}[data-theme=dark] .platform-health-container div[style*="background-color: #F1F5F9"],[data-theme=dark] .platform-health-container div[style*="background-color: #f1f5f9"],[data-theme=dark] .platform-health-container div[style*="background-color: rgb(241, 245, 249)"]{background-color:var(--color-base)!important;color:var(--color-text-muted)!important}
