.wb-shell { padding: 0 18px 96px; background: #f5f3ec; }
.wb-header { display:flex; justify-content:space-between; align-items:center; padding:16px 0 8px; }
.wb-header>div { display:flex; align-items:center; gap:9px; }
.wb-header img { width:42px; height:42px; object-fit:contain; }
.wb-header strong,.wb-header small { display:block; }
.wb-header strong { font-size:18px; color:var(--tea-green); }
.wb-header small { font-size:12px; margin-top:3px; color:var(--ink-soft); }
.wb-header button { min-height:48px; color:var(--tea-green); background:transparent; padding:10px; }
.wb-page-title { display:flex; align-items:center; justify-content:space-between; padding:10px 0 16px; }
.wb-page-title h1 { font-size:25px; margin:0; letter-spacing:-.5px; }
.wb-page-title>span { font-size:12px; color:var(--ink-soft); border:1px solid var(--line); padding:5px 9px; border-radius:20px; }
.wb-body { display:grid; gap:14px; }
.wb-summary,.wb-store-canopy { padding:24px 20px 18px; border-radius:16px; color:#fffdf7; background:var(--tea-green); }
.wb-summary-label { font-size:12px; letter-spacing:2px; color:#eadbb9; }
.wb-summary h2 { font-family:var(--display-font); font-size:28px; line-height:1.45; margin:10px 0 24px; font-weight:500; }
.wb-metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.wb-metrics strong { font-size:30px; font-weight:600; display:block; }
.wb-metrics span { font-size:12px; color:#e1e9df; display:block; margin-top:4px; }
.wb-summary>p { font-size:12px; line-height:1.6; color:#dce8db; margin:18px 0 0; border-top:1px solid #ffffff26; padding-top:12px; }
.wb-quick { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.wb-button { min-height:48px; padding:12px 14px; border:1px solid var(--line); border-radius:10px; background:#fffdf8; color:var(--tea-green); font-size:14px; line-height:1.45; font-weight:600; }
.wb-button.primary { background:var(--tea-green); color:#fffdf7; border-color:var(--tea-green); width:100%; }
.wb-button.selected { background:var(--tea-green); color:white; }
.wb-button:disabled { opacity:.7; cursor:default; }
.wb-section-title { display:flex; justify-content:space-between; align-items:center; gap:10px; margin-top:8px; }
.wb-section-title h2 { font-size:17px; margin:0; }
.wb-section-title>span { font-size:12px; white-space:nowrap; color:var(--ink-soft); }
.wb-card { background:#fffdf8; border:1px solid var(--line); border-radius:12px; overflow:hidden; }
.wb-padded { padding:18px; }
.wb-person { display:flex; align-items:center; width:100%; text-align:left; padding:16px 14px; gap:12px; background:transparent; color:var(--ink); border-bottom:1px solid var(--line); }
.wb-person:last-child { border-bottom:0; }
.wb-person>b { font-size:24px; color:var(--ink-soft); font-weight:400; }
.wb-avatar { width:42px; height:42px; border-radius:50%; display:grid; place-items:center; flex:0 0 auto; background:#e2eadd; color:var(--tea-green); font-size:18px; }
.wb-avatar.gold { background:#f2e8d4; color:#745920; }
.wb-avatar.big { width:62px; height:62px; font-size:26px; margin:0 auto; }
.wb-person-copy { display:grid; gap:5px; flex:1; min-width:0; }
.wb-person-copy strong { font-size:16px; font-weight:600; }
.wb-person-copy small { font-size:12px; color:var(--ink-soft); line-height:1.5; }
.wb-person-copy>span { font-size:12px; color:var(--tea-green); line-height:1.5; }
.wb-note { padding:18px; background:#ecebdc; border-radius:12px; }
.wb-note strong,.wb-note h3,.wb-card h3 { font-size:16px; line-height:1.6; margin:0; }
.wb-note p,.wb-card p { color:var(--ink-soft); font-size:14px; line-height:1.85; margin:8px 0 14px; }
.wb-note>.wb-button + .wb-button { margin-top:10px; }
.wb-empty { padding:24px 18px; color:var(--ink-soft); font-size:14px; line-height:1.85; text-align:center; }
.wb-tag { display:inline-block; background:#e6ebdf; color:var(--tea-green); font-size:12px; border-radius:5px; padding:3px 6px; font-weight:400; }
.wb-intro h2 { font-size:22px; line-height:1.5; margin:0 0 8px; }
.wb-intro p { font-size:14px; line-height:1.85; margin:0; color:var(--ink-soft); }
.wb-search { display:block; }
.wb-search>span { display:block; font-size:12px; margin-bottom:6px; }
.wb-search input,.wb-link-label input { min-height:48px; padding:10px 12px; width:100%; min-width:0; background:#fffdf8; border:1px solid var(--line); border-radius:10px; color:var(--ink); font-size:16px; }
.wb-filters { display:flex; gap:8px; overflow:auto; }
.wb-filters button { white-space:nowrap; padding:10px 12px; flex-shrink:0; }
.wb-caption { color:var(--ink-soft); font-size:12px; line-height:1.75; margin:0; }
.wb-profile { text-align:center; padding:10px 8px; }
.wb-profile h2 { font-size:24px; margin:12px 0 6px; }
.wb-profile p { font-size:14px; color:var(--ink-soft); line-height:1.7; }
.wb-profile img { width:70px; height:70px; object-fit:contain; }
.wb-inline-metric { font-size:14px; padding-top:10px; border-top:1px solid var(--line); }
.wb-inline-metric strong { font-size:26px; color:var(--tea-green); }
.wb-inline-metric span { display:block; font-size:12px; color:var(--ink-soft); margin-top:4px; }
.wb-success-text { color:var(--tea-green)!important; font-size:14px; line-height:1.8; background:#e3ebdf; padding:12px; border-radius:8px; }
.wb-timeline { list-style:none; padding:0 0 0 15px; margin:0 0 0 7px; border-left:1px solid #b6c6b6; }
.wb-timeline li { font-size:14px; line-height:1.85; margin:0 0 18px; position:relative; }
.wb-timeline li::before { position:absolute; content:''; width:7px; height:7px; background:var(--tea-green); border-radius:50%; left:-19px; top:9px; }
.wb-team-total { background:#e3eadf; padding:18px; border-radius:12px; }
.wb-team-total>div { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.wb-team-total strong { display:block; font-size:28px; color:var(--tea-green); }
.wb-team-total span,.wb-team-total p { display:block; font-size:12px; color:var(--ink-soft); line-height:1.7; margin:5px 0 0; }
.wb-team-total p { margin-top:14px; }
.wb-step-row { display:flex; gap:12px; margin:12px 0; }
.wb-step-row span { width:42px; height:42px; display:grid; place-items:center; background:#ecebe2; border-radius:50%; color:var(--ink-soft); }
.wb-step-row .done { background:var(--tea-green); color:white; }
.wb-store-canopy { text-align:center; padding:25px 18px 30px; }
.wb-store-canopy img { width:70px; height:70px; background:#f5f0e4; padding:8px; border-radius:50%; object-fit:contain; }
.wb-store-canopy h2 { font-family:var(--display-font); font-size:27px; margin:14px 0; }
.wb-store-canopy p,.wb-store-canopy span { font-size:14px; color:#e4e9df; line-height:1.8; }
.wb-service-points { display:grid; grid-template-columns:1fr 1fr; gap:10px; padding-top:10px; }
.wb-service-points span { padding:10px; text-align:center; color:var(--tea-green); font-size:14px; background:#edf0e6; border-radius:6px; }
.wb-link-label { display:block; font-size:12px; color:var(--ink-soft); }
.wb-link-label input { font-size:13px; margin:6px 0 12px; }
.wb-perspective { padding:12px; text-align:center; font-size:12px; line-height:1.7; color:#73591c; background:#f2e8cd; border-radius:8px; }
.wb-checklist { font-size:14px; line-height:1.9; color:var(--ink-soft); padding-left:20px; }
.wb-checklist li { margin-bottom:10px; }
.wb-demo-box { padding:18px; border:1px dashed #819781; border-radius:12px; }
.wb-demo-box p { font-size:14px; line-height:1.8; color:var(--ink-soft); }
.wb-demo-note { font-size:12px; line-height:1.8; text-align:center; color:var(--ink-soft); margin:26px 0 10px; }
.wb-nav { position:fixed; z-index:20; bottom:0; left:50%; transform:translateX(-50%); width:min(100%,480px); display:grid; grid-template-columns:repeat(4,1fr); background:#fffdf8; border-top:1px solid var(--line); padding:6px 8px calc(8px + env(safe-area-inset-bottom)); }
.wb-nav button { min-height:56px; background:transparent; color:#6b756c; font-size:12px; border-radius:8px; }
.wb-nav button span { display:block; font-size:23px; margin-bottom:2px; }
.wb-nav button[aria-current="page"] { color:var(--tea-green); background:#e9eee3; font-weight:600; }
@media(max-width:360px) { .wb-shell { padding-left:12px; padding-right:12px; } .wb-summary h2 { font-size:25px; } .wb-person { padding:14px 10px; gap:9px; } }
.wb-store-compact { padding:16px 18px; }
.wb-store-compact h2 { margin:8px 0; font-size:25px; }
.wb-store-compact p { margin:0; font-size:12px; }
.wb-products { display:grid; gap:14px; }
.wb-product-card { border:1px solid var(--line); background:var(--white); border-radius:14px; padding:20px; border-left:5px solid var(--tea-green); }
.wb-product-card.heart { border-left-color:var(--apothecary-gold); background:#fffaf0; }
.wb-product-card.citrus { border-left-color:#ab6534; background:#fff9f3; }
.wb-product-label { color:var(--ink-soft); font-size:14px; margin-bottom:8px; }
.wb-product-card h3 { font-family:var(--display-font); font-size:26px; margin:0 0 14px; color:var(--tea-green); }
.wb-combination { display:flex; align-items:center; flex-wrap:wrap; gap:10px; line-height:1.7; font-size:16px; }
.wb-combination span { font-weight:600; }
.wb-combination b { font-weight:400; color:var(--apothecary-gold); }
.wb-product-card p { font-size:14px; color:var(--ink-soft); line-height:1.7; margin:10px 0 18px; }
.wb-product-footer { display:flex; justify-content:space-between; gap:12px; align-items:center; }
.wb-product-footer>strong { font-size:20px; color:var(--tea-green); }
.wb-product-entry { padding:16px; border:1px solid var(--line); background:#fffaf0; border-radius:12px; display:grid; gap:12px; }
.wb-product-entry strong { font-size:16px; line-height:1.6; }
.wb-product-entry p { font-size:14px; line-height:1.7; color:var(--ink-soft); margin:6px 0 0; }
.wb-product-detail { padding:24px 20px; background:#e3eadf; border-radius:14px; }
.wb-product-detail.heart { background:#f1e6ce; }
.wb-product-detail.citrus { background:#f5e3d3; }
.wb-product-detail>span { font-size:14px; color:var(--ink-soft); }
.wb-product-detail h2 { font-family:var(--display-font); font-size:30px; margin:12px 0 20px; color:var(--tea-green); }
.wb-product-detail p { font-size:16px; line-height:1.8; margin:20px 0 0; }
.wb-price-choice { display:flex; flex-wrap:wrap; gap:12px; align-items:baseline; }
.wb-price-choice strong { color:var(--tea-green); font-size:32px; }
.wb-price-choice span { font-size:14px; color:var(--ink-soft); }
.wb-selling-guide { padding:16px; border:1px solid var(--line); border-radius:10px; font-size:14px; line-height:1.8; }
.wb-selling-guide summary { cursor:pointer; min-height:36px; color:var(--tea-green); }
.wb-selling-guide p { margin:10px 0 0; color:var(--ink-soft); }
