:root{
  --wine:#7f2035;--wine-dark:#2b171c;--wine-deep:#541324;--gold:#bd9254;--cream:#f5f0e9;
  --paper:#fffdfa;--ink:#29231f;--muted:#82766d;--line:#e9dfd4;--success:#1d7654;--danger:#b03935;
  --shadow:0 14px 40px rgba(62,37,27,.09);font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif;
  color:var(--ink);background:#e8dfd5
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#eee6dc,#ddd0c3)}
body.layer-open{overflow:hidden}button,a,select{font:inherit}.hidden{display:none!important}
.app-shell{width:min(100%,620px);margin:0 auto;min-height:100vh;background:var(--cream);box-shadow:0 0 80px rgba(40,25,20,.15);position:relative}
.site-header{height:64px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(127,32,53,.08);background:rgba(255,253,250,.94);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20}
.brand{display:flex;gap:10px;align-items:center;text-decoration:none;color:var(--ink)}.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#8b263c,#531322);color:white;font:700 20px Georgia,serif;box-shadow:0 7px 18px rgba(127,32,53,.24)}
.brand strong,.brand small{display:block}.brand strong{font-size:15px}.brand small{font-size:9px;color:var(--muted);letter-spacing:.11em;margin-top:2px}
.header-actions{display:flex;align-items:center;gap:7px}.status-pill{font-size:10px;border-radius:999px;padding:5px 8px;background:#e3f3eb;color:var(--success)}.status-pill.loading{background:#f4ead6;color:#8c631f}.status-pill.error{background:#f8dfdc;color:var(--danger)}
.icon-button,.cart-shortcut{height:34px;min-width:34px;border-radius:10px;border:1px solid var(--line);background:white;color:var(--wine);cursor:pointer}.icon-button{font-size:20px}.icon-button.spinning{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.cart-shortcut{position:relative;font-size:12px;font-weight:700}.cart-shortcut span,.nav-cart i{display:none;position:absolute;border-radius:99px;background:#d5423d;color:white;font-size:9px;font-style:normal;line-height:16px;min-width:16px;height:16px;text-align:center}.cart-shortcut span{right:-5px;top:-6px}.cart-shortcut span.visible,.nav-cart i.visible{display:block}
main{padding-bottom:80px}.page{display:none;min-height:calc(100vh - 144px);animation:fade .22s ease}.page.active{display:block}@keyframes fade{from{opacity:.55;transform:translateY(5px)}to{opacity:1;transform:none}}
.mini-hero{min-height:390px;padding:42px 22px 28px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;overflow:hidden;background:radial-gradient(circle at 95% 2%,#96354a 0,#691a2d 35%,#30171d 92%);color:white;position:relative}
.mini-hero:before,.mini-hero:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.09);border-radius:50%}.mini-hero:before{width:270px;height:270px;right:-110px;top:-95px}.mini-hero:after{width:190px;height:190px;right:-55px;top:-55px}
.hero-copy{position:relative;z-index:2}.eyebrow{margin:0 0 11px;color:#cfae7b;font-size:10px;letter-spacing:.19em;font-weight:800}.hero-copy h1{font-family:Georgia,"Songti SC",serif;font-size:clamp(31px,7vw,44px);line-height:1.22;margin:0}.hero-copy>p:not(.eyebrow){font-size:12px;line-height:1.7;color:#ddcbcd;max-width:280px;margin:15px 0 0}
.hero-actions{display:flex;gap:9px;margin-top:22px}.primary-button,.ghost-button{border:0;border-radius:11px;padding:11px 16px;font-size:13px;font-weight:700;cursor:pointer}.primary-button{background:linear-gradient(135deg,#d2a461,#ac7935);color:white;box-shadow:0 9px 23px rgba(27,12,7,.2)}.ghost-button{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.25);color:#f2e3d5}
.hero-bottles{height:270px;position:relative;z-index:1}.hero-bottles i{position:absolute;bottom:3px;width:62px;height:205px;border-radius:14px 14px 22px 22px;background:linear-gradient(90deg,#160d10,#6b1c2c 52%,#1c0d11);box-shadow:16px 20px 26px rgba(0,0,0,.3);transform:rotate(5deg)}.hero-bottles i:before{content:"";position:absolute;top:-38px;left:20px;width:23px;height:43px;background:#211014;border-radius:4px 4px 0 0}.hero-bottles i:first-child{right:10px}.hero-bottles i:nth-child(2){right:74px;height:180px;opacity:.7;transform:rotate(-8deg);filter:saturate(.55)}.hero-bottles span{position:absolute;right:18px;bottom:73px;width:48px;padding:12px 3px;background:#eee3cc;color:#6b1b2c;font:700 12px serif;text-align:center;transform:rotate(5deg)}
.announcement{margin:14px 14px 0;display:flex;gap:10px;align-items:flex-start;padding:12px 13px;border:1px solid #ead4aa;background:#fff8e7;border-radius:12px}.announcement span{flex:none;background:var(--wine);color:white;font-size:9px;padding:4px 6px;border-radius:5px}.announcement p{margin:0;line-height:1.6;font-size:12px}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:20px 12px 13px;background:var(--paper);border-bottom:1px solid var(--line)}.quick-grid button{border:0;background:transparent;display:grid;justify-items:center;gap:8px;color:var(--ink);cursor:pointer}.quick-grid small{font-size:11px}.quick-icon{width:45px;height:45px;border-radius:17px;display:grid;place-items:center;color:white;font:700 16px serif;box-shadow:0 8px 16px rgba(67,33,29,.14)}
.quick-icon.ruby{background:linear-gradient(145deg,#a63b51,#641629)}.quick-icon.violet{background:linear-gradient(145deg,#785179,#3c223f)}.quick-icon.amber{background:linear-gradient(145deg,#d19d53,#9a6522)}.quick-icon.ink{background:linear-gradient(145deg,#5a5552,#2e2b2a)}
.content-section{padding:24px 14px 8px}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:13px}.section-title small{color:var(--gold);font-size:9px;letter-spacing:.16em}.section-title h2{margin:4px 0 0;font-family:Georgia,"Songti SC",serif;font-size:23px}.section-title button{border:0;background:transparent;color:var(--wine);font-size:11px;cursor:pointer}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 14px 28px}.content-section .product-grid{padding:0}.product-card{min-width:0;background:var(--paper);border:1px solid var(--line);border-radius:17px;overflow:hidden;box-shadow:0 9px 24px rgba(68,43,31,.07)}.visual-button{display:block;width:100%;border:0;padding:0;background:transparent;cursor:pointer}
.product-visual{height:180px;position:relative;overflow:hidden;background:radial-gradient(circle at 70% 25%,rgba(255,255,255,.42),transparent 32%),linear-gradient(145deg,#f3dfe2,#dfb7be)}.product-visual:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;border:1px solid rgba(255,255,255,.45);right:-45px;top:-50px}.product-visual.violet{background:radial-gradient(circle at 70% 25%,rgba(255,255,255,.35),transparent 32%),linear-gradient(145deg,#ddd0e1,#b99ebe)}.product-visual.amber{background:radial-gradient(circle at 70% 25%,rgba(255,255,255,.45),transparent 32%),linear-gradient(145deg,#f4e3c2,#d8b879)}.product-visual.ink{background:radial-gradient(circle at 70% 25%,rgba(255,255,255,.24),transparent 32%),linear-gradient(145deg,#d7d2ce,#99918c)}
.product-bottle{position:absolute;left:50%;bottom:12px;transform:translateX(-50%) rotate(3deg);width:49px;height:135px;background:linear-gradient(90deg,#180e10,#6a1a2b 52%,#241015);border-radius:11px 11px 16px 16px;box-shadow:13px 15px 20px rgba(44,22,20,.22)}.product-bottle:before{content:"";position:absolute;top:-27px;left:16px;width:18px;height:31px;border-radius:3px 3px 0 0;background:#211014}.product-bottle span{white-space:pre-line;position:absolute;left:8px;right:8px;top:39px;padding:8px 0;background:#efe5d1;color:#711c2e;font:700 9px/1.18 serif;text-align:center}.violet .product-bottle{background:linear-gradient(90deg,#1c121d,#58315b 52%,#201322)}.amber .product-bottle{background:linear-gradient(90deg,#25190e,#80582a 52%,#2b1a0c)}.ink .product-bottle{background:linear-gradient(90deg,#171514,#514a46 52%,#1c1918)}
.product-badge{position:absolute;left:10px;top:10px;background:rgba(255,253,250,.86);backdrop-filter:blur(8px);border-radius:99px;padding:5px 8px;color:var(--wine);font-size:9px;font-weight:800}.product-body{padding:12px}.product-title{display:block;border:0;background:transparent;padding:0;width:100%;text-align:left;font-weight:800;font-size:14px;line-height:1.4;color:var(--ink);cursor:pointer}.product-body>p{margin:4px 0 7px;color:var(--muted);font-size:10px;line-height:1.45;min-height:29px}.product-benefit{color:var(--wine);font-size:9px}.product-footer{display:flex;justify-content:space-between;align-items:end;margin-top:12px}.product-price strong,.product-price del{display:block}.product-price strong{font-family:Georgia,serif;color:var(--wine);font-size:18px}.product-price del{font-size:9px;color:#aaa}.add-button{width:30px;height:30px;border:0;border-radius:50%;background:var(--wine);color:white;font-size:20px;line-height:1;cursor:pointer;box-shadow:0 6px 13px rgba(127,32,53,.25)}
.banner-list{display:grid;gap:12px;padding:8px 14px}.banner{height:150px;border:0;border-radius:16px;overflow:hidden;position:relative;background:#ddd;cursor:pointer;padding:0;text-align:left}.banner img{width:100%;height:100%;position:absolute;object-fit:cover;inset:0}.banner:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(20,12,12,.75))}.banner strong{position:absolute;z-index:2;left:17px;bottom:14px;color:white;font-size:15px}.module-grid{display:grid;gap:11px;padding:14px}.module-card{padding:18px;border-radius:16px;background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow)}.module-card h2{margin:0 0 8px;font-size:16px}.module-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.module-kicker{display:inline-block;margin-bottom:11px;color:var(--wine);font-size:9px;font-weight:800;letter-spacing:.15em}.module-link{margin-top:12px;color:var(--wine);font-weight:700;font-size:11px;cursor:pointer;background:none;border:0;padding:0}
.page-heading{padding:38px 18px 20px;background:var(--paper)}.page-heading.slim{padding-bottom:16px}.page-heading.inner{padding-top:15px}.page-heading h1{font-family:Georgia,"Songti SC",serif;font-size:32px;margin:0 0 9px}.page-heading>p:not(.eyebrow){color:var(--muted);font-size:12px;line-height:1.7;margin:0;max-width:470px}.store-heading{background:linear-gradient(140deg,#fffdfa,#f7ebe8)}
.filter-tabs{display:flex;gap:8px;overflow:auto;padding:14px;position:sticky;top:64px;z-index:9;background:rgba(245,240,233,.94);backdrop-filter:blur(12px);scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}.filter-tabs button{flex:none;border:1px solid var(--line);background:var(--paper);border-radius:99px;padding:7px 15px;color:var(--muted);font-size:11px;cursor:pointer}.filter-tabs button.active{background:var(--wine);border-color:var(--wine);color:white}.store-products{padding-top:2px}
.cart-list{padding:10px 14px}.cart-empty{margin-top:30px;padding:50px 24px;text-align:center;border:1px dashed #d8c9ba;border-radius:18px;background:rgba(255,253,250,.6)}.cart-empty>span{width:58px;height:58px;margin:0 auto 15px;display:grid;place-items:center;border-radius:20px;background:#eaded7;color:var(--wine);font-weight:800}.cart-empty h2{font-size:18px;margin:0 0 8px}.cart-empty p{color:var(--muted);font-size:12px;line-height:1.6;margin:0 0 20px}
.cart-item{display:grid;grid-template-columns:76px 1fr auto;gap:12px;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:15px;padding:10px;margin-bottom:10px}.cart-visual{height:76px;border-radius:11px;display:grid;place-items:center;color:white;font:700 16px serif;background:linear-gradient(145deg,#a23a50,#5b1426)}.cart-visual.violet{background:linear-gradient(145deg,#775078,#38213b)}.cart-visual.amber{background:linear-gradient(145deg,#d3a45f,#8e5c24)}.cart-visual.ink{background:linear-gradient(145deg,#69615c,#312d2a)}.cart-info{min-width:0}.cart-info strong,.cart-info small,.cart-info b{display:block}.cart-info strong{font-size:13px}.cart-info small{font-size:9px;color:var(--muted);margin:4px 0 9px}.cart-info b{font:700 14px Georgia,serif;color:var(--wine)}.stepper{display:flex;align-items:center;border:1px solid var(--line);border-radius:8px;overflow:hidden}.stepper button{width:26px;height:26px;border:0;background:#f7f1eb;color:var(--wine);cursor:pointer}.stepper span{min-width:25px;text-align:center;font-size:11px}
.checkout-panel{margin:4px 14px 26px;padding:17px;background:var(--paper);border:1px solid var(--line);border-radius:17px;box-shadow:var(--shadow)}.checkout-panel label,.orders-toolbar label{display:block;font-size:11px;font-weight:800;margin-bottom:7px}.checkout-panel select,.orders-toolbar select{width:100%;height:41px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:white;color:var(--ink);font-size:12px}.checkout-panel>p{font-size:10px;color:var(--muted);line-height:1.55;margin:8px 0 18px}.checkout-row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:15px;margin-bottom:14px}.checkout-row span{font-size:12px}.checkout-row strong{font:700 22px Georgia,serif;color:var(--wine)}.checkout-button{width:100%;min-height:45px;border:0;border-radius:12px;background:linear-gradient(135deg,#8c283d,#591426);color:white;font-weight:800;cursor:pointer;box-shadow:0 9px 18px rgba(127,32,53,.2)}.checkout-button:disabled,.pay-button:disabled{opacity:.58;cursor:wait}.safety-note{display:block;text-align:center;color:#a58e7e;font-size:9px;margin-top:9px}
.orders-toolbar{margin:12px 14px;padding:15px;background:var(--paper);border:1px solid var(--line);border-radius:15px}.orders-toolbar{display:grid;grid-template-columns:1fr auto;gap:8px}.orders-toolbar label{grid-column:1/-1;margin:0}.orders-toolbar button{border:1px solid var(--line);background:#f7f1eb;border-radius:10px;color:var(--wine);font-size:11px;padding:0 12px;cursor:pointer}.order-list{padding:0 14px 28px}.order-card{background:var(--paper);border:1px solid var(--line);border-radius:17px;padding:15px;margin-bottom:12px;box-shadow:0 8px 22px rgba(62,37,27,.06)}.order-header,.order-total,.order-actions{display:flex;justify-content:space-between;align-items:center}.order-header small,.order-header b{display:block}.order-header small{font-size:9px;color:var(--muted);word-break:break-all}.order-header b{font-size:10px;margin-top:4px}.order-status{font-size:10px;color:#9b671f;background:#faefd9;padding:5px 8px;border-radius:99px;white-space:nowrap}.order-status.paid,.order-status.completed{color:var(--success);background:#e3f3eb}.order-status.refunded{color:var(--danger);background:#f8dfdc}.order-items{margin:13px 0;padding:10px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.order-items>div{display:grid;grid-template-columns:1fr auto auto;gap:10px;font-size:11px;margin:6px 0}.order-items small{color:var(--muted)}.order-total small{font-size:9px;color:var(--muted)}.order-total strong{font-size:13px}.order-actions{margin-top:13px}.test-tag{font-size:9px;color:#98743b}.pay-button{border:0;border-radius:9px;padding:9px 13px;background:var(--wine);color:white;font-size:11px;font-weight:800;cursor:pointer}.order-result{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:13px;padding:11px;background:#f7f1eb;border-radius:11px}.order-result>div small,.order-result>div strong{display:block}.order-result>div small{font-size:8px;color:var(--muted)}.order-result>div strong{font-size:12px;margin-top:4px;color:var(--wine)}.result-note{grid-column:1/-1;margin:4px 0 0;font-size:9px;color:var(--muted);line-height:1.5}
.profile-hero{padding:38px 20px 58px;display:flex;gap:14px;align-items:center;background:linear-gradient(140deg,#2b171c,#6f1b2f);color:white}.avatar{width:56px;height:56px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(145deg,#d5ad70,#9e6a2f);font:700 24px serif}.profile-hero small{font-size:9px;color:#cbb9bc}.profile-hero h1{font-size:19px;margin:5px 0}.profile-hero p{font-size:10px;color:#dbc9cb;margin:0}.asset-card{margin:-32px 14px 16px;position:relative;display:grid;grid-template-columns:repeat(3,1fr);background:var(--paper);border:1px solid var(--line);border-radius:17px;padding:17px 8px;box-shadow:var(--shadow)}.asset-card div{text-align:center;border-right:1px solid var(--line)}.asset-card div:last-child{border:0}.asset-card small,.asset-card strong{display:block}.asset-card small{font-size:8px;color:var(--muted);min-height:23px}.asset-card strong{font:700 16px Georgia,serif;color:var(--wine);margin-top:5px}.menu-list{margin:0 14px;background:var(--paper);border:1px solid var(--line);border-radius:17px;overflow:hidden}.menu-list button,.menu-list a{width:100%;min-height:68px;border:0;border-bottom:1px solid var(--line);padding:12px 14px;background:white;display:grid;grid-template-columns:38px 1fr auto;gap:11px;align-items:center;text-decoration:none;text-align:left;color:var(--ink);cursor:pointer}.menu-list>*:last-child{border-bottom:0}.menu-list>*>span{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#f2e5df;color:var(--wine);font-weight:800}.menu-list strong,.menu-list small{display:block}.menu-list strong{font-size:13px}.menu-list small{font-size:9px;color:var(--muted);margin-top:4px}.menu-list b{font-size:22px;color:#baaaa0}.test-mode-card{margin:14px;padding:15px;border-radius:14px;background:#fff7e6;border:1px solid #ead3a5}.test-mode-card strong{font-size:12px;color:#76501b}.test-mode-card p{font-size:10px;color:#8d7048;line-height:1.6;margin:6px 0 0}
.back-button{margin:13px 14px 0;border:0;background:transparent;color:var(--wine);font-size:12px;cursor:pointer}.summary-strip{display:flex;gap:9px;overflow:auto;padding:0 18px 16px;scrollbar-width:none}.summary-strip::-webkit-scrollbar{display:none}.summary-chip{flex:none;background:#2e1b20;color:#fff;border-radius:11px;padding:11px 13px;min-width:108px}.summary-chip small,.summary-chip strong{display:block}.summary-chip small{color:#cfbfc1;font-size:9px}.summary-chip strong{font-size:18px;margin-top:4px}.reward-sections{padding:0 14px 28px;display:grid;gap:11px}.reward-block{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:17px;box-shadow:var(--shadow)}.reward-block h2{margin:0 0 5px;font-size:16px}.reward-block>.muted{font-size:10px;color:var(--muted)}.reward-list{display:grid;gap:7px;margin-top:12px}.reward-row{padding:11px;background:#f8f3ec;border-radius:10px}.reward-row strong,.reward-row small{display:block}.reward-row strong{color:var(--wine);font-size:14px}.reward-row small{margin-top:4px;color:var(--muted);font-size:9px;line-height:1.45}
.test-grid{padding:0 14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.test-card{display:flex;gap:10px;padding:14px;background:var(--paper);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.test-icon{flex:none;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#f1dfd4;color:var(--wine);font-weight:800}.test-card small,.test-card strong,.test-card p{display:block;margin:0}.test-card small{font-size:9px;color:var(--muted)}.test-card strong{margin:5px 0;font-size:11px;word-break:break-all}.test-card p{font-size:8px;color:var(--muted)}.test-actions{padding:14px}.test-actions button{width:100%}
.empty{padding:28px 16px;border:1px dashed #d9cbbd;border-radius:13px;color:var(--muted);font-size:11px;text-align:center}.empty.wide{grid-column:1/-1}.empty.error{color:var(--danger)}.skeleton-card{height:250px;border-radius:17px;background:linear-gradient(90deg,#eee7dd,#fbf7f0,#eee7dd);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-200% 0}}
.bottom-nav{position:fixed;z-index:30;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,620px);height:68px;padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,253,250,.97);border-top:1px solid var(--line);backdrop-filter:blur(18px)}.bottom-nav button{border:0;background:transparent;color:var(--muted);display:grid;place-items:center;align-content:center;gap:3px;font-size:9px;cursor:pointer}.bottom-nav button>span{font:700 17px serif;line-height:1;position:relative}.bottom-nav button.active{color:var(--wine);font-weight:800}.nav-cart i{right:-13px;top:-9px}
.sheet,.result-dialog{position:fixed;inset:0;z-index:60;visibility:hidden;opacity:0;transition:.23s}.sheet.open,.result-dialog.open{visibility:visible;opacity:1}.sheet-mask,.dialog-mask{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(25,13,16,.57);backdrop-filter:blur(3px)}.sheet article{position:absolute;left:50%;bottom:0;width:min(100%,620px);max-height:91vh;overflow:auto;transform:translate(-50%,100%);transition:.28s ease;background:var(--paper);border-radius:22px 22px 0 0;padding:15px 18px calc(20px + env(safe-area-inset-bottom))}.sheet.open article{transform:translate(-50%,0)}.sheet-close{position:absolute;right:14px;top:14px;z-index:3;width:33px;height:33px;border:0;border-radius:50%;background:rgba(255,255,255,.85);font-size:22px;color:var(--ink);cursor:pointer}.product-visual.large{height:275px;border-radius:16px}.product-visual.large .product-bottle{width:67px;height:190px;bottom:22px}.product-visual.large .product-bottle:before{width:24px;height:42px;left:22px;top:-36px}.product-visual.large .product-bottle span{top:58px;font-size:11px}.sheet article>.product-badge{position:static;display:inline-block;margin-top:15px}.sheet h2{font-family:Georgia,"Songti SC",serif;font-size:24px;margin:10px 0 3px}.sheet-subtitle{color:var(--muted);font-size:11px;margin:0}.sheet-price{display:flex;gap:10px;align-items:end;margin:13px 0}.sheet-price strong{font:700 26px Georgia,serif;color:var(--wine)}.sheet-price del{font-size:11px;color:#aaa}.sheet-description{font-size:11px;line-height:1.7;color:var(--muted);padding-top:12px;border-top:1px solid var(--line)}.benefit-pill{display:inline-block;margin:2px 0 18px;padding:7px 10px;border-radius:8px;background:#f5e6df;color:var(--wine);font-size:10px;font-weight:800}
.result-dialog article{position:absolute;width:min(calc(100% - 40px),420px);left:50%;top:50%;transform:translate(-50%,-43%);background:var(--paper);border-radius:20px;padding:25px 20px;text-align:center;transition:.25s}.result-dialog.open article{transform:translate(-50%,-50%)}.result-check{width:54px;height:54px;margin:0 auto 12px;display:grid;place-items:center;border-radius:50%;background:#e2f3eb;color:var(--success);font-size:26px;font-weight:800}.result-dialog h2{margin:0 0 7px;font-size:20px}.result-dialog>article>p{margin:0;color:var(--muted);font-size:11px;line-height:1.6}.result-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:17px 0}.result-metrics div{padding:10px 5px;background:#f7f1eb;border-radius:10px}.result-metrics small,.result-metrics strong{display:block}.result-metrics small{font-size:8px;color:var(--muted)}.result-metrics strong{font-size:13px;color:var(--wine);margin-top:4px}
.toast{position:fixed;z-index:80;left:50%;bottom:84px;max-width:min(calc(100% - 34px),470px);transform:translate(-50%,18px);background:#231a1c;color:white;padding:10px 14px;border-radius:10px;opacity:0;pointer-events:none;transition:.22s;box-shadow:var(--shadow);font-size:11px;text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(min-width:621px){.product-grid{gap:16px}.mini-hero{padding-left:38px}.product-visual{height:230px}.product-body{padding:15px}.orders-toolbar{grid-template-columns:1fr 90px}.sheet article{bottom:3vh;border-radius:22px;width:580px}.product-visual.large{height:310px}}
@media(max-width:380px){.mini-hero{min-height:365px;padding-left:17px}.hero-copy h1{font-size:29px}.hero-bottles i:nth-child(2){display:none}.hero-bottles i:first-child{right:7px}.product-visual{height:155px}.product-grid{gap:9px;padding-left:10px;padding-right:10px}.product-body{padding:10px}.product-title{font-size:12px}.product-price strong{font-size:16px}.cart-item{grid-template-columns:65px 1fr auto}.stepper button{width:22px}.stepper span{min-width:21px}}

/* 参照原 uni-app 商城的首页模块、竖向分类、关于和会员中心结构 */
.home-search,.category-search{display:flex;align-items:center;gap:9px;height:38px;border:0;border-radius:20px;background:#f0ece8;color:#9a918a;font-size:12px;text-align:left;cursor:pointer}.home-search{width:calc(100% - 28px);margin:14px;padding:0 15px}.home-search span,.category-search span{font-size:20px;color:#777}
.banner-list{display:flex;gap:10px;overflow-x:auto;padding:0 14px 10px;scroll-snap-type:x mandatory;scrollbar-width:none}.banner-list::-webkit-scrollbar{display:none}.source-banner{position:relative;flex:0 0 100%;height:190px;padding:0;border:0;border-radius:9px;overflow:hidden;background:#ddd;scroll-snap-align:center;cursor:pointer}.source-banner img{width:100%;height:100%;object-fit:cover}.source-banner:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.55))}.source-banner strong{position:absolute;z-index:1;left:18px;bottom:16px;color:#fff;font-size:17px}
.shop-banner{height:220px;margin:0 14px 10px;padding:25px 24px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;position:relative;overflow:hidden;border-radius:9px;background:linear-gradient(135deg,#42131e,#8b2940);color:#fff}.shop-banner:before{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-70px;top:-80px}.shop-banner>div:first-child{position:relative;z-index:2}.shop-banner small{font-size:8px;letter-spacing:.18em;color:#d9bd96}.shop-banner h1{margin:8px 0;font:700 29px/1.24 Georgia,"Songti SC",serif}.shop-banner p{margin:0;color:#e2ced2;font-size:10px}.shop-banner button{margin-top:16px;padding:8px 15px;border:0;border-radius:18px;background:#d1a25e;color:#fff;font-size:10px;font-weight:700;cursor:pointer}
.banner-bottles{height:170px;position:relative}.banner-bottles i{position:absolute;right:12px;bottom:2px;width:46px;height:135px;border-radius:9px 9px 14px 14px;background:linear-gradient(90deg,#150c0e,#67182a,#1e0d11);box-shadow:10px 12px 18px rgba(0,0,0,.3);transform:rotate(4deg)}.banner-bottles i:before{content:"";position:absolute;top:-25px;left:15px;width:17px;height:28px;background:#201014}.banner-bottles i:nth-child(2){right:62px;height:116px;opacity:.66;transform:rotate(-7deg)}.banner-bottles span{position:absolute;right:17px;bottom:43px;width:36px;padding:7px 2px;background:#eee2cd;color:#6d1a2d;font:700 8px serif;text-align:center;transform:rotate(4deg)}
.home-navigation{display:grid;grid-template-columns:repeat(4,1fr);padding:16px 8px;background:#fff}.home-navigation button{border:0;background:transparent;display:grid;justify-items:center;gap:7px;color:var(--ink);font-size:11px;cursor:pointer}.nav-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:50%;color:#fff;font:700 15px serif}.nav-icon.ruby{background:#8b2940}.nav-icon.violet{background:#66446b}.nav-icon.amber{background:#c18b42}.nav-icon.ink{background:#53504e}
.goods-section{margin-top:10px;background:#f8f9fb;padding-top:1px}.source-section-title{height:52px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;background:#fff}.source-section-title h2{margin:0;font-size:16px}.source-section-title button{border:0;background:transparent;color:#999;font-size:10px;cursor:pointer}.goods-section .product-grid{padding-top:11px}
.subpage-bar{height:51px;display:grid;place-items:center;background:#fff;border-bottom:1px solid #eee;position:relative}.subpage-bar h1{font-size:16px;margin:0}.subpage-bar.with-back{grid-template-columns:42px 1fr 42px}.subpage-bar.with-back button{height:100%;border:0;background:transparent;color:#333;font-size:26px;cursor:pointer}.subpage-bar.with-back h1{grid-column:2}
.category-search{width:calc(100% - 28px);margin:10px 14px;padding:0 14px}.category-layout{height:calc(100vh - 64px - 51px - 58px - 68px);min-height:490px;display:grid;grid-template-columns:92px 1fr;background:#f3f3f3;overflow:hidden}.category-nav{background:#fff;overflow-y:auto}.category-nav button{width:100%;min-height:58px;padding:8px 7px;border:0;background:#fff;color:#666;font-size:11px;position:relative;cursor:pointer}.category-nav button.active{color:#222;font-weight:800;background:#f5f5f5}.category-nav button.active:before{content:"";position:absolute;left:0;top:19px;width:4px;height:20px;border-radius:0 5px 5px 0;background:var(--wine)}.category-products{overflow-y:auto;padding:7px}.category-product{display:grid;grid-template-columns:82px 1fr 30px;gap:10px;align-items:center;padding:10px;margin-bottom:8px;border-radius:8px;background:#fff}.category-thumb{width:82px;height:82px;border:0;border-radius:6px;display:grid;place-items:center;background:linear-gradient(145deg,#a23a50,#5b1426);color:#fff;font:700 18px serif;cursor:pointer}.category-thumb.violet{background:linear-gradient(145deg,#775078,#38213b)}.category-thumb.amber{background:linear-gradient(145deg,#d3a45f,#8e5c24)}.category-thumb.ink{background:linear-gradient(145deg,#69615c,#312d2a)}.category-product-info{min-width:0}.category-product-info button{display:block;width:100%;padding:0;border:0;background:transparent;text-align:left;color:#222;font-size:12px;font-weight:700;line-height:1.45;cursor:pointer}.category-product-info small,.category-product-info strong{display:block}.category-product-info small{margin:5px 0 10px;color:#999;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-product-info strong{color:#d03131;font-size:14px}.category-add{width:27px;height:27px;border:0;border-radius:50%;background:var(--wine);color:#fff;font-size:18px;cursor:pointer}
.order-filter-tabs{height:45px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid #eee;position:sticky;top:64px;z-index:8}.order-filter-tabs button{border:0;background:#fff;color:#777;font-size:11px;position:relative;cursor:pointer}.order-filter-tabs button.active{color:var(--wine);font-weight:700}.order-filter-tabs button.active:after{content:"";position:absolute;left:28%;right:28%;bottom:0;height:2px;background:var(--wine)}
.about-card{margin:14px;padding:34px 24px;text-align:center;background:#fff;border-radius:9px}.about-mark{width:62px;height:62px;margin:0 auto 15px;display:grid;place-items:center;border-radius:18px;background:var(--wine);color:#fff;font:700 28px serif}.about-card h2{margin:0 0 10px;font-size:20px}.about-card p{margin:0;color:#777;font-size:11px;line-height:1.8}.about-menu{margin:0 14px;background:#fff;border-radius:8px;overflow:hidden}.about-menu button{width:100%;height:52px;padding:0 15px;border:0;border-bottom:1px solid #eee;background:#fff;display:flex;align-items:center;justify-content:space-between;color:#333;font-size:12px;cursor:pointer}.about-menu button:last-child{border:0}.about-menu b{font-size:20px;color:#bbb}
.member-header{padding:35px 20px 70px;display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#66172a,#982f46);color:#fff}.member-header .avatar{width:58px;height:58px;border:3px solid rgba(255,255,255,.65);border-radius:50%;display:grid;place-items:center;background:#c3a171;font:700 23px serif}.member-header small{font-size:9px;color:#e4cfd3}.member-header h1{margin:4px 0;font-size:18px}.member-header p{margin:0;font-size:10px;color:#eadde0}.member-stats{margin:-47px 14px 12px;position:relative;display:grid;grid-template-columns:1fr 1fr;gap:10px}.member-stats button{height:86px;padding:14px;border:0;border-radius:9px;background:#fff;text-align:left;box-shadow:0 8px 22px rgba(50,25,25,.1);cursor:pointer}.member-stats small,.member-stats strong{display:block}.member-stats small{color:#555;font-size:11px}.member-stats strong{margin-top:8px;font-size:24px;color:#222}
.order-management,.common-tools{margin:0 14px 12px;border-radius:9px;overflow:hidden;background:#fff}.order-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);padding:15px 6px 18px}.order-shortcuts button{border:0;background:#fff;display:grid;justify-items:center;gap:7px;position:relative;cursor:pointer}.order-shortcuts button>span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--wine);color:#fff;font-weight:800}.order-shortcuts small{font-size:10px;color:#333}.order-shortcuts i{position:absolute;right:10px;top:-4px;display:none;min-width:16px;height:16px;padding:0 4px;border-radius:9px;background:#e23d3d;color:#fff;font:normal 9px/16px sans-serif}.order-shortcuts i.visible{display:block}.tools-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:10px 6px 5px;border-top:1px solid #eee}.tools-grid button{min-height:72px;border:0;background:#fff;display:grid;justify-items:center;align-content:center;gap:8px;cursor:pointer}.tools-grid span{font-size:20px;color:#222}.tools-grid small{font-size:10px;color:#333}
.customer-result{grid-template-columns:repeat(3,1fr)}
@media(max-width:380px){.shop-banner{height:205px;padding-left:18px}.shop-banner h1{font-size:26px}.category-layout{grid-template-columns:82px 1fr}.category-product{grid-template-columns:70px 1fr 27px;gap:7px;padding:8px}.category-thumb{width:70px;height:74px}.category-product-info button{font-size:11px}}
.home-search b{font-weight:400}.product-main-image,.category-main-image{width:100%;height:100%;display:block;object-fit:cover}.product-main-image{position:absolute;inset:0}.product-visual .product-main-image+.product-badge{z-index:3}.category-main-image{border-radius:6px}.product-detail{padding-bottom:125px;background:var(--cream)}.product-detail-visual{height:min(74vw,440px);max-height:440px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#eadadd,#c9909d)}.product-detail-visual.violet{background:linear-gradient(145deg,#ddd0e1,#9b75a2)}.product-detail-visual.amber{background:linear-gradient(145deg,#f4e3c2,#d8b879)}.product-detail-visual.ink{background:linear-gradient(145deg,#d7d2ce,#99918c)}.product-detail-visual img{width:100%;height:100%;object-fit:cover}.product-detail-placeholder{white-space:pre-line;text-align:center;color:#fff;font:700 34px/1.35 Georgia,serif;letter-spacing:.18em}.product-detail-summary{padding:20px 18px;background:var(--paper);border-bottom:8px solid var(--cream)}.product-detail-summary>.product-badge{position:static;display:inline-block}.product-detail-summary h1{margin:10px 0 4px;font:700 24px/1.35 Georgia,"Songti SC",serif}.product-detail-summary>p{margin:6px 0;color:var(--muted);font-size:12px;line-height:1.75}.product-detail-content{padding:20px 18px;background:var(--paper)}.product-detail-content h2{margin:0 0 15px;font-size:17px;text-align:center}.product-detail-content>p{white-space:pre-wrap;margin:0 0 18px;color:#665d56;font-size:13px;line-height:1.9}.product-detail-images{display:grid;gap:10px}.product-detail-images img{display:block;width:100%;height:auto;border-radius:6px}.product-detail-action{position:fixed;z-index:35;left:50%;bottom:68px;transform:translateX(-50%);width:min(100%,620px);height:58px;padding:8px 14px;display:grid;grid-template-columns:120px 1fr;gap:10px;background:rgba(255,253,250,.98);border-top:1px solid var(--line)}.product-detail-action>button:first-child{border:1px solid var(--wine);border-radius:22px;background:#fff;color:var(--wine)}.product-detail-action .checkout-button{margin:0;border-radius:22px}.page:not(.active) .product-detail-action{display:none}
