@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--ch-indigo:#0d9488;--ch-indigo-hover:#0f766e;--ch-indigo-light:#f0fdfa;--ch-slate-dark:#0f172a;--ch-slate-medium:#334155;--ch-slate-light:#64748b;--ch-slate-muted:#94a3b8;--ch-border:#e2e8f0;--ch-bg-light:#f8fafc;--ch-bg-card:#fff;--color-bg:var(--ch-bg-light);--color-surface:var(--ch-bg-card);--color-text:var(--ch-slate-dark);--color-text-soft:var(--ch-slate-medium);--color-text-muted:var(--ch-slate-light);--color-primary:var(--ch-indigo);--shadow-card:0 2px 8px #0000000a;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:24px;--transition:all .2s cubic-bezier(.4, 0, .2, 1)}html.dark,.dark{--ch-indigo:#14b8a6;--ch-indigo-hover:#2dd4bf;--ch-indigo-light:#115e59;--ch-slate-dark:#f1f5f9;--ch-slate-medium:#cbd5e1;--ch-slate-light:#64748b;--ch-slate-muted:#334155;--ch-border:#1e293b;--ch-bg-light:#030712;--ch-bg-sidebar:#0b0f1a;--ch-bg-card:#0f172a;--ch-bg-elevated:#162032;--color-bg:var(--ch-bg-light);--color-surface:var(--ch-bg-card);--color-text:var(--ch-slate-dark);--color-text-soft:var(--ch-slate-medium);--color-text-muted:var(--ch-slate-light);--color-primary:var(--ch-indigo);--shadow-card:0 4px 24px #00000080}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5}.login-bg{z-index:1;background:#f9fafb;position:fixed;inset:0;overflow:hidden}.login-wrapper{z-index:10;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative}.login-card{background:var(--ch-bg-card);border:1px solid var(--ch-border);border-radius:var(--radius-xl);width:100%;max-width:480px;box-shadow:var(--shadow-card);padding:48px;animation:.4s cubic-bezier(.16,1,.3,1) both cardIn}@keyframes cardIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.login-brand{text-align:center;margin-bottom:32px}.logo-placeholder{border-radius:var(--radius-md);color:#9ca3af;text-transform:uppercase;letter-spacing:1px;width:100%;max-width:240px;height:60px;transition:var(--transition);background:#fafafa;border:2px dashed #d1d5db;flex-direction:column;justify-content:center;align-items:center;margin-bottom:24px;font-size:11px;font-weight:700;display:inline-flex}.logo-placeholder:hover{border-color:var(--ch-indigo);color:var(--ch-indigo);background:#f0f4ff}.login-title{color:var(--ch-slate-dark);letter-spacing:-.5px;margin-bottom:8px;font-size:24px;font-weight:800}.login-subtitle{color:var(--ch-slate-light);font-size:14px;font-weight:400}.login-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-label-row{justify-content:space-between;align-items:center;display:flex}.form-label{color:var(--ch-slate-dark);letter-spacing:.5px;text-transform:uppercase;font-size:11px;font-weight:700}.input-wrap{align-items:center;display:flex;position:relative}.form-input{background:var(--ch-bg-light);border:1px solid var(--ch-border);border-radius:var(--radius-md);width:100%;height:42px;color:var(--ch-slate-dark);transition:var(--transition);outline:none;padding:0 14px;font-family:inherit;font-size:14px;font-weight:400}.form-input::placeholder{color:#9ca3af}.form-input:focus{border-color:var(--ch-indigo);background:var(--ch-bg-card);box-shadow:0 0 0 3px #5850ec26}.input-btn{cursor:pointer;color:var(--ch-slate-light);transition:var(--transition);background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;display:flex;position:absolute;right:12px}.input-btn:hover{color:var(--ch-indigo)}.form-input.with-icon-right{padding-right:40px}.error-msg{border-radius:var(--radius-sm);color:#dc2626;background:#ef44440d;border:1px solid #ef444433;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:500;display:flex}.remember-row{align-items:center;display:flex}.remember-label{cursor:pointer;align-items:center;gap:8px;display:flex}.remember-label input[type=checkbox]{accent-color:var(--ch-indigo);cursor:pointer;border:1px solid #d1d5db;border-radius:4px;width:14px;height:14px}.remember-text{color:var(--ch-slate-medium);-webkit-user-select:none;user-select:none;font-size:13px;font-weight:500}.forgot-link{color:var(--ch-indigo);transition:var(--transition);font-size:13px;font-weight:600;text-decoration:none}.forgot-link:hover{color:var(--ch-indigo-hover);text-decoration:underline}.btn-login{background:var(--ch-indigo);border-radius:var(--radius-md);color:#fff;cursor:pointer;white-space:nowrap;width:100%;height:42px;transition:var(--transition);border:none;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-size:14px;font-weight:600;display:flex}.btn-login:hover:not(:disabled){background:var(--ch-indigo-hover)}.btn-login:disabled{opacity:.6;cursor:not-allowed}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.divider{align-items:center;gap:12px;margin:8px 0;display:flex}.divider-line{background:#e5e7eb;flex:1;height:1px}.divider-text{color:var(--ch-slate-muted);text-transform:uppercase;letter-spacing:1px;white-space:nowrap;font-size:10px;font-weight:700}.sso-row{justify-content:center;gap:24px;display:flex}.btn-sso{color:var(--ch-slate-medium);cursor:pointer;border-radius:var(--radius-md);white-space:nowrap;transition:var(--transition);background:0 0;border:none;align-items:center;gap:8px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:600;display:flex}.btn-sso:hover{background:var(--ch-bg-light);color:var(--ch-slate-dark)}.sidebar-link{color:var(--ch-slate-medium);background:0 0;border-radius:10px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.sidebar-link:hover{background:var(--ch-bg-light);color:var(--ch-slate-dark)}.sidebar-link.active{background:var(--ch-indigo-light)!important;color:var(--ch-indigo)!important}.sidebar-link svg{color:var(--ch-slate-light);transition:all .15s}.sidebar-link:hover svg{color:var(--ch-slate-medium)}.sidebar-link.active svg{color:var(--ch-indigo)!important}.grc-table{border-collapse:collapse;text-align:left;width:100%;font-size:13px}.grc-table tbody tr{transition:background .15s}.grc-table tbody tr:hover{background:var(--ch-bg-light)!important}html.dark,html.dark body{background-color:var(--ch-bg-light)!important;color:var(--ch-slate-dark)!important}html.dark [style*="background: #ffffff"],html.dark [style*="background: rgb(255, 255, 255)"],html.dark [style*="background-color: #ffffff"],html.dark [style*="background-color: rgb(255, 255, 255)"],html.dark [style*="background: #f9fafb"],html.dark [style*="background: rgb(249, 250, 251)"],html.dark [style*="background-color: #f9fafb"],html.dark [style*="background-color: rgb(249, 250, 251)"],html.dark [style*="background: #f1f5f9"],html.dark [style*="background: rgb(241, 245, 249)"],html.dark [style*="background-color: #f1f5f9"],html.dark [style*="background-color: rgb(241, 245, 249)"],html.dark [style*="background: #fafafa"],html.dark [style*="background: rgb(250, 250, 250)"],html.dark [style*="background-color: #fafafa"],html.dark [style*="background-color: rgb(250, 250, 250)"],html.dark [style*="background: #fcfcfc"],html.dark [style*="background: rgb(252, 252, 252)"],html.dark [style*="background-color: #fcfcfc"],html.dark [style*="background-color: rgb(252, 252, 252)"]{background-color:var(--ch-bg-card)!important;background:var(--ch-bg-card)!important}html.dark [style*="background: #e5e7eb"],html.dark [style*="background: rgb(229, 231, 235)"],html.dark [style*="background-color: #e5e7eb"],html.dark [style*="background-color: rgb(229, 231, 235)"]{background-color:var(--ch-border)!important;background:var(--ch-border)!important}html.dark [style*="border: 1px solid #e5e7eb"],html.dark [style*="border: 1px solid rgb(229, 231, 235)"],html.dark [style*="border: 1px solid var(--ch-border)"],html.dark [style*="border-right: 1px solid #e5e7eb"],html.dark [style*="border-right: 1px solid rgb(229, 231, 235)"],html.dark [style*="border-bottom: 1px solid #e5e7eb"],html.dark [style*="border-bottom: 1px solid rgb(229, 231, 235)"],html.dark [style*="border-top: 1px solid #e5e7eb"],html.dark [style*="border-top: 1px solid rgb(229, 231, 235)"]{border-color:var(--ch-border)!important}html.dark [style*="color: #111827"],html.dark [style*="color: rgb(17, 24, 39)"]{color:var(--ch-slate-dark)!important}html.dark [style*="color: #374151"],html.dark [style*="color: rgb(55, 65, 81)"],html.dark [style*="color: #4b5563"],html.dark [style*="color: rgb(75, 85, 99)"]{color:var(--ch-slate-medium)!important}html.dark [style*="color: #6b7280"],html.dark [style*="color: rgb(107, 114, 128)"]{color:var(--ch-slate-light)!important}html.dark select{background-color:var(--ch-bg-card)!important;color:var(--ch-slate-dark)!important;border-color:var(--ch-border)!important}html.dark option{background-color:var(--ch-bg-card)!important;color:var(--ch-slate-dark)!important}html.dark [style*="background: #f0fdf4"],html.dark [style*="background: rgb(240, 253, 244)"],html.dark [style*="background-color: #f0fdf4"],html.dark [style*="background-color: rgb(240, 253, 244)"]{background:#14b8a626!important}html.dark .recharts-default-tooltip{background-color:var(--ch-bg-card)!important;border:1px solid var(--ch-border)!important}html.dark .recharts-tooltip-item-name,html.dark .recharts-tooltip-item-value{color:var(--ch-slate-dark)!important}html.dark .recharts-cartesian-grid-horizontal line,html.dark .recharts-cartesian-grid-vertical line{stroke:var(--ch-border)!important}html.dark .form-input:focus,html.dark input[type=text]{background-color:var(--ch-bg-card)!important;color:var(--ch-slate-dark)!important}html.dark ::-webkit-scrollbar-track{background:var(--ch-bg-light)!important}html.dark ::-webkit-scrollbar-thumb{background:var(--ch-border)!important}html.dark [style*="background: #f1f5f9"],html.dark [style*="background-color: #f1f5f9"],html.dark [style*="background: rgb(241, 245, 249)"],html.dark [style*="background-color: rgb(241, 245, 249)"]{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:#ffffff14!important;border:1px solid #ffffff1a!important}html.dark [style*="background: #ecfdf5"],html.dark [style*="background-color: #ecfdf5"],html.dark [style*="background: rgb(236, 253, 245)"],html.dark [style*="background-color: rgb(236, 253, 245)"]{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:#10b98126!important;border:1px solid #10b98140!important}html.dark [style*="background: #fffbeb"],html.dark [style*="background-color: #fffbeb"],html.dark [style*="background: rgb(255, 251, 235)"],html.dark [style*="background-color: rgb(255, 251, 235)"]{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:#f59e0b26!important;border:1px solid #f59e0b40!important}html.dark [style*="background: #fef2f2"],html.dark [style*="background-color: #fef2f2"],html.dark [style*="background: rgb(254, 242, 242)"],html.dark [style*="background-color: rgb(254, 242, 242)"]{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:#ef444426!important;border:1px solid #ef444440!important}html.dark [style*="background: #e0e7ff"],html.dark [style*="background-color: #e0e7ff"],html.dark [style*="background: rgb(224, 231, 255)"],html.dark [style*="background-color: rgb(224, 231, 255)"]{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:#6366f126!important;border:1px solid #6366f140!important}html.dark [style*="background: #faf5ff"],html.dark [style*="background-color: #faf5ff"],html.dark [style*="background: rgb(250, 245, 255)"],html.dark [style*="background-color: rgb(250, 245, 255)"]{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:#a855f726!important;border:1px solid #a855f740!important}html.dark [style*="background: #f0f9ff"],html.dark [style*="background-color: #f0f9ff"],html.dark [style*="background: rgb(240, 249, 255)"],html.dark [style*="background-color: rgb(240, 249, 255)"]{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:#0ea5e926!important;border:1px solid #0ea5e940!important}html.dark [style*="background: #f3f4f6"],html.dark [style*="background-color: #f3f4f6"],html.dark [style*="background: rgb(243, 244, 246)"],html.dark [style*="background-color: rgb(243, 244, 246)"]{background-color:var(--ch-border)!important;background:var(--ch-border)!important;color:var(--ch-slate-medium)!important}.file-name-link{transition:color .15s,-webkit-text-decoration .15s,text-decoration .15s}.file-name-link:hover{color:var(--ch-indigo)!important;text-decoration:underline!important}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}
