/* Customer /applications: omit internal workflow state and keep mobile actions readable. */
.customer-portal-body .customer-wrap>.grid.grid-2>.service-card>.service-meta-grid>.service-meta:nth-child(3),
.customer-portal-body .customer-wrap>.grid.grid-2>.service-card>.service-meta-grid>.service-meta:nth-child(4){display:none!important}
@media(max-width:540px){
  .customer-portal-body .customer-wrap>.grid.grid-2>.service-card{padding:16px!important}
  .customer-portal-body .customer-wrap>.grid.grid-2>.service-card>.actions{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
    align-items:stretch!important;
  }
  .customer-portal-body .customer-wrap>.grid.grid-2>.service-card>.actions>.btn{
    display:flex!important;
    width:100%!important;
    min-width:0!important;
    min-height:44px!important;
    flex:none!important;
    justify-content:center!important;
    line-height:1.3!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    writing-mode:horizontal-tb!important;
  }
  .customer-portal-body .customer-wrap>.grid.grid-2>.service-card>.actions>.btn-primary:last-child{grid-column:1/-1!important}
}

@media(max-width:360px){
  .customer-portal-body .customer-wrap>.grid.grid-2>.service-card>.actions{grid-template-columns:minmax(0,1fr)!important}
  .customer-portal-body .customer-wrap>.grid.grid-2>.service-card>.actions>.btn-primary:last-child{grid-column:auto!important}
}

:root{
  --navy-1000:#030a18;--navy-950:#061327;--navy-900:#0a1d39;--navy-850:#10284a;--navy-800:#17365f;
  --blue-800:#173fa8;--blue-700:#1d4ed8;--blue-600:#2563eb;--blue-500:#3b82f6;--blue-400:#60a5fa;--blue-100:#dbeafe;--blue-50:#eff6ff;
  --cyan-500:#06b6d4;--cyan-50:#ecfeff;--teal-600:#0d9488;--teal-500:#14b8a6;--teal-50:#f0fdfa;
  --green-600:#059669;--green-500:#10b981;--green-50:#ecfdf5;
  --amber-600:#d97706;--amber-500:#f59e0b;--amber-50:#fffbeb;--orange-500:#f97316;
  --red-600:#dc2626;--red-500:#ef4444;--red-50:#fef2f2;--bad:#dc2626;
  --violet-700:#6d28d9;--violet-600:#7c3aed;--violet-500:#8b5cf6;--violet-50:#f5f3ff;
  --pink-500:#ec4899;
  --ink:#0b1220;--text:#27364a;--muted:#6b7c93;--muted-2:#9aabc0;
  --bg:#f2f6fc;--surface:#fff;--surface-2:#f8fbff;--line:#e3eaf3;--line-strong:#cbd7e6;
  --shadow-xs:0 2px 7px rgba(13,31,56,.035);--shadow-sm:0 10px 28px rgba(13,31,56,.07);--shadow-md:0 20px 52px rgba(13,31,56,.11);--shadow-lg:0 28px 80px rgba(5,20,44,.16);
  --radius-sm:10px;--radius:14px;--radius-lg:20px;--radius-xl:28px;
  --sidebar:296px;--topbar:76px;
}

/* Customer administration: directory, command workspace and account operations */
.customer-directory-command,.customer-create-heading,.customer-service-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}
.customer-directory-command h2,.customer-create-heading h2,.customer-service-toolbar h3{margin:2px 0 5px;font-size:22px;letter-spacing:0}
.customer-directory-command p,.customer-create-heading p,.customer-service-toolbar p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.55}
.customer-directory-metrics,.customer-health-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:13px}
.customer-directory-metrics>div,.customer-health-strip>div{display:flex;align-items:center;gap:10px;min-width:0;padding:12px 13px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-xs)}
.customer-directory-metrics>div>span,.customer-health-strip>div>span,.customer-panel-heading>span,.customer-risk-panel>div>span{width:35px;height:35px;flex:0 0 35px;display:grid;place-items:center;border-radius:8px}
.customer-directory-metrics strong,.customer-health-strip strong{display:block;color:var(--ink);font-family:"Plus Jakarta Sans";font-size:20px;line-height:1.1}
.customer-directory-metrics small,.customer-health-strip small{display:block;margin-top:3px;color:var(--muted);font-size:11px;line-height:1.3}
.crm-tone-blue{color:#1d4ed8;background:#eaf2ff}.crm-tone-teal{color:#07806f;background:#e7faf5}.crm-tone-amber{color:#ad6a08;background:#fff6dc}.crm-tone-red{color:#c52e3d;background:#fff0f1}.crm-tone-violet{color:#7040cc;background:#f2edff}
.customer-directory-filter{display:grid;grid-template-columns:minmax(240px,1fr) minmax(170px,230px) auto auto;gap:8px;align-items:center;margin-bottom:12px;padding:9px;border:1px solid var(--line);border-radius:8px;background:#fff}
.customer-search-field{display:flex;align-items:center;gap:8px;min-width:0;height:40px;padding:0 11px;border:1px solid #d4dfec;border-radius:7px;background:#fbfdff;color:#8090a5}
.customer-search-field:focus-within{border-color:var(--blue-500);box-shadow:0 0 0 3px rgba(37,99,235,.09);background:#fff}
.customer-search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:12px}
.customer-directory-list{display:grid;gap:7px;min-width:0}
.customer-directory-row{display:grid;grid-template-columns:minmax(220px,1.35fr) minmax(170px,.8fr) minmax(125px,.58fr) minmax(128px,.55fr) auto;gap:13px;align-items:center;min-width:0;padding:12px 13px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 3px 11px rgba(15,35,63,.03);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.customer-directory-row:hover{border-color:#bdcfe4;box-shadow:0 9px 24px rgba(15,35,63,.07);transform:translateY(-1px)}
.customer-directory-row>*{min-width:0}
.customer-directory-identity{display:flex;align-items:center;gap:10px}
.customer-directory-avatar,.customer-command-avatar{display:grid;place-items:center;flex:0 0 auto;border-radius:8px;background:linear-gradient(145deg,#1f56d9,#0ea5b7);color:#fff;font-family:"Plus Jakarta Sans";font-weight:850}
.customer-directory-avatar{width:38px;height:38px;font-size:14px}
.customer-directory-identity>div,.customer-directory-service,.customer-directory-billing,.customer-directory-state{display:grid;gap:2px;min-width:0}
.customer-directory-identity strong{font-family:"Plus Jakarta Sans";font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-directory-identity a,.customer-directory-identity small,.customer-directory-row span,.customer-directory-row small{min-width:0;color:var(--muted);font-size:10.5px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-directory-identity a{color:#496683}
.customer-directory-service>strong,.customer-directory-billing>strong{font-family:"Plus Jakarta Sans";font-size:15px;color:var(--ink)}
.customer-directory-service>span,.customer-directory-billing>span{font-weight:750;color:#50647e}
.customer-directory-state{justify-items:start}
.customer-directory-empty{display:grid;justify-items:center;gap:6px;padding:42px 20px;border:1px dashed #c8d6e7;border-radius:8px;background:#fbfdff;color:var(--muted);text-align:center}
.customer-directory-empty h3,.customer-directory-empty p{margin:0}.customer-directory-empty h3{color:var(--ink);font-size:15px}.customer-directory-empty p{font-size:12px}

.customer-create-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,.34fr);gap:16px;align-items:start}
.customer-form-panel,.customer-workspace-panel{min-width:0;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-xs)}
.customer-create-side{display:grid;gap:12px;min-width:0;position:sticky;top:92px}
.customer-panel-heading{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.customer-panel-heading h3,.customer-panel-heading p{margin:0}.customer-panel-heading h3{font-size:14px}.customer-panel-heading p{margin-top:2px;color:var(--muted);font-size:11px;line-height:1.45}
.customer-switch{display:flex;align-items:center;gap:9px;margin-bottom:14px;cursor:pointer}.customer-switch input{position:absolute;opacity:0}.customer-switch>span{position:relative;width:38px;height:22px;border-radius:999px;background:#cdd8e5;transition:.18s}.customer-switch>span:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(15,23,42,.18);transition:.18s}.customer-switch input:checked+span{background:#0e9b84}.customer-switch input:checked+span:after{transform:translateX(16px)}.customer-switch input:focus-visible+span{outline:3px solid rgba(37,99,235,.25);outline-offset:2px}.customer-switch strong{font-size:12px}
[data-mailbox-assignment-fields]{display:grid;gap:10px;padding-top:13px;border-top:1px solid #e8eef5}[data-mailbox-assignment-fields][hidden]{display:none}
.customer-create-submit{width:100%;justify-content:center;min-height:44px}

.customer-command-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:10px;padding:15px 17px;border:1px solid #cfddec;border-radius:8px;background:linear-gradient(110deg,#fff 0%,#f5f9ff 68%,#edf8f6 100%);box-shadow:0 9px 28px rgba(15,47,102,.07)}
.customer-command-identity{display:flex;align-items:center;gap:11px;min-width:0}.customer-command-identity>div{min-width:0}.customer-command-avatar{width:48px;height:48px;font-size:18px}.customer-command-identity h2{margin:1px 0 3px;font-size:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-command-identity p{margin:0;color:var(--muted);font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-command-identity>.badge{margin-left:5px}
.customer-command-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.customer-command-actions form{margin:0}
.customer-health-strip>div{padding:10px 12px}.customer-health-strip>div>span{width:31px;height:31px;flex-basis:31px}.customer-health-strip strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-workspace-tabs{display:flex;gap:4px;max-width:100%;margin:4px 0 13px;padding:4px;border:1px solid var(--line);border-radius:8px;background:#eef3f9;overflow-x:auto;scrollbar-width:thin}
.customer-workspace-tabs a{flex:0 0 auto;padding:8px 13px;border-radius:6px;color:#5f7188;font-size:11px;font-weight:800;white-space:nowrap}.customer-workspace-tabs a:hover{color:var(--ink);background:rgba(255,255,255,.65)}.customer-workspace-tabs a.active{color:#174ea6;background:#fff;box-shadow:0 2px 8px rgba(15,35,63,.08)}
.customer-overview-grid,.customer-account-grid,.customer-two-panels{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:13px;align-items:start}.customer-account-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr)}.customer-two-panels{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:13px}.customer-account-stack{display:grid;gap:13px}
.customer-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0 0 15px}.customer-detail-list>div{min-width:0;padding:10px 0;border-bottom:1px solid #edf1f6}.customer-detail-list>div:nth-child(odd){padding-right:15px}.customer-detail-list dt{color:#8291a4;font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.customer-detail-list dd{margin:4px 0 0;color:var(--ink);font-size:11.5px;font-weight:700;overflow-wrap:anywhere}
.customer-quick-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.customer-quick-links a{display:flex;align-items:center;gap:8px;min-width:0;padding:10px;border:1px solid #dfe7f1;border-radius:7px;background:#fbfdff;color:#536982;transition:.15s}.customer-quick-links a:hover{border-color:#b8cde5;background:#f3f8ff;color:#1d5db7}.customer-quick-links a>span{display:grid;min-width:0}.customer-quick-links strong{color:var(--ink);font-size:10.5px}.customer-quick-links small{margin-top:2px;color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-recent-band{margin-top:13px}.customer-mini-records{display:grid}.customer-mini-records>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 0;border-top:1px solid #edf1f6}.customer-mini-records>div:first-child{border-top:0}.customer-mini-records>div>span{display:flex;align-items:center;gap:7px;min-width:0}.customer-mini-records>div>span:first-child{display:grid}.customer-mini-records strong{font-size:11.5px}.customer-mini-records small{color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-service-toolbar{align-items:center}.customer-service-list{display:grid;gap:8px}.customer-service-row{display:grid;grid-template-columns:minmax(190px,1.15fr) repeat(3,minmax(110px,.58fr)) minmax(130px,auto);gap:10px;align-items:center;min-width:0;padding:11px;border:1px solid #e2e9f2;border-radius:8px;background:#fbfdff}.customer-service-row>*{min-width:0}.customer-service-title{display:flex;align-items:center;gap:9px}.customer-service-title>span{width:33px;height:33px;display:grid;place-items:center;flex:0 0 33px;border-radius:8px;background:#eaf2ff;color:#1d5dc4}.customer-service-title>div,.customer-service-row>div:not(.customer-service-title):not(.customer-service-actions){display:grid;gap:2px}.customer-service-row strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-service-row small{color:#8392a5;font-size:8.5px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.customer-service-row span{color:var(--muted);font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-service-actions{display:flex;justify-content:flex-end;gap:5px;flex-wrap:wrap}.customer-plan-change{grid-column:1/-1;display:grid;grid-template-columns:minmax(180px,1fr) auto;gap:7px;padding-top:9px;border-top:1px dashed #d7e1ec}.customer-plan-change .select{min-height:34px;padding:6px 8px;font-size:10px}.customer-service-row-simple{grid-template-columns:minmax(200px,1.2fr) minmax(160px,.8fr) minmax(100px,.55fr) auto}.customer-compact-list{display:grid;margin-bottom:12px}.customer-compact-list>div{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-top:1px solid #edf1f6}.customer-compact-list>div:first-child{border-top:0}.customer-compact-list>div>span:first-child{display:grid;min-width:0}.customer-compact-list strong{font-size:11px;overflow-wrap:anywhere}.customer-compact-list small{margin-top:3px;color:var(--muted);font-size:9.5px}
.customer-invoice-list{display:grid;gap:7px}.customer-invoice-row{display:grid;grid-template-columns:minmax(200px,1.2fr) minmax(110px,.5fr) minmax(110px,.5fr) minmax(110px,.5fr) auto;gap:12px;align-items:center;min-width:0;padding:11px;border:1px solid #e1e9f2;border-radius:8px;background:#fbfdff}.customer-invoice-row>div{display:grid;gap:2px;min-width:0}.customer-invoice-row strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-invoice-row span,.customer-invoice-row small{color:var(--muted);font-size:9.5px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-action-menu{position:relative}.customer-action-menu>summary{list-style:none;cursor:pointer;padding:7px 10px;border:1px solid #cfdbea;border-radius:7px;background:#fff;color:#425974;font-size:10px;font-weight:800}.customer-action-menu>summary::-webkit-details-marker{display:none}.customer-action-menu[open]>summary{border-color:var(--blue-500);box-shadow:0 0 0 3px rgba(37,99,235,.08)}.customer-action-menu form{position:absolute;right:0;z-index:8;display:grid;min-width:160px;margin-top:5px;padding:5px;border:1px solid #d7e1ec;border-radius:8px;background:#fff;box-shadow:0 15px 35px rgba(15,35,63,.15)}.customer-action-menu button{padding:8px;border:0;border-radius:5px;background:transparent;color:#425974;text-align:left;font:700 10px Inter;cursor:pointer}.customer-action-menu button:hover{background:#f2f6fb}.customer-action-menu button.danger{color:#c62f3e}.customer-action-menu button.danger:hover{background:#fff0f1}
.customer-password-form{display:grid;gap:10px}.customer-inline-action{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:15px;padding-top:13px;border-top:1px solid #e5ecf4}.customer-inline-action>div{display:grid;gap:2px}.customer-inline-action strong{font-size:11px}.customer-inline-action small{color:var(--muted);font-size:9.5px}
.customer-risk-panel{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:13px;padding:15px 17px;border:1px solid #f0ced1;border-radius:8px;background:#fff9f9}.customer-risk-panel>div{display:flex;align-items:center;gap:10px;min-width:0}.customer-risk-panel h3,.customer-risk-panel p{margin:0}.customer-risk-panel h3{font-size:13px}.customer-risk-panel p{margin-top:3px;color:#7a5960;font-size:10.5px;line-height:1.45}.customer-risk-panel form{display:flex;align-items:center;gap:7px;margin:0}.customer-risk-panel .input{width:220px;min-height:35px;padding:6px 9px;font-size:10px}.customer-ban-reason{display:grid!important;gap:2px!important;padding:8px 10px;border-radius:7px;background:#fff0f1}.customer-ban-reason strong{font-size:10px}.customer-ban-reason span{color:#9b3540;font-size:9.5px}
.customer-activity-list{display:grid}.customer-activity-list article{display:grid;grid-template-columns:12px minmax(0,1fr);gap:10px;padding:12px 0;border-top:1px solid #edf1f6}.customer-activity-list article:first-child{border-top:0}.customer-activity-dot{width:9px;height:9px;margin-top:3px;border:2px solid #fff;border-radius:50%;background:#2c68df;box-shadow:0 0 0 2px #cfe0ff}.customer-activity-list strong{font-size:11px}.customer-activity-list p{margin:3px 0;color:#50647d;font-size:10.5px;line-height:1.5}.customer-activity-list small{color:#8a98aa;font-size:9.5px}
.customer-reset-shell{min-height:calc(100vh - 80px)}.customer-reset-card{max-width:480px}.customer-reset-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:14px;border-radius:8px;background:#eaf2ff;color:#1e5dcc}
.customer-impersonation-banner{position:fixed;z-index:1200;right:18px;bottom:18px;display:flex;align-items:center;gap:15px;max-width:520px;padding:10px 11px 10px 13px;border:1px solid #f0cf87;border-radius:8px;background:#fff9e8;box-shadow:0 18px 45px rgba(59,43,10,.18)}.customer-impersonation-banner>div{display:flex;align-items:center;gap:9px;color:#8b5a0b}.customer-impersonation-banner span{display:grid;gap:1px}.customer-impersonation-banner strong{font-size:11px}.customer-impersonation-banner small{font-size:9.5px;line-height:1.35}

@media(max-width:1180px){
  .customer-directory-row{grid-template-columns:minmax(210px,1.2fr) minmax(155px,.7fr) minmax(115px,.5fr) auto;grid-template-areas:"identity service billing action" "identity state state action"}.customer-directory-identity{grid-area:identity}.customer-directory-service{grid-area:service}.customer-directory-billing{grid-area:billing}.customer-directory-state{grid-area:state;display:flex;align-items:center;gap:8px}.customer-directory-row>.btn{grid-area:action}
  .customer-service-row{grid-template-columns:minmax(190px,1.1fr) repeat(2,minmax(110px,.55fr)) auto}.customer-service-row>div:nth-child(4){grid-column:2}.customer-service-actions{grid-column:4;grid-row:1/3}.customer-plan-change{grid-column:1/-1;grid-row:auto}.customer-service-row-simple{grid-template-columns:minmax(190px,1.1fr) minmax(150px,.7fr) minmax(100px,.5fr) auto}.customer-service-row-simple>div:nth-child(4){grid-column:auto}
  .customer-risk-panel{align-items:flex-start;flex-wrap:wrap}
}
@media(max-width:900px){
  .customer-directory-metrics,.customer-health-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-directory-filter{grid-template-columns:minmax(0,1fr) minmax(150px,.5fr) auto}.customer-directory-filter>a{grid-column:1/-1;justify-self:start}
  .customer-create-layout,.customer-overview-grid,.customer-account-grid,.customer-two-panels{grid-template-columns:1fr}.customer-create-side{position:static}.customer-two-panels{margin-top:13px}
  .customer-command-bar{align-items:flex-start;flex-direction:column}.customer-command-actions{justify-content:flex-start;width:100%}
  .customer-invoice-row{grid-template-columns:minmax(180px,1fr) repeat(3,minmax(90px,.45fr)) auto}
}
@media(max-width:700px){
  .customer-directory-command,.customer-create-heading,.customer-service-toolbar{align-items:stretch;flex-direction:column}.customer-directory-command>.btn,.customer-create-heading>.btn{align-self:flex-start}
  .customer-directory-filter{grid-template-columns:1fr}.customer-directory-filter>a{grid-column:auto}
  .customer-directory-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"identity action" "service service" "billing state";gap:10px}.customer-directory-row>.btn{align-self:start}.customer-directory-service{padding-top:8px;border-top:1px solid #edf1f6}.customer-directory-state{align-items:flex-start;justify-self:end;flex-direction:column}.customer-directory-service small,.customer-directory-billing small,.customer-directory-state small{white-space:normal}
  .customer-command-identity{align-items:flex-start;flex-wrap:wrap}.customer-command-identity>div{flex:1 1 calc(100% - 65px)}.customer-command-identity>.badge{margin-left:59px}.customer-command-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.customer-command-actions form,.customer-command-actions .btn{width:100%}.customer-command-actions .btn{justify-content:center}
  .customer-service-row,.customer-service-row-simple{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-service-title{grid-column:1/-1}.customer-service-row>div:nth-child(4),.customer-service-row-simple>div:nth-child(4){grid-column:auto}.customer-service-actions{grid-column:1/-1;grid-row:auto;justify-content:flex-start}.customer-plan-change{grid-template-columns:1fr}.customer-plan-change .btn{width:100%;justify-content:center}
  .customer-invoice-row{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-invoice-row>div:first-child{grid-column:1/-1}.customer-action-menu{justify-self:start}.customer-action-menu form{right:auto;left:0}
  .customer-risk-panel form{width:100%;flex-wrap:wrap}.customer-risk-panel .input{width:100%}
}
@media(max-width:430px){
  .customer-directory-metrics,.customer-health-strip{grid-template-columns:1fr 1fr}.customer-directory-metrics>div,.customer-health-strip>div{padding:10px}.customer-directory-metrics strong{font-size:17px}
  .customer-directory-row{grid-template-columns:1fr;grid-template-areas:"identity" "service" "billing" "state" "action"}.customer-directory-state{justify-self:start}.customer-directory-row>.btn{width:100%;justify-content:center}
  .customer-command-actions{grid-template-columns:1fr}.customer-command-identity>.badge{margin-left:0}.customer-health-strip strong{font-size:13px}
  .customer-quick-links,.customer-detail-list{grid-template-columns:1fr}.customer-detail-list>div:nth-child(odd){padding-right:0}
  .customer-service-row,.customer-service-row-simple,.customer-invoice-row{grid-template-columns:1fr}.customer-service-title,.customer-service-row>div:nth-child(4),.customer-service-row-simple>div:nth-child(4),.customer-invoice-row>div:first-child{grid-column:auto}.customer-service-actions{display:grid;grid-template-columns:1fr 1fr}.customer-service-actions .btn{width:100%;justify-content:center}
  .customer-inline-action{align-items:flex-start;flex-direction:column}.customer-inline-action .btn{width:100%;justify-content:center}
  .customer-impersonation-banner{left:10px;right:10px;bottom:10px;align-items:stretch;flex-direction:column}.customer-impersonation-banner .btn{width:100%;justify-content:center}
}
*{box-sizing:border-box}
html{min-height:100%;background:var(--bg);scroll-behavior:smooth}
body{margin:0;min-height:100vh;font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{appearance:none}svg{display:block}h1,h2,h3,h4{font-family:"Plus Jakarta Sans",Inter,sans-serif;color:var(--ink);letter-spacing:-.035em;margin-top:0}h1{font-size:31px;line-height:1.14}h2{font-size:20px;line-height:1.3}h3{font-size:16px}.muted{color:var(--muted)!important}.small{font-size:12.5px}.ui-icon{flex:0 0 auto}.wrap{max-width:1380px;margin:0 auto;padding:38px 28px 54px}

/* Brand */
.brand{font-family:"Plus Jakarta Sans",sans-serif;font-weight:800;display:flex;align-items:center;gap:12px;min-width:0}.brandmark{position:relative;width:43px;height:43px;flex:0 0 43px;border-radius:14px;background:linear-gradient(145deg,#113d85 0%,#2563eb 58%,#22b8cf 120%);display:grid;place-items:center;color:#fff;font-size:17px;font-weight:900;box-shadow:0 10px 28px rgba(37,99,235,.28),inset 0 1px 0 rgba(255,255,255,.35);border:1px solid rgba(255,255,255,.18);overflow:hidden}.brandmark:after{content:"";position:absolute;width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.15);right:-7px;top:-7px}.brandmark>span{position:relative;z-index:1}.brandcopy{display:flex;min-width:0;flex-direction:column;line-height:1.15}.brandcopy strong{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brandcopy small{font-family:Inter,sans-serif;font-size:9.5px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--muted);margin-top:4px}.brandmark.mini{width:28px;height:28px;flex-basis:28px;border-radius:9px;font-size:11px}.brand-mini{display:flex;align-items:center;gap:8px;font-weight:700;color:#334155}

/* Public shell */
.public-body{background:radial-gradient(circle at 10% 4%,rgba(59,130,246,.08),transparent 26%),radial-gradient(circle at 95% 20%,rgba(20,184,166,.08),transparent 24%),var(--bg)}
.topbar{height:var(--topbar);background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(214,225,240,.82);display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:sticky;top:0;z-index:50;box-shadow:0 8px 32px rgba(11,36,74,.045)}.topbar .brand{color:var(--navy-900)}.navlinks{display:flex;gap:4px;align-items:center}.navlinks>a:not(.btn){min-height:40px;padding:9px 12px;border-radius:12px;font-weight:700;color:#52647b;display:flex;align-items:center;gap:7px;transition:.2s cubic-bezier(.2,.8,.2,1)}.navlinks>a:not(.btn):hover{color:var(--blue-700);background:linear-gradient(135deg,var(--blue-50),#f7fbff);transform:translateY(-1px)}.nav-user{display:flex;align-items:center;gap:8px;margin:0 6px 0 8px;padding:6px 9px 6px 6px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:12px;font-weight:750;color:#334155}.nav-user-dot{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue-600),var(--violet-600));color:#fff;font-size:11px}.mobile-nav-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy-900);cursor:pointer;align-items:center;justify-content:center}.mobile-nav-toggle span,.mobile-nav-toggle:before,.mobile-nav-toggle:after{content:"";width:17px;height:2px;background:currentColor;display:block;border-radius:5px}.mobile-nav-toggle span{margin:4px 0}
.hero{padding:98px 28px 92px;text-align:center;background:radial-gradient(circle at 50% -20%,rgba(37,99,235,.22),transparent 46%),radial-gradient(circle at 80% 40%,rgba(20,184,166,.10),transparent 28%),linear-gradient(180deg,#fbfdff 0,#f3f7fc 100%);border-bottom:1px solid var(--line)}.hero h1{font-size:58px;line-height:1.02;margin:0 auto 18px;max-width:860px;color:var(--navy-900);font-weight:800}.hero p{max-width:710px;margin:0 auto 31px;color:var(--muted);font-size:17px;line-height:1.72}.footer{padding:34px 28px;border-top:1px solid var(--line);background:rgba(255,255,255,.85);backdrop-filter:blur(16px);color:var(--muted);font-size:12px}.footer-inner{max-width:1380px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:18px}

/* Layout */
.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.split{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.w-60{width:60%}.w-40{width:40%}.actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.check-line{display:flex;gap:9px;align-items:center}.title-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.title-row>div:first-child{min-width:0}.title-row h1,.title-row h2,.title-row h3{margin:0}.title-row h1{font-size:29px}.title-row h2{font-size:19px}.title-row p{margin:5px 0 0}.page>.title-row:first-of-type{margin-top:4px}.eyebrow{font-size:10px;font-weight:850;letter-spacing:.14em;text-transform:uppercase;color:var(--blue-600);margin-bottom:5px}

/* Cards */
.card{position:relative;background:linear-gradient(180deg,#fff 0%,#fdfefe 100%);border:1px solid rgba(219,228,240,.95);border-radius:var(--radius-lg);padding:23px;box-shadow:var(--shadow-xs);transition:border-color .22s ease,box-shadow .22s ease,transform .22s cubic-bezier(.2,.8,.2,1);overflow:hidden}.card:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}.admin-main .card:hover,.public-body .card:hover{border-color:#d2dfef;box-shadow:var(--shadow-sm);transform:translateY(-2px)}.card>h2:first-child,.card>h3:first-child{margin-bottom:16px}.card>h2:first-child:after{content:"";display:block;width:28px;height:3px;border-radius:4px;background:linear-gradient(90deg,var(--blue-600),var(--cyan-500));margin-top:9px}.card hr{border:0;border-top:1px solid var(--line);margin:19px 0}.card p:last-child{margin-bottom:0}.card ul{padding-left:20px}.page>.card+.card{margin-top:20px}
.stat{position:relative;overflow:hidden;min-height:144px;padding:22px 22px 20px;background:linear-gradient(145deg,#fff 0%,#f8fbff 100%)}.stat:before{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-40px;top:-43px;background:rgba(37,99,235,.08)}.stat:after{content:"";position:absolute;height:4px;left:20px;right:20px;bottom:0;border-radius:5px 5px 0 0;background:linear-gradient(90deg,var(--blue-600),var(--cyan-500))}.stat .value{font-family:"Plus Jakarta Sans",sans-serif;font-size:31px;line-height:1.15;font-weight:800;letter-spacing:-.05em;color:var(--ink);margin-top:11px}.stat .muted{font-size:12px;font-weight:750}.grid-4>.stat:nth-child(2):after,.grid-3>.stat:nth-child(2):after{background:linear-gradient(90deg,var(--teal-600),var(--cyan-500))}.grid-4>.stat:nth-child(3):after,.grid-3>.stat:nth-child(3):after{background:linear-gradient(90deg,var(--green-600),#34d399)}.grid-4>.stat:nth-child(4):after{background:linear-gradient(90deg,var(--amber-500),var(--orange-500))}
.metric-card{position:relative;overflow:hidden;min-height:152px;padding:22px;color:#fff;border:0;box-shadow:0 16px 35px rgba(11,37,79,.16)}.metric-card:hover{transform:translateY(-4px)!important;box-shadow:0 22px 45px rgba(11,37,79,.22)!important}.metric-card:before{content:"";position:absolute;width:145px;height:145px;border-radius:50%;right:-55px;top:-58px;background:rgba(255,255,255,.13)}.metric-card:after{content:"";position:absolute;width:80px;height:80px;border-radius:50%;right:33px;bottom:-46px;border:17px solid rgba(255,255,255,.08)}.metric-blue{background:linear-gradient(135deg,#173fa8,#2563eb 58%,#35a6f4)}.metric-teal{background:linear-gradient(135deg,#087d80,#0d9488 56%,#22c7b8)}.metric-violet{background:linear-gradient(135deg,#5b21b6,#7c3aed 58%,#a855f7)}.metric-amber{background:linear-gradient(135deg,#b45309,#f59e0b 58%,#fb923c)}.metric-card .metric-label{font-size:11px;text-transform:uppercase;letter-spacing:.095em;font-weight:800;color:rgba(255,255,255,.77)}.metric-card .metric-value{font-family:"Plus Jakarta Sans";font-size:31px;font-weight:800;letter-spacing:-.05em;margin:12px 0 7px;color:#fff}.metric-card .metric-foot{font-size:11.5px;color:rgba(255,255,255,.77);display:flex;align-items:center;gap:6px}.metric-icon{position:absolute;right:19px;top:19px;width:41px;height:41px;border-radius:13px;background:rgba(255,255,255,.16);display:grid;place-items:center;backdrop-filter:blur(6px)}
.mailbox-card{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 23px;border-left:4px solid var(--blue-500)}.mailbox-card:nth-child(3n+2){border-left-color:var(--teal-500)}.mailbox-card:nth-child(3n){border-left-color:var(--violet-500)}.mailbox-name{font-family:"Plus Jakarta Sans",sans-serif;font-weight:800;font-size:16px;color:var(--ink);margin-bottom:5px}.price{font-family:"Plus Jakarta Sans",sans-serif;font-size:31px;font-weight:800;letter-spacing:-.05em;color:var(--ink)}.plan{position:relative}.plan.featured{border:1.5px solid rgba(37,99,235,.48);box-shadow:0 15px 32px rgba(37,99,235,.10)}.plan .featured-tag{position:absolute;right:13px;top:13px}

/* Buttons */
.btn{position:relative;overflow:hidden;min-height:42px;border:1px solid transparent;border-radius:12px;padding:9px 15px;font-weight:780;font-size:12.8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;line-height:1.2;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .12s ease,color .18s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(1px) scale(.99)}.btn-sm{min-height:35px;padding:7px 11px;font-size:11.8px;border-radius:10px}.btn-primary{background:linear-gradient(135deg,var(--blue-700),var(--blue-600));color:#fff;border-color:#2563eb;box-shadow:0 8px 17px rgba(37,99,235,.23)}.btn-primary:hover{background:linear-gradient(135deg,#173fa8,#1d4ed8);box-shadow:0 11px 24px rgba(37,99,235,.29)}.btn-light{background:#fff;color:#334155;border-color:var(--line-strong);box-shadow:0 3px 8px rgba(15,23,42,.035)}.btn-light:hover{background:#f8fbff;border-color:#aebfd4;color:var(--ink)}.btn-good{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#047857;border-color:#b7f1d4}.btn-danger{background:linear-gradient(135deg,#fff5f5,#fee2e2);color:#b91c1c;border-color:#fecaca}.btn[disabled],.btn:disabled{opacity:.52;cursor:not-allowed;box-shadow:none;transform:none!important}.ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.35);transform:scale(0);animation:ripple .55s linear;pointer-events:none}@keyframes ripple{to{transform:scale(4);opacity:0}}

/* Forms */
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.field{display:flex;flex-direction:column;gap:7px}.field+.field{margin-top:1px}.field.full{grid-column:1/-1}.field label{font-size:11.5px;font-weight:800;color:#43556e;letter-spacing:.01em}.input,.select,.textarea{width:100%;min-height:45px;border:1px solid #d5dfec;border-radius:12px;padding:10px 12px;background:linear-gradient(180deg,#fff,#fbfdff);color:var(--ink);outline:none;box-shadow:inset 0 1px 2px rgba(15,23,42,.015);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease}.textarea{min-height:112px;resize:vertical}.input::placeholder,.textarea::placeholder{color:#a3b1c4}.input:hover,.select:hover,.textarea:hover{border-color:#b7c5d8}.input:focus,.select:focus,.textarea:focus{border-color:var(--blue-500);box-shadow:0 0 0 4px rgba(37,99,235,.10),0 7px 18px rgba(37,99,235,.055);background:#fff}.input:disabled,.select:disabled,.textarea:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.field small,.field .muted{line-height:1.45}.card form+.muted{margin-top:14px}input[type=checkbox],input[type=radio]{accent-color:var(--blue-600);width:16px;height:16px}
.field-group{padding:18px;border:1px solid var(--line);border-radius:15px;background:#fbfdff}.field-group-title{display:flex;align-items:center;gap:9px;font-weight:800;color:var(--ink);margin-bottom:13px}.field-group-title span:first-child{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:var(--blue-50);color:var(--blue-600)}

/* Tables */
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 4px 16px rgba(16,42,74,.025)}.table{width:100%;border-collapse:separate;border-spacing:0}.table th,.table td{text-align:left;padding:14px 15px;border-bottom:1px solid #edf2f7;vertical-align:middle}.table th{position:sticky;top:0;z-index:1;background:linear-gradient(180deg,#f9fbfe,#f4f8fc);font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#71839a;font-weight:850;white-space:nowrap}.table tbody tr:last-child td{border-bottom:0}.table tbody tr{transition:background .15s ease,transform .15s ease}.table tbody tr:hover{background:#f8fbff}.table td strong{color:var(--ink)}.table .actions{min-width:max-content}.card>.table-wrap{margin:-2px}.table td:first-child{padding-left:17px}.table th:first-child{padding-left:17px}.table td .small{line-height:1.55}.table td form.form-grid{min-width:470px;gap:8px;grid-template-columns:1fr 1fr}.table td form.form-grid .btn{align-self:end}
.table-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px;padding:2px}.table-search{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:8px 11px;color:var(--muted);min-width:250px}.table-search input{border:0;outline:0;width:100%;background:transparent;color:var(--ink)}

/* Badges & alerts */
.badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 9px;font-size:10.5px;font-weight:820;line-height:1;border:1px solid transparent;white-space:nowrap}.badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.85;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 12%,transparent)}.badge-good{background:var(--green-50);color:#047857;border-color:#c9f3df}.badge-muted{background:#f3f6fa;color:#64748b;border-color:#e3e9f1}.badge-warn{background:var(--amber-50);color:#b45309;border-color:#fbe6b3}.badge-bad{background:var(--red-50);color:#b91c1c;border-color:#ffd5d5}.flash{display:grid;grid-template-columns:auto 1fr;column-gap:10px;row-gap:1px;position:relative;padding:14px 16px 14px 50px;border-radius:14px;margin-bottom:18px;border:1px solid;box-shadow:0 8px 22px rgba(15,23,42,.04);animation:slideDown .28s ease}.flash:before{position:absolute;left:14px;top:14px;width:25px;height:25px;border-radius:9px;display:grid;place-items:center;font-weight:900;font-size:12px}.flash strong{font-size:11.5px;text-transform:uppercase;letter-spacing:.06em}.flash span{grid-column:2;font-size:12.5px}.flash-good{background:linear-gradient(135deg,#f0fdf8,#ecfdf5);color:#065f46;border-color:#c8f0dc}.flash-good:before{content:"✓";background:linear-gradient(135deg,#059669,#10b981);color:#fff}.flash-bad{background:linear-gradient(135deg,#fff8f8,#fef2f2);color:#991b1b;border-color:#ffd1d1}.flash-bad:before{content:"!";background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff}.availability{padding:12px;border-radius:10px;margin-top:10px;display:none}.empty{padding:44px 28px;text-align:center;color:var(--muted);border-style:dashed!important;background:radial-gradient(circle at 50% 0,rgba(59,130,246,.07),transparent 36%),linear-gradient(180deg,#fff,#f9fbfe)}
@keyframes slideDown{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}

/* Auth */
.auth-shell{min-height:100vh;display:grid;place-items:center;padding:30px;position:relative;overflow:hidden;background:radial-gradient(circle at 15% 0,rgba(37,99,235,.22),transparent 35%),radial-gradient(circle at 94% 90%,rgba(20,184,166,.16),transparent 33%),linear-gradient(135deg,#f8fbff,#eef4fb)}.auth-shell:before,.auth-shell:after{content:"";position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.auth-shell:before{width:360px;height:360px;left:-150px;bottom:-160px;background:linear-gradient(135deg,rgba(37,99,235,.13),rgba(124,58,237,.08))}.auth-shell:after{width:270px;height:270px;right:-80px;top:-90px;border:48px solid rgba(20,184,166,.055)}.auth-card{position:relative;z-index:1;width:min(465px,100%);background:rgba(255,255,255,.92);backdrop-filter:blur(20px);border:1px solid rgba(217,227,239,.92);border-radius:26px;padding:32px;box-shadow:0 30px 80px rgba(8,29,58,.16)}.auth-card:before{content:"";position:absolute;left:28px;right:28px;top:0;height:4px;background:linear-gradient(90deg,var(--blue-600),var(--cyan-500),var(--violet-500));border-radius:0 0 6px 6px}.auth-card .brand{color:var(--navy-900)}.auth-card h1{font-size:29px;margin:23px 0 8px}.auth-card p{margin-top:0}.auth-card .field+.field{margin-top:13px}

/* Admin shell */
.admin-body{background:radial-gradient(circle at 94% 2%,rgba(37,99,235,.055),transparent 24%),var(--bg);overflow-x:hidden}.admin-layout{display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr);min-height:100vh}.sidebar{background:radial-gradient(circle at 30% 0,rgba(37,99,235,.20),transparent 25%),linear-gradient(180deg,var(--navy-1000) 0,var(--navy-950) 40%,#07172c 100%);color:#d7e5f5;padding:18px 14px 19px;position:fixed;left:0;top:0;bottom:0;width:var(--sidebar);overflow-y:auto;overflow-x:hidden;z-index:70;scrollbar-width:thin;scrollbar-color:#294664 transparent;border-right:1px solid rgba(123,160,201,.10)}.sidebar::-webkit-scrollbar{width:5px}.sidebar::-webkit-scrollbar-thumb{background:#294664;border-radius:20px}.sidebar-brand{min-height:58px;padding:4px 9px 14px;color:#fff;position:sticky;top:-18px;background:linear-gradient(180deg,var(--navy-1000) 77%,rgba(3,10,24,0));z-index:4;margin-bottom:2px}.sidebar-brand .brandcopy small{color:#6f8bae}.sidebar-workspace{margin:0 4px 15px;padding:11px 11px;display:grid;grid-template-columns:9px 1fr auto;align-items:center;gap:9px;background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border:1px solid rgba(145,176,214,.12);border-radius:13px}.workspace-dot{width:8px;height:8px;border-radius:50%;background:#34d399;box-shadow:0 0 0 4px rgba(52,211,153,.10),0 0 14px rgba(52,211,153,.34)}.sidebar-workspace div{display:flex;flex-direction:column;line-height:1.2}.sidebar-workspace small{font-size:8.5px;text-transform:uppercase;letter-spacing:.10em;color:#7189a8;font-weight:800}.sidebar-workspace strong{font-size:11.5px;color:#e7eff9;margin-top:3px}.live-pill{font-size:8px;letter-spacing:.08em;padding:4px 6px;border-radius:999px;color:#86efac;background:rgba(16,185,129,.09);border:1px solid rgba(52,211,153,.16);font-weight:850}.side-nav{display:flex;flex-direction:column;gap:3px;padding-bottom:17px}.side-nav>a{position:relative;display:flex;align-items:center;gap:11px;min-height:42px;padding:9px 12px;border-radius:12px;color:#9db0c8;font-size:12.5px;font-weight:690;transition:.18s cubic-bezier(.2,.8,.2,1)}.side-nav>a .ui-icon{color:#6882a2;transition:.18s}.side-nav>a:hover{background:linear-gradient(90deg,rgba(255,255,255,.075),rgba(255,255,255,.035));color:#fff;transform:translateX(2px)}.side-nav>a:hover .ui-icon{color:#8fb9ff}.side-nav>a.active{background:linear-gradient(90deg,rgba(37,99,235,.31),rgba(37,99,235,.10));color:#fff;box-shadow:inset 0 0 0 1px rgba(91,146,255,.17),0 8px 18px rgba(0,0,0,.12)}.side-nav>a.active:after{content:"";position:absolute;right:8px;width:5px;height:5px;border-radius:50%;background:#70a5ff;box-shadow:0 0 0 4px rgba(96,165,250,.10)}.side-nav>a.active .ui-icon{color:#78abff}.side-nav>small{display:block;padding:20px 11px 7px;color:#566e8d;text-transform:uppercase;font-size:8.5px;letter-spacing:.13em;font-weight:900}.side-nav>small:first-of-type{padding-top:14px}.sidebar-foot{display:flex;align-items:center;gap:10px;padding:12px;margin:4px;background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(20,184,166,.06));border:1px solid rgba(116,155,203,.12);border-radius:14px}.mini-orb{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:rgba(59,130,246,.15);color:#79aaff}.sidebar-foot>div:last-child{display:flex;flex-direction:column;line-height:1.2}.sidebar-foot strong{font-size:10.5px;color:#dfe9f6}.sidebar-foot span{font-size:8.5px;color:#7189a8;margin-top:3px}.admin-main{min-width:0;grid-column:2;min-height:100vh}.admin-head{height:var(--topbar);position:sticky;top:0;z-index:40;background:rgba(255,255,255,.88);backdrop-filter:blur(20px);border-bottom:1px solid rgba(218,227,239,.88);display:flex;justify-content:space-between;align-items:center;padding:0 30px;box-shadow:0 7px 25px rgba(18,42,74,.035)}.admin-head-left{display:flex;align-items:center;gap:12px;min-width:0}.admin-head-title{display:flex;flex-direction:column;min-width:0;line-height:1.18}.admin-head-title>span:first-child{font-family:"Plus Jakarta Sans",sans-serif;font-size:16px;font-weight:800;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-head-title>small{font-size:9px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.11em;margin-top:4px}.admin-head-tools{display:flex;align-items:center;gap:10px}.head-icon{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:#fff;color:#52647c;cursor:pointer;transition:.18s}.head-icon:hover{color:var(--blue-600);border-color:#c5d5e9;background:var(--blue-50);transform:translateY(-1px)}.system-chip{display:flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:10.5px;font-weight:750;color:#52647c}.system-chip i,.hero-status i{width:6px;height:6px;border-radius:50%;background:#10b981;box-shadow:0 0 0 4px rgba(16,185,129,.10)}.admin-user{display:flex;align-items:center;gap:10px;padding-left:8px}.admin-avatar{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--blue-600),var(--violet-600));color:#fff;display:grid;place-items:center;font-weight:850;box-shadow:0 8px 18px rgba(37,99,235,.18)}.admin-user-meta{display:flex;flex-direction:column;line-height:1.2}.admin-user-meta strong{font-size:12px;color:var(--ink)}.admin-user-meta span{font-size:9.5px;color:var(--muted);margin-top:3px}.admin-menu-toggle{display:none;width:40px;height:40px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);cursor:pointer;align-items:center;justify-content:center;font-size:18px}.sidebar-overlay{display:none}.page{padding:28px 30px 50px;max-width:1580px;width:100%;margin:0 auto}.page-hero{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:17px;margin-bottom:22px;padding:22px 23px;border:1px solid #dce6f2;border-radius:22px;background:radial-gradient(circle at 96% 0,rgba(59,130,246,.12),transparent 29%),radial-gradient(circle at 70% 100%,rgba(20,184,166,.07),transparent 28%),linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 12px 30px rgba(13,31,56,.05);overflow:hidden}.page-hero:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-60px;bottom:-72px;border:18px solid rgba(37,99,235,.045)}.page-hero-orb{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--navy-850),var(--blue-600) 65%,var(--cyan-500));box-shadow:0 12px 26px rgba(37,99,235,.22)}.page-hero-copy h1{font-size:24px;margin:0 0 4px}.page-hero-copy p{margin:0;color:var(--muted);font-size:12.5px}.page-hero-copy .eyebrow{margin-bottom:3px}.page-hero-meta{display:flex;align-items:center;gap:8px;position:relative;z-index:1}.hero-status,.hero-date{display:inline-flex;align-items:center;gap:7px;padding:7px 9px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.78);font-size:9.5px;font-weight:780;color:#61738a}.hero-date{font-weight:700;color:#8494a8}

/* Dashboard rich sections */
.dashboard-banner{position:relative;overflow:hidden;border-radius:24px;padding:27px 29px;margin-bottom:20px;background:linear-gradient(120deg,#0a1d39 0%,#153d77 52%,#2563eb 100%);color:#fff;box-shadow:0 20px 48px rgba(15,53,107,.20)}.dashboard-banner:before{content:"";position:absolute;width:230px;height:230px;border-radius:50%;right:-70px;top:-110px;background:rgba(255,255,255,.11)}.dashboard-banner:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:120px;bottom:-78px;border:28px solid rgba(255,255,255,.06)}.dashboard-banner h2{color:#fff;font-size:25px;margin:0 0 7px}.dashboard-banner p{margin:0;color:#c9dcf6;max-width:680px}.dashboard-banner .actions{margin-top:19px}.dashboard-banner .btn-light{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.16);color:#fff;box-shadow:none}.dashboard-banner .btn-light:hover{background:rgba(255,255,255,.18)}.dashboard-banner .btn-primary{background:#fff;color:#1746a2;border-color:#fff;box-shadow:0 10px 22px rgba(0,0,0,.14)}.dashboard-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:20px;margin-top:20px}.quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.quick-action{display:flex;align-items:center;gap:11px;padding:13px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,#fff,#f8fbff);transition:.2s}.quick-action:hover{border-color:#c9d8ea;transform:translateY(-2px);box-shadow:var(--shadow-sm)}.quick-action-icon{width:37px;height:37px;border-radius:12px;display:grid;place-items:center;background:var(--blue-50);color:var(--blue-600)}.quick-action:nth-child(2) .quick-action-icon{background:var(--teal-50);color:var(--teal-600)}.quick-action:nth-child(3) .quick-action-icon{background:var(--violet-50);color:var(--violet-600)}.quick-action:nth-child(4) .quick-action-icon{background:var(--amber-50);color:var(--amber-600)}.quick-action strong{font-size:11.5px;color:var(--ink);display:block}.quick-action span{font-size:9.5px;color:var(--muted)}.health-list{display:grid;gap:10px}.health-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #eef2f7}.health-row:last-child{border-bottom:0}.health-name{display:flex;align-items:center;gap:9px;font-weight:700;font-size:12px;color:#334155}.health-dot{width:9px;height:9px;border-radius:50%;background:#10b981;box-shadow:0 0 0 4px rgba(16,185,129,.10)}.health-value{font-size:11px;color:var(--muted)}

/* Customer rich dashboard */
.customer-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;padding:29px 31px;margin-bottom:20px;border-radius:26px;color:#fff;background:radial-gradient(circle at 90% 15%,rgba(255,255,255,.14),transparent 27%),linear-gradient(125deg,#0a1d39 0%,#173f81 55%,#2775e7 100%);box-shadow:0 23px 55px rgba(13,52,105,.18)}.customer-hero h1{color:#fff;font-size:30px;margin:0 0 7px}.customer-hero p{color:#cde0f8;margin:0}.customer-hero .actions{justify-content:flex-end}.customer-hero .btn-light{background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.17);color:#fff}.customer-hero .btn-primary{background:#fff;border-color:#fff;color:#1746a2;box-shadow:0 9px 22px rgba(0,0,0,.13)}.customer-metric{display:flex;align-items:center;gap:14px;min-height:110px}.customer-metric-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue-50),#e8f1ff);color:var(--blue-600)}.customer-metric:nth-child(2) .customer-metric-icon{background:var(--teal-50);color:var(--teal-600)}.customer-metric:nth-child(3) .customer-metric-icon{background:var(--violet-50);color:var(--violet-600)}.customer-metric:nth-child(4) .customer-metric-icon{background:var(--amber-50);color:var(--amber-600)}.customer-metric strong{font-family:"Plus Jakarta Sans";font-size:24px;color:var(--ink);letter-spacing:-.04em}.customer-metric span{display:block;font-size:11px;color:var(--muted);margin-top:2px}
.service-card{position:relative;padding:23px;border-radius:20px;border:1px solid var(--line);background:linear-gradient(145deg,#fff,#f9fbff);box-shadow:var(--shadow-xs);overflow:hidden;transition:.2s}.service-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--blue-600),var(--cyan-500))}.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm);border-color:#d2deed}.service-card-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.service-card-title{display:flex;gap:12px;align-items:center}.service-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--blue-50);color:var(--blue-600)}.service-card h2{font-size:16px;margin:0}.service-card p{margin:3px 0 0}.service-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin:18px 0}.service-meta{padding:11px;border-radius:12px;background:#f7faff;border:1px solid #edf2f7}.service-meta span{display:block;font-size:9.5px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:800}.service-meta strong{display:block;margin-top:4px;font-size:12px;color:var(--ink)}

/* Wizard */
.wizard-shell{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}.wizard-main{min-width:0}.wizard-stepper{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:18px}.wizard-tab{position:relative;padding:13px 12px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;align-items:center;gap:9px;color:#718198;font-size:10.5px;font-weight:780;transition:.2s}.wizard-tab span:first-child{width:27px;height:27px;border-radius:9px;background:#f1f5f9;display:grid;place-items:center;font-size:10px;color:#64748b}.wizard-tab.active{border-color:#bfd3f3;background:linear-gradient(135deg,var(--blue-50),#fff);color:var(--blue-700);box-shadow:0 8px 18px rgba(37,99,235,.08)}.wizard-tab.active span:first-child{background:var(--blue-600);color:#fff}.wizard-tab.done{border-color:#c9f0df;background:#f6fffb;color:#047857}.wizard-tab.done span:first-child{background:#10b981;color:#fff}.wizard-panel{display:none}.wizard-panel.active{display:block;animation:panelIn .25s ease}.wizard-panel .card{padding:26px}.wizard-panel-head{display:flex;gap:13px;align-items:flex-start;margin-bottom:20px}.wizard-panel-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue-50),#e9f3ff);color:var(--blue-600)}.wizard-panel-head h2{margin:0 0 4px;font-size:18px}.wizard-panel-head p{margin:0;color:var(--muted);font-size:12px}.wizard-nav{display:flex;justify-content:space-between;align-items:center;margin-top:21px;padding-top:18px;border-top:1px solid var(--line)}.wizard-summary{position:sticky;top:96px;border-radius:21px;padding:22px;background:linear-gradient(155deg,var(--navy-950),#123a6f);color:#fff;box-shadow:0 20px 45px rgba(7,29,63,.20);overflow:hidden}.wizard-summary:after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;right:-55px;top:-58px;background:rgba(255,255,255,.08)}.wizard-summary h3{color:#fff;margin:0 0 7px}.wizard-summary>p{color:#9fb7d3;font-size:11.5px;margin:0 0 18px}.summary-item{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:11px}.summary-item span{color:#91a9c6}.summary-item strong{color:#fff;text-align:right}.summary-note{margin-top:16px;padding:12px;border-radius:12px;background:rgba(255,255,255,.06);font-size:10.5px;color:#adc2db}.domain-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.choice-card{display:flex;gap:11px;align-items:flex-start;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer;transition:.18s}.choice-card:hover{border-color:#bfd1e8;background:#fbfdff}.choice-card input{margin-top:3px}.choice-card strong{font-size:12px;color:var(--ink);display:block}.choice-card small{display:block;color:var(--muted);margin-top:3px}@keyframes panelIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}

/* Utilities */
code.inline{background:#edf2f7;padding:3px 6px;border-radius:5px;color:#334155;font-size:12px}.page-section{margin-top:22px}.section-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:var(--blue-600);font-weight:850}.reveal{opacity:0;transform:translateY(10px)}.reveal.revealed{animation:revealIn .48s cubic-bezier(.2,.8,.2,1) forwards}@keyframes revealIn{to{opacity:1;transform:none}}

@media(min-width:1101px){.page>.grid.grid-2>.card{min-width:0}.admin-main .card.stat:hover{transform:translateY(-3px)}}
@media(max-width:1180px){.dashboard-layout{grid-template-columns:1fr}.wizard-shell{grid-template-columns:1fr}.wizard-summary{position:relative;top:0}.system-chip{display:none}}
@media(max-width:1100px){
  :root{--sidebar:282px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .admin-layout{grid-template-columns:1fr}.admin-main{grid-column:1}.sidebar{transform:translateX(-104%);box-shadow:20px 0 55px rgba(3,14,30,.25);transition:transform .24s cubic-bezier(.2,.8,.2,1)}.admin-body.sidebar-open .sidebar{transform:translateX(0)}.admin-body.sidebar-open{overflow:hidden}.sidebar-overlay{display:block;position:fixed;inset:0;background:rgba(6,21,45,.52);backdrop-filter:blur(3px);z-index:60;opacity:0;visibility:hidden;transition:.2s}.admin-body.sidebar-open .sidebar-overlay{opacity:1;visibility:visible}.admin-menu-toggle{display:inline-flex}.admin-head{padding:0 20px}.page{padding:24px 20px 40px}.form-grid,.grid-2{grid-template-columns:1fr}.field.full{grid-column:auto}.split{flex-direction:column}.w-60,.w-40{width:100%}.table td form.form-grid{grid-template-columns:1fr;min-width:260px}.wizard-stepper{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  :root{--topbar:66px}.wrap{padding:24px 15px 38px}.topbar{padding:0 15px}.topbar .brandcopy small{display:none}.mobile-nav-toggle{display:flex;flex-direction:column}.navlinks{display:none;position:absolute;left:12px;right:12px;top:72px;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:17px;padding:10px;box-shadow:var(--shadow-lg);flex-direction:column;align-items:stretch}.public-body.nav-open .navlinks{display:flex;animation:panelIn .2s ease}.navlinks>a,.navlinks>.btn{width:100%;justify-content:flex-start}.nav-user{margin:4px 0}.hero{padding:62px 18px}.hero h1{font-size:39px}.hero p{font-size:15px}.grid-4,.grid-3{grid-template-columns:1fr}.title-row{align-items:flex-start;flex-direction:column}.title-row>.actions{width:100%}.title-row>.actions .btn{flex:1}.mailbox-card{align-items:flex-start;flex-direction:column}.mailbox-card>.actions{width:100%}.mailbox-card>.actions .btn{flex:1}.page{padding:18px 13px 32px}.admin-head{padding:0 13px}.head-icon{display:none}.admin-user-meta{display:none}.admin-head-title>small{display:none}.admin-head-title>span:first-child{font-size:14px}.card{padding:18px;border-radius:16px}.stat{min-height:116px;padding:18px}.stat .value{font-size:27px}.table th,.table td{padding:11px 12px}.btn{min-height:40px}.auth-card{padding:25px}.price{font-size:27px}.page-hero{grid-template-columns:auto 1fr;padding:17px;margin-bottom:16px}.page-hero-orb{width:42px;height:42px;border-radius:13px}.page-hero-copy h1{font-size:19px}.page-hero-copy p{font-size:11px}.page-hero-meta{display:none}.customer-hero{grid-template-columns:1fr;padding:23px}.customer-hero h1{font-size:25px}.customer-hero .actions{justify-content:flex-start}.customer-metric{min-height:90px}.wizard-stepper{display:flex;overflow:auto;padding-bottom:4px}.wizard-tab{min-width:150px}.domain-choice{grid-template-columns:1fr}.service-meta-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:flex-start}
}
@media(max-width:460px){.actions{width:100%}.actions>.btn{flex:1;min-width:0}.brandcopy strong{font-size:14px}.sidebar{width:min(88vw,310px)}.admin-avatar{display:none}.quick-grid{grid-template-columns:1fr}.customer-hero .actions .btn{width:100%}.page-hero{grid-template-columns:1fr}.page-hero-orb{display:none}}
/* Page personality accents */
body[data-page="customers"] .page-hero-orb,body[data-page="mailboxes"] .page-hero-orb{background:linear-gradient(145deg,#0b5f67,#14b8a6)}
body[data-page="domains"] .page-hero-orb,body[data-page="managed-domains"] .page-hero-orb,body[data-page="tld-pricing"] .page-hero-orb{background:linear-gradient(145deg,#0f766e,#22c7b8)}
body[data-page="hosting-services"] .page-hero-orb,body[data-page="hosting-plans"] .page-hero-orb,body[data-page="whm-servers"] .page-hero-orb,body[data-page="import-cpanel-accounts"] .page-hero-orb{background:linear-gradient(145deg,#5523ad,#8b5cf6)}
body[data-page="domain-registrars"] .page-hero-orb,body[data-page="cloudflare-dns"] .page-hero-orb{background:linear-gradient(145deg,#b45309,#f59e0b)}
body[data-page="orders"] .page-hero-orb,body[data-page="crypto-payments"] .page-hero-orb,body[data-page="payment-settings"] .page-hero-orb{background:linear-gradient(145deg,#1746a2,#3b82f6)}
body[data-page="mail-servers"] .page-hero-orb,body[data-page="reserved-usernames"] .page-hero-orb{background:linear-gradient(145deg,#163c68,#0ea5e9)}
body[data-page="create-hosting-service"] .page-hero{background:radial-gradient(circle at 96% 0,rgba(124,58,237,.12),transparent 29%),radial-gradient(circle at 70% 100%,rgba(37,99,235,.08),transparent 28%),linear-gradient(135deg,#fff,#faf9ff)}
body[data-page="create-hosting-service"] .page-hero-orb{background:linear-gradient(145deg,#5b21b6,#7c3aed,#3b82f6)}

/* v2.9.1 — compact mail operations + richer management screens */
:root{--sidebar:272px}

/* Sidebar refinement: denser, clearer hierarchy, richer active treatment */
.sidebar{padding:15px 11px 16px;background:radial-gradient(circle at 78% 4%,rgba(59,130,246,.22),transparent 22%),radial-gradient(circle at 15% 72%,rgba(20,184,166,.07),transparent 24%),linear-gradient(180deg,#040d1d 0%,#07162b 45%,#081a31 100%);box-shadow:inset -1px 0 rgba(148,181,222,.08),14px 0 42px rgba(4,18,40,.06)}
.sidebar-brand{padding:5px 8px 12px;min-height:55px;background:linear-gradient(180deg,#040d1d 80%,rgba(4,13,29,0))}
.sidebar-workspace{margin:1px 4px 13px;padding:10px 10px;border-radius:14px;background:linear-gradient(135deg,rgba(37,99,235,.16),rgba(20,184,166,.055));border-color:rgba(122,165,222,.15)}
.side-nav{gap:2px;padding-bottom:14px}
.side-nav>a{min-height:39px;padding:4px 9px 4px 6px;border-radius:11px;gap:8px;color:#9eb1c8;font-size:12px;font-weight:700}
.side-nav>a .ui-icon{width:30px;height:30px;padding:6px;border-radius:9px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.035);color:#7390b2;transition:.18s cubic-bezier(.2,.8,.2,1)}
.side-nav>a:hover{background:linear-gradient(90deg,rgba(255,255,255,.075),rgba(255,255,255,.025));transform:translateX(1px)}
.side-nav>a:hover .ui-icon{background:rgba(59,130,246,.13);border-color:rgba(96,165,250,.14);color:#98c1ff}
.side-nav>a.active{background:linear-gradient(100deg,rgba(37,99,235,.32),rgba(30,64,175,.13) 64%,rgba(20,184,166,.055));box-shadow:inset 0 0 0 1px rgba(104,157,255,.18),0 8px 20px rgba(0,0,0,.12);transform:none}
.side-nav>a.active:before{content:"";position:absolute;left:-6px;top:9px;bottom:9px;width:3px;border-radius:0 4px 4px 0;background:linear-gradient(180deg,#60a5fa,#2dd4bf);box-shadow:0 0 12px rgba(96,165,250,.35)}
.side-nav>a.active:after{right:9px;width:4px;height:4px;background:#78b4ff}
.side-nav>a.active .ui-icon{background:linear-gradient(145deg,rgba(59,130,246,.32),rgba(14,165,233,.18));border-color:rgba(112,165,255,.20);color:#b7d3ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.side-nav>small{position:relative;padding:17px 9px 6px 10px;color:#607b9e;font-size:8px;letter-spacing:.15em}
.side-nav>small:after{content:"";position:absolute;height:1px;left:10px;right:10px;bottom:1px;background:linear-gradient(90deg,rgba(117,148,188,.18),transparent)}
.sidebar-foot{padding:10px;margin:3px 4px;background:linear-gradient(135deg,rgba(59,130,246,.11),rgba(13,148,136,.05));border-radius:13px}

/* Shared compact operation dashboards */
.admin-overview-strip,.mailbox-summary-strip{margin-bottom:15px}
.compact-stat-grid{display:grid;gap:11px}.compact-stat-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-stat-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.compact-stat{position:relative;min-height:82px;padding:13px 15px;display:flex;align-items:center;gap:12px;border-radius:16px;border:1px solid var(--line);background:linear-gradient(145deg,#fff,#f8fbff);box-shadow:0 6px 18px rgba(15,35,63,.045);overflow:hidden;transition:.2s}
.compact-stat:after{content:"";position:absolute;inset:auto -23px -39px auto;width:84px;height:84px;border-radius:50%;background:currentColor;opacity:.035}
.compact-stat:hover{transform:translateY(-2px);box-shadow:0 11px 25px rgba(15,35,63,.075)}
.compact-stat-icon{width:39px;height:39px;flex:0 0 39px;border-radius:12px;display:grid;place-items:center;background:#eff6ff;color:var(--blue-600)}
.compact-stat div{display:flex;flex-direction:column;line-height:1.15}.compact-stat small{text-transform:uppercase;letter-spacing:.075em;font-size:8.5px;font-weight:850;color:#718198}.compact-stat strong{font-family:"Plus Jakarta Sans";font-size:22px;color:var(--ink);margin-top:5px;letter-spacing:-.045em}
.compact-stat-teal .compact-stat-icon{background:var(--teal-50);color:var(--teal-600)}.compact-stat-violet .compact-stat-icon{background:var(--violet-50);color:var(--violet-600)}.compact-stat-amber .compact-stat-icon{background:var(--amber-50);color:var(--amber-600)}.compact-stat-red .compact-stat-icon{background:var(--red-50);color:var(--red-600)}
.admin-manage-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.78fr);gap:17px;align-items:start}.manage-list-panel{min-width:0}.section-heading-row{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin:2px 2px 12px}.section-heading-row h2{font-size:18px;margin:2px 0 2px}.section-heading-row p{font-size:11.5px;color:var(--muted);margin:0;max-width:660px}.management-list{display:grid;gap:10px}.management-card{background:linear-gradient(145deg,#fff,#fbfdff);border:1px solid var(--line);border-radius:17px;padding:14px 15px;box-shadow:0 4px 14px rgba(15,35,63,.035);transition:.18s cubic-bezier(.2,.8,.2,1)}.management-card:hover{transform:translateY(-2px);border-color:#cfdded;box-shadow:0 11px 26px rgba(15,35,63,.075)}
.management-card-main{display:flex;align-items:center;gap:11px;min-width:0}.management-icon{width:39px;height:39px;flex:0 0 39px;border-radius:12px;display:grid;place-items:center;background:#eff6ff;color:var(--blue-600)}.management-icon-teal{background:var(--teal-50);color:var(--teal-600)}.management-icon-blue{background:var(--blue-50);color:var(--blue-600)}.management-copy{min-width:0;flex:1;display:flex;flex-direction:column}.management-title-line{display:flex;align-items:center;gap:8px;min-width:0}.management-title-line>strong{font-family:"Plus Jakarta Sans";font-size:13.5px;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.management-copy>span{font-size:10.5px;color:var(--muted);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.management-title-line .badge{padding:5px 7px;font-size:9px}
.management-meta-grid{display:grid;gap:7px;margin:11px 0}.server-meta-grid{grid-template-columns:1.2fr .55fr .9fr}.domain-meta-grid{grid-template-columns:1.25fr .55fr .65fr .85fr}.management-meta-grid>div{padding:8px 9px;border-radius:10px;background:#f7faff;border:1px solid #edf2f7;min-width:0}.management-meta-grid small{display:block;text-transform:uppercase;letter-spacing:.065em;font-size:7.8px;font-weight:850;color:#8291a5}.management-meta-grid strong{display:block;margin-top:3px;color:#334155;font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.management-note{padding:8px 10px;border-radius:10px;background:var(--green-50);color:#047857;font-size:10px;margin:0 0 10px;border:1px solid #d3f3e3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.management-note-bad{background:var(--red-50);border-color:#ffdada;color:#b91c1c}.management-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding-top:10px;border-top:1px solid #eef2f7}.management-actions form{display:inline-flex}.management-actions .btn{min-height:32px;padding:6px 9px;font-size:10.5px;border-radius:9px}
.domain-sales-state{margin-left:auto;display:flex;align-items:center;gap:5px;flex-direction:column}.domain-sales-state .badge{font-size:8.5px;padding:5px 7px}.domain-sales-state small{font-size:7.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:850}
.editor-card{padding:17px}.sticky-editor{position:sticky;top:92px}.editor-card-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:start;margin-bottom:13px;padding-bottom:13px;border-bottom:1px solid var(--line)}.editor-card-head h2{font-size:16px;margin:1px 0 3px}.editor-card-head p{font-size:10.5px;line-height:1.45;color:var(--muted);margin:0}.editor-orb{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#1746a2,#3b82f6);box-shadow:0 8px 18px rgba(37,99,235,.18)}.editor-orb-teal{background:linear-gradient(145deg,#0f766e,#14b8a6)}.editor-orb-violet{background:linear-gradient(145deg,#5b21b6,#8b5cf6)}.editor-section{padding:11px 0;border-bottom:1px solid #eef2f7}.editor-section:first-of-type{padding-top:0}.editor-section-label{font-size:8.5px;text-transform:uppercase;letter-spacing:.10em;font-weight:900;color:#718198;margin-bottom:8px}.compact-form-grid{gap:10px}.editor-card .field{gap:5px}.editor-card .field label{font-size:10.5px}.editor-card .input,.editor-card .select{min-height:40px;padding:8px 10px;border-radius:10px;font-size:11.5px}.editor-submit{width:100%;margin-top:13px;min-height:40px}.toggle-row{display:flex;gap:13px;flex-wrap:wrap;margin-top:10px}.compact-toggle{display:flex;align-items:center;gap:7px;cursor:pointer;font-size:10.5px;color:#475569}.compact-toggle input{position:absolute;opacity:0;pointer-events:none}.compact-toggle>span{width:31px;height:18px;border-radius:999px;background:#cbd5e1;position:relative;transition:.18s;box-shadow:inset 0 1px 2px rgba(15,23,42,.10)}.compact-toggle>span:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;left:3px;top:3px;background:#fff;box-shadow:0 2px 5px rgba(15,23,42,.18);transition:.18s}.compact-toggle input:checked+span{background:linear-gradient(135deg,var(--blue-600),var(--teal-500))}.compact-toggle input:checked+span:after{transform:translateX(13px)}.compact-toggle b{font-size:10.5px;font-weight:750}.sales-toggle{margin-top:11px;align-items:flex-start}.sales-toggle b{line-height:1.45}.input-with-prefix{position:relative}.input-with-prefix>span{position:absolute;left:10px;top:50%;transform:translateY(-50%);z-index:1;color:#7890ad;font-weight:850}.input-with-prefix .input{padding-left:33px}.editor-tip{display:flex;gap:8px;align-items:flex-start;margin-top:11px;padding:9px 10px;border-radius:10px;background:var(--violet-50);border:1px solid #e9ddff;color:#5b21b6;font-size:9.8px;line-height:1.45}
.empty-state-box{padding:30px 22px;border:1px dashed #cbd8e8;border-radius:17px;background:linear-gradient(180deg,#fff,#f8fbff);display:grid;place-items:center;text-align:center;color:var(--muted)}.empty-state-box>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--blue-50);color:var(--blue-600);margin-bottom:8px}.empty-state-box strong{font-family:"Plus Jakarta Sans";font-size:13px;color:var(--ink)}.empty-state-box p{font-size:10.5px;margin:4px 0 0;max-width:360px}

/* Reserved usernames */
.reserved-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.reserved-card{padding:13px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(145deg,#fff,#fafcff);box-shadow:0 4px 14px rgba(15,35,63,.03);transition:.18s}.reserved-card:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(15,35,63,.07);border-color:#d3deec}.reserved-card-top{display:flex;align-items:center;gap:9px}.reserved-symbol{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(145deg,#ede9fe,#f5f3ff);color:#6d28d9;font-family:"Plus Jakarta Sans";font-weight:900}.reserved-name{display:flex;flex-direction:column;min-width:0;flex:1}.reserved-name strong{font-family:"Plus Jakarta Sans";font-size:12.5px;color:var(--ink)}.reserved-name span{font-size:9.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scope-pill{font-size:7.5px;text-transform:uppercase;letter-spacing:.07em;font-weight:900;padding:4px 6px;border-radius:999px}.scope-global{background:#ede9fe;color:#6d28d9}.scope-local{background:var(--teal-50);color:#0f766e}.reserved-reason{font-size:10px;color:#63758d;padding:9px 1px 10px;min-height:34px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reserved-card .management-actions{padding-top:8px}.reserved-empty{grid-column:1/-1}

/* Mailboxes: compact intrinsic layout without clipped controls */
body[data-page="mailboxes"] .page{max-width:none;padding-top:18px}body[data-page="mailboxes"] .page-hero{padding:15px 18px;margin-bottom:13px;border-radius:17px}body[data-page="mailboxes"] .page-hero-orb{width:42px;height:42px;border-radius:13px}body[data-page="mailboxes"] .page-hero-copy h1{font-size:20px}body[data-page="mailboxes"] .page-hero-copy p{font-size:11px}.mailbox-summary-strip .compact-stat{min-height:72px;padding:10px 12px}.mailbox-summary-strip .compact-stat-icon{width:34px;height:34px;flex-basis:34px}.mailbox-summary-strip .compact-stat strong{font-size:19px}.mailbox-admin-card{padding:15px;overflow:visible}.mailbox-section-heading{margin:0 1px 11px}.mailbox-section-heading h2{font-size:16px}.mailbox-section-heading p{font-size:10.5px}.mailbox-legend{display:flex;gap:10px;font-size:10px;color:var(--muted)}.mailbox-legend span{display:flex;align-items:center;gap:5px}.legend-dot{width:6px;height:6px;border-radius:50%}.legend-good{background:var(--green-500)}.legend-warn{background:var(--amber-500)}
.mailbox-create-panel{min-width:0;max-width:100%;box-sizing:border-box;margin:0 0 15px;padding:14px 15px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 5px 18px rgba(15,35,63,.04)}.mailbox-create-heading{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:11px;border-bottom:1px solid #edf2f7}.mailbox-create-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--blue-600);box-shadow:0 7px 15px rgba(37,99,235,.18)}.mailbox-create-heading>div{min-width:0}.mailbox-create-heading h2{font-size:15px;margin:1px 0 2px}.mailbox-create-heading p{margin:0;color:var(--muted);font-size:10.5px;line-height:1.45}.mailbox-create-state{margin-left:auto;flex:0 0 auto;padding:5px 8px;border:1px solid #cdeee6;border-radius:8px;background:var(--teal-50);color:var(--teal-700);font-size:10px;font-weight:850}.mailbox-create-form{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.78fr) minmax(0,1.15fr) minmax(88px,.55fr) minmax(0,1.1fr) max-content;gap:9px;align-items:end;min-width:0;max-width:100%}.mailbox-create-form .field{gap:4px;min-width:0}.mailbox-create-form .field label{font-size:10.5px}.mailbox-create-form .input,.mailbox-create-form .select{width:100%;max-width:100%;min-width:0;min-height:38px;padding:7px 9px;border-radius:8px;font-size:11px}.mailbox-password-field>span{display:block;color:var(--muted);font-size:10px;line-height:1.35}.mailbox-password-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px;min-width:0;max-width:100%}.mailbox-password-control .btn{min-height:38px;padding:6px 8px;border-radius:8px;font-size:10px}.mailbox-create-submit{max-width:100%;min-height:38px;padding:7px 11px;border-radius:8px;font-size:10.5px;white-space:nowrap}.mailbox-create-empty{margin-top:10px;padding:9px 10px;border:1px solid #fde5b7;border-radius:8px;background:var(--amber-50);color:#98620b;font-size:10px;font-weight:700}
.mailbox-table-wrap{overflow:visible;border-radius:13px}.mailbox-admin-table{table-layout:fixed;width:100%;min-width:0;font-size:10.5px}.mailbox-admin-table .col-identity{width:25%}.mailbox-admin-table .col-plan{width:14%}.mailbox-admin-table .col-service{width:14%}.mailbox-admin-table .col-backend{width:27%}.mailbox-admin-table .col-actions{width:20%}.mailbox-admin-table th,.mailbox-admin-table td{padding:9px 10px;overflow-wrap:anywhere}.mailbox-admin-table th{font-size:9.5px;letter-spacing:.07em}.mailbox-identity{display:flex;align-items:center;gap:8px;min-width:0}.mailbox-avatar{width:31px;height:31px;flex:0 0 31px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(145deg,var(--teal-50),#e6fffb);color:#0f766e;font-family:"Plus Jakarta Sans";font-weight:900;border:1px solid #d4f4ec}.mailbox-identity>div:last-child{min-width:0}.mailbox-identity strong{display:block;font-size:10.8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mailbox-identity span,.compact-cell>span{display:block;font-size:10px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compact-cell>strong{display:block;font-size:10.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-cell .badge{font-size:9.5px;padding:4px 6px}.backend-status-stack{display:flex;flex-direction:column;gap:3px;min-width:0}.backend-badges{display:flex;gap:4px;flex-wrap:wrap}.backend-badges .badge,.provision-inline .badge{font-size:9.5px;padding:4px 6px}.backend-time{font-size:10px;color:var(--muted)}.backend-error{font-size:10px;color:var(--red-600);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.provision-inline{display:flex;align-items:center;gap:4px;min-width:0;font-size:9.5px;color:var(--muted)}.provision-inline em{font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.compact-mailbox-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px!important;min-width:0!important}.compact-mailbox-actions>*{min-width:0;max-width:100%}.compact-mailbox-actions form{display:block;min-width:0}.compact-mailbox-actions .btn{width:100%;min-width:0;min-height:29px;padding:5px;font-size:10px;line-height:1.2;white-space:normal;border-radius:8px;gap:4px}.compact-mailbox-actions .repair-action{grid-column:1/-1}.external-pill{grid-column:1/-1;display:block;padding:6px 8px;text-align:center;border-radius:8px;background:#f1f5f9;color:#64748b;font-size:10px;font-weight:800}.mailbox-admin-table .badge:before{width:4px;height:4px;box-shadow:none}
.mailbox-action-disclosure{grid-column:1/-1;min-width:0;border:1px solid #dbe5f0;border-radius:8px;background:#f8fbff}.mailbox-action-disclosure summary{display:flex;align-items:center;justify-content:center;gap:5px;min-height:28px;padding:5px 7px;cursor:pointer;list-style:none;color:#40536d;font-size:10px;font-weight:850;min-width:0;overflow-wrap:anywhere;text-align:center;user-select:none}.mailbox-action-disclosure summary::-webkit-details-marker{display:none}.mailbox-action-disclosure summary:after{content:"+";margin-left:2px;font-size:12px;color:#7b8da5}.mailbox-action-disclosure[open] summary{border-bottom:1px solid #dbe5f0;background:#fff}.mailbox-action-disclosure[open] summary:after{content:"-"}.mailbox-action-menu{display:grid;gap:8px;padding:8px}.mailbox-password-action{display:grid!important;gap:6px}.mailbox-password-action label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:850;color:#687b93}.mailbox-password-action>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px}.mailbox-password-action .input{min-height:30px;padding:5px 7px;border-radius:8px;font-size:10px}.mailbox-password-action>div .btn{width:auto;min-width:58px}.mailbox-delete-action{padding-top:7px;border-top:1px solid #e4ebf3}.mailbox-protected-note{display:block;padding:7px;border-top:1px solid #e4ebf3;color:#7b8798;font-size:10px;text-align:center}
.mailbox-assignment-row td{padding:0 10px 9px!important;background:#fbfdff;border-bottom:1px solid #e8eef5}.mailbox-assignment-row:hover,.mailbox-assignment-row:hover td{background:#fbfdff!important}.mailbox-assignment-disclosure{border:1px dashed #cbd9ea;border-radius:8px;background:#f7faff}.mailbox-assignment-disclosure summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:30px;padding:6px 9px;cursor:pointer;list-style:none;color:#3f536e;font-size:10px;user-select:none}.mailbox-assignment-disclosure summary::-webkit-details-marker{display:none}.mailbox-assignment-disclosure summary span{display:inline-flex;align-items:center;gap:5px;font-weight:850}.mailbox-assignment-disclosure summary em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7c8da4;font-size:9.5px;font-style:normal}.mailbox-assignment-disclosure[open] summary{border-bottom:1px solid #dfe8f2;background:#fff}.mailbox-assignment-form{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) minmax(115px,.7fr) max-content;gap:7px;align-items:end;min-width:0;max-width:100%;padding:9px}.mailbox-assignment-form .field{min-width:0;gap:4px}.mailbox-assignment-form label{font-size:10px}.mailbox-assignment-form .select{width:100%;max-width:100%;min-width:0;min-height:32px;padding:5px 7px;border-radius:8px;font-size:10px}.mailbox-assignment-form>.btn{max-width:100%;min-height:32px;padding:5px 9px;font-size:10px;white-space:nowrap}.mailbox-assignment-warning{display:block;margin:0 9px 7px;padding:7px 8px;border-radius:7px;background:var(--amber-50);color:#96610a;font-size:10px;font-weight:750}.mailbox-assignment-disclosure>p{margin:0;padding:0 9px 9px;color:#7d8da1;font-size:9.5px;line-height:1.4}

/* Keep these four operation pages compact and balanced */
body[data-page="domains"] .page,body[data-page="mail-servers"] .page,body[data-page="reserved-usernames"] .page{max-width:1500px;padding-top:21px}body[data-page="domains"] .page-hero,body[data-page="mail-servers"] .page-hero,body[data-page="reserved-usernames"] .page-hero{padding:17px 19px;margin-bottom:15px;border-radius:18px}body[data-page="domains"] .page-hero-orb,body[data-page="mail-servers"] .page-hero-orb,body[data-page="reserved-usernames"] .page-hero-orb{width:44px;height:44px;border-radius:14px}body[data-page="domains"] .page-hero-copy h1,body[data-page="mail-servers"] .page-hero-copy h1,body[data-page="reserved-usernames"] .page-hero-copy h1{font-size:21px}

@media(max-width:1500px){.mailbox-create-form{grid-template-columns:repeat(3,minmax(0,1fr))}.mailbox-create-submit{width:100%}}
@media(max-width:1260px){.admin-manage-layout{grid-template-columns:minmax(0,1.35fr) minmax(315px,.85fr)}.domain-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.server-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reserved-grid{grid-template-columns:1fr}.mailbox-admin-table .col-identity{width:24%}.mailbox-admin-table .col-plan{width:14%}.mailbox-admin-table .col-service{width:13%}.mailbox-admin-table .col-backend{width:28%}.mailbox-admin-table .col-actions{width:21%}}
@media(max-width:1100px){:root{--sidebar:272px}.admin-manage-layout{grid-template-columns:1fr}.sticky-editor{position:relative;top:auto}.compact-stat-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.reserved-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1280px){.mailbox-table-wrap{border:0;background:transparent;box-shadow:none;overflow:visible!important}.mailbox-admin-table,.mailbox-admin-table tbody,.mailbox-admin-table tr,.mailbox-admin-table td{display:block;width:100%}.mailbox-admin-table colgroup,.mailbox-admin-table thead{display:none}.mailbox-admin-table tbody{display:grid;gap:10px}.mailbox-admin-table tr{border:1px solid var(--line);border-radius:14px;background:#fff;padding:11px;box-shadow:0 4px 14px rgba(15,35,63,.035)}.mailbox-admin-table td{position:relative;border:0!important;padding:7px 7px 7px 94px!important;min-height:32px}.mailbox-admin-table td:before{content:attr(data-label);position:absolute;left:7px;top:9px;width:78px;font-size:9.5px;text-transform:uppercase;letter-spacing:.07em;font-weight:900;color:#8a9aae}.mailbox-admin-table td:first-child{padding-top:4px!important}.mailbox-assignment-row{margin-top:-10px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.mailbox-assignment-row td{padding:0!important}.mailbox-assignment-row td:before{display:none}.mailbox-assignment-form{grid-template-columns:repeat(2,minmax(0,1fr))}.mailbox-assignment-form>.btn{width:100%}.compact-mailbox-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important}.compact-mailbox-actions .repair-action{grid-column:auto}.mailbox-action-disclosure{grid-column:1/-1}.mailbox-legend{display:none}}
@media(max-width:900px){.mailbox-create-form{grid-template-columns:repeat(2,minmax(0,1fr))}.mailbox-create-submit{width:100%;align-self:end}}
@media(max-width:700px){.compact-stat-grid-3,.compact-stat-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.reserved-grid{grid-template-columns:1fr}.management-meta-grid,.server-meta-grid,.domain-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-card-head{grid-template-columns:auto minmax(0,1fr)}.editor-card-head>.btn{grid-column:1/-1;width:100%}.mailbox-create-heading{align-items:flex-start}.mailbox-create-state{display:none}.compact-mailbox-actions{grid-template-columns:1fr 1fr!important}}
@media(max-width:460px){.compact-stat-grid-3,.compact-stat-grid-4{grid-template-columns:1fr}.management-meta-grid,.server-meta-grid,.domain-meta-grid{grid-template-columns:1fr 1fr}.compact-stat{min-height:72px}.mailbox-create-panel{padding:12px}.mailbox-create-form,.mailbox-assignment-form{grid-template-columns:1fr}.mailbox-assignment-disclosure summary{align-items:flex-start;flex-direction:column;gap:2px}.mailbox-assignment-disclosure summary em{width:100%}.mailbox-admin-table td{padding-left:82px!important}.mailbox-admin-table td:before{width:67px}.compact-mailbox-actions{grid-template-columns:1fr!important}.management-card-main{align-items:flex-start}.domain-sales-state{margin-left:0}}

/* Compact cPanel account importer */
body[data-page="import-cpanel-accounts"] .page{max-width:1500px;padding-top:20px}
body[data-page="import-cpanel-accounts"] .page-hero{padding:16px 18px;margin-bottom:14px;border-radius:18px}
body[data-page="import-cpanel-accounts"] .page-hero-orb{width:44px;height:44px;border-radius:14px}
body[data-page="import-cpanel-accounts"] .page-hero-copy h1{font-size:21px}
.import-scan-card,.bulk-import-card{padding:16px;margin-bottom:14px}
.import-scan-card .section-heading-row{margin-bottom:10px}
.import-scan-form{display:grid;grid-template-columns:minmax(260px,420px) auto;gap:10px;align-items:center}
.individual-whm-lookup-card{background:linear-gradient(145deg,#fff,#f5f9ff);border-color:#d8e6f7}
.individual-whm-lookup-card .section-heading-row h2{font-size:17px;margin:2px 0 3px}
.individual-whm-lookup-card .section-heading-row p{margin:0}
.individual-whm-lookup-form{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(260px,1.2fr) auto;gap:9px;align-items:center}
.individual-whm-result{margin-top:12px}
.individual-whm-result .service-mini-icon{width:30px;height:30px;flex-basis:30px;border-radius:10px}
.individual-whm-result .import-account-action{display:grid;gap:7px;justify-items:stretch}
.individual-whm-result .import-account-action .btn{width:100%;justify-content:center}
.import-summary-strip{margin:14px 0}
.bulk-import-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:12px}
.bulk-import-head h2{font-size:17px;margin:2px 0 3px}
.bulk-import-head p{margin:0}
.bulk-import-grid{display:grid;grid-template-columns:1.15fr 1.15fr .68fr .72fr auto;gap:9px;align-items:center}
.bulk-import-grid .input,.bulk-import-grid .select,.import-inline-form .input,.import-inline-form .select{min-height:36px;border-radius:9px;padding:7px 9px;font-size:11px}
.import-account-list{display:grid;gap:9px}
.import-account-card{display:grid;grid-template-columns:28px minmax(0,1fr) minmax(360px,.82fr);gap:10px;align-items:center;padding:11px 12px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,#fff,#fbfdff);box-shadow:0 4px 13px rgba(15,35,63,.035)}
.import-account-card.is-connected{border-left:4px solid var(--green-500)}
.import-account-card.is-imported{border-left:4px solid #94a3b8}
.import-account-card.is-excluded{border-left:4px solid var(--red-500)}
.import-account-select{display:grid;place-items:center}
.import-account-title{display:flex;align-items:baseline;gap:8px;min-width:0}
.import-account-title strong{font-family:"Plus Jakarta Sans";font-size:13px;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.import-account-title span{font-size:10px;color:var(--muted);font-weight:750;white-space:nowrap}
.import-account-meta{display:grid;grid-template-columns:.7fr .85fr 1fr .6fr;gap:6px;margin-top:7px}
.import-account-meta span{min-width:0;padding:6px 7px;border-radius:9px;background:#f7faff;border:1px solid #edf2f7;font-size:9.5px;color:#40516a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.import-account-meta b{display:block;font-size:7px;text-transform:uppercase;letter-spacing:.07em;color:#8796aa;margin-bottom:1px}
.import-dns-line{display:flex;align-items:center;gap:7px;margin-top:7px;min-width:0}
.import-dns-line>span:last-child{font-size:9.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.import-inline-form{display:grid;grid-template-columns:1fr 1fr .72fr .78fr auto;gap:6px;align-items:center}
.import-inline-form .btn{min-height:34px}
.import-account-action .small{display:block;text-align:center;padding:9px;border-radius:10px;background:#f8fafc;border:1px dashed #d7e1ee}
@media(max-width:1320px){.bulk-import-grid{grid-template-columns:1fr 1fr .7fr .75fr}.bulk-import-grid .btn{grid-column:1/-1}.import-account-card{grid-template-columns:28px minmax(0,1fr)}.import-account-action{grid-column:2}.import-inline-form{grid-template-columns:1fr 1fr .72fr .78fr auto}}
@media(max-width:980px){.import-scan-form,.individual-whm-lookup-form,.bulk-import-grid,.import-inline-form{grid-template-columns:1fr 1fr}.individual-whm-lookup-form .btn,.bulk-import-grid .btn,.import-inline-form .btn{grid-column:1/-1}.bulk-import-head{display:grid}.import-account-meta{grid-template-columns:1fr 1fr}.import-account-card{align-items:start}}
@media(max-width:640px){.import-scan-form,.individual-whm-lookup-form,.bulk-import-grid,.import-inline-form{grid-template-columns:1fr}.import-account-card{grid-template-columns:24px minmax(0,1fr);padding:10px}.import-account-action{grid-column:1/-1}.import-account-meta{grid-template-columns:1fr}.import-dns-line{align-items:flex-start;flex-direction:column}.import-dns-line>span:last-child{white-space:normal}.import-account-title{display:block}.import-account-title span{display:block;margin-top:2px}}
.imported-inventory-list .hosting-service-summary{grid-template-columns:28px minmax(190px,1.1fr) minmax(170px,.8fr) minmax(200px,.95fr) minmax(150px,.65fr)}
.inventory-detail-grid{grid-template-columns:minmax(210px,.7fr) minmax(250px,.9fr) minmax(440px,1.55fr) minmax(190px,.62fr)}
.inventory-assignment-block{background:linear-gradient(145deg,#fafdff,#f4f8ff);border-color:#dbe8f7}
.inventory-assignment-form{display:grid;gap:12px}
.inventory-assignment-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.inventory-new-customer,.inventory-application-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:10px;border:1px solid #e5edf6;border-radius:11px;background:#fff}
.inventory-assignment-form [hidden]{display:none!important}
.inventory-assignment-form .field{min-width:0}
.inventory-assignment-form .field label{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#708198;font-weight:800}
.inventory-assignment-form .input,.inventory-assignment-form .select{min-height:36px;padding:7px 9px;border-radius:9px;font-size:11px}
.inventory-wrap-value{max-width:175px}
.inventory-domain-management{background:linear-gradient(145deg,#f8fbff,#f1f7ff);border-color:#d8e7f8}
.inventory-domain-management .btn{width:100%;justify-content:center;margin-top:8px}
.inventory-domain-nameservers{overflow-wrap:anywhere;line-height:1.5}
.cpanel-domain-manager-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:start}
.cpanel-domain-action-card{padding:16px;margin:0;display:grid;gap:13px;border-color:#dce7f4;background:linear-gradient(145deg,#fff,#f8fbff)}
.cpanel-domain-action-head{display:flex;align-items:flex-start;gap:10px}
.cpanel-domain-action-head>span{display:grid;place-items:center;width:36px;height:36px;flex:0 0 36px;border-radius:11px;background:#eaf2ff;color:var(--blue-600)}
.cpanel-domain-action-head h3{margin:1px 0 3px;font-size:14px}
.cpanel-domain-action-head p{margin:0;color:var(--muted);font-size:10.5px;line-height:1.45}
.cpanel-domain-action-card form{display:grid;gap:9px}
.cpanel-domain-action-card textarea{resize:vertical;min-height:96px}
.cpanel-domain-hint{padding:8px 9px;border:1px solid #e2eaf4;border-radius:9px;background:#fff;color:var(--muted);font-size:10px;line-height:1.45}
.cpanel-domain-renew-form{grid-template-columns:90px minmax(0,1fr);align-items:center}
.cpanel-domain-whois-card{grid-column:1/-1}
.cpanel-domain-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 10px}
.cpanel-domain-contact-grid .field label{display:block;margin-bottom:5px;font-size:10px;font-weight:800;color:var(--muted)}
.cpanel-domain-field-wide{grid-column:1/-1}
.cpanel-domain-phone-grid{display:grid;grid-template-columns:minmax(150px,.5fr) minmax(0,1fr);gap:9px}
.cpanel-domain-empty{padding:28px;text-align:center}
.cpanel-domain-empty p{max-width:680px;margin:8px auto 18px;color:var(--muted);line-height:1.6}
@media(max-width:1500px){.inventory-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inventory-assignment-block{grid-column:1/-1}}
@media(max-width:1100px){.cpanel-domain-manager-grid{grid-template-columns:1fr 1fr}.cpanel-domain-whois-card{grid-column:1/-1}}
@media(max-width:900px){.inventory-assignment-controls,.inventory-new-customer,.inventory-application-fields{grid-template-columns:1fr 1fr}.cpanel-domain-manager-grid{grid-template-columns:1fr}.cpanel-domain-whois-card{grid-column:auto}}
@media(max-width:760px){.imported-inventory-list .hosting-service-summary{grid-template-columns:24px minmax(0,1fr);grid-template-areas:"chev ident" ". plan" ". status" ". expiry"}.inventory-detail-grid,.inventory-assignment-controls,.inventory-new-customer,.inventory-application-fields,.cpanel-domain-contact-grid,.cpanel-domain-phone-grid{grid-template-columns:1fr}.inventory-assignment-block,.cpanel-domain-field-wide{grid-column:auto}.inventory-wrap-value{max-width:55vw}}

/* Admin hosting services: compact collapsible service list */
.admin-hosting-stats{margin-bottom:20px}.hosting-service-panel{overflow:visible}.hosting-service-list{display:grid;gap:10px}.hosting-service-card{border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,#fff,#fbfdff);box-shadow:0 4px 14px rgba(15,35,63,.035);overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease}.hosting-service-card[open]{border-color:#cddced;box-shadow:0 12px 28px rgba(15,35,63,.075)}.hosting-service-card summary::-webkit-details-marker{display:none}.hosting-service-summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:28px minmax(210px,1.2fr) minmax(150px,.75fr) minmax(205px,1fr) minmax(105px,.5fr) minmax(190px,.8fr);gap:12px;align-items:center;padding:13px 14px;min-width:0}.hosting-service-summary>*{min-width:0}.service-chevron{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:#f1f6fd;color:#5f7691;transition:transform .18s ease,background .18s ease}.hosting-service-card[open] .service-chevron{transform:rotate(90deg);background:var(--blue-50);color:var(--blue-600)}.hosting-service-identity{display:flex;align-items:center;gap:10px}.service-mini-icon{width:36px;height:36px;flex:0 0 36px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,var(--blue-50),#eef9ff);color:var(--blue-600);border:1px solid #d9e8f8}.hosting-service-identity strong,.hosting-service-plan strong,.hosting-service-expiry strong{display:block;font-family:"Plus Jakarta Sans";font-size:13px;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hosting-service-identity small,.hosting-service-plan small,.hosting-service-status small,.hosting-service-expiry small{display:block;margin-top:3px;font-size:9.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hosting-service-status>span{display:flex;gap:5px;flex-wrap:wrap}.hosting-service-status .badge{font-size:8.5px;padding:4px 6px}.hosting-service-status .badge:before{width:4px;height:4px;box-shadow:none}.hosting-service-quick-actions{display:flex;justify-content:flex-end;align-items:center;gap:6px;flex-wrap:wrap}.hosting-service-quick-actions form{display:inline-flex}.hosting-service-details{border-top:1px solid #eef3f8;background:linear-gradient(180deg,#fbfdff,#fff);padding:13px 14px 15px}.hosting-service-error{margin-bottom:11px;padding:8px 10px;border-radius:10px;background:var(--red-50);border:1px solid #ffd8d8;color:var(--red-600);font-size:10.5px;line-height:1.45}.hosting-detail-grid{display:grid;grid-template-columns:minmax(230px,1fr) minmax(200px,.86fr) minmax(200px,.75fr) minmax(270px,1.12fr);gap:10px}.hosting-detail-block{min-width:0;padding:11px;border:1px solid #edf2f7;border-radius:13px;background:#fff}.hosting-detail-block h3{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#708198;margin:0 0 9px}.detail-line{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:6px 0;border-top:1px solid #f2f5f9}.detail-line:first-of-type{border-top:0;padding-top:0}.detail-line span{font-size:9.5px;color:var(--muted);font-weight:760}.detail-line strong{min-width:0;text-align:right;font-size:10.5px;color:#334155;overflow-wrap:anywhere}.inline-control-form{display:flex;gap:6px;align-items:center;margin-top:8px}.inline-control-form .input{min-height:34px;border-radius:9px;padding:7px 9px;font-size:11px}.inline-control-form .btn{min-height:34px}.compact-years .input{width:70px;flex:0 0 70px}.stacked-control-form{display:grid;gap:8px}.stacked-control-form .btn{justify-self:start}.hosting-operation-actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.hosting-operation-actions form{display:inline-flex}.hosting-operation-actions .btn{min-height:34px}.business-email-plan-switch{margin:0 0 11px;padding:10px;border:1px solid #dce8f7;border-radius:11px;background:linear-gradient(145deg,#f5f9ff,#f8fffe)}.business-email-plan-switch>label{display:block;margin-bottom:6px;font-size:10px;font-weight:800;color:#334155}.business-email-plan-switch .inline-control-form{margin-top:0;align-items:stretch}.business-email-plan-switch .select{min-width:0;min-height:36px;padding:7px 30px 7px 9px;font-size:10px}.business-email-plan-switch .btn{white-space:nowrap}.business-email-plan-switch p{margin:7px 0 0;line-height:1.4}
@media(max-width:1380px){.hosting-service-summary{grid-template-columns:28px minmax(190px,1.15fr) minmax(135px,.7fr) minmax(190px,1fr) minmax(95px,.45fr) minmax(160px,.7fr);gap:9px;padding:12px}.hosting-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hosting-service-quick-actions .btn{padding-left:9px;padding-right:9px;font-size:10.8px}}
@media(max-width:1120px){.hosting-service-summary{grid-template-columns:28px minmax(0,1.2fr) minmax(0,.8fr);grid-template-areas:"chev ident quick" ". plan status" ". expiry expiry"}.service-chevron{grid-area:chev}.hosting-service-identity{grid-area:ident}.hosting-service-plan{grid-area:plan}.hosting-service-status{grid-area:status}.hosting-service-expiry{grid-area:expiry}.hosting-service-quick-actions{grid-area:quick}.hosting-service-quick-actions{justify-content:flex-end}.hosting-detail-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.hosting-service-panel>.title-row{align-items:flex-start;flex-direction:column}.hosting-service-summary{grid-template-columns:24px minmax(0,1fr);grid-template-areas:"chev ident" ". plan" ". status" ". expiry" ". quick";align-items:start}.hosting-service-quick-actions{justify-content:flex-start}.hosting-detail-grid{grid-template-columns:1fr}.inline-control-form{align-items:stretch;flex-direction:column}.compact-years{flex-direction:row}.compact-years .input{width:80px;flex-basis:80px}.hosting-operation-actions{align-items:stretch}.hosting-operation-actions form,.hosting-operation-actions .btn{width:100%;justify-content:center}.hosting-operation-actions .compact-years{width:100%}.business-email-plan-switch .inline-control-form{flex-direction:column}}


/* Customer portal redesign */
.application-product-media{position:relative;aspect-ratio:16/10;border-radius:8px;background:#f3f6fb;overflow:hidden;display:grid;place-items:center}.application-product-media img,.application-product-media iframe{width:100%;height:100%;border:0;object-fit:cover}.application-product-placeholder{display:grid;place-items:center;color:var(--muted);gap:8px;text-align:center}
.customer-portal-body{background:linear-gradient(180deg,#eef4fb 0%,#f7faff 100%)}
.customer-shell{display:grid;grid-template-columns:290px minmax(0,1fr);min-height:100vh}
.customer-sidebar{position:sticky;top:0;height:100vh;padding:22px 18px;background:
 radial-gradient(circle at 22% 0%,rgba(96,165,250,.18),transparent 30%),
 linear-gradient(180deg,#071426 0%,#0c1d36 48%,#11284a 100%);color:#d9e6f7;border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:18px;box-shadow:18px 0 48px rgba(4,13,28,.18);z-index:40}
.customer-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.customer-menu-close{display:none;width:40px;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.05);color:#fff}
.customer-sidebar-head .customer-brand-full{display:flex;align-items:center;justify-content:flex-start;width:min(100%,230px);min-height:70px;padding:7px 9px;border-radius:17px;background:#fff;box-shadow:0 12px 30px rgba(2,8,23,.22)}.site-full-logo-portal{display:flex;width:100%;height:56px;align-items:center;justify-content:flex-start}.site-full-logo-portal img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}
.customer-sidebar .brandcopy strong,.customer-sidebar .brand{color:#fff}.customer-sidebar .brandcopy small{color:#9ab1d2}
.customer-profile-card{padding:16px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.07)}
.customer-profile-top{display:flex;align-items:center;gap:12px}.customer-avatar{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#14b8a6);display:grid;place-items:center;color:#fff;font-weight:800;font-family:"Plus Jakarta Sans"}.customer-profile-top strong{display:block;color:#fff;font-family:"Plus Jakarta Sans";font-size:15px}.customer-profile-top span{display:block;color:#9fb4d2;font-size:11px;margin-top:3px}
.customer-mini-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}.customer-mini-stats div{padding:10px 8px;border-radius:14px;background:rgba(255,255,255,.06);text-align:center}.customer-mini-stats strong{display:block;color:#fff;font-family:"Plus Jakarta Sans";font-size:16px}.customer-mini-stats span{display:block;font-size:10px;color:#9fb4d2;margin-top:3px}
.customer-side-nav{display:flex;flex-direction:column;gap:6px;overflow:auto;padding-right:4px}.customer-side-nav small{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#7f98ba;font-weight:800;margin:9px 8px 4px}.customer-side-nav a{display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:16px;color:#cfe0f6;transition:.22s cubic-bezier(.2,.8,.2,1);position:relative}.customer-side-nav a:hover{background:rgba(255,255,255,.07);transform:translateX(2px);color:#fff}.customer-side-nav a.active{background:linear-gradient(135deg,rgba(37,99,235,.24),rgba(20,184,166,.18));color:#fff;box-shadow:0 14px 28px rgba(10,24,51,.24)}.customer-side-nav a.active:before{content:"";position:absolute;left:-4px;top:14px;bottom:14px;width:4px;border-radius:999px;background:linear-gradient(180deg,#60a5fa,#22d3ee)}
.customer-side-nav a span{display:flex;flex-direction:column;min-width:0}.customer-side-nav a strong{font-size:13px;font-family:"Plus Jakarta Sans";font-weight:700;color:inherit}.customer-side-nav a em{font-style:normal;color:#8da4c4;font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-side-nav a.active em,.customer-side-nav a:hover em{color:#c6dbfb}
.customer-sidebar-foot{margin-top:auto;display:flex;gap:11px;align-items:flex-start;padding:14px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.07)}.customer-sidebar-foot .orb{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.11);color:#9dd8ff}.customer-sidebar-foot strong{display:block;color:#fff;font-size:13px}.customer-sidebar-foot span{display:block;color:#9eb1cb;font-size:10.5px;line-height:1.45;margin-top:4px}
.customer-sidebar-overlay{display:none}
.customer-main{min-width:0;display:flex;flex-direction:column}.customer-topbar{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:24px 28px 12px}.customer-topbar-left{display:flex;gap:14px;align-items:flex-start}.customer-menu-toggle{display:none;width:46px;height:46px;border-radius:14px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow-xs);color:var(--navy-900)}.customer-topbar-title h1{margin:2px 0 4px;font-size:28px;color:var(--navy-900)}.customer-topbar-title p{margin:0;color:var(--muted);font-size:13px;max-width:620px}.customer-topbar-right{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.topbar-soft-link{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:14px;background:#fff;border:1px solid var(--line);color:var(--navy-900);font-weight:700;box-shadow:var(--shadow-xs);transition:.18s}.topbar-soft-link:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.customer-topbar-chip{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;background:linear-gradient(135deg,#eef6ff,#f5fffb);border:1px solid #d8e7f7;color:#28557f;font-size:12px;font-weight:700}.customer-topbar-chip .dot{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 0 4px rgba(16,185,129,.12)}.customer-topbar-user{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-xs)}.customer-topbar-user>span{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#8b5cf6);color:#fff;font-weight:800;font-family:"Plus Jakarta Sans"}.customer-topbar-user strong{display:block;font-size:13px;color:var(--ink)}.customer-topbar-user small{display:block;color:var(--muted);max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-page{padding:0 28px 28px}.customer-footer{margin-top:26px;padding:18px 22px;border-radius:22px;background:rgba(255,255,255,.72);border:1px solid var(--line);display:flex;justify-content:space-between;gap:18px;align-items:center;color:var(--muted);font-size:12px}
.customer-wrap{max-width:none;padding:0}.portal-overview{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr);gap:18px;padding:26px;border-radius:28px;background:radial-gradient(circle at 95% 8%,rgba(255,255,255,.16),transparent 28%),linear-gradient(135deg,#0f2446 0%,#163c7f 54%,#1e73d9 110%);color:#fff;box-shadow:0 22px 55px rgba(12,33,74,.18);margin-bottom:22px}.portal-overview.is-teal{background:radial-gradient(circle at 95% 8%,rgba(255,255,255,.16),transparent 28%),linear-gradient(135deg,#0f2f3d 0%,#0d766e 55%,#14b8a6 110%)}.portal-overview-sm{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:22px 24px}.portal-overview h2{font-size:30px;color:#fff;margin:4px 0 8px}.portal-overview p{margin:0;color:rgba(255,255,255,.78);max-width:660px}.portal-overview .eyebrow{color:#a8d1ff}.portal-overview-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.portal-overview .btn-light{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.16);color:#fff}.portal-overview-side{display:grid;gap:10px;align-content:start}.quick-info-card{display:flex;align-items:center;gap:11px;padding:14px 15px;border-radius:18px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(8px)}.quick-info-card span{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:rgba(255,255,255,.14)}.quick-info-card strong{display:block;color:#fff;font-family:"Plus Jakarta Sans";font-size:18px}.quick-info-card small{display:block;color:rgba(255,255,255,.72);margin-top:3px}.portal-metric-row{margin-bottom:10px}.portal-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:24px 0 16px}.portal-section-head h2{margin:2px 0 0;font-size:21px}.portal-service-card{border-left-width:5px;background:linear-gradient(180deg,#fff,#fbfdff)}
.customer-page .service-card{box-shadow:0 14px 30px rgba(15,35,63,.06)}
@media(max-width:1100px){.customer-shell{grid-template-columns:1fr}.customer-sidebar{position:fixed;left:0;top:0;bottom:0;width:290px;transform:translateX(-100%);transition:transform .24s ease;z-index:80}.customer-menu-toggle,.customer-menu-close{display:grid;place-items:center}.customer-sidebar-overlay{position:fixed;inset:0;background:rgba(8,16,34,.46);display:block;opacity:0;pointer-events:none;transition:.2s;z-index:70}.customer-sidebar-open .customer-sidebar{transform:none}.customer-sidebar-open .customer-sidebar-overlay{opacity:1;pointer-events:auto}.customer-topbar{padding:20px 20px 10px}.customer-page{padding:0 20px 22px}.customer-footer{flex-direction:column;align-items:flex-start}}
@media(max-width:900px){.portal-overview,.portal-overview-sm{grid-template-columns:1fr}.customer-topbar{flex-direction:column}.customer-topbar-right{width:100%;justify-content:flex-start}.customer-topbar-user small{max-width:unset}.grid-4.portal-metric-row{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.portal-overview{padding:22px;border-radius:24px}.portal-overview h2{font-size:25px}.customer-topbar-title h1{font-size:24px}.customer-page{padding:0 16px 18px}.customer-topbar{padding:16px 16px 10px}.grid-4.portal-metric-row,.customer-page .grid-2{grid-template-columns:1fr}.portal-section-head{flex-direction:column;align-items:flex-start}.customer-topbar-right{gap:8px}.topbar-soft-link,.customer-topbar-user,.customer-topbar-chip{width:100%;justify-content:center}}
.application-whm-actions{margin-top:8px;min-width:220px}
.application-whm-actions>summary{color:var(--blue-700);cursor:pointer;font-size:12px;font-weight:800;list-style:none;padding:4px 0}
.application-whm-actions>summary::-webkit-details-marker{display:none}
.application-whm-actions>summary::after{content:" +"}
.application-whm-actions[open]>summary::after{content:" -"}
.application-whm-actions-body{align-items:flex-start;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:8px;margin-top:6px;padding-top:10px}
.application-whm-actions-body form{margin:0;width:100%}
.application-inline-field{display:grid!important;gap:6px;grid-template-columns:minmax(150px,1fr) auto}
.application-inline-field .input{min-width:0;width:100%}
.application-hosting-controls{align-items:start}
.application-product-image-preview{aspect-ratio:16/10;border:1px solid var(--line);border-radius:8px;display:block;margin-top:10px;max-width:320px;object-fit:cover;width:100%}
.application-pin-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;min-width:0}.application-pin-input-row>*{min-width:0}.application-pin-input-row .btn{min-height:45px}.application-pin-input-row .input{font-variant-numeric:tabular-nums;letter-spacing:0;text-align:center}.application-pin-order-field{min-width:0}.application-admin-record{border-top:1px solid var(--line);margin-top:16px;padding-top:16px}.application-admin-record:first-of-type{margin-top:12px}.application-security-section{border-top:1px solid var(--line);margin-top:18px;padding-top:17px;min-width:0}.application-security-heading{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:start;gap:12px;min-width:0}.application-security-icon{width:40px;height:40px;display:grid;place-items:center;border:1px solid #d8e6f7;border-radius:8px;background:var(--blue-50);color:var(--blue-700)}.application-security-copy{min-width:0}.application-security-copy h3{font-size:15px;margin:2px 0 4px}.application-security-copy p{margin:0;max-width:620px}.application-security-status{display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));gap:8px;min-width:0}.application-security-status>div{display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:0}.application-security-status small{color:var(--muted);font-size:9.5px;line-height:1.35;overflow-wrap:anywhere}.application-security-controls{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:20px;margin-top:15px;padding-top:15px;border-top:1px dashed #dbe5f0;min-width:0}.application-security-pin-form,.application-security-install{min-width:0}.application-security-pin-form .field{max-width:560px}.application-security-install{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-left:20px;border-left:1px solid var(--line)}.application-security-install>div{display:flex;flex-direction:column;gap:3px;min-width:0}.application-security-install strong{font-size:11.5px;color:var(--ink)}.application-security-install span{font-size:9.5px;line-height:1.4;color:var(--muted)}.application-security-install form{flex:0 0 auto}.application-admin-actions{margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}
@media(max-width:1000px){.application-security-heading{grid-template-columns:40px minmax(0,1fr)}.application-security-status{grid-column:1/-1;padding-left:52px}.application-security-controls{grid-template-columns:1fr}.application-security-install{padding-left:0;padding-top:14px;border-left:0;border-top:1px solid var(--line)}}
@media(max-width:760px){.application-inline-field{grid-template-columns:1fr}.application-whm-actions{min-width:190px}.application-security-status{grid-template-columns:1fr;padding-left:0}.application-security-install{align-items:stretch;flex-direction:column}.application-security-install form,.application-security-install .btn,.application-admin-actions form,.application-admin-actions .btn{width:100%}.application-pin-input-row{grid-template-columns:1fr}.application-pin-input-row .btn{width:100%}}

/* Business Email mailbox management and native Webmail */
.business-email-workspace{min-width:0}.business-email-tools{align-items:start;margin-bottom:18px}.mailbox-address-input{display:grid;grid-template-columns:1fr}.mailbox-address-input .input{min-width:0;border-radius:8px 8px 0 0}.mailbox-address-input span{min-height:34px;height:auto;display:flex;align-items:center;padding:7px 11px;border:1px solid var(--line);border-top:0;border-radius:0 0 8px 8px;background:#f6f9fd;color:var(--muted);font-size:10px;font-weight:700;white-space:normal;overflow-wrap:anywhere}.business-email-mailbox-panel{overflow:visible}.business-email-mailbox-list{display:grid;gap:9px}.business-email-mailbox-card{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.business-email-mailbox-card>summary{display:grid;grid-template-columns:26px minmax(210px,1fr) minmax(200px,.65fr) auto;align-items:center;gap:12px;padding:12px 14px;list-style:none;cursor:pointer}.business-email-mailbox-card>summary::-webkit-details-marker{display:none}.business-email-mailbox-card[open] .service-chevron{transform:rotate(90deg)}.business-email-address strong{display:block;font-size:13px;color:var(--ink);overflow-wrap:anywhere}.business-email-address small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.business-email-mailbox-actions{display:flex;gap:6px;justify-content:flex-end;flex-wrap:wrap}.business-email-mailbox-details{padding:14px;border-top:1px solid var(--line);background:#f9fbfe}.business-email-control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.business-email-control-grid>form,.business-email-control-grid>div{padding:11px;background:#fff;border:1px solid #e8eef6;border-radius:8px}.business-email-control-grid label{font-size:10px;text-transform:uppercase;font-weight:800;color:var(--muted)}
.business-email-password-form{display:grid;align-content:start;gap:9px;min-width:0}.business-email-password-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;min-width:0}.business-email-password-controls .input{min-width:0;min-height:40px}.business-email-password-controls .btn{min-height:40px;white-space:nowrap}.business-email-password-submit{justify-self:start;min-width:150px}.business-email-control-help{display:block;color:var(--muted);font-size:9.5px;line-height:1.45}.business-email-access-card{display:grid;align-content:start;gap:9px}.business-email-direct-access{display:grid;gap:6px;padding:10px;border:1px solid #d7e5fa;border-radius:8px;background:linear-gradient(135deg,#f2f7ff,#f3fcfa)}.business-email-direct-access .btn{width:100%;justify-content:center}.business-email-direct-access small{color:#64748b;font-size:9.5px;line-height:1.4}.business-email-lifecycle-actions{padding-top:8px;border-top:1px solid #e8eef6}.business-email-lifecycle-actions form{display:inline-flex}
.business-email-setup-status{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #f1dfb7;border-radius:8px;background:#fff9e9;color:#815b13;font-size:11px;font-weight:800}.business-email-mailbox-actions .btn{min-height:36px}
.business-email-credential-card{display:grid;align-content:start;gap:12px;min-width:0}.business-email-credential-card>.business-email-password-form{padding:0}.business-email-credential-card .business-email-password-submit{max-width:100%}.business-email-password-alternative{padding-top:11px;border-top:1px solid #e8eef6}.business-email-password-alternative>summary{color:#536780;cursor:pointer;font-size:10.5px;font-weight:800;list-style:none}.business-email-password-alternative>summary::-webkit-details-marker{display:none}.business-email-password-alternative>summary::after{content:'  ▾';color:#8494aa}.business-email-password-alternative[open]>summary::after{content:'  ▴'}.business-email-password-alternative>.business-email-password-form{margin-top:12px;padding:0}
.webmail-page{min-width:0}.webmail-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.webmail-toolbar h2{margin:3px 0 0;font-size:20px}.webmail-shell{display:grid;grid-template-columns:180px minmax(260px,340px) minmax(0,1fr);height:calc(100vh - 250px);min-height:560px;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 10px 30px rgba(15,35,63,.07)}.webmail-folders{padding:12px;border-right:1px solid var(--line);background:#f7f9fc;display:flex;flex-direction:column;justify-content:space-between;gap:14px}.webmail-folders nav{display:grid;gap:4px}.webmail-folders nav a{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px;border-radius:7px;color:#475569;font-size:12px;font-weight:700}.webmail-folders nav a span{display:flex;align-items:center;gap:8px}.webmail-folders nav a b{font-size:10px;min-width:21px;text-align:center;padding:3px 5px;border-radius:999px;background:#e7edf5}.webmail-folders nav a.active{background:#e7f0ff;color:#1d4ed8}.webmail-message-list{display:flex;flex-direction:column;min-width:0;border-right:1px solid var(--line)}.webmail-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;padding:10px;border-bottom:1px solid var(--line)}.webmail-list-meta{display:flex;justify-content:space-between;padding:10px 12px;color:var(--muted);font-size:11px;border-bottom:1px solid var(--line)}.webmail-list-meta strong{color:var(--ink)}.webmail-messages{overflow:auto;flex:1}.webmail-message-row{display:grid;gap:3px;padding:11px 12px;border-bottom:1px solid #eef2f7;color:#475569}.webmail-message-row:hover,.webmail-message-row.selected{background:#f1f6ff}.webmail-message-row.unread{border-left:3px solid var(--blue-600)}.webmail-message-row.unread strong,.webmail-message-row.unread .webmail-from{font-weight:800;color:var(--ink)}.webmail-message-row .webmail-from{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.webmail-message-row strong{font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.webmail-message-row small{font-size:9.5px;color:var(--muted)}.webmail-pagination{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}.webmail-reader{min-width:0;overflow:auto;background:#fff}.webmail-reader-empty{height:100%;display:grid;place-content:center;justify-items:center;text-align:center;color:#94a3b8}.webmail-reader-empty h3{margin:12px 0 4px;color:#475569}.webmail-reader-empty p{margin:0;font-size:12px}.webmail-compose{padding:20px;max-width:900px}.webmail-message>header{padding:19px 20px 14px;border-bottom:1px solid var(--line)}.webmail-message>header h2{font-size:19px;margin:0 0 12px}.webmail-message>header div{display:grid;gap:2px}.webmail-message>header strong{font-size:12px}.webmail-message>header span,.webmail-message>header time{font-size:10px;color:var(--muted)}.webmail-reader-actions{display:flex;gap:6px;flex-wrap:wrap;padding:10px 20px;border-bottom:1px solid var(--line)}.webmail-reader-actions form{display:flex;gap:5px}.webmail-reader-actions .select{min-height:32px;padding:5px 26px 5px 8px;font-size:10px}.webmail-attachments{display:flex;gap:6px;flex-wrap:wrap;padding:10px 20px;background:#f8fafc;border-bottom:1px solid var(--line)}.webmail-plain-body{padding:22px;margin:0;white-space:pre-wrap;word-break:break-word;font:13px/1.7 Inter,sans-serif;color:#334155}.webmail-html-body{display:block;width:100%;min-height:520px;border:0;background:#fff}
@media(max-width:1100px){.business-email-mailbox-card>summary{grid-template-columns:26px minmax(0,1fr) auto;grid-template-areas:"chev address status" ". actions actions"}.business-email-mailbox-card>summary .service-chevron{grid-area:chev}.business-email-address{grid-area:address}.business-email-mailbox-card>summary>span:nth-child(3){grid-area:status}.business-email-mailbox-actions{grid-area:actions}.business-email-control-grid{grid-template-columns:1fr 1fr}.webmail-shell{grid-template-columns:150px 280px minmax(0,1fr)}}
@media(max-width:820px){.business-email-control-grid{grid-template-columns:1fr}.webmail-page{max-width:100%;overflow:hidden}.webmail-toolbar{align-items:flex-start;flex-direction:column;max-width:100%}.webmail-toolbar h2{max-width:100%;overflow-wrap:anywhere}.webmail-toolbar .actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.webmail-toolbar .actions .btn{min-width:0;justify-content:center}.webmail-shell{height:auto;min-height:0;grid-template-columns:1fr;width:100%;max-width:100%;min-width:0}.webmail-folders{min-width:0;max-width:100%;border-right:0;border-bottom:1px solid var(--line)}.webmail-folders nav{display:flex;max-width:100%;overflow:auto}.webmail-message-list{height:430px;min-width:0;max-width:100%;border-right:0;border-bottom:1px solid var(--line)}.webmail-reader{min-width:0;max-width:100%;min-height:520px}.webmail-reader-empty{min-width:0;padding:20px}.webmail-reader-empty p{max-width:100%;white-space:normal}.webmail-folders>form{display:none}}
@media(max-width:600px){.business-email-mailbox-card>summary{grid-template-columns:24px minmax(0,1fr);grid-template-areas:"chev address" ". status" ". actions"}.business-email-mailbox-actions{justify-content:flex-start}.mailbox-address-input{grid-template-columns:1fr}.mailbox-address-input .input,.mailbox-address-input span{border-radius:8px}.mailbox-address-input span{border-left:1px solid var(--line);border-top:0;height:34px}.webmail-toolbar .actions,.webmail-toolbar .btn{width:100%}.webmail-toolbar .btn{justify-content:center}}
@media(max-width:520px){.business-email-password-controls{grid-template-columns:1fr}.business-email-password-submit{width:100%}}
.dashboard-service-shortcut{display:block;color:inherit;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.dashboard-service-shortcut:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.dashboard-service-shortcut .service-meta{margin-top:12px}.dashboard-service-shortcut .service-meta small{display:block;margin-top:4px;color:var(--muted)}.dashboard-service-open{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:14px;color:var(--blue-700);font-size:11px;font-weight:800}

/* Customer portal refresh: bright service switchboard */
.customer-portal-body{
  --portal-blue:#2563eb;
  --portal-blue-dark:#1d4ed8;
  --portal-teal:#0f9488;
  --portal-coral:#dc5a57;
  --portal-amber:#d88709;
  --portal-ink:#152238;
  --portal-muted:#66758a;
  --portal-line:#dce4ee;
  --portal-bg:#f5f7fb;
  background:var(--portal-bg);
  color:#334155;
  overflow-x:hidden;
}
.customer-portal-body :where(h1,h2,h3,h4,.eyebrow,.section-kicker,.service-meta span,.customer-side-nav small){letter-spacing:0}
.customer-portal-body .customer-shell{grid-template-columns:272px minmax(0,1fr)}
.customer-portal-body .customer-main,
.customer-portal-body .customer-page,
.customer-portal-body .customer-wrap{min-width:0;max-width:100%}

/* Light, task-focused customer navigation */
.customer-portal-body .customer-sidebar{
  padding:20px 16px;
  background:#fff;
  color:#334155;
  border-right:1px solid var(--portal-line);
  box-shadow:8px 0 24px rgba(29,49,77,.045);
}
.customer-portal-body .customer-sidebar .brand,
.customer-portal-body .customer-sidebar .brandcopy strong{color:var(--portal-ink)}
.customer-portal-body .customer-sidebar .brandcopy small{color:#718096;letter-spacing:0}
.customer-portal-body .customer-menu-close{
  border:1px solid var(--portal-line);
  border-radius:7px;
  background:#f8fafc;
  color:#334155;
}
.customer-portal-body .customer-profile-card{
  padding:14px;
  border:1px solid #dce7f2;
  border-radius:8px;
  background:#f5f9ff;
  box-shadow:none;
}
.customer-portal-body .customer-avatar{
  width:42px;
  height:42px;
  border-radius:8px;
  background:var(--portal-blue);
}
.customer-portal-body .customer-profile-top .customer-avatar{
  display:grid;
  place-items:center;
  flex:0 0 46px;
  width:46px;
  height:46px;
  margin:0;
  border:1px solid rgba(255,255,255,.7);
  border-radius:12px;
  background:linear-gradient(145deg,#2563eb 0%,#315ee8 55%,#5b55db 100%);
  box-shadow:0 8px 18px rgba(37,99,235,.24),inset 0 1px 0 rgba(255,255,255,.35);
  color:#fff;
  font:800 16px/1 "Plus Jakarta Sans",sans-serif;
  letter-spacing:0;
}
.customer-portal-body .customer-profile-top strong{color:var(--portal-ink);letter-spacing:0}
.customer-portal-body .customer-profile-top span{color:var(--portal-muted)}
.customer-portal-body .customer-mini-stats{gap:6px;margin-top:12px}
.customer-portal-body .customer-mini-stats div{
  padding:9px 6px;
  border:1px solid #e3ebf4;
  border-radius:6px;
  background:#fff;
}
.customer-portal-body .customer-mini-stats strong{color:var(--portal-ink);letter-spacing:0}
.customer-portal-body .customer-mini-stats span{color:var(--portal-muted)}
.customer-portal-body .customer-side-nav{gap:3px}
.customer-portal-body .customer-side-nav small{margin:10px 9px 4px;color:#8794a6}
.customer-portal-body .customer-side-nav a{
  gap:11px;
  min-height:44px;
  padding:10px 11px;
  border-radius:7px;
  color:#4a5c72;
}
.customer-portal-body .customer-side-nav a .ui-icon{color:#74869b}
.customer-portal-body .customer-side-nav a:hover{
  background:#f2f6fb;
  color:var(--portal-ink);
  transform:none;
}
.customer-portal-body .customer-side-nav a:hover .ui-icon{color:var(--portal-blue)}
.customer-portal-body .customer-side-nav a.active{
  background:#eaf2ff;
  color:var(--portal-blue-dark);
  box-shadow:inset 0 0 0 1px #d4e3fb;
}
.customer-portal-body .customer-side-nav a.active:before{
  left:0;
  top:8px;
  bottom:8px;
  width:3px;
  border-radius:0 2px 2px 0;
  background:var(--portal-blue);
}
.customer-portal-body .customer-side-nav a.active .ui-icon{color:var(--portal-blue)}
.customer-portal-body .customer-side-nav a em{color:#8795a8}
.customer-portal-body .customer-side-nav a:hover em,
.customer-portal-body .customer-side-nav a.active em{color:#58708e}
.customer-portal-body .customer-side-nav{
  min-height:0;
  gap:8px;
  padding:4px 5px 14px 2px;
  overflow-x:hidden;
  overflow-y:auto;
}
.customer-portal-body .customer-side-nav .portal-nav-label{
  flex:0 0 auto;
  margin:10px 10px 2px;
  color:#94a3b8;
  font-size:10px;
  letter-spacing:.16em;
}
.customer-portal-body .portal-nav-dashboard{
  flex:0 0 auto;
  margin-bottom:3px;
  border:1px solid #d8e5fb;
  background:linear-gradient(110deg,#f4f8ff,#fff);
}
.customer-portal-body .portal-nav-dashboard>.ui-icon{
  width:30px;
  height:30px;
  padding:6px;
  border-radius:9px;
  background:#e8f0ff;
  color:#2563eb;
}
.customer-portal-body .portal-nav-group{
  --nav-accent:#2563eb;
  --nav-soft:#edf4ff;
  --nav-border:#d9e6fa;
  border:1px solid #e4eaf2;
  flex:0 0 auto;
  min-height:51px;
  border-radius:12px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 3px 10px rgba(15,35,63,.025);
}
.customer-portal-body .portal-nav-group.tone-teal{--nav-accent:#0f8f83;--nav-soft:#e8f8f4;--nav-border:#cceae3}
.customer-portal-body .portal-nav-group.tone-violet{--nav-accent:#7652cc;--nav-soft:#f1edff;--nav-border:#ded6fa}
.customer-portal-body .portal-nav-group.tone-amber{--nav-accent:#c47a08;--nav-soft:#fff5df;--nav-border:#f2dfb8}
.customer-portal-body .portal-nav-group.tone-coral{--nav-accent:#dc5c5c;--nav-soft:#fff0ee;--nav-border:#f3d6d2}
.customer-portal-body .portal-nav-group.tone-cyan{--nav-accent:#1685a6;--nav-soft:#e9f7fb;--nav-border:#cde8f0}
.customer-portal-body .portal-nav-group.tone-indigo{--nav-accent:#4d63c7;--nav-soft:#eef0ff;--nav-border:#d9def8}
.customer-portal-body .portal-nav-group summary{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:51px;
  box-sizing:border-box;
  padding:9px 11px;
  color:#40546d;
  cursor:pointer;
  list-style:none;
  user-select:none;
  transition:background .16s ease,color .16s ease;
}
.customer-portal-body .portal-nav-group summary::-webkit-details-marker{display:none}
.customer-portal-body .portal-nav-group summary:hover{background:var(--nav-soft);color:var(--nav-accent)}
.customer-portal-body .portal-nav-group summary>.ui-icon{
  flex:0 0 auto;
  width:30px;
  height:30px;
  padding:6px;
  border-radius:9px;
  background:var(--nav-soft);
  color:var(--nav-accent);
}
.customer-portal-body .portal-nav-group summary>span{display:flex;flex:1;min-width:0;flex-direction:column}
.customer-portal-body .portal-nav-group summary strong{font:700 13px/1.3 "Plus Jakarta Sans",sans-serif}
.customer-portal-body .portal-nav-group summary em{margin-top:2px;color:#94a3b8;font-size:10px;font-style:normal}
.customer-portal-body .portal-nav-group summary>i{font-style:normal;color:#94a3b8;transition:transform .18s ease}
.customer-portal-body .portal-nav-group[open] summary>i{transform:rotate(180deg)}
.customer-portal-body .portal-nav-group.has-active{border-color:var(--nav-border);background:#fff}
.customer-portal-body .portal-nav-group.has-active summary{color:var(--nav-accent);background:linear-gradient(110deg,var(--nav-soft),#fff)}
.customer-portal-body .portal-nav-submenu{display:grid;gap:3px;padding:3px 7px 8px 20px;border-top:1px solid #edf1f6}
.customer-portal-body .portal-nav-submenu a{min-height:40px;padding:8px 10px;border-radius:8px}
.customer-portal-body .portal-nav-submenu a.active{color:var(--nav-accent);background:var(--nav-soft)}
.customer-portal-body .portal-nav-submenu a.active:before{background:var(--nav-accent)}
.customer-portal-body .portal-nav-submenu a.active .ui-icon{color:var(--nav-accent)}
.customer-portal-body .portal-nav-submenu a>.ui-icon{width:16px;height:16px}
.customer-portal-body .portal-nav-submenu a strong{font-size:12px}
.customer-portal-body .portal-nav-submenu a em{font-size:9.5px}
.bulk-registration-heading{
  grid-column:1/-1;
  margin:18px 0 0;
  padding:18px 0 4px;
  border-top:1px solid #dbe5f1;
  color:#17243a;
  font:800 19px/1.35 "Plus Jakarta Sans",sans-serif;
}
.customer-portal-body .customer-sidebar-foot{
  padding:12px;
  border:1px solid #dce7f2;
  border-radius:8px;
  background:#f5f9ff;
}
.customer-portal-body .customer-sidebar-foot .orb{
  width:34px;
  height:34px;
  border-radius:7px;
  background:#e1edff;
  color:var(--portal-blue-dark);
}
.customer-portal-body .customer-sidebar-foot strong{color:var(--portal-ink)}
.customer-portal-body .customer-sidebar-foot span{color:var(--portal-muted)}

/* Shared portal header and page surfaces */
.customer-portal-body .customer-topbar{
  position:sticky;
  top:0;
  z-index:45;
  align-items:center;
  padding:16px 24px;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--portal-line);
  box-shadow:0 4px 16px rgba(30,50,78,.035);
  backdrop-filter:blur(12px);
}
.customer-portal-body .customer-topbar-title h1{font-size:24px;color:var(--portal-ink);letter-spacing:0}
.customer-portal-body .customer-topbar-title p{color:var(--portal-muted)}
.customer-portal-body .customer-page{padding:22px 24px 28px}
.customer-portal-body .topbar-soft-link,
.customer-portal-body .customer-topbar-chip,
.customer-portal-body .customer-topbar-user,
.customer-portal-body .customer-menu-toggle{
  border-radius:7px;
  border-color:var(--portal-line);
  box-shadow:none;
}
.customer-portal-body .topbar-soft-link{padding:9px 12px}
.customer-portal-body .topbar-soft-link:hover{
  border-color:#b9c9dc;
  background:#f7faff;
  transform:none;
  box-shadow:none;
}
.customer-portal-body .customer-topbar-chip{background:#eef9f5;color:#166b5d}
.customer-portal-body .customer-topbar-user>span{
  width:36px;
  height:36px;
  border-radius:7px;
  background:var(--portal-blue);
}
.customer-portal-body .btn{border-radius:7px;letter-spacing:0}
.customer-portal-body .btn-primary{background:var(--portal-blue-dark);border-color:var(--portal-blue-dark);box-shadow:0 5px 12px rgba(37,99,235,.18)}
.customer-portal-body .btn-primary:hover{background:#173fa8;border-color:#173fa8;box-shadow:0 7px 16px rgba(37,99,235,.22)}
.customer-portal-body .card,
.customer-portal-body .service-card{
  border-radius:8px;
  background:#fff;
  border-color:var(--portal-line);
  box-shadow:0 5px 16px rgba(25,46,74,.045);
}
.customer-portal-body .customer-page .card:hover,
.customer-portal-body .customer-page .service-card:hover{border-color:#c7d4e3;box-shadow:0 8px 22px rgba(25,46,74,.07);transform:none}
.customer-portal-body .service-icon{border-radius:8px}
.customer-portal-body .service-meta{border-radius:6px;background:#f7f9fc;border-color:#e7edf4}
.customer-portal-body .portal-section-head{
  margin:24px 0 14px;
  padding-bottom:11px;
  border-bottom:1px solid var(--portal-line);
}
.customer-portal-body .portal-section-head h2{font-size:19px;letter-spacing:0}
.customer-portal-body .customer-footer{
  margin-top:28px;
  padding:18px 0 0;
  border:0;
  border-top:1px solid var(--portal-line);
  border-radius:0;
  background:transparent;
}

/* Bright portal overview used across service pages */
.customer-portal-body .portal-overview{
  position:relative;
  gap:20px;
  padding:22px 24px;
  border:1px solid #d8e3ef;
  border-top:4px solid var(--portal-blue);
  border-radius:8px;
  background:linear-gradient(105deg,#fff 0%,#f7fbff 72%,#f1faf8 100%);
  color:var(--portal-ink);
  box-shadow:0 8px 24px rgba(32,60,96,.07);
}
.customer-portal-body .portal-overview.is-teal{border-top-color:var(--portal-teal);background:linear-gradient(105deg,#fff 0%,#f6fbfa 100%)}
.customer-portal-body .portal-overview h2{font-size:25px;color:var(--portal-ink);letter-spacing:0}
.customer-portal-body .portal-overview p{color:var(--portal-muted)}
.customer-portal-body .portal-overview .eyebrow{color:var(--portal-blue-dark)}
.customer-portal-body .portal-overview.is-teal .eyebrow{color:#08766d}
.customer-portal-body .portal-overview-sm .portal-overview-actions{margin-top:0}
.customer-portal-body .portal-overview .btn-light{
  background:#fff;
  border-color:#cbd8e7;
  color:#334155;
  box-shadow:none;
}
.customer-portal-body .quick-info-card{
  padding:12px 13px;
  border:1px solid #dbe5ef;
  border-radius:7px;
  background:rgba(255,255,255,.9);
  backdrop-filter:none;
}
.customer-portal-body .quick-info-card span{
  width:36px;
  height:36px;
  border-radius:7px;
  background:#e9f2ff;
  color:var(--portal-blue-dark);
}
.customer-portal-body .quick-info-card strong{font-size:16px;color:var(--portal-ink);letter-spacing:0}
.customer-portal-body .quick-info-card small{color:var(--portal-muted)}

/* Dashboard welcome panel and color-coded metrics */
.customer-portal-body[data-customer-page="dashboard"] .customer-hero{
  padding:24px 26px;
  margin-bottom:16px;
  border:1px solid #d8e3ef;
  border-top:4px solid var(--portal-blue);
  border-radius:8px;
  background:linear-gradient(105deg,#fff 0%,#f5f9ff 70%,#eef9f6 100%);
  color:var(--portal-ink);
  box-shadow:0 8px 24px rgba(32,60,96,.07);
}
.customer-portal-body[data-customer-page="dashboard"] .customer-hero h1{
  margin-bottom:6px;
  color:var(--portal-ink);
  font-size:27px;
  letter-spacing:0;
}
.customer-portal-body[data-customer-page="dashboard"] .customer-hero p{color:var(--portal-muted)}
.customer-portal-body[data-customer-page="dashboard"] .customer-hero .eyebrow{color:var(--portal-blue-dark)!important}
.customer-portal-body[data-customer-page="dashboard"] .customer-hero .btn-light{
  background:#fff;
  border-color:#cbd8e7;
  color:#334155;
}
.customer-portal-body[data-customer-page="dashboard"] .customer-hero .btn-light:hover{background:#f7faff;border-color:#aebfd4;color:var(--portal-ink)}
.customer-portal-body[data-customer-page="dashboard"] .customer-hero .btn-primary{
  background:var(--portal-blue-dark);
  border-color:var(--portal-blue-dark);
  color:#fff;
  box-shadow:0 5px 12px rgba(37,99,235,.18);
}
.customer-portal-body[data-customer-page="dashboard"] .customer-page>.grid.grid-4{gap:14px}
.customer-portal-body[data-customer-page="dashboard"] .customer-metric{
  --metric-accent:var(--portal-blue);
  --metric-soft:#eaf2ff;
  display:flex;
  min-width:0;
  min-height:96px;
  padding:16px 17px;
  border:1px solid var(--portal-line);
  border-top:3px solid var(--metric-accent);
  border-radius:8px;
  background:#fff;
  box-shadow:0 4px 14px rgba(29,49,77,.045);
}
.customer-portal-body[data-customer-page="dashboard"] .customer-metric:nth-child(2){--metric-accent:var(--portal-coral);--metric-soft:#fff0ee}
.customer-portal-body[data-customer-page="dashboard"] .customer-metric:nth-child(3){--metric-accent:var(--portal-teal);--metric-soft:#e9f8f5}
.customer-portal-body[data-customer-page="dashboard"] .customer-metric:nth-child(4){--metric-accent:var(--portal-amber);--metric-soft:#fff6df}
.customer-portal-body[data-customer-page="dashboard"] .customer-metric:hover{transform:none;border-color:#ccd7e4;box-shadow:0 6px 18px rgba(29,49,77,.065)}
.customer-portal-body[data-customer-page="dashboard"] .customer-metric-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border:1px solid color-mix(in srgb,var(--metric-accent) 18%,#fff);
  border-radius:7px;
  background:var(--metric-soft);
  color:var(--metric-accent);
}
.customer-portal-body[data-customer-page="dashboard"] .customer-metric strong{font-size:25px;line-height:1;color:var(--portal-ink);letter-spacing:0}
.customer-portal-body[data-customer-page="dashboard"] .customer-metric span{color:var(--portal-muted)}
.customer-portal-body[data-customer-page="dashboard"] .customer-metric .customer-metric-icon{color:var(--metric-accent)}

/* Active-service switchboard */
.customer-portal-body .dashboard-service-shortcuts{gap:14px;align-items:stretch}
.customer-portal-body .dashboard-service-shortcut{
  --service-accent:var(--portal-blue);
  --service-soft:#eaf2ff;
  --service-line:#cfe0fa;
  --service-shadow:rgba(37,99,235,.13);
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:218px;
  padding:20px 18px 15px;
  isolation:isolate;
  border:1px solid var(--portal-line);
  border-radius:8px;
  background:#fff;
  box-shadow:0 5px 16px rgba(25,46,74,.05);
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.customer-portal-body .dashboard-service-shortcut:before{
  left:0;
  right:0;
  top:0;
  bottom:auto;
  width:auto;
  height:4px;
  background:var(--service-accent);
}
.customer-portal-body .dashboard-service-shortcut.service-shortcut--hosting{
  --service-accent:var(--portal-blue);
  --service-soft:#eaf2ff;
  --service-line:#cfe0fa;
  --service-shadow:rgba(37,99,235,.13);
}
.customer-portal-body .dashboard-service-shortcut.service-shortcut--email{
  --service-accent:var(--portal-teal);
  --service-soft:#e9f8f5;
  --service-line:#c8ebe4;
  --service-shadow:rgba(15,148,136,.13);
}
.customer-portal-body .dashboard-service-shortcut.service-shortcut--application{
  --service-accent:var(--portal-coral);
  --service-soft:#fff0ee;
  --service-line:#f4d1ce;
  --service-shadow:rgba(220,90,87,.13);
}
.customer-portal-body .dashboard-service-shortcut:nth-child(3n+2):not(.service-shortcut--hosting):not(.service-shortcut--email):not(.service-shortcut--application){
  --service-accent:var(--portal-teal);
  --service-soft:#e9f8f5;
  --service-line:#c8ebe4;
  --service-shadow:rgba(15,148,136,.13);
}
.customer-portal-body .dashboard-service-shortcut:nth-child(3n):not(.service-shortcut--hosting):not(.service-shortcut--email):not(.service-shortcut--application){
  --service-accent:var(--portal-coral);
  --service-soft:#fff0ee;
  --service-line:#f4d1ce;
  --service-shadow:rgba(220,90,87,.13);
}
.customer-portal-body .dashboard-service-shortcut:hover{
  border-color:var(--service-line);
  box-shadow:0 11px 25px var(--service-shadow);
  transform:translateY(-2px);
}
.customer-portal-body .dashboard-service-shortcut:focus-visible{
  outline:3px solid color-mix(in srgb,var(--service-accent) 28%,transparent);
  outline-offset:3px;
}
.customer-portal-body .dashboard-service-shortcut .service-card-head{min-width:0;align-items:flex-start}
.customer-portal-body .dashboard-service-shortcut .service-card-title{min-width:0;align-items:flex-start}
.customer-portal-body .dashboard-service-shortcut .service-card-title>div{min-width:0;padding-top:2px}
.customer-portal-body .dashboard-service-shortcut .service-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  border:1px solid var(--service-line);
  border-radius:8px;
  background:var(--service-soft);
  color:var(--service-accent);
}
.customer-portal-body .dashboard-service-shortcut h2{
  max-width:100%;
  color:var(--portal-ink);
  font-size:15px;
  line-height:1.3;
  letter-spacing:0;
  overflow-wrap:anywhere;
}
.customer-portal-body .dashboard-service-shortcut .service-card-title p{line-height:1.45;overflow-wrap:anywhere}
.customer-portal-body .dashboard-service-shortcut .badge{flex:0 0 auto;padding:5px 7px;font-size:9px}
.customer-portal-body .dashboard-service-shortcut .service-meta{
  margin:18px 0 14px;
  padding:10px 12px;
  border:1px solid var(--service-line);
  border-radius:6px;
  background:var(--service-soft);
}
.customer-portal-body .dashboard-service-shortcut .service-meta span{color:#66758a;letter-spacing:0}
.customer-portal-body .dashboard-service-shortcut .service-meta strong{color:var(--portal-ink);overflow-wrap:anywhere}
.customer-portal-body .dashboard-service-shortcut .service-meta small{color:#66758a}
.customer-portal-body .dashboard-service-open{
  justify-content:space-between;
  margin-top:auto;
  padding-top:12px;
  border-top:1px solid #e8edf3;
  color:var(--service-accent);
  font-size:11.5px;
  letter-spacing:0;
}
.customer-portal-body .dashboard-service-open .ui-icon{transition:transform .18s ease}
.customer-portal-body .dashboard-service-shortcut:hover .dashboard-service-open .ui-icon{transform:translateX(3px)}

/* Customer dashboard product storefront */
.customer-portal-body[data-customer-page="dashboard"] .storefront-intro{
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  padding:24px 26px;
  margin-bottom:18px;
  background:#fff;
}
.customer-portal-body[data-customer-page="dashboard"] .storefront-intro p{max-width:720px}
.customer-portal-body .storefront-welcome{
  align-self:center;
  padding:9px 11px;
  border:1px solid #d8e3ef;
  border-radius:6px;
  background:#f7faff;
  color:#52657d;
  font-size:11px;
  font-weight:750;
  white-space:nowrap;
}
.customer-portal-body .dashboard-summary-grid{margin-bottom:0}
.customer-portal-body .dashboard-metric-link{color:inherit;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.customer-portal-body .dashboard-metric-link:hover{color:inherit;border-color:#bfd2ee;box-shadow:0 10px 24px rgba(25,46,74,.1);transform:translateY(-2px)}
.customer-portal-body .dashboard-metric-link:focus-visible{outline:3px solid rgba(35,100,235,.22);outline-offset:3px}
.customer-portal-body .storefront-section{min-width:0;margin-top:28px}
.customer-portal-body .storefront-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin:0 0 14px;
  padding:4px 2px 12px;
  border-bottom:1px solid var(--portal-line);
}
.customer-portal-body .storefront-section-head h2{
  margin:3px 0 0;
  color:var(--portal-ink);
  font-size:20px;
  letter-spacing:0;
}
.customer-portal-body .storefront-section-head>p{
  max-width:440px;
  margin:0;
  color:var(--portal-muted);
  font-size:11.5px;
  text-align:right;
}
.customer-portal-body .storefront-product-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  min-width:0;
}
.customer-portal-body .storefront-product{
  --product-accent:var(--portal-blue);
  --product-soft:#eaf2ff;
  --product-line:#cfdef5;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:276px;
  padding:20px 18px 15px;
  overflow:hidden;
  border:1px solid var(--portal-line);
  border-top:4px solid var(--product-accent);
  border-radius:8px;
  background:#fff;
  color:inherit;
  box-shadow:0 5px 16px rgba(25,46,74,.05);
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.customer-portal-body .storefront-product:hover{
  border-color:var(--product-line);
  color:inherit;
  box-shadow:0 11px 25px color-mix(in srgb,var(--product-accent) 13%,transparent);
  transform:translateY(-2px);
}
.customer-portal-body .storefront-product:focus-visible{
  outline:3px solid color-mix(in srgb,var(--product-accent) 28%,transparent);
  outline-offset:3px;
}
.customer-portal-body .storefront-product.product-application{--product-accent:var(--portal-coral);--product-soft:#fff0ee;--product-line:#f4d1ce}
.customer-portal-body .storefront-product.product-hosting{--product-accent:#7c4ddb;--product-soft:#f2edff;--product-line:#ddd1f6}
.customer-portal-body .storefront-product.product-business-email{--product-accent:var(--portal-teal);--product-soft:#e9f8f5;--product-line:#c8ebe4}
.customer-portal-body .storefront-product.product-reseller{--product-accent:var(--portal-amber);--product-soft:#fff6df;--product-line:#f2dfad}
.customer-portal-body .storefront-product.product-domain{--product-accent:#0d8bb5;--product-soft:#e9f8fd;--product-line:#c5e8f3}
.customer-portal-body .storefront-product-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:grid;
  place-items:center;
  margin-bottom:16px;
  border:1px solid var(--product-line);
  border-radius:8px;
  background:var(--product-soft);
  color:var(--product-accent);
}
.customer-portal-body .storefront-product-copy{min-width:0}
.customer-portal-body .storefront-product-copy h3{
  margin:0 0 6px;
  color:var(--portal-ink);
  font-size:17px;
  line-height:1.3;
  letter-spacing:0;
}
.customer-portal-body .storefront-product-copy p{
  min-height:48px;
  margin:0;
  color:var(--portal-muted);
  font-size:11.5px;
  line-height:1.55;
  overflow-wrap:anywhere;
}
.customer-portal-body .storefront-product-traits{
  display:grid;
  gap:6px;
  margin:14px 0 16px;
  padding:0;
  list-style:none;
}
.customer-portal-body .storefront-product-traits li{
  display:flex;
  align-items:center;
  gap:7px;
  color:#52657d;
  font-size:10.5px;
  font-weight:650;
}
.customer-portal-body .storefront-product-traits .ui-icon{color:var(--product-accent)}
.customer-portal-body .storefront-product-action{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:auto;
  padding-top:12px;
  border-top:1px solid #e8edf3;
  color:var(--product-accent);
  font-size:11.5px;
  font-weight:800;
}
.customer-portal-body .storefront-product-action .ui-icon{flex:0 0 auto;transition:transform .18s ease}
.customer-portal-body .storefront-product:hover .storefront-product-action .ui-icon{transform:translateX(3px)}

/* Customer application administrator controls */
.customer-portal-body .application-admin-layout{max-width:860px;margin:18px auto 0}
.customer-portal-body .application-admin-form{padding:24px}
.customer-portal-body .application-admin-heading{
  display:flex;
  align-items:flex-start;
  gap:13px;
  margin-bottom:20px;
  padding-bottom:16px;
  border-bottom:1px solid var(--portal-line);
}
.customer-portal-body .application-admin-heading h2{margin:0 0 4px;font-size:18px;letter-spacing:0}
.customer-portal-body .application-admin-heading p{margin:0;color:var(--portal-muted);font-size:11.5px}
.customer-portal-body .application-admin-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border:1px solid #cfdef5;
  border-radius:8px;
  background:#eaf2ff;
  color:var(--portal-blue-dark);
}
.customer-portal-body .application-admin-actions{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  margin-top:20px;
  padding-top:16px;
  border-top:1px solid var(--portal-line);
}

@media(max-width:980px){
  .customer-portal-body .storefront-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .customer-portal-body[data-customer-page="dashboard"] .storefront-intro{grid-template-columns:1fr;padding:20px}
  .customer-portal-body .storefront-welcome{justify-self:start;white-space:normal}
  .customer-portal-body .storefront-section-head{align-items:flex-start;flex-direction:column;gap:6px}
  .customer-portal-body .storefront-section-head>p{text-align:left}
  .customer-portal-body .storefront-product-grid{grid-template-columns:1fr}
  .customer-portal-body .storefront-product{min-height:0}
  .customer-portal-body .storefront-product-copy p{min-height:0}
  .customer-portal-body .application-admin-form{padding:18px}
  .customer-portal-body .application-admin-actions{align-items:stretch;flex-direction:column}
  .customer-portal-body .application-admin-actions .btn{width:100%;justify-content:center}
}

/* Admin-only generated password input with compact icon actions */
.admin-body .generated-password-control{
  display:flex;
  align-items:center;
  gap:5px;
  min-width:0;
  width:100%;
  padding:4px;
  border:1px solid #d5dfec;
  border-radius:8px;
  background:#f6f9fc;
  box-shadow:inset 0 1px 2px rgba(15,23,42,.025);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.admin-body .generated-password-control:focus-within{
  border-color:var(--blue-500);
  background:#fff;
  box-shadow:0 0 0 3px rgba(37,99,235,.1);
}
.admin-body .generated-password-control input{
  flex:1 1 auto;
  min-width:0;
  width:auto;
  min-height:34px;
  height:34px;
  padding:7px 9px;
  border:0;
  border-radius:5px;
  outline:0;
  background:#fff;
  color:#1e293b;
  box-shadow:none;
  font-family:Consolas,"SFMono-Regular",Menlo,monospace;
  font-size:11.5px;
  letter-spacing:0;
}
.admin-body .generated-password-control input:focus{border:0;box-shadow:none}
.admin-body .generated-password-control button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  flex:0 0 auto;
  width:auto;
  min-width:34px;
  min-height:34px;
  height:34px;
  padding:0 9px;
  border:1px solid #d8e2ed;
  border-radius:6px;
  background:#fff;
  color:#52647b;
  box-shadow:none;
  cursor:pointer;
  transition:background .15s ease,border-color .15s ease,color .15s ease,transform .12s ease;
}
.admin-body .generated-password-control button[aria-label],
.admin-body .generated-password-control .generated-password-visibility{
  flex-basis:34px;
  width:34px;
  padding:0;
}
.admin-body .generated-password-control button:hover{border-color:#b9cbe0;background:#edf5ff;color:var(--blue-700);transform:none}
.admin-body .generated-password-control button:active{transform:translateY(1px)}
.admin-body .generated-password-control button:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}
.admin-body .generated-password-control button .ui-icon,
.admin-body .generated-password-control button svg{pointer-events:none}
.admin-body .generated-password-control+.small{display:block;margin-top:6px;line-height:1.4}

@media(max-width:1100px){
  .customer-portal-body .customer-shell{grid-template-columns:1fr}
  .customer-portal-body .customer-sidebar{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    width:min(272px,88vw);
    transform:translateX(-104%);
    box-shadow:18px 0 40px rgba(15,31,54,.16);
  }
  .customer-portal-body.customer-sidebar-open .customer-sidebar{transform:none}
  .customer-portal-body .customer-topbar{padding:15px 20px}
  .customer-portal-body .customer-page{padding:20px 20px 24px}
}
@media(max-width:900px){
  .customer-portal-body .customer-topbar{align-items:flex-start}
  .customer-portal-body .portal-overview-sm .portal-overview-actions{margin-top:4px}
}
@media(max-width:760px){
  .customer-portal-body .customer-topbar{padding:14px 16px}
  .customer-portal-body .customer-page{padding:16px}
  .customer-portal-body[data-customer-page="dashboard"] .customer-hero{padding:20px}
  .customer-portal-body[data-customer-page="dashboard"] .customer-hero h1{font-size:24px}
  .customer-portal-body[data-customer-page="dashboard"] .customer-page>.grid.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .customer-portal-body .dashboard-service-shortcut{min-height:0}
}
@media(max-width:540px){
  .customer-portal-body[data-customer-page="dashboard"] .customer-page>.grid.grid-4{grid-template-columns:1fr}
  .customer-portal-body[data-customer-page="dashboard"] .customer-metric{min-height:82px}
  .customer-portal-body[data-customer-page="dashboard"] .customer-hero .actions{display:grid;grid-template-columns:minmax(0,1fr);width:100%}
  .customer-portal-body[data-customer-page="dashboard"] .customer-hero .actions .btn{width:100%;min-width:0;justify-content:center;text-align:center;white-space:normal}
  .customer-portal-body .portal-overview{padding:19px}
  .customer-portal-body .portal-overview h2{font-size:22px}
  .customer-portal-body .dashboard-service-shortcut{padding:18px 15px 14px}
  .customer-portal-body .dashboard-service-shortcut .service-card-head{gap:10px}
}
@media(prefers-reduced-motion:reduce){
  .customer-portal-body .dashboard-service-shortcut,
  .customer-portal-body .dashboard-service-open .ui-icon,
  .customer-portal-body .customer-side-nav a,
  .customer-portal-body .btn,
  .admin-body .generated-password-control,
  .admin-body .generated-password-control button{transition:none!important}
  .customer-portal-body .dashboard-service-shortcut:hover,
  .customer-portal-body .dashboard-service-shortcut:hover .dashboard-service-open .ui-icon{transform:none}
}

/* v3.10.8 - consolidated responsive system */
html,body{max-width:100%;overflow-x:hidden}
body.mobile-navigation-open{overflow:hidden;overscroll-behavior:none}
img,video,canvas,iframe,embed,object{max-width:100%}
:where(.admin-layout,.admin-main,.admin-head,.admin-head-left,.admin-head-tools,.page,.page-hero,.page-hero-copy,.customer-shell,.customer-main,.customer-topbar,.customer-topbar-left,.customer-topbar-right,.customer-topbar-title,.customer-page,.customer-wrap,.wrap,.card,.grid>*,.form-grid>*,.split>*,.title-row>*,.actions,.field,.table-wrap,.service-card,.hosting-service-panel,.business-email-workspace,.webmail-page){min-width:0}
:where(.page,.customer-page,.wrap,.card,.flash,.empty,.service-card,.hosting-service-panel,.business-email-mailbox-card,.page-hero) :where(p,span,strong,small,em,label,a,code,pre){overflow-wrap:anywhere}
pre,code,.flash span,.inventory-wrap-value,.mailbox-name,.business-email-address,.application-security-copy{word-break:break-word}
.table-wrap{max-width:100%;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#9db0c8 #eef3f8;box-shadow:inset -22px 0 22px -24px rgba(15,36,67,.92),0 4px 16px rgba(16,42,74,.025)}
.table-wrap::-webkit-scrollbar{height:8px}
.table-wrap::-webkit-scrollbar-track{background:#eef3f8}
.table-wrap::-webkit-scrollbar-thumb{border:2px solid #eef3f8;border-radius:999px;background:#9db0c8}
.table{max-width:100%}
.table td form.form-grid{max-width:100%}
.auth-shell{min-height:100vh;min-height:100dvh;overflow-x:hidden;overflow-y:auto}
.sidebar,.customer-sidebar{overscroll-behavior:contain}
.admin-menu-close{display:none}
.admin-menu-toggle:focus-visible,.admin-menu-close:focus-visible,.customer-menu-toggle:focus-visible,.customer-menu-close:focus-visible,.mobile-nav-toggle:focus-visible,.navlinks a:focus-visible,.side-nav a:focus-visible,.customer-side-nav a:focus-visible{outline:3px solid rgba(59,130,246,.38);outline-offset:2px}

@media(max-width:1100px){
  .admin-layout,.customer-shell,.customer-portal-body .customer-shell{grid-template-columns:minmax(0,1fr)}
  .admin-main,.customer-main{grid-column:1;width:100%;max-width:100vw}
  .sidebar,.customer-sidebar,.customer-portal-body .customer-sidebar{
    width:min(296px,calc(100vw - 40px));
    max-width:calc(100vw - 40px);
    height:100vh;
    height:100dvh;
    overflow-y:auto;
    transform:translateX(-104%);
    will-change:transform;
  }
  .admin-menu-close{position:absolute;top:14px;right:12px;z-index:6;display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(145,176,214,.18);border-radius:10px;background:rgba(255,255,255,.06);color:#dbeafe;font-size:24px;line-height:1;cursor:pointer}
  .sidebar-brand{padding-right:52px}
  .admin-body.sidebar-open .sidebar,.customer-sidebar-open .customer-sidebar,.customer-portal-body.customer-sidebar-open .customer-sidebar{transform:translateX(0)}
  .sidebar-overlay,.customer-sidebar-overlay{position:fixed;inset:0;display:block;opacity:0;visibility:hidden;pointer-events:none;background:rgba(5,18,39,.54);backdrop-filter:blur(2px);transition:opacity .2s ease,visibility .2s ease;z-index:60}
  .customer-sidebar-overlay{z-index:70}
  .sidebar-open .sidebar-overlay,.customer-sidebar-open .customer-sidebar-overlay{opacity:1;visibility:visible;pointer-events:auto}
  .admin-menu-toggle,.customer-menu-toggle,.customer-menu-close{display:inline-grid;place-items:center;flex:0 0 44px;width:44px;height:44px}
  .admin-head,.customer-topbar,.customer-portal-body .customer-topbar{width:100%;max-width:100vw}
  .page,.customer-page,.customer-portal-body .customer-page{width:100%;max-width:100vw}
  .dashboard-layout,.wizard-shell,.application-security-controls{grid-template-columns:minmax(0,1fr)}
  .table td form.form-grid{min-width:0}
}

@media(max-width:900px){
  .grid-3,.grid-4,.grid-4.portal-metric-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .customer-topbar,.customer-portal-body .customer-topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}
  .customer-topbar-left,.customer-topbar-right{width:auto}
  .customer-topbar-right{justify-content:flex-end}
  .customer-topbar-title p,.customer-portal-body .customer-topbar-title p{display:none}
  .customer-topbar-title h1,.customer-portal-body .customer-topbar-title h1{font-size:22px}
  .topbar-soft-link{flex:0 0 44px;width:44px;min-width:44px;min-height:44px;padding:0;font-size:0;justify-content:center}
  .topbar-soft-link .ui-icon{width:18px;height:18px;font-size:18px;line-height:1}
  .portal-overview,.portal-overview-sm{grid-template-columns:minmax(0,1fr)}
  .title-row{align-items:flex-start}
  .page-hero-copy p{max-width:62ch}
}

@media(max-width:820px){
  :root{--topbar:68px}
  .wrap{width:100%;padding:24px 16px 38px}
  .topbar{height:var(--topbar);padding:0 16px}
  .mobile-nav-toggle{display:flex;flex-direction:column;flex:0 0 44px;width:44px;height:44px}
  .navlinks{display:none;position:absolute;top:calc(100% + 6px);left:12px;right:12px;max-height:calc(100dvh - 86px);overflow-y:auto;padding:10px;flex-direction:column;align-items:stretch;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.98);box-shadow:var(--shadow-lg);backdrop-filter:blur(18px)}
  .public-body.nav-open .navlinks{display:flex;animation:panelIn .2s ease}
  .navlinks>a,.navlinks>.btn{width:100%;min-height:44px;justify-content:flex-start}
  .nav-user{min-height:44px;margin:4px 0}
  .hero{padding:56px 18px}
  .hero h1{font-size:38px}
  .hero p{font-size:15px}
  .admin-head{height:auto;min-height:64px;padding:10px 16px;gap:10px}
  .admin-head-left{flex:1 1 auto}
  .admin-head-tools{flex:0 0 auto;gap:7px}
  .admin-head-title>span:first-child{max-width:48vw}
  .admin-head-title>small,.head-icon,.system-chip{display:none}
  .admin-user{padding-left:0}
  .page{padding:18px 16px 34px}
  .page-hero{grid-template-columns:42px minmax(0,1fr);gap:13px;padding:17px;margin-bottom:17px;border-radius:14px}
  .page-hero-orb{width:42px;height:42px;border-radius:11px}
  .page-hero-copy h1{font-size:20px}
  .page-hero-copy p{font-size:11.5px;line-height:1.45}
  .page-hero-meta{display:none}
  .form-grid,.grid-2,.domain-choice,.service-meta-grid,.hosting-detail-grid,.inventory-detail-grid,.inventory-assignment-controls,.inventory-new-customer,.inventory-application-fields,.business-email-control-grid,.application-inline-field{grid-template-columns:minmax(0,1fr)}
  .field.full,.inventory-assignment-block{grid-column:auto}
  .title-row{align-items:flex-start;flex-direction:column;gap:12px}
  .title-row>.actions,.table-toolbar,.table-search{width:100%;max-width:100%;min-width:0}
  .table-toolbar{align-items:stretch;flex-direction:column}
  .table-search{min-height:44px}
  .table-wrap{width:100%;overflow-x:auto;overflow-y:visible}
  .table th,.table td{padding:11px 12px;max-width:72vw;white-space:normal;overflow-wrap:anywhere}
  .table th{white-space:nowrap}
  .table td form.form-grid{width:min(420px,72vw);min-width:0;grid-template-columns:minmax(0,1fr)}
  .table .actions{min-width:0}
  .card>.table-wrap{margin:0}
  .application-whm-actions{min-width:0}
  .application-security-status{grid-template-columns:minmax(0,1fr);padding-left:0}
  .hosting-service-panel>.title-row{align-items:flex-start}
  .webmail-page{width:100%;max-width:100%;overflow:hidden}
  .webmail-toolbar{align-items:flex-start;flex-direction:column}
  .webmail-toolbar .actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}
  .webmail-toolbar .actions .btn{width:100%;min-width:0;justify-content:center}
  .webmail-shell{width:100%;max-width:100%;height:auto;min-height:0;grid-template-columns:minmax(0,1fr);overflow:hidden}
  .webmail-folders{min-width:0;border-right:0;border-bottom:1px solid var(--line)}
  .webmail-folders nav{display:flex;width:100%;overflow-x:auto;overscroll-behavior-inline:contain}
  .webmail-folders nav a{flex:0 0 auto;min-height:44px}
  .webmail-message-list{height:min(440px,52dvh);min-width:0;border-right:0;border-bottom:1px solid var(--line)}
  .webmail-reader{min-width:0;min-height:0}
  .webmail-reader-empty{min-height:320px;padding:20px}
  .webmail-compose,.webmail-message>header,.webmail-plain-body{padding:16px}
  .webmail-html-body{min-height:420px}
}

@media(max-width:700px){
  .customer-topbar,.customer-portal-body .customer-topbar{position:sticky;display:grid;grid-template-columns:minmax(0,1fr);gap:9px;padding:11px 12px}
  .customer-topbar-left{align-items:center;gap:10px}
  .customer-topbar-title{min-width:0}
  .customer-topbar-title .eyebrow{display:none}
  .customer-topbar-title h1,.customer-portal-body .customer-topbar-title h1{margin:0;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .customer-topbar-title p{display:none}
  .customer-topbar-right{display:grid;grid-template-columns:44px auto minmax(0,1fr);gap:8px;align-items:center}
  .customer-portal-body .topbar-soft-link,.customer-portal-body .customer-topbar-chip,.customer-portal-body .customer-topbar-user,.topbar-soft-link,.customer-topbar-chip,.customer-topbar-user{width:auto;min-width:0;min-height:44px;margin:0;justify-content:center}
  .topbar-soft-link{width:44px!important;height:44px;padding:0!important;font-size:0}
  .topbar-soft-link .ui-icon{width:18px;height:18px;font-size:18px;line-height:1}
  .customer-topbar-chip{padding:8px 10px;white-space:nowrap}
  .customer-topbar-user{justify-content:flex-start!important;padding:4px 7px}
  .customer-topbar-user>span{flex:0 0 34px;width:34px;height:34px}
  .customer-topbar-user>div{min-width:0}
  .customer-topbar-user strong,.customer-topbar-user small{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .customer-page,.customer-portal-body .customer-page{padding:14px 12px 22px}
  .customer-footer{gap:10px;padding:15px 0 0}
  .portal-overview,.portal-overview-sm,.customer-portal-body .portal-overview{padding:18px;border-radius:10px}
  .portal-overview h2,.customer-portal-body .portal-overview h2{font-size:22px}
  .portal-overview-actions{align-items:stretch}
  .portal-section-head{align-items:flex-start;flex-direction:column}
  .application-security-heading{grid-template-columns:40px minmax(0,1fr)}
  .application-security-status{grid-column:1/-1}
  .application-security-install{align-items:stretch;flex-direction:column;padding-left:0;padding-top:14px;border-left:0;border-top:1px solid var(--line)}
  .business-email-mailbox-card>summary{grid-template-columns:24px minmax(0,1fr);grid-template-areas:"chev address" ". status" ". actions";align-items:start}
  .business-email-mailbox-actions{justify-content:flex-start}
  .inventory-wrap-value{max-width:100%}
}

@media(max-width:540px){
  .grid-2,.grid-3,.grid-4,.grid-4.portal-metric-row,.customer-portal-body[data-customer-page="dashboard"] .customer-page>.grid.grid-4{grid-template-columns:minmax(0,1fr)}
  .page-hero{grid-template-columns:minmax(0,1fr)}
  .page-hero-orb{display:none}
  .wrap{padding:20px 12px 32px}
  .topbar{padding:0 12px}
  .topbar .brand{max-width:calc(100vw - 72px)}
  .topbar .brandcopy strong{max-width:54vw}
  .topbar .brandcopy small{display:none}
  .hero{padding:48px 14px}
  .hero h1{font-size:32px}
  .hero .actions{display:grid;grid-template-columns:minmax(0,1fr);width:100%}
  .hero .actions .btn{width:100%;white-space:normal}
  .footer{padding:25px 14px}
  .footer-inner{align-items:flex-start;flex-direction:column}
  .page{padding:14px 12px 28px}
  .admin-avatar{display:grid;width:34px;height:34px;border-radius:9px}
  .card{padding:16px;border-radius:10px}
  .auth-shell{display:block;padding:12px}
  .auth-card{width:100%;margin:0 auto;padding:22px 18px;border-radius:14px}
  .auth-card h1{font-size:25px}
  .flash{grid-template-columns:minmax(0,1fr);padding:13px 14px 13px 46px}
  .flash span{grid-column:1}
  .title-row>.actions,.portal-overview-actions,.hosting-service-quick-actions,.hosting-operation-actions,.application-admin-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}
  .title-row>.actions>.btn,.title-row>.actions>form,.portal-overview-actions>.btn,.portal-overview-actions>form,.hosting-service-quick-actions>.btn,.hosting-service-quick-actions>form,.hosting-operation-actions>.btn,.hosting-operation-actions>form,.application-admin-actions>.btn,.application-admin-actions>form{width:100%;min-width:0}
  .actions>form>.btn,.hosting-operation-actions form>.btn,.application-admin-actions form>.btn{width:100%}
  .table .actions{display:flex;width:auto}
  .btn{min-width:0;white-space:normal;text-align:center}
  .btn-sm{min-height:40px}
  .check-line{align-items:flex-start}
  .application-admin-form{padding:16px}
  .webmail-toolbar .actions{grid-template-columns:minmax(0,1fr)}
  .webmail-reader-actions{padding:10px 14px}
  .webmail-reader-actions form{width:100%;flex-wrap:wrap}
  .webmail-reader-actions form .select{flex:1 1 150px}
}

@media(max-width:380px){
  .admin-head{padding-inline:10px}
  .admin-head-title>span:first-child{max-width:43vw}
  .customer-topbar,.customer-portal-body .customer-topbar{padding-inline:10px}
  .customer-topbar-right{grid-template-columns:44px auto minmax(0,1fr);gap:6px}
  .customer-topbar-chip{padding-inline:8px}
  .customer-topbar-user{padding-inline:5px}
  .customer-topbar-user>span{display:none}
  .title-row>.actions,.portal-overview-actions,.hosting-service-quick-actions,.hosting-operation-actions,.application-admin-actions{grid-template-columns:minmax(0,1fr)}
  .page-hero{grid-template-columns:minmax(0,1fr)}
  .page-hero-orb{display:none}
}

@media(pointer:coarse){
  .btn,.btn-sm,.admin-menu-toggle,.admin-menu-close,.customer-menu-toggle,.customer-menu-close,.mobile-nav-toggle,.topbar-soft-link,.head-icon,.navlinks a,.side-nav>a,.customer-side-nav a,.webmail-folders nav a,summary{min-height:44px}
  input:not([type="checkbox"]):not([type="radio"]),select,textarea{font-size:16px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}

/* v3.11.3 - fixed customer navigation and mailbox subscription access */
.dashboard-mailbox-section{margin:22px 0 26px}.dashboard-mailbox-section .portal-section-head{margin-top:0}.dashboard-mailbox-section .portal-section-head p{margin:5px 0 0;color:var(--portal-muted);font-size:12px}.dashboard-mailbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-mailbox-card{min-width:0;padding:17px;border:1px solid var(--portal-line);border-radius:8px;background:#fff;box-shadow:0 7px 20px rgba(29,49,77,.045)}.dashboard-mailbox-head{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center}.dashboard-mailbox-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:#e9f8f5;color:#0f766e}.dashboard-mailbox-head strong{display:block;color:var(--portal-ink);font-size:13px;overflow-wrap:anywhere}.dashboard-mailbox-head small{display:block;margin-top:3px;color:var(--portal-muted);font-size:10px}.dashboard-mailbox-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:13px}.dashboard-mailbox-meta>span{padding:9px 10px;border:1px solid #e8edf3;border-radius:6px;background:#f8fafc}.dashboard-mailbox-meta small,.dashboard-mailbox-meta strong{display:block}.dashboard-mailbox-meta small{color:var(--portal-muted);font-size:9px;text-transform:uppercase;font-weight:800}.dashboard-mailbox-meta strong{margin-top:3px;color:#334155;font-size:11px}.dashboard-mailbox-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:13px}.dashboard-mailbox-empty{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:13px;align-items:center;padding:16px;border:1px dashed #cad8e8;border-radius:8px;background:#fbfdff}.dashboard-mailbox-empty>span{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#e9f8f5;color:#0f766e}.dashboard-mailbox-empty strong{display:block;color:var(--portal-ink)}.dashboard-mailbox-empty p{margin:3px 0 0;color:var(--portal-muted);font-size:11px}.mailbox-portfolio-summary{margin-bottom:16px}.mailbox-portfolio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.mailbox-portfolio-card{border-left:4px solid var(--portal-teal)}.mailbox-portfolio-card .service-icon{background:#e9f8f5;color:#0f766e}.mailbox-portfolio-empty{grid-column:1/-1;text-align:center}.mailbox-portfolio-empty>span{display:inline-grid;place-items:center;width:52px;height:52px;margin-bottom:10px;border-radius:8px;background:#e9f8f5;color:#0f766e}

@media(min-width:1101px){
  .customer-portal-body .customer-shell{display:block;min-height:100vh;padding-left:272px}
  .customer-portal-body .customer-sidebar{position:fixed;left:0;top:0;bottom:0;width:272px;height:100vh;height:100dvh;overflow:hidden}
  .customer-portal-body .customer-side-nav{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c9d5e3 transparent}
  .customer-portal-body .customer-main{width:100%;max-width:none;min-height:100vh;margin-left:0}
  .customer-portal-body .customer-page{width:100%;max-width:none;padding-left:14px;padding-right:14px}
  .customer-portal-body .customer-page>.wrap{width:100%;max-width:none;margin-left:0;margin-right:0}
}
@media(max-width:760px){.dashboard-mailbox-grid,.mailbox-portfolio-grid{grid-template-columns:1fr}.dashboard-mailbox-empty{grid-template-columns:40px minmax(0,1fr)}.dashboard-mailbox-empty .btn{grid-column:1/-1;width:100%}}
@media(max-width:460px){.dashboard-mailbox-head{grid-template-columns:36px minmax(0,1fr)}.dashboard-mailbox-head>.badge{grid-column:2;justify-self:start}.dashboard-mailbox-actions .btn{flex:1}.dashboard-mailbox-meta{grid-template-columns:1fr}}

/* v3.11.9 - global admin shortcuts and protected login-detail directories */
.admin-head-quick-nav{display:flex;align-items:center;gap:5px;padding-right:2px}.admin-head-quick-nav a{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:7px 9px;border:1px solid #dce5f0;border-radius:7px;background:#fff;color:#53657a;font-size:9.5px;font-weight:800;white-space:nowrap;transition:.16s ease}.admin-head-quick-nav a:hover{border-color:#bfcfe2;background:#f5f8fc;color:var(--blue-600);transform:translateY(-1px)}.admin-head-quick-nav a.active{border-color:#c6d8fb;background:#edf3ff;color:#1d55ca}.admin-head-quick-nav .ui-icon{flex:0 0 auto}
.customer-directory-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:max-content}.customer-directory-actions .btn{justify-content:center}.btn[data-copy-login-details].is-copying{opacity:.72;cursor:wait}.btn[data-copy-login-details].is-copied{border-color:#a8ddcf;background:#eaf9f4;color:#087566}
.application-email-command{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}.application-email-command h2{margin:2px 0 5px;font-size:22px}.application-email-command p{margin:0;color:var(--muted);font-size:12px}.application-email-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px}.application-email-metrics>div{display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-areas:"icon value" "icon label";column-gap:9px;align-items:center;padding:11px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-xs)}.application-email-metrics>div>span{grid-area:icon;width:34px;height:34px;display:grid;place-items:center;border-radius:7px;background:#eaf1ff;color:#235ce5}.application-email-metrics>div:nth-child(2)>span{background:#e7f8f3;color:#0f8d7e}.application-email-metrics>div:nth-child(3)>span{background:#f1edff;color:#7440dc}.application-email-metrics>div:nth-child(4)>span{background:#fff3e3;color:#c47a12}.application-email-metrics strong{grid-area:value;font:800 19px/1.1 "Plus Jakarta Sans",sans-serif}.application-email-metrics small{grid-area:label;margin-top:2px;color:var(--muted);font-size:9.5px}.application-email-search{display:grid;grid-template-columns:minmax(240px,1fr) auto auto;gap:7px;margin-bottom:10px;padding:8px;border:1px solid var(--line);border-radius:8px;background:#fff}.application-email-search>div{display:flex;align-items:center;gap:8px;min-width:0;padding:0 11px;border:1px solid #d7e0eb;border-radius:7px;color:#718198}.application-email-search input{min-width:0;width:100%;height:36px;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:11px}.application-email-directory{display:grid;gap:7px}.application-email-row{display:grid;grid-template-columns:minmax(230px,1.15fr) minmax(170px,.85fr) minmax(180px,.85fr) minmax(170px,.7fr) auto;gap:12px;align-items:center;min-width:0;padding:12px 13px;border:1px solid var(--line);border-left:3px solid #2a62e5;border-radius:8px;background:#fff;box-shadow:0 3px 12px rgba(15,35,63,.035)}.application-email-row>*{min-width:0}.application-email-identity{display:flex;align-items:center;gap:9px}.application-email-identity>span{width:36px;height:36px;display:grid;place-items:center;flex:0 0 36px;border-radius:7px;background:#eaf1ff;color:#235ce5}.application-email-identity>div,.application-email-context{display:grid;gap:2px;min-width:0}.application-email-identity strong,.application-email-context strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-size:11.5px}.application-email-identity small,.application-email-context span,.application-email-context small,.application-email-state small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:9.5px}.application-email-context span{text-transform:uppercase;font-size:8px;font-weight:850}.application-email-state{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.application-email-state small{width:100%;white-space:normal}.application-email-actions{display:flex;justify-content:flex-end;gap:6px;white-space:nowrap}
@media(max-width:1420px){.admin-head-quick-nav a span{display:none}.admin-head-quick-nav a{width:34px;justify-content:center;padding:7px}}
@media(max-width:1180px){.application-email-row{grid-template-columns:minmax(210px,1.2fr) minmax(165px,.85fr) minmax(160px,.8fr) auto;grid-template-areas:"identity application customer actions" "identity state state actions"}.application-email-identity{grid-area:identity}.application-email-context:nth-child(2){grid-area:application}.application-email-context:nth-child(3){grid-area:customer}.application-email-state{grid-area:state}.application-email-actions{grid-area:actions;flex-direction:column}.customer-directory-actions{flex-direction:column;align-items:stretch}}
@media(max-width:820px){.application-email-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.application-email-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"identity actions" "application application" "customer state"}.application-email-actions{align-self:start}.application-email-command{flex-direction:column}.customer-directory-actions{grid-area:action}.customer-directory-actions .btn{width:100%}}
@media(max-width:620px){.admin-head{display:grid;grid-template-columns:minmax(0,1fr) auto;padding-left:12px;padding-right:12px;isolation:isolate}.admin-head-left{position:relative;z-index:4;overflow:hidden}.admin-menu-toggle{position:relative;z-index:5;display:inline-grid!important;flex:0 0 44px}.admin-head-tools{min-width:0;gap:5px}.admin-head-quick-nav{display:none}.admin-head-tools>.head-icon,.admin-head-tools>.system-chip{display:none}.admin-user{padding-left:2px}.admin-avatar{width:32px;height:32px;border-radius:8px}.admin-head-title>span:first-child{max-width:calc(100vw - 178px)}.application-email-search{grid-template-columns:1fr}.application-email-row{grid-template-columns:1fr;grid-template-areas:"identity" "application" "customer" "state" "actions"}.application-email-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.application-email-actions .btn{justify-content:center}.application-email-metrics{grid-template-columns:1fr 1fr}.customer-directory-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}}
@media(max-width:460px){.admin-head .admin-user{display:none}.admin-head-title>span:first-child{max-width:calc(100vw - 126px)}}

/* Site identity and self-service profiles */
.brandmark.site-logo-mark{padding:4px;background:#fff!important;border:1px solid #dbe5f1!important;box-shadow:0 8px 22px rgba(15,42,78,.14)!important}
.brandmark.site-logo-mark:after{display:none}
.brandmark.site-logo-mark img{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;border-radius:7px}
.brandmark.site-logo-mark.mini{padding:3px}
.site-full-logo{display:inline-flex;align-items:center;justify-content:flex-start;width:190px;height:52px;max-width:100%;overflow:hidden}
.site-full-logo img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}
.site-full-logo-admin{width:194px;height:52px;padding:5px 8px;border:1px solid rgba(177,201,231,.18);border-radius:12px;background:#fff;box-shadow:0 9px 24px rgba(0,0,0,.16)}
.site-full-logo-header{width:180px;height:50px}
.site-full-logo-footer{width:195px;height:56px;padding:5px 7px;border-radius:10px;background:#fff}
.admin-user,.customer-topbar-user{text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.admin-user:hover,.customer-topbar-user:hover{transform:translateY(-1px)}
.site-logo-current{padding:16px;border:1px solid var(--line);border-radius:14px;background:#f8fbff}
.site-logo-current>span{font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.site-logo-current>img{display:block;max-width:220px;max-height:80px;margin:8px 0 12px;padding:7px;border:1px solid var(--line);border-radius:10px;background:#fff;object-fit:contain}
.site-favicon-current>img{width:64px;height:64px;padding:8px;object-fit:contain;image-rendering:auto}
.profile-settings-grid{display:grid;grid-template-columns:minmax(230px,.72fr) minmax(0,1.7fr);gap:20px;align-items:start;max-width:1040px;margin:0 auto}
.profile-summary-card{text-align:center;position:sticky;top:calc(var(--topbar) + 24px)}
.profile-summary-avatar{width:78px;height:78px;margin:2px auto 16px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(135deg,var(--blue-600),var(--violet-600));color:#fff;font:850 28px/1 "Plus Jakarta Sans",sans-serif;box-shadow:0 14px 30px rgba(37,99,235,.2)}
.profile-summary-card h2{margin:0 0 5px}.profile-summary-card>p{margin:0;color:var(--muted);overflow-wrap:anywhere}
.profile-account-type{display:inline-flex;margin:14px 0 18px;padding:7px 10px;border-radius:999px;background:var(--blue-50);color:var(--blue-700);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.profile-summary-card .summary-note{text-align:left}
.profile-edit-card h2{margin:2px 0 5px}.profile-edit-card h3{margin:0 0 5px;font-size:15px}
.profile-password-divider{margin-top:5px;padding-top:18px;border-top:1px solid var(--line)}
@media(max-width:820px){.profile-settings-grid{grid-template-columns:1fr}.profile-summary-card{position:static}.site-logo-current>img{max-width:180px}.site-full-logo-header{width:154px;height:44px}.site-full-logo-admin{width:178px}}

/* v3.11.5 - dedicated standalone Spacemelon Webmail */
.standalone-webmail-body{--standalone-webmail-navy:#102a43;--standalone-webmail-ink:#182433;--standalone-webmail-cobalt:#235ce5;--standalone-webmail-teal:#0f9f8f;--standalone-webmail-amber:#e9a23b;--standalone-webmail-red:#d94646;--standalone-webmail-line:#dbe4ee;--standalone-webmail-soft:#f4f7fb;min-width:320px;min-height:100vh;margin:0;background:#f4f7fb;color:var(--standalone-webmail-ink);font-family:Inter,sans-serif;letter-spacing:0}.standalone-webmail-body *{box-sizing:border-box}.standalone-webmail-body a{text-decoration:none}.standalone-webmail-body button,.standalone-webmail-body input,.standalone-webmail-body textarea,.standalone-webmail-body select{font:inherit;letter-spacing:0}.standalone-webmail-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.standalone-webmail-icon-fallback{display:inline-block;width:1em;height:1em;border:1.5px solid currentColor;border-radius:3px}.standalone-webmail-brand{display:inline-flex;align-items:center;gap:11px;color:var(--standalone-webmail-navy)}.standalone-webmail-brandmark,.standalone-webmail-logo{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:8px;background:var(--standalone-webmail-cobalt);color:#fff;font:800 20px/1 "Plus Jakarta Sans",sans-serif}.standalone-webmail-logo{overflow:hidden;background:#fff;border:1px solid var(--standalone-webmail-line)}.standalone-webmail-logo img{width:100%;height:100%;object-fit:contain}.standalone-webmail-brandcopy{display:grid;gap:1px}.standalone-webmail-brandcopy strong{font:800 16px/1.2 "Plus Jakarta Sans",sans-serif;letter-spacing:0;text-transform:uppercase}.standalone-webmail-brandcopy small{font-size:10px;font-weight:800;letter-spacing:0;text-transform:uppercase;color:#73849a}.standalone-webmail-brand.is-compact .standalone-webmail-brandmark,.standalone-webmail-brand.is-compact .standalone-webmail-logo{width:34px;height:34px;flex-basis:34px;font-size:16px}.standalone-webmail-brand.is-compact .standalone-webmail-brandcopy strong{font-size:14px}.standalone-webmail-public-header{min-height:70px;padding:12px clamp(18px,4vw,52px);display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border-bottom:1px solid var(--standalone-webmail-line)}.standalone-webmail-header-security{display:inline-flex;align-items:center;gap:7px;color:#52657b;font-size:11px;font-weight:700}.standalone-webmail-header-security .ui-icon{color:var(--standalone-webmail-teal)}
.standalone-webmail-login-main{min-height:calc(100vh - 70px);padding:50px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f4f7fb}.standalone-webmail-login-panel{width:min(100%,460px);padding:32px;background:#fff;border:1px solid var(--standalone-webmail-line);border-top:4px solid var(--standalone-webmail-cobalt);border-radius:8px;box-shadow:0 22px 58px rgba(16,42,67,.12)}.standalone-webmail-login-intro{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:start;margin-bottom:25px}.standalone-webmail-login-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:8px;background:#e9f0ff;color:var(--standalone-webmail-cobalt)}.standalone-webmail-eyebrow{display:block;margin-bottom:5px;color:var(--standalone-webmail-cobalt);font-size:10px;line-height:1.2;font-weight:800;text-transform:uppercase}.standalone-webmail-login-intro h1{margin:0;color:var(--standalone-webmail-ink);font:800 25px/1.22 "Plus Jakarta Sans",sans-serif;letter-spacing:0}.standalone-webmail-login-intro p{margin:7px 0 0;color:#65768b;font-size:12px;line-height:1.55}.standalone-webmail-login-form{display:grid;gap:16px}.standalone-webmail-login-form .field{margin:0}.standalone-webmail-login-form label{display:block;margin:0 0 7px;color:#334155;font-size:11px;font-weight:800}.standalone-webmail-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.standalone-webmail-label-row span{color:#8290a3;font-size:9px;font-weight:700}.standalone-webmail-input-wrap{position:relative}.standalone-webmail-input-wrap>.ui-icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#8290a3;pointer-events:none}.standalone-webmail-input-wrap>.input{width:100%;min-height:48px;padding:11px 44px 11px 42px;border:1px solid #cfd9e6;border-radius:7px;background:#fff;color:var(--standalone-webmail-ink);box-shadow:none}.standalone-webmail-input-wrap>.input::placeholder{color:#9aa8ba}.standalone-webmail-input-wrap>.input:hover{border-color:#aebdd0}.standalone-webmail-input-wrap>.input:focus{outline:3px solid rgba(35,92,229,.14);border-color:var(--standalone-webmail-cobalt)}.standalone-webmail-password-toggle{position:absolute;right:5px;top:5px;width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:#65768b;cursor:pointer}.standalone-webmail-password-toggle:hover{background:#edf2f8;color:var(--standalone-webmail-cobalt)}.standalone-webmail-password-toggle:focus-visible{outline:3px solid rgba(35,92,229,.18)}.standalone-webmail-submit{width:100%;min-height:48px;margin-top:2px;justify-content:center;border-radius:7px;background:var(--standalone-webmail-cobalt)!important;box-shadow:0 9px 20px rgba(35,92,229,.2)}.standalone-webmail-submit:hover{background:#194dcc!important;transform:translateY(-1px)}.standalone-webmail-trust{display:grid;grid-template-columns:20px minmax(0,1fr);gap:8px;margin-top:22px;padding-top:18px;border-top:1px solid #e7edf4;color:#607287}.standalone-webmail-trust .ui-icon{color:var(--standalone-webmail-teal)}.standalone-webmail-trust p{margin:0;font-size:10.5px;line-height:1.55}.standalone-webmail-return{display:inline-flex;align-items:center;gap:7px;margin-top:20px;color:#52657b;font-size:11px;font-weight:700}.standalone-webmail-return .ui-icon{transform:rotate(180deg)}.standalone-webmail-return:hover{color:var(--standalone-webmail-cobalt)}
.standalone-webmail-alert{display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;align-items:start;margin:0 0 18px;padding:12px 13px;border:1px solid #cfddeb;border-radius:7px;background:#f2f7fc;color:#42566f}.standalone-webmail-alert>span{width:28px;height:28px;display:grid;place-items:center;border-radius:6px;background:#fff}.standalone-webmail-alert strong{display:block;margin-bottom:2px;font-size:11px}.standalone-webmail-alert p{margin:0;font-size:10.5px;line-height:1.5}.standalone-webmail-alert.is-error{border-color:#f2c9c9;background:#fff4f4;color:#a92f35}.standalone-webmail-alert.is-error>span{color:var(--standalone-webmail-red)}.standalone-webmail-alert.is-success{border-color:#bde6db;background:#effaf7;color:#166b60}.standalone-webmail-alert.is-success>span{color:var(--standalone-webmail-teal)}.standalone-webmail-alert.is-warning{border-color:#f0d8aa;background:#fff9ed;color:#875d16}.standalone-webmail-alert.is-warning>span{color:#b97711}
.standalone-webmail-app{min-height:100vh;display:flex;flex-direction:column;background:#edf2f7}.standalone-webmail-appbar{position:relative;z-index:3;min-height:64px;padding:9px clamp(14px,2.5vw,34px);display:grid;grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr);align-items:center;gap:20px;background:#fff;border-bottom:1px solid var(--standalone-webmail-line)}.standalone-webmail-appbar-brand{justify-self:start}.standalone-webmail-account{display:flex;align-items:center;justify-content:center;gap:9px;min-width:0}.standalone-webmail-account>div{min-width:0}.standalone-webmail-account small,.standalone-webmail-account strong{display:block}.standalone-webmail-account small{margin-bottom:2px;color:#7a899b;font-size:9px;font-weight:700}.standalone-webmail-account strong{max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#334155;font-size:11px}.standalone-webmail-online-dot{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--standalone-webmail-teal);box-shadow:0 0 0 4px #dff7f1}.standalone-webmail-appbar-actions{justify-self:end;display:flex;align-items:center;gap:7px}.standalone-webmail-appbar-actions form{margin:0}.standalone-webmail-icon-button{min-height:38px;padding:8px 11px;border-radius:7px}.standalone-webmail-icon-button span{font-size:10px}.standalone-webmail-status-rule{height:3px;display:grid;grid-template-columns:42% 32% 26%}.standalone-webmail-status-rule span:nth-child(1){background:var(--standalone-webmail-cobalt)}.standalone-webmail-status-rule span:nth-child(2){background:var(--standalone-webmail-teal)}.standalone-webmail-status-rule span:nth-child(3){background:var(--standalone-webmail-amber)}.standalone-webmail-main{width:100%;max-width:1760px;margin:0 auto;padding:18px clamp(12px,2vw,28px);flex:1;min-height:0}.standalone-webmail-main>.standalone-webmail-alert{max-width:900px;margin:0 auto 14px}.standalone-webmail-workspace.webmail-shell{grid-template-columns:190px minmax(270px,350px) minmax(0,1fr);width:100%;height:calc(100vh - 103px);min-height:560px;border:1px solid #d4dfeb;border-radius:8px;background:#fff;box-shadow:0 12px 34px rgba(16,42,67,.09)}.standalone-webmail-folders.webmail-folders{padding:14px 11px;background:#f6f8fb}.standalone-webmail-compose-button{width:100%;min-height:42px;justify-content:center;border-radius:7px;background:var(--standalone-webmail-cobalt)!important}.standalone-webmail-folders.webmail-folders nav{margin-top:2px}.standalone-webmail-folders.webmail-folders nav a{min-height:38px;padding:8px 9px;border-radius:6px;color:#53657a}.standalone-webmail-folders.webmail-folders nav a:hover{background:#e9eef5;color:var(--standalone-webmail-navy)}.standalone-webmail-folders.webmail-folders nav a.active{background:#e6edff;color:#1748bf;box-shadow:inset 3px 0 var(--standalone-webmail-cobalt)}.standalone-webmail-folders.webmail-folders nav a b{border-radius:5px;background:#dce5f0;color:#52657b}.standalone-webmail-folders.webmail-folders nav a.active b{background:#fff;color:#1748bf}.standalone-webmail-folder-empty{padding:10px;color:#8795a7;font-size:10px}.standalone-webmail-folder-foot{display:grid;gap:8px;padding:9px 4px 2px;border-top:1px solid #dfe7f0}.standalone-webmail-folder-foot>a,.standalone-webmail-folder-foot button{display:inline-flex;align-items:center;gap:7px;padding:5px 3px;border:0;background:transparent;color:#607287;font-size:10px;font-weight:700;cursor:pointer}.standalone-webmail-folder-foot>a:hover{color:var(--standalone-webmail-cobalt)}.standalone-webmail-folder-foot .standalone-webmail-text-danger{color:#b63a3f}.standalone-webmail-list.webmail-message-list{background:#fff}.standalone-webmail-list .webmail-search{padding:10px}.standalone-webmail-list .webmail-search .input{min-height:38px;padding:8px 10px;border-radius:6px;font-size:11px}.standalone-webmail-list .webmail-search .btn{width:38px;min-height:38px;padding:0;border-radius:6px}.standalone-webmail-list .webmail-list-meta{min-height:39px;align-items:center;padding:9px 12px}.standalone-webmail-list .webmail-message-row{position:relative;min-height:72px;padding:11px 12px;border-left:3px solid transparent}.standalone-webmail-list .webmail-message-row:hover{background:#f5f8fc}.standalone-webmail-list .webmail-message-row.selected{background:#edf3ff;border-left-color:var(--standalone-webmail-cobalt)}.standalone-webmail-list .webmail-message-row.unread{border-left-color:var(--standalone-webmail-teal)}.standalone-webmail-list .webmail-message-row small{position:absolute;right:12px;top:11px;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.standalone-webmail-list .webmail-message-row .webmail-from{padding-right:95px}.standalone-webmail-list .webmail-message-row strong{padding-right:5px}.standalone-webmail-list-empty,.standalone-webmail-loading{min-height:240px;padding:24px;display:grid;place-content:center;justify-items:center;text-align:center;color:#8290a3}.standalone-webmail-list-empty .ui-icon{margin-bottom:11px;color:#9cadbf}.standalone-webmail-list-empty strong,.standalone-webmail-loading strong{color:#52657b;font-size:12px}.standalone-webmail-list-empty p,.standalone-webmail-loading small{margin:5px 0 0;font-size:10px}.standalone-webmail-loading>span{width:28px;height:28px;margin-bottom:12px;border:3px solid #dbe4ee;border-top-color:var(--standalone-webmail-cobalt);border-radius:50%;animation:standaloneWebmailSpin .75s linear infinite}.standalone-webmail-reader.webmail-reader{background:#fff}.standalone-webmail-mobile-back{display:none}.standalone-webmail-reader .webmail-reader-empty{min-height:100%;padding:25px}.standalone-webmail-reader .webmail-reader-empty .ui-icon{color:#8fa2b7}.standalone-webmail-reader .webmail-compose{max-width:820px;padding:22px 24px}.standalone-webmail-pane-title{margin-bottom:19px;padding-bottom:14px;border-bottom:1px solid #e3eaf2}.standalone-webmail-pane-title span{display:block;margin-bottom:4px;color:var(--standalone-webmail-cobalt);font-size:9px;font-weight:800;text-transform:uppercase}.standalone-webmail-pane-title h2{margin:0;font:800 20px/1.25 "Plus Jakarta Sans",sans-serif;letter-spacing:0}.standalone-webmail-reader .webmail-compose .field{margin-bottom:13px}.standalone-webmail-reader .webmail-compose label{font-size:10px;font-weight:800;color:#52657b}.standalone-webmail-reader .webmail-compose .input,.standalone-webmail-reader .webmail-compose .textarea{border-radius:6px}.standalone-webmail-attachment-field{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin:3px 0 16px;padding:10px 12px;border:1px dashed #b9c7d8;border-radius:7px;background:#f8fafc}.standalone-webmail-attachment-field label{display:inline-flex;align-items:center;gap:7px;margin:0!important;color:var(--standalone-webmail-cobalt)!important}.standalone-webmail-attachment-field input{min-width:0;font-size:10px}.standalone-webmail-attachment-field span{color:#8290a3;font-size:9px}.standalone-webmail-reader .webmail-message>header{background:#fbfcfe}.standalone-webmail-reader .webmail-message>header h2{font-family:"Plus Jakarta Sans",sans-serif;letter-spacing:0}.standalone-webmail-reader .webmail-reader-actions{background:#fff}.standalone-webmail-reader .webmail-plain-body{font-family:Inter,sans-serif;letter-spacing:0}.standalone-webmail-reader .webmail-html-body{min-height:calc(100vh - 300px)}
@keyframes standaloneWebmailSpin{to{transform:rotate(360deg)}}
@media(max-width:980px){.standalone-webmail-appbar{grid-template-columns:minmax(150px,1fr) auto}.standalone-webmail-account{grid-column:1/-1;grid-row:2;justify-content:flex-start;padding:7px 0 0;border-top:1px solid #edf1f5}.standalone-webmail-appbar-actions{grid-column:2;grid-row:1}.standalone-webmail-workspace.webmail-shell{grid-template-columns:160px minmax(255px,310px) minmax(0,1fr);height:calc(100vh - 141px)}}
@media(max-width:760px){.standalone-webmail-public-header{min-height:62px;padding:10px 14px}.standalone-webmail-header-security{display:none}.standalone-webmail-login-main{min-height:calc(100vh - 62px);padding:30px 14px}.standalone-webmail-login-panel{padding:24px 20px}.standalone-webmail-login-intro{grid-template-columns:42px minmax(0,1fr);gap:12px}.standalone-webmail-login-icon{width:42px;height:42px}.standalone-webmail-login-intro h1{font-size:22px}.standalone-webmail-appbar{position:sticky;top:0;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:8px 12px}.standalone-webmail-appbar .standalone-webmail-brandcopy small{display:none}.standalone-webmail-appbar-actions{gap:4px}.standalone-webmail-icon-button{width:38px;min-height:38px;padding:0;justify-content:center}.standalone-webmail-icon-button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.standalone-webmail-account{padding-top:6px}.standalone-webmail-main{padding:10px 8px}.standalone-webmail-workspace.webmail-shell{display:grid;grid-template-columns:minmax(0,1fr);height:auto;min-height:calc(100vh - 130px);overflow:hidden}.standalone-webmail-folders.webmail-folders{padding:9px;border-right:0;border-bottom:1px solid var(--standalone-webmail-line);gap:8px}.standalone-webmail-compose-button{min-height:40px}.standalone-webmail-folders.webmail-folders nav{display:flex;width:100%;margin:0;overflow-x:auto;scrollbar-width:thin}.standalone-webmail-folders.webmail-folders nav a{flex:0 0 auto;min-height:38px}.standalone-webmail-folder-foot{display:none}.standalone-webmail-list.webmail-message-list{height:calc(100vh - 270px);min-height:380px;border-right:0;border-bottom:0}.standalone-webmail-reader.webmail-reader{display:none;min-height:calc(100vh - 210px);border-top:0}.standalone-webmail-app.has-reader .standalone-webmail-list.webmail-message-list{display:none}.standalone-webmail-app.has-reader .standalone-webmail-reader.webmail-reader{display:block}.standalone-webmail-mobile-back{display:inline-flex;align-items:center;gap:6px;margin:10px 13px 0;color:var(--standalone-webmail-cobalt);font-size:10px;font-weight:800}.standalone-webmail-mobile-back .ui-icon{transform:rotate(180deg)}.standalone-webmail-reader .webmail-compose{padding:16px 14px}.standalone-webmail-reader .webmail-message>header{padding:16px 14px 12px}.standalone-webmail-reader .webmail-reader-actions{padding:9px 14px}.standalone-webmail-reader .webmail-plain-body{padding:18px 14px}.standalone-webmail-attachment-field{grid-template-columns:1fr}.standalone-webmail-attachment-field span{display:none}.standalone-webmail-reader .webmail-html-body{min-height:520px}}
@media(max-width:420px){.standalone-webmail-brandcopy strong{font-size:14px}.standalone-webmail-login-panel{padding:22px 16px}.standalone-webmail-login-intro{grid-template-columns:1fr}.standalone-webmail-login-icon{width:40px;height:40px}.standalone-webmail-login-form{gap:14px}.standalone-webmail-appbar .standalone-webmail-brandcopy{display:none}.standalone-webmail-appbar{grid-template-columns:auto minmax(0,1fr)}.standalone-webmail-appbar-actions{justify-self:end}.standalone-webmail-account strong{max-width:calc(100vw - 64px)}.standalone-webmail-list.webmail-message-list{height:calc(100vh - 260px)}.standalone-webmail-reader .webmail-reader-actions form{width:100%}.standalone-webmail-reader .webmail-reader-actions form .btn,.standalone-webmail-reader .webmail-reader-actions form .select{flex:1;min-width:0}.standalone-webmail-reader .webmail-compose .actions{display:grid;grid-template-columns:1fr}.standalone-webmail-reader .webmail-compose .actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){.standalone-webmail-body *{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* v3.11.8 - compact AJAX standalone Webmail cockpit */
.standalone-webmail-body{
  --standalone-webmail-navy:#0b1f33;
  --standalone-webmail-ink:#142033;
  --standalone-webmail-cobalt:#245eea;
  --standalone-webmail-teal:#0aa68f;
  --standalone-webmail-amber:#e6a124;
  --standalone-webmail-red:#eb5b57;
  --standalone-webmail-violet:#7457e8;
  --standalone-webmail-line:#d9e3ef;
  --standalone-webmail-soft:#eef4f9;
  background:#eef4f9;
}
.standalone-webmail-app[data-webmail-app]{
  position:relative;
  height:100dvh;
  min-height:620px;
  overflow:hidden;
  background:#eef4f9;
}
.standalone-webmail-progress{
  position:fixed;
  inset:0 0 auto;
  z-index:100;
  height:3px;
  overflow:hidden;
  pointer-events:none;
  opacity:0;
  background:rgba(36,94,234,.12);
  transition:opacity .18s ease;
}
.standalone-webmail-progress span{
  display:block;
  width:36%;
  height:100%;
  background:#13b89f;
  transform:translateX(-120%);
}
.standalone-webmail-app.is-ajax-loading .standalone-webmail-progress{opacity:1}
.standalone-webmail-app.is-ajax-loading .standalone-webmail-progress span{animation:standaloneWebmailProgress 1.05s ease-in-out infinite}
.standalone-webmail-app.is-ajax-loading .standalone-webmail-workspace{cursor:progress}
.standalone-webmail-app.is-ajax-loading .standalone-webmail-list,
.standalone-webmail-app.is-ajax-loading .standalone-webmail-reader{opacity:.72}
.standalone-webmail-app.is-ajax-entering .standalone-webmail-workspace{animation:standaloneWebmailEnter .22s ease-out both}
.standalone-webmail-appbar{
  min-height:62px;
  padding:8px clamp(14px,2vw,30px);
  grid-template-columns:minmax(180px,1fr) minmax(260px,auto) minmax(180px,1fr);
  gap:18px;
  background:#fff;
  border-bottom:1px solid #d8e2ed;
  box-shadow:0 5px 18px rgba(11,31,51,.05);
}
.standalone-webmail-appbar-brand{
  display:inline-flex;
  align-items:center;
  min-width:0;
  border-radius:6px;
}
.standalone-webmail-appbar-brand:focus-visible,
.standalone-webmail-appbar a:focus-visible,
.standalone-webmail-folders a:focus-visible,
.standalone-webmail-list a:focus-visible,
.standalone-webmail-reader a:focus-visible,
.standalone-webmail-body button:focus-visible{
  outline:3px solid rgba(36,94,234,.25);
  outline-offset:2px;
}
.standalone-webmail-account{
  justify-content:flex-start;
  min-width:260px;
  padding:6px 12px;
  border:1px solid #dce7e5;
  border-radius:7px;
  background:#f1fbf8;
}
.standalone-webmail-account small{
  margin:0 0 1px;
  color:#418176;
  font-size:9px;
  text-transform:uppercase;
  font-weight:800;
}
.standalone-webmail-account strong{max-width:300px;color:#163e39;font-size:11px}
.standalone-webmail-online-dot{background:#0ab898;box-shadow:0 0 0 4px #d5f5ee}
.standalone-webmail-appbar-actions{gap:8px}
.standalone-webmail-icon-button{
  min-height:38px;
  padding:8px 12px;
  border-color:#d5dfeb;
  color:#33475f;
  background:#fff;
}
.standalone-webmail-icon-button:hover{border-color:#b8c8da;background:#f5f8fc;color:#174dc2}
.standalone-webmail-status-rule{height:4px;grid-template-columns:33% 29% 22% 16%}
.standalone-webmail-status-rule span:nth-child(1){background:#245eea}
.standalone-webmail-status-rule span:nth-child(2){background:#0aa68f}
.standalone-webmail-status-rule span:nth-child(3){background:#e6a124}
.standalone-webmail-status-rule span:nth-child(4){background:#eb5b57}
.standalone-webmail-main{
  position:relative;
  max-width:none;
  min-height:0;
  padding:10px clamp(9px,1.25vw,20px) 12px;
  overflow:hidden;
}
.standalone-webmail-main>.standalone-webmail-alert,
.standalone-webmail-main>.alert{
  position:fixed;
  z-index:40;
  top:76px;
  right:18px;
  width:min(430px,calc(100vw - 28px));
  margin:0;
  box-shadow:0 16px 42px rgba(11,31,51,.16);
  animation:standaloneWebmailToast .25s ease-out both;
}
.standalone-webmail-workspace.webmail-shell{
  grid-template-columns:154px minmax(278px,318px) minmax(0,1fr);
  width:100%;
  height:calc(100dvh - 88px);
  min-height:520px;
  overflow:hidden;
  border:1px solid #cfdae6;
  border-radius:12px;
  background:#fff;
  box-shadow:0 16px 42px rgba(11,31,51,.1);
  transition:opacity .16s ease;
}
.standalone-webmail-folders.webmail-folders{
  position:relative;
  min-height:0;
  height:100%;
  padding:16px 10px 12px;
  gap:10px;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
  border-right:0;
  color:#c8d6e5;
  background:#0b1f33;
  justify-content:flex-start;
}
.standalone-webmail-rail-head{display:grid;gap:2px;padding:0 5px 3px;flex:0 0 auto}
.standalone-webmail-rail-head span{
  color:#7692ad;
  font-size:9px;
  line-height:1.2;
  font-weight:800;
  text-transform:uppercase;
}
.standalone-webmail-rail-head strong{color:#fff;font-size:18px;line-height:1.2}
.standalone-webmail-compose-button{
  display:flex!important;
  visibility:visible!important;
  min-height:38px;
  padding:8px 10px;
  border:1px solid #4c7df0!important;
  background:#245eea!important;
  box-shadow:0 10px 22px rgba(0,0,0,.2);
}
.standalone-webmail-compose-button:hover{background:#3670f5!important;transform:translateY(-1px)}
.standalone-webmail-folders.webmail-folders nav{display:grid!important;visibility:visible!important;opacity:1!important;gap:4px;margin:0;flex:0 0 auto}
.standalone-webmail-folders.webmail-folders nav a{
  position:relative;
  min-height:36px;
  padding:7px 8px;
  border:1px solid transparent;
  border-radius:6px;
  color:#aebfd0;
}
.standalone-webmail-folders.webmail-folders nav a .ui-icon{color:#7893ac}
.standalone-webmail-folders.webmail-folders nav a:hover{background:#122c45;color:#fff}
.standalone-webmail-folders.webmail-folders nav a:hover .ui-icon{color:#fff}
.standalone-webmail-folders.webmail-folders nav a.active{
  background:#173a58;
  color:#fff;
  border-color:#27506e;
  box-shadow:inset 3px 0 #34c8b0;
}
.standalone-webmail-folders.webmail-folders nav a[data-folder="sent"] .ui-icon{color:#5d91ff}
.standalone-webmail-folders.webmail-folders nav a[data-folder="drafts"] .ui-icon{color:#f2b749}
.standalone-webmail-folders.webmail-folders nav a[data-folder="spam"] .ui-icon{color:#f07973}
.standalone-webmail-folders.webmail-folders nav a[data-folder="trash"] .ui-icon{color:#a99af5}
.standalone-webmail-folders.webmail-folders nav a.active .ui-icon{color:#51ddc6}
.standalone-webmail-folders.webmail-folders nav a b{
  min-width:22px;
  padding:3px 5px;
  border-radius:5px;
  background:#203b55;
  color:#dce8f3;
}
.standalone-webmail-folders.webmail-folders nav a.active b{background:#0aa68f;color:#fff}
.standalone-webmail-folder-foot{margin-top:auto;padding:10px 4px 0;border-top:1px solid #23405b}
.standalone-webmail-folder-foot>a,
.standalone-webmail-folder-foot button{color:#9fb2c5}
.standalone-webmail-folder-foot>a:hover{color:#fff}
.standalone-webmail-folder-foot .standalone-webmail-text-danger{color:#ff8c87}
.standalone-webmail-list.webmail-message-list{
  min-width:0;
  min-height:0;
  height:100%;
  overflow:hidden;
  border-right:1px solid #d8e2ed;
  background:#f9fbfd;
}
.standalone-webmail-list-head{
  min-height:54px;
  padding:9px 12px 7px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:#fff;
}
.standalone-webmail-list-head>div{min-width:0;display:grid;gap:1px}
.standalone-webmail-list-head-actions{display:flex!important;grid-auto-flow:column;gap:6px!important;flex:0 0 auto}
.standalone-webmail-mobile-settings{display:none}
.standalone-webmail-list-head span{color:#7b8ca1;font-size:9px;font-weight:800;text-transform:uppercase}
.standalone-webmail-list-head strong{overflow:hidden;text-overflow:ellipsis;color:#142033;font-size:16px}
.standalone-webmail-list-refresh{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  flex:0 0 34px;
  border:1px solid #d7e1ec;
  border-radius:6px;
  color:#526980;
  background:#fff;
}
.standalone-webmail-list-refresh:hover{border-color:#aac0d5;color:#245eea;background:#f0f5ff}
.standalone-webmail-list .webmail-search{padding:7px 10px 9px;background:#fff}
.standalone-webmail-list .webmail-search .input{
  min-height:36px;
  padding:7px 10px;
  border-color:#d6e0eb;
  background:#f7f9fc;
}
.standalone-webmail-list .webmail-search .input:focus{border-color:#6f98f5;background:#fff;box-shadow:0 0 0 3px rgba(36,94,234,.12)}
.standalone-webmail-list .webmail-search .btn{width:36px;min-height:36px;background:#edf3ff;color:#245eea}
.standalone-webmail-list .webmail-list-meta{
  min-height:34px;
  padding:7px 12px;
  border-top:1px solid #e4eaf1;
  border-bottom:1px solid #dbe4ee;
  background:#f1f5f9;
}
.standalone-webmail-list .webmail-list-meta strong{font-size:10px;text-transform:uppercase;color:#526980}
.standalone-webmail-list .webmail-list-meta span{font-size:10px}
.standalone-webmail-list .webmail-messages{background:#fff}
.standalone-webmail-list .webmail-message-row{
  min-height:70px;
  padding:8px 9px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto;
  grid-template-rows:auto auto;
  column-gap:9px;
  row-gap:2px;
  align-content:center;
  border-left:3px solid transparent;
  border-bottom:1px solid #edf1f5;
  color:#53657a;
  transition:background .14s ease,border-color .14s ease,transform .14s ease;
}
.standalone-webmail-list .webmail-message-row:hover{z-index:1;background:#f3f7fc;transform:translateX(2px)}
.standalone-webmail-list .webmail-message-row.selected{background:#eaf1ff;border-left-color:#245eea}
.standalone-webmail-list .webmail-message-row.unread{background:#f2fbf8;border-left-color:#0aa68f}
.standalone-webmail-sender-mark{
  grid-row:1/3;
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  align-self:center;
  border-radius:7px;
  color:#245eea;
  background:#e7eeff;
}
.standalone-webmail-sender-mark.is-2{color:#078b79;background:#def6f0}
.standalone-webmail-sender-mark.is-3{color:#b77506;background:#fff1cf}
.standalone-webmail-sender-mark.is-4{color:#d34a46;background:#fee7e5}
.standalone-webmail-message-copy{grid-column:2;grid-row:1/3;min-width:0;display:grid;gap:2px;align-content:center}
.standalone-webmail-list .webmail-message-row .webmail-from{
  padding:0;
  color:#40536a;
  font-size:10px;
}
.standalone-webmail-list .webmail-message-row strong{
  padding:0;
  color:#17263a;
  font-size:11.5px;
}
.standalone-webmail-list .webmail-message-row .webmail-preview{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#7b8da1;
  font-size:9.5px;
  line-height:1.3;
}
.standalone-webmail-list .webmail-message-row small{
  position:static;
  grid-column:3;
  grid-row:1;
  max-width:78px;
  font-size:8.5px;
  color:#8a99aa;
}
.standalone-webmail-unread-dot{
  grid-column:3;
  grid-row:2;
  justify-self:end;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#0aa68f;
  box-shadow:0 0 0 3px #d5f4ed;
}
.standalone-webmail-list-empty,
.standalone-webmail-loading{min-height:210px;color:#7d8da0}
.standalone-webmail-list-empty .ui-icon{color:#245eea}
.standalone-webmail-list-empty strong,
.standalone-webmail-loading strong{color:#33475f}
.standalone-webmail-list .webmail-pagination{background:#fff}
.standalone-webmail-reader.webmail-reader{
  position:relative;
  min-height:0;
  height:100%;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
  background:#f3f6f9;
}
.standalone-webmail-reader .webmail-message{min-height:100%;background:#fff}
.standalone-webmail-reader .webmail-reader-empty{
  min-height:100%;
  max-width:430px;
  margin:auto;
  padding:34px;
  align-content:center;
}
.standalone-webmail-empty-mark{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  margin-bottom:15px;
  border:1px solid #cfdcf0;
  border-radius:8px;
  color:#245eea;
  background:#edf3ff;
  box-shadow:10px 10px 0 #e1f6f1;
}
.standalone-webmail-reader .webmail-reader-empty .standalone-webmail-eyebrow{margin:0 0 4px;color:#0a8f7c}
.standalone-webmail-reader .webmail-reader-empty h3{margin:0 0 5px;color:#142033;font-size:22px}
.standalone-webmail-reader .webmail-reader-empty p{margin:0 0 17px;color:#718298}
.standalone-webmail-reader .webmail-reader-empty .btn{min-height:36px;padding:7px 12px;background:#245eea!important}
.standalone-webmail-mobile-back{
  position:sticky;
  top:0;
  z-index:3;
  min-height:38px;
  margin:0;
  padding:9px 14px;
  border-bottom:1px solid #e2e9f1;
  background:#f7f9fc;
}
.standalone-webmail-reader .webmail-compose{
  width:100%;
  max-width:860px;
  min-height:min-content;
  padding:20px 24px 40px;
}
.standalone-webmail-reader .webmail-compose>.actions{
  padding-bottom:4px;
}
.standalone-webmail-pane-title{margin-bottom:16px;padding-bottom:12px}
.standalone-webmail-pane-title h2{font-size:19px}
.standalone-webmail-reader .webmail-compose .input,
.standalone-webmail-reader .webmail-compose .textarea{border-color:#d2dce8;background:#fbfcfe}
.standalone-webmail-reader .webmail-compose .input:focus,
.standalone-webmail-reader .webmail-compose .textarea:focus{border-color:#6f98f5;background:#fff;box-shadow:0 0 0 3px rgba(36,94,234,.12)}
.standalone-webmail-attachment-field{background:#f1f6fb}
.standalone-webmail-reader .webmail-message>header{
  padding:16px 20px 13px;
  border-bottom:1px solid #dde6ef;
  background:#f8fafc;
}
.standalone-webmail-reader .webmail-message>header h2{font-size:18px;color:#142033}
.standalone-webmail-reader .webmail-reader-actions{padding:8px 20px;background:#f8fafc;gap:7px}
.standalone-webmail-reader .webmail-reader-actions .btn,
.standalone-webmail-reader .webmail-reader-actions .select{min-height:34px}
.standalone-webmail-reader .webmail-attachments{padding:9px 22px;background:#eef6f4}
.standalone-webmail-reader .webmail-plain-body{padding:22px 26px;color:#26384e}
.standalone-webmail-reader .webmail-html-body{min-height:calc(100dvh - 265px);background:#fff}

@keyframes standaloneWebmailProgress{
  0%{transform:translateX(-120%)}
  60%{transform:translateX(165%)}
  100%{transform:translateX(300%)}
}
@keyframes standaloneWebmailEnter{
  from{opacity:.7;transform:translateY(5px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes standaloneWebmailToast{
  from{opacity:0;transform:translateY(-7px)}
  to{opacity:1;transform:translateY(0)}
}

@media(max-width:1120px){
  .standalone-webmail-workspace.webmail-shell{grid-template-columns:142px minmax(260px,290px) minmax(0,1fr)}
  .standalone-webmail-account{min-width:230px}
  .standalone-webmail-account strong{max-width:235px}
}
@media(max-width:840px){
  .standalone-webmail-body{height:100dvh;overflow:hidden;background:#fff}
  .standalone-webmail-app[data-webmail-app]{height:100dvh;min-height:0;overflow:hidden;background:#fff}
  .standalone-webmail-appbar{
    position:relative;
    top:0;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-rows:auto auto;
    flex:0 0 auto;
    gap:4px 9px;
    min-height:76px;
    padding:7px 10px 6px;
    box-shadow:0 2px 12px rgba(11,31,51,.06);
  }
  .standalone-webmail-appbar-actions{grid-column:2;grid-row:1}
  .standalone-webmail-account{
    grid-column:1/-1;
    grid-row:2;
    justify-content:flex-start;
    width:100%;
    min-width:0;
    padding:4px 4px 0;
    border:0;
    border-top:1px solid #e3e9ef;
    border-radius:0;
    background:transparent;
  }
  .standalone-webmail-account small{font-size:8px}
  .standalone-webmail-account strong{font-size:9px}
  .standalone-webmail-account strong{max-width:calc(100vw - 70px)}
  .standalone-webmail-status-rule{position:relative;top:auto;z-index:4;flex:0 0 3px}
  .standalone-webmail-main{display:flex;flex:1;min-height:0;padding:0;overflow:hidden}
  .standalone-webmail-workspace.webmail-shell{
    flex:1;
    grid-template-columns:minmax(0,1fr);
    grid-template-rows:minmax(0,1fr);
    width:100%;
    height:100%;
    min-height:0;
    border:0;
    border-radius:0;
    box-shadow:none;
  }
  .standalone-webmail-folders.webmail-folders{
    display:flex;
    position:fixed;
    z-index:19;
    inset:auto 0 0;
    width:100%;
    height:auto;
    min-height:60px;
    align-items:center;
    justify-content:flex-start;
    gap:5px;
    padding:6px 7px calc(6px + env(safe-area-inset-bottom));
    overflow:hidden;
    border-right:0;
    border-top:1px solid #d6e1eb;
    border-bottom:0;
    color:#52657b;
    background:rgba(255,255,255,.96);
    box-shadow:0 -10px 28px rgba(11,31,51,.12);
    backdrop-filter:blur(14px);
  }
  .standalone-webmail-rail-head{display:none}
  .standalone-webmail-compose-button{
    position:fixed;
    z-index:20;
    right:16px;
    bottom:calc(70px + env(safe-area-inset-bottom));
    width:52px;
    min-width:52px;
    height:52px;
    min-height:52px;
    padding:0;
    justify-content:center;
    border-radius:16px;
    box-shadow:0 12px 28px rgba(36,94,234,.34);
  }
  .standalone-webmail-compose-button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
  .standalone-webmail-app.has-reader .standalone-webmail-compose-button{display:none!important}
  .standalone-webmail-folders.webmail-folders nav{
    display:flex!important;
    flex:1;
    width:100%;
    gap:2px;
    margin:0;
    overflow:hidden;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .standalone-webmail-folders.webmail-folders nav::-webkit-scrollbar{display:none}
  .standalone-webmail-folders.webmail-folders nav a{
    position:relative;
    flex:1 1 20%;
    min-width:0;
    min-height:40px;
    padding:5px 4px;
    justify-content:center;
    gap:4px;
    border-radius:9px;
    color:#617389;
    background:#f5f8fb;
  }
  .standalone-webmail-folders.webmail-folders nav a span{gap:4px;font-size:9px;white-space:nowrap}
  .standalone-webmail-folders.webmail-folders nav a .ui-icon{width:14px;height:14px;color:#5f7893}
  .standalone-webmail-folders.webmail-folders nav a b{min-width:18px;padding:2px 4px;font-size:8px;background:#dfe8f1;color:#51677e}
  .standalone-webmail-folders.webmail-folders nav a.active{border-color:#c9daf4;background:#eaf2ff;color:#1748bf;box-shadow:inset 0 -3px #245eea}
  .standalone-webmail-folders.webmail-folders nav a.active .ui-icon{color:#245eea}
  .standalone-webmail-folders.webmail-folders nav a.active b{background:#0aa68f;color:#fff}
  .standalone-webmail-folder-foot{display:none}
  .standalone-webmail-list.webmail-message-list{height:100%;min-height:0;padding-bottom:calc(60px + env(safe-area-inset-bottom));border-right:0;background:#fff}
  .standalone-webmail-list .webmail-messages{min-height:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
  .standalone-webmail-reader.webmail-reader{display:none;height:100%;min-height:0;border:0}
  .standalone-webmail-app.has-reader .standalone-webmail-list.webmail-message-list{display:none}
  .standalone-webmail-app.has-reader .standalone-webmail-folders.webmail-folders{display:none}
  .standalone-webmail-app.has-reader .standalone-webmail-workspace.webmail-shell{grid-template-rows:minmax(0,1fr)}
  .standalone-webmail-app.has-reader .standalone-webmail-reader.webmail-reader{display:block;height:100%;min-height:0}
  .standalone-webmail-mobile-back{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:10px 13px;background:#fff}
  .standalone-webmail-main>.standalone-webmail-alert,
  .standalone-webmail-main>.alert{top:84px;right:8px}
}
@media(max-width:520px){
  .standalone-webmail-appbar{min-height:72px;padding-inline:8px}
  .standalone-webmail-appbar .standalone-webmail-brandcopy{display:grid}
  .standalone-webmail-appbar .standalone-webmail-brandcopy strong{font-size:12px}
  .standalone-webmail-appbar .standalone-webmail-brandcopy small{display:none}
  .standalone-webmail-appbar .standalone-webmail-brandmark,
  .standalone-webmail-appbar .standalone-webmail-logo{width:30px;height:30px;flex-basis:30px;font-size:13px}
  .standalone-webmail-icon-button{width:36px;min-height:36px;padding:0;justify-content:center}
  .standalone-webmail-icon-button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
  .standalone-webmail-folders.webmail-folders{min-height:60px;padding:5px 6px calc(5px + env(safe-area-inset-bottom))}
  .standalone-webmail-folders.webmail-folders nav a{min-width:0;min-height:44px;padding:5px 3px;flex-direction:column;gap:2px}
  .standalone-webmail-folders.webmail-folders nav a span{display:grid;justify-items:center;gap:2px;line-height:1.1}
  .standalone-webmail-folders.webmail-folders nav a b{position:absolute;top:2px;right:3px;margin:0}
  .standalone-webmail-list-head{min-height:50px;padding:8px 11px 5px}
  .standalone-webmail-list-head-actions{display:flex!important;gap:6px!important}
  .standalone-webmail-mobile-settings{display:grid}
  .standalone-webmail-list-head strong{font-size:17px}
  .standalone-webmail-list .webmail-search{padding:7px 9px}
  .standalone-webmail-list .webmail-list-meta{min-height:32px;padding:7px 10px}
  .standalone-webmail-list .webmail-message-row{min-height:78px;grid-template-columns:34px minmax(0,1fr) auto;padding:9px 10px}
  .standalone-webmail-sender-mark{width:32px;height:32px;border-radius:9px}
  .standalone-webmail-list .webmail-message-row .webmail-from{font-size:10px}
  .standalone-webmail-list .webmail-message-row strong{font-size:11px}
  .standalone-webmail-list .webmail-message-row .webmail-preview{font-size:9px}
  .standalone-webmail-list .webmail-pagination{min-height:60px;align-items:flex-start;padding:8px 76px calc(16px + env(safe-area-inset-bottom)) 9px;background:#fff}
  .standalone-webmail-reader .webmail-compose{max-width:none;padding:14px 12px calc(28px + env(safe-area-inset-bottom))}
  .standalone-webmail-reader .webmail-compose .form-grid{grid-template-columns:1fr}
  .standalone-webmail-reader .webmail-compose .textarea{min-height:180px}
  .standalone-webmail-reader .webmail-compose>.actions{position:sticky;bottom:0;z-index:3;padding:9px 0 calc(6px + env(safe-area-inset-bottom));background:linear-gradient(180deg,rgba(243,246,249,0),#f3f6f9 18px)}
  .standalone-webmail-reader .webmail-message{width:100%;min-width:0;padding-bottom:calc(116px + env(safe-area-inset-bottom));overflow:hidden}
  .standalone-webmail-reader .webmail-message>header{position:relative;min-height:88px;padding:14px 12px 11px;overflow:visible}
  .standalone-webmail-reader .webmail-message>header h2{font-size:17px;line-height:1.3;overflow-wrap:anywhere}
  .standalone-webmail-reader .webmail-reader-actions{
    position:fixed;
    z-index:25;
    inset:auto 0 0;
    display:grid;
    grid-template-columns:1fr 1.35fr 1fr;
    gap:6px;
    padding:8px 10px calc(8px + env(safe-area-inset-bottom));
    border-top:1px solid #d9e3ed;
    border-bottom:0;
    background:rgba(255,255,255,.96);
    box-shadow:0 -10px 26px rgba(11,31,51,.12);
    backdrop-filter:blur(14px);
  }
  .standalone-webmail-reader .webmail-reader-actions form{display:flex;width:100%;min-width:0;gap:5px}
  .standalone-webmail-reader .webmail-reader-actions > a{grid-column:1 / -1;justify-content:center}
  .standalone-webmail-reader .webmail-reader-actions form .btn{flex:1;min-width:0;justify-content:center;padding-inline:7px}
  .standalone-webmail-reader .webmail-reader-actions form .select{flex:1;min-width:0}
  .standalone-webmail-reader .webmail-plain-body{padding:16px 13px}
  .standalone-webmail-reader .webmail-html-body{display:block;width:100%;max-width:100%;min-height:calc(100dvh - 210px);overflow:hidden;background:#eef2f6}
}
@media(prefers-reduced-motion:reduce){
  .standalone-webmail-app.is-ajax-loading .standalone-webmail-progress span{animation:none;transform:none;width:100%}
}

/* Admin applications: compact, quiet operations list */
.admin-application-heading{align-items:flex-start}
.admin-application-heading>div:first-child{min-width:260px}
.admin-application-toolbar{max-width:720px;justify-content:flex-end}
.admin-application-toolbar .btn{border-radius:7px}
.application-toolbar-link{border-color:#d9e2ec;background:#fff;color:#34445a}
.application-toolbar-link:hover,.application-toolbar-link:focus-visible{border-color:#9bb7dc;background:#f7faff;color:#1d4ed8}
.admin-application-stats{gap:10px;margin-bottom:20px}
.admin-application-stats .application-stat{--stat-accent:#2563eb;position:relative;overflow:hidden;min-height:94px;padding:14px 15px;border:1px solid #dfe6ee;border-radius:8px;background:#fff;box-shadow:0 4px 14px rgba(15,35,63,.04)}
.admin-application-stats .application-stat:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--stat-accent)}
.admin-application-stats .application-stat--teal{--stat-accent:#168765}
.admin-application-stats .application-stat--violet{--stat-accent:#c07a12}
.admin-application-stats .application-stat--rose{--stat-accent:#d63d4f}
.admin-application-stats .application-stat .customer-metric-icon{width:42px;height:42px;border:1px solid #e4eaf1;border-radius:8px;background:#f7f9fc;color:var(--stat-accent);box-shadow:none}
.admin-application-stats .application-stat strong{color:#132238;font-size:25px;letter-spacing:0}
.admin-application-stats .application-stat span{color:#5c6f87}
.application-service-panel{width:100%;min-width:0;overflow:visible;padding:0}
.application-service-list{display:grid;gap:9px;min-width:0}
.application-service-card{--service-accent:#2563eb;--service-strong:#1d4ed8;--service-border:#dce4ed;position:relative;min-width:0;overflow:hidden;border:1px solid var(--service-border);border-radius:8px;background:#fff;box-shadow:0 4px 14px rgba(15,35,63,.04);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.application-service-card.is-installed{--service-accent:#168765;--service-strong:#116d53}
.application-service-card.is-pending{--service-accent:#c07a12;--service-strong:#9a5d08}
.application-service-card.is-attention{--service-accent:#dc2626;--service-strong:#b91c1c;--service-border:#fecaca}
.application-service-card:before{content:"";position:absolute;z-index:2;inset:0 auto 0 0;width:4px;background:var(--service-accent)}
.application-service-card[open]{border-color:var(--service-border);box-shadow:0 12px 28px rgba(15,35,63,.085)}
.application-service-summary{display:grid;grid-template-columns:26px minmax(170px,1.05fr) minmax(145px,.78fr) minmax(250px,1.2fr) minmax(105px,.55fr) auto;gap:11px;align-items:center;min-width:0;padding:12px 13px 12px 16px;list-style:none;cursor:pointer;background:#fff;transition:background .18s ease}
.application-service-summary::-webkit-details-marker{display:none}
.application-service-summary>*{min-width:0}
.application-service-summary:focus-visible{outline:2px solid var(--service-accent);outline-offset:-3px}
.application-service-chevron{width:24px;height:24px;display:grid;place-items:center;border:1px solid var(--service-border);border-radius:7px;background:#fff;color:var(--service-strong);transition:transform .18s ease,background .18s ease,color .18s ease}
.application-service-card[open] .application-service-chevron{transform:rotate(90deg);background:var(--service-accent);color:#fff}
.application-service-identity{display:flex;align-items:center;gap:10px;min-width:0}
.application-service-identity-copy{flex:1;min-width:0;max-width:100%;overflow:hidden}
.application-service-icon{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border:1px solid var(--service-border);border-radius:8px;background:#fff;color:var(--service-strong);box-shadow:0 4px 11px rgba(15,35,63,.06)}
.application-service-identity strong,.application-service-customer strong,.application-service-expiry strong{display:block;min-width:0;color:var(--ink);font-family:"Plus Jakarta Sans";font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.application-service-identity strong{font-size:14px;font-weight:800}
.application-service-identity small,.application-service-customer small,.application-service-expiry small{display:block;min-width:0;margin-top:3px;color:var(--muted);font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.application-service-customer em,.application-service-expiry em,.application-state-group em{display:block;margin-bottom:4px;color:#72839a;font-size:9px;font-style:normal;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.application-service-status-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;min-width:0}
.application-state-group{min-width:0;padding:7px 8px;border:1px solid #e1e7ef;border-radius:7px;background:#f8fafc}
.application-state-group:nth-child(2){border-color:#e1e7ef;background:#f8fafc}
.application-state-group>span{display:flex;align-items:center;gap:4px;min-width:0;flex-wrap:wrap}
.application-state-group .badge{max-width:100%;padding:4px 6px;font-size:8px;white-space:normal;overflow-wrap:anywhere}
.application-state-group .badge:before{width:4px;height:4px;box-shadow:none}
.application-service-expiry{text-align:left}
.application-service-primary{display:flex;justify-content:flex-end}
.application-service-primary .btn{min-width:92px;justify-content:center}
.application-manage-btn{border-color:#2563eb!important;border-radius:7px!important;background:#2563eb!important;box-shadow:0 5px 13px rgba(15,35,63,.13)!important;color:#fff!important}
.application-manage-btn:hover,.application-manage-btn:focus-visible{border-color:#1d4ed8!important;background:#1d4ed8!important}
.application-service-details{min-width:0;padding:14px 15px 16px;border-top:1px solid var(--service-border);background:#fbfcfe}
.application-service-error{display:grid;gap:3px;min-width:0;margin-bottom:12px;padding:9px 11px;border:1px solid #ffd3d3;border-radius:8px;background:var(--red-50);color:var(--red-600);font-size:10.5px;line-height:1.45;overflow-wrap:anywhere;word-break:break-word}
.application-service-error strong{font-size:9px;letter-spacing:.06em;text-transform:uppercase}
.application-service-action-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0;padding-bottom:12px}
.application-service-action-bar>div:first-child{display:grid;gap:3px;min-width:180px}
.application-service-action-bar>div:first-child>strong{font-size:12px;color:var(--ink)}
.application-service-action-links{display:flex;justify-content:flex-end;gap:6px;min-width:0;flex-wrap:wrap}
.application-service-action-links .btn{min-height:32px;border-radius:7px}
.application-action{--action-color:#34445a;--action-border:#d8e1eb;border-color:var(--action-border);background:#fff;color:var(--action-color)}
.application-action:hover,.application-action:focus-visible{border-color:#9bb7dc;background:#f7faff;color:#1d4ed8}
.application-action--manage{border-color:#2563eb;background:#2563eb;color:#fff}
.application-action--manage:hover,.application-action--manage:focus-visible{border-color:#1d4ed8;background:#1d4ed8;color:#fff}
.application-admin-access{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;min-width:0;margin:0 0 12px;padding:10px 0;border-top:1px solid #e5ebf2;border-bottom:1px solid #e5ebf2}
.application-admin-access-icon{width:32px;height:32px;display:grid;place-items:center;border:1px solid #d8e1eb;border-radius:7px;background:#f5f7fa;color:#40546d}
.application-admin-access-copy{display:grid;gap:2px;min-width:0}
.application-admin-access-copy strong{color:#17263a;font-size:11px}
.application-admin-access-copy small{color:#687b92;font-size:10px;line-height:1.4;overflow-wrap:anywhere}
.application-admin-access-button{min-width:178px;justify-content:center;white-space:nowrap}
.application-admin-access[data-access-state="available"] .application-admin-access-icon{border-color:#c8d8ed;background:#f2f7fd;color:#1d4ed8}
.application-admin-access[data-access-state="copied"] .application-admin-access-icon{border-color:#bfe5d7;background:#f1faf6;color:#168765}
.application-admin-access[data-access-state="copied"] .application-admin-access-copy small{color:#168765}
.application-admin-access[data-access-state="unavailable"] .application-admin-access-button,.application-admin-access[data-access-state="copied"] .application-admin-access-button{background:#f4f6f8;color:#7a899b;border-color:#e0e5eb;opacity:1}
.application-access-fallback{width:min(560px,calc(100vw - 28px));padding:0;border:0;border-radius:8px;background:#fff;color:var(--ink);box-shadow:0 24px 70px rgba(15,35,63,.24)}
.application-access-fallback::backdrop{background:rgba(15,35,63,.46)}
.application-access-fallback-card{display:grid;gap:14px;padding:22px}
.application-access-fallback-card h2{margin:3px 0 5px;font-size:20px}
.application-access-fallback-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}
.application-access-fallback-card .textarea{min-height:150px;resize:none;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;line-height:1.55}
.application-access-fallback-card .actions{justify-content:flex-end}
.application-service-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));min-width:0;overflow:hidden;border:1px solid #e7edf5;border-radius:8px;background:#fff}
.application-service-fact{position:relative;min-width:0;padding:13px 12px 11px;border-left:1px solid #edf2f7;background:#fff}
.application-service-fact:before{content:"";position:absolute;inset:0 0 auto;height:2px;background:#d8e1eb}
.application-service-fact:first-child{border-left:0}
.application-service-fact h3{margin:0 0 8px;color:#53677f;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.application-service-fact .detail-line{align-items:flex-start;gap:8px;padding:5px 0}
.application-service-fact .detail-line span{flex:0 0 auto;font-size:9px}
.application-service-fact .detail-line strong{min-width:0;max-width:68%;font-size:9.8px;overflow-wrap:anywhere;word-break:break-word}
.application-service-fact .detail-line .badge{font-size:8px;padding:4px 6px}
.application-service-operations{min-width:0;margin-top:12px;padding-top:12px;border-top:1px dashed #d8e2ed}
.application-operations-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}
.application-operations-heading h3{margin:2px 0 0;font-size:14px}
.application-operation-state{display:flex;justify-content:flex-end}
.application-operation-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));min-width:0;overflow:hidden;border:1px solid #e7edf5;border-radius:8px;background:#fff}
.application-operation-block{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:11px 12px;border-left:1px solid #edf2f7;background:#fff}
.application-operation-block:first-child{border-left:0}
.application-operation-block h4{margin:0 0 4px;color:var(--ink);font-size:10.5px}
.application-operation-block p{margin:0 0 9px;color:var(--muted);font-size:9.5px;line-height:1.45}
.application-operation-block form{width:100%;margin-top:auto}
.application-operation-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;align-items:center}
.application-operation-form .input{min-width:0;min-height:33px;padding:6px 8px;border-radius:7px;font-size:10px}
.application-operation-form .btn{min-height:33px;white-space:nowrap}
.application-operation-block.is-danger{background:#fff5f5}
.application-local-delete{flex-direction:row;align-items:center;justify-content:space-between;gap:16px;border:1px solid #f7d7d7;border-radius:8px}
.application-local-delete p{margin-bottom:0}
.application-local-delete form{width:auto;margin:0;flex:0 0 auto}
@media(hover:hover){.application-service-card:not([open]):hover{transform:translateY(-1px);border-color:#b9c7d7;box-shadow:0 8px 20px rgba(15,35,63,.075)}.application-service-card:not([open]):hover .application-service-summary{background:#f8fafc}}

@media(max-width:1280px){
  .application-service-summary{grid-template-columns:26px minmax(0,1.1fr) minmax(0,.8fr) auto;grid-template-areas:"chev identity customer primary" ". states states expiry";align-items:start}
  .application-service-chevron{grid-area:chev}.application-service-identity{grid-area:identity}.application-service-customer{grid-area:customer}.application-service-status-rail{grid-area:states}.application-service-expiry{grid-area:expiry}.application-service-primary{grid-area:primary}
  .application-service-status-rail{padding-top:2px}.application-service-expiry{text-align:right}
  .application-service-facts,.application-operation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .application-service-fact:nth-child(3),.application-operation-block:nth-child(3){border-left:0;border-top:1px solid #edf2f7}
  .application-service-fact:nth-child(4),.application-operation-block:nth-child(4){border-top:1px solid #edf2f7}
}
@media(max-width:760px){
  .admin-application-heading{align-items:stretch;flex-direction:column}
  .admin-application-heading>div:first-child{min-width:0}
  .admin-application-toolbar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:none}
  .admin-application-toolbar .btn{width:100%;min-width:0;justify-content:center;white-space:normal;text-align:center}
  .admin-application-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .admin-application-stats .application-stat{min-height:84px;padding:11px;gap:9px}
  .admin-application-stats .application-stat .customer-metric-icon{width:36px;height:36px;flex:0 0 36px}
  .admin-application-stats .application-stat strong{font-size:21px}
  .application-service-panel{padding:0}
  .application-service-summary{grid-template-columns:24px minmax(0,1fr);grid-template-areas:"chev identity" ". customer" ". states" ". expiry" ". primary";gap:9px;padding:11px 10px 11px 14px}
  .application-service-customer,.application-service-status-rail,.application-service-expiry,.application-service-primary{margin-left:0}
  .application-service-status-rail{grid-template-columns:1fr}
  .application-state-group{padding:0 0 6px;border-left:0;border-bottom:1px solid #e8eef5}
  .application-state-group:last-child{padding-bottom:0;border-bottom:0}
  .application-service-customer{padding-top:2px}.application-service-expiry{text-align:left}.application-service-primary{justify-content:stretch}
  .application-service-primary .btn{width:100%;justify-content:center}
  .application-service-action-bar{align-items:flex-start;flex-direction:column}
  .application-service-action-links{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .application-service-action-links .btn{width:100%;justify-content:center;min-width:0}
  .application-admin-access{grid-template-columns:32px minmax(0,1fr)}
  .application-admin-access-button{grid-column:1/-1;width:100%;min-width:0}
  .application-service-facts,.application-operation-grid{grid-template-columns:1fr}
  .application-service-fact,.application-service-fact:nth-child(3),.application-operation-block,.application-operation-block:nth-child(3){border-left:0;border-top:1px solid #edf2f7}
  .application-service-fact:first-child,.application-operation-block:first-child{border-top:0}
  .application-operation-form{grid-template-columns:1fr}
  .application-operation-form .btn,.application-operation-block>form>.btn{width:100%;justify-content:center}
  .application-local-delete{align-items:stretch;flex-direction:column}
  .application-local-delete form,.application-local-delete .btn{width:100%;justify-content:center}
}
@media(max-width:480px){
  .admin-application-toolbar{grid-template-columns:1fr}
  .admin-application-stats .application-stat span{font-size:9.5px}
  .application-service-action-links{grid-template-columns:1fr}
  .application-service-details{padding:12px 10px 13px}
}

/* Support tickets: compact operations inbox */
.support-workspace,.support-create-shell,.support-detail-shell{width:100%;max-width:1440px;min-width:0;margin:0 auto}
.support-workspace .section-kicker,.support-create-shell .section-kicker,.support-detail-grid .section-kicker,.support-admin-command .section-kicker{font-size:11px;line-height:1.35}
.support-command-row,.support-admin-command{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}
.support-command-row>div,.support-admin-command>div{min-width:0}
.support-command-row h2,.support-admin-command h2{margin:1px 0 4px;font-size:22px}
.support-command-row p,.support-admin-command p{margin:0;color:var(--muted);font-size:12.5px}
.support-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:13px}
.support-admin-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}
.support-metrics>div{display:grid;grid-template-columns:35px auto 1fr;align-items:center;gap:9px;min-width:0;padding:11px 13px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-xs)}
.support-metrics strong{font-family:"Plus Jakarta Sans";font-size:20px;color:var(--ink);letter-spacing:0}
.support-metrics small{min-width:0;color:#667991;font-size:12px;font-weight:750;line-height:1.35;overflow-wrap:anywhere}
.support-metric-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px}
.support-metric-teal{color:#087d70;background:#e8faf5}.support-metric-amber{color:#b46708;background:#fff7df}.support-metric-blue{color:#1d4ed8;background:#eaf2ff}.support-metric-red{color:#c72c3b;background:#fff0f1}
.support-filter-bar{display:grid;grid-template-columns:minmax(240px,1fr) minmax(150px,210px) auto auto;gap:8px;align-items:center;margin-bottom:12px;padding:9px;border:1px solid var(--line);border-radius:8px;background:#fff}
.support-admin-filters{grid-template-columns:minmax(220px,1.25fr) repeat(3,minmax(135px,.6fr)) auto}
.support-filter-bar .select{min-width:0;min-height:39px;padding:7px 9px;border-radius:7px;font-size:12px}
.support-search-field{display:flex;align-items:center;gap:8px;min-width:0;min-height:37px;padding:0 10px;border:1px solid #d5dfec;border-radius:7px;background:#fbfdff;color:#7d8da2}
.support-search-field:focus-within{border-color:var(--blue-500);box-shadow:0 0 0 3px rgba(37,99,235,.09);background:#fff}
.support-search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:12px}
.support-ticket-list,.support-admin-queue{display:grid;gap:7px;min-width:0}
.support-ticket-row{display:grid;grid-template-columns:38px minmax(190px,1.3fr) minmax(160px,.9fr) minmax(130px,.7fr) minmax(135px,.7fr) 24px;gap:10px;align-items:center;min-width:0;padding:11px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 3px 11px rgba(15,35,63,.03);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.support-ticket-row:hover{border-color:#bfd0e5;box-shadow:0 9px 22px rgba(15,35,63,.07);transform:translateY(-1px)}
.support-ticket-row>*{min-width:0}
.support-ticket-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;border:1px solid #d8e5f4;background:#eff5fc;color:#48627f}
.support-ticket-mark.urgent{border-color:#ffd0d3;background:#fff1f2;color:#d42f40}
.support-ticket-identity{display:block;min-width:0}
.support-ticket-identity strong{display:block;color:var(--ink);font-family:"Plus Jakarta Sans";font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.support-ticket-identity small{display:block;margin-top:3px;color:var(--muted);font-size:12px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.support-ticket-tags,.support-ticket-state{display:flex;align-items:center;gap:5px;min-width:0;flex-wrap:wrap}
.support-ticket-state{flex-direction:column;align-items:flex-start}
.support-ticket-state small{color:var(--muted);font-size:12px;line-height:1.35}
.support-ticket-activity{display:flex;flex-direction:column;min-width:0;text-align:right}
.support-ticket-activity strong{color:#425570;font-size:12px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.support-ticket-activity small{color:#8b9bb0;font-size:12px;line-height:1.35}
.support-ticket-open{display:grid;place-items:center;color:#7d90a8}
.ticket-pill{display:inline-flex;align-items:center;max-width:100%;padding:5px 8px;border:1px solid #dfe7f0;border-radius:999px;background:#f4f7fb;color:#586b83;font-size:12px;font-weight:850;line-height:1.25;white-space:normal;overflow-wrap:anywhere}
.ticket-pill-open,.ticket-pill-awaiting_support{border-color:#bdebdc;background:#ecfbf5;color:#087c61}
.ticket-pill-awaiting_customer,.ticket-pill-medium{border-color:#f5dfaa;background:#fff9e9;color:#9a6208}
.ticket-pill-awaiting_payment,.ticket-pill-urgent{border-color:#ffcfd3;background:#fff1f2;color:#bd2636}
.ticket-pill-resolved{border-color:#c9dbff;background:#eff5ff;color:#2859bd}
.ticket-pill-closed{background:#eef2f7;color:#637287}
.ticket-pill-low{border-color:#dbe7f4;background:#f4f8fc;color:#4f6682}
.ticket-pill-general_enquiry{border-color:#d8e3f2;background:#f2f6fb;color:#4d627d}
.ticket-pill-sales{border-color:#cfe3ff;background:#eef6ff;color:#2363b8}
.ticket-pill-technical_support{border-color:#c7eade;background:#edfaf6;color:#087868}
.support-empty{display:grid;justify-items:center;gap:7px;padding:40px 20px;border:1px dashed #cbd8e8;border-radius:8px;background:#fbfdff;text-align:center;color:var(--muted)}
.support-empty>span{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#edf4fd;color:var(--blue-600)}
.support-empty h3,.support-empty p{margin:0}.support-empty p{font-size:12px;line-height:1.5}

.support-create-shell{display:grid;grid-template-columns:minmax(210px,.38fr) minmax(0,1fr);gap:18px;align-items:start}
.support-create-intro{position:sticky;top:94px;padding:18px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(145deg,#0d2c58,#194991);color:#dce9fb;box-shadow:0 13px 30px rgba(10,38,80,.15)}
.support-create-intro .section-kicker{display:block;margin-top:34px;color:#8fdcd1}
.support-create-intro h2{margin:3px 0 8px;color:#fff;font-size:24px}
.support-create-intro p{margin:0;color:#c0d1e8;font-size:12px;line-height:1.65}
.support-back-link{display:inline-flex;align-items:center;gap:6px;color:#50657e;font-size:12px;font-weight:800}
.support-create-intro .support-back-link{color:#d6e7fb}
.support-back-link .ui-icon{transform:rotate(180deg)}
.support-ticket-form{min-width:0;padding:19px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-xs)}
.support-form-section{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.support-form-section h3,.support-form-section p{margin:0}.support-form-section h3{font-size:14px}.support-form-section p{margin-top:2px;color:var(--muted);font-size:12px;line-height:1.45}
.support-form-step{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:8px;background:#eaf2ff;color:var(--blue-700);font-size:12px;font-weight:900}
.support-ticket-form .input,.support-ticket-form .select,.support-ticket-form .textarea{border-radius:7px}
.field-hint{color:#8494aa;font-size:12px;line-height:1.45}
.support-priority-heading{margin-top:22px;padding-top:18px;border-top:1px solid #e7edf4}
.support-priority-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.support-priority-option{min-width:0;cursor:pointer}
.support-priority-option input{position:absolute;opacity:0;pointer-events:none}
.support-priority-option>span{display:grid;grid-template-columns:auto 1fr;gap:3px 7px;min-height:119px;padding:12px;border:1px solid #dce5ef;border-radius:8px;background:#fbfdff;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}
.support-priority-option input:focus-visible+span{outline:3px solid #174ea6;outline-offset:2px;box-shadow:0 0 0 5px rgba(37,99,235,.18)}
.support-priority-option input:checked+span{border-color:var(--blue-500);background:#f4f8ff;box-shadow:0 0 0 3px rgba(37,99,235,.08)}
.support-priority-urgent input:checked+span{border-color:#ef6a76;background:#fff7f7;box-shadow:0 0 0 3px rgba(239,68,68,.07)}
.support-priority-option strong{color:var(--ink);font-size:13px}.support-priority-option small,.support-priority-option em{grid-column:1/-1}.support-priority-option small{color:#687b92;font-size:12px;line-height:1.5}.support-priority-option em{align-self:end;color:#45617f;font-size:12px;line-height:1.4;font-style:normal;font-weight:850}
.priority-dot{width:9px;height:9px;margin-top:4px;border-radius:50%}.priority-low{background:#6b86a5}.priority-medium{background:#e3a11b}.priority-urgent{background:#eb4757;box-shadow:0 0 0 3px #ffe0e2}
.support-urgent-notice{display:flex;align-items:flex-start;gap:10px;margin-top:12px;padding:11px 12px;border:1px solid #f5d9a8;border-radius:8px;background:#fffaf0;color:#7b5411}
.support-urgent-notice>svg{margin-top:2px;color:#d8830c}.support-urgent-notice div{display:grid;gap:2px}.support-urgent-notice strong{font-size:12px}.support-urgent-notice span{font-size:12px;line-height:1.5}
.support-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:16px;padding-top:15px;border-top:1px solid #e7edf4}

.support-ticket-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:14px;padding:2px 1px}
.support-ticket-heading>div{min-width:0}.support-ticket-number{margin-top:12px;color:var(--blue-600);font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.support-ticket-heading h2{max-width:860px;margin:3px 0 8px;font-size:23px;overflow-wrap:anywhere}.support-heading-tags{display:flex;gap:5px;flex-wrap:wrap}
.support-ticket-date{display:flex;flex-direction:column;align-items:flex-end;min-width:145px;padding-top:20px;text-align:right}.support-ticket-date small{color:#8797ab;font-size:11px;line-height:1.35;text-transform:uppercase;letter-spacing:.08em}.support-ticket-date strong{color:#40536c;font-size:12px;line-height:1.4}.support-ticket-date a{max-width:230px;margin-top:3px;color:var(--blue-600);font-size:12px;line-height:1.4;overflow-wrap:anywhere}
.support-payment-banner{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:12px;align-items:center;margin-bottom:13px;padding:12px 14px;border:1px solid #f1d291;border-radius:8px;background:#fff9e9}
.support-payment-banner>span{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;background:#fff0c7;color:#b86b09}.support-payment-banner strong{color:#6f480c;font-size:12px}.support-payment-banner p{margin:2px 0 0;color:#8b672b;font-size:12px;line-height:1.5}.support-payment-banner form{margin:0}
.support-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 245px;gap:12px;align-items:start;min-width:0}
.support-conversation{min-width:0;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}
.support-conversation-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 16px;border-bottom:1px solid #e7edf4;background:#fbfdff}.support-conversation-head h3{margin:2px 0 0;font-size:14px}.support-live-indicator{display:inline-flex;align-items:center;gap:5px;color:#6b7d93;font-size:12px;font-weight:800}.support-live-indicator i{width:7px;height:7px;border-radius:50%;background:#19b58e;box-shadow:0 0 0 3px #daf6ee}
.support-timeline{position:relative;display:grid;gap:12px;padding:17px 16px 20px}.support-timeline:before{content:"";position:absolute;left:32px;top:20px;bottom:24px;width:1px;background:#dfe7f1}
.support-message{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;min-width:0}
.support-message-node{position:relative;z-index:1;width:32px;height:32px;display:grid;place-items:center;border:1px solid #d7e3f1;border-radius:8px;background:#edf4fd;color:#3967aa}.support-message-admin .support-message-node{border-color:#bce6db;background:#e9faf5;color:#087763}.support-message-system .support-message-node{border-color:#ecd9aa;background:#fff9e9;color:#a56b0d}
.support-message-body{min-width:0;padding:11px 12px;border:1px solid #e0e8f1;border-radius:8px;background:#fff}.support-message-admin .support-message-body{border-color:#cde9e1;background:#f5fcfa}.support-message-system .support-message-body{border-color:#eadfbf;background:#fffcf4}
.support-message-body header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:7px}.support-message-body header div{display:grid}.support-message-body header strong{color:var(--ink);font-size:12px}.support-message-body header span,.support-message-body time{color:#8696aa;font-size:12px;line-height:1.4}.support-message-body p{margin:0;color:#34465d;font-size:13px;line-height:1.65;overflow-wrap:anywhere;word-break:break-word}
.support-reply-form{padding:14px 16px 16px;border-top:1px solid #e7edf4;background:#fbfdff}.support-reply-form>label{display:block;margin-bottom:7px;color:#354960;font-size:12px;font-weight:850}.support-reply-form .textarea{min-height:110px;border-radius:7px}.support-reply-form>div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.support-reply-form>div>span{color:#8797ab;font-size:12px;line-height:1.4}
.support-closed-note{display:flex;align-items:center;gap:7px;margin:0 16px 16px;padding:11px;border:1px solid #dde5ef;border-radius:8px;background:#f5f7fa;color:#64748b;font-size:12px;font-weight:750}
.support-ticket-rail{position:sticky;top:94px;display:grid;min-width:0;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}
.support-ticket-rail>section,.support-admin-control-form{display:flex;flex-direction:column;min-width:0;padding:13px;border-bottom:1px solid #e8eef5}.support-ticket-rail>section:last-child{border-bottom:0}.support-ticket-rail h3{margin:0 0 7px;color:#73849a;font-size:11px;line-height:1.35;letter-spacing:.08em;text-transform:uppercase}.support-ticket-rail strong{color:#26384e;font-size:12px;line-height:1.45;overflow-wrap:anywhere}.support-ticket-rail span{margin-top:2px;color:#8090a4;font-size:12px;line-height:1.45;overflow-wrap:anywhere}.support-ticket-rail a{display:inline-flex;align-items:center;gap:4px;margin-top:7px;color:var(--blue-600);font-size:12px;line-height:1.4;font-weight:800}.support-rail-status{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.support-rail-status small{color:#8393a7;font-size:12px;line-height:1.4}

.support-admin-queue{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}
.support-admin-queue-head,.support-admin-ticket{display:grid;grid-template-columns:minmax(220px,1.25fr) minmax(170px,.9fr) minmax(150px,.75fr) minmax(150px,.72fr) 85px;gap:10px;align-items:center;min-width:0}
.support-admin-queue-head{padding:10px 12px;background:#f5f8fc;color:#71839a;font-size:11px;font-weight:900;line-height:1.35;letter-spacing:.08em;text-transform:uppercase}
.support-admin-ticket{position:relative;padding:10px 12px;border-top:1px solid #e9eff6}.support-admin-ticket:first-of-type{border-top:0}.support-admin-ticket.is-urgent:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#eb4757}.support-admin-ticket:hover{background:#fbfdff}.support-admin-ticket>*{min-width:0}
.support-admin-ticket-primary{display:flex;align-items:center;gap:9px;min-width:0}.support-admin-ticket-primary .support-ticket-mark{width:31px;height:31px;flex:0 0 31px}.support-admin-ticket-primary>div{display:grid;min-width:0}.support-admin-ticket-primary strong,.support-admin-ticket-service strong,.support-admin-ticket-time strong{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.support-admin-ticket-primary strong{color:var(--ink);font-size:13px}.support-admin-ticket-primary small,.support-admin-ticket-primary em,.support-admin-ticket-time span{color:#7d8da2;font-size:12px;line-height:1.4;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.support-admin-ticket-service{display:grid;gap:4px;min-width:0}.support-admin-ticket-service strong{color:#40536c;font-size:12px;line-height:1.4}.support-admin-ticket-service .ticket-pill{justify-self:start}.support-admin-ticket-state{display:flex;gap:4px;min-width:0;flex-wrap:wrap}.support-admin-ticket-time{display:grid;min-width:0}.support-admin-ticket-time strong{color:#485b73;font-size:12px;line-height:1.4}.support-admin-ticket>.btn{min-width:0;padding-inline:9px}
.support-admin-ticket-heading{margin-top:-3px}.support-admin-detail-grid{grid-template-columns:minmax(0,1fr) 260px}.support-admin-control-form{gap:9px}.support-admin-control-form .field{gap:4px}.support-admin-control-form .select{min-height:38px;padding:7px 8px;border-radius:7px;font-size:12px}.support-admin-control-form .btn{width:100%}.support-payment-admin{background:#fff6f6;border-color:#f4c5ca}.support-payment-admin>span{background:#ffe6e8;color:#c73544}.support-payment-admin strong{color:#962632}.support-payment-admin p{color:#9d5d63}
.support-ticket-row:focus-visible,.support-back-link:focus-visible,.support-filter-bar :is(input,select,button,a):focus-visible,.support-ticket-form :is(input,select,textarea,button,a):focus-visible,.support-detail-grid :is(input,select,textarea,button,a):focus-visible,.support-payment-banner :is(button,a):focus-visible,.support-admin-ticket>.btn:focus-visible{outline:3px solid #174ea6;outline-offset:2px}

@media(max-width:1180px){
  .support-ticket-row{grid-template-columns:38px minmax(180px,1.2fr) minmax(150px,.8fr) minmax(125px,.7fr) 24px;grid-template-areas:"mark identity tags state open" ". activity activity activity ."}.support-ticket-mark{grid-area:mark}.support-ticket-identity{grid-area:identity}.support-ticket-tags{grid-area:tags}.support-ticket-state{grid-area:state}.support-ticket-activity{grid-area:activity;text-align:left;flex-direction:row;gap:8px}.support-ticket-open{grid-area:open}
  .support-admin-filters{grid-template-columns:minmax(220px,1fr) repeat(2,minmax(130px,.55fr));}.support-admin-filters select[name="status"]{grid-column:2}.support-admin-filters .btn{grid-column:3;grid-row:2}
  .support-admin-queue-head{display:none}.support-admin-ticket{grid-template-columns:minmax(220px,1.2fr) minmax(160px,.8fr) minmax(145px,.7fr) auto;grid-template-areas:"primary service state action" "primary time time action"}.support-admin-ticket-primary{grid-area:primary}.support-admin-ticket-service{grid-area:service}.support-admin-ticket-state{grid-area:state}.support-admin-ticket-time{grid-area:time}.support-admin-ticket>.btn{grid-area:action}
}
@media(max-width:820px){
  .support-command-row,.support-admin-command{align-items:stretch;flex-direction:column}.support-command-row>.btn,.support-admin-command>.btn{align-self:flex-start}
  .support-metrics,.support-admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  .support-filter-bar,.support-admin-filters{grid-template-columns:1fr 1fr}.support-search-field{grid-column:1/-1}.support-admin-filters select[name="status"],.support-admin-filters .btn{grid-column:auto;grid-row:auto}
  .support-create-shell{grid-template-columns:1fr}.support-create-intro{position:static}.support-create-intro .section-kicker{margin-top:20px}
  .support-detail-grid,.support-admin-detail-grid{grid-template-columns:1fr}.support-ticket-rail{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.support-ticket-rail>section,.support-admin-control-form{border-right:1px solid #e8eef5}.support-ticket-rail>section:nth-child(even){border-right:0}.support-ticket-rail>section:last-child{border-bottom:1px solid #e8eef5}
  .support-admin-ticket{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"primary action" "service service" "state time";gap:8px}.support-admin-ticket>.btn{align-self:start}.support-admin-ticket-time{text-align:right}
}
@media(max-width:600px){
  .support-metrics,.support-admin-metrics{grid-template-columns:1fr}.support-metrics>div{grid-template-columns:35px 42px 1fr}
  .support-filter-bar,.support-admin-filters{grid-template-columns:1fr}.support-search-field{grid-column:auto}.support-filter-bar .btn{width:100%}
  .support-ticket-row{grid-template-columns:34px minmax(0,1fr) 20px;grid-template-areas:"mark identity open" ". tags tags" ". state state" ". activity activity";padding:10px}.support-ticket-activity{display:grid;gap:1px}.support-ticket-activity strong{white-space:normal}.support-ticket-tags,.support-ticket-state{align-items:flex-start}.support-ticket-state{flex-direction:row}
  .support-priority-grid{grid-template-columns:1fr}.support-priority-option>span{min-height:92px}.support-ticket-form{padding:14px}.support-form-actions{display:grid;grid-template-columns:1fr}.support-form-actions .btn{width:100%}
  .support-ticket-heading{flex-direction:column;gap:5px}.support-ticket-date{align-items:flex-start;min-width:0;padding-top:0;text-align:left}.support-ticket-heading h2{font-size:19px}
  .support-payment-banner{grid-template-columns:35px minmax(0,1fr)}.support-payment-banner>.btn,.support-payment-banner>form{grid-column:1/-1;width:100%}.support-payment-banner .btn{width:100%}
  .support-message-body header{flex-direction:column;gap:2px}.support-reply-form>div{align-items:stretch;flex-direction:column}.support-reply-form .btn{width:100%}
  .support-ticket-rail{grid-template-columns:1fr}.support-ticket-rail>section,.support-admin-control-form{border-right:0}
  .support-admin-ticket{grid-template-columns:minmax(0,1fr);grid-template-areas:"primary" "service" "state" "time" "action"}.support-admin-ticket-time{text-align:left}.support-admin-ticket>.btn{width:100%}
}

/* Admin dashboard: compact operations overview */
body[data-page="dashboard"] .page{max-width:1600px;padding-top:18px}
body[data-page="dashboard"] .section-kicker{display:block;color:#2563eb;font-size:10px;font-weight:900;line-height:1.3;letter-spacing:.09em;text-transform:uppercase}
.ops-command{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:18px;align-items:center;margin-bottom:12px;padding:16px 18px;border:1px solid #dce5f0;border-radius:8px;background:#fff;box-shadow:0 4px 16px rgba(15,35,63,.04)}
.ops-command-copy{min-width:0}.ops-command-copy h1{margin:2px 0 4px;color:var(--ink);font-size:23px;line-height:1.2;letter-spacing:0}.ops-command-copy p{margin:0;color:var(--muted);font-size:11.5px;line-height:1.5}
.ops-command-state{display:grid;gap:4px;min-width:145px;padding-left:18px;border-left:1px solid #e4ebf3}.ops-command-state span{display:flex;align-items:center;gap:6px;color:#16806d;font-size:11px;font-weight:850}.ops-command-state span i{width:7px;height:7px;border-radius:50%;background:#16b88c;box-shadow:0 0 0 3px #d9f6ed}.ops-command-state strong{color:#4d6078;font-size:11.5px;line-height:1.4}
.ops-command-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.ops-command-actions .btn{min-height:35px;border-radius:7px;font-size:11px}

.ops-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}
.ops-metric{--ops-accent:#2563eb;--ops-soft:#eef5ff;display:grid;grid-template-columns:40px minmax(0,1fr);gap:11px;align-items:center;min-width:0;padding:13px 14px;border:1px solid #dce6f2;border-top:3px solid var(--ops-accent);border-radius:8px;background:#fff;color:inherit;box-shadow:0 3px 12px rgba(15,35,63,.035);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.ops-metric:hover{border-color:#bfd0e4;box-shadow:0 8px 20px rgba(15,35,63,.07);transform:translateY(-1px)}.ops-tone-teal{--ops-accent:#0d9488;--ops-soft:#e9faf6}.ops-tone-violet{--ops-accent:#7c3aed;--ops-soft:#f3efff}.ops-tone-amber{--ops-accent:#d97706;--ops-soft:#fff6df}
.ops-metric-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:8px;background:var(--ops-soft);color:var(--ops-accent)}.ops-metric>span:last-child{display:grid;min-width:0}.ops-metric small{color:#718198;font-size:11px;font-weight:800;line-height:1.35}.ops-metric strong{margin-top:2px;color:var(--ink);font-family:"Plus Jakarta Sans";font-size:20px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ops-metric em{margin-top:2px;color:#7d8da2;font-size:11px;line-height:1.35;font-style:normal}

.ops-attention{display:grid;grid-template-columns:190px minmax(0,1fr);gap:12px;align-items:center;margin-bottom:12px;padding:10px;border:1px solid #dce5ef;border-radius:8px;background:#fff}
.ops-attention-heading{display:flex;align-items:center;gap:9px;padding:0 6px}.ops-attention-heading h2{margin:2px 0 0;color:var(--ink);font-size:15px;line-height:1.25}.ops-attention-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:8px;background:#fff1f2;color:#d62d43}
.ops-attention-items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.ops-attention-item{--attention:#d62d43;--attention-bg:#fff4f5;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;min-width:0;padding:9px 10px;border:1px solid color-mix(in srgb,var(--attention) 20%,#fff);border-radius:7px;background:var(--attention-bg);color:inherit}.ops-attention-item:hover{border-color:color-mix(in srgb,var(--attention) 48%,#fff)}.ops-attention-item strong{color:var(--attention);font-family:"Plus Jakarta Sans";font-size:18px;line-height:1}.ops-attention-item span{min-width:0;color:#53657b;font-size:11px;font-weight:750;line-height:1.4}.ops-attention-item .ui-icon{color:var(--attention)}.ops-attention-item.is-amber{--attention:#bd7209;--attention-bg:#fff9e9}.ops-attention-item.is-blue{--attention:#2563eb;--attention-bg:#f2f7ff}.ops-attention-item.is-violet{--attention:#7c3aed;--attention-bg:#f7f3ff}

.ops-activity-grid,.ops-lower-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(360px,.8fr);gap:12px;align-items:start;margin-bottom:12px}.ops-lower-grid{grid-template-columns:minmax(0,1.3fr) minmax(390px,.7fr);margin-bottom:0}
.ops-panel{min-width:0;border:1px solid #dce5ef;border-radius:8px;background:#fff;box-shadow:0 4px 16px rgba(15,35,63,.04);overflow:hidden}.ops-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:13px 14px;border-bottom:1px solid #e7edf4;background:#fbfdff}.ops-panel-head>div{min-width:0}.ops-panel-head h2{margin:2px 0 2px;color:var(--ink);font-size:16px;line-height:1.25}.ops-panel-head p{margin:0;color:var(--muted);font-size:11.5px;line-height:1.45}.ops-panel-head>a{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;margin-top:7px;color:#2563eb;font-size:11px;font-weight:850}.ops-panel-head>a:hover{color:#173fa8}.ops-list{display:grid;min-width:0}.ops-list>a{color:inherit}
.ops-order-row{display:grid;grid-template-columns:minmax(145px,1fr) minmax(105px,.68fr) minmax(145px,1fr) minmax(84px,.48fr) minmax(86px,.48fr);gap:11px;align-items:center;min-width:0;padding:10px 14px;border-bottom:1px solid #edf1f6;transition:background .15s ease}.ops-order-row:last-child{border-bottom:0}.ops-order-row:hover{background:#f8fbff}.ops-order-row>span{display:grid;min-width:0}.ops-order-row strong{min-width:0;color:#26384e;font-size:11.5px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ops-order-row small{margin-top:2px;color:#75869b;font-size:11px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ops-order-id strong{color:#1d4ed8;font-family:"Plus Jakarta Sans"}.ops-order-amount{text-align:right}.ops-order-amount strong{color:var(--ink)}.ops-order-state{justify-items:end}.ops-order-state .badge{font-size:11px;padding:4px 7px}

.ops-ticket-row{position:relative;display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:9px;align-items:center;min-width:0;padding:10px 12px;border-bottom:1px solid #edf1f6;transition:background .15s ease}.ops-ticket-row:last-child{border-bottom:0}.ops-ticket-row:hover{background:#f8fbff}.ops-ticket-row.is-urgent:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#e23b4f}.ops-ticket-mark{width:31px;height:31px;display:grid;place-items:center;border-radius:8px;background:#edf4ff;color:#2563eb}.ops-ticket-row.is-urgent .ops-ticket-mark{background:#fff0f1;color:#d62d43}.ops-ticket-copy,.ops-ticket-state{display:grid;min-width:0}.ops-ticket-copy strong{color:#26384e;font-size:11.5px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ops-ticket-copy small,.ops-ticket-copy em{margin-top:2px;color:#75869b;font-size:11px;line-height:1.4;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ops-ticket-state{justify-items:end;gap:4px}.ops-ticket-state .badge{font-size:11px;padding:4px 7px}.ops-ticket-state>small{color:#7d8da2;font-size:11px}.ops-priority{display:inline-flex;padding:4px 7px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:850}.ops-priority-medium{background:#fff6df;color:#a4650a}.ops-priority-urgent{background:#fff0f1;color:#c52f42}

.ops-invoice-row{display:grid;grid-template-columns:minmax(145px,1fr) minmax(95px,.55fr) minmax(85px,.45fr) minmax(100px,.55fr);gap:12px;align-items:center;min-width:0;padding:10px 14px;border-bottom:1px solid #edf1f6;transition:background .15s ease}.ops-invoice-row:last-child{border-bottom:0}.ops-invoice-row:hover{background:#f8fbff}.ops-invoice-row>span{display:grid;min-width:0}.ops-invoice-row strong{color:#26384e;font-size:11.5px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ops-invoice-row small{margin-top:2px;color:#75869b;font-size:11px;line-height:1.4}.ops-invoice-row>span:first-child strong{color:#1d4ed8;font-family:"Plus Jakarta Sans"}.ops-invoice-total{text-align:right}.ops-invoice-row .badge{justify-self:center;font-size:11px;padding:4px 7px}.ops-invoice-date{text-align:right}

.ops-side-stack{display:grid;gap:12px}.ops-system-state{display:inline-flex;align-items:center;gap:6px;margin-top:6px;color:#486079;font-size:11px;font-weight:850}.ops-system-state i{width:7px;height:7px;border-radius:50%;background:#4f7fc2;box-shadow:0 0 0 3px #e5eef9}.ops-system-state.has-attention{color:#a36509}.ops-system-state.has-attention i{background:#e29a18;box-shadow:0 0 0 3px #fff3d5}.ops-pulse-list{display:grid;padding:4px 14px 8px}.ops-pulse-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding:8px 0;border-bottom:1px solid #edf1f6}.ops-pulse-list>div:last-child{border-bottom:0}.ops-pulse-list span{display:flex;align-items:center;gap:7px;min-width:0;color:#52657d;font-size:11px;line-height:1.4}.ops-pulse-list span i{width:7px;height:7px;flex:0 0 7px;border-radius:50%}.ops-pulse-list .is-good{background:#16b88c;box-shadow:0 0 0 3px #e0f7f0}.ops-pulse-list .is-warn{background:#e29a18;box-shadow:0 0 0 3px #fff3d5}.ops-pulse-list .is-bad{background:#df3d50;box-shadow:0 0 0 3px #ffe6e9}.ops-pulse-list strong{flex:0 0 auto;color:#34475e;font-size:11px}
.ops-shortcuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:10px}.ops-shortcuts a{display:flex;align-items:center;gap:7px;min-width:0;min-height:36px;padding:7px 8px;border:1px solid #e2e9f2;border-radius:7px;background:#fff;color:#41536b;font-size:11px;font-weight:800;line-height:1.35}.ops-shortcuts a:hover{border-color:#b9cce4;background:#f7faff;color:#1d4ed8}.ops-shortcuts a span{width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;border-radius:7px;background:#eef5ff;color:#2563eb}.ops-shortcuts a:nth-child(3n+2) span{background:#eaf9f5;color:#0d8c7e}.ops-shortcuts a:nth-child(3n) span{background:#f3efff;color:#7c3aed}
.ops-empty{display:flex;align-items:center;gap:10px;padding:18px 14px;color:#718198}.ops-empty>span{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:8px;background:#eef5ff;color:#2563eb}.ops-empty strong{display:block;color:#34475e;font-size:11.5px}.ops-empty p{margin:2px 0 0;font-size:11px;line-height:1.4}
.ops-command :is(a,button):focus-visible,.ops-metric:focus-visible,.ops-attention-item:focus-visible,.ops-panel :is(a,button):focus-visible{outline:3px solid #174ea6;outline-offset:2px}

@media(max-width:1380px){.ops-command{grid-template-columns:minmax(0,1fr) auto}.ops-command-actions{grid-column:1/-1;justify-content:flex-start;padding-top:10px;border-top:1px solid #e8eef5}.ops-activity-grid,.ops-lower-grid{grid-template-columns:1fr}.ops-side-stack{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1120px){.ops-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-attention{grid-template-columns:1fr}.ops-attention-heading{padding:2px 0}.ops-attention-items{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){body[data-page="dashboard"] .page{padding-top:12px}.ops-command{grid-template-columns:1fr;padding:14px}.ops-command-state{padding:9px 0 0;border-top:1px solid #e8eef5;border-left:0}.ops-command-actions{display:grid;grid-template-columns:1fr 1fr}.ops-command-actions .btn{width:100%;justify-content:center}.ops-command-actions .btn:last-child{grid-column:1/-1}.ops-order-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"id state" "customer amount" "service service";gap:6px 10px}.ops-order-id{grid-area:id}.ops-order-state{grid-area:state}.ops-order-customer{grid-area:customer}.ops-order-service{grid-area:service;padding-top:6px;border-top:1px dashed #e4ebf3}.ops-order-amount{grid-area:amount}.ops-order-amount,.ops-order-state{text-align:right;justify-items:end}.ops-side-stack{grid-template-columns:1fr}.ops-invoice-row{grid-template-columns:minmax(0,1fr) auto;gap:7px}.ops-invoice-row>span:nth-child(3){justify-self:end}.ops-invoice-date{grid-column:1/-1;padding-top:6px;border-top:1px dashed #e4ebf3;text-align:left}.ops-invoice-date small{margin-left:5px;display:inline}.ops-invoice-date strong{display:inline}}
@media(max-width:520px){.ops-metrics,.ops-attention-items{grid-template-columns:1fr}.ops-command-actions{grid-template-columns:1fr}.ops-command-actions .btn:last-child{grid-column:auto}.ops-ticket-row{grid-template-columns:30px minmax(0,1fr)}.ops-ticket-state{grid-column:2;justify-items:start;grid-template-columns:auto auto 1fr;align-items:center}.ops-ticket-state>small{justify-self:end}.ops-shortcuts{grid-template-columns:1fr}.ops-metric{padding:11px 12px}.ops-attention{padding:9px}.ops-panel-head{padding:12px}.ops-panel-head p{display:none}}

/* Admin operations directories: orders, invoices, upgrades and deployments */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.operations-shell{display:grid;gap:12px;min-width:0}
.operation-command-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;min-width:0;padding:14px 16px;border:1px solid #dce5ef;border-radius:8px;background:#fff;box-shadow:0 4px 16px rgba(15,35,63,.04)}
.operation-command-bar>div:first-child{min-width:0}.operation-command-bar h2{margin:2px 0 3px;color:var(--ink);font-size:19px;line-height:1.25}.operation-command-bar p{max-width:780px;margin:0;color:var(--muted);font-size:12px;line-height:1.5}
.operation-command-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex:0 0 auto;flex-wrap:wrap}.operation-command-actions .btn{min-height:35px;border-radius:7px}
.operation-metrics{margin-bottom:0}.operation-metrics .ops-metric{box-shadow:0 3px 12px rgba(15,35,63,.03)}
.operation-create-panel,.operation-directory{min-width:0;border:1px solid #dce5ef;border-radius:8px;background:#fff;box-shadow:0 4px 16px rgba(15,35,63,.04);overflow:hidden}
.operation-create-panel>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;cursor:pointer;list-style:none;background:#fbfdff;color:#33475e}.operation-create-panel>summary::-webkit-details-marker{display:none}.operation-create-panel>summary>span{display:grid;grid-template-columns:25px minmax(0,1fr);align-items:center;min-width:0}.operation-create-panel>summary>span>.ui-icon{grid-row:1/3;color:#2563eb}.operation-create-panel>summary strong{font-size:13px;line-height:1.4}.operation-create-panel>summary small{color:#7a8ba0;font-size:11.5px;line-height:1.4}.operation-create-panel>summary>.ui-icon{transition:transform .16s ease}.operation-create-panel[open]>summary>.ui-icon{transform:rotate(90deg)}
.operation-create-content{padding:15px;border-top:1px solid #e7edf4}.operation-create-form{max-width:1040px}.operation-form-footer{display:flex!important;align-items:center;justify-content:space-between;gap:12px;padding-top:3px}.operation-form-footer>span{display:flex;align-items:center;gap:6px;color:#74859a;font-size:11.5px;line-height:1.45}
.operation-directory-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 15px 12px}.operation-directory-head>div{min-width:0}.operation-directory-head h2{margin:2px 0 3px;color:var(--ink);font-size:18px;line-height:1.25}.operation-directory-head p{margin:0;color:var(--muted);font-size:11.5px;line-height:1.45}.operation-result-count{flex:0 0 auto;padding:6px 9px;border:1px solid #dbe5f0;border-radius:999px;background:#f7faff;color:#52667e;font-size:11px;font-weight:850;white-space:nowrap}
.operation-filter-bar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(170px,230px) auto;gap:8px;align-items:center;padding:10px 15px;border-top:1px solid #e8eef5;border-bottom:1px solid #e8eef5;background:#f8fbff}.operation-filter-bar>label{min-width:0}.operation-filter-bar :is(.input,.select){min-height:38px;border-radius:7px;font-size:12px}.operation-search{position:relative;display:block}.operation-search>.ui-icon{position:absolute;z-index:1;left:11px;top:50%;transform:translateY(-50%);color:#71849b}.operation-search>.input{width:100%;padding-left:35px}.operation-filter-bar>.btn{min-height:38px}
.operation-list{display:grid;min-width:0}.operation-row{position:relative;display:grid;grid-template-columns:minmax(190px,1.05fr) minmax(190px,1fr) minmax(165px,.8fr) minmax(100px,.52fr) minmax(165px,.75fr);gap:11px 14px;align-items:center;min-width:0;padding:12px 14px;border-bottom:1px solid #e9eff6;background:#fff;transition:background .15s ease}.operation-row:last-of-type{border-bottom:0}.operation-row:hover{background:#fbfdff}.operation-row>*{min-width:0}
.operation-identity{display:flex;align-items:center;gap:9px;min-width:0}.operation-record-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border:1px solid #dce7f4;border-radius:8px;background:#eef5ff;color:#2563eb}.operation-identity>div,.operation-person,.operation-value,.operation-date,.operation-step{display:grid;min-width:0}.operation-identity strong,.operation-person strong,.operation-date strong,.operation-step strong{min-width:0;color:#22344a;font-size:12.5px;line-height:1.4;overflow-wrap:anywhere}.operation-identity small,.operation-person small,.operation-person em,.operation-date small,.operation-date span,.operation-step small,.operation-step span{min-width:0;color:#78899e;font-size:11.5px;line-height:1.45;font-style:normal;overflow-wrap:anywhere}.operation-person em{margin-top:2px;color:#5c7088}.operation-person .operation-good-text{color:#087763;font-weight:800}.operation-person .operation-warn-text{color:#a76709;font-weight:800}
.operation-value{justify-items:start;gap:5px}.operation-value>strong{color:#142237;font-family:"Plus Jakarta Sans";font-size:15px;line-height:1.3}.operation-value .badge{font-size:10.5px;padding:4px 7px}.operation-date strong,.operation-step strong{font-size:12px}.operation-primary-action{display:flex;align-items:center;justify-content:flex-end;min-width:0}.operation-primary-action form{margin:0;max-width:100%}.operation-primary-action .btn{max-width:100%;min-height:34px;padding:7px 10px;white-space:normal;text-align:center}.operation-complete-label{display:inline-flex;align-items:center;gap:5px;color:#708196;font-size:11.5px;font-weight:800;text-align:right}
.operation-actions-disclosure{grid-column:1/-1;margin:-1px 0 -3px;padding-top:7px;border-top:1px dashed #e2e9f2}.operation-actions-disclosure>summary{display:inline-flex;align-items:center;gap:5px;cursor:pointer;list-style:none;color:#52677f;font-size:11px;font-weight:850}.operation-actions-disclosure>summary::-webkit-details-marker{display:none}.operation-actions-disclosure>summary>.ui-icon{transition:transform .16s ease}.operation-actions-disclosure[open]>summary>.ui-icon{transform:rotate(90deg)}.operation-action-menu{display:flex;align-items:center;gap:6px;margin-top:8px;flex-wrap:wrap}.operation-action-menu form{display:flex;align-items:center;gap:6px;margin:0;flex-wrap:wrap}.operation-action-menu .btn{min-height:32px}
.operation-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:8px}.operation-detail-grid>div{display:grid;gap:2px;min-width:0;padding:9px 10px;border:1px solid #e5ebf3;border-radius:7px;background:#f9fbfe}.operation-detail-grid small{color:#7b8ba0;font-size:10.5px;font-weight:800;line-height:1.35;text-transform:uppercase;letter-spacing:.04em}.operation-detail-grid strong,.operation-detail-grid a{color:#34485f;font-size:11.5px;line-height:1.45;overflow-wrap:anywhere}.operation-detail-grid .badge{justify-self:start;margin-top:3px}
.operation-progress{display:grid;gap:5px;min-width:0}.operation-progress>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:7px;min-width:0}.operation-progress>div:first-child strong{min-width:0;color:#34475e;font-size:12px;line-height:1.4;overflow-wrap:anywhere}.operation-progress .badge{flex:0 0 auto;font-size:10px;padding:3px 6px}.operation-progress-track{height:7px;overflow:hidden;border-radius:999px;background:#e7edf5}.operation-progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#0d9488)}.operation-progress>small{color:#7b8ba0;font-size:11px;line-height:1.4;overflow-wrap:anywhere}
.operation-error{grid-column:1/-1;display:grid;grid-template-columns:18px minmax(0,1fr);gap:7px;align-items:start;margin:-1px 0 -2px;padding:8px 9px;border:1px solid #f2cbd0;border-radius:7px;background:#fff7f8;color:#bd3042}.operation-error .ui-icon{margin-top:1px}.operation-error span{font-size:11px;line-height:1.5;overflow-wrap:anywhere;word-break:break-word}
.upgrade-operation-row .operation-record-icon{background:#f3efff;color:#6d36d8}.deployment-operation-row .operation-record-icon{background:#eaf9f5;color:#0b8b79}.invoice-operation-row .operation-record-icon{background:#eef5ff;color:#2563eb}.order-operation-row .operation-record-icon{background:#fff6df;color:#bd7209}
.operation-empty{padding:22px 15px;color:#77899e;font-size:12px;text-align:center}.operation-filter-empty{border-top:1px solid #e8eef5;background:#fbfdff}
.operations-shell :is(a,button,input,select,summary):focus-visible{outline:3px solid #174ea6;outline-offset:2px}

@media(max-width:1250px){
 .operation-row{grid-template-columns:minmax(190px,1fr) minmax(180px,1fr) minmax(165px,.8fr) minmax(150px,.7fr);grid-template-areas:"identity person value action" "identity person date action" "error error error error" "more more more more"}.operation-identity{grid-area:identity}.operation-person{grid-area:person}.operation-value,.operation-progress{grid-area:value}.operation-date,.operation-step{grid-area:date}.operation-primary-action{grid-area:action}.operation-error{grid-area:error}.operation-actions-disclosure{grid-area:more}
}
@media(max-width:900px){
 .operation-command-bar{align-items:flex-start}.operation-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.operation-row{grid-template-columns:minmax(0,1fr) minmax(150px,.7fr);grid-template-areas:"identity action" "person value" "date value" "error error" "more more";align-items:start}.operation-primary-action{align-self:center}.operation-value,.operation-progress{justify-self:stretch}.operation-progress{width:100%}.operation-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
 .operation-command-bar{flex-direction:column;padding:13px}.operation-command-actions{width:100%;justify-content:flex-start}.operation-command-actions .btn{flex:1;justify-content:center}.operation-metrics{grid-template-columns:1fr}.operation-filter-bar{grid-template-columns:1fr}.operation-filter-bar>.btn{width:100%}.operation-directory-head{padding:12px}.operation-directory-head p{display:none}.operation-row{grid-template-columns:minmax(0,1fr);grid-template-areas:"identity" "person" "value" "date" "action" "error" "more";gap:8px;padding:12px}.operation-person,.operation-value,.operation-progress,.operation-date,.operation-step{padding-top:7px;border-top:1px dashed #e3eaf2}.operation-primary-action{justify-content:stretch}.operation-primary-action form,.operation-primary-action .btn{width:100%}.operation-complete-label{width:100%;justify-content:center;padding:8px;border:1px solid #e2e9f2;border-radius:7px;background:#f8fafc;text-align:center}.operation-action-menu,.operation-action-menu form{display:grid;grid-template-columns:1fr;width:100%}.operation-action-menu .btn{width:100%}.operation-detail-grid{grid-template-columns:1fr}.operation-form-footer{align-items:stretch;flex-direction:column}.operation-form-footer .btn{width:100%}.operation-create-content{padding:12px}
}

/* Application product catalogue */
.product-catalog-shell{--catalog-ready:#0b8b79;--catalog-setup:#b56f09;--catalog-inactive:#6b7789}
.product-catalog-directory{overflow:hidden}.product-catalog-shell .operation-result-count{border-radius:8px}.product-catalog-list{display:grid;min-width:0}
.product-catalog-row{position:relative;display:grid;min-width:0;padding:13px 14px 10px;border-bottom:1px solid #e7edf4;background:#fff;box-shadow:inset 3px 0 0 #2f6fed;transition:background .15s ease,box-shadow .15s ease}
.product-catalog-row:last-of-type{border-bottom:0}.product-catalog-row:hover{background:#fbfdff;box-shadow:inset 3px 0 0 #1d4ed8}.product-catalog-row--setup{box-shadow:inset 3px 0 0 #d89020}.product-catalog-row--inactive{box-shadow:inset 3px 0 0 #8a97a8}
.product-catalog-main{display:grid;grid-template-columns:minmax(240px,1fr) minmax(130px,.28fr) auto;gap:14px;align-items:center;min-width:0}
.product-catalog-identity{display:flex;align-items:center;gap:11px;min-width:0}.product-catalog-thumb{position:relative;width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;overflow:hidden;border:1px solid #d8e4f1;border-radius:8px;background:#edf5ff;color:#2563eb}.product-catalog-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#fff}
.product-catalog-identity>div{display:grid;min-width:0;gap:4px}.product-catalog-title-line{display:flex;align-items:center;gap:7px;min-width:0;flex-wrap:wrap}.product-catalog-title-line>strong{min-width:0;color:#1e2f45;font-family:"Plus Jakarta Sans",sans-serif;font-size:14px;line-height:1.35;overflow-wrap:anywhere}.product-catalog-title-line .badge{font-size:10px;padding:3px 6px}.product-catalog-identity>div>small{display:flex;align-items:center;gap:6px;min-width:0;color:#74869b;font-size:11px;line-height:1.35;flex-wrap:wrap}.product-catalog-identity>div>small span{min-width:0;overflow-wrap:anywhere}.product-catalog-identity>div>small span+span:before{content:"/";margin-right:6px;color:#a5b1bf}
.product-catalog-price{display:grid;justify-items:end;min-width:0}.product-catalog-price small{color:#7b8ba0;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.product-catalog-price strong{max-width:100%;color:#142237;font-family:"Plus Jakarta Sans",sans-serif;font-size:15px;line-height:1.35;overflow-wrap:anywhere}.product-catalog-price span{color:#8291a4;font-size:10.5px}.product-catalog-edit{min-height:34px;border-radius:7px}
.product-catalog-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:11px 0 9px;padding-top:10px;border-top:1px solid #e9eef5}.product-catalog-facts>div{display:grid;grid-template-columns:29px minmax(0,1fr);gap:8px;align-items:center;min-width:0;padding:8px 9px;border:1px solid #e3eaf3;border-radius:7px;background:#f9fbfe}.product-catalog-fact-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;background:#eaf2ff;color:#2563eb}.product-catalog-facts>div:nth-child(2) .product-catalog-fact-icon{background:#ecf9f5;color:#0d8c7e}.product-catalog-facts>div:nth-child(3) .product-catalog-fact-icon{background:#f3efff;color:#7139d7}.product-catalog-facts>div>span:last-child{display:grid;min-width:0}.product-catalog-facts small{color:#7d8da1;font-size:10px;font-weight:850;line-height:1.3;text-transform:uppercase;letter-spacing:.035em}.product-catalog-facts strong{min-width:0;color:#31465e;font-size:11.5px;line-height:1.4;overflow-wrap:anywhere}.product-catalog-facts em{min-width:0;color:#7b8ca0;font-size:10.5px;line-height:1.4;font-style:normal;overflow-wrap:anywhere}
.product-catalog-readiness{display:flex;align-items:center;gap:5px;min-width:0;flex-wrap:wrap}.product-readiness-chip,.product-readiness-state{display:inline-flex;align-items:center;gap:4px;min-height:24px;padding:4px 7px;border:1px solid #dfe7f0;border-radius:6px;background:#f8fafc;color:#63758b;font-size:10px;font-weight:800;line-height:1.25}.product-readiness-chip.is-ready{border-color:#bfe9dd;background:#edfbf7;color:#087763}.product-readiness-chip.is-missing{border-color:#f0d5a5;background:#fff9eb;color:#9c620b}.product-readiness-chip.is-database{border-color:#d9d0f3;background:#f7f4ff;color:#6540b3}.product-readiness-chip.is-media{border-color:#cddcf3;background:#f2f7ff;color:#315f9b}.product-readiness-state{margin-left:auto;padding-inline:8px}.product-readiness-state.is-ready{border-color:#bfe9dd;background:#eaf9f5;color:var(--catalog-ready)}.product-readiness-state.is-setup{border-color:#f0d5a5;background:#fff8e9;color:var(--catalog-setup)}.product-readiness-state.is-inactive{background:#f1f4f7;color:var(--catalog-inactive)}
.product-catalog-actions{margin-top:8px}.product-catalog-actions .operation-action-menu form{margin:0}.product-catalog-actions .btn{border-radius:7px}
.product-catalog-empty{display:flex;align-items:flex-start;justify-content:center;gap:11px;padding:28px 15px;text-align:left}.product-catalog-empty>span{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:8px;background:#edf5ff;color:#2563eb}.product-catalog-empty>div{max-width:470px}.product-catalog-empty strong{display:block;color:#2f435b;font-size:13px}.product-catalog-empty p{margin:3px 0 10px;color:#78899e;font-size:11.5px;line-height:1.5}
.product-catalog-shell :is(a,button,input,select,summary):focus-visible{outline:3px solid #174ea6;outline-offset:2px}

@media(max-width:980px){.product-catalog-main{grid-template-columns:minmax(0,1fr) auto}.product-catalog-price{grid-column:1;grid-row:2;justify-items:start;padding-left:57px}.product-catalog-edit{grid-column:2;grid-row:1/3}.product-catalog-facts{grid-template-columns:1fr 1fr}.product-catalog-facts>div:last-child{grid-column:1/-1}}
@media(max-width:900px){.product-catalog-command .operation-command-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.product-catalog-command .operation-command-actions .btn{width:100%;justify-content:center}.product-catalog-command .operation-command-actions .btn:first-child{grid-column:1/-1}}
@media(max-width:680px){.product-catalog-command .operation-command-actions{display:grid;grid-template-columns:1fr 1fr}.product-catalog-command .operation-command-actions .btn:first-child{grid-column:1/-1}.product-catalog-row{padding:12px}.product-catalog-main{grid-template-columns:minmax(0,1fr) auto;gap:9px}.product-catalog-thumb{width:40px;height:40px;flex-basis:40px}.product-catalog-price{padding-left:51px}.product-catalog-facts{grid-template-columns:1fr}.product-catalog-facts>div:last-child{grid-column:auto}.product-catalog-readiness{align-items:stretch}.product-readiness-chip{flex:1 1 calc(50% - 5px);justify-content:center;text-align:center}.product-readiness-state{width:100%;justify-content:center;margin-left:0}.product-catalog-actions .operation-action-menu{grid-template-columns:1fr}.product-catalog-actions .operation-action-menu>a,.product-catalog-actions .operation-action-menu>form,.product-catalog-actions .operation-action-menu .btn{width:100%}}
@media(max-width:430px){.product-catalog-command .operation-command-actions{grid-template-columns:1fr}.product-catalog-command .operation-command-actions .btn:first-child{grid-column:auto}.product-catalog-main{grid-template-columns:1fr}.product-catalog-edit{grid-column:1;grid-row:auto;width:100%;justify-content:center}.product-catalog-price{grid-column:1;grid-row:auto;padding:8px 0 0;border-top:1px dashed #e3eaf2}.product-catalog-title-line{align-items:flex-start;flex-direction:column}.product-readiness-chip{flex-basis:100%}}
.mailbox-directory-toolbar{display:flex;align-items:center;gap:10px;margin:0 1px 12px;padding:9px;background:#f7fafc;border:1px solid #e5edf5;border-radius:11px}.mailbox-search-box{display:flex;align-items:center;gap:7px;flex:1;min-width:220px}.mailbox-search-box>span{display:grid;place-items:center;color:#6c819b}.mailbox-search-box .input{height:34px;flex:1;min-width:0;border-color:#d8e3ee;background:#fff}.mailbox-filter-control{display:flex;align-items:center;gap:7px;color:#687b92;font-size:10px;font-weight:800;white-space:nowrap}.mailbox-filter-control .select{height:34px;min-width:145px;padding:5px 8px;font-size:10px;background:#fff}.mailbox-search-count{margin-left:auto;color:#71839a;font-size:10px;font-weight:800;white-space:nowrap}.mailbox-admin-table tr[data-mailbox-row]{transition:opacity .16s ease,background .16s ease}.mailbox-admin-table tr[data-mailbox-row][hidden],.mailbox-assignment-row[hidden]{display:none}.mailbox-admin-table tr[data-mailbox-row]:hover td{background:#f9fcff}.mailbox-assignment-row[data-mailbox-assignment-row]{background:#fbfdff}.mailbox-assignment-row[data-mailbox-assignment-row] td{border-bottom:1px solid #e8eef5}
@media(max-width:700px){.mailbox-directory-toolbar{align-items:stretch;flex-wrap:wrap}.mailbox-search-box{flex-basis:100%;min-width:0}.mailbox-filter-control{flex:1}.mailbox-filter-control .select{flex:1;min-width:0}.mailbox-search-count{margin-left:auto;align-self:center}}

/* Application logo builder */
.brand-editor-shell{max-width:1420px;margin:0 auto;padding:2px 0 28px}.brand-editor-command{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px;padding:18px 20px;border:1px solid #dbe7f3;border-radius:8px;background:linear-gradient(105deg,#f4f9ff 0%,#f7fffc 58%,#fffaf1 100%)}.brand-editor-command h2{margin:3px 0 5px;color:#15263d;font-family:"Plus Jakarta Sans",sans-serif;font-size:22px;line-height:1.2}.brand-editor-command p{max-width:690px;margin:0;color:#5d7088;font-size:12px;line-height:1.55}.brand-editor-command .actions{justify-content:flex-end}.brand-editor-status{display:grid;grid-template-columns:1.3fr 1.3fr 1fr .75fr;gap:1px;overflow:hidden;margin-bottom:14px;border:1px solid #dce6ef;border-radius:8px;background:#dce6ef}.brand-editor-status>div{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;padding:11px 13px;background:#fff}.brand-editor-status span:first-child{color:#7c8da1;font-size:9px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.brand-editor-status strong{min-width:0;color:#28405d;font-size:11px;overflow-wrap:anywhere}.brand-editor-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,.42fr);gap:14px;align-items:start}.brand-editor-form{display:grid;gap:12px}.brand-editor-panel,.brand-preview-card,.brand-apply-note,.brand-apply-error{border:1px solid #dce6ef;border-radius:8px;background:#fff;box-shadow:0 7px 20px rgba(35,61,87,.045)}.brand-editor-panel{padding:16px}.brand-editor-panel>header,.brand-preview-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:13px}.brand-editor-panel h3,.brand-preview-card h3{margin:3px 0 0;color:#20354e;font-family:"Plus Jakarta Sans",sans-serif;font-size:14px;line-height:1.3}.brand-editor-panel p{max-width:610px;margin:4px 0 0;color:#7a8b9f;font-size:11px;line-height:1.45}.brand-icon-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.brand-icon-choice{position:relative;min-width:0}.brand-icon-choice input{position:absolute;opacity:0;pointer-events:none}.brand-icon-choice>span{display:grid;justify-items:center;gap:6px;min-height:76px;padding:10px 5px;border:1px solid #dce6ef;border-radius:7px;background:#fbfdff;color:#2861ac;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.brand-icon-choice small{max-width:100%;color:#526880;font-size:9px;font-weight:800;line-height:1.2;text-align:center;overflow-wrap:anywhere}.brand-icon-choice input:checked+span{border-color:#1d6fd8;background:#eff7ff;box-shadow:inset 0 0 0 1px #1d6fd8;color:#0c7a70}.brand-icon-choice input:focus-visible+span{outline:3px solid #f2b55c;outline-offset:2px}.brand-color-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.brand-color-grid label{display:grid;gap:6px;min-width:0;color:#657a91;font-size:10px;font-weight:800}.brand-color-grid input{width:100%;height:38px;padding:3px;border:1px solid #d7e2ee;border-radius:7px;background:#fff;cursor:pointer}.brand-range{width:100%;height:7px;accent-color:#1776c2}.brand-editor-actions{display:flex;justify-content:flex-end;gap:9px;padding:2px 0}.brand-preview-rail{display:grid;gap:12px;position:sticky;top:14px}.brand-preview-card{padding:14px}.brand-preview-card header{margin-bottom:10px}.brand-preview-card header a{color:#1776c2;font-size:10px;font-weight:850;text-decoration:none}.brand-preview-stage{display:grid;min-height:132px;place-items:center;overflow:hidden;border:1px solid #dfe8f1;border-radius:7px;padding:14px}.brand-preview-stage-light{background:#fff}.brand-preview-stage-dark{background:#0b1324}.brand-preview-stage img{display:block;width:100%;max-width:360px;height:auto}.brand-apply-note,.brand-apply-error{display:flex;align-items:flex-start;gap:10px;padding:13px}.brand-apply-note>span{display:grid;flex:0 0 33px;width:33px;height:33px;place-items:center;border-radius:7px;background:#e6f6f0;color:#087c68}.brand-apply-note strong,.brand-apply-error strong{display:block;color:#2b425d;font-size:11px}.brand-apply-note p,.brand-apply-error p{margin:3px 0 0;color:#74879d;font-size:10.5px;line-height:1.5}.brand-apply-error{display:block;border-color:#f2d3cf;background:#fff9f8}.brand-apply-error strong{color:#a13d35}.brand-apply-error p{color:#8e5c58}.brand-editor-shell :is(a,button,input,select):focus-visible{outline:3px solid #f2b55c;outline-offset:2px}
@media(max-width:980px){.brand-editor-grid{grid-template-columns:1fr}.brand-preview-rail{position:static;grid-template-columns:1fr 1fr}.brand-apply-note,.brand-apply-error{grid-column:1/-1}.brand-editor-status{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.brand-editor-command{flex-direction:column;padding:14px}.brand-editor-command .actions{justify-content:flex-start;width:100%}.brand-editor-command .actions .btn{flex:1;justify-content:center}.brand-editor-status{grid-template-columns:1fr}.brand-editor-status>div{border-bottom:1px solid #e5edf5}.brand-editor-status>div:last-child{border-bottom:0}.brand-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-color-grid{grid-template-columns:1fr 1fr}.brand-preview-rail{grid-template-columns:1fr}.brand-apply-note,.brand-apply-error{grid-column:auto}.brand-editor-actions{align-items:stretch;flex-direction:column}.brand-editor-actions .btn{justify-content:center;width:100%}}

/* Spacemelon public marketing site */
.marketing-body{--sm-ink:#071525;--sm-navy:#0a2038;--sm-navy-2:#0d2b49;--sm-green:#7ed957;--sm-green-deep:#56b838;--sm-mint:#dffbd5;--sm-cream:#f5f7f2;--sm-copy:#526173;background:#fff;color:var(--sm-ink)}
.marketing-body .topbar{height:78px;padding:0 max(24px,calc((100vw - 1240px)/2));border-bottom:1px solid rgba(173,200,188,.22);background:rgba(255,255,255,.92);box-shadow:none;backdrop-filter:blur(20px)}
.marketing-body .topbar .brandmark,.sm-footer .brandmark{background:linear-gradient(145deg,var(--sm-green),#a2ef70);box-shadow:0 9px 28px rgba(92,190,57,.24);color:#082019}
.marketing-body .topbar .brandcopy strong,.sm-footer .brandcopy strong{font-size:16px;letter-spacing:-.02em}.marketing-body .topbar .brandcopy small,.sm-footer .brandcopy small{color:#75837d;font-size:9px;letter-spacing:.17em;text-transform:uppercase}
.marketing-body .navlinks{gap:2px}.marketing-body .navlinks>a:not(.btn){padding:9px 11px;color:#4d5e6b;font-size:12px}.marketing-body .navlinks>a:not(.btn):hover{background:#f1f7ef;color:#214a2c}.marketing-body .navlinks .btn-primary{border-color:var(--sm-ink);background:var(--sm-ink);box-shadow:0 8px 20px rgba(7,21,37,.15)}
.marketing-body>.footer{display:none}.sm-home{overflow:hidden;background:#fff}.sm-container{width:min(1240px,calc(100% - 48px));margin-inline:auto}.sm-section{padding:108px 0}.sm-section h2,.sm-hero h1,.sm-final-cta h2{font-family:"Plus Jakarta Sans",sans-serif;letter-spacing:-.045em}
.sm-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;color:#d8e6e0;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.sm-kicker>span{width:23px;height:2px;border-radius:4px;background:var(--sm-green)}.sm-kicker-dark{color:#557064}.sm-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:42px}.sm-section-head>div{max-width:720px}.sm-section-head h2{max-width:660px;margin:0;color:var(--sm-ink);font-size:44px;line-height:1.1}.sm-section-head>p{max-width:430px;margin:0 0 3px;color:var(--sm-copy);font-size:14px;line-height:1.75}
.sm-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:13px 20px;border:1px solid transparent;border-radius:9px;font-size:12px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.sm-btn:hover{transform:translateY(-2px)}.sm-btn-primary{background:var(--sm-green);color:#0c291b;box-shadow:0 14px 34px rgba(102,204,66,.2)}.sm-btn-primary:hover{background:#92e36b;box-shadow:0 18px 38px rgba(102,204,66,.3)}.sm-btn-ghost{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.06);color:#fff}.sm-btn-ghost:hover{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.1)}.sm-btn-dark{background:var(--sm-ink);color:#fff}.sm-btn-light{background:#fff;color:var(--sm-ink);box-shadow:0 14px 34px rgba(0,0,0,.12)}.sm-btn-outline{border-color:rgba(255,255,255,.3);color:#fff}.sm-text-link{display:inline-flex;align-items:center;gap:7px;color:#183f2a;font-size:12px;font-weight:850}.sm-text-link:hover{gap:11px;color:var(--sm-green-deep)}
.sm-hero{position:relative;isolation:isolate;min-height:710px;padding:102px 0 88px;overflow:hidden;background:linear-gradient(124deg,#061423 0%,#0a2139 55%,#0b2b3d 100%);color:#fff}.sm-hero:before{content:"";position:absolute;z-index:-1;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,black,transparent 88%)}.sm-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.78fr);align-items:center;gap:72px}.sm-hero-copy{position:relative;z-index:2}.sm-hero h1{max-width:730px;margin:0 0 24px;font-size:61px;line-height:1.035}.sm-hero h1 em{color:var(--sm-green);font-style:normal}.sm-hero-copy>p{max-width:660px;margin:0;color:#b5c5ce;font-size:16px;line-height:1.8}.sm-hero-actions{display:flex;gap:10px;margin-top:34px}.sm-hero-trust{display:flex;align-items:center;gap:23px;margin-top:29px;color:#a9bbc4;font-size:11px;font-weight:700}.sm-hero-trust span{display:flex;align-items:center;gap:6px}.sm-hero-trust .ui-icon{color:var(--sm-green)}.sm-hero-glow{position:absolute;z-index:-1;border-radius:50%;filter:blur(2px);pointer-events:none}.sm-glow-one{right:-120px;top:-230px;width:570px;height:570px;background:radial-gradient(circle,rgba(126,217,87,.14),transparent 67%)}.sm-glow-two{left:31%;bottom:-280px;width:630px;height:490px;background:radial-gradient(circle,rgba(30,130,190,.13),transparent 67%)}
.sm-launch-card{position:relative;padding:14px;border:1px solid rgba(190,224,210,.16);border-radius:20px;background:linear-gradient(155deg,rgba(255,255,255,.115),rgba(255,255,255,.045));box-shadow:0 42px 90px rgba(0,0,0,.33);backdrop-filter:blur(20px);transform:perspective(1000px) rotateY(-2deg)}.sm-launch-card:after{content:"";position:absolute;inset:auto 10% -22px;height:35px;border-radius:50%;background:rgba(126,217,87,.15);filter:blur(30px)}.sm-launch-head{display:flex;align-items:center;justify-content:space-between;padding:5px 4px 14px;color:#d9e5e8;font-size:10px}.sm-launch-head>div{display:flex;align-items:center;gap:13px}.sm-window-dots{display:flex;gap:5px}.sm-window-dots i{width:6px;height:6px;border-radius:50%;background:#5a6e7e}.sm-window-dots i:nth-child(2){background:#8ba15e}.sm-window-dots i:nth-child(3){background:var(--sm-green)}.sm-live{display:flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid rgba(126,217,87,.18);border-radius:999px;background:rgba(126,217,87,.08);color:#bff2aa;font-size:9px;font-weight:800}.sm-live i{width:5px;height:5px;border-radius:50%;background:var(--sm-green);box-shadow:0 0 0 4px rgba(126,217,87,.1)}.sm-launch-domain{display:flex;align-items:center;gap:11px;padding:15px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:#f7fbf9;color:var(--sm-ink)}.sm-launch-domain>span{width:35px;height:35px;display:grid;place-items:center;border-radius:9px;background:var(--sm-mint);color:#3a8e2d}.sm-launch-domain>div{display:grid;gap:2px;flex:1}.sm-launch-domain small{color:#7d8b88;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.sm-launch-domain strong{font-size:12px}.sm-launch-domain>b{padding:5px 7px;border-radius:5px;background:#e6f7df;color:#36762c;font-size:8px}.sm-stack-flow{display:grid;gap:7px;padding:12px 1px}.sm-stack-flow article{position:relative;display:flex;align-items:center;gap:11px;padding:12px 13px;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:rgba(4,18,31,.48)}.sm-stack-flow article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:rgba(255,255,255,.08);color:#b7c8d0}.sm-stack-flow article>div{display:grid;gap:3px}.sm-stack-flow strong{font-size:10px;color:#e9f1f3}.sm-stack-flow small{color:#7f95a1;font-size:8.5px}.sm-stack-flow article>i{width:7px;height:7px;margin-left:auto;border:2px solid #2e4d5e;border-radius:50%;background:#66808c}.sm-stack-flow article.is-accent{border-color:rgba(126,217,87,.25);background:rgba(126,217,87,.075)}.sm-stack-flow article.is-accent>span{background:rgba(126,217,87,.15);color:var(--sm-green)}.sm-stack-flow article.is-accent>i{border-color:#5e8d53;background:var(--sm-green)}.sm-launch-foot{display:flex;align-items:center;justify-content:space-between;padding:10px 3px 2px;color:#79919d;font-size:8.5px}.sm-launch-foot b{color:var(--sm-green);font-size:12px}.sm-launch-foot span:last-child{display:flex;align-items:center;gap:5px}
.sm-platform-strip{border-bottom:1px solid #e9eee8;background:#fbfcfa}.sm-platform-strip>.sm-container{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:30px}.sm-platform-strip span{color:#77847e;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sm-platform-strip div div{display:flex;align-items:center;gap:31px}.sm-platform-strip b{color:#34473e;font-family:"Plus Jakarta Sans",sans-serif;font-size:12px;letter-spacing:-.02em}
.sm-services{background:#f7f9f5}.sm-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.sm-service-card{position:relative;display:flex;min-height:286px;flex-direction:column;align-items:flex-start;padding:27px;border:1px solid #e1e9df;border-radius:14px;background:#fff;color:var(--sm-ink);box-shadow:0 10px 32px rgba(17,43,27,.035);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.sm-service-card:hover{transform:translateY(-5px);border-color:#bfd6b9;box-shadow:0 22px 46px rgba(17,43,27,.09)}.sm-service-featured{grid-column:span 2;min-height:315px;padding-right:41%;overflow:hidden;background:linear-gradient(120deg,#0b2338,#103e42);color:#fff}.sm-service-featured:after{content:"";position:absolute;right:-35px;bottom:-80px;width:310px;height:310px;border:1px solid rgba(126,217,87,.2);border-radius:50%;box-shadow:0 0 0 45px rgba(126,217,87,.04),0 0 0 95px rgba(126,217,87,.025)}.sm-service-featured:before{content:"M";position:absolute;z-index:1;right:77px;bottom:45px;width:104px;height:104px;display:grid;place-items:center;border-radius:26px;background:var(--sm-green);color:#0a261b;font:900 42px "Plus Jakarta Sans";transform:rotate(-8deg);box-shadow:0 26px 50px rgba(0,0,0,.3)}.sm-service-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:24px;border-radius:11px;background:var(--sm-mint);color:#367c2b}.sm-service-icon.is-blue{background:#e5efff;color:#2d66c3}.sm-service-icon.is-violet{background:#f0eaff;color:#7252b7}.sm-service-icon.is-cyan{background:#e5f8f7;color:#178d89}.sm-service-icon.is-amber{background:#fff3d8;color:#ad7114}.sm-service-icon.is-green{background:#e9f8e4;color:#488d35}.sm-service-icon.is-rose{background:#fff0f0;color:#b9535f}.sm-service-featured .sm-service-icon{background:rgba(126,217,87,.14);color:var(--sm-green)}.sm-card-label{position:absolute;top:27px;right:27px;padding:6px 9px;border:1px solid rgba(126,217,87,.2);border-radius:999px;background:rgba(126,217,87,.09);color:#bff3aa;font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.sm-service-card h3{max-width:430px;margin:0 0 11px;font:750 19px/1.25 "Plus Jakarta Sans",sans-serif;letter-spacing:-.025em}.sm-service-card p{max-width:470px;margin:0;color:#697871;font-size:12px;line-height:1.7}.sm-service-featured p{color:#a8bdc3}.sm-service-card ul{display:flex;gap:13px;margin:20px 0 0;padding:0;list-style:none;color:#c1d3d5;font-size:9px;font-weight:700;flex-wrap:wrap}.sm-service-card li{display:flex;align-items:center;gap:4px}.sm-service-card li .ui-icon{color:var(--sm-green)}.sm-service-card>strong{display:flex;align-items:center;gap:7px;margin-top:auto;padding-top:28px;color:#2b6339;font-size:10.5px}.sm-service-featured>strong{color:var(--sm-green)}
.sm-applications{background:#fff}.sm-split{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(400px,.83fr);align-items:center;gap:92px}.sm-app-preview{position:relative;padding:38px 12px 32px 0}.sm-app-preview:before{content:"";position:absolute;inset:0 8% 0 -12%;border-radius:34px;background:#eff5eb;transform:rotate(-3deg)}.sm-app-browser{position:relative;z-index:1;overflow:hidden;border:1px solid #d8e2d5;border-radius:15px;background:#fff;box-shadow:0 35px 70px rgba(19,47,29,.14)}.sm-app-browser-bar{height:43px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid #e4eae1;background:#fbfcfa}.sm-app-browser-bar>span{display:flex;gap:4px}.sm-app-browser-bar i{width:6px;height:6px;border-radius:50%;background:#cfd8cd}.sm-app-browser-bar i:nth-child(3){background:#86ca6c}.sm-app-browser-bar small{padding:5px 36px;border-radius:5px;background:#f1f4ef;color:#8a968b;font-size:7px}.sm-app-browser-bar b{display:flex;align-items:center;gap:4px;color:#5b8661;font-size:7px}.sm-app-browser-body{display:grid;grid-template-columns:54px 1fr;min-height:380px}.sm-app-browser-body>aside{display:flex;flex-direction:column;align-items:center;gap:19px;padding-top:19px;background:#0a2035}.sm-app-browser-body>aside strong{width:25px;height:25px;display:grid;place-items:center;border-radius:7px;background:var(--sm-green);color:#0d271b;font-size:10px}.sm-app-browser-body>aside i{width:16px;height:4px;border-radius:3px;background:#2b4458}.sm-app-browser-body>aside i:nth-child(2){height:16px;background:#5fa64d}.sm-app-browser-body>div{padding:24px;background:#f6f8f4}.sm-app-ui-head{display:flex;align-items:center;justify-content:space-between}.sm-app-ui-head>span{display:grid;gap:3px}.sm-app-ui-head small{color:#98a39a;font-size:7px}.sm-app-ui-head strong{font-size:14px}.sm-app-ui-head>b{padding:7px 9px;border-radius:5px;background:#123953;color:#fff;font-size:7px}.sm-app-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:21px}.sm-app-stats>span{position:relative;display:grid;gap:4px;padding:13px;border:1px solid #e3e8e0;border-radius:7px;background:#fff}.sm-app-stats small{color:#89958c;font-size:6px}.sm-app-stats strong{font-size:13px}.sm-app-stats i{position:absolute;right:10px;bottom:12px;width:17px;height:5px;border-radius:3px;background:#d9efd0}.sm-app-chart{height:127px;display:flex;align-items:flex-end;gap:10px;margin-top:10px;padding:19px 20px 14px;border:1px solid #e3e8e0;border-radius:7px;background:#fff}.sm-app-chart span{flex:1;border-radius:3px 3px 0 0;background:#cfe8c6}.sm-app-chart span:nth-child(1){height:34%}.sm-app-chart span:nth-child(2){height:58%}.sm-app-chart span:nth-child(3){height:45%}.sm-app-chart span:nth-child(4){height:77%;background:#5fbd44}.sm-app-chart span:nth-child(5){height:62%}.sm-app-chart span:nth-child(6){height:88%;background:#143c54}.sm-app-chart span:nth-child(7){height:71%}.sm-app-chart span:nth-child(8){height:92%;background:#86d66c}.sm-app-table{display:grid;gap:7px;margin-top:10px;padding:12px;border:1px solid #e3e8e0;border-radius:7px;background:#fff}.sm-app-table i{height:7px;border-radius:4px;background:linear-gradient(90deg,#dce3db 18%,transparent 18% 25%,#ecf0eb 25% 58%,transparent 58% 68%,#e4eae2 68%)}.sm-floating-note{position:absolute;z-index:3;right:-23px;bottom:3px;display:flex;align-items:center;gap:9px;padding:12px 16px;border:1px solid #dce6da;border-radius:10px;background:#fff;box-shadow:0 18px 35px rgba(19,47,29,.13);color:#4c9d39}.sm-floating-note>span{display:grid;gap:2px}.sm-floating-note strong{color:#203229;font-size:9px}.sm-floating-note small{color:#859186;font-size:7px}.sm-split-copy h2{margin:0 0 21px;color:var(--sm-ink);font:780 42px/1.11 "Plus Jakarta Sans";letter-spacing:-.045em}.sm-split-copy>p{margin:0;color:var(--sm-copy);font-size:14px;line-height:1.8}.sm-feature-list{display:grid;gap:18px;margin:31px 0}.sm-feature-list article{display:grid;grid-template-columns:35px 1fr;gap:13px}.sm-feature-list article>span{width:33px;height:33px;display:grid;place-items:center;border-radius:8px;background:#eff6eb;color:#579744;font-size:9px;font-weight:850}.sm-feature-list article>div{display:grid;gap:4px}.sm-feature-list strong{font-size:12px}.sm-feature-list p{margin:0;color:#6e7b73;font-size:11px;line-height:1.55}
.sm-resellers{position:relative;background:linear-gradient(122deg,#071728,#0b2c3b);color:#fff}.sm-resellers:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 9% 105%,rgba(126,217,87,.15),transparent 31%)}.sm-resellers>.sm-container{position:relative;display:grid;grid-template-columns:minmax(310px,.64fr) minmax(0,1.15fr);gap:78px;align-items:center}.sm-reseller-intro h2{margin:0 0 18px;font:780 43px/1.1 "Plus Jakarta Sans";letter-spacing:-.045em}.sm-reseller-intro p{margin:0;color:#9db1b9;font-size:13px;line-height:1.8}.sm-reseller-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.sm-reseller-grid article{position:relative;min-height:345px;padding:28px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.055);backdrop-filter:blur(12px)}.sm-number{position:absolute;top:25px;right:25px;color:#54717c;font:750 11px "Plus Jakarta Sans"}.sm-reseller-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:41px;border-radius:11px;background:rgba(126,217,87,.13);color:var(--sm-green)}.sm-reseller-grid h3{margin:0 0 10px;font:750 18px "Plus Jakarta Sans"}.sm-reseller-grid p{margin:0;color:#9fb2ba;font-size:11px;line-height:1.7}.sm-reseller-grid ul{display:grid;gap:7px;margin:22px 0 0;padding:0;list-style:none;color:#c5d2d6;font-size:9px}.sm-reseller-grid li:before{content:"";display:inline-block;width:5px;height:5px;margin-right:8px;border-radius:50%;background:var(--sm-green)}.sm-reseller-grid a{position:absolute;left:28px;bottom:25px;display:flex;align-items:center;gap:7px;color:var(--sm-green);font-size:10px;font-weight:800}
.sm-email{background:#edf4e9}.sm-email-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(430px,1fr);gap:90px;align-items:center}.sm-email-copy h2{max-width:560px;margin:0 0 18px;font:780 41px/1.12 "Plus Jakarta Sans";letter-spacing:-.045em}.sm-email-copy>p{max-width:580px;margin:0;color:#607063;font-size:13px;line-height:1.8}.sm-email-actions{display:flex;align-items:center;gap:21px;margin-top:28px}.sm-email-options{display:grid;gap:10px}.sm-email-options article{display:grid;grid-template-columns:48px 1fr;gap:16px;padding:25px;border:1px solid #d7e4d2;border-radius:13px;background:rgba(255,255,255,.76);box-shadow:0 12px 30px rgba(30,67,35,.04)}.sm-email-options article>span{width:46px;height:46px;display:grid;place-items:center;border-radius:10px;background:#0c2b3f;color:var(--sm-green)}.sm-email-options article>div{display:grid;gap:4px}.sm-email-options small{color:#6e8c71;font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.sm-email-options h3{margin:0;font:750 17px "Plus Jakarta Sans"}.sm-email-options p{margin:0;color:#6d7a70;font-size:10.5px;line-height:1.6}
.sm-why{background:#fff}.sm-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.sm-why-grid article{padding:26px 24px;border:1px solid #e2e9df;border-radius:12px;background:#fff}.sm-why-grid article>span{width:42px;height:42px;display:grid;place-items:center;margin-bottom:25px;border-radius:10px;background:#eef6ea;color:#4b9938}.sm-why-grid h3{margin:0 0 9px;font:740 15px "Plus Jakarta Sans"}.sm-why-grid p{margin:0;color:#6d7b72;font-size:10.5px;line-height:1.65}
.sm-final-cta{padding:78px 0;background:var(--sm-green);color:#0a2719}.sm-final-cta>.sm-container{display:flex;align-items:center;justify-content:space-between;gap:50px}.sm-final-cta span{font-size:10px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.sm-final-cta h2{max-width:760px;margin:9px 0 10px;font-size:42px;line-height:1.08}.sm-final-cta p{margin:0;color:#34612c;font-size:12px}.sm-final-cta>.sm-container>div:last-child{display:flex;gap:9px;flex:0 0 auto}.sm-final-cta .sm-btn-outline{border-color:rgba(10,39,25,.28);color:#153a24}
.sm-footer{padding:70px 0 23px;background:#06131f;color:#8fa2aa}.sm-footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:55px;padding-bottom:53px}.sm-footer-brand{max-width:330px}.sm-footer .brand{display:inline-flex;color:#fff}.sm-footer-brand p{margin:20px 0 0;color:#7e929b;font-size:11px;line-height:1.75}.sm-footer-grid>div:not(:first-child){display:grid;align-content:start;gap:10px}.sm-footer h3{margin:4px 0 9px;color:#dce6e8;font:750 11px "Plus Jakarta Sans"}.sm-footer a{color:#80949c;font-size:10px}.sm-footer a:hover{color:var(--sm-green)}.sm-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);color:#667b84;font-size:9px}
.sm-home :is(a,button):focus-visible{outline:3px solid var(--sm-green);outline-offset:3px}.sm-home section[id]{scroll-margin-top:90px}
@media(max-width:1080px){.sm-hero-grid{grid-template-columns:minmax(0,1fr) minmax(370px,.7fr);gap:40px}.sm-hero h1{font-size:52px}.sm-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sm-service-featured{grid-column:span 2}.sm-split{gap:55px}.sm-resellers>.sm-container{gap:46px}.sm-email-grid{gap:50px}.sm-why-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.sm-container{width:min(100% - 34px,700px)}.sm-section{padding:80px 0}.sm-section-head{align-items:flex-start;flex-direction:column;gap:15px}.sm-section-head h2{font-size:36px}.sm-hero{padding:72px 0}.sm-hero-grid{grid-template-columns:1fr;gap:55px}.sm-hero-copy{text-align:center}.sm-hero h1{margin-inline:auto}.sm-hero-copy>p{margin-inline:auto}.sm-hero-actions,.sm-hero-trust{justify-content:center}.sm-launch-card{max-width:560px;margin:auto;transform:none}.sm-platform-strip>.sm-container{padding:19px 0;align-items:flex-start;flex-direction:column;gap:14px}.sm-platform-strip div div{gap:18px;flex-wrap:wrap}.sm-split{grid-template-columns:1fr;gap:60px}.sm-app-preview{max-width:650px;margin:auto;padding-right:24px}.sm-split-copy{text-align:left}.sm-resellers>.sm-container{grid-template-columns:1fr}.sm-reseller-intro{max-width:650px}.sm-email-grid{grid-template-columns:1fr}.sm-final-cta>.sm-container{align-items:flex-start;flex-direction:column}.sm-footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}.sm-footer-grid>div:last-child{grid-column:2}.sm-footer-brand{grid-row:span 2}}
@media(max-width:680px){.marketing-body .topbar{height:68px;padding:0 15px}.marketing-body .navlinks{top:74px;background:#fff}.marketing-body .navlinks>a:not(.btn){min-height:44px}.sm-container{width:min(100% - 28px,540px)}.sm-section{padding:65px 0}.sm-kicker{font-size:9px}.sm-section-head h2{font-size:31px}.sm-hero{min-height:auto;padding:65px 0 58px}.sm-hero h1{font-size:41px}.sm-hero-copy>p{font-size:14px}.sm-hero-actions{display:grid}.sm-hero-actions .sm-btn{width:100%}.sm-hero-trust{align-items:center;flex-wrap:wrap;gap:10px 17px}.sm-launch-card{padding:10px}.sm-launch-head strong{display:none}.sm-launch-domain{padding:12px}.sm-stack-flow article{padding:10px}.sm-launch-foot{align-items:flex-start;gap:10px}.sm-platform-strip div div{display:grid;grid-template-columns:1fr 1fr;width:100%}.sm-service-grid{grid-template-columns:1fr}.sm-service-featured{grid-column:auto;min-height:410px;padding:25px}.sm-service-featured:before{right:calc(50% - 48px);bottom:45px}.sm-service-featured:after{right:calc(50% - 155px)}.sm-service-featured>strong{padding-top:25px}.sm-service-card{min-height:250px;padding:23px}.sm-card-label{top:24px;right:22px}.sm-app-preview{padding:20px 12px 28px 0}.sm-app-browser-body{grid-template-columns:38px 1fr;min-height:315px}.sm-app-browser-body>aside{gap:14px}.sm-app-browser-body>aside i{width:12px}.sm-app-browser-body>div{padding:14px}.sm-app-stats{grid-template-columns:1fr 1fr}.sm-app-stats>span:last-child{display:none}.sm-app-chart{height:105px;padding-inline:10px;gap:6px}.sm-floating-note{right:-5px}.sm-split-copy h2,.sm-reseller-intro h2,.sm-email-copy h2{font-size:31px}.sm-reseller-grid{grid-template-columns:1fr}.sm-reseller-grid article{min-height:325px}.sm-email-actions{align-items:stretch;flex-direction:column}.sm-email-actions .sm-text-link{padding:4px}.sm-email-options article{grid-template-columns:42px 1fr;padding:19px}.sm-email-options article>span{width:40px;height:40px}.sm-why-grid{grid-template-columns:1fr}.sm-final-cta{padding:60px 0}.sm-final-cta h2{font-size:32px}.sm-final-cta>.sm-container>div:last-child{display:grid;width:100%}.sm-footer{padding-top:55px}.sm-footer-grid{grid-template-columns:1fr 1fr;gap:34px 24px}.sm-footer-brand{grid-column:1/-1;grid-row:auto}.sm-footer-grid>div:last-child{grid-column:auto}.sm-footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}}
@media(max-width:390px){.sm-hero h1{font-size:35px}.sm-hero-trust{align-items:flex-start;flex-direction:column}.sm-launch-domain>b{display:none}.sm-service-featured{min-height:430px}.sm-app-browser-bar small{padding-inline:16px}.sm-app-chart span:nth-child(-n+2){display:none}.sm-feature-list article{grid-template-columns:30px 1fr}.sm-footer-grid{grid-template-columns:1fr}.sm-footer-grid>div:last-child{grid-column:auto}}
@media(prefers-reduced-motion:reduce){.sm-home *{scroll-behavior:auto!important;transition-duration:.01ms!important}}

/* Spacemelon public marketing v2: blue brand, photography, motion and contrast */
.marketing-body{--sm-blue:#2563eb;--sm-blue-bright:#60a5fa;--sm-blue-deep:#1746b4;--sm-sky:#eaf2ff;--sm-green:var(--sm-blue-bright);--sm-green-deep:var(--sm-blue);--sm-mint:var(--sm-sky);background:#fff;color:#101d31}
.marketing-body .topbar{border-bottom:1px solid #dce8fa;background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(22,69,140,.07);backdrop-filter:blur(18px)}
.marketing-body .brandmark{background:linear-gradient(145deg,#2368ed,#163f9d);color:#fff;box-shadow:0 10px 24px rgba(37,99,235,.27)}
.marketing-body .brandcopy small{color:#52709d}
.marketing-body .navlinks>a:not(.btn){color:#29415f}.marketing-body .navlinks>a:not(.btn):hover{color:#1d5fd4}
.marketing-body .navlinks .btn-primary{border-color:#2463e8;background:#2463e8;box-shadow:0 10px 22px rgba(37,99,235,.22)}
.sm-hero{isolation:isolate;overflow:hidden;background:linear-gradient(126deg,#061329 0%,#092351 54%,#0b3978 100%)}
.sm-hero:before{background:radial-gradient(circle,rgba(96,165,250,.18) 1px,transparent 1px);background-size:22px 22px;opacity:.42}
.sm-hero:after{content:"";position:absolute;z-index:-1;right:-13%;top:-45%;width:760px;height:760px;border:1px solid rgba(96,165,250,.22);border-radius:50%;box-shadow:0 0 0 90px rgba(59,130,246,.045),0 0 0 190px rgba(59,130,246,.025)}
.sm-hero-copy{position:relative;z-index:2}.sm-hero .sm-kicker{color:#9dc7ff}.sm-hero .sm-kicker span{background:#60a5fa;box-shadow:0 0 18px rgba(96,165,250,.7)}
.sm-hero h1,.sm-hero-copy h1,.sm-hero-copy strong{color:#fff}.sm-hero h1 em{color:#83b8ff}.sm-hero-copy>p{color:#c7d8f0}.sm-hero-trust{color:#dceaff}.sm-hero-trust .ui-icon{color:#75adff;stroke-width:2.5}
.sm-btn-primary{background:linear-gradient(135deg,#3478f6,#1c55c9);color:#fff;box-shadow:0 13px 28px rgba(24,82,194,.32)}.sm-btn-primary:hover{background:linear-gradient(135deg,#4b8cff,#2865dd);box-shadow:0 18px 34px rgba(24,82,194,.4)}
.sm-btn-ghost{border-color:rgba(174,207,255,.42);background:rgba(255,255,255,.06);color:#fff}.sm-btn-ghost:hover{border-color:#9ac4ff;background:rgba(96,165,250,.13)}
.sm-hero-media{--sm-tilt-x:0deg;--sm-tilt-y:0deg;position:relative;z-index:2;width:100%;min-height:535px;overflow:hidden;border:1px solid rgba(183,214,255,.34);border-radius:26px;background:#0a244c;box-shadow:0 36px 80px rgba(0,8,24,.5);transform:perspective(1000px) rotateY(var(--sm-tilt-x)) rotateX(var(--sm-tilt-y));transform-style:preserve-3d;transition:transform .18s ease-out,box-shadow .35s ease}
.sm-hero-media:hover{box-shadow:0 43px 96px rgba(0,8,24,.57)}.sm-hero-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.98) contrast(1.03);transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}.sm-hero-media:hover>img{transform:scale(1.035)}
.sm-hero-media-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,15,38,.03) 35%,rgba(3,20,48,.78) 100%),linear-gradient(90deg,rgba(4,20,48,.18),transparent 45%)}
.sm-photo-status{position:absolute;z-index:2;display:flex;align-items:center;gap:11px;max-width:245px;padding:13px 16px;border:1px solid rgba(255,255,255,.75);border-radius:13px;background:rgba(255,255,255,.94);box-shadow:0 20px 45px rgba(3,20,48,.24);color:#10213a;backdrop-filter:blur(14px)}
.sm-photo-status>span{flex:0 0 37px;width:37px;height:37px;display:grid;place-items:center;border-radius:10px;background:#e7f0ff;color:#1d5ed2}.sm-photo-status .ui-icon{stroke-width:2.6}.sm-photo-status>div{display:grid;gap:2px}.sm-photo-status strong{color:#10213a;font-size:10px;line-height:1.25}.sm-photo-status small{color:#5b7090;font-size:8px;line-height:1.35}.sm-photo-status-top{top:20px;right:20px}.sm-photo-status-bottom{left:20px;bottom:20px}
.sm-platform-strip{border-color:#dfe8f4;background:#f8fbff}.sm-platform-strip span{color:#61748f}.sm-platform-strip b{color:#263d5d}
.sm-services{background:linear-gradient(180deg,#f6f9fe,#f9fbff)}.sm-section-head h2,.sm-split-copy h2,.sm-email-copy h2,.sm-why h2{color:#111f34}.sm-section-head>p,.sm-split-copy>p{color:#5c6f89}
.sm-kicker-dark{color:#1f61d3}.sm-kicker-dark span{background:#2f73eb}.sm-service-card{border-color:#dce7f5;box-shadow:0 13px 38px rgba(27,72,132,.055)}.sm-service-card:hover{border-color:#a9c7f6;box-shadow:0 24px 52px rgba(27,72,132,.14)}
.sm-service-featured{background:linear-gradient(125deg,#071a38,#0b3a78);color:#fff}.sm-service-featured:after{border-color:rgba(96,165,250,.28);box-shadow:0 0 0 45px rgba(96,165,250,.055),0 0 0 95px rgba(96,165,250,.028)}.sm-service-featured:before{background:linear-gradient(145deg,#60a5fa,#2563eb);color:#fff;box-shadow:0 26px 50px rgba(0,8,26,.38)}
.sm-service-icon{width:56px;height:56px;margin-bottom:25px;border-radius:16px;background:#e8f1ff;color:#1e5ed1;box-shadow:0 9px 20px rgba(37,99,235,.11);transition:transform .28s ease,box-shadow .28s ease}.sm-service-card:hover .sm-service-icon{transform:translateY(-4px) rotate(-3deg);box-shadow:0 15px 28px rgba(37,99,235,.19)}
.sm-service-icon.is-blue,.sm-service-icon.is-cyan,.sm-service-icon.is-green{background:#e8f1ff;color:#1e5ed1}.sm-service-icon.is-violet{background:#f0eaff;color:#6949c8}.sm-service-icon.is-amber{background:#fff1d7;color:#a76508}.sm-service-icon.is-rose{background:#ffebef;color:#b94259}.sm-service-icon .ui-icon,.sm-reseller-icon .ui-icon,.sm-why-grid article>span .ui-icon,.sm-email-options article>span .ui-icon{width:27px;height:27px;stroke-width:2.6}
.sm-service-featured .sm-service-icon{background:rgba(96,165,250,.18);color:#8cc0ff;box-shadow:none}.sm-card-label{border-color:rgba(118,175,255,.35);background:rgba(96,165,250,.13);color:#c6dfff}.sm-service-card p{color:#5e6f88}.sm-service-featured h3,.sm-service-featured p,.sm-service-featured li{color:#fff}.sm-service-featured p{color:#c5d6ed}.sm-service-featured ul{color:#e4edfa}.sm-service-card li .ui-icon,.sm-service-featured>strong{color:#7db4ff}.sm-service-card>strong{color:#1c5dca}
.sm-applications{background:#fff}.sm-split{grid-template-columns:minmax(0,1fr) minmax(400px,.88fr)}.sm-app-photo{position:relative;padding:28px 28px 42px 0}.sm-app-photo:before{content:"";position:absolute;inset:0 4% 13% -6%;border-radius:32px;background:linear-gradient(145deg,#e7f0ff,#f4f8ff);transform:rotate(-3deg)}.sm-app-photo:after{content:"";position:absolute;z-index:0;left:-25px;top:11px;width:105px;height:105px;border:1px solid #a8c9fb;border-radius:50%;box-shadow:0 0 0 20px rgba(59,130,246,.045)}.sm-app-photo>img{position:relative;z-index:1;display:block;width:100%;height:510px;object-fit:cover;object-position:center;border:1px solid #d2e0f4;border-radius:23px;box-shadow:0 34px 68px rgba(14,51,102,.2)}
.sm-app-photo-card{position:absolute;z-index:3;right:0;bottom:8px;display:flex;align-items:center;gap:12px;max-width:265px;padding:15px 18px;border:1px solid #d6e4f8;border-radius:13px;background:rgba(255,255,255,.96);box-shadow:0 19px 40px rgba(19,60,116,.18);color:#10213a;backdrop-filter:blur(14px)}.sm-app-photo-card>span{width:39px;height:39px;display:grid;place-items:center;border-radius:10px;background:#e7f0ff;color:#1d5ed2}.sm-app-photo-card .ui-icon{stroke-width:2.6}.sm-app-photo-card>div{display:grid;gap:2px}.sm-app-photo-card strong{color:#10213a;font-size:10px}.sm-app-photo-card small{color:#607493;font-size:8px}
.sm-feature-list article>span{background:#e9f2ff;color:#1f62d4}.sm-feature-list p{color:#60718a}
.sm-resellers{background:linear-gradient(123deg,#06152f 0%,#0a2857 56%,#0c3f7d 100%);color:#fff}.sm-resellers:before{background:radial-gradient(circle at 9% 105%,rgba(96,165,250,.21),transparent 31%)}.sm-reseller-intro h2,.sm-reseller-grid h3,.sm-reseller-grid li{color:#fff}.sm-reseller-intro p,.sm-reseller-grid p{color:#c3d3e8}.sm-reseller-grid ul{color:#e3ecf8}.sm-reseller-grid article{border-color:rgba(151,192,249,.22);background:rgba(255,255,255,.065);box-shadow:0 20px 48px rgba(0,11,31,.12);transition:transform .28s ease,border-color .28s ease,background .28s ease}.sm-reseller-grid article:hover{transform:translateY(-6px);border-color:rgba(132,185,255,.46);background:rgba(255,255,255,.09)}.sm-number{color:#86a6d0}.sm-reseller-icon{width:54px;height:54px;border-radius:15px;background:rgba(96,165,250,.17);color:#83b9ff}.sm-reseller-grid li:before{background:#75adff;box-shadow:0 0 9px rgba(96,165,250,.6)}.sm-reseller-grid a{color:#92c2ff}
.sm-email{background:linear-gradient(125deg,#eaf2ff,#f5f8ff)}.sm-email-copy>p{color:#5c6f88}.sm-email-options article{border-color:#d3e1f4;background:rgba(255,255,255,.82);box-shadow:0 13px 34px rgba(26,67,123,.06);transition:transform .25s ease,border-color .25s ease}.sm-email-options article:hover{transform:translateX(5px);border-color:#aec9f1}.sm-email-options article>span{background:#0b2e61;color:#83b9ff}.sm-email-options small{color:#1f61d3}.sm-email-options p{color:#60718a}
.sm-why-grid article{border-color:#dce7f5;box-shadow:0 10px 28px rgba(23,64,119,.04);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.sm-why-grid article:hover{transform:translateY(-5px);border-color:#aec9f1;box-shadow:0 18px 40px rgba(23,64,119,.1)}.sm-why-grid article>span{width:50px;height:50px;border-radius:14px;background:#e8f1ff;color:#1f62d4}.sm-why-grid p{color:#60718a}
.sm-final-cta{position:relative;overflow:hidden;background:linear-gradient(117deg,#174bbd,#2673ed 58%,#3d8cff);color:#fff}.sm-final-cta:after{content:"";position:absolute;right:-90px;top:-230px;width:500px;height:500px;border:1px solid rgba(255,255,255,.21);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.045),0 0 0 115px rgba(255,255,255,.025)}.sm-final-cta>.sm-container{position:relative;z-index:1}.sm-final-cta span,.sm-final-cta h2{color:#fff}.sm-final-cta p{color:#dceaff}.sm-final-cta .sm-btn-outline{border-color:rgba(255,255,255,.48);color:#fff}.sm-final-cta .sm-btn-outline:hover{background:rgba(255,255,255,.12)}
.sm-footer{background:#050f22;color:#9eb0c7}.sm-footer-brand p,.sm-footer a{color:#9eb0c7}.sm-footer h3{color:#f2f7ff}.sm-footer a:hover{color:#80b5ff}.sm-footer-bottom{color:#8196b0}
.sm-home :is(a,button):focus-visible{outline-color:#60a5fa}
.sm-marketing-ready .sm-hero-copy{animation:smHeroIn .8s cubic-bezier(.2,.7,.2,1) both}.sm-marketing-ready .sm-hero-media{animation:smMediaIn .9s .12s cubic-bezier(.2,.7,.2,1) both}.sm-photo-status-top{animation:smFloat 5.5s ease-in-out infinite}.sm-photo-status-bottom{animation:smFloat 6.4s .8s ease-in-out infinite reverse}.sm-reveal{opacity:0;transform:translateY(28px);transition:opacity .72s var(--sm-delay,0ms) cubic-bezier(.2,.7,.2,1),transform .72s var(--sm-delay,0ms) cubic-bezier(.2,.7,.2,1)}.sm-reveal.is-visible{opacity:1;transform:none}
@keyframes smHeroIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes smMediaIn{from{opacity:0;transform:perspective(1000px) translateY(35px) scale(.97)}to{opacity:1;transform:perspective(1000px) translateY(0) scale(1)}}@keyframes smFloat{0%,100%{translate:0 0}50%{translate:0 -9px}}
@media(max-width:820px){.sm-hero-media{max-width:650px;min-height:485px;margin:auto;transform:none}.sm-app-photo{max-width:650px;margin:auto}.sm-app-photo>img{height:475px}.sm-split{grid-template-columns:1fr}}
@media(max-width:680px){.marketing-body .navlinks{border:1px solid #dbe6f5;box-shadow:0 18px 38px rgba(14,43,87,.16)}.sm-hero-media{min-height:410px;border-radius:20px}.sm-photo-status{max-width:210px;padding:10px 12px}.sm-photo-status-top{top:12px;right:12px}.sm-photo-status-bottom{left:12px;bottom:12px}.sm-photo-status>span{width:32px;height:32px;flex-basis:32px}.sm-app-photo{padding:18px 12px 34px 0}.sm-app-photo>img{height:390px;border-radius:18px}.sm-app-photo-card{right:0;bottom:4px}.sm-service-icon{width:52px;height:52px}.sm-final-cta:after{opacity:.55}}
@media(max-width:390px){.sm-hero-media{min-height:360px}.sm-photo-status-top{display:none}.sm-photo-status-bottom{right:12px}.sm-app-photo>img{height:340px}.sm-app-photo-card{left:14px;right:-2px;max-width:none}}
@media(prefers-reduced-motion:reduce){.sm-marketing-ready .sm-hero-copy,.sm-marketing-ready .sm-hero-media,.sm-photo-status-top,.sm-photo-status-bottom{animation:none!important}.sm-reveal{opacity:1;transform:none}}

/* Modern photographic hero carousel */
.sm-hero-slider{width:auto!important;min-width:0;justify-self:stretch;margin:0;isolation:isolate}
.sm-slider-track,.sm-hero-slide{position:absolute;inset:0}.sm-slider-track{overflow:hidden;border-radius:inherit}.sm-hero-slide{z-index:0;margin:0;opacity:0;transform:scale(1.045);transition:opacity .72s ease,transform 1.15s cubic-bezier(.2,.7,.2,1);pointer-events:none}.sm-hero-slide.is-active{z-index:1;opacity:1;transform:scale(1);pointer-events:auto}
.sm-hero-slide>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.98) contrast(1.035);transition:transform 7s linear}.sm-hero-slide.is-active>img{transform:scale(1.045)}
.sm-hero-slide .sm-hero-media-shade{z-index:1;background:linear-gradient(180deg,rgba(2,13,34,.05) 34%,rgba(2,14,38,.88) 100%),linear-gradient(90deg,rgba(2,17,44,.4),transparent 58%)}
.sm-hero-slide figcaption{position:absolute;z-index:3;left:25px;right:145px;bottom:26px;display:grid;gap:5px;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.38)}.sm-hero-slide figcaption small{color:#a9d0ff;font-size:8.5px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.sm-hero-slide figcaption strong{max-width:360px;color:#fff;font:760 18px/1.28 "Plus Jakarta Sans",sans-serif;letter-spacing:-.025em}
.sm-slider-live{position:absolute;z-index:5;left:20px;top:20px;display:flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid rgba(255,255,255,.33);border-radius:999px;background:rgba(4,24,58,.54);color:#eaf4ff;font-size:7.5px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(12px)}.sm-slider-live i{width:7px;height:7px;border-radius:50%;background:#69aaff;box-shadow:0 0 0 4px rgba(105,170,255,.16),0 0 13px #69aaff;animation:smLivePulse 2s ease-in-out infinite}
.sm-slider-controls{position:absolute;z-index:6;right:20px;bottom:22px;display:flex;align-items:center;gap:13px}.sm-slider-dots{display:flex;align-items:center;gap:6px}.sm-slider-dots button{width:22px;height:22px;display:grid;place-items:center;padding:0;border:0;background:transparent;cursor:pointer}.sm-slider-dots button>span{width:6px;height:6px;border-radius:999px;background:rgba(255,255,255,.48);box-shadow:0 0 0 1px rgba(0,0,0,.06);transition:width .25s ease,background .25s ease}.sm-slider-dots button.is-active>span{width:18px;background:#fff}.sm-slider-dots button:focus-visible,.sm-slider-arrows button:focus-visible{outline:2px solid #8fc1ff;outline-offset:2px}
.sm-slider-arrows{display:flex;gap:6px}.sm-slider-arrows button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.36);border-radius:50%;background:rgba(5,25,59,.52);color:#fff;cursor:pointer;backdrop-filter:blur(12px);transition:background .22s ease,transform .22s ease,border-color .22s ease}.sm-slider-arrows button:hover{border-color:rgba(255,255,255,.78);background:#2468e8;transform:translateY(-2px)}.sm-slider-arrows [data-sm-prev] .ui-icon{transform:rotate(180deg)}.sm-slider-arrows .ui-icon{stroke-width:2.5}
.sm-slider-progress{position:absolute;z-index:7;left:0;right:0;bottom:0;height:3px;background:rgba(255,255,255,.14)}.sm-slider-progress i{display:block;width:0;height:100%;background:linear-gradient(90deg,#76afff,#fff)}.sm-hero-slider.is-playing .sm-slider-progress i{animation:smSlideProgress 6.5s linear forwards}
@keyframes smSlideProgress{from{width:0}to{width:100%}}@keyframes smLivePulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.62;transform:scale(.78)}}
@media(max-width:820px){.sm-hero-slider{width:auto!important;min-width:0;max-width:none;margin:0;justify-self:stretch}.sm-hero-slide figcaption{right:150px}}
@media(max-width:680px){.sm-hero-slider{width:auto!important;min-height:410px}.sm-hero-slide figcaption{left:17px;right:17px;bottom:74px}.sm-hero-slide figcaption strong{font-size:16px}.sm-slider-live{left:13px;top:13px}.sm-slider-controls{left:12px;right:12px;bottom:20px;justify-content:space-between}.sm-slider-dots button{width:25px}.sm-slider-arrows button{width:36px;height:36px}}
@media(max-width:390px){.sm-hero-slider{width:auto!important;min-height:360px}.sm-hero-slide figcaption{bottom:69px}.sm-hero-slide figcaption strong{font-size:14px}.sm-slider-live{font-size:7px}.sm-slider-arrows button{width:33px;height:33px}}
@media(prefers-reduced-motion:reduce){.sm-hero-slide,.sm-hero-slide>img{transition:none!important}.sm-hero-slide.is-active>img{transform:none}.sm-slider-live i,.sm-hero-slider.is-playing .sm-slider-progress i{animation:none!important}.sm-slider-progress i{width:100%}}

/* Mobile webmail compose action: keep it outside the clipped bottom folder rail. */
.standalone-webmail-mobile-compose-fab{display:none}
@media(max-width:840px){
  .standalone-webmail-folders .standalone-webmail-compose-button{display:none!important}
  .standalone-webmail-mobile-compose-fab{
    position:fixed;
    z-index:40;
    right:12px;
    bottom:calc(72px + env(safe-area-inset-bottom));
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:124px;
    min-height:50px;
    padding:10px 17px;
    border:1px solid #4c7df0;
    border-radius:15px;
    background:#245eea;
    color:#fff;
    font-size:12px;
    font-weight:850;
    box-shadow:0 14px 32px rgba(36,94,234,.38);
  }
  .standalone-webmail-mobile-compose-fab .ui-icon{stroke-width:2.7}
  .standalone-webmail-app.has-reader .standalone-webmail-mobile-compose-fab{display:none}
}

/* Balanced 85% boxed marketing layout */
.marketing-body{background:radial-gradient(circle at 12% 4%,#dfeaff 0,transparent 31%),linear-gradient(135deg,#edf3fb,#f7f9fd 58%,#e9f1fc);background-attachment:fixed}
.marketing-body .topbar{width:85%;max-width:1500px;height:68px;margin:14px auto 0;padding:0 26px;border:1px solid rgba(193,211,237,.9);border-radius:17px;box-shadow:0 16px 42px rgba(17,50,98,.1)}
.sm-home{width:85%;max-width:1500px;margin:15px auto 36px;overflow:hidden;border:1px solid rgba(190,208,233,.86);border-radius:27px;background:#fff;box-shadow:0 30px 80px rgba(18,48,91,.13)}
.sm-container{width:min(100% - 52px,1120px)}
.sm-section{padding:82px 0}.sm-hero{min-height:auto;padding:78px 0}.sm-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(390px,.82fr);gap:48px}.sm-hero h1{font-size:54px;line-height:1.035}.sm-hero-copy>p{max-width:610px;font-size:13.5px}.sm-hero-media{min-height:465px}.sm-platform-strip>.sm-container{min-height:76px}.sm-platform-strip div div{gap:24px}
.sm-section-head{margin-bottom:36px}.sm-section-head h2{font-size:39px}.sm-service-grid{gap:12px}.sm-service-card{min-height:260px;padding:24px}.sm-service-featured{min-height:292px}.sm-service-icon{width:52px;height:52px;margin-bottom:20px}.sm-service-card h3{font-size:18px}.sm-service-card p{line-height:1.62}.sm-service-card>strong{padding-top:23px}
.sm-split{grid-template-columns:minmax(0,1fr) minmax(370px,.86fr);gap:56px}.sm-app-photo{padding-top:18px}.sm-app-photo>img{height:440px}.sm-split-copy h2{font-size:38px}.sm-feature-list{gap:15px;margin:25px 0}.sm-feature-list article{gap:11px}
.sm-resellers>.sm-container{grid-template-columns:minmax(285px,.62fr) minmax(0,1.12fr);gap:52px}.sm-reseller-intro h2{font-size:38px}.sm-reseller-grid article{min-height:316px;padding:24px}.sm-reseller-icon{margin-bottom:32px}.sm-reseller-grid a{left:24px;bottom:22px}
.sm-email-grid{grid-template-columns:minmax(0,.9fr) minmax(380px,1fr);gap:56px}.sm-email-copy h2{font-size:37px}.sm-email-options article{padding:21px}.sm-why-grid article{padding:23px 21px}.sm-why-grid article>span{margin-bottom:20px}.sm-final-cta{padding:60px 0}.sm-final-cta h2{font-size:37px}.sm-footer{padding:58px 0 22px}.sm-footer-grid{gap:40px;padding-bottom:43px}
@media(max-width:1180px){.marketing-body .topbar,.sm-home{width:92%}.sm-container{width:min(100% - 42px,1040px)}.sm-hero-grid{grid-template-columns:minmax(0,1fr) minmax(350px,.78fr);gap:36px}.sm-hero h1{font-size:48px}.sm-hero-media{min-height:435px}.sm-section{padding:74px 0}.sm-split,.sm-email-grid{gap:42px}.sm-resellers>.sm-container{gap:38px}}
@media(max-width:820px){.marketing-body .topbar,.sm-home{width:96%}.marketing-body .topbar{margin-top:9px}.sm-home{margin-top:10px;border-radius:22px}.sm-container{width:min(100% - 34px,700px)}.sm-section{padding:70px 0}.sm-hero{padding:66px 0}.sm-hero-grid{grid-template-columns:1fr;gap:44px}.sm-hero h1{font-size:45px}.sm-hero-media{min-height:450px}.sm-split{grid-template-columns:1fr}.sm-app-photo>img{height:440px}.sm-resellers>.sm-container,.sm-email-grid{grid-template-columns:1fr}.sm-footer-grid{gap:32px}}
@media(max-width:680px){.marketing-body{background:#fff}.marketing-body .topbar,.sm-home{width:100%;max-width:none;margin:0;border-left:0;border-right:0;border-radius:0;box-shadow:none}.marketing-body .topbar{height:68px;padding:0 15px}.sm-container{width:min(100% - 28px,540px)}.sm-section{padding:62px 0}.sm-hero{padding:58px 0 54px}.sm-hero h1{font-size:39px}.sm-hero-media{min-height:400px}.sm-section-head{margin-bottom:28px}.sm-section-head h2,.sm-split-copy h2,.sm-reseller-intro h2,.sm-email-copy h2{font-size:30px}.sm-service-card{min-height:238px;padding:21px}.sm-service-featured{min-height:388px}.sm-app-photo>img{height:370px}.sm-reseller-grid article{min-height:300px;padding:22px}.sm-email-options article{padding:18px}.sm-final-cta{padding:54px 0}.sm-final-cta h2{font-size:30px}.sm-footer{padding-top:50px}}
@media(max-width:390px){.sm-hero h1{font-size:34px}.sm-hero-media{min-height:350px}.sm-app-photo>img{height:330px}}

/* Hero slider height refinement: 30% shorter with proportionate inner rhythm */
.sm-hero{padding:60px 0}.sm-hero-grid{gap:42px}.sm-hero h1{font-size:49px;line-height:1.04}.sm-hero-copy>p{max-width:590px;font-size:12.75px;line-height:1.7}.sm-hero-actions{margin-top:25px}.sm-hero-trust{gap:18px;margin-top:21px;font-size:9.5px}.sm-hero-actions .sm-btn{min-height:45px;padding:10px 17px;font-size:10.5px}
.sm-hero-media,.sm-hero-slider{min-height:326px}.sm-hero-slide>img{object-position:center 47%}.sm-hero-slide figcaption{left:19px;right:126px;bottom:17px;gap:3px}.sm-hero-slide figcaption small{font-size:7px;letter-spacing:.09em}.sm-hero-slide figcaption strong{max-width:310px;font-size:14.5px;line-height:1.24}.sm-slider-live{left:14px;top:14px;padding:6px 9px;font-size:6.5px}.sm-slider-live i{width:6px;height:6px}.sm-slider-controls{right:14px;bottom:13px;gap:9px}.sm-slider-dots{gap:3px}.sm-slider-dots button{width:18px;height:18px}.sm-slider-dots button>span{width:5px;height:5px}.sm-slider-dots button.is-active>span{width:14px}.sm-slider-arrows{gap:5px}.sm-slider-arrows button{width:29px;height:29px}.sm-slider-arrows .ui-icon{width:14px;height:14px}.sm-slider-progress{height:2px}
@media(max-width:1180px){.sm-hero{padding:56px 0}.sm-hero h1{font-size:44px}.sm-hero-media,.sm-hero-slider{min-height:305px}.sm-hero-grid{gap:32px}}
@media(max-width:820px){.sm-hero{padding:52px 0}.sm-hero-grid{gap:34px}.sm-hero h1{font-size:40px}.sm-hero-media,.sm-hero-slider{min-height:315px}.sm-hero-slide figcaption{right:124px}}
@media(max-width:680px){.sm-hero{padding:46px 0 43px}.sm-hero h1{font-size:35px}.sm-hero-copy>p{font-size:12.5px}.sm-hero-actions{margin-top:22px}.sm-hero-trust{margin-top:18px}.sm-hero-media,.sm-hero-slider{min-height:280px}.sm-hero-slide figcaption{left:13px;right:13px;bottom:52px}.sm-hero-slide figcaption strong{font-size:13px}.sm-slider-live{left:10px;top:10px}.sm-slider-controls{left:9px;right:9px;bottom:10px}.sm-slider-arrows button{width:30px;height:30px}}
@media(max-width:390px){.sm-hero h1{font-size:31px}.sm-hero-media,.sm-hero-slider{min-height:245px}.sm-hero-slide figcaption{bottom:47px}.sm-hero-slide figcaption strong{font-size:12px}.sm-slider-live span{display:none}}

/* Compact hero content balance */
.sm-hero .sm-kicker{margin-bottom:13px}.sm-hero h1{margin-bottom:18px;font-size:46px}.sm-hero-copy>p{line-height:1.58}.sm-hero-actions{margin-top:20px}.sm-hero-trust{margin-top:16px}.sm-hero-slide figcaption{right:162px}
@media(max-width:1180px){.sm-hero h1{font-size:42px}.sm-hero-slide figcaption{right:156px}}
@media(max-width:820px){.sm-hero h1{font-size:39px}.sm-hero-slide figcaption{right:124px}}
@media(max-width:680px){.sm-hero .sm-kicker{margin-bottom:12px}.sm-hero h1{margin-bottom:16px;font-size:34px}.sm-hero-copy>p{line-height:1.62}.sm-hero-actions{margin-top:21px}.sm-hero-trust{margin-top:17px}.sm-hero-slide figcaption{right:13px}}
@media(max-width:390px){.sm-hero h1{font-size:30px}}

/* Exact rendered desktop target: 30% below the original 451px slider */
@media(min-width:1181px){.sm-hero-media,.sm-hero-slider{min-height:316px}}

/* Public hosting catalogue and domain search */
.hosting-landing{overflow:hidden;color:#101d31;background:#fff}.hosting-landing h1,.hosting-landing h2,.hosting-landing h3{font-family:"Plus Jakarta Sans",sans-serif;letter-spacing:-.04em}.hosting-hero{position:relative;overflow:hidden;padding:70px 0;background:radial-gradient(circle at 82% 14%,rgba(79,143,255,.28),transparent 29%),linear-gradient(126deg,#061630 0%,#0a2d62 58%,#0f4da0 100%);color:#fff}.hosting-hero:before{content:"";position:absolute;right:-130px;top:-225px;width:620px;height:620px;border:1px solid rgba(145,190,255,.17);border-radius:50%;box-shadow:0 0 0 75px rgba(91,153,245,.045),0 0 0 155px rgba(91,153,245,.025)}.hosting-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(370px,.76fr);align-items:center;gap:66px}.hosting-hero-copy h1{max-width:690px;margin:14px 0 18px;color:#fff;font-size:49px;line-height:1.06}.hosting-hero-copy h1 em{color:#78b3ff;font-style:normal}.hosting-hero-copy>p{max-width:640px;margin:0;color:#c7d7ed;font-size:13px;line-height:1.78}.hosting-hero-actions{display:flex;gap:10px;margin-top:25px}.hosting-trust-row{display:flex;flex-wrap:wrap;gap:20px;margin-top:22px;color:#dce9fa;font-size:10px;font-weight:750}.hosting-trust-row span{display:flex;align-items:center;gap:6px}.hosting-trust-row .ui-icon{color:#7bb6ff;stroke-width:2.6}.hosting-control-card{padding:12px;border:1px solid rgba(153,196,255,.24);border-radius:22px;background:rgba(255,255,255,.08);box-shadow:0 26px 65px rgba(0,8,25,.3);backdrop-filter:blur(15px)}.hosting-control-head{display:flex;align-items:center;justify-content:space-between;padding:4px 7px 13px;color:#c8d8ef;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hosting-control-head span{display:flex;align-items:center;gap:8px}.hosting-control-head i{width:7px;height:7px;border-radius:50%;background:#62a4ff;box-shadow:0 0 0 4px rgba(98,164,255,.14),0 0 14px #62a4ff}.hosting-control-head b{padding:5px 8px;border:1px solid rgba(114,182,255,.25);border-radius:999px;background:rgba(30,117,240,.18);color:#9bc9ff;font-size:7px}.hosting-control-screen{min-height:220px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:28px;text-align:center;border:1px solid rgba(151,194,252,.2);border-radius:15px;background:linear-gradient(145deg,rgba(7,26,59,.88),rgba(12,65,129,.72))}.hosting-control-orb{width:75px;height:75px;display:grid;place-items:center;margin-bottom:19px;border:1px solid rgba(147,196,255,.34);border-radius:23px;background:linear-gradient(145deg,#246de7,#14418e);color:#fff;box-shadow:0 18px 38px rgba(0,22,66,.38)}.hosting-control-orb .ui-icon{stroke-width:2.1}.hosting-control-screen small{color:#80b6ff;font-size:8px;font-weight:850;letter-spacing:.12em}.hosting-control-screen strong{margin-top:6px;color:#fff;font-size:24px}.hosting-control-screen p{max-width:310px;margin:8px 0 0;color:#b9cae1;font-size:10px;line-height:1.65}.hosting-control-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:8px}.hosting-control-stats div{display:grid;gap:3px;padding:11px;border:1px solid rgba(151,194,252,.16);border-radius:11px;background:rgba(2,19,48,.48)}.hosting-control-stats span{color:#829bbd;font-size:7px;text-transform:uppercase}.hosting-control-stats strong{color:#f6f9ff;font-size:9px}
.hosting-domain-section{padding:0 0 70px;background:linear-gradient(180deg,#f4f8ff,#fff)}.hosting-domain-panel{position:relative;z-index:3;display:grid;grid-template-columns:minmax(280px,.55fr) minmax(0,1fr);gap:45px;margin-top:-1px;padding:42px;border:1px solid #cfdef3;border-top:0;border-radius:0 0 22px 22px;background:#fff;box-shadow:0 24px 55px rgba(22,62,118,.1)}.hosting-section-label{display:block;color:#2163d4;font-size:9px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.hosting-domain-copy h2{margin:9px 0 10px;font-size:31px}.hosting-domain-copy p{margin:0;color:#667994;font-size:11px;line-height:1.7}.hosting-domain-form{align-self:center}.hosting-domain-input{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px 7px 7px 15px;border:1px solid #c6d7ef;border-radius:14px;background:#f8fbff;box-shadow:inset 0 1px 3px rgba(22,62,118,.035)}.hosting-domain-input>span{color:#2a6bdb}.hosting-domain-input input{min-width:0;height:45px;padding:0;border:0;outline:0;background:transparent;color:#13233b;font:700 15px "Plus Jakarta Sans",sans-serif}.hosting-domain-input input::placeholder{color:#94a5bb}.hosting-domain-input button{height:45px;display:flex;align-items:center;gap:7px;padding:0 17px;border:0;border-radius:10px;background:#2368e8;color:#fff;font-size:10px;font-weight:800;cursor:pointer;box-shadow:0 9px 20px rgba(35,104,232,.22)}.hosting-domain-result{min-height:29px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:9px 4px 0;color:#6b7d95;font-size:10px}.hosting-domain-result.is-loading{color:#245fbf}.hosting-domain-result.is-available{color:#087f5b}.hosting-domain-result.is-unavailable{color:#b42318}.hosting-domain-result a{display:flex;align-items:center;gap:5px;color:#1660d2;font-weight:850}.hosting-tld-strip{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.hosting-tld-strip span{padding:6px 9px;border:1px solid #dce6f4;border-radius:999px;background:#f8fbff;color:#71839b;font-size:8px}.hosting-tld-strip b{margin-right:3px;color:#243b5a}
.hosting-details-section{padding:80px 0;background:#fff}.hosting-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:45px;margin-bottom:34px}.hosting-section-head h2{max-width:660px;margin:9px 0 0;font-size:37px;line-height:1.14}.hosting-section-head>p{max-width:400px;margin:0;color:#667994;font-size:11px;line-height:1.7}.hosting-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hosting-feature-grid article{min-height:215px;padding:25px;border:1px solid #dce7f5;border-radius:16px;background:linear-gradient(145deg,#fff,#f8fbff);box-shadow:0 12px 30px rgba(23,63,120,.05);transition:.25s ease}.hosting-feature-grid article:hover{transform:translateY(-5px);border-color:#b4cef3;box-shadow:0 20px 42px rgba(23,63,120,.11)}.hosting-feature-grid article>span{width:50px;height:50px;display:grid;place-items:center;margin-bottom:25px;border-radius:14px;background:#e7f0ff;color:#1e61d2}.hosting-feature-grid article>span .ui-icon{stroke-width:2.5}.hosting-feature-grid h3{margin:0 0 9px;font-size:16px}.hosting-feature-grid p{margin:0;color:#657791;font-size:10px;line-height:1.72}
.hosting-plans-section{padding:82px 0;background:linear-gradient(135deg,#edf4ff,#f8faff)}.hosting-plans-head{align-items:center}.hosting-cycle-toggle{display:flex;gap:4px;padding:4px;border:1px solid #cfddf0;border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(26,67,123,.06)}.hosting-cycle-toggle button{height:38px;padding:0 15px;border:0;border-radius:9px;background:transparent;color:#63758e;font-size:9px;font-weight:800;cursor:pointer}.hosting-cycle-toggle button small{margin-left:3px;color:#1d61d2}.hosting-cycle-toggle button.is-active{background:#0b2d61;color:#fff;box-shadow:0 7px 16px rgba(11,45,97,.18)}.hosting-cycle-toggle button.is-active small{color:#9ec9ff}.hosting-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;align-items:stretch}.hosting-plan-card{position:relative;display:flex;flex-direction:column;min-height:465px;padding:27px;border:1px solid #d6e2f3;border-radius:18px;background:#fff;box-shadow:0 15px 38px rgba(19,61,121,.075)}.hosting-plan-card.is-featured{border-color:#6b9de8;background:linear-gradient(152deg,#071a39,#0c3a77);box-shadow:0 24px 55px rgba(9,43,91,.22);color:#fff;transform:translateY(-7px)}.hosting-plan-badge{position:absolute;top:19px;right:19px;padding:6px 9px;border:1px solid rgba(132,186,255,.33);border-radius:999px;background:rgba(67,143,243,.15);color:#b7d7ff;font-size:7px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.hosting-plan-icon{width:50px;height:50px;display:grid;place-items:center;margin-bottom:22px;border-radius:14px;background:#e8f1ff;color:#1d61d2}.hosting-plan-card.is-featured .hosting-plan-icon{background:rgba(106,168,255,.18);color:#91c1ff}.hosting-plan-card h3{margin:0 0 9px;font-size:20px}.hosting-plan-card.is-featured h3{color:#fff}.hosting-plan-description{min-height:48px;margin:0;color:#6a7b93;font-size:10px;line-height:1.65}.hosting-plan-card.is-featured .hosting-plan-description{color:#b8cae3}.hosting-plan-price{display:flex;align-items:end;gap:6px;margin-top:24px}.hosting-plan-price strong{font:800 30px/1 "Plus Jakarta Sans",sans-serif;letter-spacing:-.05em}.hosting-plan-price span{padding-bottom:3px;color:#8292a8;font-size:9px}.hosting-plan-card.is-featured .hosting-plan-price strong{color:#fff}.hosting-plan-yearly-note{display:block;margin-top:7px;color:#778ba7;font-size:8px}.hosting-plan-card.is-featured .hosting-plan-yearly-note{color:#91acd0}.hosting-plan-card ul{display:grid;gap:10px;margin:25px 0;padding:20px 0 0;border-top:1px solid #e4ebf5;list-style:none;color:#4f647f;font-size:9px}.hosting-plan-card.is-featured ul{border-color:rgba(151,194,252,.18);color:#d3e0f1}.hosting-plan-card li{display:flex;align-items:center;gap:8px}.hosting-plan-card li .ui-icon{color:#2d72df;stroke-width:2.7}.hosting-plan-card>a{width:100%;justify-content:center;margin-top:auto}.hosting-plan-button{min-height:45px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 17px;border:1px solid #b9cef0;border-radius:11px;color:#1c5fd0;font-size:10px;font-weight:850}.hosting-plans-empty{display:grid;justify-items:center;padding:50px;border:1px solid #d7e3f3;border-radius:18px;background:#fff;text-align:center}.hosting-plans-empty>span{width:60px;height:60px;display:grid;place-items:center;border-radius:18px;background:#e8f1ff;color:#2467d8}.hosting-plans-empty h3{margin:17px 0 7px}.hosting-plans-empty p{margin:0 0 20px;color:#6c7e96;font-size:11px}
.hosting-steps-section{padding:80px 0;background:#fff}.hosting-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hosting-steps-grid article{position:relative;min-height:185px;padding:27px;border:1px solid #dce7f5;border-radius:16px;background:#fff}.hosting-steps-grid article:after{content:"";position:absolute;left:27px;right:27px;top:57px;height:1px;background:#dfe8f5}.hosting-steps-grid article>span{position:relative;z-index:1;display:inline-block;padding-right:10px;background:#fff;color:#2a6bd9;font-size:10px;font-weight:850}.hosting-steps-grid h3{margin:38px 0 8px;font-size:17px}.hosting-steps-grid p{margin:0;color:#697b93;font-size:10px;line-height:1.65}.hosting-final-cta{position:relative;overflow:hidden;padding:58px 0;background:linear-gradient(118deg,#174bbd,#2673ed 58%,#3d8cff);color:#fff}.hosting-final-cta:after{content:"";position:absolute;right:-90px;top:-240px;width:500px;height:500px;border:1px solid rgba(255,255,255,.2);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.04),0 0 0 115px rgba(255,255,255,.025)}.hosting-final-cta>.sm-container{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:45px}.hosting-final-cta span{font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.hosting-final-cta h2{max-width:660px;margin:8px 0 0;color:#fff;font-size:35px}.hosting-final-cta>.sm-container>div:last-child{display:flex;gap:9px}.hosting-final-cta .sm-btn-outline{border-color:rgba(255,255,255,.45);color:#fff}
@media(max-width:1080px){.hosting-hero-grid{grid-template-columns:minmax(0,1fr) minmax(330px,.72fr);gap:38px}.hosting-hero-copy h1{font-size:42px}.hosting-domain-panel{gap:30px;padding:34px}.hosting-feature-grid,.hosting-plan-grid{grid-template-columns:repeat(2,1fr)}.hosting-plan-card.is-featured{transform:none}.hosting-plan-grid>.hosting-plan-card:last-child:nth-child(odd){grid-column:1/-1}.hosting-plan-grid>.hosting-plan-card:last-child:nth-child(odd){min-height:430px}}
@media(max-width:820px){.hosting-hero{padding:58px 0}.hosting-hero-grid{grid-template-columns:1fr}.hosting-hero-copy{text-align:center}.hosting-hero-copy h1,.hosting-hero-copy>p{margin-inline:auto}.hosting-hero-actions,.hosting-trust-row{justify-content:center}.hosting-control-card{max-width:580px;margin:auto}.hosting-domain-panel{grid-template-columns:1fr}.hosting-section-head{align-items:flex-start;flex-direction:column;gap:15px}.hosting-section-head h2{font-size:32px}.hosting-feature-grid{grid-template-columns:repeat(2,1fr)}.hosting-final-cta>.sm-container{align-items:flex-start;flex-direction:column}.hosting-final-cta>.sm-container>div:last-child{width:100%}}
@media(max-width:680px){.hosting-hero{padding:48px 0}.hosting-hero-copy h1{font-size:34px}.hosting-hero-actions{display:grid}.hosting-hero-actions .sm-btn{width:100%}.hosting-trust-row{gap:12px}.hosting-control-card{padding:9px}.hosting-control-screen{min-height:190px;padding:22px}.hosting-control-stats{grid-template-columns:1fr}.hosting-domain-section{padding-bottom:55px}.hosting-domain-panel{width:calc(100% - 28px);padding:24px;margin-inline:auto;border:1px solid #cfdef3;border-radius:17px;box-shadow:0 18px 42px rgba(22,62,118,.1)}.hosting-domain-input{grid-template-columns:auto minmax(0,1fr)}.hosting-domain-input button{grid-column:1/-1;justify-content:center;width:100%}.hosting-domain-result{align-items:flex-start;flex-direction:column}.hosting-feature-grid,.hosting-plan-grid,.hosting-steps-grid{grid-template-columns:1fr}.hosting-plan-grid>.hosting-plan-card:last-child:nth-child(odd){grid-column:auto}.hosting-plan-card{min-height:445px}.hosting-plans-head{align-items:stretch}.hosting-cycle-toggle{align-self:stretch}.hosting-cycle-toggle button{flex:1}.hosting-final-cta h2{font-size:29px}.hosting-final-cta>.sm-container>div:last-child{display:grid}.hosting-final-cta .sm-btn{width:100%}}
.hosting-domain-result a[hidden]{display:none!important}

/* Reseller hosting catalogue on the public hosting landing page */
.reseller-hosting-section{position:relative;overflow:hidden;padding:86px 0;background:radial-gradient(circle at 92% 10%,rgba(57,127,233,.2),transparent 26%),linear-gradient(135deg,#06172f,#0a2c5e 58%,#0b3d7d);color:#fff}.reseller-hosting-section:before{content:"";position:absolute;left:-190px;bottom:-330px;width:580px;height:580px;border:1px solid rgba(129,183,255,.13);border-radius:50%;box-shadow:0 0 0 75px rgba(89,151,240,.035),0 0 0 150px rgba(89,151,240,.02)}.reseller-hosting-section>.sm-container{position:relative;z-index:1}.reseller-hosting-section .hosting-section-label{color:#82b9ff}.reseller-hosting-intro{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:46px;align-items:center;padding-bottom:70px;border-bottom:1px solid rgba(151,194,252,.16)}.reseller-hosting-copy h2{max-width:540px;margin:10px 0 16px;color:#fff;font-size:38px;line-height:1.12}.reseller-hosting-copy p{max-width:570px;margin:0;color:#b9cae1;font-size:11px;line-height:1.78}.reseller-hosting-copy .sm-btn{margin-top:24px}.reseller-hosting-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.reseller-hosting-points article{display:grid;grid-template-columns:auto 1fr;gap:13px;min-height:132px;padding:20px;border:1px solid rgba(151,194,252,.17);border-radius:15px;background:rgba(255,255,255,.055);backdrop-filter:blur(10px)}.reseller-hosting-points article>span{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;background:rgba(77,147,245,.18);color:#8bbdff}.reseller-hosting-points article>span .ui-icon{stroke-width:2.35}.reseller-hosting-points h3{margin:2px 0 7px;color:#fff;font-size:13px}.reseller-hosting-points p{margin:0;color:#aebfd7;font-size:9px;line-height:1.65}.reseller-plans-head{align-items:center;margin-top:62px}.reseller-plans-head h2{color:#fff}.reseller-hosting-section .hosting-cycle-toggle{border-color:rgba(142,190,253,.23);background:rgba(255,255,255,.08)}.reseller-hosting-section .hosting-cycle-toggle button{color:#adc4e3}.reseller-hosting-section .hosting-cycle-toggle button small{color:#7db5ff}.reseller-hosting-section .hosting-cycle-toggle button.is-active{background:#fff;color:#123e78}.reseller-hosting-section .hosting-cycle-toggle button.is-active small{color:#2467d8}.reseller-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;align-items:stretch}.reseller-plan-card{position:relative;display:flex;flex-direction:column;min-height:490px;padding:27px;border:1px solid rgba(151,194,252,.2);border-radius:18px;background:rgba(255,255,255,.075);box-shadow:0 20px 45px rgba(0,13,38,.17);backdrop-filter:blur(13px)}.reseller-plan-card.is-featured{border-color:rgba(137,190,255,.58);background:linear-gradient(150deg,rgba(32,102,204,.48),rgba(13,54,112,.8));box-shadow:0 24px 58px rgba(0,12,38,.28)}.reseller-plan-badge{position:absolute;top:19px;right:19px;padding:6px 9px;border:1px solid rgba(151,199,255,.3);border-radius:999px;background:rgba(91,158,249,.16);color:#b9d9ff;font-size:7px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.reseller-plan-top{display:flex;align-items:center;gap:13px}.reseller-plan-top>span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:rgba(86,156,250,.17);color:#94c5ff}.reseller-plan-top small{display:block;margin-bottom:4px;color:#7fa8dc;font-size:7px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.reseller-plan-card h3{margin:0;color:#fff;font-size:19px}.reseller-plan-description{min-height:48px;margin:18px 0 0;color:#afc1d9;font-size:9px;line-height:1.7}.reseller-plan-price{display:flex;align-items:end;gap:6px;margin-top:22px}.reseller-plan-price strong{color:#fff;font:800 29px/1 "Plus Jakarta Sans",sans-serif;letter-spacing:-.05em}.reseller-plan-price span{padding-bottom:3px;color:#8fa7c5;font-size:9px}.reseller-plan-yearly-note{display:block;margin-top:7px;color:#83a0c5;font-size:8px}.reseller-plan-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:23px}.reseller-plan-metrics div{display:grid;gap:4px;padding:11px 7px;border:1px solid rgba(151,194,252,.15);border-radius:10px;background:rgba(4,28,65,.38);text-align:center}.reseller-plan-metrics strong{color:#fff;font-size:12px}.reseller-plan-metrics span{color:#839cbb;font-size:7px}.reseller-plan-card ul{display:grid;gap:9px;margin:20px 0;padding:18px 0 0;border-top:1px solid rgba(151,194,252,.15);list-style:none;color:#c8d6e8;font-size:9px}.reseller-plan-card li{display:flex;align-items:center;gap:7px}.reseller-plan-card li .ui-icon{color:#72adfa;stroke-width:2.7}.reseller-plan-card>a{width:100%;justify-content:center;margin-top:auto}.reseller-plan-button{min-height:45px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 17px;border:1px solid rgba(153,199,255,.35);border-radius:11px;background:rgba(50,121,220,.12);color:#c6dfff;font-size:10px;font-weight:850}.reseller-plan-button:hover{background:rgba(62,139,241,.22);color:#fff}.reseller-plans-empty{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:28px;border:1px solid rgba(151,194,252,.2);border-radius:17px;background:rgba(255,255,255,.06)}.reseller-plans-empty>span{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:rgba(71,145,244,.17);color:#8cc0ff}.reseller-plans-empty h3{margin:0 0 5px;color:#fff}.reseller-plans-empty p{margin:0;color:#afc0d7;font-size:10px}.reseller-plans-empty .sm-btn{white-space:nowrap}
@media(max-width:1080px){.reseller-hosting-intro{grid-template-columns:1fr}.reseller-hosting-copy{max-width:720px}.reseller-plan-grid{grid-template-columns:repeat(2,1fr)}.reseller-plan-grid>.reseller-plan-card:last-child:nth-child(odd){grid-column:1/-1;min-height:440px}}
@media(max-width:820px){.reseller-hosting-section{padding:72px 0}.reseller-hosting-copy h2{font-size:32px}.reseller-hosting-intro{gap:32px;padding-bottom:56px}.reseller-plans-head{margin-top:52px}.reseller-plans-empty{grid-template-columns:auto 1fr}.reseller-plans-empty .sm-btn{grid-column:1/-1;width:100%}}
@media(max-width:680px){.reseller-hosting-section{padding:62px 0}.reseller-hosting-points,.reseller-plan-grid{grid-template-columns:1fr}.reseller-hosting-points article{min-height:0}.reseller-plan-grid>.reseller-plan-card:last-child:nth-child(odd){grid-column:auto}.reseller-plan-card{min-height:470px}.reseller-plans-head{align-items:stretch}.reseller-plans-empty{grid-template-columns:1fr;text-align:center;justify-items:center}}

/* v4.01 - professional responsive Webmail workspace and mobile navigation drawer */
.standalone-webmail-body{--standalone-webmail-cobalt:#1f63e9;--standalone-webmail-navy:#071b31;--standalone-webmail-ink:#122238;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}
.standalone-webmail-menu-toggle,.standalone-webmail-drawer-close,.standalone-webmail-drawer-overlay{display:none}
.standalone-webmail-workspace.webmail-shell{grid-template-columns:210px minmax(330px,390px) minmax(0,1fr);border-radius:16px;box-shadow:0 18px 48px rgba(7,27,49,.11)}
.standalone-webmail-rail-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 7px 7px}
.standalone-webmail-rail-head>div{display:grid;gap:3px}
.standalone-webmail-rail-head>div>span{color:#7895b1;font-size:10px;line-height:1.2;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.standalone-webmail-rail-head>div>strong{color:#fff;font:800 20px/1.2 "Plus Jakarta Sans",sans-serif}
.standalone-webmail-compose-button{min-height:46px;border-radius:10px;font-size:13px;font-weight:800}
.standalone-webmail-folders.webmail-folders{padding:18px 14px 14px;gap:12px}
.standalone-webmail-folders.webmail-folders nav{gap:6px}
.standalone-webmail-folders.webmail-folders nav a{min-height:44px;padding:10px 11px;border-radius:9px}
.standalone-webmail-folders.webmail-folders nav a span{gap:10px;font-size:13px;font-weight:700}
.standalone-webmail-folders.webmail-folders nav a b{min-width:24px;padding:4px 6px;font-size:10px}
.standalone-webmail-folder-foot>a,.standalone-webmail-folder-foot button{min-height:38px;padding:8px 7px;font-size:12px}
.standalone-webmail-account small{font-size:10px}.standalone-webmail-account strong{font-size:13px}
.standalone-webmail-icon-button span{font-size:12px}
.standalone-webmail-list-head{min-height:64px;padding:12px 15px 10px}
.standalone-webmail-list-head span{font-size:10px}.standalone-webmail-list-head strong{font:800 19px/1.2 "Plus Jakarta Sans",sans-serif}
.standalone-webmail-list-refresh{width:38px;height:38px;flex-basis:38px;border-radius:9px}
.standalone-webmail-list .webmail-search{padding:9px 13px 11px}
.standalone-webmail-list .webmail-search .input{min-height:42px;padding:9px 12px;border-radius:9px;font-size:13px}
.standalone-webmail-list .webmail-search .btn{width:42px;min-height:42px;border-radius:9px}
.standalone-webmail-list .webmail-list-meta{min-height:40px;padding:9px 14px}
.standalone-webmail-list .webmail-list-meta strong,.standalone-webmail-list .webmail-list-meta span{font-size:11px}
.standalone-webmail-list .webmail-message-row{min-height:86px;padding:12px 13px;grid-template-columns:42px minmax(0,1fr) auto;column-gap:11px;row-gap:3px}
.standalone-webmail-sender-mark{width:40px;height:40px;border-radius:11px}
.standalone-webmail-list .webmail-message-row .webmail-from{font-size:12px;font-weight:700}
.standalone-webmail-list .webmail-message-row strong{font-size:13.5px;line-height:1.35}
.standalone-webmail-list .webmail-message-row .webmail-preview{font-size:11.5px;line-height:1.45}
.standalone-webmail-list .webmail-message-row small{max-width:90px;font-size:10px}
.standalone-webmail-reader .webmail-message>header h2{font-size:21px;line-height:1.35}
.standalone-webmail-reader .webmail-message>header div{font-size:12px;line-height:1.55}
.standalone-webmail-reader .webmail-plain-body{font-size:14px;line-height:1.72}
.standalone-webmail-reader .webmail-compose label{font-size:12px}
.standalone-webmail-reader .webmail-compose .input,.standalone-webmail-reader .webmail-compose .textarea{font-size:14px}

@media(max-width:1120px) and (min-width:841px){
  .standalone-webmail-workspace.webmail-shell{grid-template-columns:185px minmax(300px,340px) minmax(0,1fr)}
}

@media(max-width:840px){
  .standalone-webmail-drawer-locked{overflow:hidden!important;touch-action:none}
  .standalone-webmail-appbar{
    position:relative;
    z-index:50;
    grid-template-columns:44px minmax(0,1fr) auto;
    grid-template-rows:48px 32px;
    gap:0 8px;
    min-height:84px;
    padding:5px 10px 4px;
    background:#fff;
    box-shadow:0 5px 18px rgba(7,27,49,.08);
  }
  .standalone-webmail-menu-toggle{
    grid-column:1;
    grid-row:1;
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    padding:0;
    border:1px solid #d6e1ee;
    border-radius:12px;
    background:#f6f9fd;
    color:#14304f;
    cursor:pointer;
  }
  .standalone-webmail-menu-toggle>span{width:19px;display:grid;gap:4px}
  .standalone-webmail-menu-toggle i{display:block;width:100%;height:2px;border-radius:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease}
  .standalone-webmail-app.is-drawer-open .standalone-webmail-menu-toggle i:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .standalone-webmail-app.is-drawer-open .standalone-webmail-menu-toggle i:nth-child(2){opacity:0}
  .standalone-webmail-app.is-drawer-open .standalone-webmail-menu-toggle i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .standalone-webmail-appbar-brand{grid-column:2;grid-row:1;justify-self:start;overflow:hidden}
  .standalone-webmail-appbar .standalone-webmail-brand{gap:8px;min-width:0}
  .standalone-webmail-appbar .standalone-webmail-logo,.standalone-webmail-appbar .standalone-webmail-brandmark{width:36px;height:36px;flex-basis:36px}
  .standalone-webmail-appbar .standalone-webmail-brandcopy{display:grid;min-width:0}
  .standalone-webmail-appbar .standalone-webmail-brandcopy strong{max-width:125px;overflow:hidden;text-overflow:ellipsis;font-size:13px;white-space:nowrap}
  .standalone-webmail-appbar .standalone-webmail-brandcopy small{display:block;font-size:9px}
  .standalone-webmail-appbar-actions{grid-column:3;grid-row:1;gap:5px}
  .standalone-webmail-icon-button{width:40px;min-height:40px;padding:0;justify-content:center;border-radius:11px}
  .standalone-webmail-icon-button span{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}
  .standalone-webmail-account{
    grid-column:1/-1;
    grid-row:2;
    width:100%;
    min-width:0;
    min-height:28px;
    justify-content:flex-start;
    gap:8px;
    padding:5px 3px 3px;
    border:0;
    border-top:1px solid #e8eef5;
    border-radius:0;
    background:transparent;
  }
  .standalone-webmail-account small{display:none}
  .standalone-webmail-account strong{max-width:calc(100vw - 48px);color:#38506b;font-size:12px;font-weight:700}
  .standalone-webmail-online-dot{width:7px;height:7px;flex-basis:7px;box-shadow:0 0 0 3px #d5f5ee}
  .standalone-webmail-status-rule{z-index:49;height:3px}
  .standalone-webmail-main{display:flex;flex:1;min-height:0;padding:0;overflow:hidden}
  .standalone-webmail-workspace.webmail-shell{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);width:100%;height:100%;min-height:0;border:0;border-radius:0;box-shadow:none}
  .standalone-webmail-folders.webmail-folders,
  .standalone-webmail-app.has-reader .standalone-webmail-folders.webmail-folders{
    position:fixed;
    z-index:82;
    inset:0 auto 0 0;
    width:min(86vw,320px);
    height:100dvh;
    min-height:0;
    display:flex!important;
    align-items:stretch;
    justify-content:flex-start;
    gap:13px;
    padding:18px 15px calc(18px + env(safe-area-inset-bottom));
    overflow-x:hidden;
    overflow-y:auto;
    border:0;
    border-radius:0 22px 22px 0;
    color:#c8d6e5;
    background:linear-gradient(180deg,#071b31,#0b2946);
    box-shadow:22px 0 55px rgba(2,15,29,.28);
    transform:translateX(-105%);
    transition:transform .26s cubic-bezier(.22,.75,.23,1);
    visibility:hidden;
  }
  .standalone-webmail-app.is-drawer-open .standalone-webmail-folders.webmail-folders{transform:translateX(0);visibility:visible}
  .standalone-webmail-rail-head{display:flex;min-height:48px;padding:0 3px 8px;border-bottom:1px solid rgba(150,185,219,.16)}
  .standalone-webmail-rail-head>div{display:grid}
  .standalone-webmail-rail-head>div>strong{font-size:22px}
  .standalone-webmail-drawer-close{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    flex:0 0 42px;
    padding:0;
    border:1px solid rgba(158,190,222,.22);
    border-radius:12px;
    background:rgba(255,255,255,.07);
    color:#fff;
    cursor:pointer;
  }
  .standalone-webmail-drawer-close>span{position:relative;width:18px;height:18px}
  .standalone-webmail-drawer-close>span:before,.standalone-webmail-drawer-close>span:after{content:"";position:absolute;left:8px;top:1px;width:2px;height:16px;border-radius:2px;background:currentColor}
  .standalone-webmail-drawer-close>span:before{transform:rotate(45deg)}.standalone-webmail-drawer-close>span:after{transform:rotate(-45deg)}
  .standalone-webmail-folders .standalone-webmail-compose-button{display:flex!important;width:100%;min-height:50px;border-radius:12px;font-size:14px}
  .standalone-webmail-folders.webmail-folders nav{display:grid!important;flex:0 0 auto;width:100%;gap:7px;overflow:visible}
  .standalone-webmail-folders.webmail-folders nav a{flex:none;width:100%;min-height:48px;padding:11px 12px;justify-content:space-between;border-radius:11px;background:rgba(255,255,255,.035)}
  .standalone-webmail-folders.webmail-folders nav a span{display:flex;justify-items:initial;gap:11px;color:inherit;font-size:14px;line-height:1.2}
  .standalone-webmail-folders.webmail-folders nav a .ui-icon{width:18px;height:18px}
  .standalone-webmail-folders.webmail-folders nav a b{position:static;min-width:26px;margin:0;padding:4px 7px;font-size:11px}
  .standalone-webmail-folders.webmail-folders nav a.active{border-color:#315b7b;background:#173f61;box-shadow:inset 4px 0 #4f8eff}
  .standalone-webmail-folder-foot{display:grid;margin-top:auto;padding:12px 3px 0}
  .standalone-webmail-folder-foot>a,.standalone-webmail-folder-foot button{min-height:44px;font-size:13px}
  .standalone-webmail-drawer-overlay{
    position:fixed;
    z-index:81;
    inset:0;
    width:100%;
    height:100%;
    display:block;
    padding:0;
    border:0;
    background:rgba(4,17,31,.56);
    backdrop-filter:blur(3px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .22s ease,visibility .22s ease;
  }
  .standalone-webmail-app.is-drawer-open .standalone-webmail-drawer-overlay{opacity:1;visibility:visible;pointer-events:auto}
  .standalone-webmail-list.webmail-message-list{height:100%;min-height:0;padding-bottom:calc(82px + env(safe-area-inset-bottom));border:0;background:#fff}
  .standalone-webmail-list-head{min-height:60px;padding:11px 14px 8px}
  .standalone-webmail-list-head strong{font-size:20px}
  .standalone-webmail-list-head-actions{display:flex!important}
  .standalone-webmail-mobile-settings{display:grid}
  .standalone-webmail-list .webmail-search{padding:8px 12px 11px}
  .standalone-webmail-list .webmail-search .input{min-height:44px;font-size:16px}
  .standalone-webmail-list .webmail-search .btn{width:44px;min-height:44px}
  .standalone-webmail-list .webmail-list-meta{min-height:40px;padding:9px 13px}
  .standalone-webmail-list .webmail-message-row{min-height:92px;padding:13px 12px;grid-template-columns:42px minmax(0,1fr) auto;column-gap:11px}
  .standalone-webmail-sender-mark{width:40px;height:40px;border-radius:12px}
  .standalone-webmail-list .webmail-message-row .webmail-from{font-size:13px}
  .standalone-webmail-list .webmail-message-row strong{font-size:14.5px}
  .standalone-webmail-list .webmail-message-row .webmail-preview{font-size:12.5px;line-height:1.45}
  .standalone-webmail-list .webmail-message-row small{font-size:10.5px}
  .standalone-webmail-mobile-compose-fab{
    z-index:70;
    right:16px;
    bottom:calc(18px + env(safe-area-inset-bottom));
    min-width:140px;
    min-height:56px;
    padding:12px 20px;
    border-radius:16px;
    font-size:14px;
    box-shadow:0 16px 34px rgba(31,99,233,.38);
  }
  .standalone-webmail-reader.webmail-reader{display:none;height:100%;min-height:0;border:0;background:#fff}
  .standalone-webmail-app.has-reader .standalone-webmail-list.webmail-message-list{display:none}
  .standalone-webmail-app.has-reader .standalone-webmail-reader.webmail-reader{display:block;height:100%;min-height:0}
  .standalone-webmail-mobile-back{display:flex;align-items:center;gap:8px;min-height:50px;padding:12px 14px;color:#1f63e9;font-size:13px;font-weight:800;background:#fff}
  .standalone-webmail-reader .webmail-compose{max-width:none;padding:18px 14px calc(32px + env(safe-area-inset-bottom))}
  .standalone-webmail-pane-title span{font-size:10px}.standalone-webmail-pane-title h2{font-size:23px}
  .standalone-webmail-reader .webmail-compose label{font-size:13px}
  .standalone-webmail-reader .webmail-compose .input,.standalone-webmail-reader .webmail-compose .textarea,.standalone-webmail-reader .webmail-reader-actions .select{min-height:46px;font-size:16px}
  .standalone-webmail-reader .webmail-compose .textarea{min-height:220px;line-height:1.55}
  .standalone-webmail-reader .webmail-compose .form-grid{grid-template-columns:1fr}
  .standalone-webmail-attachment-field{grid-template-columns:1fr;padding:13px}.standalone-webmail-attachment-field span{display:block;font-size:11px}
  .standalone-webmail-reader .webmail-compose>.actions{position:sticky;bottom:0;z-index:4;display:grid;grid-template-columns:1.25fr 1fr;gap:8px;padding:18px 0 calc(6px + env(safe-area-inset-bottom));background:linear-gradient(180deg,rgba(255,255,255,0),#fff 18px)}
  .standalone-webmail-reader .webmail-compose>.actions .btn{width:100%;min-height:48px;justify-content:center;font-size:13px}
  .standalone-webmail-reader .webmail-message{width:100%;min-width:0;padding-bottom:calc(82px + env(safe-area-inset-bottom));overflow:hidden}
  .standalone-webmail-reader .webmail-message>header{padding:16px 14px 14px}
  .standalone-webmail-reader .webmail-message>header h2{font-size:20px;overflow-wrap:anywhere}
  .standalone-webmail-reader .webmail-message>header div{font-size:13px}
  .standalone-webmail-reader .webmail-plain-body{padding:18px 15px;font-size:15px;line-height:1.72}
  .standalone-webmail-reader .webmail-html-body{min-height:calc(100dvh - 235px)}
}

@media(max-width:420px){
  .standalone-webmail-appbar{padding-inline:7px;grid-template-columns:42px minmax(0,1fr) auto;gap:0 5px}
  .standalone-webmail-appbar .standalone-webmail-brandcopy strong{max-width:82px;font-size:12px}
  .standalone-webmail-appbar-actions{gap:3px}
  .standalone-webmail-icon-button{width:37px;min-height:37px}
  .standalone-webmail-list .webmail-message-row{grid-template-columns:38px minmax(0,1fr) auto;padding-inline:10px;column-gap:9px}
  .standalone-webmail-sender-mark{width:37px;height:37px}
  .standalone-webmail-list .webmail-message-row .webmail-from{font-size:12.5px}
  .standalone-webmail-list .webmail-message-row strong{font-size:14px}
  .standalone-webmail-list .webmail-message-row .webmail-preview{font-size:12px}
  .standalone-webmail-mobile-compose-fab{right:13px;min-width:132px;min-height:54px}
  .standalone-webmail-reader .webmail-reader-actions{grid-template-columns:1fr 1.35fr 1fr;padding-inline:7px}
  .standalone-webmail-reader .webmail-reader-actions .btn{font-size:11px}
}

@media(prefers-reduced-motion:reduce){
  .standalone-webmail-folders.webmail-folders,.standalone-webmail-drawer-overlay,.standalone-webmail-menu-toggle i{transition:none!important}
}

/* v4.02 - application search and reusable admin action-page drawer */
.application-quick-search{display:flex;align-items:center;gap:8px;min-width:0;margin:15px 0 13px;padding:10px;border:1px solid #dce5f0;border-radius:12px;background:#fff;box-shadow:0 5px 16px rgba(15,35,63,.04)}
.application-quick-search>label{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;color:var(--blue-600);border-radius:9px;background:var(--blue-50)}
.application-quick-search>.input{flex:1;min-width:180px;border-color:transparent;background:#f8fafc}
.application-quick-search>.input:focus{background:#fff;border-color:#8db2ee}
.application-search-count{margin-left:auto;padding:0 8px;color:var(--muted);font-size:10.5px;white-space:nowrap}
.application-search-count strong{color:var(--ink)}
.admin-page-drawer-open{overflow:hidden!important}
.admin-page-drawer{position:fixed;inset:0;z-index:180;display:grid;grid-template-columns:minmax(0,1fr) min(790px,78vw);visibility:hidden;pointer-events:none}
.admin-page-drawer-backdrop{grid-column:1/-1;grid-row:1;appearance:none;border:0;background:rgba(4,16,35,.54);backdrop-filter:blur(3px);opacity:0;transition:opacity .22s ease;cursor:pointer}
.admin-page-drawer-panel{grid-column:2;grid-row:1;min-width:0;height:100vh;height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr);background:#f5f8fc;box-shadow:-24px 0 70px rgba(3,18,40,.24);transform:translateX(104%);transition:transform .24s cubic-bezier(.2,.8,.2,1);overflow:hidden}
.admin-page-drawer.is-open{visibility:visible;pointer-events:auto}
.admin-page-drawer.is-open .admin-page-drawer-backdrop{opacity:1}
.admin-page-drawer.is-open .admin-page-drawer-panel{transform:translateX(0)}
.admin-page-drawer-panel>header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:76px;padding:14px 18px;border-bottom:1px solid #dbe5f0;background:#fff}
.admin-page-drawer-panel>header h2{margin:3px 0 0;font-size:18px}
.admin-page-drawer-tools{display:flex;align-items:center;gap:8px}
.admin-page-drawer-refresh{display:inline-flex!important;align-items:center;justify-content:center;gap:6px}
.admin-page-drawer-refresh .ui-icon{transition:transform .35s ease}
.admin-page-drawer-refresh.is-refreshing .ui-icon{animation:admin-drawer-refresh-spin .7s linear infinite}
@keyframes admin-drawer-refresh-spin{to{transform:rotate(360deg)}}
.admin-page-drawer-close{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border:1px solid #d9e3ef;border-radius:11px;background:#f8fafc;color:var(--ink);font-size:27px;line-height:1;cursor:pointer}
.admin-page-drawer-close:hover{color:var(--blue-600);background:var(--blue-50);border-color:#bed2ed}
.admin-page-drawer-loading{grid-row:2;align-self:start;justify-self:center;margin-top:60px;padding:12px 16px;border:1px solid #dce5f0;border-radius:999px;background:#fff;color:var(--muted);font-size:12px;box-shadow:0 8px 24px rgba(15,35,63,.08)}
.admin-page-drawer-loading[hidden]{display:none}
.admin-page-drawer iframe{grid-row:2;width:100%;height:100%;min-width:0;border:0;background:#f5f8fc}
.admin-page-drawer iframe[hidden]{display:none}
.admin-drawer-frame .sidebar,.admin-drawer-frame .sidebar-overlay,.admin-drawer-frame .admin-head,.admin-drawer-frame .page-hero{display:none!important}
.admin-drawer-frame .admin-layout{display:block;min-height:100vh}
.admin-drawer-frame .admin-main{display:block;min-height:100vh;grid-column:1}
.admin-drawer-frame .page{max-width:none;padding:16px 18px 34px}
.admin-drawer-frame .reveal{animation:none!important;opacity:1!important;transform:none!important}
@media(max-width:900px){
  .application-quick-search{display:grid;grid-template-columns:40px minmax(0,1fr) auto;margin-top:12px}
  .application-quick-search>.input{min-width:0}.application-quick-search>.btn{width:auto}
  .application-search-count{grid-column:1/-1;margin:0;padding:2px 4px;white-space:normal}
  .admin-page-drawer{grid-template-columns:1fr}.admin-page-drawer-panel{grid-column:1;width:100vw}
  .admin-page-drawer-panel>header{min-height:66px;padding:11px 13px}.admin-page-drawer-panel>header h2{font-size:15px}
  .admin-page-drawer-tools .btn{font-size:10px;padding:8px 9px}.admin-drawer-frame .page{padding:12px 10px 28px}
}
@media(max-width:470px){
  .application-quick-search{grid-template-columns:36px minmax(0,1fr);gap:7px;padding:8px}
  .application-quick-search>label{width:36px;height:40px}.application-quick-search>.btn{width:100%;grid-column:1/-1}.application-quick-search>a.btn{grid-column:1/-1}
  .admin-page-drawer-panel>header .section-kicker{display:none}.admin-page-drawer-tools{gap:5px}.admin-page-drawer-close{width:38px;height:38px;flex-basis:38px}
  .admin-page-drawer-refresh{width:38px;height:38px;padding:0!important}.admin-page-drawer-refresh span{display:none}
}
@media(prefers-reduced-motion:reduce){.admin-page-drawer-panel,.admin-page-drawer-backdrop{transition:none!important}}

/* Drawer gesture affordance, release 369. */
@media(max-width:900px){
  .admin-page-drawer-panel>header{position:relative;padding-top:18px;touch-action:pan-y}
  .admin-page-drawer-panel>header:before{content:"";position:absolute;top:6px;left:50%;width:38px;height:4px;border-radius:999px;background:#c8d4e2;transform:translateX(-50%)}
}

/* Balanced mobile administrator header, release 370. */
@media(max-width:760px){
  .admin-head{height:68px;display:grid;grid-template-columns:minmax(0,1fr) 40px;gap:8px;padding:0 12px}
  .admin-head-left{width:auto;gap:0}
  .admin-menu-toggle{width:42px;height:42px;min-height:42px;flex-basis:42px}
  .admin-mobile-brand{position:absolute;top:50%;left:50%;width:150px;height:46px;padding:5px 10px;border-radius:12px;transform:translate(-50%,-50%);box-shadow:0 6px 16px rgba(0,24,75,.22)}
  .admin-mobile-brand img{max-width:100%;max-height:100%;object-fit:contain}
  .admin-head-title{display:none!important}
  .admin-head-tools{width:40px;justify-content:flex-end;gap:0}
  .admin-head-tools .admin-user{width:40px;justify-content:flex-end}
  .page,body[data-page="dashboard"] .page{padding-top:14px}
}
@media(max-width:350px){.admin-mobile-brand{width:128px;height:42px}.admin-head{padding-inline:9px}}

/* Left-aligned mobile administrator identity, release 371. */
@media(max-width:760px){
  .admin-head-left{display:flex;align-items:center;gap:6px;min-width:0}
  .admin-mobile-brand{position:static;top:auto;left:auto;width:142px;height:44px;flex:0 1 142px;padding:4px 8px;transform:none;box-shadow:0 5px 14px rgba(0,24,75,.18)}
}
@media(max-width:350px){.admin-mobile-brand{width:120px;height:40px;flex-basis:120px}}

/* Dedicated Webmail login and mailbox settings, release 403. */
.standalone-webmail-login-main{min-height:100vh;padding:32px 18px}
.standalone-webmail-login-logo{display:flex;align-items:center;justify-content:center;min-height:72px;margin:0 0 24px;padding:4px 8px 20px;border-bottom:1px solid #e7edf4;color:var(--standalone-webmail-navy);font:800 24px/1.2 "Plus Jakarta Sans",sans-serif}
.standalone-webmail-login-logo img{display:block;width:auto;max-width:min(100%,280px);height:auto;max-height:82px;object-fit:contain}
.standalone-webmail-settings-stack{display:grid;gap:18px}
.standalone-webmail-settings-card{padding:20px;border:1px solid #dbe4ee;border-radius:10px;background:#fff}
.standalone-webmail-settings-card .standalone-webmail-pane-title{margin-bottom:14px}
.standalone-webmail-settings-card>p{margin:0 0 16px}
@media(max-width:760px){.standalone-webmail-login-main{min-height:100vh;padding:24px 14px}.standalone-webmail-login-logo{margin-bottom:20px;padding-bottom:18px}.standalone-webmail-login-logo img{max-width:230px;max-height:68px}.standalone-webmail-settings-card{padding:16px}.standalone-webmail-settings-card .form-grid{grid-template-columns:1fr}}

/* Guided application checkout, release 360. */
.customer-sidebar-head .customer-brand-full .site-full-logo-portal{width:100%;height:56px;max-width:none}
.application-order-stepper{display:grid;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1fr);align-items:center;gap:8px;margin:0 0 18px;padding:11px;border:1px solid #d8e4f2;border-radius:18px;background:linear-gradient(135deg,#fff,#f5f9ff);box-shadow:0 12px 34px rgba(30,64,175,.08)}
.application-order-stepper button{display:flex;align-items:center;gap:9px;min-width:0;padding:10px;border:0;border-radius:13px;background:transparent;color:#74829a;text-align:left;cursor:pointer}.application-order-stepper button:disabled{cursor:default}.application-order-stepper button span{width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;border-radius:10px;background:#e8eef7;color:#5f7089;font-weight:850}.application-order-stepper button strong{font-size:12px;line-height:1.25}.application-order-stepper button.is-active{background:#eaf2ff;color:#1455d9}.application-order-stepper button.is-active span{background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;box-shadow:0 7px 18px rgba(37,99,235,.25)}.application-order-stepper button.is-complete{color:#087d68}.application-order-stepper button.is-complete span{background:#dff9f0;color:#07866e}.application-order-stepper>i{height:2px;border-radius:999px;background:#dbe4ef}
.application-order-stage[hidden],#buyApplicationForm>.actions[hidden]{display:none!important}.application-order-stage{animation:applicationStageIn .28s ease both}.application-order-stage-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px;padding-top:15px;border-top:1px solid #e5edf6}.application-order-stage-actions .btn{min-width:120px}@keyframes applicationStageIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.application-domain-stage{position:relative;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important}.application-domain-check{display:grid;gap:9px;margin-top:12px;padding-top:14px;border-top:1px solid #e5edf6}.application-domain-check .btn{justify-self:start}.application-domain-check-result{min-height:0;font-size:12px;font-weight:750;line-height:1.45}.application-domain-check-result:empty{display:none}.application-domain-check-result.is-checking{color:#52667f}.application-domain-check-result.is-available{padding:10px 12px;border:1px solid #9ee8cf;border-radius:11px;background:#edfff8;color:#05745f}.application-domain-check-result.is-unavailable{padding:10px 12px;border:1px solid #ffc4c4;border-radius:11px;background:#fff1f1;color:#b4232c}
.application-contact-reuse{display:flex;align-items:flex-start;gap:10px;margin:13px 0 16px;padding:12px;border:1px solid #b9d4ff;border-radius:13px;background:linear-gradient(135deg,#eef5ff,#f4fbff);cursor:pointer}.application-contact-reuse input{width:18px;height:18px;margin-top:2px;accent-color:#2563eb}.application-contact-reuse span{display:grid;gap:3px}.application-contact-reuse strong{font-size:13px;color:#173b71}.application-contact-reuse small{color:#60728a;line-height:1.4}.application-contact-reuse.is-loading{opacity:.65;pointer-events:none}
.application-billing-preview{grid-column:1/-1;display:grid;gap:0;margin-top:0;padding:16px 18px;border:1px solid #c9d9ef;border-radius:15px;background:linear-gradient(135deg,#0b2b53,#124d83);color:#fff;box-shadow:0 15px 35px rgba(11,43,83,.18)}.application-billing-preview>.section-kicker{color:#7dd3fc;margin-bottom:8px}.application-billing-preview>div{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:9px 0;border-top:1px solid rgba(255,255,255,.12)}.application-billing-preview>div span{color:#bfd2e8;font-size:12px}.application-billing-preview>div strong{font-size:13px;text-align:right}.application-billing-preview>p{margin:9px 0 0;color:#b8cae0;font-size:11px}
@media(max-width:760px){.customer-sidebar-head .customer-brand-full{width:min(100%,210px);min-height:62px}.site-full-logo-portal{height:48px}.application-order-stepper{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:8px}.application-order-stepper>i{display:none}.application-order-stepper button{display:grid;justify-items:center;gap:5px;padding:8px 4px;text-align:center}.application-order-stepper button strong{font-size:10px}.application-domain-stage{grid-template-columns:1fr!important}.application-order-stage-actions{position:sticky;bottom:8px;z-index:4;padding:10px;border:1px solid #dbe5f0;border-radius:13px;background:rgba(255,255,255,.96);box-shadow:0 10px 25px rgba(15,35,63,.14)}.application-order-stage-actions .btn{flex:1;min-width:0}.application-billing-preview>div{align-items:flex-start}}

/* Explicit application product selection, release 362. */
.application-product-action-buttons{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin-left:auto}.application-product-select{min-width:92px;justify-content:center}.application-product-card.is-selected{border-color:#14b8a6;box-shadow:0 0 0 3px rgba(20,184,166,.15),0 12px 28px rgba(15,118,110,.09)}.application-product-card.is-selected .application-product-select{border-color:#07967f;background:linear-gradient(135deg,#0f9f88,#14b8a6);color:#fff}.application-order-stage-actions[hidden]{display:none!important}
@media(max-width:560px){.application-product-actions{align-items:stretch;flex-direction:column}.application-product-action-buttons{display:grid;grid-template-columns:1fr 1fr;width:100%;margin-left:0}.application-product-action-buttons .btn{width:100%;justify-content:center}.application-product-action-buttons .application-product-select:only-child{grid-column:1/-1}}

/* Balanced logo-only administrator login. */
.admin-login-shell{padding:24px;background:radial-gradient(circle at 18% 12%,rgba(37,99,235,.20),transparent 30%),radial-gradient(circle at 88% 84%,rgba(14,165,233,.16),transparent 28%),linear-gradient(145deg,#f7fbff 0%,#edf4ff 52%,#f7fbff 100%)}
.admin-login-card{width:min(430px,100%);padding:31px 34px 25px;border-radius:24px;text-align:left}
.admin-login-logo{display:flex;justify-content:center;align-items:center;min-height:78px;margin:0 auto 23px;padding:9px 16px;border:1px solid #e1eaf5;border-radius:17px;background:#fff;box-shadow:0 13px 30px rgba(22,57,104,.09)}
.site-full-logo-login{display:flex;width:min(100%,270px);height:64px;align-items:center;justify-content:center}
.site-full-logo-login img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.admin-login-heading{text-align:center;margin-bottom:21px}
.admin-login-heading>span{display:block;margin-bottom:7px;color:var(--blue-600);font-size:9px;font-weight:850;letter-spacing:.14em}
.admin-login-card .admin-login-heading h1{margin:0 0 7px;font-size:28px;letter-spacing:-.035em}
.admin-login-heading p{margin:0;font-size:12px;line-height:1.6}
.admin-login-button{width:100%;margin-top:15px;justify-content:center;min-height:46px}
.admin-login-security{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:19px;padding-top:17px;border-top:1px solid #e5edf6;color:#71839a;font-size:10px;font-weight:700}
.admin-login-security .ui-icon{color:#2563eb}
@media(max-width:520px){.admin-login-shell{padding:14px}.admin-login-card{padding:25px 20px 21px;border-radius:19px}.admin-login-logo{min-height:68px;margin-bottom:19px;padding:7px 12px}.site-full-logo-login{height:55px}.admin-login-card .admin-login-heading h1{font-size:25px}}

/* Shared administrator command centre: desktop grid, mobile app hub. */
.admin-mobile-bottom-nav,.admin-mobile-brand{display:none}
.admin-mobile-service-hub{display:block;margin-bottom:14px;padding:17px 18px 18px;border:1px solid #dce5f0;border-radius:10px;background:linear-gradient(135deg,#fff 0%,#f8fbff 68%,#f4f9ff 100%);box-shadow:0 5px 18px rgba(15,35,63,.05)}
.admin-mobile-service-hub>header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:13px}
.admin-mobile-service-hub h2{margin:2px 0 0;color:var(--ink);font-size:19px;letter-spacing:-.025em}
.admin-mobile-service-hub header>a{display:inline-flex;min-height:31px;align-items:center;padding:6px 10px;border:1px solid #d9e5f5;border-radius:8px;background:#fff;color:#235ce5;font-size:10px;font-weight:850;transition:.18s ease}
.admin-mobile-service-hub header>a:hover{border-color:#9cbcf1;background:#edf4ff;transform:translateY(-1px)}
.admin-mobile-service-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:9px}
.admin-mobile-service-grid>a{--hub-a:#2364eb;position:relative;display:flex;min-width:0;min-height:72px;align-items:center;gap:10px;padding:10px;border:1px solid color-mix(in srgb,var(--hub-a) 19%,#e4eaf2);border-radius:10px;background:#fff;color:#1b2b45;box-shadow:0 3px 10px rgba(22,47,83,.035);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.admin-mobile-service-grid>a:after{content:"";position:absolute;left:10px;right:10px;bottom:-1px;height:3px;border-radius:4px 4px 0 0;background:var(--hub-a);opacity:.82}
.admin-mobile-service-grid>a:hover{z-index:1;border-color:color-mix(in srgb,var(--hub-a) 48%,#d8e1ec);box-shadow:0 9px 20px color-mix(in srgb,var(--hub-a) 13%,transparent);transform:translateY(-2px)}
.admin-mobile-service-grid>a>span{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--hub-a) 12%,#fff);color:var(--hub-a)}
.admin-mobile-service-grid>a>span .ui-icon{width:20px;height:20px;stroke-width:2.25}
.admin-mobile-service-grid strong{min-width:0;font-size:10.5px;line-height:1.25}
.admin-mobile-service-grid .is-cyan{--hub-a:#079bc7}.admin-mobile-service-grid .is-orange{--hub-a:#ef8a18}.admin-mobile-service-grid .is-violet{--hub-a:#7447dd}.admin-mobile-service-grid .is-indigo{--hub-a:#435fd8}.admin-mobile-service-grid .is-coral{--hub-a:#ec634a}.admin-mobile-service-grid .is-purple{--hub-a:#9847d3}.admin-mobile-service-grid .is-sky{--hub-a:#168fd2}
@media(max-width:1320px) and (min-width:761px){.admin-mobile-service-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:980px) and (min-width:761px){.admin-mobile-service-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:760px){
  :root{--admin-mobile-blue:#0757df;--admin-mobile-navy:#062d76;--admin-mobile-surface:#fff;--admin-mobile-bg:#f3f7fd;--admin-mobile-line:#dce6f3}
  html{background:var(--admin-mobile-bg)}
  .admin-body{background:linear-gradient(180deg,#eef5ff 0,#f7f9fc 180px,#f3f7fd 100%);padding-bottom:calc(78px + env(safe-area-inset-bottom));font-size:14px}
  .admin-layout{display:block;min-height:100dvh}
  .admin-main{min-height:100dvh}
  .admin-head{height:70px;grid-template-columns:minmax(0,1fr) auto;padding:0 14px;background:linear-gradient(118deg,#07367f,#0758dd 74%,#087fc4);border:0;box-shadow:0 8px 24px rgba(4,43,111,.22)}
  .admin-head-left{gap:10px}
  .admin-menu-toggle{width:42px;height:42px;min-height:42px;flex-basis:42px;border-color:rgba(255,255,255,.24);border-radius:13px;background:rgba(255,255,255,.12);color:#fff;font-size:21px;box-shadow:inset 0 1px 0 rgba(255,255,255,.14)}
  .admin-mobile-brand{display:flex;align-items:center;justify-content:center;width:132px;height:44px;padding:5px 9px;border-radius:12px;background:#fff;box-shadow:0 7px 18px rgba(0,17,66,.20)}
  .admin-mobile-brand img{display:block;width:100%;height:100%;object-fit:contain}
  .admin-head-title{position:absolute;left:0;right:0;bottom:-23px;z-index:-1;align-items:center;pointer-events:none}
  .admin-head-title>span:first-child{max-width:72vw;padding:6px 15px;border:1px solid #d9e5f5;border-radius:999px;background:#fff;color:#233954;font-size:11px;box-shadow:0 5px 15px rgba(24,50,86,.08)}
  .admin-head-tools{gap:7px}
  .admin-head-tools .admin-user{display:flex;padding:0}
  .admin-avatar{display:grid!important;width:40px;height:40px;border:1px solid rgba(255,255,255,.28);border-radius:13px;background:rgba(255,255,255,.16);box-shadow:none;color:#fff}
  .admin-user-meta,.admin-head-quick-nav,.admin-head-tools>.head-icon,.admin-head-tools>.system-chip,.admin-head-tools>.admin-quick-sites{display:none!important}
  .page{max-width:none;padding:37px 12px 24px}
  .page>.page-hero{margin-bottom:12px;padding:16px;border:0;border-radius:18px;background:linear-gradient(135deg,#fff,#f5f9ff);box-shadow:0 8px 24px rgba(28,55,94,.08)}
  .page-hero-orb{display:grid;width:42px;height:42px;border-radius:13px}
  .page-hero-copy h1{font-size:19px;letter-spacing:-.03em}
  .page-hero-copy p{margin-top:3px;font-size:11px;line-height:1.45}
  .card,.service-card,.ops-panel{border-color:var(--admin-mobile-line);border-radius:17px;box-shadow:0 7px 20px rgba(30,57,92,.07)}
  .card{padding:16px}
  .title-row{gap:11px;margin-bottom:14px}
  .title-row h1,.title-row h2{letter-spacing:-.025em}
  .title-row>.actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .title-row>.actions .btn:only-child{grid-column:1/-1}
  .btn,.btn-sm{min-height:43px;border-radius:12px;padding:9px 12px;font-size:12px;justify-content:center}
  .input,.select,.textarea{min-height:46px;border-radius:12px;font-size:14px;background:#fbfdff}
  .field label{font-size:11px;margin-bottom:6px}
  .form-grid{gap:13px}
  .grid,.grid-2,.grid-3,.grid-4{gap:11px}
  .sidebar{width:min(86vw,320px);padding:15px 12px calc(22px + env(safe-area-inset-bottom));border-right:0;background:radial-gradient(circle at 30% 0,rgba(22,111,255,.28),transparent 27%),linear-gradient(180deg,#061d45,#072956 48%,#061a36);box-shadow:28px 0 70px rgba(0,17,48,.40)}
  .sidebar-brand{min-height:67px;padding:3px 53px 12px 7px;background:transparent}
  .site-full-logo-admin{width:190px;height:55px;border:0;border-radius:13px}
  .sidebar-workspace{margin:4px 3px 11px;padding:11px;border-radius:14px;background:rgba(255,255,255,.08)}
  .side-nav{gap:2px}
  .side-nav>small{padding:16px 10px 6px;font-size:9px;color:#6686ad}
  .side-nav>a{min-height:45px;padding:9px 11px;border-radius:12px;font-size:13px}
  .side-nav>a.active{background:linear-gradient(100deg,#0863f7,#0a91ec);box-shadow:0 9px 22px rgba(0,87,218,.30)}
  .admin-menu-close{top:17px;right:13px;width:40px;height:40px;min-height:40px;border-radius:12px;background:rgba(255,255,255,.10)}
  .sidebar-overlay{background:rgba(4,17,42,.62);backdrop-filter:blur(5px)}

  .admin-mobile-bottom-nav{position:fixed;left:8px;right:8px;bottom:8px;z-index:58;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));min-height:66px;padding:7px 5px calc(6px + env(safe-area-inset-bottom));border:1px solid rgba(209,222,240,.95);border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 14px 38px rgba(13,43,83,.22);backdrop-filter:blur(20px)}
  .admin-mobile-bottom-nav a{position:relative;display:grid;place-items:center;align-content:center;gap:3px;min-width:0;color:#718198}
  .admin-mobile-bottom-nav a:before{content:"";position:absolute;top:-7px;width:28px;height:3px;border-radius:0 0 4px 4px;background:transparent}
  .admin-mobile-bottom-nav a.active{color:var(--admin-mobile-blue)}
  .admin-mobile-bottom-nav a.active:before{background:var(--admin-mobile-blue)}
  .admin-mobile-nav-icon{display:grid;width:29px;height:27px;place-items:center;border-radius:9px;font-size:19px;font-weight:800;line-height:1}
  .admin-mobile-bottom-nav a.active .admin-mobile-nav-icon{background:#e9f1ff}
  .admin-mobile-bottom-nav strong{max-width:100%;font-size:9px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

  .admin-mobile-service-hub{display:block;margin-bottom:12px;padding:16px;border:1px solid var(--admin-mobile-line);border-radius:19px;background:#fff;box-shadow:0 9px 25px rgba(28,55,94,.08)}
  .admin-mobile-service-hub>header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:13px}
  .admin-mobile-service-hub h2{margin:2px 0 0;font-size:18px}
  .admin-mobile-service-hub header>a{color:#0757df;font-size:11px;font-weight:850}
  .admin-mobile-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
  .admin-mobile-service-grid>a{--hub-a:#0757df;--hub-b:#0b84ef;display:grid;justify-items:center;align-content:center;gap:8px;min-height:100px;padding:10px 5px;border-radius:16px;background:linear-gradient(145deg,var(--hub-a),var(--hub-b));color:#fff;box-shadow:0 9px 18px color-mix(in srgb,var(--hub-a) 25%,transparent);text-align:center}
  .admin-mobile-service-grid>a>span{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:rgba(255,255,255,.17);box-shadow:inset 0 1px 0 rgba(255,255,255,.22)}
  .admin-mobile-service-grid strong{font-size:10px;line-height:1.25}
  .admin-mobile-service-grid .is-cyan{--hub-a:#079bc7;--hub-b:#16c2de}.admin-mobile-service-grid .is-orange{--hub-a:#f38a17;--hub-b:#ffaf24}.admin-mobile-service-grid .is-violet{--hub-a:#7135d6;--hub-b:#9a58ef}.admin-mobile-service-grid .is-indigo{--hub-a:#334fd7;--hub-b:#5879f0}.admin-mobile-service-grid .is-coral{--hub-a:#ef5d42;--hub-b:#ff8b35}.admin-mobile-service-grid .is-purple{--hub-a:#8d3bd8;--hub-b:#bc54e6}.admin-mobile-service-grid .is-sky{--hub-a:#0b7fdc;--hub-b:#19b8e2}

  body[data-page="dashboard"] .page{padding-top:33px}
  .ops-command{position:relative;overflow:hidden;margin-bottom:12px;padding:19px 17px 17px;border:0;border-radius:19px;background:radial-gradient(circle at 92% 25%,rgba(75,195,255,.36),transparent 28%),linear-gradient(135deg,#083a91,#0871ef);box-shadow:0 12px 28px rgba(5,72,177,.25);color:#fff}
  .ops-command:after{content:"";position:absolute;right:-32px;bottom:-62px;width:150px;height:150px;border:24px solid rgba(255,255,255,.09);border-radius:50%}
  .ops-command-copy,.ops-command-state,.ops-command-actions{position:relative;z-index:1}
  .ops-command-copy .section-kicker{color:#8ed7ff}.ops-command-copy h1{color:#fff;font-size:25px}.ops-command-copy p{max-width:290px;color:#d5e7ff;font-size:11.5px}
  .ops-command-state{border-color:rgba(255,255,255,.17)}.ops-command-state span,.ops-command-state strong{color:#fff}
  .ops-command-actions{border-color:rgba(255,255,255,.16)}.ops-command-actions .btn-light{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.13);color:#fff}
  .ops-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .ops-metric{grid-template-columns:36px minmax(0,1fr);gap:8px;padding:12px;border-top-width:0;border-radius:15px;box-shadow:0 7px 18px rgba(29,57,93,.07)}
  .ops-metric-icon{width:36px;height:36px;border-radius:11px}.ops-metric small{font-size:9.5px}.ops-metric strong{font-size:17px}.ops-metric em{font-size:9px}
  .ops-attention{border-radius:17px;box-shadow:0 7px 20px rgba(30,57,92,.06)}
  .ops-attention-items{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.ops-attention-item{border-radius:12px;padding:10px 9px}.ops-attention-item span{font-size:10px}
  .ops-panel{margin-bottom:0}.ops-panel-head{padding:14px;background:#fff}.ops-panel-head h2{font-size:15px}.ops-list>a{min-height:68px}
  .ops-ticket-row.is-urgent:before{width:4px}.ops-ticket-mark{border-radius:11px}
  .ops-side-stack{gap:11px}.ops-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ops-shortcuts a{min-height:52px;border-radius:12px}

  .table-wrap{overflow:visible;margin:0}
  .admin-main table.table,.admin-main table.table tbody,.admin-main table.table tr,.admin-main table.table td{display:block;width:100%}
  .admin-main table.table thead{display:none}
  .admin-main table.table tbody{display:grid;gap:10px}
  .admin-main table.table tbody tr{overflow:hidden;border:1px solid #dce6f2;border-radius:15px;background:#fff;box-shadow:0 5px 15px rgba(29,57,93,.055)}
  .admin-main table.table tbody tr+tr{margin-top:0}
  .admin-main table.table td{display:grid;grid-template-columns:minmax(90px,.42fr) minmax(0,.58fr);align-items:start;gap:10px;padding:10px 12px;border:0;border-bottom:1px solid #edf2f7;text-align:right;white-space:normal;overflow-wrap:anywhere}
  .admin-main table.table td:last-child{border-bottom:0}
  .admin-main table.table td:before{content:attr(data-mobile-label);color:#77889d;font-size:9px;font-weight:850;letter-spacing:.055em;text-align:left;text-transform:uppercase}
  .admin-main table.table td[colspan]{display:block;padding:18px;text-align:center}
  .admin-main table.table td[colspan]:before,.admin-main table.table td[data-mobile-label=""]:before{display:none}
  .admin-main table.table td>.actions,.admin-main table.table td>form{justify-content:flex-end;margin-left:auto}
  .admin-main table.table td .actions{width:auto;display:flex;flex-wrap:wrap}
  .admin-main table.table td .actions .btn{flex:0 1 auto}
  .admin-main table.table td form.form-grid{min-width:0;width:100%;grid-column:1/-1;text-align:left}

  .admin-drawer-panel,.admin-drawer-frame{border-radius:20px 0 0 20px}
  .admin-drawer-header{min-height:64px;padding:11px 13px}
  .admin-drawer-header h2{font-size:17px}
  .flash{border-radius:13px;font-size:12px}
}
@media(max-width:410px){
  .admin-mobile-brand{width:116px;height:40px}.admin-avatar{width:37px;height:37px}.admin-head{padding:0 11px}.admin-head-left{gap:7px}
  .admin-mobile-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-mobile-service-grid>a{min-height:93px}
  .ops-metrics,.ops-attention-items{grid-template-columns:1fr 1fr}
  .admin-main table.table td{grid-template-columns:82px minmax(0,1fr)}
}

/* Concept B structure + Concept C controlled accents, release 365. */
.ops-command-illustration{display:none}
@media(max-width:760px){
  :root{--bc-navy:#071d48;--bc-blue:#2364eb;--bc-cyan:#19aee8;--bc-orange:#ff9b3d;--bc-violet:#8358e8;--bc-coral:#f06767}
  .admin-body{background:#f4f7fc}
  .admin-head{height:66px;background:linear-gradient(125deg,#071d48,#0b3478);box-shadow:0 7px 20px rgba(6,29,73,.22)}
  .page{padding-top:34px}
  body[data-page="dashboard"] .page{display:flex;flex-direction:column;padding-top:31px}
  .ops-command{display:grid;grid-template-columns:minmax(0,1fr) 142px;align-items:stretch;min-height:184px;margin-bottom:10px;padding:20px 0 17px 18px;border-radius:20px;background:radial-gradient(circle at 92% 8%,rgba(25,174,232,.36),transparent 35%),linear-gradient(138deg,#071d48 0%,#123b91 72%,#146fc5 100%);box-shadow:0 13px 28px rgba(7,38,92,.24)}
  .ops-command:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:24px 24px;opacity:.32;pointer-events:none}
  .ops-command:after{right:-45px;bottom:-70px;width:180px;height:180px;border-color:rgba(255,255,255,.07)}
  .ops-command-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;z-index:2;min-width:0}
  .ops-command-copy .section-kicker{margin-bottom:7px;color:#67dcff;font-size:9px;letter-spacing:.14em}
  .ops-command-copy h1{max-width:185px;margin:0 0 7px;color:#fff;font-size:24px;line-height:1.04;letter-spacing:-.04em}
  .ops-command-copy p{max-width:190px;margin:0;color:#dbe9ff;font-size:11px;line-height:1.48}
  .ops-command-illustration{position:absolute;right:-17px;bottom:-3px;z-index:1;display:flex;width:174px;height:178px;align-items:flex-end;justify-content:center;pointer-events:none}
  .ops-command-illustration img{display:block;width:100%;height:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 13px 13px rgba(1,17,48,.32))}
  .ops-command-state,.ops-command-actions{display:none}

  .ops-metrics{order:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px}
  .ops-metric{position:relative;min-height:83px;padding:11px 10px;border:1px solid #e0e8f3;border-radius:15px;background:#fff;box-shadow:0 5px 14px rgba(22,47,83,.06)}
  .ops-metric:after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:var(--tone,#2364eb);opacity:.9}
  .ops-metric.ops-tone-blue{--tone:var(--bc-blue)}.ops-metric.ops-tone-teal{--tone:var(--bc-cyan)}.ops-metric.ops-tone-violet{--tone:var(--bc-violet)}.ops-metric.ops-tone-amber{--tone:var(--bc-orange)}
  .ops-metric-icon{width:34px;height:34px;border-radius:10px}.ops-metric small{font-size:8.5px}.ops-metric strong{font-size:16px}.ops-metric em{display:none}

  .admin-mobile-service-hub{order:3;margin-bottom:10px;padding:14px;border-color:#e0e8f3;border-radius:17px;box-shadow:0 6px 17px rgba(22,47,83,.065)}
  .admin-mobile-service-hub>header{margin-bottom:10px;align-items:center}.admin-mobile-service-hub h2{font-size:17px}.admin-mobile-service-hub header>a{padding:6px 9px;border-radius:8px;background:#edf3ff;color:var(--bc-blue);font-size:9px}
  .admin-mobile-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .admin-mobile-service-grid>a{--hub-a:var(--bc-blue);display:flex;justify-content:flex-start;align-items:center;gap:9px;min-height:56px;padding:8px 9px;border:1px solid color-mix(in srgb,var(--hub-a) 18%,#e4eaf2);border-radius:12px;background:#fff;color:#1b2b45;box-shadow:none;text-align:left}
  .admin-mobile-service-grid>a>span{flex:0 0 36px;width:36px;height:36px;border-radius:10px;background:color-mix(in srgb,var(--hub-a) 12%,#fff);box-shadow:none;color:var(--hub-a)}
  .admin-mobile-service-grid strong{font-size:10.5px;line-height:1.2}
  .admin-mobile-service-grid .is-cyan{--hub-a:var(--bc-cyan)}.admin-mobile-service-grid .is-orange{--hub-a:var(--bc-orange)}.admin-mobile-service-grid .is-violet{--hub-a:var(--bc-violet)}.admin-mobile-service-grid .is-indigo{--hub-a:#506de3}.admin-mobile-service-grid .is-coral{--hub-a:var(--bc-coral)}.admin-mobile-service-grid .is-purple{--hub-a:#a04ed7}.admin-mobile-service-grid .is-sky{--hub-a:#168fd2}

  .ops-attention{order:4;margin-bottom:10px;border:1px solid #e0e8f3}.ops-activity-grid{order:5}.ops-lower-grid{order:6}
  .ops-attention-heading{padding:12px 13px}.ops-attention-heading h2{font-size:15px}.ops-attention-items{padding:0 10px 10px}
  .ops-attention-item{min-height:58px;background:#fbfcff}.ops-attention-item strong{font-size:17px}
  .ops-panel-head{padding:12px 13px}.ops-panel-head p{display:none}.ops-panel-head h2{font-size:15px}.ops-list>a{min-height:62px}

  .admin-mobile-bottom-nav{left:10px;right:10px;bottom:9px;min-height:64px;padding:7px 5px calc(6px + env(safe-area-inset-bottom));border-color:rgba(255,255,255,.10);border-radius:19px;background:linear-gradient(125deg,#061a3d,#0a2d68);box-shadow:0 16px 34px rgba(4,23,56,.38)}
  .admin-mobile-bottom-nav a{color:#91a8ca}.admin-mobile-bottom-nav a:before{display:none}.admin-mobile-bottom-nav a.active{color:#fff}
  .admin-mobile-nav-icon{width:30px;height:29px;border-radius:9px;color:inherit}.admin-mobile-bottom-nav a.active .admin-mobile-nav-icon{background:linear-gradient(135deg,var(--bc-blue),var(--bc-cyan));box-shadow:0 5px 12px rgba(25,174,232,.28)}
  .admin-mobile-nav-icon svg{display:block;width:18px;height:18px;stroke:currentColor}.admin-mobile-bottom-nav strong{font-size:8.5px;color:inherit}
}
@media(max-width:390px){
  .ops-command{grid-template-columns:minmax(0,1fr) 128px;min-height:176px}.ops-command-illustration{right:-22px;width:158px;height:166px}.ops-command-copy h1{font-size:22px;max-width:172px}.ops-command-copy p{max-width:175px;font-size:10.5px}
}

/* Quick customer creation, release 366. */
.customer-quick-create{max-width:760px;margin:0 auto}.customer-quick-create-panel{padding:24px}.customer-quick-create-panel .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-quick-create-note{display:flex;align-items:flex-start;gap:11px;margin:18px 0;padding:13px 14px;border:1px solid #cfe0fb;border-radius:13px;background:#f2f7ff;color:#24508b}.customer-quick-create-note>.ui-icon{flex:0 0 auto;margin-top:2px}.customer-quick-create-note span{display:grid;gap:3px}.customer-quick-create-note strong{font-size:12px}.customer-quick-create-note small{color:#607691;font-size:10.5px;line-height:1.5}.customer-quick-create .customer-create-submit{width:100%;justify-content:center}
@media(max-width:760px){.customer-quick-create{max-width:none}.customer-quick-create-panel{padding:16px}.customer-quick-create-panel .form-grid{grid-template-columns:1fr}.customer-quick-create-panel .field.full{grid-column:auto}.customer-quick-create-note{margin:14px 0 16px}}

/* Separate Admin and Client PWA installers, release 368. */
.pwa-install-box{display:grid;gap:7px;margin-top:15px;padding-top:15px;border-top:1px solid #e4ebf4}.pwa-install-button{display:flex;width:100%;min-height:48px;align-items:center;justify-content:center;gap:10px;border:1px solid #cbdcf5;border-radius:13px;background:linear-gradient(135deg,#f2f7ff,#edfaff);color:#164a97;font:inherit;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.pwa-install-button:hover{transform:translateY(-1px);border-color:#78a8ef;box-shadow:0 8px 20px rgba(35,100,235,.12)}.pwa-install-button .ui-icon{width:19px;height:19px}.pwa-install-button span{display:grid;text-align:left}.pwa-install-button strong{font-size:12px}.pwa-install-button small{color:#6b7f9a;font-size:9.5px;font-weight:600}.pwa-install-button.is-ready{border-color:#5b92eb;background:linear-gradient(135deg,#eaf2ff,#e7fbff);box-shadow:0 0 0 3px rgba(35,100,235,.08)}.pwa-install-button.is-installed{opacity:.72;cursor:default}.pwa-install-status{min-height:15px;margin:0;color:#6e8097;font-size:9.5px;line-height:1.45;text-align:center}.admin-login-card .pwa-install-box{margin-top:16px}.admin-login-card .admin-login-security{margin-top:13px}.customer-login-card .pwa-install-box{margin-top:17px}.customer-login-card .site-full-logo-login{margin:0 auto}.customer-login-logo{display:flex;min-height:72px;align-items:center;justify-content:center;margin-bottom:19px;padding:8px 14px;border:1px solid #e2eaf4;border-radius:16px;background:#fff}.customer-login-heading{text-align:center}.customer-login-heading h1{margin-bottom:6px}.customer-login-heading p{margin-top:0}
/* Business Email capacity management, release 369. */
.dashboard-business-email-shortcut{display:flex;align-items:center;gap:14px;margin:4px 0 22px;padding:16px 18px;border:1px solid #cfe0fb;border-radius:17px;background:linear-gradient(115deg,#f5f9ff,#eefcff);box-shadow:0 8px 24px rgba(35,100,235,.08);color:var(--ink);text-decoration:none}.dashboard-business-email-icon{display:grid;flex:0 0 48px;width:48px;height:48px;place-items:center;border-radius:14px;background:linear-gradient(135deg,#2463eb,#18afe8);color:#fff}.dashboard-business-email-shortcut>span:nth-child(2){display:grid;gap:2px;min-width:0}.dashboard-business-email-shortcut small{color:var(--blue-600);font-size:9px;font-weight:900;letter-spacing:.09em}.dashboard-business-email-shortcut strong{font-size:16px}.dashboard-business-email-shortcut em{color:var(--muted);font-size:10.5px;font-style:normal}.dashboard-business-email-shortcut>.btn{margin-left:auto;color:#fff}
.business-email-workspace{display:flex;flex-direction:column}.business-email-workspace>.business-email-capacity{order:1}.business-email-workspace>.business-email-mailbox-panel{order:2}.business-email-workspace>.business-email-tools{order:5}.business-email-workspace>.business-email-tools+.business-email-mailbox-panel{order:2}.business-email-workspace>.card:not(.business-email-mailbox-panel){order:4}.business-email-capacity{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:center;gap:10px;margin-bottom:18px;padding:13px;border:1px solid #d7e4f5;border-radius:15px;background:linear-gradient(120deg,#f7faff,#f1fbff)}.business-email-capacity>div{display:grid;gap:2px;padding:7px 11px;border-right:1px solid #dde8f4}.business-email-capacity span{color:var(--blue-600);font-size:8.5px;font-weight:900;letter-spacing:.08em}.business-email-capacity strong{font-size:14px}.business-email-capacity small{color:var(--muted);font-size:9.5px}.business-email-tools{margin-top:18px}.business-email-limit-note{margin-bottom:14px}.business-email-limit-note a{font-weight:800}.business-email-plan-metrics .service-meta{display:grid}.business-email-service-actions{margin-top:auto}.business-email-service-card{display:flex;flex-direction:column}
@media(max-width:760px){.dashboard-business-email-shortcut{align-items:flex-start;padding:14px}.dashboard-business-email-shortcut>.btn{display:none}.business-email-capacity{grid-template-columns:1fr 1fr}.business-email-capacity>a{grid-column:1/-1;justify-content:center}.business-email-capacity>div{border-right:0;border-bottom:1px solid #dde8f4}.business-email-tools{grid-template-columns:1fr}.business-email-plan-metrics{grid-template-columns:1fr 1fr}}
.admin-app-nav{display:none;align-items:center;gap:6px;flex:0 0 auto}.admin-app-nav-button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:#fff;color:#334155;cursor:pointer;box-shadow:0 5px 14px rgba(15,23,42,.06)}.admin-app-nav-button:hover{color:var(--blue-600);border-color:#bfd0e7;background:var(--blue-50)}.admin-app-nav-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(display-mode:standalone){.admin-app-nav{display:flex}}@media(display-mode:standalone) and (max-width:620px){.admin-app-nav-button{width:36px;height:36px}.admin-head-title>span:first-child{max-width:calc(100vw - 250px)!important}}
