@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--app-identity: #1976D2;--app-identity-light: #42a5f5;--app-identity-dark: #1565c0;--app-identity-subtle: rgba(25, 118, 210, .1);--app-identity-contrast: #ffffff}[data-theme=dark]{--app-identity-light: #64b5f6;--app-identity-subtle: rgba(25, 118, 210, .15)}.app-header-accent{border-left:4px solid var(--app-identity);padding-left:16px}.header-icon-button{color:var(--mui-palette-text-secondary);transition:all .2s ease}.header-icon-button:hover{color:var(--app-identity)!important;background-color:var(--app-identity-subtle)!important}.header-icon-button:active{background-color:var(--app-identity-subtle);color:var(--app-identity-dark)!important}.identity-button.MuiButton-contained{background-color:var(--app-identity);color:var(--app-identity-contrast);border:none}.identity-button.MuiButton-contained:hover{background-color:var(--app-identity-dark);box-shadow:0 4px 12px var(--app-identity-subtle)}.identity-button.MuiButton-outlined{border-color:var(--app-identity);color:var(--app-identity);background-color:transparent}.identity-button.MuiButton-outlined:hover{background-color:var(--app-identity-subtle);border-color:var(--app-identity-dark)}.btn-identity-outline{border:2px solid var(--app-identity);color:var(--app-identity);background-color:transparent;padding:8px 16px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-identity-outline:hover{background-color:var(--app-identity-subtle);border-color:var(--app-identity-dark)}.btn-identity-outline:active,.btn-identity-outline:focus{background-color:var(--app-identity);color:var(--app-identity-contrast);outline:2px solid var(--app-identity-light);outline-offset:2px}.btn-identity-outline:disabled{opacity:.5;cursor:not-allowed}.btn-identity-filled{background-color:var(--app-identity);color:var(--app-identity-contrast);border:none;padding:8px 16px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-identity-filled:hover{background-color:var(--app-identity-dark);box-shadow:0 4px 12px var(--app-identity-subtle)}.btn-identity-filled:active,.btn-identity-filled:focus{background-color:var(--app-identity-dark);outline:2px solid var(--app-identity-light);outline-offset:2px}.btn-identity-filled:disabled{opacity:.5;cursor:not-allowed}.nav-identity-indicator{border-bottom:2px solid var(--app-identity);color:var(--app-identity)}.nav-identity-indicator-top{border-top:2px solid var(--app-identity);color:var(--app-identity)}.sidebar-identity-indicator{border-left:4px solid var(--app-identity);background-color:var(--app-identity-subtle);color:var(--app-identity)}.sidebar-identity-indicator-right{border-right:4px solid var(--app-identity);background-color:var(--app-identity-subtle);color:var(--app-identity)}.text-identity{color:var(--app-identity)}.text-identity-light{color:var(--app-identity-light)}.text-identity-dark{color:var(--app-identity-dark)}.bg-identity{background-color:var(--app-identity);color:var(--app-identity-contrast)}.bg-identity-light{background-color:var(--app-identity-light);color:var(--app-identity-contrast)}.bg-identity-subtle{background-color:var(--app-identity-subtle);color:var(--app-identity)}.link-identity{color:var(--app-identity);text-decoration:none;cursor:pointer;transition:color .2s ease}.link-identity:hover{color:var(--app-identity-dark);text-decoration:underline}.link-identity:focus{outline:2px solid var(--app-identity);outline-offset:2px;border-radius:2px}.border-identity{border:1px solid var(--app-identity)}.border-identity-2{border:2px solid var(--app-identity)}.border-top-identity{border-top:1px solid var(--app-identity)}.border-bottom-identity{border-bottom:1px solid var(--app-identity)}.border-left-identity{border-left:1px solid var(--app-identity)}.border-right-identity{border-right:1px solid var(--app-identity)}.border-left-identity-thick{border-left:4px solid var(--app-identity)}.border-top-identity-thick{border-top:4px solid var(--app-identity)}.badge-identity{display:inline-flex;align-items:center;padding:4px 12px;background-color:var(--app-identity);color:var(--app-identity-contrast);border-radius:12px;font-size:.75rem;font-weight:600;line-height:1}.badge-identity-outline{display:inline-flex;align-items:center;padding:4px 12px;background-color:transparent;color:var(--app-identity);border:1px solid var(--app-identity);border-radius:12px;font-size:.75rem;font-weight:600;line-height:1}.badge-identity-subtle{display:inline-flex;align-items:center;padding:4px 12px;background-color:var(--app-identity-subtle);color:var(--app-identity);border-radius:12px;font-size:.75rem;font-weight:600;line-height:1}.focus-identity:focus{outline:2px solid var(--app-identity);outline-offset:2px}.focus-identity-thick:focus{outline:3px solid var(--app-identity);outline-offset:3px}.hover-identity-subtle:hover{background-color:var(--app-identity-subtle);transition:background-color .2s ease}.hover-identity:hover{background-color:var(--app-identity);color:var(--app-identity-contrast);transition:all .2s ease}.progress-identity{background-color:var(--app-identity-subtle);border-radius:4px;overflow:hidden}.progress-identity-bar{background-color:var(--app-identity);height:100%;transition:width .3s ease}.icon-identity{color:var(--app-identity)}.icon-identity svg{stroke:var(--app-identity)}.scrollbar-identity::-webkit-scrollbar{width:8px;height:8px}.scrollbar-identity::-webkit-scrollbar-track{background:var(--app-identity-subtle);border-radius:4px}.scrollbar-identity::-webkit-scrollbar-thumb{background:var(--app-identity);border-radius:4px}.scrollbar-identity::-webkit-scrollbar-thumb:hover{background:var(--app-identity-dark)}.card-identity-accent{border-top:3px solid var(--app-identity);box-shadow:0 1px 3px var(--app-identity-subtle)}.card-identity-accent:hover{box-shadow:0 4px 12px var(--app-identity-subtle)}.divider-identity{height:1px;background-color:var(--app-identity);margin:16px 0}.divider-identity-thick{height:2px;background-color:var(--app-identity);margin:24px 0}.alert-identity{padding:12px 16px;background-color:var(--app-identity-subtle);border-left:4px solid var(--app-identity);border-radius:4px;color:var(--app-identity-dark)}@media (max-width: 768px){.hide-identity-mobile .app-header-accent{border-left:none;padding-left:0}.hide-identity-mobile .sidebar-identity-indicator{border-left:2px solid var(--app-identity)}}.nt-mt-auto.nt-shrink-0.nt-flex-col:after{background:none!important;background-image:none!important}.nt-mt-auto.nt-shrink-0.nt-flex-col:before{background:none!important;background-image:none!important;mask-image:none!important;-webkit-mask-image:none!important}.nt-bg-gradient-to-b.nt-from-transparent.nt-to-background{background:none!important;background-image:none!important}:root{--nexus-bg-default: #f8fafc;--nexus-bg-paper: #ffffff;--nexus-bg-subtle: #f1f5f9;--nexus-bg-hover: #e2e8f0;--nexus-text-primary: #1e293b;--nexus-text-secondary: #64748b;--nexus-text-disabled: #cbd5e1;--nexus-text-inverse: #ffffff;--nexus-border-default: #e2e8f0;--nexus-border-subtle: #f1f5f9;--nexus-border-strong: #cbd5e1}[data-theme=dark]{--nexus-bg-default: #0f172a;--nexus-bg-paper: #1e293b;--nexus-bg-subtle: #334155;--nexus-bg-hover: #475569;--nexus-text-primary: #f8fafc;--nexus-text-secondary: #cbd5e1;--nexus-text-disabled: #64748b;--nexus-text-inverse: #0f172a;--nexus-border-default: #334155;--nexus-border-subtle: #1e293b;--nexus-border-strong: #475569}@media (prefers-color-scheme: dark){:root:not([data-theme]){--nexus-bg-default: #0f172a;--nexus-bg-paper: #1e293b;--nexus-bg-subtle: #334155;--nexus-bg-hover: #475569;--nexus-text-primary: #f8fafc;--nexus-text-secondary: #cbd5e1;--nexus-text-disabled: #64748b;--nexus-text-inverse: #0f172a;--nexus-border-default: #334155;--nexus-border-subtle: #1e293b;--nexus-border-strong: #475569}}:root{--primary-50: #eff6ff;--primary-100: #dbeafe;--primary-200: #bfdbfe;--primary-300: #93c5fd;--primary-400: #60a5fa;--primary-500: #3b82f6;--primary-600: #2563eb;--primary-700: #1d4ed8;--primary-800: #1e40af;--primary-900: #1e3a8a;--info-50: #eff6ff;--info-100: #dbeafe;--info-200: #bfdbfe;--info-300: #93c5fd;--info-400: #60a5fa;--info-500: #3b82f6;--info-600: #2563eb;--info-700: #1d4ed8;--info-800: #1e40af;--info-900: #1e3a8a;--warning-50: #fff3e0;--warning-100: #ffe0b2;--warning-200: #ffcc80;--warning-300: #ffb74d;--warning-400: #ffa726;--warning-500: #ff9800;--warning-600: #fb8c00;--warning-700: #f57c00;--warning-800: #ef6c00;--warning-900: #e65100;--success-50: #ecfdf5;--success-100: #d1fae5;--success-200: #a7f3d0;--success-300: #6ee7b7;--success-400: #34d399;--success-500: #10b981;--success-600: #059669;--success-700: #047857;--success-800: #065f46;--success-900: #064e3b;--error-50: #ffebee;--error-100: #ffcdd2;--error-200: #ef9a9a;--error-300: #e57373;--error-400: #ef5350;--error-500: #f44336;--error-600: #e53935;--error-700: #d32f2f;--error-800: #c62828;--error-900: #b71c1c;--neutral-50: #f8fafc;--neutral-100: #f1f5f9;--neutral-200: #e2e8f0;--neutral-300: #cbd5e1;--neutral-400: #94a3b8;--neutral-500: #64748b;--neutral-600: #475569;--neutral-700: #334155;--neutral-800: #1e293b;--neutral-900: #0f172a;--background-default: #f8fafc;--background-paper: #ffffff;--background-subtle: #f1f5f9;--background-hover: #e2e8f0;--text-primary: #1e293b;--text-secondary: #64748b;--text-disabled: #cbd5e1;--text-inverse: #ffffff;--border-default: #e2e8f0;--border-subtle: #f1f5f9;--border-strong: #cbd5e1;--focus-primary: #2563eb;--focus-accent: #ffa726;--focus-background: #2563eb;--focus-text: #ffffff;--shadow-color: 0, 0, 0}[data-theme=dark]{--background-default: #0f172a;--background-paper: #1e293b;--background-subtle: #334155;--background-hover: #475569;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-disabled: #64748b;--text-inverse: #0f172a;--border-default: #334155;--border-subtle: #1e293b;--border-strong: #475569;--focus-primary: #60a5fa;--focus-accent: #fcd34d;--focus-background: #3b82f6;--focus-text: #ffffff;--shadow-color: 255, 255, 255}@media (prefers-color-scheme: dark){:root:not([data-theme]){--background-default: #0f172a;--background-paper: #1e293b;--background-subtle: #334155;--background-hover: #475569;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-disabled: #64748b;--text-inverse: #0f172a;--border-default: #334155;--border-subtle: #1e293b;--border-strong: #475569;--focus-primary: #60a5fa;--focus-accent: #fcd34d;--focus-background: #3b82f6;--focus-text: #ffffff;--shadow-color: 255, 255, 255}}.MuiButton-outlined.identity-button{color:var(--app-identity)!important;border-color:var(--app-identity)!important;background-color:transparent!important}.MuiButton-outlined.identity-button:hover{background-color:var(--app-identity-subtle)!important;border-color:var(--app-identity-dark)!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}*:focus-visible:not(input):not(textarea):not(select):not([class*=MuiOutlinedInput]):not([class*=MuiInputBase]){outline:2px solid var(--focus-accent);outline-offset:2px}button:focus-visible,a:focus-visible,[role=button]:focus-visible{outline:2px solid var(--focus-accent);outline-offset:2px}*:focus{outline:none}a:focus-visible{text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:var(--focus-accent)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (prefers-contrast: high){*{border-color:currentColor!important}button,a{outline:2px solid currentColor}}.focus-within:focus-within{outline:2px solid var(--focus-primary);outline-offset:2px}.skip-link{position:absolute;top:-40px;left:0;background:var(--focus-background);color:var(--focus-text);padding:8px 16px;text-decoration:none;z-index:10000;border-radius:0 0 4px;transition:top .2s ease}.skip-link:focus{top:0}button:disabled,input:disabled,select:disabled,textarea:disabled{opacity:.6;cursor:not-allowed}table tr:focus-within{outline:2px solid var(--focus-primary);outline-offset:-2px}[role=button],[role=link],[role=tab],[role=menuitem]{position:relative}[role=button]:focus-visible:after,[role=link]:focus-visible:after,[role=tab]:focus-visible:after,[role=menuitem]:focus-visible:after{content:"";position:absolute;inset:-4px;border:3px solid var(--focus-accent);border-radius:inherit;pointer-events:none}[aria-live=polite],[aria-live=assertive]{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.keyboard-navigation-active *:focus{outline:2px solid var(--focus-accent)!important;outline-offset:2px!important}.MuiListItemButton-root:focus-visible{outline:2px solid var(--app-identity);outline-offset:-2px}.MuiListItemButton-root{transition:background-color .2s ease,color .2s ease}.MuiListItemButton-root:hover{background-color:var(--app-identity-subtle)}html,body{margin:0;padding:0;height:100%;width:100%}#root{height:100%;width:100%}*{box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background-subtle, #f1f1f1)}::-webkit-scrollbar-thumb{background:var(--neutral-400, #888);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--neutral-600, #555)}[data-theme=dark] ::-webkit-scrollbar-track{background:var(--background-subtle)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--neutral-600)}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:var(--neutral-500)}
