@import url('https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700;800&display=swap');
*{box-sizing:border-box}body{margin:0;font-family:'Exo',sans-serif;background:#f5f7fb;color:#1f2937;font-size:14px}a{color:var(--primary);text-decoration:none}button,input,select{font-family:inherit}.sidebar{position:fixed;left:0;top:0;bottom:0;width:260px;background:#fff;border-right:1px solid #e6ebf2;padding:24px;display:flex;flex-direction:column;gap:22px}.brand{display:flex;align-items:center;gap:12px}.brand-icon,.brand-logo{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;font-weight:800}.brand-logo{object-fit:cover;background:#fff}.brand-name{font-size:22px;font-weight:800;color:#1f2937}.brand-sub{font-size:12px;color:#64748b}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;color:#475569;font-weight:600;margin:4px 0}.nav-item:hover,.nav-item.active{background:linear-gradient(135deg,rgba(99,91,255,.13),rgba(6,182,212,.10));color:var(--primary)}.sidebar-bottom,.user-card{margin-top:auto;border:1px solid #e6ebf2;border-radius:16px;padding:14px;display:flex;gap:10px;align-items:center;background:#fff}.user-card{margin-top:0}.status-dot{width:9px;height:9px;background:#22c55e;border-radius:50%}.sidebar-bottom small,.user-card small,td small{display:block;color:#64748b}.avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--primary),#0ea5e9);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.main{margin-left:260px;padding:26px 32px}.topbar{height:54px;display:flex;justify-content:flex-end;align-items:center;gap:14px;margin-bottom:20px}.global-search-wrap{position:relative}.global-search{width:370px;border:1px solid #dfe5ee;border-radius:12px;padding:13px 58px 13px 16px;background:#fff}.global-search-wrap kbd{position:absolute;right:12px;top:9px;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;padding:2px 6px}.search-results{display:none;position:absolute;top:48px;left:0;width:430px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 18px 42px rgba(15,23,42,.15);z-index:9;padding:8px}.search-results a{display:block;padding:10px 12px;border-radius:10px;color:#111827}.search-results a:hover{background:#f1f5f9}.top-actions{display:flex;align-items:center;gap:10px}.notif-dot,.help{border:0;background:#fff;border-radius:50%;width:38px;height:38px;box-shadow:0 1px 8px rgba(15,23,42,.08);cursor:pointer}.notif-dot{color:#ef4444}.btn{border:0;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border-radius:12px;padding:10px 14px;font-weight:700;cursor:pointer}.btn-light{background:#fff;color:#1f2937;border:1px solid #dfe5ee}.btn:disabled{opacity:.5}.page-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.page-head h1{font-size:34px;margin:8px 0 4px;font-weight:800}.page-head p,.crumb,.hint{color:#64748b;margin:0}.date-pill{background:#fff;border:1px solid #e6ebf2;padding:12px 16px;border-radius:14px}.kpi-grid{display:grid;gap:16px;margin-bottom:20px}.kpi-grid.four{grid-template-columns:repeat(4,1fr)}.kpi-grid.six{grid-template-columns:repeat(6,1fr)}.kpi{background:#fff;border:1px solid #e6ebf2;border-radius:18px;padding:18px;box-shadow:0 10px 28px rgba(15,23,42,.04);position:relative;overflow:hidden}.kpi:before{content:'';position:absolute;right:-30px;top:-30px;width:110px;height:110px;border-radius:50%;background:rgba(99,91,255,.08)}.kpi i{width:42px;height:42px;border-radius:14px;background:rgba(99,91,255,.1);color:var(--primary);display:flex;align-items:center;justify-content:center;font-style:normal;margin-bottom:10px}.kpi span{display:block;color:#64748b;font-weight:600}.kpi b{display:block;font-size:28px;margin:5px 0;color:#111827}.kpi small.up{color:#16a34a}.kpi small.down{color:#ef4444}.gradient-a i{background:#eef2ff}.gradient-b i{background:#ecfeff}.gradient-c i{background:#ecfdf5}.gradient-d i{background:#fff7ed}.gradient-e i{background:#f5f3ff}.gradient-f i{background:#fff1f2}.server-cards,.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:20px}.server-card{display:block;background:#fff;border:1px solid #e6ebf2;border-radius:22px;padding:18px;box-shadow:0 12px 30px rgba(15,23,42,.06);color:#1f2937;transition:.18s}.server-card:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(15,23,42,.1)}.server-card.critical{border-color:#fecaca}.server-card.warning{border-color:#fed7aa}.server-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:14px}.server-head h3{margin:0;font-size:20px}.resource{margin:14px 0}.resource span{font-size:12px;color:#64748b}.resource b{display:block;margin:4px 0}.server-foot{display:flex;justify-content:space-between;gap:10px;color:#64748b;font-size:12px;margin-top:10px}.grid-main-side{display:grid;grid-template-columns:2fr 1fr;gap:18px;margin-bottom:18px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.card{background:#fff;border:1px solid #e6ebf2;border-radius:18px;padding:18px;box-shadow:0 10px 28px rgba(15,23,42,.04);margin-bottom:18px}.card h3{margin:0 0 14px;font-size:18px}.data-table,.mini-table{width:100%;border-collapse:collapse}.data-table th,.data-table td,.mini-table td{border-bottom:1px solid #edf2f7;padding:12px;text-align:left;vertical-align:middle}.data-table th{color:#64748b;font-size:12px;font-weight:700;background:#fafbfe}.badge{display:inline-block;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:700}.badge.success{background:#dcfce7;color:#15803d}.badge.warning{background:#ffedd5;color:#c2410c}.badge.danger,.badge.red{background:#fee2e2;color:#b91c1c}.badge.info{background:#dbeafe;color:#1d4ed8}.progress{height:7px;background:#e5e7eb;border-radius:999px;overflow:hidden;min-width:80px}.progress span{display:block;height:100%;border-radius:999px}.progress .blue{background:var(--primary)}.progress .green{background:#22c55e}.progress .orange{background:#f97316}.progress .red{background:#ef4444}.pct{font-size:12px;color:#64748b}.toolbar{display:flex;gap:10px;margin-bottom:14px}.toolbar input,.toolbar select,form input,form select{border:1px solid #dfe5ee;border-radius:12px;padding:10px 12px;background:#fff;width:100%;margin:4px 0 12px}.alert-line{border-left:4px solid #60a5fa;padding:10px 12px;border-radius:10px;background:#f8fafc;margin:8px 0}.alert-line.red,.alert-line.critical{border-color:#ef4444}.alert-line.warning{border-color:#f97316}.login-page{display:flex;min-height:100vh;align-items:center;justify-content:center;background:radial-gradient(circle at top left,#dbeafe,#fff 38%,#f5f7fb)}.login-card{background:#fff;border:1px solid #e6ebf2;border-radius:24px;width:430px;padding:32px;box-shadow:0 20px 60px rgba(15,23,42,.12)}.center{justify-content:center}.google-btn{display:block;background:#111827;color:#fff;text-align:center;padding:14px;border-radius:14px;margin:20px 0;font-weight:700}.alert{padding:12px;border-radius:12px;margin:12px 0}.alert.danger{background:#fee2e2;color:#991b1b}.alert.warning{background:#ffedd5;color:#9a3412}.modal{display:none;position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:30;align-items:center;justify-content:center}.modal.show{display:flex}.modal-card{background:#fff;border-radius:22px;padding:24px;max-width:520px;position:relative}.modal-close{position:absolute;right:14px;top:12px;border:0;background:#f1f5f9;border-radius:50%;width:32px;height:32px}canvas{max-height:360px}code{background:#f1f5f9;padding:3px 6px;border-radius:6px}@media(max-width:1100px){.sidebar{position:static;width:auto}.main{margin-left:0}.kpi-grid.six,.kpi-grid.four,.grid-main-side,.grid-2{grid-template-columns:1fr}.global-search{width:260px}}

/* v2.4 UI refinements */
.brand-name{font-size:16px;font-weight:800;color:#1f2937;line-height:1.15}.brand-sub{display:none}.brand{align-items:center}.field-help{display:block;color:#64748b;font-size:12px;line-height:1.45;margin:-2px 0 8px}.hint-list{color:#64748b;line-height:1.7}.logo-preview{display:flex;align-items:center;gap:10px;border:1px dashed #d8e1ee;border-radius:14px;padding:10px;margin:4px 0 12px;background:#f8fafc}.logo-preview img{width:42px;height:42px;border-radius:50%;object-fit:cover}.table-wrap{width:100%;overflow:auto;max-height:72vh;border-radius:14px}.sticky-table thead th{position:sticky;top:0;z-index:4;background:#f8fafc;box-shadow:0 1px 0 #e5e7eb}.sortable th{cursor:pointer;user-select:none;white-space:nowrap}.sortable th.sort-asc::after{content:' ↑';color:var(--primary);font-weight:800}.sortable th.sort-desc::after{content:' ↓';color:var(--primary);font-weight:800}.data-table td{white-space:nowrap}.data-table td:nth-child(2),.data-table td:first-child{white-space:normal}.action-row{display:flex;gap:6px;flex-wrap:wrap}.action-row form{display:inline}.mobile-menu-btn{display:none;position:fixed;top:14px;left:14px;z-index:45;width:42px;height:42px;border:0;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.12);font-size:22px}.sidebar-overlay{display:none}
@media(max-width:1100px){.mobile-menu-btn{display:block}.sidebar{position:fixed;left:-280px;top:0;bottom:0;width:270px;transition:left .22s ease;z-index:44}.sidebar.open{left:0}.sidebar-overlay.show{display:block;position:fixed;inset:0;background:rgba(15,23,42,.42);z-index:43}.main{margin-left:0;padding:76px 16px 22px}.topbar{height:auto;justify-content:stretch;align-items:stretch;flex-direction:column;margin-bottom:16px}.global-search-wrap,.global-search{width:100%}.global-search-wrap kbd{display:none}.search-results{width:100%;left:0}.top-actions{justify-content:space-between}.page-head{flex-direction:column;gap:10px}.page-head h1{font-size:28px}.kpi-grid.six,.kpi-grid.four,.grid-main-side,.grid-2{grid-template-columns:1fr}.server-cards,.card-grid{grid-template-columns:1fr}.card{padding:14px;border-radius:16px}.table-wrap{max-height:70vh;border:1px solid #edf2f7}.data-table{min-width:850px}.data-table th,.data-table td{padding:10px 9px}.toolbar{flex-direction:column}.sidebar-bottom,.user-card{display:none}}
@media(max-width:640px){body{font-size:13px}.main{padding-left:12px;padding-right:12px}.kpi b{font-size:24px}.server-card{padding:14px}.top-actions form{margin-left:auto}.btn{padding:9px 12px}.modal-card{max-width:92vw}.brand-name{font-size:16px}.card h3{font-size:17px}.data-table{min-width:760px}form input,form select{font-size:16px}.grid-2 .card,.grid-main-side .card{margin-bottom:14px}}
.server-hosting-table-card{margin-top:18px}
.server-hosting-table-card .section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.server-hosting-table-card .section-head h3{margin-bottom:4px}
.server-hosting-table-card .hosting-disk-table td:nth-child(6)>small,.server-hosting-table-card .hosting-disk-table td:nth-child(7)>small{font-size:12px;line-height:1.4;color:#111827;font-weight:500}
.hosting-disk-table{min-width:1380px}
.system-account-row td{background:rgba(59,130,246,.075);border-top:1px solid rgba(59,130,246,.25);border-bottom:1px solid rgba(59,130,246,.25)}
.system-account-row td:first-child{border-left:4px solid #3b82f6}
@media(max-width:760px){.server-hosting-table-card .section-head{flex-direction:column}.server-hosting-table-card .section-head .btn{width:100%;text-align:center}}

/* Root-only quick note */
body.root-note-open{overflow:hidden}
.root-note-toggle{appearance:none}
.root-note-backdrop{position:fixed;inset:0;z-index:300;display:none;background:rgba(8,20,40,.62);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.root-note-backdrop.open{display:block}
.root-note-panel{position:fixed;top:92px;right:22px;z-index:310;width:min(560px,calc(100vw - 28px));max-height:calc(100vh - 116px);display:none;grid-template-rows:auto auto minmax(130px,1fr) auto;gap:14px;padding:18px;border:1px solid rgba(255,255,255,.88);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(241,248,255,.96));box-shadow:0 30px 90px rgba(1,18,43,.35),inset 0 1px 0 rgba(255,255,255,.9);overflow:hidden}
.root-note-panel:before{content:"";position:absolute;inset:auto -90px -110px auto;width:260px;height:260px;border-radius:50%;background:rgba(99,91,255,.11);filter:blur(8px);pointer-events:none}
.root-note-panel.open{display:grid;animation:rootNoteIn .2s ease-out}
@keyframes rootNoteIn{from{opacity:0;transform:translateY(-10px) scale(.985)}to{opacity:1;transform:none}}
.root-note-head,.root-note-actions,.root-note-head strong,.root-note-images-title{display:flex;align-items:center}
.root-note-head{justify-content:space-between;gap:14px;position:relative}
.root-note-head strong{gap:9px;color:#11243f;font-size:20px;font-weight:600}
.root-note-head>div>small{display:block;margin:3px 0 0 29px;color:#61738c;font-size:13px;font-weight:500}
.root-note-head>div>small[data-state=saving]{color:#7c3aed}.root-note-head>div>small[data-state=saved]{color:#15803d}.root-note-head>div>small[data-state=error]{color:#c2410c}
.root-note-actions{gap:8px}
.root-note-switch{display:inline-flex;align-items:center;gap:7px;color:#42546d;font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer}
.root-note-switch input{width:17px;height:17px;margin:0;accent-color:var(--primary)}
.root-note-save{display:inline-flex;align-items:center;gap:7px;padding:9px 12px}
.root-note-close,.root-note-image-close{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(239,68,68,.2);border-radius:13px;background:rgba(254,226,226,.92);color:#dc2626;cursor:pointer}
.root-note-add{display:grid;grid-template-columns:minmax(0,1fr) 44px 44px;gap:8px;position:relative;margin:0}
.root-note-add input[data-root-note-new]{height:44px;margin:0;border-color:rgba(99,91,255,.28);box-shadow:0 0 0 3px rgba(99,91,255,.06)}
.root-note-upload-btn,.root-note-add-btn{height:44px;display:flex;align-items:center;justify-content:center;border-radius:14px;cursor:pointer}
.root-note-upload-btn{border:1px solid rgba(6,182,212,.25);background:rgba(236,254,255,.9);color:#0891b2}
.root-note-upload-btn:hover{background:#cffafe}
.root-note-upload-btn input{display:none}
.root-note-add-btn{padding:0;font-size:24px;font-weight:500}
.root-note-list{min-height:130px;overflow:auto;display:grid;align-content:start;gap:8px;padding:1px 3px 1px 1px;position:relative}
.root-note-task{display:grid;grid-template-columns:22px minmax(0,1fr) 34px 34px;gap:8px;align-items:start;padding:11px;border:1px solid rgba(148,163,184,.24);border-radius:16px;background:rgba(255,255,255,.78);box-shadow:0 7px 20px rgba(15,23,42,.045)}
.root-note-task:hover{border-color:rgba(99,91,255,.24);background:#fff}
.root-note-task input[type=checkbox]{width:18px;height:18px;margin:2px 0 0;accent-color:var(--primary)}
.root-note-task-text{min-width:0;color:#223650;font-size:14px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}
.root-note-task-text a{font-weight:600;text-decoration:underline;text-underline-offset:2px}
.root-note-task.is-completed{opacity:.65}.root-note-task.is-completed .root-note-task-text{text-decoration:line-through;color:#64748b}
.root-note-task textarea{width:100%;min-height:74px;margin:0;padding:10px;border:1px solid rgba(99,91,255,.25);border-radius:12px;font:inherit;resize:vertical}
.root-note-row-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(59,130,246,.16);border-radius:10px;background:#eff6ff;color:#2563eb;cursor:pointer}
.root-note-row-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgba(37,99,235,.12)}
.root-note-row-btn.danger{border-color:rgba(239,68,68,.16);background:#fff1f2;color:#dc2626}.root-note-row-btn.save{background:#ecfdf5;color:#059669}.root-note-row-btn.cancel{background:#f8fafc;color:#64748b}
.root-note-empty{padding:26px;border:1px dashed rgba(99,91,255,.3);border-radius:18px;background:rgba(238,242,255,.45);color:#64748b;text-align:center;font-size:14px}
.root-note-images{position:relative;max-height:190px;overflow:auto;padding-top:11px;border-top:1px solid rgba(148,163,184,.2)}
.root-note-images:empty{display:none}
.root-note-images-title{gap:7px;margin-bottom:9px;color:#42546d;font-size:13px;font-weight:600}.root-note-images-title small{margin-left:auto;color:#8291a6;font-weight:500}
.root-note-image-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}
.root-note-thumb{position:relative;aspect-ratio:4/3;overflow:hidden;border:1px solid rgba(148,163,184,.25);border-radius:13px;background:#f8fafc}
.root-note-thumb-open{width:100%;height:100%;display:block;padding:0;border:0;background:none;cursor:zoom-in}
.root-note-thumb img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .2s}
.root-note-thumb:hover img{transform:scale(1.05)}
.root-note-thumb-delete{position:absolute;top:5px;right:5px;width:28px;height:28px;opacity:0;box-shadow:0 4px 12px rgba(15,23,42,.15)}
.root-note-thumb:hover .root-note-thumb-delete,.root-note-thumb:focus-within .root-note-thumb-delete{opacity:1}
.root-note-image-modal{position:fixed;inset:0;z-index:340;display:none;align-items:center;justify-content:center;padding:48px;background:rgba(2,12,28,.88);backdrop-filter:blur(6px)}
.root-note-image-modal.open{display:flex}
.root-note-image-modal img{max-width:min(1120px,calc(100vw - 70px));max-height:calc(100vh - 70px);border-radius:18px;box-shadow:0 30px 100px rgba(0,0,0,.45)}
.root-note-image-close{position:fixed;top:20px;right:20px}
.root-note-undo{position:fixed;right:22px;bottom:22px;z-index:350;width:min(350px,calc(100vw - 28px));display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid rgba(255,255,255,.8);border-radius:18px;background:rgba(255,255,255,.97);box-shadow:0 20px 60px rgba(15,23,42,.24)}
.root-note-undo>div{min-width:0;flex:1}.root-note-undo strong,.root-note-undo span{display:block}.root-note-undo strong{font-weight:600;color:#1e293b}.root-note-undo span{margin-top:3px;color:#64748b;font-size:13px}
@media(max-width:720px){.root-note-panel{top:68px;right:10px;left:10px;width:auto;max-height:calc(100vh - 82px);padding:14px;border-radius:22px}.root-note-head{align-items:flex-start;flex-direction:column}.root-note-actions{width:100%;justify-content:space-between}.root-note-save span{display:none}.root-note-add{grid-template-columns:minmax(0,1fr) 42px 42px}.root-note-image-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.root-note-image-modal{padding:36px 12px}.root-note-image-modal img{max-width:100%;max-height:calc(100vh - 72px)}}

/* v2.4.1 compact mode, server table and settings refinements */
.page-head h1{font-size:25px}.compact-toggle{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid #dfe5ee;border-radius:999px;padding:8px 11px;font-weight:700;color:#475569;box-shadow:0 1px 8px rgba(15,23,42,.06);cursor:pointer;user-select:none}.compact-toggle input{width:auto;margin:0;accent-color:var(--primary)}.btn-sm{padding:8px 12px;border-radius:10px}.icon-btn{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid #dfe5ee;background:#fff;color:#1f2937;font-size:17px;font-weight:800;box-shadow:0 5px 14px rgba(15,23,42,.06);cursor:pointer;line-height:1}.icon-btn:hover{border-color:var(--primary);color:var(--primary)}.icon-btn.danger:hover{border-color:#ef4444;color:#ef4444}.server-table-wrap{overflow-x:auto;max-height:72vh}.server-list-table{min-width:1180px}.server-list-table th,.server-list-table td{white-space:nowrap}.server-list-table th:nth-child(1),.server-list-table td:nth-child(1){position:sticky;left:0;z-index:6;background:#fff;min-width:155px;width:max-content}.server-list-table th:nth-child(2),.server-list-table td:nth-child(2){position:sticky;left:155px;z-index:6;background:#fff;min-width:130px;width:130px}.server-list-table th:nth-child(3),.server-list-table td:nth-child(3){position:sticky;left:285px;z-index:6;background:#fff;min-width:120px;width:120px}.server-list-table thead th:nth-child(-n+3){z-index:8;background:#f8fafc}.server-list-table th:nth-child(4),.server-list-table td:nth-child(4){width:210px;max-width:210px}.server-list-table .sticky-name,.server-name-link{white-space:nowrap}.server-name-link{font-weight:800;color:#111827}.server-name-link:hover{color:var(--primary)}.directadmin-cell .ellipsis{display:block;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.server-settings-wrap{width:100%;overflow:visible}.settings-server-table{table-layout:fixed;width:100%}.settings-server-table th,.settings-server-table td{padding:9px 10px;white-space:normal}.settings-server-table th:nth-child(1){width:16%}.settings-server-table th:nth-child(2){width:9%}.settings-server-table th:nth-child(3){width:14%}.settings-server-table th:nth-child(4){width:15%}.settings-server-table th:nth-child(5){width:10%}.settings-server-table th:nth-child(6){width:22%}.settings-server-table th:nth-child(7){width:10%}.compact-input,.settings-server-table input{height:38px;border:1px solid #dfe5ee;border-radius:12px;padding:8px 10px;background:#fff;width:100%;margin:0;font-size:14px;box-shadow:none}.settings-server-table input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(99,91,255,.12)}.inline-inputs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.action-row{align-items:center}.action-row .icon-btn{margin-right:4px}body.compact .main{padding-top:18px;padding-bottom:18px}body.compact .topbar{height:44px;margin-bottom:12px}body.compact .page-head{margin-bottom:12px}body.compact .page-head h1{font-size:25px;margin:4px 0 2px}body.compact .card,body.compact .kpi,body.compact .server-card{padding:12px;margin-bottom:12px;border-radius:16px}body.compact .data-table th,body.compact .data-table td,body.compact .mini-table td{padding:7px 9px}body.compact .nav-item{padding:8px 12px;margin:2px 0}body.compact .sidebar{gap:14px;padding:18px}body.compact .brand-logo,body.compact .brand-icon{width:38px;height:38px}body.compact .toolbar input,body.compact .toolbar select,body.compact form input,body.compact form select{padding:8px 10px;margin:3px 0 8px}body.compact .resource{margin:8px 0}body.compact .progress{height:6px}body.compact .table-wrap{max-height:78vh}body.compact .field-help{font-size:11px;line-height:1.35;margin-bottom:5px}body.compact .btn{padding:8px 12px;border-radius:10px}
@media(max-width:1100px){.compact-toggle span{display:none}.server-list-table th:nth-child(1),.server-list-table td:nth-child(1){left:0;min-width:140px}.server-list-table th:nth-child(2),.server-list-table td:nth-child(2){left:140px;min-width:124px}.server-list-table th:nth-child(3),.server-list-table td:nth-child(3){left:264px;min-width:110px}.settings-server-table{min-width:760px}.server-settings-wrap{overflow-x:auto}.page-head h1{font-size:25px!important}}


/* v2.4.2 — Apple Spatial UI redesign
   Preserves Antigravity layout/functionality while applying a spatial glass, depth and translucency layer. */
:root{
  --spatial-bg-1:#f8fbff;
  --spatial-bg-2:#edf7ff;
  --spatial-bg-3:#f7f2ff;
  --spatial-ink:#172033;
  --spatial-muted:#6b7280;
  --spatial-glass:rgba(255,255,255,.62);
  --spatial-glass-strong:rgba(255,255,255,.78);
  --spatial-border:rgba(255,255,255,.78);
  --spatial-line:rgba(148,163,184,.22);
  --spatial-shadow:0 28px 80px rgba(15,23,42,.14), inset 0 1px 0 rgba(255,255,255,.78);
  --spatial-shadow-soft:0 18px 44px rgba(15,23,42,.09), inset 0 1px 0 rgba(255,255,255,.72);
  --spatial-radius-xl:34px;
  --spatial-radius-lg:28px;
  --spatial-radius-md:18px;
}
html{background:#f8fbff;scroll-behavior:smooth}
body{
  color:var(--spatial-ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(14,165,233,.24), transparent 34%),
    radial-gradient(circle at 86% 16%, rgba(124,58,237,.16), transparent 34%),
    radial-gradient(circle at 75% 84%, rgba(6,182,212,.18), transparent 34%),
    linear-gradient(135deg,var(--spatial-bg-1),var(--spatial-bg-2) 44%,var(--spatial-bg-3));
  background-attachment:fixed;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
  overflow-x:hidden;
}
body:before,
body:after{
  content:'';
  position:fixed;
  z-index:-1;
  pointer-events:none;
  filter:blur(2px);
  opacity:.8;
}
body:before{inset:0;background:linear-gradient(120deg,rgba(255,255,255,.62),transparent 32%,rgba(255,255,255,.36) 64%,transparent)}
body:after{right:-120px;bottom:-160px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(99,91,255,.20),transparent 66%)}
a{color:#007aff}.sidebar{
  left:18px;top:18px;bottom:18px;width:292px;
  padding:28px 26px;
  border:1px solid var(--spatial-border);
  border-radius:var(--spatial-radius-xl);
  background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(255,255,255,.46));
  backdrop-filter:blur(34px) saturate(1.65);
  -webkit-backdrop-filter:blur(34px) saturate(1.65);
  box-shadow:var(--spatial-shadow);
  gap:24px;
}
.main{margin-left:360px;padding:24px 42px 42px;max-width:calc(100vw - 360px)}
.brand{gap:14px;padding:4px 0 12px}.brand-logo,.brand-icon{
  width:54px;height:54px;border-radius:18px;
  box-shadow:0 14px 34px rgba(0,122,255,.18), inset 0 1px 0 rgba(255,255,255,.9);
}
.brand-icon{background:linear-gradient(145deg,#69c7ff,#007aff 54%,#5856d6);font-size:20px}.brand-logo{background:rgba(255,255,255,.70);padding:0;object-fit:cover}.brand-name{font-size:16px;font-weight:800;color:#182033;letter-spacing:-.02em}.nav-item{
  position:relative;min-height:52px;padding:14px 16px;border-radius:20px;
  color:rgba(23,32,51,.58);font-weight:760;letter-spacing:-.01em;
  transition:transform .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}
.nav-item span{width:22px;text-align:center;opacity:.78}.nav-item:hover{transform:translateX(3px);background:rgba(255,255,255,.48);color:#172033}.nav-item.active{
  color:#007aff;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,255,255,.58));
  box-shadow:0 14px 34px rgba(15,23,42,.09), inset 0 1px 0 rgba(255,255,255,.95);
}
.nav-item.active:before{content:'';position:absolute;left:12px;top:50%;width:6px;height:6px;border-radius:50%;background:#007aff;box-shadow:0 0 0 5px rgba(0,122,255,.12);transform:translateY(-50%)}
.sidebar-bottom,.user-card{
  border:1px solid rgba(255,255,255,.74);border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.66),rgba(255,255,255,.34));
  backdrop-filter:blur(22px) saturate(1.5);-webkit-backdrop-filter:blur(22px) saturate(1.5);
  box-shadow:0 14px 34px rgba(15,23,42,.08), inset 0 1px 0 rgba(255,255,255,.8);
}
.status-dot{width:11px;height:11px;background:#30d158;box-shadow:0 0 0 6px rgba(48,209,88,.12)}.avatar{background:linear-gradient(145deg,#64d2ff,#007aff);box-shadow:0 12px 28px rgba(0,122,255,.18)}
.topbar{
  position:sticky;top:18px;z-index:25;height:64px;margin-bottom:22px;padding:10px;
  border:1px solid rgba(255,255,255,.72);border-radius:24px;
  background:linear-gradient(135deg,rgba(255,255,255,.62),rgba(255,255,255,.36));
  backdrop-filter:blur(28px) saturate(1.65);-webkit-backdrop-filter:blur(28px) saturate(1.65);
  box-shadow:0 18px 52px rgba(15,23,42,.08), inset 0 1px 0 rgba(255,255,255,.78);
}
.global-search{height:44px;border:1px solid rgba(255,255,255,.84);border-radius:16px;background:rgba(255,255,255,.62);box-shadow:inset 0 1px 0 rgba(255,255,255,.9), 0 8px 18px rgba(15,23,42,.05)}
.global-search:focus,form input:focus,form select:focus,.toolbar input:focus,.toolbar select:focus{outline:none;border-color:rgba(0,122,255,.56);box-shadow:0 0 0 4px rgba(0,122,255,.12), inset 0 1px 0 rgba(255,255,255,.9)}
.global-search-wrap kbd{background:rgba(255,255,255,.58);border-color:rgba(148,163,184,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}
.search-results,.modal-card{
  border:1px solid rgba(255,255,255,.74);border-radius:28px;background:rgba(255,255,255,.78);
  backdrop-filter:blur(28px) saturate(1.6);-webkit-backdrop-filter:blur(28px) saturate(1.6);
  box-shadow:var(--spatial-shadow);
}
.compact-toggle,.notif-dot,.help,.btn-light,.date-pill,.icon-btn{
  border:1px solid rgba(255,255,255,.75);background:rgba(255,255,255,.58);backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);
  box-shadow:0 10px 24px rgba(15,23,42,.08), inset 0 1px 0 rgba(255,255,255,.86);
}
.notif-dot,.help{width:42px;height:42px}.notif-dot{color:#ff3b30}.btn{
  background:linear-gradient(135deg,#0a84ff,var(--primary) 54%,#5e5ce6);border-radius:16px;
  box-shadow:0 14px 30px rgba(0,122,255,.22), inset 0 1px 0 rgba(255,255,255,.30);
  transition:transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.btn:hover,.icon-btn:hover{transform:translateY(-1px);filter:saturate(1.05)}.btn:active,.icon-btn:active{transform:scale(.98)}
.page-head{margin:4px 0 24px}.page-head h1{font-size:25px!important;letter-spacing:-.045em;line-height:1.04;color:#111827}.page-head p,.crumb,.hint,.field-help{color:rgba(23,32,51,.58)}
.card,.kpi,.server-card,.login-card,.table-wrap{
  border:1px solid rgba(255,255,255,.72);
  background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.40));
  backdrop-filter:blur(30px) saturate(1.55);-webkit-backdrop-filter:blur(30px) saturate(1.55);
  border-radius:var(--spatial-radius-lg);box-shadow:var(--spatial-shadow-soft);
}
.card,.kpi,.server-card{position:relative;overflow:hidden}.card:before,.kpi:after,.server-card:before{
  content:'';position:absolute;inset:0;pointer-events:none;border-radius:inherit;
  background:linear-gradient(135deg,rgba(255,255,255,.72),transparent 34%,rgba(255,255,255,.20));
  opacity:.75;
}
.card>* , .kpi>* , .server-card>*{position:relative}.card h3,.server-head h3{letter-spacing:-.025em}.kpi{min-height:128px}.kpi:before{background:radial-gradient(circle,rgba(10,132,255,.14),transparent 68%)}.kpi i{border-radius:16px;background:rgba(255,255,255,.56);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 24px rgba(0,122,255,.10);color:#007aff}.kpi b{letter-spacing:-.04em}.server-card:hover{transform:translateY(-4px) scale(1.005);box-shadow:0 32px 82px rgba(15,23,42,.14), inset 0 1px 0 rgba(255,255,255,.84)}
.resource span,.kpi span,.data-table th{color:rgba(23,32,51,.54)}.progress{height:8px;background:rgba(148,163,184,.18);box-shadow:inset 0 1px 2px rgba(15,23,42,.06)}.progress span{box-shadow:0 3px 10px rgba(15,23,42,.12)}.progress .blue{background:linear-gradient(90deg,#64d2ff,#0a84ff)}.progress .green{background:linear-gradient(90deg,#30d158,#34c759)}.progress .orange{background:linear-gradient(90deg,#ffd60a,#ff9f0a)}.progress .red{background:linear-gradient(90deg,#ff453a,#ff2d55)}
.badge{padding:6px 11px;border-radius:999px;box-shadow:inset 0 1px 0 rgba(255,255,255,.68)}.badge.success{background:rgba(52,199,89,.14);color:#187a32}.badge.warning{background:rgba(255,159,10,.16);color:#9a5b00}.badge.danger,.badge.red{background:rgba(255,59,48,.15);color:#b42318}.badge.info{background:rgba(10,132,255,.14);color:#0067c7}
.server-status-badge{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;height:fit-content}.server-status-badge .icon{width:14px;height:14px;flex:0 0 14px}.server-status-badge span{display:inline;color:inherit}
.table-wrap{background:rgba(255,255,255,.48);padding:0}.data-table,.mini-table{border-collapse:separate;border-spacing:0}.data-table th,.data-table td,.mini-table td{border-bottom:1px solid rgba(148,163,184,.16)}.data-table th{
  background:rgba(255,255,255,.64);backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);
  color:rgba(23,32,51,.54);text-transform:uppercase;letter-spacing:.045em;font-weight:800;
}
.data-table tbody tr{transition:background .16s ease, transform .16s ease}.data-table tbody tr:hover{background:rgba(255,255,255,.42)}.sticky-table thead th{background:rgba(255,255,255,.72);box-shadow:0 1px 0 rgba(148,163,184,.18),0 12px 24px rgba(15,23,42,.04)}
.server-list-table th:nth-child(1),.server-list-table td:nth-child(1),.server-list-table th:nth-child(2),.server-list-table td:nth-child(2),.server-list-table th:nth-child(3),.server-list-table td:nth-child(3){background:rgba(255,255,255,.78);backdrop-filter:blur(20px) saturate(1.5);-webkit-backdrop-filter:blur(20px) saturate(1.5)}.server-list-table thead th:nth-child(-n+3){background:rgba(255,255,255,.84)}
form input,form select,.toolbar input,.toolbar select,.compact-input,.settings-server-table input{
  border:1px solid rgba(255,255,255,.74);border-radius:16px;background:rgba(255,255,255,.62);box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 8px 18px rgba(15,23,42,.035);color:#172033;
}
.alert,.alert-line{background:rgba(255,255,255,.48);border:1px solid rgba(255,255,255,.68);box-shadow:0 10px 24px rgba(15,23,42,.05)}.alert.warning{background:rgba(255,204,0,.15);color:#7a4f00}.alert.danger{background:rgba(255,59,48,.14);color:#8f1d16}.modal{background:rgba(22,30,46,.30);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.modal-close{background:rgba(255,255,255,.60);box-shadow:inset 0 1px 0 rgba(255,255,255,.88)}
.login-page{background:radial-gradient(circle at 20% 12%,rgba(10,132,255,.20),transparent 40%),radial-gradient(circle at 84% 12%,rgba(175,82,222,.18),transparent 40%),linear-gradient(135deg,#f8fbff,#eef8ff,#fbf6ff)}
.login-card{text-align:center}.login-card .brand{justify-content:center}.login-card .google-btn{margin-left:auto;margin-right:auto}
.mobile-menu-btn{background:rgba(255,255,255,.70);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 14px 34px rgba(15,23,42,.12),inset 0 1px 0 rgba(255,255,255,.9)}
body.compact .topbar{height:52px}body.compact .card,body.compact .kpi,body.compact .server-card{border-radius:22px}body.compact .nav-item{min-height:42px;border-radius:16px}body.compact .sidebar{padding:20px;gap:14px}body.compact .brand-logo,body.compact .brand-icon{width:44px;height:44px;border-radius:15px}
@media(max-width:1100px){
  .sidebar{left:-326px;top:14px;bottom:14px;width:292px;border-radius:28px}.sidebar.open{left:14px}.main{max-width:none;margin-left:0;padding:82px 16px 28px}.topbar{position:fixed;left:70px;right:14px;top:14px;height:auto;min-height:54px;border-radius:22px;z-index:42}.top-actions{flex-wrap:wrap}.global-search{width:100%}.page-head{margin-top:10px}.sidebar-overlay.show{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
}
@media(max-width:640px){
  .topbar{left:62px;right:10px;top:10px;padding:8px}.main{padding-left:10px;padding-right:10px}.card,.kpi,.server-card,.table-wrap{border-radius:22px}.page-head h1{font-size:25px!important}.notif-dot,.help{width:38px;height:38px}.compact-toggle{padding:8px 10px}.brand-logo,.brand-icon{width:48px;height:48px;border-radius:16px}
}
@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important;scroll-behavior:auto!important}}
/* v2.5.1 inventory / WHOIS / filters */
.filter-form{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap}.toolbar input{min-width:280px}.filter-form select{min-width:190px}.whois-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-left:5px;border:1px solid rgba(10,132,255,.20);border-radius:999px;background:rgba(255,255,255,.62);color:#007aff;font-size:13px;line-height:1;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 4px 12px rgba(15,23,42,.06)}.whois-btn:hover{background:rgba(10,132,255,.12);transform:translateY(-1px)}.whois-popover{position:absolute;z-index:9999;width:min(440px,calc(100vw - 24px));max-height:520px;overflow:auto;padding:16px;border:1px solid rgba(255,255,255,.74);border-radius:22px;background:rgba(255,255,255,.92);backdrop-filter:blur(24px) saturate(1.55);-webkit-backdrop-filter:blur(24px) saturate(1.55);box-shadow:0 28px 80px rgba(15,23,42,.20),inset 0 1px 0 rgba(255,255,255,.86);color:#172033}.whois-popover>b{display:block;margin-right:28px;margin-bottom:8px}.whois-popover small{display:block;color:rgba(23,32,51,.62)}.whois-popover pre{white-space:pre-wrap;font:12px/1.45 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;margin:10px 0 0;padding:12px;border-radius:14px;background:rgba(15,23,42,.045);max-height:330px;overflow:auto}.whois-summary{font-size:12px;line-height:1.45;color:rgba(23,32,51,.72);display:grid;gap:3px}.whois-close{position:absolute;right:12px;top:10px;width:28px;height:28px;border:0;border-radius:999px;background:rgba(15,23,42,.06);cursor:pointer}.ip-cell{max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settings-server-table input[name="display_name"]{min-width:160px}

/* v2.6.0 operational UI refinements */
.btn,.btn-light,.top-actions .btn,.filter-form .btn,.inline-bulk-form .btn,button.btn{color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.10)}
.btn-light:not(.compact-toggle){background:linear-gradient(135deg,var(--primary),#3b82f6)!important;color:#fff!important;border-color:rgba(255,255,255,.42)!important}
.btn.danger,.icon-btn.danger{background:linear-gradient(135deg,#ff3b30,#ff6b57)!important;color:#fff!important}
.toolbar.toolbar-inline{display:grid;grid-template-columns:minmax(320px,1fr) auto;align-items:center;gap:14px;margin-bottom:14px}
.toolbar.toolbar-inline>input{width:100%;min-width:0;margin:0}
.filter-form.filter-right{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:nowrap;margin:0}.filter-form.filter-right select{min-width:210px;margin:0}.filter-form.filter-right .btn{margin:0;white-space:nowrap}
.sync-toolbar{display:grid!important;grid-template-columns:minmax(180px,220px) minmax(160px,200px) minmax(160px,200px) minmax(280px,1fr);gap:12px;align-items:center}.sync-toolbar select,.sync-toolbar input{margin:0!important;width:100%;min-width:0!important}
.ip-inline{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;vertical-align:middle}.ip-text{white-space:nowrap}.ip-provider-icon{display:inline-flex;width:18px;height:18px;border-radius:6px;object-fit:contain;align-items:center;justify-content:center;vertical-align:middle;box-shadow:0 4px 10px rgba(15,23,42,.10)}.ip-provider-kmar{font-size:10px;font-weight:800;color:#fff;background:linear-gradient(135deg,#06b6d4,#2563eb)}
.server-list-table{table-layout:fixed;min-width:1320px}.server-list-table th:nth-child(1),.server-list-table td:nth-child(1){width:150px}.server-list-table th:nth-child(2),.server-list-table td:nth-child(2){width:150px}.server-list-table th:nth-child(3),.server-list-table td:nth-child(3){width:100px}.server-list-table th:nth-child(4),.server-list-table td:nth-child(4){width:92px}.server-list-table th:nth-child(5),.server-list-table td:nth-child(5){width:120px}.server-list-table th:nth-child(6),.server-list-table td:nth-child(6),.server-list-table th:nth-child(7),.server-list-table td:nth-child(7){width:76px}.server-list-table td:nth-child(2){white-space:nowrap}.directadmin-cell .ellipsis{max-width:110px}.server-list-table td:nth-child(4) small{display:block;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.section-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px}.section-head h3{margin:0}.inline-bulk-form{margin:0}.select-col{width:42px;text-align:center}.select-col input{width:16px;height:16px;margin:0}.action-row form{display:inline-flex;margin:0}
@media(max-width:900px){.toolbar.toolbar-inline{grid-template-columns:1fr}.filter-form.filter-right{justify-content:flex-start;flex-wrap:wrap}.sync-toolbar{grid-template-columns:1fr}.server-list-table{min-width:1180px}}

/* v2.6.1 fixes: transparent logo, timezone display helper, disk resync label */
.brand-logo{background:transparent!important;padding:0!important;box-shadow:none!important;object-fit:contain!important;}
.brand .brand-logo{border-radius:0!important;}
.muted{color:#94a3b8;font-size:12px;}

/* v2.6.2: bilingual changelog and timezone display */
.release .vi,
.bilingual-text .vi {
  display: block;
  margin-top: 3px;
  color: #64748b;
  font-weight: 500;
}
.release .en { display: inline; }

/* Unified professional SVG icon system */
.icon{
  display:inline-block;
  width:20px;
  height:20px;
  flex:0 0 auto;
  vertical-align:-.18em;
  overflow:visible;
  vector-effect:non-scaling-stroke;
}
.icon-sm{width:17px;height:17px}.icon-xs{width:14px;height:14px}
.icon-control{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  color:#334155;
  transition:color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease;
}
.icon-control:hover{color:#007aff;background:rgba(10,132,255,.10);transform:translateY(-1px)}
.btn-with-icon,.inline-link{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.inline-link{font-weight:750;white-space:nowrap}.inline-link .icon{transition:transform .16s ease}.inline-link:hover .icon{transform:translateX(2px)}
.nav-item{gap:11px}.nav-item .nav-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  flex:0 0 36px;
  border-radius:12px;
  color:currentColor;
  background:rgba(255,255,255,.42);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
  opacity:1;
}
.nav-item .nav-icon .icon{width:19px;height:19px}.nav-item>span:last-child{width:auto;text-align:left;opacity:1}
.nav-item.active .nav-icon{background:rgba(10,132,255,.12);box-shadow:0 6px 16px rgba(0,122,255,.12),inset 0 1px 0 rgba(255,255,255,.76)}
.kpi i .icon{width:22px;height:22px}.kpi i{transition:transform .16s ease,box-shadow .16s ease}.kpi:hover i{transform:translateY(-2px) rotate(-2deg);box-shadow:0 12px 28px rgba(0,122,255,.15),inset 0 1px 0 rgba(255,255,255,.9)}
.crumb{display:inline-flex;align-items:center;gap:7px}.crumb .icon{color:#007aff}.crumb-separator{color:rgba(100,116,139,.45)}
.search-leading{position:absolute;left:15px;top:50%;z-index:2;display:flex;color:#64748b;transform:translateY(-50%);pointer-events:none}.search-leading .icon{width:18px;height:18px}
.global-search{padding-left:44px}
.notif-dot{position:relative;color:#334155}.notif-dot:after{content:'';position:absolute;right:8px;top:7px;width:7px;height:7px;border:2px solid rgba(255,255,255,.9);border-radius:999px;background:#ff3b30;box-shadow:0 3px 8px rgba(255,59,48,.28)}
.compact-toggle>.icon{color:#64748b}.top-actions .btn .icon{color:currentColor}
.modal-close .icon,.whois-close .icon{width:16px;height:16px}
.whois-btn .icon{width:13px;height:13px}.icon-btn .icon{width:18px;height:18px}
.google-btn{display:flex;align-items:center;justify-content:center;gap:10px}.google-btn .icon{width:19px;height:19px}
.date-pill{color:#475569}
body.compact .nav-item .nav-icon{width:32px;height:32px;flex-basis:32px;border-radius:10px}

/* Full-width header navigation and account menu */
.sidebar,.mobile-menu-btn,.sidebar-overlay{display:none!important}
.main.app-shell{
  width:100%;
  max-width:none!important;
  min-height:100vh;
  margin-left:0!important;
  padding:18px 28px 48px!important;
}
.topbar.app-header{
  position:sticky!important;
  left:auto!important;
  right:auto!important;
  top:12px!important;
  z-index:60;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:nowrap;
  gap:12px;
  width:100%;
  min-height:68px!important;
  height:auto!important;
  margin:0 0 26px!important;
  padding:10px 12px!important;
  border-radius:24px;
}
.header-brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  padding:2px 5px 2px 2px;
  color:#172033;
  white-space:nowrap;
}
.header-brand-mark,.header-brand-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:14px;
}
.header-brand-mark{color:#fff;font-size:17px;font-weight:850;background:linear-gradient(145deg,#69c7ff,#007aff 54%,#5856d6);box-shadow:0 10px 24px rgba(0,122,255,.18)}
.header-brand-logo{object-fit:contain;background:transparent}
.header-brand-name{max-width:150px;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:850;letter-spacing:-.025em}
.header-nav{
  display:flex;
  align-items:center;
  gap:4px;
  min-width:0;
  white-space:nowrap;
}
.header-nav-item{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:42px;
  padding:9px 11px;
  border-radius:14px;
  color:rgba(23,32,51,.62);
  font-size:13px;
  font-weight:750;
  transition:color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease;
}
.header-nav-item:hover{color:#172033;background:rgba(255,255,255,.48);transform:translateY(-1px)}
.header-nav-item.active{color:#007aff;background:rgba(255,255,255,.86);box-shadow:0 8px 20px rgba(15,23,42,.07),inset 0 1px 0 rgba(255,255,255,.9)}
.header-nav-item .icon{width:17px;height:17px}
.header-search{flex:0 1 270px;min-width:190px;max-width:280px;margin-left:auto}
.header-search .global-search{width:100%;padding-right:14px}
.app-header .top-actions{flex:0 0 auto;margin-left:0}
.header-settings,.user-menu-trigger{
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.75);
  border-radius:14px;
  background:rgba(255,255,255,.58);
  box-shadow:0 8px 20px rgba(15,23,42,.07),inset 0 1px 0 rgba(255,255,255,.86);
}
.header-settings.active{color:#007aff;background:rgba(10,132,255,.12);box-shadow:0 8px 20px rgba(0,122,255,.12),inset 0 1px 0 rgba(255,255,255,.86)}
.user-menu{position:relative}
.user-menu-trigger{display:flex;align-items:center;justify-content:center;padding:3px;cursor:pointer}
.header-avatar{
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  overflow:hidden;
  border-radius:11px;
  color:#fff;
  font-weight:850;
  background:linear-gradient(145deg,#64d2ff,#007aff);
  box-shadow:0 6px 16px rgba(0,122,255,.18);
}
.header-avatar img{width:100%;height:100%;object-fit:cover}.header-avatar.large{width:44px;height:44px;border-radius:14px;flex:0 0 44px}
.user-menu-dropdown{
  display:none;
  position:absolute;
  top:calc(100% + 12px);
  right:0;
  width:290px;
  padding:12px;
  border:1px solid rgba(255,255,255,.78);
  border-radius:20px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(28px) saturate(1.6);
  -webkit-backdrop-filter:blur(28px) saturate(1.6);
  box-shadow:0 24px 70px rgba(15,23,42,.18),inset 0 1px 0 rgba(255,255,255,.9);
}
.user-menu-dropdown.show{display:block}
.user-menu-profile{display:flex;align-items:center;gap:11px;padding:5px 4px 12px}
.user-menu-profile b,.user-menu-profile small,.user-menu-profile span{display:block;max-width:195px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.user-menu-profile small{margin-top:2px;color:#64748b;font-size:12px}.user-menu-profile span{margin-top:3px;color:#94a3b8;font-size:11px;text-transform:capitalize}
.user-menu-dropdown form{margin:0;padding-top:10px;border-top:1px solid rgba(148,163,184,.18)}
.user-logout{
  width:100%;
  min-height:42px;
  border:0;
  border-radius:13px;
  color:#b42318;
  background:rgba(255,59,48,.10);
  font-weight:800;
  cursor:pointer;
}
.user-logout:hover{background:rgba(255,59,48,.16)}
.settings-tabs{
  display:flex;
  align-items:center;
  gap:6px;
  width:max-content;
  max-width:100%;
  margin:-8px 0 22px;
  padding:6px;
  overflow-x:auto;
  border:1px solid rgba(255,255,255,.72);
  border-radius:18px;
  background:rgba(255,255,255,.48);
  backdrop-filter:blur(20px) saturate(1.4);
  -webkit-backdrop-filter:blur(20px) saturate(1.4);
  box-shadow:0 12px 30px rgba(15,23,42,.06),inset 0 1px 0 rgba(255,255,255,.82);
}
.settings-tab{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:9px 13px;
  border-radius:13px;
  color:#64748b;
  font-weight:760;
  white-space:nowrap;
}
.settings-tab:hover{color:#172033;background:rgba(255,255,255,.52)}
.settings-tab.active{color:#007aff;background:rgba(255,255,255,.92);box-shadow:0 7px 18px rgba(15,23,42,.07)}
body.compact .topbar.app-header{height:auto!important;min-height:56px!important;margin-bottom:18px!important}
body.compact .header-nav-item{min-height:36px;padding:7px 9px}

.header-nav-group{position:relative;display:flex;align-items:center}
.server-nav-chevron{width:13px!important;height:13px!important;margin-left:-2px;transition:transform .16s ease}
.server-nav-group:hover .server-nav-chevron,.server-nav-group:focus-within .server-nav-chevron{transform:rotate(180deg)}
.server-nav-group::after{content:"";position:absolute;top:100%;left:0;width:100%;height:12px}
.server-quick-menu{
  position:absolute;
  z-index:80;
  top:calc(100% + 9px);
  left:0;
  width:310px;
  padding:8px;
  visibility:hidden;
  opacity:0;
  transform:translateY(-5px);
  border:1px solid rgba(255,255,255,.82);
  border-radius:18px;
  background:rgba(255,255,255,.94);
  box-shadow:0 22px 50px rgba(15,23,42,.16),inset 0 1px 0 #fff;
  backdrop-filter:blur(24px) saturate(1.35);
  -webkit-backdrop-filter:blur(24px) saturate(1.35);
  transition:opacity .16s ease,transform .16s ease,visibility .16s;
}
.server-nav-group:hover .server-quick-menu,.server-nav-group:focus-within .server-quick-menu{visibility:visible;opacity:1;transform:translateY(0)}
.server-quick-title{padding:7px 9px 8px;color:#94a3b8;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.server-quick-item{display:flex;align-items:center;gap:10px;padding:9px;border-radius:12px;color:#172033}
.server-quick-item:hover,.server-quick-item:focus-visible{background:rgba(0,122,255,.08);color:#0068db}
.server-status-dot{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#94a3b8;box-shadow:0 0 0 3px rgba(148,163,184,.14)}
.server-status-dot.online,.server-status-dot.active,.server-status-dot.healthy{background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.14)}
.server-status-dot.offline,.server-status-dot.down,.server-status-dot.error{background:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.14)}
.server-status-dot.warning,.server-status-dot.degraded{background:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.14)}
.server-quick-copy{display:block;min-width:0}
.server-quick-copy b,.server-quick-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.server-quick-copy b{font-size:13px}.server-quick-copy small{margin-top:2px;color:#8491a5;font-size:11px}
.server-quick-empty{display:block;padding:12px 9px;color:#8491a5;font-size:12px}
.server-quick-all{display:flex;align-items:center;justify-content:space-between;margin-top:5px;padding:10px 9px 5px;border-top:1px solid rgba(148,163,184,.18);font-size:12px;font-weight:800}
.chart-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}
.chart-head h3{margin:0}
.trend-range{display:inline-flex;align-items:center;gap:3px;padding:4px;border:1px solid rgba(148,163,184,.18);border-radius:12px;background:rgba(241,245,249,.75)}
.trend-range-btn{min-width:38px;padding:6px 8px;border:0;border-radius:8px;color:#64748b;background:transparent;font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:color .15s ease,background .15s ease,box-shadow .15s ease}
.trend-range-btn:hover{color:#172033;background:rgba(255,255,255,.68)}
.trend-range-btn.active{color:#0068db;background:#fff;box-shadow:0 3px 10px rgba(15,23,42,.09)}
.trend-health{display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px;margin:0 0 12px;color:#7b8799;font-size:12px}
.trend-health span{display:inline-flex;align-items:center;gap:6px}
.trend-health span:not(:first-child)::before{content:"";width:4px;height:4px;border-radius:50%;background:#cbd5e1}
.trend-health-state{font-weight:800}
.trend-health-state::before{content:"";width:8px;height:8px;border-radius:50%;background:#94a3b8;box-shadow:0 0 0 3px rgba(148,163,184,.14)}
.trend-health-state.fresh{color:#15803d}.trend-health-state.fresh::before{background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.14)}
.trend-health-state.stale{color:#b45309}.trend-health-state.stale::before{background:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.14)}
.bandwidth-trend-card canvas{min-height:300px}
.data-health-panel{margin:0 0 20px;padding:18px;border:1px solid rgba(239,68,68,.22);border-radius:22px;background:linear-gradient(135deg,rgba(254,242,242,.94),rgba(255,247,237,.88));box-shadow:0 14px 38px rgba(127,29,29,.08)}
.data-health-panel.healthy{border-color:rgba(34,197,94,.2);background:linear-gradient(135deg,rgba(240,253,244,.92),rgba(236,254,255,.84))}
.data-health-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}
.data-health-heading h2{margin:5px 0 3px;color:#7f1d1d;font-size:19px;letter-spacing:-.025em}
.data-health-panel.healthy .data-health-heading h2{color:#166534}
.data-health-heading p,.data-health-issue p{margin:0;color:#6b7280;font-size:12px;line-height:1.5}
.data-health-kicker{display:inline-flex;align-items:center;gap:7px;color:#dc2626;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.data-health-panel.healthy .data-health-kicker{color:#16a34a}
.data-health-list{display:grid;gap:8px;margin-top:14px}
.data-health-issue{display:flex;align-items:flex-start;gap:11px;padding:11px 12px;border:1px solid rgba(239,68,68,.13);border-radius:14px;background:rgba(255,255,255,.62)}
.data-health-issue.warning{border-color:rgba(245,158,11,.2)}
.data-health-issue b{display:block;margin-bottom:2px;color:#7f1d1d;font-size:13px}
.data-health-issue.warning b{color:#92400e}
.data-health-dot{width:9px;height:9px;flex:0 0 9px;margin-top:5px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.12)}
.data-health-issue.warning .data-health-dot{background:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.12)}

@media(max-width:1280px){
  .header-brand-name{display:none}
  .header-nav-item{padding-left:9px;padding-right:9px}
  .header-search{min-width:200px}
}
@media(max-width:1100px){
  .main.app-shell{padding:14px 18px 40px!important}
  .topbar.app-header{position:sticky!important;flex-direction:row!important;align-items:center!important;flex-wrap:wrap!important;top:10px!important}
  .header-brand{order:1}.header-search{order:2;max-width:none;flex:1 1 260px}.app-header .top-actions{order:3}.header-nav{order:4;width:100%;overflow-x:auto;padding-top:3px}
  .header-nav-item{flex:1 0 auto;justify-content:center}
  .kpi-grid.six{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .kpi-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .grid-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .grid-main-side{grid-template-columns:minmax(0,1.6fr) minmax(280px,.9fr)!important}
  .server-cards,.card-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))!important}
}
@media(max-width:820px){
  .grid-2,.grid-main-side{grid-template-columns:1fr!important}
}
@media(max-width:680px){
  .main.app-shell{padding:9px 10px 30px!important}
  .topbar.app-header{top:7px!important;gap:8px;padding:8px!important;border-radius:19px}
  .header-brand-mark,.header-brand-logo{width:38px;height:38px;flex-basis:38px;border-radius:12px}
  .header-search{order:4;flex-basis:100%;width:100%}
  .header-nav{order:5}
  .header-nav-item{gap:6px;padding:8px 10px}
  .server-quick-menu{width:min(310px,calc(100vw - 28px))}
  .chart-head{align-items:flex-start;flex-direction:column;gap:10px}
  .compact-toggle{padding:8px}.compact-toggle span{display:none}
  .header-settings,.user-menu-trigger{width:38px;height:38px;border-radius:12px}
  .header-avatar{width:31px;height:31px;border-radius:10px}
  .settings-tabs{width:100%;margin-top:-6px}
  .settings-tab{flex:1 0 auto;justify-content:center}
  .kpi-grid.six,.kpi-grid.four{grid-template-columns:1fr!important}
  .server-cards,.card-grid{grid-template-columns:1fr!important}
}

/* Unified soft select menus */
.soft-select{position:relative;width:100%;min-width:0;margin:4px 0 12px;isolation:isolate}.toolbar .soft-select,.filter-form .soft-select{width:auto;min-width:190px;margin:0}.filter-form.filter-right .soft-select{min-width:210px}
.soft-select-native{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:0!important;opacity:0!important;pointer-events:none!important}
.soft-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:42px;padding:9px 12px 9px 14px;border:1px solid rgba(148,163,184,.28);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.9));color:#334155;font:inherit;font-weight:650;text-align:left;cursor:pointer;box-shadow:0 4px 14px rgba(15,23,42,.05),inset 0 1px 0 rgba(255,255,255,.9);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease}
.soft-select-trigger:hover{border-color:rgba(99,91,255,.42);background:#fff;box-shadow:0 7px 20px rgba(99,91,255,.09),inset 0 1px 0 #fff}.soft-select-trigger:focus-visible,.soft-select.open .soft-select-trigger{outline:0;border-color:rgba(99,91,255,.72);box-shadow:0 0 0 4px rgba(99,91,255,.12),0 9px 24px rgba(99,91,255,.12)}.soft-select-trigger:disabled{opacity:.55;cursor:not-allowed}.soft-select-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.soft-select-trigger svg{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.soft-select.open .soft-select-trigger svg{transform:rotate(180deg)}
.soft-select-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;display:none;min-width:max(100%,190px);max-height:280px;overflow:auto;padding:7px;border:1px solid rgba(255,255,255,.82);border-radius:17px;background:rgba(255,255,255,.96);backdrop-filter:blur(24px) saturate(1.45);-webkit-backdrop-filter:blur(24px) saturate(1.45);box-shadow:0 20px 55px rgba(15,23,42,.18),inset 0 1px 0 #fff;z-index:1000;transform-origin:top center}.soft-select.open{z-index:1001}.soft-select.open .soft-select-menu{display:block;animation:softSelectIn .16s ease-out}
.soft-select-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:39px;padding:9px 10px;border:0;border-radius:11px;background:transparent;color:#334155;font:inherit;text-align:left;cursor:pointer;transition:background .14s ease,color .14s ease,transform .14s ease}.soft-select-option:hover,.soft-select-option:focus-visible{outline:0;background:rgba(99,91,255,.09);color:#4338ca}.soft-select-option:active{transform:scale(.985)}.soft-select-option[aria-selected="true"]{background:linear-gradient(135deg,rgba(99,91,255,.14),rgba(14,165,233,.10));color:#4338ca;font-weight:750}.soft-select-option:disabled{opacity:.45;cursor:not-allowed}.soft-select-option svg{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
body.compact .soft-select{margin:3px 0 8px}body.compact .toolbar .soft-select,body.compact .filter-form .soft-select{margin:0}body.compact .soft-select-trigger{min-height:36px;padding:7px 10px;border-radius:12px}@keyframes softSelectIn{from{opacity:0;transform:translateY(-5px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:640px){.toolbar .soft-select,.filter-form .soft-select,.filter-form.filter-right .soft-select{width:100%;min-width:0}.soft-select-trigger{font-size:16px}.soft-select-menu{max-height:45vh}}

/* Table exports */
.table-heading-row,.table-title-cluster,.section-head-actions{display:flex;align-items:center;gap:9px}.table-heading-row{justify-content:flex-start;margin:0 0 14px}.table-heading-row h3,.table-title-cluster h3{margin:0!important}.table-title-cluster{width:max-content;max-width:100%}.section-head-actions{justify-content:flex-end}.table-export-actions{display:inline-flex;align-items:center;gap:10px;margin-left:0;flex:0 0 auto}.table-export-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:0;border-radius:0;background:transparent;color:inherit;cursor:pointer;box-shadow:none;transition:transform .16s ease,opacity .16s ease,filter .16s ease}.table-export-btn:hover{transform:translateY(-1px) scale(1.08);background:transparent;box-shadow:none;filter:saturate(1.08) drop-shadow(0 5px 7px rgba(22,163,74,.18))}.table-export-btn:active{transform:scale(.94)}.table-export-btn:focus-visible{outline:2px solid rgba(99,91,255,.45);outline-offset:3px}.table-export-btn img{display:block;width:25px;height:25px;object-fit:contain}.table-export-btn.csv-export img{width:27px;height:27px}
.table-export-btn::after{content:attr(data-tooltip);position:absolute;right:0;bottom:calc(100% + 9px);z-index:1200;width:max-content;max-width:190px;padding:7px 9px;border-radius:9px;background:#172033;color:#fff;font-size:11px;font-weight:700;line-height:1;letter-spacing:0;white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(4px);pointer-events:none;box-shadow:0 9px 24px rgba(15,23,42,.2);transition:opacity .15s ease,transform .15s ease,visibility .15s}.table-export-btn:hover::after,.table-export-btn:focus-visible::after{opacity:1;visibility:visible;transform:translateY(0)}
.export-toast{position:fixed;left:50%;bottom:24px;z-index:10000;max-width:min(440px,calc(100vw - 24px));padding:11px 15px;border:1px solid rgba(255,255,255,.7);border-radius:13px;background:rgba(23,32,51,.94);color:#fff;font-size:13px;font-weight:650;text-align:center;box-shadow:0 18px 45px rgba(15,23,42,.25);backdrop-filter:blur(18px);opacity:0;transform:translate(-50%,12px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.export-toast.show{opacity:1;transform:translate(-50%,0)}
body.compact .table-heading-row{margin-bottom:9px}body.compact .table-export-btn{width:28px;height:28px}body.compact .table-export-btn img{width:23px;height:23px}@media(max-width:640px){.table-heading-row{align-items:center}.section-head-actions{gap:7px}.table-export-btn{width:30px;height:30px}.table-export-btn::after{display:none}}
.sheet-export-modal{position:fixed;inset:0;z-index:10020;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(15,23,42,.42);backdrop-filter:blur(8px)}.sheet-export-modal.show{display:flex}.sheet-export-dialog{position:relative;width:min(450px,100%);padding:26px;border:1px solid rgba(255,255,255,.76);border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 30px 90px rgba(15,23,42,.24),inset 0 1px 0 #fff}.sheet-export-logo{display:block;width:48px;height:48px;margin:0 0 12px}.sheet-export-dialog h3{margin:0 38px 8px 0;font-size:20px}.sheet-export-dialog p{margin:0 0 13px;color:#64748b;line-height:1.55}.sheet-export-dialog ol{margin:0 0 13px;padding-left:21px;color:#334155;line-height:1.75}.sheet-export-close{position:absolute;right:14px;top:13px;width:32px;height:32px;border:0;border-radius:999px;background:rgba(15,23,42,.06);color:#475569;font-size:24px;line-height:1;cursor:pointer}.sheet-export-close:hover{background:rgba(15,23,42,.1)}.sheet-export-count{padding:10px 12px;border-radius:12px;background:rgba(22,163,74,.09);color:#15803d;font-weight:750}.sheet-export-buttons{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}.sheet-export-buttons .btn{min-width:92px}.export-icon-credit{display:block;margin-top:15px;color:#94a3b8;font-size:10px}.export-icon-credit a{color:#64748b;text-decoration:underline}@media(max-width:640px){.sheet-export-dialog{padding:22px 18px;border-radius:19px}.sheet-export-buttons{display:grid;grid-template-columns:1fr 1fr}.sheet-export-buttons .btn{width:100%}}
.table-export-btn.unified-export img,.export-main-logo{filter:invert(49%) sepia(73%) saturate(984%) hue-rotate(91deg) brightness(88%) contrast(93%)}.table-export-btn.unified-export img{width:27px;height:27px}.table-export-btn.unified-export:hover img{filter:invert(42%) sepia(88%) saturate(1116%) hue-rotate(91deg) brightness(88%) contrast(101%) drop-shadow(0 5px 7px rgba(22,163,74,.25))}.export-main-logo{width:44px;height:44px}.export-modal-lead{margin-bottom:16px!important}.export-modal-lead .sheet-export-count{display:inline;padding:0;background:transparent;color:#16a34a}.export-format-options{display:grid;gap:10px}.export-format-option{display:flex;align-items:center;gap:13px;width:100%;min-height:74px;padding:12px 14px;border:1px solid rgba(148,163,184,.22);border-radius:15px;background:rgba(248,250,252,.76);color:#1f2937;text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.export-format-option:hover{transform:translateY(-1px);border-color:rgba(22,163,74,.28);background:#fff;box-shadow:0 10px 25px rgba(22,163,74,.10)}.export-format-option:focus-visible{outline:0;box-shadow:0 0 0 4px rgba(22,163,74,.13)}.export-format-option img{width:40px;height:40px;object-fit:contain;flex:0 0 40px}.export-format-option span,.export-format-option b,.export-format-option small{display:block}.export-format-option b{font-size:14px}.export-format-option small{margin-top:3px;color:#64748b;font-size:12px;line-height:1.4}@media(max-width:640px){.export-format-option{min-height:68px;padding:10px 12px}.export-format-option img{width:36px;height:36px;flex-basis:36px}}
/* Manual sync and large-file inventory */
.kpi-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}
.vps-age{font-size:clamp(1rem,1.25vw,1.35rem);line-height:1.35}
.sync-now-btn{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;background:linear-gradient(135deg,#16a34a,#059669);color:#fff;border:0;box-shadow:0 8px 22px rgba(5,150,105,.22)}
.sync-now-btn:hover{transform:translateY(-1px);box-shadow:0 11px 26px rgba(5,150,105,.3)}
.sync-now-btn.loading .icon{animation:kmar-spin .8s linear infinite}
@keyframes kmar-spin{to{transform:rotate(360deg)}}
.large-files-card{margin-top:1rem}.large-files-card .large-files-more{margin-top:1rem}
.large-file-path{min-width:280px;max-width:520px}.large-file-path b,.large-file-path small{display:block;overflow-wrap:anywhere}.large-file-path small{margin-top:.25rem;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.72rem}
.empty-cell{text-align:center;color:var(--muted);padding:2rem!important}
@media(max-width:1200px){.kpi-grid.five{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.kpi-grid.five{grid-template-columns:1fr}.page-head .sync-now-btn{width:100%;justify-content:center}}

/* Sync status, percentage emphasis, and global large-file filters */
.page-head{align-items:center!important}.page-sync-actions{display:flex;align-items:center;gap:12px;align-self:center}.page-sync-actions>[data-last-sync-label]{color:#64748b;font-size:12px;font-weight:700;white-space:nowrap}
.sync-now-btn{min-height:42px;padding:10px 17px;border-radius:13px;font-weight:800;letter-spacing:.02em}
.data-table .pct{display:block;margin-top:5px;font-size:17px;line-height:1;color:#0f172a}.server-card .pct{font-size:18px}.kpi-percent{display:block;margin:3px 0 5px;font-size:clamp(1.75rem,2.4vw,2.45rem);line-height:1;color:#0f172a;letter-spacing:-.04em}.kpi-percent+b{font-size:1rem;color:#64748b;font-weight:700}
.sync-progress-modal{position:fixed;inset:0;z-index:10030;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(241,245,249,.78);backdrop-filter:blur(9px)}.sync-progress-modal.show{display:flex}.sync-progress-card{width:min(480px,100%);padding:18px 20px;border:1px solid rgba(96,165,250,.32);border-radius:16px;background:rgba(255,255,255,.97);box-shadow:0 25px 75px rgba(15,23,42,.16)}.sync-progress-head{display:flex;align-items:center;gap:12px}.sync-progress-head>div{display:grid;flex:1}.sync-progress-head b{color:#17365d;font-size:15px}.sync-progress-head small{color:#64748b}.sync-progress-head button{width:30px;height:30px;border:0;border-radius:50%;background:#f1f5f9;color:#64748b;font-size:21px;cursor:pointer}.sync-progress-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#e8f4ff;color:#2584e8;font-size:22px;font-weight:800;animation:kmar-spin 1.2s linear infinite}.sync-progress-card p{margin:14px 0 9px;color:#334155;font-weight:750}.sync-progress-track{height:7px;overflow:hidden;border-radius:99px;background:#e5edf6}.sync-progress-track i{display:block;width:3%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1687ed,#1eb7dd);transition:width .35s ease}.sync-progress-meta{display:flex;justify-content:space-between;gap:12px;margin-top:9px;color:#5d7391;font-size:12px;font-weight:750}.sync-server-list{display:grid;gap:6px;margin-top:12px}.sync-server-list>div{display:flex;justify-content:space-between;padding:7px 9px;border-radius:9px;background:#f8fafc;font-size:12px}.sync-state{font-weight:800;text-transform:capitalize}.sync-state.completed{color:#16a34a}.sync-state.failed{color:#dc2626}.sync-state.claimed{color:#0284c7}.sync-progress-modal.error .sync-progress-icon{animation:none;background:#fee2e2;color:#dc2626}
.global-large-files-card{margin-top:18px}.large-files-filters{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.large-files-filters .soft-select{min-width:180px;margin:0}.large-files-filters input{width:210px;min-height:42px;padding:9px 12px;border:1px solid rgba(148,163,184,.28);border-radius:13px;background:#fff}
@media(max-width:760px){.page-head{align-items:flex-start!important}.page-sync-actions{width:100%;justify-content:space-between}.large-files-filters{width:100%}.large-files-filters>*{flex:1 1 100%}}

/* Completion, aligned filters, Activity Log, and unclipped export tooltip */
.sync-progress-modal.done .sync-progress-icon{animation:none;background:#dcfce7;color:#16a34a;font-size:0}.sync-progress-modal.done .sync-progress-icon::after{content:'✓';font-size:21px}
.global-large-files-card .section-head{align-items:center}.large-files-filters{flex-wrap:nowrap}.large-files-filters>.soft-select{width:210px;min-width:210px;margin:0}.large-files-filters>.btn{flex:0 0 auto}.single-settings-card{grid-template-columns:1fr!important}.activity-filter{display:flex;align-items:center;gap:9px}.activity-filter .soft-select{min-width:260px;margin:0}.activity-log-card td small{display:block;margin-top:3px;color:#94a3b8;font-size:10px}
.table-export-btn::after{top:calc(100% + 8px);bottom:auto;right:auto;left:50%;transform:translate(-50%,-3px)}.table-export-btn:hover::after,.table-export-btn:focus-visible::after{transform:translate(-50%,0)}.card:has(.table-export-btn){position:relative;overflow:visible;z-index:2}.card:has(.table-export-btn):hover{z-index:20}
@media(max-width:760px){.large-files-filters{flex-wrap:wrap}.large-files-filters>.soft-select,.activity-filter .soft-select{width:100%;min-width:0}.activity-filter{width:100%;flex-wrap:wrap}}

/* Usage severity colors */
.kpi.usage-safe{background:linear-gradient(145deg,rgba(236,253,245,.95),rgba(209,250,229,.72));border-color:rgba(22,163,74,.28);box-shadow:0 12px 32px rgba(22,163,74,.10)}.kpi.usage-safe .kpi-percent{color:#15803d}
.kpi.usage-warning{background:linear-gradient(145deg,rgba(255,251,235,.97),rgba(254,243,199,.78));border-color:rgba(245,158,11,.38);box-shadow:0 12px 32px rgba(245,158,11,.14)}.kpi.usage-warning .kpi-percent{color:#d97706}
.kpi.usage-critical{background:linear-gradient(145deg,rgba(254,242,242,.98),rgba(254,202,202,.82));border-color:rgba(239,68,68,.45);box-shadow:0 12px 34px rgba(220,38,38,.18)}.kpi.usage-critical .kpi-percent{color:#dc2626;text-shadow:0 1px 0 rgba(255,255,255,.55)}
.data-table .pct{padding:4px 7px;width:max-content;border-radius:8px}.data-table td[data-sort] .pct{color:#334155}.data-table .progress:has(.orange)+.pct{background:#fff7ed;color:#c2410c}.data-table .progress:has(.red)+.pct{background:#fef2f2;color:#dc2626}.data-table .progress:has(.green)+.pct{background:#ecfdf5;color:#15803d}
/* Three independent SYNC ALL progress tracks */
.sync-server-list>div{position:relative;display:grid;grid-template-columns:1fr auto;gap:7px 12px;padding-bottom:14px}.sync-item-progress{grid-column:1/-1;display:block;height:5px;overflow:hidden;border-radius:999px;background:#e5edf6}.sync-item-progress em{display:block;width:8%;height:100%;border-radius:inherit;background:#94a3b8;transition:width .35s ease}.sync-server-list>div:has(.sync-state.claimed) .sync-item-progress em{width:58%;background:linear-gradient(90deg,#1687ed,#1eb7dd);animation:syncItemPulse 1.2s ease-in-out infinite alternate}.sync-server-list>div:has(.sync-state.completed) .sync-item-progress em{width:100%;background:#22c55e;animation:none}.sync-server-list>div:has(.sync-state.failed) .sync-item-progress em{width:100%;background:#ef4444;animation:none}@keyframes syncItemPulse{to{opacity:.58}}
/* Header KCCC launcher and body-level export tooltip */
.kccc-slot{display:inline-flex;align-items:center}.kccc-slot .kccc-button{width:40px;height:40px;min-height:40px;padding:0;border-radius:50%;border:1px solid rgba(249,115,22,.4);background:linear-gradient(145deg,#fff7ed,#ffedd5);box-shadow:0 8px 22px rgba(234,88,12,.18)}.kccc-slot .kccc-button span{display:none}.kccc-slot .kccc-button img{width:27px;height:27px}.kccc-slot .kccc-button:hover{transform:translateY(-1px);background:#ffedd5;border-color:#fb923c}
.table-export-btn::after{display:none!important}.export-global-tooltip{position:fixed;z-index:2147483647;width:max-content;max-width:220px;padding:7px 10px;border-radius:9px;background:#172033;color:#fff;font-size:11px;font-weight:700;line-height:1;white-space:nowrap;pointer-events:none;box-shadow:0 10px 28px rgba(15,23,42,.28);animation:exportTipIn .14s ease-out}@keyframes exportTipIn{from{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}
/* Independent managed-domain registry */
.domain-head-actions,.domain-row-actions,.domain-filter-form{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.domain-entry-card{margin-top:16px}.domain-entry-form{display:grid;grid-template-columns:1.4fr 1fr 1fr repeat(3,minmax(145px,.65fr));gap:10px 12px;align-items:end}.domain-entry-form label{margin:0;font-size:11px;font-weight:800;color:#64748b}.domain-entry-form textarea{grid-row:2/span 2;min-height:104px;resize:vertical}.domain-entry-form input,.domain-entry-form select,.domain-entry-form textarea{margin:0}.domain-entry-form button{grid-column:-2/-1}.domain-filter-form{margin-left:auto}.domain-filter-form .soft-select{min-width:175px;margin:0}.domain-expired{color:#dc2626;font-weight:800}.domain-expiring{color:#d97706;font-weight:800}.data-table td>small{display:block;margin-top:3px;color:#94a3b8;font-size:10px}@media(max-width:1100px){.domain-entry-form{grid-template-columns:repeat(2,minmax(0,1fr))}.domain-entry-form textarea{grid-row:auto;grid-column:1/-1}.domain-entry-form button{grid-column:auto}}@media(max-width:700px){.domain-entry-form{grid-template-columns:1fr}.domain-entry-form textarea,.domain-entry-form button{grid-column:auto}.domain-filter-form{width:100%;margin:0}.domain-filter-form>*{flex:1 1 100%}}
/* Refined managed-domain entry form */
.domain-entry-form{display:grid!important;grid-template-columns:minmax(320px,1.25fr) repeat(3,minmax(170px,.72fr))!important;grid-template-areas:'domains customer customer provider' 'domains start updated expiry' 'domains notes notes action'!important;gap:14px!important;align-items:end!important}.domain-field{display:flex;flex-direction:column;gap:6px;min-width:0}.domain-field label{margin:0!important;font-size:11px!important;font-weight:800!important;color:#64748b!important}.domain-field-domains{grid-area:domains}.domain-field-customer-name{grid-area:customer}.domain-field-provider-id{grid-area:provider}.domain-field-start-date{grid-area:start}.domain-field-updated-date{grid-area:updated}.domain-field-expiry-date{grid-area:expiry}.domain-field-notes{grid-area:notes}.domain-entry-form>button{grid-area:action!important;grid-column:auto!important;min-height:43px;border-radius:14px}.domain-field textarea{width:100%;height:100%;min-height:158px!important;grid-row:auto!important;padding:13px 14px!important;border:1px solid rgba(148,163,184,.26)!important;border-radius:16px!important;background:rgba(255,255,255,.86)!important;box-shadow:inset 0 1px 0 #fff,0 5px 18px rgba(15,23,42,.04);resize:vertical}.domain-field input,.domain-field select{width:100%;min-height:43px;margin:0!important;padding:9px 13px!important;border:1px solid rgba(148,163,184,.26)!important;border-radius:14px!important;background:rgba(255,255,255,.9)!important;box-shadow:inset 0 1px 0 #fff,0 5px 16px rgba(15,23,42,.04)}.domain-field input[type=date]{color-scheme:light;padding-right:10px!important}.domain-field input[type=date]::-webkit-calendar-picker-indicator{padding:6px;border-radius:9px;background-color:rgba(99,91,255,.08);cursor:pointer}.domain-field .soft-select{margin:0!important}.domain-field .soft-select-trigger{min-height:43px}
.domain-create-modal{position:fixed;inset:0;z-index:10050;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(15,23,42,.38);backdrop-filter:blur(9px)}.domain-create-modal.show{display:flex}.domain-create-dialog{position:relative;width:min(440px,100%);padding:25px;border:1px solid rgba(255,255,255,.8);border-radius:22px;background:rgba(255,255,255,.97);box-shadow:0 30px 90px rgba(15,23,42,.23)}.domain-create-dialog h3{margin:4px 0 7px}.domain-create-dialog p{margin:0 0 17px;color:#64748b;line-height:1.5}.domain-create-kicker{color:#635bff;font-size:10px;font-weight:900;letter-spacing:.12em}.domain-create-close{position:absolute;right:13px;top:12px;width:32px;height:32px;border:0;border-radius:50%;background:#f1f5f9;color:#64748b;font-size:22px;cursor:pointer}.domain-create-dialog input{width:100%;min-height:44px;margin:6px 0 0;border:1px solid rgba(148,163,184,.3);border-radius:14px}.domain-create-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}.domain-create-dialog>[data-domain-modal-error]{display:block;margin-top:10px;color:#dc2626;font-weight:700}
@media(max-width:1100px){.domain-entry-form{grid-template-columns:1fr 1fr!important;grid-template-areas:'domains domains' 'customer provider' 'start updated' 'expiry notes' 'action action'!important}.domain-field textarea{min-height:120px!important}}@media(max-width:650px){.domain-entry-form{grid-template-columns:1fr!important;grid-template-areas:'domains' 'customer' 'provider' 'start' 'updated' 'expiry' 'notes' 'action'!important}}
/* Domains: automatic expiry only and unclipped soft menus */
.domain-entry-card{position:relative!important;overflow:visible!important}.domain-entry-card:has(.soft-select.open){z-index:2000!important}.domain-entry-form{grid-template-areas:'domains customer customer provider' 'domains expiryinfo expiryinfo expiryinfo' 'domains notes notes action'!important}.domain-auto-expiry-note{grid-area:expiryinfo;display:flex;align-items:center;gap:9px;min-height:43px;padding:10px 13px;border:1px solid rgba(14,165,233,.18);border-radius:14px;background:linear-gradient(135deg,rgba(239,246,255,.92),rgba(236,254,255,.78));color:#475569}.domain-auto-expiry-note b{color:#0369a1;white-space:nowrap}.domain-auto-expiry-note small{color:#64748b}.domain-entry-card .soft-select.open{z-index:5000!important}.domain-entry-card .soft-select-menu{z-index:5001!important;border-radius:18px!important;overflow:auto!important;box-shadow:0 24px 65px rgba(15,23,42,.24)!important}.domain-customer-soft-select .soft-select-trigger{border-radius:14px!important}
@media(max-width:1100px){.domain-entry-form{grid-template-areas:'domains domains' 'customer provider' 'expiryinfo expiryinfo' 'notes notes' 'action action'!important}}@media(max-width:650px){.domain-entry-form{grid-template-areas:'domains' 'customer' 'provider' 'expiryinfo' 'notes' 'action'!important}.domain-auto-expiry-note{align-items:flex-start;flex-direction:column;gap:3px}}
body .domain-entry-card .domain-entry-form{grid-template-areas:'domains customer customer provider' 'domains expiryinfo expiryinfo expiryinfo' 'domains notes notes action'!important}@media(max-width:1100px){body .domain-entry-card .domain-entry-form{grid-template-areas:'domains domains' 'customer provider' 'expiryinfo expiryinfo' 'notes notes' 'action action'!important}}@media(max-width:650px){body .domain-entry-card .domain-entry-form{grid-template-areas:'domains' 'customer' 'provider' 'expiryinfo' 'notes' 'action'!important}}
/* Domains: compact row actions and edit dialog */
.domain-row-actions{flex-wrap:nowrap}.domain-row-actions form{margin:0}.domain-icon-action{display:inline-grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid rgba(148,163,184,.24);border-radius:11px;background:rgba(248,250,252,.92);color:#475569;font-size:19px;line-height:1;cursor:pointer;transition:.18s ease}.domain-icon-action:hover{border-color:rgba(34,197,94,.36);background:#ecfdf5;color:#15803d;transform:translateY(-1px)}.domain-icon-danger:hover{border-color:rgba(239,68,68,.3);background:#fef2f2;color:#dc2626}.domain-edit-modal{position:fixed;inset:0;z-index:15000;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(15,23,42,.42);backdrop-filter:blur(10px)}.domain-edit-modal.show{display:flex}.domain-edit-dialog{position:relative;width:min(620px,100%);padding:26px;border:1px solid rgba(255,255,255,.82);border-radius:24px;background:rgba(255,255,255,.98);box-shadow:0 32px 100px rgba(15,23,42,.28)}.domain-edit-dialog h3{margin:5px 0 20px}.domain-edit-close{position:absolute;right:14px;top:13px;width:34px;height:34px;border:0;border-radius:50%;background:#f1f5f9;color:#64748b;font-size:22px;cursor:pointer}.domain-edit-dialog form>label,.domain-edit-grid label{display:flex;flex-direction:column;gap:7px;margin-bottom:14px;color:#475569;font-size:11px;font-weight:800}.domain-edit-dialog input,.domain-edit-dialog select,.domain-edit-dialog textarea{width:100%;margin:0!important;border:1px solid rgba(148,163,184,.28)!important;border-radius:14px!important;background:#fff!important}.domain-edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 13px}.domain-edit-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}@media(max-width:600px){.domain-edit-grid{grid-template-columns:1fr}}
/* Hide deprecated manual date controls before Domains JS initializes. */
.domain-entry-form>label:has(+input[name="start_date"]),.domain-entry-form>label:has(+input[name="updated_date"]),.domain-entry-form>label:has(+input[name="expiry_date"]),.domain-entry-form>input[name="start_date"],.domain-entry-form>input[name="updated_date"],.domain-entry-form>input[name="expiry_date"]{display:none!important}
/* Keep Domains provider controls on one line and prevent filter wrapping. */
.domain-filter-form .soft-select:has(select[name="provider_id"]){min-width:235px!important;width:235px!important}.domain-filter-form .soft-select:has(select[name="provider_id"]) .soft-select-trigger span,.domain-filter-form .soft-select:has(select[name="provider_id"]) .soft-select-option span{white-space:nowrap!important}.domain-field-customer-name,.domain-field-provider-id{align-self:end}.domain-field-customer-name .soft-select,.domain-field-provider-id .soft-select{width:100%!important;margin:0!important}
/* Domains polish: hide redundant expiry note and use one consistent outline icon family. */
body .domain-auto-expiry-note{display:none!important}.domain-icon-action span{display:none!important}.domain-icon-action::before{content:'';width:17px;height:17px;background:currentColor;mask:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 11a8.1 8.1 0 1 0 2 5'/%3E%3Cpath d='M20 4v7h-7'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 11a8.1 8.1 0 1 0 2 5'/%3E%3Cpath d='M20 4v7h-7'/%3E%3C/g%3E%3C/svg%3E")}.domain-edit-trigger::before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.12 2.12 0 0 1 3 3L8 18l-4 1 1-4Z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.12 2.12 0 0 1 3 3L8 18l-4 1 1-4Z'/%3E%3C/g%3E%3C/svg%3E")}.domain-icon-danger::before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18M8 6V4h8v2m3 0-1 14H6L5 6m5 5v5m4-5v5'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18M8 6V4h8v2m3 0-1 14H6L5 6m5 5v5m4-5v5'/%3E%3C/g%3E%3C/svg%3E")}
/* Domains batch entry and DNS/IP presentation. */
.metric-help{display:inline-flex;align-items:center;justify-content:center;margin-left:5px;color:#3b82f6;vertical-align:middle}.metric-help svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.metric-help-tooltip{position:fixed;z-index:2147483647;width:280px;max-width:calc(100vw - 16px);padding:11px 13px;border:1px solid rgba(255,255,255,.75);border-radius:13px;background:rgba(15,23,42,.94);color:#fff;box-shadow:0 18px 45px rgba(15,23,42,.28);pointer-events:none}.metric-help-tooltip b,.metric-help-tooltip span{display:block;font-size:12px;line-height:1.45}.metric-help-tooltip b{font-weight:600}.metric-help-tooltip span{margin-top:5px;color:#93c5fd}.manual-head{margin-bottom:18px}.manual-page{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px;align-items:start}.manual-toc{position:sticky;top:96px;display:flex;flex-direction:column;max-height:calc(100vh - 118px);padding:18px;border:1px solid rgba(148,163,184,.2);border-radius:20px;background:rgba(255,255,255,.82);box-shadow:0 18px 50px rgba(51,65,85,.08);overflow:auto}.manual-toc strong{margin-bottom:12px;font-size:16px}.manual-toc span{margin:13px 0 5px;color:#64748b;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.manual-toc a{padding:6px 9px;border-radius:9px;color:#475569;font-size:12px}.manual-toc a:hover{background:#eff6ff;color:#2563eb}.manual-content{min-width:0}.manual-intro,.manual-group{margin-bottom:18px;padding:24px;border:1px solid rgba(148,163,184,.19);border-radius:22px;background:rgba(255,255,255,.86);box-shadow:0 18px 50px rgba(51,65,85,.07)}.manual-intro>span{color:#2563eb;font-size:10px;font-weight:900;letter-spacing:.11em}.manual-intro h2{margin:7px 0 14px}.manual-intro li{margin:7px 0}.manual-group>h2{margin:0 0 8px}.manual-term{scroll-margin-top:105px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;padding:22px 0;border-bottom:1px solid rgba(148,163,184,.18)}.manual-term:last-child{border-bottom:0}.manual-number{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#dbeafe,#ede9fe);color:#2563eb;font-size:12px;font-weight:800}.manual-term h3{margin:4px 0 10px;font-size:19px}.manual-term p{margin:7px 0;color:#475569;line-height:1.7}.manual-meaning{padding:11px 13px;border-radius:13px;background:#f8fafc}.manual-back{display:inline-block;margin-top:5px;color:#3b82f6;font-size:11px}@media(max-width:900px){.manual-page{grid-template-columns:1fr}.manual-toc{position:relative;top:auto;max-height:none}.manual-content{width:100%}} 
.manual-screen{background:#e7ecf2!important}.manual-page,.manual-page *{color:#111827}.manual-page{font-size:13px}.manual-toc,.manual-intro,.manual-group{background:rgba(255,255,255,.9)!important;border-color:rgba(148,163,184,.2)!important}.manual-toc span,.manual-toc a,.manual-term p{color:#111827!important}.manual-page p,.manual-page li,.manual-page a,.manual-page span,.manual-page b,.manual-page strong{font-size:13px!important}.manual-intro>span,.manual-toc span{font-size:13px!important}.manual-meaning{background:#f8fafc!important}.manual-number{font-size:13px!important}.metric-help-tooltip{pointer-events:auto;width:auto;max-width:320px;color:#fff!important}.metric-help-tooltip b{font-size:13px;line-height:1.45}.metric-help-tooltip b span{display:inline;margin:0 0 0 4px;font-size:13px;color:#93c5fd}.header-search{flex:0 0 auto!important;min-width:42px!important;width:42px;max-width:320px!important;display:flex;justify-content:flex-end;transition:width .2s ease}.header-search:not(.is-collapsed){width:280px}.header-search-toggle{position:relative;z-index:2;flex:0 0 42px}.header-search .global-search{position:absolute;right:0;top:0;height:42px;padding:10px 48px 10px 14px;transition:opacity .15s ease,width .2s ease}.header-search.is-collapsed .global-search{width:42px!important;opacity:0;pointer-events:none}.header-search.is-collapsed .search-results{display:none!important}.top-actions .icon-control,.header-search-toggle,.user-menu-trigger,.kccc-slot .kccc-button{width:40px!important;height:40px!important;min-width:40px!important;border-radius:50%!important}.app-header .header-search-toggle,.app-header .root-note-toggle,.app-header .header-manual,.app-header .header-settings,.app-header .kccc-slot .kccc-button{border:1px solid rgba(255,255,255,.78)!important;background:rgba(255,255,255,.64)!important;color:#475569!important;box-shadow:0 8px 22px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.9)!important}.app-header .header-search-toggle:hover,.app-header .root-note-toggle:hover,.app-header .header-manual:hover,.app-header .header-settings:hover,.app-header .kccc-slot .kccc-button:hover{border-color:rgba(59,130,246,.25)!important;background:rgba(239,246,255,.9)!important;color:#2563eb!important;transform:translateY(-1px)}.kccc-slot .kccc-button img{width:25px!important;height:25px!important}.header-avatar,.user-menu-trigger .header-avatar{border-radius:50%!important}.compact-toggle{display:none!important}@media(max-width:680px){.header-search{order:3!important;flex-basis:auto!important;width:40px}.header-search:not(.is-collapsed){position:absolute;left:10px;right:10px;top:58px;width:auto!important;z-index:50}.header-search:not(.is-collapsed) .global-search{width:100%!important}.header-nav{order:4!important}}
.dashboard-resource-card .section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.dashboard-resource-table{min-width:760px}.dashboard-resource-table td small{margin-top:4px}.dashboard-resource-table .badge{min-width:48px;text-align:center}.dashboard-priority-grid{align-items:start}
.domain-expiry-countdown.active{color:#64748b!important;font-weight:500!important}
.modal-scroll-lock{overflow:hidden!important}.domain-edit-dialog label,.domain-edit-dialog input,.domain-edit-dialog select,.domain-edit-dialog textarea,.domain-edit-dialog .soft-select-trigger,.domain-edit-dialog .soft-select-option,.domain-edit-dialog .btn{font-size:13px!important}.domain-row-number{width:52px;text-align:center!important;color:#64748b!important}.domain-entry-card+.card th:first-child{width:52px;text-align:center!important}
.domain-entry-card+.card :not(h3):not(h3 *){font-weight:500!important}.domain-entry-card+.card h3{font-weight:700!important}.domain-expiry-warning,.domain-name-warning,.domain-expiry-countdown.warning{color:#d97706!important}.domain-expiry-critical,.domain-name-critical,.domain-expiry-countdown.critical{color:#dc2626!important}.domain-expiry-expired,.domain-name-expired,.domain-expiry-countdown.expired{color:#7c3aed!important}.badge.domain-status-active{color:#15803d!important;background:#dcfce7!important}.badge.domain-status-warning{color:#b45309!important;background:#ffedd5!important}.badge.domain-status-critical{color:#b91c1c!important;background:#fee2e2!important}.badge.domain-status-expired{color:#6d28d9!important;background:#ede9fe!important}
.domain-expiry-countdown{display:block!important;margin-top:4px!important;color:#d97706!important;font-size:11px!important;font-weight:700}.domain-expiry-countdown.overdue{color:#dc2626!important}.domain-checking::before{animation:domainSpin .7s linear infinite}@keyframes domainSpin{to{transform:rotate(360deg)}}
.domain-batch-row label{display:grid!important;grid-template-rows:18px 44px!important;gap:6px!important;align-items:end}.domain-batch-row:not(:first-child) label{grid-template-rows:44px!important}.domain-batch-row .soft-select{height:44px!important;margin:0!important}.domain-ip-cell{vertical-align:middle!important}.domain-ip-cell,.domain-ip-cell .domain-kmar-cloud{align-items:center}.domain-row-actions .domain-icon-action{width:31px!important;height:31px!important;min-width:31px;border-radius:10px!important}.domain-row-actions .domain-icon-action::before{width:14px!important;height:14px!important;mask-size:14px 14px!important;-webkit-mask-size:14px 14px!important}.domain-row-actions .domain-edit-trigger{color:#2563eb!important;background:#eff6ff!important;border-color:#bfdbfe!important}.domain-row-actions form:not(:last-child) .domain-icon-action{color:#d97706!important;background:#fffbeb!important;border-color:#fde68a!important}.domain-row-actions .domain-icon-danger{color:#dc2626!important;background:#fef2f2!important;border-color:#fecaca!important}
.domain-row-actions .domain-icon-danger::before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18M8 6V4h8v2m3 0-1 14H6L5 6m5 5v5m4-5v5'/%3E%3C/g%3E%3C/svg%3E")!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18M8 6V4h8v2m3 0-1 14H6L5 6m5 5v5m4-5v5'/%3E%3C/g%3E%3C/svg%3E")!important}
body .domain-entry-card .domain-batch-row{grid-template-columns:repeat(3,minmax(220px,1fr)) 40px}.domain-batch-row:not(:first-child) label>span{display:none}.domain-batch-row input,.domain-batch-row .soft-select-trigger{height:44px!important;min-height:44px!important;font-size:13px!important}.domain-batch-row .soft-select-option{font-size:13px!important}.domain-batch-row label>span{font-size:13px;line-height:18px}.domain-icon-action{width:36px!important;height:36px!important;min-width:36px;overflow:visible!important}.domain-icon-action::before{width:18px!important;height:18px!important;mask-size:18px 18px!important;-webkit-mask-size:18px 18px!important}.domain-row-actions{align-items:center!important;gap:8px!important}.domain-row-actions form{display:flex;align-items:center}.domain-row-actions form .domain-icon-action::before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6v5h-5M4 18v-5h5'/%3E%3Cpath d='M5.1 9A8 8 0 0 1 18.3 6M18.9 15A8 8 0 0 1 5.7 18'/%3E%3C/g%3E%3C/svg%3E")!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6v5h-5M4 18v-5h5'/%3E%3Cpath d='M5.1 9A8 8 0 0 1 18.3 6M18.9 15A8 8 0 0 1 5.7 18'/%3E%3C/g%3E%3C/svg%3E")!important}.domain-row-actions form:last-child .domain-icon-action::before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18M8 6V4h8v2m3 0-1 14H6L5 6m5 5v5m4-5v5'/%3E%3C/g%3E%3C/svg%3E")!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18M8 6V4h8v2m3 0-1 14H6L5 6m5 5v5m4-5v5'/%3E%3C/g%3E%3C/svg%3E")!important}
body .domain-entry-card .domain-batch-form{display:block!important}.domain-batch-rows{display:flex;flex-direction:column;gap:10px}.domain-batch-row{display:grid;grid-template-columns:minmax(240px,1.25fr) minmax(210px,1fr) minmax(210px,1fr) 36px;gap:12px;align-items:end}.domain-batch-row label{display:flex;flex-direction:column;gap:6px;margin:0;color:#64748b;font-size:11px;font-weight:800}.domain-batch-row input{width:100%;height:43px;margin:0!important;border:1px solid rgba(148,163,184,.26)!important;border-radius:14px!important;background:rgba(255,255,255,.9)!important}.domain-batch-row .soft-select{width:100%;margin:0}.domain-row-remove{display:grid;place-items:center;width:34px;height:34px;margin:0 0 5px;border:0;border-radius:11px;background:#fef2f2;color:#dc2626;font-size:20px;cursor:pointer}.domain-row-remove[hidden]{visibility:hidden;display:grid}.domain-batch-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.domain-batch-actions .btn{min-height:42px;border-radius:13px}.domain-edit-dialog label:has(textarea[name="notes"]){display:none!important}.data-table td:first-child{white-space:nowrap}.domain-visit-link{display:inline-flex;margin-left:7px;color:#3b82f6;vertical-align:middle}.domain-visit-link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.domain-ip-cell{white-space:nowrap}.domain-kmar-cloud{display:inline-flex;margin-left:7px;color:#1597e5;vertical-align:middle}.domain-kmar-cloud svg{width:20px;height:20px;fill:currentColor;stroke:none}@media(max-width:900px){.domain-batch-row{grid-template-columns:1fr 1fr 36px}.domain-batch-row label:first-child{grid-column:1/-1}}@media(max-width:620px){.domain-batch-row{grid-template-columns:1fr 36px}.domain-batch-row label{grid-column:1}.domain-batch-row label:first-child{grid-column:1}.domain-row-remove{grid-column:2;grid-row:1/4;align-self:center}.domain-batch-actions{flex-direction:column}.domain-batch-actions .btn{width:100%}}
