:root{--bg:#f5f7fb;--panel:#fff;--text:#172033;--muted:#68738a;--border:#e3e8f1;--nav:#111827;--nav-soft:#1f2937;--brand:#3b82f6;--brand-dark:#2563eb;--success:#129966;--success-bg:#eaf8f2;--warning:#b7791f;--warning-bg:#fff7df;--danger:#c53030;--danger-bg:#fff0f0;--shadow:0 10px 30px rgba(22,31,49,.07)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg)}button,input{font:inherit}.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.app-shell{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:258px;background:linear-gradient(180deg,#111827 0%,#0d1422 100%);color:#fff;padding:20px 14px;display:flex;flex-direction:column;z-index:30}.brand{display:flex;align-items:center;gap:12px;padding:4px 8px 22px}.brand-mark{width:40px;height:40px;border-radius:11px;background:linear-gradient(135deg,#5aa1ff,#2f6ee8);display:grid;place-items:center;font-weight:800;color:#fff;box-shadow:0 8px 20px rgba(59,130,246,.3)}.brand-mark.large{width:52px;height:52px;font-size:21px;border-radius:14px}.brand-copy,.login-brand>div{display:flex;flex-direction:column}.brand-copy strong,.login-brand strong{font-size:15px}.brand-copy span,.login-brand span{font-size:12px;color:#9da7b8;margin-top:3px}.nav-list{display:flex;flex-direction:column;gap:4px}.nav-link{display:flex;align-items:center;gap:12px;color:#b8c0cf;text-decoration:none;padding:11px 12px;border-radius:9px;font-size:14px;font-weight:600;transition:.15s}.nav-link:hover{background:rgba(255,255,255,.06);color:#fff}.nav-link.active{background:#2563eb;color:#fff;box-shadow:0 8px 18px rgba(37,99,235,.24)}.nav-section{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#667085;padding:20px 12px 8px}.sidebar-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding:17px 10px 3px;display:flex;align-items:center;gap:10px}.sidebar-footer div:last-child{display:flex;flex-direction:column}.sidebar-footer strong{font-size:12px}.sidebar-footer span{font-size:11px;color:#7f8a9e;margin-top:2px}.status-dot{width:9px;height:9px;border-radius:50%;background:#2dd4a0;box-shadow:0 0 0 5px rgba(45,212,160,.1)}.main-shell{margin-left:258px;width:calc(100% - 258px);min-height:100vh}.topbar{height:72px;background:rgba(255,255,255,.93);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.topbar-left,.topbar-actions,.user-menu{display:flex;align-items:center}.search-box{width:min(520px,42vw);height:40px;border:1px solid var(--border);border-radius:10px;background:#f8fafc;display:flex;align-items:center;gap:10px;padding:0 13px;color:#8490a5}.search-box input{border:0;background:transparent;outline:0;width:100%;color:var(--text);font-size:13px}.icon-button{position:relative;width:40px;height:40px;border:0;background:transparent;border-radius:9px;color:#59657b;display:grid;place-items:center;cursor:pointer}.icon-button:hover{background:#f1f5f9}.notification-dot{position:absolute;right:8px;top:7px;width:7px;height:7px;background:#ef4444;border:2px solid #fff;border-radius:50%}.user-menu{gap:10px;margin-left:12px}.avatar,.mini-avatar{display:grid;place-items:center;border-radius:50%;background:#e7efff;color:#285fc9;font-weight:800}.avatar{width:38px;height:38px;font-size:12px}.mini-avatar{width:34px;height:34px;font-size:11px}.user-copy{display:flex;flex-direction:column}.user-copy strong{font-size:12px}.user-copy span{font-size:10px;color:var(--muted);margin-top:2px}.logout-button{border:0;background:transparent;color:#59657b;font-size:12px;cursor:pointer;margin-left:7px}.content{padding:30px}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.page-heading h1{font-size:26px;margin:0 0 6px}.page-heading p{margin:0;color:var(--muted);font-size:13px}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.stat-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:19px;display:flex;align-items:center;gap:14px}.stat-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center}.stat-icon.blue{background:#eaf2ff;color:#3478e5}.stat-icon.green{background:#e8f8f1;color:#15966a}.stat-icon.purple{background:#f2ecff;color:#8154d8}.stat-icon.orange{background:#fff3e2;color:#d7831f}.stat-card div:last-child{display:flex;flex-direction:column}.stat-card span{color:var(--muted);font-size:12px}.stat-card strong{font-size:26px;line-height:1.2;margin:3px 0}.stat-card small{color:#8490a5;font-size:10px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:18px;margin-bottom:18px}.panel{background:var(--panel);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:20px}.panel-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.panel-heading h2{font-size:15px;margin:0 0 4px}.panel-heading p{font-size:11px;color:var(--muted);margin:0}.panel-heading a{font-size:12px;color:var(--brand-dark);text-decoration:none;font-weight:700}.table-wrap{overflow:auto;margin:0 -20px -20px}table{width:100%;border-collapse:collapse;min-width:720px}th,td{padding:13px 20px;text-align:left;border-top:1px solid var(--border);font-size:12px}th{background:#fafbfd;color:#727e93;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.table-primary{display:flex;align-items:center;gap:10px}.table-primary>div:last-child{display:flex;flex-direction:column}.table-primary span{color:var(--muted);font-size:10px;margin-top:2px}.product-tags{display:flex;gap:6px;flex-wrap:wrap}.product-tags span{background:#eef3fb;color:#46617d;padding:4px 7px;border-radius:6px;font-size:10px;font-weight:700}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.status-pill.success{background:var(--success-bg);color:var(--success)}.status-pill.warning{background:var(--warning-bg);color:var(--warning)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.detail-list{margin:0}.detail-list div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-top:1px solid var(--border)}.detail-list div:first-child{border-top:0}.detail-list dt{color:var(--muted);font-size:11px}.detail-list dd{margin:0;font-weight:700;font-size:11px;text-align:right}.server-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.server-card-grid.large{grid-template-columns:repeat(3,minmax(280px,1fr))}.server-card{border:1px solid var(--border);border-radius:12px;padding:16px;background:#fff}.server-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.server-card-top>div{display:flex;flex-direction:column}.server-card-top strong{font-size:13px}.server-card-top span:not(.status-pill){font-size:10px;color:var(--muted);margin-top:4px}.metric-row{display:flex;justify-content:space-between;margin-top:12px;font-size:10px;color:var(--muted)}.metric-row strong{color:var(--text)}.progress{height:5px;background:#edf1f6;border-radius:999px;margin-top:6px;overflow:hidden}.progress span{display:block;height:100%;background:linear-gradient(90deg,#4386ed,#65a5ff);border-radius:999px}.server-footer{display:flex;justify-content:space-between;margin-top:16px;padding-top:12px;border-top:1px solid var(--border);font-size:9px;color:var(--muted)}.server-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:8px}.server-summary div{background:#f8fafc;padding:10px;border-radius:8px;display:flex;flex-direction:column}.server-summary span{font-size:9px;color:var(--muted)}.server-summary strong{font-size:13px;margin-top:3px}.organisation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.organisation-card{border:1px solid var(--border);border-radius:13px;padding:18px}.organisation-top{display:flex;justify-content:space-between}.organisation-logo{width:42px;height:42px;border-radius:11px;background:#edf3ff;color:#2c62c8;display:grid;place-items:center;font-weight:800}.organisation-card h2{font-size:15px;margin:17px 0 5px}.organisation-card>p{font-size:11px;color:var(--muted);margin:0 0 14px}.card-details{margin:16px 0}.card-details div{display:flex;justify-content:space-between;padding:8px 0;border-top:1px solid var(--border);font-size:10px}.card-details dt{color:var(--muted)}.card-details dd{margin:0;font-weight:700}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;border-radius:9px;padding:10px 14px;font-weight:750;font-size:12px;cursor:pointer;text-decoration:none}.primary-button{background:var(--brand-dark);color:#fff;border:1px solid var(--brand-dark)}.secondary-button{background:#fff;color:#39465c;border:1px solid var(--border)}.full-width{width:100%}.boolean-icon{font-size:10px;font-weight:700}.boolean-icon.yes{color:var(--success)}.boolean-icon.no{color:#919aaa}.empty-state{text-align:center;padding:70px 30px}.empty-icon{width:56px;height:56px;margin:0 auto 16px;border-radius:15px;background:#edf3ff;color:#316bd5;display:grid;place-items:center}.empty-icon .icon{width:25px;height:25px}.empty-state h2{margin:0 0 8px}.empty-state p{max-width:520px;margin:0 auto 20px;color:var(--muted);font-size:13px;line-height:1.6}.login-body{background:#f3f6fb}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(420px,48%) 1fr}.login-panel{background:#fff;padding:34px 7vw;display:flex;flex-direction:column}.login-brand{display:flex;align-items:center;gap:12px}.login-content{width:min(430px,100%);margin:auto 0}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:10px;color:var(--brand-dark);font-weight:800}.login-content h1{font-size:36px;line-height:1.1;margin:13px 0}.login-content>p{font-size:14px;line-height:1.65;color:var(--muted);margin:0 0 26px}.login-form{display:flex;flex-direction:column;gap:16px}.login-form label{display:flex;flex-direction:column;gap:7px}.login-form label span{font-size:11px;font-weight:700}.login-form input{height:46px;border:1px solid #d9e0ea;border-radius:9px;padding:0 13px;outline:0}.login-form input:focus{border-color:#4d87ea;box-shadow:0 0 0 3px rgba(77,135,234,.12)}.login-note{text-align:center;margin-top:18px;color:#8b95a7;font-size:10px}.alert{padding:11px 13px;border-radius:9px;margin-bottom:17px;font-size:11px}.alert-error{background:var(--danger-bg);color:var(--danger);border:1px solid #f5cccc}.login-visual{position:relative;overflow:hidden;background:radial-gradient(circle at 20% 20%,rgba(88,154,255,.22),transparent 32%),linear-gradient(140deg,#0f172a 0%,#18233a 48%,#102554 100%);display:grid;place-items:center;padding:60px}.login-visual:before,.login-visual:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%}.login-visual:before{width:600px;height:600px}.login-visual:after{width:420px;height:420px}.visual-card{position:relative;z-index:2;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.8);box-shadow:0 22px 60px rgba(4,13,32,.3);border-radius:18px;padding:22px}.visual-card-main{width:min(450px,85%)}.visual-label{font-size:10px;color:#667085;text-transform:uppercase;letter-spacing:.1em}.visual-card-main>strong{display:block;font-size:21px;margin:10px 0 22px}.visual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.visual-grid div{background:#f4f7fb;border-radius:11px;padding:14px;display:flex;flex-direction:column}.visual-grid span{font-size:9px;color:#778297}.visual-grid strong{font-size:21px;margin-top:4px}.visual-card.floating{position:absolute;width:210px;padding:15px}.visual-card.floating.top{right:7%;top:17%}.visual-card.floating.bottom{left:5%;bottom:14%}.visual-card.floating strong,.visual-card.floating small{display:block}.visual-card.floating strong{font-size:12px;margin:10px 0 4px}.visual-card.floating small{font-size:9px;color:var(--muted)}.error-body{display:grid;place-items:center;min-height:100vh}.error-card{text-align:center;background:#fff;border:1px solid var(--border);border-radius:16px;padding:40px;box-shadow:var(--shadow);max-width:440px}.error-card .brand-mark{margin:auto}.error-card h1{margin:18px 0 8px}.error-card p{color:var(--muted);margin-bottom:24px}.mobile-menu{display:none}.sidebar-backdrop{display:none}@media(max-width:1100px){.stat-grid{grid-template-columns:repeat(2,1fr)}.server-card-grid,.server-card-grid.large,.organisation-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.host-panel{order:-1}}@media(max-width:760px){.sidebar{transform:translateX(-100%);transition:.2s}.sidebar.open{transform:translateX(0)}.sidebar-backdrop.show{display:block;position:fixed;inset:0;background:rgba(5,10,20,.5);z-index:25}.main-shell{margin-left:0;width:100%}.mobile-menu{display:grid}.topbar{padding:0 14px}.search-box{width:42px;padding:0;justify-content:center}.search-box input{display:none}.user-copy,.logout-button{display:none}.content{padding:20px 14px}.page-heading{align-items:flex-start}.stat-grid,.server-card-grid,.server-card-grid.large,.organisation-grid{grid-template-columns:1fr}.login-shell{grid-template-columns:1fr}.login-panel{min-height:100vh;padding:26px}.login-visual{display:none}.login-content h1{font-size:30px}}

/* Control Centre v2 */
.welcome-strip{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px 26px;margin-bottom:18px;border-radius:16px;background:linear-gradient(120deg,#12213d,#183b78);color:#fff;box-shadow:0 14px 35px rgba(20,46,91,.2)}.welcome-strip h2{font-size:25px;margin:6px 0}.welcome-strip p{margin:0;color:#c9d6eb;font-size:12px}.welcome-strip .eyebrow{color:#8eb9ff}.welcome-actions{display:flex;gap:9px}.welcome-strip .secondary-button{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);color:#fff}.control-grid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)}.health-number{font-size:29px;color:var(--success)}.health-bar{height:13px;border-radius:999px;background:#edf2f7;overflow:hidden}.health-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#12a06b,#4ecb98)}.health-summary{display:flex;gap:22px;margin-top:15px;font-size:11px;color:var(--muted)}.dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:7px}.dot.success{background:#15a26d}.dot.warning{background:#e2a22b}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quick-grid a{display:grid;grid-template-columns:32px 1fr;column-gap:9px;align-items:center;padding:12px;border:1px solid var(--border);border-radius:11px;text-decoration:none;color:var(--text);background:#fbfcfe}.quick-grid a>span{grid-row:1/3;width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#edf3ff;color:#2868d7;font-size:18px}.quick-grid strong{font-size:11px}.quick-grid small{font-size:9px;color:var(--muted)}.company-status-list{margin:0 -20px -20px}.company-status-row{display:grid;grid-template-columns:minmax(230px,1.4fr) minmax(150px,1fr) 100px 90px;gap:16px;align-items:center;padding:14px 20px;border-top:1px solid var(--border);text-decoration:none;color:inherit}.company-status-row:hover{background:#fafcff}.company-identity{display:flex;align-items:center;gap:10px}.company-identity>div:last-child{display:flex;flex-direction:column}.company-identity strong{font-size:12px}.company-identity span,.seat-usage span{font-size:9px;color:var(--muted);margin-top:3px}.seat-usage{display:flex;flex-direction:column}.seat-usage strong{font-size:12px}.activity-list{display:flex;flex-direction:column}.activity-item{display:flex;gap:11px;padding:11px 0;border-top:1px solid var(--border)}.activity-item:first-child{border-top:0}.activity-dot{width:9px;height:9px;border-radius:50%;margin-top:4px;flex:0 0 auto}.activity-dot.success{background:#16a16c}.activity-dot.warning{background:#e1a12c}.activity-dot.info{background:#4185e8}.activity-item>div{display:flex;flex-direction:column}.activity-item strong{font-size:11px}.activity-item span{font-size:9px;color:var(--muted);margin:3px 0}.activity-item small{font-size:8px;color:#9ba5b5}.alert-stat{border-color:#f2d9ae}.danger-text{color:var(--danger)!important}.large-logo{width:54px;height:54px;font-size:16px}.company-hero{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.company-hero-main{display:flex;align-items:center;gap:15px}.company-hero h2{margin:4px 0;font-size:21px}.company-hero p{margin:0;color:var(--muted);font-size:11px}.large-pill{padding:7px 11px}.detail-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:18px}.detail-stat-grid article{display:flex;flex-direction:column}.detail-stat-grid span{font-size:10px;color:var(--muted)}.detail-stat-grid strong{font-size:22px;margin:7px 0}.detail-stat-grid small{font-size:9px;color:var(--muted)}.package-list>div{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-top:1px solid var(--border)}.package-list>div:first-child{border-top:0}.package-list>div>div{display:flex;flex-direction:column}.package-list strong{font-size:12px}.package-list span:not(.status-pill){font-size:9px;color:var(--muted);margin-top:3px}.muted-pill{background:#f0f2f5;color:#7f8999}.privacy-note{display:flex;align-items:center;gap:15px;margin-top:18px}.privacy-note .empty-icon{margin:0;flex:0 0 auto}.privacy-note h2{font-size:14px;margin:0 0 5px}.privacy-note p{margin:0;color:var(--muted);font-size:11px}.wizard-shell{max-width:920px;margin:auto}.wizard-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding-bottom:20px;border-bottom:1px solid var(--border)}.wizard-steps button{border:0;background:transparent;color:#929cad;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.wizard-steps span{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#eef1f5}.wizard-steps button.active{color:#2563eb}.wizard-steps button.active span{background:#2563eb;color:#fff}.wizard-step{display:none;padding:34px 12px;min-height:330px}.wizard-step.active{display:block}.wizard-step h2{font-size:22px;margin:8px 0}.wizard-step>p{color:var(--muted);font-size:12px;margin-bottom:25px}.wizard-step label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:700;max-width:520px;margin-bottom:16px}.wizard-step input[type="text"],.wizard-step input[type="email"],.wizard-step input:not([type]){height:45px;border:1px solid var(--border);border-radius:9px;padding:0 12px;outline:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.package-selector,.licence-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.package-selector label,.licence-options label{max-width:none;display:flex;flex-direction:row;align-items:center;gap:11px;border:1px solid var(--border);border-radius:12px;padding:16px;cursor:pointer;margin:0}.package-selector label>span,.licence-options label>span{display:flex;flex-direction:column}.package-selector small,.licence-options small{font-size:9px;color:var(--muted);margin-top:3px}.superadmin-note{grid-column:1/-1;padding:12px;border-radius:9px;background:#f4f7fb;color:#58657b;font-size:10px}.wizard-footer{display:flex;justify-content:space-between;padding-top:18px;border-top:1px solid var(--border)}.review-card{border:1px solid var(--border);border-radius:12px;padding:8px 18px}.review-card dl{margin:0}.review-card dl div{display:flex;justify-content:space-between;gap:25px;padding:12px 0;border-top:1px solid var(--border)}.review-card dl div:first-child{border-top:0}.review-card dt{font-size:10px;color:var(--muted)}.review-card dd{font-size:11px;font-weight:700;text-align:right;margin:0}.review-card small{font-weight:400;color:var(--muted)}.info-banner{margin-top:15px;padding:12px;border-radius:9px;background:#eef5ff;color:#3565a8;font-size:10px}.monitoring-server{margin-bottom:18px}.monitoring-head{display:flex;justify-content:space-between;align-items:flex-start}.monitoring-head h2{margin:5px 0;font-size:21px}.monitoring-head p{margin:0;color:var(--muted);font-size:10px}.monitoring-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:24px 0}.monitoring-metrics>div{padding:14px;border:1px solid var(--border);border-radius:11px}.monitoring-metrics span{font-size:10px;color:var(--muted)}.monitoring-metrics strong{float:right;font-size:12px}.container-list{border:1px solid var(--border);border-radius:11px;overflow:hidden}.container-list-head,.container-row{display:grid;grid-template-columns:minmax(220px,1fr) 90px 90px 90px;gap:12px;align-items:center;padding:12px 14px}.container-list-head{background:#fafbfd;font-size:10px}.container-list-head span{text-align:right;color:var(--muted)}.container-row{border-top:1px solid var(--border);font-size:10px}.container-row>div{display:flex;align-items:center}.container-row>div>div{display:flex;flex-direction:column}.container-row strong{font-size:11px}.container-row>div span{font-size:9px;color:var(--muted);margin-top:2px}.company-card-v2{background:#fff}
@media(max-width:1100px){.control-grid{grid-template-columns:1fr}.detail-stat-grid{grid-template-columns:repeat(2,1fr)}.company-status-row{grid-template-columns:minmax(220px,1fr) 1fr 90px}.company-status-row>.product-tags{display:none}}
@media(max-width:760px){.welcome-strip{align-items:flex-start;flex-direction:column}.welcome-actions{width:100%}.welcome-actions a{flex:1}.quick-grid,.form-grid,.package-selector,.licence-options,.monitoring-metrics{grid-template-columns:1fr}.detail-stat-grid{grid-template-columns:1fr}.company-status-row{grid-template-columns:1fr auto}.company-status-row>.product-tags,.company-status-row>.seat-usage{display:none}.wizard-steps button{font-size:0}.container-list-head{display:none}.container-row{grid-template-columns:1fr auto}.container-row>span:not(.status-pill){display:none}.wizard-step{padding:26px 0}}

/* Company wizard v2 */
.generated-identifier{max-width:620px;border:1px solid #dbe5f5;background:linear-gradient(135deg,#f8fbff,#f3f7ff);border-radius:12px;padding:16px 18px;display:flex;justify-content:space-between;align-items:flex-start;margin:5px 0 14px}.generated-identifier>div{display:flex;flex-direction:column;gap:5px}.field-caption{font-size:10px;color:var(--muted);font-weight:700}.generated-identifier strong{font-size:14px;color:#244a88}.generated-identifier small{font-size:10px;line-height:1.45}.auto-badge,.included-pill{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;background:#eaf2ff;color:#2b67cb;font-size:9px;font-weight:800;white-space:nowrap}.identifier-status.available{color:var(--success)}.identifier-status.unavailable{color:var(--danger)}.advanced-panel{max-width:620px;border:1px solid var(--border);border-radius:10px;background:#fff}.advanced-panel summary{padding:12px 14px;cursor:pointer;font-size:11px;font-weight:800;color:#43516a}.advanced-panel-body{padding:4px 14px 14px;border-top:1px solid var(--border)}.advanced-panel-body label{margin-top:12px}.advanced-panel-body p{font-size:10px;color:var(--muted);margin:0}.package-selector-v2{grid-template-columns:1fr 1fr}.package-card{position:relative;min-height:105px}.package-card input{position:absolute;opacity:0}.package-card .package-check{width:25px;height:25px;border-radius:8px;background:#edf1f6;color:transparent;display:grid;place-items:center;flex:0 0 auto}.package-card:has(input:checked){border-color:#8ab5fa;background:#f6f9ff;box-shadow:0 0 0 2px rgba(59,130,246,.08)}.package-card:has(input:checked) .package-check{background:#2563eb;color:#fff}.core-included-card{grid-column:1/-1;border:1px solid var(--border);border-radius:12px;padding:16px;display:flex;justify-content:space-between;align-items:center;background:#fafbfd}.core-included-card>div{display:flex;flex-direction:column}.core-included-card strong{font-size:12px}.core-included-card small{font-size:9px;color:var(--muted);margin-top:4px}.licence-builder{display:grid;gap:12px}.licence-product{border:1px solid var(--border);border-radius:12px;padding:16px;transition:.15s}.licence-product.disabled{opacity:.55;background:#f7f8fa}.licence-product-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.licence-product-head>div{display:flex;flex-direction:column}.licence-product-head strong{font-size:13px}.licence-product-head small{font-size:9px;color:var(--muted);margin-top:4px}.licence-controls{display:grid;grid-template-columns:150px minmax(190px,1fr) 150px;gap:14px;align-items:end;margin-top:16px;padding-top:15px;border-top:1px solid var(--border)}.wizard-step select,.wizard-step input[type="number"],.wizard-step input[type="date"]{height:45px;border:1px solid var(--border);border-radius:9px;padding:0 12px;background:#fff;outline:0;width:100%}.licence-controls label,.licence-period-grid label{margin:0;max-width:none}.toggle-field{height:45px;display:flex!important;flex-direction:row!important;align-items:center;gap:9px!important;border:1px solid var(--border);border-radius:9px;padding:0 12px}.core-licence{background:#f8fafc}.licence-period-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:15px}.licence-summary-strip{display:grid;grid-template-columns:170px 170px 1fr;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:11px;overflow:hidden;margin-top:15px}.licence-summary-strip>div{background:#f8fafc;padding:13px 15px;display:flex;flex-direction:column}.licence-summary-strip span{font-size:9px;color:var(--muted)}.licence-summary-strip strong{font-size:12px;margin-top:4px}.review-card-v2{display:grid;grid-template-columns:1fr 1fr;padding:0;overflow:hidden}.review-section{padding:17px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:4px}.review-section:nth-child(odd){border-right:1px solid var(--border)}.review-section.wide{grid-column:1/-1;border-right:0}.review-section>span{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}.review-section>strong{font-size:13px}.review-section>small{font-size:10px;color:var(--muted)}.review-section ul{list-style:none;margin:7px 0 0;padding:0;display:grid;gap:7px}.review-section li{font-size:11px;display:flex;align-items:center;gap:8px}.review-section li i{font-style:normal;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:var(--success-bg);color:var(--success);font-size:9px}.deployment-preview{border:1px solid var(--border);border-radius:11px;margin-top:14px;padding:14px}.deployment-preview>strong{font-size:11px}.mini-stage-row{display:flex;align-items:center;margin-top:13px;font-size:9px;color:var(--muted)}.mini-stage-row span{width:22px;height:22px;border-radius:50%;background:#edf1f5;display:grid;place-items:center;margin-right:5px;font-weight:800}.mini-stage-row span.complete{background:#2563eb;color:#fff}.mini-stage-row i{height:1px;background:var(--border);flex:1;margin:0 8px}

/* Deployments */
.deployment-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px;padding:13px 16px}.deployment-filters{display:flex;gap:7px;flex-wrap:wrap}.filter-chip{border:1px solid var(--border);background:#fff;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:800;color:#5f6b80;cursor:pointer}.filter-chip span{margin-left:4px;background:#eef1f5;padding:2px 5px;border-radius:999px}.filter-chip.active{border-color:#8ab5fa;color:#2563eb;background:#f4f8ff}.deployment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.deployment-card{padding:18px}.deployment-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.deployment-company{display:flex;gap:12px;align-items:center}.deployment-company h2{margin:0 0 4px;font-size:15px}.deployment-company p{margin:0;color:var(--muted);font-size:10px}.deployment-status{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:850;background:#eef1f5;color:#697386;white-space:nowrap}.deployment-status i{width:6px;height:6px;border-radius:50%;background:currentColor}.deployment-status.online{background:var(--success-bg);color:var(--success)}.deployment-status.deploying,.deployment-status.preparing{background:#eaf2ff;color:#2869d2}.deployment-status.failed{background:var(--danger-bg);color:var(--danger)}.deployment-status.stopped{background:#f0f2f5;color:#657084}.deployment-identity{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:10px;overflow:hidden;margin:16px 0 12px}.deployment-identity>div{background:#fafbfd;padding:11px 12px;display:flex;flex-direction:column}.deployment-identity span{font-size:8px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.deployment-identity strong{font-size:10px;margin-top:4px}.deployment-products{margin-bottom:14px}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.resource-grid>div,.resource-stack>div{position:relative}.resource-grid span,.resource-stack span{font-size:9px;color:var(--muted)}.resource-grid strong,.resource-stack strong{float:right;font-size:10px}.stage-box{padding:14px;background:#f7faff;border:1px solid #dfeafc;border-radius:10px;margin:12px 0}.stage-box-head{display:flex;justify-content:space-between;font-size:10px}.current-stage{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:10px;color:#3c5f91}.stage-spinner{width:12px;height:12px;border:2px solid #b8cef2;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.deployment-health-row{display:grid;grid-template-columns:1fr 1fr;gap:0 14px;padding:7px 0}.deployment-health-row>div{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border);font-size:9px}.deployment-health-row span{color:var(--muted)}.deployment-health-row strong{font-size:9px}.health-text.good{color:var(--success)}.health-text.bad{color:var(--danger)}.deployment-actions{display:flex;gap:8px;align-items:center;margin-top:13px}.deployment-actions .primary-button,.deployment-actions .secondary-button{padding:8px 10px;font-size:10px}.icon-action{margin-left:auto;width:34px;height:34px;border:1px solid var(--border);background:#fff;border-radius:8px;cursor:pointer;color:#667085}.deployment-detail-hero{margin-bottom:17px}.detail-action-bar{display:flex;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid var(--border);flex-wrap:wrap}.deployment-detail-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.8fr);gap:17px}.deployment-detail-layout main,.deployment-side-stack{display:grid;gap:17px;align-content:start}.deployment-stage-list{border:1px solid var(--border);border-radius:11px;overflow:hidden}.deployment-stage{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:11px;padding:13px 14px;border-top:1px solid var(--border)}.deployment-stage:first-child{border-top:0}.deployment-stage>span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#eef1f5;color:#728096;font-size:10px;font-weight:850}.deployment-stage>div{display:flex;flex-direction:column}.deployment-stage strong{font-size:11px}.deployment-stage small{font-size:9px;color:var(--muted);margin-top:3px}.deployment-stage em{font-style:normal;font-size:9px;color:var(--muted)}.deployment-stage.complete>span{background:var(--success-bg);color:var(--success)}.deployment-stage.active{background:#f6f9ff}.deployment-stage.active>span{background:#2563eb;color:#fff}.resource-stack{display:grid;gap:16px}.stacked-actions{display:grid;gap:8px}.danger-zone{border-color:#f2cccc}.danger-actions{display:flex;gap:8px;flex-wrap:wrap}.danger-button{display:inline-flex;align-items:center;justify-content:center;border-radius:9px;padding:10px 14px;font-weight:750;font-size:12px;cursor:pointer;background:#fff;color:var(--danger);border:1px solid #e8b5b5}
@media(max-width:1050px){.deployment-grid{grid-template-columns:1fr}.deployment-detail-layout{grid-template-columns:1fr}}
@media(max-width:760px){.package-selector-v2,.licence-controls,.licence-period-grid,.licence-summary-strip,.review-card-v2,.deployment-identity,.resource-grid{grid-template-columns:1fr}.review-section:nth-child(odd){border-right:0}.deployment-toolbar{align-items:flex-start;flex-direction:column;gap:12px}.deployment-health-row{grid-template-columns:1fr}.deployment-actions{flex-wrap:wrap}.deployment-actions .icon-action{margin-left:0}.generated-identifier{gap:12px}.mini-stage-row{overflow:auto}.licence-summary-strip{gap:0}.licence-summary-strip>div{border-top:1px solid var(--border)}}

/* Refined company wizard */
.contact-grid .full-width{grid-column:1/-1}.package-selector-v2{gap:14px}.package-card{display:grid;grid-template-columns:42px 1fr 28px;align-items:center;gap:13px;padding:18px;border-width:1px;overflow:hidden}.package-card .package-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-size:15px;font-weight:900}.package-helpdesk .package-icon{background:#e8f1ff;color:#2563eb}.package-assets .package-icon{background:#e8f8f0;color:#11855b}.package-helpdesk:has(input:checked){border-color:#79aaf6;background:#f5f9ff}.package-assets:has(input:checked){border-color:#76c9a5;background:#f4fcf8}.package-assets:has(input:checked) .package-check{background:#15966a}.package-card>span:nth-child(3){display:flex;flex-direction:column}.package-card strong{font-size:13px}.package-card small{font-size:9px;color:var(--muted);line-height:1.5;margin-top:4px}.superadmin-card{grid-column:1/-1;border:1px solid var(--border);border-radius:12px;padding:15px 17px;display:flex;justify-content:space-between;align-items:center;background:#fafbfd}.superadmin-card.enabled{border-color:#bde7d4;background:#f3fbf7}.superadmin-card>div{display:flex;flex-direction:column}.superadmin-card strong{font-size:12px}.superadmin-card small{font-size:9px;color:var(--muted);margin-top:4px}.simple-licence-controls{grid-template-columns:minmax(170px,240px) minmax(170px,240px);justify-content:start}.licence-product[data-product="helpdesk"]{border-left:4px solid #3b82f6}.licence-product[data-product="assets"]{border-left:4px solid #16a36f}

/* Backups */
.backup-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:17px}.backup-stat{padding:17px 18px;display:flex;flex-direction:column;min-height:105px}.backup-stat>span{font-size:9px;color:var(--muted);font-weight:750}.backup-stat>strong{font-size:25px;margin:8px 0 5px}.backup-stat>small{font-size:9px;color:var(--muted)}.backup-stat.attention strong{color:var(--danger)}.backup-toolbar{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;margin-bottom:17px}.backup-toolbar>div:first-child{display:flex;flex-direction:column}.backup-toolbar strong{font-size:12px}.backup-toolbar span{font-size:9px;color:var(--muted);margin-top:3px}.backup-toolbar-actions{display:flex;gap:8px}.backup-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.backup-card{padding:18px}.backup-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.backup-company{display:flex;align-items:center;gap:11px}.backup-company h2{font-size:14px;margin:0 0 3px}.backup-company p{font-size:9px;color:var(--muted);margin:0}.backup-status{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;font-size:9px;font-weight:850;background:#eef1f5;color:#667085}.backup-status i{width:6px;height:6px;border-radius:50%;background:currentColor}.backup-status.success{background:var(--success-bg);color:var(--success)}.backup-status.running{background:#eaf2ff;color:#2563eb}.backup-status.failed{background:var(--danger-bg);color:var(--danger)}.backup-progress-box{margin-top:15px;padding:13px;border:1px solid #dbe8fb;background:#f6f9ff;border-radius:10px}.backup-progress-box>div:first-child{display:flex;justify-content:space-between;font-size:10px}.backup-progress-box small{display:flex;align-items:center;gap:7px;margin-top:9px;color:#48658d;font-size:9px}.backup-error{margin-top:15px;padding:12px 13px;border:1px solid #efc5c5;background:#fff6f6;border-radius:10px;display:flex;flex-direction:column}.backup-error strong{font-size:10px;color:var(--danger)}.backup-error span{font-size:9px;color:#8c4a4a;margin-top:3px}.backup-details-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-top:15px}.backup-details-grid>div{background:#fafbfd;padding:11px;display:flex;flex-direction:column}.backup-details-grid span{font-size:8px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.backup-details-grid strong{font-size:9px;margin-top:4px}.backup-readiness{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.readiness-item{border:1px solid var(--border);border-radius:9px;padding:9px 10px;display:flex;justify-content:space-between;font-size:8px;color:var(--muted)}.readiness-item strong{color:var(--text)}.readiness-item.ready{background:#f4fbf7;border-color:#ccebdc}.readiness-item.warning{background:#fff8e8;border-color:#f1ddb0}.backup-actions{display:flex;gap:8px;align-items:center;margin-top:14px}.backup-actions .primary-button,.backup-actions .secondary-button{padding:8px 10px;font-size:10px}.backup-actions .icon-action{margin-left:auto}.backup-activity-panel{margin-top:17px;padding:18px}.backup-activity-list{border:1px solid var(--border);border-radius:10px;overflow:hidden}.backup-activity-list>div{display:grid;grid-template-columns:12px 1fr auto;gap:11px;align-items:center;padding:12px 13px;border-top:1px solid var(--border)}.backup-activity-list>div:first-child{border-top:0}.backup-activity-list>div>div{display:flex;flex-direction:column}.backup-activity-list strong{font-size:10px}.backup-activity-list small,.backup-activity-list time{font-size:8px;color:var(--muted);margin-top:3px}.activity-dot{width:8px;height:8px;border-radius:50%;background:#7b8798}.activity-dot.success{background:var(--success)}.activity-dot.info{background:#3b82f6}.activity-dot.danger{background:var(--danger)}
@media(max-width:1100px){.backup-summary-grid{grid-template-columns:repeat(2,1fr)}.backup-list{grid-template-columns:1fr}}
@media(max-width:760px){.contact-grid .full-width{grid-column:auto}.simple-licence-controls,.backup-summary-grid,.backup-details-grid,.backup-readiness{grid-template-columns:1fr}.backup-toolbar{align-items:flex-start;flex-direction:column;gap:12px}.backup-toolbar-actions,.backup-actions{flex-wrap:wrap}.backup-actions .icon-action{margin-left:0}.package-card{grid-template-columns:42px 1fr 28px}}


/* Contact form cleanup */
.wizard-step input[type="email"],.wizard-step input[type="tel"],.wizard-step input[type="url"],.wizard-step input[type="number"],.wizard-step input[type="date"],.wizard-step select{width:100%;height:45px;border:1px solid var(--border);border-radius:9px;padding:0 12px;outline:0;background:#fff;color:var(--text)}
.wizard-step input:focus,.wizard-step select:focus{border-color:#78a7ef;box-shadow:0 0 0 3px rgba(59,130,246,.09)}
.contact-form-card{max-width:760px;border:1px solid var(--border);border-radius:14px;background:#fbfcfe;padding:18px}.contact-form-intro{display:flex;align-items:center;gap:12px;padding-bottom:16px;margin-bottom:17px;border-bottom:1px solid var(--border)}.contact-form-intro>div:last-child{display:flex;flex-direction:column}.contact-form-intro strong{font-size:12px}.contact-form-intro small{font-size:9px;color:var(--muted);margin-top:4px}.contact-avatar-preview{width:42px;height:42px;border-radius:12px;background:#eaf1ff;color:#285fc9;display:grid;place-items:center;font-size:11px;font-weight:900}.contact-grid{gap:13px 16px}.contact-grid label{max-width:none;margin:0}.contact-grid input{background:#fff}
.superadmin-card.enabled{border-color:#d8c4fa;background:#f8f4ff}.superadmin-card.enabled .status-pill{background:#efe7ff;color:#7447c6}.superadmin-card:not(.enabled) .status-pill{background:#f0f2f5;color:#7f8999}

/* Updates */
.update-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:17px}.update-stat{padding:17px 18px;display:flex;flex-direction:column;min-height:105px}.update-stat>span{font-size:9px;color:var(--muted);font-weight:750}.update-stat>strong{font-size:25px;margin:8px 0 5px}.update-stat>small{font-size:9px;color:var(--muted)}.update-stat.attention strong{color:var(--danger)}.update-release-banner{display:flex;align-items:center;gap:16px;margin-bottom:17px;background:linear-gradient(120deg,#17213d,#243f7a);color:#fff;border:0}.release-mark{width:56px;height:56px;border-radius:15px;background:rgba(255,255,255,.12);display:grid;place-items:center;font-weight:900}.release-copy{display:flex;flex-direction:column}.release-copy .eyebrow{color:#9cc0ff}.release-copy h2{font-size:17px;margin:5px 0}.release-copy p{font-size:10px;color:#cad6eb;margin:0}.release-actions{margin-left:auto;display:flex;gap:8px}.update-release-banner .secondary-button{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);color:#fff}.update-toolbar{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;margin-bottom:17px}.update-toolbar>div:first-child{display:flex;flex-direction:column}.update-toolbar strong{font-size:12px}.update-toolbar span{font-size:9px;color:var(--muted);margin-top:3px}.update-toolbar-actions{display:flex;gap:8px}.update-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.update-card{padding:18px}.update-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.update-company{display:flex;align-items:center;gap:11px}.update-company h2{font-size:14px;margin:0 0 3px}.update-company p{font-size:9px;color:var(--muted);margin:0}.update-status{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;font-size:9px;font-weight:850;background:#eef1f5;color:#667085}.update-status i{width:6px;height:6px;border-radius:50%;background:currentColor}.update-status.update-available{background:#eaf2ff;color:#2563eb}.update-status.up-to-date{background:var(--success-bg);color:var(--success)}.update-status.scheduled{background:#f2ecff;color:#7447c6}.update-status.failed{background:var(--danger-bg);color:var(--danger)}.version-flow{display:grid;grid-template-columns:1fr auto 1fr 1fr;gap:10px;align-items:center;margin-top:15px;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#fafbfd}.version-flow>div{padding:11px 12px;display:flex;flex-direction:column}.version-flow span{font-size:8px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.version-flow strong{font-size:11px;margin-top:4px}.version-arrow{font-size:17px;color:#8fa0b7}.update-channel{border-left:1px solid var(--border)}.update-products{margin:12px 0}.update-products span{border:1px solid transparent}.update-products .product-helpdesk{background:#eaf2ff;color:#2563eb}.update-products .product-assets{background:#e8f8f0;color:#11855b}.update-products .product-superadmin{background:#f2ecff;color:#7447c6}.update-error{padding:11px 12px;border:1px solid #efc5c5;background:#fff6f6;border-radius:9px;display:flex;flex-direction:column;margin-bottom:12px}.update-error strong{font-size:10px;color:var(--danger)}.update-error span{font-size:9px;color:#8c4a4a;margin-top:3px}.update-schedule{display:flex;justify-content:space-between;padding:10px 12px;border-radius:9px;background:#f8f4ff;border:1px solid #e2d5f8;font-size:9px;margin-bottom:12px}.update-meta{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.update-meta>div{padding:10px 0;display:flex;justify-content:space-between;font-size:9px}.update-meta>div+div{padding-left:13px;border-left:1px solid var(--border)}.update-meta span{color:var(--muted)}.update-actions{display:flex;gap:8px;align-items:center;margin-top:13px}.update-actions .primary-button,.update-actions .secondary-button{padding:8px 10px;font-size:10px}.update-actions .icon-action{margin-left:auto}.update-history-panel{margin-top:17px;padding:18px}
@media(max-width:1100px){.update-summary-grid{grid-template-columns:repeat(2,1fr)}.update-list{grid-template-columns:1fr}}
@media(max-width:760px){.contact-form-card{padding:14px}.update-summary-grid,.version-flow{grid-template-columns:1fr}.version-arrow{display:none}.update-channel{border-left:0;border-top:1px solid var(--border)}.update-release-banner,.update-toolbar{align-items:flex-start;flex-direction:column}.release-actions{margin-left:0;flex-wrap:wrap}.update-toolbar-actions,.update-actions{flex-wrap:wrap}.update-actions .icon-action{margin-left:0}}

/* Settings page */
.settings-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:17px;background:linear-gradient(120deg,#fff,#f6f9ff)}.settings-hero h2{font-size:18px;margin:5px 0}.settings-hero p{font-size:10px;color:var(--muted);margin:0}.settings-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:17px;align-items:start}.settings-nav{padding:10px;position:sticky;top:90px}.settings-nav a{display:block;text-decoration:none;color:#647087;font-size:11px;font-weight:750;padding:10px 11px;border-radius:8px}.settings-nav a:hover,.settings-nav a.active{background:#edf4ff;color:#2563eb}.settings-panels{display:grid;gap:17px}.settings-section{padding:19px}.settings-state{padding:6px 9px;border-radius:999px;background:#eef4ff;color:#2563eb;font-size:9px;font-weight:800}.settings-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.settings-form-grid label{display:flex;flex-direction:column;gap:6px}.settings-form-grid label>span{font-size:9px;font-weight:750}.settings-form-grid input,.settings-form-grid select{height:39px;border:1px solid var(--border);border-radius:9px;padding:0 11px;background:#fff;color:var(--text);font-size:11px;outline:0}.settings-form-grid input:focus,.settings-form-grid select:focus{border-color:#83aef6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.settings-product-grid{display:grid;gap:10px;margin-top:15px}.settings-product{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;border:1px solid var(--border);border-radius:11px;padding:13px}.settings-product-icon{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;font-weight:900}.settings-product>div:nth-child(2){display:flex;flex-direction:column}.settings-product strong{font-size:11px}.settings-product small{font-size:9px;color:var(--muted);margin-top:4px}.settings-product.helpdesk{border-left:4px solid #3b82f6}.settings-product.helpdesk .settings-product-icon{background:#eaf2ff;color:#2563eb}.settings-product.assets{border-left:4px solid #18a56f}.settings-product.assets .settings-product-icon{background:#e8f8f0;color:#11855b}.settings-product.superadmin{border-left:4px solid #7c4bd1;background:#fbf9ff}.settings-product.superadmin .settings-product-icon{background:#f2ecff;color:#7447c6}.enabled-pill,.included-pill{padding:6px 9px;border-radius:999px;font-size:8px;font-weight:850}.enabled-pill{background:var(--success-bg);color:var(--success)}.included-pill{background:#f2ecff;color:#7447c6}.settings-note{display:flex;flex-direction:column;gap:4px;margin-top:12px;padding:12px 13px;border-radius:10px;font-size:9px}.settings-note.purple{background:#f6f2ff;border:1px solid #dfd1f7;color:#6841b3}.settings-note span{color:#765f9a}.toggle-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:14px 0;border-top:1px solid var(--border)}.settings-form-grid+.toggle-row{margin-top:16px}.toggle-row>div{display:flex;flex-direction:column}.toggle-row strong{font-size:10px}.toggle-row span{font-size:9px;color:var(--muted);margin-top:3px}.switch{position:relative;display:inline-flex}.switch input{position:absolute;opacity:0}.switch>span{width:36px;height:20px;border-radius:999px;background:#cfd6e2;position:relative;cursor:pointer;transition:.2s}.switch>span:after{content:"";position:absolute;width:14px;height:14px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:.2s}.switch input:checked+span{background:#2563eb}.switch input:checked+span:after{transform:translateX(16px)}.enabled-products-block{margin:12px 0}.enabled-products-label{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:800;margin-bottom:7px}.enabled-products-block .update-products{margin:0}
@media(max-width:900px){.settings-layout{grid-template-columns:1fr}.settings-nav{position:static;display:flex;gap:5px;overflow:auto}.settings-nav a{white-space:nowrap}.settings-form-grid{grid-template-columns:1fr}}
@media(max-width:620px){.settings-hero{align-items:flex-start;flex-direction:column}.settings-product{grid-template-columns:40px 1fr}.settings-product>span{grid-column:2}.toggle-row{align-items:flex-start}}

/* Licensing redesign */
.licence-top-actions{display:flex;justify-content:flex-end;margin-top:-66px;margin-bottom:32px}.licence-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:17px}.licence-summary-card{display:flex;flex-direction:column;min-height:110px}.licence-summary-card span{font-size:10px;color:var(--muted);font-weight:700}.licence-summary-card strong{font-size:27px;margin:9px 0 4px}.licence-summary-card small{font-size:9px;color:var(--muted)}.licence-summary-card.attention strong{color:var(--warning)}.licence-guide{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:17px;background:linear-gradient(110deg,#fff,#f7f9ff)}.licence-guide-copy{display:flex;flex-direction:column;max-width:520px}.licence-guide-copy strong{font-size:13px}.licence-guide-copy span{font-size:10px;color:var(--muted);line-height:1.6;margin-top:5px}.licence-guide-products{display:flex;gap:10px}.guide-product{min-width:125px;padding:11px 13px;border-radius:10px;display:flex;flex-direction:column}.guide-product b{font-size:10px}.guide-product small{font-size:8px;margin-top:4px}.guide-product.helpdesk{background:#eaf2ff;color:#2563eb}.guide-product.assets{background:#e8f8f0;color:#11855b}.guide-product.superadmin{background:#f2ecff;color:#7447c6}.licence-panel{padding:0;overflow:hidden}.licence-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 150px 150px auto;gap:10px;padding:16px}.licence-search{height:39px;border:1px solid var(--border);border-radius:9px;display:flex;align-items:center;gap:8px;padding:0 11px;background:#fff}.licence-search input{border:0;outline:0;width:100%;font-size:11px}.licence-toolbar select{height:39px;border:1px solid var(--border);border-radius:9px;background:#fff;padding:0 10px;font-size:10px;color:var(--text)}.licence-table-wrap{overflow:auto}.licence-table{min-width:1120px}.licence-table th,.licence-table td{padding:13px 14px}.licence-org{display:flex;align-items:center;gap:10px}.licence-org>div{display:flex;flex-direction:column}.licence-org strong{font-size:11px}.licence-org small{font-size:9px;color:var(--muted);margin-top:2px}.licence-org em{font-size:8px;color:var(--muted);font-style:normal;margin-top:3px}.licence-org em i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#20b879;margin-right:5px}.licence-chip{display:inline-flex;padding:5px 7px;border-radius:6px;font-size:9px;font-weight:800}.licence-chip.helpdesk{background:#eaf2ff;color:#2563eb}.licence-chip.assets{background:#e8f8f0;color:#11855b}.licence-chip.superadmin{background:#f2ecff;color:#7447c6}.licence-enabled,.licence-requirement,.licence-table td>small{display:block;font-size:8px;margin-top:4px;color:#15966a}.assets-text{color:#11855b}.purple-text{color:#7447c6!important}.licence-requirement,.licence-muted{color:#8b95a6;font-size:9px}.licence-plan{font-size:10px}.licence-expand{border:1px solid var(--border);background:#fff;border-radius:8px;width:34px;height:32px;cursor:pointer}.licence-detail-row{display:none;background:#fbfcff}.licence-detail-row.open{display:table-row}.licence-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;padding:4px}.licence-detail-card{border:1px solid var(--border);border-radius:11px;background:#fff;padding:15px}.licence-detail-card h3{font-size:11px;margin:0 0 12px}.licence-detail-card p{display:flex;justify-content:space-between;gap:12px;margin:0;padding:8px 0;border-top:1px solid var(--border);font-size:9px}.licence-detail-card p span{color:var(--muted)}.seat-line,.utilisation-total{display:flex;justify-content:space-between;font-size:9px}.utilisation-total{margin-top:15px;padding:11px;background:#f8fafc;border-radius:8px}.licence-actions-card button{width:100%;height:34px;border:1px solid var(--border);background:#fff;border-radius:8px;text-align:left;padding:0 10px;margin-top:7px;font-size:9px;cursor:pointer}.licence-actions-card .danger-action{color:var(--danger);border-color:#efcaca}.licence-row.hidden,.licence-detail-row.hidden{display:none!important}@media(max-width:1050px){.licence-summary-grid{grid-template-columns:repeat(2,1fr)}.licence-guide{align-items:flex-start;flex-direction:column}.licence-detail-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.licence-top-actions{margin:0 0 16px}.licence-summary-grid{grid-template-columns:1fr}.licence-guide-products{width:100%;flex-direction:column}.guide-product{width:100%}.licence-toolbar{grid-template-columns:1fr}.licence-detail-grid{grid-template-columns:1fr}}

/* Company import wizard */
.import-wizard{max-width:1120px;margin:0 auto;padding:24px}.import-steps{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid var(--border);padding-bottom:20px}.import-steps button{border:0;background:none;color:#929cad;font-size:10px;font-weight:800;display:flex;justify-content:center;align-items:center;gap:7px}.import-steps button span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#eef1f5}.import-steps button.active{color:#2563eb}.import-steps button.active span{background:#2563eb;color:#fff}.import-stage{display:none;padding:34px 18px;min-height:430px}.import-stage.active{display:block}.import-stage h2{font-size:23px;margin:8px 0}.import-stage>p{color:var(--muted);font-size:11px;margin:0 0 24px}.import-dropzone{height:250px;border:2px dashed #c8d5e8;border-radius:16px;background:#f9fbff;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.import-dropzone.dragging{border-color:#2563eb;background:#eef5ff;transform:scale(1.005)}.import-dropzone input{display:none}.import-drop-icon{width:52px;height:52px;border-radius:14px;background:#e8f1ff;color:#2563eb;display:grid;place-items:center;font-size:28px;margin-bottom:16px}.import-dropzone strong{font-size:16px}.import-dropzone small{color:var(--muted);font-size:10px;margin-top:8px}.import-file-summary{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding:13px 15px;border:1px solid #cfe0fb;background:#f4f8ff;border-radius:10px}.import-file-summary strong{font-size:11px}.import-file-summary span{font-size:9px;color:var(--muted)}.import-template-actions{display:flex;gap:10px;justify-content:center;margin-top:16px}.mapping-summary{display:flex;justify-content:space-between;padding:13px 15px;border:1px solid var(--border);border-radius:10px;background:#fafbfd;margin-bottom:12px}.mapping-summary strong{font-size:11px}.mapping-summary span{font-size:10px;color:var(--muted)}.mapping-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mapping-row{display:grid;grid-template-columns:1fr minmax(180px,1fr);align-items:center;gap:14px;border:1px solid var(--border);border-radius:10px;padding:12px}.mapping-row>span{display:flex;flex-direction:column}.mapping-row strong{font-size:10px}.mapping-row small{font-size:8px;color:#d14a3e;margin-top:3px}.mapping-row select{height:37px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:0 9px;font-size:10px}.import-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:15px}.import-stat-grid article{padding:15px;border:1px solid var(--border);border-radius:11px;display:flex;flex-direction:column}.import-stat-grid span{font-size:9px;color:var(--muted)}.import-stat-grid strong{font-size:24px;margin:7px 0}.import-stat-grid small{font-size:8px;color:var(--muted)}.import-stat-grid .success strong{color:#15966a}.import-stat-grid .warning strong{color:#d58d16}.import-stat-grid .danger strong{color:#d44343}.import-preview-toolbar{display:flex;gap:10px;margin-bottom:10px}.import-preview-toolbar input{flex:1}.import-preview-toolbar input,.import-preview-toolbar select{height:39px;border:1px solid var(--border);border-radius:9px;padding:0 11px;background:#fff;font-size:10px}.import-preview-wrap{border:1px solid var(--border);border-radius:11px;overflow:auto;max-height:380px}.import-preview-table{width:100%;border-collapse:collapse;min-width:850px}.import-preview-table th{position:sticky;top:0;background:#f7f9fc;z-index:1}.import-preview-table th,.import-preview-table td{padding:11px 12px;border-bottom:1px solid var(--border);font-size:9px;text-align:left}.import-preview-table td strong,.import-preview-table td small{display:block}.import-preview-table td small{color:var(--muted);margin-top:3px}.import-result{display:inline-flex;padding:5px 8px;border-radius:999px;font-weight:800}.import-result.ready{background:#e8f8f0;color:#12865c}.import-result.duplicate{background:#fff5dd;color:#a86d09}.import-result.error{background:#ffecec;color:#c83434}.empty-cell{text-align:center!important;color:var(--muted);padding:28px!important}.import-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.import-option-card{border:1px solid var(--border);border-radius:12px;padding:16px}.import-option-card.wide{grid-column:1/-1}.import-option-card h3{font-size:12px;margin:0 0 12px}.import-option-card label{display:flex;align-items:flex-start;gap:10px;padding:11px;border-top:1px solid var(--border);cursor:pointer}.import-option-card label:first-of-type{border-top:0}.import-option-card label>span{display:flex;flex-direction:column}.import-option-card strong{font-size:10px}.import-option-card small{font-size:8px;color:var(--muted);margin-top:4px;line-height:1.5}.import-option-card .disabled{opacity:.5;cursor:not-allowed}.import-progress-card{border:1px solid var(--border);border-radius:14px;padding:22px;background:#fbfcff}.import-progress-head{display:flex;justify-content:space-between;font-size:11px}.import-progress{height:12px;background:#e9eef5;border-radius:999px;overflow:hidden;margin:14px 0 22px}.import-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,#2563eb,#4c8df5);transition:.45s}.import-progress span.failed{background:#d44343}.import-result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.import-result-grid article{border:1px solid var(--border);border-radius:10px;padding:14px;text-align:center;background:#fff}.import-result-grid strong{display:block;font-size:22px}.import-result-grid span{font-size:9px;color:var(--muted)}.import-errors{margin-top:14px;padding:13px;border-radius:10px;background:#fff3f3;border:1px solid #f2caca;max-height:190px;overflow:auto}.import-errors strong{font-size:10px}.import-errors p{font-size:9px;margin:7px 0;color:#a83434}.import-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:18px}.import-footer>div{display:flex;gap:9px}
@media(max-width:850px){.mapping-grid,.import-options-grid{grid-template-columns:1fr}.import-option-card.wide{grid-column:auto}.import-stat-grid{grid-template-columns:repeat(2,1fr)}.import-steps button{font-size:0}.import-steps button span{font-size:10px}}

/* Company lifecycle */
.company-lifecycle{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:9px;margin-bottom:16px;padding:13px}.lifecycle-filter{border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--text);padding:10px;text-align:left;font-size:9px;font-weight:800;cursor:pointer}.lifecycle-filter span{display:block;font-size:19px;margin-bottom:4px}.lifecycle-filter.active{box-shadow:0 0 0 3px rgba(37,99,235,.12);border-color:#7ca7ef}.company-card-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:12px}.company-card-actions form{margin:0}.company-status-form{margin-top:11px;border-top:1px solid var(--border);padding-top:10px}.company-status-form label{display:flex;justify-content:space-between;align-items:center;font-size:9px;color:var(--muted)}.company-status-form select{height:33px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:0 8px;font-size:9px}.status-pill.status-imported,.status-imported{background:#eef1f4;color:#637083}.status-pill.status-ready-for-review,.status-ready-for-review{background:#e9f2ff;color:#246bc5}.status-pill.status-approved,.status-approved{background:#e7f8ef;color:#16845c}.status-pill.status-deployment-queued,.status-deployment-queued{background:#fff1dc;color:#b66b04}.status-pill.status-installing,.status-installing{background:#f1eaff;color:#7042bd}.status-pill.status-healthy,.status-healthy{background:#e7f8ef;color:#16845c}.status-pill.status-updating,.status-updating{background:#fff7cc;color:#9a7700}.status-pill.status-backing-up,.status-backing-up{background:#e8f4ff;color:#1970ad}.status-pill.status-warning,.status-warning{background:#ffe7e7;color:#c23535}.status-pill.status-failed-deployment,.status-failed-deployment{background:#7f1d1d;color:#fff}.status-pill.status-archived,.status-archived{background:#343b47;color:#fff}.final-action-buttons{display:flex;gap:9px;margin-left:auto}.wizard-footer:has(.final-action-buttons:not([hidden])){justify-content:space-between}.wizard-footer:has(.final-action-buttons:not([hidden])) #wizardBack{margin-right:auto}@media(max-width:1050px){.company-lifecycle{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.company-lifecycle{grid-template-columns:repeat(2,1fr)}.final-action-buttons{flex-direction:column}}

/* Company search, bulk actions and confirmations */
.company-bulk-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;padding:14px}.company-search-wrap{display:flex;align-items:center;gap:10px;flex:1}.company-search-wrap input{width:min(520px,100%);height:40px;border:1px solid var(--border);border-radius:9px;padding:0 12px;background:#fff}.company-search-wrap span{font-size:10px;color:var(--muted);white-space:nowrap}.company-selection-tools{display:flex;align-items:center;gap:9px}.select-all-label{display:flex;align-items:center;gap:7px;font-size:10px;color:var(--muted);white-space:nowrap}.company-selection-tools strong{font-size:10px;white-space:nowrap}.company-selection-tools select{height:38px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:0 9px;font-size:10px}.company-selection-tools select:disabled{opacity:.55}.company-select-box{position:absolute;top:13px;left:13px;display:flex;align-items:center;gap:5px;font-size:8px;color:var(--muted);z-index:2}.company-select-box input{width:16px;height:16px}.organisation-card{position:relative;padding-top:43px}.danger-action{color:#b42318!important;border-color:#efc5c1!important}.danger-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #b42318;background:#b42318;color:#fff;border-radius:8px;height:38px;padding:0 15px;font-size:10px;font-weight:800;cursor:pointer}.danger-button:disabled{opacity:.45;cursor:not-allowed}.confirmation-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center}.confirmation-modal[hidden]{display:none}.confirmation-backdrop{position:absolute;inset:0;background:rgba(10,18,32,.58);backdrop-filter:blur(3px)}.confirmation-dialog{position:relative;width:min(470px,calc(100vw - 32px));background:#fff;border-radius:15px;box-shadow:0 28px 80px rgba(0,0,0,.25);padding:26px}.confirmation-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff1d6;color:#b66b04;font-weight:900;font-size:19px}.confirmation-icon.danger{background:#fee9e7;color:#b42318}.confirmation-dialog h2{font-size:19px;margin:15px 0 8px}.confirmation-dialog p{font-size:11px;line-height:1.65;color:var(--muted);margin:0 0 20px}.confirmation-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.delete-confirm-label{display:flex;flex-direction:column;gap:8px;font-size:10px;color:var(--muted)}.delete-confirm-label input{height:42px;border:1px solid var(--border);border-radius:9px;padding:0 11px;font-weight:800;letter-spacing:.08em}.modal-open{overflow:hidden}@media(max-width:1000px){.company-bulk-toolbar{align-items:stretch;flex-direction:column}.company-selection-tools{flex-wrap:wrap}.company-search-wrap input{width:100%}}@media(max-width:650px){.company-selection-tools{align-items:stretch;flex-direction:column}.company-selection-tools>*{width:100%}.select-all-label{width:auto}.company-search-wrap{align-items:stretch;flex-direction:column}}
