/* ============================================================
   Hoosell OPC · 落地页样式 v2
   替换 styles.css 的落地页段（:root ~ footer）。
   ⚠ 工作台复用了本段里的 .logo / .primary / .soft / .grid /
     .product / .pic / .badge / .pbody / .prices / .stock 和全部
     :root 变量——这些必须一直存在，删了后台会花。
   设计口径：正文 14px，柠檬绿只用在 CTA 和唯一强调处。
   ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap");

:root{
  --ink:#12352d; --ink-2:#1c473c; --ink-3:#0a2820;
  --green:#0b6047; --green-2:#157a5b;
  --lime:#d9ff60; --lime-2:#c6f03f;
  --cream:#f6f4ec; --paper:#fffdf7; --white:#fff;
  --muted:#6c7a75; --muted-2:#9aa6a1; --line:#e3e8e4; --line-2:#eef1ed;
  --hot:#e0492b; --hot-soft:#fdece7; --amber:#b57d16; --amber-soft:#fdf3df;
  --shadow:0 18px 50px rgba(18,53,45,.10); --shadow-sm:0 6px 18px rgba(18,53,45,.07);
  --r-lg:18px; --r-md:12px; --r-sm:8px;
  --pad:7vw;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{margin:0;font-family:"DM Sans","Noto Sans SC",sans-serif;font-size:14px;line-height:1.65;color:var(--ink);background:var(--cream)}
button,input{font:inherit}
button{cursor:pointer}
h1,h2,h3,p{margin:0}
img{max-width:100%}

/* ---------- 通用件（工作台也在用，勿删） ---------- */
.logo{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.03em;text-decoration:none;color:var(--ink)}
/* logo 用图形标：把 <i>H</i> 的字隐掉、换成背景图，
   这样导航/页脚/登录弹窗/工作台侧栏四处的 <i>H</i> markup 一处不用改就都换了 */
.logo i{width:32px;height:32px;flex:none;border-radius:9px;font-style:normal;font-size:0;color:transparent;background:url("/logo.png") center/contain no-repeat}
.logo b{color:#5aa58b}
.logo.inverse,.inverse{color:#fff}
/* 深色底上墨绿标会糊，垫一个奶油色圆角块（不改动 logo 本身的颜色） */
.logo.inverse i,.inverse i{background-color:var(--cream);background-size:74%}
.primary{border:0;background:var(--ink);color:#fff;border-radius:10px;padding:13px 20px;font-weight:700;font-size:14px;transition:.18s}
.primary:hover{background:var(--ink-2);transform:translateY(-1px)}
.primary b{color:var(--lime);margin-left:8px;font-weight:800}
.primary.sm{padding:9px 15px;font-size:13px}
.soft{border:1px solid #cfd8d3;background:transparent;color:var(--ink);border-radius:10px;padding:11px 16px;font-weight:600;transition:.18s}
.soft:hover{border-color:var(--ink);background:#eef1e8}
.soft b{font-weight:800}
.link{border:0;background:none;color:var(--ink);font-weight:600}
.link:hover{color:var(--green)}
.kicker{font-size:11px;font-weight:800;letter-spacing:.16em;color:var(--green);display:block}
.kicker.lime{color:var(--lime)}
.section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:34px}
.section-title h2{font-size:30px;letter-spacing:-.02em;margin:10px 0 8px}
.section-title p{color:var(--muted);max-width:600px}
.section-title>button{flex:none}

/* ---------- 导航 ---------- */
.nav{height:64px;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;background:rgba(246,244,236,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(21,57,47,.08)}
.nav nav{display:flex;gap:28px}
.nav nav a{color:var(--ink);text-decoration:none;font-size:13px;font-weight:500;opacity:.82}
.nav nav a:hover{opacity:1;color:var(--green)}
.nav>div{display:flex;align-items:center;gap:10px}

/* ---------- 首屏 ---------- */
.hero{padding:64px var(--pad) 72px;display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}
.pill{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;background:#e6eadd;border-radius:30px;font-size:11px;font-weight:800;letter-spacing:.1em;color:var(--green)}
.pill i{width:6px;height:6px;background:#3f9c6b;border-radius:50%;box-shadow:0 0 0 3px #cfe3d4}
.hero h1{font-size:52px;line-height:1.12;letter-spacing:-.04em;margin:20px 0 18px;font-weight:800}
.hero h1 em{font-style:normal;position:relative;white-space:nowrap}
.hero h1 em:after{content:"";position:absolute;left:-.04em;right:-.04em;bottom:.11em;height:.30em;background:var(--lime);z-index:-1;border-radius:3px}
.hero-copy>p{max-width:520px;color:#596963;font-size:15px;line-height:1.8}
.actions{display:flex;align-items:center;gap:12px;margin:28px 0 34px;flex-wrap:wrap}
.proof{display:flex;gap:38px;padding-top:26px;border-top:1px solid var(--line)}
.proof div{display:flex;flex-direction:column}
.proof b{font-size:24px;letter-spacing:-.02em;font-weight:800;font-variant-numeric:tabular-nums}
.proof span{font-size:11px;color:var(--muted);margin-top:3px}

/* 首屏右侧：只有一张库存卡，没有装饰圆环、没有浮标 */
.visual{min-height:400px;display:grid;place-items:center}
.wh-card{width:100%;max-width:420px;background:var(--ink);color:#fff;border-radius:20px;padding:24px;box-shadow:0 30px 70px rgba(10,40,32,.26)}
.wh-head{display:flex;justify-content:space-between;align-items:center;font-size:11px;letter-spacing:.1em;font-weight:700;color:#8fa9a1}
.wh-head em{font-style:normal;font-size:10px;color:#7d968f;letter-spacing:0}
.wh-card>strong{display:block;font-size:44px;line-height:1.1;margin:14px 0 2px;letter-spacing:-.03em;font-variant-numeric:tabular-nums}
.wh-card>small{color:#93aaa3;font-size:12px}
.wh-card>small b{color:var(--lime);font-weight:700}
.wh-bars{margin:22px 0 6px;display:flex;flex-direction:column;gap:9px}
.wh-bars div{display:grid;grid-template-columns:6.5em 1fr auto;align-items:center;gap:10px;font-size:11px;color:#b7c8c2}
.wh-bars i{height:6px;border-radius:3px;background:linear-gradient(90deg,var(--lime),#69b487);display:block;min-width:4px}
.wh-bars em{font-style:normal;color:#8fa9a1;font-variant-numeric:tabular-nums}

/* ---------- 类目条（深色，纯展示不是按钮） ---------- */
.cats{background:var(--ink);color:#fff;padding:22px var(--pad)}
.cats-inner{display:flex;align-items:center;gap:22px;min-width:0}
.cats-label{flex:none;font-size:10px;letter-spacing:.16em;font-weight:800;color:#7f9a92}
.cats-row{flex:1 1 auto;min-width:0;width:100%;display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}
.cats-row::-webkit-scrollbar{display:none}
.cats-row>span{flex:none;display:flex;align-items:baseline;gap:7px;padding:7px 13px;border:1px solid #2f5a4d;border-radius:20px;font-size:12px;white-space:nowrap}
.cats-row>span em{font-style:normal;color:var(--lime);font-weight:700;font-variant-numeric:tabular-nums}

/* ---------- 商品橱窗 ---------- */
.goods{padding:76px var(--pad)}
.tabs{display:flex;gap:8px;margin-bottom:22px;flex-wrap:wrap}
.tabs button{border:1px solid var(--line);background:var(--white);color:var(--muted);border-radius:20px;padding:8px 15px;font-size:12px;font-weight:600;transition:.18s}
.tabs button:hover{border-color:#c3cfc9;color:var(--ink)}
.tabs button.on{background:var(--ink);border-color:var(--ink);color:#fff}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.product{background:var(--white);border:1px solid var(--line-2);border-radius:var(--r-lg);overflow:hidden;transition:.2s;display:flex;flex-direction:column}
.product:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#dfe6e1}
.pic{aspect-ratio:1/1;background:#eef1ea;position:relative;overflow:hidden}
.pic img{width:100%;height:100%;object-fit:cover;display:block}
.badge{position:absolute;top:10px;left:10px;color:#fff;background:rgba(18,53,45,.9);padding:5px 8px;border-radius:6px;font-size:10px;font-weight:600;backdrop-filter:blur(4px)}
.badge.warn{background:rgba(181,125,22,.92)}
.pbody{padding:14px 15px 15px;display:flex;flex-direction:column;flex:1}
.pbody>small{font-size:10px;color:var(--muted-2)}
.pbody h3{font-size:14px;font-weight:700;margin:6px 0 12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.prices{border-top:1px solid var(--line-2);padding-top:11px;display:flex;justify-content:space-between;align-items:flex-end;gap:10px;margin-top:auto}
.prices label{display:flex;flex-direction:column;font-size:10px;color:var(--muted)}
.prices b{font-size:19px;color:var(--ink);letter-spacing:-.02em;margin-top:2px;font-variant-numeric:tabular-nums}
.prices strong{font-size:12px;color:var(--green);margin-top:4px;font-weight:700}
.stock{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:11px;font-size:10px;color:var(--muted)}
.stock span i{display:inline-block;width:5px;height:5px;background:#3e9b68;border-radius:50%;margin-right:5px}
.stock span.low i{background:var(--hot)}
.stock button{border:1px solid #cbd5cf;background:#fff;border-radius:7px;padding:6px 10px;font-size:10px;font-weight:700;color:var(--ink);white-space:nowrap}
.stock button:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.stock button.on{background:var(--ink);color:#fff}
.grid-note{margin-top:20px;font-size:12px;color:var(--muted)}
.grid-note b{color:var(--ink);font-weight:700}
.skeleton .product{min-height:300px;background:linear-gradient(100deg,#f2f4f0 30%,#f8faf6 50%,#f2f4f0 70%);background-size:220% 100%;animation:sk 1.3s infinite;border-color:transparent}
@keyframes sk{from{background-position:180% 0}to{background-position:-40% 0}}

/* ---------- 履约流程（深色，横向四步） ---------- */
.flow{padding:80px var(--pad);background:var(--ink);color:#fff}
.flow h2{font-size:32px;line-height:1.25;letter-spacing:-.02em;margin:10px 0 12px}
.flow-head{max-width:640px;margin-bottom:44px}
.flow-head p{color:#9db0a9;line-height:1.8}
.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.steps li{position:relative;padding:0 22px 0 0}
.steps li:before{content:"";position:absolute;left:0;right:0;top:13px;height:1px;background:#31584c}
.steps li:last-child:before{display:none}
.steps b{position:relative;display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--lime);color:var(--ink);font-size:11px;font-weight:800;margin-bottom:18px}
.steps h3{font-size:15px;margin:0 0 7px}
.steps p{font-size:12px;line-height:1.75;color:#93a9a2;margin:0}

/* ---------- 合作条款 ---------- */
.terms{padding:80px var(--pad);background:var(--paper)}
.terms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}
.terms-grid article{background:var(--paper);padding:24px}
.terms-grid span{font-size:10px;letter-spacing:.13em;font-weight:800;color:var(--green)}
.terms-grid b{display:block;font-size:17px;letter-spacing:-.02em;margin:9px 0 8px;font-weight:800}
.terms-grid p{font-size:12px;line-height:1.75;color:var(--muted)}
.terms-cta{margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.terms-cta>span{font-size:12px;color:var(--muted)}
.terms-cta .primary{text-decoration:none;display:inline-block}

/* ---------- 常见问题 ---------- */
.faq{padding:80px var(--pad)}
.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.faq-grid article{background:var(--white);border:1px solid var(--line-2);border-radius:var(--r-lg);padding:22px 24px}
.faq-grid h3{font-size:14px;font-weight:700;margin:0 0 8px;display:flex;gap:9px;align-items:flex-start}
.faq-grid h3 i{flex:none;width:19px;height:19px;display:grid;place-items:center;border-radius:5px;background:#eaf0e4;color:var(--green);font-style:normal;font-size:10px;font-weight:800;margin-top:2px}
.faq-grid p{font-size:12.5px;line-height:1.8;color:var(--muted);padding-left:28px}

/* ---------- 收尾 CTA ---------- */
.cta{padding:0 var(--pad) 80px}
.cta-inner{background:linear-gradient(135deg,var(--green) 0%,#0d4d3a 55%,#17614a 100%);border-radius:24px;padding:64px 32px;text-align:center;color:#fff}
.cta-inner>span{font-size:10px;letter-spacing:.17em;font-weight:800;color:var(--lime)}
.cta-inner h2{font-size:32px;line-height:1.3;margin:12px 0 26px;letter-spacing:-.02em}
.cta-btn{border:0;background:var(--lime);color:var(--ink);border-radius:11px;padding:15px 28px;font-weight:800;font-size:15px;transition:.18s}
.cta-btn:hover{background:var(--lime-2);transform:translateY(-1px)}
.cta-sub{margin-top:16px;font-size:12px;color:#a6c0b7}

/* ---------- 页脚 ---------- */
footer{background:var(--ink-3);color:#fff;padding:52px var(--pad) 26px}
.foot-main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:36px;padding-bottom:34px;border-bottom:1px solid #1e453a}
.foot-brand p{color:#8ba49c;font-size:12px;margin:14px 0 6px;max-width:280px;line-height:1.75}
.foot-brand .entity{color:#c8d7d2;font-size:12px;font-weight:600}
.foot-col h4{font-size:11px;letter-spacing:.13em;color:#7d968f;margin:0 0 14px;font-weight:800}
.foot-col>a,.foot-col>span{display:block;color:#b9cbc5;font-size:12.5px;text-decoration:none;margin-bottom:9px;line-height:1.6}
.foot-col a:hover{color:var(--lime)}
.foot-legal{display:flex;flex-wrap:wrap;gap:8px 22px;align-items:center;padding-top:20px;font-size:11.5px;color:#7d968f}
.foot-legal a{color:#7d968f;text-decoration:none}
.foot-legal a:hover{color:#b9cbc5;text-decoration:underline}
.foot-legal .sep{opacity:.4}

/* ---------- 响应式 ---------- */
@media (max-width:1080px){
  :root{--pad:5vw}
  .hero{grid-template-columns:1fr;gap:44px}
  .hero h1{font-size:42px}
  .visual{min-height:0}
  .grid{grid-template-columns:repeat(3,1fr)}
  .steps{grid-template-columns:repeat(2,1fr);gap:32px 0}
  .steps li:before{display:none}
  .terms-grid{grid-template-columns:repeat(2,1fr)}
  .foot-main{grid-template-columns:1fr 1fr;gap:30px}
}
@media (max-width:720px){
  :root{--pad:20px}
  .nav nav{display:none}
  .nav>div{gap:6px}
  .nav .link{padding:6px 4px}
  .hero{padding:44px 20px 56px}
  .hero h1{font-size:34px}
  .actions{flex-direction:column;align-items:stretch}
  .actions button{width:100%}
  .proof{gap:0;justify-content:space-between}
  .proof b{font-size:19px}
  .proof span{font-size:10px}
  .cats-inner{flex-direction:column;align-items:stretch;gap:12px}
  .goods,.flow,.terms,.faq{padding-top:56px;padding-bottom:56px}
  .section-title{flex-direction:column;align-items:stretch;gap:18px}
  .section-title h2,.flow h2,.cta-inner h2{font-size:25px}
  .grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .pbody{padding:12px}
  .prices{flex-direction:column;align-items:flex-start;gap:6px}
  .steps{grid-template-columns:1fr;gap:26px}
  .terms-grid,.faq-grid{grid-template-columns:1fr}
  .terms-cta{flex-direction:column;align-items:stretch}
  .terms-cta .primary{text-align:center}
  .cta-inner{padding:44px 20px;border-radius:18px}
  .foot-main{grid-template-columns:1fr;gap:26px}
}

/* ===== 以下为后台 / 工作台 / 弹窗样式（原样保留） ===== */
.pager{display:flex;align-items:center;justify-content:center;gap:18px;margin:24px 0}.pager button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px 13px;color:var(--ink)}.pager button:disabled{opacity:.4;cursor:not-allowed}.pager span{font-size:10px;color:var(--muted)}.productstats{grid-template-columns:repeat(4,1fr);margin-bottom:14px}.adminbar{display:flex;align-items:center;gap:9px;margin-bottom:14px}.adminbar .searchbox{flex:1;background:#fff;border:1px solid var(--line);border-radius:9px;padding:9px 12px;color:#91a19b}.adminbar input{border:0;outline:0;width:88%}.adminbar select{border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px 12px;color:var(--ink);font:inherit;font-size:10px}.adminbar .chosen{font-size:9px;color:var(--muted);white-space:nowrap}.batch{border:0;border-radius:8px;padding:10px 12px;font-size:10px;font-weight:700}.batch.up{background:var(--ink);color:#fff}.batch.down{background:#f5dfdb;color:#934b40}.productpanel{overflow-x:auto}.ptable{min-width:980px}.pr{display:grid;grid-template-columns:26px 2.3fr 1.25fr .6fr .8fr .6fr .7fr .55fr;gap:10px;align-items:center;padding:11px 16px;border-bottom:1px solid #edf0ed;font-size:9px}.pr.th{background:#fafbfa;color:#7d8d87;font-size:8px}.pr>span{display:flex;flex-direction:column}.pr small{font-size:8px;color:var(--muted);margin-top:3px}.pname{flex-direction:row!important;align-items:center;gap:9px}.pname img{width:46px;height:46px;object-fit:cover;border-radius:8px;background:#edf0ed}.toggle{border:0;border-radius:6px;padding:6px 9px;font-size:8px}.toggle.off{background:#f6e6e2;color:#984d43}.toggle.on{background:#e1f1e7;color:#28734e}
/* merchant workspace */.dashboard{background:#f3f5f2}.dashboard #app{display:grid;grid-template-columns:248px 1fr;min-height:100vh}.dashboard aside{position:fixed;inset:0 auto 0 0;width:248px;background:#11372f;color:#fff;padding:25px 16px;display:flex;flex-direction:column;z-index:30}.dashboard aside>.logo{padding:0 9px}.tenant{display:grid;grid-template-columns:1fr auto;gap:5px;margin:28px 4px 18px;padding:13px;background:#224b40;border-radius:10px}.tenant small{grid-column:1/-1;font-size:8px;color:#92aaa2;letter-spacing:.12em}.tenant>b{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tenant em{font-size:8px;font-style:normal;background:#765f24;color:#ffefb4;border-radius:10px;padding:4px 6px}.tenant em.active{background:#286a50}.tenant em.frozen{background:#7c4141}.dashboard aside nav{display:flex;flex-direction:column;gap:4px}.dashboard aside nav button,.logout{display:flex;align-items:center;gap:12px;padding:12px;border:0;background:none;color:#abbdb7;border-radius:8px;text-align:left;font-size:12px}.dashboard aside nav button i{width:17px;font-style:normal}.dashboard aside nav button.active{background:var(--lime);color:var(--ink);font-weight:700}.help{margin-top:auto;display:flex;align-items:center;gap:10px;background:#224b40;padding:12px;border-radius:10px}.help>i{width:28px;height:28px;display:grid;place-items:center;background:#365c52;border-radius:8px;font-style:normal}.help span{display:flex;flex-direction:column}.help b{font-size:10px}.help small{font-size:8px;color:#93aaa3}.logout{margin-top:7px;width:100%}.workspace{grid-column:2}.workspace>header{height:88px;padding:0 36px;background:#fff;border-bottom:1px solid #e3e8e4;display:flex;align-items:center;justify-content:space-between}.workspace header>div:first-child>span{font-size:8px;color:#84928d;letter-spacing:.14em}.workspace header h1{margin:3px 0 0;font-size:21px}.user{display:flex;align-items:center;gap:9px}.user>button{border:0;background:#f0f3f0;width:35px;height:35px;border-radius:9px}.user>i{display:grid;place-items:center;width:35px;height:35px;border-radius:9px;background:var(--ink);color:var(--lime);font-style:normal;font-weight:700}.user>span{display:flex;flex-direction:column}.user b{font-size:11px}.user small{font-size:8px;color:var(--muted)}.workspace>main{padding:28px 36px}.notice{display:flex;align-items:center;gap:13px;background:#fff8df;border:1px solid #e8d99f;border-radius:12px;padding:14px 17px;margin-bottom:23px}.notice>i{font-style:normal}.notice>span{display:flex;flex-direction:column}.notice b{font-size:12px}.notice small{font-size:10px;color:#7a7051;margin-top:3px}.notice button{margin-left:auto;border:0;background:none;font-size:10px;color:#6c5e28;font-weight:700}.notice.danger{background:#fff0ed;border-color:#edc5bd}.welcome{display:flex;align-items:center;justify-content:space-between;margin-bottom:23px}.welcome span{font-size:12px;color:var(--muted)}.welcome h2{margin:5px 0;font-size:23px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stats article,.chartbox,.tasks,.panel{background:#fff;border:1px solid #e3e8e4;border-radius:13px}.stats article{display:flex;flex-direction:column;padding:19px}.stats span{font-size:10px;color:var(--muted)}.stats b{font-size:27px;margin:11px 0}.stats small{font-size:8px;color:#8c9b96}.stats em{color:#319665}.dash{display:grid;grid-template-columns:1.55fr 1fr;gap:14px;margin-top:14px}.chartbox,.tasks{padding:20px}.cardhead{display:flex;flex-direction:column}.cardhead>b{font-size:13px}.cardhead>span{font-size:9px;color:var(--muted);margin-top:3px}.chartarea{height:225px;margin-top:18px;position:relative;background:repeating-linear-gradient(to bottom,#edf0ed 0,#edf0ed 1px,transparent 1px,transparent 55px)}.chartline{position:absolute;inset:35px 0 25px;background:linear-gradient(160deg,transparent 0 18%,#d9ff6066 19% 61%,transparent 62%);clip-path:polygon(0 75%,15% 48%,31% 63%,49% 20%,65% 43%,81% 9%,100% 28%,100% 100%,0 100%);border-bottom:3px solid var(--green)}.days{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;font-size:8px;color:#94a19c}.task{display:flex;align-items:center;gap:10px;padding:16px 0;border-bottom:1px solid #edf0ed}.task>i{color:#3b9567;font-style:normal}.task>span{display:flex;flex-direction:column}.task b{font-size:10px}.task small{font-size:8px;color:var(--muted);margin-top:3px}.task button{margin-left:auto;border:0;background:none;color:var(--green);font-size:8px;font-weight:700}.toolbar{display:flex;gap:9px;margin-bottom:20px}.toolbar>div{flex:1;background:#fff;border:1px solid var(--line);border-radius:9px;padding:10px 13px;color:#94a29d}.toolbar input{border:0;outline:0;width:90%}.catalog-title{display:flex;align-items:center;gap:9px;margin-bottom:14px}.catalog-title span{font-size:9px;color:var(--muted)}.dashproducts .pic{height:175px}.panel{overflow:hidden}.panelhead{display:flex;align-items:center;justify-content:space-between;padding:19px;border-bottom:1px solid #e6ebe7}.panelhead>span{display:flex;flex-direction:column}.panelhead b{font-size:13px}.panelhead small{font-size:9px;color:var(--muted);margin-top:3px}.tr{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:12px;align-items:center;padding:14px 19px;border-bottom:1px solid #edf0ed;font-size:10px}.th{background:#fafbfa;color:#83918c;font-size:8px}.member{display:flex;align-items:center;gap:9px}.member>i{width:30px;height:30px;display:grid;place-items:center;background:#e6eee9;border-radius:8px;font-style:normal}.member>b,.tenants .tr>span:first-child{display:flex;flex-direction:column}.tr small{font-size:8px;color:var(--muted);margin-top:3px}.tag{font-style:normal;padding:4px 7px;border-radius:10px;font-size:8px}.tag.green{background:#e2f4e9;color:#27784d}.tag.amber{background:#fff2cf;color:#8b6716}.tag.red{background:#fde5e2;color:#a34539}.tenants .tr{grid-template-columns:2fr 1fr .5fr .8fr 1fr}.tr button{border:0;background:none;font-size:9px}.tr .approve{background:var(--ink);color:#fff;padding:6px 9px;border-radius:6px;margin-right:5px}.tr .freeze{color:#a54a40}.adminstats{grid-template-columns:repeat(3,1fr);margin-bottom:14px}.empty{text-align:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:80px 20px}.empty>i{width:58px;height:58px;display:grid;place-items:center;margin:auto;background:#eaf0eb;border-radius:15px;font-style:normal;font-size:23px}.empty p{color:var(--muted)}.empty>span{font-size:9px;background:#edf1ed;border-radius:14px;padding:6px 9px}.loader{width:34px;height:34px;border:3px solid #d8dfda;border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite;margin:140px auto}@keyframes spin{to{transform:rotate(360deg)}}.mobile{display:none}
.modal{position:fixed;inset:0;background:#06251eae;display:grid;place-items:center;padding:20px;z-index:100;backdrop-filter:blur(5px)}.auth{width:min(500px,100%);background:#fff;border-radius:19px;padding:31px;position:relative;box-shadow:0 35px 90px #001b14}.close{position:absolute;right:16px;top:16px;border:0;background:#f0f3ef;width:30px;height:30px;border-radius:50%;font-size:18px}.auth-head{margin:27px 0 21px}.auth-head>span{font-size:8px;letter-spacing:.15em;color:var(--green);font-weight:800}.auth-head h2{margin:7px 0;font-size:25px}.auth-head p{font-size:11px;color:var(--muted)}.auth form{display:flex;flex-direction:column;gap:13px}.auth label{display:flex;flex-direction:column;gap:6px;font-size:10px;font-weight:700}.auth input{border:1px solid #d7dfd9;border-radius:8px;padding:11px;outline:0}.auth input:focus{border-color:var(--green);box-shadow:0 0 0 3px #dcebe5}.row{display:grid;grid-template-columns:1fr 1fr;gap:11px}.switch{text-align:center;margin-top:18px;font-size:10px;color:var(--muted)}.switch button{border:0;background:none;color:var(--green);font-weight:700}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,15px);opacity:0;background:var(--ink);color:#fff;padding:11px 17px;border-radius:9px;z-index:200;font-size:11px;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}.toast.bad{background:#a64a40}
@media(max-width:1000px){.dashboard #app{display:block}.dashboard aside{transform:translateX(-105%);transition:.25s}.dashboard aside.open{transform:none}.workspace{margin:0}.mobile{height:62px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 18px}.mobile>button{border:0;background:none;font-size:20px}.workspace>header{padding:0 20px}.workspace>main{padding:22px 20px}.stats{grid-template-columns:repeat(2,1fr)}.dash{grid-template-columns:1fr}}
@media(max-width:620px){.workspace>header{height:73px}.workspace header>div:first-child>span,.user>span{display:none}.workspace>main{padding:15px}.stats,.adminstats{grid-template-columns:1fr 1fr}.stats article{padding:14px}.table{overflow-x:auto}.tr{min-width:640px}.row{grid-template-columns:1fr}.notice button{display:none}}
.address-form{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:19px}.address-form input,.address-form select{min-width:0;border:1px solid #d7dfd9;border-radius:8px;padding:10px;outline:0;font:inherit;font-size:10px}.address-form input:focus{border-color:var(--green)}.address-form button{grid-column:1/-1;justify-self:start}.address-list{padding:0 19px 19px}.address{display:grid;grid-template-columns:1fr auto;gap:5px 12px;padding:13px 0;border-top:1px solid #edf0ed;font-size:10px}.address>span{grid-column:1/-1;color:var(--muted);line-height:1.5}.address>em{grid-column:1}.address>button{grid-column:2;grid-row:1/3;color:#a54a40}.buy{margin-left:5px;padding:6px 8px;border:1px solid var(--line);border-radius:6px;font-size:8px}.paymentBox{padding:0 19px 19px}
@media(max-width:620px){.address-form{grid-template-columns:1fr}.address-form button{grid-column:auto}.buy{margin-left:0;margin-top:4px}.stock{align-items:flex-start;flex-direction:column;gap:6px}}
.user>.header-logout{width:auto;height:auto;padding:8px 10px;border:1px solid #dce4de;background:#fff;border-radius:8px;color:var(--ink);font-size:10px;font-weight:700}.user>.header-logout:hover{background:#eef5ef}

/* readability pass: keep the original hierarchy, raise utility text for desktop and mobile */
body{font-size:15px}
.nav nav a{font-size:14px}.hero-copy>p{font-size:16px}.proof span{font-size:12px}
.wh-head{font-size:12px}.wh-head em{font-size:11px}.wh-card>small{font-size:13px}.wh-bars div{font-size:12px}
.cats-label{font-size:11px}.cats-row>span{font-size:13px}.tabs button{font-size:13px}
.badge{font-size:11px}.pbody>small{font-size:11px}.pbody h3{font-size:16px}.prices label{font-size:11px}.prices strong{font-size:13px}.stock{font-size:11px}.stock button{font-size:11px}.grid-note{font-size:13px}
.steps p,.terms-grid p,.faq-grid p{font-size:13px}.terms-grid span{font-size:11px}.faq-grid h3{font-size:15px}.faq-grid h3 i{font-size:11px}.foot-brand p,.foot-brand .entity{font-size:13px}.foot-col h4{font-size:12px}.foot-col>a,.foot-col>span{font-size:13px}.foot-legal{font-size:12px}
.dashboard aside nav button,.logout{font-size:14px}.tenant small{font-size:10px}.tenant>b{font-size:13px}.tenant em{font-size:10px}.help b{font-size:11px}.help small{font-size:10px}
.workspace header>div:first-child>span{font-size:10px}.workspace header h1{font-size:23px}.user b{font-size:12px}.user small{font-size:10px}.welcome span{font-size:13px}.welcome h2{font-size:25px}.stats span{font-size:12px}.stats b{font-size:29px}.stats small{font-size:10px}.cardhead>b{font-size:14px}.cardhead>span{font-size:11px}.days{font-size:10px}.task b{font-size:12px}.task small{font-size:10px}.task button{font-size:10px}.catalog-title span{font-size:11px}.panelhead b{font-size:14px}.panelhead small{font-size:11px}.tr{font-size:11px}.th{font-size:10px}.tr small{font-size:10px}.tag{font-size:10px}.tr button{font-size:10px}.adminbar select{font-size:11px}.adminbar .chosen{font-size:10px}.batch{font-size:11px}.pr{font-size:10px}.pr.th{font-size:9px}.pr small{font-size:9px}.toggle{font-size:9px}
.auth-head>span{font-size:9px}.auth-head h2{font-size:27px}.auth-head p{font-size:13px}.auth label{font-size:12px}.switch{font-size:12px}.toast{font-size:12px}.address-form input,.address-form select{font-size:11px}.address{font-size:11px}.buy{font-size:9px}
@media(max-width:620px){body{font-size:14px}.hero-copy>p{font-size:15px}.pbody h3{font-size:15px}.workspace header h1{font-size:21px}.stats span{font-size:11px}.stats b{font-size:26px}.tr{font-size:11px}}
