:root{--color-primary:#f0d68a;--color-danger:#ef4444;--color-success:#22c55e;--bg-page:#0b0c0d;--bg-card:#161718;--border-soft:rgba(255,255,255,.12);--text-main:#f6f6f6;--text-muted:#cfc7b8;--app-bg:#0b0c0d;--panel-bg:#161718;--panel-bg-soft:#1b1b1b;--gold:#f0d68a;--gold-2:#e2cb8a;--text:#f6f6f6;--text-soft:#cfc7b8;--border:rgba(255,255,255,.12);--radius-lg:20px;--radius-md:14px;--shadow-modal:0 40px 120px rgba(0,0,0,.68)}html,body,#root{min-height:100%}img{max-width:100%}.brandMark{display:grid;place-items:center;width:52px;height:52px;flex:0 0 auto;border-radius:16px;color:#f2d58c;background:#070809;box-shadow:0 14px 46px #e7c76f24}.brandMark svg{display:block;width:100%;height:100%}.topBrand .brandMark{width:58px;height:58px;border-radius:18px}.topBrandButton{display:flex;align-items:center;gap:14px;margin:0;padding:0;border:0!important;background:transparent!important;color:inherit;text-align:left;cursor:pointer}.topBrandButton:hover .brandMark{filter:drop-shadow(0 0 18px rgba(242,213,140,.28))}.authBrandV2 .brandMark{width:56px;height:56px}.authLogoV2.brandMark{background:#070809;color:#f2d58c}:root{--bg:#0c1015;--panel:#151a21;--panel2:#1b222c;--line:#2b3442;--text:#edf2f7;--muted:#8c98a8;--gold:#d8b86a;--gold2:#f0d99b;--blue:#67a8ff;--green:#70d69c;--red:#ff7d7d}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 70% 10%,#1f2631 0,#0c1015 42%,#090b0e);font-family:Inter,Microsoft YaHei,system-ui,sans-serif;color:var(--text)}button,input,select,textarea{font:inherit}button{border:1px solid var(--line);background:#202732;color:var(--text);border-radius:12px;padding:10px 14px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;justify-content:center}button:hover{border-color:var(--gold);color:var(--gold2)}button:disabled{opacity:.45;cursor:not-allowed}.primary,.submit{background:linear-gradient(135deg,var(--gold),#f5dfa2);color:#171717;border:0;font-weight:800;box-shadow:0 10px 28px #d8b86a25}.danger{border-color:#704048;color:#ffadad}.full{width:100%}input,select,textarea{background:#10151c;border:1px solid var(--line);color:var(--text);border-radius:12px;padding:12px 14px;outline:none}textarea{min-height:96px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #d8b86a22}.authPage{min-height:100vh;display:grid;place-items:center;padding:40px}.authBrand{position:fixed;left:32px;top:24px;display:flex;gap:14px;align-items:center}.logo{width:48px;height:48px;border-radius:16px;background:linear-gradient(145deg,#d8b86a,#7d6226);color:#0f1217;font-weight:900;display:grid;place-items:center}.authBrand b{font-size:24px}.authBrand small{display:block;color:var(--muted)}.authCard{width:min(680px,92vw);background:#151a21e8;border:1px solid #343c48;border-radius:30px;padding:42px;box-shadow:0 28px 100px #0008}.authCard h1{margin:0 0 10px;text-align:center}.authCard p{color:var(--muted);line-height:1.8}.authCard label{display:block;color:#c7d0db;margin-top:18px}.authCard input,.authCard textarea{width:100%;margin-top:8px}.tabs{display:grid;grid-template-columns:1fr 1fr;margin:28px 0;border-bottom:1px solid var(--line)}.tabs button{border:0;background:transparent;border-radius:0;padding-bottom:16px}.tabs .on{color:var(--gold2);border-bottom:2px solid var(--gold)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.inputBtn{display:flex}.inputBtn input{border-radius:12px 0 0 12px}.inputBtn button{border-radius:0 12px 12px 0;margin-top:8px;white-space:nowrap}.switch{text-align:center}.switch b{color:var(--gold2);cursor:pointer}.inline{position:static;margin-top:16px}.app{display:grid;grid-template-columns:280px 1fr;min-height:100vh}aside{position:sticky;top:0;height:100vh;background:#0e1218;border-right:1px solid #252c36;padding:22px;display:flex;flex-direction:column}.brand{display:flex;gap:12px;align-items:center;margin-bottom:34px}.brand b{font-size:22px}.brand small{display:block;color:var(--muted);font-size:12px}nav{display:grid;gap:8px}nav button{justify-content:flex-start;background:transparent;border:0;color:#b4bfcd;padding:13px 14px}nav button.active{background:linear-gradient(90deg,#d8b86a25,#ffffff05);color:var(--gold2);border:1px solid #5b4b25}.me{margin-top:auto;border-top:1px solid var(--line);padding-top:18px;display:grid;gap:8px}.me span{color:var(--muted);font-size:13px}.main{padding:28px 34px 80px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}header h1{margin:0;font-size:28px}header p{margin:8px 0 0;color:var(--muted)}.status{border:1px solid #38513f;background:#132019;color:#9de3b2;padding:10px 14px;border-radius:999px;display:flex;gap:8px;align-items:center}.toast{background:#203247;border:1px solid #41627f;color:#d7ecff;padding:12px 16px;border-radius:14px;margin-bottom:18px}.metrics{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:18px}.metric{background:linear-gradient(180deg,#1a2029,#121820);border:1px solid var(--line);border-radius:22px;padding:22px}.metric span{display:block;color:var(--muted)}.metric b{display:block;font-size:28px;margin-top:10px;color:var(--gold2)}.panel{background:#151a21dd;border:1px solid var(--line);border-radius:24px;padding:22px;margin-bottom:18px;box-shadow:0 18px 60px #0003}.panel h2{margin:0 0 18px;display:flex;gap:8px;align-items:center}.panelTitle{display:flex;justify-content:space-between;align-items:center}.seg .on{background:var(--gold);color:#111}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.filterGroup{display:flex;gap:10px;flex-wrap:wrap}.filterGroup input,.filterGroup select,.toolbar input,.toolbar select{min-width:150px}.tableWrap{overflow:auto;border:1px solid var(--line);border-radius:16px}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;padding:14px 16px;border-bottom:1px solid #252d38;white-space:nowrap}th{color:#9faaba;background:#111821;font-weight:600}td{color:#e7edf5}td b{color:var(--gold2);cursor:pointer}tr:hover td{background:#ffffff04}.pager{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:14px;color:var(--muted)}.badge{border:1px solid var(--line);padding:5px 9px;border-radius:999px;font-size:12px}.badge.active,.badge.success,.badge.paid,.badge.income{background:#173326;color:#9af0b5;border-color:#285b3e}.badge.disabled,.badge.failed,.badge.rejected,.badge.cost{background:#3a2023;color:#ffb2b2;border-color:#6a3035}.badge.pending{background:#3c321b;color:#ffe3a4;border-color:#705b2a}.split{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);gap:18px}.side{position:sticky;top:20px;align-self:start}.chart{width:100%;height:270px}.chart line{stroke:#384250}.chart polyline{stroke-width:4;stroke-linecap:round}.chart .income{stroke:var(--gold)}.chart .cost{stroke:var(--green)}.chart text{fill:#c7d0db}.bars{display:grid;gap:12px}.bars div{display:grid;grid-template-columns:150px 1fr 140px;gap:12px;align-items:center}.bars i{height:12px;border-radius:99px;background:linear-gradient(90deg,var(--gold),#fff0bd)}.work{display:grid;grid-template-columns:360px minmax(0,1fr) 260px;gap:18px}.tool input[type=file]{width:100%;background:#10151c;border:1px dashed #4c596a;padding:20px}.opGrid,.templateGrid,.wmGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}.templateGrid button,.opGrid button{display:grid;align-items:start;text-align:left}.templateGrid small,.opGrid small{display:block;color:#667386;margin-top:4px}.preview{display:grid;place-items:center;min-height:620px}.preview h2{justify-self:start;align-self:start}.preview img{max-width:100%;max-height:660px;border-radius:18px;border:1px solid var(--line);background:#0b0f14}.history{max-height:740px;overflow:auto}.thumb{display:grid;grid-template-columns:74px 1fr;gap:12px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:8px;margin-bottom:10px;cursor:pointer}.thumb img{width:74px;height:74px;object-fit:cover;border-radius:10px}.assetGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.asset{background:#10161e;border:1px solid var(--line);border-radius:18px;padding:12px;display:grid;gap:8px}.asset img{height:170px;width:100%;object-fit:cover;border-radius:12px;background:#06080b}.asset span,.asset small{color:var(--muted)}.asset a{color:var(--gold2)}.create .toolbar{justify-content:flex-start;flex-wrap:wrap}.hint{color:var(--muted)}.templateList{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px}.templateList div{background:#10161e;border:1px solid var(--line);border-radius:18px;padding:16px}.templateList span{display:inline-block;color:var(--gold2);margin:8px 0}.templateList p{color:#b7c1cf;line-height:1.7}.settings label{color:#cbd5e1}.settings input,.settings textarea,.settings select{width:100%;margin-top:8px}.check{display:flex!important;align-items:center;gap:10px;margin:18px 0}.empty{color:var(--muted);text-align:center;padding:40px}.loading{height:100vh;display:grid;place-items:center}.grid2 input{width:100%}@media (max-width:1200px){.metrics{grid-template-columns:repeat(3,1fr)}.work{grid-template-columns:1fr}.history{max-height:none}.split{grid-template-columns:1fr}.app{grid-template-columns:220px 1fr}}@media (max-width:760px){.app{display:block}aside{height:auto;position:static}.metrics,.grid2{grid-template-columns:1fr}.toolbar,.filterGroup{display:grid}.main,.authPage{padding:20px}.authBrand{position:static;margin-bottom:20px}.authCard{padding:26px}}.stack{display:grid;gap:18px}.detailWide{width:100%}.detailHead{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:14px}.detailHead h2{margin-bottom:10px}.profileTips{display:grid;gap:10px}.studio{display:grid;grid-template-columns:320px minmax(560px,1fr) 260px;gap:18px;align-items:start}.studioLeft,.studioCenter,.studioRight{background:linear-gradient(180deg,#141920f5,#0c1016fa);border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 20px 50px #00000047}.studioLeft{max-height:calc(100vh - 140px);overflow:auto}.studioRight{position:sticky;top:20px;max-height:calc(100vh - 140px);overflow:hidden;display:flex;flex-direction:column}.leftBlock{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:18px;margin-bottom:18px}.leftBlock:last-child{border-bottom:0;margin-bottom:0}.leftBlock h3,.studioRight h3,.uploadPanel h3{margin:0 0 14px;color:#fff}.featureGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.featureGrid button{position:relative;text-align:left;min-height:82px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#dce8f4;padding:14px;display:flex;flex-direction:column;gap:6px}.featureGrid button.on{background:linear-gradient(135deg,#f2d88c,#c49a39);color:#121212;border-color:#f2d88c;box-shadow:0 10px 28px #dab55438}.featureGrid small{font-size:12px;line-height:1.35;color:inherit;opacity:.78}.featureGrid em{position:absolute;right:10px;bottom:8px;font-size:11px;font-style:normal;opacity:.7}.muted{color:var(--muted);font-size:13px;margin-top:-6px}.templateCards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.templateCards button,.uploadTpl{min-height:84px;border-radius:14px;border:1px solid rgba(255,255,255,.09);background:#ffffff09;color:#edf6ff;padding:12px;text-align:left;display:flex;flex-direction:column;justify-content:center;gap:7px;cursor:pointer}.templateCards button.picked{border-color:#efd487;background:#efd48724;box-shadow:inset 0 0 0 1px #efd48740}.templateCards small{color:var(--muted)}.uploadTpl{align-items:center;text-align:center;border-style:dashed;color:#d8c17b}.uploadTpl input{display:none}.refMini{display:flex;align-items:center;gap:10px;margin-top:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px}.refMini img{width:54px;height:54px;object-fit:cover;border-radius:10px}.refMini span{flex:1;color:#dce8f4}.refMini button{padding:8px 10px}.waterbar{display:flex;justify-content:flex-end;margin-bottom:12px}.waterbar button{border:1px solid rgba(239,212,135,.5);color:#f2d88c;background:#efd48712;border-radius:16px;padding:12px 18px}.uploadPanel{padding:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff06;border-radius:24px;margin-bottom:18px}.dropZone{min-height:300px;border:1px dashed rgba(239,212,135,.72);border-radius:18px;background:#efd48709;display:grid;place-items:center;text-align:center;padding:24px;cursor:pointer;color:#eaf2ff;overflow:hidden}.dropZone input{display:none}.dropZone svg{color:#e7c873;background:#e7c8731a;border-radius:50%;padding:10px;box-sizing:content-box}.dropZone b{font-size:22px;margin-top:10px}.dropZone span{color:var(--muted)}.dropZone img{max-width:100%;max-height:420px;object-fit:contain;border-radius:14px;box-shadow:0 12px 40px #00000059}.promptPanel{border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:18px;background:#ffffff06}.promptHead{display:flex;justify-content:space-between;gap:14px;margin-bottom:14px}.promptHead div{display:flex;flex-direction:column;gap:6px}.promptHead b{font-size:18px;color:#fff}.promptHead span,.promptHead small{color:var(--muted)}.chosen{display:inline-flex;margin-bottom:12px;padding:8px 12px;border-radius:999px;background:#efd4871f;border:1px solid rgba(239,212,135,.28);color:#f2d88c}.promptPanel textarea{width:100%;min-height:118px;background:#0000003d;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:14px;font-size:15px;color:#eef6ff;resize:vertical}.resRow button{border-radius:12px;padding:11px 24px}.resRow button.on{background:#ffffff1f;color:#fff}.rightHead{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.rightHead button{padding:8px 12px}.historySearch{width:100%;margin-bottom:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;color:var(--muted);padding:12px}.resultList{display:grid;gap:14px;overflow:auto;padding-right:4px}.resultCard{position:relative;border-radius:18px;background:#fff;padding:10px;cursor:pointer;box-shadow:0 12px 24px #0000002e}.resultCard img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px;display:block}.resultCard span{position:absolute;left:18px;top:18px;background:#51b568;color:#fff;font-size:12px;border-radius:999px;padding:5px 10px;font-weight:800}.resultCard small{display:block;color:#536070;margin-top:8px;padding:0 4px}.work{display:block}.tool,.preview,.history{display:none!important}@media (max-width:1300px){.studio{grid-template-columns:280px 1fr}.studioRight{grid-column:1/-1;position:static;max-height:none}.resultList{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media (max-width:900px){.studio,.featureGrid,.templateCards{grid-template-columns:1fr}.resRow{flex-wrap:wrap}.resRow .generate{margin-left:0;width:100%}}.studioV2{grid-template-columns:390px minmax(620px,1fr) 280px}.optionRail{padding:0;overflow:hidden}.brandMini{display:flex;align-items:center;gap:14px;padding:22px 22px 18px;border-bottom:1px solid rgba(255,255,255,.08)}.brandMini .markLogo{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,#f4d98d,#b68a32);color:#0f0f0f;font-weight:900}.brandMini b{font-size:24px;color:#fff}.brandMini small{display:block;color:#b9c1ce;margin-top:2px}.featureGrid.clean{grid-template-columns:1fr 1fr}.featureGrid.clean button{min-height:54px;justify-content:center}.featureGrid.clean button b{font-size:16px}.featureIntro{color:#c5cbd5;line-height:1.8}.resourceTop{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:16px}.resourceTop input{background:#151a20;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:12px;color:#dfe7f2}.resourceTop button{border-radius:14px}.templateCards.visual{grid-template-columns:1fr 1fr}.templateCards.visual button,.templateCards.visual .uploadTpl{height:108px;border-style:dashed}.templateCards.visual button{background:linear-gradient(180deg,#171c22,#101419)}.optBox{border:0}.switchRow,.radioRow{display:flex;justify-content:space-between;align-items:center;gap:16px;background:#111315;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;margin:10px 0}.switchRow small,.radioRow small{display:block;color:#929aa6;margin-top:4px}.switchRow input{width:20px;height:20px}.pillGroup{display:flex;gap:8px;flex-wrap:wrap}.pillGroup button{padding:8px 14px}.pillGroup button.on,.styleGrid button.on,.posGrid button.on{background:linear-gradient(135deg,#f2d88c,#c49a39);color:#111;border-color:#f2d88c}.muted2{color:#a8b1bf}.topActions{display:flex;justify-content:flex-end;margin-bottom:12px}.topActions button{border:1px solid rgba(239,212,135,.5);color:#f4d98d;background:#efd48714;border-radius:16px;padding:12px 18px}.promptPreview{margin-top:12px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff08;padding:10px 12px}.promptPreview summary{cursor:pointer;color:#f1d88b}.promptPreview pre{white-space:pre-wrap;word-break:break-word;color:#cbd5e1;line-height:1.6;font-size:13px}.resultCard button{width:100%;margin-top:8px;border-radius:12px;color:#121212;background:linear-gradient(135deg,#f2d88c,#c49a39);font-weight:800}.modalMask{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99;display:grid;place-items:center;padding:30px}.wmModal{width:min(1200px,96vw);max-height:92vh;overflow:hidden;background:#191919;border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 40px 120px #0000008c;display:flex;flex-direction:column}.modalHead,.modalFoot{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.modalFoot{border-top:1px solid rgba(255,255,255,.1);border-bottom:0;justify-content:flex-end;gap:12px}.modalHead h2{margin:0}.modalHead button{font-size:28px;background:transparent;border:0;color:#fff}.wmBody{display:grid;grid-template-columns:1fr 1.1fr;gap:26px;padding:24px;overflow:auto}.wmForm{display:grid;gap:12px}.wmForm input:not([type=checkbox]):not([type=range]){width:100%;background:#151515;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:12px;color:#fff}.switchLine{display:flex;gap:12px;align-items:center}.switchLine input{width:22px;height:22px}.styleGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.posGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.posGrid button,.styleGrid button{border-radius:12px;padding:10px}.wmPreview{display:grid;align-content:start;gap:14px}.wmCanvas{height:500px;border-radius:18px;background:linear-gradient(180deg,#f5f5f5,#e5e5e5);position:relative;overflow:hidden;border:16px solid #fff}.wmCanvas:before{content:"";position:absolute;left:20%;right:20%;top:38%;height:130px;border-radius:18px;background:linear-gradient(135deg,#b07d4e,#e5c394);box-shadow:0 20px 50px #0000002e}.wmSample{position:absolute;display:grid;line-height:1.1}.wmSample strong{font-weight:900}.wmSample small{font-size:.38em;margin-top:.25em}.wmSample.badge{background:#0a0a0abf;border:2px solid currentColor;border-radius:999px;padding:.25em .75em}.wmSample.corner{border-left:4px solid currentColor;border-bottom:4px solid currentColor;padding:.15em .45em}.wmSample.tile{transform:rotate(-18deg);opacity:.28!important}.wmCanvas.top-left .wmSample{left:34px;top:34px}.wmCanvas.top-center .wmSample{left:50%;top:34px;transform:translate(-50%)}.wmCanvas.top-right .wmSample{right:34px;top:34px}.wmCanvas.middle-left .wmSample{left:34px;top:50%;transform:translateY(-50%)}.wmCanvas.center .wmSample{left:50%;top:50%;transform:translate(-50%,-50%)}.wmCanvas.middle-right .wmSample{right:34px;top:50%;transform:translateY(-50%)}.wmCanvas.bottom-left .wmSample{left:34px;bottom:34px}.wmCanvas.bottom-center .wmSample{left:50%;bottom:34px;transform:translate(-50%)}.wmCanvas.bottom-right .wmSample{right:34px;bottom:34px}@media (max-width:1400px){.studioV2{grid-template-columns:340px 1fr}.studioRight{grid-column:1/-1}}@media (max-width:900px){.studioV2,.wmBody{grid-template-columns:1fr}.wmCanvas{height:340px}.styleGrid{grid-template-columns:1fr 1fr}}.app:has(.studioShell){display:block;min-height:100vh}.app:has(.studioShell)>aside,.app:has(.studioShell)>.main>header{display:none}.app:has(.studioShell)>.main{padding:0;min-height:100vh}.app:has(.studioShell) .toast{position:fixed;top:86px;left:50%;transform:translate(-50%);z-index:80;max-width:720px}.studioShell{min-height:100vh;background:#0b0d0f;color:#f4f6f8;overflow:hidden}.studioTop{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid rgba(255,255,255,.1);background:#171717;position:sticky;top:0;z-index:20}.studioTop .brandMini{padding:0;border:0}.studioNav{display:flex;align-items:center;gap:46px;color:#d9d9d9;font-size:16px}.studioNav b{color:#f0d58c}.topQuota{border:1px solid rgba(240,213,140,.45);border-radius:999px;padding:10px 18px;color:#f0d58c;background:#f0d58c0f;font-weight:900}.studioGrid3{height:calc(100vh - 78px);display:grid;grid-template-columns:440px minmax(620px,1fr) 300px;gap:0}.studioTools,.studioCanvas,.studioRecent{min-height:0;overflow:auto}.studioTools{border-right:1px solid rgba(255,255,255,.1);background:#181818;padding:24px}.studioCanvas{background:#0b0d0f;padding:24px 28px}.studioRecent{border-left:1px solid rgba(255,255,255,.1);background:#181818;padding:22px}.studioTools h3{margin:0 0 16px;color:#c9c9c9}.featureGridV21{display:grid;grid-template-columns:1fr 1fr;gap:12px}.featureGridV21 button{height:58px;border-radius:10px;background:#1c1c1c;border:1px solid #373737;color:#cfcfcf;justify-content:flex-start;font-size:16px;font-weight:800}.featureGridV21 button i{font-style:normal;font-size:20px;color:#b9b9b9}.featureGridV21 button.on{background:linear-gradient(135deg,#f4d98d,#c79d3e);color:#121212;border-color:#f4d98d;box-shadow:0 14px 28px #d6b3532e}.featureGridV21 button.on i{color:#111}.featureNote{margin:20px -24px 0;padding:22px 24px;border-top:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09);color:#cfcfcf;line-height:1.8}.featureNote b{display:block;color:#fff;margin-bottom:4px}.featureNote p{margin:0}.toolSection{padding:22px 0;border-bottom:1px solid rgba(255,255,255,.08)}.templateCardsV21{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-height:360px;overflow:auto;padding-right:6px}.templateCardsV21 button,.templateCardsV21 .uploadTpl{min-height:96px;border-radius:16px;background:#151515;border:1px dashed #383838;color:#f4f4f4;padding:14px;display:flex;flex-direction:column;justify-content:center;gap:6px;text-align:left}.templateCardsV21 .uploadTpl{align-items:center;text-align:center;color:#cfcfcf}.templateCardsV21 button.picked{border-color:#f0d58c;background:#f0d58c24}.templateCardsV21 small{color:#9fa7b3}.studioCanvas .topActions{position:sticky;top:0;z-index:5}.studioCanvas .uploadPanel,.studioCanvas .promptPanel{max-width:980px;margin-left:auto;margin-right:auto;background:#191919;border-color:#333}.studioCanvas .dropZone{min-height:330px;background:#202020;border-color:#d7bd6c}.studioCanvas .promptPreview{display:none!important}.studioCanvas .promptPanel textarea{background:#171717;border-color:#333;min-height:130px}.studioRecent .resultList{max-height:calc(100vh - 190px);overflow:auto;padding-right:6px}.resultCardV21{position:relative;border-radius:20px;background:#f7f5ef;padding:10px;min-height:190px;cursor:pointer;border:2px solid transparent;overflow:hidden}.resultCardV21:hover{border-color:#f0d58c}.resultCardV21>img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;display:block}.resultCardV21>span{position:absolute;left:18px;top:18px;background:#55b866;color:#fff;border-radius:999px;font-size:12px;font-weight:900;padding:5px 10px;z-index:2}.resultHover{position:absolute;top:10px;right:10px;bottom:10px;left:10px;background:#000000c2;border-radius:14px;opacity:0;transition:.18s;display:grid;align-content:center;gap:10px;padding:12px}.resultCardV21:hover .resultHover{opacity:1}.resultHover p{margin:0;color:#f0d58c;font-weight:800}.resultHover img{width:100%;height:84px;object-fit:contain;background:#fff;border-radius:10px}.resultHover div{display:grid;grid-template-columns:1fr;gap:6px}.resultHover button{padding:8px 10px;border-radius:10px;font-size:12px}.detailOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#101010;z-index:100;display:grid;place-items:center;padding:24px}.taskDetail{width:min(1500px,98vw);height:min(850px,94vh);display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-template-rows:78px 1fr;border:1px solid #333;border-radius:24px;background:#181818;overflow:hidden}.detailTop{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid #303030}.detailTop h2{margin:0}.detailTop button{font-size:30px;background:transparent;border:0}.compareArea{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:18px;min-width:0}.compareArea>div{background:#111;border:1px solid #303030;border-radius:20px;padding:16px;display:grid;grid-template-rows:auto 1fr}.compareArea h3{margin:0 0 12px}.compareArea img{width:100%;height:100%;object-fit:contain;background:#fff;border-radius:12px}.detailPanel{border-left:1px solid #303030;padding:24px;background:#1b1b1b;overflow:auto}.detailPanel p{color:#aeb6c2;line-height:1.7}.detailPanel b{color:#fff}.detailActions{display:grid;gap:12px;margin-top:28px}.detailActions button:nth-child(2){background:linear-gradient(135deg,#f4d98d,#c79d3e);color:#111;font-weight:900}.studioTop+.toast{margin:0}@media (max-width:1280px){.studioGrid3{grid-template-columns:360px minmax(560px,1fr)}.studioRecent{grid-column:1/-1;border-left:0;border-top:1px solid rgba(255,255,255,.1)}.studioRecent .resultList{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));display:grid;max-height:none}.studioNav{gap:18px}.taskDetail{grid-template-columns:1fr;height:95vh}.detailPanel{border-left:0;border-top:1px solid #303030}.compareArea{grid-template-columns:1fr}}@media (max-width:900px){.studioGrid3{display:block;height:auto}.studioTools,.studioCanvas,.studioRecent{height:auto;overflow:visible}.studioTop{height:auto;gap:12px;align-items:flex-start;flex-direction:column;padding:16px}.studioNav{flex-wrap:wrap}.featureGridV21,.templateCardsV21{grid-template-columns:1fr}}html,body,#root{width:100%;min-height:100%;overflow-x:hidden;background:#0b0d0f}.workbenchMode{display:block;min-height:100vh;width:100vw;overflow:hidden;background:#0b0d0f}.workbenchMode>aside,.workbenchMode>.main>header{display:none!important}.workbenchMode>.main{padding:0!important;margin:0!important;min-height:100vh;width:100vw;overflow:hidden}.workbenchMode .toast{position:fixed;top:86px;left:50%;transform:translate(-50%);z-index:80;max-width:720px}.studioShell{height:100vh;max-width:100vw;overflow:hidden}.studioTop{height:78px;box-sizing:border-box}.studioNav button{background:transparent;border:0;color:#d9d9d9;font-weight:800;font-size:16px;padding:10px 12px;border-radius:12px;cursor:pointer}.studioNav button:hover,.studioNav button.on{color:#f0d58c;background:#f0d58c14}.studioGrid3{height:calc(100vh - 78px);max-width:100vw;grid-template-columns:minmax(330px,380px) minmax(560px,1fr) minmax(260px,320px);overflow:hidden}.studioTools,.studioCanvas,.studioRecent{height:calc(100vh - 78px);box-sizing:border-box;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.studioTools{padding:22px 20px 90px}.studioCanvas{padding:22px 24px 110px}.studioRecent{padding:22px 20px 90px}.featureGridV21{grid-template-columns:1fr 1fr;gap:10px}.featureGridV21 button{height:52px;padding:0 12px}.templateCardsV21{max-height:none;overflow:visible;grid-template-columns:1fr 1fr}.toolSection{padding-bottom:34px}.studioCanvas .topActions{top:0;background:linear-gradient(180deg,#0b0d0f 70%,#0b0d0f00);padding-bottom:12px}.studioCanvas .uploadPanel,.studioCanvas .promptPanel{max-width:100%}.studioCanvas .dropZone{min-height:300px}.promptPanel{margin-bottom:80px}.resultList{display:grid;gap:16px}.resultCardV21{min-height:176px}*{scrollbar-width:thin;scrollbar-color:#6b5a2e #121416}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:#121416;border-radius:999px}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#8b7236,#4a3b1f);border-radius:999px;border:2px solid #121416}*::-webkit-scrollbar-thumb:hover{background:#b89445}@media (max-width:1280px){.studioGrid3{grid-template-columns:minmax(300px,360px) minmax(520px,1fr) minmax(240px,280px)}.studioNav{gap:8px}.studioNav button{font-size:14px;padding:8px}}.app{display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;min-height:100vh;background:radial-gradient(circle at 20% 0%,rgba(195,145,61,.16),transparent 34%),#0c1018;color:#f7efe3;overflow:hidden}aside{height:100vh;position:sticky;top:0;display:flex;flex-direction:column;border-right:1px solid rgba(227,184,103,.16);background:linear-gradient(180deg,#151923fa,#0a0d15fa);overflow:auto}.main{height:100vh;overflow:auto;padding:24px 28px 48px;box-sizing:border-box}.main header{position:sticky;top:0;z-index:4;margin:-24px -28px 22px;padding:22px 28px;background:linear-gradient(180deg,#0c1018fa,#0c1018e0);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(227,184,103,.12)}.stack{display:flex;flex-direction:column;gap:18px}.panel{border:1px solid rgba(227,184,103,.18);box-shadow:0 22px 60px #00000047}.miniInput{width:180px!important}.resourceGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.resourceCard{padding:14px;border:1px solid rgba(227,184,103,.16);background:#ffffff09;border-radius:18px;display:flex;flex-direction:column;gap:8px}.resourceCard img,.resourcePh{height:118px;border-radius:14px;background:linear-gradient(135deg,#c7974633,#ffffff0d);object-fit:cover;display:flex;align-items:center;justify-content:center;color:#d9b56d}.resourceCard b{font-size:16px}.resourceCard span,.resourceCard p{color:#b7ad9d;margin:0;font-size:12px}.resourceCard div:last-child{display:flex;gap:8px;margin-top:auto}.bars>div{display:grid;grid-template-columns:140px 1fr 150px;gap:12px;align-items:center;margin:12px 0}.bars i{height:12px;border-radius:99px;background:linear-gradient(90deg,#d6a85e,#f2d28a);display:block}.chart{width:100%;height:260px}.chart line{stroke:#ffffff3d}.chart .income{stroke:#e9bd6a;stroke-width:4}.chart .cost{stroke:#7fc7ff;stroke-width:4}.chart text{fill:#c8bdad}.seg{display:flex;gap:8px}.seg button.on,.tabs button.on{background:linear-gradient(135deg,#c8913e,#f0c875);color:#18140d}.check{display:flex!important;gap:10px;align-items:center}.check input{width:auto!important}.status{display:flex;align-items:center;gap:8px;border:1px solid rgba(227,184,103,.18);padding:10px 14px;border-radius:999px;color:#d9bd84;background:#ffffff0a}.tableWrap{overflow:auto}.tableWrap table{min-width:900px}.toast.inline{margin-top:12px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d6a85e59;border-radius:20px}::-webkit-scrollbar-track{background:#ffffff0a}.topApp{min-height:100vh;background:radial-gradient(circle at 75% -10%,rgba(214,168,94,.12),transparent 30%),#080b10;color:var(--text)}.topbar{height:78px;display:flex;align-items:center;gap:24px;padding:0 28px;border-bottom:1px solid rgba(216,184,106,.18);background:#121212f5;position:fixed;top:0;left:0;right:0;z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topBrand{display:flex;align-items:center;gap:14px;min-width:250px}.topBrand b{font-size:24px;line-height:1;color:#fff}.topBrand small{display:block;color:#c7b98f;font-size:13px;margin-top:5px}.topBrand .logo{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,#f0d27d,#9e792c);color:#111;font-weight:900}.topNav{display:flex;align-items:center;justify-content:center;gap:18px;flex:1;min-width:0}.topNav button{border:0;background:transparent;color:#e9e4d9;border-radius:12px;padding:11px 12px;font-size:16px;font-weight:800;white-space:nowrap;display:inline-flex;align-items:center;gap:7px}.topNav button:hover,.topNav button.active{color:#f2d58c;background:#f2d58c14}.topNav button.active{position:relative}.topNav button.active:after{content:"";position:absolute;left:12px;right:12px;bottom:-18px;height:2px;background:#f2d58c;border-radius:99px}.iconNav{width:42px!important;height:42px!important;padding:0!important;border:1px solid rgba(242,213,140,.22)!important;border-radius:14px!important;position:relative;justify-content:center!important}.iconNav span{display:none;position:absolute;top:48px;left:50%;transform:translate(-50%);background:#1b1b1b;border:1px solid rgba(242,213,140,.25);padding:8px 10px;border-radius:10px;font-size:13px;color:#f2d58c;box-shadow:0 14px 34px #0008}.iconNav:hover span{display:block}.systemIcon{width:42px!important;height:42px!important;padding:0!important;border-left:1px solid rgba(242,213,140,.3)!important;border-radius:0!important;color:#d6c18a!important}.topNavActions{margin-left:auto;display:flex;align-items:center;gap:10px;flex:0 0 auto}.topRight{display:flex;align-items:center;gap:14px;position:relative}.quotaPill{height:48px;border-radius:999px;border:1px solid rgba(242,213,140,.45);background:#f2d58c12;color:#f2d58c;font-weight:900;padding:0 18px}.avatarBtn{border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:14px}.avatarBtn:hover{background:#ffffff0f}.avatarBtn>span{width:46px;height:46px;border-radius:50%;background:#b8b8b8;color:#111;display:grid;place-items:center;font-weight:900;font-size:20px}.avatarBtn b{display:block;text-align:left}.avatarBtn small{display:block;color:#d4b76d;text-align:left;font-size:12px;margin-top:2px}.profileMenu{position:absolute;right:0;top:64px;width:250px;background:#1b1b1b;border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:14px;box-shadow:0 24px 70px #0009;z-index:80}.profileMenu button{width:100%;justify-content:flex-start;background:transparent;border:0;border-radius:10px;color:#e8e8e8;font-size:16px;padding:13px}.profileMenu button:hover{background:#ffffff0f;color:#f2d58c}.profileMenu i{display:block;height:1px;background:#ffffff1f;margin:8px 0}.profileMenu .logout{color:#ff7d7d}.topMain{padding:112px 42px 80px;max-width:1800px;margin:0 auto}.pageHead{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.pageHead h1{font-size:42px;margin:0;color:#fff;letter-spacing:-1px}.pageHead p{margin:8px 0 0;color:#b8c1cc}.modalMask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000009e;z-index:100;display:grid;place-items:center;padding:22px}.modalCard{width:min(520px,92vw);background:#181d25;border:1px solid rgba(242,213,140,.22);border-radius:22px;padding:24px;box-shadow:0 30px 90px #0009}.modalCard input{width:100%;margin:12px 0}.modalActions{display:flex;justify-content:flex-end;gap:12px;margin-top:12px}.topApp .app,.topApp aside{display:none!important}.topApp .panel{background:#141920eb}@media (max-width:1180px){.topbar{height:auto;min-height:78px;flex-wrap:wrap;padding:14px 18px}.topBrand{min-width:auto}.topNav{order:3;flex-basis:100%;justify-content:flex-start;overflow:auto;padding-bottom:4px}.topNav button.active:after{bottom:-5px}.topMain{padding:24px 20px 70px}.pageHead h1{font-size:32px}.quotaPill{height:42px}}.topNav{gap:12px}.navGroup{position:relative;display:inline-flex;align-items:center}.navGroup>.active{color:#f2d58c;background:#f2d58c14}.navArrow{font-size:12px;margin-left:2px;color:#d8bd76;transition:transform .18s ease}.navGroup:hover .navArrow{transform:translateY(1px)}.navDropdown{position:absolute;top:52px;left:50%;transform:translate(-50%);min-width:178px;padding:10px;background:#1a1a1a;border:1px solid rgba(242,213,140,.22);border-radius:16px;box-shadow:0 22px 64px #00000094;z-index:90;display:grid;gap:6px}.navDropdown:before{content:"";position:absolute;top:-7px;left:50%;transform:translate(-50%) rotate(45deg);width:12px;height:12px;background:#1a1a1a;border-left:1px solid rgba(242,213,140,.22);border-top:1px solid rgba(242,213,140,.22)}.navDropdown button{width:100%;justify-content:flex-start!important;padding:12px 14px!important;border-radius:12px!important;background:transparent!important;color:#eee7d8!important;font-size:15px!important}.navDropdown button:hover,.navDropdown button.itemActive{background:#f2d58c1a!important;color:#f2d58c!important}.navDropdown button:after{display:none!important}.topNav>.navGroup>button.active:after{content:"";position:absolute;left:12px;right:12px;bottom:-18px;height:2px;background:#f2d58c;border-radius:99px}@media (max-width:1180px){.navDropdown{left:0;transform:none;top:46px}.navDropdown:before{left:24px;transform:rotate(45deg)}}.adminLogPage{display:flex;flex-direction:column;gap:18px}.pageHero{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:-6px}.pageHero h1{font-size:42px;margin:0 0 6px;color:#fff}.pageHero p{margin:0;color:#aeb8c5}.aiTaskPanel{padding:26px}.aiTaskGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;margin-top:20px}.taskCard{position:relative;border:1px solid rgba(230,198,120,.18);background:linear-gradient(180deg,#171b22f5,#101216f5);border-radius:18px;overflow:hidden;box-shadow:0 18px 44px #00000038;transition:.18s ease}.taskCard:hover{transform:translateY(-2px);border-color:#f0d27d8c;box-shadow:0 22px 55px #00000059}.taskCard.checked{border-color:#f2d58c;box-shadow:0 0 0 2px #f2d58c2e}.selectDot{position:absolute;left:12px;top:12px;z-index:3}.selectDot input{display:none}.selectDot span{width:22px;height:22px;display:block;border-radius:8px;border:1px solid rgba(255,255,255,.65);background:#00000047;box-shadow:0 3px 12px #00000059}.selectDot input:checked+span{background:#f2d58c;border-color:#f2d58c}.selectDot input:checked+span:after{content:"";color:#111;font-weight:900;display:grid;place-items:center;height:100%}.taskImg{height:230px;background:#f5f1ea;cursor:pointer;position:relative;overflow:hidden}.taskImg img{width:100%;height:100%;object-fit:cover;display:block}.taskImg b{position:absolute;left:14px;top:14px;background:#54b867;color:#fff;padding:6px 10px;border-radius:999px;font-size:13px;box-shadow:0 8px 20px #0000003d}.taskMeta{padding:14px 16px 6px;display:grid;gap:6px}.taskMeta strong{font-size:17px;color:#fff}.taskMeta span{color:#c8c0ac}.taskMeta small{color:#858d99;font-family:ui-monospace,Consolas,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.taskActions{display:flex;gap:10px;padding:12px 14px 16px}.taskActions button{flex:1;justify-content:center}.empty.big{min-height:220px;display:grid;place-items:center;border:1px dashed rgba(240,210,125,.22);border-radius:18px;color:#aeb8c5;background:#ffffff06;grid-column:1/-1}.taskDetailModal{width:min(1580px,96vw);max-height:92vh;overflow:auto;background:#171717;border:1px solid rgba(255,255,255,.14);border-radius:22px;box-shadow:0 34px 110px #000000b3}.modalHead{height:68px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.12);padding:0 22px}.modalHead h2{margin:0;color:#fff}.modalHead button{font-size:34px;background:transparent;border:0;color:#fff}.detailGrid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:18px;padding:18px}.compareArea{display:grid;grid-template-columns:1fr 1fr;gap:18px;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:16px;background:#1c1c1c}.compareArea h3{margin:0 0 12px;color:#fff}.compareImg{height:520px;border-radius:16px;background:#f7f4ee;border:14px solid #050505;display:grid;place-items:center;overflow:hidden}.compareImg img{width:100%;height:100%;object-fit:contain}.compareImg span{color:#333}.detailInfo{border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:22px;background:#1d1d1d}.detailInfo h3{margin:0 0 18px;color:#fff}.detailInfo p{display:grid;grid-template-columns:90px 1fr;gap:12px;margin:0;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.detailInfo b{color:#a8a8a8}.detailInfo span{color:#fff;word-break:break-all}.detailBtns{display:grid;gap:12px;margin-top:22px}.detailBtns button{justify-content:center}.adminLogPage .toolbar{align-items:flex-start}.adminLogPage .filterGroup{flex-wrap:wrap}.adminLogPage .filterGroup input,.adminLogPage .filterGroup select{min-width:180px}@media (max-width:1100px){.detailGrid,.compareArea{grid-template-columns:1fr}.compareImg{height:360px}.pageHero{align-items:flex-start;flex-direction:column}.taskImg{height:200px}}.resourceCreate{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:stretch}.resourceUpload{height:240px;border:1px dashed rgba(242,213,140,.42);border-radius:18px;background:#ffffff09;display:grid;place-items:center;text-align:center;color:#d8c98e;cursor:pointer;overflow:hidden;padding:18px}.resourceUpload input{display:none}.resourceUpload img{width:100%;height:100%;object-fit:cover;border-radius:14px;background:#fff}.resourceUpload b{display:block;color:#fff;font-size:18px;margin-top:8px}.resourceUpload span{display:block;color:#9fa7b3;font-size:13px;line-height:1.6}.resourceForm{display:flex;flex-direction:column;gap:12px}.resourceForm textarea{min-height:92px}.resourceCard img{object-fit:cover}.resourceCard .resourcePh{display:grid;place-items:center;color:#f2d58c;font-weight:900}.resourceCard p{min-height:40px;color:#aeb8c5;margin:0;line-height:1.55}@media (max-width:900px){.resourceCreate{grid-template-columns:1fr}.resourceUpload{height:210px}}.workbenchGrid{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr) minmax(280px,360px);gap:18px;align-items:start}.featureGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0}.featureBtn{min-height:74px;border:1px solid rgba(242,213,140,.2);border-radius:16px;background:#ffffff08;color:#eae4d7;font-weight:900;display:grid;place-items:center}.featureBtn small{color:#9fa7b3;font-weight:600}.featureBtn.active{background:linear-gradient(135deg,#d1a64e,#f1d78e);color:#111}.featureBtn.active small{color:#3b2d12}.studioUpload{height:360px;border:1px dashed rgba(242,213,140,.48);border-radius:20px;display:grid;place-items:center;text-align:center;background:#ffffff09;cursor:pointer;overflow:hidden}.studioUpload input{display:none}.studioUpload img{width:100%;height:100%;object-fit:contain;background:#f7f3eb}.recentList{display:grid;gap:12px}.recentItem{display:grid;grid-template-columns:86px 1fr 44px;gap:12px;align-items:center;border:1px solid rgba(242,213,140,.16);border-radius:14px;padding:10px;background:#ffffff09}.recentItem img{width:86px;height:72px;border-radius:10px;object-fit:cover;background:#fff}.recentItem b,.recentItem span,.recentItem small{display:block}.recentItem span,.recentItem small{color:#9fa7b3;font-size:12px}.resourceGrid.compact{grid-template-columns:1fr 1fr;max-height:520px;overflow:auto}.resourceCard.small{border:1px dashed rgba(242,213,140,.16);background:#ffffff06;cursor:pointer;text-align:left;color:inherit}.resourceCard.small.active{border-color:#f2d58c;background:#f2d58c1a}.resourceCard.small img{height:88px}.successLine{color:#98efbd;background:#3cbe6e1f;border:1px solid rgba(60,190,110,.3);padding:10px 12px;border-radius:12px}.smallText{font-size:15px!important;word-break:break-all}@media (max-width:1320px){.workbenchGrid{grid-template-columns:1fr}.resourceGrid.compact{max-height:360px}}.studioUpload{padding:10px!important}.studioUpload .dropContent{display:grid;place-items:center;gap:10px;padding:22px;text-align:center;color:#e8dfc2}.studioUpload .dropContent b{font-size:20px;color:#fff}.studioUpload .dropContent span{color:#c3b79a}.studioUpload .uploadActions{margin-top:12px}.studioUpload .uploadActions button{border-radius:12px;padding:8px 14px;border:1px solid rgba(242,213,140,.18);background:#f2d58c0f;color:#f2d58c}.studioUpload .uploadActions button:hover{background:linear-gradient(135deg,#f2d88c,#c49a39);color:#111;border-color:#f2d88c}.resRow{display:flex;align-items:center;gap:10px;margin-top:16px}.resRow span{color:var(--muted);margin-right:6px}.resRow .pillGroup{display:flex;gap:8px}.resRow .pillGroup button{border-radius:12px;padding:8px 14px;border:1px solid rgba(255,255,255,.06);background:transparent;color:#e7e0c8}.resRow .pillGroup button.on{background:linear-gradient(135deg,#f2d88c,#c49a39);color:#111;border-color:#f2d88c}.resRow .generate{margin-left:auto;background:linear-gradient(135deg,#f2d88c,#c49a39);color:#141414;border:0;font-weight:900;min-width:150px;box-shadow:0 12px 28px #dab55438}.studioUpload img{border-radius:12px;max-height:420px;object-fit:contain}.topBrand .logo{background:radial-gradient(circle at 30% 30%,#f6e1a5,#c59a3b);color:#171717}.topBrand b{letter-spacing:.5px}.topRight .quotaPill{min-width:128px}.topMain{padding-top:18px}.wbScreen{display:grid;grid-template-columns:340px minmax(0,1fr) 300px;gap:18px;align-items:start}.wbSidePanel,.wbCenterPanel,.wbRightPanel{background:linear-gradient(180deg,#181818f5,#111111fa);border:1px solid rgba(255,255,255,.08);border-radius:24px;box-shadow:0 18px 50px #0000004d}.wbSidePanel{padding:22px 24px;min-height:760px}.wbCenterPanel{padding:22px;min-height:760px}.wbRightPanel{padding:18px 18px 16px;min-height:760px;display:flex;flex-direction:column}.wbPanelTitle{font-size:18px;font-weight:900;color:#f5f2eb;margin-bottom:18px}.wbFeatureGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.wbFeatureBtn{height:70px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#131416;color:#efebe2;display:flex;align-items:center;gap:12px;padding:0 16px;font-weight:800;text-align:left;transition:.18s ease}.wbFeatureBtn:hover{border-color:#f2d58c66}.wbFeatureBtn.active{background:linear-gradient(135deg,#e2cb8a,#f3ddb0);color:#17120a;border-color:#f3ddb0;box-shadow:0 10px 28px #e5c87526}.wbFeatureTag{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;border:1px solid currentColor;font-size:12px;flex:0 0 auto}.wbDivider{height:1px;background:#ffffff14;margin:18px -24px}.wbDescRow{display:flex;align-items:flex-start;gap:12px;color:#bdb7ab;font-size:15px;line-height:1.7}.wbDescRow p{margin:0}.wbMiniIcon{display:inline-grid;place-items:center;min-width:22px;height:22px;color:#f0d68a;font-weight:900}.wbSearchRow{display:flex;gap:12px;margin:18px 0 14px}.wbSearchInput{flex:1;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.1);background:#111214;border-radius:14px;padding:0 14px;height:46px;color:#d8d0c0}.wbSearchInput input{flex:1;border:0;background:transparent;color:#f2eee5;outline:none;font-size:15px}.wbSelect{min-width:114px;height:46px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#141517;color:#f2eee5;padding:0 14px;outline:none}.wbSelect.dark{background:#101113}.wbTabs{display:flex;gap:26px;font-weight:800;color:#c8c2b4;margin:8px 0 14px;padding:0 2px}.wbTabs button{background:transparent;border:0;color:inherit;padding:0 0 8px;position:relative}.wbTabs button.active{color:#fff}.wbTabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#f0d68a;border-radius:99px}.wbSectionLabel{font-size:15px;color:#e9e0cf;margin-bottom:12px}.wbResourceGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-content:start;max-height:430px;overflow:auto;padding-right:2px}.wbUploadCard,.wbResourceCard{border-radius:18px;border:1px dashed rgba(255,255,255,.12);background:#111214;color:#efe7d7;min-height:148px;padding:14px;text-align:left}.wbUploadCard{display:grid;place-items:center;gap:8px}.wbUploadCard span{font-size:44px;color:#fff;line-height:1}.wbUploadCard b{font-size:18px}.wbResourceCard{display:flex;flex-direction:column;gap:8px;transition:.18s ease}.wbResourceCard.active{border-color:#f0d68a;background:#f0d68a1a;box-shadow:0 0 0 1px #f0d68a2e}.wbResourceCard img{width:100%;height:86px;object-fit:cover;border-radius:12px;background:#fff}.wbResourceCard b{font-size:15px;color:#fff}.wbResourceCard span{font-size:12px;color:#aaa18d;line-height:1.5}.wbResourcePlaceholder{height:86px;border-radius:12px;background:#f0d68a0f;display:grid;place-items:center;color:#f0d68a;font-weight:900}.wbLibraryEmpty{grid-column:1/-1;color:#7f7f7f;text-align:center;padding:10px 0}.wbConfigTitle{font-size:28px;font-weight:900;color:#fff;margin:18px 0 14px}.wbOptionCard{border:1px solid rgba(255,255,255,.08);background:#0f1012;border-radius:22px;padding:18px 18px 8px;display:grid;gap:18px}.wbOptionRow{display:flex;align-items:center;justify-content:space-between;gap:16px}.wbOptionRow b,.wbAngleGroup b,.wbRadioRow b{display:block;color:#fff;font-size:16px;margin-bottom:4px}.wbOptionRow span,.wbRadioRow span{color:#9d978b;font-size:14px;line-height:1.6}.wbSwitch{position:relative;display:inline-flex;align-items:center}.wbSwitch input{display:none}.wbSwitch i{width:38px;height:22px;border-radius:22px;background:#5d5d5d;display:block;position:relative;transition:.2s ease}.wbSwitch i:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:.2s ease}.wbSwitch input:checked+i{background:#d6bc71}.wbSwitch input:checked+i:after{left:19px;background:#141414}.wbAngleGroup{display:grid;gap:10px}.wbPills{display:flex;gap:8px;flex-wrap:wrap}.wbPills button{height:34px;padding:0 14px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#16171a;color:#e9e1d0}.wbPills button.active{background:linear-gradient(135deg,#e2cb8a,#f3ddb0);color:#17120a;border-color:#f3ddb0}.wbOnlyDesc{padding-top:2px}.wbRadioList{padding-bottom:14px}.wbRadioRow{display:flex;align-items:center;justify-content:space-between;gap:16px}.wbRadioRow input{width:22px;height:22px;accent-color:#d8be72}.wbMainBlock{margin-bottom:18px}.wbBlockTitle{color:#f0d68a;font-size:17px;font-weight:800;margin-bottom:12px}.wbUploadBox{position:relative;display:block;height:300px;border-radius:24px;border:1px dashed rgba(240,214,138,.52);background:#ffffff05;overflow:hidden;cursor:pointer}.wbUploadBox input{display:none}.wbPreview{width:100%;height:100%;object-fit:contain;background:#141414}.wbUploadInner{height:100%;display:grid;place-items:center;text-align:center;padding:20px;color:#e6dfd0}.wbUploadInner b{font-size:18px;color:#fff;margin-top:12px}.wbUploadInner span{color:#cabd9e;margin-top:6px}.wbUploadInner em{color:#8b846f;font-style:normal;margin:14px 0}.wbUploadInner button{height:44px;padding:0 22px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#18191b;color:#f2ece0}.wbUploadCircle{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#f0d68a2e;color:#f0d68a;font-size:28px;font-weight:900}.wbRefCard{border:1px solid rgba(255,255,255,.08);border-radius:22px;background:#17181a;padding:16px 18px;margin-bottom:16px}.wbRefHeader{display:flex;align-items:center;justify-content:space-between;gap:14px}.wbRefHeader b{display:block;color:#fff;font-size:18px;margin-bottom:6px}.wbRefHeader span{display:block;color:#a69f93;font-size:14px;line-height:1.6}.wbRefHeader strong{color:#d4d0c7;font-size:14px;font-weight:700;white-space:nowrap}.wbRefHeaderActions{display:flex;align-items:center;gap:10px}.wbRefToggle{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#101113;color:#ead89f;display:grid;place-items:center;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.wbRefToggle:hover{border-color:#f0d68a7a;background:#f0d68a1f;color:#f0d68a}.wbRefToggle svg{transition:transform .18s ease}.wbRefCard.isOpen .wbRefToggle svg{transform:rotate(180deg)}.wbRefBody{display:flex;align-items:center;gap:14px;margin-top:14px;flex-wrap:wrap}.wbRefUpload{width:132px;height:112px;border-radius:18px;border:1px dashed rgba(255,255,255,.16);background:#121315;display:grid;place-items:center;color:#d1c6a5;overflow:hidden;cursor:pointer}.wbRefUpload input{display:none}.wbRefUpload img{width:100%;height:100%;object-fit:cover}.wbRefUpload span{font-size:34px;line-height:1}.wbRefUpload em{font-style:normal;font-size:14px;margin-top:6px}.wbPreviewWrap,.wbRefPreviewWrap{position:relative;width:100%;height:100%}.wbPreviewWrap .wbPreview,.wbRefPreviewWrap img{display:block;width:100%;height:100%}.wbClearImageBtn{position:absolute;right:14px;top:14px;z-index:4;height:34px;min-width:58px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#0a0a0ab8;color:#fff;font-size:13px;font-weight:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.wbClearImageBtn:hover{border-color:#f0d68a;color:#17120a;background:#f0d68a}.wbClearImageBtn.small{right:8px;top:8px;height:28px;min-width:48px;padding:0 9px;font-size:12px}.wbSelectedTip{padding:10px 14px;border-radius:12px;background:#f0d68a1a;border:1px solid rgba(240,214,138,.18);color:#e9dfc8}.wbPromptInput{width:100%;min-height:102px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#141517;color:#f2eee5;padding:18px;resize:vertical;outline:none}.wbBottomBar{display:flex;align-items:flex-end;gap:20px;justify-content:space-between;margin-top:18px;flex-wrap:wrap}.wbControlGroup{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#ece2cf}.wbControlGroup>span{font-weight:800}.wbControlGroup small{color:#a49b88}.wbActionGroup{margin-left:auto;display:grid;justify-items:end;gap:10px}.wbGenerateBtn{min-width:158px;height:52px;border-radius:16px;border:0;background:linear-gradient(135deg,#e2cb8a,#f3ddb0);color:#17120a;font-weight:900;box-shadow:0 10px 28px #e5c8752e}.wbGenerateMeta{color:#a49b88;font-size:14px}.wbGenerateMeta b{color:#f0d68a}.wbRightHeader{display:flex;align-items:center;justify-content:space-between;color:#f4efe6;margin-bottom:16px}.wbRightHeader b{font-size:18px}.wbRightHeader button{width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#151618;color:#fff}.wbRecentSearch{height:46px;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.1);background:#121315;border-radius:14px;padding:0 14px;color:#bdb6a4;margin-bottom:16px}.wbRecentSearch input{flex:1;border:0;background:transparent;color:#f7f2e6;outline:none}.wbRecentList{display:grid;gap:12px;flex:1;align-content:start;overflow:auto;padding-right:2px}.wbRecentItem{display:grid;grid-template-columns:72px 1fr 38px;gap:10px;align-items:center;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#121315;padding:10px;cursor:pointer;transition:.18s ease}.wbRecentItem:hover{border-color:#f0d68a52;transform:translateY(-1px)}.wbRecentThumb{width:72px;height:72px;border-radius:12px;overflow:hidden;background:#fff}.wbRecentThumb img{width:100%;height:100%;object-fit:cover}.wbRecentInfo b{display:block;color:#fff;font-size:14px;margin-bottom:4px}.wbRecentInfo span,.wbRecentInfo small{display:block;color:#938d82;font-size:12px;line-height:1.5}.wbRecentItem>button{width:34px;height:34px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#18191b;color:#f1e7cf}.wbRecentEmpty{color:#7f7f7f;text-align:center;padding:120px 0}.wbMoreBtn{margin-top:16px;height:48px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#151618;color:#f6f1e7}@media (max-width:1380px){.wbScreen{grid-template-columns:320px minmax(0,1fr)}.wbRightPanel{grid-column:1/-1;min-height:auto}}@media (max-width:980px){.wbScreen{grid-template-columns:1fr}.wbSidePanel,.wbCenterPanel,.wbRightPanel{min-height:auto}.wbResourceGrid{grid-template-columns:1fr 1fr}.wbBottomBar{align-items:flex-start}.wbActionGroup{margin-left:0;justify-items:start}}@media (max-width:640px){.wbFeatureGrid,.wbResourceGrid{grid-template-columns:1fr}.wbSearchRow{flex-direction:column}.wbBottomBar{flex-direction:column;align-items:flex-start}.wbActionGroup,.wbGenerateBtn{width:100%}.wbRefBody{flex-direction:column;align-items:flex-start}}.topApp .wbMainBlock{width:100%!important}.topApp .wbCenterPanel .wbMainBlock>.wbUploadBox{width:100%!important;min-width:0!important;height:clamp(200px,28vh,280px)!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;margin:0!important}.topApp .wbMediaModeNav{flex:0 0 auto!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin:0 0 12px!important;padding:4px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:16px!important;background:#ffffff09!important}.topApp .wbMediaModeNav button{height:42px!important;min-height:42px!important;border:0!important;border-radius:12px!important;background:transparent!important;color:#d5d1c8!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-size:15px!important;font-weight:900!important;cursor:pointer!important}.topApp .wbMediaModeNav button.active{color:#17120a!important;background:linear-gradient(135deg,#e2cb8a,#f3ddb0)!important;box-shadow:0 10px 24px #e5c87521!important}.topApp .wbVideoFeatureGrid{grid-template-columns:1fr!important}.topApp .wbVideoFeatureBtn{justify-content:flex-start!important}.topApp .wbVideoConfigSlot,.topApp .wbVideoBottomConfig{min-height:0!important;border:0!important;background:transparent!important}.topApp .wbVideoConfigSlot{flex:1 1 auto!important}.topApp .wbVideoBottomConfig{width:100%!important;height:0!important;overflow:hidden!important}.topApp .wbMediaModeNav{height:52px!important;padding:0!important;gap:0!important;border:1px solid rgba(242,213,140,.18)!important;border-radius:14px!important;background:#111315!important;overflow:hidden!important;grid-template-columns:1fr!important}.topApp .wbMediaModeNav button{height:50px!important;min-height:50px!important;border-radius:0!important;border-right:1px solid rgba(255,255,255,.08)!important;background:transparent!important;color:#bfb8aa!important;transition:background .16s ease,color .16s ease!important}.topApp .wbMediaModeNav button:last-child{border-right:0!important}.topApp .wbMediaModeNav button.active{background:linear-gradient(180deg,#f2d58c2e,#f2d58c14)!important;color:#f5df9c!important;box-shadow:inset 0 -3px #e8cb72!important}.topApp .wbFeatureGrid{min-height:210px!important;align-content:start!important}.topApp .wbFeatureTag{display:grid!important;place-items:center!important;color:inherit!important;border:0!important;background:transparent!important;line-height:1!important}.topApp .wbFeatureTag svg{width:19px!important;height:19px!important;stroke-width:2.4!important}.topApp .wbVideoFeatureGrid{min-height:210px!important}.topApp .wbVideoPromptCard{width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:14px!important;padding:18px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:18px!important;background:#151617!important}.topApp .wbVideoPromptCard label{display:grid!important;gap:9px!important;color:#f4ead5!important;font-weight:900!important}.topApp .wbVideoPromptCard textarea{min-height:86px!important;resize:vertical!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:14px!important;background:#101112!important;color:#f7f0e5!important;padding:14px!important;font:inherit!important;font-weight:600!important}.topApp .wbVideoStoryboardBlock .wbUploadBox{min-height:260px!important}.topApp .wbStoryboardGrid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(116px,1fr))!important;gap:12px!important;margin-top:14px!important}.topApp .wbStoryboardItem{position:relative!important;height:104px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:14px!important;background:#101112!important}.topApp .wbStoryboardItem img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important}.topApp .wbStoryboardItem span{position:absolute!important;left:8px!important;top:8px!important;width:24px!important;height:24px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#000000a3!important;color:#f6df95!important;font-weight:900!important;font-size:12px!important}.topApp .wbStoryboardItem button{position:absolute!important;right:8px!important;top:8px!important;height:24px!important;padding:0 8px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important;background:#000000a3!important;color:#fff!important;font-size:12px!important;font-weight:900!important;cursor:pointer!important}.topApp .wbVideoParamGrid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}.topApp .wbVideoParamGrid label{min-width:0!important}.topApp .wbVideoParamGrid .wbSelect{width:100%!important;max-width:none!important}@media (max-width:1100px){.topApp .wbVideoParamGrid{grid-template-columns:1fr 1fr!important}}:root{--wb-left-ratio:33.6fr;--wb-center-ratio:46.9fr;--wb-right-ratio:19.5fr}.topApp .wbScreen{grid-template-columns:minmax(360px,var(--wb-left-ratio)) minmax(520px,var(--wb-center-ratio)) minmax(220px,var(--wb-right-ratio))!important}.topApp .wbUploadBox{aspect-ratio:16/9!important;min-height:0!important;height:auto!important}.topApp .wbRefCard,.topApp .wbPromptInput,.topApp .wbBottomBar{flex:0 0 auto!important}.topApp .wbRecentThumb{aspect-ratio:16/7!important;height:auto!important}.topApp .wbResourceCard,.topApp .wbUploadCard,.topApp .wbUploadResource{aspect-ratio:1.33/1!important;height:auto!important;min-height:0!important}@media (max-width:1180px){.topApp .wbScreen{grid-template-columns:minmax(340px,var(--wb-left-ratio)) minmax(500px,var(--wb-center-ratio)) minmax(210px,var(--wb-right-ratio))!important;overflow-x:auto!important}}.topApp .wbCenterPanel .wbMainBlock>.wbUploadBox{aspect-ratio:21/9!important;min-height:220px!important;max-height:340px!important}.wbScreen{width:100%;max-width:none;grid-template-columns:minmax(300px,340px) minmax(640px,1fr) minmax(260px,300px);align-items:start}.wbScreen>*{min-width:0}.wbSidePanel,.wbCenterPanel,.wbRightPanel{width:100%}.wbCenterPanel{display:flex;flex-direction:column;gap:16px}.wbMainBlock,.wbRefCard,.wbPromptInput,.wbBottomBar{width:100%}.wbUploadBox,.wbRefUpload{position:relative;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.wbUploadBox.isDragging,.wbRefUpload.isDragging{border-color:#f0d68a!important;box-shadow:0 0 0 2px #f0d68a2e;background:#f0d68a14!important}.wbUploadInner button{cursor:pointer}.wbUploadBox:before,.wbRefUpload:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none}.wbUploadBox.isDragging:before,.wbRefUpload.isDragging:before{background:#f0d68a0d}.wbRecentItem,.wbResourceCard,.wbUploadCard,.wbFeatureBtn,.wbGenerateBtn,.wbMoreBtn{cursor:pointer}@media (max-width:1500px){.wbScreen{grid-template-columns:300px minmax(560px,1fr) 280px}}@media (max-width:1280px){.wbScreen{grid-template-columns:1fr}.wbRightPanel{order:3}.wbSidePanel{order:1}.wbCenterPanel{order:2}}.topApp .wbScreen,.topApp .wbSidePanel,.topApp .wbRightPanel,.topApp .wbCenterPanel{display:block!important}.wbScreen{display:grid!important;grid-template-columns:320px minmax(0,1fr) 290px!important;gap:18px!important;align-items:start;width:100%;max-width:none}.wbResourceModal{width:min(1200px,94vw);max-height:90vh;overflow:auto;background:#171819;border:1px solid rgba(242,213,140,.22);border-radius:22px;box-shadow:0 34px 110px #000000b3}.wbModalBar{display:flex;gap:12px;padding:18px 20px 0}.wbModalBar .wbSearchInput{flex:1}.wbModalGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px;padding:20px}.wbModalResource{border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#111214;color:#efe7d7;min-height:210px;padding:12px;text-align:left;display:flex;flex-direction:column;gap:8px}.wbModalResource img{width:100%;height:132px;object-fit:cover;border-radius:12px;background:#fff}.wbModalResource b{font-size:15px;color:#fff}.wbModalResource span{font-size:12px;color:#aaa18d;line-height:1.5}.wbGhostBtn{height:42px;border-radius:12px;background:#17181a;border:1px solid rgba(255,255,255,.1);color:#efe7d7}.wbRecentItem{position:relative;overflow:visible}.wbRecentHoverPreview{position:absolute;right:calc(100% + 14px);top:50%;transform:translateY(-50%);width:240px;height:180px;border-radius:18px;overflow:hidden;border:1px solid rgba(242,213,140,.28);box-shadow:0 22px 60px #00000075;background:#0f1012;opacity:0;pointer-events:none;transition:.18s ease;z-index:12}.wbRecentHoverPreview img{width:100%;height:100%;object-fit:cover;display:block}.wbRecentItem:hover .wbRecentHoverPreview{opacity:1}@media (max-width:1500px){.wbScreen{grid-template-columns:300px minmax(0,1fr) 270px!important}}@media (max-width:1280px){.wbScreen{grid-template-columns:1fr!important}.wbRightPanel{order:3}.wbSidePanel{order:1}.wbCenterPanel{order:2}.wbRecentHoverPreview{display:none}}.topApp .wbScreen{display:grid!important;grid-template-columns:330px minmax(620px,1fr) 300px!important;gap:18px!important;align-items:start!important;width:100%!important;max-width:none!important}.topApp .wbSidePanel{display:block!important;grid-column:auto!important;order:0!important}.topApp .wbCenterPanel{display:flex!important;grid-column:auto!important;order:0!important;flex-direction:column!important;gap:16px!important}.topApp .wbRightPanel{display:flex!important;grid-column:auto!important;order:0!important;flex-direction:column!important;overflow:visible!important}.topApp .wbRecentList{overflow:visible!important;max-height:none!important}.topApp .wbRecentItem{position:relative!important;overflow:visible!important;z-index:2}.topApp .wbRecentItem:hover{z-index:30}.topApp .wbRecentHoverPreview{display:block!important;position:absolute!important;right:calc(100% + 16px)!important;top:50%!important;transform:translateY(-50%)!important;width:300px!important;height:220px!important;border-radius:20px!important;overflow:hidden!important;border:1px solid rgba(242,213,140,.4)!important;background:#111!important;box-shadow:0 28px 80px #000000ad!important;opacity:0!important;pointer-events:none!important;transition:opacity .16s ease!important;z-index:100!important}.wbTaskDetailModal{width:min(1500px,96vw)!important}@media (max-width:1180px){.topApp .wbScreen{grid-template-columns:300px minmax(560px,1fr) 280px!important;overflow-x:auto!important}.topApp .wbRecentHoverPreview{display:none!important}}.adminLogV5 .adminLogIntro{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 18px}.adminLogV5 .adminLogIntro p{margin:0;color:#c8d4e5;font-size:17px;line-height:1.7}.adminLogV5 .toolbar{margin-bottom:22px}.adminLogV5 .taskActions button:first-child{flex:1.4}.taskPreviewOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#0a0a0a;color:#f6f6f6;display:flex;flex-direction:column}.taskPreviewTop{height:78px;border-bottom:1px solid rgba(255,255,255,.12);background:#111;display:flex;align-items:center;justify-content:space-between;padding:0 28px}.taskPreviewTop b{font-size:26px;margin-right:18px}.taskPreviewTop span{color:#a7a7a7;font-size:18px}.taskPreviewTopBtns{display:flex;align-items:center;gap:10px}.taskPreviewTopBtns button{width:44px;height:44px;border:0;background:transparent;color:#fff;font-size:34px;border-radius:10px;padding:0}.taskPreviewTopBtns button:hover{background:#ffffff14}.taskPreviewTopBtns button:disabled{opacity:.25}.taskPreviewBody{flex:1;display:grid;grid-template-columns:minmax(0,1fr) 580px;gap:18px;padding:20px;overflow:auto}.taskComparePanel{border:1px solid rgba(255,255,255,.12);background:#171717;border-radius:24px;padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:22px;min-height:650px}.compareCol{display:flex;flex-direction:column;min-width:0}.compareHead{height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px}.compareHead h3{margin:0;font-size:19px}.compareHead button{height:32px;border-radius:999px;border:1px solid rgba(242,213,140,.48);background:transparent;color:#f2d58c;padding:0 18px}.taskImageFrame{flex:1;min-height:520px;border-radius:18px;border:14px solid #050505;background:#f7f5ef;display:grid;place-items:center;overflow:hidden}.taskImageFrame img{width:100%;height:100%;object-fit:contain;display:block}.taskImageFrame span{color:#333}.taskInfoPanel{border:1px solid rgba(255,255,255,.12);background:#181818;border-radius:24px;padding:26px 22px;display:flex;flex-direction:column;min-height:650px}.taskInfoPanel h3{font-size:25px;margin:0 0 18px}.infoRows{display:grid;gap:14px}.infoRows>div{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start}.infoRows i{width:36px;height:36px;border-radius:10px;background:#f2d58c26;color:#f2d58c;display:grid;place-items:center;font-style:normal;font-size:18px}.infoRows p{margin:0}.infoRows span{display:block;color:#8d8d8d;font-size:14px;margin-bottom:3px}.infoRows b{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:16px;word-break:break-all}.infoRows em{font-style:normal;background:#46bd58;color:#102715;border-radius:6px;padding:4px 10px}.goldTag{border:1px solid rgba(242,213,140,.45);color:#f2d58c!important;border-radius:6px;padding:3px 8px}.promptBox{border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);margin:18px 0;padding:18px 0}.promptBox>div{display:flex;justify-content:space-between;align-items:center;color:#a8a8a8;margin-bottom:10px}.promptBox button{border:0;background:transparent;color:#a8a8a8;padding:4px}.promptBox p{min-height:42px;background:#766743;border-radius:12px;margin:0;padding:12px;color:#ded3ae;line-height:1.6;word-break:break-all}.watermarkSwitch{display:flex;align-items:center;justify-content:space-between;margin:2px 0 18px}.watermarkSwitch b{display:block;color:#fff}.watermarkSwitch small{display:block;color:#a7a7a7;margin-top:5px}.watermarkSwitch input{width:38px;height:22px}.taskDetailActions{display:flex;align-items:center;gap:12px;margin-top:auto}.taskDetailActions button{height:54px;border-radius:999px;padding:0 22px;font-weight:900}.taskDetailActions .primary{flex:1;background:linear-gradient(135deg,#e1c479,#f3d99a);color:#111}.outlineGold{border:1px solid rgba(242,213,140,.5);background:transparent;color:#f2d58c}.imageProcessMask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;background:#000000b8;display:grid;place-items:center;padding:36px}.imageProcessPanel{width:min(1720px,96vw);max-height:90vh;background:#1a1a1a;border-radius:28px;box-shadow:0 40px 140px #000000b3;overflow:hidden;border:1px solid rgba(255,255,255,.12)}.processHead{display:flex;justify-content:space-between;align-items:flex-start;padding:18px 28px}.processHead h2{margin:0;font-size:26px}.processHead p{margin:8px 0 0;color:#aaa}.processHead button{border:0;background:transparent;color:#fff;font-weight:900;font-size:16px}.processContent{display:grid;grid-template-columns:minmax(0,1fr) 540px;gap:18px;padding:0 28px 18px}.processCanvas{position:relative;border-radius:22px;background-color:#192236;background-image:linear-gradient(45deg,rgba(255,255,255,.05) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.05) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.05) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.05) 75%);background-size:28px 28px;background-position:0 0,0 14px,14px -14px,-14px 0;min-height:540px;display:grid;place-items:center;overflow:hidden}.processCanvas span{position:absolute;left:16px;top:16px;background:#2166aa;color:#ffe18d;border-radius:6px;padding:8px 12px}.processCanvas div{width:min(520px,70%);height:min(520px,80%);display:grid;place-items:center;background:#fff}.processCanvas img{width:100%;height:100%;object-fit:contain}.processOptions{border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:20px;background:#1f1f1f}.processOptions h3{font-size:18px;margin:6px 0 12px}.processRadio{display:flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:13px 14px;margin-bottom:10px;color:#fff}.processRadio.active{border-color:#f2d58c;background:#1f2830}.processRadio input{width:20px;height:20px;accent-color:#f2d58c}.processRadio small{margin-left:auto;color:#b8b8b8}.processFooter{border-top:1px solid rgba(255,255,255,.12);padding:14px 24px;display:flex;justify-content:flex-end}.processFooter button{min-width:150px;height:50px}@media (max-width:1200px){.taskPreviewBody,.processContent,.taskComparePanel{grid-template-columns:1fr}.taskInfoPanel{min-height:auto}.taskImageFrame{min-height:360px}}.processFields{border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#171717;padding:12px;margin:-2px 0 12px;display:grid;gap:10px}.processFields label{display:grid;gap:6px;color:#cfcfcf;font-size:14px}.processFields select,.processFields input[type=number]{height:38px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#111;color:#fff;padding:0 10px}.processFields input[type=range]{accent-color:#f2d58c}.processResult{border:1px solid rgba(242,213,140,.28);background:#f2d58c14;border-radius:14px;padding:12px;margin-top:12px}.processResult b{display:block;color:#f2d58c;margin-bottom:6px}.processResult p{margin:0 0 10px;color:#d9d0bb;line-height:1.5}.processResult button{width:100%;height:42px}.promptBox p{max-height:110px;overflow:auto}.processStage{position:relative;width:min(520px,70%);height:min(520px,80%);display:grid;place-items:center;background:#fff;overflow:hidden;-webkit-user-select:none;user-select:none}.processCanvas div.processStage{width:min(620px,78%);height:min(620px,84%)}.processStage img{width:100%;height:100%;object-fit:contain}.cropMask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.cropMask:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000057}.cropBox{position:absolute;border:2px solid #f2d58c;box-shadow:0 0 0 9999px #00000047;cursor:move;pointer-events:auto;background:#f2d58c14}.cropBox:before{content:"";position:absolute;left:33.333%;top:0;bottom:0;border-left:1px dashed rgba(255,255,255,.65)}.cropBox:after{content:"";position:absolute;left:66.666%;top:0;bottom:0;border-left:1px dashed rgba(255,255,255,.65)}.cropBox em{position:absolute;left:8px;top:8px;background:#000000ad;color:#fff;font-style:normal;font-size:12px;border-radius:6px;padding:4px 7px}.resizeDot{position:absolute;right:-8px;bottom:-8px;width:17px;height:17px;border-radius:50%;background:#f2d58c;border:2px solid #111;cursor:nwse-resize}.resizeDot:before{content:"";position:absolute;left:-9999px;top:50%;right:7px;border-top:1px dashed rgba(255,255,255,.65)}.processGrid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.processHint{margin:0;color:#aaa;font-size:13px;line-height:1.6}.processCanvas{min-height:620px}.cropShotBody{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:22px;padding:22px 28px;overflow:hidden}.cropShotFields{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}.cropShotMask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000b8;display:flex;align-items:center;justify-content:center;padding:28px}.cropShotPanel{width:calc(100vw - 76px);height:calc(100vh - 76px);max-width:1760px;max-height:900px;min-height:720px;background:#1b1b1b;border:1px solid rgba(255,255,255,.1);border-radius:28px;overflow:hidden;display:grid;grid-template-rows:112px minmax(0,1fr) 88px;box-shadow:0 40px 120px #000000ad;color:#fff}.cropShotHeader{padding:26px 34px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:flex-start;justify-content:space-between}.cropShotHeader h2{margin:0;font-size:30px;line-height:1.1;font-weight:900;color:#fff}.cropShotHeader p{margin:10px 0 0;color:#b8b8b8;font-size:16px}.cropShotHeader button{border:0;background:transparent;color:#fff;font-size:17px;font-weight:900;cursor:pointer}.cropShotBody{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 460px;gap:22px;padding:22px 28px;overflow:hidden}.cropShotCanvasBox{min-width:0;min-height:0}.cropShotCanvas{width:100%;height:100%;border-radius:24px;border:1px solid rgba(255,255,255,.1);background:#0b1733;background-image:linear-gradient(45deg,rgba(255,255,255,.045) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.045) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.045) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.045) 75%);background-size:32px 32px;background-position:0 0,0 16px,16px -16px,-16px 0;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.cropShotBadge{position:absolute;left:22px;top:22px;z-index:20;background:#1f65b2;color:#ffe18d;padding:12px 18px;border-radius:12px;font-size:16px;font-weight:900;box-shadow:0 10px 28px #00000040}.cropShotStage{width:88%;height:78%;max-width:980px;max-height:620px;background:#fff;border-radius:4px;position:relative;overflow:hidden;box-shadow:0 18px 50px #00000047}.cropShotStage img{width:100%;height:100%;object-fit:contain;display:block}.cropShotEmpty{width:100%;height:100%;display:grid;place-items:center;color:#666}.cropShotLayer{position:absolute;z-index:10;pointer-events:none}.cropShotSelection{position:absolute;border:2px solid #efd487;background:#ffffff0f;box-shadow:0 0 0 9999px #00000057;cursor:move;pointer-events:auto}.cropShotSelection:before{content:"";position:absolute;left:33.333%;top:0;bottom:0;border-left:1px dashed rgba(255,255,255,.55)}.cropShotSelection:after{content:"";position:absolute;left:66.666%;top:0;bottom:0;border-left:1px dashed rgba(255,255,255,.55)}.cropShotSelection span{position:absolute;left:12px;top:12px;background:#0000009e;color:#fff;font-size:14px;font-weight:900;border-radius:9px;padding:8px 12px}.cropShotSelection i{position:absolute;right:-10px;bottom:-10px;width:22px;height:22px;border-radius:50%;background:#efd487;border:2px solid #2f2715;cursor:nwse-resize}.cropShotSide{min-width:0;min-height:0;overflow:auto;padding-right:4px}.cropShotCard{background:#202020;border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:22px;margin-bottom:16px}.cropShotCard h3{margin:0 0 18px;font-size:24px;font-weight:900;color:#fff}.cropShotOption{width:100%;border-radius:16px;min-height:68px;padding:14px 16px;border:1px solid rgba(255,255,255,.1);background:#151515;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;color:#fff;cursor:pointer;text-align:left}.cropShotOption.active{border-color:#efd487;background:#18202b;box-shadow:0 0 0 1px #efd48726 inset}.cropShotOption div{display:flex;flex-direction:column;gap:6px}.cropShotOption b{color:#fff;font-size:16px}.cropShotOption small{color:#aaa;font-size:13px}.cropShotOption span{font-size:16px;color:#e8d189}.cropShotFields{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:14px 0 16px}.cropShotFields label,.cropShotSingle{display:grid;gap:8px}.cropShotFields span,.cropShotSingle span{color:#d4d4d4;font-size:15px}.cropShotFields input,.cropShotSingle select{height:48px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#111;color:#fff;padding:0 14px;font-size:16px;outline:none}.cropShotFields input[readonly]{color:#9f9f9f}.cropShotSingle{margin-bottom:16px}.cropShotSingle input[type=range]{accent-color:#efd487}.cropShotRatio{display:grid;gap:10px;margin:4px 0 16px}.cropShotRatio>span{color:#d4d4d4;font-size:15px}.cropShotRatio div{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.cropShotRatio button{height:38px;border-radius:11px;border:1px solid rgba(255,255,255,.12);background:#151515;color:#eee;cursor:pointer}.cropShotRatio button:hover{border-color:#efd487;color:#efd487}.cropShotTip{padding:14px 16px;border-radius:14px;background:#efd48714;border:1px solid rgba(239,212,135,.15)}.cropShotTip p{margin:6px 0;color:#d8cfb8;font-size:14px;line-height:1.6}.cropShotResult p{color:#d6d6d6;line-height:1.7;margin:0 0 12px}.cropShotResult button{width:100%;height:48px}.cropShotFooter{border-top:1px solid rgba(255,255,255,.08);background:#181818;padding:0 30px;display:flex;align-items:center;justify-content:space-between}.cropShotFooter p{margin:0;color:#d0d0d0;font-size:15px}.cropShotFooter div{display:flex;gap:14px;align-items:center}.cropShotGhost,.cropShotPrimary{min-width:150px;height:52px;border-radius:15px;font-size:17px;font-weight:900;cursor:pointer}.cropShotGhost{border:1px solid rgba(239,212,135,.42);background:transparent;color:#efd487}.cropShotPrimary{border:0;background:linear-gradient(135deg,#ddc076,#f2d99b);color:#18130b}.cropShotPrimary:disabled{opacity:.55;cursor:not-allowed}@media (max-width:1360px){.cropShotPanel{width:calc(100vw - 40px);height:calc(100vh - 40px)}.cropShotBody{grid-template-columns:minmax(0,1fr) 400px;overflow:hidden}.cropShotStage{width:88%;height:76%}}.topApp .cropShotSide,.cropShotMask .cropShotSide{display:block!important;visibility:visible!important;opacity:1!important}.cropShotBody{grid-template-columns:minmax(0,1fr) 460px!important}@media (max-width:1360px){.cropShotBody{grid-template-columns:minmax(0,1fr) 400px!important}}.topApp .wbScreen{width:100%!important;max-width:none!important;height:calc(100vh - 78px)!important;min-height:0!important;display:grid!important;grid-template-columns:420px minmax(0,1fr) 248px!important;gap:0!important;align-items:stretch!important;overflow:hidden!important}.topApp .wbScreen>*{min-width:0!important;min-height:0!important;box-sizing:border-box!important}.topApp .wbSidePanel{height:100%!important;min-height:0!important;overflow:hidden!important;border-radius:0!important;border-left:0!important;border-top:0!important;border-bottom:0!important;border-right:1px solid rgba(255,255,255,.13)!important;padding:22px 28px 16px!important;display:flex!important;flex-direction:column!important}.topApp .wbPanelTitle{flex:0 0 auto!important;font-size:17px!important;line-height:1!important;margin:0 0 16px!important}.topApp .wbFeatureBtn{height:62px!important;min-height:62px!important;padding:0 14px!important;border-radius:16px!important;gap:9px!important;font-size:16px!important;line-height:1.12!important}.topApp .wbFeatureBtn>span:last-child{font-size:16px!important;line-height:1.12!important;font-weight:900!important}.topApp .wbFeatureTag{width:30px!important;height:30px!important;min-width:30px!important;font-size:12px!important;line-height:30px!important}.topApp .wbDivider{flex:0 0 auto!important;margin:16px -28px 14px!important}.topApp .wbDescRow{flex:0 0 auto!important;gap:10px!important;margin-bottom:14px!important;font-size:15px!important;line-height:1.55!important}.topApp .wbDescRow svg{width:18px!important;height:18px!important}.topApp .wbSearchRow{flex:0 0 auto!important;width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) 108px!important;gap:8px!important;margin:0 0 14px!important;overflow:visible!important;box-sizing:border-box!important}.topApp .wbSearchInput,.topApp .wbSearchRow .wbSearchInput{width:100%!important;min-width:0!important;height:44px!important;min-height:44px!important;border-radius:13px!important;box-sizing:border-box!important}.topApp .wbSearchRow .wbSelect{width:100%!important;min-width:0!important;max-width:108px!important;height:44px!important;border-radius:13px!important;padding:0 10px!important;box-sizing:border-box!important}.topApp .wbTabs{flex:0 0 auto!important;gap:18px!important;margin:0 0 10px!important}.topApp .wbTabs button{font-size:16px!important;padding-bottom:7px!important}.topApp .wbSectionLabel{flex:0 0 auto!important;margin:0 0 10px!important;font-size:15px!important}.topApp .wbResourceGrid{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0 8px 26px 0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;align-content:start!important;overscroll-behavior:contain!important}.topApp .wbResourceCard,.topApp .wbUploadCard,.topApp .wbUploadResource{height:128px!important;min-height:128px!important;border-radius:15px!important}.topApp .wbResourceCard img{width:100%!important;height:76px!important;object-fit:cover!important}.topApp .wbResourceCard span{font-size:11px!important}.topApp .wbCenterPanel{height:100%!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;border-radius:0!important;border:0!important;padding:64px 28px 40px!important;box-shadow:none!important;box-sizing:border-box!important}.topApp .wbCenterPanel>*{max-width:960px!important;margin-left:auto!important;margin-right:auto!important}.topApp .wbRightPanel{height:100%!important;min-height:0!important;overflow:hidden!important;border-radius:0!important;border-top:0!important;border-bottom:0!important;border-right:0!important;border-left:1px solid rgba(255,255,255,.13)!important;padding:0!important;display:flex!important;flex-direction:column!important}.topApp .wbRightHeader{flex:0 0 auto!important;padding:22px 18px 12px!important;margin:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.topApp .wbRightHeader b{font-size:17px!important}.topApp .wbRightHeader button{width:34px!important;height:34px!important}.topApp .wbRecentSearch{flex:0 0 auto!important;margin:16px 18px 12px!important;height:42px!important;min-height:42px!important}.topApp .wbRecentList{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0 18px 16px!important;display:flex!important;flex-direction:column!important;gap:12px!important;align-content:flex-start!important;overscroll-behavior:contain!important}.topApp .wbMoreBtn{flex:0 0 auto!important;margin:12px 18px 18px!important;height:46px!important}.topApp .wbRecentThumb{width:100%!important;height:92px!important;border-radius:13px!important;overflow:hidden!important;background:#f5f5f5!important;border:0!important}.topApp .wbRecentInfo{margin-top:6px!important;padding:0 2px!important}@media (max-width:1400px){.topApp .wbScreen{grid-template-columns:408px minmax(0,1fr) 238px!important}.topApp .wbSidePanel{padding-left:26px!important;padding-right:26px!important}.topApp .wbFeatureBtn{height:60px!important;min-height:60px!important}.topApp .wbRecentThumb{height:86px!important}}@media (max-width:1100px){.topApp .wbScreen{height:auto!important;grid-template-columns:1fr!important;overflow:visible!important}.topApp .wbSidePanel,.topApp .wbCenterPanel,.topApp .wbRightPanel{height:auto!important;min-height:auto!important;overflow:visible!important}}:root{--wb-nav-height:92px;--wb-left-width:420px;--wb-right-width:248px}html:has(.wbScreen),body:has(.wbScreen){height:100%!important;max-height:100%!important;overflow:hidden!important}.topApp:has(.wbScreen){height:100vh!important;max-height:100vh!important;overflow:hidden!important;background:#0b0c0d!important}.topMain:has(.wbScreen){position:fixed!important;left:0!important;right:0!important;top:var(--wb-nav-height)!important;bottom:0!important;width:100vw!important;max-width:100vw!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:hidden!important;padding:0!important;margin:0!important;box-sizing:border-box!important}.topApp .wbScreen{width:100vw!important;max-width:100vw!important;height:100%!important;min-height:0!important;max-height:100%!important;display:grid!important;grid-template-columns:var(--wb-left-width) minmax(0,1fr) var(--wb-right-width)!important;gap:0!important;align-items:stretch!important;overflow:hidden!important;margin:0!important;padding:0!important;box-sizing:border-box!important;background:#0b0c0d!important}.topApp .wbScreen>*{min-width:0!important;min-height:0!important;max-height:100%!important;box-sizing:border-box!important}.topApp .wbSidePanel{height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important;border-radius:0!important;border-left:0!important;border-top:0!important;border-bottom:0!important;border-right:1px solid rgba(255,255,255,.13)!important;padding:20px 24px 14px!important;display:flex!important;flex-direction:column!important;background:linear-gradient(180deg,#181818f5,#111111fa)!important}.topApp .wbPanelTitle{flex:0 0 auto!important;font-size:16px!important;line-height:1!important;margin:0 0 14px!important}.topApp .wbFeatureGrid{flex:0 0 auto!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px 12px!important;margin:0!important}.topApp .wbFeatureBtn{height:60px!important;min-height:60px!important;padding:0 13px!important;border-radius:16px!important;gap:8px!important;font-size:15px!important;line-height:1.12!important}.topApp .wbFeatureBtn>span:last-child{font-size:15px!important;line-height:1.15!important;font-weight:900!important}.topApp .wbFeatureTag{width:28px!important;height:28px!important;min-width:28px!important;font-size:11px!important;line-height:28px!important}.topApp .wbDivider{flex:0 0 auto!important;margin:14px -24px 12px!important}.topApp .wbDescRow{flex:0 0 auto!important;gap:9px!important;margin-bottom:12px!important;font-size:14px!important;line-height:1.5!important}.topApp .wbDescRow svg{width:17px!important;height:17px!important}.topApp .wbSearchRow{flex:0 0 auto!important;width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) 108px!important;gap:8px!important;margin:0 0 12px!important;overflow:visible!important;box-sizing:border-box!important}.topApp .wbSearchInput,.topApp .wbSearchRow .wbSearchInput{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;border-radius:13px!important;box-sizing:border-box!important}.topApp .wbSearchInput input{min-width:0!important}.topApp .wbSearchRow .wbSelect{width:108px!important;min-width:108px!important;max-width:108px!important;height:42px!important;border-radius:13px!important;padding:0 10px!important;box-sizing:border-box!important}.topApp .wbTabs{flex:0 0 auto!important;gap:18px!important;margin:0 0 9px!important}.topApp .wbTabs button{font-size:15px!important;padding-bottom:7px!important}.topApp .wbSectionLabel{flex:0 0 auto!important;margin:0 0 9px!important;font-size:14px!important}.topApp .wbResourceGrid{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;padding:0 7px 22px 0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;align-content:start!important}.topApp .wbResourceCard,.topApp .wbUploadCard,.topApp .wbUploadResource{height:124px!important;min-height:124px!important;border-radius:15px!important}.topApp .wbResourceCard{padding:10px!important}.topApp .wbResourceCard img{width:100%!important;height:72px!important;object-fit:cover!important}.topApp .wbResourceCard b{font-size:13px!important}.topApp .wbResourceCard span{font-size:11px!important;line-height:1.35!important}.topApp .wbUploadCard span,.topApp .wbUploadResource span{font-size:30px!important}.topApp .wbCenterPanel{height:100%!important;min-height:0!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;border-radius:0!important;border:0!important;padding:24px 28px 36px!important;box-shadow:none!important;box-sizing:border-box!important;background:#050607!important}.topApp .wbCenterPanel>*{width:100%!important;max-width:960px!important;margin-left:auto!important;margin-right:auto!important}.topApp .wbMainBlock,.topApp .wbRefCard,.topApp .wbPromptInput,.topApp .wbBottomBar{width:100%!important}.topApp .wbUploadBox{min-height:300px!important}.topApp .wbRightPanel{height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important;border-radius:0!important;border-top:0!important;border-bottom:0!important;border-right:0!important;border-left:1px solid rgba(255,255,255,.13)!important;padding:0!important;display:flex!important;flex-direction:column!important;background:linear-gradient(180deg,#181818f5,#111111fa)!important}.topApp .wbRightHeader{flex:0 0 auto!important;padding:18px 16px 12px!important;margin:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.topApp .wbRightHeader b{font-size:16px!important}.topApp .wbRightHeader button{width:32px!important;height:32px!important}.topApp .wbRecentSearch{flex:0 0 auto!important;margin:14px 16px 10px!important;height:40px!important;min-height:40px!important}.topApp .wbRecentList{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;padding:0 16px 14px!important;display:flex!important;flex-direction:column!important;gap:11px!important;align-content:flex-start!important}.topApp .wbMoreBtn{flex:0 0 auto!important;margin:10px 16px 16px!important;height:44px!important}.topApp .wbRecentItem{display:block!important;position:relative!important;min-height:auto!important;padding:0!important;border:0!important;background:transparent!important;border-radius:13px!important;overflow:visible!important;cursor:pointer!important}.topApp .wbRecentThumb{width:100%!important;height:86px!important;border-radius:13px!important;overflow:hidden!important;background:#f5f5f5!important;border:0!important}.topApp .wbRecentThumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.topApp .wbRecentInfo{margin-top:5px!important;padding:0 2px!important}.topApp .wbRecentInfo b{display:inline-flex!important;max-width:100%!important;background:#4fc567!important;color:#fff!important;font-size:12px!important;line-height:1!important;border-radius:999px!important;padding:5px 8px!important}.topApp .wbRecentInfo span,.topApp .wbRecentInfo small{display:none!important}.topApp .wbRecentItem>button{position:absolute!important;right:8px!important;top:8px!important;width:30px!important;height:30px!important;border-radius:50%!important;background:#0000006b!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;display:grid!important;place-items:center!important;opacity:0!important;transition:.18s ease!important}.topApp .wbRecentItem:hover>button{opacity:1!important}.topApp .wbRecentHoverPreview{display:none!important}.topApp .wbResourceGrid::-webkit-scrollbar,.topApp .wbRecentList::-webkit-scrollbar,.topApp .wbCenterPanel::-webkit-scrollbar{width:6px!important}.topApp .wbResourceGrid::-webkit-scrollbar-thumb,.topApp .wbRecentList::-webkit-scrollbar-thumb,.topApp .wbCenterPanel::-webkit-scrollbar-thumb{background:#f2d58c5c!important;border-radius:999px!important}.topApp .wbResourceGrid::-webkit-scrollbar-track,.topApp .wbRecentList::-webkit-scrollbar-track,.topApp .wbCenterPanel::-webkit-scrollbar-track{background:transparent!important}@media (max-width:1400px){:root{--wb-left-width:400px;--wb-right-width:236px}.topApp .wbSidePanel{padding-left:22px!important;padding-right:22px!important}.topApp .wbFeatureBtn{height:58px!important;min-height:58px!important}.topApp .wbRecentThumb{height:82px!important}}@media (max-width:1100px){:root{--wb-left-width:360px;--wb-right-width:220px}.topApp .wbScreen{grid-template-columns:var(--wb-left-width) minmax(560px,1fr) var(--wb-right-width)!important;overflow:hidden!important}}.topApp .wbRecentHoverPreview{display:block!important;position:absolute!important;right:calc(100% + 16px)!important;top:50%!important;transform:translateY(-50%)!important;width:300px!important;height:220px!important;border-radius:20px!important;overflow:hidden!important;border:1px solid rgba(242,213,140,.4)!important;background:#111!important;box-shadow:0 28px 80px #000000ad!important;opacity:0!important;pointer-events:none!important;transition:opacity .16s ease!important;z-index:10000!important}.topApp .wbRecentHoverPreview img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.topApp .wbRecentItem:hover .wbRecentHoverPreview{opacity:1!important}.taskPreviewOverlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2147483000!important}.taskPreviewOverlay *{box-sizing:border-box}.taskPreviewBody{overflow:auto!important}.topApp .wbCategoryNav{flex:0 0 auto!important;display:flex!important;flex-direction:column!important;gap:10px!important;margin:0 0 12px!important}.topApp .wbCategoryTabs{display:flex!important;gap:10px!important;overflow-x:auto!important;padding-bottom:3px!important}.topApp .wbCategoryTabs button{flex:0 0 auto!important;height:34px!important;padding:0 13px!important;border-radius:8px!important;border:1px solid rgba(255,255,255,.16)!important;background:#171819!important;color:#d8d0c1!important;font-size:14px!important;cursor:pointer!important}.topApp .wbCategoryTabs.main button{border-color:transparent!important;background:transparent!important;border-radius:0!important;color:#aaa49b!important;font-size:16px!important}.topApp .wbCategoryTabs.main button.active{color:#e7cf88!important;box-shadow:inset 0 -2px #e7cf88!important}.topApp .wbCategoryTabs.sub button.active{background:#e7cf88!important;border-color:#e7cf88!important;color:#17120a!important}.topApp .wbCenterPanel{padding-left:16px!important;padding-right:16px!important}.topApp .wbCenterPanel>*{max-width:none!important}.authPageV2{position:relative;min-height:100vh;display:grid;grid-template-columns:minmax(320px,520px) minmax(420px,560px);align-items:center;justify-content:center;gap:72px;padding:56px;overflow:hidden;background:linear-gradient(120deg,#090b0ef5,#0e1116e0),radial-gradient(circle at 24% 20%,rgba(242,213,140,.2),transparent 34%),radial-gradient(circle at 78% 72%,rgba(91,127,180,.18),transparent 34%)}.authPageV2:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.65),transparent 78%);mask-image:linear-gradient(90deg,rgba(0,0,0,.65),transparent 78%);pointer-events:none}.authAmbient{position:absolute;border-radius:999px;filter:blur(10px);pointer-events:none}.authAmbientOne{width:380px;height:380px;left:-140px;top:8%;background:radial-gradient(circle,rgba(240,214,138,.18),transparent 70%)}.authAmbientTwo{width:520px;height:520px;right:-180px;bottom:-180px;background:radial-gradient(circle,rgba(255,255,255,.08),transparent 72%)}.authIntroV2,.authCardV2{position:relative;z-index:1}.authIntroV2{display:grid;gap:54px}.authBrandV2{display:flex;align-items:center;gap:16px}.authLogoV2{width:58px;height:58px;border-radius:18px;box-shadow:0 18px 46px #d8b86a47}.authBrandV2 b{display:block;font-size:30px;line-height:1.05;color:#fff}.authBrandV2 small{display:block;margin-top:8px;color:#aeb8c5}.authTitleV2{display:grid;gap:14px}.authTitleV2 span{width:max-content;border:1px solid rgba(242,213,140,.34);border-radius:999px;padding:8px 13px;color:#f2d58c;background:#f2d58c14;font-weight:800}.authTitleV2 h1{margin:0;font-size:76px;line-height:.95;letter-spacing:0;color:#fff}.authStatsV2{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.authStatsV2 div{min-height:96px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0b;padding:18px}.authStatsV2 b{display:block;color:#f2d58c;font-size:24px}.authStatsV2 span{display:block;margin-top:8px;color:#c7d0db;font-size:14px}.authCardV2{width:min(560px,92vw);border-radius:8px;padding:36px;background:linear-gradient(180deg,#161b22f0,#0d1015f5);border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 90px #00000085;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.authCardHeadV2{display:grid;gap:10px;margin-bottom:24px}.authCardHeadV2 span{display:flex;align-items:center;gap:8px;color:#f2d58c;font-weight:800}.authCardHeadV2 h2{margin:0;color:#fff;font-size:34px}.authTabsV2{margin:0 0 22px;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:5px;background:#0c1118}.authTabsV2 button{border-radius:6px;padding:13px 10px;border:0;color:#aeb8c5}.authTabsV2 button.on{background:linear-gradient(135deg,#d8b86a,#f5dfa2);color:#141414;border:0}.authTabsV2 button.coming{color:#88919c;cursor:not-allowed;opacity:1}.authComingTag{display:inline-flex;align-items:center;min-height:20px;padding:0 7px;border-radius:999px;background:#f2d58c1f;color:#f2d58c;font-size:11px;font-weight:900;white-space:nowrap}.authFieldV2{margin-top:16px;color:#d9e1eb;font-weight:800}.authFieldV2 input,.authFieldV2 textarea{height:52px;border-radius:8px;background:#0c1118;border-color:#ffffff24}.authFieldV2 textarea{height:auto;min-height:112px}.authCodeRowV2 input{border-radius:8px 0 0 8px}.authCodeRowV2 button{height:52px;margin-top:8px;border-radius:0 8px 8px 0;border-color:#f2d58c59}.authSubmitV2{width:100%;height:54px;margin-top:24px;border-radius:8px;font-size:17px}.authSwitchV2{margin-top:20px;text-align:center;color:#aeb8c5}.authSwitchV2 b{margin-left:6px;color:#f2d58c}.authMsgV2{margin-top:18px;margin-bottom:0}.authApplyGridV2{gap:12px 14px}@media (max-width:980px){.authPageV2{grid-template-columns:1fr;gap:28px;padding:28px}.authIntroV2{gap:28px}.authTitleV2 h1{font-size:48px}}@media (max-width:620px){.authPageV2{padding:20px}.authStatsV2,.authApplyGridV2{grid-template-columns:1fr}.authCardV2{padding:24px}}.landingPage{min-height:100vh;overflow:hidden;background:radial-gradient(circle at 72% 10%,rgba(231,199,111,.12),transparent 28rem),radial-gradient(circle at 18% 18%,rgba(119,169,255,.08),transparent 28rem),#050506;color:#f8f3e8;font-family:Microsoft YaHei,PingFang SC,Helvetica Neue,Arial,sans-serif;letter-spacing:0}.landingPage:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:.24;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 78%);mask-image:linear-gradient(to bottom,#000,transparent 78%)}.landingPage:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:.08;background-image:linear-gradient(0deg,transparent 0,transparent 6px,rgba(255,255,255,.9) 7px,transparent 8px);background-size:100% 8px;mix-blend-mode:screen}.landingPage a{color:inherit;text-decoration:none}.landingPage main,.landingNav,.landingFooter{position:relative;z-index:1}.landingNav{position:fixed;top:0;left:0;right:0;height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:0 clamp(22px,3vw,56px);border-bottom:1px solid rgba(255,255,255,.08);background:#050506c2;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);z-index:20}.landingBrand{display:inline-flex;align-items:center;gap:16px;min-width:270px}.landingBrand b{display:block;color:#fff;font-size:28px;line-height:1;font-weight:950}.landingBrand small{display:block;margin-top:6px;color:#c9bd96;font-size:14px}.landingBrandMark{width:56px;height:56px;border:1px solid rgba(231,199,111,.25)}.landingNav nav{display:flex;align-items:center;justify-content:center;gap:18px}.landingNav nav a{position:relative;padding:12px 14px;border-radius:999px;color:#f8f3e8c2;font-weight:700}.landingNav nav a:hover{color:#fff}.landingNav nav a:after{content:"";position:absolute;left:14px;right:14px;bottom:7px;height:1px;background:#e7c76f;transform:scaleX(0);transform-origin:left;transition:.22s}.landingNav nav a:hover:after{transform:scaleX(1)}.landingNavActions,.landingHeroActions{display:flex;align-items:center;gap:14px}.landingGhostBtn,.landingGoldBtn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;overflow:hidden;border-radius:999px;font-weight:900;white-space:nowrap}.landingGhostBtn{padding:0 18px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#f8f3e8db}.landingGoldBtn{padding:0 23px;color:#100b04;background:linear-gradient(135deg,#f8e3a5,#d1a33c);box-shadow:0 20px 58px #e7c76f3d}.landingButtonShine{position:absolute;inset:-60% auto -60% -40%;width:32%;transform:rotate(18deg);background:#ffffff57;filter:blur(8px);pointer-events:none}.landingHero{position:relative;display:grid;grid-template-columns:minmax(0,.88fr) minmax(560px,1.12fr);gap:56px;align-items:center;width:min(1600px,calc(100vw - 56px));min-height:100svh;margin:0 auto;padding:138px 0 70px}.landingEyebrow{display:inline-flex;align-items:center;gap:10px;color:#f8dea0;font-size:14px;font-weight:900}.landingEyebrow:before{content:"";width:38px;height:1px;background:#e7c76f}.landingHeroTitle{max-width:720px;margin:22px 0 0;color:#fff;font-size:clamp(56px,7vw,116px);font-weight:950;line-height:.96}.landingHeroTitle div{letter-spacing:0!important}.landingHeroCopy{max-width:670px;margin:28px 0 0;color:#f8f3e8bd;font-size:18px;line-height:1.9}.landingHeroActions{margin-top:36px}.landingMetaGrid{display:flex;flex-wrap:wrap;gap:14px;margin-top:42px}.landingMetaCard{min-width:150px;padding:18px 20px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#ffffff09}.landingMetaCard b{display:block;color:#f8dea0;font-size:30px;line-height:1}.landingMetaCard span{display:block;margin-top:10px;color:#bcb5a8;font-size:13px}.landingHeroStage{position:relative;min-height:650px;overflow:hidden;border:1px solid rgba(231,199,111,.28);border-radius:34px;background:radial-gradient(circle at 62% 34%,rgba(231,199,111,.16),transparent 18rem),radial-gradient(circle at 30% 78%,rgba(119,169,255,.11),transparent 18rem),linear-gradient(145deg,#151617f5,#050607eb);box-shadow:0 32px 96px #00000075;transform-style:preserve-3d}.landingHeroStage:before{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border:1px solid rgba(255,255,255,.06);border-radius:26px;pointer-events:none}.landingStageSvg{position:absolute;inset:-8% -6% auto auto;width:96%;height:78%;opacity:.76;overflow:visible}.landingStageTop{position:absolute;top:42px;left:42px;right:42px;display:flex;justify-content:space-between;gap:16px}.landingStageBadge{display:inline-flex;align-items:center;height:38px;padding:0 14px;border:1px solid rgba(231,199,111,.34);border-radius:999px;background:#0000004d;color:#f8dea0;font-size:13px;font-weight:900}.landingStageBadge.success{border-color:#55d77759;color:#dfffe6}.landingStageGallery{position:absolute;left:40px;right:40px;bottom:42px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.landingDemoPanel{position:relative;min-height:300px;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:#111}.landingDemoPanel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.52),transparent 58%);pointer-events:none}.landingPanelShine{position:absolute;inset:-30% auto -30% -38%;z-index:4;width:34%;pointer-events:none;transform:rotate(17deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);filter:blur(10px)}.landingPanelGrid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.28;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:26px 26px}.landingDemoPanel>span{position:absolute;top:18px;left:18px;z-index:5;height:34px;padding:7px 12px;border-radius:999px;background:#0b0905b8;color:#f9e8b0;font-size:13px;font-weight:900}.landingDemoPanel.source{background:radial-gradient(circle at 38% 34%,rgba(255,255,255,.1),transparent 9rem),linear-gradient(135deg,#372616,#16110d)}.landingDemoPanel.result{background:radial-gradient(circle at 50% 46%,rgba(248,222,160,.16),transparent 12rem),linear-gradient(180deg,#f5f0e6,#d8d0c1 54%,#f9f7f2)}.landingDemoPanel.result .landingPanelGrid{opacity:.14;filter:invert(1)}.landingSceneFloor{position:absolute;left:-10%;right:-10%;bottom:-28%;height:62%;transform:perspective(560px) rotateX(58deg);transform-origin:bottom;background:linear-gradient(90deg,rgba(231,199,111,.11) 1px,transparent 1px),linear-gradient(rgba(231,199,111,.08) 1px,transparent 1px);background-size:42px 42px}.landingChair{position:absolute;left:50%;bottom:24px;width:210px;height:230px;transform:translate(-50%);filter:drop-shadow(0 26px 24px rgba(0,0,0,.24))}.landingChair i{position:absolute;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 32px #00000057}.chairBack{top:4px;left:53px;width:118px;height:86px;border-radius:20px 20px 18px 18px;transform:skew(-8deg) rotate(-4deg);background:repeating-linear-gradient(90deg,rgba(255,255,255,.15) 0 4px,transparent 4px 9px),linear-gradient(135deg,#e1d8c4,#776d5c)}.chairSeat{bottom:78px;left:36px;width:150px;height:58px;border-radius:22px 22px 26px 26px;background:radial-gradient(circle at 38% 40%,rgba(255,255,255,.42),transparent 9px),repeating-linear-gradient(90deg,#c3b89a 0,#c3b89a 5px,#817763 5px,#817763 11px)}.chairLeg{width:15px;height:92px;border-radius:999px;background:linear-gradient(135deg,#6b4b24,#22160d 55%,#9d7240)}.chairLegA{bottom:0;left:42px;transform:rotate(6deg)}.chairLegB{right:40px;bottom:0;transform:rotate(-5deg)}.chairLegC{bottom:16px;left:88px;opacity:.72;transform:rotate(2deg)}.chairRail{bottom:48px;left:52px;width:122px;height:12px;border-radius:999px;transform:rotate(-4deg);background:linear-gradient(135deg,#6b4b24,#22160d 55%,#9d7240)}.landingFloatCard{position:absolute;z-index:5;display:grid;gap:6px;min-width:164px;padding:16px;border:1px solid rgba(231,199,111,.3);border-radius:20px;background:#090a0bb8;box-shadow:0 24px 64px #00000057;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landingFloatCard small{color:#bcb5a8}.landingFloatCard b{color:#f8dea0;font-size:20px}.landingFloatCard.a{top:138px;left:42px}.landingFloatCard.b{right:52px;top:134px}.landingFloatCard.c{right:36%;bottom:22px}.landingSection{position:relative;z-index:1;width:min(1560px,calc(100vw - 56px));margin:0 auto;padding:112px 0}.landingSectionHead{display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,.55fr);gap:40px;align-items:end;margin-bottom:44px}.landingKicker{display:block;color:#e7c76f;font-size:14px;font-weight:950}.landingSectionHead h2{margin:12px 0 0;color:#fff;font-size:clamp(34px,4vw,64px);font-weight:950;line-height:1.06}.landingSectionHead p{margin:0;color:#f8f3e8ad;font-size:16px;line-height:1.9}.landingFeatureGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.landingFeatureCard{position:relative;min-height:260px;overflow:hidden;padding:28px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:radial-gradient(circle at 80% 18%,rgba(231,199,111,.14),transparent 11rem),#121314d1;box-shadow:0 24px 72px #00000038}.landingFeatureCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:linear-gradient(135deg,rgba(248,222,160,.16),transparent 46%);transition:.24s}.landingFeatureCard:hover:before{opacity:1}.landingFeatureCard>span{color:#f8dea085;font-size:13px;font-weight:900}.landingFeatureCard i{position:absolute;right:24px;top:24px;display:grid;place-items:center;width:54px;height:54px;border:1px solid rgba(231,199,111,.28);border-radius:50%;color:#f8dea0;background:#e7c76f12}.landingFeatureCard h3{position:relative;margin:58px 0 0;color:#fff;font-size:26px}.landingFeatureCard p{position:relative;margin:16px 0 0;color:#bcb5a8;font-size:15px;line-height:1.8}.landingWorkflow{width:100%;max-width:none;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.025),transparent);padding-left:max(28px,calc((100vw - 1560px)/2));padding-right:max(28px,calc((100vw - 1560px)/2))}.landingWorkflow .landingSectionHead{max-width:1560px;margin-left:auto;margin-right:auto}.landingFlowStage{position:relative;min-height:660px;max-width:1560px;margin:0 auto;overflow:hidden;border:1px solid rgba(231,199,111,.3);border-radius:34px;background:radial-gradient(circle at 18% 20%,rgba(119,169,255,.1),transparent 22rem),radial-gradient(circle at 82% 70%,rgba(231,199,111,.14),transparent 22rem),#0b0c0d}.landingFlowSvg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.86}.landingWorkflowPreview{position:absolute;top:48px;right:52px;width:min(440px,34vw);height:360px;overflow:hidden;border:1px solid rgba(231,199,111,.22);border-radius:28px;background:#121314;box-shadow:0 24px 70px #00000057}.landingWorkflowImage{height:300%;will-change:transform}.workflowFrame{height:33.333%;display:grid;place-items:center;align-content:center;gap:12px;text-align:center;color:#fff}.workflowFrame svg{color:#f8dea0}.workflowFrame b{font-size:28px}.workflowFrame span{color:#d8cfbc}.workflowFrame.raw{background:linear-gradient(135deg,#382819,#15110d)}.workflowFrame.clean{background:linear-gradient(135deg,#191f22,#edf0e8);color:#141414}.workflowFrame.clean span{color:#4d4d4d}.workflowFrame.final{background:radial-gradient(circle at 50% 34%,rgba(248,222,160,.24),transparent 10rem),linear-gradient(135deg,#f7f2e8,#cfc6b8);color:#181818}.workflowFrame.final span{color:#5b5142}.landingFlowTrack{position:absolute;left:42px;right:42px;bottom:42px;display:grid;grid-template-columns:repeat(4,minmax(190px,1fr));gap:16px}.landingFlowStep{min-height:168px;padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:#060708bd;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.landingFlowStep b{display:block;color:#f8dea0;font-size:18px}.landingFlowStep span{display:block;margin-top:14px;color:#bcb5a8;font-size:14px;line-height:1.75}.landingSceneGrid{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}.landingScenePanel,.landingMiniScene,.landingPlanCard{overflow:hidden;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 78% 20%,rgba(248,222,160,.18),transparent 18rem),#121314d1}.landingScenePanel{position:relative;min-height:460px;border-radius:28px;padding:36px}.landingScenePanel h3{width:min(560px,82%);margin:0;color:#fff;font-size:42px;line-height:1.1}.landingScenePanel p{width:min(540px,84%);margin:18px 0 0;color:#bcb5a8;line-height:1.9}.landingSceneOrbit{position:absolute;right:-90px;bottom:-120px;width:520px;height:520px;border:1px solid rgba(231,199,111,.3);border-radius:50%}.landingSceneOrbit:before,.landingSceneOrbit:after{content:"";position:absolute;border:1px solid rgba(231,199,111,.18);border-radius:inherit}.landingSceneOrbit:before{top:76px;right:76px;bottom:76px;left:76px}.landingSceneOrbit:after{top:150px;right:150px;bottom:150px;left:150px}.landingSceneStack{display:grid;grid-template-rows:repeat(3,1fr);gap:18px}.landingMiniScene{padding:24px;border-radius:24px}.landingMiniScene b{display:block;color:#fff;font-size:20px}.landingMiniScene span{display:block;margin-top:10px;color:#bcb5a8}.landingPlans{padding-bottom:140px}.landingPlanGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.landingPlanCard{min-height:330px;padding:30px;border-radius:28px}.landingPlanCard.featured{border-color:#e7c76f57;background:radial-gradient(circle at 76% 14%,rgba(231,199,111,.18),transparent 14rem),#121314f2}.landingPlanCard h3{margin:0;color:#fff;font-size:26px}.landingPlanCard b{display:block;margin-top:28px;color:#f8dea0;font-size:44px;line-height:1}.landingPlanCard p{margin:18px 0 0;color:#bcb5a8;line-height:1.8}.landingFooter{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:46px max(28px,calc((100vw - 1560px)/2)) 58px;border-top:1px solid rgba(255,255,255,.08);color:#817b70}.landingFooterInfo{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px 16px;text-align:right;font-size:14px}.landingIcpLink{color:#b9a86f}.landingIcpLink:hover{color:#f8dea0}@media (max-width:1180px){.landingHero,.landingSectionHead,.landingSceneGrid{grid-template-columns:1fr}.landingHero{width:min(100vw - 36px,980px)}.landingFeatureGrid,.landingPlanGrid,.landingFlowTrack{grid-template-columns:1fr 1fr}.landingWorkflowPreview{position:relative;top:auto;right:auto;width:min(520px,calc(100% - 64px));margin:40px auto 0}.landingFlowStage{min-height:900px}}@media (max-width:780px){.landingNav{height:auto;min-height:74px;padding:12px 18px}.landingNav nav,.landingGhostBtn{display:none}.landingBrand{min-width:0}.landingBrand b{font-size:22px}.landingBrand small{font-size:12px}.landingHero{grid-template-columns:1fr;padding-top:118px}.landingHeroTitle{font-size:clamp(48px,16vw,72px)}.landingHeroStage{min-height:720px;border-radius:26px}.landingStageGallery{grid-template-columns:1fr}.landingFloatCard{display:none}.landingFeatureGrid,.landingPlanGrid,.landingFlowTrack{grid-template-columns:1fr}.landingWorkflowPreview{width:calc(100% - 36px)}.landingFlowStage{min-height:980px}.landingScenePanel h3,.landingScenePanel p{width:100%}.landingFooter{align-items:flex-start;flex-direction:column}.landingFooterInfo{justify-content:flex-start;text-align:left}.landingNavActions .landingGoldBtn{min-height:42px;padding:0 16px}}@media (prefers-reduced-motion:reduce){.landingPage *{scroll-behavior:auto!important}.landingReveal,.landingFeatureCard,.landingFlowStep,.landingScenePanel,.landingMiniScene,.landingPlanCard{opacity:1!important;transform:none!important}}.wbSourceHead{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.wbSourceHead .wbBlockTitle{margin-bottom:0}.wbWatermarkBtn{border:1px solid rgba(240,214,138,.52);background:#f0d68a0f;color:#f0d68a;border-radius:18px;min-height:42px;padding:0 18px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.wbWatermarkBtn:hover{background:#f0d68a24;border-color:#f0d68a}.watermarkMask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:24px;background:#000000b8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.watermarkModal{width:min(1040px,94vw);height:min(640px,92vh);max-height:92vh;overflow:hidden;display:flex;flex-direction:column;color:#f5f0e6;background:#191919;border:1px solid rgba(255,255,255,.12);border-radius:10px;box-shadow:0 40px 140px #000000c7}.watermarkHead,.watermarkFoot{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:14px 22px;border-bottom:1px solid rgba(255,255,255,.1)}.watermarkHead h2{margin:0;font-size:21px}.watermarkHead button{width:36px;height:36px;border:0;border-radius:10px;background:transparent;color:#d8cfbd;font-size:28px}.watermarkBody{flex:1 1 auto;min-height:0;overflow:hidden;display:grid;grid-template-columns:minmax(330px,470px) minmax(340px,1fr);gap:26px;padding:14px 22px 16px}.watermarkControls{min-width:0}.watermarkSwitch{display:inline-flex;align-items:center;gap:12px;margin-bottom:12px;color:#f7f2e8;font-size:16px;font-weight:800}.watermarkSwitch input{display:none}.watermarkSwitch i{width:46px;height:20px;border-radius:999px;background:#6a6047;position:relative}.watermarkSwitch i:after{content:"";position:absolute;top:-3px;left:0;width:26px;height:26px;border-radius:50%;background:#e9c879;transition:.18s ease}.watermarkSwitch input:checked+i:after{left:20px}.watermarkFieldTitle{margin:8px 0 6px;font-size:15px;color:#f5ead5;font-weight:900}.watermarkHint{margin:6px 0 8px;color:#a9a196;font-size:12px}.watermarkPositionGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;max-width:640px}.watermarkPositionGrid button{height:32px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:#171717;color:#f5f0e6;font-weight:900;font-size:14px}.watermarkPositionGrid button.active{background:#ffffff2e;border-color:#f0d68a5c}.watermarkSliderGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;margin-top:8px}.watermarkSliderGrid label{min-width:0;color:#f5ead5;font-size:13px;font-weight:800}.watermarkSliderGrid input{display:block;width:100%;margin-top:6px;accent-color:#e8c978}.watermarkPreviewPane>b{display:block;margin-bottom:8px;color:#f5ead5}.watermarkPreviewCanvas{min-height:360px;height:100%;display:grid;place-items:center;padding:16px;border-radius:18px;background:#f4f4f4}.watermarkPreviewImage{position:relative;width:min(300px,100%);aspect-ratio:4/5;overflow:hidden;background:#d9d9d4}.previewWall{position:absolute;top:0;right:0;bottom:20%;left:0;background:linear-gradient(120deg,#d8d8d3,#ecece8 45%,#cfcfca)}.previewFloor{position:absolute;left:0;right:0;bottom:0;height:22%;background:repeating-linear-gradient(0deg,#9f9d99 0,#9f9d99 3px,#b8b6b1 3px,#b8b6b1 8px)}.previewLamp{position:absolute;left:11%;top:20%;width:2px;height:52%;background:#a88742}.previewLamp:before{content:"";position:absolute;left:-18px;top:-34px;width:56px;height:56px;border-radius:50%;background:#f7f7f4;box-shadow:0 5px 18px #0000001a}.previewLamp:after{content:"";position:absolute;left:0;top:0;width:70px;height:2px;background:#b08e46}.previewChair{position:absolute;left:40%;bottom:18%;width:86px;height:96px;border-radius:44px 44px 14px 14px;border-bottom:18px solid #b99364;background:#d9d5cf;box-shadow:inset 0 -12px #6f4c35}.previewChair:before,.previewChair:after{content:"";position:absolute;bottom:-86px;width:8px;height:84px;background:#6a412b;transform:rotate(10deg)}.previewChair:before{left:18px}.previewChair:after{right:18px;transform:rotate(-10deg)}.previewTable{position:absolute;right:16%;bottom:18%;width:112px;height:24px;border-radius:50%;background:#d9aa52;box-shadow:0 28px 0 -6px #bb873e}.previewTable:after{content:"";position:absolute;left:50%;top:20px;width:18px;height:72px;transform:translate(-50%);background:#c08f43}.watermarkFoot{border-top:1px solid rgba(255,255,255,.1);border-bottom:0;justify-content:flex-end;gap:18px}.watermarkFoot button{min-width:112px;height:40px;border:0;border-radius:10px;background:transparent;color:#e7c875;font-weight:900;font-size:16px}.watermarkFoot button.primary{background:#ebce7a;color:#2b210f}@media (max-width:980px){.watermarkBody{grid-template-columns:1fr;gap:24px}.watermarkSliderGrid{grid-template-columns:1fr}.watermarkPreviewCanvas{min-height:420px}}.wmProcessMask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483100;display:grid;place-items:center;padding:18px;background:#000000b8}.wmProcessPanel{width:min(1320px,94vw);height:min(560px,88vh);display:flex;flex-direction:column;overflow:hidden;border-radius:18px;background:#191919;color:#f5f0e6;border:1px solid rgba(255,255,255,.12);box-shadow:0 40px 140px #000000c7}.wmProcessHead,.wmProcessFoot{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:10px 18px}.wmProcessHead h2{margin:0 0 4px;font-size:18px}.wmProcessHead p{margin:0;color:#aaa;font-size:12px}.wmProcessHead button{border:0;background:transparent;color:#fff;font-weight:900}.wmProcessBody{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,330px);gap:16px;padding:0 18px 10px;overflow:hidden}.wmProcessBody.done{grid-template-columns:1fr}.wmProcessSingle{min-height:0;overflow:hidden;display:grid}.wmProcessCompare{display:grid;grid-template-columns:1fr 1fr;gap:10px;min-height:0;overflow:hidden}.wmProcessCompare.done{height:100%}.wmProcessFrame{position:relative;min-height:0;display:grid;align-items:center;justify-items:center;padding-top:0;padding-left:0;padding-right:0;width:100%;height:100%;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:14px;background-color:#172032;background-image:linear-gradient(45deg,rgba(255,255,255,.06) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.06) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.06) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.06) 75%);background-size:28px 28px;background-position:0 0,0 14px,14px -14px,-14px 0}.wmProcessFrame.isSingle{width:100%;height:100%}.wmProcessFrame span,.wmProcessFrame em{position:absolute;top:10px;z-index:2;padding:5px 9px;border-radius:6px;background:#145caaeb;color:#f7d985;font-style:normal;font-weight:900;font-size:12px}.wmProcessFrame span{left:10px}.wmProcessFrame em{left:58px}.wmProcessFrame img{max-width:37.5%;max-height:52.5%;object-fit:contain;object-position:top center;display:block;align-self:start;justify-self:center}.wmCropStage{position:relative;display:grid;place-items:center;max-width:37.5%;max-height:52.5%;align-self:center!important;justify-self:center;background:transparent!important;padding:0!important;border-radius:0!important}.wmCropStage img{max-width:100%!important;max-height:100%!important}.wmCropBox{position:absolute;border:2px solid #f0d68a;box-shadow:0 0 0 999px #8c91989e;cursor:move}.wmCropBox b{position:absolute;width:12px;height:12px;border-radius:50%;background:#f0d68a;border:2px solid #fff;cursor:nwse-resize}.wmCropBox b:nth-child(1){left:-8px;top:-8px}.wmCropBox b:nth-child(2){right:-8px;top:-8px;cursor:nesw-resize}.wmCropBox b:nth-child(3){left:-8px;bottom:-8px;cursor:nesw-resize}.wmCropBox b:nth-child(4){right:-8px;bottom:-8px}.wmProcessOptions{border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:14px;overflow:hidden;min-width:0}.wmProcessOptions h3{margin:0 0 8px;font-size:14px}.wmProcessOptions label{height:40px;display:flex;align-items:center;gap:10px;margin-bottom:8px;padding:0 14px;border:1px solid rgba(255,255,255,.12);border-radius:10px;font-weight:900}.wmProcessOptions label.active{border-color:#e8c978;background:#f0d68a0f}.wmProcessOptions input{accent-color:#e8c978}.wmProcessFoot{border-top:1px solid rgba(255,255,255,.1);justify-content:flex-end;gap:12px}.wmProcessFoot button{min-width:120px;height:38px;border:0;border-radius:10px;background:transparent;color:#e8c978;font-weight:900}.wmProcessFoot .primary{background:#ebce7a;color:#2b210f}.wmProcessMask{padding:22px!important;background:#000000c7!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}.wmProcessPanel{width:min(1500px,94vw)!important;height:min(720px,88vh)!important;border-radius:22px!important;background:linear-gradient(180deg,#1b1b1b,#171717)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 42px 140px #000000d1!important;overflow:hidden!important}.wmProcessHead{min-height:82px!important;padding:20px 26px 14px!important;border-bottom:0!important}.wmProcessHead h2{margin:0 0 8px!important;font-size:26px!important;line-height:1.15!important;letter-spacing:.02em!important;color:#fff!important;font-weight:1000!important}.wmProcessHead p{margin:0!important;color:#ffffffa8!important;font-size:15px!important}.wmProcessHead button{height:38px!important;padding:0 14px!important;border-radius:12px!important;color:#fff!important;font-size:20px!important;font-weight:1000!important}.wmProcessBody{grid-template-columns:minmax(0,1fr) 430px!important;gap:12px!important;padding:0 26px 12px!important;height:auto!important;overflow:hidden!important}.wmProcessCompare{gap:0!important}.wmProcessFrame{box-sizing:border-box!important;border-radius:20px!important;border:1px solid rgba(255,255,255,.14)!important;background-color:#172136!important;background-image:linear-gradient(45deg,rgba(255,255,255,.055) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.055) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.055) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.055) 75%)!important;background-size:30px 30px!important;background-position:0 0,0 15px,15px -15px,-15px 0!important;box-shadow:inset 0 0 0 1px #ffffff05!important;overflow:hidden!important;align-items:center!important;justify-items:center!important}.wmProcessFrame.isSingle{width:100%!important;height:60%!important;min-height:0!important}.wmProcessFrame span,.wmProcessFrame em{top:12px!important;z-index:4!important;height:30px!important;display:inline-flex!important;align-items:center!important;padding:0 12px!important;border-radius:8px!important;background:#0b63ba!important;color:#f7d985!important;font-size:15px!important;line-height:1!important;font-weight:1000!important;box-shadow:0 8px 20px #00000038!important}.wmProcessFrame span{left:16px!important}.wmProcessFrame em{left:auto!important;right:auto!important;margin-left:0!important}.wmProcessFrame img{max-width:min(52%,calc(100% - 72px))!important;max-height:calc(100% - 72px)!important;object-fit:contain!important;object-position:center!important;align-self:center!important;justify-self:center!important}.wmCropStage{box-sizing:border-box!important;width:var(--wm-stage-w,360px)!important;height:var(--wm-stage-h,360px)!important;max-width:calc(100% - 112px)!important;max-height:calc(100% - 96px)!important;align-self:center!important;justify-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#b4b9beb8!important;padding:0!important;border-radius:0!important;box-shadow:0 0 0 1px #00000014!important;overflow:hidden!important}.wmCropStage img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;display:block!important;background:#fff!important;align-self:center!important;justify-self:center!important;min-width:0!important;min-height:0!important}.wmCropBox{border:2px solid #f0d68a!important;box-shadow:0 0 0 999px #878d969e!important;cursor:move!important}.wmCropBox b{width:14px!important;height:14px!important;border-radius:50%!important;background:#f0d68a!important;border:2px solid #fff!important;box-shadow:0 2px 8px #00000040!important}.wmCropBox b:nth-child(1){left:-9px!important;top:-9px!important}.wmCropBox b:nth-child(2){right:-9px!important;top:-9px!important}.wmCropBox b:nth-child(3){left:-9px!important;bottom:-9px!important}.wmCropBox b:nth-child(4){right:-9px!important;bottom:-9px!important}.wmProcessOptions{min-height:0!important;border-radius:20px!important;padding:22px 18px!important;border:1px solid rgba(255,255,255,.12)!important;background:linear-gradient(180deg,#101216f5,#0d0f13f5)!important;box-shadow:inset 0 0 0 1px #ffffff05!important}.wmProcessOptions h3{margin:0 0 13px!important;color:#fff!important;font-size:18px!important;font-weight:1000!important}.wmProcessOptions h3:not(:first-child){margin-top:22px!important;padding-top:20px!important;border-top:1px solid rgba(255,255,255,.08)!important}.wmProcessOptions label{position:relative!important;min-height:56px!important;height:auto!important;margin-bottom:10px!important;padding:0 16px!important;border-radius:13px!important;border:1px solid rgba(255,255,255,.12)!important;background:#ffffff05!important;color:#fff!important;font-size:18px!important;font-weight:1000!important;letter-spacing:.01em!important}.wmProcessOptions label.active{border-color:#e8c978!important;background:linear-gradient(180deg,#f0d68a14,#f0d68a08)!important;box-shadow:0 0 0 1px #f0d68a1a,0 10px 28px #0003!important}.wmProcessOptions input[type=radio]{width:20px!important;height:20px!important;accent-color:#e8c978!important;flex:0 0 auto!important}.wmProcessOptions input[type=number],.wmProcessOptions .wmCropInput,.wmProcessOptions .cropSizeInput{height:50px!important;min-width:78px!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.12)!important;background:#ffffff09!important;color:#fff!important;font-size:18px!important;font-weight:900!important;text-align:center!important}.wmProcessFoot{min-height:72px!important;padding:10px 30px 14px!important;border-top:1px solid rgba(255,255,255,.08)!important;background:linear-gradient(180deg,#ffffff03,#0000001f)!important}.wmProcessFoot button{min-width:112px!important;height:48px!important;border-radius:12px!important;font-size:18px!important;font-weight:1000!important;color:#e8c978!important}.wmProcessFoot .primary{min-width:132px!important;height:52px!important;border-radius:14px!important;background:linear-gradient(180deg,#f4d984,#e9c86f)!important;color:#1b1407!important;box-shadow:0 10px 26px #e8c9782e!important}@media (max-width:1180px){.wmProcessPanel{height:min(820px,92vh)!important}.wmProcessBody{grid-template-columns:1fr!important;overflow:auto!important}.wmProcessOptions{min-height:260px!important}}.resourcePageV3{display:grid;gap:18px;color:#f6f6f6}.resourceToolbarV3{display:grid;grid-template-columns:minmax(320px,1fr) 220px 180px 150px 180px;gap:14px;align-items:center;padding:0 0 18px}.resourceSearchBoxV3,.resourceToolbarV3 select{height:52px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#111214;color:#f2eee5;outline:none}.resourceSearchBoxV3{display:flex;align-items:center;gap:12px;padding:0 16px}.resourceSearchBoxV3 svg{color:#f0d68a}.resourceSearchBoxV3 input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#f2eee5;font-size:15px}.resourceToolbarV3 select{padding:0 16px}.resourceToolbarV3 select:disabled{opacity:.55;cursor:not-allowed}.resourceManageCategoryV3,.resourceUploadOpenV3{height:52px;border-radius:12px;font-weight:900;cursor:pointer}.resourceManageCategoryV3{background:transparent;color:#f0d68a;border:1px solid rgba(240,214,138,.45)}.resourceUploadOpenV3{border:0;background:linear-gradient(135deg,#e2cb8a,#f5deb0);color:#111;box-shadow:0 12px 30px #f0d68a29}.resourceUploadOpenV3 span{margin-right:8px}.resourceSpaceTabsV3{height:58px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:12px}.resourceSpaceTabButtonsV3{display:flex;align-self:stretch;align-items:flex-end;gap:12px}.resourceSpaceTabButtonsV3 button{position:relative;height:58px;padding:0 20px;border:0;background:transparent;color:#cfc7b8;font-weight:900;font-size:17px;cursor:pointer}.resourceSpaceTabButtonsV3 button.active{color:#f0d68a}.resourceSpaceTabButtonsV3 button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px;background:#f0d68a}.resourceGridPanelV3{background:#111214;border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden;min-height:560px}.resourceGridV3{height:520px;overflow:auto;padding:28px;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;align-content:start}.resourceGridV3::-webkit-scrollbar,.resourceUploadBodyV3::-webkit-scrollbar{width:7px}.resourceGridV3::-webkit-scrollbar-thumb,.resourceUploadBodyV3::-webkit-scrollbar-thumb{background:#f0d68a52;border-radius:999px}.resourceCardV3{position:relative;min-height:260px;background:#18191a;border:1px solid rgba(255,255,255,.08);border-radius:14px;overflow:hidden;transition:.18s ease}.resourceCardV3:hover{transform:translateY(-2px);border-color:#f0d68a5c;box-shadow:0 18px 50px #00000047}.resourceSelectV3{position:absolute;left:14px;top:14px;z-index:2;width:42px;height:42px;display:grid;place-items:center;cursor:pointer}.resourceSelectV3 input{display:none}.resourceSelectV3 span{width:24px;height:24px;border-radius:8px;border:1px solid rgba(255,255,255,.68);background:#00000061;box-shadow:0 3px 12px #00000059}.resourceSelectV3 input:checked+span{background:#f0d68a;border-color:#f0d68a}.resourceSelectV3 input:checked+span:after{content:"";height:100%;color:#111;font-weight:1000;display:grid;place-items:center}.resourceImageV3{position:relative;height:150px;background:#f5f1e8;overflow:hidden}.resourceImageV3>img,.resourcePlaceholderV3{width:100%;height:100%;object-fit:cover;display:grid;place-items:center;color:#141414;font-weight:900}.resourceHoverActionsV3{position:absolute;right:10px;top:10px;display:flex;gap:8px;opacity:0;transform:translateY(-4px);transition:.16s ease}.resourceCardV3:hover .resourceHoverActionsV3{opacity:1;transform:translateY(0)}.resourceHoverActionsV3 button{width:36px;height:36px;border:0;border-radius:50%;background:#000000b8;color:#fff;display:grid;place-items:center;cursor:pointer}.resourceHoverActionsV3 button.danger{color:#ff6d6d}.resourceInfoV3{padding:14px 16px 12px;display:grid;gap:6px}.resourceInfoV3 b{color:#fff;font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resourceInfoV3 span,.resourceInfoV3 small{color:#bbb2a2;font-size:13px}.resourceEmptyV3{grid-column:1/-1}.resourcePagerV3{min-height:76px;border-top:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:auto auto 1fr auto;gap:18px;align-items:center;padding:0 22px;color:#d0c7b6}.resourcePageSizeV3{height:38px;padding:0 14px;display:grid;place-items:center;border-radius:12px;background:#0f1011;border:1px solid rgba(255,255,255,.1);color:#fff;font-weight:800}.resourcePageButtonsV3{display:flex;justify-content:center;align-items:center;gap:10px}.resourcePageButtonsV3 button{min-width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:#f6f6f6;cursor:pointer;font-weight:900}.resourcePageButtonsV3 button.active{background:#f0d68a;color:#111}.resourcePageButtonsV3 button:disabled{opacity:.35;cursor:not-allowed}.resourcePageButtonsV3 span{color:#d8d0c0}.resourceJumpV3{display:flex;align-items:center;gap:8px}.resourceJumpV3 input{width:74px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#111214;color:#fff;text-align:center}.resourceUploadMaskV3{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483600;background:#000000b8;display:grid;place-items:center;padding:32px}.resourceCategoryMaskV3{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483600;background:#000000b8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:block}.resourceCategoryPanelV3{position:absolute;right:0;top:0;width:min(72vw,1320px);min-width:min(920px,100vw);height:100vh;background:#1f1f1f;border-left:1px solid rgba(240,214,138,.28);color:#fff;display:grid;grid-template-rows:78px auto minmax(0,1fr);box-shadow:-36px 0 100px #0000009e}.resourceCategoryHeadV3{display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid rgba(255,255,255,.1)}.resourceCategoryHeadV3 h2{margin:0;font-size:28px;font-weight:1000}.resourceCategoryHeadV3 span{display:block;margin-top:5px;color:#b9b0a0;font-size:13px}.resourceCategoryHeadActionsV3{display:flex;align-items:center;gap:12px}.resourceCategoryCloseV3{border:0;background:transparent;color:#fff;cursor:pointer}.resourceCategoryCreateMainV3{height:42px;border:0;border-radius:12px;padding:0 16px;background:linear-gradient(135deg,#e2cb8a,#f5deb0);color:#111;font-weight:1000;display:flex;align-items:center;gap:8px;cursor:pointer}.resourceCategoryCreateV3{display:grid;grid-template-columns:180px minmax(180px,1fr) minmax(180px,1fr) 190px;gap:14px;padding:22px 28px;border-bottom:1px solid rgba(255,255,255,.1)}.resourceCategoryCreateV3 input,.resourceCategoryCreateV3 select{height:52px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#111214;color:#fff;padding:0 14px;outline:0}.resourceCategoryCreateV3 button{border:0;border-radius:14px;background:linear-gradient(135deg,#e2cb8a,#f5deb0);color:#111;font-weight:1000;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.resourceCategoryBodyV3{min-height:0;overflow:auto;padding:26px 28px 60px;display:grid;gap:34px;align-content:start}.resourceCategoryStateV3{border:1px solid rgba(240,214,138,.22);border-radius:8px;padding:18px;background:#151515;color:#d8d0c0;display:grid;gap:8px}.resourceCategoryStateV3.error{border-color:#ff5f5f6b;color:#ffd0d0}.resourceCategoryStateV3 button{justify-self:start;height:38px;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:0 14px;background:transparent;color:#fff;cursor:pointer}.resourceCategorySectionTitleV3{display:flex;align-items:center;gap:18px;margin-bottom:18px}.resourceCategorySectionTitleV3:after{content:"";height:1px;flex:1;background:#ffffff1f}.resourceCategorySectionTitleV3 h3{margin:0;font-size:32px;font-weight:1000}.resourceCategorySectionTitleV3 span{height:34px;display:inline-flex;align-items:center;padding:0 12px;border-radius:7px;border:1px solid rgba(255,255,255,.25)}.resourceCategoryCardsV3{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:28px 32px}.resourceCategoryCardV3{border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#191919;overflow:hidden}.resourceCategoryCardHeadV3{height:84px;display:grid;grid-template-columns:22px 1fr auto 34px 34px;gap:12px;align-items:center;padding:0 22px;border-bottom:1px solid rgba(255,255,255,.1)}.resourceCategoryCardHeadV3 b{font-size:24px;font-weight:1000}.resourceCategoryCardHeadV3 small{color:#d0bd85}.resourceCategoryCardHeadV3 button,.resourceCategorySubV3 button{border:0;background:transparent;color:#e7c978;cursor:pointer;display:grid;place-items:center}.resourceCategoryCardHeadV3 button.danger,.resourceCategorySubV3 button.danger{color:#ff4a3d}.resourceCategoryCardHeadV3 button:disabled{opacity:.25;cursor:not-allowed}.resourceCategorySubsV3{padding:18px 22px 22px;display:grid;gap:12px}.resourceCategorySubV3{height:42px;display:grid;grid-template-columns:18px 1fr 34px 34px;gap:10px;align-items:center}.resourceCategorySubV3 svg:first-child{color:#888}.resourceCategorySubV3 span{font-size:18px}.resourceCategoryAddSubV3{justify-self:start;height:42px;border:0;background:transparent;color:#cfc7b8;font-weight:900;display:flex;align-items:center;gap:8px;cursor:pointer}.resourceCategoryNoSubV3{height:42px;display:flex;align-items:center;color:#8f887c}.resourceCategoryDialogMaskV3,.resourceRenameMaskV3,.resourceDetailMaskV3{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483601;background:#00000075;display:grid;place-items:center;padding:28px}.resourceCategoryDialogV3,.resourceRenameModalV3{width:min(520px,92vw);border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#1b1b1b;color:#fff;box-shadow:0 30px 100px #0009;overflow:hidden}.resourceCategoryDialogV3 header{height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid rgba(255,255,255,.1)}.resourceCategoryDialogV3 h3,.resourceRenameModalV3 h3{margin:0}.resourceCategoryDialogV3 header button{border:0;background:transparent;color:#fff}.resourceCategoryDialogBodyV3,.resourceRenameModalV3{display:grid;gap:14px;padding:22px}.resourceCategoryDialogBodyV3 label{display:grid;gap:8px;color:#d8d0c0;font-weight:800}.resourceCategoryDialogBodyV3 input,.resourceCategoryDialogBodyV3 select,.resourceRenameModalV3 input{height:46px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:#111214;color:#fff;padding:0 14px;outline:0}.resourceCategoryDialogBodyV3 p{margin:0;color:#9f9788}.resourceCategoryDialogV3 footer,.resourceRenameModalV3 div{display:flex;justify-content:flex-end;gap:12px;padding:0 22px 22px}.resourceCategoryDialogV3 footer button,.resourceRenameModalV3 button{min-width:96px;height:42px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:transparent;color:#eee3ce;font-weight:900;cursor:pointer}.resourceCategoryDialogV3 footer button.primary,.resourceRenameModalV3 button.primary,.resourceDetailActionsV3 button.primary{border:0;background:linear-gradient(135deg,#e2cb8a,#f5deb0);color:#111}.resourceCategoryDialogV3 footer button:disabled,.resourceRenameModalV3 button:disabled{opacity:.48;cursor:not-allowed}.resourceDetailPanelV3{width:min(1180px,94vw);max-height:90vh;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#171717;color:#fff;box-shadow:0 34px 110px #000000b3;overflow:hidden}.resourceDetailHeadV3{height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid rgba(255,255,255,.12)}.resourceDetailHeadV3 h2{margin:0}.resourceDetailHeadV3 button{border:0;background:transparent;color:#fff;cursor:pointer}.resourceDetailBodyV3{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:18px;padding:18px;max-height:calc(90vh - 68px);overflow:auto}.resourceDetailPreviewV3{min-height:520px;border-radius:8px;background:#f7f4ee;display:grid;place-items:center;overflow:hidden}.resourceDetailPreviewV3 img{width:100%;height:100%;object-fit:contain}.resourceDetailInfoV3{border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:20px;background:#1d1d1d}.resourceDetailInfoV3 h3{margin:0 0 16px;word-break:break-all}.resourceDetailInfoV3 dl{margin:0;display:grid;grid-template-columns:82px 1fr;gap:0 12px}.resourceDetailInfoV3 dt,.resourceDetailInfoV3 dd{margin:0;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.08)}.resourceDetailInfoV3 dt{color:#a8a8a8}.resourceDetailActionsV3{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.resourceDetailActionsV3 button{height:44px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:transparent;color:#eee3ce;font-weight:900}.resourceRelatedTasksV3{margin-top:22px;display:grid;gap:10px}.resourceRelatedTasksV3 h4{margin:0}.resourceRelatedTasksV3 article{border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px;display:grid;gap:4px}.resourceRelatedTasksV3 span,.resourceRelatedTasksV3 small,.resourceRelatedTasksV3 p{color:#aaa;margin:0}.modalMask,.taskPreviewOverlay,.cropShotMask,.watermarkMask,.feedbackModalMaskV2,.storeUserModalMaskV2,.trialTicketMaskV2{z-index:2147483600!important}.resourceUploadModalV3{width:min(1080px,92vw);max-height:88vh;background:#1b1b1b;border:1px solid rgba(255,255,255,.12);border-radius:16px;overflow:hidden;box-shadow:0 40px 120px #000000ad;color:#fff;display:grid;grid-template-rows:86px minmax(0,1fr) 76px}.resourceUploadHeadV3{padding:0 30px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1)}.resourceUploadHeadV3 h2{margin:0;font-size:24px}.resourceUploadHeadV3 button{width:42px;height:42px;border:0;background:transparent;color:#fff;font-size:30px;cursor:pointer}.resourceUploadBodyV3{min-height:0;overflow:auto;padding:22px 28px;display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:28px}.resourceDropV3{min-height:310px;border:1px dashed rgba(255,255,255,.18);border-radius:14px;background:#18191a;display:grid;place-items:center;text-align:center;padding:26px;color:#e9dfc8;cursor:pointer}.resourceDropV3.dragging{border-color:#f0d68a;background:#f0d68a14}.resourceDropV3 input{display:none}.resourceDropV3 img{width:100%;max-height:360px;object-fit:contain;border-radius:12px;background:#fff}.resourceDropV3 b{font-size:22px;margin-top:12px}.resourceDropV3 span{color:#aaa;margin-top:8px}.resourceDropV3 em{margin-top:18px;min-width:120px;height:48px;border-radius:12px;display:inline-grid;place-items:center;background:linear-gradient(135deg,#e2cb8a,#f3ddb0);color:#111;font-style:normal;font-weight:900}.resourceUploadSettingsV3{display:grid;gap:12px;align-content:start}.resourceUploadSettingsV3 h3{margin:0 0 6px;font-size:20px}.resourceUploadSettingsV3 p{margin:0;padding:14px;border-radius:12px;background:#f0d68a14;border:1px solid rgba(240,214,138,.18);color:#aaa}.resourceUploadSettingsV3 p span,.resourceUploadSettingsV3 p b{color:#f0d68a}.resourceUploadSettingsV3 input,.resourceUploadSettingsV3 select,.resourceUploadSettingsV3 textarea{width:100%;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:#111214;color:#f2eee5;padding:0 14px;outline:0;box-sizing:border-box}.resourceUploadSettingsV3 input,.resourceUploadSettingsV3 select{height:48px}.resourceUploadSettingsV3 textarea{min-height:110px;padding-top:12px;resize:vertical}.resourceUploadFootV3{border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:flex-end;gap:14px;padding:0 28px}.resourceUploadFootV3 button{min-width:124px;height:48px;border-radius:12px;font-weight:900}.resourceUploadFootV3 button:first-child{background:transparent;color:#e9dfc8;border:1px solid rgba(255,255,255,.14)}.resourceUploadFootV3 button:disabled{opacity:.52;cursor:not-allowed}@media (max-width:1200px){.resourceToolbarV3{grid-template-columns:1fr 1fr}.resourceUploadBodyV3{grid-template-columns:1fr}.resourcePagerV3{grid-template-columns:1fr;justify-items:center;padding:18px}}.resourceInfoV3 small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resourceActionPanelV7{border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#151617;overflow:hidden}.resourceActionPanelV7.categoryDrawerV7,.resourceActionPanelV7.detailDrawerV7{position:fixed;top:96px;right:22px;bottom:24px;z-index:80;width:min(620px,calc(100vw - 32px));display:flex;flex-direction:column;border-color:#e2cb8a57;background:#101112;box-shadow:0 24px 70px #0000008c,inset 4px 0 #e2cb8acc;animation:resourceDrawerSlideV7 .18s ease-out both}.resourceActionPanelV7.categoryDrawerV7 .resourceActionTabsV7,.resourceActionPanelV7.detailDrawerV7 .resourceActionTabsV7{display:none}.resourceActionTabsV7{min-height:56px;display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.resourceActionTabsV7 button{height:36px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#202123;color:#e9dfc8;font-weight:900;padding:0 14px;cursor:pointer}.resourceActionTabsV7 button.active{background:#e2cb8a;color:#111;border-color:#e2cb8a}.resourceActionTabsV7 button:disabled{opacity:.45;cursor:not-allowed}.resourceActionTabsV7 button.ghost{margin-left:auto;background:transparent}.resourceActionEmptyV7{min-height:74px;display:grid;place-items:center;color:#a9a9a9;padding:14px}.resourceBatchBarV8{min-height:40px;display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-left:auto}.resourceBatchBarV8 b{color:#fff2cf;font-size:14px;white-space:nowrap}.resourceBatchBarV8 button{height:36px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#252629;color:#f4ead2;font-weight:900;padding:0 15px;cursor:pointer}.resourceBatchBarV8 button:first-of-type{border-color:#e2cb8a;background:#e2cb8a;color:#111}.resourceBatchBarV8 button.danger{border-color:#ff5b5ba6;background:#332020;color:#ff8b8b}.resourceBatchBarV8 button.ghost{background:transparent}.resourceActionContentV7{padding:16px}.categoryDrawerV7 .resourceActionContentV7{min-height:0;display:flex;flex:1;flex-direction:column;padding:0}.detailDrawerV7 .resourceActionContentV7{min-height:0;flex:1;overflow:auto;padding:22px}.resourceCategoryDrawerHeadV7{min-height:92px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid rgba(255,255,255,.1);background:linear-gradient(90deg,#e2cb8a1c,#ffffff08)}.resourceCategoryDrawerHeadV7 h2{margin:0;color:#fff7df;font-size:20px;line-height:1.2}.resourceCategoryDrawerHeadV7 span{display:block;margin-top:6px;color:#b7b2a6;font-size:13px}.resourceCategoryDrawerActionsV7{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.resourceCategoryDrawerActionsV7 button{min-height:38px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#1c1d1f;color:#f3ead3;font-weight:900;padding:0 14px;cursor:pointer}.resourceCategoryDrawerActionsV7 button.primary{border-color:#e2cb8a;background:#e2cb8a;color:#111}.resourceCategoryDrawerActionsV7 button.iconOnly{width:42px;min-width:42px;padding:0;justify-content:center}.resourceCategoryEditCardV7{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:end;margin:16px 22px 0;padding:16px;border:1px solid rgba(226,203,138,.25);border-radius:12px;background:#1a1b1d;box-shadow:0 12px 32px #0000003d}.resourceCategoryEditCardV7.danger{border-color:#ff5b5b57;background:linear-gradient(180deg,#ff5b5b1a,#1a1b1d)}.resourceCategoryEditCardV7 h3{margin:0 0 10px;color:#fff4d4;font-size:17px}.resourceCategoryEditCardV7 p{margin:0;color:#e4d8c1;line-height:1.6}.resourceCategoryEditCardV7 label{display:grid;gap:8px;color:#cfc7b6;font-weight:800}.resourceCategoryEditCardV7 input{width:100%;height:42px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#101112;color:#fff;font-size:15px;outline:none;padding:0 12px}.resourceCategoryEditCardV7 input:focus{border-color:#e2cb8a;box-shadow:0 0 0 3px #e2cb8a26}.resourceCategoryEditActionsV7{display:flex;gap:10px}.resourceCategoryEditActionsV7 button{height:40px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#252629;color:#f4ead4;font-weight:900;padding:0 16px;cursor:pointer}.resourceCategoryEditActionsV7 button.primary{border-color:#e2cb8a;background:#e2cb8a;color:#111}.resourceCategoryEditActionsV7 button.danger{border-color:#f66;background:#ff5b5b;color:#141414}.resourceCategoryFlatV7{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.categoryDrawerV7 .resourceCategoryFlatV7{min-height:0;max-height:none;flex:1;display:flex;flex-direction:column;gap:22px;overflow:auto;padding:18px 22px 22px;align-items:start}.categoryDrawerV7 .resourceCategorySectionInlineV6{min-height:auto;width:100%;display:flex;flex-direction:column;gap:12px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#171819;padding:16px}.categoryDrawerV7 .resourceCategoryPurposeV6{flex-shrink:0;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}.categoryDrawerV7 .resourceCategoryPurposeV6 h3{margin:0;font-size:17px;color:#fff2cf}.categoryDrawerV7 .resourceCategoryMainV6{width:100%;overflow:visible;border-color:#ffffff1a;background:#101112}.categoryDrawerV7 .resourceCategoryMainHeadV6{grid-template-columns:minmax(0,1fr) auto auto auto}.categoryDrawerV7 .resourceCategoryMainHeadV6 b,.categoryDrawerV7 .resourceCategorySubItemV6 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.categoryDrawerV7 .resourceCategorySubListV6{display:flex;flex-direction:column;gap:8px;align-content:start;overflow:visible}.categoryDrawerV7 .resourceCategorySubItemV6{min-height:36px;height:auto;grid-template-columns:minmax(0,1fr) auto auto}.categoryDrawerV7 .resourceSideStateV6{margin:16px 22px 0}.resourceCategoryModalMaskV8{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;display:grid;place-items:center;padding:24px;background:#00000094}.resourceCategoryModalV8{width:min(640px,calc(100vw - 48px));border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#1b1b1c;color:#fff;box-shadow:0 28px 80px #0000009e;padding:26px 28px 10px}.resourceCategoryModalV8 h2{margin:0 0 22px;color:#fff;font-size:22px;line-height:1.2}.resourceCategoryModalInputV8,.resourceCategoryModalSelectV8,.resourceCategoryModalSortV8 input{width:100%;height:58px;border:1px solid rgba(255,255,255,.16);border-radius:9px;background:#1a1a1b;color:#f6f1e7;font-size:16px;font-weight:800;outline:none;padding:0 18px}.resourceCategoryModalInputV8::placeholder{color:#aaa}.resourceCategoryModalInputV8:focus,.resourceCategoryModalSelectV8:focus,.resourceCategoryModalSortV8 input:focus{border-color:#e2cb8a;box-shadow:0 0 0 3px #e2cb8a24}.resourceCategoryModalSelectV8{margin-top:16px;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;color:#bdbdbd}.resourceCategoryModalSortV8{display:grid;gap:8px;margin-top:18px;color:#bdbdbd;font-size:16px}.resourceCategoryModalSortV8 span{padding-left:18px}.resourceCategoryModalSortV8 small{padding-left:18px;color:#aaa}.resourceCategoryModalTextV8{min-height:82px;margin:0;color:#ded8c9;font-size:16px;line-height:1.7}.resourceCategoryModalV8.danger{border-color:#ff5b5b47}.resourceRenameModalV8{width:min(560px,calc(100vw - 48px))}.resourceBatchCategoryModalV8{width:min(610px,calc(100vw - 48px))}.resourceBatchDeleteModalV8{width:min(560px,calc(100vw - 48px))}.resourceBatchCategoryModalV8 .resourceCategoryModalSelectV8{margin-top:0;margin-bottom:22px}.resourceCategoryModalActionsV8{min-height:82px;display:flex;align-items:center;justify-content:flex-end;gap:18px}.resourceCategoryModalActionsV8 button{height:46px;min-width:88px;border:0;border-radius:8px;background:transparent;color:#e2cb8a;font-size:15px;font-weight:900;cursor:pointer}.resourceCategoryModalActionsV8 button.primary{background:#e2cb8a;color:#fff4d4;padding:0 30px}.resourceCategoryModalActionsV8 button.danger{background:#ff5b5b;color:#fff;padding:0 26px}.resourceCategoryModalActionsV8 button:disabled{opacity:.45;cursor:not-allowed}@keyframes resourceDrawerSlideV7{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@media (max-width:720px){.resourceActionPanelV7.categoryDrawerV7,.resourceActionPanelV7.detailDrawerV7{top:82px;right:12px;bottom:12px;width:calc(100vw - 24px)}.resourceCategoryDrawerHeadV7{align-items:flex-start;flex-direction:column}.resourceCategoryDrawerActionsV7{width:100%;justify-content:flex-start}.resourceCategoryEditCardV7{grid-template-columns:1fr}.resourceCategoryEditActionsV7{justify-content:flex-end}}.resourceDetailFlatV7{display:grid;grid-template-columns:260px minmax(260px,1fr);gap:18px;align-items:start}.detailDrawerV7 .resourceDetailFlatV7{grid-template-columns:1fr}.resourceDetailFlatV7 .resourceRelatedTasksV6{grid-column:1/-1}.detailDrawerV7 .resourceDetailFlatV7 .resourceDetailImageV6{height:320px}@media (max-width:900px){.resourceDetailFlatV7{grid-template-columns:1fr}}.resourceInlineLayoutV6{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:stretch}.resourceInlineLayoutV6.open{grid-template-columns:minmax(0,1fr) minmax(360px,430px)}.resourceSidePanelV6{min-height:636px;max-height:636px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#1b1c1e;color:#fff;display:grid;grid-template-rows:72px minmax(0,1fr)}.resourceSideHeadV6{display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid rgba(255,255,255,.1)}.resourceSideHeadV6 h2{margin:0;font-size:19px}.resourceSideHeadV6 span{display:block;margin-top:4px;color:#aaa;font-size:12px}.resourceSideHeadV6 button{width:36px;height:36px;border:0;border-radius:8px;background:#ffffff0f;color:#fff;font-size:24px;cursor:pointer}.resourceCategoryInlineV6,.resourceDetailInlineV6,.resourceRenameInlineV6{min-height:0;overflow:auto;padding:18px}.resourceCategoryTopV6{display:flex;gap:10px;margin-bottom:18px}.resourceCategoryTopV6 button,.resourceCategoryPurposeV6 button,.resourceCategoryAddSubV6,.resourceDetailActionsV6 button,.resourceRenameInlineV6 button{height:38px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:#252629;color:#f4ead2;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;cursor:pointer}.resourceCategoryTopV6 button:first-child,.resourceRenameInlineV6 button.primary{border:0;background:linear-gradient(135deg,#e2cb8a,#f5deb0);color:#111}.resourceCategorySectionInlineV6{display:grid;gap:12px;margin-bottom:22px}.resourceCategoryPurposeV6{display:flex;align-items:center;justify-content:space-between;gap:12px}.resourceCategoryPurposeV6 h3{margin:0;font-size:16px}.resourceCategoryMainV6{border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#222326;overflow:hidden}.resourceCategoryMainHeadV6{min-height:48px;display:grid;grid-template-columns:1fr auto 30px 30px;gap:8px;align-items:center;padding:0 12px;background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.08)}.resourceCategoryMainHeadV6 span{color:#aaa;font-size:12px}.resourceCategoryMainHeadV6 button,.resourceCategorySubItemV6 button,.resourceDetailTitleV6 button{width:30px;height:30px;border:0;border-radius:7px;background:transparent;color:#e2cb8a;display:grid;place-items:center;cursor:pointer}.resourceCategoryMainHeadV6 button.danger,.resourceCategorySubItemV6 button.danger{color:#ff6d6d}.resourceCategorySubListV6{display:grid;gap:6px;padding:10px}.resourceCategorySubItemV6{min-height:36px;display:grid;grid-template-columns:1fr 30px 30px;gap:8px;align-items:center;border-radius:8px;padding:0 8px;background:#ffffff06}.resourceCategorySubItemV6 span{color:#ddd;font-size:13px}.resourceCategoryEmptyV6,.resourceSideStateV6{min-height:42px;border:1px dashed rgba(255,255,255,.16);border-radius:8px;display:grid;place-items:center;padding:12px;color:#aaa;background:#ffffff06}.resourceSideStateV6.error{color:#ffd1d1;border-color:#ff5a5a5c}.resourceDetailImageV6{aspect-ratio:1/1;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#2b2d30;overflow:hidden;display:grid;place-items:center}.resourceDetailImageV6 img{width:100%;height:100%;object-fit:cover}.resourceDetailTitleV6{margin-top:16px;display:grid;grid-template-columns:minmax(0,1fr) 34px 34px;gap:10px;align-items:center}.resourceDetailTitleV6 h3{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.resourceDetailMetaV6{margin:16px 0 0;display:grid;grid-template-columns:86px 1fr;gap:12px;font-size:14px}.resourceDetailMetaV6 dt{color:#aaa}.resourceDetailMetaV6 dd{margin:0;color:#fff;word-break:break-all}.resourceDetailActionsV6{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.resourceRelatedTasksV6{border-top:1px solid rgba(255,255,255,.1);margin-top:20px;padding-top:16px;display:grid;gap:10px}.resourceRelatedTasksV6 h4{margin:0;font-size:14px}.resourceRelatedTasksV6 article{border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px;display:grid;gap:4px}.resourceRelatedTasksV6 span{color:#aaa;font-size:12px}.resourceRenameInlineV6{display:grid;align-content:start;gap:12px}.resourceRenameInlineV6 label{color:#d8d0c0;font-weight:900}.resourceRenameInlineV6 input{height:44px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#111214;color:#fff;padding:0 12px}.resourceRenameInlineV6>div{display:flex;justify-content:flex-end;gap:10px}@media (max-width:1200px){.resourceInlineLayoutV6.open{grid-template-columns:1fr}.resourceSidePanelV6{max-height:none}}.taskPreviewWindowMode .taskPreviewBody{height:calc(100vh - 78px);overflow:hidden!important;align-items:stretch}.taskPreviewWindowMode .taskComparePanel,.taskPreviewWindowMode .taskInfoPanel{height:calc(100vh - 118px);min-height:0!important}.taskPreviewWindowMode .taskComparePanel{overflow:hidden;align-items:stretch}.taskPreviewWindowMode .taskInfoPanel{display:flex!important;flex-direction:column!important;overflow:hidden!important;padding:26px 22px 18px!important}.taskPreviewWindowMode .taskInfoPanel>h3{flex:0 0 auto}.taskPreviewWindowMode .compareCol{min-height:0}.taskPreviewWindowMode .taskImageFrame{flex:1 1 auto;position:relative;min-height:0;height:100%;padding:0}.taskPreviewWindowMode .taskImageFrame img{position:absolute;top:8px;right:8px;bottom:18px;left:8px;width:calc(100% - 16px);height:calc(100% - 26px);max-width:none;max-height:none;object-fit:contain;object-position:center center;display:block}.taskPreviewWindowMode .taskInfoScroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:8px;scrollbar-color:rgba(242,213,140,.55) transparent}.taskPreviewWindowMode .taskInfoScroll::-webkit-scrollbar{width:8px}.taskPreviewWindowMode .taskInfoScroll::-webkit-scrollbar-thumb{background:#f2d58c73;border-radius:999px}.taskPreviewWindowMode .taskDetailActions{flex:0 0 auto;margin-top:14px!important;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);justify-content:flex-start;flex-wrap:wrap}.taskPreviewWindowMode .taskDetailActions button.iconOnly{width:54px;min-width:54px;padding:0;display:inline-grid;place-items:center;flex:0 0 54px}.taskPreviewWindowMode .taskDetailActions button.iconOnly svg{margin:0}.taskPreviewWindowMode .infoRows b{line-height:1.45}.taskPreviewWindowMode .promptBox{margin:18px 0}.taskPreviewWindowMode .promptBox p{max-height:none!important;min-height:76px;overflow:visible!important;white-space:pre-wrap;word-break:break-word}.taskMobileActionBar,.taskMobileTitle{display:none}.taskDesktopTitle{display:inline}.taskWatermarkTile{position:absolute;top:-18%;right:-18%;bottom:-18%;left:-18%;z-index:3;display:flex;flex-wrap:wrap;align-content:center;justify-content:center;overflow:hidden;pointer-events:none;font-weight:900;line-height:1;text-shadow:0 2px 8px rgba(0,0,0,.22)}.taskWatermarkTile span{display:inline-flex;align-items:center;gap:.45em;white-space:nowrap}.taskWatermarkTile small{font-size:.48em;color:inherit}.taskReferenceBlock{border-top:1px solid rgba(255,255,255,.12);margin-top:18px;padding-top:18px;display:grid;grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:12px}.taskReferenceItem{min-width:0}.taskReferenceItem span{display:block;color:#aaa;font-size:14px;margin-bottom:8px}.taskReferenceItem img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;border-radius:12px;border:1px solid rgba(242,213,140,.28);background:#f7f5ef}.taskReferenceItem b{display:block;margin-top:8px;color:#fff;font-size:13px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:1200px){.taskPreviewWindowMode .taskPreviewBody{height:auto;overflow:auto!important}.taskPreviewWindowMode .taskComparePanel,.taskPreviewWindowMode .taskInfoPanel{height:auto}.taskPreviewWindowMode .taskImageFrame{height:min(56vh,360px);min-height:280px}.taskPreviewWindowMode .taskInfoScroll{max-height:65vh}}.adminModernPage{display:grid;gap:18px}.adminHeroV9{min-height:150px;border:1px solid rgba(240,210,125,.18);border-radius:22px;padding:26px 30px;display:flex;align-items:flex-end;justify-content:space-between;gap:22px;background:radial-gradient(circle at 18% 0,rgba(240,210,125,.22),transparent 34%),linear-gradient(135deg,#14171d,#0b0d10 64%,#18120d);box-shadow:0 24px 70px #00000052}.adminHeroV9 span{display:inline-flex;color:#f2d58c;font-weight:800;margin-bottom:8px}.adminHeroV9 h1{margin:0;color:#fff;font-size:38px;line-height:1.08}.adminHeroV9 p{margin:9px 0 0;color:#b9c0cc;font-size:16px}.adminHeroV9 button{height:46px;border-radius:14px;border:1px solid rgba(242,213,140,.38);background:#f2d58c1f;color:#f5de9d;font-weight:800}.adminHeroStatsV9{width:128px;height:98px;border-radius:20px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);display:grid;place-items:center;color:#fff}.adminHeroStatsV9 b{font-size:36px;color:#f2d58c}.adminHeroStatsV9 small{color:#c8d0dd;margin-top:-18px}.adminPanelV9{border:1px solid rgba(255,255,255,.1);border-radius:22px;background:linear-gradient(180deg,#16191ef5,#0d0f12fa);padding:20px;box-shadow:0 18px 52px #00000040}.adminFiltersV9{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.adminSearchV9{height:46px;min-width:320px;flex:1;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#0e1115;padding:0 14px;color:#f2d58c}.merchantsPageV9 .merchantFiltersV9 .adminSearchV9{flex:0 1 360px;min-width:260px;max-width:420px}.adminSearchV9 input,.adminFiltersV9 select{height:46px;border:0;background:transparent;color:#fff;outline:0}.adminFiltersV9 select{border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#0e1115;padding:0 14px}.adminBatchBarV9{min-height:54px;border:1px solid rgba(242,213,140,.14);border-radius:16px;background:#f2d58c0f;display:flex;align-items:center;gap:12px;padding:10px 14px;margin-bottom:16px;flex-wrap:wrap}.adminBatchBarV9 em{color:#f2d58c;font-style:normal;margin-right:auto}.adminCheckV9{display:inline-flex;align-items:center;gap:8px;color:#cfd6e2;font-weight:700}.adminCheckV9 input{display:none}.adminCheckV9 span{width:20px;height:20px;border-radius:7px;border:1px solid rgba(255,255,255,.45);background:#ffffff0f}.adminCheckV9 input:checked+span{background:#f2d58c;border-color:#f2d58c}.adminCheckV9 input:checked+span:after{content:"";color:#111;font-weight:900;display:grid;place-items:center;height:100%}.adminCheckV9.floating{position:absolute;left:14px;top:14px}.reviewCardsV9,.merchantGridV9{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.reviewCardV9,.merchantCardV9{position:relative;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:linear-gradient(180deg,#1c1f26fa,#101216fa);box-shadow:0 16px 38px #00000040;padding:18px;transition:.18s ease}.reviewCardV9:hover,.merchantCardV9:hover{transform:translateY(-2px);border-color:#f2d58c6b;box-shadow:0 24px 55px #00000057}.reviewIconV9,.merchantAvatarV9{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#f2d58c,#b8873d);display:grid;place-items:center;color:#111;font-weight:900}.reviewCardV9{display:grid;grid-template-columns:56px 1fr auto;gap:14px;align-items:start}.reviewMainV9 h3,.merchantCardV9 h3{margin:0;color:#fff;font-size:20px}.reviewMainV9 p{margin:8px 0 12px;color:#aeb6c4;line-height:1.5}.reviewMainV9 div,.merchantInfoV9{display:flex;flex-wrap:wrap;gap:10px;color:#cbd2dc}.reviewMainV9 span,.merchantInfoV9 span{display:inline-flex;align-items:center;gap:5px}.reviewSideV9{display:grid;justify-items:end;gap:10px}.reviewSideV9 small{color:#98a2b3}.reviewActionsV9{display:flex;gap:8px}.merchantCardV9 header{display:flex;align-items:center;gap:12px}.merchantCardV9 header .badge{margin-left:auto}.merchantCardV9 header span{color:#9ca6b6}.merchantInfoV9{margin:18px 0}.merchantCardV9 footer{display:flex;gap:10px}.merchantCardV9 footer button{flex:1;justify-content:center}.adminModalMaskV9{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#000000ad;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;place-items:center;padding:24px}.adminReviewModalV9,.merchantDetailModalV9{position:relative;width:min(560px,94vw);border-radius:24px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#1c2027,#111318);box-shadow:0 34px 120px #000000b8;padding:28px;color:#fff}.modalCloseV9{position:absolute;right:18px;top:18px;width:38px;height:38px;border-radius:13px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff}.modalBadgeV9{width:64px;height:64px;border-radius:22px;display:grid;place-items:center;margin-bottom:14px}.modalBadgeV9 svg{width:34px;height:34px}.modalBadgeV9.approve{background:#4dbe7829;color:#61d68e}.modalBadgeV9.reject{background:#ee5b5b29;color:#ff7474}.adminReviewModalV9 h2{margin:0 0 8px;font-size:28px}.adminReviewModalV9 p{color:#aeb6c4}.adminReviewModalV9 label,.quotaAdjustV9 label,.settingsGridV9 label{display:grid;gap:8px;color:#dbe1ea;font-weight:800}.adminReviewModalV9 input,.adminReviewModalV9 textarea,.quotaAdjustV9 input,.settingsGridV9 input{border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#0d1014;color:#fff;padding:13px 14px;outline:0}.adminReviewModalV9 textarea{min-height:110px;resize:vertical}.modalActionsV9{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.merchantDetailModalV9{width:min(980px,96vw);max-height:90vh;overflow:hidden;padding:0}.merchantDetailScrollV9{max-height:90vh;overflow-y:auto;overflow-x:hidden;padding:28px}.merchantDetailHeadV9{display:flex;align-items:center;gap:14px;margin-bottom:18px}.merchantDetailHeadV9 h2{margin:0;color:#fff}.merchantDetailHeadV9 p{margin:6px 0 0;color:#aeb6c4}.merchantAvatarV9.large{width:70px;height:70px;border-radius:24px;font-size:28px}.merchantDetailHeadV9 .badge{margin-left:auto}.merchantMetricGridV9{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.merchantMetricGridV9 div{border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#ffffff0d;padding:16px}.merchantMetricGridV9 span{color:#9da7b6}.merchantMetricGridV9 b{display:block;margin-top:8px;font-size:22px;color:#f2d58c}.quotaAdjustV9{display:flex;gap:12px;align-items:end;margin:14px 0 20px}.quotaAdjustV9 label{flex:1}.quotaAdjustV9 button{height:48px}.modalSplitV9{display:grid;grid-template-columns:1fr 1fr;gap:16px}.modalSplitV9 h3{color:#fff}.merchantDetailTabsV9{display:flex;gap:10px;margin:18px 0 14px;border-bottom:1px solid rgba(255,255,255,.12)}.merchantDetailTabsV9 button{border:0;border-radius:0;background:transparent;color:#aeb6c4;padding:0 4px 13px;font-weight:900}.merchantDetailTabsV9 button.active{color:#f2d58c;border-bottom:3px solid #f2d58c}.merchantDetailTabPanelV9{border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#ffffff09;padding:12px;overflow:hidden}.merchantDetailTabPanelV9 .tableWrap{max-width:100%;overflow-x:hidden}.merchantDetailTabPanelV9 table{min-width:0;width:100%;table-layout:auto}.merchantDetailTabPanelV9 th,.merchantDetailTabPanelV9 td{white-space:normal}.settingsHeroV9{background:radial-gradient(circle at 12% 12%,rgba(94,178,255,.18),transparent 28%),radial-gradient(circle at 82% 0,rgba(242,213,140,.22),transparent 30%),linear-gradient(135deg,#121721,#0a0c10 66%,#1b130b)}.settingsHeroNoteV9{width:136px;height:104px;border-radius:24px;border:1px solid rgba(255,255,255,.14);background:#ffffff13;display:grid;place-items:center;color:#fff}.settingsHeroNoteV9 b{font-size:36px;color:#f2d58c}.settingsHeroNoteV9 small{color:#c9d2df;margin-top:-20px}.settingsLayoutV9{display:grid;grid-template-columns:1.05fr 1.35fr;gap:18px;align-items:start}.settingsGroupV9{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(180deg,#181c23f5,#0d0f13fa);padding:22px;box-shadow:0 18px 48px #0000003d}.settingsGroupV9:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:#f2d58c}.settingsGroupV9.green:before{background:#61d68e}.settingsGroupV9.blue:before{background:#64b5ff}.settingsGroupV9.rose:before{background:#ff8686}.settingsGroupV9 header{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.settingsGroupIconV9{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#f2d58c24;color:#f2d58c}.settingsGroupV9.green .settingsGroupIconV9{background:#61d68e21;color:#61d68e}.settingsGroupV9.blue .settingsGroupIconV9{background:#64b5ff21;color:#64b5ff}.settingsGroupV9.rose .settingsGroupIconV9{background:#ff868621;color:#ff8686}.settingsGroupV9 h2{margin:0;color:#fff;font-size:22px}.settingsGroupV9 p{margin:6px 0 0;color:#aeb8c8;line-height:1.5}.settingsFieldsV9{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}.settingsFieldV9{min-height:132px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#ffffff0b;padding:14px;display:grid;grid-template-rows:auto 46px 1fr;gap:9px}.settingsFieldV9 span{color:#f2f5f9;font-weight:900}.settingsFieldV9 input{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#090c10;color:#fff;padding:0 13px;font-weight:900;outline:0}.settingsFieldV9 input:focus{border-color:#f2d58cb3;box-shadow:0 0 0 3px #f2d58c1f}.settingsFieldV9 small{color:#8f9aaa;line-height:1.45}.settingsGroupV9:nth-child(2){grid-row:span 2}.settingsSaveBarV9{position:sticky;bottom:16px;z-index:5;border:1px solid rgba(242,213,140,.22);border-radius:20px;background:#111317e0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 18px 48px #0000005c;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.settingsSaveBarV9 p{margin:0;color:#b8c2d2}.settingsSaveBarV9 .submit{margin:0;white-space:nowrap}@media (max-width:980px){.settingsLayoutV9{grid-template-columns:1fr}.settingsGroupV9:nth-child(2){grid-row:auto}.settingsSaveBarV9{position:static;display:grid}.settingsHeroNoteV9{display:none}}.profileStoragePanel .storageSummary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin-bottom:16px}.profileStoragePanel .storageSummary div{border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#ffffff0b;padding:16px}.profileStoragePanel .storageSummary span{display:block;color:#9faabb;margin-bottom:8px}.profileStoragePanel .storageSummary b{font-size:24px;color:#f2d58c}.profileStoragePanel .storageBar{height:12px;border-radius:999px;background:#111821;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.profileStoragePanel .storageBar i{display:block;height:100%;background:linear-gradient(90deg,#61d68e,#f2d58c);border-radius:999px}.profileStoragePanel p{color:#aeb8c8;margin:12px 0 0}@media (max-width:860px){.reviewCardV9{grid-template-columns:1fr}.reviewSideV9{justify-items:start}.merchantMetricGridV9,.modalSplitV9{grid-template-columns:1fr}.quotaAdjustV9{display:grid}.adminSearchV9{min-width:100%}}.storeUsersV2{color:#f6f6f6;display:grid;gap:26px}.storeUsersHeroV2{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.storeUsersHeroV2 h1{margin:0;font-size:44px;line-height:1;font-weight:1000;letter-spacing:-1px}.storeUserQuotaCardV2{min-width:238px;height:72px;padding:12px 20px;border-radius:18px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#ffffff0d,#ffffff05);display:grid;align-content:center;justify-items:start;box-shadow:0 16px 50px #0000003d}.storeUserQuotaCardV2 span{color:#c8c0b2;font-size:14px}.storeUserQuotaCardV2 b{color:#f8f2df;font-size:18px}.storeUserQuotaCardV2 em{color:#f0d68a;font-style:normal;font-size:28px}.storeUserToolbarV2{min-height:98px;padding:20px;border-radius:16px;background:#1b1b1b;border:1px solid rgba(255,255,255,.06);display:grid;grid-template-columns:310px 170px 170px 1fr 190px 160px;gap:12px;align-items:center}.storeUserSearchV2,.storeUserToolbarV2 select{height:50px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#171819;color:#f2eee5;outline:none}.storeUserSearchV2{display:flex;align-items:center;gap:12px;padding:0 16px}.storeUserSearchV2 svg{color:#aaa}.storeUserSearchV2 input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#fff;font-size:15px}.storeUserToolbarV2 select{padding:0 14px}.storeTrialBtnV2,.storeCreateBtnV2{height:50px;border-radius:10px;border:0;font-weight:900;cursor:pointer}.storeTrialBtnV2{background:#2b2b2b;color:#fff}.storeCreateBtnV2{background:linear-gradient(135deg,#e2c576,#f6dfaa);color:#141414;display:flex;align-items:center;justify-content:center;gap:8px}.storeUserCreatedV2{padding:14px 18px;border-radius:14px;background:#3ccd5f1a;border:1px solid rgba(60,205,95,.24);color:#dfffe5;display:flex;flex-wrap:wrap;gap:16px}.storeUsersTablePanelV2{border-radius:16px;overflow:hidden;background:#1a1a1a;border:1px solid rgba(255,255,255,.08)}.storeUsersTableV2{width:100%;border-collapse:collapse;table-layout:fixed}.storeUsersTableV2 th{height:68px;padding:0 20px;text-align:left;color:#f7f4ec;font-size:15px;font-weight:900;background:#1a1a1a;border-bottom:1px solid rgba(255,255,255,.18)}.storeUsersTableV2 td{height:78px;padding:0 20px;color:#f6f6f6;border-bottom:1px solid rgba(255,255,255,.12);vertical-align:middle}.storeUsersTableV2 tr:last-child td{border-bottom:0}.storeUsersTableV2 td:nth-child(1){width:14%}.storeUsersTableV2 td:nth-child(2){width:14%}.storeUsersTableV2 td:nth-child(3){width:14%}.storeUsersTableV2 td:nth-child(4){width:12%}.storeUsersTableV2 td:nth-child(5){width:12%}.storeUsersTableV2 td:nth-child(6){width:10%}.storeUsersTableV2 td:nth-child(9){width:120px}.storeRoleBadgeV2,.storeTypeBadgeV2{display:inline-flex;align-items:center;height:30px;padding:0 10px;border-radius:7px;border:1px solid rgba(255,255,255,.12);background:#222;color:#f6f6f6;font-weight:900;font-size:13px;white-space:nowrap}.storeRoleBadgeV2.gold{background:#dfc170;color:#1a1304;border-color:#dfc170}.storeRoleBadgeV2.blue{background:#26354f;color:#dbe8ff}.storeTypeBadgeV2{background:#111;color:#f2eee5}.storeQuotaTextV2{color:#f0d68a;font-size:17px}.storeUserActionsV2{display:flex;align-items:center;justify-content:flex-end;gap:12px}.storeUserActionsV2 button{width:34px;height:34px;border:0;border-radius:9px;background:transparent;color:#f0d68a;cursor:pointer;display:grid;place-items:center;font-weight:900;font-size:17px}.storeUserActionsV2 button:nth-child(2){color:#25b7ff}.storeUserActionsV2 button.danger{color:#ff5e57}.storeUsersPagerV2{min-height:64px;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:flex-end;gap:14px;padding:0 22px;color:#f6f6f6}.storeUsersPagerV2 select{height:36px;border:0;background:#111;color:#f6f6f6;border-radius:8px;padding:0 10px}.storeUsersPagerV2 button{width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:#f6f6f6;cursor:pointer;font-size:24px}.storeUsersPagerV2 button:disabled{opacity:.35;cursor:not-allowed}.storeUsersHintV2{margin:0;color:#aaa;font-size:14px}.storeUserModalMaskV2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;background:#000000b8;display:grid;place-items:center;padding:32px}.storeUserModalV2{width:min(680px,92vw);background:#1b1b1b;border:1px solid rgba(255,255,255,.12);border-radius:18px;overflow:hidden;box-shadow:0 40px 120px #000000ad}.storeUserModalHeadV2{height:74px;padding:0 26px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1)}.storeUserModalHeadV2 h2{margin:0;font-size:24px}.storeUserModalHeadV2 button{width:42px;height:42px;border:0;background:transparent;color:#fff;font-size:28px;cursor:pointer}.storeUserModalBodyV2{padding:24px 26px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.storeUserModalBodyV2 label{display:grid;gap:8px;color:#cfc7b8}.storeUserModalBodyV2 label:nth-child(5),.storeUserModalTipV2{grid-column:1/-1}.storeUserModalBodyV2 input,.storeUserModalBodyV2 select{height:46px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#111214;color:#fff;padding:0 14px;outline:0}.storeUserModalTipV2{padding:14px;border-radius:12px;background:#f0d68a14;border:1px solid rgba(240,214,138,.18);color:#e8dcb7}.storeUserModalFootV2{height:74px;padding:0 26px;display:flex;align-items:center;justify-content:flex-end;gap:14px;border-top:1px solid rgba(255,255,255,.1)}.storeUserModalFootV2 button{min-width:116px;height:46px;border-radius:12px;font-weight:900}.storeUserModalFootV2 button:first-child{background:transparent;color:#e9dfc8;border:1px solid rgba(255,255,255,.14)}@media (max-width:1180px){.storeUserToolbarV2{grid-template-columns:1fr 1fr}.storeUserToolbarSpacerV2{display:none}.storeUsersTablePanelV2{overflow:auto}.storeUsersTableV2{min-width:1160px}}@media (max-width:760px){.storeUsersHeroV2{display:grid}.storeUserModalBodyV2{grid-template-columns:1fr}}.storeUserActionsV2{gap:8px}.storeUserActionsV2 button svg{width:17px;height:17px}.storeUserModalV2.small{width:min(520px,92vw)}.storeUserModalBodyV2.single{grid-template-columns:1fr}.storeUserModalBodyV2.single .storeUserModalTipV2{grid-column:1/-1}.trialTicketMaskV2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483600;background:#000000c7;display:grid;place-items:center;padding:32px}.trialTicketCardV2{position:relative;width:min(720px,92vw);border-radius:28px;background:#1d1d1d;color:#fff;padding:34px 30px 30px;box-shadow:0 40px 130px #000000b8;text-align:center}.trialTicketCloseV2{position:absolute;right:22px;top:18px;border:0;background:transparent;color:#fff;font-size:30px;cursor:pointer}.trialToastV2{position:absolute;top:-36px;left:50%;transform:translate(-50%);min-width:250px;height:58px;border-radius:14px;background:#3da64f;color:#051b08;display:grid;place-items:center;font-weight:1000;box-shadow:0 18px 50px #00000059}.trialTicketCardV2 h2{margin:0 0 12px;font-size:28px}.trialTicketCardV2 p{margin:0 auto 24px;color:#c8c8c8;line-height:1.7}.trialCredBoxV2{border:1px dashed rgba(255,255,255,.18);border-radius:22px;padding:20px;background:#141414;text-align:left;display:grid;gap:10px}.trialCredBoxV2 label{color:#a8a8a8;font-weight:800}.trialCredBoxV2>div{min-height:58px;border-radius:16px;background:#222;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.trialCredBoxV2 b{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:20px}.trialCredBoxV2 button{border:0;background:transparent;color:#eee;cursor:pointer}.trialCredBoxV2 footer{margin-top:12px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;color:#eaeaea}.trialCredBoxV2 em{color:#43e56b;font-style:normal;font-weight:1000}.trialCopyAllV2{margin-top:24px;width:100%;height:58px;border:0;border-radius:16px;background:#333;color:#fff;font-weight:1000;cursor:pointer}.trialLaterV2{margin-top:18px;border:0;background:transparent;color:#aaa;font-weight:900;cursor:pointer}.storeUsersTablePanelV2{overflow-x:auto!important}.storeUsersTableV2{min-width:1240px}.storeUsersTableV2 th:nth-child(8),.storeUsersTableV2 td:nth-child(8){width:180px;min-width:180px;white-space:nowrap}.storeUsersTableV2 th:nth-child(9),.storeUsersTableV2 td:nth-child(9){width:190px;min-width:190px;text-align:right}.storeUserActionsV2{min-width:170px;white-space:nowrap;flex-wrap:nowrap}.storeNoActionV2{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 10px;border-radius:9px;background:#ffffff12;color:#aaa;font-size:13px;font-weight:800}.globalToastV2{position:fixed;top:18px;left:50%;transform:translate(-50%);z-index:2147483647;width:max-content;max-width:min(760px,calc(100vw - 36px));min-height:58px;padding:10px 12px 10px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#16181bf0;color:#f7f4ec;box-shadow:0 18px 52px #00000075,inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;gap:12px;pointer-events:auto;animation:globalToastEnter .22s ease-out both}.globalToastV2 span{flex:0 0 auto;width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#ffffff14;box-shadow:inset 0 0 0 1px #ffffff14}.globalToastV2 b{min-width:0;max-width:620px;color:#f9f4e8;font-size:16px;font-weight:900;line-height:1.45;word-break:break-word;letter-spacing:0}.globalToastV2 button{margin-left:8px;flex:0 0 auto;width:34px;height:34px;border:0;padding:0;border-radius:10px;background:#ffffff14;color:#ffffffd1;cursor:pointer;display:grid;place-items:center;transition:background .16s ease,color .16s ease,transform .16s ease}.globalToastV2 button:hover{background:#ffffff24;color:#fff;transform:translateY(-1px)}@keyframes globalToastEnter{0%{opacity:0;transform:translate(-50%,-10px) scale(.98)}to{opacity:1;transform:translate(-50%) scale(1)}}:root{--app-browser-zoom:.9;--app-zoomed-viewport-width:calc(100vw / var(--app-browser-zoom));--app-zoomed-viewport-height:calc(100vh / var(--app-browser-zoom))}html{zoom:var(--app-browser-zoom);overflow-x:hidden}body{width:var(--app-zoomed-viewport-width);min-width:var(--app-zoomed-viewport-width);min-height:var(--app-zoomed-viewport-height);overflow-x:hidden}#root,.topApp{width:100%;min-height:var(--app-zoomed-viewport-height)}.topApp .topbar{right:auto!important;width:var(--app-zoomed-viewport-width)!important;max-width:none!important}.topMain:has(.wbScreen),.topApp .wbScreen{width:var(--app-zoomed-viewport-width)!important;max-width:var(--app-zoomed-viewport-width)!important}.topApp .metrics{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.topApp .wbSidePanel{overflow:hidden!important}.quotaPageV2{width:min(1480px,calc(100vw - 96px));margin:0 auto;display:grid;gap:30px;color:#f6f6f6}.quotaSummaryV2{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:20px}.quotaMetricV2{min-height:128px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#191919;padding:24px;display:grid;align-content:center;gap:18px}.quotaMetricV2 span{display:flex;align-items:center;gap:10px;color:#d6d0c3;font-size:16px;font-weight:800}.quotaMetricV2 b{font-size:34px;line-height:1;color:#f0d68a}.quotaMetricV2.current{background:#f0d68a14;border-color:#f0d68a57}.quotaMetricV2.income{background:#38be591a;border-color:#38be5957}.quotaMetricV2.income b{color:#54d368}.quotaMetricV2.expense{background:#cf373221;border-color:#cf37326b}.quotaMetricV2.expense b{color:#ff514d}.quotaPanelV2{border-top:1px solid rgba(255,255,255,.08)}.quotaToolbarV2{padding:18px 0;display:flex;align-items:center;gap:14px}.quotaSearchV2,.quotaToolbarV2 select{height:48px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#111214;color:#f2eee5}.quotaSearchV2{width:min(420px,100%);display:flex;align-items:center;gap:12px;padding:0 16px}.quotaSearchV2 input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#fff}.quotaToolbarV2 select{min-width:180px;padding:0 14px}.quotaTableWrapV2{overflow:auto;background:#151515;border:1px solid rgba(255,255,255,.08)}.quotaTableV2{width:100%;min-width:920px;border-collapse:collapse}.quotaTableV2 th,.quotaTableV2 td{height:70px;padding:0 22px;text-align:left;border-bottom:1px solid rgba(255,255,255,.14)}.quotaTableV2 th{color:#f8f5ed;font-weight:1000;background:#101010}.quotaTableV2 tr:nth-child(2n) td{background:#ffffff06}.quotaTypeBadgeV2{display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:8px;font-size:13px;font-weight:900}.quotaTypeBadgeV2.plus{background:#4bcd6729;color:#61df77}.quotaTypeBadgeV2.minus{background:#f2a10c;color:#151515}.quotaNumPlusV2,.quotaNumMinusV2{font-size:20px;font-weight:1000}.quotaNumPlusV2{color:#54d368}.quotaNumMinusV2{color:#ff514d}.quotaTableV2 code{display:inline-flex;min-height:30px;align-items:center;padding:0 12px;border-radius:9px;background:#f0d68a1a;color:#ddd2ad;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.feedbackModalMaskV2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483500;display:grid;place-items:center;padding:32px;background:#000000b8}.feedbackModalCardV2{width:min(760px,92vw);border-radius:22px;background:#1b1b1b;border:1px solid rgba(255,255,255,.12);color:#fff;box-shadow:0 40px 130px #000000b8;overflow:hidden}.feedbackModalHeadV2{min-height:96px;padding:24px 28px 18px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:20px}.feedbackModalHeadV2 h2{margin:0 0 8px;display:flex;align-items:center;gap:10px;font-size:26px}.feedbackModalHeadV2 p{margin:0;color:#aaa;line-height:1.55}.feedbackModalHeadV2 button{width:42px;height:42px;border:0;border-radius:12px;background:#ffffff0f;color:#fff;font-size:28px;cursor:pointer}.feedbackModalBodyV2{padding:24px 28px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.feedbackModalBodyV2 label{display:grid;gap:8px}.feedbackModalBodyV2 label.full{grid-column:1/-1}.feedbackModalBodyV2 span{color:#d9cfb9;font-weight:800}.feedbackModalBodyV2 input,.feedbackModalBodyV2 textarea{width:100%;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:#111214;color:#fff;outline:0;padding:0 14px}.feedbackModalBodyV2 input{height:48px}.feedbackModalBodyV2 textarea{min-height:150px;padding-top:14px;resize:vertical}.feedbackModalFootV2{height:76px;padding:0 28px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:flex-end;gap:14px}.feedbackModalFootV2 button{min-width:116px;height:46px;border-radius:12px;font-weight:900}.feedbackModalFootV2 button:first-child{background:transparent;color:#e9dfc8;border:1px solid rgba(255,255,255,.14)}@media (max-width:900px){.quotaPageV2{width:calc(100vw - 36px)}.quotaSummaryV2,.feedbackModalBodyV2{grid-template-columns:1fr}}.aiConfigBoxV2{display:grid;gap:18px;padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#ffffff06}.aiFeatureTableV2{display:grid;gap:10px;margin-top:8px}.aiFeatureHeadV2,.aiFeatureRowV2{display:grid;grid-template-columns:120px 54px 120px 180px 1fr;gap:10px;align-items:center}.aiFeatureHeadV2{color:#f0d68a;font-weight:900;padding:0 6px}.aiFeatureRowV2{padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#111214}.aiFeatureRowV2 span{font-weight:900;color:#fff}.aiFeatureRowV2 input[type=text],.aiFeatureRowV2 input:not([type]),.aiFeatureRowV2 select,.aiFeatureRowV2 textarea{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0b0c0d;color:#fff;padding:10px}.aiFeatureRowV2 textarea{grid-column:1/-1;min-height:72px;resize:vertical}.wbRecentItem.isLoading .wbRecentThumb,.wbRecentItem.isFailed .wbRecentThumb{position:relative}.wbSpin{position:absolute;inset:auto 8px 8px auto;width:22px;height:22px;border-radius:50%;border:3px solid rgba(255,255,255,.35);border-top-color:#f0d68a;animation:wbSpin 1s linear infinite}@keyframes wbSpin{to{transform:rotate(360deg)}}.wbRecentThumb em{position:absolute;inset:auto 8px 8px auto;min-width:42px;height:24px;border-radius:999px;display:grid;place-items:center;background:#b63838;color:#fff;font-style:normal;font-size:12px;font-weight:900}.wbRecentItem.isLoading{border-color:#f0d68a47}.wbRecentItem.isFailed{border-color:#ff5a5a57}@media (max-width:1100px){.aiFeatureHeadV2,.aiFeatureRowV2{grid-template-columns:1fr 54px}.aiFeatureHeadV2 b:nth-child(n+3){display:none}}.aiConfigPageV2{display:grid;gap:18px}.aiConfigBoxV2 h3{margin:0 0 10px;color:#f0d68a;font-size:20px}.aiFeatureRowV2 span{display:grid;gap:3px}.aiFeatureRowV2 span small{font-size:12px;color:#9d9585;font-weight:700}.aiFeatureRowV2 input[type=checkbox]{width:20px;height:20px;justify-self:center}@media (max-width:900px){.aiConfigPageV2 .grid2{grid-template-columns:1fr!important}}.emailContactModalV2{max-width:460px}.emailContactBodyV2{display:grid;gap:12px;padding:22px}.emailContactBodyV2 span{color:#b9b2a6;font-weight:800}.emailContactBodyV2 b{padding:14px 16px;border:1px solid rgba(240,214,138,.22);border-radius:14px;background:#ffffff0b;color:#f4df9d;font-size:18px;word-break:break-all}.emailContactBodyV2 button,.emailContactBodyV2 a{height:44px;border:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e2cb8a,#f3ddb0);color:#17120a;font-weight:900;text-decoration:none}.emailContactBodyV2 a{background:#ffffff14;color:#f5ead5;border:1px solid rgba(255,255,255,.12)}.quotaTaskLinkV2{display:inline-flex;min-height:30px;align-items:center;padding:0 12px;border:0;border-radius:9px;background:#f0d68a1a;color:#f0d68a;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.quotaTaskLinkV2:hover{background:#f0d68a2e}.topApp .wbCenterPanel{padding-left:16px!important;padding-right:6px!important}.topApp .wbCenterPanel>*{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}.topApp .wbCenterPanel .wbMainBlock{width:100%!important}.topApp .wbCenterPanel .wbMainBlock>.wbUploadBox{width:100%!important;min-width:0!important;height:clamp(260px,32vh,340px)!important;min-height:260px!important;max-height:none!important;aspect-ratio:auto!important;margin:0!important}.topApp .wbUploadInner{box-sizing:border-box!important;height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:28px 20px 30px!important;text-align:center!important}.topApp .wbUploadInner b,.topApp .wbUploadInner em,.topApp .wbUploadInner button{margin:0!important}.topApp .wbUploadInner button{flex:0 0 auto!important;white-space:nowrap!important}.topApp .wbUploadCircle{flex:0 0 auto!important}.avatarBtn>span{overflow:hidden;background:linear-gradient(135deg,#f0d68a,#ad8640)!important}.avatarBtn>span img{width:100%;height:100%;object-fit:cover;display:block}.profilePageV3{width:min(1320px,calc(100vw - 96px));margin:0 auto;display:grid;gap:22px;color:#f6f2e9}.profileHeroV3{min-height:190px;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:28px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:linear-gradient(135deg,#f0d68a1f,#ffffff06 42%,#23252adb);box-shadow:0 24px 80px #00000052}.profileAvatarV3{position:relative;width:116px;height:116px;border-radius:32px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(135deg,#f0d68a,#8d6a2a);color:#14100a;font-size:44px;font-weight:1000;box-shadow:0 18px 42px #00000047}.profileAvatarV3 img{width:100%;height:100%;object-fit:cover;display:block}.profileAvatarV3 button{position:absolute;right:8px;bottom:8px;width:36px;height:36px;border:0;border-radius:12px;background:#0c0c0cc2;color:#f0d68a;display:grid;place-items:center;padding:0}.profileAvatarV3 input{display:none}.profileHeroTextV3 span{display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 11px;border-radius:999px;background:#f0d68a1f;color:#f0d68a;font-size:13px;font-weight:900}.profileHeroTextV3 h2{margin:12px 0 8px;font-size:34px;line-height:1}.profileHeroTextV3 p{margin:0;color:#bfb7a8}.profileHeroMetaV3{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profileHeroMetaV3 div{min-width:150px;min-height:70px;padding:14px;border-radius:14px;background:#0003;border:1px solid rgba(255,255,255,.08)}.profileHeroMetaV3 small{display:block;color:#9f9687;margin-bottom:8px}.profileHeroMetaV3 b{color:#fff;font-size:15px;word-break:break-all}.profileGridV3{display:grid;grid-template-columns:1fr 1fr;gap:22px}.profileCardV3,.profileStoragePanelV3{padding:24px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#191919}.profileCardV3 h3,.profileStoragePanelV3 h3{margin:0 0 20px;display:flex;align-items:center;gap:9px;color:#fff;font-size:21px}.profileCardV3 label{display:grid;gap:8px;margin-bottom:14px}.profileCardV3 label span{color:#d7cdbb;font-weight:900}.profileCardV3 input{width:100%;height:48px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#111214;color:#fff;padding:0 14px}.profileCardV3 button{margin-top:6px;min-width:128px;height:46px;border-radius:12px;font-weight:900}.storageSummaryV3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.storageSummaryV3 div{padding:18px;border-radius:14px;background:#ffffff09;border:1px solid rgba(255,255,255,.08)}.storageSummaryV3 span{display:block;color:#aaa294;margin-bottom:8px}.storageSummaryV3 b{color:#f0d68a;font-size:24px}.storageBarV3{height:12px;border-radius:999px;background:#2a2a2a;overflow:hidden;margin:20px 0 12px}.storageBarV3 i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#f0d68a,#55d170)}.profileStoragePanelV3 p{margin:0;color:#aaa294}.adminQuotaSummaryV3{grid-template-columns:repeat(3,minmax(240px,1fr))}.adminQuotaSummaryV3 .quotaMetricV2 small{color:#aaa294;font-weight:800}.adminQuotaToolbarV3{display:grid;grid-template-columns:minmax(260px,1fr) 180px 180px 180px;gap:12px}.adminQuotaToolbarV3 label{height:48px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#111214;color:#f0d68a}.adminQuotaToolbarV3 input[type=date]{width:100%;border:0;background:transparent;color:#f6f2e9;padding:0}.adminQuotaListV3{display:grid;gap:12px}.adminQuotaItemV3{min-height:86px;display:grid;grid-template-columns:minmax(250px,1.1fr) minmax(180px,.9fr) 150px minmax(220px,1fr);gap:16px;align-items:center;padding:16px 18px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:#171717}.adminQuotaItemV3.usage{border-left:4px solid #f0a84a}.adminQuotaItemV3.recharge{border-left:4px solid #55d170}.adminQuotaItemV3.other{border-left:4px solid #7e8aa5}.adminQuotaMerchantV3{display:flex;align-items:center;gap:12px;min-width:0}.adminQuotaMerchantV3 i{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#f0d68a1a;color:#f0d68a}.adminQuotaMerchantV3 b{display:block;color:#fff;font-size:17px}.adminQuotaMerchantV3 span,.adminQuotaTypeV3 small,.adminQuotaPeopleV3 span{display:block;color:#9f9687;font-size:13px;line-height:1.6}.adminQuotaTypeV3 span{display:inline-flex;height:30px;align-items:center;padding:0 11px;border-radius:8px;background:#ffffff12;color:#f6f2e9;font-weight:900}.adminQuotaAmountV3{text-align:right;font-size:26px;font-weight:1000}.adminQuotaAmountV3.plus{color:#55d170}.adminQuotaAmountV3.minus{color:#f0a84a}.adminQuotaAmountV3 small{display:block;color:#9f9687;font-size:12px}.adminQuotaPageV4{gap:24px}.adminQuotaSummaryV4{grid-template-columns:repeat(3,minmax(240px,1fr))}.adminQuotaSummaryV4 .quotaMetricV2{min-height:138px}.adminQuotaSummaryV4 .quotaMetricV2 small{color:#aaa294;font-size:13px;font-weight:800}.adminQuotaPanelV4{display:grid;gap:16px}.adminQuotaTabsV4{width:max-content;max-width:100%;display:flex;gap:6px;padding:6px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#151515}.adminQuotaTabsV4 button{height:42px;min-width:128px;border:0;border-radius:10px;background:transparent;color:#bfb7a8;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px}.adminQuotaTabsV4 button.active{background:#f0d68a26;color:#f0d68a}.adminQuotaPeriodTabsV4{width:max-content;max-width:100%;display:flex;gap:6px;padding:4px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#111214}.adminQuotaPeriodTabsV4 button{height:34px;min-width:76px;border:0;border-radius:9px;background:transparent;color:#aaa294;font-size:13px;font-weight:900;display:inline-flex;align-items:center;justify-content:center}.adminQuotaPeriodTabsV4 button.active{background:linear-gradient(135deg,#f0d68a,#d3a947);color:#16120a;box-shadow:0 8px 24px #d3a94729}.adminQuotaToolbarV4{display:grid;grid-template-columns:minmax(320px,560px);gap:12px;padding-top:4px}.adminQuotaToolbarV4 .quotaSearchV2{width:100%}.adminQuotaToolbarV4 label{height:48px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#111214;color:#f0d68a}.adminQuotaToolbarV4 input[type=date]{width:100%;border:0;background:transparent;color:#f6f2e9;padding:0}.adminQuotaListV4{display:grid;gap:12px}.adminQuotaItemV4{min-height:88px;display:grid;grid-template-columns:minmax(280px,1fr) 150px 150px auto;gap:16px;align-items:center;padding:16px 18px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:#171717}.adminQuotaItemV4.usage{border-left:4px solid #f0a84a}.adminQuotaItemV4.recharge{border-left:4px solid #55d170}.adminQuotaMerchantV4{min-width:0;display:flex;align-items:center;gap:12px}.adminQuotaMerchantV4 i{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:#f0d68a1a;color:#f0d68a;flex:0 0 auto}.adminQuotaMerchantV4 b{display:block;color:#fff;font-size:18px}.adminQuotaMerchantV4 span,.adminQuotaStatV4 span{display:block;color:#9f9687;font-size:13px}.adminQuotaStatV4 b{color:#fff;font-size:24px}.adminQuotaAmountV4{text-align:right;font-size:26px;font-weight:1000}.adminQuotaAmountV4.plus{color:#55d170}.adminQuotaAmountV4.minus{color:#f0a84a}.adminQuotaAmountV4 small{display:block;color:#9f9687;font-size:12px}.adminQuotaDetailBtnV4{height:40px;border:1px solid rgba(240,214,138,.36);border-radius:999px;background:#f0d68a14;color:#f0d68a;font-weight:900;display:inline-flex;align-items:center;gap:7px;padding:0 14px}.adminQuotaDetailMaskV4{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483600;display:grid;place-items:center;padding:28px;background:#000000b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.adminQuotaDetailModalV4{width:min(1080px,calc(100vw - 56px));max-height:min(760px,calc(100vh - 56px));overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:#191919;color:#f6f2e9;box-shadow:0 44px 140px #000000c2}.adminQuotaDetailModalV4 header{min-height:112px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px 18px;border-bottom:1px solid rgba(255,255,255,.1)}.adminQuotaDetailModalV4 header span{display:inline-flex;height:28px;align-items:center;padding:0 10px;border-radius:999px;background:#f0d68a1f;color:#f0d68a;font-size:13px;font-weight:900}.adminQuotaDetailModalV4 h2{margin:10px 0 8px;font-size:28px}.adminQuotaDetailModalV4 p{margin:0;color:#aaa294}.adminQuotaDetailModalV4 header button{width:40px;height:40px;border:0;border-radius:12px;background:#ffffff12;color:#fff;display:grid;place-items:center;padding:0}.adminQuotaDetailModalV4 main{min-height:0;overflow:auto;display:grid;gap:10px;padding:18px 22px 24px}.adminQuotaDetailRowV4{min-height:74px;display:grid;grid-template-columns:minmax(260px,1fr) minmax(150px,.7fr) minmax(170px,.8fr) 130px;gap:14px;align-items:center;padding:14px 16px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:#151515}.adminQuotaDetailRowV4.recharge{border-left:3px solid #55d170}.adminQuotaDetailRowV4 b{color:#fff}.adminQuotaDetailRowV4 span,.adminQuotaDetailRowV4 small{display:flex;align-items:center;gap:6px;color:#9f9687;font-size:13px;margin-top:5px}.adminQuotaDetailRowV4 strong{justify-self:end;color:#f0a84a;font-size:20px}.adminQuotaDetailRowV4.recharge strong{color:#55d170}@media (max-width:980px){.profilePageV3{width:calc(100vw - 36px)}.profileHeroV3,.profileGridV3,.storageSummaryV3,.adminQuotaToolbarV3,.adminQuotaItemV3,.adminQuotaToolbarV4,.adminQuotaItemV4,.adminQuotaDetailRowV4,.profileHeroMetaV3{grid-template-columns:1fr}.adminQuotaAmountV3,.adminQuotaAmountV4{text-align:left}.adminQuotaDetailRowV4 strong{justify-self:start}}.watermarkMask{align-items:center;overflow:auto;padding:24px}.watermarkModal{width:min(1180px,calc(100vw - 48px));height:min(760px,calc(100vh - 48px));max-height:calc(100vh - 48px)}.watermarkHead button{display:grid;place-items:center;font-size:0;cursor:pointer}.watermarkBody{grid-template-columns:minmax(320px,420px) minmax(420px,1fr);gap:24px;padding:20px 24px}.watermarkControls{min-height:0;overflow:auto;padding-right:8px}.watermarkControls::-webkit-scrollbar{width:6px}.watermarkControls::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:999px}.watermarkSwitch{display:flex;width:100%;margin:0 0 16px}.watermarkSwitch span{color:#f7f2e8;font-size:16px;font-weight:900}.watermarkHint{line-height:1.5}.watermarkModeTabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.watermarkModeTabs button{min-height:38px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#141414;color:#f5f0e6;font-weight:900;cursor:pointer}.watermarkModeTabs button.active{border-color:#f0d68a8c;background:#f0d68a29;color:#f0d68a}.watermarkTextFields{display:grid;gap:10px;margin-bottom:12px}.watermarkTextFields label,.watermarkColorGrid label{display:grid;gap:7px;color:#f5ead5;font-size:13px;font-weight:900}.watermarkTextFields input,.watermarkTextFields select{width:100%;min-height:40px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0f141b;color:#fff;padding:0 12px}.watermarkColorGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.watermarkColorGrid input{width:100%;height:40px;padding:4px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0f141b}.watermarkSliderGrid{grid-template-columns:1fr 1fr;gap:14px 12px;margin-top:16px}.watermarkSliderGrid label{display:grid;gap:7px;min-width:0}.watermarkSliderGrid label b{color:#f0d68a}.watermarkSliderGrid input[type=number]{width:100%;min-height:40px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0f141b;color:#fff;padding:0 12px}.watermarkPreview{min-width:0;min-height:0;display:flex}.watermarkPreviewStage{position:relative;flex:1;min-width:0;min-height:420px;overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#d8d8d2}.watermarkPreviewImage{position:absolute;top:24px;right:24px;bottom:24px;left:24px;width:auto;aspect-ratio:auto;border-radius:2px;background:linear-gradient(180deg,#ffffffc7,#ffffff8c 54%,#a69a875c 55%,#7e715c7a),linear-gradient(120deg,#f2f1ec,#d4d2ca);box-shadow:0 22px 55px #00000029}.watermarkPreviewImage:before{content:"";position:absolute;left:18%;bottom:20%;width:28%;height:28%;border-radius:80px 80px 18px 18px;background:#b48a58;box-shadow:0 38px 0 -20px #70452e}.watermarkPreviewImage:after{content:"";position:absolute;right:16%;bottom:24%;width:26%;height:9%;border-radius:50%;background:#d6a24d;box-shadow:0 34px 0 -14px #a37133}.watermarkPreviewImage span{position:absolute;left:18px;top:16px;color:#00000061;font-size:13px;font-weight:900}.watermarkPreviewEmpty{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#00000038;font-size:44px;font-weight:900;letter-spacing:0}.watermarkPreviewText{position:absolute;z-index:2;display:grid;gap:4px;max-width:70%;font-weight:900;line-height:1.1;text-shadow:0 2px 8px rgba(0,0,0,.22);pointer-events:none}.watermarkPreviewText b{font:inherit;color:inherit}.watermarkPreviewText small{font-size:.42em;font-weight:800;letter-spacing:.08em}.watermarkPreviewText.badge{padding:.45em .8em;border:2px solid currentColor;border-radius:999px;background:#0000006b}.watermarkPreviewText.corner{padding-left:.35em;border-left:4px solid currentColor}.watermarkPreviewText.tile{opacity:.42!important}.watermarkPreviewTile{position:absolute;top:-18%;right:-18%;bottom:-18%;left:-18%;z-index:2;display:flex;flex-wrap:wrap;align-content:center;justify-content:center;overflow:hidden;pointer-events:none;font-weight:900;line-height:1;text-shadow:0 2px 8px rgba(0,0,0,.22)}.watermarkPreviewTile span{display:inline-flex;align-items:center;gap:.45em;white-space:nowrap}.watermarkPreviewTile small{font-size:.48em;color:inherit}.watermarkFoot{position:relative;z-index:2}.watermarkFoot button:disabled{cursor:not-allowed;opacity:.55}@media (max-width:980px){.watermarkMask{padding:12px}.watermarkModal{width:calc(100vw - 24px);height:calc(100vh - 24px)}.watermarkBody{grid-template-columns:1fr;overflow:auto}.watermarkControls{overflow:visible}.watermarkPreviewStage{min-height:360px}.watermarkSliderGrid{grid-template-columns:1fr}}.taskImageFrame{position:relative;overflow:hidden}.taskWatermarkText{position:absolute;z-index:3;display:grid;gap:4px;max-width:70%;color:#f0d68a;line-height:1.08;font-weight:900;text-shadow:0 2px 10px rgba(0,0,0,.24);pointer-events:none}.taskWatermarkText b{font:inherit;color:inherit}.taskWatermarkText small{font-size:.42em;font-weight:800;letter-spacing:.08em}.taskWatermarkText.badge{padding:.45em .75em;border:2px solid currentColor;border-radius:999px;background:#0000006b}.taskWatermarkText.corner{padding-left:.35em;border-left:4px solid currentColor}.taskWatermarkControl{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:14px 0 16px;padding:14px 16px;border:1px solid rgba(240,214,138,.16);border-radius:14px;background:#f0d68a0b}.globalToastV2.success{border-color:#53d36f6b;background:linear-gradient(135deg,#1f3f2af5,#181d1bf5);color:#eaffef}.globalToastV2.success span{color:#63df7b;background:#53d36f29;box-shadow:inset 0 0 0 1px #53d36f38,0 0 24px #53d36f1f}.globalToastV2.error{border-color:#ff5f5f70;background:linear-gradient(135deg,#4c1f20f7,#1c1819f7);color:#fff1f1}.globalToastV2.error span{color:#ff7474;background:#ff5f5f29;box-shadow:inset 0 0 0 1px #ff5f5f3d,0 0 24px #ff5f5f24}.infoRows em.success{background:#46bd58;color:#102715}.infoRows em.failed{background:#cf3f4a;color:#fff}.taskWatermarkControl b{display:block;color:#fff;font-size:15px}.taskWatermarkControl small{display:block;margin-top:5px;color:#b9b0a3;font-size:12px;line-height:1.35}.taskWatermarkControl>button{flex:0 0 auto;min-height:38px;border:1px solid rgba(240,214,138,.48);border-radius:999px;background:#f0d68a1a;color:#f0d68a;padding:0 16px;font-weight:900;cursor:pointer}.taskWatermarkControl>button:disabled{cursor:not-allowed;opacity:.5}.taskWatermarkToggle{position:relative;flex:0 0 auto;width:54px;height:30px}.taskWatermarkToggle input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.taskWatermarkToggle i{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#46423a;border:1px solid rgba(255,255,255,.12);transition:.18s ease}.taskWatermarkToggle i:after{content:"";position:absolute;left:3px;top:3px;width:22px;height:22px;border-radius:50%;background:#d8d1c2;transition:.18s ease}.taskWatermarkToggle input:checked+i{background:#f0d68ac7;border-color:#f0d68ae6}.taskWatermarkToggle input:checked+i:after{left:27px;background:#2b210f}.resourceUploadMaskV3{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2147483647!important;padding:24px!important;display:grid!important;place-items:center!important}.resourceUploadModalV3{max-height:calc(100vh - 48px)!important}.wbResourcePickerMask{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2147483647!important;display:grid!important;place-items:center!important;padding:24px!important;background:#000000b8!important;-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important}.wbResourcePickerMask .wbResourceModal{width:min(1200px,calc(100vw - 48px))!important;max-height:calc(100dvh - 48px)!important;overflow:auto!important}@media (max-width:720px){.wbResourcePickerMask{padding:12px!important}.wbResourcePickerMask .wbResourceModal{width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px)!important}}.resourceUploadSettingsV3 textarea{display:none!important}.noticeCenterModalV2{width:min(1180px,92vw);height:min(720px,calc(100dvh - 32px));max-height:calc(100dvh - 32px);background:linear-gradient(135deg,#191f23fa,#0d1114fa);display:flex;flex-direction:column}.noticeCenterModalV2 .feedbackModalHeadV2{flex:0 0 auto;min-height:0;padding:18px 22px;background:linear-gradient(90deg,#f0d68a1a,#ffffff05)}.noticeCenterBodyV2{flex:1 1 auto;height:auto;display:grid;grid-template-columns:360px minmax(0,1fr);min-height:0;overflow:hidden;padding-right:18px}.noticeListPaneV2{min-height:0;max-height:100%;border-right:1px solid rgba(255,255,255,.14);background:#ffffff06;overflow-y:auto;overflow-x:hidden}.noticeListV2{display:grid;align-content:start;gap:7px;padding:16px}.noticeListItemV2{width:100%;min-height:58px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;border:1px solid rgba(255,255,255,.08);border-radius:0;background:#ffffff0a;color:#e9edf0;text-align:left;cursor:pointer}.noticeListItemV2.active{border-color:#f0d68ad9;box-shadow:inset 3px 0 #f0d68a;background:#f0d68a1a}.noticeListItemV2.isRead{opacity:.58}.noticeStateIconV2{width:30px;height:30px;display:grid;place-items:center;margin-left:8px;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#c8d2d8}.noticeListItemV2.isUnread .noticeStateIconV2{color:#f0d68a;border-color:#f0d68a73;background:#f0d68a1f}.noticeListTextV2{display:grid;gap:3px;min-width:0}.noticeListTextV2 b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.noticeListTextV2 small{color:#9aa4aa;font-size:12px}.noticeDetailPaneV2{min-width:0;min-height:0;height:calc(100% - 32px);max-height:calc(100% - 32px);padding:28px 34px;overflow-y:auto;overflow-x:hidden;color:#e8edf0;box-sizing:border-box}.noticeDetailMetaV2{display:flex;justify-content:space-between;gap:18px;color:#99a4aa}.noticeDetailMetaV2 span{min-width:48px;height:24px;display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.16);color:#aab4ba;font-size:12px}.noticeDetailMetaV2 span.unread{color:#f0d68a;border-color:#f0d68a73}.noticeDetailPaneV2 h3{margin:18px 0 16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.12);font-size:28px;color:#fff}.noticeDetailPaneV2 p{margin:0;white-space:pre-wrap;color:#cfd8dd;line-height:1.8}.noticeEmptyV2{min-height:120px;display:grid;place-items:center;color:#8f9aa1}.noticeEmptyV2.large{min-height:100%}.noticeIconNavV2{position:relative}.noticeIconNavV2 i{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;display:grid;place-items:center;background:#e14545;color:#fff;font-style:normal;font-size:11px;font-weight:900;box-shadow:0 0 0 2px #101010}.announcementToolbarV9{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px;flex-wrap:nowrap;overflow-x:auto}.announcementToolbarV9 .filterGroup{flex:1 1 auto;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;min-width:0}.announcementToolbarV9 .filterGroup input,.announcementToolbarV9 .filterGroup select{min-width:0!important;width:180px;flex:0 1 180px}.announcementToolbarV9 .filterGroup button{flex:0 0 auto}.noticeCenterModalV2{border-radius:24px;border-color:#f0d68a2e}.noticeCenterModalV2 .feedbackModalHeadV2{border-radius:24px 24px 0 0}.noticeListPaneV2{padding:14px 10px 14px 14px;height:min(583px,calc(100% - 2px))!important;max-height:100%!important;align-self:start}.noticeListV2{padding:0}.noticeListItemV2{min-height:58px;border-radius:16px;padding:0 10px 0 0;transition:background .16s ease,border-color .16s ease,opacity .16s ease,transform .16s ease}.noticeListItemV2:hover{transform:translateY(-1px);border-color:#f0d68a52;background:#fff1}.noticeListItemV2.active{border-radius:16px;box-shadow:inset 3px 0 #f0d68a,0 10px 26px #0000002e}.noticeStateIconV2{border-radius:12px}.noticeDetailPaneV2{margin:16px 0 16px 16px;height:min(565px,calc(100% - 20px))!important;max-height:calc(100% - 20px)!important;align-self:start;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#ffffff06}.noticeDetailMetaV2 span{border-radius:999px}.announcementToolbarV9>button{flex:0 0 auto;height:42px}.announcementCreateModalV9{width:min(680px,92vw);max-height:86vh;overflow:auto;background:#1b1b1b;border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:26px;color:#fff;position:relative}.announcementFormV9{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.announcementFormV9 label{display:grid;gap:8px;color:#d9cfb9;font-weight:900}.announcementFormV9 label.full{grid-column:1/-1}.announcementFormV9 input,.announcementFormV9 select,.announcementFormV9 textarea{width:100%;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#111214;color:#fff;padding:0 13px}.announcementFormV9 input,.announcementFormV9 select{height:44px}.announcementFormV9 textarea{min-height:180px;padding-top:12px;resize:vertical}.pwaInstallBtn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border:1px solid rgba(248,222,160,.28);border-radius:999px;background:#f8dea014;color:#f8dea0;font:inherit;font-weight:900;white-space:nowrap;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.pwaInstallBtn:hover{transform:translateY(-1px);border-color:#f8dea07a;background:#f8dea024}.landingInstallBtn{box-shadow:0 16px 42px #0000002e}.pwaInstallHelpMask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:grid;place-items:center;padding:22px;background:#000000a3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pwaInstallHelpCard{position:relative;width:min(460px,calc(100vw - 44px));padding:28px;border:1px solid rgba(248,222,160,.18);border-radius:22px;background:linear-gradient(180deg,#1f211ffa,#111212fa);color:#f8f3e8;box-shadow:0 28px 90px #00000075}.pwaInstallHelpClose{position:absolute;top:16px;right:16px;display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff0f;color:#fff;cursor:pointer}.pwaInstallHelpCard h2{margin:0 46px 18px 0;color:#fff;font-size:24px}.pwaInstallHelpCard p{margin:12px 0 0;color:#d6d0c4;line-height:1.75}.pwaInstallHelpCard small{display:block;margin-top:18px;color:#a59d90;line-height:1.7}.pwaInstallOptions{display:grid;gap:12px;margin-top:20px}.pwaInstallOption{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:12px;min-height:68px;padding:12px 14px;border:1px solid rgba(248,222,160,.16);border-radius:16px;background:#ffffff0b;color:#f8f3e8;text-align:left;text-decoration:none;font:inherit;cursor:pointer}.pwaInstallOption:hover{border-color:#f8dea057;background:#f8dea014}.pwaInstallOption.isDisabled,.pwaInstallOption:disabled{cursor:not-allowed;opacity:.58;filter:saturate(.72)}.pwaInstallOption.isDisabled:hover,.pwaInstallOption:disabled:hover{border-color:#f8dea029;background:#ffffff09;color:#f8f3e8}.pwaInstallOptionIcon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#f8dea0,#d7a84f);color:#14100b}.pwaInstallOption b{display:block;color:#fff;font-size:15px;line-height:1.35}.pwaInstallOption small{margin-top:3px;color:#a59d90;line-height:1.45}@media (max-width:780px){.landingInstallBtn{min-height:42px;padding:0 13px}.landingInstallBtn span{display:none}}.landingPage{position:relative}.landingPage:before,.landingPage:after{position:absolute;min-height:100%}.landingPage:after{opacity:.065;mix-blend-mode:screen}.landingNav{background:#050506d1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landingFloatCard,.landingFlowStep{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landingButtonShine,.landingPanelShine{filter:blur(5px);opacity:.82}.landingChair{filter:drop-shadow(0 18px 18px rgba(0,0,0,.2))}.landingDemoPanel.hasImage .landingDemoImg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.landingDemoPanel.hasImage:after,.landingDemoPanel.hasImage .landingPanelShine,.landingDemoPanel.hasImage .landingPanelGrid,.landingDemoPanel.hasImage .landingSceneFloor,.landingDemoPanel.hasImage .landingChair,.landingDemoPanel.hasImage>span{display:none!important}.landingHeroStage,.landingFlowStage,.landingWorkflowPreview,.landingDemoPanel{contain:layout paint}.landingWorkflowImage{height:calc(var(--workflow-frame-count,4) * 100%)!important;transform:translateZ(0)}.workflowFrame{position:relative;height:calc(100% / var(--workflow-frame-count,4))!important;overflow:hidden;background:linear-gradient(135deg,#151719,#0b0c0d)}.workflowFrame img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.82}.workflowFrame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0405061f,#04050694);pointer-events:none}.workflowFrameText{position:relative;z-index:2;display:grid;justify-items:center;gap:10px;padding:26px;text-shadow:0 4px 18px rgba(0,0,0,.48)}.landingHeroStage,.landingStageSvg,.landingFloatCard,.landingWorkflowImage,.landingFlowDot,.landingButtonShine,.landingPanelShine,.landingFeatureCard,.landingScenePanel,.landingMiniScene,.landingPlanCard,.landingFlowStep{will-change:transform,opacity}@media (max-width:900px),(pointer:coarse){.landingParticles,.landingOrbitLines{opacity:.42}.landingStageSvg{opacity:.58}.landingPage:after{display:none}.landingHeroStage{box-shadow:0 22px 64px #00000057}.landingFlowStage,.landingWorkflowPreview,.landingFeatureCard,.landingScenePanel,.landingMiniScene,.landingPlanCard{box-shadow:0 14px 36px #00000038}.landingFloatCard,.landingFlowStep{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}.topApp .wbSectionTabs{flex:0 0 auto!important;display:grid!important;grid-template-columns:1fr 1fr 1.28fr!important;gap:8px!important;margin:0 0 14px!important}.topApp .wbSectionTabs button{min-width:0!important;height:38px!important;padding:0 10px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:10px!important;background:#151617!important;color:#cfc7ba!important;font-size:14px!important;font-weight:900!important;line-height:1.1!important;white-space:normal!important;cursor:pointer!important}.topApp .wbSectionTabs button.active{border-color:#e7cf88b8!important;background:linear-gradient(135deg,#e7cf88,#f5e1b2)!important;color:#17120a!important;box-shadow:0 10px 28px #e5c87524!important}.topApp .wbSectionTabs button.isComing{border-color:#7eb09638!important;background:#7eb09614!important;color:#a9c8b7!important}.topApp .wbPromoFeatureGrid{grid-template-columns:1fr 1fr!important;gap:10px!important}.topApp .wbPromoFormCard{display:grid!important;gap:12px!important;padding:14px 10px 14px 14px!important;max-height:clamp(190px,32vh,330px)!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;align-content:start!important;overscroll-behavior:contain!important}.topApp .wbPromoFormCard::-webkit-scrollbar{width:6px!important}.topApp .wbPromoFormCard::-webkit-scrollbar-thumb{background:#f2d58c5c!important;border-radius:999px!important}.topApp .wbPromoFormCard::-webkit-scrollbar-track{background:transparent!important}.topApp .wbPromoField{display:grid!important;gap:8px!important;min-width:0!important}.topApp .wbPromoField span{color:#f2ead8!important;font-size:13px!important;font-weight:900!important}.topApp .wbPromoField .wbSelect,.topApp .wbPromoTextarea{width:100%!important}.topApp .wbPromoTextarea{min-height:92px!important;padding:12px 13px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important;background:#101112!important;color:#f8f1df!important;resize:vertical!important;outline:none!important}.topApp .wbPromoTextarea:focus{border-color:#e7cf889e!important;box-shadow:0 0 0 3px #e7cf881f!important}@media (max-width:1280px){.topApp .wbSectionTabs{grid-template-columns:1fr 1fr!important}.topApp .wbSectionTabs button.isComing{grid-column:1/-1!important}}@media (max-width:720px){.topApp .wbSectionTabs{grid-template-columns:1fr!important}.topApp .wbSectionTabs button.isComing{grid-column:auto!important}}.appUpdateNotice{position:fixed;right:24px;bottom:24px;z-index:2147483000;width:min(360px,calc(100vw - 32px));padding:18px;border:1px solid rgba(231,207,136,.38);border-radius:16px;background:#0e0f10f5;color:#f8f1df;box-shadow:0 22px 70px #0000006b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif}.appUpdateNotice strong{display:block;margin:0 34px 8px 0;color:#f7d782;font-size:18px;font-weight:950}.appUpdateNotice span{display:block;color:#fff;font-size:14px;font-weight:800}.appUpdateNotice p{margin:10px 0 14px;color:#f8f1dfb8;font-size:13px;line-height:1.65}.appUpdateNotice a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:12px;background:linear-gradient(135deg,#f3d98d,#d4a94a);color:#15110a;text-decoration:none;font-weight:950}.appUpdateClose{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff0d;color:#f8f1df;cursor:pointer}@media (max-width:720px){.appUpdateNotice{right:12px;bottom:12px}}@media (max-width:760px){:root{--app-browser-zoom:1;--app-zoomed-viewport-width:100vw;--app-zoomed-viewport-height:100svh}html{zoom:1;overflow-x:hidden}body{width:100%;min-width:0;min-height:100svh;overflow-x:hidden}#root,.topApp{width:100%;min-height:100svh}.topApp .topbar{position:sticky!important;top:0!important;left:0!important;right:0!important;width:100%!important;min-height:64px!important;height:auto!important;padding:9px 12px 8px!important;gap:8px!important;flex-wrap:wrap!important}.topApp .topBrand{min-width:0!important;flex:1 1 auto!important;gap:9px!important}.topApp .topBrand .brandMark,.topApp .topBrand svg{flex:0 0 auto!important}.topApp .topBrand b{font-size:20px!important;line-height:1.05!important}.topApp .topBrand small{display:none!important}.topApp .topRight{flex:0 0 auto!important;gap:6px!important}.topApp .quotaPill{display:none!important}.topApp .avatarBtn{padding:0!important;border:0!important;background:transparent!important}.topApp .avatarBtn>div{display:none!important}.topApp .avatarBtn>span{width:38px!important;height:38px!important}.topApp .profileMenu{position:fixed!important;top:64px!important;right:12px!important;width:min(260px,calc(100vw - 24px))!important;z-index:2147483000!important}.topApp .topNav{order:3!important;flex:0 0 100%!important;width:100%!important;justify-content:flex-start!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 0 4px!important;scrollbar-width:none!important}.topApp .topNav::-webkit-scrollbar{display:none!important}.topApp .topNav button{flex:0 0 auto!important;min-height:36px!important;padding:0 10px!important;border-radius:10px!important;font-size:14px!important;line-height:1!important}.topApp .topNav button.active:after,.topApp .topNav>.navGroup>button.active:after{bottom:-4px!important}.topApp .navDropdown{position:fixed!important;left:12px!important;right:12px!important;top:112px!important;width:auto!important;max-height:min(56vh,420px)!important;overflow-y:auto!important;z-index:2147483000!important}.topApp .topMain{width:100%!important;max-width:100%!important;padding:14px 12px 34px!important;margin:0!important}.topApp .pageHead{margin-bottom:14px!important}.topApp .pageHead h1{font-size:28px!important;letter-spacing:0!important}.topMain:has(.wbScreen),.topApp .wbScreen{display:grid!important;grid-template-columns:1fr!important;width:100%!important;max-width:100%!important;min-width:0!important;gap:12px!important;overflow-x:hidden!important}.topApp .wbScreen>*,.topApp .wbSidePanel,.topApp .wbCenterPanel,.topApp .wbRightPanel{width:100%!important;max-width:100%!important;min-width:0!important}.topApp .wbSidePanel{order:1!important;overflow:visible!important}.topApp .wbCenterPanel{order:2!important;overflow:hidden!important}.topApp .wbRightPanel{order:3!important;max-height:420px!important;overflow-y:auto!important}.topApp .wbUploadBox,.topApp .wbMainBlock>.wbUploadBox{min-height:220px!important}.topApp .wbUploadInner{min-height:200px!important;padding:18px!important}.topApp .wbBottomBar{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;align-items:stretch!important}.topApp .wbActionGroup{margin-left:0!important;justify-items:stretch!important}.topApp .wbActionGroup button,.topApp .wbGenerateBtn,.topApp .wbPrimaryBtn{width:100%!important}.topApp .wbFeatureGrid,.topApp .wbPromoFeatureGrid{grid-template-columns:1fr 1fr!important}.topApp .wbPromoFormCard{max-height:300px!important}.topApp .tableWrap,.topApp .merchantDetailTabPanelV9 .tableWrap{overflow-x:auto!important}.topApp table{min-width:720px!important}.topApp .metrics,.topApp .quotaSummaryV2,.topApp .adminHeroStatsV9,.topApp .merchantGridV9,.topApp .settingsLayoutV9,.topApp .adminQuotaSummaryV4,.topApp .adminQuotaToolbarV4,.topApp .adminQuotaItemV4{grid-template-columns:1fr!important}}@media (max-width: 860px){:root{--app-browser-zoom: 1;--app-zoomed-viewport-width: 100vw;--app-zoomed-viewport-height: 100svh}html,body{width:100%!important;min-width:0!important;min-height:100svh!important;zoom:1!important;overflow-x:hidden!important;overscroll-behavior-y:contain;-webkit-text-size-adjust:100%}body{background:#080b10}#root,.topApp{width:100%!important;min-height:100svh!important}.topApp{padding-bottom:calc(78px + env(safe-area-inset-bottom,0px));background:radial-gradient(circle at 78% -8%,rgba(214,168,94,.13),transparent 30%),#080b10}.topApp .topbar{position:sticky!important;top:0!important;z-index:80!important;min-height:58px!important;height:58px!important;padding:8px 12px!important;display:flex!important;flex-wrap:nowrap!important;gap:10px!important;border-bottom:1px solid rgba(216,184,106,.14)!important;background:#0c0d0ff0!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topApp .topBrand{flex:1 1 auto!important;min-width:0!important;padding:0!important;gap:9px!important;background:transparent!important;border:0!important;justify-content:flex-start!important}.topApp .topBrand .brandMark,.topApp .topBrand svg{width:36px!important;height:36px!important;flex:0 0 36px!important}.topApp .topBrand b{max-width:46vw;overflow:hidden;color:#fff4dc;font-size:18px!important;line-height:1.08!important;text-overflow:ellipsis;white-space:nowrap}.topApp .topBrand small,.topApp .quotaPill,.topApp .avatarBtn>div{display:none!important}.topApp .topRight{flex:0 0 auto!important;margin-left:0!important;gap:0!important}.topApp .avatarBtn{min-width:42px!important;width:42px!important;height:42px!important;padding:0!important;border:1px solid rgba(242,213,140,.22)!important;border-radius:50%!important;background:#ffffff0a!important}.topApp .avatarBtn>span{width:36px!important;height:36px!important}.topApp .profileMenu{position:fixed!important;top:60px!important;right:10px!important;width:min(270px,calc(100vw - 20px))!important;padding:10px!important;border-radius:18px!important;z-index:120!important}.topApp .profileMenu button{min-height:46px!important;padding:0 12px!important;font-size:15px!important}.topApp .topNav{position:fixed!important;left:10px!important;right:10px!important;bottom:calc(10px + env(safe-area-inset-bottom,0px))!important;z-index:90!important;display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(72px,1fr)!important;align-items:stretch!important;gap:4px!important;width:auto!important;height:62px!important;min-width:0!important;padding:6px!important;overflow-x:auto!important;overflow-y:visible!important;border:1px solid rgba(242,213,140,.18)!important;border-radius:22px!important;background:#0f1012f2!important;box-shadow:0 18px 54px #00000075!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);scrollbar-width:none!important}.topApp .topNav::-webkit-scrollbar{display:none!important}.topApp .topNav>button,.topApp .topNav .navGroup>button,.topApp .topNavActions button{width:100%!important;min-width:0!important;min-height:50px!important;height:50px!important;padding:0 7px!important;border-radius:17px!important;display:inline-flex!important;flex-direction:column!important;justify-content:center!important;gap:2px!important;color:#cfc6b8!important;font-size:12px!important;line-height:1.1!important;white-space:nowrap!important}.topApp .topNav>button svg,.topApp .topNav .navGroup>button svg,.topApp .topNavActions button svg{width:18px!important;height:18px!important}.topApp .topNav button.active,.topApp .topNav .navGroup>button.active{color:#17120a!important;background:linear-gradient(135deg,#f2d58c,#c69b3d)!important;box-shadow:0 10px 22px #f2d58c2b!important}.topApp .topNav button.active:after,.topApp .topNav>.navGroup>button.active:after{display:none!important}.topApp .navGroup{display:flex!important;min-width:72px!important}.topApp .navGroup .navArrow{display:none!important}.topApp .navDropdown{position:fixed!important;left:14px!important;right:14px!important;top:auto!important;bottom:calc(86px + env(safe-area-inset-bottom,0px))!important;width:auto!important;max-height:min(56vh,430px)!important;overflow-y:auto!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding:12px!important;border-radius:22px!important;background:#161616fa!important;box-shadow:0 24px 74px #00000094!important;z-index:130!important}.topApp .navDropdown button{min-height:48px!important;height:auto!important;flex-direction:row!important;justify-content:flex-start!important;padding:0 12px!important;border:1px solid rgba(255,255,255,.08)!important;background:#111318!important;color:#f2eadc!important;font-size:14px!important}.topApp .navDropdown button.active{border-color:#f2d58cb8!important;background:#f2d58c1f!important;color:#f2d58c!important}.topApp .topNavActions{display:contents!important}.topApp .noticeIconNavV2 i{right:3px!important;top:2px!important}.topApp .topMain{width:100%!important;max-width:100%!important;margin:0!important;padding:14px 12px 16px!important}.topApp .pageHead{margin:2px 0 12px!important}.topApp .pageHead h1,.topApp .pageHero h1,.topApp .adminHeroV9 h1{font-size:24px!important;line-height:1.18!important;letter-spacing:0!important}.topApp .pageHero,.topApp .adminHeroV9{display:grid!important;grid-template-columns:1fr!important;align-items:start!important;min-height:0!important;gap:14px!important;padding:18px!important;border-radius:20px!important}.topApp .panel,.topApp .metric,.topApp .taskCard,.topApp .asset,.topApp .reviewCardV9,.topApp .merchantCardV9,.topApp .settingsSaveBarV9{border-radius:18px!important}.topApp .panel{padding:16px!important;margin-bottom:12px!important}.topApp .metrics,.topApp .grid2,.topApp .split,.topApp .work,.topApp .aiTaskGrid,.topApp .assetGrid,.topApp .merchantMetricGridV9,.topApp .merchantGridV9,.topApp .settingsLayoutV9,.topApp .adminQuotaSummaryV4,.topApp .quotaSummaryV2,.topApp .templateList{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.topApp .metrics{margin-bottom:12px!important}.topApp .metric{min-height:92px!important;padding:16px!important}.topApp .metric b{font-size:24px!important}.topApp .toolbar,.topApp .filterGroup,.topApp .adminQuotaToolbarV4,.topApp .quotaAdjustV9,.topApp .settingsSaveBarV9,.topApp .modalActionsV9,.topApp .modalActions{display:grid!important;grid-template-columns:1fr!important;align-items:stretch!important;gap:10px!important}.topApp .toolbar input,.topApp .toolbar select,.topApp .filterGroup input,.topApp .filterGroup select,.topApp .filterGroup button,.topApp .adminSearchV9,.topApp .settingsSaveBarV9 button,.topApp .modalActionsV9 button,.topApp .modalActions button{width:100%!important;min-width:0!important}.topApp input,.topApp select,.topApp textarea,.topApp button{min-height:42px}.topApp textarea{min-height:106px}.topMain:has(.wbScreen),.topApp .wbScreen{display:grid!important;grid-template-columns:1fr!important;width:100%!important;max-width:100%!important;min-width:0!important;gap:12px!important;overflow:visible!important}.topApp .wbScreen>*,.topApp .wbSidePanel,.topApp .wbCenterPanel,.topApp .wbRightPanel{width:100%!important;max-width:100%!important;min-width:0!important}.topApp .wbSidePanel{order:1!important;max-height:none!important;overflow:visible!important}.topApp .wbCenterPanel{order:2!important;overflow:hidden!important}.topApp .wbRightPanel{order:3!important;max-height:420px!important;overflow-y:auto!important}.topApp .wbUploadBox,.topApp .wbMainBlock>.wbUploadBox{min-height:230px!important}.topApp .wbUploadInner{min-height:210px!important;padding:18px!important}.topApp .wbUploadInner b{font-size:21px!important}.topApp .wbFeatureGrid,.topApp .wbPromoFeatureGrid,.topApp .opGrid,.topApp .templateGrid,.topApp .styleGrid{grid-template-columns:1fr 1fr!important;gap:10px!important}.topApp .wbBottomBar,.topApp .wbActionGroup{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;align-items:stretch!important;margin-left:0!important}.topApp .wbActionGroup button,.topApp .wbGenerateBtn,.topApp .wbPrimaryBtn{width:100%!important}.topApp .tableWrap,.topApp .merchantDetailTabPanelV9 .tableWrap{max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}.topApp table{min-width:680px!important}.topApp .modalMask,.topApp .adminModalMaskV9,.feedbackModalMaskV2{padding:10px!important;align-items:end!important;place-items:end stretch!important}.topApp .modalCard,.topApp .adminReviewModalV9,.topApp .wmModal,.feedbackModalCardV2{width:100%!important;max-width:100%!important;max-height:calc(100svh - 20px)!important;border-radius:22px 22px 0 0!important;overflow:auto!important}.noticeCenterBodyV2,.wmBody{grid-template-columns:1fr!important}.topApp .wmCanvas{height:320px!important}.topApp .pager{justify-content:center!important;flex-wrap:wrap!important}}@media (max-width: 390px){.topApp .topNav{grid-auto-columns:minmax(64px,1fr)!important}.topApp .topNav>button,.topApp .topNav .navGroup>button,.topApp .topNavActions button{font-size:11px!important;padding:0 5px!important}.topApp .wbFeatureGrid,.topApp .wbPromoFeatureGrid,.topApp .opGrid,.topApp .templateGrid,.topApp .styleGrid{grid-template-columns:1fr!important}}.mobileBottomNav{display:none}@media (max-width: 860px){html,body,#root{width:100%!important;min-width:0!important;min-height:100%!important;height:auto!important;overflow-x:hidden!important;overflow-y:auto!important}body{position:static!important;touch-action:manipulation}#root,.topApp{display:block!important;width:100%!important;min-width:0!important;min-height:100svh!important;height:auto!important;overflow-x:hidden!important;overflow-y:visible!important}.topApp{padding-bottom:0!important}.topApp *,.topApp *:before,.topApp *:after{max-width:100%;box-sizing:border-box}.topApp img,.topApp video,.topApp canvas,.topApp svg{max-width:100%}.topApp .topbar{position:sticky!important;top:0!important;z-index:120!important;width:100%!important;min-width:0!important}.topApp .topbar .topNav{display:none!important}.topApp .topRight{position:static!important}.topApp .profileMenu{position:fixed!important;top:62px!important;right:10px!important;left:auto!important;z-index:220!important}.mobileBottomNav{position:fixed;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom,0px));z-index:210;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;height:64px;padding:6px;border:1px solid rgba(242,213,140,.2);border-radius:22px;background:#0f1012f5;box-shadow:0 18px 54px #00000075;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobileBottomNav button{min-width:0!important;width:100%!important;height:52px!important;min-height:52px!important;padding:0 4px!important;border:0!important;border-radius:17px!important;display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;background:transparent!important;color:#cfc6b8!important;font-size:12px!important;line-height:1.1!important;white-space:nowrap!important}.mobileBottomNav button svg{width:19px!important;height:19px!important;flex:0 0 auto!important}.mobileBottomNav button.active{color:#17120a!important;background:linear-gradient(135deg,#f2d58c,#c69b3d)!important;box-shadow:0 10px 22px #f2d58c2e!important}.topApp .topMain{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:14px 12px calc(96px + env(safe-area-inset-bottom,0px))!important;overflow-x:hidden!important;overflow-y:visible!important}.topApp .pageHead{margin:4px 0 12px!important}.topApp .pageHead h1{font-size:24px!important}.topApp .wbScreen{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;min-width:0!important;max-width:100%!important;gap:12px!important;align-items:stretch!important;overflow:visible!important}.topApp .wbScreen>*,.topApp .wbSidePanel,.topApp .wbCenterPanel,.topApp .wbRightPanel{grid-column:1 / -1!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;max-height:none!important;overflow:visible!important}.topApp .wbSidePanel{order:1!important;display:block!important;padding:14px!important;border-radius:20px!important}.topApp .wbCenterPanel{order:2!important;display:flex!important;flex-direction:column!important;gap:12px!important;padding:14px!important;border-radius:20px!important}.topApp .wbRightPanel{order:3!important;display:flex!important;flex-direction:column!important;gap:12px!important;padding:14px!important;border-radius:20px!important}.topApp .wbMainBlock,.topApp .wbRefCard,.topApp .wbPromptInput,.topApp .wbBottomBar,.topApp .wbVideoPromptCard,.topApp .wbVideoStoryboardBlock{width:100%!important;min-width:0!important;max-width:100%!important}.topApp .wbSectionTabs{width:100%!important;overflow-x:auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;scrollbar-width:none}.topApp .wbSectionTabs::-webkit-scrollbar{display:none}.topApp .wbFeatureGrid,.topApp .wbPromoFeatureGrid,.topApp .wbVideoFeatureGrid,.topApp .opGrid,.topApp .templateGrid,.topApp .styleGrid,.topApp .wbVideoParamGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.topApp .wbFeatureBtn{width:100%!important;min-width:0!important;min-height:60px!important;padding:10px 8px!important}.topApp .wbSearchRow,.topApp .wbBottomBar,.topApp .wbActionGroup,.topApp .wbControlGroup,.topApp .wbRefBody,.topApp .wbPromoFormCard,.topApp .toolbar,.topApp .filterGroup{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;min-width:0!important;gap:10px!important;align-items:stretch!important}.topApp .wbPills{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.topApp .wbPills button{flex:1 1 auto!important;min-width:72px!important}.topApp .wbUploadBox,.topApp .wbMainBlock>.wbUploadBox,.topApp .wbVideoUploadBox{width:100%!important;min-width:0!important;height:auto!important;min-height:228px!important;max-height:none!important}.topApp .wbUploadInner{min-height:220px!important;padding:18px!important}.topApp .wbPreviewWrap,.topApp .wbPreview,.topApp .wbRefPreviewWrap,.topApp .wbRefPreviewWrap img{width:100%!important;max-width:100%!important}.topApp .wbPreview{height:auto!important;max-height:420px!important;object-fit:contain!important}.topApp .wbResourceGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.topApp .wbResourceCard,.topApp .wbUploadCard{width:100%!important;min-width:0!important}.topApp .wbResourceCard img{width:100%!important;height:96px!important;object-fit:cover!important}.topApp .wbRecentSearch{width:100%!important}.topApp .wbRecentList{display:grid!important;gap:10px!important;flex:none!important;width:100%!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.topApp .wbRecentItem{position:relative!important;width:100%!important;min-width:0!important;grid-template-columns:78px minmax(0,1fr)!important;padding:10px!important}.topApp .wbRecentThumb,.topApp .wbRecentThumb img{width:78px!important;height:68px!important}.topApp .wbRecentInfo{min-width:0!important}.topApp .wbRecentInfo b,.topApp .wbRecentInfo span,.topApp .wbRecentInfo small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.topApp .wbMoreBtn,.topApp .wbGenerateBtn,.topApp .wbPrimaryBtn,.topApp .wbGhostBtn,.topApp .toolbar button,.topApp .filterGroup button{width:100%!important;min-width:0!important}.topApp input,.topApp select,.topApp textarea,.topApp button{max-width:100%!important}.topApp .resourceCreate,.topApp .resourceLayout,.topApp .resourceGrid,.topApp .assetGrid,.topApp .aiTaskGrid,.topApp .merchantGridV9,.topApp .merchantMetricGridV9,.topApp .metrics,.topApp .grid2,.topApp .split,.topApp .work,.topApp .settingsLayoutV9,.topApp .quotaSummaryV2,.topApp .adminQuotaSummaryV4{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;min-width:0!important;gap:12px!important;overflow:visible!important}.topApp .tableWrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}.topApp table{width:100%!important;min-width:640px!important}.topApp .modalMask,.topApp .adminModalMaskV9,.feedbackModalMaskV2,.watermarkMask{padding:10px!important;align-items:flex-end!important;place-items:end stretch!important}.topApp .modalCard,.topApp .adminReviewModalV9,.topApp .wmModal,.feedbackModalCardV2,.watermarkModal,.taskDetailModal{width:100%!important;max-width:100%!important;max-height:calc(100svh - 20px)!important;border-radius:22px 22px 0 0!important;overflow:auto!important}.topApp .detailGrid,.topApp .compareArea,.watermarkBody,.noticeCenterBodyV2,.wmBody{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;min-width:0!important}.topApp .compareImg,.topApp .watermarkPreviewCanvas,.topApp .wmCanvas{height:min(56vh,360px)!important}}@media (max-width: 390px){.mobileBottomNav{left:8px;right:8px}.mobileBottomNav button{font-size:11px!important}.topApp .wbFeatureGrid,.topApp .wbPromoFeatureGrid,.topApp .wbVideoFeatureGrid,.topApp .wbResourceGrid,.topApp .opGrid,.topApp .templateGrid,.topApp .styleGrid{grid-template-columns:minmax(0,1fr)!important}}@media (max-width: 860px){html:has(.wbScreen),body:has(.wbScreen),html:has(.resourcePageV3),body:has(.resourcePageV3),html:has(.adminLogPage),body:has(.adminLogPage),html:has(.profilePageV3),body:has(.profilePageV3){width:100%!important;min-width:0!important;height:auto!important;min-height:100%!important;max-height:none!important;overflow-x:hidden!important;overflow-y:auto!important}.topApp:has(.wbScreen),.topApp:has(.resourcePageV3),.topApp:has(.adminLogPage),.topApp:has(.profilePageV3){position:static!important;width:100%!important;min-width:0!important;height:auto!important;min-height:100svh!important;max-height:none!important;overflow-x:hidden!important;overflow-y:visible!important;background:radial-gradient(circle at 78% -8%,rgba(214,168,94,.12),transparent 30%),#080b10!important}.topMain:has(.wbScreen),.topMain:has(.resourcePageV3),.topMain:has(.adminLogPage),.topMain:has(.profilePageV3){position:static!important;inset:auto!important;display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:16px 12px calc(102px + env(safe-area-inset-bottom,0px))!important;overflow-x:hidden!important;overflow-y:visible!important;box-sizing:border-box!important}.topApp :is(.wbScreen,.wbSidePanel,.wbCenterPanel,.wbRightPanel,.resourcePageV3,.resourceToolbarV3,.resourceSpaceTabsV3,.resourceInlineLayoutV6,.resourceGridPanelV3,.resourceGridV3,.adminLogPage,.pageHero,.panel,.aiTaskGrid,.taskCard,.profilePageV3,.profileHeroV3,.profileGridV3,.profileCardV3,.profileStoragePanelV3){width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.topApp .wbScreen{position:static!important;display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;gap:12px!important;overflow:visible!important;background:transparent!important}.topApp .wbScreen>*,.topApp .wbSidePanel,.topApp .wbCenterPanel,.topApp .wbRightPanel{position:static!important;inset:auto!important;display:flex!important;flex-direction:column!important;grid-column:auto!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;flex:none!important;overflow:visible!important;border-radius:20px!important;border:1px solid rgba(255,255,255,.09)!important;background:linear-gradient(180deg,#161719f5,#0d0e10fa)!important;box-shadow:0 16px 44px #00000042!important}.topApp .wbCenterPanel{order:1!important;padding:14px!important;gap:12px!important}.topApp .wbSidePanel{order:2!important;padding:14px!important;gap:12px!important}.topApp .wbRightPanel{order:3!important;padding:14px!important;gap:12px!important}.topApp .wbRightHeader,.topApp .wbSourceHead,.topApp .wbRefHeader{flex-wrap:wrap!important;gap:10px!important}.topApp .wbSectionTabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;overflow:visible!important}.topApp .wbSectionTabs button{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;padding:0 8px!important;font-size:13px!important;white-space:nowrap!important}.topApp .wbFeatureGrid,.topApp .wbPromoFeatureGrid,.topApp .wbVideoFeatureGrid,.topApp .wbResourceGrid,.topApp .wbVideoParamGrid,.topApp .opGrid,.topApp .templateGrid,.topApp .styleGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important}.topApp .wbFeatureBtn{min-height:54px!important;padding:9px 8px!important;font-size:13px!important}.topApp .wbMainBlock,.topApp .wbRefCard,.topApp .wbPromptInput,.topApp .wbBottomBar,.topApp .wbControlGroup,.topApp .wbActionGroup,.topApp .wbPromoFormCard,.topApp .wbOptionCard,.topApp .wbVideoPromptCard,.topApp .wbVideoStoryboardBlock{width:100%!important;min-width:0!important;max-width:100%!important;overflow:visible!important}.topApp .wbUploadBox,.topApp .wbMainBlock>.wbUploadBox,.topApp .wbVideoUploadBox{height:auto!important;min-height:204px!important;max-height:none!important;overflow:hidden!important;border-radius:18px!important}.topApp .wbUploadInner{min-height:204px!important;padding:16px 12px!important}.topApp .wbUploadInner b{font-size:20px!important;line-height:1.25!important;text-align:center!important}.topApp .wbUploadCircle{width:62px!important;height:62px!important;min-width:62px!important}.topApp .wbSearchRow,.topApp .wbRefBody,.topApp .wbBottomBar,.topApp .wbControlGroup,.topApp .wbActionGroup,.topApp .wbPromoFormCard,.topApp .toolbar,.topApp .filterGroup{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;align-items:stretch!important}.topApp .wbPills{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.topApp .wbPills button{width:100%!important;min-width:0!important}.topApp .wbRecentList{display:grid!important;gap:10px!important;flex:none!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:0!important}.topApp .wbRecentItem{position:relative!important;display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;gap:10px!important;width:100%!important;min-width:0!important;padding:10px!important;overflow:hidden!important}.topApp .wbRecentThumb,.topApp .wbRecentThumb img{width:76px!important;height:66px!important;min-width:76px!important}.topApp .wbRecentInfo{min-width:0!important;max-width:100%!important;overflow:hidden!important}.topApp .wbRecentInfo :is(b,span,small){display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.topApp .wbRecentHoverPreview{display:none!important}.topApp .adminLogPage,.topApp .adminLogPage .panel{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important}.topApp .adminLogPage .pageHero{min-height:auto!important;padding:18px 2px 12px!important;background:transparent!important;border:0!important;box-shadow:none!important}.topApp .adminLogPage .pageHero h1,.topApp .pageHead h1{font-size:26px!important;line-height:1.2!important}.topApp .aiTaskGrid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:14px!important;width:100%!important;overflow:visible!important}.topApp .taskCard{width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;border-radius:18px!important}.topApp .taskImg{height:auto!important;min-height:168px!important;border-radius:16px 16px 0 0!important}.topApp .taskImg img{width:100%!important;height:auto!important;min-height:168px!important;max-height:230px!important;object-fit:cover!important}.topApp .taskMeta,.topApp .taskActions{width:100%!important;min-width:0!important}.topApp .taskActions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.topApp .resourcePageV3{display:block!important;padding-bottom:0!important;overflow:visible!important}.topApp .resourceToolbarV3{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;padding:0 0 14px!important}.topApp .resourceToolbarV3>*,.topApp .resourceSearchBoxV3,.topApp .resourceToolbarV3 select,.topApp .resourceManageCategoryV3,.topApp .resourceUploadOpenV3{width:100%!important;min-width:0!important;max-width:100%!important}.topApp .resourceSearchBoxV3,.topApp .resourceToolbarV3 select,.topApp .resourceManageCategoryV3,.topApp .resourceUploadOpenV3{height:48px!important;border-radius:14px!important}.topApp .resourceSpaceTabsV3{height:auto!important;min-height:56px!important;display:block!important;padding:8px 0 12px!important;overflow:visible!important}.topApp .resourceSpaceTabButtonsV3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;width:100%!important}.topApp .resourceSpaceTabButtonsV3 button{width:100%!important;height:48px!important;min-height:48px!important;padding:0 6px!important;border-radius:14px!important;background:#ffffff08!important;border:1px solid rgba(255,255,255,.08)!important;font-size:14px!important}.topApp .resourceSpaceTabButtonsV3 button.active:after{display:none!important}.topApp .resourceInlineLayoutV6,.topApp .resourceInlineLayoutV6.open{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;width:100%!important;overflow:visible!important}.topApp .resourceGridPanelV3{min-height:0!important;height:auto!important;max-height:none!important;overflow:visible!important;border-radius:18px!important}.topApp .resourceGridV3{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:14px!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:14px!important}.topApp .resourceCardV3{min-height:0!important;border-radius:18px!important}.topApp .resourceImageV3{height:190px!important}.topApp .resourcePagerV3{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;justify-items:stretch!important;padding:14px!important}.topApp .resourcePageButtonsV3{flex-wrap:wrap!important}.topApp .resourceJumpV3{justify-content:center!important}.topApp .resourceSidePanelV6,.topApp .resourceDetailInlineV6,.topApp .resourceCategoryInlineV6,.topApp .resourceRenameInlineV6{width:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;height:auto!important;max-height:none!important;overflow:visible!important}.topApp .profilePageV3{width:100%!important;max-width:100%!important;margin:0!important;gap:14px!important;overflow:visible!important}.topApp .profileHeroV3{min-height:0!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:18px!important;padding:18px!important;border-radius:20px!important}.topApp .profileAvatarV3{width:94px!important;height:94px!important;border-radius:26px!important;font-size:36px!important}.topApp .profileHeroTextV3 h2{font-size:28px!important;line-height:1.15!important;word-break:break-all!important}.topApp .profileHeroMetaV3,.topApp .profileGridV3,.topApp .storageSummaryV3{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important}.topApp .profileHeroMetaV3 div{min-width:0!important}.topApp .profileCardV3,.topApp .profileStoragePanelV3{padding:18px!important;border-radius:20px!important;overflow:visible!important}.topApp .profileCardV3 input,.topApp .profileCardV3 button{width:100%!important;min-width:0!important}.topApp .mobileBottomNav+*,.mobileBottomNav{max-width:calc(100vw - 20px)!important}.topApp .topMain:after{content:"";display:block;height:calc(16px + env(safe-area-inset-bottom,0px))}}@media (max-width: 390px){.topApp .wbFeatureGrid,.topApp .wbPromoFeatureGrid,.topApp .wbVideoFeatureGrid,.topApp .wbResourceGrid,.topApp .wbPills,.topApp .resourceSpaceTabButtonsV3,.topApp .taskActions{grid-template-columns:minmax(0,1fr)!important}}@media (min-width: 861px){.mobileBottomNavV4{display:none!important}}@media (max-width: 860px){:root{--app-browser-zoom: 1 !important;--app-zoomed-viewport-width: 100vw !important;--app-zoomed-viewport-height: 100dvh !important;--mobile-bottom-nav-height: 76px;--mobile-page-side: 14px}html,body,html:has(.wbScreen),body:has(.wbScreen){zoom:1!important;width:100%!important;min-width:0!important;height:auto!important;min-height:100dvh!important;max-height:none!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:auto!important;-webkit-text-size-adjust:100%!important;touch-action:manipulation}body{position:static!important;background:radial-gradient(circle at 72% -18%,rgba(242,213,140,.13),transparent 32%),#07090c!important}#root,.topApp,.topApp:has(.wbScreen){width:100%!important;min-width:0!important;height:auto!important;min-height:100dvh!important;max-height:none!important;overflow:visible!important;background:transparent!important}*{box-sizing:border-box}img,video,canvas,svg{max-width:100%}.topApp .topbar{position:sticky!important;top:0!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;height:64px!important;min-height:64px!important;display:flex!important;align-items:center!important;gap:10px!important;padding:9px 14px!important;z-index:80!important;border-bottom:1px solid rgba(242,213,140,.12)!important;background:#08090cf5!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;margin:0!important}.topApp .topBrand{min-width:0!important;flex:1 1 auto!important;border:0!important;background:transparent!important;padding:0!important;justify-content:flex-start!important;gap:10px!important}.topApp .topBrand .brandMark,.topApp .topBrand svg{width:38px!important;height:38px!important;flex:0 0 38px!important}.topApp .topBrand b{display:block!important;max-width:48vw!important;overflow:hidden!important;color:#fff4df!important;font-size:19px!important;line-height:1.1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.topApp .topBrand small,.topApp .topNav,.topApp .topNavActions,.topApp .quotaPill,.topApp .avatarBtn>div{display:none!important}.topApp .topRight{flex:0 0 auto!important;margin:0!important;gap:0!important}.topApp .avatarBtn{width:42px!important;height:42px!important;min-width:42px!important;padding:0!important;border-radius:50%!important;border:1px solid rgba(242,213,140,.22)!important;background:#ffffff0a!important}.topApp .avatarBtn>span{width:36px!important;height:36px!important}.topApp .profileMenu{position:fixed!important;top:62px!important;right:10px!important;width:min(280px,calc(100vw - 20px))!important;max-height:calc(100dvh - 88px)!important;overflow-y:auto!important;z-index:150!important}.topApp .topMain,.topMain:has(.wbScreen){position:relative!important;inset:auto!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:calc(100dvh - 64px)!important;max-height:none!important;overflow:visible!important;padding:20px var(--mobile-page-side) calc(var(--mobile-bottom-nav-height) + 28px + env(safe-area-inset-bottom,0px))!important;margin:0!important}.topApp .pageHead{margin:0 0 18px!important}.topApp .pageHead h1,.topApp .pageHero h1{font-size:28px!important;line-height:1.16!important;letter-spacing:0!important;margin:0!important}.mobileBottomNavV4{position:fixed!important;left:12px!important;right:12px!important;bottom:calc(10px + env(safe-area-inset-bottom,0px))!important;z-index:120!important;height:66px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:5px!important;padding:6px!important;border-radius:24px!important;border:1px solid rgba(242,213,140,.16)!important;background:#0e0f11f5!important;box-shadow:0 18px 54px #00000085!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.mobileBottomNavV4 button{min-width:0!important;width:100%!important;height:54px!important;min-height:54px!important;display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;padding:0!important;border:0!important;border-radius:18px!important;background:transparent!important;color:#cfc8b8!important;font-size:12px!important;line-height:1!important;white-space:nowrap!important}.mobileBottomNavV4 button svg{width:21px!important;height:21px!important}.mobileBottomNavV4 button.active{color:#181207!important;background:linear-gradient(135deg,#f3da94,#c79b3b)!important;box-shadow:0 10px 26px #f2d58c2e!important}body.mobile-modal-open-v4 .mobileBottomNavV4{display:none!important}.mobileTaskPreviewOverlay{width:100vw!important;max-width:100vw!important;height:100dvh!important;overflow:hidden!important;background:#08090b!important;color:#f7f2e6!important}.mobileTaskPreview{width:100%!important;height:100%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#08090b!important}.mobileTaskHeader{flex:0 0 auto!important;min-height:66px!important;padding:calc(8px + env(safe-area-inset-top,0px)) 12px 8px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;border-bottom:1px solid rgba(255,255,255,.1)!important;background:#08090bfa!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;z-index:4!important}.mobileTaskHeader>div:first-child{min-width:0!important;display:flex!important;align-items:baseline!important;gap:10px!important}.mobileTaskHeader b{color:#fff!important;font-size:22px!important;line-height:1.1!important;font-weight:900!important;white-space:nowrap!important}.mobileTaskHeader span{color:#ffffff8f!important;font-size:14px!important;font-weight:800!important}.mobileTaskHeaderBtns{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;gap:6px!important}.mobileTaskHeaderBtns button{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;border-radius:14px!important;border:1px solid rgba(242,213,140,.26)!important;background:#17181bf5!important;color:#fff3cf!important;padding:0!important;display:grid!important;place-items:center!important;font-size:28px!important;line-height:1!important}.mobileTaskHeaderBtns button:disabled{opacity:.32!important}.mobileTaskScroll{flex:1 1 auto!important;min-height:0!important;width:100%!important;max-width:100%!important;overflow-y:auto!important;overflow-x:hidden!important;padding:12px 10px calc(22px + env(safe-area-inset-bottom,0px))!important;-webkit-overflow-scrolling:touch!important}.mobileTaskImageCard,.mobileTaskInfoCard{width:100%!important;max-width:100%!important;min-width:0!important;border:1px solid rgba(242,213,140,.18)!important;border-radius:20px!important;background:#121315f5!important;box-shadow:0 14px 34px #0000003d!important}.mobileTaskImageCard{padding:12px!important}.mobileTaskImageTitle{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;margin-bottom:10px!important}.mobileTaskImageTitle div{min-width:0!important}.mobileTaskImageTitle span,.mobileTaskInfoRow span,.mobileTaskReferenceItem span{display:block!important;color:#ffffff85!important;font-size:12px!important;line-height:1.25!important}.mobileTaskImageTitle b{display:block!important;margin-top:3px!important;color:#fff!important;font-size:15px!important;line-height:1.35!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mobileTaskImageTitle em{flex:0 0 auto!important;max-width:42%!important;border:1px solid rgba(242,213,140,.34)!important;border-radius:999px!important;padding:6px 10px!important;color:#f4d98f!important;background:#f2d58c14!important;font-size:12px!important;font-style:normal!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.mobileTaskImageStage{position:relative!important;width:100%!important;height:min(42dvh,360px)!important;min-height:220px!important;border-radius:16px!important;border:8px solid #050506!important;background:#f7f4ee!important;display:grid!important;place-items:center!important;overflow:hidden!important}.mobileTaskImageStage img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important;user-select:auto!important;-webkit-user-select:auto!important;-webkit-touch-callout:default!important;touch-action:auto!important}.mobileTaskImageStage span{color:#777!important;font-size:13px!important}.mobileLongPressHint{margin:10px 0 0!important;color:#f5d98d!important;font-size:13px!important;line-height:1.4!important;text-align:center!important;font-weight:800!important}.mobileTaskActions{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;flex-wrap:wrap!important;margin:12px 0!important;padding:0!important;position:static!important;transform:none!important}.mobileTaskActions button{min-width:74px!important;height:48px!important;min-height:48px!important;border-radius:16px!important;border:1px solid rgba(242,213,140,.32)!important;background:#18191cf5!important;color:#f4dfaa!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:0 11px!important;font-size:12px!important;font-weight:900!important;box-shadow:0 10px 26px #00000038!important}.mobileTaskActions button.danger{border-color:#ff6f8661!important;color:#ff9dad!important;background:#201c24f5!important}.mobileTaskActions button.primary{border-color:transparent!important;background:linear-gradient(135deg,#f3da94,#c79b3b)!important;color:#171207!important}.mobileTaskActions button:disabled{opacity:.45!important}.mobileTaskInfoCard{padding:16px 14px 18px!important}.mobileTaskInfoCard h3{margin:0 0 12px!important;color:#fff!important;font-size:20px!important;line-height:1.2!important}.mobileTaskInfoGrid{display:grid!important;gap:9px!important}.mobileTaskInfoRow{min-width:0!important;display:grid!important;grid-template-columns:32px minmax(0,1fr)!important;gap:10px!important;align-items:start!important}.mobileTaskInfoRow i{width:30px!important;height:30px!important;border-radius:10px!important;background:#f2d58c24!important;color:#f2d58c!important;display:grid!important;place-items:center!important;font-style:normal!important}.mobileTaskInfoRow p{min-width:0!important;margin:0!important}.mobileTaskInfoRow b{display:inline-flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important;margin-top:2px!important;color:#fff!important;font-size:14px!important;line-height:1.45!important;word-break:break-word!important}.mobileTaskInfoRow em{font-style:normal!important}.mobileTaskReferenceBlock{margin-top:14px!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.1)!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.mobileTaskReferenceItem{min-width:0!important}.mobileTaskReferenceItem img{width:100%!important;aspect-ratio:1 / 1!important;margin-top:6px!important;border-radius:12px!important;border:1px solid rgba(242,213,140,.24)!important;background:#f7f4ee!important;object-fit:cover!important;display:block!important}.mobileTaskReferenceItem b{display:block!important;margin-top:5px!important;color:#fff!important;font-size:12px!important;line-height:1.35!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mobileTaskPrompt{margin:14px 0 0!important;padding:14px 0 0!important;border-top:1px solid rgba(255,255,255,.1)!important;border-bottom:0!important}.mobileTaskPrompt>div{margin-bottom:8px!important}.mobileTaskPrompt p{min-height:54px!important;max-height:none!important;margin:0!important;padding:10px!important;border-radius:12px!important;color:#e9ddbd!important;background:#7667438a!important;font-size:13px!important;line-height:1.55!important;overflow:visible!important;white-space:pre-wrap!important;word-break:break-word!important}.mobileTaskWatermark{margin:14px 0 0!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.1)!important}.mobileProcessMask{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2147483600!important;width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;overflow:hidden!important;background:#08090b!important;color:#f7f2e6!important}.mobileProcessPanel{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;overflow:hidden!important;background:#08090b!important;display:flex!important;flex-direction:column!important}.mobileProcessHeader{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:4!important;min-height:56px!important;padding:calc(8px + env(safe-area-inset-top,0px)) 12px 8px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;border-bottom:1px solid rgba(255,255,255,.1)!important;background:#090a0c!important}.mobileProcessHeader>div{min-width:0!important;display:grid!important;gap:2px!important}.mobileProcessHeader b{color:#fff!important;font-size:20px!important;line-height:1.1!important;font-weight:900!important}.mobileProcessHeader span{color:#ffffff8c!important;font-size:12px!important;line-height:1.2!important}.mobileProcessHeader button{flex:0 0 auto!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;border-radius:14px!important;border:1px solid rgba(242,213,140,.32)!important;background:#191a1df5!important;color:#fff4d8!important;font-size:28px!important;line-height:1!important;padding:0!important;display:grid!important;place-items:center!important}.mobileProcessScroll{flex:1 1 auto!important;width:100%!important;max-width:100%!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:calc(72px + env(safe-area-inset-top,0px)) 10px calc(96px + env(safe-area-inset-bottom,0px))!important;-webkit-overflow-scrolling:touch!important;box-sizing:border-box!important}.mobileProcessSource,.mobileProcessPreview,.mobileProcessCard{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;box-sizing:border-box!important;border:1px solid rgba(242,213,140,.18)!important;border-radius:18px!important;background:#121315f5!important;box-shadow:0 14px 32px #0000003d!important}.mobileProcessSource{padding:12px!important;display:grid!important;gap:7px!important}.mobileProcessSource>span,.mobileProcessPreviewHead span,.mobileProcessSummary span,.mobileProcessFieldList span{color:#ffffff85!important;font-size:12px!important;line-height:1.25!important}.mobileProcessSource div{min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important}.mobileProcessSource b{min-width:0!important;max-width:100%!important;color:#fff!important;font-size:14px!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;word-break:break-all!important}.mobileProcessSource button{min-width:52px!important;min-height:36px!important;border-radius:999px!important;border:1px solid rgba(242,213,140,.32)!important;background:#f2d58c14!important;color:#f5d98d!important;font-size:12px!important;font-weight:900!important}.mobileProcessPreview,.mobileProcessCard{margin-top:10px!important;padding:12px!important}.mobileProcessPreviewHead{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:10px!important}.mobileProcessPreviewHead em{flex:0 0 auto!important;color:#f4d98f!important;font-size:12px!important;line-height:1!important;font-style:normal!important;font-weight:900!important}.mobileProcessStage{width:100%!important;max-width:100%!important;height:min(34dvh,300px)!important;min-height:190px!important;border-radius:15px!important;border:8px solid #050506!important;background:#f7f4ee!important;display:grid!important;place-items:center!important;overflow:hidden!important}.mobileProcessStage img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;display:block!important}.mobileProcessStage div{color:#777!important;font-size:13px!important}.mobileProcessCard h3{margin:0 0 10px!important;color:#fff!important;font-size:17px!important;line-height:1.25!important}.mobileProcessSummary,.mobileProcessFieldList,.mobileProcessOptions{width:100%!important;max-width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:9px!important;box-sizing:border-box!important}.mobileProcessSummary p{min-width:0!important;margin:0!important;display:grid!important;gap:4px!important;padding:10px!important;border-radius:12px!important;background:#ffffff0b!important}.mobileProcessSummary b{color:#fff!important;font-size:13px!important;line-height:1.45!important;word-break:break-word!important}.mobileProcessFieldList label{width:100%!important;max-width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:1fr!important;gap:6px!important;box-sizing:border-box!important}.mobileProcessFieldList input,.mobileProcessFieldList select{width:100%!important;max-width:100%!important;min-width:0!important;height:42px!important;box-sizing:border-box!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.14)!important;background:#111216!important;color:#fff!important;padding:0 11px!important;font-size:14px!important}.mobileProcessFieldList input[type=range]{padding:0!important;accent-color:#f2d58c!important}.mobileProcessFieldList input[readonly]{color:#bfb6a4!important;background:#ffffff0b!important}.mobileProcessOptions button{width:100%!important;max-width:100%!important;min-height:58px!important;border-radius:14px!important;border:1px solid rgba(255,255,255,.11)!important;background:#ffffff0b!important;color:#fff!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:10px 12px!important;text-align:left!important;box-sizing:border-box!important}.mobileProcessOptions button.active{border-color:#f2d58c9e!important;background:#f2d58c1c!important}.mobileProcessOptions button div{min-width:0!important;display:grid!important;gap:4px!important}.mobileProcessOptions button b{color:#fff!important;font-size:14px!important;line-height:1.25!important}.mobileProcessOptions button small{color:#ffffff8f!important;font-size:12px!important;line-height:1.35!important}.mobileProcessOptions button>span{color:#f2d58c!important;font-size:14px!important}.mobileProcessResult p{margin:0!important;color:#e9ddbd!important;font-size:13px!important;line-height:1.45!important}.mobileProcessFooter{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:5!important;min-height:76px!important;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px))!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;border-top:1px solid rgba(255,255,255,.1)!important;background:#090a0c!important;box-sizing:border-box!important}.mobileProcessFooter button{width:100%!important;min-width:0!important;min-height:48px!important;border-radius:16px!important;font-size:14px!important;font-weight:900!important}.mobileProcessFooter .ghost{border:1px solid rgba(242,213,140,.3)!important;background:#191a1df5!important;color:#f4dfaa!important}.mobileProcessFooter .primary{border:0!important;background:linear-gradient(135deg,#f3da94,#c79b3b)!important;color:#171207!important}.mobileProcessFooter .primary:disabled{opacity:.46!important}.taskPreviewWindowMode{width:100vw!important;max-width:100vw!important;height:100dvh!important;overflow:hidden!important}.taskPreviewWindowMode .taskPreviewTop{position:sticky!important;top:0!important;z-index:8!important;height:72px!important;min-height:72px!important;padding:8px 12px!important;gap:10px!important;align-items:center!important;background:#08090cfa!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important}.taskPreviewWindowMode .taskPreviewTop>div:first-child{min-width:0!important;display:flex!important;align-items:baseline!important;gap:10px!important;flex-wrap:wrap!important}.taskPreviewWindowMode .taskPreviewTop b{font-size:24px!important;line-height:1.08!important;margin:0!important}.taskPreviewWindowMode .taskDesktopTitle{display:none!important}.taskPreviewWindowMode .taskMobileTitle{display:inline!important}.taskPreviewWindowMode .taskPreviewTop span{font-size:16px!important}.taskPreviewWindowMode .taskPreviewTopBtns{flex:0 0 auto!important;gap:6px!important}.taskPreviewWindowMode .taskPreviewTopBtns button{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;border-radius:14px!important}.taskPreviewWindowMode .taskPreviewBody{height:calc(100dvh - 72px)!important;max-height:calc(100dvh - 72px)!important;width:100%!important;max-width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:12px!important;padding:12px 10px calc(18px + env(safe-area-inset-bottom,0px))!important;overflow-y:auto!important;overflow-x:hidden!important}.taskPreviewWindowMode .taskComparePanel{width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;display:grid!important;grid-template-columns:1fr!important;gap:0!important;padding:0!important;overflow:visible!important;background:transparent!important;border:0!important}.taskPreviewWindowMode .taskComparePanel .compareCol:first-child{display:none!important}.taskPreviewWindowMode .taskComparePanel .compareCol:last-child{width:100%!important;max-width:100%!important;min-width:0!important;min-height:0!important;display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;gap:10px!important;padding:14px!important;border:1px solid rgba(242,213,140,.16)!important;border-radius:22px!important;background:#121314f0!important}.taskPreviewWindowMode .taskComparePanel .compareCol:last-child .compareHead{min-height:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}.taskPreviewWindowMode .taskComparePanel .compareCol:last-child .compareHead h3{font-size:18px!important;margin:0!important}.taskPreviewWindowMode .taskComparePanel .compareCol:last-child .compareHead button{display:none!important}.taskPreviewWindowMode .taskImageFrame{width:100%!important;max-width:100%!important;height:min(45dvh,430px)!important;min-height:220px!important;border-width:8px!important;border-radius:18px!important;background:#f7f4ee!important;display:grid!important;place-items:center!important;overflow:hidden!important}.taskPreviewWindowMode .taskImageFrame img{position:static!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important}.taskPreviewWindowMode .taskInfoPanel{width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:20px 16px calc(20px + env(safe-area-inset-bottom,0px))!important;border-radius:22px!important;overflow:visible!important}.taskPreviewWindowMode .taskInfoPanel>h3{margin:0 0 14px!important;font-size:24px!important}.taskPreviewWindowMode .taskInfoScroll{display:flex!important;flex-direction:column!important;gap:14px!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.taskPreviewWindowMode .taskInfoScroll .infoRows{display:grid!important;gap:12px!important}.taskPreviewWindowMode .taskInfoScroll .infoRows>div{min-height:54px!important}.taskPreviewWindowMode .taskInfoScroll .infoRows>div:nth-child(1),.taskPreviewWindowMode .taskInfoScroll .infoRows>div:nth-child(5){display:none!important}.taskPreviewWindowMode .taskInfoScroll .infoRows>div:nth-child(3){order:1!important}.taskPreviewWindowMode .taskInfoScroll .infoRows>div:nth-child(4){order:2!important}.taskPreviewWindowMode .taskInfoScroll .infoRows>div:nth-child(6){order:3!important}.taskPreviewWindowMode .taskInfoScroll .infoRows>div:nth-child(7){order:4!important}.taskPreviewWindowMode .taskInfoScroll .infoRows>div:nth-child(2){order:5!important}.taskPreviewWindowMode .promptBox{order:2!important;margin:0!important}.taskPreviewWindowMode .taskWatermarkControl{order:3!important;margin:0!important}.taskPreviewWindowMode .taskDetailActions{display:none!important}.taskPreviewWindowMode .taskMobileActionBar{width:100%!important;max-width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:20px!important;margin:4px 0 8px!important;padding:0!important;position:static!important;transform:none!important;z-index:auto!important}.taskPreviewWindowMode .taskMobileActionBar button{width:64px!important;min-width:64px!important;height:58px!important;min-height:58px!important;border-radius:20px!important;display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;padding:0!important;border:1px solid rgba(242,213,140,.34)!important;background:#151619eb!important;color:#f4dfaa!important;box-shadow:0 10px 28px #00000047!important}.taskPreviewWindowMode .taskMobileActionBar button.primary{border-color:transparent!important;background:linear-gradient(135deg,#f3da94,#c79b3b)!important;color:#171207!important}.taskPreviewWindowMode .taskMobileActionBar button.danger{border-color:#ff6f8661!important;color:#ff9dad!important;background:#1e1e2aeb!important}.taskPreviewWindowMode .taskMobileActionBar button svg{width:20px!important;height:20px!important}.taskPreviewWindowMode .taskMobileActionBar button span{font-size:12px!important;font-weight:900!important;line-height:1!important}.mobileImageSaveMask{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2147483605!important;display:grid!important;grid-template-rows:minmax(0,1fr) auto!important;background:#000!important;color:#fff!important;padding:calc(16px + env(safe-area-inset-top,0px)) 12px calc(18px + env(safe-area-inset-bottom,0px))!important;overflow:hidden!important}.mobileImageSaveClose{position:fixed!important;top:calc(12px + env(safe-area-inset-top,0px))!important;right:12px!important;z-index:2!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;border-radius:16px!important;border:1px solid rgba(242,213,140,.42)!important;background:#121212c2!important;color:#fff4d8!important;font-size:30px!important;line-height:1!important;display:grid!important;place-items:center!important;box-shadow:0 10px 28px #0000006b!important}.mobileImageSaveStage{min-height:0!important;display:grid!important;place-items:center!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important}.mobileImageSaveStage img{width:100%!important;height:auto!important;max-width:100%!important;max-height:78dvh!important;object-fit:contain!important;display:block!important;user-select:auto!important;-webkit-user-select:auto!important;-webkit-touch-callout:default!important;touch-action:auto!important}.mobileImageSaveEmpty{color:#bbb!important}.mobileImageSaveTip{display:grid!important;justify-items:center!important;gap:12px!important;padding-top:14px!important;text-align:center!important}.mobileImageSaveTip b{color:#fff4d8!important;font-size:15px!important;line-height:1.4!important}.mobileImageSaveTip button{min-height:44px!important;padding:0 18px!important;border-radius:999px!important;border:1px solid rgba(242,213,140,.42)!important;background:#f2d58c1a!important;color:#f5d98d!important;font-weight:900!important}.topApp .resourceActionPanelV7.detailDrawerV7,.topApp .resourceActionPanelV7.categoryDrawerV7{top:74px!important;left:10px!important;right:10px!important;bottom:calc(10px + env(safe-area-inset-bottom,0px))!important;width:auto!important;max-width:calc(100vw - 20px)!important;z-index:2147482500!important;border-radius:22px!important;overflow-y:auto!important;overflow-x:hidden!important;box-shadow:0 24px 80px #000000ad,inset 0 3px #e2cb8ab3!important}.topApp .detailDrawerV7 .resourceActionContentV7{position:relative!important;padding:58px 14px 18px!important;width:100%!important;max-width:100%!important;overflow:visible!important}.topApp .detailDrawerV7 .resourceDetailImageV6{width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:1 / 1!important;background:#f7f4ee!important}.topApp .detailDrawerV7 .resourceDetailImageV6 img{width:100%!important;height:100%!important;object-fit:contain!important}.topApp .detailDrawerV7 .resourceDetailTitleV6{margin-top:14px!important;grid-template-columns:minmax(0,1fr)!important;padding-right:0!important}.topApp .detailDrawerV7 .resourceDetailTitleV6 button{position:absolute!important;top:12px!important;z-index:6!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;border-radius:14px!important;display:grid!important;place-items:center!important;border:1px solid rgba(242,213,140,.52)!important;background:#0a0a0abd!important;color:#f5d98d!important;box-shadow:0 10px 28px #0000006b!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}.topApp .detailDrawerV7 .resourceDetailTitleV6 button:first-of-type{right:64px!important}.topApp .detailDrawerV7 .resourceDetailTitleV6 button:last-of-type{right:12px!important;color:#fff7df!important}.resourceDetailMaskV3,.resourceRenameMaskV3{padding:10px!important;align-items:stretch!important;place-items:stretch!important}.resourceDetailPanelV3{position:relative!important;width:100%!important;max-width:100%!important;max-height:calc(100dvh - 20px)!important;border-radius:22px!important;overflow-y:auto!important;overflow-x:hidden!important}.resourceDetailHeadV3{min-height:58px!important;padding:10px 64px 10px 16px!important}.resourceDetailHeadV3 button{position:fixed!important;top:18px!important;right:18px!important;z-index:2147483602!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;border-radius:14px!important;border:1px solid rgba(242,213,140,.52)!important;background:#0a0a0ac7!important;color:#fff7df!important;box-shadow:0 10px 28px #0000006b!important}.resourceDetailBodyV3{grid-template-columns:1fr!important;padding:14px!important;max-height:none!important;overflow:visible!important}.resourceDetailPreviewV3{min-height:0!important;width:100%!important;aspect-ratio:1 / 1!important}.resourceDetailInfoV3{padding:16px!important}.resourceDetailActionsV3{padding-bottom:calc(8px + env(safe-area-inset-bottom,0px))!important}.resourceDetailActionsV3 button,.resourceRenameModalV3 button,.resourceCategoryModalV8 button{min-height:44px!important}.resourceDetailActionsV3 button:not(.primary),.resourceRenameModalV3 button:not(.primary){border-color:#f2d58c6b!important;background:#0c0c0cb8!important;color:#f5d98d!important}.topApp .wbScreen{position:relative!important;display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;gap:14px!important;padding:0!important;margin:0!important;background:transparent!important}.topApp .wbScreen>*,.topApp .wbSidePanel,.topApp .wbCenterPanel,.topApp .wbRightPanel{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;border-radius:20px!important;box-sizing:border-box!important}.topApp .wbSidePanel{order:1!important;display:flex!important;flex-direction:column!important;gap:14px!important;padding:16px!important;border:1px solid rgba(242,213,140,.12)!important;background:#111316e0!important}.topApp .wbCenterPanel{order:2!important;display:flex!important;flex-direction:column!important;gap:14px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.topApp .wbRightPanel{order:3!important;display:flex!important;flex-direction:column!important;gap:12px!important;padding:16px!important;border:1px solid rgba(242,213,140,.12)!important;background:#111316e0!important}.topApp .wbSectionTabs,.topApp .wbFeatureGrid,.topApp .wbPromoFeatureGrid{width:100%!important;max-width:100%!important;min-width:0!important}.topApp .wbSectionTabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin:0!important}.topApp .wbSectionTabs button{width:100%!important;min-width:0!important;min-height:40px!important;padding:0 8px!important;border-radius:14px!important;font-size:13px!important}.topApp .wbFeatureGrid,.topApp .wbPromoFeatureGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0!important}.topApp .wbFeatureBtn{min-height:58px!important;height:auto!important;padding:9px 10px!important;border-radius:16px!important;font-size:13px!important;line-height:1.2!important}.topApp .wbFeatureTag{width:26px!important;height:26px!important;min-width:26px!important}.topApp .wbDivider{display:none!important}.topApp .wbDescRow,.topApp .wbOptionCard,.topApp .wbPromoFormCard,.topApp .wbRadioList{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important}.topApp .wbSearchRow{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;overflow:visible!important}.topApp .wbSearchRow .wbSearchInput,.topApp .wbSearchRow .wbSelect,.topApp .wbSelect,.topApp .wbSearchInput{width:100%!important;max-width:100%!important;min-width:0!important}.topApp .wbResourceGrid{width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:0!important}.topApp .wbResourceCard,.topApp .wbUploadCard,.topApp .wbUploadResource{min-width:0!important;width:100%!important;min-height:132px!important;height:auto!important;border-radius:16px!important}.topApp .wbResourceCard img{width:100%!important;height:82px!important;object-fit:cover!important}.topApp .wbMainBlock,.topApp .wbRefCard,.topApp .wbPromptInput,.topApp .wbBottomBar,.topApp .wbVideoPromptCard,.topApp .wbVideoStoryboardBlock{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;border-radius:20px!important}.topApp .wbMainBlock,.topApp .wbRefCard,.topApp .wbVideoPromptCard,.topApp .wbVideoStoryboardBlock{padding:16px!important;border:1px solid rgba(242,213,140,.12)!important;background:#111316e0!important}.topApp .wbSourceHead{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:12px!important}.topApp .wbBlockTitle,.topApp .wbRightHeader b{font-size:18px!important;line-height:1.2!important}.topApp .wbWatermarkBtn{min-height:36px!important;padding:0 10px!important;font-size:12px!important}.topApp .wbUploadBox,.topApp .wbMainBlock>.wbUploadBox{width:100%!important;min-height:220px!important;height:auto!important;border-radius:20px!important;overflow:hidden!important}.topApp .wbUploadInner{min-height:220px!important;padding:18px!important}.topApp .wbUploadInner b{font-size:22px!important}.topApp .wbUploadInner em{font-size:16px!important}.topApp .wbPreviewWrap,.topApp .wbPreviewWrap img,.topApp img.wbPreview{width:100%!important;max-width:100%!important;height:auto!important;max-height:320px!important;object-fit:contain!important}.topApp .wbRefHeader,.topApp .wbRefBody,.topApp .wbBottomBar,.topApp .wbActionGroup,.topApp .wbControlGroup,.topApp .wbVideoParamGrid{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:12px!important;align-items:stretch!important;margin-left:0!important}.topApp .wbPills{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.topApp .wbPills button,.topApp .wbGenerateBtn,.topApp .wbPrimaryBtn,.topApp .wbActionGroup button{width:100%!important;min-height:46px!important;border-radius:14px!important}.topApp .wbPromptInput{min-height:112px!important;padding:14px!important;border:1px solid rgba(242,213,140,.12)!important;background:#111316e0!important}.topApp .wbRightHeader{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0!important;margin:0!important}.topApp .wbRecentSearch{width:100%!important;min-width:0!important;margin:0!important}.topApp .wbRecentList{width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important;display:grid!important;grid-template-columns:1fr!important;gap:12px!important;padding:0!important}.topApp .wbRecentItem{display:grid!important;grid-template-columns:108px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;min-height:112px!important;padding:10px!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.08)!important;background:#ffffff09!important;overflow:hidden!important}.topApp .wbRecentThumb{width:108px!important;height:92px!important;border-radius:14px!important;overflow:hidden!important}.topApp .wbRecentThumb img{width:100%!important;height:100%!important;object-fit:cover!important}.topApp .wbRecentInfo{min-width:0!important;display:grid!important;gap:6px!important}.topApp .wbRecentInfo b,.topApp .wbRecentInfo span,.topApp .wbRecentInfo small{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.topApp .wbMoreBtn{width:100%!important;margin:0!important;min-height:46px!important}.topApp .wbRecentHoverPreview{display:none!important}.topApp .adminLogPage,.topApp .resourcePageV3,.topApp .profilePageV3{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;display:grid!important;gap:16px!important;overflow:visible!important}.topApp .pageHero{display:grid!important;grid-template-columns:1fr!important;padding:0!important;margin:0 0 12px!important;background:transparent!important;border:0!important;box-shadow:none!important}.topApp .panel,.topApp .resourceGridPanelV3,.topApp .profileHeroV3,.topApp .profileCardV3,.topApp .profileStoragePanelV3,.topApp .resourceActionPanelV7{width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important;border-radius:20px!important;padding:16px!important}.topApp .panel{display:grid!important;gap:14px!important}.topApp .adminLogPage .panel>input,.topApp .adminLogPage .panel>select,.topApp .adminLogPage .panel>button,.topApp .resourceToolbarV3,.topApp .resourceSpaceTabsV3,.topApp .resourceInlineLayoutV6,.topApp .profileHeroV3,.topApp .profileGridV3,.topApp .storageSummaryV3{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;overflow:visible!important}.topApp .adminLogPage .panel>input,.topApp .adminLogPage .panel>select,.topApp .resourceToolbarV3 input,.topApp .resourceToolbarV3 select,.topApp .resourceToolbarV3 button,.topApp .resourceSearchBoxV3,.topApp .resourceManageCategoryV3,.topApp .resourceUploadOpenV3{width:100%!important;min-width:0!important;max-width:100%!important;height:48px!important;min-height:48px!important}.topApp .aiTaskGrid,.topApp .resourceGridV3{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;width:100%!important;min-width:0!important;height:auto!important;max-height:none!important;overflow:visible!important;padding:0!important;margin:0!important}.topApp .taskCard,.topApp .resourceCardV3{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;border-radius:18px!important;overflow:hidden!important}.topApp .taskImg{height:214px!important}.topApp .taskActions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.topApp .resourceImageV3{height:170px!important}.topApp .resourceSpaceTabButtonsV3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important;gap:8px!important}.topApp .resourceSpaceTabButtonsV3 button{height:46px!important;min-height:46px!important;border-radius:14px!important;padding:0 8px!important;background:#ffffff0b!important}.topApp .resourceSpaceTabButtonsV3 button.active{background:#f2d58c21!important}.topApp .resourceSpaceTabButtonsV3 button.active:after{display:none!important}.topApp .resourceBatchActionsV3,.topApp .resourceSelectionActionsV3,.topApp .resourceSpaceActionsV3{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important}.topApp .profileHeroV3{align-items:start!important}.topApp .profileAvatarV3{width:112px!important;height:112px!important;border-radius:28px!important}.topApp .profileHeroTextV3 h2{font-size:32px!important;line-height:1.08!important}.topApp .profileHeroMetaV3{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important}.topApp .profileHeroMetaV3 div,.topApp .profileCardV3 label,.topApp .profileCardV3 input,.topApp .profileCardV3 button{width:100%!important;min-width:0!important}.topApp .profileCardV3 button{min-height:48px!important}.topApp .storageSummaryV3 div{width:100%!important}.modalMask,.feedbackModalMaskV2,.topApp .modalMask,.resourceUploadMaskV3,.resourceCategoryModalMaskV8,.adminModalMaskV9{padding:10px!important;align-items:flex-end!important;place-items:end stretch!important}.modalCard,.taskDetailModal,.feedbackModalCardV2,.resourceUploadModalV3,.resourceCategoryModalV8,.adminReviewModalV9,.watermarkModal{width:100%!important;max-width:100%!important;max-height:calc(100dvh - 20px)!important;overflow-y:auto!important;border-radius:22px 22px 0 0!important}.detailGrid,.compareArea,.noticeCenterBodyV2,.watermarkBody,.resourceUploadBodyV3{display:grid!important;grid-template-columns:1fr!important}.compareImg{height:300px!important}.tableWrap,.topApp table{max-width:100%!important}.tableWrap{overflow-x:auto!important}table{min-width:680px!important}}@media (max-width: 390px){.topApp .wbFeatureGrid,.topApp .wbPromoFeatureGrid,.topApp .wbResourceGrid{grid-template-columns:1fr!important}.mobileBottomNavV4{left:8px!important;right:8px!important}}@media (min-width: 861px){.mobileAdminNavV4{display:none!important}}@media (max-width: 860px){.topApp .topRight{position:relative!important;pointer-events:auto!important}.topApp .avatarBtn{cursor:pointer!important;pointer-events:auto!important;-webkit-tap-highlight-color:transparent!important}.topApp .profileMenu{touch-action:manipulation!important}.topApp .profileMenu button{min-height:46px!important}.mobileAdminNavV4{position:sticky!important;top:64px!important;z-index:78!important;width:100%!important;padding:10px 14px 0!important;background:linear-gradient(180deg,rgba(7,9,12,.96),rgba(7,9,12,.82) 70%,transparent)!important}.mobileAdminNavToggleV4{width:100%!important;min-height:50px!important;display:grid!important;grid-template-columns:auto auto 1fr!important;align-items:center!important;gap:8px!important;padding:0 14px!important;border:1px solid rgba(242,213,140,.18)!important;border-radius:16px!important;color:#f6e5b3!important;background:#121418f0!important;box-shadow:0 14px 36px #00000038!important}.mobileAdminNavToggleV4 span{font-weight:800!important;white-space:nowrap!important}.mobileAdminNavToggleV4 small{min-width:0!important;overflow:hidden!important;text-align:right!important;color:#fff4dfb3!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mobileAdminNavPanelV4{position:fixed!important;left:10px!important;right:10px!important;top:126px!important;bottom:10px!important;z-index:170!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border:1px solid rgba(242,213,140,.18)!important;border-radius:22px!important;background:#0c0e11fa!important;box-shadow:0 24px 80px #00000094!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.mobileAdminNavPanelHeadV4{flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:14px 16px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.mobileAdminNavPanelHeadV4 b{color:#fff4df!important;font-size:17px!important}.mobileAdminNavPanelHeadV4 button{width:36px!important;height:36px!important;border:0!important;border-radius:50%!important;color:#fff!important;background:#ffffff14!important;font-size:22px!important}.mobileAdminNavGroupsV4{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding:14px!important;display:grid!important;gap:14px!important}.mobileAdminNavGroupsV4 section{display:grid!important;gap:10px!important}.mobileAdminNavGroupsV4 h3{margin:0!important;color:#f2d58ce6!important;font-size:14px!important;letter-spacing:.04em!important}.mobileAdminNavGroupsV4 section>div{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.mobileAdminNavGroupsV4 button{width:100%!important;min-width:0!important;min-height:48px!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;padding:0 12px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:14px!important;color:#f5f0e6!important;background:#ffffff0b!important}.mobileAdminNavGroupsV4 button span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mobileAdminNavGroupsV4 button.active{color:#16100a!important;background:linear-gradient(135deg,#f3da94,#c79b3b)!important;border-color:transparent!important}.topApp .quotaPageV2,.topApp .adminQuotaPageV4{width:100%!important;max-width:100%!important;min-width:0!important;display:grid!important;gap:16px!important;overflow:visible!important}.topApp .quotaSummaryV2,.topApp .adminQuotaSummaryV4{width:100%!important;max-width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:1fr!important;gap:12px!important;overflow:visible!important}.topApp .quotaMetricV2{width:100%!important;min-width:0!important;min-height:108px!important;border-radius:20px!important;padding:16px!important}.topApp .quotaPanelV2,.topApp .adminQuotaPanelV4{width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important;border-radius:20px!important;padding:14px!important}.topApp .quotaToolbarV2,.topApp .adminQuotaToolbarV4,.topApp .adminQuotaTabsV4,.topApp .adminQuotaPeriodTabsV4{width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:0 0 12px!important}.topApp .adminQuotaTabsV4,.topApp .adminQuotaPeriodTabsV4{grid-template-columns:repeat(2,minmax(0,1fr))!important}.topApp .adminQuotaPeriodTabsV4{grid-template-columns:repeat(3,minmax(0,1fr))!important}.topApp .quotaSearchV2,.topApp .quotaToolbarV2 select,.topApp .quotaToolbarV2 input,.topApp .adminQuotaToolbarV4 input,.topApp .adminQuotaTabsV4 button,.topApp .adminQuotaPeriodTabsV4 button{width:100%!important;min-width:0!important;max-width:100%!important;min-height:46px!important}.topApp .quotaTableWrapV2{width:100%!important;max-width:100%!important;overflow:visible!important}.topApp .quotaTableV2,.topApp .quotaTableV2 thead,.topApp .quotaTableV2 tbody,.topApp .quotaTableV2 tr,.topApp .quotaTableV2 td{display:block!important;width:100%!important;min-width:0!important}.topApp .quotaTableV2{border-collapse:separate!important;border-spacing:0 12px!important}.topApp .quotaTableV2 thead{display:none!important}.topApp .quotaTableV2 tbody tr{margin:0 0 12px!important;padding:12px!important;border:1px solid rgba(242,213,140,.11)!important;border-radius:18px!important;background:#ffffff0a!important;overflow:hidden!important}.topApp .quotaTableV2 td{position:relative!important;display:grid!important;grid-template-columns:minmax(82px,33%) minmax(0,1fr)!important;gap:10px!important;align-items:center!important;padding:8px 0!important;border:0!important;color:#f5f0e6!important;word-break:break-word!important}.topApp .quotaTableV2 td:before{content:attr(data-label)!important;color:#fff4df8c!important;font-size:13px!important}.topApp .quotaTypeBadgeV2,.topApp .quotaTaskLinkV2{width:fit-content!important;max-width:100%!important}.topApp .adminQuotaListV4{width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.topApp .adminQuotaItemV4{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:1fr!important;gap:12px!important;padding:14px!important;border-radius:18px!important}.topApp .adminQuotaMerchantV4,.topApp .adminQuotaStatV4,.topApp .adminQuotaAmountV4,.topApp .adminQuotaDetailBtnV4{width:100%!important;min-width:0!important}.adminQuotaDetailModalV4{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;max-height:calc(100dvh - 20px)!important;overflow:hidden!important;border-radius:22px 22px 0 0!important}.adminQuotaDetailModalV4 main{overflow-y:auto!important}.adminQuotaDetailRowV4{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}}
