:root{--bg:#f3f5f8;--surface:#fff;--surface-sunken:#f8fafc;--surface-muted:#eef1f5;--line:#dbe2ea;--border:#b9c7d6;--text:#101d2b;--muted:#5c6b7a;--faint:#8794a3;--primary:#071a2f;--primary-hover:#0f2f52;--accent:#0077b6;--accent-2:#5b21b6;--accent-ink:#00598c;--accent-soft:#e3f2fb;--accent-text:#00598c;--on-accent:#031018;--success:#087443;--good-bg:#e5f3ec;--good-line:#b3d9c6;--warning:#9a5b00;--warn-bg:#f8efdd;--warn-line:#e3cea3;--danger:#b42318;--danger-bg:#fceae8;--danger-line:#eec2bd;--neutral-bg:#eef1f5;--neutral-line:#d5dce4;--sidebar:#061426;--shadow:0 4px 6px #071a2f0d, 0 10px 24px #071a2f1a;--shadow-soft:0 1px 2px #071a2f0a, 0 4px 12px #071a2f0d;--focus-ring:0 0 0 2px var(--accent-soft);--teculiar:var(--accent);--teculiar-strong:var(--primary-hover);--ink:var(--text);--paper:var(--surface);--surface-strong:var(--surface-muted);--font-ui:var(--font-inter,Inter), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-data:var(--font-plex-mono,"IBM Plex Mono"), ui-monospace, "SF Mono", monospace;--motion-fast:.15s;--motion-base:.22s;--motion-slow:.32s;--ease-out:cubic-bezier(.16, 1, .3, 1);--radius-control:6px;--radius-surface:8px;--radius-pill:999px;--control-h-sm:24px;--control-h-md:30px;--text-xs:.6875rem;--text-sm:.8125rem;--text-md:.8125rem;--text-lg:1rem;--text-xl:1.125rem;--text-2xl:1.25rem;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px}.dash-compact{font-size:13px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);font-family:var(--font-ui);letter-spacing:0;margin:0;font-size:13px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell,.shell{background:linear-gradient(180deg, #0077b61a, transparent 280px), var(--bg);min-height:100vh}.container{width:min(1120px,100% - 36px);margin:0 auto}.section{padding:64px 0}.section.tight{padding:40px 0}.eyebrow{color:var(--teculiar);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;font-size:.78rem;font-weight:760;display:inline-flex}.display{letter-spacing:0;max-width:820px;margin:14px 0 0;font-size:clamp(2.6rem,5vw,4.8rem);line-height:1}.lead{max-width:660px;color:var(--muted);margin:18px 0 0;font-size:clamp(.98rem,1.5vw,1.14rem);line-height:1.55}.grid{gap:14px;display:grid}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.panel{border:1px solid var(--border);background:var(--surface);border-radius:8px}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:10px 16px;padding-bottom:4px;display:flex}.page-header>div:first-child{flex:12rem;min-width:0}.page-header h1,.page-header h2{color:var(--text);margin:0;font-size:clamp(1.45rem,2.4vw,2.2rem);line-height:1.1}.page-header p{max-width:700px;color:var(--muted);margin:6px 0 0;font-size:.92rem;line-height:1.45}.page-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:0;max-width:100%;display:flex}.section-heading{justify-content:space-between;align-items:end;gap:12px;display:flex}.section-heading h2{color:var(--text);font-size:var(--text-md,.95rem);margin:0;font-weight:600;line-height:1.2}.section-heading-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.compact-card{border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface);box-shadow:var(--shadow-soft);transition:border-color .16s,box-shadow .16s,transform .16s}.compact-card:hover{border-color:var(--accent);box-shadow:var(--shadow);transform:translateY(-1px)}.compact-button{border-radius:var(--radius-control);background:var(--primary);min-height:36px;color:var(--surface);cursor:pointer;letter-spacing:0;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:.84rem;font-weight:760;line-height:1;transition:transform .16s,border-color .16s,background .16s,color .16s;display:inline-flex}.compact-button:hover{background:var(--primary-hover);transform:translateY(-1px)}.compact-button.secondary{border-color:var(--border);background:var(--surface);color:var(--primary)}.compact-button.secondary:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-text)}.compact-button.ghost{color:var(--primary);background:0 0;border-color:#0000}.muted-text{color:var(--muted)}.status-badge{border:1px solid var(--neutral-line);border-radius:var(--radius-pill);background:var(--neutral-bg);min-height:20px;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:5px;padding:0 8px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.status-badge.success{border-color:var(--good-line);background:var(--good-bg);color:var(--success)}.status-badge.warning{border-color:var(--warn-line);background:var(--warn-bg);color:var(--warning)}.status-badge.danger{border-color:var(--danger-line);background:var(--danger-bg);color:var(--danger)}.status-badge.accent{background:var(--accent-soft);color:var(--accent-ink);border-color:#bfdff2}.compact-table{border-collapse:collapse;background:var(--surface);width:100%;color:var(--text);font-size:.86rem}.compact-table th,.compact-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:9px 12px}.compact-table th{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.76rem;font-weight:780}.form-field{min-width:0;color:var(--muted);align-content:start;gap:4px;font-size:12px;font-weight:500;display:grid}.form-field input,.form-field select,.form-field textarea,.input{max-width:100%}.form-field input,.form-field select,.form-field textarea{width:100%;min-height:var(--control-h-md);border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);color:var(--text);outline:none;padding:0 8px;font-size:13px;transition:border-color .16s,box-shadow .16s,background .16s}.form-field textarea{min-height:72px;padding:7px 8px}.form-field input::placeholder,.form-field textarea::placeholder,.input::placeholder{color:var(--faint)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--accent);box-shadow:var(--focus-ring)}.input-mono,.form-field input.input-mono,input.input.input-mono{font-family:var(--font-data);font-size:12.5px}.form-field select,select.input{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23334155' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;padding-right:32px}.form-field.field-error input,.form-field.field-error select,.form-field.field-error textarea,.form-field.field-error input:focus,.form-field.field-error select:focus,.form-field.field-error textarea:focus{border-color:var(--danger);box-shadow:0 0 0 2px var(--danger-bg)}.field-error-text{color:var(--danger);font-size:12px;font-weight:500;line-height:1.4}.dialog-backdrop{z-index:40;background:#06142685;place-items:center;padding:18px;animation:.16s electric-fade;display:grid;position:fixed;inset:0}.dialog-panel,.dropdown-panel{border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface);box-shadow:var(--shadow);color:var(--text)}.dialog-panel{width:min(100%,560px);padding:18px;animation:.17s electric-pop}.dropdown-panel{min-width:200px;padding:4px;animation:.15s electric-pop;display:grid}.dropdown-item,.tab-button,.sidebar-nav-item{transition:background .16s,color .16s,border-color .16s}.dropdown-item{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:4px;align-items:center;gap:8px;padding:6px 8px;font-size:13px;display:flex}.dropdown-item>svg{color:var(--muted)}.dropdown-item:hover{background:var(--surface-sunken)}.dropdown-item.danger,.dropdown-item.danger>svg{color:var(--danger)}.dropdown-separator{background:var(--line);height:1px;margin:4px 6px}.tabs{gap:12px;display:grid}.tab-list{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:6px;display:flex}.tab-button{min-height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 10px;font-size:.84rem;font-weight:760}.tab-button[aria-selected=true],.tab-button.active{border-color:var(--accent);color:var(--accent-text)}.empty-state{color:var(--muted);text-align:center;place-items:center;gap:8px;padding:24px;font-size:.8125rem;display:grid}.empty-state>svg:first-child,.empty-state>.empty-icon{background:var(--neutral-bg);width:28px;height:28px;color:var(--muted);border-radius:50%;padding:6px}.empty-state small,.empty-state .empty-sub{color:var(--faint);font-size:.75rem}.metric-card{border-color:var(--line);min-height:74px;box-shadow:none;flex-direction:column;gap:2px;padding:10px 12px;display:flex}.metric-card strong{color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:1.25rem;line-height:1.2}.metric-card>span:first-child{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;font-size:.6875rem;font-weight:600;line-height:1.2}.metric-card>strong~span{color:var(--faint);text-transform:none;letter-spacing:0;margin-top:auto;font-size:.75rem;font-weight:400}.metric-card:hover{box-shadow:none;border-color:var(--line);transform:none}.metric-card.alert,.metric-card.alert:hover{border-color:var(--line);box-shadow:inset 2px 0 0 var(--danger)}.metric-card.alert>strong~span{color:var(--danger)}.metric-card.good>strong~span{color:var(--success)}.info-grid{grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr));gap:10px;display:grid}@media (max-width:767px){.info-grid:has(.metric-card){grid-template-columns:1fr 1fr}}.top-bar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffc7;justify-content:space-between;align-items:center;gap:12px;min-height:54px;display:flex}.sidebar-nav{gap:4px;display:grid}.sidebar-nav-item{border-radius:var(--radius-control);color:#ffffffb8;align-items:center;gap:8px;min-height:34px;padding:0 10px;font-size:.86rem;font-weight:720;display:flex}.sidebar-nav-item:hover{color:var(--surface);background:#d8f1ff1a}.sidebar-nav-item[aria-current=page],.sidebar-nav-item.active{background:var(--accent-soft);color:var(--accent-text)}.metric{border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface);box-shadow:var(--shadow-soft);color:var(--text);gap:8px;padding:12px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid}.metric:hover{border-color:var(--accent);box-shadow:var(--shadow);transform:translateY(-1px)}.metric:has(svg){grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px 11px}.metric svg{color:var(--accent)}.metric:has(svg) svg{background:var(--accent-soft);border-radius:7px;grid-row:span 2;width:28px;height:28px;padding:6px}.metric strong{color:var(--text);font-size:1.35rem;line-height:1}.metric span{color:var(--muted);font-size:.8rem;font-weight:720}.form-row{align-items:center;gap:12px;display:flex}.input{width:100%;min-height:var(--control-h-md);color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-control);outline:none;padding:0 8px;font-size:13px;transition:border-color .16s,box-shadow .16s,background .16s}.input:focus{border-color:var(--accent);box-shadow:var(--focus-ring)}.input.is-error{border-color:var(--danger);box-shadow:0 0 0 2px var(--danger-bg)}textarea.input{min-height:72px;padding:7px 8px}.table{border-collapse:collapse;background:var(--surface);width:100%;color:var(--text);font-size:.86rem}.table th,.table td{border-bottom:1px solid var(--border);text-align:left;padding:8px 12px}.table tbody tr:hover{background:color-mix(in srgb, var(--accent-soft) 42%, transparent)}.table th{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.76rem;font-weight:780}.Toastify__toast.dezhost-toast{background:var(--primary);border-radius:var(--radius-control);box-shadow:var(--shadow);color:#fff;font-size:13px}@media (max-width:767px){.col-p2{display:none}}@media (max-width:1023px){.col-p3{display:none}}.cell-trunc{text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:0;overflow:hidden}.cell-trunc>span,.cell-trunc>a{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.cell-max{text-overflow:ellipsis;white-space:nowrap;max-width:260px;overflow:hidden}@media (max-width:1099px){.cell-max{max-width:160px}}@media (max-width:767px){.cell-max{max-width:110px}}.cell-nowrap{white-space:nowrap}@media (max-width:1023px){.dash-compact .table,.dash-compact .compact-table{max-width:100%;display:block;overflow-x:auto}}@media (max-width:767px){.form-field input,.form-field select,.form-field textarea,.input{min-height:36px;font-size:16px}}@media (pointer:coarse){.form-field input,.form-field select,.form-field textarea,.input{min-height:36px;font-size:16px}}.brand-placeholder{border:1px dashed var(--border);border-radius:var(--radius-control);min-width:140px;height:36px;color:var(--primary);font-size:var(--text-lg);letter-spacing:.01em;justify-content:center;align-items:center;padding:0 14px;font-weight:780;display:inline-flex}.brand-logo{width:auto;max-height:36px;display:block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:767px){.hide-mobile{display:none!important}}@media (max-width:420px){.brand-placeholder{min-width:0}}.dash-compact .page-header h1,.dash-compact .page-header h2{font-size:var(--text-xl)}.dash-compact .page-header p,.dash-compact .table,.dash-compact .compact-table{font-size:var(--text-sm)}.dash-compact .table th,.dash-compact .table td,.dash-compact .compact-table th,.dash-compact .compact-table td{padding-top:7px;padding-bottom:7px}@media (max-width:767px){.dash-compact .table th,.dash-compact .table td,.dash-compact .compact-table th,.dash-compact .compact-table td{padding-left:6px;padding-right:6px}}.dash-compact .lead{font-size:var(--text-md)}@keyframes electric-fade{0%{opacity:0}to{opacity:1}}@keyframes electric-pop{0%{opacity:0;transform:translateY(4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:880px){.container{width:min(100% - 28px,1180px)}.section{padding:64px 0}.grid.two,.grid.three,.grid.four{grid-template-columns:1fr}.form-row{flex-direction:column;align-items:stretch}}
