*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{background:#f4f7fc;color:#1e293b}.hub-app{display:flex;height:100vh;overflow:hidden}.hub-sidebar{width:280px;background:#0b1a2e;color:#cbd5e1;display:flex;flex-direction:column;padding:28px 20px;flex-shrink:0;box-shadow:2px 0 12px #00000014;overflow-y:auto}.hub-sidebar .logo{font-size:22px;font-weight:700;color:#fff;letter-spacing:-.5px;margin-bottom:32px;display:flex;align-items:center;gap:10px;text-decoration:none}.hub-sidebar .logo i{color:#3b82f6;font-size:26px}.hub-sidebar .nav-section{font-size:12px;text-transform:uppercase;letter-spacing:.8px;color:#6b7f94;margin:20px 0 10px}.hub-sidebar a,.hub-sidebar button.nav-btn{display:flex;align-items:center;gap:14px;padding:12px 16px;border-radius:10px;color:#cbd5e1;text-decoration:none;font-weight:500;transition:.2s;margin-bottom:4px;border:none;background:transparent;width:100%;font-size:inherit;cursor:pointer;text-align:left}.hub-sidebar a i,.hub-sidebar button.nav-btn i{width:20px;font-size:16px;color:#6b7f94}.hub-sidebar a:hover,.hub-sidebar button.nav-btn:hover{background:#1e3349;color:#fff}.hub-sidebar a:hover i,.hub-sidebar button.nav-btn:hover i{color:#94aecb}.hub-sidebar a.active{background:#1e3a5f;color:#fff}.hub-sidebar a.active i{color:#60a5fa}.hub-sidebar .bottom-links{margin-top:auto;border-top:1px solid #1e3349;padding-top:20px}.hub-sidebar a.disabled{opacity:.45;pointer-events:none}.hub-main{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:28px 32px 32px;background:#f4f7fc}.hub-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.hub-topbar h1{font-size:26px;font-weight:700;color:#0b1a2e}.hub-topbar .user{display:flex;align-items:center;gap:20px;background:#fff;padding:8px 18px 8px 20px;border-radius:40px;box-shadow:0 2px 6px #00000005}.hub-topbar .user i.fa-user-circle{font-size:20px;color:#3b82f6}.hub-topbar .user span{font-weight:600;color:#1e293b}.hub-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:32px}.hub-stat-card{background:#fff;border-radius:18px;padding:20px 22px;box-shadow:0 4px 12px #00000005;border:1px solid #e9edf2}.hub-stat-card .label{font-size:14px;color:#64748b;font-weight:500}.hub-stat-card .value{font-size:32px;font-weight:700;color:#0b1a2e;margin-top:6px}.hub-stat-card .sub{font-size:13px;color:#94a3b8;margin-top:6px}.hub-stat-card .badge{background:#dbeafe;color:#1d4ed8;padding:2px 12px;border-radius:20px;font-size:13px;font-weight:600;display:inline-block}.hub-stat-card .value.warn{color:#b45309}.hub-card{background:#fff;border-radius:24px;padding:24px 28px;margin-bottom:28px;border:1px solid #e9edf2;box-shadow:0 4px 12px #00000005}.hub-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.hub-card-header h2{font-size:20px;font-weight:700;color:#0b1a2e;display:flex;align-items:center;gap:10px}.hub-card-header h2 i{color:#3b82f6}.hub-btn{background:#f1f5f9;border:none;padding:8px 18px;border-radius:30px;font-weight:600;font-size:14px;color:#1e293b;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:.15s}.hub-btn:disabled{opacity:.5;cursor:not-allowed}.hub-btn-primary{background:#1d4ed8;color:#fff}.hub-btn-primary:hover:not(:disabled){background:#2563eb}.hub-btn-outline{background:transparent;border:1px solid #d1d9e6}.hub-btn-warning{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.hub-btn-danger{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.hub-btn-danger-text{color:#b91c1c;border-color:#fecaca}.hub-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.hub-filter-select{border:1px solid #d1d9e6;border-radius:30px;padding:8px 14px;background:#fff;font-size:13px}.hub-field-label{display:block;font-size:13px;font-weight:600;color:#334155;margin-bottom:8px}.hub-service-checkboxes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:8px}.hub-service-check{display:flex;align-items:flex-start;gap:10px;font-size:13px;font-weight:500;color:#334155;cursor:pointer;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;line-height:1.35;transition:border-color .15s,background .15s}.hub-service-check:hover{border-color:#cbd5e1;background:#f8fafc}.hub-service-check:has(input:checked){border-color:#93c5fd;background:#eff6ff;color:#1e3a8a}.hub-service-check input[type=checkbox]{display:block;width:16px;height:16px;min-width:16px;margin:2px 0 0;padding:0;flex-shrink:0;accent-color:#1d4ed8;cursor:pointer}.hub-service-check span{flex:1;min-width:0}.hub-service-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.hub-service-chips.compact{gap:4px}.hub-service-chips.compact .hub-service-chip{font-size:10px;padding:3px 8px;line-height:1.35;max-width:100%;white-space:normal;text-align:center}.hub-service-chip{background:#e0e7ff;color:#3730a3;font-size:12px;font-weight:600;padding:4px 10px;border-radius:20px;white-space:nowrap}.status-badge.customer-active{background:#dcfce7;color:#15803d}.status-badge.customer-suspended{background:#fef3c7;color:#92400e}.status-badge.customer-terminated{background:#fee2e2;color:#991b1b}.status-badge.expired{background:#ffedd5;color:#c2410c}.hub-customer-detail{margin-top:20px;padding-top:20px;border-top:1px solid #e9edf2}.hub-customer-detail--inline{margin-top:8px;padding-top:16px}.hub-table-row-expandable{cursor:pointer}.hub-table-row-expandable.expanded{border-bottom:none}.hub-customer-name-cell{display:flex;align-items:center;gap:10px}.hub-row-chevron{width:12px;font-size:11px;color:#94a3b8;flex-shrink:0}.hub-table-expand-row td{padding:0;background:#f8fafc;border-bottom:2px solid #dbeafe}.hub-table-expand-inner{padding:20px 24px 24px}.hub-expand-panel-head{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px}.hub-expand-panel-head h3{margin:0;font-size:17px;font-weight:700;color:#0b1a2e}.hub-table-expand-inner .hub-customer-form{margin-bottom:0}.hub-site-detail--inline{margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}.hub-site-meta-grid{margin-bottom:0}.hub-table td.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.hub-customer-actions{margin-top:16px;display:flex;flex-direction:column;gap:12px}.hub-action-block{padding:14px 16px;background:#f8fafc;border:1px solid #e9edf2;border-radius:14px}.hub-action-block strong{display:block;margin-bottom:6px;font-size:13px;font-weight:700;color:#0b1a2e}.hub-action-block .hub-field-hint{margin-bottom:12px}.hub-customer-files .hub-file-upload-row{display:flex;flex-wrap:wrap;align-items:end;gap:10px}.hub-customer-files .hub-file-note-field{flex:1 1 200px;display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:600;color:#64748b}.hub-customer-files .hub-file-note-field input{padding:8px 10px;border:1px solid #dbe3ee;border-radius:8px;font-size:13px;font-weight:400;color:#0b1a2e;background:#fff}.hub-customer-files .hub-file-input{display:none}.hub-file-list{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.hub-file-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;background:#fff;border:1px solid #e9edf2;border-radius:10px}.hub-file-item-main{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.hub-file-icon{color:#3b82f6;font-size:18px;width:22px;text-align:center;flex-shrink:0}.hub-file-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.hub-file-name{font-size:13px;font-weight:600;color:#0b1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hub-file-sub{font-size:11px;color:#64748b}.hub-file-actions{display:flex;gap:6px;flex-shrink:0}.hub-extend-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));align-items:end;gap:10px 12px}.hub-extend-row.site-link{grid-template-columns:minmax(200px,1fr) auto}.hub-extend-row.dates{grid-template-columns:minmax(140px,1fr) minmax(140px,1fr) auto}.hub-extend-row.extend{grid-template-columns:minmax(72px,88px) minmax(72px,100px) auto minmax(140px,1fr) auto}.hub-extend-row label{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:600;color:#64748b;min-width:0}.hub-extend-row input,.hub-extend-row select{width:100%;padding:9px 12px;border-radius:10px;border:1px solid #d1d9e6;background:#fff;font-size:13px;color:#0b1a2e;min-width:0}.hub-extend-row .hub-btn{align-self:end;white-space:nowrap}.hub-extend-separator{align-self:center;font-size:12px;color:#94a3b8;padding:0 2px}.hub-action-buttons{display:flex;flex-wrap:wrap;gap:8px;padding:14px 16px;background:#fff;border:1px solid #e9edf2;border-radius:14px}.hub-form-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.hub-customer-form{margin-top:4px}.hub-amount-display.compact .hub-amount-secondary{font-size:11px}.hub-amount-display .hub-amount-primary{font-weight:600}.hub-amount-display .hub-amount-secondary{font-size:12px;color:#1d4ed8;font-weight:600;margin-top:2px}.hub-amount-display .hub-amount-rate{font-size:11px;margin-top:2px}.hub-btn-sm{padding:4px 14px;font-size:13px}.hub-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -4px;padding:0 4px 4px}.hub-table{width:100%;border-collapse:collapse;font-size:14px}.hub-table th{text-align:left;padding:12px 14px 12px 0;color:#475569;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.3px;border-bottom:1px solid #e9edf2;white-space:nowrap}.hub-table td{padding:14px 14px 14px 0;border-bottom:1px solid #f1f5f9;color:#1e293b;vertical-align:top}.hub-table-customers{min-width:920px}.hub-table-customers th:nth-child(1),.hub-table-customers td:nth-child(1){min-width:130px}.hub-table-customers th:nth-child(2),.hub-table-customers td:nth-child(2){min-width:150px}.hub-table-customers th:nth-child(3),.hub-table-customers td:nth-child(3){min-width:140px}.hub-table-customers th:nth-child(4),.hub-table-customers td:nth-child(4){min-width:160px;max-width:220px}.hub-table-customers th:nth-child(5),.hub-table-customers td:nth-child(5),.hub-table-customers th:nth-child(6),.hub-table-customers td:nth-child(6){white-space:nowrap}.hub-table-customers th:nth-child(7),.hub-table-customers td:nth-child(7){min-width:100px}.hub-table-customers th:nth-child(8),.hub-table-customers td:nth-child(8){min-width:110px}.hub-table-domain{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.hub-table-domain-name{font-size:13px;word-break:break-word}.hub-table-backend-badge{display:inline-flex;align-items:center;padding:2px 8px!important;font-size:10px!important;line-height:1.3;max-width:100%;white-space:normal;text-align:center}.hub-table-contact-primary{font-size:13px;word-break:break-word}.hub-table-contact-secondary{font-size:12px;margin-top:3px}.hub-table tr:last-child td{border-bottom:none}.hub-table tbody tr{cursor:pointer;transition:background .12s}.hub-table tbody tr:hover{background:#f8fafc}.hub-table tbody tr.selected{background:#eff6ff}.status-badge{background:#f1f5f9;padding:4px 12px;border-radius:30px;font-size:12px;font-weight:600;color:#334155;white-space:nowrap}.status-badge.online{background:#dcfce7;color:#15803d}.status-badge.pending{background:#fef9c3;color:#a16207}.status-badge.offline{background:#fee2e2;color:#b91c1c}.status-badge.restart{background:#ffedd5;color:#c2410c}.action-icons button,.action-icons a{background:none;border:none;margin:0 4px;color:#64748b;font-size:15px;cursor:pointer;padding:4px;text-decoration:none;display:inline-flex}.action-icons button:hover,.action-icons a:hover{color:#1e293b}.action-icons .action-delete:hover{color:#dc2626}.text-muted{color:#64748b}.hub-bulk-bar{background:#f8fafc;border-radius:40px;padding:12px 24px;display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin:0 0 24px;border:1px solid #e2e8f0}.hub-bulk-bar .label{font-weight:600;color:#1e293b;margin-right:6px}.hub-bulk-bar input,.hub-bulk-bar select{border:1px solid #d1d9e6;border-radius:40px;padding:8px 16px;background:#fff;font-size:13px;min-width:140px}.hub-page-desc{font-size:14px;color:#64748b;line-height:1.55;margin:-8px 0 20px}.hub-page-desc code{font-size:12px;background:#f1f5f9;padding:2px 6px;border-radius:4px}.hub-bulk-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.hub-bulk-section{padding:16px 18px;background:#f8fafc;border:1px solid #e9edf2;border-radius:16px}.hub-bulk-section-title{margin:0 0 14px;font-size:15px;font-weight:700;color:#0b1a2e}.hub-bulk-upload-form{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.hub-package-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.hub-package-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer}.hub-package-item.selected{border-color:#93c5fd;background:#eff6ff}.hub-package-item input[type=radio]{margin-top:4px;flex-shrink:0}.hub-package-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;font-size:13px}.hub-btn-icon{padding:4px 10px;flex-shrink:0}.hub-empty-hint{font-size:13px;margin:8px 0 0}.hub-bulk-options{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.hub-option-check{padding:8px 10px;border:none;background:#fff}.hub-site-select-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px}.hub-site-select-list{display:flex;flex-direction:column;gap:6px;max-height:280px;overflow-y:auto;margin-bottom:14px;padding-right:4px}.hub-site-select-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:13px;cursor:pointer}.hub-site-select-item.selected{border-color:#93c5fd;background:#eff6ff}.hub-site-select-item input{flex-shrink:0}.hub-site-select-item>span:nth-child(2){flex:1;min-width:0}.hub-batch-summary{display:flex;flex-wrap:wrap;gap:8px}.hub-job-log{margin:0;padding:12px 14px;background:#0b1a2e;color:#e2e8f0;border-radius:10px;font-size:11px;line-height:1.45;max-height:240px;overflow:auto;white-space:pre-wrap;word-break:break-word}.hub-form-panel{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f1f5f9}.hub-form-panel-title{margin:0 0 16px;font-size:16px;font-weight:700;color:#0b1a2e}.hub-stats-grid.mb{margin-bottom:24px}.hub-customer-info{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px 24px;background:#f8fafc;border-radius:16px;padding:18px 20px;border:1px solid #e9edf2}.hub-customer-info .item{display:flex;flex-direction:column;gap:4px;min-width:0}.hub-customer-info .item-wide{grid-column:1 / -1}.hub-customer-info .item .tag{font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.4px}.hub-customer-info .item .val{font-weight:600;color:#0b1a2e;word-break:break-word;line-height:1.45}.hub-site-meta{display:block;font-size:12px;font-weight:400;color:#64748b;margin-top:4px}.hub-customer-info .item .val.mono{font-family:ui-monospace,monospace;font-size:12px;font-weight:500}.hub-flex{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hub-alert{padding:12px 18px;border-radius:12px;margin-bottom:16px;font-size:14px}.hub-alert.ok{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.hub-alert.err{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.hub-alert-inline{margin-top:12px}.hub-alert.info{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.hub-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.hub-form-field{display:block;font-size:13px;color:#475569;font-weight:500}.hub-form-field>input,.hub-form-field>select,.hub-form-field>textarea{display:block;width:100%;margin-top:6px;padding:10px 14px;border-radius:12px;border:1px solid #d1d9e6;background:#fff;font-size:14px;color:#0b1a2e}.hub-form-field textarea{min-height:72px;resize:vertical}.hub-form-field-full{grid-column:1 / -1}.hub-field-hint{display:block;margin-top:6px;font-size:11px;font-weight:400;color:#64748b;line-height:1.4}.hub-footer-meta{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:14px;color:#64748b;padding-top:4px}.hub-restart-box{margin-top:14px;padding:14px 16px;border-radius:14px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:13px}.hub-login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f4f7fc}.hub-login-card{width:100%;max-width:420px;background:#fff;padding:36px 32px;border-radius:24px;border:1px solid #e9edf2;box-shadow:0 8px 24px #0b1a2e0f}.hub-login-card .logo{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:700;color:#0b1a2e;margin-bottom:8px}.hub-login-card .logo i{color:#3b82f6;font-size:26px}.hub-notify-target-modes{display:flex;flex-direction:column;gap:8px;margin:10px 0 12px}.hub-radio-row{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#0b1a2e;cursor:pointer}.hub-notify-site-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px}.hub-notify-site-list{max-height:260px;overflow-y:auto;border:1px solid #e9edf2;border-radius:10px;background:#fff;padding:6px}.hub-notify-site-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;font-size:13px;cursor:pointer}.hub-notify-site-item:hover{background:#f1f5f9}.hub-notify-targets{display:flex;flex-wrap:wrap;gap:4px}.hub-severity-badge{display:inline-block;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:700}.hub-severity-info{background:#dbeafe;color:#1d4ed8}.hub-severity-warning{background:#fef3c7;color:#b45309}.hub-severity-critical{background:#fee2e2;color:#b91c1c}.hub-severity-maintenance{background:#e2e8f0;color:#475569}.hub-placeholder{text-align:center;padding:48px 24px;color:#64748b}.hub-placeholder i{font-size:48px;color:#94a3b8;margin-bottom:16px}@media(max-width:850px){.hub-sidebar{width:80px;padding:20px 10px}.hub-sidebar .logo span,.hub-sidebar a span,.hub-sidebar button.nav-btn span,.hub-sidebar .nav-section{display:none}.hub-sidebar a,.hub-sidebar button.nav-btn{justify-content:center;padding:12px 0}.hub-sidebar .logo{justify-content:center}.hub-main{padding:20px 16px}.hub-card{padding:18px 16px;border-radius:18px}.hub-card-header{flex-direction:column;align-items:stretch}.hub-header-actions{width:100%}.hub-header-actions .hub-filter-select{flex:1;min-width:0}.hub-customer-info,.hub-extend-row.extend{grid-template-columns:1fr 1fr}.hub-extend-row.extend .hub-extend-separator{display:none}.hub-extend-row.extend .hub-btn{grid-column:1 / -1;justify-self:start}.hub-extend-row.site-link,.hub-extend-row.dates{grid-template-columns:1fr}.hub-extend-row.site-link .hub-btn,.hub-extend-row.dates .hub-btn{justify-self:start}.hub-service-checkboxes{grid-template-columns:repeat(2,minmax(0,1fr))}.hub-bulk-grid{grid-template-columns:1fr}}@media(max-width:520px){.hub-customer-info{grid-template-columns:1fr}.hub-stats-grid{grid-template-columns:1fr 1fr}.hub-service-checkboxes{grid-template-columns:1fr}}
