/* ==========================================================================
   璀璨星光391 · PC 桌面呈现层(pc.html 专用,移动版 styles.css 不受影响)
   桌面电商感:顶部横向导航 · 多列网格 · heartlume 式详情(左图滚/右信息sticky/底部无限推荐)
   ========================================================================== */
:root{
  --bg:#f6f6f4;--surface:#fff;--surface-2:#faf9f7;--surface-3:#f1efec;
  --ink:#1c1b19;--ink-2:#4a4844;--muted:#8a877f;--line:#eceae5;
  --brand:#cf142b;--brand-dark:#a5001c;
  --rebate-bg:#fff0f2;--rebate-border:#f6c9d3;--rebate-ink:#d4537e;--rebate-ink-d:#a13a56;
  --gold-a:#ffcb52;--gold-b:#ff8f00;--jd:#e1251b;--tb:#ff5000;--green:#0f8a5f;--blue:#1677ff;--wx:#07c160;
  --shadow:0 1px 3px rgba(28,27,25,.05);--shadow-hover:0 14px 32px rgba(28,27,25,.12);
}
*{box-sizing:border-box;margin:0;padding:0}
html{min-width:1000px}
body{background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{cursor:pointer;border:0;background:none;color:inherit}
.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
.icon.fill{fill:currentColor;stroke:none}
.wrap{width:min(1180px,92vw);margin:0 auto}
.view{display:none}.view.is-active{display:block}
.spin{width:18px;height:18px;animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* ── 顶部横向导航 ─────────────────────────────────── */
.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.topbar-in{display:flex;align-items:center;gap:30px;height:68px}
.logo{display:flex;align-items:center;gap:10px;flex:none;cursor:pointer}
.logo .mark{width:40px;height:40px;border-radius:11px;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:800;font-size:20px}
.logo b{font-size:19px;font-weight:800;letter-spacing:.5px}
.logo small{display:block;color:var(--muted);font-size:11px;margin-top:1px;font-weight:500}
.search{flex:1;max-width:520px;display:flex;height:42px;border:2px solid var(--brand);border-radius:22px;overflow:hidden;background:#fff}
.search .sel{display:flex;align-items:center;gap:4px;padding:0 14px;color:var(--ink-2);font-size:14px;font-weight:600;border-right:1px solid var(--line);white-space:nowrap;position:relative;cursor:pointer}
.search .sel .menu{position:absolute;left:0;top:44px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow-hover);overflow:hidden;display:none;z-index:60;min-width:96px}
.search .sel.open .menu{display:block}
.search .sel .menu button{display:block;width:100%;text-align:left;padding:10px 16px;font-size:14px;color:var(--ink-2)}
.search .sel .menu button:hover{background:var(--surface-2);color:var(--brand)}
.search input{flex:1;border:0;padding:0 16px;font-size:14px;outline:none}
.search .go{background:var(--brand);color:#fff;font-weight:700;padding:0 24px;font-size:15px;display:flex;align-items:center;gap:6px}
.nav{display:flex;align-items:center;gap:26px;flex:none;margin-left:auto}
.nav a{color:var(--ink-2);font-size:15px;font-weight:500;padding:6px 0;position:relative;cursor:pointer}
.nav a.active{color:var(--brand)}
.nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:3px;border-radius:3px;background:var(--brand)}
.nav .lc{background:var(--brand);color:#fff;padding:8px 18px;border-radius:20px;font-weight:700}
.nav .lc.active::after{display:none}

/* ── 二级条:平台 + 热词 ─────────────────────────── */
.subbar{background:var(--surface);border-bottom:1px solid var(--line)}
.subbar-in{display:flex;align-items:center;gap:26px;height:46px}
#platformTabs{display:flex;gap:24px}
#platformTabs button{font-size:15px;font-weight:600;color:var(--muted);padding:4px 0;border-bottom:2px solid transparent;background:none}
#platformTabs button.active{color:var(--brand);font-weight:800;border-bottom-color:var(--brand)}
.hotwords{display:flex;gap:10px}
.hotwords a{font-size:13px;color:var(--ink-2);background:var(--surface-3);padding:4px 12px;border-radius:14px;cursor:pointer}
.hotwords a:hover{background:var(--rebate-bg);color:var(--brand)}

/* ── 首页:入口 banner + 网格 ────────────────────── */
.main{padding:24px 0 8px}
.entries{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:26px}
.ecard{position:relative;overflow:hidden;border-radius:16px;padding:26px 30px;min-height:130px;display:flex;flex-direction:column;justify-content:center;gap:6px;color:#fff;cursor:pointer;transition:transform .15s;text-align:left}
.ecard:hover{transform:translateY(-2px)}
.ecard h3{font-size:26px;font-weight:800;display:flex;align-items:center;gap:10px}
.ecard p{font-size:14px;opacity:.95;line-height:1.5}
.ecard .arw{position:absolute;right:24px;top:50%;transform:translateY(-50%);opacity:.85}
.ecard .arw .icon{width:28px;height:28px;color:#fff}
.ecard .deco{position:absolute;right:-20px;bottom:-30px;width:150px;height:150px;border-radius:50%;background:#fff;opacity:.12}
.e99{background:linear-gradient(120deg,#ff7a3d,#ff2d55)}
.erb{background:linear-gradient(120deg,#f0568c,#b0245f)}
.ebadge{font-size:15px;font-weight:900;background:#fff;color:#ff2d55;border-radius:8px;padding:2px 10px}
.sec-h{display:flex;align-items:baseline;justify-content:space-between;margin:0 2px 18px}
.sec-h h2{font-size:20px;font-weight:700}
.sec-h .sort{display:flex;gap:18px;font-size:14px;color:var(--muted)}
.sec-h .sort b{color:var(--brand);font-weight:700;cursor:pointer}
.sec-h .sort span{cursor:pointer}
.sec-h .sort span:hover{color:var(--ink-2)}

.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.card{background:var(--surface);border-radius:16px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);display:flex;flex-direction:column;transition:transform .15s,box-shadow .15s;cursor:pointer}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
.c-img{position:relative;width:100%;aspect-ratio:1/1;background:var(--surface-3);overflow:hidden;border:0;padding:0;display:block}
.c-img img{width:100%;height:100%;object-fit:cover}
.pf-tag{position:absolute;left:0;top:0;color:#fff;font-size:11px;font-weight:700;padding:3px 9px;border-radius:0 0 10px 0}
.pf-tag.jd{background:var(--jd)}.pf-tag.tb{background:var(--tb)}
.c-heat{position:absolute;right:8px;top:8px;background:rgba(0,0,0,.42);color:#fff;font-size:11px;padding:2px 8px;border-radius:10px}
.c-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:8px;flex:1}
.c-title{font-size:14px;line-height:1.45;color:var(--ink);text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px;cursor:pointer}
.c-price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.c-price .cur{color:var(--brand);font-size:13px;font-weight:700}
.c-price .num{color:var(--brand);font-size:30px;font-weight:800;line-height:1;letter-spacing:-1px}
.c-price .op{color:var(--ink-2);font-size:13px;text-decoration:line-through}
.c-price .cp{margin-left:auto;font-size:11px;font-weight:700;color:#fff;background:var(--brand);padding:2px 9px;border-radius:6px}
.c-sub{display:flex;gap:10px;font-size:12px;color:var(--muted)}
.c-sub b{color:var(--green);font-weight:700}
.c-rebate{display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--rebate-bg);border:1px solid var(--rebate-border);border-radius:9px;padding:8px 12px}
.c-rebate .l{font-size:12px;color:var(--rebate-ink-d);font-weight:700}
.c-rebate .l b{color:var(--rebate-ink);font-size:16px;margin-left:2px}
.c-rebate .r{font-size:12px;color:var(--rebate-ink-d);font-weight:700}
.c-rebate .r b{color:#7a1f38;font-size:17px;font-weight:800;margin-left:2px}
.c-acts{display:flex;gap:8px;margin-top:auto}
.c-acts button{flex:1;border-radius:10px;padding:10px 0;display:flex;flex-direction:column;align-items:center;color:#fff;font-weight:800;transition:filter .15s}
.c-acts button:hover{filter:brightness(1.06)}
.c-acts .share{background:linear-gradient(135deg,var(--gold-a),var(--gold-b))}
.c-acts .buy{background:linear-gradient(135deg,#f5352b,#c8102e)}
.c-acts b{font-size:14px;line-height:1.15}
.c-acts span{font-size:11px;font-weight:500;opacity:.95;margin-top:2px}
.c-act1{margin-top:auto}
.c-buy1{width:100%;background:var(--brand);color:#fff;font-size:14px;font-weight:800;padding:11px 0;border-radius:10px}
.loadmore{display:flex;justify-content:center;padding:28px 0}
.loadmore .more{padding:11px 32px;border-radius:22px;border:1px solid var(--line);background:var(--surface);color:var(--ink-2);font-weight:700}
.loadmore .more:hover{border-color:var(--brand);color:var(--brand)}
.loading-panel,.empty-panel{padding:56px 20px;text-align:center;color:var(--muted);line-height:1.8}
.empty-panel.error h1{color:var(--ink);font-size:20px;margin-bottom:8px}

/* ── 详情:crumb + 左图滚/右信息sticky + 无限推荐 ── */
.crumb{padding:22px 0 6px;color:var(--muted);font-size:13px}
.crumb a{color:var(--muted);cursor:pointer}.crumb b{color:var(--ink-2)}
.detail-wrap{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(0,0.82fr);gap:48px;align-items:start;padding:10px 0 0}
.gallery{display:grid;grid-template-columns:70px 1fr;gap:16px}
.thumbs{display:flex;flex-direction:column;gap:12px;position:sticky;top:92px;align-self:start}
.thumbs .th{width:70px;height:70px;border-radius:12px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:var(--surface-3);transition:border-color .15s}
.thumbs .th img{width:100%;height:100%;object-fit:cover}
.thumbs .th.on{border-color:var(--brand)}
.stage{display:flex;flex-direction:column;gap:16px}
.main-img{width:100%;aspect-ratio:1/1;border-radius:18px;overflow:hidden;background:var(--surface-3);position:relative}
.main-img img{width:100%;height:100%;object-fit:cover}
.main-img .pf{position:absolute;left:14px;top:14px;color:#fff;font-size:12px;font-weight:700;padding:4px 11px;border-radius:8px}
.main-img .pf.jd{background:var(--jd)}.main-img .pf.tb{background:var(--tb)}
.long h3{font-size:15px;font-weight:700;color:var(--muted);text-align:center;margin:28px 0 16px;letter-spacing:2px}
.long img{width:100%;border-radius:14px;margin-bottom:14px;display:block;background:var(--surface-3)}
.info{position:sticky;top:92px;display:flex;flex-direction:column;gap:20px}
.social{display:flex;gap:22px;color:var(--ink-2);font-size:14px;align-items:center;flex-wrap:wrap}
.social b{color:var(--ink);font-weight:700}
.social .selfop{color:var(--jd);font-weight:700}
.d-title{font-size:24px;font-weight:600;line-height:1.5}
.pb{display:flex;flex-direction:column;gap:18px}
.pb-price{color:var(--brand);font-weight:800;line-height:1}
.pb-price i{font-style:normal;font-size:19px;font-weight:500;margin-right:4px}
.pb-price b{font-size:52px;letter-spacing:-2px}
.pb-anchor{display:flex;align-items:center;gap:14px;margin-top:14px;flex-wrap:wrap}
.pb-anchor s{color:var(--ink-2);font-size:20px}
.pb-save{font-size:14px;font-weight:700;color:#fff;background:var(--brand);padding:4px 13px;border-radius:8px}
.pb-rebate{display:flex;align-items:stretch;justify-content:space-between;gap:18px;background:var(--rebate-bg);border:1px solid var(--rebate-border);border-radius:16px;padding:20px 22px}
.pb-rb{display:flex;flex-direction:column;gap:6px;flex:1}
.pb-rb span{font-size:14px;color:var(--rebate-ink-d)}
.pb-rb b{font-size:32px;font-weight:800;color:var(--rebate-ink);line-height:1}
.pb-rb--r{text-align:right;border-left:1px dashed var(--rebate-border);padding-left:18px;flex:none;min-width:130px}
.pb-rb--r b{color:#7a1f38}
.pb-calc{text-align:center;font-size:14px;color:var(--ink-2);background:var(--surface-2);padding:13px;border-radius:11px;line-height:1.5}
.pb-calc i{font-style:normal;color:var(--muted)}.pb-calc b{color:var(--rebate-ink-d);font-weight:800}
.c-subsidy,.pb-subsidy .pb-rebate{background:#fff8e8;border-color:#f4cf8a}
.c-subsidy .l,.c-subsidy .r,.pb-subsidy .pb-price{color:#8a4b08}
.c-subsidy .l b,.c-subsidy .r b{color:#b54708}
.subsidy-notice{display:flex;flex-direction:column;gap:6px;margin:16px 0 12px;padding:16px 18px;border:1px solid #f4cf8a;border-radius:14px;background:#fff8e8;color:#7a3f07}
.subsidy-notice strong{font-size:17px}.subsidy-notice span{font-size:14px;line-height:1.55}
.subsidy-return-bar{position:fixed;left:50%;bottom:24px;z-index:58;display:flex;align-items:center;gap:18px;width:min(760px,calc(100vw - 48px));transform:translateX(-50%);padding:16px 18px;border:1px solid #f4cf8a;border-radius:16px;background:#fffdf8;box-shadow:0 14px 42px rgba(45,24,8,.2);color:#26170b}
.subsidy-return-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:5px}.subsidy-return-copy b{font-size:16px}.subsidy-return-copy span{font-size:13px;line-height:1.5;color:#72543b}
.subsidy-return-actions{flex:none;display:flex;gap:8px}.subsidy-return-actions button{min-height:42px;padding:0 16px;border:0;border-radius:999px;background:var(--brand);color:#fff;font-weight:800}.subsidy-return-actions button:disabled{opacity:.65}.subsidy-return-actions .subsidy-return-later{background:#f3eee8;color:#604b39}
.order-subsidy-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border:1px solid #f4cf8a;border-radius:8px;background:#fff8e8;color:#9a4f08;font-size:12px;font-weight:800;white-space:nowrap}
.fine-print{color:var(--muted);font-size:12px;line-height:1.7}
.trust{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:13px}
.trust .icon{width:16px;height:16px;color:var(--green)}
.d-review{background:var(--surface-2);border-radius:12px;padding:14px 16px;color:var(--muted);font-size:13px;line-height:1.6}
.d-review b{color:var(--brand)}
.acts{display:flex;gap:16px}
.acts button{flex:1;border-radius:16px;padding:18px 0;display:flex;flex-direction:column;align-items:center;color:#fff;font-weight:800;transition:filter .15s,transform .15s}
.acts button:hover{filter:brightness(1.05);transform:translateY(-1px)}
.acts .share{background:linear-gradient(135deg,var(--gold-a),var(--gold-b))}
.acts .buy{flex:1.15;background:linear-gradient(135deg,#f5352b,#c8102e)}
.acts b{font-size:21px}.acts span{font-size:13px;font-weight:500;opacity:.95;margin-top:5px}
.reco{margin-top:64px;padding-top:40px;border-top:1px solid var(--line)}
.reco h3{font-size:20px;font-weight:600;text-align:center;margin-bottom:24px;letter-spacing:1px}
.reco-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.rc{background:var(--surface);border-radius:16px;overflow:hidden;box-shadow:var(--shadow);transition:transform .15s,box-shadow .15s;cursor:pointer;text-align:left;padding:0;display:block}
.rc:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}
.rc .ri{width:100%;aspect-ratio:1/1;overflow:hidden;position:relative;background:var(--surface-3)}
.rc .ri img{width:100%;height:100%;object-fit:cover}
.rc .ri .t{position:absolute;left:0;top:0;color:#fff;font-size:10px;font-weight:700;padding:3px 9px;border-radius:0 0 10px 0;background:var(--jd)}
.rc .ri .t.tb{background:var(--tb)}
.rc .rb{padding:12px 14px 14px}
.rc .rt{font-size:13px;line-height:1.45;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:38px}
.rc .rp{margin-top:8px;color:var(--brand);font-weight:800;display:flex;align-items:baseline;gap:6px}
.rc .rp .n{font-size:23px}.rc .rp .o{color:var(--ink-2);font-size:12px;text-decoration:line-through;font-weight:500}
.rc .re{margin-top:6px;font-size:12px;color:#b45309;font-weight:600}.rc .re b{color:var(--gold-b)}
.reco-loader{display:flex;align-items:center;justify-content:center;gap:8px;padding:28px 0;color:var(--muted);font-size:13px}

/* ── 我的 / 团长中心:桌面仪表盘 ─────────────────── */
.dash{padding:26px 0 8px}
.dash-h{font-size:24px;font-weight:700;margin-bottom:20px}
.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:20px}
.metric{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:20px 22px}
.metric small{display:block;color:var(--muted);font-size:13px;margin-bottom:8px}
.metric b{font-size:30px;font-weight:800;color:var(--ink)}
.metric.hl b{color:var(--brand)}
.dash-grid{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}
.d-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px 24px;margin-bottom:20px}
.d-card h3{font-size:17px;font-weight:700;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}
.d-card h3 small{color:var(--muted);font-size:13px;font-weight:400}
.hero-rank{display:flex;align-items:center;gap:16px}
.hero-rank .rk{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#cf142b,#d4537e);color:#fff;display:grid;place-items:center;font-size:26px;font-weight:800}
.hero-rank .nm b{font-size:22px;font-weight:800}
.hero-rank .nm p{color:var(--muted);font-size:13px;margin-top:2px}
.prog{margin-top:18px}
.prog-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:8px;font-size:13px;color:var(--ink-2)}
.prog-top .r{text-align:right}.prog-top b{color:var(--brand);font-weight:800}
.track{height:10px;background:var(--surface-3);border-radius:6px;overflow:hidden}
.track i{display:block;height:100%;background:linear-gradient(90deg,#f97066,#cf142b);border-radius:6px}
.prog-scale{display:flex;justify-content:space-between;margin-top:6px;font-size:11px;color:var(--muted)}
.wd-box .wd-amount{width:100%;height:44px;border:1px solid var(--line);border-radius:12px;padding:0 14px;margin-bottom:12px;background:var(--surface-2);color:var(--ink)}
.wd-row{display:flex;gap:12px}
.wd{flex:1;border-radius:12px;padding:13px 0;display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:800;color:#fff}
.wd .ico{width:22px;height:22px;background:#fff;border-radius:6px;display:grid;place-items:center;font-size:13px;font-weight:900}
.wd-ali{background:var(--blue)}.wd-ali .ico{color:var(--blue)}
.wd-wx{background:var(--wx)}.wd-wx .ico{color:var(--wx)}
.wnote{margin-top:12px;color:var(--muted);font-size:12px;line-height:1.7}
.wnote b{color:var(--ink-2);font-weight:700}
.lc-kyc{margin-top:14px;background:#fffaf0;border:1px solid #f5dfb8;border-radius:12px;padding:14px}
.lc-kyc p{margin-bottom:10px;color:#8a6d3b;font-size:13px}
.tier-intro{color:var(--ink-2);font-size:13px;line-height:1.6;margin-bottom:14px}
.newbie .nb-step{display:flex;gap:12px;align-items:flex-start;padding:10px 0}
.newbie .nb-step i{flex:none;width:24px;height:24px;border-radius:50%;background:#cf142b;color:#fff;font-style:normal;font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center;margin-top:2px}
.newbie .nb-step b{display:block;font-size:14px;color:var(--ink)}
.newbie .nb-step small{color:var(--muted);font-size:12px;line-height:1.5}
.newbie .nb-more{margin-top:10px;padding-top:10px;border-top:1px dashed var(--line);color:var(--muted);font-size:12px;text-align:center}
.tier-eg{margin-top:14px;padding:14px;background:#fff8ec;border-radius:12px}
.tier-eg b{font-size:14px;color:#8a5a00}
.tier-eg p{margin:8px 0 6px;font-size:13px;color:#6b5b3e;line-height:1.5}
.eg-row{display:flex;justify-content:space-between;align-items:center;padding:7px 2px;font-size:13px;color:#4c453a;border-bottom:1px dashed #f0e2c6}
.eg-row:last-of-type{border-bottom:0}
.eg-row i{font-style:normal;font-weight:900;color:#cf142b}
.eg-note{margin-top:8px!important;font-size:11px!important;color:#a89468!important}
.tier{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.tl-badge{width:52px;flex:none;text-align:center;font-size:13px;font-weight:800;color:#fff;padding:5px 0;border-radius:8px}
.tl-badge.b1{background:#9aa4b2}.tl-badge.b2{background:#8a6df0}.tl-badge.b3{background:linear-gradient(135deg,#ff8f00,#cf142b)}
.tl-t b{display:block;font-size:14px;color:var(--ink)}.tl-t small{color:var(--muted);font-size:12px}
.earn{display:flex;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid var(--line)}
.earn:last-child{border-bottom:0}
.earn-ic{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;flex:none}
.earn-ic.s{background:#fff4e0;color:#ff8f00}.earn-ic.r{background:var(--rebate-bg);color:var(--rebate-ink)}
.earn-b{flex:1}.earn-b .t{font-size:14px}.earn-b .s{font-size:12px;color:var(--muted)}
.earn-amt{font-weight:800;font-size:17px}.earn-amt.s{color:#ff8f00}.earn-amt.r{color:var(--rebate-ink)}
.hook{margin-top:14px;background:#fff4e0;border:1px solid #ffd9a0;border-radius:12px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.hook span{font-size:13px;color:#b45309;font-weight:600}
.hook button{background:linear-gradient(135deg,var(--gold-a),var(--gold-b));color:#fff;font-size:14px;font-weight:800;padding:10px 18px;border-radius:20px}
.invite{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:12px 12px 12px 18px}
.invite .code{font-size:22px;font-weight:800;letter-spacing:2px;color:var(--brand)}
.invite button{background:var(--brand);color:#fff;font-size:13px;font-weight:800;padding:10px 18px;border-radius:20px;flex:none}
.bind{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}
.bind:last-child{border-bottom:0}
.bind .bi{width:38px;height:38px;border-radius:11px;background:var(--surface-3);display:grid;place-items:center;color:var(--muted);flex:none}
.bind .bt{flex:1}.bind .bt b{font-size:14px}.bind .bt small{display:block;font-size:12px;margin-top:1px;color:var(--green)}
.bind .bt small.todo{color:var(--muted)}
.bind .ok{color:var(--green)}
.bind .act{background:var(--brand);color:#fff;font-size:12px;font-weight:800;padding:9px 16px;border-radius:20px;flex:none}
.bind-steps{margin:8px 0 0;padding-left:20px;color:var(--muted);font-size:12px;line-height:1.8}
.bind-btnrow{display:flex;gap:10px;margin-top:10px}
.bind-btnrow button{border-radius:20px;padding:10px 18px;font-size:13px;font-weight:800}
.bind-btnrow .primary{background:var(--brand);color:#fff}
.bind-btnrow .ghost{background:var(--surface);color:var(--ink-2);border:1px solid var(--line)}
.lc-auth{max-width:420px;margin:60px auto;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:32px}
.lc-auth .lc-lead{font-size:22px;font-weight:700;margin-bottom:6px}
.lc-auth .lc-lead-sub{color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:18px}
.pc-login-auth{max-width:780px;border-radius:24px;padding:58px 64px;text-align:center;box-shadow:0 16px 44px rgba(28,27,25,.08)}
.pc-login-auth .lc-lead{font-size:36px;margin-bottom:8px}
.pc-login-auth .lc-lead-sub{font-size:17px;margin-bottom:38px}
.pc-login-options,.auth-provider-options{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.pc-login-option{min-height:122px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:24px 24px;display:grid;grid-template-columns:58px 1fr 20px;align-items:center;gap:18px;text-align:left;transition:transform .16s,box-shadow .16s,border-color .16s}
.pc-login-option:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(28,27,25,.08)}
.pc-login-option.wechat{border-color:#a9dfbd}.pc-login-option.alipay{border-color:#b6d3ff}
.pc-login-icon{width:58px;height:58px;border-radius:15px;display:grid;place-items:center;color:#fff;font-size:25px;font-weight:900}
.pc-login-option.wechat .pc-login-icon{background:var(--wx)}.pc-login-option.alipay .pc-login-icon{background:var(--blue)}
.pc-login-option b{display:block;font-size:19px;margin-bottom:7px}.pc-login-option small{display:block;color:var(--muted);font-size:12px;line-height:1.5}
.pc-login-option i{font-size:34px;font-style:normal;font-weight:300}.pc-login-option.wechat i{color:var(--wx)}.pc-login-option.alipay i{color:var(--blue)}
.pc-login-qr-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;max-width:650px;margin:0 auto}
.pc-login-qr-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:20px 22px 18px;min-height:340px;text-align:center}
.pc-login-qr-card.wechat{border-color:#70c98e}.pc-login-qr-card.alipay{border-color:#80afff}
.pc-login-qr-card header{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:12px}
.pc-login-qr-card header .pc-login-icon{width:42px;height:42px;border-radius:11px;font-size:20px}
.pc-login-qr-card h3{font-size:18px;margin:0}
.pc-login-qr-card img{display:block;width:220px;height:220px;object-fit:contain;margin:0 auto 8px;background:#fff;border:1px solid #e8e8e8;border-radius:10px}
.pc-login-qr-card img[hidden]{display:none}
.pc-login-qr-card p{margin:8px 0 0;color:var(--muted);font-size:13px;min-height:20px}
.pc-qr-reload{margin-top:7px;color:var(--brand);font-size:13px;font-weight:700}
.pc-login-qr-view,.auth-qr-panel{max-width:390px;margin:0 auto;text-align:center}
.pc-login-qr-view h3,.auth-qr-panel h3{font-size:22px;margin:4px 0 16px}
.pc-login-back{display:block;color:var(--muted);font-size:13px;margin-bottom:8px}.pc-login-back:hover{color:var(--ink)}
.pc-login-foot{margin-top:42px;padding-top:24px;border-top:1px solid var(--line)}
.pc-login-foot b{display:block;font-size:14px;font-weight:600}.pc-login-foot small{display:block;color:var(--muted);font-size:12px;margin-top:7px}
.auth-provider-options{margin-top:22px}.auth-provider-options .pc-login-option{grid-template-columns:46px 1fr 16px;min-height:100px;padding:18px;gap:14px}.auth-provider-options .pc-login-icon{width:46px;height:46px;border-radius:13px;font-size:20px}.auth-provider-options .pc-login-option b{font-size:16px}.auth-qr-panel{margin-top:20px}.auth-qr-panel .auth-wechat-qr{display:block;width:220px;height:220px;margin:0 auto 10px}.auth-qr-tools{margin-top:12px}
.pc-desktop-qr{text-align:center;padding:14px 0 18px;border:1px solid var(--line);border-radius:14px;background:#fafbfc;margin-bottom:18px}
.pc-desktop-qr img{display:block;width:220px;height:220px;object-fit:contain;margin:0 auto 10px;background:#fff;border-radius:10px}
.pc-desktop-qr img[hidden]{display:none}
.pc-desktop-qr p{margin:8px 0 12px;color:var(--muted);font-size:13px}
.desktop-qr-confirm-actions{margin-top:18px}
.lc-tabs{display:flex;gap:10px;margin-bottom:16px}
.lc-tabs button{flex:1;padding:11px 0;border:1px solid var(--line);background:var(--surface);color:var(--ink-2);border-radius:12px;font-weight:700}
.lc-tabs button.active{background:var(--brand);border-color:var(--brand);color:#fff}
.lc-form{display:flex;flex-direction:column;gap:12px}
.lc-form input{border:1px solid var(--line);border-radius:12px;padding:13px 14px;font-size:15px;background:var(--surface)}
.lc-form .lc-primary{background:var(--brand);color:#fff;border-radius:24px;font-weight:800;padding:14px 0;font-size:15px}
.lc-topbar{display:flex;justify-content:flex-end;margin-bottom:8px}
.lc-logout{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:20px;padding:7px 18px;font-size:13px;font-weight:700}

/* ── PC V2: 与移动端共用业务、桌面端独立信息架构 ───────── */
.wrap{width:min(1480px,calc(100vw - 64px))}
.topbar-in{gap:24px}.search{max-width:640px;min-width:300px}.nav{gap:22px}
.subbar-in{height:56px;gap:10px}.category-rail{flex:1;min-width:0;display:flex!important;gap:26px!important;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth;white-space:nowrap;padding:0 4px}
.category-rail::-webkit-scrollbar{display:none}.category-rail button{flex:none;font-size:15px!important;padding:16px 0 13px!important}
.category-arrow{width:34px;height:34px;flex:none;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink-2);font-size:27px;line-height:1;box-shadow:var(--shadow)}
.category-arrow:hover{border-color:#e3aab4;color:var(--brand)}
.source-filter{height:36px;display:flex;align-items:center;gap:8px;flex:none;margin-left:8px;padding-left:18px;border-left:1px solid var(--line);color:var(--muted);font-size:12px}
.source-filter select{height:34px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink-2);padding:0 28px 0 10px;outline:none}
.home-feed-head{align-items:flex-end;margin:4px 2px 20px}.home-feed-head h1{font-size:28px}.home-feed-head p{margin-top:6px;color:var(--muted);font-size:14px}.catalog-note{color:var(--muted);font-size:12px}
.catalog-skeleton{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.catalog-skeleton i{display:block;aspect-ratio:.72;border-radius:16px;background:linear-gradient(100deg,#eceae6 20%,#f8f7f5 45%,#eceae6 70%);background-size:220% 100%;animation:catalogPulse 1.25s linear infinite}
@keyframes catalogPulse{to{background-position:-220% 0}}
.empty-panel{grid-column:1/-1;background:#fff;border:1px solid var(--line);border-radius:18px}.empty-panel h2{color:var(--ink);font-size:20px}.empty-panel p{margin:5px 0 18px}.empty-panel button{padding:10px 22px;border-radius:999px;background:var(--brand);color:#fff;font-weight:800}
.c-title{width:100%;border:0;background:none}.card:focus-within{outline:2px solid rgba(207,20,43,.22);outline-offset:2px}
button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(22,119,255,.3);outline-offset:2px}

/* 逛: 一张桌面沉浸卡，仍复用移动端同一商品、收益和动作函数 */
.gg-page{width:min(1180px,calc(100vw - 64px));margin:26px auto 0}.gg-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.gg-head h1{font-size:28px}.gg-head p{margin-top:6px;color:var(--muted)}.gg-head button{padding:11px 20px;border-radius:999px;background:var(--rebate-bg);color:var(--brand);font-weight:800}
.gg-feed{display:flex;flex-direction:column;gap:24px}.gg-card{min-height:590px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);grid-template-rows:1fr auto;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}
.gg-media{grid-row:1/3;position:relative;min-height:590px;overflow:hidden;background:var(--surface-3)}.gg-track{display:flex;width:100%;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.gg-track::-webkit-scrollbar{display:none}.gg-slide{flex:0 0 100%;scroll-snap-align:start}.gg-slide img{width:100%;height:100%;object-fit:contain;background:#fff}.gg-media .pf-tag{left:16px;top:16px;border-radius:8px}.gg-count{position:absolute;right:16px;bottom:16px;padding:6px 12px;border-radius:999px;background:rgba(17,24,39,.58);color:#fff;font-size:12px}
.gg-copy{align-self:center;padding:44px 42px 24px}.gg-copy h2{font-size:25px;line-height:1.55}.gg-price{display:flex;align-items:baseline;gap:8px;margin-top:22px;color:var(--brand)}.gg-price span{font-size:15px;font-weight:800}.gg-price b{font-size:48px}.gg-price s{color:var(--muted)}.gg-money{display:grid;grid-template-columns:1fr 1fr;margin-top:24px;border:1px solid var(--rebate-border);border-radius:14px;overflow:hidden;background:var(--rebate-bg)}.gg-money span{padding:18px 12px;text-align:center;color:var(--rebate-ink-d)}.gg-money span+span{border-left:1px solid var(--rebate-border)}.gg-money b{display:block;margin-top:5px;color:#7a1f38;font-size:23px}.gg-calc{margin-top:12px;text-align:center;color:var(--muted);font-size:12px}
.gg-actions{display:grid;grid-template-columns:auto 1fr 1.15fr;gap:10px;padding:20px 42px 36px}.gg-actions button{min-height:58px;border-radius:14px;padding:8px 16px;font-weight:800}.gg-actions button b,.gg-actions button small{display:block}.gg-actions button small{margin-top:3px}.gg-save{background:var(--surface-3);color:var(--ink-2)}.gg-share{background:linear-gradient(135deg,var(--gold-a),var(--gold-b));color:#fff}.gg-buy{background:linear-gradient(135deg,#f5352b,#c8102e);color:#fff}.gg-sentinel{padding:24px;text-align:center;color:var(--muted)}

/* 清单: 左侧商品，右侧固定决策摘要 */
.wish-page{width:min(1180px,calc(100vw - 64px));margin:28px auto 0;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}.wish-head{grid-column:1/-1;display:flex;align-items:flex-end;justify-content:space-between}.wish-head h1{font-size:28px}.wish-head p{margin-top:6px;color:var(--muted)}.wish-head>button{color:var(--brand);font-weight:800}.wish-list{display:flex;flex-direction:column;gap:12px}.wish-row{display:grid;grid-template-columns:28px 128px minmax(0,1fr);gap:14px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff}.wish-check{align-self:center;width:24px;height:24px;border:1px solid #b8bdc6;border-radius:50%;color:#fff}.wish-check.active{border-color:var(--brand);background:var(--brand)}.wish-img{position:relative;width:128px;height:128px;overflow:hidden;border-radius:12px;background:var(--surface-3)}.wish-img img{width:100%;height:100%;object-fit:cover}.wish-body{min-width:0}.wish-title{display:flex;gap:10px}.wish-title>b{flex:1;font-size:15px;line-height:1.5}.wish-title>button{color:var(--muted);font-size:25px}.wish-price{display:flex;align-items:baseline;gap:8px;margin-top:9px}.wish-price b{color:var(--brand);font-size:25px}.wish-price s{color:var(--muted)}.wish-rebate{display:inline-block;margin-top:8px;padding:6px 9px;border-radius:8px;background:var(--rebate-bg);color:var(--rebate-ink-d);font-size:12px;font-weight:700}.wish-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.wish-actions button{padding:8px 13px;border-radius:999px;background:linear-gradient(135deg,var(--gold-a),var(--gold-b));color:#fff;font-size:12px;font-weight:800}.wish-actions button:last-child{background:var(--brand)}
.wish-sharebar{position:sticky;top:96px;display:flex;flex-direction:column;align-items:stretch;gap:14px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.wish-sharebar>span{color:var(--ink);font-size:18px;font-weight:800}.wish-sharebar #wishSelectedSummary{display:flex;flex-direction:column;gap:8px;padding:14px;border-radius:12px;background:var(--rebate-bg);color:var(--rebate-ink-d);font-size:13px}.wish-sharebar #wishSelectedSummary b{color:#7a1f38}.wish-sharebar>button{min-height:48px;border-radius:12px;background:linear-gradient(135deg,#07c160,#07954d);color:#fff;font-weight:800}.wish-sharebar>button:disabled{background:#d8ddd9;color:#8d948f}.wish-sharebar>small{color:var(--muted);text-align:center}.wish-empty{padding:70px 20px;text-align:center;border:1px solid var(--line);border-radius:18px;background:#fff}.wish-empty p{margin:8px 0 20px;color:var(--muted)}.wish-empty button{padding:11px 20px;border-radius:999px;background:var(--brand);color:#fff;font-weight:800}

/* ── 批量分享清单与公开合集 ─────────────────────────── */
.batch-share-page{width:min(920px,calc(100vw - 64px));margin:28px auto 120px}.batch-share-head{display:grid;grid-template-columns:80px 1fr 80px;align-items:center;margin-bottom:18px}.batch-share-head h1{text-align:center;font-size:28px}.batch-share-head button{font-weight:800}.batch-share-head button:first-child{text-align:left;font-size:32px}.batch-share-head button:last-child{text-align:right;color:var(--brand)}.batch-share-count{margin-bottom:12px;color:var(--muted)}.batch-share-count b{color:var(--brand)}.batch-share-card{margin-bottom:16px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.batch-share-card>h2,.batch-share-card>header h2{font-size:21px}.batch-share-card>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.batch-share-card>header button{color:var(--brand);font-weight:800}.batch-poster-preview{display:block;width:min(100%,620px);margin:18px auto 0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.batch-poster-image{display:block;width:100%;height:auto}.batch-template-tabs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.batch-template-tabs span,.batch-template-tabs b{padding:11px;border:1px solid var(--line);border-radius:10px;text-align:center}.batch-template-tabs b{color:var(--brand);border-color:#ef5263;background:#fff7f8}.batch-copy-preview{padding:18px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2);line-height:1.7}.batch-copy-preview p{margin-bottom:6px}.batch-copy-preview small{color:var(--muted)}.batch-copy-rows{margin-top:12px;border-top:1px solid var(--line)}.batch-copy-row{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.batch-copy-row>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--brand);color:#fff;font-size:12px;font-weight:800}.batch-copy-row b,.batch-copy-row small{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.batch-copy-row small{margin-top:4px;color:var(--muted)}.batch-copy-row button{padding:8px 12px;border:1px solid #f1b7bf;border-radius:9px;color:var(--brand);font-weight:800}.batch-link-card{width:100%;display:grid;grid-template-columns:54px 1fr auto;gap:14px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:18px;background:#fff;text-align:left}.batch-link-card>span{display:grid;place-items:center;width:54px;height:54px;border-radius:14px;color:#fff;background:linear-gradient(135deg,#ff6575,#df0c2c);font-weight:800}.batch-link-card b,.batch-link-card small{display:block}.batch-link-card b{font-size:17px}.batch-link-card small{margin-top:4px;color:var(--muted)}.batch-link-card i{color:var(--brand);font-style:normal;font-weight:800}.batch-share-status{margin:12px 3px;color:#317257}.batch-share-status.error{color:#b42318}.batch-share-actions{position:fixed;z-index:45;left:50%;bottom:24px;width:min(920px,calc(100vw - 64px));transform:translateX(-50%);display:grid;grid-template-columns:1fr 250px;gap:12px;padding:14px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.97);box-shadow:var(--shadow-hover);backdrop-filter:blur(10px)}.batch-share-actions>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.batch-share-actions button{min-height:48px;border:1px solid #f04a5b;border-radius:12px;color:var(--brand);font-weight:800}.batch-share-actions .primary{border:0;background:var(--brand);color:#fff}
.collection-page{width:min(1040px,calc(100vw - 64px));margin:28px auto 50px}.collection-head{display:flex;align-items:center;gap:14px}.collection-head>button{width:42px;height:42px;border-radius:50%;background:var(--surface-3);font-size:30px}.collection-head h1{font-size:27px}.collection-head p{margin-top:4px;color:var(--muted)}.collection-intro{display:flex;justify-content:space-between;align-items:center;margin:20px 0;padding:18px 22px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#de1c36,#a9001d)}.collection-intro b{font-size:18px}.collection-intro span{color:#ffe8eb}.collection-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.collection-product{display:grid;grid-template-columns:160px minmax(0,1fr);gap:16px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff}.collection-product>img{width:160px;height:160px;border-radius:14px;object-fit:cover;background:var(--surface-3)}.collection-product-body{min-width:0}.collection-platform{display:inline-block;padding:3px 7px;border-radius:5px;color:#fff;font-size:10px;font-weight:800}.collection-platform.jd{background:var(--jd)}.collection-platform.tb{background:var(--tb)}.collection-product h2{margin:7px 0;font-size:15px;line-height:1.48;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.collection-price{display:flex;align-items:center;gap:9px}.collection-price b{color:var(--brand);font-size:21px}.collection-price span{color:#b54708;font-size:12px}.collection-product p{margin:8px 0;color:var(--muted);font-size:12px;line-height:1.5}.collection-product p b{color:var(--ink-2)}.collection-product button{width:100%;padding:10px;border-radius:999px;background:var(--brand);color:#fff;font-weight:800}.collection-product.is-target{border-color:#ef4354;box-shadow:0 0 0 3px rgba(239,67,84,.1)}.collection-reshare{margin-top:18px;padding:22px;border:1px solid #f4ced4;border-radius:18px;background:#fff;text-align:center}.collection-reshare b{font-size:18px}.collection-reshare p{margin:8px 0 14px;color:var(--muted)}.collection-reshare button{padding:11px 22px;border-radius:999px;background:var(--brand);color:#fff;font-weight:800}

/* 我的: 把“看余额→提现→下一步”放在第一屏，复杂设置下沉 */
.pc-my{padding:30px 0}.pc-my-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px}.pc-my-head p{color:var(--muted)}.pc-my-head h1{margin-top:3px;font-size:30px}.pc-my-head small{display:block;margin-top:5px;color:var(--muted)}.pc-my-head>button{padding:9px 16px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted)}
.pc-my-balance{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 38px;border-radius:24px;background:linear-gradient(135deg,#bf0d28,#e13a55);color:#fff;box-shadow:0 18px 38px rgba(191,13,40,.18)}.pc-my-balance span,.pc-my-balance small{display:block;color:rgba(255,255,255,.78)}.pc-my-balance strong{display:block;margin:7px 0;font-size:48px}.pc-my-balance-actions{display:flex;gap:12px}.pc-my-balance-actions button{min-width:150px;padding:14px 18px;border-radius:13px;background:#fff;color:var(--brand);font-weight:800}.pc-my-balance-actions button+button{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.35)}
.pc-my-alert{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding:16px 20px;border:1px solid #f0d8a8;border-radius:14px;background:#fff8e9}.pc-my-alert p{margin-top:3px;color:var(--muted)}.pc-my-alert button{padding:9px 15px;border-radius:999px;background:var(--brand);color:#fff;font-weight:800}
.pc-my-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}.pc-my-metrics>div{padding:20px 22px;border:1px solid var(--line);border-radius:16px;background:#fff}.pc-my-metrics span{display:block;color:var(--muted);font-size:13px}.pc-my-metrics b{display:block;margin-top:8px;font-size:25px}
.pc-my-columns{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:20px;align-items:start}.pc-my-side{display:flex;flex-direction:column;gap:20px}.pc-my-card{padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.pc-my-card>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.pc-my-card h2{font-size:19px}.pc-my-card header p{margin-top:4px;color:var(--muted);font-size:12px}.pc-my-card header>button{color:var(--brand);font-weight:800}.pc-my-record{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line)}.pc-my-record:last-child{border-bottom:0}.pc-my-record b,.pc-my-record small{display:block}.pc-my-record small{margin-top:4px;color:var(--muted)}.pc-my-record strong{color:var(--brand);font-size:18px}.pc-my-empty{text-align:center;padding:48px 12px}.pc-my-empty p{margin:8px 0 18px;color:var(--muted)}.pc-my-empty button{padding:10px 18px;border-radius:999px;background:var(--brand);color:#fff;font-weight:800}.pc-my-account{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.pc-my-account:last-child{border-bottom:0}.pc-my-account b,.pc-my-account small{display:block}.pc-my-account small{margin-top:3px;color:var(--muted)}.pc-my-account button{padding:8px 13px;border-radius:999px;background:var(--brand);color:#fff;font-weight:800}.pc-my-account .ok{color:var(--green);font-weight:800}.pc-my-next>button{width:100%;display:flex;flex-direction:column;gap:3px;margin-top:10px;padding:14px;border-radius:12px;background:var(--surface-2);text-align:left}.pc-my-next>button span{font-weight:800}.pc-my-next>button small{color:var(--muted)}

/* ── PC 我的订单 ─────────────────────────────────────────── */
body[data-page="orders"]{background:var(--bg)}
body[data-page="orders"] .orders-page{width:min(980px,92vw);margin:0 auto;padding:28px 0 60px;background:transparent}
body[data-page="orders"] .orders-header{display:flex;align-items:center;gap:18px;min-height:54px}
body[data-page="orders"] .orders-header h1{margin:0;flex:1;font-size:28px;text-align:left}
body[data-page="orders"] .orders-header button{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);font-size:28px}
body[data-page="orders"] .orders-header button:last-child{font-size:22px;color:var(--muted)}
body[data-page="orders"] .order-role-tabs{display:flex;gap:6px;margin:20px 0 12px;padding:4px;width:max-content;border-radius:12px;background:#eceef2}
body[data-page="orders"] .order-role-tabs button{min-width:150px;padding:10px 18px;border-radius:9px;color:var(--muted);font-weight:800}
body[data-page="orders"] .order-role-tabs button.active{color:var(--brand);background:#fff;box-shadow:var(--shadow)}
body[data-page="orders"] .order-filters{display:flex;gap:8px;padding:4px 0 12px}
body[data-page="orders"] .order-filters button{padding:7px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:12px}
body[data-page="orders"] .order-filters button.active{border-color:var(--brand);color:var(--brand);background:var(--rebate-bg);font-weight:800}
body[data-page="orders"] .orders-summary{margin:4px 0 14px;color:var(--muted);font-size:12px}
body[data-page="orders"] .orders-source-note{display:flex;flex-direction:column;gap:4px;margin:0 0 14px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}
body[data-page="orders"] .orders-source-note b{color:var(--ink);font-size:13px}
body[data-page="orders"] .orders-source-note span{color:var(--muted);font-size:11px;line-height:1.6}
body[data-page="orders"] .orders-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
body[data-page="orders"] .order-card{padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow);text-align:left}
body[data-page="orders"] .order-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-1px)}
body[data-page="orders"] .order-card-top{display:flex;align-items:center;gap:8px;min-height:24px}
body[data-page="orders"] .order-card-top small{flex:1;color:var(--muted);font-size:11px;text-align:right}
body[data-page="orders"] .order-card-top i{color:#b5bcc6;font-size:22px;font-style:normal}
body[data-page="orders"] .order-platform{display:inline-flex;align-items:center;padding:3px 8px;border-radius:7px;color:#fff;font-size:11px;font-weight:900}
body[data-page="orders"] .order-platform.jd{background:var(--jd)}
body[data-page="orders"] .order-platform.tb{background:var(--tb)}
body[data-page="orders"] .order-card-main{display:flex;gap:13px;margin-top:12px}
body[data-page="orders"] .order-thumb{width:82px;height:82px;flex:none;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:var(--surface-2);color:var(--muted);font-size:11px}
body[data-page="orders"] .order-thumb img{width:100%;height:100%;object-fit:cover}
body[data-page="orders"] .order-copy{min-width:0;flex:1}
body[data-page="orders"] .order-copy>b{display:-webkit-box;overflow:hidden;font-size:14px;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}
body[data-page="orders"] .order-status{display:inline-flex;margin-top:7px;font-size:12px;font-weight:800}
body[data-page="orders"] .order-status.wait,body[data-page="orders"] .order-status.sync{color:#e25b19}
body[data-page="orders"] .order-status.done{color:var(--green)}
body[data-page="orders"] .order-status.bad{color:#a23b46}
body[data-page="orders"] .order-money{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;color:var(--muted);font-size:12px}
body[data-page="orders"] .order-money strong{color:var(--ink)}
body[data-page="orders"] .order-money span:last-child strong{color:var(--brand)}
body[data-page="orders"] .order-card-foot{display:flex;justify-content:space-between;gap:10px;margin-top:12px;padding-top:10px;border-top:1px solid var(--line)}
body[data-page="orders"] .order-card-foot span{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}
body[data-page="orders"] .order-card-foot em{flex:none;color:var(--brand);font-size:11px;font-style:normal;font-weight:800}
body[data-page="orders"] .order-platform-note,body[data-page="orders"] .order-disclaimer{margin:20px 0 0;color:var(--muted);font-size:11px;line-height:1.6;text-align:center}
body[data-page="orders"] .orders-empty{grid-column:1/-1;padding:72px 20px;border:1px solid var(--line);border-radius:18px;background:#fff;text-align:center}
body[data-page="orders"] .orders-empty h2{margin:12px 0 6px;font-size:20px}
body[data-page="orders"] .orders-empty p{color:var(--muted);font-size:13px}
body[data-page="orders"] .orders-empty button,body[data-page="orders"] .orders-retry{margin-top:18px;padding:10px 20px;border-radius:999px;background:var(--brand);color:#fff;font-weight:800}
body[data-page="orders"] .order-detail-page{max-width:760px}
body[data-page="orders"] .order-detail-hero,body[data-page="orders"] .order-detail-card{margin-top:12px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}
body[data-page="orders"] .order-detail-hero{margin-top:20px}
body[data-page="orders"] .order-detail-platform{display:flex;justify-content:space-between;gap:12px}
body[data-page="orders"] .order-detail-product{display:flex;align-items:center;gap:16px;margin-top:18px}
body[data-page="orders"] .order-detail-product>b{font-size:18px;line-height:1.5}
body[data-page="orders"] .order-detail-thumb{width:104px;height:104px;flex:none;display:grid;place-items:center;overflow:hidden;border-radius:14px;background:var(--surface-2);color:var(--muted);font-size:11px}
body[data-page="orders"] .order-detail-thumb img{width:100%;height:100%;object-fit:cover}
body[data-page="orders"] .order-detail-card>div{display:flex;justify-content:space-between;gap:14px;padding:7px 0;color:var(--muted);font-size:13px}
body[data-page="orders"] .order-detail-card>div b{color:var(--ink);font-size:13px}
body[data-page="orders"] .order-detail-card h2{margin:0 0 10px;font-size:17px}
body[data-page="orders"] .order-timeline{padding-top:4px}
body[data-page="orders"] .order-step{position:relative;display:flex;align-items:center;gap:12px;min-height:38px;color:#a8aeb8;font-size:13px}
body[data-page="orders"] .order-step i{width:11px;height:11px;border:1px solid #c8ced7;border-radius:50%;background:#fff}
body[data-page="orders"] .order-step.done,body[data-page="orders"] .order-step.active{color:var(--ink);font-weight:700}
body[data-page="orders"] .order-step.done i,body[data-page="orders"] .order-step.active i{border-color:var(--brand);background:var(--brand)}
body[data-page="orders"] .order-step.active{color:var(--brand)}
body[data-page="orders"] .order-info-box{margin-top:12px;padding:14px 16px;border:1px solid #f3d3d9;border-radius:14px;color:#9d3f4d;background:#fff4f5;font-size:12px;line-height:1.6}
body[data-page="orders"] .order-platform-button{display:flex;align-items:center;justify-content:center;min-height:46px;margin-top:16px;border-radius:12px;background:var(--brand);color:#fff;font-weight:800}
body[data-page="orders"] .order-help-button{display:block;margin:14px auto 0;color:var(--brand);font-weight:700}

/* 提现页沿用同一流程，桌面仅改变布局 */
.withdraw-page{width:min(820px,calc(100vw - 64px));margin:28px auto}.withdraw-header{display:grid;grid-template-columns:50px 1fr 50px;align-items:center}.withdraw-header h1{text-align:center;font-size:25px}.withdraw-header button{font-size:35px}.withdraw-hero{margin:14px 0;padding:28px 30px;border-radius:20px;background:linear-gradient(145deg,#c90f29,#df304b);color:#fff}.withdraw-hero>small{display:block;color:rgba(255,255,255,.76)}.withdraw-hero>strong{display:block;margin-top:7px;font-size:45px}.withdraw-hero>div{display:flex;gap:30px;margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,255,255,.2)}.withdraw-card{margin-top:14px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.withdraw-card h2{margin-bottom:15px}.withdraw-amount-field{display:grid;grid-template-columns:34px 1fr auto;align-items:center;border-bottom:1px solid var(--line)}.withdraw-amount-field>span{font-size:28px;font-weight:800}.withdraw-amount-field input{width:100%;border:0;outline:0;padding:12px 0;background:transparent;font-size:38px;font-weight:800}.withdraw-amount-field button{color:var(--brand);font-weight:800}.withdraw-field-note,.withdraw-summary>p{margin-top:10px;color:var(--muted);font-size:12px}.withdraw-methods{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:5px;border-radius:13px;background:var(--surface-2)}.withdraw-methods button{min-height:46px;border-radius:10px;color:var(--muted);font-weight:800}.withdraw-methods button.active{background:#fff;color:var(--ink);box-shadow:var(--shadow)}.withdraw-methods i{display:inline-grid;place-items:center;width:23px;height:23px;margin-right:7px;border-radius:6px;color:#fff;font-style:normal}.withdraw-methods i.wx{background:var(--wx)}.withdraw-methods i.ali{background:var(--blue)}.withdraw-account-row,.withdraw-summary>div,.withdraw-history-row,.withdraw-state-card{display:flex;align-items:center;justify-content:space-between;gap:12px}.withdraw-account-row{margin-top:16px}.withdraw-account-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:#fff;font-weight:900}.withdraw-account-icon.wx{background:var(--wx)}.withdraw-account-icon.ali{background:var(--blue)}.withdraw-account-row b,.withdraw-account-row small{display:block}.withdraw-account-row small{color:var(--muted)}.withdraw-bind{padding:8px 13px;border-radius:999px;background:var(--brand);color:#fff}.withdraw-summary>div{padding:9px 0}.withdraw-summary .net{margin-top:5px;padding-top:14px;border-top:1px solid var(--line)}.withdraw-summary .net b{color:var(--brand);font-size:22px}.withdraw-confirm,.withdraw-discover{width:100%;min-height:52px;margin-top:14px;border-radius:14px;font-size:16px;font-weight:800}.withdraw-confirm{background:var(--brand);color:#fff}.withdraw-confirm:disabled{background:#e5e8eb;color:#969da5}.withdraw-discover{border:1px solid #efc8d0;background:#fff;color:var(--brand)}.withdraw-history-row{min-height:62px;border-bottom:1px solid var(--line)}.withdraw-history-row b,.withdraw-history-row small{display:block}.withdraw-history-row small{color:var(--muted)}

/* 桌面分享工作台 */
.pc-share-dialog{width:min(1040px,92vw);border-radius:24px}.pc-share-dialog .dialog-body{padding:30px}.pc-share-dialog header>div{min-width:0}.pc-share-dialog header h2{font-size:25px}.pc-share-workspace{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:28px;margin-top:22px}.pc-share-preview{min-height:560px;display:grid;place-items:center;overflow:auto;border-radius:18px;background:var(--surface-3)}.pc-share-preview .share-preview-loading{color:var(--muted)}.pc-share-preview .share-poster-preview{display:block;max-width:100%;max-height:70vh;object-fit:contain;box-shadow:0 10px 30px rgba(28,27,25,.12)}.pc-share-preview .share-poster-preview[hidden]{display:none}.pc-share-copy{display:flex;flex-direction:column}.share-template-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.share-template-label{font-weight:800}.share-template-select{height:42px;border:1px solid var(--line);border-radius:10px;padding:0 12px;background:#fff}.pc-share-copy textarea{min-height:235px;margin-top:14px;resize:none}.pc-share-copy .share-actions{display:flex;flex-direction:column}.pc-share-copy .share-actions button{min-height:48px;border-radius:12px;font-weight:800}.share-primary{background:var(--brand);color:#fff}.share-copy{border:1px solid var(--line);background:#fff;color:var(--ink)}.share-status{margin-top:12px;padding:10px 12px;border-radius:10px;background:#ecfdf3;color:#087a45}.share-status:empty{display:none}.share-helper{margin-top:12px;color:var(--muted);text-align:center}

@media (min-width:1600px){.grid{grid-template-columns:repeat(5,1fr)}.catalog-skeleton{grid-template-columns:repeat(5,1fr)}}
@media (max-width:1240px){.wrap{width:calc(100vw - 40px)}.topbar-in{gap:16px}.nav{gap:14px}.nav a{font-size:14px}.grid{grid-template-columns:repeat(3,1fr)}.catalog-skeleton{grid-template-columns:repeat(3,1fr)}.gg-page,.wish-page{width:calc(100vw - 40px)}.pc-share-workspace{grid-template-columns:1fr 360px}.pc-my-columns{grid-template-columns:minmax(0,1fr) 340px}}

.pc-share-preview:has(img:not([hidden])) .share-preview-loading{display:none}
.auth-choice-body{padding:28px}
.auth-choice-body .auth-oauth-btn{width:100%;min-height:50px;margin-top:12px;border-radius:12px;color:#fff;font-size:15px;font-weight:800}
.auth-choice-body .auth-oauth-btn.wechat{background:var(--wx)}
.auth-choice-body .auth-oauth-btn.alipay{background:var(--blue)}
.auth-choice-body .auth-oauth-btn[hidden],.auth-wechat-qr[hidden]{display:none}
.auth-wechat-qr{display:block;width:220px;height:220px;margin:14px auto;border-radius:12px}

/* 站内客服反馈 */
.support-dialog{position:fixed;inset:0;width:min(620px,92vw);max-width:620px;max-height:88vh;margin:auto;overflow:hidden;border-radius:22px;background:#f5f5f7}.support-dialog::backdrop{background:rgba(16,24,40,.46);backdrop-filter:blur(2px)}.support-form{max-height:88vh;overflow:auto;overscroll-behavior:contain;padding-bottom:18px}.support-head{position:sticky;top:0;z-index:2;min-height:70px;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;padding:9px 18px;border-bottom:1px solid var(--line);background:rgba(250,250,252,.95);backdrop-filter:blur(18px)}.support-head>div{text-align:center}.support-head h2{margin:0;font-size:20px}.support-head p{margin:3px 0 0;color:var(--muted);font-size:11px}.support-close{width:40px;height:40px;color:var(--ink);font-size:34px;text-align:left}.support-form-fields{display:flex;flex-direction:column;gap:12px;padding:20px}.support-field,.support-upload{display:flex;flex-direction:column;gap:8px;padding:15px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm)}.support-field>span,.support-field-title>span{font-size:13px;font-weight:800}.support-field>span b{margin-left:5px;color:var(--brand);font-size:10px}.support-field em,.support-field-title em{margin-left:4px;color:var(--muted);font-size:10px;font-style:normal;font-weight:500}.support-description-field>span,.support-field-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.support-description-field>span small,.support-field-title>small{margin-left:auto;color:var(--muted);font-size:10px;font-weight:500}.support-field input,.support-field select,.support-field textarea{width:100%;border:1px solid var(--line);border-radius:11px;outline:0;background:#fafafa;color:var(--ink);font-size:14px}.support-field input,.support-field select{min-height:45px;padding:0 12px}.support-field textarea{min-height:126px;padding:12px;resize:vertical;line-height:1.55}.support-field input:focus,.support-field select:focus,.support-field textarea:focus{border-color:#ee8090;background:#fff;box-shadow:0 0 0 3px rgba(207,20,43,.08)}.support-help{color:var(--muted);font-size:10px}.support-image-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.support-image-item{position:relative;aspect-ratio:1/1;margin:0;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:#f1f2f4;color:var(--muted);font-size:11px}.support-image-item img{width:100%;height:100%;object-fit:cover}.support-image-item button{position:absolute;top:5px;right:5px;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;color:#fff;background:rgba(22,22,24,.72);font-size:18px}.support-image-add{min-height:58px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:9px;padding:9px 12px;border:1px dashed #c8cbd0;border-radius:12px;color:var(--ink);background:#fafafa;cursor:pointer}.support-image-add strong{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;color:var(--brand);background:#fff0f2;font-size:20px}.support-image-add span{font-size:12px;font-weight:800}.support-image-add small{color:var(--muted);font-size:10px}.support-form-error{margin:0;padding:11px 12px;border:1px solid #f2b8c1;border-radius:11px;color:#a51b31;background:#fff0f2;font-size:12px}.support-privacy{margin:0 2px;color:var(--muted);font-size:10px;line-height:1.6}.support-submit{width:100%;min-height:50px;border-radius:14px;color:#fff;background:linear-gradient(145deg,#ef2642,#ca0b29);box-shadow:0 7px 18px rgba(207,20,43,.2);font-size:16px;font-weight:800}.support-success{min-height:520px;padding:72px 24px 34px;text-align:center}.support-success>i{width:62px;height:62px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#22a566;font-size:31px;font-style:normal}.support-success h3{margin:0;font-size:23px}.support-success>p{max-width:360px;margin:10px auto 20px;color:var(--muted);font-size:13px;line-height:1.65}.support-success>div{max-width:390px;margin:auto;padding:15px;border-radius:14px;background:#fff}.support-success>div span,.support-success>div strong{display:block}.support-success>div span{color:var(--muted);font-size:10px}.support-success>div strong{margin-top:5px;font-size:17px;letter-spacing:.04em}.support-success>button{min-width:180px;min-height:46px;margin-top:24px;border-radius:999px;color:#fff;background:var(--brand);font-weight:800}.support-form-fields[hidden],.support-success[hidden]{display:none!important}

/* 客服对话 */
.support-threads{padding:13px;border:.5px solid rgba(60,60,67,.13);border-radius:16px;background:#fff}.support-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.support-section-title strong{font-size:13px}.support-section-title small{color:#8e8e93;font-size:10px}.support-thread-list{display:flex;flex-direction:column;gap:7px}.support-thread-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 11px;border-radius:11px;background:#f5f5f7;text-align:left}.support-thread-row span{min-width:0}.support-thread-row b,.support-thread-row small{display:block}.support-thread-row b{font-size:12px}.support-thread-row small{margin-top:3px;color:#8e8e93;font-size:10px}.support-thread-row i{flex:none;color:var(--brand);font-size:10px;font-style:normal;font-weight:700}.support-success>button+button{margin-left:7px;color:#1d1d1f;background:#e5e5ea}.support-chat-view{min-height:470px;display:flex;flex-direction:column;background:#f5f5f7}.support-chat-view[hidden]{display:none!important}.support-chat-view>header{display:flex;align-items:center;gap:9px;min-height:60px;padding:8px 14px;border-bottom:.5px solid rgba(60,60,67,.16);background:rgba(250,250,252,.94)}.support-chat-view>header>button{width:38px;height:40px;color:#1d1d1f;font-size:32px;font-weight:300;text-align:left}.support-chat-view>header>div{display:flex;flex-direction:column}.support-chat-view>header strong{font-size:15px}.support-chat-view>header small{margin-top:2px;color:#8e8e93;font-size:10px}.support-chat-messages{flex:1;min-height:300px;max-height:52vh;padding:16px 14px;overflow:auto}.support-chat-bubble{max-width:82%;margin:0 0 11px;padding:10px 12px;border-radius:14px}.support-chat-bubble p{margin:0;white-space:pre-wrap;font-size:13px;line-height:1.55}.support-chat-bubble small{display:block;margin-top:5px;color:#8e8e93;font-size:9px}.support-chat-bubble.agent{margin-right:auto;background:#fff}.support-chat-bubble.user{margin-left:auto;color:#fff;background:var(--brand)}.support-chat-bubble.user small{color:rgba(255,255,255,.76)}.support-chat-empty{margin:80px 0;color:#8e8e93;text-align:center;font-size:12px}.support-chat-compose{display:flex;align-items:flex-end;gap:8px;padding:10px 14px;border-top:.5px solid rgba(60,60,67,.13);background:#fff}.support-chat-compose textarea{flex:1;min-height:42px;max-height:100px;padding:10px;border:1px solid #e1e3e6;border-radius:12px;resize:vertical;font-size:13px}.support-chat-compose button{min-width:60px;height:42px;border-radius:12px;color:#fff;background:var(--brand);font-size:12px;font-weight:800}

/* ── 图文页 / 占位 / 页脚 / 弹窗 / toast ────────────── */
.legal-page{max-width:820px;margin:0 auto;padding:30px 0}
.legal-page .eyebrow{color:var(--brand);font-size:13px;font-weight:800;margin-bottom:8px}
.legal-page h1{font-size:26px;margin-bottom:12px}
.legal-page h2{font-size:18px;margin-top:26px;margin-bottom:6px}
.legal-page p{line-height:1.9;color:var(--ink-2)}
.legal-date{color:var(--muted);font-size:13px}
.placeholder{padding:96px 24px;text-align:center;color:var(--muted)}
.placeholder .ph-ic{width:72px;height:72px;margin:0 auto 18px;border-radius:22px;background:var(--rebate-bg);display:grid;place-items:center;color:var(--brand)}
.placeholder .ph-ic .icon{width:36px;height:36px}
.placeholder h2{font-size:22px;color:var(--ink);margin-bottom:10px}
.placeholder p{font-size:15px;line-height:1.7}
.placeholder .ph-cta{margin-top:22px;display:inline-block;background:var(--brand);color:#fff;font-weight:800;padding:12px 28px;border-radius:24px}
.account-menu{max-width:640px;margin:0 auto}
.foot{border-top:1px solid var(--line);margin-top:48px;padding:30px 0;background:var(--surface)}
.foot-in{text-align:center;color:var(--muted);font-size:13px;line-height:2}
.foot-in .links{display:flex;gap:20px;justify-content:center;margin-bottom:8px}
.foot-in .links a{color:var(--ink-2);cursor:pointer}
.foot-in a{color:var(--muted)}
dialog{width:min(90vw,520px);border:0;border-radius:16px;padding:0;box-shadow:0 24px 60px rgba(28,27,25,.24)}
dialog::backdrop{background:rgba(28,27,25,.45)}
.dialog-body{padding:22px}
.dialog-body header{display:flex;align-items:center;justify-content:space-between}
.dialog-body h2{font-size:18px}
.text-close{color:var(--muted);padding:4px}
.dialog-body p{margin:14px 0 10px;color:var(--muted);line-height:1.6;font-size:14px}
.dialog-body textarea{width:100%;min-height:80px;border:1px solid var(--line);border-radius:12px;padding:12px;color:var(--ink);resize:vertical}
.dialog-actions{display:flex;gap:12px;margin-top:14px}
.dialog-actions .secondary,.dialog-actions .primary-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:22px;padding:0 22px;font-weight:800}
.dialog-actions .secondary{background:var(--surface-2);color:var(--ink);border:1px solid var(--line)}
.dialog-actions .primary-link{background:var(--brand);color:#fff}
.toast{position:fixed;left:50%;bottom:40px;transform:translateX(-50%) translateY(10px);z-index:80;background:rgba(28,27,25,.94);color:#fff;font-size:15px;padding:13px 22px;border-radius:24px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}
.toast.is-show{opacity:1;transform:translateX(-50%) translateY(0)}
