@layer base{:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.5;font-weight:400;color:#0f172a;background:var(--admin-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;--admin-bg: #eef2f6;--admin-shell: #020617;--admin-shell-accent: #818cf8;--admin-shell-muted: rgba(255, 255, 255, .58);--admin-text-muted: #64748b}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-height:100vh;background:var(--admin-bg);color:#0f172a;overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6,button,input,textarea,select{font-family:inherit}input,textarea,select{font-size:16px}button{cursor:pointer;letter-spacing:-.01em}h1,h2,h3{letter-spacing:-.02em}}.app-shell{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr);background:var(--admin-bg)}.sidebar{display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.05);background:linear-gradient(180deg,#020617,#030b2f);color:#fff;padding:24px 16px}.brand-block{padding:6px 8px 18px;border-bottom:1px solid rgba(255,255,255,.06)}.brand-mark{display:flex;align-items:center;gap:14px}.brand-icon{width:52px;height:52px;object-fit:contain;flex-shrink:0}.brand-copy{min-width:0}.brand{font-size:1.5rem;font-weight:700;line-height:1.1;letter-spacing:-.02em;color:#fff}.brand--light span,.brand span{color:#818cf8}.brand-caption{margin-top:2px;font-size:.875rem;color:#fff9}.sidebar-section{margin-top:22px}.sidebar-title{margin:0 8px 10px;font-size:.75rem;text-transform:uppercase;letter-spacing:.16em;color:#ffffff6b}.nav-list{display:grid;gap:8px}.nav-link{display:flex;align-items:center;gap:10px;border:1px solid transparent;border-radius:14px;padding:11px 14px;color:#ffffffc2;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.nav-link:hover{background:#ffffff0f;color:#fff;border-color:#ffffff14}.nav-link.active{background:#6366f12e;color:#fff;border-color:#818cf861;box-shadow:inset 3px 0 #818cf8;font-weight:600}.main-shell{min-width:0;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 28px;border-bottom:1px solid rgba(15,23,42,.06);background:#020617;color:#fff}.topbar-eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.16em;color:#ffffff85}.topbar-title{font-weight:600;font-size:1.25rem;line-height:1.2;letter-spacing:-.02em}.page-wrap{padding:28px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.page-title{margin:0;font-size:1.5rem;line-height:1.15;font-weight:600;letter-spacing:-.02em;color:#0f172a}.page-subtitle{margin:6px 0 0;font-size:.95rem;color:#64748b}.grid-cards{display:grid;gap:16px}.grid-cards.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cards.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.panel{border:1px solid #dbe3ef;border-radius:20px;background:#fff;box-shadow:0 10px 30px #0f172a0f}.card{padding:20px}.card-label{font-size:.95rem;color:#64748b}.card-value{margin-top:8px;font-size:2rem;font-weight:700;letter-spacing:-.03em;color:#111827}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #e8edf5}.panel-title{margin:0;font-size:1rem;font-weight:700}.panel-body{padding:20px}.toolbar{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.input,.select{width:100%;height:46px;border:1px solid #d4dbe8;border-radius:14px;padding:0 14px;background:#fff;color:#0f172a;box-shadow:0 2px 8px #0f172a0a}.input:focus,.select:focus{outline:0;border-color:#93c5fd;box-shadow:0 0 0 4px #bfdbfe8c}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:14px 20px;text-align:left;border-bottom:1px solid #e8edf5;vertical-align:top}th{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#64748b;background:#f8fafc}td.right,th.right{text-align:right}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:600}.badge.success{background:#ecfdf5;color:#047857}.badge.info{background:#eff6ff;color:#1d4ed8}.badge.warn{background:#fff7ed;color:#c2410c}.badge.muted{background:#f1f5f9;color:#475569}.button,.button-secondary,.button-danger{height:44px;border-radius:14px;padding:0 16px;font-weight:600;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.button:hover,.button-secondary:hover,.button-danger:hover{transform:translateY(-1px)}.button{border:0;background:linear-gradient(90deg,#4f46e5,#d946ef);color:#fff}.button:hover{filter:brightness(1.03)}.button-secondary{background:#ffffffe6;color:#334155;border:1px solid #cbd5e1}.button-secondary:hover{background:#fff}.button-danger{border:0;background:#dc2626;color:#fff}.stack{display:grid;gap:16px}.split-layout{display:grid;gap:20px;grid-template-columns:minmax(0,1.8fr) 360px}.kv-list{display:grid;gap:14px}.kv-item{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:.95rem}.kv-key{color:#64748b}.kv-value{color:#0f172a;font-weight:600;text-align:right}.login-shell{position:relative;min-height:100vh;overflow:hidden;background:#040814;color:#fff}.login-background{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.login-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px}.login-glow{position:absolute;border-radius:999px;filter:blur(90px)}.login-glow--top{top:-120px;left:50%;width:760px;height:420px;transform:translate(-50%);background:#465cff33}.login-glow--bottom{right:-120px;bottom:-120px;width:520px;height:360px;background:#d946ef26}.login-content{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;padding:20px 24px 0}.login-header{width:100%;max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:#020617b3;padding:14px 26px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-brand{display:flex;align-items:center;gap:14px}.login-brand__icon{width:52px;height:52px;object-fit:contain;flex-shrink:0}.login-brand__name{font-size:1.5rem;font-weight:700;line-height:1.1;letter-spacing:-.02em}.login-brand__name span{color:#818cf8}.login-back-button{height:44px;padding:0 18px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#ffffff0a;color:#ffffffdb}.login-main{flex:1;display:flex;align-items:center;justify-content:center;padding:48px 16px}.login-card{width:100%;max-width:480px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:#f8fafc;padding:30px;color:#0f172a;box-shadow:0 24px 80px #00000073}.login-status-pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;padding:6px 12px;font-size:.88rem;color:#64748b}.login-status-pill__dot{width:8px;height:8px;border-radius:999px;background:#10b981}.login-title{margin:16px 0 4px;font-size:2.1rem;line-height:1.1;letter-spacing:-.04em}.login-subtitle{margin:0;color:#64748b}.form-stack{display:grid;gap:16px;margin-top:22px}.login-label{display:inline-block;margin-bottom:8px;font-weight:600;color:#334155}.help-text,.empty-text{color:#64748b;font-size:.95rem}.error-text{color:#dc2626;font-size:.92rem}.login-error{margin:14px 0 0}.login-submit-button{width:100%;margin-top:18px;font-size:1rem}.login-disclaimer{margin:18px 0 0;text-align:center;font-size:.92rem;color:#64748b}.site-footer{width:100%;border-top:1px solid rgba(255,255,255,.08);background:#00000029;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-footer__inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 24px;font-size:.82rem;color:#ffffffad}.site-footer__item{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.site-footer__icon{width:14px;height:14px;object-fit:contain}.site-footer__heart{width:14px;height:14px;color:#fb7185}.site-footer__link{color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:3px}@media(max-width:1100px){.grid-cards.cols-4,.grid-cards.cols-3,.split-layout,.toolbar,.app-shell{grid-template-columns:1fr}.sidebar{display:none}}@media(max-width:768px){.brand-icon,.login-brand__icon{width:46px;height:46px}.page-wrap,.topbar{padding-left:18px;padding-right:18px}.page-title{font-size:1.75rem}.login-content{padding:14px 14px 0}.login-header{padding:12px 16px;border-radius:20px}.login-brand__name{font-size:1.5rem}.login-main{padding:30px 0}.login-card{padding:24px 20px}.site-footer__inner{flex-direction:column;justify-content:center;text-align:center}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{width:100%;max-width:460px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 20px 60px #0f172a26}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #e2e8f0}.button:disabled,.button-secondary:disabled,.button-danger:disabled{opacity:.5;cursor:not-allowed;transform:none}
