/* ===== Tokens ===== */
:root{
  --bg:#0b1113;
  --bg-2:#0c1417;
  --sidebar:#0c1417;
  --panel:#141f23;
  --panel-2:#1a2a30;
  --line:rgba(156,221,249,.12);
  --line-2:rgba(156,221,249,.08);
  --text:#ebf5fa;
  --muted:#92a4aa;
  --muted-2:#6d8188;
  --purple:#58bbf4;
  --purple-2:#47bdf3;
  --blue:#47bdf3;
  --pink:#52e5d6;
  --lime:#52e5d6;
  --lime-2:#14ccb9;
  --grad:linear-gradient(120deg,#58bbf4,#47c2f3);
  --grad-vl:linear-gradient(120deg,#5fb6ed,#52e5d6);
  --grad-pink:linear-gradient(120deg,#52e5d6,#5fb6ed);
  --orange:linear-gradient(120deg,#52e5d6,#14ccb9);
  --sb-w:248px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:"PingFang SC","Microsoft YaHei","Hiragino Sans GB",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
.ui-icon{width:1em;height:1em;display:inline-block;vertical-align:-.16em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
.res-act .ui-icon,.drop-x .ui-icon,.modal-x .ui-icon,.lb-act .ui-icon,.float-top .ui-icon,.nav-burger .ui-icon,.sb-collapse .ui-icon{width:18px;height:18px}
.video-task-icon .ui-icon{width:22px;height:22px;fill:currentColor;stroke:none}
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-thumb{background:rgba(255,255,255,.12);border-radius:8px}
::-webkit-scrollbar-track{background:transparent}

/* ===== Legal pages ===== */
.legal-page{min-height:100vh;background:
  radial-gradient(60% 36% at 10% 0%,rgba(82,229,214,.16),transparent 62%),
  radial-gradient(50% 34% at 90% 8%,rgba(88,187,244,.16),transparent 64%),
  var(--bg)}
.legal-wrap{width:min(920px,calc(100% - 36px));margin:0 auto;padding:34px 0 64px}
.legal-back{display:inline-flex;align-items:center;color:#9ff3ea;font-size:14px;margin-bottom:26px}
.legal-back:hover{color:#fff}
.legal-hero{padding:28px 0 24px;border-bottom:1px solid var(--line)}
.legal-hero p{font-size:13px;color:#9ff3ea;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}
.legal-hero h1{font-size:42px;line-height:1.12;margin-bottom:10px;letter-spacing:0}
.legal-hero span{color:var(--muted);font-size:14px}
.legal-card{padding:24px 0 0;color:#d7e8ee}
.legal-card h2{font-size:20px;margin:28px 0 10px;letter-spacing:0;color:#fff}
.legal-card p{font-size:15px;line-height:1.85;color:#b7c9cf}
@media (max-width:640px){.legal-wrap{width:min(100% - 28px,920px);padding-top:24px}.legal-hero h1{font-size:32px}.legal-card h2{font-size:18px}.legal-card p{font-size:14px}}

/* ===== Empty and error states ===== */
.notfound-view{min-height:calc(100vh - 160px);display:grid;place-content:center;text-align:center;padding:48px 18px;color:var(--text)}
.notfound-code{font-size:86px;line-height:1;font-weight:900;color:#9ff3ea;text-shadow:0 12px 38px rgba(82,229,214,.2)}
.notfound-view h1{font-size:34px;margin:14px 0 10px;letter-spacing:0}
.notfound-view p{max-width:580px;margin:0 auto;color:#b7c9cf;line-height:1.8;font-size:15px}
.notfound-view p b{color:#fff;font-weight:700;word-break:break-all}
.notfound-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}
.btn-soft{background:rgba(82,229,214,.12);color:#cffff9;border:1px solid rgba(82,229,214,.25)}
@media (max-width:640px){.notfound-code{font-size:64px}.notfound-view h1{font-size:26px}.notfound-actions{display:grid}.notfound-actions .btn{width:100%}}

/* ===== 顶部促销条 ===== */
.topbar{
  position:relative;height:48px;display:flex;align-items:center;justify-content:center;gap:14px;
  background:linear-gradient(90deg,#307186,#468da9 30%,#57a4c8 50%,#468da9 70%,#307186);
  overflow:hidden;font-size:15px;font-weight:600;z-index:60;
}
.topbar-deco{position:absolute;inset:0;background:
  radial-gradient(40% 120% at 12% 50%,rgba(147,215,248,.5),transparent 60%),
  radial-gradient(40% 120% at 88% 50%,rgba(120,170,255,.5),transparent 60%);}
.topbar-text,.topbar-btn{position:relative;z-index:1}
.topbar-arrow{font-size:14px}
.topbar-btn{background:#fff;color:#307186;font-weight:700;padding:6px 16px;border-radius:8px;font-size:13px}
.topbar-close{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#fff;font-size:22px;opacity:.8;z-index:1}
.topbar-close:hover{opacity:1}
.topbar.hide{display:none}

/* ===== App layout ===== */
.app{display:flex;min-height:calc(100vh - 48px)}

/* ===== Sidebar ===== */
.sidebar{
  position:relative;width:var(--sb-w);flex-shrink:0;background:var(--sidebar);
  border-right:1px solid var(--line-2);padding:18px 14px;display:flex;flex-direction:column;
  height:calc(100vh - 48px);position:sticky;top:0;overflow-y:auto;z-index:40;
}
.sb-glow{position:absolute;inset:0;pointer-events:none;background:
  radial-gradient(60% 28% at 50% 42%,rgba(102,208,245,.22),transparent 70%),
  radial-gradient(50% 22% at 30% 60%,rgba(79,168,255,.14),transparent 70%);}
.brand{display:flex;align-items:center;gap:9px;padding:4px 8px 18px;position:relative}
.brand-mark{filter:drop-shadow(0 4px 10px rgba(102,208,245,.5))}
.brand-text{font-size:21px;font-weight:800;font-style:italic;letter-spacing:.3px;white-space:nowrap}
.brand-text span{color:#fff}
.brand-text em{font-style:normal;font-size:12px;margin-left:5px;padding:1px 5px;border-radius:6px;background:rgba(82,229,214,.14);color:#9ff3ea;vertical-align:middle}
.sb-nav{display:flex;flex-direction:column;gap:3px;position:relative;flex:1}
.sb-item{
  display:flex;align-items:center;gap:11px;width:100%;text-align:left;
  padding:11px 12px;border-radius:12px;font-size:14.5px;color:#c7cbdc;font-weight:500;transition:.18s;
}
.sb-item:hover{background:rgba(255,255,255,.05);color:#fff}
.sb-ic{width:20px;height:20px;display:grid;place-items:center}
.sb-ic svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.sb-item.active .sb-ic svg{stroke:#ade4fa}
.sb-label{flex:1}
.sb-item.active{
  background:linear-gradient(100deg,rgba(102,208,245,.18),rgba(79,168,255,.08));
  color:#fff;border:1px solid rgba(119,212,246,.45);box-shadow:0 6px 18px -10px rgba(102,208,245,.6);
}
.sb-caret{font-size:16px;color:var(--muted-2);transition:.25s}
.sb-group.open .sb-caret{transform:rotate(90deg)}
.sb-sub{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}
.sb-group.open .sb-sub{grid-template-rows:1fr}
.sb-sub>div,.sb-sub{overflow:hidden}
.sb-sub a{
  display:flex;align-items:center;gap:8px;font-size:13.5px;color:#9a9eb4;
  padding:9px 12px 9px 43px;border-radius:10px;transition:.15s;
}
.sb-sub a:hover{background:rgba(255,255,255,.04);color:#fff}
.sb-sub a.cur{background:rgba(102,208,245,.16);color:#fff}
.hot{font-style:normal;font-size:10px;font-weight:700;color:#fff;background:linear-gradient(120deg,#ff7a3d,#ff4d6d);padding:1px 6px;border-radius:6px}
.sb-section{font-size:12px;color:var(--muted-2);padding:16px 12px 6px;font-weight:600}
.sb-foot{display:flex;align-items:center;justify-content:space-between;padding:14px 8px 4px;position:relative}
.sb-book{width:42px;height:42px;border-radius:50%;background:var(--grad);font-size:18px;display:grid;place-items:center;box-shadow:0 8px 20px -8px rgba(102,208,245,.7)}
.sb-collapse{color:var(--muted);font-size:20px;padding:8px}

/* ===== Main ===== */
.main{flex:1;min-width:0;position:relative;display:flex;flex-direction:column}
.topnav{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 28px;position:sticky;top:0;z-index:30;background:linear-gradient(180deg,var(--bg) 60%,transparent)}
.nav-burger{display:none;width:40px;height:40px;border-radius:10px;font-size:24px;color:var(--text);margin-right:auto;place-items:center;background:rgba(255,255,255,.04);border:1px solid var(--line)}
.topnav-actions{display:flex;align-items:center;gap:12px}
.pill{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:999px;font-size:14px;font-weight:600;transition:.2s}
.pill-credit{background:var(--orange);color:#fff;box-shadow:0 8px 20px -10px rgba(255,140,60,.8)}
.pill-login{background:rgba(255,255,255,.06);border:1px solid var(--line);color:#fff}
.pill-login:hover{background:rgba(255,255,255,.1)}
.pill-cta{background:var(--grad);color:#fff;box-shadow:0 8px 22px -8px rgba(102,208,245,.8)}
.pill:hover{transform:translateY(-1px)}

.content{flex:1;max-width:1180px;width:100%;margin:0 auto;padding:30px 28px 80px}

/* greeting */
.greeting{text-align:center;font-size:42px;font-weight:800;margin:24px 0 30px;letter-spacing:.5px}
.greeting .grad{background:var(--grad-pink);-webkit-background-clip:text;background-clip:text;color:transparent}
.spark{color:#92d6f8;margin:0 4px;font-size:.7em;vertical-align:super}

/* chips */
.chips{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:24px}
.chip{
  display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:14px;font-size:14px;font-weight:500;
  background:rgba(255,255,255,.035);border:1px solid var(--line);color:#d4d7e6;transition:.2s;
}
.chip:hover{border-color:rgba(119,212,246,.5);background:rgba(102,208,245,.1);transform:translateY(-2px)}
.chip .ci{font-size:15px}
.chip .up{color:var(--muted-2);font-size:12px}
.tag-new{font-style:normal;font-size:10px;font-weight:700;color:#fff;background:linear-gradient(120deg,#66d0f5,#4fa8ff);padding:1px 5px;border-radius:5px}

/* composer */
.composer{
  position:relative;background:linear-gradient(180deg,rgba(26,27,48,.9),rgba(18,19,36,.9));
  border:1.5px solid rgba(119,212,246,.45);border-radius:20px;padding:20px 20px 16px 118px;
  box-shadow:0 24px 60px -28px rgba(102,208,245,.5),inset 0 0 0 1px rgba(255,255,255,.02);margin-bottom:14px;
}
.cp-upload{position:absolute;left:18px;top:20px;width:82px;height:42px;border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1.5px dashed rgba(127,105,72,.35);font-size:13px;color:#5f5345;display:flex;align-items:center;justify-content:center;gap:6px;font-weight:800;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}
.cp-upload:hover{transform:translateY(-1px);border-color:rgba(127,105,72,.62);background:#f5efe5;box-shadow:0 12px 24px -18px rgba(61,50,35,.55)}
.cp-upload:active{transform:translateY(0) scale(.98)}
.cp-upload.has-file{border-style:solid;background:#ebe3d5;color:#3a3228}
.cp-upload-ic{width:18px;height:18px;border-radius:7px;background:#7f6948;color:#fff;display:grid;place-items:center;font-size:15px;line-height:1}
.cp-upload-txt{white-space:nowrap}
.cp-input{width:100%;background:none;border:none;resize:none;color:var(--text);font-size:15.5px;outline:none;min-height:54px;padding-right:90px}
.cp-input::placeholder{color:var(--muted-2)}
.cp-aiwrite{position:absolute;right:18px;top:18px;background:var(--grad);color:#fff;font-weight:600;font-size:13px;padding:9px 16px;border-radius:999px;box-shadow:0 8px 18px -8px rgba(102,208,245,.8)}
.cp-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;flex-wrap:wrap}
.cp-left{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.cp-round{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);color:var(--muted);font-size:15px}
.cp-select{display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border-radius:10px;background:rgba(255,255,255,.045);border:1px solid var(--line);font-size:13px;color:#cfd3e3;font-weight:500}
.cp-select:hover{border-color:rgba(119,212,246,.4)}
.cp-select .dn{color:var(--muted-2);font-size:11px}
/* dropdown */
.cp-dd{position:relative}
.cp-menu{position:absolute;bottom:calc(100% + 8px);left:0;min-width:150px;background:#191a30;border:1px solid var(--line);border-radius:12px;padding:6px;display:none;flex-direction:column;gap:2px;box-shadow:0 18px 40px -16px rgba(0,0,0,.7);z-index:20}
.cp-dd.open .cp-menu{display:flex}
.cp-menu a{font-size:13px;color:#cfd3e3;padding:9px 12px;border-radius:8px;cursor:pointer}
.cp-menu a:hover{background:rgba(102,208,245,.18);color:#fff}
.cp-plat{border-color:rgba(127,105,72,.35)}
.plat-ic{width:20px;height:20px;border-radius:6px;color:#fff;font-size:10px;display:grid;place-items:center;font-weight:900;letter-spacing:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}
.plat-taobao{background:linear-gradient(135deg,#ff8a00,#ff4f18)}
.plat-amazon{background:linear-gradient(135deg,#1d2533,#f7a51b);font-family:Arial,sans-serif;font-size:13px}
.plat-douyin{background:linear-gradient(135deg,#111,#111 42%,#00f5ff 43%,#ff2f6d)}
.plat-ebay{background:linear-gradient(135deg,#e53238,#0064d2 45%,#86b817 70%,#f5af02)}
.plat-ozon{background:linear-gradient(135deg,#005bff,#0aa6ff);font-size:9px}
.plat-pdd{background:linear-gradient(135deg,#f4392f,#ff7b73)}
.plat-shopee{background:linear-gradient(135deg,#ee4d2d,#ff8b45);font-size:12px}
.plat-tiktok{background:linear-gradient(135deg,#111 0 50%,#25f4ee 51%,#fe2c55)}
.plat-temu{background:linear-gradient(135deg,#ff6b00,#ff9d00)}
.plat-generic{background:linear-gradient(135deg,#7f6948,#b7a37f)}
.cs-ic{font-size:13px}
.cp-send{width:38px;height:38px;border-radius:50%;background:var(--grad);color:#fff;font-size:15px;display:grid;place-items:center;box-shadow:0 8px 18px -8px rgba(102,208,245,.9)}
.cp-tip{display:inline-block;margin-top:10px;margin-left:160px;font-size:12px;color:#bae7fb;background:rgba(102,208,245,.18);border:1px solid rgba(119,212,246,.4);padding:4px 12px;border-radius:8px;position:relative}
.cp-tip::before{content:"";position:absolute;top:-5px;left:24px;width:9px;height:9px;background:rgba(102,208,245,.18);border-left:1px solid rgba(119,212,246,.4);border-top:1px solid rgba(119,212,246,.4);transform:rotate(45deg)}

/* help bar */
.help-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:13.5px;color:var(--muted);padding:4px 6px 26px}
.help-bar strong{color:#d4d7e6;font-weight:600}
.help-contact{margin-left:auto;color:#ade6fa;font-weight:600;background:transparent;border:0;padding:0;cursor:pointer;font-family:inherit;font-size:inherit}
.help-contact:hover,.chat-hint button:hover,.scene-tip button:hover{text-decoration:underline;text-underline-offset:3px}

/* create cards */
.create-cards{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:18px;margin-bottom:40px}
.cc-promo{position:relative;border-radius:18px;padding:22px;overflow:hidden;color:#fff;
  background:linear-gradient(135deg,#1b1f4a,#307186 60%,#468da9);border:1px solid rgba(119,212,246,.4)}
.cc-promo-tag{display:inline-block;font-size:11px;font-weight:700;background:rgba(255,255,255,.16);padding:3px 10px;border-radius:6px;margin-bottom:10px}
.cc-promo-title{font-size:22px;font-weight:800;line-height:1.25;background:linear-gradient(120deg,#ffd98a,#ff9a6a);-webkit-background-clip:text;background-clip:text;color:transparent}
.cc-promo-sub{font-size:12.5px;color:#c6e4ed;margin:8px 0 12px}
.cc-price{font-size:12px;color:#e4f7fd;border-collapse:collapse;margin-bottom:12px}
.cc-price td{border:1px solid rgba(255,255,255,.2);padding:4px 14px}
.cc-promo-cta{font-size:12.5px;font-weight:600;color:#ffd98a}
.cc-empty{border:1.5px dashed rgba(255,255,255,.14);border-radius:18px;padding:26px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:rgba(255,255,255,.015)}
.cc-plus{width:46px;height:46px;border-radius:50%;border:1px solid var(--line);font-size:24px;color:var(--muted);display:grid;place-items:center;margin-bottom:14px}
.cc-empty h4{font-size:16px;margin-bottom:6px}
.cc-empty p{font-size:13px;color:var(--muted-2);margin-bottom:16px}
.cc-go{font-size:13px;font-weight:600;color:#cfd3e3;border:1px solid var(--line);padding:8px 18px;border-radius:999px}
.cc-go-grad{background:var(--grad);color:#fff;border:none}

/* cases */
.cases-tabs{display:flex;gap:10px;margin-bottom:18px}
.ct{font-size:14px;font-weight:600;color:var(--muted);padding:9px 16px;border-radius:10px;background:rgba(255,255,255,.03);border:1px solid transparent}
.ct.active{color:#fff;background:rgba(255,255,255,.07);border-color:var(--line)}
.plat-tabs{display:flex;gap:22px;flex-wrap:wrap;border-bottom:1px solid var(--line-2);padding-bottom:0;margin-bottom:22px}
.pt{font-size:14px;color:var(--muted);padding:6px 2px 12px;position:relative;font-weight:500}
.pt.active{color:#fff}
.pt.active::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:2px;background:var(--grad)}

/* gallery */
.gallery{columns:4;column-gap:16px}
.gcard{break-inside:avoid;margin-bottom:16px;border-radius:14px;overflow:hidden;border:1px solid var(--line);background:var(--panel);position:relative;text-align:left;color:inherit}
button.gcard{display:block;width:100%;cursor:pointer}
button.gcard:active{transform:translateY(1px)}
.gcard .gimg{display:block;width:100%;position:relative}
.gcard .gimg::after{content:attr(data-emoji);position:absolute;inset:0;display:grid;place-items:center;font-size:18px;font-weight:700;letter-spacing:2px;color:rgba(255,255,255,.85);text-shadow:0 2px 8px rgba(0,0,0,.4)}
.gcard .gbody{padding:12px 13px 14px}
.gcard h5{font-size:14px;font-weight:600;margin-bottom:6px}
.gcard p{font-size:12px;color:var(--muted-2);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.gcard .asset-meta{margin-top:3px;color:#9eb1b8;-webkit-line-clamp:2}
.gallery-empty{display:flex;flex-direction:column;gap:6px;break-inside:avoid;grid-column:1/-1;padding:26px;border:1px dashed var(--line);border-radius:14px;background:rgba(255,255,255,.025);color:var(--muted)}
.gallery-empty b{font-size:15px;color:#fff}
.gallery-empty span{font-size:13px}
.gallery-empty .btn{width:max-content;margin-top:8px}
.case-note{border-color:rgba(82,229,214,.22);background:rgba(82,229,214,.07);color:#cfeeed}

/* float buttons */
.float-headset,.float-top{position:fixed;right:24px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;font-size:18px;z-index:35;transition:.2s}
.float-headset{bottom:84px;background:var(--grad);color:#fff;box-shadow:0 10px 24px -8px rgba(102,208,245,.8)}
.float-top{bottom:28px;background:var(--panel-2);color:var(--text);border:1px solid var(--line);opacity:0;pointer-events:none}
.float-top.show{opacity:1;pointer-events:auto}
.float-headset:hover,.float-top:hover{transform:translateY(-2px)}

/* ===== 设计类右侧模板面板 ===== */
.ig-tabs{display:flex;gap:8px;margin-bottom:14px}
.ig-tab{font-size:14px;font-weight:700;color:var(--muted);padding:6px 2px;position:relative}
.ig-tab.active{color:#fff}
.ig-tab.active::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;border-radius:2px;background:var(--grad)}
.form-note{font-size:12.5px;color:var(--muted-2);background:rgba(255,255,255,.03);border:1px solid var(--line-2);border-radius:10px;padding:10px 12px;margin-bottom:18px;line-height:1.6}
.ws-sel.block{width:100%;margin-bottom:8px}
.ratio-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}
.ratio-row>span{font-size:13px;color:var(--muted);margin-right:4px}
.ratio-b{font-size:12px;color:#cfd3e3;border:1px solid var(--line);border-radius:8px;padding:6px 12px;background:rgba(255,255,255,.03)}
.ratio-b.on{border-color:rgba(119,212,246,.6);background:rgba(102,208,245,.18);color:#fff}
.tpl-panel{padding:18px}
.tpl-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;flex-wrap:wrap}
.tpl-tabs{display:flex;gap:6px;background:rgba(255,255,255,.04);border-radius:10px;padding:4px}
.tt{font-size:13px;font-weight:600;color:var(--muted);padding:7px 16px;border-radius:8px}
.tt.active{background:rgba(102,208,245,.25);color:#fff}
.tpl-search{display:flex;gap:6px;flex:1;max-width:300px;min-width:160px}
.tpl-search input{flex:1;background:rgba(255,255,255,.04);border:1px solid var(--line);border-radius:8px;color:#fff;padding:8px 12px;font-size:13px;outline:none}
.tpl-search button{background:var(--grad);color:#fff;font-size:13px;font-weight:600;padding:0 16px;border-radius:8px}
.tpl-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}
.tpill{font-size:13px;color:var(--muted);padding:7px 16px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid var(--line)}
.tpill.on{background:var(--grad);color:#fff;border:none}
.tpl-gallery{columns:3}
@media(max-width:1240px){.tpl-gallery{columns:2}}

/* ===== 智能体 Chat ===== */
.chat-wrap{max-width:880px;margin:0 auto;padding-top:40px;text-align:center}
.chat-logo{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:34px}
.chat-word{font-size:34px;font-weight:800;font-style:italic}
.chat-word i{font-style:italic}
.chat-composer{text-align:left;margin-bottom:14px}
.chat-right{display:flex;align-items:center;gap:9px}
.chat-hint{font-size:13px;color:var(--muted);background:rgba(255,255,255,.03);border:1px solid var(--line-2);border-radius:12px;padding:12px 16px;text-align:left}
.chat-hint strong{color:#d4d7e6}.chat-hint button{color:#ade6fa;margin-left:6px;background:transparent;border:0;padding:0;font:inherit;font-weight:700;cursor:pointer}
.chat-foot{font-size:12px;color:var(--muted-2);margin-top:20px}

/* ===== 视频智能体 Studio ===== */
.studio{display:grid;grid-template-columns:minmax(0,460px) 1fr;gap:24px;min-height:560px}
.studio-left{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:20px;display:flex;flex-direction:column}
.studio-tools{display:flex;gap:10px;margin-bottom:18px}
.st-ic{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.05);border:1px solid var(--line);font-size:16px;color:#cfd3e3}
.studio-title{font-size:24px;font-weight:800;background:var(--grad-pink);-webkit-background-clip:text;background-clip:text;color:transparent}
.studio-sub{font-size:14px;color:var(--muted);margin:6px 0 auto}
.studio-composer{margin-top:24px}
.studio-right{display:flex;align-items:flex-start;gap:18px;flex-wrap:wrap}
.scene-card{width:280px;background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:18px;position:relative;min-height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.scene-card.active{border-color:rgba(127,105,72,.7);box-shadow:0 20px 46px -34px rgba(61,50,35,.9),0 0 0 3px rgba(127,105,72,.12)}
.scene-card.has-desc .scene-no::after{content:'已写';display:inline-flex;margin-left:8px;vertical-align:middle;padding:2px 6px;border-radius:6px;background:rgba(127,105,72,.16);color:#7f6948;font-size:10px;font-weight:900}
.scene-no{position:absolute;top:14px;left:16px;font-size:18px;font-weight:700}
.scene-blob{opacity:.8;margin-bottom:16px}
.scene-thumb{width:100%;max-width:210px;position:relative;margin:-4px 0 12px;border-radius:12px;background:#f4ecdf;border:1px solid rgba(127,105,72,.22);box-shadow:0 18px 34px -26px rgba(61,50,35,.72);animation:uploadPop .22s ease-out both;overflow:visible}
.scene-thumb img{width:100%;height:118px;border-radius:11px 11px 7px 7px;object-fit:cover;display:block}
.scene-thumb span{display:block;padding:6px 8px 7px;font-size:11px;line-height:1.2;color:#5f5345;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.scene-card.has-scene-image .scene-blob{display:none}
.scene-field{width:100%;display:block;margin:10px 0 8px}
.scene-field span{display:block;margin-bottom:6px;font-size:12px;font-weight:800;color:#665d51}
.scene-desc{width:100%;min-height:82px;max-height:120px;resize:vertical;border:1px solid rgba(127,105,72,.22);border-radius:10px;background:#f7f0e6;color:#463d32;padding:10px 11px;font:inherit;font-size:12.5px;line-height:1.55;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.4)}
.scene-desc:focus{border-color:rgba(127,105,72,.58);box-shadow:0 0 0 3px rgba(127,105,72,.12),inset 0 1px 0 rgba(255,255,255,.45)}
.scene-desc::placeholder{color:#9b9082}
.scene-tip{font-size:14px;color:var(--muted)}
.scene-tip button{color:#ade6fa;background:transparent;border:0;padding:0;font:inherit;font-weight:700;cursor:pointer}
.scene-time{position:absolute;bottom:14px;left:16px;font-size:13px;color:var(--muted-2)}
.scene-add{width:50px;height:50px;border-radius:50%;border:1px dashed rgba(255,255,255,.2);font-size:24px;color:var(--muted);margin-top:160px}

/* ===== AI工具 网格 ===== */
.subhead-lg{font-size:16px;font-weight:800;margin:22px 0 14px}
.ws-sub-section:first-of-type .subhead-lg{margin-top:18px}
.tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tool-card{position:relative;overflow:hidden;border-radius:16px;border:1px solid var(--line);background:linear-gradient(135deg,color-mix(in srgb,var(--tc) 55%,#10111f),#10111f);padding:22px;display:flex;justify-content:space-between;align-items:center;min-height:120px;transition:.25s;cursor:pointer}
.tool-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px -18px rgba(0,0,0,.7)}
.tc-body h3{font-size:18px;margin-bottom:8px}
.tc-body p{font-size:13px;color:#c7c9dc;margin-bottom:14px}
.tc-go{font-size:13px;font-weight:600;color:#fff}
.tc-thumb{width:64px;height:64px;border-radius:12px;background:rgba(255,255,255,.14);flex-shrink:0}
@media(max-width:980px){.tools-grid{grid-template-columns:1fr 1fr}}

/* ===== 生成 loading ===== */
.loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:360px;width:100%}
.spin{width:42px;height:42px;border-radius:50%;border:3px solid rgba(102,208,245,.25);border-top-color:var(--purple);animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.loading p{font-size:14px;color:var(--muted)}

/* ===== 视频图片处理 分类首页（videoImage.html 默认视图）===== */
.vi-hero{position:relative;overflow:hidden;border-radius:20px;padding:36px 40px;margin-bottom:22px;
  background:linear-gradient(120deg,#123137,#24566a 48%,#7b4c2a);display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 24px 70px -48px rgba(0,0,0,.9)}
.vi-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(420px 180px at 78% 34%,rgba(82,229,214,.24),transparent 70%);pointer-events:none}
.vi-hero-text h1{font-size:30px;font-weight:800;margin-bottom:10px;letter-spacing:.3px}
.vi-hero-text p{font-size:14.5px;color:#dff5fd;margin-bottom:18px}
.vi-hero-text,.vi-hero-preview{position:relative;z-index:1}
.vi-hero-preview{width:280px;min-height:150px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.14);box-shadow:0 20px 40px -28px rgba(0,0,0,.9);background:#102024}
.vi-hero-preview img{width:100%;height:170px;object-fit:cover;display:block}
.vi-hero-preview span{position:absolute;left:12px;bottom:12px;color:#081214;background:#f7d99a;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800}
@media(max-width:760px){.vi-hero{flex-direction:column;text-align:center}.vi-hero-preview{width:100%;max-width:320px}}

.vi-features{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:28px}
@media(max-width:1200px){.vi-features{grid-template-columns:repeat(3,1fr)}}
.vi-feature{display:block;background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:18px;transition:.22s}
.vi-feature:hover{transform:translateY(-3px);border-color:rgba(119,212,246,.5)}
.vi-feature h3{font-size:15.5px;font-weight:700;margin:2px 0 4px}
.vi-feature p{font-size:12.5px;color:var(--muted)}
.vi-feature-art{height:96px;border-radius:12px;margin-bottom:12px;overflow:hidden;background:rgba(255,255,255,.04)}
.vi-feature-art img{width:100%;height:100%;object-fit:cover}
@media(max-width:860px){.vi-features{grid-template-columns:1fr}}

/* ===== 产品模特 分类首页 ===== */
.md-hero{background:linear-gradient(120deg,#17343a,#284c5d 45%,#754f38)}
.md-preview img{object-position:center 28%}
.md-features{grid-template-columns:repeat(6,1fr)}
@media(max-width:1300px){.md-features{grid-template-columns:repeat(3,1fr)}}
@media(max-width:860px){.md-features{grid-template-columns:1fr}}

.pose-mode-item{display:flex;align-items:center;gap:10px;margin-top:10px}
.pose-ic{width:36px;height:36px;border-radius:10px;background:rgba(102,208,245,.16);display:flex;align-items:center;justify-content:center;flex-shrink:0}

.vi-sub{font-size:18px;font-weight:800;margin:6px 0 16px}
.vi-inspire-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.vi-inspire-bar .ws-tabs{margin-bottom:0;flex:1}
.vi-search{display:flex;align-items:center;background:rgba(255,255,255,.04);border:1px solid var(--line);border-radius:12px;overflow:hidden}
.vi-search input{background:none;border:none;color:#fff;padding:9px 14px;font-size:13.5px;width:160px}
.vi-search input::placeholder{color:var(--muted-2)}
.vi-search button{padding:9px 16px;font-size:12.5px;color:var(--muted);border-left:1px solid var(--line)}
.vi-search button:hover{color:#fff}

/* ===== 视频图片处理 工作区 ===== */
.ws-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.ws-head h1{font-size:22px;font-weight:800}
.ws-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}
.ws-tab{font-size:14px;font-weight:600;color:var(--muted);padding:9px 18px;border-radius:12px;background:rgba(255,255,255,.035);border:1px solid var(--line)}
.ws-tab.active{color:#fff;background:linear-gradient(100deg,rgba(102,208,245,.22),rgba(79,168,255,.1));border-color:rgba(119,212,246,.5)}
.ws-tab:hover{color:#fff}
.ws-tool-heading{font-size:17px;font-weight:700;margin-bottom:6px}
.ws-hint{font-size:12.5px;color:var(--muted);margin:6px 0 16px}
.ws-check{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;margin:18px 0 4px;cursor:pointer}
.ws-check input{width:16px;height:16px;accent-color:#47bdf3}
.ws-sel-btn{display:block;width:100%;text-align:left;background:rgba(255,255,255,.035);border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-size:13.5px;color:var(--muted);margin-top:10px}
.ws-sel-btn:hover{color:#fff;border-color:rgba(119,212,246,.5)}
.ws-font-preview{font-weight:700;color:#fff;font-size:15px}
.hint-tip{font-size:11.5px;font-weight:500;color:var(--muted-2);cursor:help}

/* ===== 商品图设计：图片类型多选清单 ===== */
.type-price-tag{font-size:11.5px;font-weight:600;color:var(--muted-2);background:rgba(255,255,255,.05);padding:2px 8px;border-radius:6px}
.type-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:8px}
.type-item{background:rgba(255,255,255,.03);border:1px solid var(--line-2);border-radius:12px;padding:12px;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.type-item:hover{background:rgba(255,255,255,.055);border-color:rgba(127,105,72,.34)}
.type-item-top{display:flex;align-items:center;justify-content:space-between;font-size:13.5px}
.type-item-top input{width:16px;height:16px;accent-color:#47bdf3}
.type-item p{font-size:11.5px;color:var(--muted-2);margin-top:4px}
.type-item-qty{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:12.5px}
.type-item-qty button{width:22px;height:22px;border-radius:6px;background:rgba(255,255,255,.06);border:1px solid var(--line)}
.type-item-qty button:hover{background:rgba(255,255,255,.12)}
.type-item-qty button:disabled{opacity:.42;cursor:not-allowed;transform:none;background:rgba(255,255,255,.025)}
.type-item-price{margin-left:auto;color:var(--muted)}
.type-item-price b{color:#52e5d6}
@media(max-width:560px){.type-grid{grid-template-columns:1fr}}

.design-info{background:linear-gradient(160deg,#1a2a30,#141f23);border:1px solid var(--line);border-radius:18px;padding:32px;display:flex;flex-direction:column;justify-content:center;min-height:280px}
.design-info h2{font-size:24px;font-weight:800;margin-bottom:10px}
.design-info p{font-size:14px;color:var(--muted);line-height:1.7;max-width:420px}
.design-info-visual{display:flex;align-items:center;gap:18px;margin-top:28px}
.design-info-visual-3{justify-content:center}
.design-info-hero{width:220px;height:260px;border-radius:14px;overflow:hidden;flex-shrink:0;background:rgba(255,255,255,.04)}
.design-info-hero img{width:100%;height:100%;object-fit:cover}
.design-info-arrow{font-size:22px;color:var(--muted-2);flex-shrink:0}
.design-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;flex:1}
.design-info-thumb{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:4/3;background:rgba(255,255,255,.04)}
.design-info-thumb.lg{width:150px;height:180px;aspect-ratio:auto;flex-shrink:0}
.design-info-thumb img{width:100%;height:100%;object-fit:cover}
@media(max-width:860px){
  .design-info{padding:22px}
  .design-info-visual{flex-direction:column;align-items:stretch}
  .design-info-visual-3{flex-direction:row;flex-wrap:wrap;justify-content:center}
  .design-info-hero{width:100%;height:200px}
  .design-info-arrow{align-self:center;transform:rotate(90deg)}
  .design-info-visual-3 .design-info-arrow{transform:none}
  .design-info-grid{grid-template-columns:repeat(3,1fr)}
}

/* v62: tighten the agent workspace after real upload preview. */
html body .chat-composer{
  grid-template-columns:260px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  gap:18px 30px!important;
  align-items:start!important;
  min-height:0!important;
  padding:30px 34px!important;
}
html body .chat-composer .cp-upload{
  width:260px!important;
  height:76px!important;
  min-height:76px!important;
  font-size:18px!important;
}
html body .chat-composer .cp-thumb{
  width:260px!important;
  min-height:238px!important;
  max-height:288px!important;
}
html body .chat-composer .cp-thumb img{
  min-height:194px!important;
  max-height:238px!important;
}
html body .chat-composer .cp-input{
  height:190px!important;
  min-height:190px!important;
  max-height:190px!important;
  overflow:auto!important;
  padding:28px 190px 26px 30px!important;
  font-size:21px!important;
  line-height:1.62!important;
}
html body .chat-composer .cp-aiwrite{
  top:58px!important;
  right:58px!important;
  height:52px!important;
  min-width:136px!important;
  font-size:16px!important;
}
html body .chat-composer .cp-foot{
  align-self:end!important;
  padding-top:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:14px 18px!important;
}
html body .chat-composer .cp-left{
  display:grid!important;
  grid-template-columns:54px minmax(170px,220px) minmax(220px,280px) minmax(116px,150px) minmax(96px,124px) minmax(130px,170px)!important;
  gap:12px!important;
  align-items:center!important;
}
html body .chat-composer .chat-right{
  display:grid!important;
  grid-template-columns:minmax(128px,160px) minmax(128px,160px) 62px!important;
  gap:12px!important;
  align-items:center!important;
  justify-content:end!important;
}
html body .chat-composer .cp-select,
html body .chat-composer .cp-round{
  width:100%!important;
  height:52px!important;
  min-width:0!important;
  justify-content:center!important;
  padding:0 14px!important;
  font-size:16px!important;
  white-space:nowrap!important;
}
html body .chat-composer .cp-select{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
html body .chat-composer .cp-round{
  width:54px!important;
  padding:0!important;
}
html body .chat-composer .cp-send{
  width:62px!important;
  height:62px!important;
  align-self:center!important;
}
@media(max-width:1320px){
  html body .chat-composer .cp-foot{
    grid-template-columns:1fr!important;
  }
  html body .chat-composer .chat-right{
    justify-content:start!important;
  }
}

/* v63 final agent layout: same functions, reference-style composition. */
html body .chat-wrap{
  max-width:min(1500px,calc(100vw - 72px))!important;
  padding-top:58px!important;
}
html body .chat-logo{
  margin:0 auto 58px!important;
  text-align:center!important;
}
html body .chat-word{
  font-size:34px!important;
  line-height:1.2!important;
  font-weight:900!important;
  font-style:normal!important;
  letter-spacing:0!important;
  color:#f1dfb4!important;
  text-shadow:0 18px 58px rgba(216,187,117,.22)!important;
}
html body .chat-word i{
  color:#d6aa51!important;
  font-style:normal!important;
}
html body .chat-composer{
  position:relative!important;
  display:grid!important;
  grid-template-columns:116px minmax(0,1fr) 118px!important;
  grid-template-rows:minmax(190px,auto) auto!important;
  gap:18px 22px!important;
  align-items:start!important;
  min-height:312px!important;
  padding:28px 30px 26px!important;
  border-radius:30px!important;
  border:1px solid rgba(216,187,117,.20)!important;
  background:linear-gradient(180deg,rgba(17,15,11,.96),rgba(7,7,6,.985))!important;
  box-shadow:0 30px 82px -60px rgba(216,187,117,.35),inset 0 1px 0 rgba(255,255,255,.035)!important;
  overflow:visible!important;
}
html body .chat-composer .cp-upload{
  position:relative!important;
  grid-column:1!important;
  grid-row:1!important;
  width:74px!important;
  height:94px!important;
  min-height:94px!important;
  margin:8px auto 0!important;
  padding:0!important;
  transform:rotate(-8deg)!important;
  border-radius:6px!important;
  background:linear-gradient(180deg,#232016,#11100c)!important;
  border:1px solid rgba(216,187,117,.22)!important;
  box-shadow:0 16px 30px -24px rgba(216,187,117,.7)!important;
  color:#d9c088!important;
}
html body .chat-composer .cp-upload-ic{
  width:34px!important;
  height:34px!important;
  border-radius:50%!important;
  background:rgba(216,187,117,.10)!important;
  border:1px solid rgba(216,187,117,.24)!important;
  color:#e8d49f!important;
  font-size:24px!important;
}
html body .chat-composer .cp-upload-txt{
  display:none!important;
}
html body .chat-composer .cp-thumb{
  position:absolute!important;
  left:30px!important;
  top:28px!important;
  grid-column:auto!important;
  grid-row:auto!important;
  width:116px!important;
  min-height:134px!important;
  max-height:152px!important;
  margin:0!important;
  transform:rotate(-8deg)!important;
  border-radius:10px!important;
  grid-template-rows:minmax(96px,1fr) 30px!important;
  border:1px solid rgba(242,210,132,.55)!important;
  box-shadow:0 18px 34px -24px rgba(216,187,117,.9)!important;
  z-index:3!important;
}
html body .chat-composer .cp-thumb::after{
  content:'+'!important;
  position:absolute!important;
  right:-24px!important;
  bottom:28px!important;
  width:54px!important;
  height:54px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  color:#080807!important;
  font-size:30px!important;
  font-weight:600!important;
  background:linear-gradient(180deg,#e0c57c,#b88635)!important;
  border:1px solid rgba(255,238,183,.48)!important;
  box-shadow:0 14px 32px -22px rgba(216,187,117,.9)!important;
}
html body .chat-composer .cp-thumb img{
  min-height:96px!important;
  max-height:118px!important;
  object-fit:cover!important;
}
html body .chat-composer .cp-thumb span{
  font-size:11px!important;
  padding:7px 9px!important;
}
html body .chat-composer .cp-thumb .drop-x{
  top:6px!important;
  right:6px!important;
  transform:rotate(8deg)!important;
}
html body .chat-composer .cp-input{
  grid-column:2 / 4!important;
  grid-row:1!important;
  width:100%!important;
  height:190px!important;
  min-height:190px!important;
  max-height:190px!important;
  padding:30px 178px 28px 30px!important;
  resize:none!important;
  overflow:auto!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#f2e4c3!important;
  font-size:22px!important;
  line-height:1.65!important;
}
html body .chat-composer .cp-input::placeholder{
  color:rgba(214,199,166,.54)!important;
}
html body .chat-composer .cp-aiwrite{
  position:absolute!important;
  top:28px!important;
  right:30px!important;
  width:auto!important;
  min-width:134px!important;
  height:52px!important;
  padding:0 22px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,rgba(216,187,117,.13),rgba(216,187,117,.055))!important;
  border:1px solid rgba(216,187,117,.27)!important;
  color:#e9d39a!important;
  font-size:16px!important;
  box-shadow:none!important;
  z-index:4!important;
}
html body .chat-composer .cp-foot{
  grid-column:1 / 4!important;
  grid-row:2!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:14px 18px!important;
  padding:0!important;
  margin:0!important;
}
html body .chat-composer .cp-left,
html body .chat-composer .chat-right{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
html body .chat-composer .chat-right{
  justify-content:flex-end!important;
}
html body .chat-composer .cp-select,
html body .chat-composer .cp-round{
  width:auto!important;
  min-width:0!important;
  height:48px!important;
  padding:0 18px!important;
  border-radius:14px!important;
  justify-content:center!important;
  color:#e2d0a5!important;
  font-size:15px!important;
  white-space:nowrap!important;
  background:linear-gradient(180deg,rgba(216,187,117,.06),rgba(7,7,6,.88))!important;
  border:1px solid rgba(216,187,117,.18)!important;
}
html body .chat-composer .cp-round{
  width:48px!important;
  padding:0!important;
}
html body .chat-composer .cp-send{
  width:58px!important;
  height:58px!important;
  border-radius:18px!important;
  font-size:20px!important;
  margin-left:4px!important;
  align-self:center!important;
}
html body .chat-hint{
  max-width:min(1500px,calc(100vw - 72px))!important;
  margin:24px auto 0!important;
  min-height:68px!important;
  border-radius:18px!important;
}
@media(max-width:1180px){
  html body .chat-composer .cp-foot{
    grid-template-columns:1fr!important;
  }
  html body .chat-composer .chat-right{
    justify-content:flex-start!important;
  }
}
@media(max-width:860px){
  html body .chat-wrap{
    max-width:100%!important;
    padding-top:22px!important;
  }
  html body .chat-logo{
    margin-bottom:24px!important;
  }
  html body .chat-word{
    font-size:28px!important;
  }
  html body .chat-composer{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto auto!important;
    padding:18px!important;
    min-height:0!important;
  }
  html body .chat-composer .cp-upload{
    grid-column:1!important;
    grid-row:1!important;
    width:100%!important;
    height:58px!important;
    min-height:58px!important;
    margin:0!important;
    transform:none!important;
    border-radius:16px!important;
  }
  html body .chat-composer .cp-upload-txt{
    display:inline!important;
  }
  html body .chat-composer .cp-thumb{
    position:relative!important;
    left:auto!important;
    top:auto!important;
    grid-column:1!important;
    grid-row:2!important;
    width:100%!important;
    transform:none!important;
  }
  html body .chat-composer .cp-thumb::after{
    display:none!important;
  }
  html body .chat-composer .cp-input{
    grid-column:1!important;
    grid-row:3!important;
    height:150px!important;
    min-height:150px!important;
    max-height:150px!important;
    padding:16px!important;
    font-size:16px!important;
  }
  html body .chat-composer .cp-aiwrite{
    position:static!important;
    width:100%!important;
    height:44px!important;
    grid-column:1!important;
    grid-row:4!important;
  }
  html body .chat-composer .cp-foot{
    grid-column:1!important;
    grid-row:5!important;
  }
  html body .chat-composer .cp-select,
  html body .chat-composer .cp-round,
  html body .chat-composer .cp-send{
    height:44px!important;
    font-size:13px!important;
  }
}
@media(max-width:1100px){
  html body .chat-composer{
    grid-template-columns:220px minmax(0,1fr)!important;
  }
  html body .chat-composer .cp-upload,
  html body .chat-composer .cp-thumb{
    width:220px!important;
  }
  html body .chat-composer .cp-left{
    grid-template-columns:54px repeat(2,minmax(0,1fr))!important;
  }
  html body .chat-composer .chat-right{
    grid-template-columns:repeat(2,minmax(0,1fr)) 62px!important;
  }
}
@media(max-width:860px){
  html body .chat-composer{
    grid-template-columns:1fr!important;
    padding:18px!important;
  }
  html body .chat-composer .cp-upload,
  html body .chat-composer .cp-thumb,
  html body .chat-composer .cp-input,
  html body .chat-composer .cp-foot{
    width:100%!important;
    grid-column:1!important;
    grid-row:auto!important;
  }
  html body .chat-composer .cp-input{
    height:156px!important;
    min-height:156px!important;
    max-height:156px!important;
    padding:18px!important;
    font-size:17px!important;
  }
  html body .chat-composer .cp-aiwrite{
    position:static!important;
    width:100%!important;
    height:46px!important;
  }
  html body .chat-composer .cp-left,
  html body .chat-composer .chat-right{
    grid-template-columns:1fr 1fr!important;
  }
  html body .chat-composer .cp-round,
  html body .chat-composer .cp-send{
    width:100%!important;
  }
}

/* v61: mature chat workspace composition. */
html body .chat-wrap{
  max-width:1440px!important;
  padding-top:54px!important;
}
html body .chat-logo{
  margin-bottom:52px!important;
}
html body .chat-word{
  font-size:54px!important;
  line-height:1!important;
}
html body .chat-composer{
  grid-template-columns:236px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  gap:18px 30px!important;
  align-items:start!important;
  padding:34px 38px 30px!important;
  min-height:492px!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 15% 15%,rgba(216,187,117,.08),transparent 28%),
    linear-gradient(180deg,rgba(19,17,12,.96),rgba(5,5,4,.99))!important;
  border-color:rgba(216,187,117,.18)!important;
  box-shadow:0 34px 90px -58px rgba(216,187,117,.36),inset 0 1px 0 rgba(255,255,255,.03)!important;
}
html body .chat-composer .cp-upload{
  grid-column:1!important;
  grid-row:1!important;
  width:236px!important;
  height:82px!important;
  min-height:82px!important;
  justify-self:stretch!important;
  border-radius:20px!important;
  font-size:18px!important;
  background:linear-gradient(180deg,rgba(216,187,117,.08),rgba(216,187,117,.035))!important;
  border-color:rgba(216,187,117,.28)!important;
}
html body .chat-composer .cp-upload-ic{
  width:24px!important;
  height:24px!important;
  border-radius:9px!important;
}
html body .chat-composer .cp-thumb{
  grid-column:1!important;
  grid-row:2!important;
  width:236px!important;
  min-height:252px!important;
  margin:0!important;
  border-radius:22px!important;
}
html body .chat-composer .cp-thumb img{
  min-height:206px!important;
}
html body .chat-composer .cp-input{
  grid-column:2!important;
  grid-row:1!important;
  min-height:132px!important;
  padding:32px 190px 28px 32px!important;
  border-radius:24px!important;
  font-size:22px!important;
  line-height:1.65!important;
  color:#f0e3c8!important;
  background:linear-gradient(180deg,rgba(11,10,8,.98),rgba(6,6,5,.98))!important;
  border:1px solid rgba(216,187,117,.28)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02),0 18px 48px -42px rgba(216,187,117,.5)!important;
}
html body .chat-composer .cp-input::placeholder{
  color:rgba(225,205,159,.54)!important;
}
html body .chat-composer .cp-aiwrite{
  grid-column:2!important;
  grid-row:1!important;
  top:32px!important;
  right:34px!important;
  height:58px!important;
  min-width:150px!important;
  border-radius:999px!important;
  color:#ead28e!important;
  background:linear-gradient(180deg,rgba(216,187,117,.12),rgba(216,187,117,.05))!important;
  border:1px solid rgba(216,187,117,.30)!important;
}
html body .chat-composer .cp-foot{
  grid-column:2!important;
  grid-row:2!important;
  align-self:end!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:18px!important;
  margin-top:0!important;
  padding-top:204px!important;
}
html body .chat-composer .cp-left,
html body .chat-composer .chat-right{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  align-items:center!important;
}
html body .chat-composer .chat-right{
  justify-content:flex-end!important;
}
html body .chat-composer .cp-select,
html body .chat-composer .cp-round{
  height:56px!important;
  border-radius:17px!important;
  padding:0 22px!important;
  font-size:17px!important;
  color:#e2d2ad!important;
  background:linear-gradient(180deg,rgba(216,187,117,.055),rgba(7,7,6,.92))!important;
  border-color:rgba(216,187,117,.18)!important;
}
html body .chat-composer .cp-round{
  width:56px!important;
  padding:0!important;
}
html body .chat-composer .cp-send{
  width:64px!important;
  height:64px!important;
  border-radius:18px!important;
  font-size:22px!important;
}
html body .chat-hint{
  max-width:1440px!important;
  margin:26px auto 0!important;
  min-height:74px!important;
  border-radius:20px!important;
}
@media(max-width:1100px){
  html body .chat-composer{
    grid-template-columns:200px minmax(0,1fr)!important;
    padding:28px!important;
  }
  html body .chat-composer .cp-upload,
  html body .chat-composer .cp-thumb{
    width:200px!important;
  }
  html body .chat-composer .cp-foot{
    padding-top:150px!important;
    grid-template-columns:1fr!important;
  }
  html body .chat-composer .chat-right{
    justify-content:flex-start!important;
  }
}
@media(max-width:860px){
  html body .chat-wrap{
    padding-top:22px!important;
  }
  html body .chat-logo{
    margin-bottom:24px!important;
  }
  html body .chat-word{
    font-size:34px!important;
  }
  html body .chat-composer{
    grid-template-columns:1fr!important;
    min-height:0!important;
    padding:18px!important;
    gap:14px!important;
  }
  html body .chat-composer .cp-upload,
  html body .chat-composer .cp-thumb,
  html body .chat-composer .cp-input,
  html body .chat-composer .cp-aiwrite,
  html body .chat-composer .cp-foot{
    grid-column:1!important;
    grid-row:auto!important;
    width:100%!important;
  }
  html body .chat-composer .cp-input{
    min-height:150px!important;
    padding:18px!important;
    font-size:17px!important;
  }
  html body .chat-composer .cp-aiwrite{
    position:static!important;
    height:48px!important;
    max-width:none!important;
  }
  html body .chat-composer .cp-foot{
    padding-top:0!important;
  }
  html body .chat-composer .cp-select,
  html body .chat-composer .cp-round{
    height:46px!important;
    font-size:14px!important;
    padding:0 14px!important;
  }
}
.design-info-thumb span{position:absolute;left:6px;bottom:6px;background:rgba(10,8,18,.7);color:#fff;font-size:10.5px;padding:2px 7px;border-radius:6px;backdrop-filter:blur(2px)}
.ws-grid{display:grid;grid-template-columns:minmax(0,420px) 1fr;gap:22px;align-items:start}
.ws-form{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:22px}
.ws-form .subhead{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700;margin:0 0 12px}
.ws-form .subhead .req{font-size:12px;font-weight:500;color:#ff9a55}
.ws-form .subhead + .ws-drop{margin-bottom:20px}
.ws-drop{border:1.5px dashed rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.02);padding:30px 16px;text-align:center;transition:.2s;cursor:pointer}
.ws-drop:hover{border-color:rgba(119,212,246,.5);background:rgba(102,208,245,.06)}
.ws-drop .di{width:42px;height:42px;border-radius:10px;background:rgba(255,255,255,.05);display:grid;place-items:center;margin:0 auto 12px}
.ws-drop .di svg{width:22px;height:22px;fill:none;stroke:var(--muted);stroke-width:1.6}
.ws-drop p{font-size:13.5px;color:#c2c6d8}
.ws-drop p b{color:#fff}
.ws-drop small{display:block;font-size:12px;color:var(--muted-2);margin-top:6px}
.ws-textarea{width:100%;min-height:120px;background:rgba(255,255,255,.02);border:1px solid var(--line);border-radius:12px;color:var(--text);font-size:14px;padding:12px 14px;resize:vertical;outline:none;font-family:inherit}
.ws-textarea::placeholder{color:var(--muted-2)}
.ws-airow{display:flex;gap:8px;margin-bottom:10px}
.ws-aibtn{font-size:12.5px;font-weight:600;padding:7px 14px;border-radius:999px;border:1px solid var(--line);color:#cfd3e3;display:inline-flex;align-items:center;gap:6px}
.ws-aibtn.grad{background:var(--grad);color:#fff;border:none}
.ws-select-row{display:flex;gap:10px;margin-top:16px}
.ws-sel{flex:1;background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:10px;color:#cfd3e3;font-size:13px;padding:10px 12px;outline:none}
.ws-actions{display:flex;align-items:center;gap:12px;margin-top:20px}
.ws-gen{background:var(--grad);color:#fff;font-weight:700;font-size:14px;padding:13px 26px;border-radius:12px;box-shadow:0 10px 24px -10px rgba(102,208,245,.8)}
.ws-gen:hover{transform:translateY(-1px)}
.ws-gen:disabled,.ws-gen[data-busy="1"]{opacity:.62;cursor:progress;transform:none;filter:saturate(.75)}
.gcard.regen-busy{opacity:.68;pointer-events:none;filter:saturate(.82)}
.ws-num{background:rgba(255,255,255,.03);border:1px solid var(--line);border-radius:10px;color:#cfd3e3;font-size:13px;padding:11px 14px}
.ws-result{background:var(--panel);border:1px solid var(--line);border-radius:18px;min-height:560px;padding:18px;position:relative;display:flex;flex-direction:column}
.ws-result-top{display:flex;justify-content:flex-end}
.ws-mywork{font-size:13px;font-weight:600;color:#fff;background:rgba(102,208,245,.2);border:1px solid rgba(119,212,246,.4);padding:8px 16px;border-radius:10px}
.ws-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}
.ws-empty svg{width:120px;height:120px}
.ws-empty p{font-size:14px;color:var(--muted-2)}

/* toast */
.toast{position:fixed;left:50%;bottom:40px;transform:translate(-50%,20px);background:#1c1d33;border:1px solid var(--line);color:#fff;font-size:14px;padding:12px 22px;border-radius:12px;box-shadow:0 18px 40px -14px rgba(0,0,0,.7);opacity:0;pointer-events:none;transition:.25s;z-index:80}
.toast.show{opacity:1;transform:translate(-50%,0)}
/* shake */
@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-6px)}75%{transform:translateX(6px)}}
.shake{animation:shake .3s}

/* backdrop for mobile sidebar */
.sb-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:38;opacity:0;pointer-events:none;transition:.25s}
.sb-backdrop.show{opacity:1;pointer-events:auto}

/* ===== Responsive ===== */
@media(max-width:1100px){.gallery{columns:3}.create-cards{grid-template-columns:1fr 1fr}}
@media(max-width:860px){
  .sidebar{position:fixed;left:0;top:48px;transform:translateX(-100%);transition:.28s;box-shadow:0 0 40px rgba(0,0,0,.5)}
  .sidebar.open{transform:none}
  .nav-burger{display:grid;flex:none}
  .gallery{columns:2}
  .create-cards{grid-template-columns:1fr}
  .cp-tip{margin-left:0}
}
@media(max-width:560px){
  .greeting{font-size:24px}
  .gallery{columns:1}
  .composer{padding-left:20px}
  .cp-upload{position:static;margin-bottom:10px}
  .topnav-actions .pill-login{display:none}
  .content{padding:20px 16px 70px}
  .topbar{padding:0 40px 0 10px;justify-content:flex-start}
  .topbar-text{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}
  .topbar-btn{display:none}
  .topbar-close{right:8px;font-size:18px}
}

/* =====================================================================
   专业化排版优化层（覆盖在最后，统一节奏 / 层级 / 质感）
   ===================================================================== */
:root{
  --r-lg:16px; --r-md:12px; --r-sm:10px;
  --elev-1:0 1px 0 rgba(255,255,255,.03) inset, 0 8px 24px -16px rgba(0,0,0,.6);
  --elev-2:0 18px 50px -24px rgba(0,0,0,.7);
  --ring:0 0 0 3px rgba(102,208,245,.22);
  --field:#10111f;
}
body{font-size:14.5px;letter-spacing:.1px;text-rendering:optimizeLegibility}

/* 内容容器：更宽、留白更舒展 */
.content{max-width:1280px;padding:30px 36px 96px}
@media(max-width:860px){.content{padding:22px 18px 80px}}

/* ---- 页面标题区 ---- */
.ws-head{display:flex;align-items:baseline;gap:12px;margin:6px 0 26px;padding-bottom:18px;border-bottom:1px solid var(--line-2)}
.ws-head h1{font-size:23px;font-weight:700;letter-spacing:0}
.ws-head::after{content:attr(data-sub);color:var(--muted-2);font-size:13px}

/* ---- 工作区栅格 ---- */
.ws-grid{gap:28px}
.ws-form{padding:26px 24px;border-radius:var(--r-lg);background:linear-gradient(180deg,#15162a,#121221);box-shadow:var(--elev-1)}
.ws-result{border-radius:var(--r-lg);box-shadow:var(--elev-1)}

/* ---- 表单字段层级 ---- */
.ws-form .subhead,.ws-form h3.subhead{font-size:13.5px;font-weight:600;color:#f3f4fb;margin:22px 0 11px;letter-spacing:.2px;display:flex;align-items:center;gap:9px}
.ws-form .subhead:first-of-type,.ws-form .ig-tabs + .form-note + .subhead{margin-top:4px}
.ws-form .subhead::before{content:"";width:3px;height:13px;border-radius:2px;background:var(--grad);flex:none}
.ws-form .subhead .req{margin-left:2px;font-size:11px;font-weight:600;color:#ff9a55;background:rgba(255,154,85,.12);padding:1px 7px;border-radius:6px}

/* ---- 输入控件统一 + 聚焦态 ---- */
.ws-textarea,.ws-sel,.tpl-search input,.ws-num{background:var(--field);border:1px solid var(--line);transition:border-color .18s, box-shadow .18s}
.ws-textarea:focus,.ws-sel:focus,.tpl-search input:focus,.ws-num:focus{border-color:rgba(119,212,246,.7);box-shadow:var(--ring);outline:none}
.ws-textarea{min-height:130px;line-height:1.6;padding:14px}
.ws-sel,.ws-num{height:42px;border-radius:var(--r-sm)}
.ws-select-row{gap:12px;margin-top:18px}

/* 上传区更克制、更专业 */
.ws-drop{border:1.5px dashed rgba(255,255,255,.14);border-radius:var(--r-md);background:var(--field);padding:26px 16px}
.ws-drop:hover{border-color:rgba(119,212,246,.55);background:#15162b}
.ws-drop .di{background:rgba(102,208,245,.12)}
.ws-drop .di svg{stroke:#ade6fa}
.ws-drop p{font-size:13.5px;color:#d6d9e8}
.ws-drop p b{color:#fff;font-weight:600}

/* AI帮写一行 */
.ws-airow{margin:2px 0 12px}
.ws-aibtn{height:32px;padding:0 14px;border-radius:999px}

/* 生成按钮组 */
.ws-actions{margin-top:24px;padding-top:20px;border-top:1px solid var(--line-2)}
.ws-gen{height:46px;padding:0 28px;border-radius:var(--r-md);font-size:14.5px;letter-spacing:.3px}
.ws-num{padding:0 14px}

/* ---- 右侧模板面板 ---- */
.tpl-panel{padding:22px}
.tpl-tabs{padding:4px}
.tpl-pills{gap:8px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid var(--line-2)}
.tpill{padding:7px 15px;font-size:12.5px}
.tpl-gallery{column-gap:14px}
.gcard{margin-bottom:14px;border-radius:var(--r-md);background:#10111f;transition:transform .2s, box-shadow .2s, border-color .2s}
.gcard:hover{transform:translateY(-3px);box-shadow:var(--elev-2);border-color:rgba(119,212,246,.35);cursor:pointer}
.gcard .gbody{padding:13px 14px 15px}
.gcard h5{font-size:13.5px;font-weight:600;line-height:1.4}
.gcard p{margin-top:5px;line-height:1.55}

/* 空状态结果区 */
.ws-result{min-height:600px}
.ws-empty p{font-size:13.5px;color:var(--muted)}
.result-error-card{grid-column:1/-1;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;padding:28px;border:1px solid rgba(255,116,116,.34);background:linear-gradient(180deg,rgba(255,116,116,.10),rgba(255,255,255,.035));border-radius:12px;color:var(--text);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.result-error-card strong{font-size:16px;font-weight:800;color:#ffd7d7}
.result-error-card p{max-width:520px;margin:0;color:var(--muted);font-size:13.5px;line-height:1.7;word-break:break-word}
.result-error-card .btn{margin-top:2px}
.result-error-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin-top:2px}
.result-error-actions .btn{min-width:96px}

/* ---- 首页 / 智能体留白与层级 ---- */
.greeting{margin:30px 0 32px;letter-spacing:0}
.chips{gap:10px;margin-bottom:26px}
.chip{padding:10px 17px;border-radius:12px;font-size:13.5px}
.composer{border-radius:var(--r-lg)}
.help-bar{padding:6px 4px 30px}

/* 案例 / 平台 Tab */
.cases-tabs{gap:8px;margin-bottom:20px}
.ct{padding:9px 18px;border-radius:var(--r-sm);font-size:13.5px}
.plat-tabs{gap:26px;margin-bottom:24px}

/* ---- AI工具卡片 ---- */
.tools-grid{gap:16px}
.tool-card{padding:24px;border-radius:var(--r-lg);min-height:128px}
.tool-card .tc-body h3{font-size:17px;font-weight:700;letter-spacing:0}
.tool-card .tc-thumb{box-shadow:0 8px 20px -10px rgba(0,0,0,.6)}

/* ---- 顶部按钮系统统一 ---- */
.pill{height:40px;padding:0 20px;font-size:13.5px;font-weight:600}
.topnav{padding:18px 36px}

/* ---- 侧边栏微调 ---- */
.sb-item{padding:10px 12px;font-size:14px}
.sb-sub a{font-size:13px;padding:8px 12px 8px 42px}
.sb-section{letter-spacing:.6px;text-transform:none}

/* ---- 视频智能体 ---- */
.studio{gap:24px}
.studio-left{border-radius:var(--r-lg);box-shadow:var(--elev-1)}
.scene-card{border-radius:var(--r-md)}

/* 减少移动端拥挤 */
@media(max-width:980px){.ws-grid{grid-template-columns:1fr}.ws-result{min-height:420px}.tpl-gallery{columns:2}}

/* =====================================================================
   完整化补充：副标题 / 价格页 / 登录弹窗 / 通用按钮
   ===================================================================== */
.ws-sub{color:var(--muted-2);font-size:13px;font-weight:400}
.chat-chips{justify-content:center;margin-bottom:18px}

/* 通用按钮 */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4em;font-size:14px;font-weight:600;padding:11px 22px;border-radius:12px;cursor:pointer;border:1.5px solid transparent;transition:.22s}
.btn-block{width:100%}
.btn-primary{background:var(--grad);color:#fff;box-shadow:0 10px 24px -10px rgba(102,208,245,.8)}
.btn-primary:hover{transform:translateY(-1px)}
.btn-outline{background:rgba(255,255,255,.04);border-color:var(--line);color:#fff}
.btn-outline:hover{border-color:rgba(119,212,246,.5)}

/* 价格页 */
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}
.price-card{position:relative;background:var(--panel);border:1px solid var(--line);border-radius:var(--r-lg);padding:30px 26px;display:flex;flex-direction:column;box-shadow:var(--elev-1);transition:.25s}
.price-card:hover{transform:translateY(-4px);box-shadow:var(--elev-2)}
.price-card.featured{border:1.5px solid rgba(119,212,246,.7);box-shadow:0 24px 60px -28px rgba(102,208,245,.6)}
.ribbon{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--grad);color:#fff;font-size:12px;font-weight:700;padding:5px 16px;border-radius:999px}
.price-card h3{font-size:19px;font-weight:700}
.price-card .price{font-size:38px;font-weight:800;margin:12px 0 4px}
.price-card .price .per{font-size:14px;font-weight:500;color:var(--muted)}
.price-desc{color:var(--muted);font-size:13.5px;margin-bottom:20px}
.price-card ul{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:24px;flex:1}
.price-card li{position:relative;padding-left:26px;font-size:14px;color:#d6d9e8}
.price-card li::before{content:"✓";position:absolute;left:0;color:#ade6fa;font-weight:800}
.credit-note{margin-top:22px;font-size:12.5px;color:var(--muted-2);background:rgba(255,255,255,.025);border:1px solid var(--line-2);border-radius:12px;padding:14px 16px;line-height:1.6}
.billing-section{margin-top:18px}
.billing-panel{border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.025);padding:16px;box-shadow:var(--elev-1)}
.billing-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.billing-head b{display:block;font-size:16px;color:#fff;margin-bottom:4px}
.billing-head span{font-size:12.5px;color:var(--muted)}
.billing-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;min-width:0}
.billing-table{width:100%;border-collapse:collapse;font-size:12.5px;min-width:420px;table-layout:auto}
.billing-table th,.billing-table td{text-align:left;padding:10px 8px;border-bottom:1px solid var(--line-2);color:#cfdce1;white-space:nowrap}
.billing-table th{color:#8fa5ac;font-weight:700}
.billing-empty{border:1px dashed var(--line);border-radius:12px;background:rgba(255,255,255,.025);padding:22px;text-align:center;color:var(--muted);display:flex;flex-direction:column;align-items:center;gap:8px}
.billing-empty b{color:#fff;font-size:15px}
.billing-empty span,.billing-warn{font-size:12.5px;color:var(--muted)}
.billing-error-card{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding:14px;border:1px solid rgba(255,120,120,.34);border-radius:12px;background:linear-gradient(180deg,rgba(76,24,28,.78),rgba(28,17,20,.82));box-shadow:var(--elev-1)}
.billing-error-card b{display:block;color:#fff;font-size:15px;margin-bottom:5px}
.billing-error-card p{margin:0 0 6px;color:#ffd4d4;font-size:13px;line-height:1.55;overflow-wrap:anywhere}
.billing-error-card span{display:block;color:#b7c6ca;font-size:12.5px;line-height:1.5}
.billing-error-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;flex:0 0 auto}
.credit-plus{color:#87efc4!important;font-weight:800}.credit-minus{color:#ffb4a8!important;font-weight:800}.tk-warn{background:rgba(255,202,122,.12);border-color:rgba(255,202,122,.25);color:#ffdfa6}
@media(max-width:880px){.pricing-grid{grid-template-columns:1fr}}
@media(max-width:880px){.billing-grid{grid-template-columns:1fr;overflow-x:auto}.billing-panel{padding:14px}.billing-head,.billing-error-card{align-items:flex-start;flex-direction:column}.billing-error-actions{justify-content:flex-start}}

.site-footer{margin-top:40px;padding:24px 0 10px;border-top:1px solid var(--line-2);text-align:center;font-size:12.5px;color:var(--muted-2);line-height:1.9}
.site-footer a{color:var(--muted-2);text-decoration:underline}
.chat-mode-tabs{max-width:640px;margin:0 auto 8px}

/* 登录弹窗 */
.modal{position:fixed;inset:0;background:rgba(6,7,14,.72);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:90;opacity:0;pointer-events:none;transition:.22s;padding:20px}
.modal.show{opacity:1;pointer-events:auto}
.modal-card{width:100%;max-width:400px;background:linear-gradient(180deg,#16172b,#111120);border:1px solid var(--line);border-radius:20px;padding:30px 28px;position:relative;box-shadow:var(--elev-2);transform:translateY(12px);transition:.22s}
.modal.show .modal-card{transform:none}
.modal-x{position:absolute;top:16px;right:18px;font-size:24px;color:var(--muted);background:none}
.modal-x:hover{color:#fff}
.modal-brand{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:17px}
.modal-note{display:none;font-size:12.5px;color:#ffb27a;background:rgba(255,150,80,.1);border-radius:8px;padding:8px 12px;margin:8px 0}
.modal-err{min-height:16px;font-size:12px;color:#ff6b81;margin-top:5px}
.pill-login.logged-in{background:rgba(82,229,214,.14);border-color:rgba(82,229,214,.4);color:#52e5d6}
.modal-getcode:disabled{opacity:.5;cursor:default}
.modal-field{display:block;margin-top:16px}
.modal-field>span{display:block;font-size:13px;color:var(--muted);margin-bottom:7px}
.modal-field input,.modal-field textarea{width:100%;background:var(--field);border:1px solid var(--line);border-radius:10px;color:#fff;padding:0 14px;font-size:14px;outline:none;transition:.18s;font-family:inherit}
.modal-field input{height:44px}
.modal-field textarea{min-height:104px;padding:12px 14px;line-height:1.55;resize:vertical}
.modal-field input:focus,.modal-field textarea:focus{border-color:rgba(119,212,246,.7);box-shadow:var(--ring)}
.modal-field.code{position:relative}
.modal-getcode{position:absolute;right:8px;bottom:7px;height:30px;padding:0 12px;font-size:12.5px;color:#ade6fa;background:rgba(102,208,245,.16);border:1px solid rgba(119,212,246,.4);border-radius:8px}
.modal-submit{margin-top:22px}
.modal-agree{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted-2);margin-top:14px}
.modal-agree a{color:#9ff3ea;text-decoration:underline;text-underline-offset:3px}
.modal-agree a:hover{color:#fff}
.modal-other{margin-top:18px;font-size:13px;color:var(--muted);display:flex;align-items:center;gap:10px;justify-content:center}
.modal-way{color:#cfd3e3;cursor:pointer;padding:5px 14px;border:1px solid var(--line);border-radius:999px;font-size:13px}
.modal-way:hover{border-color:rgba(119,212,246,.5);color:#fff}
.payment-card{max-width:440px}
.pay-summary{display:grid;gap:10px;margin:18px 0 8px}
.pay-summary div{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px;border:1px solid var(--line-2);border-radius:10px;background:rgba(255,255,255,.03)}
.pay-summary span{font-size:12.5px;color:var(--muted)}
.pay-summary b{font-size:14px;color:#fff}
.modal-actions{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}
.modal-actions .btn{flex:1;justify-content:center}
.admin-leads{margin-top:18px;border-top:1px solid var(--line-2);padding-top:16px}
.admin-leads-head,.admin-leads-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}
.admin-leads-head b{font-size:14px;color:#fff}
.admin-leads-head span{font-size:12px;color:var(--muted)}
.admin-leads-list{display:grid;gap:8px;max-height:230px;overflow:auto;margin:10px 0;padding-right:4px}
.admin-lead-item{border:1px solid var(--line-2);border-radius:10px;background:rgba(255,255,255,.035);padding:10px 12px}
.admin-lead-item div{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:5px}
.admin-lead-item b{font-size:13px;color:#fff}
.admin-lead-item span,.admin-lead-item small{font-size:11.5px;color:var(--muted-2)}
.admin-lead-item p{margin:0 0 6px;color:#dbeff3;font-size:12.5px;line-height:1.5;word-break:break-word}
.admin-lead-follow{display:grid;grid-template-columns:104px minmax(0,1fr) 72px;gap:8px;margin-top:9px}
.admin-lead-follow select,.admin-lead-follow input{min-width:0;height:34px;border:1px solid var(--line-2);border-radius:8px;background:rgba(4,18,22,.86);color:#eaf7f9;padding:0 9px;font-size:12px;outline:none}
.admin-lead-follow select:focus,.admin-lead-follow input:focus{border-color:rgba(82,229,214,.58);box-shadow:0 0 0 3px rgba(82,229,214,.12)}
.admin-lead-follow .btn{height:34px;min-width:0;padding:0 10px;justify-content:center}
.admin-lead-empty{border:1px dashed var(--line-2);border-radius:10px;padding:14px;text-align:center;color:var(--muted);font-size:12.5px}
.admin-leads-actions .btn{height:36px;min-width:110px;justify-content:center}
.local-leads-note{margin:-4px 0 14px;padding:12px 14px;border:1px dashed rgba(127,105,72,.28);border-radius:10px;background:rgba(127,105,72,.08)}
.local-leads-note b{display:block;font-size:13px;color:#3f3528;margin-bottom:4px}
.local-leads-note span{display:block;font-size:12.5px;color:#6c6256;line-height:1.5}

@media (max-width: 520px){
  .admin-lead-follow{grid-template-columns:1fr}
  .admin-lead-follow .btn{width:100%}
}

/* =====================================================================
   继续优化：路由动画 / 卡片悬浮分数 / 侧栏收起 / 按压反馈
   ===================================================================== */
/* 路由淡入 */
@keyframes viewIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.view-anim{animation:viewIn .34s cubic-bezier(.2,.7,.2,1)}

/* 模板卡 hover：点击分数 + 做同款 */
.gcard .gimg{position:relative;overflow:hidden}
.gimg-over{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:12px;opacity:0;transition:.22s;background:linear-gradient(180deg,rgba(8,8,16,.05),rgba(8,8,16,.66))}
.gcard:hover .gimg-over{opacity:1}
.gimg-over .score{font-size:12px;font-weight:700;color:#fff;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);padding:4px 10px;border-radius:999px}
.use-btn{align-self:stretch;background:var(--grad);color:#fff;font-size:13px;font-weight:600;padding:9px 0;border-radius:10px;box-shadow:0 8px 18px -8px rgba(102,208,245,.9)}
.use-btn:hover{filter:brightness(1.08)}

/* 侧边栏收起为图标栏 */
.sidebar{transition:width .22s ease}
.sidebar.mini{width:74px;padding:18px 12px}
.sidebar.mini .sb-label,.sidebar.mini .sb-caret,.sidebar.mini .sb-section,.sidebar.mini .sb-sub,.sidebar.mini .brand-text{display:none}
.sidebar.mini .sb-item{justify-content:center;padding:11px 0;gap:0}
.sidebar.mini .brand{justify-content:center;padding:4px 0 18px}
.sidebar.mini .sb-foot{flex-direction:column-reverse;gap:12px}
.sidebar.mini .sb-item.active{position:relative}

/* 按压反馈 */
.pill:active,.btn:active,.ws-gen:active,.chip:active,.use-btn:active,.cp-send:active,.cc-go:active,.tpill:active{transform:scale(.96)}
.pill,.btn,.ws-gen,.chip,.use-btn,.cp-send,.cc-go{transition:transform .12s, filter .18s, background .2s, border-color .2s, box-shadow .2s}

/* 焦点可见性（键盘可达） */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid rgba(119,212,246,.7);outline-offset:2px}

/* =====================================================================
   作品库 / 结果操作（下载·收藏·重新生成）
   ===================================================================== */
.res-acts{position:absolute;top:10px;right:10px;display:flex;gap:8px;opacity:0;transform:translateY(-4px);transition:.2s}
.gcard.res:hover .res-acts{opacity:1;transform:none}
.res-act{width:34px;height:34px;border-radius:9px;background:rgba(12,12,22,.6);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.18);color:#fff;font-size:15px;display:grid;place-items:center;transition:.15s}
.res-act:hover{background:rgba(102,208,245,.7);border-color:transparent}
.res-act.act-fav.on{background:linear-gradient(120deg,#ff5f8f,#ff8f5f);border-color:transparent;color:#fff}

.assets-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:20px}
.assets-bar .cases-tabs{margin-bottom:0}
.assets-bar .ct i{font-style:normal;font-size:11px;color:var(--muted-2);margin-left:4px}
.assets-bar .ct.active i{color:#bae7fb}
.asset-sort{height:40px;min-width:140px;border-radius:10px}

/* ===== 任务记录 ===== */
.tk-table{width:100%;border-collapse:collapse;background:var(--panel);border:1px solid var(--line);border-radius:16px;overflow:hidden}
.tk-table th{text-align:left;font-size:12.5px;color:var(--muted);font-weight:600;padding:12px 16px;border-bottom:1px solid var(--line-2)}
.tk-table td{padding:10px 16px;border-bottom:1px solid var(--line-2);font-size:13.5px;vertical-align:middle}
.tk-table tr:last-child td{border-bottom:none}
.tk-thumb{width:64px}
.tk-thumb .gimg{width:52px;height:52px;border-radius:10px;position:relative;overflow:hidden}
.task-thumb-empty{width:44px;height:44px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(82,229,214,.16),rgba(255,182,92,.12));border:1px solid rgba(255,255,255,.1);color:#d6f4f4;font-size:12px;font-weight:700}
.task-title{font-weight:650;color:#edf6f5;line-height:1.35;max-width:360px}
.task-meta{margin-top:4px;max-width:420px;color:#91a5ac;font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.task-error{margin-top:4px;color:#ff9f9f;font-size:12px;line-height:1.45;max-width:360px}
.tk-badge{font-size:12px;font-weight:600;padding:3px 10px;border-radius:999px}
.tk-ok{background:rgba(82,229,214,.14);color:#52e5d6}
.tk-run{background:rgba(102,208,245,.16);color:#ade4fa}
.tk-fail{background:rgba(255,95,95,.14);color:#ff8080}
.tk-act{font-size:12.5px;font-weight:600;color:#fff;background:rgba(255,255,255,.06);border:1px solid var(--line);padding:6px 14px;border-radius:8px}
.tk-act:hover{background:rgba(255,255,255,.1)}
.tk-muted{font-size:12.5px;color:var(--muted)}
.task-empty-state{display:flex;align-items:center;justify-content:center;gap:12px;min-height:120px;color:var(--muted);text-align:center;flex-wrap:wrap}
.task-empty-state b{color:var(--text);font-size:14px}
.task-empty-state span{font-size:13px}
.pro-empty{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:center;margin-top:18px;padding:22px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,rgba(20,31,35,.92),rgba(12,20,23,.92));box-shadow:var(--elev-1)}
.pro-empty img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.08)}
.pro-empty h3{font-size:22px;margin-bottom:8px}
.pro-empty p{max-width:520px;color:var(--muted);font-size:14px;line-height:1.7;margin-bottom:18px}

/* =====================================================================
   差异化主题层：荧光紫 + 柠檬绿 · duotone 图标 · 原创品牌
   ===================================================================== */
/* duotone 图标 */
.sb-ic .ic-duo,.ic-duo{width:21px;height:21px}
.sb-ic .ic-duo path,.ic-duo path{stroke:none}
.ic-duo .d0{fill:rgba(88,187,244,.32)}
.ic-duo .d1{fill:var(--lime)}
.sb-item:hover .ic-duo .d0{fill:rgba(88,187,244,.45)}
.sb-item.active .ic-duo .d0{fill:rgba(88,187,244,.55)}
.sb-item.active .ic-duo .d1{fill:#78f2e6}

/* 品牌标识光晕 */
.brand-mark,.brandmark-svg{filter:drop-shadow(0 4px 12px rgba(88,187,244,.55))}
.chat-logo .brandmark-svg{filter:drop-shadow(0 6px 18px rgba(88,187,244,.6))}

/* 侧栏激活态：左侧柠檬绿光条 + 紫底 */
.sb-item.active{
  position:relative;background:linear-gradient(100deg,rgba(88,187,244,.22),rgba(88,187,244,.04));
  border:1px solid rgba(88,187,244,.4);box-shadow:0 6px 20px -10px rgba(88,187,244,.7);
}
.sb-item.active::before{content:"";position:absolute;left:-1px;top:8px;bottom:8px;width:3px;border-radius:3px;background:var(--lime);box-shadow:0 0 10px rgba(82,229,214,.8)}
.sb-sub a.cur{background:rgba(88,187,244,.16);color:#fff;box-shadow:inset 2px 0 0 var(--lime)}

/* 侧栏辉光改紫+绿 */
.sb-glow{background:
  radial-gradient(60% 26% at 50% 40%,rgba(88,187,244,.26),transparent 70%),
  radial-gradient(46% 20% at 32% 62%,rgba(82,229,214,.12),transparent 70%)!important}

/* 顶部促销条改紫 */
.topbar{background:linear-gradient(90deg,#205974,#3785b0 35%,#489ccf 50%,#3785b0 65%,#205974)}
.topbar-btn{color:#236c98}
.topbar-btn:hover{background:var(--lime);color:#03211e}

/* CTA / 主按钮：紫→绿 标志渐变 */
.pill-cta,.ws-gen,.use-btn,.cp-send,.cp-aiwrite,.tpl-search button,.btn-primary,.modal-getcode.solid{background:var(--grad-vl)}
.pill-cta,.ws-gen,.btn-primary{color:#12150a;font-weight:700}
.cp-send{color:#12150a}

/* 免费会员：强调型实底按钮 */
.pill-credit{background:var(--orange);color:#03211e;font-weight:700;box-shadow:0 8px 22px -10px rgba(82,229,214,.7)}

/* 问候高亮：柠檬绿 */
.spark{color:var(--lime)}

/* Tab / 下划线 / 选中：柠檬绿 */
.ig-tab.active::after,.pt.active::after{background:var(--lime)}
.pt.active,.ig-tab.active,.ct.active{color:#fff}
.ct.active{box-shadow:inset 0 -2px 0 var(--lime)}
.tt.active{background:rgba(88,187,244,.3)}
.tpill.on,.ratio-b.on{background:var(--grad-vl);color:#12150a;border:none;font-weight:600}

/* 输入聚焦光环：柠檬绿 */
:root{--ring:0 0 0 3px rgba(82,229,214,.28)}
.ws-textarea:focus,.ws-sel:focus,.tpl-search input:focus,.modal-field input:focus,.modal-field textarea:focus{border-color:rgba(82,229,214,.6)!important}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-color:rgba(82,229,214,.8)}

/* 选中胶囊/卡片 hover 描边偏绿 */
.chip:hover{border-color:rgba(82,229,214,.5);background:rgba(88,187,244,.12)}
.gcard:hover{border-color:rgba(82,229,214,.4)}
.tool-card .tc-go{color:var(--lime)}
.help-contact,.chat-hint button,.scene-tip button,.price-card li::before{color:var(--lime)!important}

/* 价格推荐卡描边绿 */
.price-card.featured{border-color:rgba(82,229,214,.6)}
.ribbon{background:var(--grad-vl);color:#12150a}

/* 收藏态保持暖色作为点缀对比 */

/* =====================================================================
   大图预览 Lightbox + 骨架屏
   ===================================================================== */
.skel{break-inside:avoid;margin-bottom:14px;aspect-ratio:1/1.2;border-radius:12px;
  background:linear-gradient(100deg,#18292f 25%,#1f333a 37%,#18292f 63%);background-size:200% 100%;animation:shimmer 1.25s infinite}
@keyframes shimmer{to{background-position:-200% 0}}

.lightbox{position:fixed;inset:0;z-index:95;display:flex;align-items:center;justify-content:center;gap:8px;
  background:rgba(6,5,12,.82);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:.22s;padding:30px}
.lightbox.show{opacity:1;pointer-events:auto}
.lb-card{width:min(560px,86vw);background:#131b1e;border:1px solid var(--line);border-radius:18px;overflow:hidden;
  box-shadow:var(--elev-2);transform:scale(.96);transition:.22s}
.lightbox.show .lb-card{transform:none}
.lb-img{width:100%;aspect-ratio:1/1.05;position:relative}
.lb-img::after{content:attr(data-emoji);position:absolute;inset:0;display:grid;place-items:center;
  font-size:34px;font-weight:800;letter-spacing:3px;color:rgba(255,255,255,.9);text-shadow:0 2px 12px rgba(0,0,0,.5)}
.lb-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;flex-wrap:wrap}
.lb-meta .lb-title{font-size:15px;font-weight:600}
.lb-meta .lb-count{font-size:12px;color:var(--muted-2);margin-top:3px}
.lb-acts{display:flex;gap:8px}
.lb-act{font-size:13px;font-weight:600;color:#dfe1ee;background:rgba(255,255,255,.05);border:1px solid var(--line);padding:8px 14px;border-radius:10px;transition:.15s}
.lb-act:hover{border-color:rgba(82,229,214,.5);color:#fff}
.lb-act.on{background:linear-gradient(120deg,#ff5f8f,#ff8f5f);border-color:transparent;color:#fff}
.lb-x{position:absolute;top:22px;right:26px;font-size:30px;color:#fff;opacity:.85;z-index:2}
.lb-x:hover{opacity:1}
.lb-nav{width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid var(--line);color:#fff;font-size:24px;flex:none;transition:.15s}
.lb-nav:hover{background:var(--grad-vl);color:#12150a;border-color:transparent}
@media(max-width:560px){.lb-nav{display:none}.lb-card{width:92vw}}
@media(max-width:560px){
  .topnav{padding:12px 14px}
  .topnav-actions{gap:8px;min-width:0}
  .pill{padding:8px 12px;font-size:12px}
  .pill-credit{max-width:116px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .pill-cta{max-width:104px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .brand-text{font-size:19px}
  .brand-text em{font-size:10px}
  .ws-select-row,.ws-actions{flex-direction:column;align-items:stretch}
  .ws-actions .ws-gen,.ws-actions .ws-num{width:100%}
  .modal-card{max-width:calc(100vw - 28px);border-radius:14px;padding:24px 18px}
  .modal-field.code input{padding-right:112px}
  .modal-actions{flex-direction:column}
}

/* =====================================================================
   模块操作：上传预览 / 聊天结果 / 场景删除
   ===================================================================== */
.ws-drop.filled{padding:0;border-style:solid;border-color:rgba(119,212,246,.4);position:relative;overflow:hidden;background:#0b1417}
.drop-img{width:100%;max-height:240px;object-fit:contain;display:block}
.drop-file{min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:28px;color:#d6f4f4;background:linear-gradient(160deg,rgba(82,229,214,.1),rgba(88,187,244,.08))}
.drop-file b{font-size:15px;color:#fff}
.drop-file span{max-width:90%;font-size:12.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.drop-x{position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:8px;background:rgba(0,0,0,.55);color:#fff;font-size:16px;border:1px solid var(--line);display:grid;place-items:center}
.drop-x:hover{background:#e23b6b;border-color:transparent}
.drop-name{position:absolute;left:8px;bottom:8px;font-size:11px;color:#fff;background:rgba(0,0,0,.5);padding:3px 8px;border-radius:6px;max-width:78%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cp-thumb{position:absolute;left:18px;top:70px;width:82px;border-radius:12px;background:#f4ecdf;border:1px solid rgba(127,105,72,.22);box-shadow:0 16px 30px -24px rgba(61,50,35,.75);overflow:visible;animation:uploadPop .22s ease-out both}
.cp-thumb img{width:100%;height:58px;border-radius:11px 11px 7px 7px;object-fit:cover;display:block}
.cp-thumb span{display:block;padding:5px 6px 6px;font-size:10px;line-height:1.2;color:#5f5345;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.drop-x.small{width:20px;height:20px;top:-7px;right:-7px;font-size:12px}
@keyframes uploadPop{from{opacity:0;transform:translateY(5px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}
.ws-drop.dragover{border-color:#52e5d6;background:rgba(82,229,214,.08)}
.drop-multi{display:flex;flex-wrap:wrap;gap:10px;padding:14px}
.drop-thumb{position:relative;width:76px;height:76px;border-radius:10px;overflow:hidden;border:1px solid var(--line)}
.drop-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.drop-thumb span{display:grid;place-items:center;width:100%;height:100%;padding:8px;text-align:center;font-size:11px;color:var(--muted);background:rgba(255,255,255,.04);overflow:hidden}
.drop-thumb .drop-x{width:20px;height:20px;font-size:12px;top:4px;right:4px}
.drop-add{width:76px;height:76px;border-radius:10px;border:1.5px dashed rgba(255,255,255,.2);display:grid;place-items:center;font-size:12px;color:var(--muted);cursor:pointer}
.drop-add:hover{border-color:rgba(119,212,246,.5);color:#fff}
.gen-grid{margin-top:16px}
.image-task-card .gbody{gap:10px}
.image-task-card .gbody p{display:block;-webkit-line-clamp:unset;color:var(--muted);font-size:12.5px;line-height:1.7}
.image-task-state{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:28px;text-align:center;background:radial-gradient(circle at 50% 20%,rgba(214,179,106,.18),transparent 40%),linear-gradient(145deg,rgba(10,10,10,.98),rgba(22,18,10,.98));border-bottom:1px solid var(--line)}
.image-task-state::after{display:none!important}
.image-task-ring{width:54px;height:54px;border-radius:18px;border:1px solid rgba(214,179,106,.22);background:radial-gradient(circle at 35% 30%,rgba(255,224,157,.18),rgba(214,179,106,.06) 42%,rgba(255,255,255,0) 43%);box-shadow:0 0 0 10px rgba(214,179,106,.05),0 16px 30px -22px rgba(214,179,106,.62);animation:pulseRing 1.8s ease-in-out infinite}
.image-task-state strong{font-size:15px;color:#f4deb0;letter-spacing:0}
.image-task-state span{max-width:88%;font-size:12.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.image-task-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
@keyframes pulseRing{0%,100%{transform:scale(.96);opacity:.88}50%{transform:scale(1.03);opacity:1}}
.video-task-card .gbody p{display:block;-webkit-line-clamp:unset;color:var(--muted);font-size:12.5px}
.video-task-state{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:28px;text-align:center;background:radial-gradient(circle at 50% 20%,rgba(82,229,214,.18),transparent 42%),linear-gradient(145deg,rgba(12,27,31,.98),rgba(17,20,35,.98));border-bottom:1px solid var(--line)}
.video-task-state::after{display:none!important}
.video-task-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:var(--grad);color:#061012;font-size:18px;font-weight:900;box-shadow:0 16px 32px -20px rgba(82,229,214,.9)}
.video-task-state strong{font-size:15px;color:#fff}
.video-task-state span{max-width:88%;font-size:12.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cp-results{margin:8px 0 22px;columns:4;column-gap:14px}
@media(max-width:900px){.cp-results{columns:2}}
.scene-del{position:absolute;top:12px;right:14px;width:24px;height:24px;border-radius:7px;background:rgba(255,255,255,.06);border:1px solid var(--line);color:var(--muted);font-size:15px;display:grid;place-items:center;z-index:2}
.scene-del:hover{color:#fff;border-color:#e23b6b}

/* =====================================================================
   真实展示图（images/gN.png 自动覆盖渐变占位）
   ===================================================================== */
.gimg-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;display:block}
.gimg.has-photo::after{display:none}
.gimg-over,.res-acts{z-index:2}

/* ===== 通用下拉选择器 Picker ===== */
.hk-picker{
  position:fixed;z-index:8000;
  background:var(--panel);border:1px solid var(--line);border-radius:14px;
  padding:8px 6px;min-width:168px;max-width:260px;
  box-shadow:0 16px 48px rgba(0,0,0,.55);
  animation:pickerIn .15s ease;
}
@keyframes pickerIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
.hk-picker-title{font-size:12px;color:var(--muted);padding:4px 10px 8px;font-weight:600;border-bottom:1px solid var(--line-2);margin-bottom:4px}
.hk-picker-item{
  display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:9px;
  cursor:pointer;font-size:14px;color:var(--text);transition:.15s;
}
.hk-picker-item:hover{background:rgba(255,255,255,.06)}
.hk-picker-item:focus{outline:2px solid rgba(82,229,214,.52);outline-offset:2px;background:rgba(82,229,214,.10)}
.hk-picker-item.active{background:rgba(88,187,244,.15);color:#fff}
.hk-picker-item.active::after{content:'✓';margin-left:auto;color:var(--blue);font-size:13px}
.hk-picker-item .pi-badge{font-size:10px;font-weight:700;color:#fff;background:var(--grad);padding:1px 6px;border-radius:5px}
.hk-picker-item .pi-sub{font-size:12px;color:var(--muted);display:block;margin-top:1px}
.hk-picker-sep{height:1px;background:var(--line-2);margin:4px 6px}

/* =====================================================================
   Visual polish v2: 对外首页、展示图和新 logo 质感
   ===================================================================== */
body{
  background:
    radial-gradient(900px 520px at 72% 8%,rgba(82,229,214,.12),transparent 62%),
    radial-gradient(760px 460px at 34% 0%,rgba(255,182,92,.10),transparent 64%),
    linear-gradient(180deg,#081113 0%,#0b1113 48%,#090d0f 100%);
}
.brand{gap:10px;padding-bottom:20px}
.brand-mark,.brandmark-svg{filter:drop-shadow(0 8px 20px rgba(82,229,214,.26))}
.brand-text{font-style:normal;font-size:20px;letter-spacing:0}
.brand-text span{color:#eaf8fb}
.brand-text em{background:linear-gradient(120deg,rgba(82,229,214,.22),rgba(255,182,92,.18));border:1px solid rgba(255,255,255,.10);color:#f7d99a}
.topnav{background:linear-gradient(180deg,rgba(8,17,19,.92),rgba(8,17,19,.68) 72%,transparent);backdrop-filter:blur(10px)}
.content{max-width:1320px}
.home-hero{
  display:grid;grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);gap:34px;align-items:center;
  min-height:calc(100vh - 150px);padding:12px 0 30px;position:relative;
}
.home-copy{min-width:0}
.home-eyebrow{
  display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;padding:7px 12px;border-radius:999px;
  color:#c9f6f0;background:rgba(255,255,255,.045);border:1px solid rgba(156,221,249,.14);
  font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;
}
.home-hero .greeting{text-align:left;margin:0 0 16px;font-size:52px;line-height:1.08;letter-spacing:0}
.home-lede{max-width:620px;color:#a9bac0;font-size:16px;line-height:1.8;margin-bottom:22px}
.home-hero .chips{justify-content:flex-start;margin-bottom:20px}
.home-hero .chip{border-radius:999px;background:rgba(255,255,255,.052);box-shadow:0 10px 24px -20px rgba(0,0,0,.7)}
.hero-composer{
  max-width:720px;background:linear-gradient(180deg,rgba(21,35,38,.92),rgba(13,22,25,.94));
  border-color:rgba(82,229,214,.34);box-shadow:0 28px 70px -38px rgba(82,229,214,.46),0 1px 0 rgba(255,255,255,.04) inset;
}
.home-stats{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.home-stats span{display:inline-flex;align-items:baseline;gap:7px;color:#a7b9be;font-size:13px;background:rgba(255,255,255,.038);border:1px solid var(--line-2);border-radius:12px;padding:10px 12px}
.home-stats b{color:#f7d99a;font-size:20px}
.home-showcase{
  position:relative;padding:14px;border:1px solid rgba(156,221,249,.15);border-radius:22px;
  background:linear-gradient(180deg,rgba(18,31,34,.82),rgba(10,15,17,.9));
  box-shadow:0 30px 90px -54px rgba(0,0,0,.86),0 1px 0 rgba(255,255,255,.05) inset;
}
.showcase-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:2px 2px 12px;color:#8da0a6;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.showcase-top b{font-size:14px;color:#eef8fb;text-transform:none;letter-spacing:0}
.showcase-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:190px 132px 132px;gap:12px}
.hero-shot{position:relative;overflow:hidden;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#122024;box-shadow:0 20px 36px -28px rgba(0,0,0,.8)}
.hero-shot img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease,filter .45s ease}
.hero-shot:hover img{transform:scale(1.04);filter:saturate(1.08)}
.shot-large{grid-row:1 / span 2}
.shot-small{min-height:0}
.hero-shot figcaption{
  position:absolute;left:12px;right:12px;bottom:12px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;
  padding:10px;border-radius:10px;background:linear-gradient(180deg,rgba(8,14,16,.04),rgba(8,14,16,.74));color:#fff;
}
.hero-shot figcaption span{font-size:11px;color:#0b181a;background:#f7d99a;padding:3px 7px;border-radius:999px;font-weight:800;white-space:nowrap}
.hero-shot figcaption b{font-size:12.5px;text-align:right;line-height:1.35;text-shadow:0 1px 10px rgba(0,0,0,.5)}
.showcase-note{display:flex;align-items:center;gap:8px;margin-top:12px;color:#96aab0;font-size:12.5px}
.showcase-note span{width:8px;height:8px;border-radius:50%;background:#52e5d6;box-shadow:0 0 14px rgba(82,229,214,.8)}
.home-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:26px 0 16px}
.home-section-head span{font-size:12px;color:#f0c989;text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.home-section-head h2{font-size:24px;line-height:1.2}
.create-cards{grid-template-columns:1.2fr 1fr 1fr 1fr;align-items:stretch}
.feature-card{
  min-height:236px;position:relative;overflow:hidden;text-align:left;border-radius:16px;border:1px solid rgba(156,221,249,.13);
  background:var(--panel);padding:16px;display:flex;flex-direction:column;justify-content:flex-end;
  box-shadow:0 18px 44px -34px rgba(0,0,0,.75);transition:transform .2s ease,border-color .2s ease;
}
.feature-card:hover{transform:translateY(-3px);border-color:rgba(82,229,214,.38)}
.feature-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.74;transition:transform .45s ease,opacity .2s ease}
.feature-card:hover img{transform:scale(1.045);opacity:.86}
.feature-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,12,14,.06) 20%,rgba(7,12,14,.86) 100%)}
.feature-card span,.feature-card b{position:relative;z-index:1}
.feature-card span{width:max-content;font-size:12px;color:#081214;background:#52e5d6;border-radius:999px;padding:4px 8px;font-weight:800;margin-bottom:8px}
.feature-card b{font-size:18px;line-height:1.35;max-width:220px}
.feature-card-main{min-height:270px}
.cc-promo{border-radius:16px;background:linear-gradient(150deg,#123137 0%,#173f46 42%,#7b4c2a 100%);box-shadow:0 18px 50px -34px rgba(255,182,92,.5)}
.gallery{column-gap:18px}
.gcard{border-radius:12px;background:linear-gradient(180deg,rgba(20,31,35,.98),rgba(13,21,24,.98));box-shadow:0 18px 44px -36px rgba(0,0,0,.8)}
.gcard .gimg{overflow:hidden}
.gcard .gimg-photo{transition:transform .45s ease}
.gcard:hover .gimg-photo{transform:scale(1.035)}

@media(max-width:1180px){
  .home-hero{grid-template-columns:1fr;min-height:0}
  .home-showcase{max-width:760px}
  .create-cards{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .home-hero{gap:22px;padding-top:4px}
  .home-hero .greeting{font-size:34px}
  .home-lede{font-size:14.5px}
  .showcase-grid{grid-template-columns:1fr 1fr;grid-template-rows:170px 130px 130px}
  .shot-large{grid-column:1 / span 2;grid-row:auto}
  .create-cards{grid-template-columns:1fr}
  .feature-card,.feature-card-main{min-height:220px}
  .pro-empty{grid-template-columns:1fr}
}
@media(max-width:520px){
  .home-eyebrow{font-size:10.5px;letter-spacing:.04em}
  .home-hero .greeting{font-size:30px}
  .showcase-grid{display:flex;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory}
  .hero-shot{width:230px;height:260px;flex:0 0 auto;scroll-snap-align:start}
  .hero-shot figcaption{align-items:flex-start;flex-direction:column}
  .home-stats span{width:100%;justify-content:space-between}
}

/* =====================================================================
   Delivery layout pass: stable type, spacing, and mobile-safe controls
   ===================================================================== */
body,button,input,textarea,select{letter-spacing:0}
.content{max-width:1280px;padding-top:24px}
.home-hero{grid-template-columns:minmax(0,1fr) 500px;gap:34px;min-height:auto;padding:18px 0 40px}
.home-copy,.home-showcase,.showcase-grid,.hero-shot,.feature-card,.ws-form,.ws-result{min-width:0}
.home-hero .greeting{max-width:820px}
.home-lede{max-width:660px}
.home-showcase{border-radius:14px}
.showcase-grid{grid-template-rows:196px 136px 136px}
.hero-shot,.feature-card,.gcard,.tool-card,.vi-feature,.ws-form,.ws-result,.design-info,.studio-left,.scene-card,.modal-card,.price-card,.tk-table,.pro-empty{border-radius:12px}
.hero-shot figcaption,.use-btn,.res-act,.lb-act,.ws-tab,.cp-select,.ratio-b,.type-item,.ws-sel,.ws-sel-btn,.ws-textarea,.ws-num,.ws-drop,.tpl-search input,.tpl-search button{border-radius:8px}
.pill,.btn,.cp-select,.ws-tab,.ct,.tt,.tpill,.ratio-b,.ws-gen,.use-btn,.cp-aiwrite,.tpl-search button,.modal-getcode,.tk-act{white-space:nowrap}
.pill,.btn,.ws-gen,.cp-select,.ws-tab,.ct,.tt,.tpill,.ratio-b,.tk-act{min-height:38px}
.cp-foot,.cp-left,.topnav-actions,.assets-bar,.tpl-top,.vi-inspire-bar,.ws-head,.ws-select-row,.ws-actions{min-width:0}
.cp-input,.ws-textarea,.tpl-search input,.vi-search input{overflow-wrap:anywhere}
.feature-card{min-height:240px}
.feature-card-main{min-height:276px}
.feature-card b,.gcard h5,.tool-card h3,.vi-feature h3,.price-card h3,.pro-empty h3{overflow-wrap:anywhere;line-height:1.35}
.tool-card{min-height:132px;gap:18px}
.tc-body{min-width:0}
.tc-body p{line-height:1.55}
.vi-feature{min-height:190px}
.vi-feature-art{height:112px}
.vi-hero{border-radius:14px}
.vi-hero-text h1{font-size:30px;line-height:1.18}
.ws-grid{grid-template-columns:minmax(360px,420px) minmax(0,1fr)}
.ws-form,.ws-result{overflow:hidden}
.ws-result{min-height:560px}
.ws-empty{text-align:center;padding:32px 18px}
.tk-table{table-layout:fixed}
.tk-table th,.tk-table td{overflow:hidden;text-overflow:ellipsis}
.pro-empty{grid-template-columns:minmax(220px,280px) minmax(0,1fr)}
.gallery,.tpl-gallery,.cp-results{orphans:1;widows:1}

@media(max-width:1180px){
  .content{max-width:1040px}
  .home-hero{grid-template-columns:1fr;gap:28px;padding-top:8px}
  .home-hero .greeting{font-size:44px}
  .home-showcase{max-width:780px}
  .ws-grid{grid-template-columns:1fr}
}

@media(max-width:860px){
  .content{padding:20px 18px 78px}
  .topnav{padding:14px 18px}
  .greeting{font-size:34px}
  .home-section-head{align-items:flex-start;flex-direction:column;gap:8px}
  .home-section-head h2{font-size:22px}
  .showcase-grid{grid-template-rows:170px 130px 130px}
  .feature-card,.feature-card-main{min-height:220px}
  .vi-feature{min-height:0}
  .vi-feature-art{height:140px}
  .ws-result{min-height:420px}
  .pro-empty{grid-template-columns:1fr}
  .tk-table{display:block;overflow-x:auto;white-space:nowrap;border-radius:12px}
  .tk-table thead,.tk-table tbody,.tk-table tr{min-width:720px}
}

@media(max-width:560px){
  .content{padding:18px 14px 72px}
  .greeting{font-size:30px;line-height:1.18;margin:22px 0 24px}
  .home-hero{gap:20px;padding-bottom:28px}
  .home-hero .greeting{font-size:30px;line-height:1.14}
  .home-lede{font-size:14px;line-height:1.7}
  .home-showcase{padding:10px;overflow:hidden}
  .showcase-grid{gap:10px}
  .hero-shot{width:236px;height:258px}
  .hero-shot figcaption{left:9px;right:9px;bottom:9px;padding:9px}
  .composer{padding:18px}
  .cp-upload{position:static;margin-bottom:10px;width:100%;height:42px}
  .cp-thumb{position:relative;left:auto;top:auto;width:96px;margin:0 0 10px}
  .cp-input{padding-right:0;min-height:72px}
  .cp-aiwrite{position:static;display:inline-flex;margin-top:10px}
  .cp-foot{align-items:stretch}
  .cp-left{width:100%}
  .cp-select{flex:1;justify-content:center;min-width:132px}
  .cp-send{width:40px;height:40px;flex:none}
  .chips,.cases-tabs,.plat-tabs,.ws-tabs,.tpl-pills{gap:8px}
  .chip,.ct,.ws-tab,.tpill{font-size:12.5px;padding-left:12px;padding-right:12px}
  .create-cards,.tools-grid,.vi-features,.pricing-grid{gap:12px}
  .tool-card{padding:18px;min-height:118px}
  .tool-card .tc-thumb{width:54px;height:54px}
  .feature-card,.feature-card-main{min-height:210px}
  .vi-hero{padding:24px 18px}
  .vi-hero-text h1{font-size:24px}
  .vi-feature-art{height:132px}
  .ws-form{padding:20px 16px}
  .ws-head{margin-bottom:18px;padding-bottom:14px}
  .ws-head h1{font-size:21px;line-height:1.25}
  .tpl-top,.assets-bar,.vi-inspire-bar{align-items:stretch}
  .tpl-search,.vi-search{width:100%;max-width:none}
  .tpl-search input,.vi-search input{width:100%}
  .modal-card{border-radius:12px}
}

/* =====================================================================
   Original-site inspired UX pass: badges, quick prompts, help closure
   ===================================================================== */
.pill-batch{
  background:rgba(255,255,255,.045);
  border:1px solid rgba(247,217,154,.24);
  color:#f4d79b;
}
.pill-batch:hover{border-color:rgba(247,217,154,.5);background:rgba(247,217,154,.08)}
.sb-badge{
  flex:none;font-style:normal;font-size:10px;font-weight:800;line-height:1;
  padding:3px 6px;border-radius:999px;color:#081214;
  background:linear-gradient(120deg,#52e5d6,#f7d99a);
}
.sidebar.mini .sb-badge{display:none}
.quick-create{margin:10px 0 34px}
.quick-create-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}
.quick-create-head span{font-size:12px;color:#f0c989;text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.quick-create-head h2{font-size:22px;line-height:1.25}
.quick-create-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.quick-card{
  position:relative;min-height:172px;overflow:hidden;text-align:left;border:1px solid rgba(156,221,249,.13);
  border-radius:12px;background:linear-gradient(180deg,rgba(20,31,35,.92),rgba(11,18,20,.96));
  padding:16px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 18px 44px -34px rgba(0,0,0,.78);
}
.quick-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.34;transition:transform .4s ease,opacity .2s ease}
.quick-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,12,14,.06),rgba(7,12,14,.9))}
.quick-card:hover img{transform:scale(1.045);opacity:.46}
.quick-card span,.quick-card b,.quick-card small,.quick-card em{position:relative;z-index:1}
.quick-card span{width:max-content;font-size:11px;font-weight:900;color:#081214;background:#52e5d6;border-radius:999px;padding:4px 8px;margin-bottom:8px}
.quick-card b{font-size:17px;line-height:1.35;margin-bottom:6px}
.quick-card small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#a9bac0;font-size:12.5px;line-height:1.5;min-height:38px}
.quick-card em{font-style:normal;margin-top:12px;color:#f7d99a;font-size:12.5px;font-weight:800}
.faq-section{margin:34px 0 8px}
.faq-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.faq-item{
  min-height:118px;text-align:left;border:1px solid var(--line);border-radius:12px;
  background:linear-gradient(180deg,rgba(20,31,35,.92),rgba(12,20,23,.92));
  padding:16px;transition:.18s;
}
.faq-item:hover{transform:translateY(-2px);border-color:rgba(82,229,214,.38)}
.faq-item b{display:block;font-size:14.5px;margin-bottom:8px}
.faq-item span{display:block;color:var(--muted);font-size:12.5px;line-height:1.6}
.info-card{max-width:560px}
.info-body{display:flex;flex-direction:column;gap:14px;color:#d9e8ec}
.support-grid,.batch-steps{display:grid;grid-template-columns:1fr;gap:10px}
.support-grid div,.batch-steps div,.manual-list div{
  border:1px solid var(--line-2);border-radius:10px;background:rgba(255,255,255,.035);
  padding:12px 14px;
}
.support-grid b,.batch-steps b{display:block;font-size:14px;margin-bottom:4px;color:#fff}
.support-grid span,.batch-steps span,.info-note{color:var(--muted);font-size:12.5px;line-height:1.6}
.lead-form{display:grid;gap:10px;border:1px solid var(--line-2);border-radius:12px;background:rgba(255,255,255,.028);padding:12px}
.lead-form label{display:grid;gap:6px;color:#e6f2f5;font-size:12.5px;font-weight:700}
.lead-form input,.lead-form textarea{
  width:100%;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.055);
  color:#fff;padding:10px 12px;font-size:13.5px;line-height:1.45;outline:none;resize:vertical;
}
.lead-form input:focus,.lead-form textarea:focus{border-color:rgba(82,229,214,.55);box-shadow:0 0 0 3px rgba(82,229,214,.12)}
.lead-form input::placeholder,.lead-form textarea::placeholder{color:#74898f}
.manual-list{display:grid;gap:10px}
.manual-list div{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start}
.manual-list span{
  width:26px;height:26px;border-radius:8px;display:grid;place-items:center;
  color:#081214;background:var(--grad-vl);font-size:12px;font-weight:900;
}
.manual-list p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.6}
.manual-list b{display:block;color:#fff;font-size:13.5px;margin-bottom:2px}

@media(max-width:980px){
  .quick-create-grid{grid-template-columns:1fr}
  .faq-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:560px){
  .pill-batch{display:none}
  .quick-create-head{align-items:flex-start;flex-direction:column;gap:6px}
  .quick-create-head h2{font-size:20px}
  .quick-card{min-height:160px}
  .faq-grid{grid-template-columns:1fr}
  .info-card{max-width:calc(100vw - 28px)}
}

/* =====================================================================
   Gotu.pro brand pass: warm, soft, premium workspace
   ===================================================================== */
:root{
  --bg:#f7f5ef;
  --bg-2:#fbfaf6;
  --sidebar:#ffffff;
  --panel:#ffffff;
  --panel-2:#f7f3ea;
  --line:rgba(55,50,42,.12);
  --line-2:rgba(55,50,42,.08);
  --text:#28251f;
  --muted:#716b62;
  --muted-2:#9b9488;
  --purple:#8f7650;
  --purple-2:#a89068;
  --blue:#65736f;
  --pink:#806740;
  --lime:#87907b;
  --lime-2:#727b68;
  --grad:linear-gradient(120deg,#50483d,#8f7650);
  --grad-vl:linear-gradient(120deg,#65736f,#8f7650);
  --grad-pink:linear-gradient(120deg,#37342e,#806f55);
  --orange:linear-gradient(120deg,#9a835d,#c7b894);
}

body{
  color:var(--text);
  background:
    radial-gradient(900px 420px at 82% -4%,rgba(160,140,98,.11),transparent 62%),
    radial-gradient(760px 380px at 10% 2%,rgba(101,115,111,.10),transparent 58%),
    linear-gradient(180deg,#fbfaf6 0,#f7f5ef 52%,#f0ece3 100%);
}
.topbar{
  color:#faf7ee;
  background:linear-gradient(90deg,#4c463d 0%,#65583f 58%,#827052 100%);
  box-shadow:0 10px 26px rgba(63,53,34,.10);
}
.topbar-deco{background:linear-gradient(90deg,rgba(255,255,255,.10),rgba(255,255,255,0) 34%,rgba(255,255,255,.10) 68%,rgba(255,255,255,0))}
.topbar-btn{color:#514637;background:#fbfaf6;border:1px solid rgba(255,255,255,.62);box-shadow:0 8px 18px rgba(63,53,34,.10)}

.sidebar{
  background:rgba(251,250,246,.95);
  border-right:1px solid rgba(55,50,42,.09);
  box-shadow:18px 0 42px rgba(55,50,42,.045);
}
.sb-glow{background:linear-gradient(180deg,rgba(143,118,80,.08),rgba(101,115,111,.05) 48%,rgba(255,255,255,0) 72%)}
.brand{gap:11px;padding:4px 6px 20px}
.brand-mark{display:flex;align-items:center;flex:none;width:118px;min-width:118px;height:32px;overflow:hidden;filter:none}
.brand-mark img,.brandmark-logo{display:block;height:100%;width:100%;object-fit:contain;object-position:left center;filter:none}
.brand-text{display:none}
.home-eyebrow .brandmark-logo{width:92px;height:24px;margin-right:6px;vertical-align:middle}
.chat-logo .brandmark-logo{width:128px;height:36px;object-fit:contain;object-position:left center}

.sb-item{color:#575047;border:1px solid transparent}
.sb-item:hover{background:#f1ede3;color:#29241d;border-color:rgba(143,118,80,.18)}
.sb-item.active{
  color:#2b241b;
  background:linear-gradient(100deg,#f7f3ea,#e9dfcb 72%,#e8ebe3);
  border-color:rgba(143,118,80,.28);
  box-shadow:0 12px 28px -24px rgba(89,72,45,.34);
}
.sb-item.active .sb-ic svg{stroke:#7d6849}
.sb-sub a{color:#6e675d}
.sb-sub a:hover,.sb-sub a.cur{background:#f0eadc;color:#2b241b}
.sb-section{color:#9a8f7c}
.sb-book,.sb-badge,.manual-list span{background:var(--orange);color:#3a2a14}

.topnav{background:linear-gradient(180deg,rgba(250,248,242,.96) 70%,rgba(250,248,242,0))}
.nav-burger{background:#fbfaf6;border-color:rgba(55,50,42,.14);color:#2a251f}
.pill-credit,.pill-cta,.btn.primary,.ws-gen,.modal-getcode,.tpl-search button,.use-btn{
  color:#faf7ee;
  background:linear-gradient(120deg,#585044,#8f7650);
  box-shadow:0 14px 28px -20px rgba(76,61,38,.45);
}
.pill-login,.btn-soft,.pill-batch{
  background:#fbfaf6;
  border:1px solid rgba(55,50,42,.12);
  color:#2d2821;
  box-shadow:0 10px 24px -21px rgba(55,50,42,.24);
}
.pill-login:hover,.btn-soft:hover{background:#f1ede3}

.content{color:var(--text)}
.greeting,.home-section-head h2,.tool-card h3,.vi-feature h3,.price-card h3,.ws-title h1,.studio-title,.modal-card h3{color:#27231e}
.greeting .grad,.spark,.legal-back,.legal-hero p,.quick-create-head span{color:#806740;background:none;-webkit-text-fill-color:currentColor}
.home-lede,.tool-card p,.vi-feature p,.price-card p,.tc-body p,.faq-item span,.support-grid span,.batch-steps span,.info-note,.manual-list p{color:#6c665e}

.composer,.feature-card,.feature-card-main,.tool-card,.vi-feature,.ws-form,.ws-result,.design-info,.studio-left,.scene-card,.modal-card,.price-card,.tk-table,.pro-empty,.faq-item,.info-card,.lead-form{
  background:rgba(251,250,246,.9);
  border:1px solid rgba(55,50,42,.09);
  box-shadow:0 24px 60px -46px rgba(55,50,42,.24);
}
.home-showcase,.vi-hero{
  background:linear-gradient(135deg,#fbfaf6,#f0eadc 62%,#e8ebe3);
  border:1px solid rgba(143,118,80,.15);
  box-shadow:0 30px 70px -50px rgba(72,60,40,.34);
}
.chip,.ct,.tt,.tpill,.ratio-b,.ws-tab,.cp-select,.ws-sel,.ws-sel-btn,.ws-drop,.ws-textarea,.ws-num,.tpl-search input,.vi-search input,.lead-form input,.lead-form textarea{
  background:#fbfaf6;
  border:1px solid rgba(55,50,42,.11);
  color:#27231e;
}
.chip:hover,.ct.active,.tt.active,.tpill.active,.ratio-b.active,.ws-tab.active{border-color:rgba(143,118,80,.36);background:#f1ead9;color:#2b241b}
.tag-new,.hot{background:linear-gradient(120deg,#585044,#8f7650);color:#faf7ee}

.gcard,.quick-card{
  background:#fbfaf6;
  border:1px solid rgba(55,50,42,.09);
  box-shadow:0 22px 54px -44px rgba(55,50,42,.3);
}
.gcard h5,.quick-card b,.faq-item b,.manual-list b,.support-grid b,.batch-steps b{color:#27231e}
.quick-card::after{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(42,35,25,.62))}
.quick-card span{background:#d4c7a8;color:#3a3123}
.quick-card b,.quick-card em{color:#fff}
.quick-card small{color:#eee6d4}

.ic-duo .d0{fill:rgba(143,118,80,.13);stroke:#7d6849}
.ic-duo .d1{fill:#65736f;stroke:#65736f}
.res-act,.lb-act{background:rgba(251,250,246,.92);border:1px solid rgba(55,50,42,.12);color:#27231e}
.res-act.on,.lb-act.on{color:#806740;background:#f0eadc;border-color:rgba(143,118,80,.32)}
.float-btn,.float-headset{background:#585044;color:#faf7ee;border-color:rgba(143,118,80,.32);box-shadow:0 16px 34px -24px rgba(61,51,35,.54)}
.result-error-card,.billing-error-card{
  color:#28251f;
  background:linear-gradient(180deg,#f8ece8,#fbfaf6);
  border:1px solid rgba(137,63,47,.24);
  box-shadow:0 18px 44px -38px rgba(137,63,47,.42);
}
.result-error-card strong,.billing-error-card b{color:#823f33}
.result-error-card p,.billing-error-card span{color:#635d55}
.task-error,.modal-err{color:#823f33}

.legal-page{background:linear-gradient(180deg,#fbfaf6,#f0ece3)}
.legal-hero{border-bottom-color:rgba(55,50,42,.12)}
.legal-card,.legal-card p{color:#625d56}
.legal-card h2,.legal-hero h1,.notfound-view h1{color:#27231e}
.notfound-code{color:#8f7650;text-shadow:none}

@media(max-width:860px){
  .brand-mark{width:110px;min-width:110px;height:30px}
}

/* =====================================================================
   Gotu.pro workspace refinement: calmer contrast, node-style navigation
   ===================================================================== */
:root{
  --bg:#eee9df;
  --bg-2:#f4f0e8;
  --sidebar:#f1ece2;
  --panel:#f7f3eb;
  --panel-2:#eee8dc;
  --line:rgba(53,47,38,.18);
  --line-2:rgba(53,47,38,.12);
  --text:#242018;
  --muted:#635b50;
  --muted-2:#80766a;
  --purple:#7f6948;
  --purple-2:#9a825c;
  --blue:#5f6d69;
  --pink:#755e3d;
  --lime:#6f765f;
  --lime-2:#5f6654;
  --ring:0 0 0 3px rgba(127,105,72,.22);
  --grad:linear-gradient(120deg,#3f3a32,#7f6948);
  --grad-vl:linear-gradient(120deg,#586862,#8a734f);
  --grad-pink:linear-gradient(120deg,#3e3a33,#78684f);
  --orange:linear-gradient(120deg,#927a55,#c4b28b);
}

body{
  background:
    radial-gradient(820px 360px at 82% -8%,rgba(118,102,72,.12),transparent 64%),
    radial-gradient(720px 340px at 4% 2%,rgba(92,104,99,.10),transparent 60%),
    linear-gradient(180deg,#f2ede4 0,#eee8dc 54%,#e9e1d2 100%);
}
.topnav{background:linear-gradient(180deg,rgba(242,237,228,.98) 72%,rgba(242,237,228,0))}
.sidebar{background:rgba(239,234,224,.98);border-right-color:rgba(53,47,38,.16);box-shadow:18px 0 44px rgba(53,47,38,.07)}
.sb-glow{background:linear-gradient(180deg,rgba(127,105,72,.10),rgba(95,109,105,.055) 48%,rgba(239,234,224,0) 76%)}
.content{background:transparent;color:var(--text)}
.ws-title{border-bottom-color:rgba(53,47,38,.16)}
.ws-title h1,.greeting,.home-section-head h2,.tool-card h3,.vi-feature h3,.price-card h3,.studio-title,.modal-card h3{color:#242018}
.subhead,.ws-label,.ws-hint,.ws-empty p,.pro-empty p,.drop-file,.modal-field label,.type-item small{color:#5e574d!important}
.ws-label b,.subhead b,.type-item-price b{color:#3d362b!important}
.ws-form,.ws-result,.composer,.feature-card,.feature-card-main,.tool-card,.vi-feature,.design-info,.studio-left,.scene-card,.modal-card,.price-card,.tk-table,.pro-empty,.faq-item,.info-card,.lead-form{
  background:rgba(247,243,235,.96);
  border-color:rgba(53,47,38,.16);
  box-shadow:0 26px 68px -48px rgba(53,47,38,.35);
}
.ws-form,.ws-result{box-shadow:0 26px 64px -46px rgba(47,41,32,.38)}
.chip,.ct,.tt,.tpill,.ratio-b,.ws-tab,.cp-select,.ws-sel,.ws-sel-btn,.ws-drop,.ws-textarea,.ws-num,.tpl-search input,.vi-search input,.lead-form input,.lead-form textarea,.modal-field input,.modal-field textarea,.admin-lead-follow select,.admin-lead-follow input{
  background:#f4f0e8;
  border-color:rgba(53,47,38,.18);
  color:#28231c;
  box-shadow:none;
}
.ws-textarea::placeholder,.tpl-search input::placeholder,.vi-search input::placeholder,.lead-form input::placeholder,.lead-form textarea::placeholder{color:#8b8174}
.chip:hover,.ct.active,.tt.active,.tpill.active,.ratio-b.active,.ws-tab.active,.ws-sel-btn:hover,.ws-drop:hover{border-color:rgba(127,105,72,.38);background:#ebe3d5;color:#241f18}
.ws-textarea:focus,.ws-sel:focus,.ws-num:focus,.ws-sel-btn:focus,.tpl-search input:focus,.modal-field input:focus,.modal-field textarea:focus,.lead-form input:focus,.lead-form textarea:focus,.admin-lead-follow select:focus,.admin-lead-follow input:focus{
  border-color:rgba(127,105,72,.52)!important;
  box-shadow:var(--ring)!important;
}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-color:rgba(127,105,72,.72)}
.ws-drop{border-style:solid;min-height:126px}
.ws-drop.dragover{border-color:#7f6948;background:#ebe3d5}
.ws-drop.needs-attention{border-color:#b88945;background:#f1e5d0;box-shadow:0 0 0 3px rgba(184,137,69,.18)}
.drop-ic,.pose-ic{background:#e7ddd0;color:#4b4236;border:1px solid rgba(53,47,38,.12)}
.ws-drop p{color:#4f473c;font-weight:700}
.ws-drop p b{color:#3a3228;font-weight:800}
.ws-drop small,.drop-file span{color:#6d6357!important}
.drop-file{background:linear-gradient(160deg,rgba(127,105,72,.10),rgba(95,109,105,.07));color:#4f473c}
.drop-file b{color:#2f2a22}
.ws-empty svg{color:#706456;opacity:.92}
.ws-empty svg [stop-color],.pro-empty svg [stop-color]{stop-color:currentColor!important}
.ws-empty svg path[stroke^="url"],.ws-empty svg path[stroke="url(#pen)"]{stroke:#766a5c!important}
.ws-empty svg circle,.ws-empty svg rect,.ws-empty svg path[fill^="url"],.ws-empty svg path[fill="#2a2540"],.ws-empty svg rect[fill="#3a3550"]{fill:#5d564d!important}
.ws-empty p{font-weight:700}
.ws-mywork{background:#ebe3d5;color:#4a4034;border-color:rgba(127,105,72,.28)}
.ws-mywork:hover{background:#e4d9c8;color:#241f18}
.pill-credit,.pill-cta,.btn.primary,.ws-gen,.modal-getcode,.tpl-search button,.use-btn{background:linear-gradient(120deg,#484238,#806a48);color:#fbf7ee;box-shadow:0 18px 34px -24px rgba(63,50,32,.56)}
.pill-login.logged-in,.tk-ok{background:rgba(127,105,72,.14);border-color:rgba(127,105,72,.34);color:#5d4a30}
.tag-new,.hot,.feature-card span,.quick-card span{background:linear-gradient(120deg,#806a48,#a68d63);color:#fbf7ee}
.type-item-price b,.modal-agree a,.legal-back,.legal-hero p,.notfound-code{color:#715c3d;text-shadow:none}
.task-thumb-empty{background:#e7ddd0;border-color:rgba(53,47,38,.12);color:#594f42}
.asset-inline{display:inline-flex;vertical-align:middle;align-items:center;justify-content:center;margin:0 3px;padding:3px 9px!important;min-height:0!important;font-size:12px!important;line-height:1.2!important;border-radius:8px!important}
.account-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;padding:14px;border:1px solid rgba(75,65,50,.16);border-radius:10px;background:rgba(122,96,58,.08)}
.account-summary b{display:block;font-size:16px;color:#393126;margin-bottom:4px}
.account-summary span{display:block;font-size:12.5px;color:#655b4e}
.filter-summary{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin:-6px 0 14px;padding:10px 12px;border:1px solid rgba(76,63,45,.12);border-radius:10px;background:rgba(255,255,255,.42);color:#665d51;font-size:12.5px}
.filter-summary:empty{display:none}
.filter-summary .btn{min-height:30px;padding:5px 11px!important;font-size:12px!important}
.app-dialog-body{margin:0;color:#665d51;font-size:13.5px;line-height:1.7}
.app-dialog-card .modal-field{margin-top:12px}
.asset-picker-card{max-width:min(760px,92vw)}
.asset-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(128px,1fr));gap:12px;margin-top:16px;max-height:min(58vh,520px);overflow:auto;padding:2px}
.asset-picker-item{display:flex;flex-direction:column;gap:8px;text-align:left;border:1px solid rgba(76,63,45,.16);background:rgba(255,255,255,.48);border-radius:10px;padding:8px;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.asset-picker-item:hover,.asset-picker-item:focus-visible{background:#f5efe5;border-color:rgba(127,105,72,.42);transform:translateY(-1px);outline:none}
.asset-picker-item img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;background:rgba(76,63,45,.06)}
.asset-picker-item span{font-size:12.5px;color:#2f281f;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.result-next-actions{break-inside:avoid;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin:14px 0 4px;padding:10px;column-span:all;width:100%}
.gen-grid .result-next-actions,.cp-results .result-next-actions{grid-column:1/-1}
.result-next-actions .btn{min-height:34px;padding:7px 13px!important;font-size:12.5px!important}
.video-task-state{background:linear-gradient(145deg,#f3eee5,#ebe3d5);border-bottom-color:rgba(53,47,38,.14)}
.video-task-icon{background:linear-gradient(120deg,#514a3f,#806a48);color:#fbf7ee;box-shadow:0 16px 32px -24px rgba(63,50,32,.7)}

.sb-ic{display:grid;place-items:center;flex:0 0 26px;width:26px;height:26px}
.sb-ic svg.ic-node,.ic-node{width:26px;height:26px;display:block;overflow:visible;fill:none;stroke:none}
.ic-node .wire{fill:none;stroke:#62594e;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round;opacity:.9}
.ic-node .node{fill:#e8dccb;stroke:#6f604e;stroke-width:1.35}
.ic-node .pin{fill:#725d3f;stroke:#f1ece2;stroke-width:.7}
.ic-node .glyph{fill:none;stroke:#3f372d;stroke-width:1.28;stroke-linecap:round;stroke-linejoin:round}
.sb-item:hover .ic-node .node,.sb-item.active .ic-node .node{fill:#e2d5c2;stroke:#6f5a3e}
.sb-item:hover .ic-node .wire,.sb-item.active .ic-node .wire{stroke:#6b5a43;opacity:1}
.sb-item.active::before{background:#7f6948;box-shadow:0 0 12px rgba(127,105,72,.32)}
.sb-item.active{background:linear-gradient(100deg,#ebe3d5,#ded0b8 74%,#dfe2d6);border-color:rgba(127,105,72,.32)}
.sb-badge,.sb-book,.manual-list span{background:linear-gradient(120deg,#8d7551,#c0ad86);color:#302414}

/* Sidebar depth pass: clearer subcategory buttons */
.sb-nav{gap:5px}
.sb-group{position:relative}
.sb-item{
  min-height:46px;
  border-color:rgba(53,47,38,.07);
  box-shadow:0 1px 0 rgba(255,255,255,.42) inset;
}
.sb-item.has-sub{padding-right:10px}
.sb-item:hover{
  background:linear-gradient(180deg,#f5f0e7,#ebe3d6);
  border-color:rgba(127,105,72,.24);
  box-shadow:0 10px 22px -18px rgba(53,47,38,.45),0 1px 0 rgba(255,255,255,.58) inset;
}
.sb-item.active{
  background:linear-gradient(135deg,#eee5d6 0%,#dcccc2 72%,#e1e4d8 100%);
  border-color:rgba(111,90,62,.38);
  box-shadow:0 16px 30px -22px rgba(63,50,32,.55),0 1px 0 rgba(255,255,255,.62) inset;
}
.sb-caret{
  width:20px;height:20px;display:grid;place-items:center;border-radius:7px;
  background:rgba(255,255,255,.32);border:1px solid rgba(53,47,38,.10);
  color:#6a5c49;font-weight:900;line-height:1;
}
.sb-group.open .sb-caret{background:#dfd2bd;color:#413629;border-color:rgba(111,90,62,.28)}
.sb-group.open .sb-sub{
  margin:6px 0 8px 12px;
  padding-left:10px;
  border-left:1px solid rgba(111,90,62,.22);
}
.sb-sub>div{
  display:flex;
  flex-direction:column;
  gap:0;
  padding:0;
  margin-left:0;
  border-radius:12px;
  background:transparent;
  border:0;
  box-shadow:none;
}
.sb-group.open .sb-sub>div{
  gap:5px;
  padding:7px 6px 8px 8px;
  background:linear-gradient(180deg,rgba(232,223,207,.78),rgba(243,238,229,.42));
  border:1px solid rgba(53,47,38,.10);
  box-shadow:0 12px 28px -24px rgba(53,47,38,.45),0 1px 0 rgba(255,255,255,.52) inset;
}
.sb-sub a{
  position:relative;
  min-height:34px;
  padding:8px 9px 8px 24px;
  border-radius:9px;
  color:#655b4f;
  font-size:13.2px;
  font-weight:650;
  background:rgba(250,247,240,.48);
  border:1px solid rgba(53,47,38,.08);
  box-shadow:0 1px 0 rgba(255,255,255,.44) inset;
}
.sb-sub a::before{
  content:"";
  position:absolute;
  left:10px;
  top:50%;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#9b8b73;
  transform:translateY(-50%);
  box-shadow:0 0 0 3px rgba(127,105,72,.08);
}
.sb-sub a:hover{
  color:#2f281f;
  background:linear-gradient(180deg,#f6efe4,#e8dcc8);
  border-color:rgba(127,105,72,.26);
  transform:translateX(2px);
  box-shadow:0 10px 20px -18px rgba(53,47,38,.48),0 1px 0 rgba(255,255,255,.58) inset;
}
.sb-sub a.cur{
  color:#241f18;
  background:linear-gradient(135deg,#e3d5bf,#d7c7ad 70%,#dfe3d6);
  border-color:rgba(111,90,62,.36);
  box-shadow:0 12px 22px -18px rgba(63,50,32,.58),inset 3px 0 0 #7f6948,0 1px 0 rgba(255,255,255,.62) inset;
}
.sb-sub a.cur::before{background:#6f5a3e;box-shadow:0 0 0 3px rgba(127,105,72,.18)}
.sidebar.mini .sb-group.open .sb-sub{display:none}

/* Unified button pass: match sidebar button language across the product */
.btn,
.pill,
.chip,
.ct,
.tt,
.tpill,
.pt,
.ig-tab,
.ratio-b,
.ws-tab,
.cp-select,
.cp-upload,
.cp-aiwrite,
.cp-send,
.ws-gen,
.use-btn,
.tk-act,
.tpl-search button,
.vi-search button,
.modal-getcode,
.modal-x,
.lb-act,
.res-act,
.st-ic,
.tool-card .tc-go,
.faq-item,
.type-item-qty button,
.drop-add,
.drop-x,
.float-btn,
.float-headset,
.float-top,
.topbar-close,
.nav-burger,
.sb-collapse{
  background:linear-gradient(180deg,#f5f0e7,#ebe3d6);
  border:1px solid rgba(53,47,38,.10);
  color:#2f281f;
  box-shadow:0 1px 0 rgba(255,255,255,.56) inset;
  text-shadow:none;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease;
}

.btn:hover,
.pill:hover,
.chip:hover,
.ct:hover,
.tt:hover,
.tpill:hover,
.pt:hover,
.ig-tab:hover,
.ratio-b:hover,
.ws-tab:hover,
.cp-select:hover,
.cp-upload:hover,
.cp-aiwrite:hover,
.cp-send:hover,
.ws-gen:hover,
.use-btn:hover,
.tk-act:hover,
.tpl-search button:hover,
.vi-search button:hover,
.modal-getcode:hover,
.modal-x:hover,
.lb-act:hover,
.res-act:hover,
.st-ic:hover,
.tool-card:hover .tc-go,
.faq-item:hover,
.type-item-qty button:hover,
.drop-add:hover,
.drop-x:hover,
.float-btn:hover,
.float-headset:hover,
.float-top:hover,
.topbar-close:hover,
.nav-burger:hover,
.sb-collapse:hover{
  background:linear-gradient(180deg,#f8f3ea,#e8dcc8);
  border-color:rgba(127,105,72,.26);
  color:#241f18;
  transform:translateY(-1px);
  box-shadow:0 10px 22px -18px rgba(53,47,38,.45),0 1px 0 rgba(255,255,255,.62) inset;
}

.btn:active,
.pill:active,
.chip:active,
.ct:active,
.tt:active,
.tpill:active,
.pt:active,
.ig-tab:active,
.ratio-b:active,
.ws-tab:active,
.cp-select:active,
.cp-upload:active,
.cp-aiwrite:active,
.cp-send:active,
.ws-gen:active,
.use-btn:active,
.tk-act:active,
.tpl-search button:active,
.vi-search button:active,
.modal-getcode:active,
.lb-act:active,
.res-act:active,
.st-ic:active,
.type-item-qty button:active{
  transform:translateY(0);
  box-shadow:0 1px 0 rgba(255,255,255,.46) inset;
}

.btn-primary,
.btn-outline,
.btn-soft,
.pill-credit,
.pill-login,
.pill-batch,
.pill-cta,
.ws-gen,
.use-btn,
.cp-aiwrite,
.cp-send,
.modal-getcode.solid,
.tpl-search button,
.tk-act{
  background:linear-gradient(180deg,#f5f0e7,#ebe3d6)!important;
  border:1px solid rgba(53,47,38,.10)!important;
  color:#2f281f!important;
  box-shadow:0 1px 0 rgba(255,255,255,.56) inset!important;
}

.btn-primary:hover,
.btn-outline:hover,
.btn-soft:hover,
.pill-credit:hover,
.pill-login:hover,
.pill-batch:hover,
.pill-cta:hover,
.ws-gen:hover,
.use-btn:hover,
.cp-aiwrite:hover,
.cp-send:hover,
.modal-getcode.solid:hover,
.tpl-search button:hover,
.tk-act:hover{
  background:linear-gradient(180deg,#f8f3ea,#e8dcc8)!important;
  border-color:rgba(127,105,72,.26)!important;
  color:#241f18!important;
  box-shadow:0 10px 22px -18px rgba(53,47,38,.45),0 1px 0 rgba(255,255,255,.62) inset!important;
}

.ct.active,
.tt.active,
.tpill.active,
.pt.active,
.ig-tab.active,
.ratio-b.active,
.ws-tab.active,
.res-act.on,
.lb-act.on{
  background:linear-gradient(135deg,#e3d5bf,#d7c7ad 70%,#dfe3d6)!important;
  border-color:rgba(111,90,62,.36)!important;
  color:#241f18!important;
  box-shadow:0 12px 22px -18px rgba(63,50,32,.58),0 1px 0 rgba(255,255,255,.62) inset!important;
}

.cp-send,
.modal-x,
.lb-act,
.res-act,
.st-ic,
.float-btn,
.float-headset,
.float-top,
.nav-burger,
.sb-collapse,
.type-item-qty button,
.drop-x{
  display:grid;
  place-items:center;
}

.cp-send,
.modal-x,
.lb-act,
.res-act,
.st-ic,
.float-btn,
.float-headset,
.float-top{
  border-radius:12px;
}

.cp-upload,
.cp-upload.has-file{
  border-style:solid;
  background:linear-gradient(180deg,#f5f0e7,#ebe3d6)!important;
  color:#2f281f!important;
}

.cp-upload-ic{
  background:linear-gradient(135deg,#e3d5bf,#d0bea1);
  color:#3b3024;
  border:1px solid rgba(53,47,38,.12);
  box-shadow:0 1px 0 rgba(255,255,255,.52) inset;
}

.drop-x{
  background:linear-gradient(180deg,#f5f0e7,#ebe3d6)!important;
  color:#2f281f!important;
  border-color:rgba(53,47,38,.12)!important;
}

.drop-x:hover{
  background:linear-gradient(180deg,#ead8cf,#ddc2b7)!important;
  border-color:rgba(137,63,47,.22)!important;
  color:#7a3028!important;
}

/* Final strict unification: every real control button uses the sidebar type. */
button:not(.feature-card):not(.feature-card-main):not(.gcard):not(.tool-card):not(.quick-card):not(.faq-item):not(.pill):not(.btn):not(.cp-upload):not(.cp-aiwrite):not(.cp-send):not(.cp-select):not(.sb-item):not(.topbar-btn):not(.ws-gen),
.topbar-btn,
.sb-book,
.ws-sel-btn,
.ws-aibtn,
.ws-mywork,
.btn-ghost,
.modal-submit,
.admin-leads-actions button,
.admin-lead-follow button{
  background:linear-gradient(180deg,#15130f,#0b0b0a)!important;
  border:1px solid rgba(214,179,106,.22)!important;
  border-radius:12px!important;
  color:#ead8ad!important;
  box-shadow:0 14px 30px -26px rgba(214,179,106,.48),0 1px 0 rgba(255,255,255,.035) inset!important;
  text-shadow:none!important;
}

button:not(.feature-card):not(.feature-card-main):not(.gcard):not(.tool-card):not(.quick-card):not(.faq-item):not(.pill):not(.btn):not(.cp-upload):not(.cp-aiwrite):not(.cp-send):not(.cp-select):not(.sb-item):not(.topbar-btn):not(.ws-gen):hover,
.topbar-btn:hover,
.sb-book:hover,
.ws-sel-btn:hover,
.ws-aibtn:hover,
.ws-mywork:hover,
.btn-ghost:hover,
.modal-submit:hover,
.admin-leads-actions button:hover,
.admin-lead-follow button:hover{
  background:linear-gradient(180deg,#211b10,#0d0d0b)!important;
  border-color:rgba(214,179,106,.36)!important;
  color:#f2dfac!important;
  transform:translateY(-1px);
  box-shadow:0 16px 30px -24px rgba(214,179,106,.46),0 1px 0 rgba(255,255,255,.04) inset!important;
}

button:not(.feature-card):not(.feature-card-main):not(.gcard):not(.tool-card):not(.quick-card):not(.faq-item):active,
.topbar-btn:active,
.sb-book:active,
.ws-sel-btn:active,
.ws-aibtn:active,
.ws-mywork:active,
.btn-ghost:active,
.modal-submit:active,
.admin-leads-actions button:active,
.admin-lead-follow button:active{
  transform:translateY(0);
  box-shadow:0 1px 0 rgba(255,255,255,.035) inset!important;
}

.sb-item.active,
.sb-group.open>.sb-item,
.ct.active,
.tt.active,
.tpill.active,
.pt.active,
.ig-tab.active,
.ratio-b.active,
.ws-tab.active,
.res-act.on,
.lb-act.on{
  background:linear-gradient(135deg,rgba(214,179,106,.18),rgba(214,179,106,.075))!important;
  border-color:rgba(214,179,106,.34)!important;
  color:#f0dfb5!important;
  box-shadow:0 14px 28px -24px rgba(214,179,106,.55),0 1px 0 rgba(255,255,255,.04) inset!important;
}

.sb-book svg path,
.float-headset svg path{
  stroke:#2f281f!important;
}

.cp-send,
.sb-book,
.modal-x,
.lb-act,
.res-act,
.st-ic,
.float-btn,
.float-headset,
.float-top,
.topbar-close,
.nav-burger,
.sb-collapse{
  border-radius:12px!important;
}

button.feature-card,
button.feature-card-main,
button.gcard,
button.tool-card,
button.quick-card,
button.faq-item{
  background:linear-gradient(180deg,#f5f0e7,#ebe3d6)!important;
  border:1px solid rgba(53,47,38,.10)!important;
  color:#2f281f!important;
  box-shadow:0 1px 0 rgba(255,255,255,.56) inset!important;
  text-shadow:none!important;
}

button.feature-card:hover,
button.feature-card-main:hover,
button.gcard:hover,
button.tool-card:hover,
button.quick-card:hover,
button.faq-item:hover{
  background:linear-gradient(180deg,#f8f3ea,#e8dcc8)!important;
  border-color:rgba(127,105,72,.26)!important;
  color:#241f18!important;
  transform:translateY(-1px);
  box-shadow:0 10px 22px -18px rgba(53,47,38,.45),0 1px 0 rgba(255,255,255,.62) inset!important;
}

button.feature-card:active,
button.feature-card-main:active,
button.gcard:active,
button.tool-card:active,
button.quick-card:active,
button.faq-item:active{
  transform:translateY(0);
  box-shadow:0 1px 0 rgba(255,255,255,.46) inset!important;
}

button.feature-card b,
button.feature-card-main b,
button.tool-card h3,
button.quick-card b,
button.faq-item b,
button.gcard h5{
  color:#2f281f!important;
}

button.feature-card p,
button.feature-card-main p,
button.tool-card p,
button.quick-card small,
button.faq-item span,
button.gcard p{
  color:#655b4f!important;
}

/* =====================================================================
   Customer theme: premium black and gold membership edition
   ===================================================================== */
:root{
  --bg:#020202;
  --bg-2:#060606;
  --sidebar:#050505;
  --panel:#0b0b0a;
  --panel-2:#11100d;
  --line:rgba(222,178,88,.24);
  --line-2:rgba(222,178,88,.14);
  --text:#f7ead0;
  --muted:#b9a886;
  --muted-2:#8e7f65;
  --purple:#d8ad55;
  --purple-2:#f1cf82;
  --blue:#c89a43;
  --pink:#e7bd68;
  --lime:#e2b963;
  --lime-2:#b9842f;
  --ring:0 0 0 3px rgba(226,185,99,.24);
  --grad:linear-gradient(135deg,#8d6423 0%,#d8ad55 48%,#f3d58b 100%);
  --grad-vl:linear-gradient(135deg,#17130c 0%,#7c5a22 44%,#e1b760 100%);
  --grad-pink:linear-gradient(135deg,#a16d24,#e2b963);
  --orange:linear-gradient(135deg,#b07a25,#f0cb79);
}

body{
  color:var(--text);
  background:
    radial-gradient(720px 360px at 78% -10%,rgba(224,181,88,.08),transparent 68%),
    radial-gradient(520px 300px at 8% 2%,rgba(224,181,88,.045),transparent 62%),
    linear-gradient(180deg,#020202 0,#050505 48%,#010101 100%)!important;
}
.content{color:var(--text)}
.topbar{background:linear-gradient(90deg,#0a0805,#4b3311 28%,#9c7029 50%,#4b3311 72%,#0a0805)!important;color:#fff4d7;border-bottom:1px solid rgba(241,207,130,.22)}
.topbar-deco{background:radial-gradient(40% 120% at 12% 50%,rgba(241,207,130,.22),transparent 60%),radial-gradient(40% 120% at 88% 50%,rgba(184,126,34,.24),transparent 62%)}
.topbar-btn{background:#f2d486!important;color:#1b1308!important;box-shadow:0 12px 24px -18px rgba(242,212,134,.9)}
.topnav{background:linear-gradient(180deg,rgba(2,2,2,.97) 70%,rgba(2,2,2,0))!important;border-bottom-color:transparent}
.sidebar{background:linear-gradient(180deg,#060606,#020202)!important;border-right-color:rgba(222,178,88,.14)!important;box-shadow:18px 0 48px rgba(0,0,0,.42)!important}
.sb-glow{background:radial-gradient(70% 30% at 48% 16%,rgba(222,178,88,.08),transparent 72%)!important}
.brand-text,.brand-text span,.brand-text em{color:#f6d989!important}
.brand-text em{background:rgba(222,178,88,.14)!important;border:1px solid rgba(222,178,88,.28)!important}
.sb-section{color:#8f7a56!important}
.sb-item{color:#cbb992!important;border-color:transparent!important}
.sb-item:hover,.sb-item.active{background:linear-gradient(100deg,rgba(222,178,88,.18),rgba(222,178,88,.06))!important;border-color:rgba(222,178,88,.34)!important;color:#fff2cf!important;box-shadow:0 14px 30px -24px rgba(222,178,88,.8)!important}
.sb-item.active::before{background:#e6bd68!important;box-shadow:0 0 14px rgba(230,189,104,.78)!important}
.sb-sub a{color:#a99773!important;background:rgba(255,255,255,.02)!important;border-color:rgba(222,178,88,.08)!important}
.sb-sub a:hover,.sb-sub a.cur{background:rgba(222,178,88,.14)!important;color:#ffe7a9!important;border-color:rgba(222,178,88,.28)!important}
.sb-book,.float-headset,.float-top,.cp-send,.ws-gen,.btn-primary,.pill-credit,.pill-batch,.pill-cta,.use-btn,.modal-getcode,.tpl-search button{background:var(--grad)!important;color:#1c1307!important;box-shadow:0 18px 38px -24px rgba(242,212,134,.9)!important}
.pill,.btn,.cp-select,.chip,.ct,.tt,.tpill,.ratio-b,.ws-tab{border-radius:12px}
.pill-login,.btn-outline,.btn-ghost,.cp-select,.ws-sel,.ws-sel-btn,.ws-textarea,.ws-num,.tpl-search input,.vi-search input,.lead-form input,.lead-form textarea,.modal-field input,.modal-field textarea{background:rgba(255,255,255,.045)!important;border-color:rgba(222,178,88,.20)!important;color:#f2e4c4!important}
.pill-login:hover,.btn-outline:hover,.btn-ghost:hover,.cp-select:hover,.chip:hover,.ct.active,.tt.active,.tpill.active,.ratio-b.active,.ws-tab.active{background:rgba(222,178,88,.14)!important;border-color:rgba(222,178,88,.42)!important;color:#fff3d1!important}
.ws-sub,.price-desc,.credit-note,.billing-head span,.modal-note,.chat-hint,.help-bar,.faq-item span,.feature-card b,.quick-card p,.gbody p,button.feature-card p,button.feature-card-main p,button.tool-card p,button.quick-card small,button.faq-item span,button.gcard p{color:var(--muted)!important}
.ws-head h1,.greeting,.home-section-head h2,.tool-card h3,.vi-feature h3,.price-card h3,.studio-title,.modal-brand b,.billing-head b,.faq-item b,.feature-card span,.quick-card h3,.gbody h5,button.feature-card b,button.feature-card-main b,button.tool-card h3,button.quick-card b,button.faq-item b,button.gcard h5{color:#ffe7a9!important}
.ws-form,.ws-result,.composer,.feature-card,.feature-card-main,.tool-card,.vi-feature,.design-info,.studio-left,.scene-card,.modal-card,.price-card,.tk-table,.pro-empty,.faq-item,.info-card,.lead-form,.billing-panel,.billing-empty,.home-showcase,.quick-card,.gcard,.asset-filter-panel,.task-empty-state,
button.feature-card,button.feature-card-main,button.gcard,button.tool-card,button.quick-card,button.faq-item{
  background:linear-gradient(180deg,rgba(12,12,11,.98),rgba(6,6,6,.98))!important;
  border-color:rgba(222,178,88,.18)!important;
  color:var(--text)!important;
  box-shadow:0 28px 72px -46px rgba(0,0,0,.9),inset 0 1px 0 rgba(255,232,178,.05)!important;
}
button.feature-card:hover,button.feature-card-main:hover,button.gcard:hover,button.tool-card:hover,button.quick-card:hover,button.faq-item:hover{background:linear-gradient(180deg,rgba(17,16,14,.98),rgba(8,8,8,.98))!important;border-color:rgba(222,178,88,.34)!important;color:#fff2cf!important}
.home-hero::before,.vi-hero::after{background:radial-gradient(420px 190px at 78% 34%,rgba(222,178,88,.08),transparent 72%)!important}
.grad,.home-eyebrow,.cc-promo-title{background:linear-gradient(120deg,#f8dd94,#c9943d);-webkit-background-clip:text;background-clip:text;color:transparent!important}
.cc-promo{background:linear-gradient(135deg,#130f08,#4a3210 64%,#9b7029)!important;border-color:rgba(241,207,130,.34)!important}
.cc-promo-cta,.help-contact,.chat-hint button,.scene-tip button,.modal-agree a,.legal-back{color:#f0cb79!important}
.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:860px;margin:0 auto}
.price-card{overflow:hidden}
.price-card.featured{border-color:rgba(241,207,130,.76)!important;box-shadow:0 34px 86px -44px rgba(222,178,88,.72),inset 0 1px 0 rgba(255,232,178,.08)!important}
.ribbon{background:var(--grad)!important;color:#1b1206!important;box-shadow:0 10px 24px -16px rgba(242,212,134,.9)}
.price-card .price{color:#f6d989!important;text-shadow:0 10px 34px rgba(222,178,88,.18)}
.price-card li{color:#eadbb9!important}.price-card li::before{color:#f1cf82!important}
.credit-note{background:rgba(222,178,88,.07)!important;border-color:rgba(222,178,88,.18)!important}
.modal{background:rgba(0,0,0,.76)!important}
.modal-field input:focus,.modal-field textarea:focus,.ws-textarea:focus,.ws-sel:focus,.lead-form input:focus,.lead-form textarea:focus{border-color:rgba(241,207,130,.62)!important;box-shadow:var(--ring)!important}
.tk-ok{background:rgba(226,185,99,.16)!important;color:#f1cf82!important}.tk-run{background:rgba(176,122,37,.18)!important;color:#e2b963!important}
::-webkit-scrollbar-thumb{background:rgba(222,178,88,.25)}
@media(max-width:880px){.pricing-grid{grid-template-columns:1fr;max-width:520px}}

/* =====================================================================
   Customer theme polish: quieter luxury, stronger hierarchy
   ===================================================================== */
:root{
  --gold:#e7bd68;
  --gold-2:#f6d98b;
  --gold-soft:rgba(231,189,104,.16);
  --gold-line:rgba(231,189,104,.28);
  --ink:#020202;
  --ink-2:#070707;
  --ink-3:#10100f;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.014) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.44),transparent 72%);
}
.topbar{
  height:44px!important;
  background:linear-gradient(90deg,#030303 0%,#14100a 36%,#2b1d0b 50%,#14100a 64%,#030303 100%)!important;
  color:#f4dfac!important;
  font-size:14px!important;
  letter-spacing:.01em;
}
.topbar-btn{
  border:1px solid rgba(255,238,190,.42)!important;
  background:linear-gradient(135deg,#f7dea0,#bf8734)!important;
  color:#130d05!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.42),0 12px 28px -20px rgba(242,212,134,.85)!important;
}
.brand{
  padding:8px 6px 14px!important;
  border-bottom:1px solid rgba(231,189,104,.12);
}
.brand-mark{filter:drop-shadow(0 10px 18px rgba(231,189,104,.18))!important}
.sb-item{
  min-height:42px;
  border-radius:12px!important;
  margin-bottom:4px;
}
.sb-ic{
  background:rgba(231,189,104,.075)!important;
  border:1px solid rgba(231,189,104,.13)!important;
  color:#f1cf82!important;
}
.sb-item:hover .sb-ic,.sb-item.active .sb-ic{
  background:linear-gradient(135deg,#f3d58b,#9a6724)!important;
  color:#171006!important;
  border-color:rgba(255,238,190,.34)!important;
}
.main{background:transparent!important}
.content{max-width:1440px;margin:0 auto!important}
.home-hero{
  padding-top:22px!important;
  gap:28px!important;
}
.home-copy,.chat-wrap,.studio,.ws-head{
  position:relative;
}
.home-eyebrow{
  width:max-content;
  padding:6px 10px;
  border:1px solid rgba(231,189,104,.22);
  border-radius:999px;
  background:rgba(231,189,104,.06)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.greeting{
  letter-spacing:0!important;
  text-shadow:0 18px 52px rgba(231,189,104,.12);
}
.home-lede,.chat-hint,.help-bar{line-height:1.85!important;color:#c9b991!important}
.composer,.hero-composer,.chat-composer,.studio-composer{
  border-radius:20px!important;
  background:
    linear-gradient(180deg,rgba(18,18,17,.98),rgba(7,7,7,.98))!important;
  border:1px solid rgba(231,189,104,.24)!important;
  box-shadow:0 32px 90px -58px rgba(0,0,0,.92),0 0 0 1px rgba(255,255,255,.018) inset!important;
}
.cp-input,.ws-textarea,.modal-field input,.modal-field textarea,.lead-form input,.lead-form textarea{
  color:#fff0c8!important;
  caret-color:#f3d58b!important;
}
.cp-input::placeholder,.ws-textarea::placeholder,.modal-field input::placeholder,.modal-field textarea::placeholder,.lead-form input::placeholder,.lead-form textarea::placeholder{color:#85775d!important}
.cp-select,.chip,.ct,.ws-tab,.ratio-b,.tt,.tpill{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.cp-send,.pill-credit,.pill-batch,.pill-cta,.btn-primary,.ws-gen,.use-btn{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,238,190,.35)!important;
  background:linear-gradient(135deg,#f7dc98 0%,#d8a74c 46%,#8d5d1e 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.38),0 18px 38px -24px rgba(231,189,104,.92)!important;
}
.cp-send:hover,.pill-credit:hover,.pill-batch:hover,.pill-cta:hover,.btn-primary:hover,.ws-gen:hover,.use-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}
.feature-card,.quick-card,.tool-card,.vi-feature,.gcard,.faq-item,.price-card,.home-showcase,.ws-form,.ws-result,.billing-panel{
  border-radius:16px!important;
  background:
    linear-gradient(180deg,rgba(15,15,14,.98) 0%,rgba(7,7,7,.99) 100%)!important;
  border:1px solid rgba(231,189,104,.18)!important;
  box-shadow:0 24px 80px -58px rgba(0,0,0,.95),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.feature-card:hover,.quick-card:hover,.tool-card:hover,.vi-feature:hover,.gcard:hover,.faq-item:hover,.price-card:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(231,189,104,.36)!important;
  box-shadow:0 34px 92px -58px rgba(0,0,0,.96),0 16px 42px -34px rgba(231,189,104,.48),inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.home-showcase{
  background:
    radial-gradient(520px 280px at 74% 0%,rgba(231,189,104,.10),transparent 62%),
    linear-gradient(180deg,rgba(16,16,15,.98),rgba(5,5,5,.99))!important;
}
.showcase-top,.home-section-head span,.quick-create-head span{color:#d7b667!important;letter-spacing:.08em;text-transform:uppercase}
.showcase-note{background:rgba(231,189,104,.07)!important;border-color:rgba(231,189,104,.16)!important;color:#c9b991!important}
.price-card{padding:34px 28px!important}
.price-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,240,192,.075),transparent 34%,rgba(231,189,104,.055));
  opacity:.7;
}
.price-card>*{position:relative;z-index:1}
.price-card.featured{
  background:
    radial-gradient(420px 240px at 50% -10%,rgba(231,189,104,.18),transparent 58%),
    linear-gradient(180deg,rgba(18,16,12,.99),rgba(7,7,7,.99))!important;
}
.price-card .price{font-size:42px!important;letter-spacing:0!important}
.price-card ul{gap:13px!important}
.price-card li::before{
  width:18px;height:18px;border-radius:50%;display:grid;place-items:center;
  background:rgba(231,189,104,.13);font-size:12px;top:1px;
}
.credit-note{max-width:860px;margin:22px auto 0!important;border-radius:14px!important}
.modal-card{border-radius:18px!important;background:linear-gradient(180deg,#11100e,#070707)!important}
.res-act,.lb-act{background:rgba(7,7,7,.82)!important;color:#f2d486!important;border-color:rgba(231,189,104,.22)!important;backdrop-filter:blur(8px)}
.res-act:hover,.lb-act:hover{background:linear-gradient(135deg,#f7dc98,#9c6824)!important;color:#160f06!important}
@media(max-width:720px){
  .topbar{height:42px!important;font-size:12px!important}
  .home-hero{gap:18px!important;padding-top:10px!important}
  .composer,.hero-composer,.chat-composer{border-radius:16px!important}
  .price-card{padding:28px 22px!important}
}

/* =====================================================================
   Customer comfort pass: cleaner logo, softer black-gold balance
   ===================================================================== */
:root{
  --text:#f1e4c7;
  --muted:#b5a782;
  --muted-2:#8f8264;
  --gold:#d9af5a;
  --gold-2:#edd08a;
  --gold-soft:rgba(217,175,90,.115);
  --gold-line:rgba(217,175,90,.22);
  --grad:linear-gradient(135deg,#e7c477 0%,#bf8d38 54%,#6f4617 100%);
}
body{
  background:
    radial-gradient(760px 380px at 76% -12%,rgba(217,175,90,.055),transparent 70%),
    radial-gradient(580px 320px at 6% 0%,rgba(217,175,90,.032),transparent 66%),
    linear-gradient(180deg,#010101 0,#040404 52%,#010101 100%)!important;
}
body::before{opacity:.42;filter:saturate(.8)}
.brand{
  min-height:48px;
  padding:10px 8px 16px!important;
}
.brand-mark{display:none!important}
.brand-text{
  display:inline-flex!important;
  align-items:center;
  gap:1px;
  font-style:normal!important;
  font-size:21px!important;
  font-weight:850!important;
  letter-spacing:.01em!important;
  color:#f1d48b!important;
}
.brand-text span{color:#d7aa4d!important}
.brand-text em{
  margin-left:6px!important;
  padding:2px 7px!important;
  border-radius:999px!important;
  background:rgba(217,175,90,.105)!important;
  border:1px solid rgba(217,175,90,.20)!important;
  color:#d7b566!important;
  font-size:11px!important;
  font-weight:800!important;
}
.home-eyebrow{
  color:#d7b566!important;
  background:rgba(217,175,90,.055)!important;
  border-color:rgba(217,175,90,.18)!important;
  box-shadow:none!important;
}
.chat-logo.text-only{margin-bottom:28px!important}
.chat-logo.text-only .chat-word{
  font-size:34px!important;
  color:#f1d48b!important;
  text-shadow:0 18px 44px rgba(217,175,90,.12);
}
.topbar{
  background:linear-gradient(90deg,#020202 0%,#0d0b07 34%,#221707 50%,#0d0b07 66%,#020202 100%)!important;
  color:#e8d3a0!important;
}
.topbar-btn,.cp-send,.pill-credit,.pill-batch,.pill-cta,.btn-primary,.ws-gen,.use-btn{
  background:linear-gradient(135deg,#ead08a 0%,#c59642 52%,#724919 100%)!important;
  color:#140e05!important;
  border-color:rgba(238,211,139,.30)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 14px 30px -24px rgba(217,175,90,.78)!important;
}
.sidebar{background:linear-gradient(180deg,#050505,#010101)!important}
.sb-item:hover,.sb-item.active{
  background:linear-gradient(100deg,rgba(217,175,90,.135),rgba(217,175,90,.045))!important;
  border-color:rgba(217,175,90,.26)!important;
  box-shadow:0 12px 26px -24px rgba(217,175,90,.56)!important;
}
.sb-ic{background:rgba(217,175,90,.055)!important;border-color:rgba(217,175,90,.11)!important;color:#d9b761!important}
.sb-item:hover .sb-ic,.sb-item.active .sb-ic{background:linear-gradient(135deg,#ddbd70,#8d5d22)!important}
.greeting,.ws-head h1,.home-section-head h2,.price-card h3,.tool-card h3,.vi-feature h3,.quick-card h3,.faq-item b,.gbody h5{
  color:#f2d895!important;
  text-shadow:none!important;
}
.home-lede,.ws-sub,.price-desc,.credit-note,.chat-hint,.help-bar,.faq-item span,.gbody p{color:#b9ab89!important}
.composer,.hero-composer,.chat-composer,.studio-composer,.feature-card,.quick-card,.tool-card,.vi-feature,.gcard,.faq-item,.price-card,.home-showcase,.ws-form,.ws-result,.billing-panel{
  background:linear-gradient(180deg,rgba(13,13,12,.985),rgba(5,5,5,.99))!important;
  border-color:rgba(217,175,90,.145)!important;
  box-shadow:0 24px 70px -56px rgba(0,0,0,.94),inset 0 1px 0 rgba(255,255,255,.028)!important;
}
.feature-card:hover,.quick-card:hover,.tool-card:hover,.vi-feature:hover,.gcard:hover,.faq-item:hover,.price-card:hover{
  border-color:rgba(217,175,90,.28)!important;
  box-shadow:0 30px 82px -58px rgba(0,0,0,.96),0 14px 34px -32px rgba(217,175,90,.34),inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.price-card.featured{
  background:radial-gradient(420px 240px at 50% -10%,rgba(217,175,90,.115),transparent 62%),linear-gradient(180deg,rgba(15,14,12,.99),rgba(5,5,5,.99))!important;
  border-color:rgba(217,175,90,.46)!important;
}
.price-card::after{opacity:.38}
.ribbon{background:linear-gradient(135deg,#ead08a,#b88432)!important;color:#110b04!important}
.cp-select,.chip,.ct,.ws-tab,.pill-login,.btn-outline,.btn-ghost,.ws-sel,.ws-textarea,.modal-field input,.modal-field textarea{
  background:rgba(255,255,255,.034)!important;
  border-color:rgba(217,175,90,.155)!important;
  color:#eadcbf!important;
}
.cp-select:hover,.chip:hover,.ct.active,.ws-tab.active,.pill-login:hover,.btn-outline:hover,.btn-ghost:hover{
  background:rgba(217,175,90,.095)!important;
  border-color:rgba(217,175,90,.30)!important;
}
@media(max-width:860px){
  .brand{min-height:42px!important;justify-content:flex-start!important}
  .brand-text{font-size:19px!important}
}

/* =====================================================================
   No-white pass: remove harsh light surfaces from the black-gold UI
   ===================================================================== */
.ws-drop,.drop-file,.cp-upload,.ws-mywork,.task-thumb-empty,.filter-summary,.asset-picker-item,.video-task-state,
.result-error-card,.billing-error-card,.legal-page,.notfound-view,.modal-note,.pay-summary,.admin-lead-follow,
.lb-panel,.lightbox,.hk-picker-item,.drop-add,.billing-empty,.asset-filter-panel{
  background:linear-gradient(180deg,rgba(13,13,12,.985),rgba(5,5,5,.99))!important;
  border-color:rgba(217,175,90,.16)!important;
  color:#eadcbf!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.026),0 20px 58px -50px rgba(0,0,0,.9)!important;
}
.ws-drop:hover,.ws-drop.dragover,.ws-drop.needs-attention,.asset-picker-item:hover,.asset-picker-item:focus-visible,.drop-add:hover,
.ws-mywork:hover{
  background:linear-gradient(180deg,rgba(19,17,13,.99),rgba(7,7,7,.99))!important;
  border-color:rgba(217,175,90,.30)!important;
  color:#f2d895!important;
}
.drop-ic,.pose-ic,.cp-upload-ic,.video-task-icon{
  background:rgba(217,175,90,.105)!important;
  border:1px solid rgba(217,175,90,.18)!important;
  color:#d9b761!important;
}
.cp-upload.has-file,.cp-upload:hover{
  background:rgba(217,175,90,.085)!important;
  color:#f1e4c7!important;
}
.res-act,.lb-act,.modal-x,.drop-x{
  background:rgba(8,8,8,.82)!important;
  border-color:rgba(217,175,90,.22)!important;
  color:#e3c879!important;
  backdrop-filter:blur(8px);
}
.res-act:hover,.lb-act:hover,.modal-x:hover,.drop-x:hover{
  background:linear-gradient(135deg,#e7c477,#8b5a1e)!important;
  color:#120c04!important;
  border-color:rgba(238,211,139,.34)!important;
}
.result-error-card strong,.billing-error-card b,.legal-card h2,.legal-hero h1,.notfound-view h1,.billing-empty b,.drop-file b,
.ws-drop p,.ws-drop p b,.task-empty-state b,.pro-empty h3{
  color:#f2d895!important;
}
.result-error-card p,.billing-error-card p,.billing-error-card span,.legal-card,.legal-card p,.notfound-view p,.drop-file span,
.ws-drop small,.filter-summary,.billing-empty span,.task-empty-state span,.pro-empty p{
  color:#b9ab89!important;
}
.task-error,.modal-err{color:#e3a06d!important}
.tk-warn{background:rgba(217,175,90,.10)!important;border-color:rgba(217,175,90,.20)!important;color:#e8d3a0!important}
.legal-page{
  min-height:100vh;
  background:
    radial-gradient(720px 360px at 78% -10%,rgba(217,175,90,.055),transparent 68%),
    linear-gradient(180deg,#010101,#050505 52%,#010101)!important;
}
.legal-hero{border-bottom-color:rgba(217,175,90,.16)!important}
.legal-back,.legal-hero p{color:#d9b761!important}
.notfound-code{color:#d9b761!important;text-shadow:0 18px 44px rgba(217,175,90,.10)!important}
.gimg,.vi-feature-art,.feature-card img,.quick-card img,.showcase-grid,.showcase-tile{
  background-color:#090909!important;
}
.gimg::before,.vi-feature-art::before{
  background:linear-gradient(135deg,rgba(217,175,90,.08),transparent 42%)!important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill{
  -webkit-text-fill-color:#f1e4c7!important;
  box-shadow:0 0 0 1000px #080807 inset!important;
  caret-color:#d9b761!important;
}

/* =====================================================================
   Professional redesign pass: restrained black, champagne accents
   ===================================================================== */
:root{
  --bg:#050505;
  --bg-2:#090909;
  --sidebar:#070707;
  --panel:#101010;
  --panel-2:#161514;
  --field:#0c0c0c;
  --line:rgba(218,185,112,.16);
  --line-2:rgba(255,255,255,.075);
  --text:#eee7d8;
  --muted:#a79b85;
  --muted-2:#766f62;
  --gold:#d6b36a;
  --gold-2:#f0d18b;
  --gold-soft:rgba(214,179,106,.09);
  --gold-line:rgba(214,179,106,.18);
  --ring:0 0 0 3px rgba(214,179,106,.18);
  --grad:linear-gradient(135deg,#ead18e 0%,#c79a48 58%,#8b652d 100%);
}
body{
  color:var(--text)!important;
  background:
    radial-gradient(900px 520px at 76% -18%,rgba(214,179,106,.045),transparent 72%),
    linear-gradient(180deg,#050505 0%,#080808 46%,#040404 100%)!important;
}
body::before{opacity:.18!important;background-size:96px 96px!important}
.topbar{
  height:42px!important;
  background:#070707!important;
  border-bottom:1px solid rgba(214,179,106,.12)!important;
  color:#cdbb91!important;
}
.topbar-deco{display:none!important}
.topbar-btn{
  background:rgba(214,179,106,.12)!important;
  color:#ead18e!important;
  border-color:rgba(214,179,106,.22)!important;
  box-shadow:none!important;
}
.sidebar{
  background:#070707!important;
  border-right:1px solid rgba(214,179,106,.12)!important;
  box-shadow:12px 0 40px rgba(0,0,0,.26)!important;
}
.topnav{background:linear-gradient(180deg,rgba(5,5,5,.97) 64%,rgba(5,5,5,0))!important}
.brand{border-bottom:1px solid rgba(255,255,255,.06)!important}
.brand-text{color:#e9d49b!important;font-weight:780!important;letter-spacing:.02em!important}
.brand-text span{color:#b99145!important}.brand-text em{background:rgba(214,179,106,.08)!important;border-color:rgba(214,179,106,.16)!important;color:#bfa86d!important}
.sb-section{color:#6f6758!important;letter-spacing:.08em!important}
.sb-item{color:#a99f8a!important;border:1px solid transparent!important;background:transparent!important}
.sb-ic{background:#10100f!important;border-color:rgba(255,255,255,.06)!important;color:#a99052!important}
.sb-item:hover,.sb-item.active{
  background:rgba(214,179,106,.075)!important;
  border-color:rgba(214,179,106,.18)!important;
  color:#eadfca!important;
  box-shadow:none!important;
}
.sb-item:hover .sb-ic,.sb-item.active .sb-ic{background:rgba(214,179,106,.14)!important;color:#e7c87b!important;border-color:rgba(214,179,106,.22)!important}
.sb-item.active::before{background:#c9a355!important;box-shadow:none!important}
.content{max-width:1380px!important}
.home-eyebrow,.showcase-top,.home-section-head span,.quick-create-head span{
  color:#bfa86d!important;
  background:transparent!important;
  border-color:rgba(214,179,106,.14)!important;
  letter-spacing:.06em!important;
}
.greeting,.ws-head h1,.home-section-head h2,.studio-title{
  color:#f0e7d3!important;
  text-shadow:none!important;
}
.grad,.cc-promo-title{background:linear-gradient(120deg,#f0d18b,#c49a4e)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}
.home-lede,.ws-sub,.chat-hint,.help-bar,.price-desc,.credit-note,.gbody p,.faq-item span{color:#a79b85!important}
.composer,.hero-composer,.chat-composer,.studio-composer,
.feature-card,.quick-card,.tool-card,.vi-feature,.gcard,.faq-item,.price-card,.home-showcase,.ws-form,.ws-result,.billing-panel,
.ws-drop,.drop-file,.cp-upload,.billing-empty,.asset-filter-panel,.modal-card,.info-card,.lead-form,.tk-table,.pro-empty,.task-empty-state{
  background:#101010!important;
  border:1px solid rgba(255,255,255,.07)!important;
  color:var(--text)!important;
  box-shadow:0 18px 54px -44px rgba(0,0,0,.82)!important;
}
.composer,.hero-composer,.chat-composer{border-color:rgba(214,179,106,.16)!important;background:#0e0e0e!important}
.feature-card:hover,.quick-card:hover,.tool-card:hover,.vi-feature:hover,.gcard:hover,.faq-item:hover,.price-card:hover,
.ws-drop:hover,.cp-upload:hover{
  transform:translateY(-2px)!important;
  background:#141413!important;
  border-color:rgba(214,179,106,.20)!important;
  box-shadow:0 22px 62px -46px rgba(0,0,0,.86)!important;
}
.feature-card span,.quick-card span,.tool-card .tc-go,.vi-feature h3,.price-card h3,.gbody h5,.faq-item b,.billing-head b,.modal-brand b{
  color:#e4cf93!important;
}
.cp-select,.chip,.ct,.ws-tab,.pill-login,.btn-outline,.btn-ghost,.ws-sel,.ws-sel-btn,.ws-textarea,.ws-num,.tpl-search input,.vi-search input,.modal-field input,.modal-field textarea,.lead-form input,.lead-form textarea{
  background:#0c0c0c!important;
  border:1px solid rgba(255,255,255,.075)!important;
  color:#ded4c0!important;
  box-shadow:none!important;
}
.cp-select:hover,.chip:hover,.ct.active,.ws-tab.active,.pill-login:hover,.btn-outline:hover,.btn-ghost:hover,.ws-sel-btn:hover{
  background:rgba(214,179,106,.075)!important;
  border-color:rgba(214,179,106,.18)!important;
  color:#eee7d8!important;
}
.cp-input,.ws-textarea,.modal-field input,.modal-field textarea,.lead-form input,.lead-form textarea{color:#eee7d8!important}
.cp-input::placeholder,.ws-textarea::placeholder,.modal-field input::placeholder,.modal-field textarea::placeholder,.lead-form input::placeholder,.lead-form textarea::placeholder{color:#716a5e!important}
.topbar-btn,.cp-send,.pill-batch,.pill-cta,.btn-primary,.ws-gen,.use-btn,.tpl-search button{
  background:var(--grad)!important;
  color:#161108!important;
  border:0!important;
  box-shadow:0 10px 28px -22px rgba(214,179,106,.78)!important;
}
.topbar-btn:hover,.cp-send:hover,.pill-credit:hover,.pill-batch:hover,.pill-cta:hover,.btn-primary:hover,.ws-gen:hover,.use-btn:hover{filter:brightness(1.03)!important;transform:translateY(-1px)!important}
.price-card{padding:32px 28px!important}.price-card::after{display:none!important}
.price-card.featured{background:#131210!important;border-color:rgba(214,179,106,.28)!important;box-shadow:0 28px 72px -54px rgba(214,179,106,.35)!important}
.price-card .price{color:#e7c87b!important;text-shadow:none!important}
.price-card li{color:#d7ccb7!important}.price-card li::before{background:rgba(214,179,106,.12)!important;color:#d8b96c!important}
.ribbon{background:rgba(214,179,106,.14)!important;color:#e7c87b!important;border:1px solid rgba(214,179,106,.22)!important;box-shadow:none!important}
.credit-note{background:#0d0d0d!important;border-color:rgba(255,255,255,.07)!important;color:#a79b85!important}
.res-act,.lb-act,.modal-x,.drop-x{background:#0b0b0b!important;border-color:rgba(255,255,255,.10)!important;color:#d4bc78!important}
.res-act:hover,.lb-act:hover,.modal-x:hover,.drop-x:hover{background:rgba(214,179,106,.14)!important;color:#ead18e!important;border-color:rgba(214,179,106,.22)!important}
.result-error-card,.billing-error-card{background:#101010!important;border-color:rgba(214,179,106,.16)!important}.result-error-card strong,.billing-error-card b{color:#e4cf93!important}.result-error-card p,.billing-error-card p,.billing-error-card span{color:#a79b85!important}
.gimg,.vi-feature-art,.feature-card img,.quick-card img,.showcase-grid,.showcase-tile{background-color:#0a0a0a!important}
.legal-page{background:linear-gradient(180deg,#050505,#080808 52%,#040404)!important}.legal-card,.legal-card p,.notfound-view p{color:#a79b85!important}.legal-card h2,.legal-hero h1,.notfound-view h1{color:#eee7d8!important}
@media(max-width:720px){.price-card{padding:26px 22px!important}.topbar{font-size:12px!important}.content{padding-left:14px!important;padding-right:14px!important}}

/* =====================================================================
   Homepage redesign v20: mature black-gold creative workbench
   ===================================================================== */
.home-hero-v2{
  display:grid!important;
  grid-template-columns:minmax(0,1.03fr) minmax(360px,.82fr)!important;
  gap:28px!important;
  align-items:stretch!important;
  min-height:auto!important;
  padding:18px 0 10px!important;
}
.hero-panel-v2{
  min-width:0!important;
  padding:34px!important;
  border:1px solid rgba(214,179,106,.14)!important;
  border-radius:24px!important;
  background:
    linear-gradient(135deg,rgba(214,179,106,.075),transparent 28%),
    linear-gradient(180deg,#10100f 0%,#090909 62%,#060606 100%)!important;
  box-shadow:0 34px 90px -66px rgba(0,0,0,.94),inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.hero-panel-v2 .home-eyebrow{
  display:inline-flex!important;
  width:max-content!important;
  padding:8px 11px!important;
  border:1px solid rgba(214,179,106,.18)!important;
  border-radius:999px!important;
  background:rgba(214,179,106,.055)!important;
  font-size:12px!important;
  color:#d0bb82!important;
}
.hero-panel-v2 .greeting{
  max-width:820px!important;
  margin:20px 0 0!important;
  font-size:56px!important;
  line-height:1.08!important;
  font-weight:820!important;
  letter-spacing:0!important;
}
.hero-panel-v2 .home-lede{
  max-width:620px!important;
  margin:20px 0 0!important;
  font-size:16px!important;
  line-height:1.85!important;
  color:#b3a88f!important;
}
.hero-actions-v2{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin:24px 0 18px!important;
}
.hero-actions-v2 .btn{
  min-height:44px!important;
  padding:0 18px!important;
  border-radius:13px!important;
  font-weight:760!important;
}
.topnav .pill-credit,.topnav .pill-login,.topnav .pill-cta,.topnav .pill-batch,.topnav .btn,.topbar-btn{
  background:linear-gradient(180deg,#171511,#0f0e0c)!important;
  color:#ead8ad!important;
  border:1px solid rgba(214,179,106,.22)!important;
  box-shadow:0 16px 36px -32px rgba(214,179,106,.55),inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.topnav .pill-cta,.hero-actions-v2 .btn-primary,.cc-promo-v2 .cc-promo-cta,.hero-console-v2 .cp-send{
  background:linear-gradient(135deg,#d9ba70,#a77b32)!important;
  color:#151007!important;
  border:0!important;
}
.topnav .pill-credit:hover,.topnav .pill-login:hover,.topnav .pill-cta:hover,.topnav .pill-batch:hover,.topbar-btn:hover{
  background:rgba(214,179,106,.14)!important;
  color:#f2dfac!important;
}
.hero-console-v2{
  position:relative!important;
  margin-top:18px!important;
  padding:18px!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#0d0d0d,#080808)!important;
  border-color:rgba(214,179,106,.18)!important;
}
.console-label-v2{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin-bottom:12px!important;
}
.console-label-v2 span{
  font-size:11px!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  color:#8f846f!important;
}
.console-label-v2 b{font-size:14px!important;color:#ead8ad!important;font-weight:760!important}
.hero-console-v2 .cp-upload{
  min-height:50px!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#12110f,#090909)!important;
  color:#e8d6ac!important;
  border:1px solid rgba(214,179,106,.18)!important;
}
.hero-console-v2 .cp-upload .cp-upload-ic{background:rgba(214,179,106,.10)!important;color:#dcb963!important;border-color:rgba(214,179,106,.18)!important}
.hero-console-v2 .cp-input{
  margin-top:10px!important;
  min-height:96px!important;
  padding:14px 108px 14px 14px!important;
  border-radius:14px!important;
  background:#080808!important;
  border:1px solid rgba(255,255,255,.07)!important;
}
.hero-console-v2 .cp-aiwrite{
  right:30px!important;
  top:96px!important;
  height:32px!important;
  border-radius:10px!important;
  background:rgba(214,179,106,.10)!important;
  color:#e3c77f!important;
  border:1px solid rgba(214,179,106,.20)!important;
}
.hero-console-v2 .cp-foot{margin-top:12px!important;gap:12px!important;align-items:center!important}
.hero-console-v2 .cp-left{gap:8px!important}
.hero-console-v2 .cp-select{
  height:34px!important;
  border-radius:10px!important;
  font-size:12px!important;
}
.hero-console-v2 .cp-send{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  border-radius:14px!important;
}
.home-stats-v2{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:18px!important;
}
.home-stats-v2 span{
  min-height:64px!important;
  padding:12px!important;
  border:1px solid rgba(255,255,255,.065)!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.025)!important;
  color:#988f7d!important;
}
.home-stats-v2 b{display:block!important;margin-bottom:3px!important;color:#e6c878!important;font-size:19px!important}
.showcase-v2{
  min-width:0!important;
  padding:20px!important;
  border-radius:24px!important;
  background:
    radial-gradient(320px 260px at 78% 12%,rgba(214,179,106,.10),transparent 68%),
    linear-gradient(180deg,#11100f,#070707)!important;
  border:1px solid rgba(214,179,106,.14)!important;
}
.showcase-v2 .showcase-top{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin-bottom:16px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
.showcase-v2 .showcase-top span{font-size:11px!important;text-transform:uppercase!important;color:#8f846f!important;letter-spacing:.08em!important}
.showcase-v2 .showcase-top b{font-size:18px!important;color:#ead8ad!important}
.showcase-grid-v2{
  display:grid!important;
  grid-template-columns:1.08fr .92fr!important;
  grid-auto-rows:132px!important;
  gap:12px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
}
.showcase-grid-v2 .showcase-tile{
  overflow:hidden!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.075)!important;
  background:#080808!important;
}
.showcase-grid-v2 .showcase-tile img{width:100%!important;height:100%!important;object-fit:cover!important;filter:saturate(.92) contrast(1.02) brightness(.86)!important}
.showcase-grid-v2 .shot-large{grid-row:span 2!important}
.showcase-grid-v2 .shot-tall{grid-row:span 2!important}
.showcase-grid-v2 .showcase-tile span{
  background:rgba(4,4,4,.70)!important;
  color:#ecd08a!important;
  border:1px solid rgba(214,179,106,.18)!important;
  backdrop-filter:blur(10px)!important;
}
.showcase-v2 .showcase-note{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin-top:14px!important;
  color:#a79b85!important;
  font-size:13px!important;
}
.showcase-v2 .showcase-note span{width:8px!important;height:8px!important;border-radius:50%!important;background:#d6b36a!important;box-shadow:0 0 0 5px rgba(214,179,106,.10)!important}
.workflow-strip-v2{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin:22px 0!important;
}
.workflow-step-v2{
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  gap:5px 12px!important;
  padding:18px!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#0f0f0e,#090909)!important;
  border:1px solid rgba(255,255,255,.065)!important;
}
.workflow-step-v2 span{
  grid-row:span 2!important;
  display:grid!important;
  place-items:center!important;
  width:38px!important;
  height:38px!important;
  border-radius:12px!important;
  background:rgba(214,179,106,.10)!important;
  color:#e3c77f!important;
  font-weight:820!important;
}
.workflow-step-v2 b{color:#eadfca!important;font-size:15px!important}.workflow-step-v2 p{margin:0!important;color:#948b78!important;line-height:1.65!important;font-size:13px!important}
.quick-create-v2,.home-section-v2,.faq-section-v2{
  margin-top:24px!important;
  padding:24px!important;
  border:1px solid rgba(255,255,255,.06)!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(15,15,14,.84),rgba(7,7,7,.86))!important;
}
.quick-create-v2 .quick-create-head,.home-section-v2 .home-section-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin-bottom:18px!important;
}
.quick-create-v2 .quick-create-head h2,.home-section-v2 .home-section-head h2{font-size:24px!important;color:#f0e7d3!important;margin:0!important}
.quick-create-v2 .quick-create-head span,.home-section-v2 .home-section-head span{font-size:11px!important;text-transform:uppercase!important;color:#9b8e70!important;letter-spacing:.08em!important}
.chips-v2{margin-bottom:16px!important;gap:9px!important}.chips-v2 .chip{border-radius:12px!important;height:36px!important}
.quick-create-v2 .quick-create-grid{gap:12px!important}
.quick-create-v2 .quick-card{border-radius:18px!important;background:#101010!important;border-color:rgba(255,255,255,.065)!important}
.quick-create-v2 .quick-card img{filter:saturate(.9) brightness(.88)!important}
.create-cards-v2{display:grid!important;grid-template-columns:1.1fr 1fr 1fr .9fr!important;gap:14px!important}
.create-cards-v2 .feature-card{
  min-height:238px!important;
  padding:14px!important;
  border-radius:20px!important;
  background:#0f0f0f!important;
  border-color:rgba(255,255,255,.07)!important;
}
.create-cards-v2 .feature-card img{height:150px!important;border-radius:16px!important;filter:saturate(.88) brightness(.82)!important}
.create-cards-v2 .feature-card span{margin-top:12px!important;color:#e6c878!important;font-size:14px!important}.create-cards-v2 .feature-card b{color:#e7dfd0!important;font-size:16px!important;line-height:1.45!important}
.create-cards-v2 .feature-card-main{border-color:rgba(214,179,106,.20)!important;background:linear-gradient(180deg,#13110d,#0a0a0a)!important}
.cc-promo-v2{
  min-height:238px!important;
  padding:20px!important;
  border-radius:20px!important;
  background:
    linear-gradient(145deg,rgba(214,179,106,.16),transparent 45%),
    linear-gradient(180deg,#15130f,#080808)!important;
  border:1px solid rgba(214,179,106,.22)!important;
  box-shadow:none!important;
}
.cc-promo-v2 .cc-promo-tag{color:#c8ad6e!important;background:rgba(214,179,106,.09)!important;border-color:rgba(214,179,106,.18)!important}
.cc-promo-v2 .cc-promo-title{font-size:28px!important;line-height:1.18!important;margin:18px 0 10px!important}
.cc-promo-v2 .cc-promo-sub{color:#a79b85!important;line-height:1.7!important}.cc-promo-v2 .cc-promo-cta{border-radius:12px!important;background:var(--grad)!important;color:#151007!important;border:0!important}
.gallery-section-v2 .cases-tabs,.gallery-section-v2 .plat-tabs{margin-bottom:12px!important}
.gallery-v2{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
.gallery-v2 .gcard{border-radius:18px!important;background:#101010!important;border-color:rgba(255,255,255,.065)!important;overflow:hidden!important}
.gallery-v2 .gimg{height:188px!important}.gallery-v2 .gimg img{filter:saturate(.88) brightness(.84)!important}
.faq-section-v2 .faq-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.faq-section-v2 .faq-item{min-height:126px!important;border-radius:18px!important;text-align:left!important;background:#0f0f0f!important;border-color:rgba(255,255,255,.065)!important}
.site-footer{color:#7e7565!important;border-top-color:rgba(255,255,255,.06)!important}
.sidebar .sb-group>.sb-item.has-sub{
  background:linear-gradient(180deg,#11100e,#090909)!important;
  color:#d8cba9!important;
  border-color:rgba(214,179,106,.16)!important;
}
.sidebar .sb-group.open>.sb-item.has-sub,.sidebar .sb-group>.sb-item.has-sub:hover{
  background:linear-gradient(180deg,rgba(214,179,106,.13),rgba(214,179,106,.055))!important;
  color:#f0e4c8!important;
  border-color:rgba(214,179,106,.28)!important;
}
.sidebar .sb-group>.sb-item.has-sub .sb-caret{
  background:rgba(255,255,255,.035)!important;
  color:#c7af70!important;
  border-color:rgba(214,179,106,.16)!important;
}
.sidebar .sb-sub a{
  background:#0b0b0a!important;
  color:#a99f8a!important;
  border-color:rgba(255,255,255,.065)!important;
}
.sidebar .sb-sub a:hover{
  background:rgba(214,179,106,.08)!important;
  color:#ead8ad!important;
  border-color:rgba(214,179,106,.20)!important;
}
html body .topnav-actions .pill,
html body .hero-actions-v2 .btn-outline,
html body .hero-console-v2 .cp-upload,
html body .hero-console-v2 .cp-aiwrite,
html body .hero-console-v2 .cp-select{
  background:linear-gradient(180deg,#15130f,#0b0b0a)!important;
  border:1px solid rgba(214,179,106,.22)!important;
  color:#ead8ad!important;
}
html body .topnav-actions .pill-cta,
html body .hero-actions-v2 .btn-primary,
html body .hero-console-v2 .cp-send{
  background:linear-gradient(135deg,#d9ba70,#9f7228)!important;
  color:#130e06!important;
  border:0!important;
}
html body .sidebar .sb-group>button.sb-item.has-sub{
  background:linear-gradient(180deg,#13110e,#080808)!important;
  border-color:rgba(214,179,106,.18)!important;
  color:#d8cba9!important;
}
html body .sidebar .sb-group>button.sb-item.has-sub:hover,
html body .sidebar .sb-group.open>button.sb-item.has-sub{
  background:linear-gradient(180deg,rgba(214,179,106,.14),rgba(214,179,106,.055))!important;
  color:#f1dfb6!important;
}
@media(max-width:1180px){
  .home-hero-v2{grid-template-columns:1fr!important}.hero-panel-v2 .greeting{font-size:52px!important}.showcase-grid-v2{grid-auto-rows:156px!important}.create-cards-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.gallery-v2{grid-template-columns:repeat(3,minmax(0,1fr))!important}.faq-section-v2 .faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .home-hero-v2{gap:16px!important;padding-top:8px!important}.hero-panel-v2,.showcase-v2,.quick-create-v2,.home-section-v2,.faq-section-v2{padding:18px!important;border-radius:20px!important}.hero-panel-v2 .greeting{font-size:38px!important}.hero-actions-v2 .btn{flex:1 1 140px!important}.hero-console-v2 .cp-input{padding-right:14px!important}.hero-console-v2 .cp-aiwrite{position:static!important;margin:10px 0 0!important;width:max-content!important}.hero-console-v2 .cp-foot{align-items:stretch!important}.hero-console-v2 .cp-left{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important}.home-stats-v2,.workflow-strip-v2,.create-cards-v2,.gallery-v2,.faq-section-v2 .faq-grid{grid-template-columns:1fr!important}.showcase-grid-v2{grid-template-columns:1fr 1fr!important;grid-auto-rows:130px!important}.workflow-step-v2{padding:16px!important}.quick-create-v2 .quick-create-head,.home-section-v2 .home-section-head{display:block!important}.quick-create-v2 .quick-create-head h2,.home-section-v2 .home-section-head h2{margin-top:6px!important;font-size:22px!important}.gallery-v2 .gimg{height:210px!important}
}

/* =====================================================================
   Homepage redesign v20: original black-gold product workbench
   ===================================================================== */
.content{max-width:1440px!important}
.home-hero-v3{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr)!important;
  gap:26px!important;
  align-items:stretch!important;
  padding:18px 0 6px!important;
}
.hero-panel-v3{
  position:relative!important;
  overflow:hidden!important;
  min-width:0!important;
  padding:34px!important;
  border-radius:28px!important;
  border:1px solid rgba(214,179,106,.16)!important;
  background:
    linear-gradient(115deg,rgba(214,179,106,.10),transparent 31%),
    radial-gradient(600px 360px at 7% 10%,rgba(214,179,106,.075),transparent 70%),
    linear-gradient(180deg,#11100e 0%,#080808 62%,#050505 100%)!important;
  box-shadow:0 38px 95px -72px rgba(0,0,0,.96),inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.hero-panel-v3::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 100%),linear-gradient(180deg,rgba(255,255,255,.025) 0 1px,transparent 1px 100%);
  background-size:54px 54px;
  mask-image:linear-gradient(120deg,rgba(0,0,0,.46),transparent 62%);
}
.hero-panel-v3>*{position:relative;z-index:1}
.hero-panel-v3 .home-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  border:1px solid rgba(214,179,106,.22)!important;
  background:rgba(214,179,106,.075)!important;
  color:#d6bd7c!important;
  font-size:11px!important;
  letter-spacing:.08em!important;
}
.hero-panel-v3 .greeting{
  max-width:680px!important;
  margin:20px 0 0!important;
  color:#f2ead8!important;
  font-size:58px!important;
  line-height:1.03!important;
  font-weight:840!important;
  letter-spacing:0!important;
}
.hero-panel-v3 .grad{
  background:linear-gradient(120deg,#f3d58e 0%,#d5aa58 54%,#9d6e24 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
}
.hero-panel-v3 .home-lede{
  max-width:590px!important;
  margin:18px 0 0!important;
  color:#b8ad94!important;
  font-size:15px!important;
  line-height:1.9!important;
}
.hero-actions-v3{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin:24px 0 18px!important;
}
.hero-actions-v3 .btn{
  height:44px!important;
  padding:0 18px!important;
  border-radius:13px!important;
  font-weight:780!important;
}
.hero-actions-v3 .btn-primary{background:linear-gradient(135deg,#d7b260,#a8792b)!important;color:#150f07!important;border:0!important}
.hero-actions-v3 .btn-outline{background:rgba(214,179,106,.055)!important;color:#e9d5a4!important;border:1px solid rgba(214,179,106,.24)!important}
.hero-console-v3{
  margin-top:0!important;
  padding:16px!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,rgba(10,10,9,.96),rgba(5,5,5,.98))!important;
  border:1px solid rgba(214,179,106,.18)!important;
  box-shadow:0 24px 64px -54px rgba(0,0,0,.9),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.console-label-v3{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin-bottom:12px!important;
}
.console-label-v3 span{font-size:11px!important;text-transform:uppercase!important;letter-spacing:.09em!important;color:#8c816c!important}
.console-label-v3 b{font-size:14px!important;color:#e8d6aa!important;font-weight:760!important}
.brief-grid-v3{
  display:grid!important;
  grid-template-columns:142px minmax(0,1fr)!important;
  gap:12px!important;
}
.hero-console-v3 .cp-upload{
  position:static!important;
  left:auto!important;
  top:auto!important;
  width:100%!important;
  min-height:118px!important;
  height:100%!important;
  margin:0!important;
  border-radius:16px!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:linear-gradient(180deg,#14120e,#080808)!important;
  border:1px dashed rgba(214,179,106,.30)!important;
  color:#e6d09b!important;
}
.hero-console-v3 .cp-upload:hover{background:linear-gradient(180deg,#1b170f,#0a0a09)!important;border-color:rgba(214,179,106,.44)!important}
.hero-console-v3 .cp-upload-ic{background:rgba(214,179,106,.10)!important;color:#d8b25d!important;border-color:rgba(214,179,106,.20)!important}
.brief-input-v3{position:relative!important;min-width:0!important}
.hero-console-v3 .cp-input{
  width:100%!important;
  min-height:118px!important;
  margin:0!important;
  padding:16px 112px 16px 16px!important;
  border-radius:16px!important;
  background:#080808!important;
  border:1px solid rgba(255,255,255,.07)!important;
  color:#ede3cf!important;
  resize:vertical!important;
}
.hero-console-v3 .cp-input::placeholder{color:#716a5f!important}
.hero-console-v3 .cp-aiwrite{
  position:absolute!important;
  right:12px!important;
  bottom:12px!important;
  height:32px!important;
  border-radius:10px!important;
  background:rgba(214,179,106,.085)!important;
  color:#dfc47c!important;
  border:1px solid rgba(214,179,106,.22)!important;
}
.hero-console-v3 .cp-foot{
  margin-top:12px!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
}
.hero-console-v3 .cp-left{display:flex!important;flex-wrap:wrap!important;gap:8px!important;min-width:0!important}
.hero-console-v3 .cp-select{
  height:36px!important;
  border-radius:11px!important;
  background:#0d0c0b!important;
  border:1px solid rgba(214,179,106,.18)!important;
  color:#d8c79f!important;
}
.hero-console-v3 .cp-send{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#d8b763,#9d6d24)!important;
  color:#120d06!important;
}
.home-stats-v3{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:18px!important;
}
.home-stats-v3 span{
  min-height:62px!important;
  padding:12px 14px!important;
  border-radius:16px!important;
  border:1px solid rgba(255,255,255,.065)!important;
  background:rgba(255,255,255,.024)!important;
  color:#9d927d!important;
}
.home-stats-v3 b{display:block!important;margin-bottom:3px!important;color:#e1c36f!important;font-size:20px!important}
.showcase-v3{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  padding:20px!important;
  border-radius:28px!important;
  border:1px solid rgba(214,179,106,.16)!important;
  background:linear-gradient(180deg,#11100e,#060606)!important;
  box-shadow:0 34px 90px -72px rgba(0,0,0,.94),inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.showcase-top-v3{
  display:flex!important;
  justify-content:space-between!important;
  align-items:flex-end!important;
  gap:12px!important;
  margin-bottom:14px!important;
}
.showcase-top-v3 span{font-size:11px!important;text-transform:uppercase!important;letter-spacing:.09em!important;color:#8c816c!important}
.showcase-top-v3 b{font-size:18px!important;color:#edd9a5!important}
.showcase-stage-v3{
  position:relative!important;
  overflow:hidden!important;
  min-height:310px!important;
  border-radius:22px!important;
  background:#0a0f10!important;
  border:1px solid rgba(255,255,255,.075)!important;
}
.showcase-stage-v3 img{width:100%!important;height:100%!important;min-height:310px!important;object-fit:cover!important;display:block!important;filter:saturate(.98) contrast(1.02) brightness(.98)!important}
.showcase-stage-v3::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(0,0,0,.42));pointer-events:none}
.stage-caption-v3{
  position:absolute!important;
  left:14px!important;
  right:14px!important;
  bottom:14px!important;
  z-index:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}
.stage-caption-v3 span,.showcase-minis-v3 figcaption{
  display:inline-flex!important;
  align-items:center!important;
  min-height:26px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#e6c977!important;
  color:#161006!important;
  font-size:12px!important;
  font-weight:800!important;
}
.stage-caption-v3 b{color:#f4ead4!important;font-size:15px!important;text-align:right!important}
.showcase-minis-v3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-top:12px!important}
.showcase-minis-v3 figure{position:relative!important;overflow:hidden!important;height:118px!important;margin:0!important;border-radius:16px!important;background:#0b0b0a!important;border:1px solid rgba(255,255,255,.07)!important}
.showcase-minis-v3 img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;filter:saturate(.96) brightness(.98)!important}
.showcase-minis-v3 figcaption{position:absolute!important;left:10px!important;bottom:10px!important;min-height:24px!important;font-size:11px!important}
.showcase-note-v3{display:flex!important;align-items:center!important;gap:9px!important;margin-top:13px!important;color:#9d927d!important;font-size:13px!important;line-height:1.6!important}
.showcase-note-v3 span{width:8px!important;height:8px!important;border-radius:50%!important;background:#d7b260!important;box-shadow:0 0 0 5px rgba(214,179,106,.10)!important}
.workflow-strip-v3{margin:20px 0 0!important}
.workflow-strip-v3 .workflow-step-v2{background:linear-gradient(180deg,#0d0d0c,#070707)!important;border-color:rgba(214,179,106,.12)!important}
.quick-create-v3,.home-section-v3,.gallery-section-v3,.faq-section-v2{
  border-radius:28px!important;
  background:linear-gradient(180deg,rgba(13,13,12,.88),rgba(6,6,6,.92))!important;
  border-color:rgba(214,179,106,.10)!important;
}
.quick-create-v3 .quick-card,.create-cards-v3 .feature-card,.gallery-v2 .gcard,.faq-section-v2 .faq-item{
  background:linear-gradient(180deg,#10100f,#080808)!important;
  border-color:rgba(214,179,106,.12)!important;
}
.quick-create-v3 .quick-card:hover,.create-cards-v3 .feature-card:hover,.gallery-v2 .gcard:hover,.faq-section-v2 .faq-item:hover{
  border-color:rgba(214,179,106,.28)!important;
  background:linear-gradient(180deg,#15130f,#090909)!important;
}
.create-cards-v3{grid-template-columns:1.2fr 1fr 1fr .95fr!important}
.topbar-btn,.float-headset,.float-top{
  background:linear-gradient(180deg,#15130f,#0b0b0a)!important;
  color:#ead8ad!important;
  border:1px solid rgba(214,179,106,.22)!important;
}
.hamb,.topbar-close{
  background:linear-gradient(180deg,#15130f,#0b0b0a)!important;
  color:#ead8ad!important;
  border:1px solid rgba(214,179,106,.22)!important;
  box-shadow:0 16px 34px -28px rgba(214,179,106,.55)!important;
}
.topbar-close:hover,.hamb:hover{background:rgba(214,179,106,.12)!important;color:#f1dfb6!important}
@media(max-width:1180px){
  .home-hero-v3{grid-template-columns:1fr!important}.hero-panel-v3 .greeting{font-size:52px!important}.showcase-stage-v3,.showcase-stage-v3 img{min-height:340px!important}.create-cards-v3{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .home-hero-v3{gap:16px!important;padding-top:8px!important}.hero-panel-v3,.showcase-v3{padding:18px!important;border-radius:22px!important}.hero-panel-v3 .greeting{font-size:38px!important;line-height:1.1!important}.hero-actions-v3 .btn{flex:1 1 140px!important}.brief-grid-v3{grid-template-columns:1fr!important}.hero-console-v3 .cp-upload{min-height:82px!important}.hero-console-v3 .cp-input{min-height:126px!important;padding-right:16px!important}.hero-console-v3 .cp-aiwrite{position:static!important;margin-top:10px!important}.hero-console-v3 .cp-foot{align-items:stretch!important}.hero-console-v3 .cp-left{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important}.home-stats-v3,.showcase-minis-v3,.create-cards-v3{grid-template-columns:1fr!important}.showcase-stage-v3,.showcase-stage-v3 img{min-height:250px!important}.stage-caption-v3{display:block!important}.stage-caption-v3 b{display:block!important;margin-top:8px!important;text-align:left!important}
}

/* =====================================================================
   Workbench redesign v20: black-gold production pages
   ===================================================================== */
.ws-head{
  position:relative!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:10px 0 24px!important;
  padding:24px 0 18px!important;
  border-bottom:1px solid rgba(214,179,106,.14)!important;
}
.ws-head::before{
  content:"Studio workflow";
  position:absolute;
  left:0;
  top:0;
  color:#9e8d62;
  font-size:11px;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.ws-head h1{
  margin:0!important;
  color:#f0e7d4!important;
  font-size:28px!important;
  line-height:1.2!important;
  font-weight:820!important;
}
.ws-head::after{
  content:"上传素材、配置参数、生成结果会进入任务记录与资产库"!important;
  max-width:430px!important;
  color:#9d927d!important;
  font-size:13px!important;
  line-height:1.7!important;
  text-align:right!important;
}
.ws-grid{
  display:grid!important;
  grid-template-columns:minmax(380px,460px) minmax(0,1fr)!important;
  gap:28px!important;
  align-items:stretch!important;
}
.ws-form{
  overflow:hidden!important;
  padding:24px!important;
  border-radius:24px!important;
  background:
    linear-gradient(135deg,rgba(214,179,106,.075),transparent 32%),
    linear-gradient(180deg,#11100f,#070707)!important;
  border:1px solid rgba(214,179,106,.15)!important;
  box-shadow:0 30px 78px -62px rgba(0,0,0,.92),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.ws-form .subhead,.ws-form h3.subhead,.ws-tool-heading{
  margin:20px 0 10px!important;
  color:#e8d7ae!important;
  font-size:13px!important;
  line-height:1.4!important;
  font-weight:780!important;
  letter-spacing:0!important;
}
.ws-form .subhead:first-of-type,.ws-tool-heading:first-child{margin-top:0!important}
.ws-form .subhead::before,.ws-tool-heading::before{
  content:""!important;
  display:inline-block!important;
  width:3px!important;
  height:13px!important;
  margin-right:9px!important;
  border-radius:99px!important;
  background:#d7b260!important;
  vertical-align:-2px!important;
}
.ws-hint,.form-note,.ws-drop small,.ws-form small{color:#9b907b!important;line-height:1.65!important}
.ws-drop,.drop-file{
  position:relative!important;
  min-height:138px!important;
  padding:26px 20px!important;
  border-radius:18px!important;
  border:1px dashed rgba(214,179,106,.24)!important;
  background:linear-gradient(180deg,#0d0d0c,#080808)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
}
.ws-drop:hover,.ws-drop.dragover,.ws-drop.needs-attention,.drop-file:hover{
  transform:none!important;
  background:linear-gradient(180deg,#15130f,#090909)!important;
  border-color:rgba(214,179,106,.42)!important;
}
.ws-drop .di,.drop-ic{
  width:46px!important;
  height:46px!important;
  border-radius:15px!important;
  background:rgba(214,179,106,.11)!important;
  border:1px solid rgba(214,179,106,.18)!important;
  color:#dfc06d!important;
}
.ws-drop .di svg{stroke:#dfc06d!important}
.ws-drop p{color:#eadfca!important;font-weight:720!important;line-height:1.7!important}
.asset-inline{
  color:#f0d48c!important;
  background:rgba(214,179,106,.08)!important;
  border:1px solid rgba(214,179,106,.20)!important;
  border-radius:999px!important;
  padding:4px 10px!important;
}
.ws-select-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:16px!important}
.ws-sel,.ws-num,.ws-sel-btn,.ws-textarea,.modal-field input,.modal-field textarea{
  background:#0a0a09!important;
  color:#eadfca!important;
  border:1px solid rgba(214,179,106,.18)!important;
  border-radius:13px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
}
.ws-sel,.ws-num,.ws-sel-btn{min-height:44px!important;padding:0 14px!important}
.ws-textarea{min-height:132px!important;padding:14px 15px!important;line-height:1.75!important}
.ws-sel:focus,.ws-num:focus,.ws-sel-btn:focus,.ws-textarea:focus{
  border-color:rgba(214,179,106,.44)!important;
  box-shadow:0 0 0 3px rgba(214,179,106,.13)!important;
  outline:none!important;
}
.ws-actions{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 140px!important;
  gap:12px!important;
  margin-top:22px!important;
  padding-top:20px!important;
  border-top:1px solid rgba(255,255,255,.07)!important;
}
.ws-gen{
  min-height:46px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#d7b260,#9f7126)!important;
  color:#130e06!important;
  font-weight:820!important;
  box-shadow:0 18px 34px -28px rgba(214,179,106,.72)!important;
}
.ws-form .ws-gen,.hero-actions-v3 .btn-primary,.topnav .pill-cta,.cp-send{
  background:linear-gradient(135deg,#d7b260,#9f7126)!important;
  color:#130e06!important;
  border:0!important;
}
html body .ws-form button.ws-gen,
html body .ws-form .ws-actions button.ws-gen{
  background:linear-gradient(135deg,#d7b260,#9f7126)!important;
  color:#130e06!important;
  border:0!important;
  box-shadow:0 18px 34px -28px rgba(214,179,106,.72)!important;
}
html body .ws-form button.ws-gen:hover,
html body .ws-form .ws-actions button.ws-gen:hover{
  background:linear-gradient(135deg,#e4c676,#aa792a)!important;
  color:#120d05!important;
}
.ws-form .ws-aibtn,.ws-form .ws-sel-btn,.ws-form .asset-inline,.ws-result .ws-mywork{
  background:linear-gradient(180deg,#15130f,#0b0b0a)!important;
  border:1px solid rgba(214,179,106,.22)!important;
  color:#ead8ad!important;
}
.sidebar .sb-sub,.sidebar .sb-sub>div{
  background:rgba(7,7,6,.96)!important;
  border-color:rgba(214,179,106,.14)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
}
.sidebar .sb-sub a{
  background:#0a0a09!important;
  border-color:rgba(214,179,106,.13)!important;
  color:#d8ccb2!important;
}
.ws-num{width:100%!important}
.ws-check{display:flex!important;align-items:center!important;gap:8px!important;color:#d8ccb2!important;font-weight:700!important}
.ws-check input{accent-color:#d7b260!important}
.ws-result{
  overflow:hidden!important;
  min-height:640px!important;
  padding:20px!important;
  border-radius:24px!important;
  background:
    radial-gradient(520px 320px at 50% 35%,rgba(214,179,106,.06),transparent 68%),
    linear-gradient(180deg,#10100f,#060606)!important;
  border:1px solid rgba(214,179,106,.13)!important;
  box-shadow:0 30px 78px -62px rgba(0,0,0,.94),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.ws-result-top{display:flex!important;justify-content:flex-end!important;align-items:center!important;min-height:38px!important}
.ws-result-top::before{
  content:"Output preview";
  margin-right:auto;
  color:#8f846f;
  font-size:11px;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.ws-mywork{
  min-height:36px!important;
  padding:0 15px!important;
  border-radius:12px!important;
  background:rgba(214,179,106,.08)!important;
  color:#ead8ad!important;
  border:1px solid rgba(214,179,106,.22)!important;
}
.ws-empty{
  min-height:520px!important;
  border-radius:20px!important;
  border:1px solid rgba(255,255,255,.055)!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.025) 0 1px,transparent 1px 100%),
    linear-gradient(180deg,rgba(255,255,255,.02) 0 1px,transparent 1px 100%),
    rgba(0,0,0,.16)!important;
  background-size:52px 52px!important;
}
.ws-empty svg{width:104px!important;height:104px!important;opacity:.72!important;filter:sepia(.25) saturate(.8)!important}
.ws-empty p{color:#8f846f!important;font-size:14px!important}
.result-card,.result-grid,.generated-grid{border-radius:18px!important}
@media(max-width:1180px){
  .ws-grid{grid-template-columns:1fr!important}.ws-result{min-height:520px!important}.ws-empty{min-height:390px!important}.ws-head::after{text-align:left!important}
}
@media(max-width:760px){
  .ws-head{display:block!important;padding-top:22px!important}.ws-head h1{font-size:24px!important}.ws-head::after{display:block!important;margin-top:10px!important}.ws-form,.ws-result{padding:18px!important;border-radius:20px!important}.ws-select-row,.ws-actions{grid-template-columns:1fr!important}.ws-result{min-height:420px!important}.ws-empty{min-height:300px!important}.ws-drop{min-height:116px!important}
}

/* =====================================================================
   Final customer-facing black gold pass v23
   ===================================================================== */
:root{
  --bg:#030303;
  --bg-2:#070707;
  --sidebar:#050504;
  --panel:#0d0c0a;
  --panel-2:#15120d;
  --line:rgba(215,178,96,.18);
  --line-2:rgba(215,178,96,.10);
  --text:#f5eddc;
  --muted:#b6a98f;
  --muted-2:#837762;
  --purple:#d7b260;
  --purple-2:#a9792b;
  --blue:#d7b260;
  --pink:#ead090;
  --lime:#d7b260;
  --lime-2:#a9792b;
  --grad:linear-gradient(135deg,#e7c879 0%,#c8943d 48%,#8b5d22 100%);
  --grad-vl:linear-gradient(135deg,#f0d895,#be8a34);
  --grad-pink:linear-gradient(135deg,#e7c879,#a9792b);
  --orange:linear-gradient(135deg,#e7c879,#a9792b);
  --ring:0 0 0 3px rgba(215,178,96,.15);
}
html body{
  background:
    linear-gradient(180deg,#040404 0%,#080706 48%,#030303 100%)!important;
  color:var(--text)!important;
}
html body::before{
  background:
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.012) 1px,transparent 1px)!important;
  background-size:96px 96px!important;
  opacity:.55!important;
}
.app,.app-shell,.main,.content{background:transparent!important}
.content{padding-bottom:52px!important}
.topbar{
  background:linear-gradient(90deg,#050505,#151109 34%,#3a260d 50%,#151109 66%,#050505)!important;
  border-bottom:1px solid rgba(215,178,96,.18)!important;
  color:#ead8ad!important;
}
.topbar-btn,.topbar-close,.hamb,.sb-collapse{
  border-radius:12px!important;
}
.sidebar{
  background:linear-gradient(180deg,#080807 0%,#040404 100%)!important;
  border-right:1px solid rgba(215,178,96,.14)!important;
  box-shadow:18px 0 58px -52px rgba(0,0,0,.95)!important;
}
.brand{border-bottom:1px solid rgba(215,178,96,.12)!important}
.brand-name,.brand b{color:#f3dfaf!important}
.brand-sub,.sb-title{color:#8f846f!important}
.brand-mark{
  background:linear-gradient(135deg,#f0d895,#9c6e25)!important;
  color:#100b05!important;
  border:1px solid rgba(255,238,190,.42)!important;
}
.sb-item,.sidebar .sb-sub a,
.btn,.pill,.cp-select,.chip,.ct,.tt,.tpill,.ratio-b,.ws-tab,.ws-aibtn,.ws-sel-btn,.ws-mywork,.res-act,.tk-act{
  border-radius:13px!important;
  border:1px solid rgba(215,178,96,.16)!important;
  background:linear-gradient(180deg,rgba(19,17,13,.96),rgba(8,8,7,.98))!important;
  color:#d8ccb2!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 14px 36px -34px rgba(0,0,0,.9)!important;
}
.sb-item:hover,.sb-item.active,.sidebar .sb-sub a:hover,.sidebar .sb-sub a.cur,
.btn:hover,.pill:hover,.cp-select:hover,.chip:hover,.ct:hover,.tt:hover,.tpill:hover,.ratio-b:hover,.ws-tab:hover,
.ct.active,.tt.active,.tpill.active,.ratio-b.active,.ws-tab.active{
  background:linear-gradient(180deg,rgba(31,26,17,.98),rgba(11,10,8,.98))!important;
  border-color:rgba(215,178,96,.34)!important;
  color:#f2dfb5!important;
  box-shadow:0 18px 44px -34px rgba(215,178,96,.34),inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.sb-ic{
  border-radius:11px!important;
  background:rgba(215,178,96,.08)!important;
  color:#d7b260!important;
  border-color:rgba(215,178,96,.18)!important;
}
.sb-item.active .sb-ic,.sb-item:hover .sb-ic{
  background:linear-gradient(135deg,#e7c879,#9c6e25)!important;
  color:#120d06!important;
}
.btn-primary,.pill-credit,.pill-batch,.pill-cta,.topbar-btn,.cp-send,.ws-gen,.use-btn,.modal-getcode,.tpl-search button{
  background:linear-gradient(135deg,#ecd28c 0%,#c8943d 52%,#8a5b20 100%)!important;
  border:1px solid rgba(255,238,190,.38)!important;
  color:#130d05!important;
  font-weight:800!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.36),0 20px 44px -30px rgba(215,178,96,.82)!important;
}
.btn-outline,.btn-ghost,.btn-soft,.pill-login{
  background:linear-gradient(180deg,rgba(19,17,13,.94),rgba(8,8,7,.98))!important;
  border-color:rgba(215,178,96,.20)!important;
  color:#e0cfaa!important;
}
.ws-head{
  margin-bottom:20px!important;
  padding:16px 0 4px!important;
}
.ws-head h1,.greeting,.home-section-head h2,.subhead-lg,.studio-title,.price-card h3,.tool-card h3,.gbody h5,.faq-item b,.billing-head b{
  color:#f2dfb5!important;
  letter-spacing:0!important;
}
.ws-head h1{font-size:34px!important;line-height:1.14!important}
.ws-sub,.home-lede,.price-desc,.credit-note,.filter-summary,.task-empty-state span,.billing-empty span,.tool-card p,.gbody p,.faq-item span{
  color:#a99b7f!important;
}
.home-hero-v3,.ws-grid,.studio,.chat-wrap{
  color:var(--text)!important;
}
.hero-panel-v3,.hero-console-v3,.showcase-v3,.workflow-step-v2,.quick-create-v3,.home-section-v2,.faq-section-v2,
.ws-form,.ws-result,.composer,.feature-card,.feature-card-main,.tool-card,.vi-feature,.design-info,.studio-left,.scene-card,.modal-card,.price-card,.tk-table,.pro-empty,.faq-item,.info-card,.lead-form,.billing-panel,.billing-empty,.home-showcase,.quick-card,.gcard,.asset-filter-panel,.task-empty-state,
button.feature-card,button.feature-card-main,button.gcard,button.tool-card,button.quick-card,button.faq-item{
  background:linear-gradient(180deg,rgba(16,15,13,.98),rgba(7,7,6,.99))!important;
  border:1px solid rgba(215,178,96,.16)!important;
  color:#f5eddc!important;
  box-shadow:0 30px 86px -62px rgba(0,0,0,.95),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.hero-panel-v3,.showcase-v3,.ws-form,.ws-result,.pricing-hero-v4,.price-card-v4{
  border-radius:22px!important;
}
.feature-card:hover,.feature-card-main:hover,.tool-card:hover,.vi-feature:hover,.gcard:hover,.quick-card:hover,.faq-item:hover,
button.feature-card:hover,button.feature-card-main:hover,button.tool-card:hover,button.quick-card:hover,button.faq-item:hover{
  background:linear-gradient(180deg,rgba(22,20,16,.98),rgba(10,9,7,.99))!important;
  border-color:rgba(215,178,96,.30)!important;
  transform:translateY(-2px);
}
.ws-sel,.ws-num,.ws-textarea,.cp-input,.tpl-search input,.vi-search input,.asset-search,.asset-date-start,.asset-date-end,.asset-folder,.asset-sort,.task-search,.task-sort,
.lead-form input,.lead-form textarea,.modal-field input,.modal-field textarea,select,input,textarea{
  background:linear-gradient(180deg,rgba(18,16,12,.96),rgba(8,8,7,.98))!important;
  border:1px solid rgba(215,178,96,.18)!important;
  color:#f0dfb9!important;
  border-radius:13px!important;
}
.ws-sel:focus,.ws-num:focus,.ws-textarea:focus,.cp-input:focus,.lead-form input:focus,.lead-form textarea:focus,.modal-field input:focus,.modal-field textarea:focus,input:focus,select:focus,textarea:focus{
  border-color:rgba(215,178,96,.45)!important;
  box-shadow:var(--ring)!important;
  outline:none!important;
}
::placeholder{color:#82765f!important}
.assets-bar{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  align-items:center!important;
  padding:14px!important;
  margin-bottom:14px!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,rgba(14,13,11,.94),rgba(6,6,5,.96))!important;
  border:1px solid rgba(215,178,96,.14)!important;
}
.assets-bar .cases-tabs{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:0!important}
.assets-bar .ws-sel{min-height:40px!important;width:auto!important;min-width:138px!important}
.assets-bar .asset-search,.assets-bar .task-search{min-width:220px!important;flex:1 1 220px!important}
.filter-summary,.task-empty-state,.billing-empty{
  border-radius:16px!important;
  background:linear-gradient(180deg,rgba(16,14,11,.92),rgba(7,7,6,.96))!important;
  border:1px solid rgba(215,178,96,.13)!important;
}
.gallery{gap:14px!important}
.gimg,.tc-thumb,.showcase-stage-v3,.showcase-minis-v3 figure{
  background:#070706!important;
  border-color:rgba(215,178,96,.12)!important;
}
.gimg img,.showcase-v3 img,.quick-card img{filter:saturate(.9) contrast(1.04) brightness(.88)!important}
.tk-table{
  overflow:hidden!important;
  border-collapse:separate!important;
  border-spacing:0!important;
}
.tk-table th{
  background:rgba(215,178,96,.08)!important;
  color:#d7c79f!important;
  border-bottom:1px solid rgba(215,178,96,.14)!important;
}
.tk-table td{border-bottom:1px solid rgba(215,178,96,.08)!important;color:#d8ccb2!important}
.tk-table tr:hover td{background:rgba(215,178,96,.045)!important}
.pricing-hero-v4{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 220px!important;
  gap:18px!important;
  align-items:stretch!important;
  margin:10px 0 18px!important;
  padding:26px!important;
  background:linear-gradient(135deg,rgba(19,17,13,.98),rgba(7,7,6,.99) 68%,rgba(40,27,10,.76))!important;
  border:1px solid rgba(215,178,96,.18)!important;
  box-shadow:0 30px 90px -64px rgba(0,0,0,.96),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.pricing-kicker-v4{
  display:inline-flex!important;
  width:max-content!important;
  margin-bottom:10px!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  color:#d7b260!important;
  background:rgba(215,178,96,.08)!important;
  border:1px solid rgba(215,178,96,.18)!important;
  font-size:12px!important;
  font-weight:800!important;
}
.pricing-copy-v4 h1{font-size:36px!important;line-height:1.1!important;margin:0 0 10px!important;color:#f3dfaf!important;letter-spacing:0!important}
.pricing-copy-v4 p{max-width:680px!important;color:#b8aa8d!important;line-height:1.8!important;font-size:15px!important}
.pricing-badge-v4{
  display:grid!important;
  place-content:center!important;
  text-align:center!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,rgba(215,178,96,.12),rgba(215,178,96,.045))!important;
  border:1px solid rgba(215,178,96,.22)!important;
}
.pricing-badge-v4 b{font-size:38px!important;line-height:1!important;color:#e7c879!important}
.pricing-badge-v4 span{margin-top:8px!important;color:#a99b7f!important;font-size:13px!important}
.pricing-grid-v4{max-width:980px!important;gap:16px!important}
.price-card-v4{padding:24px!important;position:relative!important}
.price-card-v4.featured{
  border-color:rgba(215,178,96,.42)!important;
  box-shadow:0 34px 96px -58px rgba(215,178,96,.58),inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.price-card-v4 .ribbon{
  position:static!important;
  transform:none!important;
  display:inline-flex!important;
  margin-bottom:16px!important;
  padding:6px 10px!important;
  border-radius:999px!important;
}
.price-card-v4 .ribbon.muted{
  background:rgba(215,178,96,.08)!important;
  color:#cdbb92!important;
  border:1px solid rgba(215,178,96,.15)!important;
  box-shadow:none!important;
}
.price-card-v4 .price{margin:8px 0 10px!important;color:#e7c879!important;font-size:44px!important}
.price-card-v4 li{padding:8px 0!important;border-bottom:1px solid rgba(215,178,96,.08)!important;color:#ddcfad!important}
.price-card-v4 li:last-child{border-bottom:0!important}
.pricing-proof-v4{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin:16px auto!important;
  max-width:980px!important;
}
.pricing-proof-v4 span{
  padding:15px!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,rgba(15,14,12,.96),rgba(7,7,6,.98))!important;
  border:1px solid rgba(215,178,96,.14)!important;
  color:#a99b7f!important;
}
.pricing-proof-v4 b{display:block!important;margin-bottom:4px!important;color:#ead8ad!important}
.credit-note{max-width:980px!important;margin-left:auto!important;margin-right:auto!important;line-height:1.75!important}
.modal,.lightbox{background:rgba(0,0,0,.82)!important;backdrop-filter:blur(12px)!important}
.modal-card,.info-card,.app-dialog-card{
  background:linear-gradient(180deg,#12100d,#070706)!important;
  border-color:rgba(215,178,96,.20)!important;
}
.drop-file,.drop-add,.ws-drop{
  background:linear-gradient(180deg,rgba(18,16,12,.88),rgba(7,7,6,.94))!important;
  border-color:rgba(215,178,96,.20)!important;
  color:#d8ccb2!important;
}
.drop-file:hover,.drop-add:hover,.ws-drop:hover{border-color:rgba(215,178,96,.38)!important;color:#f0dfb9!important}
.hot,.tk-ok,.tk-run{background:rgba(215,178,96,.12)!important;color:#e7c879!important;border:1px solid rgba(215,178,96,.16)!important}
@media(max-width:900px){
  .pricing-hero-v4{grid-template-columns:1fr!important;padding:20px!important}.pricing-proof-v4{grid-template-columns:1fr!important}.pricing-grid-v4{grid-template-columns:1fr!important}.pricing-copy-v4 h1{font-size:30px!important}.assets-bar .ws-sel{flex:1 1 150px!important}.assets-bar .btn{flex:1 1 160px!important}
}
@media(max-width:760px){
  .content{padding-left:14px!important;padding-right:14px!important}.ws-head h1{font-size:26px!important}.pricing-badge-v4{min-height:128px!important}.pricing-badge-v4 b{font-size:34px!important}.price-card-v4 .price{font-size:38px!important}.assets-bar{padding:12px!important}.assets-bar .cases-tabs,.assets-bar .ws-sel,.assets-bar .btn{width:100%!important}.assets-bar .ct{flex:1 1 calc(50% - 6px)!important;justify-content:center!important}
}

/* v24 contrast refinement: keep the black gold mood, make it easier to read */
:root{
  --text:#fff4df;
  --muted:#c9b995;
  --muted-2:#9a8b70;
  --line:rgba(224,188,105,.22);
  --line-2:rgba(224,188,105,.13);
}
.ws-head h1,.greeting,.pricing-copy-v4 h1,.price-card-v4 h3,.tool-card h3,.gbody h5,.tk-table th,.subhead-lg{
  color:#f6e6bf!important;
  text-shadow:0 10px 34px rgba(224,188,105,.10)!important;
}
.ws-sub,.home-lede,.pricing-copy-v4 p,.price-desc,.credit-note,.filter-summary,.task-empty-state,.task-empty-state span,.billing-empty span,.tool-card p,.gbody p,.faq-item span,.price-card-v4 li,.tk-table td{
  color:#c4b694!important;
}
.ws-head::after,.pricing-badge-v4 span,.brand-sub,.sb-title{color:#a59578!important}
.price-card-v4 .price,.pricing-badge-v4 b,.home-stats-v3 b,.showcase-top-v3 b{color:#efd387!important}
.hero-panel-v3,.hero-console-v3,.showcase-v3,.workflow-step-v2,.quick-create-v3,.home-section-v2,.faq-section-v2,
.ws-form,.ws-result,.composer,.feature-card,.feature-card-main,.tool-card,.vi-feature,.design-info,.studio-left,.scene-card,.modal-card,.price-card,.tk-table,.pro-empty,.faq-item,.info-card,.lead-form,.billing-panel,.billing-empty,.home-showcase,.quick-card,.gcard,.asset-filter-panel,.task-empty-state,
button.feature-card,button.feature-card-main,button.gcard,button.tool-card,button.quick-card,button.faq-item{
  background:linear-gradient(180deg,rgba(20,18,14,.985),rgba(9,8,7,.99))!important;
  border-color:rgba(224,188,105,.20)!important;
}
.assets-bar,.filter-summary,.task-empty-state,.billing-empty,.pricing-proof-v4 span{
  background:linear-gradient(180deg,rgba(18,16,12,.97),rgba(8,8,7,.98))!important;
  border-color:rgba(224,188,105,.18)!important;
}
.ct,.ws-tab,.btn-outline,.btn-ghost,.cp-select,.ws-sel,.ws-num,.ws-textarea,.cp-input,input,select,textarea{
  color:#eadaba!important;
  border-color:rgba(224,188,105,.22)!important;
}
.ct.active,.ws-tab.active,.sb-item.active,.sidebar .sb-sub a.cur{
  color:#f8e8c2!important;
  border-color:rgba(224,188,105,.42)!important;
}
.gimg img,.showcase-v3 img,.quick-card img{
  filter:saturate(.96) contrast(1.03) brightness(.96)!important;
}
.home-section-v2 .gimg img,.gallery .gimg img{
  filter:saturate(.98) contrast(1.02) brightness(.98)!important;
}
.price-card-v4 .ribbon.muted,.pricing-kicker-v4{
  color:#e3cb93!important;
}
.price-card-v4 li::before{color:#efd387!important}
.btn-primary,.pill-credit,.pill-batch,.pill-cta,.topbar-btn,.cp-send,.ws-gen,.use-btn,.modal-getcode,.tpl-search button{
  background:linear-gradient(135deg,#f1d891 0%,#d0a04b 50%,#946426 100%)!important;
}
.tk-table th{background:rgba(224,188,105,.10)!important}
.tk-table tr:hover td{background:rgba(224,188,105,.055)!important}

/* =====================================================================
   v25 ownable layout: black gold atelier system
   ===================================================================== */
:root{
  --black-0:#020202;
  --black-1:#070604;
  --black-2:#11100d;
  --gold-ink:#f7e7bf;
  --gold-main:#d9b45d;
  --gold-deep:#8b5d20;
  --gold-hair:rgba(222,186,101,.24);
  --paper-dim:#cfc0a0;
}
html body{
  background:
    linear-gradient(90deg,rgba(222,186,101,.055) 0 1px,transparent 1px 100%),
    linear-gradient(180deg,#020202 0%,#070604 42%,#030303 100%)!important;
  background-size:112px 100%,100% 100%!important;
}
.content{max-width:1520px!important;padding-top:54px!important}
.topbar{height:42px!important;font-size:13px!important}
.sidebar{background:linear-gradient(180deg,#090806 0%,#030303 100%)!important}
.sb-item{min-height:46px!important;padding:8px 10px!important}
.sb-label{font-weight:760!important;letter-spacing:0!important}
.home-hero-v5{
  display:grid!important;
  grid-template-columns:minmax(0,1.14fr) minmax(360px,.86fr)!important;
  align-items:stretch!important;
  gap:20px!important;
  min-height:610px!important;
  margin-top:0!important;
}
.home-hero-v5 .hero-panel-v3{
  position:relative!important;
  overflow:hidden!important;
  min-height:610px!important;
  padding:38px!important;
  border-radius:28px!important;
  background:
    linear-gradient(115deg,rgba(19,17,13,.98) 0%,rgba(8,8,7,.99) 58%,rgba(36,25,10,.84) 100%)!important;
  border:1px solid rgba(222,186,101,.24)!important;
  box-shadow:0 40px 110px -72px rgba(0,0,0,.95),inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.home-hero-v5 .hero-panel-v3::before{
  content:"";
  position:absolute;
  inset:16px;
  pointer-events:none;
  border:1px solid rgba(222,186,101,.10);
  border-radius:22px;
}
.home-hero-v5 .hero-panel-v3::after{
  content:"GO / TU";
  position:absolute;
  right:28px;
  bottom:10px;
  color:rgba(222,186,101,.055);
  font-size:104px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
  pointer-events:none;
}
.home-hero-v5 .home-eyebrow{
  margin-bottom:22px!important;
  background:rgba(222,186,101,.075)!important;
  color:#d9bf80!important;
}
.home-hero-v5 .greeting{
  max-width:760px!important;
  font-size:64px!important;
  line-height:.98!important;
  margin-bottom:20px!important;
  color:#f8e9c5!important;
}
.home-hero-v5 .greeting .grad{
  background:linear-gradient(100deg,#fff0c8 0%,#d9b45d 45%,#9a6825 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
}
.home-hero-v5 .home-lede{
  max-width:610px!important;
  margin-bottom:18px!important;
  color:#d1c09b!important;
  font-size:16px!important;
}
.brand-line-v5{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:min(100%,560px)!important;
  margin:10px 0 24px!important;
  color:#a99775!important;
  font-size:12px!important;
  font-weight:800!important;
}
.brand-line-v5 i{
  height:1px!important;
  flex:1 1 40px!important;
  background:linear-gradient(90deg,rgba(222,186,101,.38),rgba(222,186,101,.04))!important;
}
.home-hero-v5 .hero-actions-v3{margin-bottom:18px!important}
.home-hero-v5 .hero-actions-v3 .btn{
  min-height:46px!important;
  padding:0 22px!important;
}
.home-hero-v5 .hero-console-v3{
  max-width:690px!important;
  margin-top:20px!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,rgba(12,11,9,.94),rgba(5,5,4,.98))!important;
}
.home-hero-v5 .brief-grid-v3{grid-template-columns:142px minmax(0,1fr)!important;gap:12px!important}
.home-hero-v5 .cp-upload{min-height:118px!important}
.home-hero-v5 .home-stats-v3{
  max-width:690px!important;
  margin-top:16px!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.home-hero-v5 .home-stats-v3 span{
  background:rgba(222,186,101,.055)!important;
  border:1px solid rgba(222,186,101,.13)!important;
}
.showcase-v5{
  position:relative!important;
  padding:18px!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,rgba(18,16,12,.96),rgba(6,6,5,.99))!important;
}
.showcase-v5 .showcase-stage-v3{
  height:360px!important;
  border-radius:22px!important;
}
.showcase-v5 .showcase-minis-v3{grid-template-columns:1fr!important;gap:10px!important;margin-top:12px!important}
.showcase-v5 .showcase-minis-v3 figure{
  display:grid!important;
  grid-template-columns:112px 1fr!important;
  align-items:center!important;
  height:92px!important;
  border-radius:18px!important;
}
.showcase-v5 .showcase-minis-v3 img{height:100%!important;width:112px!important;border-radius:16px!important}
.showcase-v5 .showcase-minis-v3 figcaption{
  position:static!important;
  width:max-content!important;
  margin-left:14px!important;
  background:transparent!important;
  border:0!important;
  color:#f1dca8!important;
  font-weight:820!important;
}
.showcase-queue-v5{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:8px!important;
  margin-top:14px!important;
  padding:12px!important;
  border-radius:16px!important;
  background:rgba(222,186,101,.055)!important;
  border:1px solid rgba(222,186,101,.14)!important;
}
.showcase-queue-v5 b{color:#f3ddaa!important;margin-right:6px!important}
.showcase-queue-v5 span{padding:5px 9px!important;border-radius:999px!important;background:rgba(0,0,0,.22)!important;color:#cfc0a0!important;font-size:12px!important}
.production-line-v5{
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  margin:20px 0!important;
  border:1px solid rgba(222,186,101,.16)!important;
  border-radius:24px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,rgba(14,13,10,.88),rgba(6,6,5,.94))!important;
}
.production-line-v5 .workflow-step-v2{
  border:0!important;
  border-right:1px solid rgba(222,186,101,.12)!important;
  border-radius:0!important;
  min-height:122px!important;
  background:transparent!important;
  box-shadow:none!important;
}
.production-line-v5 .workflow-step-v2:last-child{border-right:0!important}
.production-line-v5 .workflow-step-v2 span{
  background:linear-gradient(135deg,rgba(222,186,101,.22),rgba(222,186,101,.06))!important;
  color:#f1dca8!important;
}
.prompt-lab-v5,.module-dock-v5,.gallery-wall-v5,.faq-section-v2{
  border-radius:28px!important;
  padding:26px!important;
  background:linear-gradient(180deg,rgba(15,14,11,.88),rgba(7,7,6,.96))!important;
  border:1px solid rgba(222,186,101,.16)!important;
}
.prompt-lab-v5 .quick-create-head,.module-dock-v5 .home-section-head,.gallery-wall-v5 .home-section-head,.faq-section-v2 .home-section-head{
  margin-bottom:18px!important;
}
.prompt-lab-v5 .quick-create-head h2,.module-dock-v5 .home-section-head h2,.gallery-wall-v5 .home-section-head h2,.faq-section-v2 .home-section-head h2{
  font-size:28px!important;
  color:#f6e6bf!important;
}
.prompt-lab-v5 .quick-create-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
.prompt-lab-v5 .quick-card{
  min-height:154px!important;
  padding:18px!important;
  border-radius:20px!important;
}
.prompt-lab-v5 .quick-card img{opacity:.36!important}
.module-dock-v5 .create-cards-v3{
  grid-template-columns:1.25fr .9fr .9fr .82fr!important;
  gap:14px!important;
}
.module-dock-v5 .feature-card,.module-dock-v5 .cc-promo-v2{
  min-height:260px!important;
  border-radius:22px!important;
}
.module-dock-v5 .feature-card-main{grid-row:span 1!important}
.module-dock-v5 .feature-card img{height:150px!important;border-radius:16px!important}
.module-dock-v5 .feature-card b{font-size:17px!important;line-height:1.35!important}
.gallery-wall-v5 .gallery-v2{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:13px!important;
}
.gallery-wall-v5 .gcard{
  border-radius:20px!important;
  overflow:hidden!important;
}
.gallery-wall-v5 .gimg{aspect-ratio:1.2/1!important}
.gallery-wall-v5 .gbody{padding:13px!important}
.page-head-v5{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(280px,.42fr)!important;
  gap:20px!important;
  align-items:end!important;
  padding:26px 0 18px!important;
  border-bottom:1px solid rgba(222,186,101,.16)!important;
}
.page-head-v5 h1{
  font-size:42px!important;
}
.page-head-v5::before{
  content:"STUDIO WORKFLOW";
  grid-column:1/-1!important;
  color:#8f7e5f!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  margin-bottom:-8px!important;
}
.page-head-v5::after{
  content:"上传素材、配置参数、生成结果会进入任务记录与资产库"!important;
  color:#9d8d70!important;
  font-size:13px!important;
  text-align:right!important;
}
.tools-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
.tool-card{
  min-height:172px!important;
  padding:18px!important;
  border-radius:22px!important;
}
.tool-card .tc-body{position:relative!important;z-index:2!important}
.tool-card .tc-thumb{
  position:absolute!important;
  right:14px!important;
  bottom:14px!important;
  width:86px!important;
  height:86px!important;
  border-radius:24px!important;
  background:
    linear-gradient(135deg,rgba(222,186,101,.18),rgba(222,186,101,.035))!important;
  border:1px solid rgba(222,186,101,.12)!important;
}
.tool-card .tc-go{color:#efd387!important}
.assets-bar{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) repeat(4,minmax(128px,auto))!important;
  align-items:center!important;
}
.assets-bar .cases-tabs{grid-column:1/-1!important}
.assets-bar .asset-search,.assets-bar .task-search{min-width:0!important}
.pricing-hero-v5{
  min-height:220px!important;
  border-radius:28px!important;
  background:
    linear-gradient(100deg,rgba(20,18,14,.98),rgba(8,8,7,.99) 58%,rgba(47,32,11,.80))!important;
}
.pricing-hero-v5 .pricing-copy-v4 h1{font-size:44px!important}
.pricing-grid-v4{align-items:stretch!important}
.price-card-v4{border-radius:24px!important;min-height:430px!important}
.price-card-v4.featured{transform:translateY(-6px)!important}
@media(max-width:1180px){
  .home-hero-v5{grid-template-columns:1fr!important}.showcase-v5 .showcase-minis-v3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.showcase-v5 .showcase-minis-v3 figure{display:block!important;height:126px!important}.showcase-v5 .showcase-minis-v3 img{width:100%!important}.module-dock-v5 .create-cards-v3,.gallery-wall-v5 .gallery-v2,.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.assets-bar{grid-template-columns:repeat(2,minmax(0,1fr))!important}.assets-bar .cases-tabs{grid-column:1/-1!important}
}
@media(max-width:760px){
  .content{padding-top:22px!important}.home-hero-v5{min-height:0!important}.home-hero-v5 .hero-panel-v3{min-height:0!important;padding:24px!important;border-radius:22px!important}.home-hero-v5 .hero-panel-v3::after{font-size:58px!important}.home-hero-v5 .greeting{font-size:42px!important}.brand-line-v5{display:grid!important;grid-template-columns:1fr!important;gap:6px!important}.brand-line-v5 i{display:none!important}.home-hero-v5 .brief-grid-v3,.home-hero-v5 .home-stats-v3,.production-line-v5,.prompt-lab-v5 .quick-create-grid,.module-dock-v5 .create-cards-v3,.gallery-wall-v5 .gallery-v2,.tools-grid,.page-head-v5,.assets-bar{grid-template-columns:1fr!important}.production-line-v5 .workflow-step-v2{border-right:0!important;border-bottom:1px solid rgba(222,186,101,.12)!important}.production-line-v5 .workflow-step-v2:last-child{border-bottom:0!important}.prompt-lab-v5,.module-dock-v5,.gallery-wall-v5,.faq-section-v2{padding:18px!important;border-radius:22px!important}.showcase-v5 .showcase-stage-v3{height:260px!important}.showcase-v5 .showcase-minis-v3{grid-template-columns:1fr!important}.page-head-v5::after{text-align:left!important}.pricing-hero-v5 .pricing-copy-v4 h1{font-size:34px!important}.price-card-v4.featured{transform:none!important}
}

/* v26 polish: compact utility states */
[data-asset-storage].task-empty-state,
[data-assets-page].task-empty-state,
[data-task-page].task-empty-state{
  min-height:0!important;
  margin:12px 0!important;
  padding:12px 16px!important;
  justify-content:center!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,rgba(16,14,11,.82),rgba(7,7,6,.92))!important;
  color:#cdbd9a!important;
}
[data-asset-storage].task-empty-state{
  justify-content:flex-start!important;
}
[data-asset-storage].task-empty-state::before{
  content:"Storage";
  margin-right:auto;
  color:#8f7e5f;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
[data-task-page].task-empty-state:empty,
[data-assets-page].task-empty-state:empty{
  display:none!important;
}
.tk-table + [data-task-page].task-empty-state{
  border-top-left-radius:0!important;
  border-top-right-radius:0!important;
}
.tk-table tbody .task-empty-state{
  min-height:112px!important;
  margin:0!important;
  background:linear-gradient(180deg,rgba(14,12,9,.86),rgba(6,6,5,.96))!important;
}

/* v27 polish: remove legacy light chip from tool cards */
.tool-card .tc-go,
.tool-card:hover .tc-go{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  min-height:32px!important;
  margin-top:10px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,rgba(222,186,101,.12),rgba(222,186,101,.055))!important;
  border:1px solid rgba(222,186,101,.22)!important;
  color:#f1dca8!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;
  font-weight:820!important;
}
.tool-card:hover .tc-go{
  background:linear-gradient(135deg,#efd387,#aa792a)!important;
  color:#140e06!important;
}

/* =====================================================================
   v28 independent tool pages: remove pale hero, unify black-gold atelier
   ===================================================================== */
#mdLanding,#viLanding{
  padding-top:24px!important;
}
#mdLanding .vi-hero,#viLanding .vi-hero{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 320px!important;
  align-items:center!important;
  gap:28px!important;
  min-height:250px!important;
  margin-bottom:24px!important;
  padding:34px 42px!important;
  overflow:hidden!important;
  border-radius:28px!important;
  background:
    linear-gradient(100deg,rgba(20,18,14,.98),rgba(8,8,7,.99) 62%,rgba(49,33,12,.78))!important;
  border:1px solid rgba(222,186,101,.24)!important;
  box-shadow:0 38px 108px -72px rgba(0,0,0,.96),inset 0 1px 0 rgba(255,255,255,.045)!important;
}
#mdLanding .vi-hero::before,#viLanding .vi-hero::before{
  content:"CREATIVE TOOLKIT";
  position:absolute;
  left:42px;
  top:24px;
  color:#9c8a68;
  font-size:12px;
  font-weight:900;
  letter-spacing:.10em;
}
#mdLanding .vi-hero::after,#viLanding .vi-hero::after{
  content:""!important;
  position:absolute!important;
  inset:auto -80px -120px auto!important;
  width:min(42vw,420px)!important;
  height:min(30vw,300px)!important;
  background:radial-gradient(circle,rgba(222,186,101,.16),transparent 68%)!important;
  pointer-events:none!important;
}
#mdLanding .vi-hero-text,#viLanding .vi-hero-text{
  padding-top:30px!important;
}
#mdLanding .vi-hero-text h1,#viLanding .vi-hero-text h1{
  max-width:620px!important;
  margin:0 0 12px!important;
  color:#f8e9c5!important;
  font-size:42px!important;
  line-height:1.08!important;
  letter-spacing:0!important;
  text-shadow:0 16px 46px rgba(222,186,101,.12)!important;
}
#mdLanding .vi-hero-text p,#viLanding .vi-hero-text p{
  max-width:540px!important;
  margin:0 0 22px!important;
  color:#d1c09b!important;
  font-size:15px!important;
  line-height:1.8!important;
}
#mdLanding .vi-hero-preview,#viLanding .vi-hero-preview{
  justify-self:end!important;
  width:min(100%,320px)!important;
  min-height:170px!important;
  padding:12px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(222,186,101,.10),rgba(0,0,0,.24))!important;
  border:1px solid rgba(222,186,101,.24)!important;
  box-shadow:0 28px 70px -46px rgba(0,0,0,.92)!important;
}
#mdLanding .vi-hero-preview img,#viLanding .vi-hero-preview img{
  height:168px!important;
  border-radius:18px!important;
  filter:saturate(.98) contrast(1.04) brightness(.92)!important;
}
#mdLanding .vi-hero-preview span,#viLanding .vi-hero-preview span{
  left:20px!important;
  bottom:20px!important;
  background:linear-gradient(135deg,#efd387,#aa792a)!important;
  color:#130d05!important;
  border:1px solid rgba(255,238,190,.36)!important;
}
#mdLanding .vi-features,#viLanding .vi-features{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:14px!important;
  margin-bottom:30px!important;
}
#mdLanding .vi-feature,#viLanding .vi-feature{
  min-height:210px!important;
  padding:16px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,rgba(18,16,12,.96),rgba(7,7,6,.98))!important;
  border:1px solid rgba(222,186,101,.18)!important;
  box-shadow:0 24px 76px -58px rgba(0,0,0,.94),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
#mdLanding .vi-feature:hover,#viLanding .vi-feature:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(222,186,101,.34)!important;
}
#mdLanding .vi-feature-art,#viLanding .vi-feature-art{
  position:relative!important;
  height:118px!important;
  border-radius:18px!important;
  background:rgba(222,186,101,.055)!important;
  border:1px solid rgba(222,186,101,.12)!important;
  overflow:hidden!important;
}
#mdLanding .vi-feature-art img,#viLanding .vi-feature-art img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  filter:saturate(.95) contrast(1.02) brightness(.92)!important;
}
#mdLanding .vi-feature h3,#viLanding .vi-feature h3{
  margin-top:14px!important;
  color:#f3dfaf!important;
  font-size:16px!important;
}
#mdLanding .vi-feature p,#viLanding .vi-feature p{
  color:#a99b7f!important;
  font-size:13px!important;
}
#mdLanding .vi-sub,#viLanding .vi-sub{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:10px 0 16px!important;
  color:#f6e6bf!important;
  font-size:26px!important;
}
#mdLanding .vi-sub::after,#viLanding .vi-sub::after{
  content:"";
  height:1px;
  flex:1;
  background:linear-gradient(90deg,rgba(222,186,101,.28),transparent);
}
#mdLanding .vi-inspire-bar,#viLanding .vi-inspire-bar{
  align-items:center!important;
  padding:12px!important;
  margin-bottom:0!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,rgba(15,14,11,.94),rgba(7,7,6,.98))!important;
  border:1px solid rgba(222,186,101,.14)!important;
}
#mdLanding .vi-search,#viLanding .vi-search{
  display:flex!important;
  gap:8px!important;
  min-width:260px!important;
}
#mdLanding .vi-search input,#viLanding .vi-search input{
  min-height:40px!important;
}
#mdLanding .vi-search button,#viLanding .vi-search button{
  min-height:40px!important;
  padding:0 16px!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#efd387,#aa792a)!important;
  color:#130d05!important;
  font-weight:800!important;
}
@media(max-width:1180px){
  #mdLanding .vi-hero,#viLanding .vi-hero{grid-template-columns:1fr!important}#mdLanding .vi-hero-preview,#viLanding .vi-hero-preview{justify-self:start!important;width:min(100%,360px)!important}#mdLanding .vi-features,#viLanding .vi-features{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:760px){
  #mdLanding,#viLanding{padding-top:10px!important}#mdLanding .vi-hero,#viLanding .vi-hero{padding:26px 20px!important;border-radius:22px!important;text-align:left!important}#mdLanding .vi-hero::before,#viLanding .vi-hero::before{left:20px!important;top:18px!important}#mdLanding .vi-hero-text h1,#viLanding .vi-hero-text h1{font-size:32px!important}#mdLanding .vi-hero-preview,#viLanding .vi-hero-preview{width:100%!important}#mdLanding .vi-features,#viLanding .vi-features{grid-template-columns:1fr 1fr!important}#mdLanding .vi-feature,#viLanding .vi-feature{min-height:184px!important}#mdLanding .vi-feature-art,#viLanding .vi-feature-art{height:104px!important}#mdLanding .vi-inspire-bar,#viLanding .vi-inspire-bar{align-items:stretch!important}#mdLanding .vi-search,#viLanding .vi-search{min-width:0!important;width:100%!important}
}

/* =====================================================================
   v29 preview stage: make empty workspaces feel intentional
   ===================================================================== */
.preview-empty-v29{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  align-content:center!important;
  gap:22px!important;
  min-height:520px!important;
  padding:32px!important;
  overflow:hidden!important;
  background:
    radial-gradient(320px 210px at 50% 42%,rgba(222,186,101,.10),transparent 72%),
    linear-gradient(90deg,rgba(222,186,101,.045) 1px,transparent 1px),
    linear-gradient(180deg,rgba(222,186,101,.035) 1px,transparent 1px),
    rgba(0,0,0,.18)!important;
  background-size:auto,64px 64px,64px 64px,auto!important;
}
.preview-empty-v29 svg{display:none!important}
.preview-orbit-v29{
  position:relative!important;
  width:168px!important;
  height:168px!important;
  border-radius:50%!important;
  border:1px solid rgba(222,186,101,.22)!important;
  background:radial-gradient(circle,rgba(222,186,101,.13),rgba(222,186,101,.035) 52%,transparent 70%)!important;
  box-shadow:0 0 0 16px rgba(222,186,101,.035),inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.preview-orbit-v29::before{
  content:"";
  position:absolute;
  inset:34px;
  border-radius:50%;
  border:1px dashed rgba(222,186,101,.26);
}
.preview-orbit-v29 span{
  position:absolute;
  width:42px;
  height:42px;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(239,211,135,.28),rgba(170,121,42,.08));
  border:1px solid rgba(222,186,101,.22);
}
.preview-orbit-v29 span:nth-child(1){left:18px;top:62px}.preview-orbit-v29 span:nth-child(2){right:26px;top:28px}.preview-orbit-v29 span:nth-child(3){right:34px;bottom:24px}
.preview-copy-v29{text-align:center!important;max-width:420px!important}
.preview-copy-v29 b{display:block!important;color:#f6e6bf!important;font-size:19px!important;margin-bottom:7px!important}
.preview-copy-v29 p{margin:0!important;color:#b9aa8b!important;line-height:1.75!important;font-size:14px!important}
.preview-slots-v29{
  display:grid!important;
  grid-template-columns:repeat(4,54px)!important;
  gap:10px!important;
}
.preview-slots-v29 i{
  height:54px!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,rgba(222,186,101,.12),rgba(222,186,101,.035))!important;
  border:1px solid rgba(222,186,101,.16)!important;
}
.design-info{
  min-height:0!important;
  padding:26px!important;
  border-radius:24px!important;
}
.design-info h2{color:#f6e6bf!important;font-size:24px!important}
.design-info p{color:#b9aa8b!important;line-height:1.8!important}
.design-info-visual{gap:14px!important;margin-top:22px!important}
.design-info-hero{height:230px!important;border-radius:18px!important;border:1px solid rgba(222,186,101,.15)!important}
.design-info-grid{gap:8px!important}
.design-info-thumb{border-radius:14px!important;border:1px solid rgba(222,186,101,.13)!important}
.design-info-thumb span{background:rgba(5,5,4,.72)!important;color:#efd387!important;border:1px solid rgba(222,186,101,.15)!important}
@media(max-width:1180px){
  .preview-empty-v29{min-height:380px!important}.preview-orbit-v29{width:140px!important;height:140px!important}.preview-slots-v29{grid-template-columns:repeat(4,44px)!important}.preview-slots-v29 i{height:44px!important}
}
@media(max-width:760px){
  .preview-empty-v29{min-height:300px!important;padding:24px 16px!important}.preview-orbit-v29{width:118px!important;height:118px!important}.preview-orbit-v29 span{width:34px;height:34px}.preview-slots-v29{display:none!important}.design-info{padding:20px!important}.design-info-hero{height:190px!important}
}

/* =====================================================================
   v30 quiet luxury pass: less glare, stronger hierarchy, cleaner mobile
   ===================================================================== */
:root{
  --bg:#020202;
  --bg-2:#050504;
  --sidebar:#050504;
  --panel:#0b0a08;
  --panel-2:#12100c;
  --line:rgba(196,159,83,.145);
  --line-2:rgba(196,159,83,.075);
  --text:#f2ead8;
  --muted:#b7aa90;
  --muted-2:#7f7462;
  --gold-ink:#ead8ad;
  --gold-main:#c49f53;
  --gold-deep:#7e5a24;
  --grad:linear-gradient(135deg,#d8bb75 0%,#b78633 58%,#76511f 100%);
  --grad-vl:linear-gradient(135deg,#e2c884 0%,#a9782e 100%);
  --grad-pink:linear-gradient(135deg,#ead8ad 0%,#b98939 100%);
  --orange:linear-gradient(135deg,#d8bb75 0%,#966a2a 100%);
}
html body{
  background:
    radial-gradient(900px 520px at 72% -10%,rgba(184,139,48,.075),transparent 62%),
    linear-gradient(180deg,#020202 0%,#060504 46%,#020202 100%)!important;
  background-size:auto!important;
}
html body::before{
  opacity:.26!important;
  background:
    linear-gradient(90deg,rgba(215,178,96,.035) 1px,transparent 1px),
    linear-gradient(180deg,rgba(215,178,96,.025) 1px,transparent 1px)!important;
  background-size:112px 112px!important;
}
.content{padding-top:46px!important}
.topbar{
  height:40px!important;
  background:linear-gradient(90deg,#050403,#100d08 42%,#1d1509 58%,#050403)!important;
  color:#d8c8a6!important;
  border-bottom:1px solid rgba(196,159,83,.12)!important;
}
.topbar-deco{opacity:.38!important}.topbar-btn{background:#d2b36b!important;color:#120d06!important;box-shadow:none!important}
.sidebar{
  background:linear-gradient(180deg,#070604 0%,#030302 100%)!important;
  border-right-color:rgba(196,159,83,.105)!important;
}
.sb-glow{opacity:.28!important}.brand{padding-bottom:18px!important}.brand-sub,.sb-title{color:#756b59!important}
.sb-item,.sidebar .sb-sub a,.btn,.pill,.cp-select,.chip,.ct,.pt,.tt,.tpill,.ratio-b,.ws-tab,.ws-aibtn,.ws-sel-btn,.ws-mywork,.res-act,.tk-act,.tpl-search button{
  background:linear-gradient(180deg,rgba(17,15,11,.88),rgba(6,6,5,.96))!important;
  border-color:rgba(196,159,83,.135)!important;
  color:#d6c9af!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.022)!important;
}
.sb-item:hover,.sidebar .sb-sub a:hover,.btn:hover,.pill:hover,.cp-select:hover,.chip:hover,.ct:hover,.pt:hover,.tt:hover,.tpill:hover,.ratio-b:hover,.ws-tab:hover,.ws-aibtn:hover,.ws-sel-btn:hover,
.sb-item.active,.sidebar .sb-sub a.cur,.ct.active,.pt.active,.tt.active,.tpill.active,.ratio-b.active,.ws-tab.active{
  background:linear-gradient(180deg,rgba(24,20,13,.94),rgba(8,7,5,.98))!important;
  border-color:rgba(196,159,83,.30)!important;
  color:#ead8ad!important;
  box-shadow:0 14px 34px -30px rgba(196,159,83,.32),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.sb-ic,.st-ic,.cp-round,.drop-file .di,.drop-add .di,.ws-drop .di,.cp-upload-ic{
  background:rgba(196,159,83,.10)!important;
  border:1px solid rgba(196,159,83,.16)!important;
  color:#c9aa66!important;
}
.sb-item.active .sb-ic,.sb-item:hover .sb-ic{
  background:linear-gradient(135deg,#d2b36b,#8d6327)!important;
  color:#110c05!important;
}
.btn-primary,.pill-credit,.pill-batch,.pill-cta,.cp-send,.ws-gen,.use-btn,.modal-getcode,.cc-promo-cta{
  background:linear-gradient(135deg,#d8bb75 0%,#b88735 58%,#76511f 100%)!important;
  border-color:rgba(235,211,154,.30)!important;
  color:#120d06!important;
  box-shadow:0 16px 34px -28px rgba(196,159,83,.74),inset 0 1px 0 rgba(255,255,255,.24)!important;
}
.btn-primary:hover,.pill-credit:hover,.pill-batch:hover,.pill-cta:hover,.cp-send:hover,.ws-gen:hover,.use-btn:hover,.modal-getcode:hover,.cc-promo-cta:hover{
  background:linear-gradient(135deg,#e3c982 0%,#c39442 58%,#835b23 100%)!important;
}
.home-hero-v5{gap:18px!important;min-height:570px!important}
.home-hero-v5 .hero-panel-v3{
  min-height:570px!important;
  background:linear-gradient(118deg,rgba(15,13,10,.97) 0%,rgba(5,5,4,.99) 64%,rgba(25,18,8,.82) 100%)!important;
  border-color:rgba(196,159,83,.18)!important;
  box-shadow:0 34px 92px -72px rgba(0,0,0,.96),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.home-hero-v5 .hero-panel-v3::before{border-color:rgba(196,159,83,.07)!important}.home-hero-v5 .hero-panel-v3::after{display:none!important}
.home-hero-v5 .home-eyebrow{
  background:rgba(196,159,83,.08)!important;
  border:1px solid rgba(196,159,83,.14)!important;
  color:#cbb77f!important;
}
.home-hero-v5 .greeting{
  color:#f2ead8!important;
  font-size:60px!important;
  text-shadow:0 16px 42px rgba(0,0,0,.32)!important;
}
.home-hero-v5 .greeting .grad{
  background:linear-gradient(100deg,#ead8ad 0%,#c49f53 48%,#8a642c 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
}
.home-hero-v5 .home-lede{color:#c5b797!important}.brand-line-v5{color:#91836a!important}.brand-line-v5 i{background:linear-gradient(90deg,rgba(196,159,83,.24),rgba(196,159,83,.035))!important}
.hero-console-v3,.composer,.ws-form,.ws-result,.design-info,.studio-left,.studio-right,.scene-card,.asset-filter-panel,.assets-bar,.tk-table,.modal-card,.info-card,.pricing-hero-v5,.price-card-v4,.tool-card,.feature-card,.feature-card-main,.quick-create-v3,.home-section-v2,.faq-section-v2,.showcase-v5,.workflow-step-v2,.vi-feature{
  background:linear-gradient(180deg,rgba(14,12,9,.955),rgba(5,5,4,.985))!important;
  border-color:rgba(196,159,83,.14)!important;
  box-shadow:0 26px 70px -64px rgba(0,0,0,.95),inset 0 1px 0 rgba(255,255,255,.025)!important;
}
.cp-card,.cp-upload,.drop-file,.drop-add,.ws-drop,.ws-sel,.ws-num,.ws-textarea,input,select,textarea,.brief-input-v3{
  background:rgba(4,4,3,.76)!important;
  border-color:rgba(196,159,83,.16)!important;
  color:#ddd0b6!important;
}
.cp-upload:hover,.drop-file:hover,.drop-add:hover,.ws-drop:hover{
  background:rgba(18,15,10,.90)!important;
  border-color:rgba(196,159,83,.30)!important;
  color:#ead8ad!important;
  box-shadow:0 14px 32px -30px rgba(196,159,83,.48)!important;
}
.cp-upload.has-file{background:rgba(25,20,12,.94)!important;color:#ead8ad!important}
.cp-aiwrite{
  background:rgba(196,159,83,.10)!important;
  border:1px solid rgba(196,159,83,.18)!important;
  color:#d9c68f!important;
  box-shadow:none!important;
}
.showcase-v5{background:linear-gradient(180deg,rgba(13,12,9,.96),rgba(3,3,3,.99))!important}.showcase-v5 .showcase-stage-v3{height:330px!important;background:#080705!important;border-color:rgba(196,159,83,.13)!important}.showcase-v5 .showcase-stage-v3 img,.showcase-v5 .showcase-minis-v3 img,.gimg img,.feature-card img{filter:saturate(.86) contrast(1.04) brightness(.88)!important}.showcase-v5 .showcase-minis-v3 figure{background:rgba(5,5,4,.86)!important;border-color:rgba(196,159,83,.12)!important}.showcase-v5 .showcase-minis-v3 figure::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,2,2,.18),transparent 45%);pointer-events:none}.showcase-note-v3,.showcase-queue-v5{background:rgba(196,159,83,.045)!important;border-color:rgba(196,159,83,.10)!important;color:#a99a7c!important}
.showcase-v5 .showcase-minis-v3 img{
  opacity:.72!important;
  background:#050504!important;
  mix-blend-mode:luminosity!important;
}
.showcase-v5 .showcase-minis-v3 figure:hover img{opacity:.9!important;mix-blend-mode:normal!important}
.showcase-v5 .showcase-minis-v3 figcaption{color:#d8c694!important}
input[type="checkbox"],input[type="radio"]{
  appearance:none!important;
  width:16px!important;
  height:16px!important;
  display:inline-grid!important;
  place-content:center!important;
  border-radius:5px!important;
  border:1px solid rgba(196,159,83,.28)!important;
  background:rgba(5,5,4,.92)!important;
  vertical-align:-2px!important;
}
input[type="radio"]{border-radius:50%!important}
input[type="checkbox"]::before,input[type="radio"]::before{
  content:"";
  width:8px;
  height:8px;
  transform:scale(0);
  transition:transform .12s ease;
  background:#d8bb75;
}
input[type="checkbox"]::before{clip-path:polygon(14% 44%,0 60%,42% 100%,100% 18%,84% 5%,39% 66%)}
input[type="radio"]::before{border-radius:50%}
input[type="checkbox"]:checked,input[type="radio"]:checked{
  border-color:rgba(216,187,117,.55)!important;
  background:rgba(196,159,83,.12)!important;
}
input[type="checkbox"]:checked::before,input[type="radio"]:checked::before{transform:scale(1)}
.type-item:has(input:checked),.asset-card:has(input:checked){
  border-color:rgba(196,159,83,.34)!important;
  background:linear-gradient(180deg,rgba(24,20,13,.76),rgba(7,7,5,.96))!important;
}
.ws-form .subhead::before,.subhead-lg::before{
  background:#d8bb75!important;
  box-shadow:none!important;
}

/* =====================================================================
   v31 own product layout: atelier dashboard, not reference-site clone
   ===================================================================== */
.home-hero-v31{
  grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr)!important;
  gap:22px!important;
  align-items:stretch!important;
}
.home-hero-v31 .hero-panel-v3{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  grid-template-areas:
    "eyebrow"
    "title"
    "lede"
    "line"
    "actions"
    "orbit"
    "composer"
    "stats"!important;
  column-gap:0!important;
  row-gap:0!important;
  padding:34px 36px 28px!important;
  border-radius:30px!important;
}
.home-hero-v31 .home-eyebrow{grid-area:eyebrow;width:max-content!important;margin-bottom:18px!important}
.home-hero-v31 .greeting{grid-area:title;max-width:760px!important;margin-bottom:18px!important;font-size:56px!important;letter-spacing:0!important}
.home-hero-v31 .greeting br{display:block!important}
.home-hero-v31 .home-lede{grid-area:lede;max-width:660px!important;margin-bottom:18px!important;font-size:15.5px!important;line-height:1.82!important}
.brand-line-v31{grid-area:line;margin:0 0 20px!important;width:min(100%,600px)!important}
.home-hero-v31 .hero-actions-v3{grid-area:actions;margin:0 0 20px!important}
.home-hero-v31 .hero-console-v3{grid-area:composer;max-width:none!important;margin-top:0!important}
.home-hero-v31 .home-stats-v3{grid-area:stats;max-width:none!important}
.hero-orbit-v31{
  grid-area:orbit;
  align-self:stretch;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  min-height:0;
  margin-bottom:18px;
  padding:10px;
  border-radius:24px;
  background:
    linear-gradient(180deg,rgba(196,159,83,.08),rgba(196,159,83,.025)),
    rgba(0,0,0,.22);
  border:1px solid rgba(196,159,83,.12);
}
.hero-orbit-v31 span{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  min-height:82px;
  padding:14px 14px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(16,14,10,.92),rgba(4,4,3,.96));
  border:1px solid rgba(196,159,83,.105);
  color:#c8b994;
  font-size:13px;
  font-weight:800;
}
.hero-orbit-v31 span::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:11px;
  height:1px;
  background:linear-gradient(90deg,rgba(196,159,83,.30),transparent);
}
.hero-orbit-v31 b{
  color:#d8bb75;
  font-size:11px;
  letter-spacing:.08em;
}
.home-hero-v31 .hero-console-v3{
  padding:18px!important;
  border-radius:22px!important;
  background:
    linear-gradient(90deg,rgba(196,159,83,.055) 0 1px,transparent 1px 100%),
    linear-gradient(180deg,rgba(10,9,7,.92),rgba(3,3,3,.96))!important;
  background-size:72px 100%,auto!important;
}
.home-hero-v31 .console-label-v3{margin-bottom:12px!important}
.home-hero-v31 .brief-grid-v3{grid-template-columns:128px minmax(0,1fr)!important}
.home-hero-v31 .cp-upload{min-height:110px!important;border-radius:18px!important}
.home-hero-v31 .cp-input{min-height:104px!important}
.home-hero-v31 .home-stats-v3 span{
  min-height:62px!important;
  border-radius:18px!important;
}
.showcase-v31{
  display:grid!important;
  grid-template-rows:auto minmax(270px,1fr) auto auto auto!important;
  padding:20px!important;
  border-radius:30px!important;
  overflow:hidden!important;
}
.showcase-v31::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(360px 240px at 82% 18%,rgba(196,159,83,.12),transparent 72%);
}
.showcase-v31 .showcase-top-v3,.showcase-v31 .showcase-stage-v3,.showcase-v31 .showcase-minis-v3,.showcase-v31 .showcase-note-v3,.showcase-v31 .showcase-queue-v5{position:relative;z-index:1}
.showcase-v31 .showcase-stage-v3{
  height:auto!important;
  min-height:270px!important;
  border-radius:24px!important;
}
.showcase-v31 .showcase-stage-v3::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.46));
  pointer-events:none;
}
.showcase-v31 .stage-caption-v3{z-index:2!important}
.showcase-v31 .showcase-minis-v3{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:12px!important;
}
.showcase-v31 .showcase-minis-v3 figure{
  display:block!important;
  height:116px!important;
  border-radius:18px!important;
}
.showcase-v31 .showcase-minis-v3 img{width:100%!important;height:100%!important;border-radius:16px!important;object-fit:cover!important}
.showcase-v31 .showcase-minis-v3 figcaption{
  position:absolute!important;
  left:10px!important;
  bottom:10px!important;
  margin:0!important;
  padding:4px 8px!important;
  width:auto!important;
  border-radius:999px!important;
  background:rgba(0,0,0,.58)!important;
  border:1px solid rgba(196,159,83,.14)!important;
  font-size:11px!important;
}
.production-line-v5{
  display:grid!important;
  grid-template-columns:1.1fr 1fr 1fr!important;
  gap:0!important;
  background:linear-gradient(90deg,rgba(17,14,9,.96),rgba(6,6,5,.985))!important;
  border-radius:28px!important;
}
.production-line-v5 .workflow-step-v2{padding:24px!important}
.production-line-v5 .workflow-step-v2 b{font-size:18px!important;color:#ead8ad!important}
.prompt-lab-v5,.module-dock-v5,.gallery-wall-v5,.faq-section-v2{
  border-radius:28px!important;
  padding:24px!important;
}
.prompt-lab-v5 .quick-create-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.prompt-lab-v5 .quick-card{min-height:180px!important}
.module-dock-v5 .create-cards-v3{grid-template-columns:1.25fr 1fr 1fr .9fr!important}
.module-dock-v5 .feature-card,.module-dock-v5 .cc-promo-v2{min-height:250px!important}
.module-dock-v5 .feature-card img{height:132px!important;opacity:.82!important}
.gallery-wall-v5 .gallery-v2{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.gallery-wall-v5 .gcard{min-height:0!important}
.gallery-wall-v5 .gimg{aspect-ratio:1.34/1!important}

/* v31 studio pages: calmer forms, stronger output stage */
.ws-grid{
  gap:28px!important;
  grid-template-columns:minmax(360px,460px) minmax(0,1fr)!important;
}
.ws-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:18px!important;
  padding-top:30px!important;
  margin-bottom:18px!important;
}
.ws-head h1{font-size:34px!important;line-height:1.08!important}
.ws-head::after{max-width:520px!important;color:#9e9278!important}
.ws-form{padding:24px!important;border-radius:26px!important}
.ws-result{padding:20px!important;border-radius:26px!important}
.ws-drop{min-height:128px!important;border-radius:20px!important}
.ws-textarea{min-height:132px!important;border-radius:18px!important}
.ws-select-row{gap:12px!important}.ws-sel{min-height:44px!important;border-radius:14px!important}
.ws-actions{position:sticky!important;bottom:14px!important;padding-top:14px!important;background:linear-gradient(180deg,transparent,rgba(5,5,4,.94) 34%)!important;z-index:4!important}
.ws-gen{min-height:48px!important;border-radius:16px!important}.ws-result .preview-empty-v29,.ws-empty{border-radius:22px!important}
@media(max-width:1180px){
  .home-hero-v31{grid-template-columns:1fr!important}.home-hero-v31 .hero-panel-v3{grid-template-columns:minmax(0,1fr)!important}.showcase-v31 .showcase-stage-v3{min-height:260px!important}.prompt-lab-v5 .quick-create-grid,.module-dock-v5 .create-cards-v3,.gallery-wall-v5 .gallery-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ws-grid{grid-template-columns:1fr!important}
}
@media(max-width:760px){
  .home-hero-v31 .hero-panel-v3{
    display:block!important;
    padding:22px!important;
    border-radius:24px!important;
  }
  .home-hero-v31 .greeting{font-size:37px!important}.home-hero-v31 .greeting br{display:block!important}.home-hero-v31 .home-eyebrow{margin-bottom:14px!important}.hero-orbit-v31{grid-template-columns:1fr 1fr!important;grid-template-rows:auto!important;min-height:0!important;margin:4px 0 18px!important;padding:8px!important}.hero-orbit-v31 span{min-height:72px!important;padding:12px!important}.brand-line-v31{margin-bottom:18px!important}.home-hero-v31 .brief-grid-v3{grid-template-columns:1fr!important}.home-hero-v31 .cp-input{min-height:118px!important}.showcase-v31{padding:16px!important;border-radius:24px!important}.showcase-v31 .showcase-stage-v3{min-height:220px!important}.showcase-v31 .showcase-minis-v3{grid-template-columns:1fr!important}.showcase-v31 .showcase-minis-v3 figure{height:82px!important}.production-line-v5{grid-template-columns:1fr!important;border-radius:22px!important}.prompt-lab-v5 .quick-create-grid,.module-dock-v5 .create-cards-v3,.gallery-wall-v5 .gallery-v2{grid-template-columns:1fr!important}.prompt-lab-v5,.module-dock-v5,.gallery-wall-v5,.faq-section-v2{padding:18px!important;border-radius:22px!important}.ws-head{display:block!important;padding-top:18px!important}.ws-head h1{font-size:28px!important}.ws-form,.ws-result{padding:18px!important;border-radius:22px!important}.ws-actions{position:static!important;background:transparent!important}.module-dock-v5 .feature-card,.module-dock-v5 .cc-promo-v2{min-height:220px!important}
}

/* =====================================================================
   v32 secondary pages: tool library, asset vault, task cockpit, pricing
   ===================================================================== */
.tools-command-v32,.asset-overview-v32,.task-overview-v32,.pricing-compare-v32{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(196,159,83,.14);
  background:
    radial-gradient(420px 180px at 86% 18%,rgba(196,159,83,.11),transparent 70%),
    linear-gradient(180deg,rgba(15,13,9,.96),rgba(5,5,4,.985));
  box-shadow:0 28px 72px -64px rgba(0,0,0,.96),inset 0 1px 0 rgba(255,255,255,.025);
}
.tools-command-v32,.asset-overview-v32{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  padding:22px 24px;
  margin:0 0 18px;
}
.tools-command-v32 span,.asset-overview-v32 > div:first-child span{
  display:block;
  color:#8f8268;
  font-size:12px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
  margin-bottom:6px;
}
.tools-command-v32 b,.asset-overview-v32 > div:first-child b{
  display:block;
  color:#ead8ad;
  font-size:24px;
  line-height:1.15;
  margin-bottom:7px;
}
.tools-command-v32 p,.asset-overview-v32 p{color:#b8aa8d;font-size:14px;line-height:1.75;margin:0}
.tools-command-metrics,.asset-overview-grid-v32,.task-overview-v32{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.asset-overview-grid-v32{grid-template-columns:repeat(4,minmax(0,1fr))}
.tools-command-metrics span,.asset-overview-grid-v32 span,.task-overview-v32 span{
  min-width:112px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(196,159,83,.055);
  border:1px solid rgba(196,159,83,.105);
  color:#a99b7d;
  font-size:12px;
  font-weight:800;
}
.tools-command-metrics b,.asset-overview-grid-v32 b,.task-overview-v32 b{
  display:block;
  color:#e2c884;
  font-size:24px;
  line-height:1;
  margin-bottom:5px;
}
#aitoolsTabs,.ws-tabs[data-asset-major]{
  padding:8px;
  border-radius:18px;
  border:1px solid rgba(196,159,83,.11);
  background:rgba(5,5,4,.54);
  width:max-content;
  max-width:100%;
}
.tools-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
.tool-card-v32{
  display:block!important;
  min-height:228px!important;
  padding:20px!important;
  border-radius:24px!important;
  text-align:left!important;
  background:
    linear-gradient(135deg,rgba(196,159,83,.055),transparent 42%),
    linear-gradient(180deg,rgba(14,12,9,.96),rgba(5,5,4,.99))!important;
}
.tool-card-v32::before{
  content:"AI";
  position:absolute;
  right:18px;
  top:18px;
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:18px;
  border:1px solid rgba(196,159,83,.15);
  background:linear-gradient(135deg,rgba(216,187,117,.18),rgba(196,159,83,.035));
  color:#d8bb75;
  font-size:14px;
  font-weight:900;
  letter-spacing:.06em;
}
.tool-card-v32:hover{transform:translateY(-3px)!important;border-color:rgba(196,159,83,.30)!important}
.tool-card-v32 .tc-body{height:100%;display:flex;flex-direction:column;align-items:flex-start;gap:10px;max-width:calc(100% - 68px)}
.tc-kicker{color:#8f8268!important;font-size:11px!important;font-weight:900!important;letter-spacing:.08em;text-transform:uppercase}
.tool-card-v32 h3{font-size:19px!important;margin:0!important}.tool-card-v32 p{min-height:48px;margin:0!important;line-height:1.7!important}
.tc-specs{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}
.tc-specs span{
  padding:5px 9px;
  border-radius:999px;
  background:rgba(196,159,83,.075);
  border:1px solid rgba(196,159,83,.11);
  color:#cdbd98;
  font-size:11.5px;
  font-weight:800;
}
.tool-card-v32 .tc-thumb{display:none!important}.tool-card-v32 .tc-go{margin-top:4px!important}
.asset-overview-v32{margin-bottom:14px}.asset-controls-v32{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:center!important;
  padding:16px!important;
  border-radius:24px!important;
}
.asset-controls-v32 .cases-tabs{grid-column:1/-1!important;width:max-content;max-width:100%;padding:8px;border-radius:16px;background:rgba(0,0,0,.20);border:1px solid rgba(196,159,83,.10)}
.asset-controls-v32 .asset-search{grid-column:span 2}.asset-controls-v32 .btn,.task-controls-v32 .btn{min-height:44px!important;white-space:nowrap}.asset-search,.task-search{min-height:44px!important}
.asset-controls-v32 .btn-primary,.asset-controls-v32 .btn-outline{min-width:0;width:100%}.asset-controls-v32 .btn-outline{background:rgba(196,159,83,.07)!important}
.task-controls-v32{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(220px,.45fr) minmax(170px,.28fr) auto!important;gap:10px!important;padding:16px!important;border-radius:24px!important}.task-controls-v32 .cases-tabs{grid-column:1/-1!important;width:max-content;max-width:100%;padding:8px;border-radius:16px;background:rgba(0,0,0,.20);border:1px solid rgba(196,159,83,.10)}
.filter-summary{
  border-radius:18px!important;
  padding:12px 14px!important;
  color:#a99b7d!important;
}
.task-overview-v32{
  grid-template-columns:repeat(5,minmax(0,1fr));
  padding:14px;
  margin-bottom:14px;
}
.tk-table{
  border-radius:24px!important;
  overflow:hidden!important;
}
.tk-table th{height:48px!important;color:#cbb77f!important}.tk-table td{height:58px!important}
.pricing-hero-v5{
  min-height:230px!important;
  padding:30px!important;
}
.pricing-compare-v32{
  display:grid;
  grid-template-columns:1fr 42px 1fr;
  align-items:center;
  gap:18px;
  padding:18px;
  margin:16px auto 16px;
  max-width:980px;
}
.pricing-compare-v32 span{
  min-height:76px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(196,159,83,.055);
  border:1px solid rgba(196,159,83,.12);
  color:#b8aa8d;
  font-size:13px;
}
.pricing-compare-v32 b{color:#ead8ad;font-size:18px}.pricing-compare-v32 i{height:1px;background:linear-gradient(90deg,transparent,#c49f53,transparent)}
.pricing-grid-v4{max-width:980px!important;margin-left:auto!important;margin-right:auto!important;grid-template-columns:1fr 1fr!important;gap:18px!important}.price-card-v4{min-height:440px!important}.price-card-v4.featured{border-color:rgba(216,187,117,.42)!important}
@media(max-width:1180px){
  .tools-command-v32,.asset-overview-v32{grid-template-columns:1fr}.tools-command-metrics,.asset-overview-grid-v32{grid-template-columns:repeat(2,minmax(0,1fr))}.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.asset-controls-v32,.task-controls-v32{grid-template-columns:repeat(2,minmax(0,1fr))!important}.task-overview-v32{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .tools-command-v32,.asset-overview-v32,.task-overview-v32,.pricing-compare-v32{border-radius:22px;padding:16px}.tools-command-metrics,.asset-overview-grid-v32,.task-overview-v32,.tools-grid,.pricing-grid-v4{grid-template-columns:1fr!important}.tool-card-v32{min-height:206px!important}.tool-card-v32 .tc-body{max-width:none}.tool-card-v32::before{opacity:.38}.asset-controls-v32,.task-controls-v32{grid-template-columns:1fr!important}.asset-controls-v32 .cases-tabs,.task-controls-v32 .cases-tabs,#aitoolsTabs,.ws-tabs[data-asset-major]{width:100%}.pricing-compare-v32{grid-template-columns:1fr}.pricing-compare-v32 i{display:none}.price-card-v4{min-height:0!important}
}

/* =====================================================================
   v33 tool suites: mature black-gold entry pages and workbench rhythm
   ===================================================================== */
#mdLanding .vi-hero,#viLanding .vi-hero{
  min-height:280px!important;
  padding:38px 42px!important;
  border-radius:30px!important;
  background:
    radial-gradient(520px 260px at 84% 18%,rgba(196,159,83,.15),transparent 70%),
    linear-gradient(112deg,rgba(16,14,10,.98),rgba(5,5,4,.99) 58%,rgba(29,20,8,.82))!important;
  border-color:rgba(196,159,83,.18)!important;
}
#mdLanding .vi-hero::before,#viLanding .vi-hero::before{content:"GOTU TOOL SUITE"!important;color:#9b8d72!important}
#mdLanding .vi-hero-text h1,#viLanding .vi-hero-text h1{
  max-width:700px!important;
  font-size:44px!important;
  color:#f2ead8!important;
}
#mdLanding .vi-hero-text p,#viLanding .vi-hero-text p{color:#c1b391!important;max-width:620px!important}
#mdLanding .vi-hero-text::after,#viLanding .vi-hero-text::after{
  content:"上传素材 / 配置参数 / 进入资产库";
  display:inline-flex;
  margin-top:2px;
  padding:9px 13px;
  border-radius:999px;
  color:#cdbd98;
  background:rgba(196,159,83,.075);
  border:1px solid rgba(196,159,83,.13);
  font-size:12px;
  font-weight:850;
}
#mdLanding .vi-hero-preview,#viLanding .vi-hero-preview{
  width:min(100%,330px)!important;
  min-height:178px!important;
  background:#060504!important;
  border-color:rgba(196,159,83,.18)!important;
}
#mdLanding .vi-hero-preview img,#viLanding .vi-hero-preview img{
  filter:saturate(.78) contrast(1.08) brightness(.72)!important;
  background:#050504!important;
}
#mdLanding .vi-hero-preview::after,#viLanding .vi-hero-preview::after{
  content:"";
  position:absolute;
  inset:12px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.36));
  pointer-events:none;
}
#mdLanding .vi-features,#viLanding .vi-features{
  gap:14px!important;
  margin-bottom:28px!important;
}
#mdLanding .vi-feature,#viLanding .vi-feature{
  min-height:236px!important;
  padding:16px!important;
  border-radius:24px!important;
  background:
    linear-gradient(135deg,rgba(196,159,83,.06),transparent 38%),
    linear-gradient(180deg,rgba(14,12,9,.96),rgba(5,5,4,.99))!important;
  border-color:rgba(196,159,83,.14)!important;
}
#mdLanding .vi-feature:hover,#viLanding .vi-feature:hover{border-color:rgba(196,159,83,.32)!important;transform:translateY(-3px)!important}
#mdLanding .vi-feature-art,#viLanding .vi-feature-art{
  height:118px!important;
  border-radius:18px!important;
  background:
    linear-gradient(135deg,rgba(196,159,83,.08),rgba(0,0,0,.22)),
    #050504!important;
  border:1px solid rgba(196,159,83,.12)!important;
}
#mdLanding .vi-feature-art::after,#viLanding .vi-feature-art::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.28));
  pointer-events:none;
}
#mdLanding .vi-feature-art img,#viLanding .vi-feature-art img{
  filter:saturate(.82) contrast(1.05) brightness(.76)!important;
}
#mdLanding .vi-feature h3,#viLanding .vi-feature h3{font-size:18px!important;color:#ead8ad!important}
#mdLanding .vi-feature p,#viLanding .vi-feature p{color:#aa9d82!important;line-height:1.7!important}
#mdLanding .vi-inspire-bar,#viLanding .vi-inspire-bar{
  padding:12px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,rgba(13,12,9,.94),rgba(5,5,4,.98))!important;
  border:1px solid rgba(196,159,83,.13)!important;
}
#mdLanding .gallery,#viLanding .gallery{gap:14px!important}
#mdLanding .gcard,#viLanding .gcard{
  border-radius:20px!important;
  background:linear-gradient(180deg,rgba(14,12,9,.94),rgba(5,5,4,.98))!important;
  border-color:rgba(196,159,83,.12)!important;
}
#mdLanding .gimg img,#viLanding .gimg img{filter:saturate(.86) contrast(1.04) brightness(.82)!important}

.content > .ws-head:not(.page-head-v5){
  position:relative;
  grid-template-columns:minmax(0,1fr) auto!important;
  padding:24px 0 16px!important;
  border-bottom:1px solid rgba(196,159,83,.14)!important;
  margin-bottom:20px!important;
}
.content > .ws-head:not(.page-head-v5)::before{
  content:"STUDIO WORKFLOW";
  display:block;
  color:#9b8d72;
  font-size:12px;
  font-weight:900;
  letter-spacing:.10em;
  margin-bottom:8px;
}
.content > .ws-head:not(.page-head-v5)::after{
  content:"上传素材 · 配置参数 · 生成结果进入任务记录与资产库";
  justify-self:end;
  align-self:end;
  color:#9f9278;
  font-size:13px;
  line-height:1.6;
}
.content > .ws-head:not(.page-head-v5) h1{font-size:36px!important;color:#ead8ad!important}
.ws-grid{
  align-items:stretch!important;
}
.ws-form{
  position:relative!important;
  background:
    linear-gradient(90deg,rgba(196,159,83,.035) 0 1px,transparent 1px 100%),
    linear-gradient(180deg,rgba(14,12,9,.965),rgba(5,5,4,.99))!important;
  background-size:72px 100%,auto!important;
}
.ws-form::before{
  content:"Input Control";
  position:absolute;
  right:20px;
  top:18px;
  color:#766b58;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ws-result{
  background:
    radial-gradient(380px 240px at 50% 52%,rgba(196,159,83,.08),transparent 72%),
    linear-gradient(180deg,rgba(13,12,9,.96),rgba(4,4,3,.99))!important;
}
.ws-result-top{
  min-height:44px!important;
  margin-bottom:12px!important;
}
.preview-empty-v29{
  min-height:500px!important;
  border:1px solid rgba(196,159,83,.10)!important;
  border-radius:22px!important;
}
.type-grid{
  gap:10px!important;
}
.type-item{
  border-radius:16px!important;
  background:linear-gradient(180deg,rgba(8,7,5,.88),rgba(3,3,3,.96))!important;
}
.type-item:hover{transform:translateY(-2px)!important;border-color:rgba(196,159,83,.28)!important}
@media(max-width:1180px){
  #mdLanding .vi-features,#viLanding .vi-features{grid-template-columns:repeat(3,minmax(0,1fr))!important}.content > .ws-head:not(.page-head-v5){display:block!important}.content > .ws-head:not(.page-head-v5)::after{display:block;margin-top:10px}.preview-empty-v29{min-height:380px!important}
}
@media(max-width:760px){
  #mdLanding .vi-hero,#viLanding .vi-hero{padding:24px 18px!important;border-radius:24px!important}#mdLanding .vi-hero-text h1,#viLanding .vi-hero-text h1{font-size:32px!important}#mdLanding .vi-features,#viLanding .vi-features{grid-template-columns:repeat(2,minmax(0,1fr))!important}#mdLanding .vi-feature,#viLanding .vi-feature{min-height:210px!important;padding:14px!important}#mdLanding .vi-feature-art,#viLanding .vi-feature-art{height:92px!important}.content > .ws-head:not(.page-head-v5){padding-top:16px!important}.content > .ws-head:not(.page-head-v5) h1{font-size:29px!important}.ws-form::before{display:none}.preview-empty-v29{min-height:300px!important}
}

/* =====================================================================
   v34 global shell: calmer navigation, premium modal, fewer toy-like cues
   ===================================================================== */
.topbar{
  height:38px!important;
  background:linear-gradient(90deg,#050403,#0d0b07 38%,#221707 50%,#0d0b07 62%,#050403)!important;
  color:#cbbd9d!important;
  font-size:12.5px!important;
}
.topbar-btn{
  min-height:28px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#d5b66e,#a87528)!important;
}
.topbar-close{
  width:30px!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(196,159,83,.18)!important;
  background:rgba(5,5,4,.62)!important;
  color:#d8c694!important;
}
.topnav{padding-top:18px!important}.topnav-actions{gap:10px!important}
.pill{
  min-height:40px!important;
  padding:0 17px!important;
  border-radius:14px!important;
  font-size:13px!important;
  letter-spacing:0!important;
}
.pill-credit,.pill-batch,.pill-login{
  background:rgba(8,7,5,.72)!important;
  border-color:rgba(196,159,83,.16)!important;
  color:#d8ccb2!important;
  box-shadow:none!important;
}
.pill-cta{
  min-width:96px!important;
  background:linear-gradient(135deg,#d8bb75,#a9782e)!important;
}
.sidebar{
  padding:20px 14px 16px!important;
  background:
    linear-gradient(180deg,rgba(8,7,5,.98),rgba(2,2,2,.99))!important;
}
.brand{
  min-height:58px!important;
  padding:0 8px 16px!important;
  margin-bottom:10px!important;
}
.brand-text{
  font-size:21px!important;
  letter-spacing:0!important;
}
.brand-text em{
  background:rgba(196,159,83,.08)!important;
  border:1px solid rgba(196,159,83,.16)!important;
  color:#b8aa8d!important;
}
.sb-section{
  margin:22px 10px 9px!important;
  color:#746a58!important;
  font-size:11px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.sb-item{
  min-height:44px!important;
  padding:7px 10px!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,rgba(12,11,8,.72),rgba(4,4,3,.94))!important;
  border-color:rgba(196,159,83,.10)!important;
  box-shadow:none!important;
}
.sb-label{
  min-width:0!important;
  flex:1 1 auto!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:14px!important;
  font-weight:780!important;
  color:#ded2b8!important;
}
.sb-ic{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  border-radius:10px!important;
  background:rgba(196,159,83,.055)!important;
  border:1px solid rgba(196,159,83,.12)!important;
  color:#cbb77f!important;
  box-shadow:none!important;
}
.sb-ic svg{width:17px!important;height:17px!important;stroke-width:1.65!important}
.sb-item.active{
  background:linear-gradient(90deg,rgba(196,159,83,.18),rgba(9,8,6,.96) 34%,rgba(5,5,4,.98))!important;
  border-color:rgba(216,187,117,.30)!important;
}
.sb-item.active::before{
  content:"";
  position:absolute;
  left:-1px;
  top:8px;
  bottom:8px;
  width:3px;
  border-radius:999px;
  background:#d8bb75;
}
.sb-item.active .sb-ic,.sb-item:hover .sb-ic{
  background:rgba(216,187,117,.14)!important;
  color:#ead8ad!important;
  border-color:rgba(216,187,117,.25)!important;
}
.hot,.sb-item .hot,.sb-item small,.sb-item em{
  border-radius:999px!important;
  background:rgba(196,159,83,.16)!important;
  color:#d8c694!important;
  border:1px solid rgba(196,159,83,.12)!important;
}
.sb-caret{
  width:22px!important;
  height:22px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:8px!important;
  background:rgba(196,159,83,.055)!important;
  color:#b8aa8d!important;
}
.sb-sub > div{
  padding:8px 0 2px 22px!important;
  border-left:1px solid rgba(196,159,83,.11)!important;
}
.sidebar .sb-sub a{
  min-height:36px!important;
  border-radius:12px!important;
  padding:8px 11px!important;
  background:rgba(0,0,0,.18)!important;
}
.sb-foot{gap:10px!important;padding:14px 8px 2px!important}.sb-book,.sb-collapse,.nav-burger,.float-headset,.float-top{
  border-radius:14px!important;
  background:linear-gradient(180deg,rgba(16,14,10,.92),rgba(5,5,4,.98))!important;
  border:1px solid rgba(196,159,83,.16)!important;
  color:#d8c694!important;
  box-shadow:0 18px 36px -32px rgba(0,0,0,.95)!important;
}
.float-headset{width:46px!important;height:46px!important;right:22px!important;bottom:76px!important}.float-top{width:42px!important;height:42px!important;right:24px!important;bottom:24px!important}
.modal.show{
  background:rgba(0,0,0,.78)!important;
  backdrop-filter:blur(14px) saturate(.9)!important;
}
.modal-card{
  width:min(420px,calc(100vw - 36px))!important;
  padding:30px!important;
  border-radius:24px!important;
  background:
    radial-gradient(320px 160px at 88% 0%,rgba(196,159,83,.12),transparent 70%),
    linear-gradient(180deg,rgba(16,14,10,.98),rgba(5,5,4,.99))!important;
  border:1px solid rgba(196,159,83,.18)!important;
  box-shadow:0 34px 110px -60px rgba(0,0,0,.96),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.modal-brand{
  display:block!important;
  margin-bottom:18px!important;
}
.modal-brand::before{
  content:"GOTU ACCOUNT";
  display:block;
  color:#8f8268;
  font-size:11px;
  font-weight:900;
  letter-spacing:.10em;
  margin-bottom:6px;
}
.modal-brand b{color:#ead8ad!important;font-size:20px!important;line-height:1.2!important}
.modal-note{color:#a99b7d!important;line-height:1.65!important}
.modal-field{margin-bottom:14px!important}.modal-field span{color:#c9bb9b!important;font-weight:760!important;margin-bottom:8px!important}.modal-field input,.modal-field textarea,.copy-fallback-text{
  min-height:46px!important;
  border-radius:14px!important;
  background:rgba(3,3,3,.72)!important;
  border:1px solid rgba(196,159,83,.18)!important;
  color:#ead8ad!important;
}
.modal-field input:focus,.modal-field textarea:focus{
  border-color:rgba(216,187,117,.42)!important;
  box-shadow:0 0 0 3px rgba(196,159,83,.10)!important;
}
.modal-field.code{display:grid!important;grid-template-columns:1fr auto!important;gap:10px!important;align-items:end!important}.modal-field.code span{grid-column:1/-1}.modal-getcode{height:46px!important;border-radius:14px!important;white-space:nowrap!important}.modal-submit{height:48px!important;border-radius:15px!important;margin-top:8px!important}.modal-x{width:34px!important;height:34px!important;border-radius:12px!important;background:rgba(196,159,83,.06)!important;border:1px solid rgba(196,159,83,.16)!important;color:#d8c694!important}.modal-agree{align-items:flex-start!important;color:#938772!important;line-height:1.55!important}.modal-agree a{color:#d8c694!important;text-decoration:none!important;border-bottom:1px solid rgba(216,187,117,.28)}
@media(max-width:760px){
  .sidebar{width:min(82vw,300px)!important}.sb-item{min-height:46px!important}.sb-ic{width:31px!important;height:31px!important}.topnav{padding-top:14px!important}.pill{min-height:38px!important;padding:0 14px!important}.modal-card{padding:24px 20px!important}.modal-field.code{grid-template-columns:1fr!important}.modal-getcode{width:100%!important}
}
.home-stats-v3 span,.pricing-proof-v4 span,.faq-item,.quick-create-v3 .quick-card,.preview-empty-v29,.task-empty-state,.billing-empty{
  background:linear-gradient(180deg,rgba(13,12,9,.92),rgba(5,5,4,.97))!important;
  border-color:rgba(196,159,83,.12)!important;
}
.home-section-head span,.quick-create-head span,.showcase-top-v3 span,#mdLanding .vi-hero::before,#viLanding .vi-hero::before,.console-label-v3 span,.ws-head::before,.pricing-kicker-v4{color:#8f8268!important}
.home-section-head h2,.quick-create-head h2,.ws-head h1,.greeting,.pricing-copy-v4 h1,.price-card-v4 h3,.tool-card h3,.gbody h5,.faq-item b,.subhead-lg{color:#ead8ad!important;text-shadow:none!important}
.home-lede,.ws-sub,.tool-card p,.gbody p,.faq-item span,.price-card-v4 li,.tk-table td,.design-info p{color:#b8aa8d!important}
.gallery-wall-v5 .gallery-v2 .gcard:nth-child(n+9){display:none!important}
.gallery-wall-v5{padding-bottom:24px!important}.faq-section-v2{padding-top:22px!important;padding-bottom:22px!important}.site-footer{padding-top:22px!important;color:#746a58!important}
@media(max-width:1180px){
  .home-hero-v5{min-height:0!important}.home-hero-v5 .hero-panel-v3{min-height:0!important}.showcase-v5 .showcase-stage-v3{height:300px!important}.gallery-wall-v5 .gallery-v2 .gcard:nth-child(n+7){display:none!important}
}
@media(max-width:760px){
  .content{padding-top:18px!important}.topbar{font-size:12px!important;padding:0 42px 0 10px!important}.home-hero-v5 .hero-panel-v3{padding:22px!important}.home-hero-v5 .greeting{font-size:38px!important;line-height:1.04!important;margin-bottom:16px!important}.home-hero-v5 .home-lede{font-size:14.5px!important;line-height:1.85!important}.home-hero-v5 .hero-actions-v3{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.home-hero-v5 .hero-actions-v3 .btn{min-height:48px!important;padding:0 12px!important}.home-hero-v5 .brief-grid-v3{gap:10px!important}.home-hero-v5 .cp-upload{min-height:96px!important}.showcase-v5 .showcase-stage-v3{height:230px!important}.showcase-v5 .showcase-minis-v3 figure{grid-template-columns:92px 1fr!important;height:76px!important}.showcase-v5 .showcase-minis-v3 img{width:92px!important}.gallery-wall-v5 .gallery-v2 .gcard:nth-child(n+5){display:none!important}.prompt-lab-v5 .quick-create-grid .quick-card:nth-child(n+5){display:none!important}.module-dock-v5 .create-cards-v3{gap:12px!important}.faq-section-v2 .faq-grid .faq-item:nth-child(n+3){display:none!important}.preview-empty-v29{background-size:auto,48px 48px,48px 48px,auto!important}
}

/* =====================================================================
   v35 visual direction: restrained black-gold product finish
   ===================================================================== */
:root{
  --bg:#050505;
  --bg-soft:#0b0a08;
  --panel:#12100d;
  --panel-soft:#18150f;
  --line:rgba(190,153,78,.20);
  --line-soft:rgba(190,153,78,.12);
  --gold:#c89b45;
  --gold-soft:#e2c881;
  --gold-deep:#75501f;
  --text:#efe4cf;
  --muted:#b5a688;
  --muted-soft:#867a64;
  --shadow:0 32px 90px -66px rgba(0,0,0,.96);
}
html body{
  background:
    linear-gradient(180deg,#030303 0%,#080706 48%,#040403 100%)!important;
  color:var(--text)!important;
}
html body::before{
  background:
    linear-gradient(90deg,rgba(190,153,78,.035) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.012) 1px,transparent 1px)!important;
  background-size:112px 112px!important;
  opacity:.42!important;
}
.topbar{
  height:36px!important;
  background:#050504!important;
  border-bottom:1px solid rgba(190,153,78,.14)!important;
  color:#c9b992!important;
}
.topbar-text{opacity:.92!important}.topbar-arrow{color:var(--gold-soft)!important}
.topnav .pill,.topbar-btn,.hamb,.topbar-close,.sb-collapse,.float-headset,.float-top{
  border-radius:12px!important;
  background:linear-gradient(180deg,rgba(22,19,14,.94),rgba(8,8,7,.98))!important;
  border:1px solid rgba(190,153,78,.18)!important;
  color:#ddcfad!important;
  box-shadow:none!important;
}
.topnav .pill:hover,.topbar-btn:hover,.hamb:hover,.topbar-close:hover,.sb-collapse:hover,.float-headset:hover,.float-top:hover{
  border-color:rgba(226,200,129,.34)!important;
  background:linear-gradient(180deg,rgba(29,24,16,.98),rgba(10,9,7,.98))!important;
  color:#f1e2bd!important;
  transform:translateY(-1px)!important;
}
.topnav .pill-cta,.btn-primary,.cp-send,.ws-gen,.use-btn,.modal-submit,.modal-getcode,.tpl-search button{
  background:linear-gradient(135deg,#d7b767 0%,#bc8840 52%,#75501f 100%)!important;
  border:1px solid rgba(236,213,149,.28)!important;
  color:#100b05!important;
  text-shadow:none!important;
  box-shadow:0 18px 38px -30px rgba(200,155,69,.70),inset 0 1px 0 rgba(255,255,255,.22)!important;
}
.topnav .pill-cta:hover,.btn-primary:hover,.cp-send:hover,.ws-gen:hover,.use-btn:hover,.modal-submit:hover,.modal-getcode:hover,.tpl-search button:hover{
  background:linear-gradient(135deg,#e0c57a 0%,#c19147 52%,#825a24 100%)!important;
  filter:none!important;
}
.sidebar{
  background:linear-gradient(180deg,#080806 0%,#030303 100%)!important;
  border-right:1px solid rgba(190,153,78,.13)!important;
}
.brand{min-height:54px!important;border-bottom:1px solid rgba(190,153,78,.11)!important}
.brand-text{font-size:20px!important;color:#ead8ad!important}
.brand-text em{color:#9b8c70!important;background:transparent!important;border-color:rgba(190,153,78,.16)!important}
.sb-section{color:#776d5c!important;letter-spacing:.06em!important}
.sb-item,.sidebar .sb-sub a{
  min-height:43px!important;
  border-radius:13px!important;
  background:linear-gradient(180deg,rgba(13,12,10,.72),rgba(5,5,4,.94))!important;
  border:1px solid rgba(190,153,78,.11)!important;
  box-shadow:none!important;
}
.sb-item:hover,.sb-item.active,.sidebar .sb-sub a:hover,.sidebar .sb-sub a.cur{
  background:linear-gradient(180deg,rgba(22,19,14,.92),rgba(7,7,6,.98))!important;
  border-color:rgba(226,200,129,.34)!important;
  box-shadow:inset 3px 0 0 rgba(200,155,69,.82)!important;
}
.sb-label{color:#dcd0b5!important;font-weight:760!important}.sb-badge{background:#b9a174!important;color:#161006!important}.sb-caret{border-color:rgba(190,153,78,.20)!important;color:#c8b684!important}
.sb-ic{
  background:rgba(190,153,78,.065)!important;
  border-color:rgba(190,153,78,.14)!important;
  color:#c6aa6c!important;
}
.sb-item.active .sb-ic,.sb-item:hover .sb-ic{
  background:rgba(200,155,69,.16)!important;
  color:#ead8ad!important;
  border-color:rgba(226,200,129,.28)!important;
}
.hero-panel-v3,.hero-console-v3,.showcase-v3,.quick-create-v3,.home-section-v2,.home-section-v3,.gallery-section-v3,.faq-section-v2,
.ws-form,.ws-result,.composer,.feature-card,.feature-card-main,.tool-card,.vi-feature,.design-info,.studio-left,.scene-card,.modal-card,.price-card,.price-card-v4,.tk-table,.pro-empty,.faq-item,.info-card,.lead-form,.billing-panel,.billing-empty,.home-showcase,.quick-card,.gcard,.asset-filter-panel,.task-empty-state,.tools-command-v32,.asset-overview-v32,.task-overview-v32,.pricing-compare-v32,.pricing-hero-v4,
button.feature-card,button.feature-card-main,button.gcard,button.tool-card,button.quick-card,button.faq-item{
  background:linear-gradient(180deg,rgba(17,15,12,.97),rgba(7,7,6,.99))!important;
  border:1px solid var(--line-soft)!important;
  box-shadow:var(--shadow),inset 0 1px 0 rgba(255,255,255,.028)!important;
}
.home-hero-v5 .hero-panel-v3,.pricing-hero-v4{
  background:linear-gradient(135deg,rgba(17,15,12,.98) 0%,rgba(8,8,7,.99) 62%,rgba(24,17,8,.94) 100%)!important;
}
.home-hero-v5 .hero-panel-v3::before{border-color:rgba(190,153,78,.08)!important}
.home-hero-v5 .hero-panel-v3::after{color:rgba(190,153,78,.035)!important}
.greeting,.home-section-head h2,.quick-create-head h2,.ws-head h1,.pricing-copy-v4 h1,.price-card-v4 h3,.tool-card h3,.gbody h5,.faq-item b,.subhead-lg,.studio-title{
  color:#eadfc7!important;
  text-shadow:none!important;
}
.home-hero-v5 .greeting .grad,.price-card-v4 .price,.pricing-badge-v4 b,.home-stats-v3 b,.showcase-top-v3 b{
  background:none!important;
  -webkit-text-fill-color:initial!important;
  color:#d9bd72!important;
}
.home-lede,.ws-sub,.pricing-copy-v4 p,.price-desc,.credit-note,.tool-card p,.gbody p,.faq-item span,.price-card-v4 li,.tk-table td,.design-info p,.filter-summary,.task-empty-state span,.billing-empty span{
  color:#b7a98d!important;
}
.home-eyebrow,.home-section-head span,.quick-create-head span,.showcase-top-v3 span,.console-label-v3 span,.ws-head::before,.pricing-kicker-v4,.tools-command-v32 span,.asset-overview-v32 > div:first-child span{
  color:#8b806b!important;
}
.btn,.pill,.cp-select,.chip,.ct,.tt,.tpill,.ratio-b,.ws-tab,.ws-aibtn,.ws-sel-btn,.ws-mywork,.res-act,.tk-act,.asset-inline,.btn-outline,.btn-ghost,.btn-soft,.pill-login{
  background:linear-gradient(180deg,rgba(20,18,14,.92),rgba(8,8,7,.98))!important;
  border:1px solid rgba(190,153,78,.17)!important;
  color:#dccdad!important;
  box-shadow:none!important;
}
.btn:hover,.pill:hover,.cp-select:hover,.chip:hover,.ct:hover,.tt:hover,.tpill:hover,.ratio-b:hover,.ws-tab:hover,.ws-aibtn:hover,.ws-sel-btn:hover,.ws-mywork:hover,.res-act:hover,.tk-act:hover,.asset-inline:hover{
  border-color:rgba(226,200,129,.34)!important;
  background:linear-gradient(180deg,rgba(27,23,16,.96),rgba(10,9,7,.99))!important;
  color:#f0dfb7!important;
}
.ct.active,.tt.active,.tpill.active,.ratio-b.active,.ws-tab.active{
  background:rgba(200,155,69,.14)!important;
  border-color:rgba(226,200,129,.38)!important;
  color:#f2dfb5!important;
}
.ws-sel,.ws-num,.ws-textarea,.cp-input,.tpl-search input,.vi-search input,.asset-search,.asset-date-start,.asset-date-end,.asset-folder,.asset-sort,.task-search,.task-sort,
.lead-form input,.lead-form textarea,.modal-field input,.modal-field textarea,select,input,textarea{
  background:linear-gradient(180deg,rgba(13,12,10,.98),rgba(5,5,4,.99))!important;
  border:1px solid rgba(190,153,78,.16)!important;
  color:#eadfc7!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
}
.ws-sel:focus,.ws-num:focus,.ws-textarea:focus,.cp-input:focus,.lead-form input:focus,.lead-form textarea:focus,.modal-field input:focus,.modal-field textarea:focus,input:focus,select:focus,textarea:focus{
  border-color:rgba(226,200,129,.42)!important;
  box-shadow:0 0 0 3px rgba(190,153,78,.12)!important;
}
::placeholder{color:#7e735f!important}
.ws-drop,.drop-file,.cp-upload,.preview-empty-v29{
  background:
    linear-gradient(180deg,rgba(14,13,11,.90),rgba(6,6,5,.98))!important;
  border-color:rgba(190,153,78,.19)!important;
}
.ws-drop:hover,.drop-file:hover,.cp-upload:hover{
  background:linear-gradient(180deg,rgba(20,17,12,.96),rgba(7,7,6,.99))!important;
  border-color:rgba(226,200,129,.34)!important;
}
.gimg,.tc-thumb,.showcase-stage-v3,.showcase-minis-v3 figure,.vi-feature-art,.tool-card-v32::before{
  background:#090908!important;
  border-color:rgba(190,153,78,.12)!important;
}
.gimg img,.showcase-v3 img,.quick-card img,.tc-thumb img,.vi-feature-art img,.showcase-stage-v3 img,.showcase-minis-v3 img{
  filter:saturate(.82) contrast(1.04) brightness(.82)!important;
}
.showcase-stage-v3::after,.vi-feature-art::after,.gimg::after,.tc-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.30));
}
.gimg,.tc-thumb,.vi-feature-art{position:relative!important;overflow:hidden!important}
.stage-caption-v3 span,.showcase-minis-v3 figcaption,.pricing-kicker-v4,.price-card-v4 .ribbon,.pricing-proof-v4 span,.tools-command-metrics span,.asset-overview-grid-v32 span,.task-overview-v32 span{
  background:rgba(200,155,69,.13)!important;
  border:1px solid rgba(226,200,129,.18)!important;
  color:#e4d1a1!important;
}
.assets-bar,.asset-controls-v32,.task-controls-v32,.filter-summary{
  background:linear-gradient(180deg,rgba(14,13,11,.95),rgba(6,6,5,.98))!important;
  border:1px solid rgba(190,153,78,.13)!important;
}
.tk-table th{background:rgba(190,153,78,.075)!important;color:#d8c79e!important}.tk-table tr:hover td{background:rgba(190,153,78,.045)!important}
.price-card-v4.featured{
  border-color:rgba(226,200,129,.34)!important;
  box-shadow:0 38px 110px -70px rgba(0,0,0,.96),0 0 0 1px rgba(226,200,129,.08) inset!important;
}
.price-card-v4 .price{font-size:48px!important}.price-card-v4 .price small{color:#9b8f78!important}
.modal-backdrop{background:rgba(0,0,0,.72)!important;backdrop-filter:blur(12px)!important}
.modal-card{border-color:rgba(226,200,129,.20)!important}
@media(max-width:1180px){
  .content{padding-top:40px!important}.home-hero-v5{gap:18px!important}.showcase-v5 .showcase-stage-v3{height:286px!important}
}
@media(max-width:760px){
  .content{padding-top:16px!important}.sidebar{width:min(80vw,292px)!important}.sb-item{min-height:45px!important}.topnav .pill{min-height:37px!important}.home-hero-v5 .greeting{font-size:34px!important}.home-hero-v5 .hero-actions-v3 .btn{min-height:46px!important}.showcase-v5 .showcase-stage-v3{height:218px!important}.ws-head h1{font-size:27px!important}.price-card-v4 .price{font-size:40px!important}
}

/* =====================================================================
   v36 ownable layout: commerce visual operations console
   ===================================================================== */
.content{max-width:1540px!important}
.home-hero-v36{
  grid-template-columns:minmax(0,1.06fr) minmax(400px,.94fr)!important;
  gap:22px!important;
  min-height:650px!important;
  align-items:stretch!important;
}
.home-hero-v36 .hero-panel-v3{
  grid-template-areas:
    "eyebrow"
    "title"
    "lede"
    "signal"
    "line"
    "actions"
    "orbit"
    "composer"!important;
  min-height:650px!important;
  padding:40px!important;
  border-radius:30px!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.014) 1px,transparent 1px),
    linear-gradient(126deg,rgba(21,18,13,.99) 0%,rgba(8,8,7,.995) 58%,rgba(31,21,8,.94) 100%)!important;
  background-size:88px 88px,88px 88px,auto!important;
  border-color:rgba(206,166,82,.22)!important;
}
.home-hero-v36 .hero-panel-v3::before{
  inset:18px!important;
  border-radius:24px!important;
  border-color:rgba(206,166,82,.10)!important;
}
.home-hero-v36 .hero-panel-v3::after{
  content:"GOTU"!important;
  right:28px!important;
  bottom:-18px!important;
  color:rgba(206,166,82,.035)!important;
  font-size:136px!important;
  font-weight:900!important;
}
.home-hero-v36 .home-eyebrow{
  width:max-content!important;
  margin-bottom:20px!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  background:rgba(206,166,82,.10)!important;
  border:1px solid rgba(206,166,82,.18)!important;
  color:#d9c38e!important;
}
.home-hero-v36 .greeting{
  max-width:760px!important;
  margin-bottom:18px!important;
  color:#f2ead8!important;
  font-size:58px!important;
  line-height:1.02!important;
  font-weight:880!important;
}
.home-hero-v36 .greeting .grad{
  color:#d8b869!important;
}
.home-hero-v36 .home-lede{
  max-width:720px!important;
  margin-bottom:18px!important;
  color:#c3b89e!important;
  font-size:16px!important;
  line-height:1.9!important;
}
.home-signal-grid-v36{
  grid-area:signal!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  margin:18px 0 20px!important;
}
.home-signal-grid-v36 span{
  min-height:64px!important;
  padding:12px 13px!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,rgba(21,18,13,.76),rgba(7,7,6,.94))!important;
  border:1px solid rgba(206,166,82,.14)!important;
  color:#a99d84!important;
  font-size:12px!important;
  line-height:1.45!important;
}
.home-signal-grid-v36 b{
  display:block!important;
  margin-bottom:4px!important;
  color:#e2c881!important;
  font-size:17px!important;
}
.home-hero-v36 .brand-line-v5{
  max-width:660px!important;
  margin:16px 0 18px!important;
}
.home-hero-v36 .hero-actions-v3{
  gap:12px!important;
  margin-bottom:16px!important;
}
.home-hero-v36 .hero-actions-v3 .btn{
  min-width:132px!important;
  min-height:48px!important;
  border-radius:14px!important;
}
.home-hero-v36 .hero-orbit-v31{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  margin:10px 0 18px!important;
  padding:10px!important;
  border-radius:20px!important;
  background:rgba(0,0,0,.22)!important;
  border:1px solid rgba(206,166,82,.12)!important;
}
.home-hero-v36 .hero-orbit-v31 span{
  min-height:68px!important;
  padding:12px!important;
  border-radius:14px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.home-hero-v36 .hero-orbit-v31 span + span{
  border-left:1px solid rgba(206,166,82,.10)!important;
}
.home-hero-v36 .hero-orbit-v31 b{
  color:#d2ad5c!important;
}
.home-hero-v36 .hero-console-v3{
  margin-top:auto!important;
  padding:18px!important;
  border-radius:22px!important;
  background:
    linear-gradient(90deg,rgba(206,166,82,.055) 1px,transparent 1px),
    linear-gradient(180deg,rgba(11,10,8,.94),rgba(5,5,4,.99))!important;
  background-size:72px 100%,auto!important;
  border-color:rgba(206,166,82,.16)!important;
}
.home-hero-v36 .console-label-v3{
  grid-template-columns:92px minmax(0,1fr)!important;
  margin-bottom:12px!important;
}
.home-hero-v36 .brief-grid-v3{
  grid-template-columns:128px minmax(0,1fr)!important;
}
.home-hero-v36 .cp-upload{
  min-height:112px!important;
  border-radius:18px!important;
}
.home-hero-v36 .cp-input{
  min-height:112px!important;
  border-radius:18px!important;
}
.home-hero-v36 .cp-left{
  gap:8px!important;
}
.home-hero-v36 .home-stats-v3{
  display:none!important;
}
.showcase-v36{
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto auto!important;
  min-height:650px!important;
  padding:22px!important;
  border-radius:30px!important;
  background:
    linear-gradient(180deg,rgba(19,17,13,.98),rgba(6,6,5,.99))!important;
  border-color:rgba(206,166,82,.18)!important;
}
.showcase-v36 .showcase-top-v3{
  margin-bottom:16px!important;
  padding-bottom:14px!important;
  border-bottom:1px solid rgba(206,166,82,.12)!important;
}
.showcase-v36 .showcase-stage-v3{
  height:auto!important;
  min-height:390px!important;
  border-radius:24px!important;
}
.showcase-v36 .showcase-stage-v3 img{
  min-height:390px!important;
  filter:saturate(.78) contrast(1.05) brightness(.78)!important;
}
.showcase-v36 .showcase-minis-v3{
  grid-template-columns:1fr!important;
  gap:9px!important;
  margin-top:12px!important;
}
.showcase-v36 .showcase-minis-v3 figure{
  display:grid!important;
  grid-template-columns:104px minmax(0,1fr)!important;
  height:82px!important;
  border-radius:16px!important;
}
.showcase-v36 .showcase-minis-v3 img{
  width:104px!important;
  height:82px!important;
}
.showcase-v36 .showcase-minis-v3 figcaption{
  position:static!important;
  align-self:center!important;
  justify-self:start!important;
  margin-left:14px!important;
  background:transparent!important;
  border:0!important;
  color:#dccdad!important;
}
.showcase-v36 .showcase-note-v3{
  margin-top:12px!important;
  padding:12px 0!important;
  border-top:1px solid rgba(206,166,82,.10)!important;
  border-bottom:1px solid rgba(206,166,82,.10)!important;
}
.showcase-v36 .showcase-queue-v5{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
  margin-top:12px!important;
}
.showcase-v36 .showcase-queue-v5 b,
.showcase-v36 .showcase-queue-v5 span{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:34px!important;
  padding:0 12px!important;
  border-radius:12px!important;
  background:rgba(206,166,82,.08)!important;
  border:1px solid rgba(206,166,82,.12)!important;
  color:#d9c8a5!important;
}
.production-line-v36{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  margin:20px 0!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(14,13,10,.96),rgba(6,6,5,.98))!important;
  border:1px solid rgba(206,166,82,.13)!important;
}
.production-line-v36 .workflow-step-v2{
  min-height:132px!important;
  padding:22px!important;
  background:transparent!important;
  border:0!important;
  border-right:1px solid rgba(206,166,82,.10)!important;
}
.production-line-v36 .workflow-step-v2:last-child{border-right:0!important}
.production-line-v36 .workflow-step-v2 span{
  display:block!important;
  margin-bottom:18px!important;
  color:rgba(226,200,129,.45)!important;
  font-size:30px!important;
  font-weight:900!important;
  line-height:1!important;
}
.production-line-v36 .workflow-step-v2 b{color:#ecdfc6!important;font-size:17px!important}
.production-line-v36 .workflow-step-v2 p{margin-top:8px!important;color:#a99c83!important;line-height:1.65!important}
.prompt-lab-v36{
  display:grid!important;
  grid-template-columns:minmax(260px,.34fr) minmax(0,.66fr)!important;
  gap:18px!important;
  padding:24px!important;
  border-radius:28px!important;
}
.prompt-lab-v36 .quick-create-head{
  align-self:start!important;
}
.prompt-lab-v36 .quick-create-head h2{
  max-width:280px!important;
  font-size:30px!important;
  line-height:1.15!important;
}
.prompt-lab-v36 .chips-v2{
  grid-column:1!important;
  align-self:end!important;
  justify-content:flex-start!important;
  margin:0!important;
}
.prompt-lab-v36 .quick-create-grid{
  grid-column:2!important;
  grid-row:1 / span 2!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
.prompt-lab-v36 .quick-card{
  display:grid!important;
  grid-template-columns:116px minmax(0,1fr)!important;
  grid-template-rows:auto auto 1fr auto!important;
  min-height:170px!important;
  padding:14px!important;
  text-align:left!important;
}
.prompt-lab-v36 .quick-card img{
  grid-row:1 / -1!important;
  width:116px!important;
  height:100%!important;
  min-height:142px!important;
  border-radius:16px!important;
  object-fit:cover!important;
}
.prompt-lab-v36 .quick-card span,
.prompt-lab-v36 .quick-card b,
.prompt-lab-v36 .quick-card small,
.prompt-lab-v36 .quick-card em{
  margin-left:14px!important;
}
.prompt-lab-v36 .quick-card b{font-size:17px!important;color:#efe1c3!important}
.prompt-lab-v36 .quick-card small{line-height:1.6!important;color:#a99d84!important}
.module-dock-v36{
  padding:24px!important;
  border-radius:28px!important;
}
.module-dock-v36 .home-section-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin-bottom:18px!important;
}
.module-dock-v36 .create-cards-v3{
  display:grid!important;
  grid-template-columns:1.25fr .9fr .9fr .9fr!important;
  gap:14px!important;
}
.module-dock-v36 .feature-card,
.module-dock-v36 .cc-promo-v2{
  min-height:248px!important;
  border-radius:22px!important;
}
.module-dock-v36 .feature-card-main{
  min-height:330px!important;
}
.module-dock-v36 .feature-card img{
  filter:saturate(.78) contrast(1.05) brightness(.82)!important;
}
.module-dock-v36 .feature-card span{
  background:rgba(0,0,0,.42)!important;
  border:1px solid rgba(226,200,129,.18)!important;
}
.module-dock-v36 .cc-promo-v2{
  background:
    linear-gradient(180deg,rgba(43,30,12,.92),rgba(10,9,7,.99))!important;
  border-color:rgba(226,200,129,.24)!important;
}
.gallery-wall-v5{
  border-radius:28px!important;
}
.gallery-wall-v5 .gallery-v2{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.gallery-wall-v5 .gcard{
  background:linear-gradient(180deg,rgba(15,14,12,.96),rgba(6,6,5,.99))!important;
}
@media(max-width:1180px){
  .home-hero-v36{grid-template-columns:1fr!important;min-height:0!important}.home-hero-v36 .hero-panel-v3,.showcase-v36{min-height:0!important}.home-signal-grid-v36,.production-line-v36{grid-template-columns:repeat(2,minmax(0,1fr))!important}.showcase-v36 .showcase-stage-v3{min-height:300px!important}.showcase-v36 .showcase-stage-v3 img{min-height:300px!important}.showcase-v36 .showcase-minis-v3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.showcase-v36 .showcase-minis-v3 figure{display:block!important;height:118px!important}.showcase-v36 .showcase-minis-v3 img{width:100%!important;height:100%!important}.showcase-v36 .showcase-minis-v3 figcaption{position:absolute!important;left:10px!important;bottom:10px!important;margin:0!important}.prompt-lab-v36{grid-template-columns:1fr!important}.prompt-lab-v36 .chips-v2,.prompt-lab-v36 .quick-create-grid{grid-column:1!important;grid-row:auto!important}.module-dock-v36 .create-cards-v3{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .home-hero-v36 .hero-panel-v3{padding:22px!important;border-radius:24px!important}.home-hero-v36 .hero-panel-v3::after{font-size:72px!important}.home-hero-v36 .greeting{font-size:36px!important;line-height:1.08!important}.home-hero-v36 .home-lede{font-size:14.5px!important}.home-signal-grid-v36,.home-hero-v36 .hero-orbit-v31,.production-line-v36,.prompt-lab-v36 .quick-create-grid,.module-dock-v36 .create-cards-v3,.gallery-wall-v5 .gallery-v2{grid-template-columns:1fr!important}.home-signal-grid-v36 span{min-height:54px!important}.home-hero-v36 .hero-orbit-v31 span + span{border-left:0!important;border-top:1px solid rgba(206,166,82,.10)!important}.home-hero-v36 .brief-grid-v3{grid-template-columns:1fr!important}.home-hero-v36 .cp-left{grid-template-columns:repeat(2,minmax(0,1fr))!important}.showcase-v36{padding:18px!important;border-radius:24px!important}.showcase-v36 .showcase-stage-v3,.showcase-v36 .showcase-stage-v3 img{min-height:240px!important}.showcase-v36 .showcase-minis-v3{grid-template-columns:1fr!important}.production-line-v36 .workflow-step-v2{border-right:0!important;border-bottom:1px solid rgba(206,166,82,.10)!important}.production-line-v36 .workflow-step-v2:last-child{border-bottom:0!important}.prompt-lab-v36,.module-dock-v36{padding:18px!important;border-radius:24px!important}.prompt-lab-v36 .quick-create-head h2{font-size:26px!important}.prompt-lab-v36 .quick-card{grid-template-columns:92px minmax(0,1fr)!important;min-height:154px!important}.prompt-lab-v36 .quick-card img{width:92px!important;min-height:126px!important}.module-dock-v36 .feature-card,.module-dock-v36 .feature-card-main,.module-dock-v36 .cc-promo-v2{min-height:220px!important}
}

/* =====================================================================
   v37 secondary consoles: tighter tool, asset and task workspaces
   ===================================================================== */
.ops-head-v37{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,.58fr)!important;
  align-items:end!important;
  gap:22px!important;
  margin:2px 0 16px!important;
  padding:18px 0 14px!important;
  border-bottom:1px solid rgba(206,166,82,.13)!important;
}
.ops-head-v37::before{
  content:"Operations"!important;
  grid-column:1/-1!important;
  margin:0 0 -8px!important;
  color:#857964!important;
  font-size:11px!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
}
.ops-head-v37 h1{
  margin:0!important;
  color:#efe4cf!important;
  font-size:40px!important;
  line-height:1.08!important;
}
.ops-head-v37 .ws-sub{
  max-width:560px!important;
  justify-self:end!important;
  color:#a99d84!important;
  line-height:1.75!important;
  text-align:right!important;
}
.tools-command-v37,.asset-overview-v37,.task-overview-v37{
  margin:0 0 14px!important;
  border-radius:24px!important;
  background:
    linear-gradient(90deg,rgba(206,166,82,.05) 1px,transparent 1px),
    linear-gradient(180deg,rgba(16,14,11,.96),rgba(7,7,6,.99))!important;
  background-size:88px 100%,auto!important;
  border:1px solid rgba(206,166,82,.15)!important;
  box-shadow:0 28px 82px -66px rgba(0,0,0,.96),inset 0 1px 0 rgba(255,255,255,.025)!important;
}
.tools-command-v37,.asset-overview-v37{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:22px!important;
  align-items:center!important;
  padding:22px 24px!important;
}
.tools-command-v37 > div:first-child span,.asset-overview-v37 > div:first-child span{
  color:#8f8268!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
}
.tools-command-v37 > div:first-child b,.asset-overview-v37 > div:first-child b{
  display:block!important;
  margin:8px 0 6px!important;
  color:#eadaba!important;
  font-size:25px!important;
  line-height:1.16!important;
}
.tools-command-v37 > div:first-child p,.asset-overview-v37 > div:first-child p{
  max-width:680px!important;
  color:#a99d84!important;
  line-height:1.7!important;
}
.tools-command-v37 .tools-command-metrics,.asset-overview-v37 .asset-overview-grid-v32,.task-overview-v37{
  gap:10px!important;
}
.tools-command-v37 .tools-command-metrics span,.asset-overview-v37 .asset-overview-grid-v32 span,.task-overview-v37 span{
  min-width:112px!important;
  min-height:70px!important;
  padding:13px 15px!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,rgba(47,33,13,.82),rgba(18,14,8,.92))!important;
  border:1px solid rgba(226,200,129,.18)!important;
  color:#d5c5a4!important;
}
.tools-command-v37 .tools-command-metrics b,.asset-overview-v37 .asset-overview-grid-v32 b,.task-overview-v37 b{
  color:#e3c776!important;
  font-size:25px!important;
}
.tool-filter-v37,#aitoolsTabs{
  width:max-content!important;
  max-width:100%!important;
  margin:12px 0 18px!important;
  padding:7px!important;
  border-radius:17px!important;
  background:rgba(0,0,0,.24)!important;
  border:1px solid rgba(206,166,82,.13)!important;
}
.tool-body-v37{
  display:grid!important;
  gap:18px!important;
}
.tool-section-v37{
  margin:0!important;
}
.tool-section-v37 .subhead-lg{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 10px!important;
  color:#eadaba!important;
  font-size:17px!important;
}
.tool-section-v37 .subhead-lg::after{
  content:"";
  flex:1;
  height:1px;
  background:linear-gradient(90deg,rgba(206,166,82,.20),transparent);
}
.tool-section-v37 .tools-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
}
.tool-section-v37 .tool-card-v32{
  min-height:188px!important;
  padding:17px!important;
  border-radius:20px!important;
  background:
    linear-gradient(135deg,rgba(206,166,82,.055),transparent 44%),
    linear-gradient(180deg,rgba(16,15,12,.97),rgba(7,7,6,.99))!important;
}
.tool-section-v37 .tool-card-v32:nth-child(1){
  grid-column:span 2!important;
  min-height:206px!important;
}
.tool-card-v32 .tc-kicker{color:#8c806a!important}.tool-card-v32 h3{font-size:20px!important}.tool-card-v32 p{max-width:75%!important;line-height:1.7!important}.tool-card-v32 .tc-specs{margin-top:18px!important}.tool-card-v32 .tc-thumb{
  width:58px!important;
  height:58px!important;
  right:16px!important;
  top:18px!important;
  bottom:auto!important;
  border-radius:18px!important;
}
.tool-card-v32 .tc-thumb::before{
  content:"AI";
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  color:#dfc06d;
  font-weight:900;
}
.asset-major-v37{
  width:max-content!important;
  max-width:100%!important;
  margin:12px 0!important;
  padding:7px!important;
  border-radius:17px!important;
  background:rgba(0,0,0,.22)!important;
  border:1px solid rgba(206,166,82,.13)!important;
}
.asset-controls-v37,.task-controls-v37{
  display:grid!important;
  gap:10px!important;
  margin:12px 0!important;
  padding:16px!important;
  border-radius:22px!important;
}
.asset-controls-v37{
  grid-template-columns:minmax(260px,1.1fr) repeat(2,minmax(150px,.38fr))!important;
}
.asset-controls-v37 .cases-tabs,.task-controls-v37 .cases-tabs{
  grid-column:1/-1!important;
  width:max-content!important;
  max-width:100%!important;
  padding:6px!important;
  border-radius:16px!important;
  background:rgba(0,0,0,.20)!important;
  border:1px solid rgba(206,166,82,.10)!important;
}
.asset-controls-v37 .asset-search{grid-column:span 1!important}.asset-controls-v37 .asset-folder,.asset-controls-v37 .asset-sort{grid-column:span 1!important}.asset-controls-v37 .btn{min-height:44px!important}
.filter-summary{
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:0 14px!important;
  border-radius:16px!important;
}
[data-asset-storage].task-empty-state{
  min-height:42px!important;
  margin:10px 0!important;
  padding:0 16px!important;
}
.task-overview-v37{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  padding:14px!important;
}
.task-controls-v37{
  grid-template-columns:minmax(260px,1fr) minmax(180px,.35fr) 170px!important;
}
.task-controls-v37 .task-search{min-width:0!important}
.tk-table{
  border-radius:22px!important;
  overflow:hidden!important;
}
.tk-table th{
  height:48px!important;
  font-size:13px!important;
}
.tk-table td{
  padding-top:13px!important;
  padding-bottom:13px!important;
}
@media(max-width:1180px){
  .ops-head-v37,.tools-command-v37,.asset-overview-v37{grid-template-columns:1fr!important}.ops-head-v37 .ws-sub{justify-self:start!important;text-align:left!important}.tool-section-v37 .tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.asset-controls-v37,.task-controls-v37{grid-template-columns:repeat(2,minmax(0,1fr))!important}.task-overview-v37{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .ops-head-v37{margin-top:0!important;padding-top:10px!important}.ops-head-v37 h1{font-size:31px!important}.tools-command-v37,.asset-overview-v37{padding:18px!important;border-radius:22px!important}.tools-command-v37 .tools-command-metrics,.asset-overview-v37 .asset-overview-grid-v32,.task-overview-v37,.tool-section-v37 .tools-grid,.asset-controls-v37,.task-controls-v37{grid-template-columns:1fr!important}.tool-section-v37 .tool-card-v32:nth-child(1){grid-column:auto!important}.tool-card-v32 p{max-width:none!important}.asset-major-v37,.asset-controls-v37 .cases-tabs,.task-controls-v37 .cases-tabs,#aitoolsTabs{width:100%!important}.asset-major-v37 .ws-tab,.tool-filter-v37 .ct,.asset-controls-v37 .ct,.task-controls-v37 .ct{flex:1 1 calc(50% - 8px)!important;justify-content:center!important}.filter-summary{align-items:flex-start!important;flex-direction:column!important;padding:12px 14px!important}
}

/* =====================================================================
   v38 direct admin entry
   ===================================================================== */
.admin-page{
  min-height:100vh;
  background:
    linear-gradient(90deg,rgba(206,166,82,.045) 1px,transparent 1px),
    linear-gradient(180deg,#030303 0%,#080706 52%,#030303 100%)!important;
  background-size:96px 100%,auto!important;
}
.admin-shell-v38{
  width:min(1060px,calc(100vw - 36px));
  min-height:100vh;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:18px;
  padding:40px 0;
}
.admin-hero-v38{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:end;
  padding:34px;
  border-radius:28px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px),
    linear-gradient(180deg,rgba(17,15,12,.98),rgba(7,7,6,.99));
  background-size:88px 88px,auto;
  border:1px solid rgba(206,166,82,.18);
  box-shadow:0 34px 96px -70px rgba(0,0,0,.96),inset 0 1px 0 rgba(255,255,255,.035);
}
.admin-hero-v38 span{
  color:#8f8268;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}
.admin-hero-v38 h1{
  margin:10px 0 12px;
  color:#efe4cf;
  font-size:48px;
  line-height:1.05;
}
.admin-hero-v38 p{
  max-width:720px;
  margin:0;
  color:#b7a98d;
  line-height:1.85;
}
.admin-hero-v38 .btn{
  min-width:150px;
  min-height:48px;
}
.admin-grid-v38{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.admin-grid-v38 div{
  min-height:118px;
  padding:18px;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(16,14,11,.94),rgba(7,7,6,.98));
  border:1px solid rgba(206,166,82,.14);
}
.admin-grid-v38 b{
  display:block;
  margin-bottom:8px;
  color:#e2c881;
}
.admin-grid-v38 span{
  color:#a99d84;
  line-height:1.7;
  font-size:13px;
}
.admin-back-v38{
  width:max-content;
  color:#d8c79e;
  text-decoration:none;
  border-bottom:1px solid rgba(216,199,158,.28);
}
.admin-page .modal-card{
  max-width:min(760px,calc(100vw - 28px))!important;
}
.admin-page .modal-field textarea{
  min-height:116px!important;
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;
  font-size:12.5px!important;
}
.admin-tool-configs{border:1px solid rgba(216,187,117,.16);border-radius:14px;padding:14px!important;background:rgba(10,9,7,.36)}
.admin-runtime-summary,.admin-effect-summary{border:1px solid rgba(216,187,117,.16);border-radius:14px;padding:14px!important;background:rgba(10,9,7,.30)}
.admin-runtime-grid{display:grid;gap:8px;margin-top:12px;max-height:320px;overflow:auto;padding-right:4px}.admin-runtime-row{display:grid;grid-template-columns:minmax(96px,.8fr) minmax(140px,1fr) minmax(160px,1.25fr) minmax(88px,.7fr) minmax(90px,.7fr);gap:8px;align-items:center;border:1px solid rgba(216,187,117,.12);border-radius:11px;background:rgba(255,255,255,.035);padding:9px 10px}.admin-runtime-row b{font-size:12.5px;color:#f4dfad}.admin-runtime-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;color:#a99c82}.admin-runtime-row em{font-style:normal;font-size:11.5px;text-align:right;color:#f0cf83}.admin-runtime-row.warn em{color:#d59b70}.admin-runtime-row.ok{border-color:rgba(216,187,117,.18)}
.admin-effect-grid{display:grid;gap:8px;margin-top:12px;max-height:360px;overflow:auto;padding-right:4px}.admin-effect-row{display:grid;grid-template-columns:minmax(128px,.9fr) minmax(220px,1.45fr) minmax(150px,.95fr);gap:10px;align-items:center;border:1px solid rgba(216,187,117,.12);border-radius:11px;background:rgba(255,255,255,.032);padding:10px}.admin-effect-row b{font-size:12.5px;color:#f4dfad}.admin-effect-row span{font-size:12px;line-height:1.55;color:#b9ad95}.admin-effect-row em{font-style:normal;font-size:11.5px;color:#f0cf83;text-align:right}
.admin-tool-grid,.admin-model-grid{display:grid;gap:10px;margin-top:12px;max-height:360px;overflow:auto;padding-right:4px}
.admin-tool-row{display:grid;grid-template-columns:minmax(118px,1.1fr) minmax(86px,.75fr) minmax(110px,.9fr) minmax(180px,1.4fr) minmax(128px,1fr);gap:8px;align-items:end;border:1px solid rgba(216,187,117,.12);border-radius:12px;background:rgba(255,255,255,.035);padding:10px}
.admin-model-row{display:grid;grid-template-columns:minmax(112px,1fr) minmax(110px,.9fr) minmax(92px,.72fr) minmax(150px,1.16fr) minmax(170px,1.28fr) minmax(128px,.95fr);gap:8px;align-items:end;border:1px solid rgba(216,187,117,.12);border-radius:12px;background:rgba(255,255,255,.035);padding:10px}
.admin-tool-row div,.admin-model-row div{display:grid;gap:3px;min-width:0}.admin-tool-row b,.admin-model-row b{font-size:13px;color:#f4dfad}.admin-tool-row span,.admin-model-row span{font-size:11px;color:#9d927e}.admin-tool-row input,.admin-model-row input{min-width:0;height:38px;border:1px solid rgba(216,187,117,.18);border-radius:10px;background:rgba(255,255,255,.045);color:#f5ead1;padding:0 10px;outline:none}.admin-tool-row input:focus,.admin-model-row input:focus{border-color:rgba(241,207,130,.62);box-shadow:var(--ring)}
.admin-test-grid{display:grid;grid-template-columns:1fr 180px;gap:10px}.admin-page .modal-field select{width:100%;height:44px;border:1px solid rgba(216,187,117,.18);border-radius:10px;background:rgba(255,255,255,.045);color:#f5ead1;padding:0 10px;outline:none}.admin-test-override{margin:10px 0;border:1px solid rgba(216,187,117,.14);border-radius:14px;background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(216,187,117,.055));padding:12px}.admin-test-override-head{margin-bottom:8px!important}.admin-test-override-grid{display:grid;grid-template-columns:.7fr .85fr 1.15fr 1.1fr 1.15fr;gap:8px;align-items:end}.admin-test-key-field{grid-column:auto}.admin-test-output{margin-top:10px}.admin-test-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px}.admin-test-images a{display:block;border:1px solid rgba(216,187,117,.16);border-radius:12px;overflow:hidden;background:rgba(255,255,255,.04)}.admin-test-images img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}
.admin-runtime-badge{display:grid;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:8px;margin:10px 0}.admin-runtime-badge span{display:grid;gap:3px;border:1px solid rgba(216,187,117,.14);border-radius:10px;background:rgba(255,255,255,.04);padding:8px 10px;color:#cdbf9f;font-size:11.5px;min-width:0}.admin-runtime-badge b{font-size:11px;color:#f0cf83}.admin-runtime-badge span{overflow-wrap:anywhere}
.admin-record-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:8px;margin:10px 0 12px}.admin-record-filters input:first-child{grid-column:span 2}.admin-record-filters input,.admin-record-filters select{min-width:0;height:38px;border:1px solid rgba(216,187,117,.16);border-radius:10px;background:rgba(255,255,255,.045);color:#f5ead1;padding:0 10px;outline:none}.admin-record-filters input:focus,.admin-record-filters select:focus{border-color:rgba(241,207,130,.62);box-shadow:var(--ring)}
.admin-checkline{display:flex;align-items:center;gap:9px;margin:8px 0 4px;color:#cbbd9e;font-size:12.5px}.admin-checkline input{width:16px;height:16px;accent-color:#d8bb75}

/* v39 admin console layout polish */
.admin-page .modal.show{align-items:center!important;padding:18px!important}
.admin-page .modal-card{
  width:min(1180px,calc(100vw - 36px))!important;
  max-width:min(1180px,calc(100vw - 36px))!important;
  max-height:calc(100vh - 36px)!important;
  overflow:auto!important;
  padding:24px!important;
  border-radius:22px!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(180deg,rgba(15,13,10,.98),rgba(5,5,4,.995))!important;
  background-size:78px 78px,auto!important;
  border:1px solid rgba(216,187,117,.2)!important;
  box-shadow:0 30px 90px rgba(0,0,0,.72),inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.admin-page .modal-brand{position:sticky;top:-24px;z-index:5;margin:-24px -24px 14px!important;padding:20px 54px 16px 24px!important;background:linear-gradient(180deg,rgba(13,12,10,.98),rgba(13,12,10,.92));border-bottom:1px solid rgba(216,187,117,.13)}
.admin-page .modal-brand b{font-size:20px!important;color:#f3dfaa!important}
.admin-page .modal-x{top:16px!important;right:16px!important;z-index:8!important}
.admin-page .modal-note{margin:8px 0 14px!important;color:#b8ad95!important;line-height:1.65!important}
.admin-page .modal-field{gap:7px!important;margin:0!important;min-width:0!important}
.admin-page .modal-field span{font-size:12px!important;color:#d9c58e!important;font-weight:800!important}
.admin-page .modal-field input,.admin-page .modal-field textarea,.admin-page .modal-field select{border-radius:11px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(216,187,117,.16)!important;color:#f5ead1!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important}
.admin-page .modal-field input{height:42px!important;padding:0 12px!important}
.admin-page .modal-field textarea{line-height:1.55!important;padding:11px 12px!important;resize:vertical!important}
.admin-page .modal-field input:focus,.admin-page .modal-field textarea:focus,.admin-page .modal-field select:focus{border-color:rgba(241,207,130,.64)!important;box-shadow:0 0 0 3px rgba(216,187,117,.12),inset 0 1px 0 rgba(255,255,255,.025)!important}
.admin-config-panel,.admin-page .admin-leads{margin-top:14px!important;border:1px solid rgba(216,187,117,.15)!important;border-radius:16px!important;background:linear-gradient(180deg,rgba(17,15,12,.72),rgba(8,8,7,.68))!important;padding:16px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.028)!important}
.admin-compact-panel{margin-top:10px!important}
.admin-panel-head,.admin-leads-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:14px!important;margin:0 0 12px!important;padding-bottom:10px!important;border-bottom:1px solid rgba(216,187,117,.1)!important}
.admin-panel-head b,.admin-leads-head b{font-size:14px!important;color:#f0d58e!important}
.admin-panel-head span,.admin-leads-head span{font-size:12px!important;color:#9f947d!important;text-align:right!important;line-height:1.45!important}
.admin-config-grid{display:grid!important;grid-template-columns:1.15fr 1fr 1fr;gap:12px!important;align-items:end!important}
.admin-config-grid .admin-wide{grid-column:span 2!important}
.admin-config-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.admin-json-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px!important;align-items:start!important}
.admin-json-grid .modal-field textarea{min-height:132px!important;max-height:260px!important}
.admin-video-grid{grid-template-columns:minmax(220px,.72fr) minmax(0,1fr) minmax(0,1fr)!important}
.admin-save-bar{position:sticky;bottom:-24px;z-index:4;margin:16px -24px -24px!important;padding:14px 24px 18px!important;background:linear-gradient(180deg,rgba(7,7,6,.62),rgba(7,7,6,.98) 42%);border-top:1px solid rgba(216,187,117,.13)}
.admin-save-bar .btn{max-width:280px;margin-left:auto!important}
.admin-runtime-grid,.admin-effect-grid,.admin-tool-grid,.admin-model-grid{scrollbar-width:thin;scrollbar-color:rgba(216,187,117,.28) rgba(255,255,255,.04)}
.admin-runtime-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-height:380px!important}
.admin-runtime-row{grid-template-columns:minmax(92px,.75fr) minmax(120px,.9fr) minmax(150px,1.1fr) minmax(70px,.55fr) minmax(76px,.55fr)!important;padding:10px 11px!important;border-radius:12px!important;background:rgba(255,255,255,.035)!important}
.admin-effect-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-height:420px!important}
.admin-effect-row{grid-template-columns:minmax(140px,.85fr) minmax(0,1.25fr)!important;align-items:start!important;position:relative!important;padding:12px!important}
.admin-effect-row em{grid-column:1/-1!important;text-align:left!important;padding-top:8px!important;border-top:1px solid rgba(216,187,117,.09)!important;color:#d9bf77!important}
.admin-tool-grid,.admin-model-grid{max-height:440px!important;gap:9px!important}
.admin-tool-row,.admin-model-row{border-radius:13px!important;background:rgba(255,255,255,.035)!important;border-color:rgba(216,187,117,.13)!important;padding:11px!important;align-items:end!important}
.admin-tool-row{grid-template-columns:minmax(150px,1.2fr) minmax(94px,.7fr) minmax(130px,.9fr) minmax(220px,1.45fr) minmax(170px,1.05fr)!important}
.admin-model-row{grid-template-columns:minmax(140px,1.05fr) minmax(140px,.9fr) minmax(100px,.68fr) minmax(190px,1.16fr) minmax(220px,1.25fr) minmax(170px,.92fr)!important}
.admin-tool-row b,.admin-model-row b{font-size:13.5px!important}.admin-tool-row span,.admin-model-row span{line-height:1.35!important;white-space:normal!important}.admin-tool-row input,.admin-model-row input{height:40px!important;border-radius:11px!important}
.admin-tool-row:focus-within,.admin-model-row:focus-within{border-color:rgba(241,207,130,.45)!important;background:rgba(216,187,117,.055)!important}
.admin-tool-extra{grid-column:1/-1!important;border-top:1px solid rgba(216,187,117,.1)!important;margin-top:2px!important;padding-top:8px!important}.admin-tool-extra summary{cursor:pointer;color:#d9bf77;font-size:12px;list-style:none}.admin-tool-extra summary::-webkit-details-marker{display:none}.admin-tool-extra summary:before{content:'+';display:inline-grid;place-items:center;width:18px;height:18px;margin-right:6px;border:1px solid rgba(216,187,117,.22);border-radius:6px;color:#f0d58e}.admin-tool-extra[open] summary:before{content:'-'}.admin-tool-extra-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:9px}.admin-tool-extra-grid textarea{grid-column:span 2;min-height:40px!important;height:40px;border:1px solid rgba(216,187,117,.18);border-radius:11px;background:rgba(255,255,255,.045);color:#f5ead1;padding:9px 10px;outline:none;resize:vertical}.admin-tool-extra-grid input{min-width:0!important}
.admin-env-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.admin-env-group{border:1px solid rgba(216,187,117,.13);border-radius:14px;background:rgba(255,255,255,.032);padding:11px;min-width:0}.admin-env-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}.admin-env-title b{color:#f0d58e;font-size:13px}.admin-env-title span{color:#8f846f;font-size:11px}.admin-env-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 8px;border-top:1px solid rgba(216,187,117,.08);padding:8px 0}.admin-env-row:first-of-type{border-top:0}.admin-env-row div{min-width:0}.admin-env-row b{display:block;color:#ead6a2;font-size:12px}.admin-env-row span{display:block;color:#8f846f;font-size:10.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-env-row em{font-style:normal;color:#a8d58b;font-size:11.5px;white-space:nowrap}.admin-env-row.warn em{color:#e0a16f}.admin-env-row p{grid-column:1/-1;margin:0;color:#aa9f88;font-size:11px;line-height:1.4;overflow-wrap:anywhere}.admin-env-row:not(.ok):not(.warn) em{color:#9c917c}
.admin-tool-test{background:linear-gradient(180deg,rgba(28,23,13,.72),rgba(9,8,6,.78))!important;border-color:rgba(241,207,130,.22)!important}
.admin-test-grid{grid-template-columns:minmax(0,1.25fr) minmax(210px,.55fr)!important;gap:12px!important}
.admin-test-override{padding:14px!important;border-radius:15px!important;background:rgba(216,187,117,.055)!important}
.admin-test-override-grid{grid-template-columns:minmax(100px,.65fr) minmax(130px,.8fr) minmax(190px,1.05fr) minmax(220px,1.16fr) minmax(190px,1fr)!important;gap:10px!important}
.admin-test-output{border-radius:14px!important;background:rgba(0,0,0,.18)!important;border:1px dashed rgba(216,187,117,.16)!important;padding:12px!important;min-height:58px!important}
.admin-record-filters{grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(120px,.75fr)) repeat(5,minmax(120px,.7fr))!important;gap:10px!important}.admin-record-filters input:first-child{grid-column:auto!important}
.admin-leads-list{max-height:360px!important;overflow:auto!important;padding-right:4px!important}
@media(max-width:760px){
  .admin-shell-v38{width:calc(100vw - 28px);padding:22px 0}.admin-hero-v38{grid-template-columns:1fr;padding:22px;border-radius:22px}.admin-hero-v38 h1{font-size:36px}.admin-grid-v38{grid-template-columns:1fr}.admin-page .modal-card{max-height:calc(100vh - 24px);overflow:auto!important}.admin-tool-row,.admin-model-row,.admin-test-grid,.admin-test-override-grid,.admin-record-filters,.admin-runtime-row,.admin-effect-row{grid-template-columns:1fr}.admin-runtime-row em,.admin-effect-row em{text-align:left}
}
@media(max-width:1040px){
  .admin-config-grid,.admin-json-grid,.admin-video-grid,.admin-runtime-grid,.admin-effect-grid,.admin-test-grid,.admin-test-override-grid,.admin-record-filters,.admin-env-grid,.admin-tool-extra-grid{grid-template-columns:1fr!important}.admin-config-grid .admin-wide{grid-column:auto!important}.admin-save-bar .btn{max-width:none!important}.admin-tool-row,.admin-model-row{grid-template-columns:1fr 1fr!important}.admin-tool-row div,.admin-model-row div{grid-column:1/-1!important}.admin-tool-extra,.admin-tool-extra-grid textarea{grid-column:1/-1!important}.admin-panel-head,.admin-leads-head{align-items:flex-start!important;flex-direction:column!important}.admin-panel-head span,.admin-leads-head span{text-align:left!important}
}
@media(max-width:760px){
  .admin-page .modal.show{padding:10px!important}.admin-page .modal-card{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;padding:18px!important;border-radius:18px!important}.admin-page .modal-brand{top:-18px;margin:-18px -18px 12px!important;padding:18px 50px 14px 18px!important}.admin-config-panel,.admin-page .admin-leads{padding:13px!important;border-radius:14px!important}.admin-tool-row,.admin-model-row{grid-template-columns:1fr!important}.admin-save-bar{margin:14px -18px -18px!important;padding:12px 18px 16px!important;bottom:-18px}.admin-runtime-grid,.admin-effect-grid,.admin-tool-grid,.admin-model-grid{max-height:none!important}
}

/* v40 upload and workspace usability polish */
.ws-grid{align-items:start!important;gap:22px!important}
.ws-form,.ws-result{min-width:0!important}
.ws-actions{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:12px!important;margin-top:18px!important}
.ws-actions .ws-gen{min-height:46px!important;padding:0 20px!important;white-space:normal!important;line-height:1.25!important}
.ws-actions .ws-num{min-height:44px!important;min-width:148px!important}
.ws-drop.filled{padding:10px!important;min-height:154px!important;overflow:visible!important;border-style:solid!important;border-color:rgba(216,187,117,.36)!important;background:linear-gradient(180deg,#11100d,#070707)!important}
.drop-preview-card{position:relative!important;display:grid!important;grid-template-columns:minmax(128px,42%) minmax(0,1fr)!important;gap:14px!important;align-items:stretch!important;width:100%!important;min-height:144px!important;border-radius:15px!important;overflow:hidden!important;background:linear-gradient(135deg,rgba(216,187,117,.09),rgba(255,255,255,.035))!important;border:1px solid rgba(216,187,117,.16)!important;box-shadow:0 18px 44px -34px rgba(0,0,0,.9)!important}
.drop-preview-media{position:relative!important;min-height:142px!important;background:#050505!important;display:grid!important;place-items:center!important;overflow:hidden!important}
.drop-preview-media .drop-img{width:100%!important;height:100%!important;max-height:none!important;object-fit:cover!important;display:block!important}
.drop-preview-file{background:radial-gradient(circle at 50% 22%,rgba(216,187,117,.22),transparent 44%),linear-gradient(145deg,#18150d,#070706)!important}
.drop-preview-file.is-video{background:radial-gradient(circle at 50% 22%,rgba(223,192,109,.28),transparent 42%),linear-gradient(145deg,#1b1509,#070706)!important}
.drop-preview-icon{width:54px!important;height:54px!important;border-radius:17px!important;display:grid!important;place-items:center!important;color:#f0d48c!important;background:rgba(216,187,117,.12)!important;border:1px solid rgba(216,187,117,.22)!important}
.drop-preview-icon .ui-icon{width:26px!important;height:26px!important;stroke:currentColor!important;fill:none!important}
.drop-preview-copy{display:flex!important;flex-direction:column!important;justify-content:center!important;gap:8px!important;min-width:0!important;padding:18px 44px 18px 2px!important;text-align:left!important}
.drop-preview-copy b{font-size:15px!important;color:#f3d995!important;font-weight:800!important}
.drop-preview-copy span{max-width:100%!important;color:#f4ead2!important;font-size:14px!important;font-weight:740!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.drop-preview-copy em{font-style:normal!important;color:#9f927b!important;font-size:12px!important;line-height:1.5!important}
.drop-preview-card .drop-x{top:10px!important;right:10px!important;width:30px!important;height:30px!important;border-radius:10px!important;background:rgba(0,0,0,.42)!important;border:1px solid rgba(216,187,117,.22)!important;color:#f5dfaa!important;z-index:3!important}
.drop-preview-card .drop-x .ui-icon{width:15px!important;height:15px!important}
.drop-multi{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(96px,1fr))!important;gap:12px!important;padding:6px!important;width:100%!important}
.drop-thumb,.drop-add{width:100%!important;height:auto!important;aspect-ratio:1/1!important;border-radius:13px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(216,187,117,.16)!important}
.drop-thumb{position:relative!important;overflow:hidden!important}
.drop-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}
.drop-thumb-file{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;height:100%!important;padding:10px!important;background:linear-gradient(145deg,rgba(216,187,117,.08),rgba(255,255,255,.03))!important;color:#e7cf8f!important;text-align:center!important}
.drop-thumb-file .ui-icon{width:24px!important;height:24px!important;stroke:currentColor!important;fill:none!important;flex:0 0 auto!important}
.drop-thumb-file em{max-width:100%!important;font-style:normal!important;font-size:11px!important;line-height:1.25!important;color:#cfc1a2!important;overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}
.drop-thumb .drop-x{top:6px!important;right:6px!important;background:rgba(0,0,0,.46)!important;border:1px solid rgba(216,187,117,.18)!important;color:#f1d893!important}
.drop-add{display:flex!important;flex-direction:column!important;gap:7px!important;align-items:center!important;justify-content:center!important;color:#d9c27f!important;border-style:dashed!important;cursor:pointer!important}
.drop-add .ui-icon{width:24px!important;height:24px!important;stroke:currentColor!important}.drop-add span{font-size:12px!important;font-weight:760!important}
@media(max-width:760px){.drop-preview-card{grid-template-columns:1fr!important}.drop-preview-media{min-height:180px!important}.drop-preview-copy{padding:14px 48px 16px 14px!important}.ws-actions .ws-gen,.ws-actions .ws-num{width:100%!important}}

/* v41 final sidebar consolidation: black-gold, stable submenu and mobile drawer */
.sidebar{
  width:var(--sb-w)!important;
  flex:0 0 var(--sb-w)!important;
  padding:16px 12px!important;
  background:linear-gradient(180deg,#080704 0%,#040403 56%,#020202 100%)!important;
  border-right:1px solid rgba(216,187,117,.16)!important;
  box-shadow:inset -1px 0 0 rgba(255,255,255,.025),18px 0 42px -38px rgba(0,0,0,.95)!important;
  overflow-x:hidden!important;
}
.sb-glow{background:linear-gradient(180deg,rgba(216,187,117,.08),transparent 36%)!important;opacity:.9!important}
.brand{min-height:54px!important;padding:2px 8px 16px!important;margin-bottom:6px!important;border-bottom:1px solid rgba(216,187,117,.10)!important}
.brand-text{font-size:20px!important;letter-spacing:0!important;color:#f4e2b4!important}.brand-text span{color:#fff4d7!important}.brand-text em{background:rgba(216,187,117,.12)!important;color:#e6c675!important;border:1px solid rgba(216,187,117,.18)!important}
.sb-nav{gap:5px!important;min-width:0!important;padding:2px 0 8px!important}
.sb-item{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-height:44px!important;
  padding:0 10px!important;
  border-radius:12px!important;
  border:1px solid transparent!important;
  background:transparent!important;
  color:#c9bea4!important;
  font-size:13.5px!important;
  font-weight:760!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  overflow:hidden!important;
}
.sb-item:hover,.sb-item.active{
  color:#fff1cb!important;
  background:linear-gradient(180deg,rgba(216,187,117,.13),rgba(216,187,117,.055))!important;
  border-color:rgba(216,187,117,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 14px 30px -26px rgba(216,187,117,.9)!important;
}
.sb-item.active::before{content:""!important;position:absolute!important;left:0!important;top:9px!important;bottom:9px!important;width:3px!important;border-radius:4px!important;background:#e3bd65!important;box-shadow:0 0 12px rgba(227,189,101,.6)!important}
.sb-ic{flex:0 0 22px!important;width:22px!important;height:22px!important;display:grid!important;place-items:center!important;color:#d9bd70!important}.sb-ic svg,.sb-ic .ui-icon,.sb-ic .ic-duo{width:20px!important;height:20px!important;stroke:currentColor!important;fill:none!important}.sb-ic .ic-duo path{stroke:none!important}.sb-item:hover .sb-ic,.sb-item.active .sb-ic{color:#f3d995!important}.sb-label{display:block!important;flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.sb-caret{flex:0 0 auto!important;margin-left:auto!important;color:#9d8e70!important;line-height:1!important}.sb-group.open .sb-caret{transform:rotate(90deg)!important;color:#e2c36e!important}
.sb-sub{margin:3px 0 7px!important;display:grid!important;grid-template-rows:0fr!important;transition:grid-template-rows .22s ease!important}.sb-group.open .sb-sub{grid-template-rows:1fr!important}.sb-sub>div{display:flex!important;flex-direction:column!important;gap:4px!important;min-height:0!important;overflow:hidden!important;padding:2px 0 2px 32px!important;border-left:1px solid rgba(216,187,117,.13)!important;margin-left:21px!important}.sb-sub a{position:relative!important;display:flex!important;align-items:center!important;min-height:36px!important;padding:0 10px!important;border-radius:10px!important;background:transparent!important;border:1px solid transparent!important;color:#a99d83!important;font-size:12.5px!important;font-weight:720!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.sb-sub a::before{content:""!important;width:5px!important;height:5px!important;border-radius:50%!important;background:rgba(216,187,117,.32)!important;margin-right:8px!important;flex:0 0 auto!important}.sb-sub a:hover,.sb-sub a.cur{color:#ffedbf!important;background:rgba(216,187,117,.095)!important;border-color:rgba(216,187,117,.18)!important}.sb-sub a.cur::before{background:#e7c56f!important;box-shadow:0 0 10px rgba(231,197,111,.6)!important}
.sb-section{padding:14px 10px 6px!important;color:#8e826d!important;font-size:11px!important;font-weight:850!important;letter-spacing:.04em!important}.sb-foot{padding:12px 6px 0!important;border-top:1px solid rgba(216,187,117,.10)!important}.sb-book{background:linear-gradient(135deg,#d8bb75,#8b6428)!important;color:#120f08!important;box-shadow:0 14px 28px -18px rgba(216,187,117,.9)!important}.sb-collapse{border:1px solid rgba(216,187,117,.14)!important;border-radius:12px!important;background:rgba(216,187,117,.055)!important;color:#dfc579!important}
.sidebar.mini{width:74px!important;flex-basis:74px!important;padding:16px 10px!important}.sidebar.mini .sb-item{justify-content:center!important;padding:0!important}.sidebar.mini .sb-ic{margin:0!important}.sidebar.mini .sb-label,.sidebar.mini .sb-caret,.sidebar.mini .sb-section,.sidebar.mini .sb-sub,.sidebar.mini .brand-text{display:none!important}.sidebar.mini .brand{justify-content:center!important;padding:0 0 14px!important}.sidebar.mini .sb-foot{justify-content:center!important}
@media(max-width:860px){.sidebar{position:fixed!important;left:0!important;top:48px!important;bottom:0!important;height:calc(100vh - 48px)!important;z-index:45!important;transform:translateX(-105%)!important;transition:transform .24s ease!important;border-radius:0 20px 0 0!important}.sidebar.open{transform:translateX(0)!important}.sidebar.mini{width:var(--sb-w)!important;flex-basis:var(--sb-w)!important}.sidebar.mini .sb-label,.sidebar.mini .sb-caret,.sidebar.mini .sb-section,.sidebar.mini .brand-text{display:block!important}.sidebar.mini .sb-sub{display:grid!important}.sidebar.mini .sb-item{justify-content:flex-start!important;padding:0 10px!important}.sb-backdrop{z-index:42!important;background:rgba(0,0,0,.62)!important;backdrop-filter:blur(3px)!important}.nav-burger{border-color:rgba(216,187,117,.18)!important;background:rgba(216,187,117,.07)!important;color:#efd38c!important}}
@media(max-width:420px){.sidebar{width:min(286px,calc(100vw - 42px))!important;flex-basis:min(286px,calc(100vw - 42px))!important}.sb-item{min-height:42px!important;font-size:13px!important}.sb-sub>div{padding-left:26px!important;margin-left:19px!important}.sb-sub a{font-size:12px!important}}

/* v42 sidebar submenu slimming: keep hierarchy visible without oversized cards */
html body .sidebar .sb-sub{
  margin:2px 0 8px!important;
}
html body .sidebar .sb-sub>div,
html body .sidebar .sb-sub > div{
  gap:5px!important;
  padding:4px 0 4px 22px!important;
  margin-left:16px!important;
  border-left:1px solid rgba(216,187,117,.14)!important;
}
html body .sidebar .sb-sub a{
  box-sizing:border-box!important;
  min-height:38px!important;
  height:38px!important;
  max-height:38px!important;
  padding:0 12px!important;
  border-radius:11px!important;
  border:1px solid rgba(216,187,117,.075)!important;
  background:rgba(255,255,255,.018)!important;
  box-shadow:none!important;
  color:#b7aa8d!important;
  font-size:13px!important;
  font-weight:760!important;
  letter-spacing:0!important;
  line-height:38px!important;
}
html body .sidebar .sb-sub a::before{
  width:4px!important;
  height:4px!important;
  margin-right:9px!important;
  background:rgba(216,187,117,.36)!important;
  box-shadow:none!important;
}
html body .sidebar .sb-sub a:hover{
  color:#f6dfaa!important;
  background:rgba(216,187,117,.07)!important;
  border-color:rgba(216,187,117,.16)!important;
  transform:none!important;
}
html body .sidebar .sb-sub a.cur{
  color:#ffe9b7!important;
  background:linear-gradient(90deg,rgba(216,187,117,.18),rgba(216,187,117,.055) 72%,rgba(216,187,117,.02))!important;
  border-color:rgba(216,187,117,.26)!important;
  box-shadow:inset 2px 0 0 #d8bb75!important;
}
html body .sidebar .sb-sub a.cur::before{
  background:#edcc79!important;
  box-shadow:0 0 8px rgba(237,204,121,.55)!important;
}
@media(max-width:420px){
  html body .sidebar .sb-sub>div,
  html body .sidebar .sb-sub > div{padding-left:20px!important;margin-left:14px!important;gap:4px!important}
  html body .sidebar .sb-sub a{min-height:36px!important;height:36px!important;max-height:36px!important;line-height:36px!important;font-size:12.5px!important;border-radius:10px!important}
}

/* v43 submenu bullet alignment: dot is decorative, text owns a fixed lane */
html body .sidebar .sb-sub a,
html body .sidebar .sb-sub a.cur,
html body .sidebar .sb-sub a:hover{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  padding:0 14px 0 34px!important;
  line-height:1.2!important;
  text-indent:0!important;
}
html body .sidebar .sb-sub a::before,
html body .sidebar .sb-sub a.cur::before,
html body .sidebar .sb-sub a:hover::before{
  content:""!important;
  position:absolute!important;
  left:17px!important;
  top:50%!important;
  width:5px!important;
  height:5px!important;
  margin:0!important;
  transform:translateY(-50%)!important;
  border-radius:50%!important;
  flex:none!important;
}
html body .sidebar .sb-sub a.cur{
  padding-left:36px!important;
}
html body .sidebar .sb-sub a.cur::before{
  left:18px!important;
}
@media(max-width:420px){
  html body .sidebar .sb-sub a,
  html body .sidebar .sb-sub a.cur,
  html body .sidebar .sb-sub a:hover{padding-left:32px!important;padding-right:12px!important}
  html body .sidebar .sb-sub a::before,
  html body .sidebar .sb-sub a.cur::before,
  html body .sidebar .sb-sub a:hover::before{left:15px!important}
}

/* v44 form contrast hardening: remove browser white/autofill fields */
html body input,
html body textarea,
html body select,
html body .modal-field input,
html body .modal-field textarea,
html body .modal-field select,
html body .lead-form input,
html body .lead-form textarea,
html body .ws-sel,
html body .ws-num,
html body .ws-textarea,
html body .tpl-search input,
html body .vi-search input,
html body .asset-search,
html body .asset-date-start,
html body .asset-date-end,
html body .asset-folder,
html body .asset-sort,
html body .task-search,
html body .task-sort{
  background:#080806!important;
  background-image:linear-gradient(180deg,#12100c 0%,#060605 100%)!important;
  border:1px solid rgba(218,185,108,.28)!important;
  color:#fff0c8!important;
  caret-color:#f0cf79!important;
  -webkit-text-fill-color:#fff0c8!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 0 0 1px rgba(0,0,0,.18)!important;
}
html body input:hover,
html body textarea:hover,
html body select:hover,
html body .modal-field input:hover,
html body .modal-field textarea:hover,
html body .modal-field select:hover{
  border-color:rgba(238,207,128,.42)!important;
  background-image:linear-gradient(180deg,#16130d 0%,#070706 100%)!important;
}
html body input:focus,
html body textarea:focus,
html body select:focus,
html body .modal-field input:focus,
html body .modal-field textarea:focus,
html body .modal-field select:focus{
  outline:none!important;
  border-color:rgba(242,210,132,.70)!important;
  color:#fff7dc!important;
  -webkit-text-fill-color:#fff7dc!important;
  background-image:linear-gradient(180deg,#18140d 0%,#080706 100%)!important;
  box-shadow:0 0 0 3px rgba(218,185,108,.16),inset 0 1px 0 rgba(255,255,255,.045)!important;
}
html body input:-webkit-autofill,
html body input:-webkit-autofill:hover,
html body input:-webkit-autofill:focus,
html body textarea:-webkit-autofill,
html body textarea:-webkit-autofill:hover,
html body textarea:-webkit-autofill:focus,
html body select:-webkit-autofill,
html body select:-webkit-autofill:hover,
html body select:-webkit-autofill:focus{
  -webkit-text-fill-color:#fff0c8!important;
  caret-color:#f0cf79!important;
  border:1px solid rgba(238,207,128,.48)!important;
  box-shadow:0 0 0 1000px #0b0906 inset,0 0 0 3px rgba(218,185,108,.14)!important;
  transition:background-color 9999s ease-out 0s,color 9999s ease-out 0s!important;
}
html body input::placeholder,
html body textarea::placeholder{
  color:#8f8269!important;
  -webkit-text-fill-color:#8f8269!important;
  opacity:1!important;
}
html body input:disabled,
html body textarea:disabled,
html body select:disabled{
  opacity:.62!important;
  color:#9d927d!important;
  -webkit-text-fill-color:#9d927d!important;
  background:#070706!important;
  cursor:not-allowed!important;
}
html body select option{
  background:#0b0a08!important;
  color:#fff0c8!important;
}

/* v45 light-surface cleanup: no accidental white panels in black-gold UI */
html body .topbar-btn,
html body .modal-getcode,
html body .asset-picker-item,
html body .asset-picker-item:hover,
html body .asset-picker-item:focus-visible,
html body .cp-upload:hover,
html body .drop-add:hover,
html body .scene-desc,
html body .scene-field textarea,
html body .admin-test-images a,
html body .admin-test-override,
html body .admin-record-filters input,
html body .admin-record-filters select,
html body .admin-tool-row input,
html body .admin-model-row input{
  background:#0b0a08!important;
  background-image:linear-gradient(180deg,#14110b 0%,#070706 100%)!important;
  border-color:rgba(218,185,108,.26)!important;
  color:#fff0c8!important;
  -webkit-text-fill-color:#fff0c8!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 14px 30px -28px rgba(0,0,0,.85)!important;
}
html body .topbar-btn:hover,
html body .modal-getcode:hover,
html body .asset-picker-item:hover,
html body .asset-picker-item:focus-visible,
html body .cp-upload:hover,
html body .drop-add:hover{
  background-image:linear-gradient(180deg,#1a150d 0%,#090807 100%)!important;
  border-color:rgba(242,210,132,.46)!important;
  color:#fff7dc!important;
  -webkit-text-fill-color:#fff7dc!important;
}
html body .asset-picker-item span,
html body .asset-picker-item b,
html body .topbar-btn span,
html body .modal-getcode,
html body .scene-desc,
html body .scene-field textarea{
  color:#fff0c8!important;
  -webkit-text-fill-color:#fff0c8!important;
}
html body .scene-desc::placeholder,
html body .scene-field textarea::placeholder{
  color:#9a8d72!important;
  -webkit-text-fill-color:#9a8d72!important;
}

/* v46 layout closeout: reduce loose gaps and keep floating controls off content */
html body .chat-wrap{
  max-width:min(940px,calc(100vw - 64px))!important;
  padding-top:clamp(18px,4.2vh,46px)!important;
}
html body .chat-logo{
  margin-bottom:24px!important;
}
html body .chat-word{
  font-size:36px!important;
  letter-spacing:0!important;
}
html body .chat-composer{
  display:grid!important;
  grid-template-columns:156px minmax(0,1fr)!important;
  gap:18px 22px!important;
  align-items:start!important;
  padding:20px!important;
  margin-bottom:16px!important;
}
html body .chat-composer .cp-upload{
  position:static!important;
  width:156px!important;
  height:68px!important;
  border-radius:16px!important;
  justify-self:stretch!important;
  align-self:start!important;
}
html body .chat-composer .cp-input{
  grid-column:2!important;
  min-height:74px!important;
  padding:18px 164px 18px 20px!important;
  border:1px solid rgba(216,187,117,.30)!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#11100d,#080807)!important;
  line-height:1.55!important;
}
html body .chat-composer .cp-aiwrite{
  top:28px!important;
  right:28px!important;
  height:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 22px!important;
  border:1px solid rgba(242,210,132,.24)!important;
  box-shadow:0 16px 32px -24px rgba(216,187,117,.9)!important;
}
html body .chat-composer .cp-foot{
  grid-column:2!important;
  margin-top:0!important;
  row-gap:12px!important;
}
html body .chat-hint{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  padding:14px 18px!important;
}
html body .chat-foot{
  margin-top:18px!important;
}
html body .sidebar .sb-foot{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:center!important;
}
html body .sidebar .sb-foot .sb-book,
html body .sidebar .sb-foot .sb-collapse{
  width:100%!important;
  height:42px!important;
  min-width:0!important;
  border-radius:13px!important;
}
html body .sidebar.mini .sb-foot{
  grid-template-columns:1fr!important;
  gap:10px!important;
}
html body .ws-head{
  gap:18px!important;
  padding-bottom:16px!important;
}
html body .ws-form,
html body .ws-result{
  scroll-margin-top:72px!important;
}
@media(max-width:860px){
  html body .chat-wrap{
    max-width:100%!important;
    padding-top:14px!important;
  }
  html body .chat-logo{
    margin-bottom:18px!important;
  }
  html body .chat-word{
    font-size:30px!important;
  }
  html body .chat-composer{
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding:16px!important;
  }
  html body .chat-composer .cp-upload,
  html body .chat-composer .cp-input,
  html body .chat-composer .cp-foot{
    grid-column:1!important;
  }
  html body .chat-composer .cp-upload{
    width:100%!important;
    height:58px!important;
  }
  html body .chat-composer .cp-input{
    min-height:108px!important;
    padding:16px!important;
  }
  html body .chat-composer .cp-aiwrite{
    position:static!important;
    width:100%!important;
    height:44px!important;
  }
  html body .chat-hint{
    align-items:flex-start!important;
    padding:12px 14px!important;
  }
  html body .float-headset{
    display:none!important;
  }
  html body .float-top{
    right:14px!important;
    bottom:14px!important;
    width:40px!important;
    height:40px!important;
  }
  html body .ws-head{
    gap:10px!important;
    padding-bottom:12px!important;
  }
}

/* v60: keep composer upload preview inside the left upload rail. */
html body .composer .cp-thumb{
  position:relative!important;
  grid-column:1!important;
  width:156px!important;
  max-width:100%!important;
  min-height:132px!important;
  margin:10px 0 0!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#f4ecdd,#d9c59b)!important;
  border:1px solid rgba(242,210,132,.45)!important;
  box-shadow:0 18px 36px -28px rgba(216,187,117,.88)!important;
  display:grid!important;
  grid-template-rows:minmax(88px,1fr) 34px!important;
  align-self:start!important;
  justify-self:stretch!important;
  z-index:1!important;
}
html body .composer .cp-thumb img{
  width:100%!important;
  height:100%!important;
  min-height:88px!important;
  object-fit:cover!important;
  display:block!important;
}
html body .composer .cp-thumb span{
  min-width:0!important;
  padding:8px 10px!important;
  color:#51442f!important;
  font-size:12px!important;
  font-weight:800!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  background:rgba(255,248,232,.86)!important;
}
html body .composer .cp-thumb .drop-x{
  position:absolute!important;
  top:8px!important;
  right:8px!important;
  z-index:2!important;
}
html body .chat-composer .cp-upload.has-file{
  height:58px!important;
  min-height:58px!important;
  align-self:start!important;
}
html body .chat-composer .cp-thumb + .cp-input,
html body .chat-composer .cp-thumb ~ .cp-foot{
  grid-column:2!important;
}
html body .home-hero-v36 .brief-grid-v3{
  align-items:start!important;
}
html body .home-hero-v36 .brief-grid-v3 .brief-input-v3{
  grid-column:2!important;
  grid-row:1 / span 2!important;
}
html body .home-hero-v36 .brief-grid-v3 .cp-thumb{
  width:128px!important;
  min-height:138px!important;
  margin-top:10px!important;
}
html body .home-hero-v36 .brief-grid-v3 .cp-upload.has-file{
  min-height:70px!important;
}
html body .brief-input-v3{
  min-width:0!important;
}
html body .brief-input-v3 .cp-input{
  padding-right:168px!important;
}
html body .brief-input-v3 .cp-aiwrite{
  right:16px!important;
  max-width:142px!important;
  white-space:nowrap!important;
}
@media(max-width:860px){
  html body .composer .cp-thumb,
  html body .home-hero-v36 .brief-grid-v3 .cp-thumb{
    grid-column:1!important;
    width:100%!important;
    min-height:128px!important;
  }
  html body .home-hero-v36 .brief-grid-v3 .brief-input-v3{
    grid-column:1!important;
    grid-row:auto!important;
  }
  html body .chat-composer .cp-thumb + .cp-input,
  html body .chat-composer .cp-thumb ~ .cp-foot{
    grid-column:1!important;
  }
  html body .brief-input-v3 .cp-input{
    padding-right:16px!important;
  }
  html body .brief-input-v3 .cp-aiwrite{
    position:static!important;
    width:100%!important;
    max-width:none!important;
    margin-top:10px!important;
  }
}

/* v65: final agent composer scale and rhythm, matching the reference proportions. */
html body .chat-wrap{
  width:100%!important;
  max-width:min(1500px,calc(100vw - 72px))!important;
  min-height:calc(100vh - 148px)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding-top:clamp(34px,7vh,86px)!important;
  text-align:center!important;
}
html body .chat-logo{
  margin:0 0 clamp(28px,5vh,54px)!important;
  line-height:1!important;
}
html body .chat-word{
  display:inline-flex!important;
  align-items:baseline!important;
  justify-content:center!important;
  color:#f7df9a!important;
  -webkit-text-fill-color:#f7df9a!important;
  font-size:52px!important;
  font-weight:900!important;
  font-style:italic!important;
  letter-spacing:0!important;
  text-shadow:0 18px 46px rgba(219,178,92,.18)!important;
}
html body .chat-word i{
  color:#fff5cc!important;
  -webkit-text-fill-color:#fff5cc!important;
  font-style:italic!important;
}
html body .chat-composer{
  position:relative!important;
  width:100%!important;
  min-height:276px!important;
  display:grid!important;
  grid-template-columns:132px minmax(0,1fr)!important;
  grid-template-rows:minmax(148px,1fr) auto!important;
  gap:18px 22px!important;
  align-items:start!important;
  padding:24px 24px 22px!important;
  margin:0 auto 18px!important;
  text-align:left!important;
  border-radius:28px!important;
  border:1px solid rgba(238,204,122,.22)!important;
  background:
    radial-gradient(circle at 8% 10%,rgba(238,204,122,.16),transparent 32%),
    linear-gradient(180deg,rgba(23,20,14,.96),rgba(8,8,7,.98))!important;
  box-shadow:0 32px 86px -52px rgba(238,204,122,.58),0 1px 0 rgba(255,244,203,.08) inset!important;
  overflow:hidden!important;
}
html body .chat-composer::before{
  content:""!important;
  position:absolute!important;
  inset:1px!important;
  border-radius:27px!important;
  pointer-events:none!important;
  border:1px solid rgba(255,255,255,.035)!important;
}
html body .chat-composer .cp-upload{
  grid-column:1!important;
  grid-row:1!important;
  position:relative!important;
  top:auto!important;
  left:auto!important;
  width:118px!important;
  height:118px!important;
  min-height:118px!important;
  justify-self:center!important;
  align-self:start!important;
  display:grid!important;
  place-items:center!important;
  gap:7px!important;
  padding:0!important;
  border-radius:20px!important;
  border:1px dashed rgba(238,204,122,.38)!important;
  background:linear-gradient(180deg,rgba(255,241,195,.10),rgba(255,241,195,.035))!important;
  color:#f7df9a!important;
  -webkit-text-fill-color:#f7df9a!important;
  box-shadow:0 22px 40px -32px rgba(238,204,122,.72),0 1px 0 rgba(255,255,255,.08) inset!important;
  transform:rotate(-5deg)!important;
  z-index:2!important;
}
html body .chat-composer .cp-upload:hover{
  transform:translateY(-2px) rotate(-3deg)!important;
  border-color:rgba(255,226,153,.66)!important;
  background:linear-gradient(180deg,rgba(255,232,164,.16),rgba(255,232,164,.06))!important;
}
html body .chat-composer .cp-upload-ic{
  width:40px!important;
  height:40px!important;
  border-radius:50%!important;
  font-size:24px!important;
  line-height:40px!important;
  color:#1b1307!important;
  -webkit-text-fill-color:#1b1307!important;
  background:linear-gradient(135deg,#fff0bd,#c79639)!important;
  box-shadow:0 14px 28px -18px rgba(246,205,112,.95)!important;
}
html body .chat-composer .cp-upload-txt{
  max-width:92px!important;
  color:#e6c77a!important;
  -webkit-text-fill-color:#e6c77a!important;
  font-size:12px!important;
  font-weight:800!important;
  white-space:normal!important;
  text-align:center!important;
  line-height:1.25!important;
}
html body .chat-composer .cp-thumb{
  grid-column:1!important;
  grid-row:1 / span 2!important;
  position:relative!important;
  width:118px!important;
  min-height:172px!important;
  max-height:196px!important;
  margin:0 auto!important;
  align-self:start!important;
  justify-self:center!important;
  display:grid!important;
  grid-template-rows:minmax(122px,1fr) 38px!important;
  overflow:hidden!important;
  border-radius:20px!important;
  border:1px solid rgba(238,204,122,.44)!important;
  background:linear-gradient(180deg,#221a0e,#080807)!important;
  box-shadow:0 24px 44px -30px rgba(238,204,122,.8)!important;
  transform:rotate(-4deg)!important;
  z-index:3!important;
}
html body .chat-composer .cp-thumb img{
  width:100%!important;
  height:100%!important;
  min-height:122px!important;
  object-fit:cover!important;
  display:block!important;
}
html body .chat-composer .cp-thumb span{
  min-width:0!important;
  padding:8px 10px!important;
  color:#f5df9b!important;
  -webkit-text-fill-color:#f5df9b!important;
  background:rgba(10,9,7,.88)!important;
  font-size:12px!important;
  font-weight:800!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
html body .chat-composer .cp-thumb .drop-x{
  position:absolute!important;
  top:8px!important;
  right:8px!important;
  z-index:4!important;
}
html body .chat-composer .cp-upload.has-file{
  width:54px!important;
  height:54px!important;
  min-height:54px!important;
  border-radius:50%!important;
  justify-self:end!important;
  align-self:center!important;
  transform:none!important;
  z-index:4!important;
}
html body .chat-composer .cp-upload.has-file .cp-upload-txt{
  display:none!important;
}
html body .chat-composer .cp-upload.has-file .cp-upload-ic{
  width:54px!important;
  height:54px!important;
  line-height:54px!important;
}
html body .chat-composer .cp-input{
  grid-column:2!important;
  grid-row:1!important;
  width:100%!important;
  min-height:150px!important;
  max-height:188px!important;
  padding:8px 154px 16px 4px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#fff4d5!important;
  -webkit-text-fill-color:#fff4d5!important;
  font-size:18px!important;
  line-height:1.75!important;
  font-weight:500!important;
}
html body .chat-composer .cp-input::placeholder{
  color:rgba(255,239,200,.52)!important;
  -webkit-text-fill-color:rgba(255,239,200,.52)!important;
}
html body .chat-composer .cp-aiwrite{
  position:absolute!important;
  right:24px!important;
  top:24px!important;
  height:42px!important;
  max-width:126px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 16px!important;
  border-radius:999px!important;
  border:1px solid rgba(238,204,122,.26)!important;
  background:linear-gradient(180deg,#1b150c,#090807)!important;
  color:#f7df9a!important;
  -webkit-text-fill-color:#f7df9a!important;
  font-size:13px!important;
  font-weight:900!important;
  box-shadow:0 16px 32px -24px rgba(238,204,122,.72)!important;
  z-index:5!important;
}
html body .chat-composer .cp-aiwrite:hover{
  border-color:rgba(255,226,153,.58)!important;
  background:linear-gradient(180deg,#251b0d,#0b0906)!important;
  color:#fff3c5!important;
  -webkit-text-fill-color:#fff3c5!important;
}
html body .chat-composer .cp-foot{
  grid-column:2!important;
  grid-row:2!important;
  position:relative!important;
  z-index:4!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:14px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding-top:16px!important;
  border-top:1px solid rgba(238,204,122,.11)!important;
}
html body .chat-composer .cp-left,
html body .chat-composer .chat-right{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
  flex-wrap:wrap!important;
}
html body .chat-composer .cp-left{
  flex:1 1 auto!important;
}
html body .chat-composer .chat-right{
  flex:0 0 auto!important;
  justify-content:flex-end!important;
}
html body .chat-composer .cp-select,
html body .chat-composer .cp-round{
  height:44px!important;
  min-height:44px!important;
  border-radius:14px!important;
  border:1px solid rgba(238,204,122,.20)!important;
  background:linear-gradient(180deg,#16120b,#090807)!important;
  color:#f3d789!important;
  -webkit-text-fill-color:#f3d789!important;
  box-shadow:0 14px 30px -26px rgba(238,204,122,.64),0 1px 0 rgba(255,255,255,.04) inset!important;
}
html body .chat-composer .cp-select{
  max-width:210px!important;
  padding:0 16px!important;
  justify-content:center!important;
  font-size:13px!important;
  font-weight:850!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
html body .chat-composer .cp-select .dn{
  flex:0 0 auto!important;
  color:#b89448!important;
  -webkit-text-fill-color:#b89448!important;
}
html body .chat-composer .cp-round{
  width:44px!important;
  flex:0 0 44px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
}
html body .chat-composer .cp-select:hover,
html body .chat-composer .cp-round:hover{
  border-color:rgba(255,226,153,.54)!important;
  background:linear-gradient(180deg,#21180c,#0b0906)!important;
  color:#fff2c4!important;
  -webkit-text-fill-color:#fff2c4!important;
  transform:translateY(-1px)!important;
}
html body .chat-composer .cp-send{
  width:50px!important;
  height:50px!important;
  min-width:50px!important;
  flex:0 0 50px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  color:#1b1307!important;
  -webkit-text-fill-color:#1b1307!important;
  background:linear-gradient(135deg,#fff0bd,#d1a044 55%,#9e6f22)!important;
  border:1px solid rgba(255,239,190,.54)!important;
  box-shadow:0 18px 34px -18px rgba(245,205,111,.92)!important;
}
html body .chat-hint{
  width:100%!important;
  max-width:min(980px,calc(100vw - 72px))!important;
  justify-content:center!important;
  border-radius:999px!important;
  border:1px solid rgba(238,204,122,.18)!important;
  background:rgba(17,14,9,.72)!important;
  color:#d9c28b!important;
  -webkit-text-fill-color:#d9c28b!important;
}
html body .chat-hint strong,
html body .chat-hint button{
  color:#ffe7a3!important;
  -webkit-text-fill-color:#ffe7a3!important;
}
html body .chat-foot{
  color:rgba(255,236,190,.48)!important;
  -webkit-text-fill-color:rgba(255,236,190,.48)!important;
}
@media(max-width:1180px){
  html body .chat-wrap{
    max-width:min(100%,calc(100vw - 40px))!important;
    padding-top:clamp(24px,5vh,58px)!important;
  }
  html body .chat-composer{
    grid-template-columns:112px minmax(0,1fr)!important;
    min-height:286px!important;
  }
  html body .chat-composer .cp-upload,
  html body .chat-composer .cp-thumb{
    width:104px!important;
  }
  html body .chat-composer .cp-upload{
    height:104px!important;
    min-height:104px!important;
  }
  html body .chat-composer .cp-select{
    max-width:176px!important;
  }
  html body .chat-word{
    font-size:44px!important;
  }
}
@media(max-width:860px){
  html body .chat-wrap{
    max-width:100%!important;
    min-height:auto!important;
    padding-top:18px!important;
  }
  html body .chat-logo{
    margin-bottom:20px!important;
  }
  html body .chat-word{
    font-size:34px!important;
  }
  html body .chat-composer{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto auto!important;
    gap:14px!important;
    min-height:0!important;
    padding:18px!important;
    border-radius:24px!important;
  }
  html body .chat-composer .cp-upload,
  html body .chat-composer .cp-thumb,
  html body .chat-composer .cp-input,
  html body .chat-composer .cp-foot{
    grid-column:1!important;
    grid-row:auto!important;
  }
  html body .chat-composer .cp-upload{
    width:100%!important;
    height:82px!important;
    min-height:82px!important;
    transform:none!important;
  }
  html body .chat-composer .cp-thumb{
    width:100%!important;
    min-height:168px!important;
    max-height:none!important;
    transform:none!important;
  }
  html body .chat-composer .cp-upload.has-file{
    width:100%!important;
    height:54px!important;
    justify-self:stretch!important;
  }
  html body .chat-composer .cp-input{
    min-height:132px!important;
    max-height:220px!important;
    padding:4px 0!important;
    font-size:16px!important;
  }
  html body .chat-composer .cp-aiwrite{
    position:static!important;
    width:100%!important;
    max-width:none!important;
    height:44px!important;
  }
  html body .chat-composer .cp-foot{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding-top:12px!important;
  }
  html body .chat-composer .cp-left,
  html body .chat-composer .chat-right{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
  }
  html body .chat-composer .cp-round,
  html body .chat-composer .cp-send,
  html body .chat-composer .cp-select{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
  html body .chat-composer .cp-round,
  html body .chat-composer .cp-send{
    border-radius:14px!important;
  }
  html body .chat-hint{
    max-width:100%!important;
    border-radius:18px!important;
    justify-content:flex-start!important;
  }
}
@media(max-width:520px){
  html body .chat-composer .cp-left,
  html body .chat-composer .chat-right{
    grid-template-columns:1fr!important;
  }
}

/* v66: tighten desktop composer to the reference size without changing copy. */
@media(min-width:1181px){
  html body .chat-wrap{
    padding-top:24px!important;
  }
  html body .chat-logo{
    margin-bottom:24px!important;
  }
  html body .chat-logo.text-only .chat-word,
  html body .chat-word{
    font-size:44px!important;
    line-height:1.04!important;
  }
  html body .chat-composer{
    min-height:286px!important;
    grid-template-rows:minmax(130px,1fr) auto!important;
    gap:14px 22px!important;
    padding:24px!important;
  }
  html body .chat-composer .cp-upload{
    width:118px!important;
    height:118px!important;
    min-height:118px!important;
  }
  html body .chat-composer .cp-input{
    min-height:136px!important;
    max-height:152px!important;
    padding:4px 150px 10px 0!important;
  }
  html body .chat-composer .cp-foot{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:12px!important;
    min-height:50px!important;
    padding-top:14px!important;
  }
  html body .chat-composer .cp-left,
  html body .chat-composer .chat-right{
    flex-wrap:nowrap!important;
    gap:8px!important;
    overflow:hidden!important;
  }
  html body .chat-composer .chat-right{
    overflow:visible!important;
  }
  html body .chat-composer .cp-select,
  html body .chat-composer .cp-round{
    height:42px!important;
    min-height:42px!important;
    border-radius:14px!important;
  }
  html body .chat-composer .cp-round{
    width:42px!important;
    flex-basis:42px!important;
  }
  html body .chat-composer .cp-select{
    flex:0 0 auto!important;
    min-width:0!important;
    padding:0 11px!important;
    font-size:12.5px!important;
  }
  html body .chat-composer .cp-select[data-picker="agent"]{
    width:138px!important;
    max-width:138px!important;
  }
  html body .chat-composer .cp-select[data-picker="model"]{
    width:160px!important;
    max-width:160px!important;
  }
  html body .chat-composer .cp-select[data-picker="platform"]{
    width:94px!important;
    max-width:94px!important;
  }
  html body .chat-composer .cp-select[data-picker="language"]{
    width:74px!important;
    max-width:74px!important;
  }
  html body .chat-composer .cp-select[data-picker="think"]{
    width:96px!important;
    max-width:96px!important;
  }
  html body .chat-composer .chat-right .cp-select{
    width:84px!important;
    max-width:84px!important;
  }
  html body .chat-composer .cp-send{
    width:50px!important;
    min-width:50px!important;
    flex-basis:50px!important;
  }
}

/* v69: customer detail workflows migrated from SynMew canvas JSON. */
html body .detail-workflow-box{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin:8px 0 18px!important;
}
html body .detail-workflow-card{
  min-height:118px!important;
  padding:16px!important;
  border-radius:16px!important;
  border:1px solid rgba(206,166,82,.18)!important;
  background:linear-gradient(180deg,#14110b,#080807)!important;
  color:#e8d29a!important;
  text-align:left!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:8px!important;
  box-shadow:0 16px 34px -28px rgba(206,166,82,.55)!important;
}
html body .detail-workflow-card b{
  color:#ffe7a3!important;
  font-size:15px!important;
  line-height:1.25!important;
}
html body .detail-workflow-card span{
  color:#b6a57f!important;
  font-size:12.5px!important;
  line-height:1.65!important;
}
html body .detail-workflow-card em{
  margin-top:auto!important;
  padding:5px 8px!important;
  border-radius:999px!important;
  background:rgba(206,166,82,.10)!important;
  color:#dec177!important;
  font-size:11.5px!important;
  font-style:normal!important;
  font-weight:800!important;
}
html body .detail-workflow-card.on,
html body .detail-workflow-card:hover{
  border-color:rgba(255,226,153,.56)!important;
  background:linear-gradient(180deg,#1b150b,#0a0907)!important;
  transform:translateY(-1px)!important;
}
html body .detail-workflow-card.on{
  box-shadow:0 0 0 1px rgba(255,226,153,.20) inset,0 22px 42px -30px rgba(255,210,112,.8)!important;
}
html body .detail-workflow-fields{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  margin:0 0 18px!important;
}
html body .detail-workflow-fields label{
  display:grid!important;
  gap:8px!important;
  color:#e8d29a!important;
  font-size:13px!important;
  font-weight:800!important;
}
html body .ws-field,
html body .ws-textarea.compact{
  width:100%!important;
  border-radius:14px!important;
  border:1px solid rgba(206,166,82,.18)!important;
  background:linear-gradient(180deg,#11100d,#080807)!important;
  color:#f7edd2!important;
  padding:12px 14px!important;
  outline:none!important;
  box-shadow:0 1px 0 rgba(255,255,255,.04) inset!important;
}
html body .ws-field:focus,
html body .ws-textarea.compact:focus{
  border-color:rgba(255,226,153,.52)!important;
  box-shadow:0 0 0 3px rgba(206,166,82,.12)!important;
}
html body .ws-textarea.compact{
  min-height:86px!important;
  resize:vertical!important;
}
@media(max-width:760px){
  html body .detail-workflow-box{
    grid-template-columns:1fr!important;
  }
}

/* v67: uploaded preview add button sits on the preview edge like the reference. */
@media(min-width:861px){
  html body .chat-composer .cp-upload.has-file{
    position:absolute!important;
    left:148px!important;
    top:104px!important;
    width:54px!important;
    height:54px!important;
    min-height:54px!important;
    justify-self:auto!important;
    align-self:auto!important;
    border-radius:50%!important;
    transform:none!important;
    z-index:6!important;
  }
}
@media(max-width:860px){
  html body .chat-composer .cp-upload.has-file{
    position:relative!important;
    left:auto!important;
    top:auto!important;
  }
}

/* v68: make the agent entry calmer and more premium after visual review. */
@media(min-width:1181px){
  html body .chat-wrap{
    max-width:min(1320px,calc(100vw - 112px))!important;
    padding-top:18px!important;
  }
  html body .chat-logo{
    margin-bottom:18px!important;
  }
  html body .chat-logo.text-only .chat-word,
  html body .chat-word{
    font-size:40px!important;
    line-height:1.02!important;
    text-shadow:0 14px 34px rgba(219,178,92,.16)!important;
  }
  html body .chat-composer{
    min-height:252px!important;
    grid-template-columns:116px minmax(0,1fr)!important;
    grid-template-rows:minmax(118px,1fr) auto!important;
    gap:12px 20px!important;
    padding:22px 24px 20px!important;
    border-radius:24px!important;
    border-color:rgba(238,204,122,.20)!important;
    background:
      radial-gradient(circle at 7% 24%,rgba(238,204,122,.13),transparent 26%),
      linear-gradient(180deg,rgba(20,18,13,.95),rgba(8,8,7,.98))!important;
    box-shadow:0 26px 68px -48px rgba(238,204,122,.50),0 1px 0 rgba(255,244,203,.07) inset!important;
  }
  html body .chat-composer::before{
    border-radius:23px!important;
  }
  html body .chat-composer .cp-upload{
    width:104px!important;
    height:104px!important;
    min-height:104px!important;
    border-radius:18px!important;
    transform:rotate(-3deg)!important;
  }
  html body .chat-composer .cp-upload:hover{
    transform:translateY(-2px) rotate(-2deg)!important;
  }
  html body .chat-composer .cp-upload-ic{
    width:36px!important;
    height:36px!important;
    line-height:36px!important;
    font-size:22px!important;
  }
  html body .chat-composer .cp-input{
    min-height:122px!important;
    max-height:138px!important;
    padding:2px 148px 8px 0!important;
    font-size:17px!important;
    line-height:1.68!important;
  }
  html body .chat-composer .cp-aiwrite{
    right:24px!important;
    top:28px!important;
    width:118px!important;
    height:40px!important;
    max-width:118px!important;
    padding:0 14px!important;
  }
  html body .chat-composer .cp-thumb{
    width:104px!important;
    min-height:150px!important;
    max-height:164px!important;
    grid-template-rows:minmax(112px,1fr) 34px!important;
    border-radius:18px!important;
    transform:rotate(-3deg)!important;
  }
  html body .chat-composer .cp-thumb img{
    min-height:112px!important;
  }
  html body .chat-composer .cp-thumb span{
    padding:7px 9px!important;
    font-size:11.5px!important;
  }
  html body .chat-composer .cp-upload.has-file{
    left:124px!important;
    top:104px!important;
    width:46px!important;
    height:46px!important;
    min-height:46px!important;
    border:2px solid rgba(66,50,18,.84)!important;
    box-shadow:0 12px 26px -16px rgba(246,205,112,.86)!important;
  }
  html body .chat-composer .cp-upload.has-file .cp-upload-ic{
    width:46px!important;
    height:46px!important;
    line-height:46px!important;
    font-size:22px!important;
  }
  html body .chat-composer .cp-foot{
    min-height:48px!important;
    padding-top:12px!important;
  }
  html body .chat-composer .cp-select,
  html body .chat-composer .cp-round{
    height:40px!important;
    min-height:40px!important;
    border-radius:13px!important;
  }
  html body .chat-composer .cp-round{
    width:40px!important;
    flex-basis:40px!important;
  }
  html body .chat-composer .cp-select{
    font-size:12px!important;
    padding:0 10px!important;
  }
  html body .chat-composer .cp-send{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    flex-basis:48px!important;
    box-shadow:0 16px 28px -18px rgba(245,205,111,.84)!important;
  }
  html body .chat-hint{
    max-width:min(860px,calc(100vw - 112px))!important;
    min-height:52px!important;
    padding:0 22px!important;
  }
}
html.site-settings-applied body{font-size:calc(16px * var(--site-font-scale,1))!important;background:var(--bg)!important;color:var(--text)!important}
html.site-settings-applied h1{font-size:calc(1em * var(--site-heading-scale,1))!important}
html.site-settings-applied .hero-v36 h1,html.site-settings-applied .agent-hero h1,html.site-settings-applied .legal-hero h1{font-size:calc(42px * var(--site-heading-scale,1))!important}
html.site-settings-applied h2,html.site-settings-applied h3,html.site-settings-applied .modal-brand b,html.site-settings-applied .subhead{font-size:calc(1em * var(--site-heading-scale,1))!important}
html.site-settings-applied p,html.site-settings-applied span,html.site-settings-applied label,html.site-settings-applied input,html.site-settings-applied textarea,html.site-settings-applied select{font-size:calc(1em * var(--site-font-scale,1))}
html.site-settings-applied .btn,html.site-settings-applied button:not(.modal-x):not(.topbar-close){font-size:calc(1em * var(--site-button-scale,1));border-radius:var(--site-button-radius,10px)!important}
html.site-settings-applied .card,html.site-settings-applied .tool-card,html.site-settings-applied .modal-card,html.site-settings-applied .admin-config-panel,html.site-settings-applied .admin-page .admin-leads,html.site-settings-applied .ws-card,html.site-settings-applied .result-card,html.site-settings-applied .tpl-card,html.site-settings-applied .agent-card{border-radius:var(--site-card-radius,10px)!important}
html.site-settings-applied[data-site-density=compact] .content{padding-top:18px!important}html.site-settings-applied[data-site-density=compact] .admin-config-panel,html.site-settings-applied[data-site-density=compact] .admin-page .admin-leads{padding:12px!important}html.site-settings-applied[data-site-density=compact] .tool-card,html.site-settings-applied[data-site-density=compact] .ws-card{padding:12px!important}
html.site-settings-applied[data-site-density=spacious] .content{padding-top:34px!important}html.site-settings-applied[data-site-density=spacious] .admin-config-panel,html.site-settings-applied[data-site-density=spacious] .admin-page .admin-leads{padding:20px!important}html.site-settings-applied[data-site-density=spacious] .tool-card,html.site-settings-applied[data-site-density=spacious] .ws-card{padding:20px!important}
.admin-site-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:end}.admin-site-grid input[type=color]{height:44px;padding:4px}.admin-site-grid input[type=number]{appearance:textfield}.admin-site-panel .admin-checkline{margin:0 0 12px}@media(max-width:760px){.admin-site-grid{grid-template-columns:1fr!important}}

/* v72: lock the video agent layout after customer screenshot review. */
html body .brand-text{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  min-width:0!important;
  letter-spacing:0!important;
}
html body .brand-text > span{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  color:#f7e6b5!important;
}
html body .brand-text > em{
  flex:0 0 auto!important;
  margin-left:4px!important;
  color:#1d1407!important;
  background:linear-gradient(135deg,#f1d58b,#a9792d)!important;
  border:1px solid rgba(255,240,190,.24)!important;
}
html body .studio{
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(430px,520px) minmax(300px,1fr)!important;
  gap:24px!important;
  align-items:start!important;
  overflow:visible!important;
}
html body .studio-left{
  min-width:0!important;
  padding:22px!important;
  overflow:visible!important;
}
html body .studio-title{
  color:#f6e4b2!important;
  -webkit-text-fill-color:#f6e4b2!important;
  background:none!important;
  font-size:22px!important;
  line-height:1.25!important;
  margin:0!important;
}
html body .studio-sub{
  margin:8px 0 18px!important;
  color:#b9aa88!important;
}
html body .studio-composer{
  width:100%!important;
  min-height:0!important;
  display:grid!important;
  grid-template-columns:142px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  gap:14px 18px!important;
  padding:18px!important;
  margin:0!important;
  overflow:visible!important;
}
html body .studio-composer .cp-upload{
  grid-column:1!important;
  grid-row:1 / span 2!important;
  position:relative!important;
  left:auto!important;
  top:auto!important;
  width:100%!important;
  height:142px!important;
  min-height:142px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:12px!important;
  transform:none!important;
  border-radius:18px!important;
  color:#f0d489!important;
  -webkit-text-fill-color:#f0d489!important;
  background:linear-gradient(180deg,rgba(219,184,103,.12),rgba(8,7,5,.86))!important;
  border:1px dashed rgba(219,184,103,.38)!important;
  box-shadow:0 18px 34px -28px rgba(219,184,103,.72),0 1px 0 rgba(255,255,255,.04) inset!important;
  z-index:2!important;
}
html body .studio-composer .cp-upload.has-file{
  grid-row:1!important;
  height:46px!important;
  min-height:46px!important;
  flex-direction:row!important;
  border-radius:14px!important;
  justify-self:stretch!important;
  align-self:start!important;
}
html body .studio-composer .cp-upload.has-file .cp-upload-txt{
  display:inline!important;
  max-width:86px!important;
}
html body .studio-composer .cp-thumb{
  grid-column:1!important;
  grid-row:2!important;
  position:relative!important;
  width:100%!important;
  height:178px!important;
  min-height:178px!important;
  max-height:178px!important;
  margin:0!important;
  transform:none!important;
  border-radius:18px!important;
  overflow:hidden!important;
  z-index:3!important;
  background:linear-gradient(180deg,#1a1309,#080706)!important;
  border:1px solid rgba(238,204,122,.38)!important;
  box-shadow:0 20px 40px -30px rgba(238,204,122,.78)!important;
}
html body .studio-composer .cp-thumb img{
  width:100%!important;
  height:134px!important;
  min-height:134px!important;
  object-fit:cover!important;
}
html body .studio-composer .cp-thumb span{
  height:44px!important;
  display:block!important;
  padding:8px 10px!important;
  color:#f4dfa3!important;
  -webkit-text-fill-color:#f4dfa3!important;
  background:rgba(8,7,5,.92)!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
html body .studio-composer .cp-input{
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
  width:100%!important;
  min-height:94px!important;
  max-height:140px!important;
  padding:14px 16px!important;
  border:1px solid rgba(216,187,117,.16)!important;
  border-radius:16px!important;
  background:rgba(7,7,6,.72)!important;
  color:#fff1cf!important;
  -webkit-text-fill-color:#fff1cf!important;
  font-size:14px!important;
  line-height:1.65!important;
  resize:vertical!important;
}
html body .studio-composer .cp-foot{
  grid-column:2!important;
  grid-row:2!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:12px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
html body .studio-composer .cp-left{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
html body .studio-composer .cp-select{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:40px!important;
  padding:0 12px!important;
  justify-content:center!important;
  border-radius:13px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
html body .studio-composer .cp-send{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  border-radius:15px!important;
  margin:0!important;
}
html body .studio-right{
  min-width:0!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;
  gap:18px!important;
  align-items:start!important;
}
html body .scene-card{
  width:auto!important;
  min-width:0!important;
  min-height:360px!important;
  padding:18px!important;
}
html body .scene-add{
  width:50px!important;
  height:50px!important;
  margin:0!important;
  align-self:start!important;
  justify-self:start!important;
  border-radius:14px!important;
}
@media(max-width:1180px){
  html body .topnav{padding:12px 16px!important;gap:8px!important}
  html body .topnav-actions{gap:8px!important;min-width:0!important;overflow:hidden!important}
  html body .pill-credit,html body .pill-batch,html body .pill-login{height:38px!important;padding:0 12px!important;min-width:0!important;max-width:150px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  html body .pill-cta{display:none!important}
  html body .content{padding-left:24px!important;padding-right:24px!important}
  html body .studio{grid-template-columns:1fr!important;max-width:720px!important}
  html body .studio-right{grid-template-columns:1fr!important}
}
@media(max-width:620px){
  html body .studio-composer{grid-template-columns:1fr!important}
  html body .studio-composer .cp-upload,html body .studio-composer .cp-upload.has-file,html body .studio-composer .cp-thumb,html body .studio-composer .cp-input,html body .studio-composer .cp-foot{grid-column:1!important;grid-row:auto!important}
  html body .studio-composer .cp-upload{height:82px!important;min-height:82px!important}
  html body .studio-composer .cp-left{grid-template-columns:1fr!important}
  html body .content{padding-left:16px!important;padding-right:16px!important}
}

/* v73: professional video workspace composition. */
html body .studio-pro{
  max-width:1160px!important;
  grid-template-columns:minmax(480px,560px) minmax(320px,1fr)!important;
  gap:26px!important;
}
html body .studio-pro .studio-left,
html body .studio-pro .studio-right{
  background:linear-gradient(180deg,rgba(18,15,10,.96),rgba(6,6,5,.98))!important;
  border:1px solid rgba(216,187,117,.18)!important;
  border-radius:22px!important;
  box-shadow:0 30px 72px -54px rgba(216,187,117,.42),0 1px 0 rgba(255,255,255,.04) inset!important;
}
html body .studio-pro .studio-left{
  padding:24px!important;
}
html body .studio-pro .studio-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin-bottom:20px!important;
  padding-bottom:18px!important;
  border-bottom:1px solid rgba(216,187,117,.12)!important;
}
html body .studio-pro .studio-kicker{
  display:inline-flex!important;
  align-items:center!important;
  height:24px!important;
  padding:0 10px!important;
  margin-bottom:10px!important;
  border-radius:999px!important;
  border:1px solid rgba(216,187,117,.22)!important;
  background:rgba(216,187,117,.07)!important;
  color:#d8bb75!important;
  -webkit-text-fill-color:#d8bb75!important;
  font-size:11px!important;
  font-weight:850!important;
  letter-spacing:.08em!important;
}
html body .studio-pro .studio-title{
  font-size:26px!important;
  font-weight:900!important;
  letter-spacing:0!important;
  color:#f7e5b4!important;
  -webkit-text-fill-color:#f7e5b4!important;
}
html body .studio-pro .studio-sub{
  max-width:420px!important;
  margin:8px 0 0!important;
  color:#a99b7f!important;
  font-size:13.5px!important;
  line-height:1.75!important;
}
html body .studio-pro .studio-tools{
  flex:0 0 auto!important;
  margin:0!important;
}
html body .studio-pro .st-ic{
  width:40px!important;
  height:40px!important;
  border-radius:13px!important;
  color:#e4c980!important;
  background:linear-gradient(180deg,rgba(216,187,117,.10),rgba(8,7,5,.84))!important;
  border:1px solid rgba(216,187,117,.24)!important;
}
html body .studio-pro .studio-composer{
  display:grid!important;
  grid-template-columns:180px minmax(0,1fr)!important;
  grid-template-areas:
    "upload prompt"
    "upload controls"!important;
  gap:18px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
html body .studio-pro .studio-field{
  min-width:0!important;
}
html body .studio-pro .studio-field-label{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 9px!important;
  color:#d7c08a!important;
  -webkit-text-fill-color:#d7c08a!important;
  font-size:12px!important;
  font-weight:850!important;
}
html body .studio-pro .studio-field-label::before{
  content:""!important;
  width:3px!important;
  height:12px!important;
  border-radius:2px!important;
  background:#d8bb75!important;
}
html body .studio-pro .studio-upload-block{
  grid-area:upload!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:100%!important;
}
html body .studio-pro .studio-prompt-block{
  grid-area:prompt!important;
  display:block!important;
}
html body .studio-pro .studio-upload-block .cp-upload{
  position:relative!important;
  left:auto!important;
  top:auto!important;
  width:100%!important;
  height:178px!important;
  min-height:178px!important;
  display:flex!important;
  flex-direction:column!important;
  border-radius:18px!important;
  transform:none!important;
}
html body .studio-pro .studio-upload-block .cp-upload.has-file{
  height:44px!important;
  min-height:44px!important;
  flex-direction:row!important;
  margin-bottom:12px!important;
}
html body .studio-pro .studio-upload-block .cp-thumb{
  position:relative!important;
  inset:auto!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  width:100%!important;
  height:176px!important;
  min-height:176px!important;
  max-height:176px!important;
  margin:0!important;
  grid-template-rows:132px 44px!important;
  border-radius:18px!important;
  transform:none!important;
}
html body .studio-pro .studio-upload-block .cp-thumb img{
  height:132px!important;
  min-height:132px!important;
}
html body .studio-pro .cp-input{
  width:100%!important;
  min-height:156px!important;
  max-height:220px!important;
  padding:16px 17px!important;
  border-radius:18px!important;
  border:1px solid rgba(216,187,117,.18)!important;
  background:linear-gradient(180deg,rgba(12,10,7,.92),rgba(8,7,5,.82))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
  color:#fff1cf!important;
  -webkit-text-fill-color:#fff1cf!important;
  font-size:14.5px!important;
  line-height:1.72!important;
}
html body .studio-pro .cp-foot{
  grid-area:controls!important;
  display:block!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
}
html body .studio-pro .cp-left{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
  margin-bottom:14px!important;
}
html body .studio-pro .cp-select{
  height:40px!important;
  min-height:40px!important;
  padding:0 10px!important;
  border-radius:13px!important;
  justify-content:center!important;
  font-size:12.5px!important;
  font-weight:800!important;
  color:#ead397!important;
  -webkit-text-fill-color:#ead397!important;
  background:linear-gradient(180deg,rgba(216,187,117,.08),rgba(8,7,5,.86))!important;
  border:1px solid rgba(216,187,117,.20)!important;
  box-shadow:none!important;
}
html body .studio-pro .cp-send{
  width:100%!important;
  height:48px!important;
  min-width:0!important;
  border-radius:15px!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:14px!important;
  font-weight:900!important;
  letter-spacing:0!important;
}
html body .studio-pro .studio-right{
  padding:22px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:16px!important;
}
html body .studio-pro .studio-board-head{
  padding-bottom:15px!important;
  border-bottom:1px solid rgba(216,187,117,.12)!important;
}
html body .studio-pro .studio-board-head span{
  display:block!important;
  color:#d8bb75!important;
  -webkit-text-fill-color:#d8bb75!important;
  font-size:11px!important;
  font-weight:850!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
html body .studio-pro .studio-board-head b{
  display:block!important;
  margin-top:6px!important;
  color:#f7e5b4!important;
  -webkit-text-fill-color:#f7e5b4!important;
  font-size:22px!important;
}
html body .studio-pro .studio-board-head small{
  display:block!important;
  margin-top:8px!important;
  color:#a99b7f!important;
  line-height:1.65!important;
}
html body .studio-pro .scene-card{
  width:100%!important;
  min-height:338px!important;
  padding:20px!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,rgba(12,10,7,.92),rgba(8,7,5,.88))!important;
}
html body .studio-pro .scene-blob{
  align-self:center!important;
  margin:40px 0 22px!important;
  opacity:.86!important;
}
html body .studio-pro .scene-field span{
  color:#d7c08a!important;
  -webkit-text-fill-color:#d7c08a!important;
}
html body .studio-pro .scene-desc{
  min-height:96px!important;
  border-radius:14px!important;
  background:rgba(8,7,5,.78)!important;
  border:1px solid rgba(216,187,117,.20)!important;
  color:#fff1cf!important;
  -webkit-text-fill-color:#fff1cf!important;
}
html body .studio-pro .scene-tip{
  text-align:center!important;
  margin:12px 0 24px!important;
}
html body .studio-pro .scene-tip button{
  display:inline-flex!important;
  height:34px!important;
  align-items:center!important;
  padding:0 14px!important;
  border-radius:999px!important;
  color:#ead397!important;
  -webkit-text-fill-color:#ead397!important;
  border:1px solid rgba(216,187,117,.24)!important;
  background:rgba(216,187,117,.06)!important;
}
html body .studio-pro .scene-add{
  width:100%!important;
  height:46px!important;
  border-radius:15px!important;
  margin:0!important;
  display:grid!important;
  place-items:center!important;
  border:1px dashed rgba(216,187,117,.30)!important;
  color:#d8bb75!important;
  background:rgba(216,187,117,.04)!important;
}
@media(max-width:1180px){
  html body .studio-pro{
    max-width:760px!important;
    grid-template-columns:1fr!important;
  }
}
@media(max-width:720px){
  html body .studio-pro .studio-head{
    display:grid!important;
  }
  html body .studio-pro .studio-composer{
    grid-template-columns:1fr!important;
    grid-template-areas:"upload" "prompt" "controls"!important;
  }
  html body .studio-pro .cp-left{
    grid-template-columns:1fr!important;
  }
}

/* v74: professional black-gold UX consolidation. Keep business logic intact; final layer owns visual rhythm. */
:root{
  --pro-bg:#050504;
  --pro-bg-2:#0a0907;
  --pro-panel:#11100d;
  --pro-panel-2:#17140f;
  --pro-line:rgba(218,184,102,.18);
  --pro-line-strong:rgba(230,196,111,.34);
  --pro-text:#fff3d6;
  --pro-muted:#b6a98d;
  --pro-muted-2:#877a62;
  --pro-gold:#d9ad50;
  --pro-gold-2:#f0d486;
  --pro-radius:14px;
  --pro-radius-sm:10px;
  --pro-control-h:44px;
}
html body{
  background:
    linear-gradient(90deg,rgba(218,184,102,.04) 1px,transparent 1px),
    linear-gradient(180deg,rgba(218,184,102,.035) 1px,transparent 1px),
    linear-gradient(180deg,#050504 0%,#080705 42%,#030303 100%)!important;
  background-size:82px 82px,82px 82px,auto!important;
  color:var(--pro-text)!important;
}
html body .content{width:100%!important;max-width:1220px!important;margin:0 auto!important;padding-left:36px!important;padding-right:36px!important}
html body .main{background:linear-gradient(180deg,rgba(5,5,4,.88),rgba(3,3,3,.98))!important;min-width:0!important}
html body .topbar{height:36px!important;background:#050504!important;border-bottom:1px solid rgba(218,184,102,.16)!important;color:#dec987!important;font-size:13px!important;box-shadow:none!important}
html body .topbar-deco{display:none!important}

html body .btn,
html body .pill,
html body .topbar-btn,
html body .ws-gen,
html body .ws-mywork,
html body .ws-sel-btn,
html body .ws-aibtn,
html body .ws-num,
html body .ws-tab,
html body .asset-inline,
html body .cp-aiwrite,
html body .cp-select,
html body .cp-round,
html body .scene-add,
html body .scene-tip button,
html body .admin-page button:not(.modal-x),
html body .modal-actions button,
html body .modal-getcode{
  min-height:var(--pro-control-h)!important;
  border-radius:var(--pro-radius-sm)!important;
  border:1px solid var(--pro-line)!important;
  background:linear-gradient(180deg,rgba(20,18,13,.95),rgba(8,7,5,.96))!important;
  color:#f4dfaa!important;
  -webkit-text-fill-color:#f4dfaa!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
  font-weight:800!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
html body .btn:hover,
html body .pill:hover,
html body .topbar-btn:hover,
html body .ws-gen:hover,
html body .ws-mywork:hover,
html body .ws-sel-btn:hover,
html body .ws-aibtn:hover,
html body .ws-num:hover,
html body .ws-tab:hover,
html body .asset-inline:hover,
html body .cp-aiwrite:hover,
html body .cp-select:hover,
html body .cp-round:hover,
html body .admin-page button:not(.modal-x):hover{
  border-color:rgba(240,212,134,.48)!important;
  color:#fff1c5!important;
  -webkit-text-fill-color:#fff1c5!important;
  transform:translateY(-1px)!important;
  box-shadow:0 14px 28px -24px rgba(240,212,134,.8),inset 0 1px 0 rgba(255,255,255,.05)!important;
}
html body .btn-primary,
html body .pill-cta,
html body .ws-gen,
html body .cp-send,
html body .topbar-btn,
html body .admin-save-bar .btn,
html body [data-pay-submit],
html body [data-admin-login]{
  background:linear-gradient(135deg,#f6dc8f 0%,#d4a348 58%,#9a6b24 100%)!important;
  color:#160f06!important;
  -webkit-text-fill-color:#160f06!important;
  border-color:rgba(255,235,178,.54)!important;
  box-shadow:0 18px 38px -24px rgba(226,176,72,.95),inset 0 1px 0 rgba(255,255,255,.28)!important;
}
html body button:disabled,
html body [data-busy="1"]{
  opacity:.62!important;
  cursor:not-allowed!important;
  transform:none!important;
}

html body .sidebar{
  width:282px!important;
  flex-basis:282px!important;
  padding:18px 12px 16px!important;
  background:linear-gradient(180deg,#11100c 0%,#080705 50%,#030303 100%)!important;
  border-right:1px solid rgba(218,184,102,.18)!important;
}
html body .brand{height:56px!important;padding:0 8px 12px!important;border-bottom:1px solid rgba(218,184,102,.12)!important;margin-bottom:10px!important}
html body .brand-mark img{max-height:32px!important;width:auto!important;object-fit:contain!important;mix-blend-mode:screen!important}
html body .brand-text{font-size:20px!important;color:#fff1c9!important;-webkit-text-fill-color:#fff1c9!important}
html body .sb-nav{gap:5px!important}
html body .sb-item{
  min-height:42px!important;
  padding:0 10px!important;
  border-radius:11px!important;
  border:1px solid transparent!important;
  background:transparent!important;
  color:#d4c39c!important;
  -webkit-text-fill-color:#d4c39c!important;
  font-size:13px!important;
  font-weight:800!important;
}
html body .sb-item:hover,
html body .sb-item.active,
html body .sb-group.open>.sb-item{
  background:linear-gradient(180deg,rgba(218,184,102,.12),rgba(218,184,102,.04))!important;
  border-color:rgba(218,184,102,.24)!important;
  color:#ffedbd!important;
  -webkit-text-fill-color:#ffedbd!important;
}
html body .sb-item.active::before,
html body .sb-group.open>.sb-item::before{
  content:""!important;
  width:3px!important;
  height:18px!important;
  border-radius:5px!important;
  background:#eac874!important;
  box-shadow:0 0 12px rgba(234,200,116,.45)!important;
  margin-right:7px!important;
  flex:0 0 auto!important;
}
html body .sb-ic{width:26px!important;height:26px!important;flex:0 0 26px!important;margin-right:8px!important;border-radius:9px!important;background:rgba(218,184,102,.08)!important;color:#dfc579!important}
html body .sb-ic svg,
html body .sb-ic .ic-duo{width:17px!important;height:17px!important}
html body .sb-label{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
html body .sb-caret{width:24px!important;height:24px!important;display:grid!important;place-items:center!important;margin-left:6px!important;border-radius:8px!important;background:rgba(218,184,102,.06)!important;color:#cbb47a!important;-webkit-text-fill-color:#cbb47a!important}
html body .sb-sub>div{
  gap:6px!important;
  padding:6px 0 7px 24px!important;
  margin-left:26px!important;
  border-left:1px solid rgba(218,184,102,.15)!important;
}
html body .sb-sub{
  margin:0!important;
  grid-template-rows:0fr!important;
  opacity:0!important;
  pointer-events:none!important;
  overflow:hidden!important;
}
html body .sb-group.open .sb-sub{
  margin:6px 0 8px!important;
  grid-template-rows:1fr!important;
  opacity:1!important;
  pointer-events:auto!important;
}
html body .sb-sub>div{
  min-height:0!important;
  overflow:hidden!important;
}
html body .sb-group:not(.open) .sb-sub>div{
  padding-top:0!important;
  padding-bottom:0!important;
  border-left-color:transparent!important;
}
html body .sb-sub a{
  position:relative!important;
  min-height:34px!important;
  padding:0 10px 0 25px!important;
  border-radius:10px!important;
  border:1px solid rgba(218,184,102,.08)!important;
  background:rgba(255,255,255,.018)!important;
  color:#a99d83!important;
  -webkit-text-fill-color:#a99d83!important;
  font-size:12.5px!important;
  font-weight:780!important;
}
html body .sb-sub a::before{
  content:""!important;
  position:absolute!important;
  left:11px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:5px!important;
  height:5px!important;
  margin:0!important;
  border-radius:50%!important;
  background:rgba(218,184,102,.34)!important;
  flex:none!important;
}
html body .sb-sub a:hover,
html body .sb-sub a.cur{
  background:linear-gradient(180deg,rgba(218,184,102,.13),rgba(218,184,102,.045))!important;
  border-color:rgba(218,184,102,.28)!important;
  color:#fff0bd!important;
  -webkit-text-fill-color:#fff0bd!important;
}
html body .sb-sub a.cur::before{background:#f0d486!important;box-shadow:0 0 10px rgba(240,212,134,.7)!important}
html body .sb-section{color:#82765e!important;padding:16px 10px 6px!important;font-size:11px!important;letter-spacing:.08em!important;text-transform:uppercase!important}
html body .sb-foot{gap:8px!important;border-top:1px solid rgba(218,184,102,.12)!important}
html body .sb-book,
html body .sb-collapse{border-radius:11px!important;background:rgba(218,184,102,.07)!important;border:1px solid rgba(218,184,102,.16)!important;color:#e8ce82!important;box-shadow:none!important}

html body .home-hero{gap:26px!important;align-items:start!important}
html body .home-hero h1{font-size:clamp(40px,6.1rem,62px)!important;line-height:1.02!important;max-width:700px!important;color:#fff5df!important;-webkit-text-fill-color:#fff5df!important}
html body .home-lede{max-width:680px!important;color:#c9b996!important;-webkit-text-fill-color:#c9b996!important;font-size:16px!important;line-height:1.85!important}
html body .home-signal-grid-v36{gap:10px!important}
html body .home-signal-grid-v36>*{background:rgba(218,184,102,.045)!important;border-color:rgba(218,184,102,.16)!important;border-radius:13px!important}
html body .home-showcase{background:linear-gradient(180deg,rgba(17,15,11,.92),rgba(7,6,5,.96))!important;border:1px solid rgba(218,184,102,.18)!important;border-radius:20px!important;box-shadow:0 34px 80px -68px rgba(218,184,102,.8)!important}
html body .home-section-head h2{font-size:24px!important;color:#fff0bd!important;-webkit-text-fill-color:#fff0bd!important}

html body .chat-wrap{max-width:1120px!important;padding-top:52px!important}
html body .chat-word{font-size:40px!important;color:#ffe6a6!important;-webkit-text-fill-color:#ffe6a6!important}
html body .chat-composer,
html body .studio-composer,
html body .studio-pro,
html body .ws-form,
html body .ws-result,
html body .design-info,
html body .modal-card,
html body .price-card{
  background:linear-gradient(180deg,rgba(18,16,12,.94),rgba(7,6,5,.96))!important;
  border:1px solid rgba(218,184,102,.18)!important;
  border-radius:20px!important;
  box-shadow:0 34px 80px -70px rgba(218,184,102,.85),inset 0 1px 0 rgba(255,255,255,.03)!important;
}
html body .chat-composer{grid-template-columns:132px minmax(0,1fr)!important;min-height:254px!important;padding:28px!important}
html body .chat-composer .cp-input{font-size:16px!important;line-height:1.7!important;color:#f6e8c7!important;-webkit-text-fill-color:#f6e8c7!important}
html body .chat-composer .cp-foot{border-top:1px solid rgba(218,184,102,.13)!important;padding-top:16px!important;gap:12px!important}
html body .chat-composer .cp-send{width:52px!important;height:46px!important;min-width:52px!important;border-radius:13px!important}

html body .ws-head{margin-bottom:26px!important;padding-bottom:16px!important;border-bottom:1px solid rgba(218,184,102,.15)!important}
html body .ws-head h1{font-size:34px!important;line-height:1.14!important;color:#fff0bd!important;-webkit-text-fill-color:#fff0bd!important}
html body .ws-grid{display:grid!important;grid-template-columns:minmax(420px,.86fr) minmax(520px,1.14fr)!important;gap:24px!important;align-items:start!important}
html body .ws-form,
html body .ws-result{padding:24px!important;min-width:0!important;overflow:hidden!important}
html body .ws-result{min-height:640px!important;position:sticky!important;top:62px!important}
html body .design-info{grid-column:1 / -1!important;position:static!important;min-height:0!important}
html body .form-note,
html body .ref-rule-note,
html body .case-note{
  padding:12px 14px!important;
  border-radius:12px!important;
  border:1px solid rgba(218,184,102,.14)!important;
  background:rgba(218,184,102,.055)!important;
  color:#cdbc95!important;
  -webkit-text-fill-color:#cdbc95!important;
  line-height:1.6!important;
}
html body .subhead{display:flex!important;align-items:center!important;gap:8px!important;margin:22px 0 10px!important;color:#ffe6a6!important;-webkit-text-fill-color:#ffe6a6!important;font-size:15px!important;line-height:1.35!important}
html body .subhead::before{content:""!important;width:3px!important;height:16px!important;border-radius:3px!important;background:#efcf78!important;box-shadow:0 0 10px rgba(239,207,120,.46)!important;flex:0 0 auto!important}
html body .hint-tip{font-size:12.5px!important;color:#9d8f72!important;-webkit-text-fill-color:#9d8f72!important;font-weight:650!important;line-height:1.35!important}
html body .ws-drop{
  min-height:158px!important;
  border-radius:16px!important;
  border:1px dashed rgba(218,184,102,.28)!important;
  background:linear-gradient(180deg,rgba(218,184,102,.045),rgba(8,7,5,.82))!important;
  color:#e9d49a!important;
  -webkit-text-fill-color:#e9d49a!important;
}
html body .ws-drop:hover,
html body .ws-drop.dragover,
html body .ws-drop.needs-attention{border-color:rgba(240,212,134,.6)!important;background:linear-gradient(180deg,rgba(218,184,102,.095),rgba(8,7,5,.88))!important}
html body .ws-drop .di{width:46px!important;height:46px!important;border-radius:14px!important;background:linear-gradient(135deg,#f2d78a,#a87327)!important;color:#160f06!important;-webkit-text-fill-color:#160f06!important;box-shadow:0 18px 32px -24px rgba(240,212,134,.9)!important}
html body .drop-preview-card{border-radius:15px!important;background:rgba(0,0,0,.26)!important;border:1px solid rgba(218,184,102,.17)!important;overflow:hidden!important}
html body .drop-preview-copy b{color:#fff2c4!important;-webkit-text-fill-color:#fff2c4!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
html body .drop-preview-copy span{color:#a99a7c!important;-webkit-text-fill-color:#a99a7c!important}
html body .ws-field,
html body .ws-textarea,
html body .ws-sel,
html body .ws-num,
html body .modal-field input,
html body .modal-field textarea,
html body .modal-field select{
  border-radius:12px!important;
  border:1px solid rgba(218,184,102,.18)!important;
  background:rgba(0,0,0,.22)!important;
  color:#f7e7bf!important;
  -webkit-text-fill-color:#f7e7bf!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
}
html body .ws-field:focus,
html body .ws-textarea:focus,
html body .ws-sel:focus,
html body .modal-field input:focus,
html body .modal-field textarea:focus,
html body .modal-field select:focus{border-color:rgba(240,212,134,.58)!important;box-shadow:0 0 0 3px rgba(218,184,102,.12)!important;outline:none!important}
html body .ws-select-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
html body .ws-actions{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;margin-top:22px!important;padding-top:16px!important;border-top:1px solid rgba(218,184,102,.13)!important;align-items:center!important}
html body .ws-actions .ws-gen{height:48px!important;width:100%!important;justify-content:center!important;text-align:center!important;font-size:15px!important}
html body .ws-actions .ws-num{height:46px!important;min-width:150px!important;text-align:center!important}
html body .ws-airow{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin:8px 0 10px!important}
html body .ws-aibtn{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important}
html body .ws-aibtn.grad{border-color:rgba(240,212,134,.36)!important;background:linear-gradient(180deg,rgba(218,184,102,.16),rgba(8,7,5,.92))!important;color:#fff0bd!important;-webkit-text-fill-color:#fff0bd!important}

html body .detail-workflow-box{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:8px 0 16px!important}
html body .detail-workflow-card{padding:16px!important;border-radius:14px!important;min-height:150px!important;background:rgba(218,184,102,.035)!important;border:1px solid rgba(218,184,102,.18)!important;text-align:left!important}
html body .detail-workflow-card b{font-size:15px!important;color:#ffedbd!important;-webkit-text-fill-color:#ffedbd!important}
html body .detail-workflow-card span{font-size:12.5px!important;line-height:1.65!important;color:#c3b390!important;-webkit-text-fill-color:#c3b390!important}
html body .detail-workflow-card em{display:inline-flex!important;min-height:28px!important;align-items:center!important;margin-top:auto!important;padding:0 10px!important;border-radius:999px!important;background:rgba(218,184,102,.09)!important;color:#f1d587!important;-webkit-text-fill-color:#f1d587!important;font-size:11.5px!important;font-style:normal!important;white-space:normal!important;line-height:1.35!important}
html body .detail-workflow-card.on{background:linear-gradient(180deg,rgba(218,184,102,.13),rgba(218,184,102,.045))!important;border-color:rgba(240,212,134,.46)!important;box-shadow:0 18px 36px -30px rgba(240,212,134,.9)!important}
html body .detail-workflow-fields{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
html body .type-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
html body .type-item{min-height:116px!important;border-radius:14px!important;padding:14px!important;background:rgba(218,184,102,.035)!important;border:1px solid rgba(218,184,102,.15)!important}
html body .type-item:hover{background:rgba(218,184,102,.07)!important;border-color:rgba(218,184,102,.30)!important}
html body .type-item-top{display:grid!important;grid-template-columns:minmax(0,1fr) 22px!important;gap:8px!important;align-items:start!important}
html body .type-item-top b{min-width:0!important;color:#fff0bd!important;-webkit-text-fill-color:#fff0bd!important;line-height:1.35!important}
html body .type-item-top input{width:18px!important;height:18px!important;justify-self:end!important;accent-color:#d9ad50!important;flex:0 0 auto!important}
html body .type-item p{color:#a99a7d!important;-webkit-text-fill-color:#a99a7d!important;line-height:1.5!important}
html body .type-item-qty{display:grid!important;grid-template-columns:30px 32px 30px minmax(0,1fr)!important;gap:7px!important;align-items:center!important;margin-top:10px!important}
html body .type-item-qty button{width:30px!important;height:30px!important;min-height:30px!important;border-radius:9px!important;padding:0!important;background:rgba(218,184,102,.08)!important;border:1px solid rgba(218,184,102,.18)!important;color:#f3d995!important;-webkit-text-fill-color:#f3d995!important}
html body .type-item-price{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#d9c28b!important;-webkit-text-fill-color:#d9c28b!important}
html body .type-price-tag{background:rgba(218,184,102,.12)!important;color:#f0d486!important;-webkit-text-fill-color:#f0d486!important;border:1px solid rgba(218,184,102,.20)!important;border-radius:999px!important;padding:3px 9px!important}

html body .tool-channel-status{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:10px!important;align-items:center!important;margin:18px 0 0!important;padding:12px 14px!important;border-radius:13px!important;border:1px solid rgba(218,184,102,.17)!important;background:rgba(218,184,102,.045)!important}
html body .tool-channel-status b{display:inline-flex!important;height:28px!important;align-items:center!important;padding:0 10px!important;border-radius:999px!important;background:rgba(218,184,102,.12)!important;color:#f2d78a!important;-webkit-text-fill-color:#f2d78a!important;font-size:12px!important;white-space:nowrap!important}
html body .tool-channel-status span{color:#bdae8e!important;-webkit-text-fill-color:#bdae8e!important;line-height:1.55!important;font-size:12.5px!important}
html body .tool-channel-status.needs-config{border-color:rgba(241,193,95,.30)!important;background:rgba(241,193,95,.06)!important}
html body .tool-channel-status.needs-config b{background:rgba(241,193,95,.16)!important;color:#ffe0a0!important;-webkit-text-fill-color:#ffe0a0!important}

html body .ws-empty.preview-empty-v29{border:1px solid rgba(218,184,102,.16)!important;border-radius:18px!important;background:rgba(0,0,0,.18)!important;min-height:520px!important;color:#f4dfaa!important;-webkit-text-fill-color:#f4dfaa!important}
html body .preview-copy-v29 p{color:#c2b08c!important;-webkit-text-fill-color:#c2b08c!important;line-height:1.7!important}
html body .preview-slots-v29 i{border-color:rgba(218,184,102,.22)!important;background:rgba(218,184,102,.06)!important}
html body .ws-result-top{margin-bottom:18px!important;display:flex!important;justify-content:flex-end!important}

html body.admin-page{background:linear-gradient(180deg,#050504,#070604 48%,#020202)!important}
html body .admin-shell-v38{width:min(1120px,calc(100% - 48px))!important;margin:0 auto!important;padding:88px 0!important}
html body .admin-hero-v38{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:24px!important;align-items:center!important;padding:34px!important;border-radius:22px!important;background:linear-gradient(180deg,rgba(18,16,12,.96),rgba(7,6,5,.96))!important;border:1px solid rgba(218,184,102,.20)!important;box-shadow:0 38px 90px -72px rgba(218,184,102,.9)!important}
html body .admin-hero-v38 span{color:#c7b17a!important;-webkit-text-fill-color:#c7b17a!important;letter-spacing:.12em!important;font-weight:900!important}
html body .admin-hero-v38 h1{font-size:42px!important;line-height:1.1!important;color:#fff0bd!important;-webkit-text-fill-color:#fff0bd!important;margin:8px 0 12px!important}
html body .admin-hero-v38 p{max-width:720px!important;color:#c7b99a!important;-webkit-text-fill-color:#c7b99a!important;line-height:1.75!important}
html body .admin-grid-v38{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin-top:18px!important}
html body .admin-grid-v38>div{padding:18px!important;border-radius:16px!important;background:rgba(218,184,102,.045)!important;border:1px solid rgba(218,184,102,.15)!important}
html body .admin-grid-v38 b{display:block!important;color:#f5d98d!important;-webkit-text-fill-color:#f5d98d!important;margin-bottom:8px!important}
html body .admin-grid-v38 span{color:#aa9d80!important;-webkit-text-fill-color:#aa9d80!important;line-height:1.6!important}
html body .admin-back-v38{display:inline-flex!important;margin-top:18px!important;color:#d9c28b!important;-webkit-text-fill-color:#d9c28b!important}
html body.admin-page .modal.show{align-items:flex-start!important;padding:44px 20px!important;background:rgba(0,0,0,.74)!important;backdrop-filter:blur(8px)!important}
html body.admin-page .modal-card{width:min(1120px,calc(100vw - 40px))!important;max-height:calc(100vh - 88px)!important;padding:24px!important;overflow:auto!important}
html body.admin-page .modal-brand{position:sticky!important;top:-24px!important;z-index:6!important;margin:-24px -24px 18px!important;padding:22px 62px 18px 24px!important;background:linear-gradient(180deg,rgba(15,13,9,.98),rgba(10,9,7,.96))!important;border-bottom:1px solid rgba(218,184,102,.15)!important}
html body.admin-page .modal-brand b{font-size:22px!important;color:#ffedbd!important;-webkit-text-fill-color:#ffedbd!important}
html body.admin-page .modal-note{padding:10px 12px!important;border-radius:10px!important;background:rgba(0,0,0,.18)!important;color:#b9aa8a!important;-webkit-text-fill-color:#b9aa8a!important;line-height:1.65!important}
html body.admin-page .admin-config-panel,
html body.admin-page .admin-leads{padding:18px!important;border-radius:16px!important;background:rgba(218,184,102,.035)!important;border:1px solid rgba(218,184,102,.16)!important}
html body.admin-page .admin-panel-head,
html body.admin-page .admin-leads-head{align-items:center!important;border-bottom:1px solid rgba(218,184,102,.12)!important;padding-bottom:12px!important;margin-bottom:14px!important}
html body.admin-page .admin-panel-head b,
html body.admin-page .admin-leads-head b{font-size:15px!important;color:#ffe6a6!important;-webkit-text-fill-color:#ffe6a6!important}
html body.admin-page .admin-panel-head span,
html body.admin-page .admin-leads-head span{color:#a89a7d!important;-webkit-text-fill-color:#a89a7d!important}
html body.admin-page .admin-config-grid,
html body.admin-page .admin-json-grid,
html body.admin-page .admin-test-grid,
html body.admin-page .admin-test-override-grid{gap:12px!important}
html body.admin-page .admin-tool-row,
html body.admin-page .admin-model-row,
html body.admin-page .admin-runtime-row,
html body.admin-page .admin-effect-row{border-radius:13px!important;background:rgba(0,0,0,.20)!important;border:1px solid rgba(218,184,102,.13)!important}
html body.admin-page .admin-save-bar{background:linear-gradient(180deg,rgba(7,6,5,.72),rgba(7,6,5,.98) 42%)!important;border-top:1px solid rgba(218,184,102,.16)!important}

@media(max-width:1180px){
  html body .content{padding-left:24px!important;padding-right:24px!important}
  html body .ws-grid{grid-template-columns:1fr!important;max-width:760px!important;margin:0 auto!important}
  html body .ws-result{position:static!important;min-height:520px!important}
  html body .home-hero{grid-template-columns:1fr!important;max-width:860px!important;margin:0 auto!important}
}
@media(max-width:860px){
  html body .content{padding:22px 18px!important}
  html body .sidebar{top:36px!important;height:calc(100vh - 36px)!important;width:min(292px,calc(100vw - 44px))!important;flex-basis:min(292px,calc(100vw - 44px))!important}
  html body .topnav{min-height:58px!important;padding:10px 14px!important}
  html body .topnav-actions{gap:8px!important;overflow-x:auto!important;justify-content:flex-start!important}
  html body .pill{height:38px!important;min-height:38px!important;padding:0 12px!important;font-size:12.5px!important}
  html body .ws-head h1{font-size:28px!important}
  html body .ws-form,
  html body .ws-result{padding:18px!important;border-radius:18px!important}
  html body .detail-workflow-box,
  html body .type-grid,
  html body .ws-select-row,
  html body .ws-airow{grid-template-columns:1fr!important}
  html body .ws-actions{grid-template-columns:1fr!important}
  html body .ws-actions .ws-num{width:100%!important}
  html body .ws-empty.preview-empty-v29{min-height:360px!important}
  html body .admin-shell-v38{width:calc(100% - 28px)!important;padding:28px 0!important}
  html body .admin-hero-v38,
  html body .admin-grid-v38{grid-template-columns:1fr!important}
  html body .admin-hero-v38{padding:22px!important}
  html body.admin-page .modal.show{padding:10px!important}
  html body.admin-page .modal-card{width:calc(100vw - 20px)!important;max-height:calc(100vh - 20px)!important;padding:18px!important;border-radius:18px!important}
  html body.admin-page .modal-brand{top:-18px!important;margin:-18px -18px 14px!important;padding:18px 54px 14px 18px!important}
}
@media(max-width:520px){
  html body .content{padding-left:14px!important;padding-right:14px!important}
  html body .home-hero h1{font-size:36px!important}
  html body .chat-composer{padding:16px!important}
  html body .chat-word{font-size:32px!important}
  html body .sb-sub>div{padding-left:18px!important;margin-left:22px!important}
  html body .tool-channel-status{grid-template-columns:1fr!important}
}

/* v76: sidebar collapse hard reset. Prevent hidden subcategory tracks after open -> close. */
html body .sb-group:not(.open) .sb-sub{
  display:block!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  opacity:0!important;
  pointer-events:none!important;
  overflow:hidden!important;
  visibility:hidden!important;
  grid-template-rows:0fr!important;
}
html body .sb-group:not(.open) .sb-sub>div{
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  gap:0!important;
  overflow:hidden!important;
}
html body .sb-group:not(.open) .sb-sub a{
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
  border-width:0!important;
  opacity:0!important;
  overflow:hidden!important;
}
html body .sb-group.open .sb-sub{
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
html body .sb-item.has-sub:focus:not(:focus-visible){
  outline:0!important;
}

/* v77: make credit recharge a first-class action */
html body .pricing-hero-actions-v76{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
html body .pricing-recharge-v76{scroll-margin-top:88px;transition:border-color .2s ease,box-shadow .2s ease}
html body .pricing-recharge-v76.is-focused{border-radius:18px;box-shadow:0 0 0 2px rgba(240,212,134,.35),0 24px 70px -48px rgba(240,212,134,.75)}
@media(max-width:520px){html body .pricing-hero-actions-v76{display:grid;grid-template-columns:1fr}.pricing-hero-actions-v76 .btn{width:100%}}
