/* AltCloude v15 — one product language */
:root{
  --ui-bg:#0d0f12;--ui-sidebar:#111318;--ui-surface:#171a20;--ui-surface-2:#1c2027;--ui-field:#111419;
  --ui-border:#292d35;--ui-border-soft:#22262d;--ui-text:#f4f6f8;--ui-muted:#9ca3af;--ui-dim:#707784;
  --ui-accent:#7c74f2;--ui-accent-hover:#8c85fa;--ui-accent-soft:rgba(124,116,242,.14);--ui-green:#45cf91;
  --ui-red:#ff6b78;--ui-blue:#6da5ff;--ui-cyan:#50c7d9;--ui-pink:#d878c7;--sidebar-width:300px;
  --v14-bg:var(--ui-bg);--v14-sidebar:var(--ui-sidebar);--v14-card:var(--ui-surface);--v14-card-2:var(--ui-surface-2);
  --v14-field:var(--ui-field);--v14-line:var(--ui-border);--v14-line-soft:var(--ui-border-soft);--v14-text:var(--ui-text);
  --v14-muted:var(--ui-muted);--v14-accent:var(--ui-accent);--v14-accent-2:var(--ui-accent-hover);--v14-accent-soft:var(--ui-accent-soft);
  --ak-bg:var(--ui-bg);--ak-sidebar:var(--ui-sidebar);--ak-card:var(--ui-surface);--ak-card-2:var(--ui-surface-2);
  --ak-field:var(--ui-field);--ak-line:var(--ui-border);--ak-line-soft:var(--ui-border-soft);--ak-text:var(--ui-text);
  --ak-muted:var(--ui-muted);--ak-purple:var(--ui-accent);--ak-purple-soft:var(--ui-accent-soft);
  --v12-orange:var(--ui-accent);--v12-orange-light:var(--ui-accent-hover);--v12-orange-soft:var(--ui-accent-soft);
  --alt-accent:var(--ui-accent);--alt-accent-2:var(--ui-accent-hover);--alt-accent-soft:var(--ui-accent-soft);
  --ui-orange:var(--ui-accent);--ui-orange-light:var(--ui-accent-hover);--ui-orange-dim:var(--ui-accent-soft);
  --v11-orange:var(--ui-accent);--v11-orange-2:var(--ui-accent-hover);--v11-orange-soft:var(--ui-accent-soft);
  --v12-orange:var(--ui-accent);--v12-orange-light:var(--ui-accent-hover);--v12-orange-soft:var(--ui-accent-soft);
  --accent:var(--ui-accent);--accent-soft:var(--ui-accent-soft);
}

*,*:before,*:after{box-sizing:border-box}
html{scroll-behavior:smooth}
body,button,input,select,textarea,a,.btn,.side-link{font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important}
body{margin:0;background:var(--ui-bg);color:var(--ui-text);font-size:15px}
::selection{background:var(--ui-accent);color:#fff}
body.product-ui,body.admin-panel-v14,body.support-control-panel{background:var(--ui-bg)!important}
@media(min-width:901px){body.product-ui,body.admin-panel-v14{height:100vh;overflow:hidden!important}}
.grid-bg,.ak-confetti{display:none!important}
svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
a{color:inherit}
.btn{min-height:46px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:10px;font-size:14px;font-weight:700;text-decoration:none;cursor:pointer;transition:.18s ease}
.btn svg{width:18px;height:18px}.btn.large{min-height:52px;padding:0 22px;font-size:15px}.btn.small{min-height:40px;padding:0 16px;font-size:13px}
.btn-primary,.btn-white,.btn-primary-purple{border-color:var(--ui-accent)!important;background:var(--ui-accent)!important;color:#fff!important;box-shadow:none!important}
.btn-primary:hover,.btn-white:hover,.btn-primary-purple:hover{border-color:var(--ui-accent-hover)!important;background:var(--ui-accent-hover)!important;transform:translateY(-1px)}
.btn-secondary,.btn-ghost{border-color:var(--ui-border)!important;background:var(--ui-surface)!important;color:var(--ui-text)!important}
.btn-secondary:hover,.btn-ghost:hover{border-color:#3a404b!important;background:var(--ui-surface-2)!important}
button:disabled,.btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important}

/* Product shell */
.product-shell{min-height:100vh;background:var(--ui-bg)!important}
.product-sidebar{position:fixed!important;inset:0 auto 0 0!important;width:var(--sidebar-width)!important;height:100vh!important;display:flex!important;flex-direction:column!important;border:0!important;border-right:1px solid var(--ui-border-soft)!important;border-radius:0!important;background:var(--ui-sidebar)!important;z-index:50}
.sidebar-server{height:88px;padding:18px 20px;display:flex;align-items:center;gap:13px;border-bottom:1px solid var(--ui-border-soft);color:var(--ui-text);text-decoration:none}
.server-avatar{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;overflow:hidden;border:1px solid #3b4050;border-radius:14px;background:#242936;color:#d8dcff;font-size:18px;font-weight:800}
.server-avatar img{width:100%;height:100%;object-fit:cover}.server-name{min-width:0;flex:1}.server-name b,.server-name small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.server-name b{font-size:14px}.server-name small{margin-top:5px;color:var(--ui-muted);font-size:12px}.sidebar-server>svg{width:18px;color:var(--ui-dim);transform:rotate(90deg)}
.product-nav{padding:18px 14px;display:flex;flex-direction:column;gap:4px;overflow-y:auto}
.nav-label{margin:17px 12px 6px;color:#686f7c;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.nav-label:first-child{margin-top:0}
.product-nav>a,.sidebar-support{min-height:48px;padding:0 13px;display:flex;align-items:center;gap:13px;border-radius:10px;color:#aeb4bf;text-decoration:none;font-size:14px;font-weight:600;transition:.16s ease}
.product-nav>a svg,.sidebar-support svg{width:21px;height:21px;color:#7d8490}.product-nav>a>span,.sidebar-support>span{min-width:0;flex:1}.product-nav>a>b,.sidebar-support>b{min-width:24px;padding:3px 7px;border-radius:12px;background:#292d35;color:#c9ced6;font-size:10px;text-align:center}
.product-nav>a:hover,.sidebar-support:hover{background:#1a1d23;color:#fff}.product-nav>a.active{background:var(--ui-accent-soft);color:#fff}.product-nav>a.active svg{color:#a7a1ff}
.sidebar-bottom{margin-top:auto;padding:12px 14px 16px}.sidebar-support{margin-bottom:8px}.bot-state{min-height:60px;padding:12px 13px;display:flex;align-items:center;gap:11px;border:1px solid var(--ui-border-soft);border-radius:11px;background:#15181d}.bot-state>i{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:#69717d}.bot-state>i.online{background:var(--ui-green);box-shadow:0 0 10px rgba(69,207,145,.45)}.bot-state b,.bot-state small{display:block}.bot-state b{font-size:12px}.bot-state small{margin-top:4px;color:var(--ui-dim);font-size:10px}
.sidebar-profile{min-height:62px;margin-top:9px;padding:9px;display:flex;align-items:center;gap:10px;border-radius:11px}.sidebar-profile>img{width:40px;height:40px;border-radius:11px;object-fit:cover}.sidebar-profile>span{min-width:0;flex:1}.sidebar-profile b,.sidebar-profile small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-profile b{font-size:12px}.sidebar-profile small{margin-top:4px;color:var(--ui-dim);font-size:10px}.sidebar-profile>a{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#747b87}.sidebar-profile>a:hover{background:#20242b;color:#fff}.sidebar-profile svg{width:18px}
.product-topbar{position:fixed;left:var(--sidebar-width);right:0;top:0;height:68px;padding:0 34px;display:flex;align-items:center;justify-content:flex-end;border-bottom:1px solid var(--ui-border-soft);background:rgba(13,15,18,.9);backdrop-filter:blur(16px);z-index:40}.mobile-server{display:none}.topbar-actions{display:flex;align-items:center;gap:14px}.topbar-actions>a{position:relative;width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--ui-border-soft);border-radius:10px;color:var(--ui-muted)}.topbar-actions>a>b{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;padding:0 5px;display:grid;place-items:center;border-radius:10px;background:var(--ui-accent);color:#fff;font-size:9px}.topbar-actions>img{width:40px;height:40px;border-radius:11px;object-fit:cover}
.product-content{width:auto!important;max-width:none!important;height:100vh!important;margin:0 0 0 var(--sidebar-width)!important;padding:110px 48px 80px!important;overflow:auto;background:var(--ui-bg)!important}.product-content>*{width:min(1260px,100%)!important;margin-left:auto!important;margin-right:auto!important}
.connect-banner-v15{min-height:84px;margin-bottom:24px;padding:15px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #403b73;border-radius:13px;background:#17182a}.connect-banner-v15>div{display:flex;align-items:center;gap:14px}.connect-banner-v15>div>svg{width:25px;height:25px;color:#a7a1ff}.connect-banner-v15 b{font-size:14px}.connect-banner-v15 p{margin:5px 0 0;color:var(--ui-muted);font-size:12px}

/* Shared page language */
.page-title-v15{min-height:94px;margin:0 0 28px!important;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.page-title-v15>div>span{color:#9189ff;font-size:12px;font-weight:700}.page-title-v15 h1{margin:8px 0 8px;color:var(--ui-text);font-size:42px;line-height:1.05;letter-spacing:-1.5px}.page-title-v15 p{margin:0;color:var(--ui-muted);font-size:15px;line-height:1.6}.page-title-v15>form,.page-title-v15>.btn,.page-title-v15>.status-pill-v15{margin-top:9px}
.status-pill-v15{min-height:30px;padding:0 11px;display:inline-flex;align-items:center;border:1px solid #383d47;border-radius:16px;background:#1d2026;color:#9097a2;font-size:11px;font-weight:700;font-style:normal;white-space:nowrap}.status-pill-v15.enabled{border-color:#276346;background:#12291f;color:#65dfa2}
.metric-grid-v15{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.metric-grid-v15 article{min-height:138px;padding:22px;display:flex;flex-direction:column;border:1px solid var(--ui-border);border-radius:14px;background:var(--ui-surface)}.metric-grid-v15 span{color:var(--ui-muted);font-size:13px;font-weight:600}.metric-grid-v15 b{margin:15px 0 8px;font-size:34px;line-height:1}.metric-grid-v15 small{margin-top:auto;color:var(--ui-dim);font-size:11px}
.overview-layout-v15{margin-top:16px;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(340px,.8fr);gap:16px}.overview-modules-v15,.activity-card-v15,.panel-list-v15,.settings-panel-v15,.support-history-v15{border:1px solid var(--ui-border);border-radius:14px;background:var(--ui-surface)}.overview-modules-v15>header,.activity-card-v15>header,.panel-list-v15>header,.support-history-v15>header{min-height:82px;padding:19px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ui-border-soft)}.overview-modules-v15 h2,.activity-card-v15 h2,.panel-list-v15 h2,.support-history-v15 h2{margin:0;font-size:18px}.overview-modules-v15 header p,.activity-card-v15 header p,.panel-list-v15 header p,.support-history-v15 header p{margin:5px 0 0;color:var(--ui-muted);font-size:12px}
.module-list-v15{display:grid;grid-template-columns:1fr 1fr;padding:8px}.module-list-v15>a{min-height:92px;padding:16px;display:flex;align-items:center;gap:14px;border-radius:11px;color:#fff;text-decoration:none}.module-list-v15>a:hover{background:#1d2128}.module-icon{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border-radius:12px;background:var(--ui-accent-soft);color:#aaa5ff}.module-icon svg{width:21px;height:21px}.module-icon.blue{background:rgba(109,165,255,.13);color:var(--ui-blue)}.module-icon.cyan{background:rgba(80,199,217,.13);color:var(--ui-cyan)}.module-icon.green{background:rgba(69,207,145,.13);color:var(--ui-green)}.module-icon.pink{background:rgba(216,120,199,.13);color:var(--ui-pink)}.module-list-v15>a>span:nth-child(2){min-width:0;flex:1}.module-list-v15 b,.module-list-v15 small{display:block}.module-list-v15 b{font-size:14px}.module-list-v15 small{margin-top:6px;color:var(--ui-muted);font-size:11px}.module-list-v15 em{color:var(--ui-dim);font-size:10px;font-style:normal}.module-arrow{width:18px!important;color:#626a76}
.activity-list-v15{padding:8px}.activity-list-v15 article{min-height:67px;padding:12px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--ui-border-soft)}.activity-list-v15 article:last-child{border:0}.activity-dot{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:#6e7580}.activity-dot.done{background:var(--ui-green)}.activity-dot.failed{background:var(--ui-red)}.activity-dot.processing{background:var(--ui-blue)}.activity-list-v15 b,.activity-list-v15 small{display:block}.activity-list-v15 b{font-size:12px}.activity-list-v15 small{margin-top:5px;color:var(--ui-dim);font-size:10px}
.empty-state-v15{padding:38px 20px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--ui-muted);text-align:center}.empty-state-v15>svg{width:28px;height:28px;margin-bottom:13px;color:#6d7480}.empty-state-v15 b,.empty-state-v15 h2,.empty-state-v15 h3{margin:0;color:var(--ui-text)}.empty-state-v15 p{margin:8px 0;color:var(--ui-muted);font-size:12px}.empty-state-v15.large{min-height:290px}.empty-state-v15.large .module-icon{margin-bottom:15px}.empty-state-v15.large .btn{margin-top:13px}

/* Tickets */
.ticket-summary-v15{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.ticket-summary-v15 article{min-height:78px;padding:18px 20px;display:flex;align-items:center;gap:12px;border:1px solid var(--ui-border);border-radius:12px;background:var(--ui-surface)}.ticket-summary-v15 b{font-size:25px}.ticket-summary-v15 span{color:var(--ui-muted);font-size:12px}.ticket-panel-row-v15{min-height:112px;padding:18px 20px;display:flex;align-items:center;gap:17px;border-bottom:1px solid var(--ui-border-soft)}.ticket-panel-row-v15:last-child{border:0}.ticket-panel-icon{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:12px;background:rgba(80,199,217,.12);color:var(--ui-cyan)}.ticket-panel-copy{min-width:0;flex:1}.ticket-panel-copy>div{display:flex;align-items:center;gap:10px}.ticket-panel-copy h3{margin:0;font-size:15px}.ticket-panel-copy p{margin:6px 0;color:var(--ui-muted);font-size:12px}.ticket-panel-copy small{color:var(--ui-dim);font-size:10px}.ticket-panel-actions-v15{display:flex;align-items:center;gap:8px}.ticket-panel-actions-v15 form{margin:0}.ticket-panel-actions-v15 .btn{min-height:40px;padding:0 14px;font-size:12px}.icon-button{width:40px;height:40px;border:1px solid var(--ui-border);border-radius:9px;background:#1b1e24;color:var(--ui-muted);font-size:21px;cursor:pointer}.icon-button.danger:hover{border-color:#66333b;background:#2a191d;color:var(--ui-red)}

/* Welcome */
.welcome-layout-v15{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:18px;align-items:start}.welcome-form-v15{display:grid;gap:15px}.settings-panel-v15{overflow:hidden}.settings-panel-head-v15{min-height:90px;padding:19px 21px;display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--ui-border-soft)}.settings-panel-head-v15>div:nth-child(2){min-width:0;flex:1}.settings-panel-head-v15 h2{margin:0;font-size:17px}.settings-panel-head-v15 p{margin:5px 0 0;color:var(--ui-muted);font-size:12px}.form-stack-v15{padding:22px;display:grid;gap:19px}.form-stack-v15>label{display:grid;gap:8px}.form-stack-v15 label>span{color:#d8dce2;font-size:12px;font-weight:700}.form-stack-v15 label>small{color:var(--ui-dim);font-size:10px;line-height:1.5}.form-stack-v15 input,.form-stack-v15 select,.form-stack-v15 textarea,.support-content-v15 input,.support-content-v15 select,.support-content-v15 textarea{width:100%;min-height:48px;padding:0 13px;border:1px solid #30353e;border-radius:9px;outline:0;background:var(--ui-field);color:var(--ui-text);font-size:13px}.form-stack-v15 textarea,.support-content-v15 textarea{padding:13px;line-height:1.6;resize:vertical}.form-stack-v15 input:focus,.form-stack-v15 select:focus,.form-stack-v15 textarea:focus,.support-content-v15 input:focus,.support-content-v15 select:focus,.support-content-v15 textarea:focus{border-color:#5d5a9c;box-shadow:0 0 0 3px rgba(124,116,242,.1)}
.color-row-v15>div{height:48px;padding:0 12px;display:flex;align-items:center;gap:12px;border:1px solid #30353e;border-radius:9px;background:var(--ui-field)}.color-row-v15 input{width:34px!important;min-height:32px!important;height:32px;padding:0;border:0!important}.color-row-v15 b{font-size:12px}.save-settings-v15{justify-self:start;min-width:190px}
.switch span{width:48px!important;height:27px!important;border:0!important;background:#343943!important}.switch span:after{width:21px!important;height:21px!important;top:3px!important;left:3px!important}.switch input:checked+span{background:var(--ui-accent)!important}.switch input:checked+span:after{transform:translateX(21px)!important}
.welcome-preview-v15{position:sticky;top:0;overflow:hidden;border:1px solid var(--ui-border);border-radius:14px;background:var(--ui-surface)}.welcome-preview-v15>header{height:80px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ui-border-soft)}.welcome-preview-v15>header span{color:#9189ff;font-size:10px;font-weight:700}.welcome-preview-v15>header h2{margin:5px 0 0;font-size:16px}.welcome-preview-v15>header em{padding:5px 8px;border-radius:11px;background:var(--ui-accent-soft);color:#aaa5ff;font-size:9px;font-style:normal}.discord-preview-v15{min-height:330px;padding:27px 18px;background:#313338}.discord-message-v15{display:flex;gap:11px}.discord-message-v15>img{width:42px;height:42px;border-radius:50%;background:#fff;object-fit:contain}.discord-message-v15>div{min-width:0;flex:1}.discord-author-v15{display:flex;align-items:center;gap:5px;font-size:13px}.discord-author-v15 em{padding:2px 4px;border-radius:3px;background:#5865f2;font-size:8px;font-style:normal}.discord-author-v15 small{color:#a6a9b0;font-size:9px}.discord-message-v15>div>p{margin:5px 0;color:#c9cdfb;font-size:12px}.discord-message-v15 article{padding:14px 15px;border-left:4px solid var(--welcome-color);border-radius:4px;background:#2b2d31}.discord-message-v15 article>small{color:#c7c9ce;font-size:10px;font-weight:700}.discord-message-v15 h3{margin:8px 0;color:#fff;font-size:15px}.discord-message-v15 article p{margin:0;color:#d5d7da;font-size:12px;line-height:1.55;white-space:pre-wrap}.discord-message-v15 article footer{margin-top:14px;color:#a2a5ac;font-size:9px}.variables-v15{padding:18px 20px}.variables-v15 h3{margin:0 0 13px;font-size:13px}.variables-v15>div{display:grid;grid-template-columns:auto 1fr;gap:8px 10px}.variables-v15 code{padding:3px 6px;border-radius:5px;background:var(--ui-accent-soft);color:#b8b3ff;font-size:10px}.variables-v15 span{color:var(--ui-muted);font-size:10px}

/* Server picker */
.server-select-shell-v15{display:grid;grid-template-columns:var(--sidebar-width) 1fr;min-height:100vh}.product-brand{height:72px;padding:0 20px;display:flex;align-items:center;gap:11px;color:#fff;text-decoration:none;font-size:16px;font-weight:800}.product-brand img{width:39px;height:39px;object-fit:contain}.server-picker-title{padding:20px 20px 14px}.server-picker-title h1{margin:0;font-size:27px}.server-picker-title p{margin:7px 0 0;color:var(--ui-muted);font-size:12px}.search-field-v15{height:46px;margin:0 18px 17px;padding:0 11px;display:flex;align-items:center;gap:9px;border:1px solid var(--ui-border);border-radius:10px;background:var(--ui-field)}.search-field-v15 svg{width:17px;color:#737b87}.search-field-v15 input{min-width:0;height:44px;flex:1;border:0;outline:0;background:transparent;color:#fff;font-size:12px}.search-field-v15 button{border:0;background:transparent;color:#7d8490;font-size:18px;cursor:pointer}.server-list-v15{padding:0 12px 90px;overflow:auto}.server-list-v15>.nav-label{display:block;margin-top:14px}.server-list-v15>.nav-label.available{margin-top:26px}.server-list-v15>a{min-height:66px;padding:8px 9px;display:flex;align-items:center;gap:11px;border-radius:11px;color:#fff;text-decoration:none}.server-list-v15>a:hover{background:#1a1e24}.server-list-v15 .server-avatar{width:42px;height:42px;flex-basis:42px;border-radius:11px}.server-list-v15>a>span:nth-child(2){min-width:0;flex:1}.server-list-v15 b,.server-list-v15 small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.server-list-v15 b{font-size:12px}.server-list-v15 small{margin-top:5px;color:var(--ui-dim);font-size:10px}.server-list-v15>a>svg{width:17px;color:#656d78}.server-list-note{padding:0 12px;color:var(--ui-dim);font-size:11px}.server-picker-v15>.sidebar-profile{position:absolute;left:14px;right:14px;bottom:12px;background:var(--ui-sidebar)}.server-select-main-v15{grid-column:2;min-height:100vh;display:grid;place-items:center}.select-server-empty-v15{text-align:center}.select-server-empty-v15>span{width:72px;height:72px;margin:auto;display:grid;place-items:center;border:1px solid var(--ui-border);border-radius:20px;background:var(--ui-surface)}.select-server-empty-v15 svg{width:29px;height:29px;color:#9189ff}.select-server-empty-v15 h2{margin:18px 0 8px;font-size:22px}.select-server-empty-v15 p{margin:0;color:var(--ui-muted);font-size:13px}

/* Support */
.support-content-v15{padding-top:48px!important}.support-form-v15{display:grid;gap:15px}.simple-panel-head-v15{min-height:84px;padding:18px 22px;display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--ui-border-soft)}.simple-panel-head-v15>span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:var(--ui-accent-soft);color:#aaa5ff;font-size:12px;font-weight:800}.simple-panel-head-v15 h2{margin:0;font-size:17px}.simple-panel-head-v15 p{margin:5px 0 0;color:var(--ui-muted);font-size:11px}.support-types-v15{padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.support-types-v15 label>input{position:absolute;opacity:0}.support-types-v15 label>span{min-height:82px;padding:15px;display:flex;align-items:center;gap:13px;border:1px solid var(--ui-border);border-radius:11px;background:var(--ui-field);cursor:pointer}.support-types-v15 label>input:checked+span{border-color:#5c579b;background:var(--ui-accent-soft)}.support-types-v15 svg{color:#9992ff}.support-types-v15 div{min-width:0;flex:1}.support-types-v15 b,.support-types-v15 small{display:block}.support-types-v15 b{font-size:13px}.support-types-v15 small{margin-top:5px;color:var(--ui-muted);font-size:10px}.support-types-v15 em{color:#8f96a1;font-size:10px;font-style:normal}.support-form-row-v15{display:grid;grid-template-columns:1fr 1.35fr;gap:13px}.file-field-v15{min-height:74px;padding:12px;display:flex!important;align-items:center;grid-template:none!important;border:1px dashed #414751;border-radius:10px;background:#14171c;cursor:pointer}.file-field-v15 input{position:absolute;opacity:0;pointer-events:none}.file-field-v15 svg{margin-right:11px;color:#9992ff}.file-field-v15 b,.file-field-v15 small{display:block}.file-field-v15 b{font-size:11px}.file-field-v15 small{margin-top:4px;color:var(--ui-dim);font-size:9px}.form-submit-v15{padding:17px 22px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--ui-border-soft)}.form-submit-v15>span{color:var(--ui-muted);font-size:11px}.support-history-v15{margin-top:25px}.support-history-v15>header>b{min-width:28px;padding:5px 8px;border-radius:14px;background:#242831;color:#c4cad2;font-size:11px;text-align:center}.support-history-v15>div>a{min-height:100px;padding:16px 20px;display:flex;align-items:center;gap:15px;border-bottom:1px solid var(--ui-border-soft);color:#fff;text-decoration:none}.support-history-v15>div>a:hover{background:#1b1f25}.support-history-v15>div>a>span:nth-child(2){min-width:0;flex:1}.support-history-v15>div>a>span:nth-child(2)>small,.support-history-v15>div>a>span:nth-child(2)>b,.support-history-v15>div>a>span:nth-child(2)>em{display:block}.support-history-v15>div>a>span:nth-child(2)>small{color:#858c97;font-size:9px}.support-history-v15>div>a>span:nth-child(2)>b{margin:5px 0;font-size:13px}.support-history-v15>div>a>span:nth-child(2)>em{max-width:600px;overflow:hidden;color:var(--ui-muted);font-size:10px;font-style:normal;white-space:nowrap;text-overflow:ellipsis}.support-ticket-info-v15{text-align:right}.support-ticket-info-v15 small{display:block;margin-top:7px;color:var(--ui-dim);font-size:9px}

/* Legacy functional screens now use the same system */
.product-ui .panel-heading,.product-ui .panel-heading.dashboard-heading{min-height:94px;margin:0 0 25px!important;padding:0!important;display:flex;align-items:flex-start;justify-content:space-between;border:0!important}.product-ui .panel-heading .kicker{color:#9189ff!important;font-size:12px!important;font-weight:700!important;letter-spacing:0!important}.product-ui .panel-heading h1{margin:8px 0!important;font-size:42px!important;line-height:1.05!important;letter-spacing:-1.5px!important}.product-ui .panel-heading p{color:var(--ui-muted)!important;font-size:14px!important;line-height:1.6!important}.product-ui .panel-card,.product-ui .table-card,.product-ui .admin-control{border:1px solid var(--ui-border)!important;border-radius:14px!important;background:var(--ui-surface)!important;box-shadow:none!important}.product-ui .panel-card-title small,.product-ui .builder-section-head small,.product-ui .form-section small{color:#9189ff!important;font-size:10px!important}.product-ui .panel-card-title h2,.product-ui .builder-section-head h2{font-size:19px!important}.product-ui .panel-card-title p,.product-ui .builder-section-head p{color:var(--ui-muted)!important;font-size:12px!important}.product-ui input,.product-ui select,.product-ui textarea{border-color:#30353e!important;border-radius:9px!important;background:var(--ui-field)!important;color:var(--ui-text)!important;font-size:13px!important}.product-ui input,.product-ui select{min-height:46px!important}.product-ui textarea{padding:12px!important;line-height:1.55!important}.product-ui .clean-form-grid label,.product-ui .editor-field,.product-ui .modern-settings label{color:#d8dce2!important;font-size:12px!important}.product-ui .auto-role-layout,.product-ui .two-column-form,.product-ui .builder-layout{gap:17px!important}.product-ui .auto-role-grid label>span,.product-ui .control-button-grid article,.product-ui .field-editor,.product-ui .settings-disclosure{border-color:var(--ui-border)!important;background:#15181d!important}.product-ui .auto-role-grid label>input:checked+span{border-color:#5c579b!important;background:var(--ui-accent-soft)!important}.product-ui .modern-row{border-color:var(--ui-border-soft)!important}.product-ui .modern-row.head{background:#14171c!important;color:var(--ui-muted)!important}.product-ui .command-pill,.product-ui .live-status.online{border-color:#356149!important;background:#14271f!important;color:#62dca0!important}.product-ui .master-switch{border-color:var(--ui-border)!important;background:var(--ui-surface)!important}.product-ui .editor-step-nav a.active,.product-ui .editor-section-map span.active{border-color:#5d579d!important;background:var(--ui-accent-soft)!important;color:#fff!important}.product-ui .builder-preview,.product-ui .builder-sidebar>*{box-shadow:none!important}.product-ui .overview-metrics article{border-color:var(--ui-border)!important;background:var(--ui-surface)!important}.product-ui .overview-metrics article span,.product-ui .overview-metrics article small{color:var(--ui-muted)!important}

/* Existing support conversation */
.support-content-v15 .support-back-link{color:#a7a1ff;font-size:12px}.support-content-v15 .support-ticket-heading h1{font-size:36px!important}.support-content-v15 .support-conversation-layout{gap:16px}.support-content-v15 .panel-card{border-color:var(--ui-border)!important;border-radius:14px!important;background:var(--ui-surface)!important}.support-content-v15 .support-message{border-color:var(--ui-border-soft)!important;background:#15181d!important}.support-content-v15 .support-reply-form{border-color:var(--ui-border-soft)!important}.support-content-v15 .support-ticket-aside small{color:#9189ff!important}

/* Admin: preserve every real control, simplify the presentation */
body.admin-panel-v14 .admin-shell-v14{background:var(--ui-bg)!important}body.admin-panel-v14 .admin-sidebar-v14{width:var(--sidebar-width)!important;border-right:1px solid var(--ui-border-soft)!important;background:var(--ui-sidebar)!important}body.admin-panel-v14 .admin-brand-v14{height:72px;border-color:var(--ui-border-soft)!important}body.admin-panel-v14 .admin-brand-v14 b{font-size:16px}body.admin-panel-v14 .admin-brand-v14 small{color:#9189ff!important;font-family:Inter!important}body.admin-panel-v14 .admin-owner-v14{border-color:var(--ui-border)!important;background:var(--ui-surface)!important}body.admin-panel-v14 .ak-side-nav{padding:10px 14px!important}body.admin-panel-v14 .side-link{min-height:46px!important;border-radius:10px!important;color:#adb3be!important;font-size:13px!important}body.admin-panel-v14 .side-link.active{background:var(--ui-accent-soft)!important;color:#fff!important;box-shadow:none!important}body.admin-panel-v14 .ak-topbar{left:var(--sidebar-width)!important;height:68px!important;border-color:var(--ui-border-soft)!important;background:rgba(13,15,18,.92)!important}body.admin-panel-v14 .admin-content-v14{height:calc(100vh - 68px)!important;margin:68px 0 0 var(--sidebar-width)!important;padding:42px 48px 80px!important;background:var(--ui-bg)!important}body.admin-panel-v14 .admin-content-v14>*{width:min(1260px,100%)!important;margin-left:auto!important;margin-right:auto!important}body.admin-panel-v14 .page-header-v14{min-height:96px;border:0!important}body.admin-panel-v14 .page-header-v14 h1{font-size:42px!important}body.admin-panel-v14 .page-header-v14>div:first-child>span,body.admin-panel-v14 .admin-section-v14>header span{color:#9189ff!important}body.admin-panel-v14 .owner-id-badge-v14,body.admin-panel-v14 .admin-metrics-v14 article,body.admin-panel-v14 .system-control-v14,body.admin-panel-v14 .admin-section-v14{border-color:var(--ui-border)!important;background:var(--ui-surface)!important;box-shadow:none!important}body.admin-panel-v14 .admin-metrics-v14 article>i{background:var(--ui-accent-soft)!important;color:#aaa5ff!important}body.admin-panel-v14 .system-control-v14>div>i{background:var(--ui-accent-soft)!important;color:#aaa5ff!important}body.admin-panel-v14 .announcement-form-v14 input,body.admin-panel-v14 .announcement-form-v14 select,body.admin-panel-v14 .announcement-form-v14 textarea,body.admin-panel-v14 .admin-ticket-control select{border-color:#30353e!important;background:var(--ui-field)!important;color:#fff!important;font-size:13px!important}body.admin-panel-v14 .announcement-list-v14 article{border-color:var(--ui-border)!important;background:#15181d!important}body.admin-panel-v14 .support-list-v14>a:hover{background:#1b1f25!important}

/* Public site */
body.landing-v15{background:var(--ui-bg);overflow-x:hidden}.landing-v15 .site-header{position:relative;height:76px;border-color:var(--ui-border-soft);background:rgba(13,15,18,.9);backdrop-filter:blur(16px)}.landing-v15 .logo>span>span{color:#9b94ff}.landing-v15 .top-nav a{color:#aab0ba;font-size:13px}.landing-v15 .system-pill{border-color:#28523e;background:#14241c;color:#62dca0}.landing-main-v15{overflow:hidden}.hero-v15{width:min(1320px,calc(100% - 48px));min-height:720px;margin:auto;padding:82px 0 70px;display:grid;grid-template-columns:minmax(430px,.82fr) minmax(650px,1.18fr);align-items:center;gap:62px}.hero-label-v15{display:flex;align-items:center;gap:9px;color:#a7a1ff;font-size:12px;font-weight:700}.hero-label-v15 i{width:8px;height:8px;border-radius:50%;background:var(--ui-green);box-shadow:0 0 10px rgba(69,207,145,.5)}.hero-copy-v15 h1{margin:21px 0 20px;font-size:65px;line-height:1.02;letter-spacing:-3.8px}.hero-copy-v15 h1 em{color:#9b94ff;font-style:normal}.hero-copy-v15>p{max-width:570px;margin:0;color:#a7adb8;font-size:18px;line-height:1.65}.hero-actions-v15{margin-top:31px;display:flex;align-items:center;gap:22px}.hero-actions-v15>a:last-child{color:#b9bec7;font-size:13px;font-weight:600;text-decoration:none}.hero-stats-v15{margin-top:50px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.hero-stats-v15 span{padding-left:14px;border-left:1px solid var(--ui-border)}.hero-stats-v15 b,.hero-stats-v15 small{display:block}.hero-stats-v15 b{font-size:21px}.hero-stats-v15 small{margin-top:6px;color:var(--ui-dim);font-size:10px}
.product-shot-v15{height:540px;display:grid;grid-template-columns:205px 1fr;overflow:hidden;border:1px solid #373c47;border-radius:18px;background:#111419;box-shadow:0 28px 80px rgba(0,0,0,.35);transform:perspective(1400px) rotateY(-2deg)}.product-shot-v15>aside{padding:17px 12px;display:flex;flex-direction:column;border-right:1px solid #272b33;background:#12151a}.shot-brand-v15{display:flex;align-items:center;gap:9px;font-size:12px}.shot-brand-v15 img{width:31px;height:31px}.shot-server-v15{margin-top:19px;padding:11px;display:flex;align-items:center;gap:9px;border:1px solid #292e37;border-radius:9px;background:#191c22}.shot-server-v15>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#2d3150;color:#c8c5ff;font-size:11px;font-weight:800}.shot-server-v15 small,.shot-server-v15 b{display:block}.shot-server-v15 small{color:#717985;font-size:7px;text-transform:uppercase}.shot-server-v15 b{max-width:105px;margin-top:4px;overflow:hidden;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.product-shot-v15 aside nav{margin-top:24px;display:grid;gap:4px}.product-shot-v15 aside nav>small{margin:0 9px 6px;color:#646c78;font-size:7px;text-transform:uppercase}.product-shot-v15 aside nav>a{height:38px;padding:0 9px;display:flex;align-items:center;gap:10px;border-radius:8px;color:#818995;font-size:9px}.product-shot-v15 aside nav>a svg{width:15px}.product-shot-v15 aside nav>a.active{background:var(--ui-accent-soft);color:#d7d4ff}.shot-online-v15{margin-top:auto;padding:10px;display:flex;align-items:center;gap:9px}.shot-online-v15>i{width:7px;height:7px;border-radius:50%;background:var(--ui-green)}.shot-online-v15 b,.shot-online-v15 small{display:block}.shot-online-v15 b{font-size:8px}.shot-online-v15 small{margin-top:3px;color:#69717d;font-size:7px}.product-shot-v15>section>header{height:75px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #272b33}.product-shot-v15>section>header small{color:#9189ff;font-size:8px}.product-shot-v15>section>header h2{margin:6px 0 0;font-size:15px}.product-shot-v15>section>header>span{padding:5px 8px;border-radius:10px;background:#242831;color:#8e96a2;font-size:7px}.shot-content-v15{padding:20px;display:grid;grid-template-columns:1fr .82fr;gap:14px}.shot-form-v15,.shot-preview-v15{min-width:0;padding:16px;border:1px solid #282d35;border-radius:11px;background:#16191e}.shot-form-v15{display:grid;grid-template-columns:1fr 1fr;gap:13px}.shot-form-v15 label:nth-child(3){grid-column:1/-1}.shot-form-v15 label span{display:block;margin-bottom:7px;color:#8d949f;font-size:8px}.shot-form-v15 label div{height:36px;padding:0 10px;display:flex;align-items:center;border:1px solid #30353e;border-radius:7px;background:#101318;color:#d3d7dd;font-size:8px}.shot-form-v15 label div.textarea{height:60px;align-items:flex-start;padding-top:10px;line-height:1.45}.shot-form-v15 button{grid-column:1/-1;height:37px;border:0;border-radius:7px;background:var(--ui-accent);color:#fff;font:700 8px Inter}.shot-preview-v15>small{color:#858d98;font-size:8px}.shot-message-v15{margin-top:17px;padding:12px;border-radius:8px;background:#313338}.shot-message-v15 header{display:flex;align-items:center;gap:7px}.shot-message-v15 header>span{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#222;font-size:7px;font-weight:800}.shot-message-v15 header>b{font-size:8px}.shot-message-v15 header em{padding:2px 3px;border-radius:2px;background:#5865f2;font-size:5px;font-style:normal}.shot-message-v15 article{margin:9px 0 7px;padding:11px;border-left:3px solid var(--ui-accent);border-radius:3px;background:#2b2d31}.shot-message-v15 h3{margin:0 0 6px;font-size:10px}.shot-message-v15 p{margin:0;color:#c4c7cc;font-size:7px;line-height:1.5}.shot-message-v15 button{height:29px;border:0;border-radius:4px;background:#5865f2;color:#fff;font:600 7px Inter}
.features-v15,.steps-v15{width:min(1200px,calc(100% - 48px));margin:auto;padding:105px 0}.features-v15>header,.steps-v15>header{max-width:650px}.features-v15>header>span,.steps-v15>header>span,.final-cta-v15>div>span{color:#9189ff;font-size:12px;font-weight:700}.features-v15 h2,.steps-v15 h2{margin:13px 0;font-size:43px;letter-spacing:-1.8px}.features-v15>header p{color:var(--ui-muted);font-size:15px}.features-v15>div{margin-top:44px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.features-v15 article{min-height:245px;padding:25px;display:flex;flex-direction:column;border:1px solid var(--ui-border);border-radius:15px;background:var(--ui-surface)}.features-v15 article.wide{grid-column:span 2;background:linear-gradient(135deg,#191a29,var(--ui-surface) 68%)}.features-v15 h3{margin:25px 0 10px;font-size:20px}.features-v15 p{max-width:530px;margin:0;color:var(--ui-muted);font-size:13px;line-height:1.65}.features-v15 article>a{margin-top:auto;display:flex;align-items:center;gap:4px;color:#aaa5ff;font-size:12px;font-weight:700;text-decoration:none}.features-v15 article>a svg{width:16px}.steps-v15>div{margin-top:42px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.steps-v15 article{min-height:210px;padding:27px;border-top:1px solid #414650;background:linear-gradient(180deg,rgba(28,32,39,.45),transparent)}.steps-v15 article>b{color:#9189ff;font-size:11px}.steps-v15 h3{margin:43px 0 11px;font-size:18px}.steps-v15 p{margin:0;color:var(--ui-muted);font-size:12px;line-height:1.65}.final-cta-v15{width:min(1200px,calc(100% - 48px));min-height:280px;margin:40px auto 100px;padding:46px;display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid #393c5e;border-radius:18px;background:linear-gradient(130deg,#1a1b2a,#15181d 70%)}.final-cta-v15 h2{margin:12px 0 10px;font-size:40px}.final-cta-v15 p{margin:0;color:var(--ui-muted);font-size:14px}.footer-v15{min-height:100px;padding:0 max(24px,calc((100% - 1200px)/2));display:flex;align-items:center;gap:30px;border-top:1px solid var(--ui-border-soft)}.footer-v15 .product-brand{padding:0}.footer-v15 p{flex:1;color:var(--ui-muted);font-size:12px}.footer-v15 small{color:var(--ui-dim);font-size:10px}

/* Announcements and quick support */
.global-announcement{border-color:#3b3a60!important;background:#171824!important}.global-announcement>i{background:var(--ui-accent-soft)!important;color:#aaa5ff!important}.global-announcement span{color:#9189ff!important}.support-widget{position:fixed!important;right:24px!important;bottom:24px!important;top:auto!important;transform:none!important}.support-launcher{width:auto!important;min-width:166px!important;height:56px!important;padding:0 17px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;border:1px solid #817af5!important;border-radius:14px!important;background:var(--ui-accent)!important;color:#fff!important;font-family:Inter!important}.support-launcher>b{font:700 12px Inter!important;writing-mode:horizontal-tb!important;transform:none!important;letter-spacing:0!important}.support-launcher>svg{width:18px;flex:0 0 18px}.support-launcher>em{position:absolute;right:-5px!important;left:auto!important;top:-7px!important}.support-drawer{border-color:var(--ui-border)!important;background:var(--ui-surface)!important}.support-drawer input,.support-drawer select,.support-drawer textarea{border-color:#30353e!important;background:var(--ui-field)!important;color:#fff!important}.support-kind-switch input:checked+span{border-color:#5c579b!important;background:var(--ui-accent-soft)!important}

/* Auto roles v16 */
.auto-role-form-v16{display:grid;gap:16px}.role-toggle-v16,.role-picker-v16,.role-guide-v16,.role-save-v16{border:1px solid var(--ui-border);border-radius:15px;background:var(--ui-surface);box-shadow:0 18px 50px rgba(0,0,0,.08)}
.role-toggle-v16{min-height:104px;padding:20px 22px;display:flex;align-items:center;gap:15px;background:linear-gradient(125deg,rgba(109,165,255,.08),var(--ui-surface) 42%)}.role-toggle-v16>div:nth-child(2){min-width:0;flex:1}.role-toggle-v16 h2{margin:0;font-size:18px}.role-toggle-v16 p{margin:6px 0 0;color:var(--ui-muted);font-size:12px}.role-toggle-v16>.switch{margin-left:auto}
.role-picker-v16{overflow:hidden}.role-picker-v16>header{min-height:92px;padding:19px 22px;display:flex;align-items:center;justify-content:space-between;gap:22px;border-bottom:1px solid var(--ui-border-soft)}.role-picker-v16>header h2{margin:0;font-size:19px}.role-picker-v16>header p{margin:6px 0 0;color:var(--ui-muted);font-size:12px}.role-picker-tools-v16{display:flex;align-items:center;gap:12px}.role-picker-tools-v16>span{height:42px;padding:0 13px;display:flex;align-items:center;gap:5px;border:1px solid var(--ui-border);border-radius:10px;background:var(--ui-field);color:var(--ui-muted);font-size:11px;white-space:nowrap}.role-picker-tools-v16>span b{color:#b8b3ff;font-size:14px}.role-picker-tools-v16>label{width:210px;height:42px;padding:0 11px;display:flex;align-items:center;gap:8px;border:1px solid var(--ui-border);border-radius:10px;background:var(--ui-field)}.role-picker-tools-v16>label svg{width:16px;color:#757d89}.role-picker-tools-v16 input{min-width:0!important;min-height:40px!important;height:40px!important;padding:0!important;flex:1;border:0!important;background:transparent!important;box-shadow:none!important;font-size:12px!important}
.role-grid-v16{padding:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.role-grid-v16>label{min-width:0;cursor:pointer}.role-grid-v16>label>input{position:absolute;opacity:0;pointer-events:none}.role-grid-v16>label>span{min-height:72px;padding:12px;display:flex;align-items:center;gap:11px;border:1px solid var(--ui-border);border-radius:11px;background:#14171c;transition:.17s ease}.role-grid-v16>label:hover>span{border-color:#424854;background:#191d23}.role-grid-v16>label>span>i{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:10px;background:rgba(109,165,255,.12);color:#7eadf8;font-size:13px;font-style:normal;font-weight:800}.role-grid-v16>label>span>span{min-width:0;flex:1}.role-grid-v16 b,.role-grid-v16 small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-grid-v16 b{font-size:12px}.role-grid-v16 small{margin-top:5px;color:var(--ui-dim);font-size:9px}.role-grid-v16 em{width:25px;height:25px;flex:0 0 25px;display:grid;place-items:center;border:1px solid #3a404a;border-radius:7px;color:#747c87;font-style:normal}.role-grid-v16 em svg{width:14px;height:14px;transition:.17s ease}.role-grid-v16 input:checked+span{border-color:#5d589a;background:rgba(124,116,242,.1);box-shadow:inset 0 0 0 1px rgba(124,116,242,.12)}.role-grid-v16 input:checked+span>i{background:var(--ui-accent);color:#fff}.role-grid-v16 input:checked+span em{border-color:#736ddd;background:#736ddd;color:#fff}.role-grid-v16 input:checked+span em svg{transform:rotate(45deg)}.role-grid-v16>.empty-state-v15{grid-column:1/-1}
.role-guide-v16{padding:22px}.role-guide-v16>header h2{margin:0;font-size:18px}.role-guide-v16>header p{margin:6px 0 0;color:var(--ui-muted);font-size:12px}.role-guide-v16>div{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.role-guide-v16 article{min-height:92px;padding:16px;display:flex;align-items:flex-start;gap:12px;border:1px solid var(--ui-border-soft);border-radius:12px;background:#14171c}.role-guide-v16 article>span{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:9px;background:var(--ui-accent-soft);color:#aaa5ff;font-size:11px;font-weight:800}.role-guide-v16 article b,.role-guide-v16 article small{display:block}.role-guide-v16 article b{font-size:12px}.role-guide-v16 article small{margin-top:6px;color:var(--ui-muted);font-size:10px;line-height:1.5}
.role-save-v16{position:static!important;inset:auto!important;min-height:92px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(120deg,#191c23,var(--ui-surface))}.role-save-v16>div:first-child b,.role-save-v16>div:first-child small{display:block}.role-save-v16>div:first-child b{font-size:13px}.role-save-v16>div:first-child small{margin-top:6px;color:var(--ui-muted);font-size:10px}.role-save-v16>div:first-child span{color:#b8b3ff;font-weight:800}.role-save-v16>div:last-child{display:flex;align-items:center;gap:9px}.role-save-v16 .btn{min-width:170px}
@media(max-width:1000px){.role-grid-v16{grid-template-columns:1fr 1fr}}@media(max-width:700px){.role-picker-v16>header{align-items:flex-start;flex-direction:column}.role-picker-tools-v16{width:100%}.role-picker-tools-v16>label{min-width:0;flex:1}.role-grid-v16{grid-template-columns:1fr}.role-guide-v16>div{grid-template-columns:1fr}.role-save-v16{align-items:stretch;flex-direction:column}.role-save-v16>div:last-child{display:grid;grid-template-columns:1fr}.role-save-v16 .btn{width:100%;min-width:0}}

/* Stable launcher geometry over the inherited support drawer structure */
.support-widget{position:fixed!important;right:24px!important;bottom:24px!important;top:auto!important;width:166px!important;height:56px!important;overflow:visible!important;transform:none!important}.support-launcher{position:absolute!important;inset:0!important;width:166px!important;min-width:166px!important;height:56px!important}
@media(max-width:640px){.support-widget{width:50px!important;height:50px!important}.support-launcher{width:50px!important;min-width:50px!important;height:50px!important}}

/* Final color purge for components inherited from earlier structural layers */
.control-panel .product-sidebar{position:fixed!important;inset:0 auto 0 0!important;width:var(--sidebar-width)!important;height:100vh!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:0!important;overflow:hidden!important;border:0!important;border-right:1px solid var(--ui-border-soft)!important;background:var(--ui-sidebar)!important}
.control-panel .product-content{width:auto!important;max-width:none!important;height:100vh!important;min-height:0!important;margin:0 0 0 var(--sidebar-width)!important;padding:110px 48px 80px!important;overflow-x:hidden!important;overflow-y:auto!important;background:var(--ui-bg)!important}
.control-panel .product-content>*{width:min(1260px,100%)!important;margin-left:auto!important;margin-right:auto!important}
body.admin-panel-v14 .side-link>svg{width:21px;height:21px;flex:0 0 21px;color:#7d8490}body.admin-panel-v14 .side-link.active>svg{color:#aaa5ff}
.support-drawer>header small,.support-widget-history>div>a,.support-field>span em,.support-page-heading>span,.support-ticket-heading>div>span,.support-section-title span,.support-ticket-copy>span em{color:#9189ff!important}.support-drawer,.support-kind-switch label>span,.support-field input,.support-field textarea,.support-field select,.support-attachment,.support-upload{border-color:var(--ui-border)!important;background:var(--ui-field)!important}.support-kind-switch input:checked+span,.support-type-cards input:checked+span{border-color:#5c579b!important;background:var(--ui-accent-soft)!important;box-shadow:none!important}.support-kind-switch input:checked+span i,.support-type-cards input:checked+span i,.support-form-section>header>span{background:var(--ui-accent)!important;color:#fff!important}.support-ticket-row>i,.support-upload>span,.support-empty>i{background:var(--ui-accent-soft)!important;color:#aaa5ff!important}.support-status.open{border-color:#4f4b85!important;background:var(--ui-accent-soft)!important;color:#b8b3ff!important}
.product-ui .editor-kicker,.product-ui .editor-field>span em,.product-ui .button-order,.product-ui .editor-section-map>small,.product-ui .editor-section-map>div span.active,.product-ui .builder-back:hover{color:#9e97ff!important}.product-ui .builder-section-head>span,.product-ui .editor-page-tabs>button.active>span{background:var(--ui-accent)!important;color:#fff!important}.product-ui .editor-page-tabs>button.active,.product-ui .builder-step-nav>button.active,.product-ui .button-mode-cards input:checked+span{border-color:#5d579d!important;background:var(--ui-accent-soft)!important;color:#fff!important}.product-ui .editor-page-section{scrollbar-color:#55518a var(--ui-field)!important}.product-ui .editor-page-actions{border-color:#3f3d61!important;background:rgba(20,22,29,.94)!important}

@media(max-width:1180px){:root{--sidebar-width:270px}.product-content,body.admin-panel-v14 .admin-content-v14{padding-left:30px!important;padding-right:30px!important}.overview-layout-v15{grid-template-columns:1fr}.activity-list-v15{display:grid;grid-template-columns:1fr 1fr}.welcome-layout-v15{grid-template-columns:minmax(0,1fr) 360px}.hero-v15{grid-template-columns:1fr .95fr;gap:35px}.hero-copy-v15 h1{font-size:54px}.product-shot-v15{height:490px;grid-template-columns:170px 1fr}.shot-content-v15{grid-template-columns:1fr}.shot-preview-v15{display:none}}
@media(max-width:900px){:root{--sidebar-width:100%}body.product-ui{overflow-x:hidden}.product-shell{display:block!important}.product-sidebar{position:relative!important;width:100%!important;height:auto!important;min-height:0!important;border-right:0!important}.sidebar-server{height:70px}.product-nav{padding:7px 10px;flex-direction:row;overflow-x:auto;border-top:1px solid var(--ui-border-soft)}.product-nav .nav-label{display:none}.product-nav>a{min-width:max-content;min-height:43px}.product-nav>a>b{display:none}.sidebar-bottom{display:none}.product-topbar{position:absolute;left:auto;right:10px;top:5px;width:92px;height:60px;padding:0;background:transparent;border:0}.mobile-server{display:none}.product-content,body.admin-panel-v14 .admin-content-v14{width:100%!important;height:auto!important;min-height:calc(100vh - 120px)!important;margin:0!important;padding:32px 20px 60px!important;overflow:visible!important}.product-content>*{width:100%!important}.metric-grid-v15{grid-template-columns:1fr 1fr}.welcome-layout-v15{grid-template-columns:1fr}.welcome-preview-v15{position:static;order:-1}.server-select-shell-v15{display:block}.server-picker-v15{height:100vh!important}.server-select-main-v15{display:none}.support-content-v15{padding-top:34px!important}.hero-v15{width:min(680px,calc(100% - 36px));min-height:auto;padding:65px 0;grid-template-columns:1fr;text-align:center}.hero-label-v15,.hero-actions-v15{justify-content:center}.hero-copy-v15>p{margin:auto}.product-shot-v15{display:none}.features-v15,.steps-v15{width:calc(100% - 36px);padding:75px 0}.landing-v15 .site-header .top-nav,.landing-v15 .system-pill{display:none}.features-v15>div{grid-template-columns:1fr 1fr}.features-v15 article.wide{grid-column:span 2}.final-cta-v15{width:calc(100% - 36px);margin-bottom:60px}.admin-panel-v14 .admin-sidebar-v14{position:relative!important;width:100%!important;height:auto!important}.admin-panel-v14 .ak-topbar{display:none!important}.admin-panel-v14 .ak-side-nav{display:flex!important;overflow:auto!important}.admin-panel-v14 .admin-owner-v14,.admin-panel-v14 .ak-sidebar-status{display:none!important}}
@media(max-width:640px){body{font-size:14px}.page-title-v15{display:block}.page-title-v15 h1,.product-ui .panel-heading h1,body.admin-panel-v14 .page-header-v14 h1{font-size:34px!important}.page-title-v15>.btn,.page-title-v15>form,.page-title-v15>.status-pill-v15{margin-top:18px}.metric-grid-v15{grid-template-columns:1fr 1fr}.metric-grid-v15 article{min-height:118px;padding:17px}.metric-grid-v15 b{font-size:29px}.overview-layout-v15{display:block}.activity-card-v15{margin-top:14px}.activity-list-v15{display:block}.module-list-v15{grid-template-columns:1fr}.ticket-summary-v15{grid-template-columns:1fr}.ticket-panel-row-v15{align-items:flex-start;flex-wrap:wrap}.ticket-panel-copy{width:calc(100% - 65px)}.ticket-panel-actions-v15{width:100%;flex-wrap:wrap}.ticket-panel-actions-v15 .btn{flex:1}.welcome-preview-v15{display:none}.settings-panel-head-v15{position:relative;align-items:flex-start;padding-right:82px}.settings-panel-head-v15 .module-icon{display:none}.settings-panel-head-v15 .switch{position:absolute;right:18px;top:23px;margin:0}.form-stack-v15{padding:18px}.support-types-v15,.support-form-row-v15{grid-template-columns:1fr}.support-history-v15>div>a{align-items:flex-start;flex-wrap:wrap}.support-ticket-info-v15{width:100%;padding-left:59px;text-align:left}.support-history-v15 .module-arrow{display:none}.form-submit-v15{align-items:stretch;flex-direction:column;gap:13px}.hero-copy-v15 h1{font-size:45px;letter-spacing:-2.6px}.hero-copy-v15>p{font-size:16px}.hero-actions-v15{align-items:stretch;flex-direction:column}.hero-stats-v15{grid-template-columns:1fr 1fr}.features-v15 h2,.steps-v15 h2{font-size:34px}.features-v15>div{grid-template-columns:1fr}.features-v15 article.wide{grid-column:auto}.steps-v15>div{grid-template-columns:1fr}.steps-v15 article{min-height:170px}.steps-v15 h3{margin-top:25px}.final-cta-v15{padding:30px;align-items:flex-start;flex-direction:column}.final-cta-v15 h2{font-size:32px}.footer-v15{padding:25px;align-items:flex-start;flex-direction:column;gap:8px}.footer-v15 .product-brand{height:auto}.support-widget{right:14px!important;bottom:14px!important}.support-launcher b{display:none}.support-launcher{width:50px!important;height:50px!important;padding:0!important;border-radius:50%!important}.admin-metrics-v14{grid-template-columns:1fr 1fr!important}.system-control-v14{display:block!important}.system-control-v14 form{margin-top:16px;align-items:stretch!important}.announcement-layout-v14,.announcement-form-v14>div,.admin-data-grid-v14{grid-template-columns:1fr!important}}
@media(max-width:900px){.control-panel .product-sidebar{position:relative!important;width:100%!important;height:auto!important;min-height:0!important;border-right:0!important}.control-panel .product-content{width:100%!important;height:auto!important;min-height:calc(100vh - 120px)!important;margin:0!important;padding:32px 20px 60px!important;overflow:visible!important}.control-panel .product-content>*{width:100%!important;max-width:100%!important}}
