:root{
  --clay:#872322;
  --clay-deep:#5d1818;
  --paper:#e6cba7;
  --paper-light:#f7ecd6;
  --paper-soft:#efe2c8;
  --ink:#1d1511;
  --moss:#253b1c;
  --leaf:#526c35;
  --gold:#d8ad60;
  --line:rgba(135,35,34,.16);
  --shadow:0 18px 55px rgba(20,20,20,.28);
  --radius:24px;
  font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html,body{min-height:100%;margin:0;color:var(--ink);background:#120f0d;}
body{
  background:
    radial-gradient(circle at 78% 10%, rgba(216,173,96,.20), transparent 26rem),
    radial-gradient(circle at 10% 78%, rgba(135,35,34,.48), transparent 31rem),
    linear-gradient(135deg,#211713 0%,#5f201e 44%,#111 100%);
  overflow-x:hidden;
}
body::before{
  content:"";position:fixed;inset:0;pointer-events:none;opacity:.15;mix-blend-mode:screen;
  background-image:linear-gradient(90deg,rgba(230,203,167,.18) 1px,transparent 1px),linear-gradient(rgba(230,203,167,.14) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:radial-gradient(circle at center,black,transparent 72%);
}
button,input{font:inherit}button{border:0;cursor:pointer}img{display:block;max-width:100%}
.ambient{position:fixed;border-radius:999px;filter:blur(34px);opacity:.42;pointer-events:none;animation:ambient 12s ease-in-out infinite alternate}
.ambient-a{width:360px;height:360px;background:#8f2d22;top:8%;left:6%}.ambient-b{width:420px;height:420px;background:#9f3a2e;right:8%;bottom:8%;animation-delay:-4s}
@keyframes ambient{from{transform:translate3d(-20px,-10px,0) scale(.96)}to{transform:translate3d(30px,20px,0) scale(1.08)}}
.stage{min-height:100vh;display:grid;grid-template-columns:minmax(280px,430px) minmax(390px,460px);gap:54px;align-items:center;justify-content:center;padding:42px 28px;position:relative}
.brand-board{color:var(--paper-light);max-width:420px;align-self:center}.board-logo{width:min(420px,100%);margin:0 0 36px;display:block;background:none;padding:0;border-radius:0;filter:none;box-sizing:border-box}.brand-board h1{font-size:54px;line-height:1.04;margin:0 0 22px;font-weight:900;letter-spacing:-.03em}.brand-board h1 span{font-size:28px;font-weight:600;color:var(--paper);letter-spacing:.02em}.brand-board p{font-size:15px;line-height:1.9;color:rgba(244,234,214,.82);max-width:36em}.board-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0}.board-grid div{padding:14px 12px;border:1px solid rgba(230,203,167,.18);border-radius:18px;background:rgba(244,234,214,.08);backdrop-filter:blur(10px)}.board-grid b{display:block;font-size:13px}.board-grid span{display:block;margin-top:6px;font-size:12px;color:rgba(244,234,214,.68)}.motion-note{border-left:3px solid var(--gold);padding:12px 0 12px 18px;color:rgba(244,234,214,.76)}.motion-note strong{display:block;color:var(--paper-light);margin-bottom:6px}.motion-note span{font-size:13px;line-height:1.7}
.phone-shell{display:flex;justify-content:center}.phone-bezel{width:428px;height:884px;background:linear-gradient(145deg,#070707,#202020 48%,#030303);border-radius:58px;padding:14px;box-shadow:0 38px 110px rgba(0,0,0,.60),inset 0 0 0 2px rgba(255,255,255,.12),inset 0 0 0 6px #060606;position:relative}.phone-bezel::before{content:"";position:absolute;inset:6px;border-radius:53px;border:1px solid rgba(255,255,255,.22);pointer-events:none}.side-button{position:absolute;width:4px;background:linear-gradient(#a6a6a6,#333);border-radius:3px;opacity:.85}.side-button-left-a{left:-2px;top:180px;height:62px}.side-button-left-b{left:-2px;top:276px;height:90px}.side-button-right{right:-2px;top:256px;height:116px}.phone-island{position:absolute;top:24px;left:50%;transform:translateX(-50%);width:126px;height:34px;border-radius:999px;background:#030303;z-index:32;display:flex;align-items:center;justify-content:center;gap:14px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 1px 0 rgba(255,255,255,.12)}.phone-island i{width:47px;height:6px;border-radius:999px;background:#171717;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}.phone-island b{width:12px;height:12px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#1d5374 0 20%,#071827 35%,#010101 72%);box-shadow:0 0 7px rgba(25,80,110,.52)}
.mini-app{height:100%;border-radius:44px;overflow:hidden;background:var(--paper-light);position:relative;box-shadow:inset 0 0 0 1px rgba(255,255,255,.10)}
.splash{position:absolute;inset:0;z-index:60;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:
  radial-gradient(circle at 50% 46%, rgba(255,244,228,.46), transparent 34%),
  radial-gradient(circle at 50% 82%, rgba(162,60,47,.22), transparent 30%),
  linear-gradient(180deg,#ead9bb 0%,#ead9bb 39%,#e5cfb4 56%,#ddb59f 69%,#cc8570 82%,#b05244 92%,#983c34 100%);
transition:.8s ease}
.splash.hide{opacity:0;pointer-events:none;transform:scale(1.04)}
.splash img{width:204px;filter:drop-shadow(0 14px 20px rgba(95,24,24,.18))}
.splash p{margin:0;color:var(--clay);font-weight:800;letter-spacing:.1em}
.splash-dots{display:flex;gap:7px}
.splash-dots i{width:7px;height:7px;background:var(--clay);border-radius:50%;animation:dots 1s infinite alternate}
.splash-dots i:nth-child(2){animation-delay:.2s}
.splash-dots i:nth-child(3){animation-delay:.4s}
@keyframes dots{to{opacity:.28;transform:translateY(-8px)}}
.status-bar{height:42px;padding:14px 22px 0;display:flex;justify-content:space-between;font-size:13px;font-weight:700;position:absolute;inset:0 0 auto;z-index:25;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.35)}.status-icons{font-size:12px;letter-spacing:.02em}.page{position:absolute;inset:0;overflow-y:auto;padding:42px 18px 96px;background:linear-gradient(180deg,#f5ecd9 0%,#eee0c2 100%);opacity:0;pointer-events:none;transform:translateX(18px);transition:.35s cubic-bezier(.2,.75,.2,1)}.page.active{opacity:1;pointer-events:auto;transform:none}.page::-webkit-scrollbar,.h-scroll::-webkit-scrollbar{width:0;height:0}.tabbar{position:absolute;left:0;right:0;bottom:0;height:84px;display:grid;grid-template-columns:repeat(4,1fr);padding:9px 18px 18px;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);z-index:24;border-top:1px solid rgba(135,35,34,.10)}
.tabbar button{background:transparent;color:#8e826f;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px}
.tabbar button.active{color:var(--clay);font-weight:800}
.tabbar button.active .nav-icon{transform:translateY(-2px) scale(1.03);background:linear-gradient(180deg,rgba(135,35,34,.16),rgba(135,35,34,.08));box-shadow:0 8px 14px rgba(135,35,34,.16)}
.nav-icon{width:30px;height:30px;border-radius:11px;position:relative;transition:.24s ease;background:rgba(135,35,34,.05);border:1px solid rgba(135,35,34,.06)}
.nav-icon::before,.nav-icon::after{content:"";position:absolute;display:block;background:currentColor}
.nav-home::before{left:7px;right:7px;bottom:6px;height:10px;border-radius:3px}
.nav-home::after{width:17px;height:14px;left:5.5px;top:4px;clip-path:polygon(50% 0,100% 48%,84% 48%,84% 100%,16% 100%,16% 48%,0 48%)}
.nav-bowl::before{left:6px;right:6px;bottom:7px;height:10px;border-radius:0 0 12px 12px}
.nav-bowl::after{left:8px;right:8px;top:5px;height:7px;border-radius:10px 10px 0 0;clip-path:polygon(0 100%,18% 0,28% 100%,42% 0,55% 100%,70% 0,82% 100%,100% 100%)}
.nav-order::before{left:8px;right:8px;top:6px;bottom:6px;border-radius:4px;clip-path:polygon(0 0,72% 0,100% 28%,100% 100%,0 100%)}
.nav-order::after{left:12px;right:12px;top:11px;height:2px;box-shadow:0 5px 0 currentColor,0 10px 0 currentColor;background:rgba(255,255,255,.92)}
.nav-mine::before{left:10px;top:5px;width:10px;height:10px;border-radius:50%}
.nav-mine::after{left:7px;right:7px;bottom:4px;height:11px;border-radius:10px 10px 6px 6px}
.tabbar button.active .nav-order::after{background:#fff}
/* home */
.home-page{background:linear-gradient(180deg,#221810 0%,#2c1c14 47%,#efe2c8 68%,#efe2c8 100%);padding:42px 16px 98px;color:#221813;}.home-hero-card{height:620px;margin:-42px -16px 0;position:relative;overflow:hidden;color:#f7ead0;background:linear-gradient(180deg,rgba(6,5,3,.15),rgba(16,10,6,.18) 24%,rgba(28,18,11,.36) 58%,rgba(35,22,14,.98) 100%),url('assets/home_poster.webp') center top/cover no-repeat;}.home-hero-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 46% 9%,rgba(244,234,214,.18),transparent 28%),linear-gradient(90deg,rgba(0,0,0,.30),transparent 44%,rgba(0,0,0,.14));pointer-events:none;}.home-hero-card::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:140px;background:linear-gradient(180deg,rgba(47,31,20,0),#2c1c14 82%);pointer-events:none;}.mini-program-actions{position:absolute;right:24px;top:62px;z-index:4;height:36px;min-width:92px;border:1px solid rgba(244,234,214,.55);border-radius:999px;display:flex;align-items:center;justify-content:space-around;padding:0 12px;background:rgba(0,0,0,.18);backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(0,0,0,.24);}.mini-program-actions span{font-size:20px;line-height:1;letter-spacing:2px;color:#fff;transform:translateY(-2px)}.mini-program-actions i{width:20px;height:20px;border:3px solid #fff;border-radius:50%;display:block;box-shadow:inset 0 0 0 3px rgba(255,255,255,.35)}.hero-logo{position:absolute;left:22px;top:62px;width:176px;z-index:3;filter:drop-shadow(0 10px 24px rgba(0,0,0,.56))}.home-brand-copy{position:absolute;z-index:3;left:24px;top:152px;right:42px;text-shadow:0 10px 24px rgba(0,0,0,.55)}.home-brand-copy small{font-size:10px;letter-spacing:.22em;color:rgba(248,233,205,.74);font-weight:800}.home-brand-copy h2{margin:8px 0 10px;font-size:44px;line-height:1.08;letter-spacing:.05em;font-family:"STKaiti","KaiTi","FZKai-Z03","PingFang SC",serif;font-weight:900;color:#f3e6c8;}.home-brand-copy p{margin:0;font-size:15px;letter-spacing:.08em;color:#f7ead0;font-weight:700;}.hero-cta-row{position:absolute;left:24px;right:24px;bottom:76px;display:flex;gap:12px;z-index:4}.hero-primary,.hero-ghost{height:42px;border-radius:999px;padding:0 18px;font-weight:900;letter-spacing:.02em}.hero-primary{background:linear-gradient(135deg,var(--clay),#b34631);color:white;box-shadow:0 12px 26px rgba(135,35,34,.32)}.hero-ghost{background:rgba(244,234,214,.12);color:#f8e9cd;border:1px solid rgba(244,234,214,.46);backdrop-filter:blur(8px)}.scroll-tip{position:absolute;left:0;right:0;bottom:33px;z-index:4;text-align:center;color:rgba(248,233,205,.72);font-size:11px;letter-spacing:.12em;animation:tipFloat 1.8s ease-in-out infinite}.scroll-tip::after{content:"";display:block;margin:5px auto 0;width:9px;height:9px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg)}@keyframes tipFloat{50%{transform:translateY(5px);opacity:.72}}
.home-notice{height:56px;width:100%;margin:-16px 0 14px;position:relative;z-index:5;border-radius:12px;background:linear-gradient(135deg,rgba(135,35,34,.98),rgba(93,24,24,.98));border:1px solid rgba(230,203,167,.34);color:#f6e8cd;display:flex;align-items:center;gap:10px;padding:0 14px;box-shadow:0 16px 28px rgba(44,25,16,.22);}.notice-icon{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#f1dbb6;color:var(--clay);font-size:12px;font-weight:900;position:relative}.notice-icon::before{content:"";width:13px;height:13px;border-radius:4px 50% 50% 4px;background:var(--clay);display:block}.notice-icon::after{content:"";position:absolute;right:5px;width:8px;height:10px;border:2px solid var(--clay);border-left:0;border-radius:0 12px 12px 0}.home-notice b{font-size:15px;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-notice em{margin-left:auto;font-style:normal;font-size:13px;color:#ead0a4;white-space:nowrap}.home-feature{height:138px;border-radius:18px;margin:0 0 14px;padding:20px 18px;position:relative;overflow:hidden;background:linear-gradient(90deg,#fff9ed 0%,#f4e6ca 42%,rgba(244,230,202,.10) 72%),url('assets/generated_set_688.webp') right 58%/auto 168% no-repeat;border:1px solid rgba(135,35,34,.16);box-shadow:0 14px 30px rgba(58,32,19,.16);}.home-feature::before{content:"";position:absolute;inset:0;background:url('assets/earth_texture.webp') center/cover;opacity:.10;mix-blend-mode:multiply;pointer-events:none}.feature-copy{position:relative;z-index:1}.feature-copy h3{margin:0 0 8px;font-family:"STKaiti","KaiTi","PingFang SC",serif;font-size:28px;letter-spacing:.04em;color:#271c16}.feature-copy strong{display:block;color:var(--clay);font-size:30px;line-height:1;font-weight:900}.feature-copy strong small{font-size:13px;margin-left:2px;color:#6d4b36}.feature-copy button{margin-top:12px;background:linear-gradient(135deg,var(--clay),#a43b2a);color:#fff;border-radius:999px;padding:8px 18px;font-weight:800;box-shadow:0 8px 18px rgba(135,35,34,.25)}
.section{margin:24px 0}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-head.compact{margin:0 0 10px}.section h3,.section-head h3{margin:0;font-size:20px;color:var(--ink)}.link-btn{background:transparent;color:var(--clay);font-size:12px;font-weight:800}.h-scroll{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 2px 4px;-webkit-overflow-scrolling:touch}.flavor-card{min-width:148px;height:82px;scroll-snap-align:start;border-radius:20px;background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(239,224,194,.94));border:1px solid rgba(135,35,34,.14);box-shadow:0 10px 20px rgba(58,32,19,.10);color:#2a1d17;text-align:left;padding:14px 16px;position:relative;overflow:hidden}.flavor-card::after{content:"";position:absolute;right:-14px;bottom:-24px;width:82px;height:82px;border-radius:50%;border:1px dashed rgba(135,35,34,.22)}.flavor-card b{display:block;font-size:17px;margin-bottom:8px;color:var(--clay)}.flavor-card span{font-size:12px;color:#7d6a55}.home-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}
.home-action-grid button{height:126px;border-radius:16px;background:linear-gradient(180deg,#fffaf0,#f3e6cb);border:1px solid rgba(135,35,34,.14);box-shadow:0 10px 20px rgba(58,32,19,.10);display:grid;grid-template-columns:74px 1fr;grid-template-rows:1fr auto;align-items:center;text-align:left;padding:16px;color:#241915;position:relative;overflow:hidden;transition:.22s ease}
.home-action-grid button:active,.flavor-card:active,.home-feature button:active,.home-slow-banner button:active{transform:scale(.97)}
.home-action-grid button::after{content:"";position:absolute;inset:0;background:url('assets/earth_texture.webp') center/cover;opacity:.08;mix-blend-mode:multiply}
.home-action-grid button::before{content:"";position:absolute;right:-28px;bottom:-32px;width:102px;height:102px;border-radius:50%;background:radial-gradient(circle,rgba(135,35,34,.08),rgba(135,35,34,0));}
.home-action-grid span{position:relative;z-index:1;font-size:23px;font-family:"STKaiti","KaiTi","PingFang SC",serif;font-weight:900;letter-spacing:.06em}
.home-action-grid small{position:relative;z-index:1;grid-column:2;color:#735f4b;font-size:12px;margin-top:-18px;white-space:nowrap}
.hand-ico{position:relative;z-index:1;width:58px;height:58px;color:#f7e8ca;background:linear-gradient(180deg,#9d3931,#7f2625);display:block;border-radius:18px;box-shadow:inset 0 -3px 0 rgba(0,0,0,.12),0 6px 10px rgba(135,35,34,.18)}
.hand-ico::before,.hand-ico::after{content:"";position:absolute;display:block;background:currentColor}
.draw-bowl::before{left:13px;right:13px;bottom:13px;height:15px;border-radius:0 0 16px 16px}
.draw-bowl::after{left:14px;right:14px;top:12px;height:19px;clip-path:polygon(7% 100%,18% 0,28% 100%,43% 0,54% 100%,69% 0,80% 100%,93% 0,100% 100%,0 100%)}
.draw-bowl{background:linear-gradient(180deg,#a23f36,#7f2625)}
.draw-order::before{left:14px;right:14px;top:12px;bottom:12px;clip-path:polygon(0 0,73% 0,100% 27%,100% 100%,0 100%)}
.draw-order::after{left:22px;right:22px;top:23px;height:3px;background:#7f2625;box-shadow:0 8px 0 #7f2625,0 16px 0 #7f2625}
.draw-wallet::before{left:10px;top:16px;width:36px;height:23px;border-radius:8px 8px 14px 12px;transform:rotate(-8deg)}
.draw-wallet::after{right:10px;bottom:10px;width:18px;height:18px;clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 92%,50% 70%,21% 92%,32% 57%,2% 35%,39% 35%)}
.draw-user::before{left:20px;top:11px;width:18px;height:18px;border-radius:50%}
.draw-user::after{left:12px;right:12px;bottom:11px;height:22px;border-radius:18px 18px 8px 8px}
.home-slow-banner{height:92px;border-radius:16px;background:linear-gradient(135deg,rgba(135,35,34,.98),rgba(93,24,24,.98));border:1px solid rgba(230,203,167,.28);color:#f8e9cd;display:grid;grid-template-columns:62px 1fr auto;gap:12px;align-items:center;padding:15px 16px;box-shadow:0 16px 32px rgba(87,34,24,.22);overflow:hidden;position:relative}
.home-slow-banner::before{content:"";position:absolute;inset:0;background:url('assets/brand_texture.webp') center/cover;opacity:.14;mix-blend-mode:screen}
.slow-badge{position:relative;z-index:1;width:54px;height:54px;border-radius:16px;border:1px solid rgba(230,203,167,.5);display:grid;place-items:center;text-align:center;line-height:1.15;font-size:13px;color:#f1dbb6}
.home-slow-banner div:not(.slow-badge),.home-slow-banner button{position:relative;z-index:1}
.home-slow-banner h3{font-family:"STKaiti","KaiTi","PingFang SC",serif;font-size:24px;margin:0 0 5px;letter-spacing:.05em}
.home-slow-banner p{margin:0;color:rgba(248,233,205,.75);font-size:12px;white-space:nowrap}
.home-slow-banner button{border:1px solid rgba(230,203,167,.46);border-radius:999px;background:rgba(255,255,255,.05);color:#f8e9cd;padding:8px 11px;font-size:12px;white-space:nowrap}
.home-page .tabbar{background:rgba(252,246,233,.94)}
.recommend-list{display:flex;gap:12px;overflow-x:auto;padding-bottom:2px}.recommend-card{position:relative;min-width:168px;height:204px;border-radius:24px;overflow:hidden;box-shadow:0 18px 36px rgba(60,35,20,.15);background:#291815;color:white;scroll-snap-align:start}.recommend-card img{height:132px;width:100%;object-fit:cover}.recommend-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.76));pointer-events:none}.recommend-card div{position:absolute;z-index:1;left:12px;right:12px;bottom:12px}.recommend-card h4{margin:0 0 4px;font-size:15px}.recommend-card p{margin:0;font-size:12px;color:#f4e5ca}.recommend-card button{position:absolute;right:10px;top:10px;width:32px;height:32px;border-radius:50%;z-index:2;background:var(--paper-light);color:var(--clay);font-size:18px;font-weight:900}.recommend-card .view-chip{left:10px;right:auto;top:10px;width:auto;padding:0 10px;font-size:12px;border-radius:999px;background:rgba(0,0,0,.34);color:#fff;border:1px solid rgba(255,255,255,.22)}
/* order */
.order-head,.simple-top{display:flex;align-items:center;gap:12px;margin:4px 0 16px}.order-head h2,.simple-top h2{margin:0;font-size:26px}.order-head p,.simple-top p{margin:4px 0 0;color:#917f68;font-size:12px}.back-btn,.scan-btn{width:38px;height:38px;border-radius:14px;background:rgba(255,255,255,.78);color:var(--clay);font-size:24px;font-weight:700}.scan-btn{margin-left:auto;font-size:15px}.search-box{height:46px;border-radius:16px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 14px;margin-bottom:12px;border:1px solid rgba(135,35,34,.12)}.search-box input{border:0;outline:0;background:transparent;flex:1;color:var(--ink)}.category-tabs{display:none}.order-promo-scroll{margin-bottom:12px}.order-promo-scroll button{min-width:154px;height:70px;border-radius:18px;background:linear-gradient(135deg,#fff,#f0dfbd);border:1px solid rgba(135,35,34,.12);text-align:left;padding:12px 14px;color:#2f221a;box-shadow:0 9px 18px rgba(90,50,32,.08)}.order-promo-scroll b{display:block;color:var(--clay);font-size:16px;margin-bottom:4px}.order-promo-scroll span{font-size:11px;color:#806c55}.order-layout{display:grid;grid-template-columns:84px 1fr;gap:10px;min-height:560px}.side-cats{display:flex;flex-direction:column;gap:8px;position:sticky;top:0;align-self:start}.side-cats button{min-height:50px;padding:8px;border-radius:15px;background:rgba(255,255,255,.52);color:#7f705f;font-size:12px;line-height:1.25}.side-cats button.active{background:#fff;color:var(--clay);font-weight:900;box-shadow:0 8px 18px rgba(90,50,32,.08)}.dish-list{display:flex;flex-direction:column;gap:12px}.dish-card{display:grid;grid-template-columns:106px 1fr;gap:12px;background:rgba(255,255,255,.88);border:1px solid rgba(135,35,34,.10);border-radius:20px;padding:10px;box-shadow:0 10px 24px rgba(90,50,32,.08);animation:cardIn .35s ease both;transition:.20s ease}.dish-card:active{transform:scale(.985)}@keyframes cardIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.dish-img{width:106px;height:106px;object-fit:cover;border-radius:16px;background:#d6bb8e}.dish-info{min-width:0}.dish-info h4{margin:0 0 6px;font-size:16px}.dish-info p{height:36px;margin:0 0 8px;color:#8b806f;font-size:12px;line-height:1.5;overflow:hidden}.dish-tags{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:8px}.dish-tags span{font-size:9px;padding:3px 6px;border-radius:999px;background:#f2e5ca;color:#9b6a39}.dish-meta{display:flex;align-items:center;justify-content:space-between}.price{font-weight:900;color:var(--clay);font-size:17px}.add-btn{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--clay),#b34631);color:white;font-size:20px;line-height:1;box-shadow:0 8px 18px rgba(135,35,34,.28)}.add-btn:active{transform:scale(.86)}
/* cards and pages */
.set-list{display:flex;flex-direction:column;gap:13px}.set-card{background:linear-gradient(135deg,#fffdf8,#efe1c4);border:1px solid rgba(135,35,34,.14);border-radius:24px;padding:18px;box-shadow:0 12px 26px rgba(90,50,32,.08);position:relative;overflow:hidden}.set-card::after{content:"";position:absolute;right:-22px;bottom:-32px;width:112px;height:112px;background:url('assets/bowl_mark.png') center/contain no-repeat;opacity:.12}.set-card h3{margin:0 0 6px;font-size:22px;color:var(--ink)}.set-card p{margin:0 0 12px;color:#7a6a58;line-height:1.6;font-size:12px}.set-card .set-foot{display:flex;align-items:center;justify-content:space-between}.set-card b{color:var(--clay);font-size:28px}.set-card button{border-radius:999px;background:var(--clay);color:#fff;padding:10px 14px;font-weight:800}.cart-float{position:absolute;left:24px;right:24px;bottom:92px;height:54px;border-radius:999px;background:linear-gradient(135deg,var(--clay-deep),#b34631);color:white;z-index:23;display:none;align-items:center;padding:0 18px;box-shadow:0 18px 36px rgba(135,35,34,.33);animation:pulse 2.2s ease-in-out infinite}.cart-float.show{display:flex}.cart-float span{font-size:20px;font-family:"STKaiti","KaiTi",serif}.cart-float b{position:absolute;left:42px;top:7px;min-width:18px;height:18px;border-radius:50%;background:var(--clay);font-size:11px;text-align:center;line-height:18px}.cart-float em{margin-left:auto;font-style:normal;font-weight:900}@keyframes pulse{50%{transform:translateY(-3px);box-shadow:0 24px 44px rgba(135,35,34,.42)}}.cart-list{display:flex;flex-direction:column;gap:10px;min-height:260px}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:10px;align-items:center;background:white;border-radius:18px;padding:10px;box-shadow:0 8px 20px rgba(90,50,32,.08)}.cart-item img{width:64px;height:64px;object-fit:cover;border-radius:14px}.cart-item h4{margin:0 0 4px;font-size:15px}.cart-item p{margin:0;color:var(--clay);font-weight:800}.qty{display:flex;align-items:center;gap:8px}.qty button{width:28px;height:28px;border-radius:50%;background:#f0e2c6;color:var(--clay);font-weight:900}.empty{padding:42px 18px;text-align:center;color:#887865;background:rgba(255,255,255,.6);border-radius:22px}.receipt-card{margin:16px 0;background:var(--clay);color:var(--paper-light);border-radius:22px;padding:16px;display:grid;gap:10px}.receipt-card div{display:flex;justify-content:space-between}.receipt-card span{color:rgba(244,234,214,.68)}.checkout-wide{width:100%;height:52px;border-radius:18px;background:linear-gradient(135deg,var(--clay),#b34631);color:white;font-weight:900;font-size:16px;box-shadow:0 18px 38px rgba(135,35,34,.28)}
.mine-hero{margin:-42px -18px 18px;padding:70px 22px 28px;background:linear-gradient(135deg,rgba(135,35,34,.92),rgba(93,24,24,.9)),url('assets/vi_packaging.webp') center/cover;color:var(--paper-light);display:flex;align-items:center;gap:16px;min-height:220px}.mine-hero img{width:98px;height:auto;object-fit:contain;background:rgba(244,234,214,.92);border-radius:22px;padding:10px}.mine-hero h2{font-size:24px;margin:0 0 6px}.mine-hero p{margin:0;color:rgba(244,234,214,.72);font-size:12px}.asset-card{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;border-radius:24px;background:var(--line);box-shadow:0 12px 26px rgba(90,50,32,.08);margin-bottom:14px}.asset-card div{background:#fff;padding:18px 8px;text-align:center}.asset-card span{display:block;color:#8f806d;font-size:12px}.asset-card b{display:block;margin-top:7px;color:var(--clay);font-size:20px}.menu-list{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 12px 26px rgba(90,50,32,.08)}.menu-list button{height:56px;width:100%;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:0 18px;border-bottom:1px solid rgba(135,35,34,.08);color:#3b332c;text-align:left}.poster-card{margin-top:16px;border-radius:26px;padding:22px;min-height:150px;background:linear-gradient(135deg,rgba(135,35,34,.88),rgba(20,20,20,.82)),url('assets/ingredient_animals.webp') center/cover;color:var(--paper-light)}.poster-card h3{font-size:25px;line-height:1.2;margin:0 0 8px}.poster-card p{margin:0;color:rgba(244,234,214,.7)}.member-card{border-radius:28px;padding:22px;background:linear-gradient(135deg,var(--clay),var(--clay-deep));color:var(--paper-light);box-shadow:var(--shadow);position:relative;overflow:hidden;margin-bottom:16px}.member-card::after{content:"";position:absolute;right:-30px;bottom:-34px;width:150px;height:150px;background:url('assets/bowl_mark.png') center/contain no-repeat;opacity:.13}.member-card small{letter-spacing:.18em;color:rgba(244,234,214,.68)}.member-card h3{margin:10px 0 8px;font-size:25px}.member-card p{margin:0 0 14px;line-height:1.6;color:rgba(244,234,214,.78);font-size:12px}.progress{height:8px;border-radius:999px;background:rgba(244,234,214,.18);overflow:hidden;margin-bottom:8px}.progress i{display:block;height:100%;background:linear-gradient(90deg,var(--paper),var(--gold));border-radius:999px}.member-card span{font-size:12px;color:rgba(244,234,214,.72)}.rights-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rights-grid article{min-height:116px;border-radius:22px;padding:16px;background:rgba(255,255,255,.84);border:1px solid rgba(135,35,34,.1);box-shadow:0 10px 24px rgba(90,50,32,.08)}.rights-grid b{display:block;margin-bottom:8px;color:var(--clay);font-size:16px}.rights-grid span{font-size:12px;line-height:1.55;color:#7c6c5b}.order-status-tabs{display:flex;gap:8px;overflow-x:auto;margin-bottom:14px}.order-status-tabs button{white-space:nowrap;border-radius:999px;padding:9px 14px;background:rgba(255,255,255,.68);color:#776956}.order-status-tabs button.active{background:var(--clay);color:#fff;font-weight:800}.history-list{display:flex;flex-direction:column;gap:12px}.history-card{border-radius:22px;background:#fff;padding:16px;border:1px solid rgba(135,35,34,.1);box-shadow:0 10px 24px rgba(90,50,32,.08)}.history-card div{display:flex;justify-content:space-between;gap:10px}.history-card b{font-size:16px;color:#2c211c}.history-card span{font-size:11px;color:#a28d72}.history-card p{margin:10px 0 14px;color:#7c6c5b;font-size:12px;line-height:1.6}.history-card footer{display:flex;justify-content:space-between;align-items:center}.history-card em{font-style:normal;color:#fff;background:var(--clay);border-radius:999px;padding:5px 10px;font-size:11px}.history-card em.done{background:#b98b54}.history-card strong{color:var(--clay);font-size:20px}.profile-card{display:flex;align-items:center;gap:14px;border-radius:24px;background:#fff;padding:16px;margin-bottom:14px;box-shadow:0 10px 24px rgba(90,50,32,.08)}.profile-card img{width:86px;height:auto;object-fit:contain;border-radius:18px;background:var(--paper-light);padding:8px}.profile-card b{display:block;font-size:18px}.profile-card span{display:block;margin-top:4px;color:#8b7a66;font-size:12px}.setting-list{border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 10px 24px rgba(90,50,32,.08)}.setting-list button{height:58px;width:100%;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:0 18px;border-bottom:1px solid rgba(135,35,34,.08);text-align:left}.setting-list span{color:#352823}.setting-list b{color:#9b8061;font-size:13px}.privacy-card{border-radius:24px;padding:18px;background:linear-gradient(135deg,#fffdf8,#efe1c4);border:1px solid rgba(135,35,34,.14);margin-bottom:14px}.privacy-card h3{margin:0 0 8px;color:var(--clay);font-size:20px}.privacy-card p{margin:0;color:#7c6c5b;font-size:12px;line-height:1.75}.switch{width:42px;height:24px;border-radius:999px;background:#d4c4a9;position:relative;display:inline-block}.switch::after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.2)}.switch.on{background:var(--clay)}.switch.on::after{left:21px}
/* modal */
.modal{position:absolute;inset:0;background:rgba(20,20,20,.42);z-index:55;display:none;align-items:center;justify-content:center;padding:24px;backdrop-filter:blur(5px)}.modal.show{display:flex}.modal-panel{width:100%;border-radius:28px;padding:28px;background:linear-gradient(180deg,#f7edd9,#e6cba7);position:relative;text-align:center;box-shadow:var(--shadow);overflow:hidden}.modal-panel::before{content:"";position:absolute;inset:0;background:url('assets/bowl_mark.png') center 22px/120px auto no-repeat;opacity:.08;pointer-events:none}.modal-close{position:absolute;right:14px;top:12px;width:34px;height:34px;border-radius:50%;background:rgba(135,35,34,.1);color:var(--clay);font-size:22px;z-index:2}.modal-panel small{letter-spacing:.18em;color:#997f52}.modal-panel h3{font-size:34px;color:var(--clay);margin:10px 0}.modal-panel p{line-height:1.7;color:#74614d}.modal-panel .primary-cta{width:100%;margin-top:8px}.dish-panel{padding:18px;text-align:left}.dish-panel img{width:100%;height:198px;object-fit:cover;border-radius:22px;margin-bottom:14px}.dish-panel h3{font-size:28px;margin:6px 0;text-align:left}.dish-panel p{font-size:13px;margin:0 0 12px}.dish-panel .primary-cta{text-align:center}.primary-cta{position:relative;z-index:2;background:linear-gradient(135deg,var(--clay),#b34631);color:#fff;border-radius:999px;padding:12px 18px;font-weight:800;box-shadow:0 12px 26px rgba(135,35,34,.32)}.reveal{animation:rise .55s ease both}.reveal:nth-of-type(2){animation-delay:.08s}.reveal:nth-of-type(3){animation-delay:.16s}@keyframes rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@media(max-width:900px){.stage{grid-template-columns:1fr;padding:0;gap:0}.brand-board{display:none}.phone-bezel{width:100vw;height:100vh;border-radius:0;padding:0;background:transparent;box-shadow:none}.phone-bezel::before,.phone-island,.side-button{display:none}.mini-app{border-radius:0}.status-bar{padding-top:12px}.page{padding-top:42px}.home-hero-card{height:78vh;min-height:560px}}

/* v8: 首页主图改为完整竖版海报，可向下滑动看完整全屏图 */
.home-hero-card.full-poster-mode{
  height:auto !important;
  min-height:0 !important;
  margin:-42px -16px 0 !important;
  overflow:visible !important;
  background:#070503 !important;
  border-radius:0 0 28px 28px;
  box-shadow:0 16px 36px rgba(0,0,0,.24);
}
.home-hero-card.full-poster-mode::before,
.home-hero-card.full-poster-mode::after{display:none !important;content:none !important;}
.home-poster-full{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:top center;
  transform:none;
  border-radius:0 0 28px 28px;
  user-select:none;
  -webkit-user-drag:none;
}
.home-hero-card.full-poster-mode .hero-logo,
.home-hero-card.full-poster-mode .home-brand-copy,
.home-hero-card.full-poster-mode .hero-cta-row,
.home-hero-card.full-poster-mode .scroll-tip{display:none !important;}
.home-hero-card.full-poster-mode .mini-program-actions{
  top:58px;
  right:18px;
  z-index:6;
  background:rgba(0,0,0,.26);
}
@media(max-width:900px){
  .home-hero-card.full-poster-mode{height:auto !important;min-height:0 !important;}
  .home-poster-full{width:100%;height:auto;}
}

/* v10：在 v8 基础上替换为红色调土陶里点餐页，版式复刻参考图 */
.order-red-page{
  padding:42px 0 150px !important;
  background:#f7f4ee !important;
  color:#2d241f;
  overflow-y:auto;
}
.order-red-page::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.12;
  background:url('assets/brand_texture.webp') center/420px auto repeat;
  mix-blend-mode:multiply;
}
.order-topbar{
  position:sticky;
  top:0;
  z-index:20;
  height:54px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 14px 10px;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(135,35,34,.08);
  backdrop-filter:blur(16px);
}
.order-back,.order-mini-more,.order-mini-dot{
  width:34px;height:34px;border-radius:50%;
  display:grid;place-items:center;
  color:#1b1714;background:transparent;font-size:21px;font-weight:700;flex:none;
}
.order-mini-more{font-size:18px;letter-spacing:-.05em}.order-mini-dot{border:1.6px solid #1b1714;font-size:13px}
.order-search{
  flex:1;height:34px;border-radius:999px;background:#f2f0ed;color:#b2aaa3;
  display:flex;align-items:center;gap:6px;padding:0 12px;font-size:13px;
}
.order-search input{flex:1;border:0;outline:0;background:transparent;color:#2d241f;min-width:0}.order-search span{font-size:15px;color:#b2aaa3}
.order-brand-hero{
  position:relative;margin:0 12px 0;border-radius:0 0 18px 18px;min-height:134px;overflow:hidden;color:#fff;
  background:
    linear-gradient(135deg,rgba(135,35,34,.96),rgba(94,24,23,.94) 52%,rgba(165,72,44,.90)),
    url('assets/brand_texture.webp') center/cover;
  box-shadow:0 12px 26px rgba(135,35,34,.2);
}
.order-brand-hero::before{
  content:"";position:absolute;inset:0;opacity:.16;
  background:radial-gradient(circle at 20% 16%,rgba(255,255,255,.26),transparent 25%),radial-gradient(circle at 88% 72%,rgba(230,203,167,.22),transparent 26%);
}
.order-hero-text{position:relative;z-index:1;padding:18px 16px 30px}.order-hero-text img{width:184px;max-height:50px;object-fit:contain;object-position:left center;margin-bottom:10px;filter:drop-shadow(0 3px 10px rgba(0,0,0,.18))}.order-hero-text p{margin:0 0 5px;font-size:14px;letter-spacing:.08em}.order-hero-text small{display:block;max-width:250px;color:rgba(255,255,255,.7);font-size:9px;line-height:1.5;text-transform:uppercase;letter-spacing:.04em}.order-hero-mark{position:absolute;right:14px;bottom:14px;z-index:2;width:86px;height:86px;border-radius:15px;border:1px solid rgba(244,234,214,.48);background:rgba(95,23,22,.58);display:grid;place-items:center;text-align:center;align-content:center;gap:2px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);backdrop-filter:blur(8px)}.order-hero-mark b{font-size:20px;font-family:"STKaiti","KaiTi","PingFang SC",serif}.order-hero-mark span{font-size:11px;color:rgba(244,234,214,.8)}
.order-shop-title{padding:14px 16px 10px;background:rgba(255,255,255,.94);border-bottom:1px solid #eee6da}.order-shop-title h2{margin:0 0 5px;font-size:18px;font-weight:900}.order-shop-title p{margin:0;font-size:12px;color:#8a7a68}.order-ref-layout{display:grid !important;grid-template-columns:78px 1fr !important;gap:0 !important;margin:0 !important;min-height:600px !important;background:rgba(255,255,255,.72)}.ref-side-cats{position:sticky !important;top:54px !important;display:block !important;align-self:start !important;gap:0 !important;background:rgba(255,255,255,.62);padding:8px 0 120px;border-right:1px solid #eee6da;z-index:6}.ref-side-cats button{width:100%;min-height:58px;border-radius:0 !important;background:transparent !important;box-shadow:none !important;color:#6e6258 !important;font-size:13px !important;line-height:1.25;padding:12px 5px !important;position:relative;font-weight:500}.ref-side-cats button.active{background:linear-gradient(135deg,var(--clay),#a94734) !important;color:#fff !important;font-weight:900 !important}.ref-side-cats button.active::after{content:"1";position:absolute;top:7px;right:7px;width:18px;height:18px;border-radius:50%;background:#fff;color:var(--clay);display:grid;place-items:center;font-size:11px;font-weight:900}.menu-panel-ref{min-width:0;padding:10px 8px 130px;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(250,246,237,.9));}.cat-title-ref{height:36px;border-radius:2px 2px 0 0;background:linear-gradient(135deg,var(--clay),#ad4f38);color:#fff;display:flex;align-items:center;padding:0 14px;font-size:15px;font-weight:900;letter-spacing:.08em;position:sticky;top:54px;z-index:5;box-shadow:0 8px 18px rgba(135,35,34,.13)}.ref-dish-list{display:flex;flex-direction:column;gap:11px;padding-top:10px}.ref-dish-list .dish-card{grid-template-columns:110px 1fr auto !important;gap:10px;border-radius:12px !important;padding:9px 8px !important;background:rgba(255,255,255,.96) !important;border:1px solid rgba(135,35,34,.08) !important;box-shadow:0 8px 18px rgba(64,38,24,.06) !important;align-items:center}.ref-dish-list .dish-img{width:110px !important;height:78px !important;border-radius:7px !important;object-fit:cover;background:#ded2bd}.ref-dish-list .dish-info h4{font-size:16px !important;margin:0 0 6px;line-height:1.25}.ref-dish-list .dish-info p{height:34px !important;margin:0;color:#8f8377;font-size:12px;line-height:1.45}.ref-dish-list .dish-tags{display:none}.ref-dish-list .dish-meta{margin-top:8px;justify-content:flex-start;gap:10px}.ref-dish-list .price{font-size:16px;color:#2a211c}.ref-dish-list .add-btn{position:static;align-self:center;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--clay),#a94734);box-shadow:0 8px 16px rgba(135,35,34,.24);font-size:22px;margin-left:auto}.order-seat-bar{position:sticky;left:12px;right:12px;bottom:12px;z-index:22;display:grid;grid-template-columns:50px 1fr 1.02fr;gap:8px;align-items:center;margin:12px 12px 0;padding:8px;border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 16px 34px rgba(40,24,17,.16);border:1px solid #eee1d2;backdrop-filter:blur(12px)}.seat-cart{position:relative;width:46px;height:46px;border-radius:50%;background:var(--clay);color:#fff;display:grid;place-items:center;font-family:"STKaiti","KaiTi",serif;font-size:21px}.seat-cart b{position:absolute;right:-2px;top:-3px;min-width:18px;height:18px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-size:10px;font-family:inherit}.seat-scan,.seat-save{height:42px;border-radius:999px;font-size:13px;white-space:nowrap}.seat-scan{background:#fff;border:1px solid #e4d8c9;color:#30261f}.seat-save{background:linear-gradient(135deg,var(--clay),#9f3e2e);color:#fff;box-shadow:0 10px 16px rgba(135,35,34,.18)}.order-red-page + .tabbar{background:rgba(255,255,255,.94)}
.ref-dish-list .sales{font-size:11px;color:#8e8174;white-space:nowrap}.order-red-page .status-bar{color:#111;text-shadow:none}.order-red-page .nav-icon{color:inherit}




/* v12：点餐页只保留底部红色购物篮；隐藏上方白色篓条。 */
.order-red-page .order-seat-bar{display:none !important;}
.order-red-page .menu-panel-ref{padding-bottom:132px !important;}
.order-red-page .ref-side-cats{padding-bottom:132px !important;}
#cartFloat.cart-float{display:none;visibility:visible;pointer-events:auto;left:18px;right:18px;bottom:90px;height:58px;border-radius:999px;background:linear-gradient(135deg,#7f241f,#ba5338);box-shadow:0 18px 36px rgba(135,35,34,.30);}
#cartFloat.cart-float.show{display:flex !important;align-items:center;}
#cartFloat.cart-float span{font-size:24px;font-family:"STKaiti","KaiTi",serif;line-height:1;}
#cartFloat.cart-float b{left:46px;top:9px;min-width:24px;height:24px;line-height:24px;font-size:14px;background:#ad3a32;}
#cartFloat.cart-float em{font-size:28px;font-weight:900;letter-spacing:.01em;}


/* v13：个人中心页面复刻参考图版式，统一为土陶里红色调 */
.mine-page-ref{
  padding:42px 0 96px !important;
  background:linear-gradient(180deg,#74231e 0%,#8b2b23 38%,#efe2c8 64%,#efe2c8 100%) !important;
  color:#2d211b;
}
.mine-page-ref::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.16;
  background:linear-gradient(rgba(230,203,167,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(230,203,167,.14) 1px,transparent 1px);
  background-size:28px 28px;
  mix-blend-mode:screen;
}
.mine-ref-hero{
  position:relative;
  margin:-42px 0 0;
  padding:62px 22px 18px;
  min-height:430px;
  overflow:hidden;
  color:#f8efd9;
  background:
    radial-gradient(circle at 72% 18%,rgba(230,203,167,.22),transparent 28%),
    radial-gradient(circle at 16% 72%,rgba(0,0,0,.22),transparent 30%),
    linear-gradient(145deg,rgba(96,24,22,.98),rgba(138,44,35,.94) 46%,rgba(53,30,24,.94)),
    url('assets/brand_texture.webp') center/cover;
  box-shadow:0 16px 34px rgba(67,24,19,.24);
}
.mine-ref-hero::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.25;
  background:radial-gradient(circle at 50% 100%,rgba(230,203,167,.35),transparent 45%),linear-gradient(180deg,rgba(255,255,255,.04),transparent 42%);
}
.mine-ref-hero>*{position:relative;z-index:1}
.mine-top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:24px;font-size:13px;color:rgba(248,239,217,.92)}
.craft-mark{font-weight:800;line-height:1.25}.craft-mark small{display:block;margin-top:2px;font-size:7px;font-weight:500;letter-spacing:.04em;color:rgba(248,239,217,.62);text-transform:uppercase}.center-title{font-weight:800;letter-spacing:.08em;white-space:nowrap}.mini-dots{height:34px;min-width:82px;border-radius:999px;border:1px solid rgba(248,239,217,.48);display:flex;align-items:center;justify-content:center;gap:12px;background:rgba(0,0,0,.16);backdrop-filter:blur(10px);font-size:18px;letter-spacing:2px}.mini-dots i{width:16px;height:16px;border:2px solid currentColor;border-radius:50%;display:inline-block}
.mine-logo{width:230px;max-height:62px;object-fit:contain;object-position:left center;filter:drop-shadow(0 8px 18px rgba(0,0,0,.20));margin:6px 0 14px}
.mine-slogan{margin:0;font-size:14px;letter-spacing:.08em;font-weight:700}.mine-en{margin:72px 0 20px;font-size:8px;line-height:1.55;max-width:230px;text-transform:uppercase;color:rgba(248,239,217,.56)}
.login-card{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;padding:16px 14px;border-radius:18px;background:#f7edcf;color:#392820;box-shadow:0 14px 26px rgba(40,20,14,.18);border:1px solid rgba(255,255,255,.42)}
.login-card h3{margin:0 0 5px;font-size:17px;line-height:1.3}.login-card p{margin:0;color:#897864;font-size:12px;line-height:1.55}.login-card button{flex:none;height:40px;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,var(--clay),#a64633);color:#fff;font-weight:800;box-shadow:0 10px 16px rgba(135,35,34,.18)}
.vip-card{position:relative;height:146px;margin:0 0 4px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#b53c31,#e6cba7 48%,#a72f28 100%);box-shadow:0 16px 30px rgba(55,21,17,.25);border:1px solid rgba(255,255,255,.36)}
.vip-card::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.12),transparent 34%,rgba(255,255,255,.22) 36%,transparent 54%),radial-gradient(circle at 0 100%,rgba(244,234,214,.35),transparent 34%)}
.vip-watermark{position:absolute;right:18px;bottom:-6px;font-size:54px;line-height:1;font-weight:900;color:rgba(255,255,255,.25);letter-spacing:.02em}.vip-copy{position:absolute;left:18px;top:22px;display:flex;flex-direction:column;gap:10px;color:#331d18;font-size:14px;font-weight:700}.vip-chip{position:absolute;right:16px;top:16px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.36);color:#66231c;font-size:11px;font-weight:800;backdrop-filter:blur(8px)}
.mine-panel-card{position:relative;z-index:2;margin:-10px 18px 0;border-radius:22px;background:rgba(248,238,214,.96);overflow:hidden;border:1px solid rgba(135,35,34,.08);box-shadow:0 14px 32px rgba(64,34,22,.12)}
.mine-panel-card button{height:64px;width:100%;display:flex;align-items:center;gap:13px;background:transparent;padding:0 16px;border-bottom:1px solid rgba(135,35,34,.10);color:#3d3028;text-align:left}.mine-panel-card button:last-child{border-bottom:0}.mine-panel-card b{font-size:15px;font-weight:800;flex:1}.mine-panel-card em{font-style:normal;color:#a58f75;font-size:22px}.mine-line-ico{position:relative;flex:none;width:26px;height:26px;color:var(--clay);border:2px solid currentColor;border-radius:6px}.mine-line-ico.order::before{content:"";position:absolute;left:5px;right:5px;top:6px;height:2px;background:currentColor;box-shadow:0 6px 0 currentColor,0 12px 0 currentColor}.mine-line-ico.profile{border-radius:50%}.mine-line-ico.profile::after{content:"";position:absolute;left:4px;right:4px;bottom:-9px;height:10px;border-radius:999px 999px 5px 5px;border:2px solid currentColor;border-top:0}.mine-line-ico.service{border-radius:50%;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.mine-line-ico.service::before{content:"";position:absolute;left:-6px;top:8px;width:5px;height:10px;border:2px solid currentColor;border-right:0;border-radius:5px 0 0 5px}.mine-line-ico.privacy{border-radius:7px}.mine-line-ico.privacy::before{content:"";position:absolute;left:5px;top:-10px;width:12px;height:11px;border:2px solid currentColor;border-bottom:0;border-radius:8px 8px 0 0}.mine-line-ico.member{border-radius:50%}.mine-line-ico.member::before{content:"";position:absolute;left:4px;right:4px;bottom:-5px;height:9px;background:currentColor;clip-path:polygon(0 100%,18% 20%,40% 70%,50% 0,62% 70%,82% 20%,100% 100%)}
.mine-red-banner{margin:16px 18px 24px;border-radius:22px;padding:18px 20px;min-height:118px;color:#f8ecd6;background:linear-gradient(135deg,rgba(116,35,30,.96),rgba(167,66,47,.92)),url('assets/generated_set_1988.webp') center/cover;border:1px solid rgba(230,203,167,.28);box-shadow:0 16px 32px rgba(70,31,22,.16)}
.mine-red-banner small{display:block;color:rgba(248,236,214,.58);font-size:9px;letter-spacing:.18em}.mine-red-banner h3{margin:9px 0 6px;font-size:21px}.mine-red-banner p{margin:0;color:rgba(248,236,214,.78);font-size:12px}


/* v14：丰富订单中心页面 */
.order-center-page{
  padding:0 16px 112px !important;
  background:
    linear-gradient(180deg,rgba(135,35,34,.98),rgba(93,24,24,.94) 0,rgba(239,226,200,.98) 226px,#efe2c8 100%) !important;
  color:#261b16;
}
.order-center-hero{
  margin:0 -16px 14px;
  padding:66px 18px 28px;
  min-height:204px;
  color:var(--paper-light);
  background:
    linear-gradient(135deg,rgba(135,35,34,.90),rgba(70,24,20,.82)),
    url('assets/home_poster_full.webp') center 58%/cover no-repeat;
  position:relative;
  display:flex;
  align-items:flex-end;
  gap:12px;
  overflow:hidden;
}
.order-center-hero::after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:58px;
  background:linear-gradient(180deg,rgba(239,226,200,0),#efe2c8 92%);
}
.order-center-back{
  position:relative;z-index:2;background:rgba(244,234,214,.20)!important;color:#fff!important;border:1px solid rgba(244,234,214,.26)
}
.order-center-title{position:relative;z-index:2;flex:1}
.order-center-title small{display:block;font-size:9px;letter-spacing:.16em;color:rgba(244,234,214,.72);margin-bottom:5px}
.order-center-title h2{margin:0 0 6px;font-size:29px;line-height:1;font-weight:900}
.order-center-title p{margin:0;font-size:12px;color:rgba(244,234,214,.78)}
.order-center-service{
  position:relative;z-index:2;
  height:36px;padding:0 14px;border-radius:999px;background:rgba(244,234,214,.16);border:1px solid rgba(244,234,214,.24);color:#fff;font-size:12px
}
.order-state-card{
  margin-top:-32px;
  position:relative;z-index:3;
  border-radius:24px;
  background:linear-gradient(135deg,#fffaf1,#f3e0be);
  border:1px solid rgba(135,35,34,.16);
  box-shadow:0 18px 34px rgba(82,44,28,.16);
  padding:18px;
  display:flex;align-items:center;justify-content:space-between;gap:14px
}
.order-state-card .state-label{display:inline-block;color:var(--clay);font-size:12px;font-weight:800;margin-bottom:7px}
.order-state-card h3{margin:0 0 6px;font-size:22px}
.order-state-card p{margin:0;color:#7f6e5d;font-size:12px;line-height:1.6}
.order-state-card strong{white-space:nowrap;border-radius:999px;background:var(--clay);color:#fff;padding:8px 12px;font-size:12px}
.order-tabs-rich{
  display:flex;gap:8px;overflow-x:auto;margin:14px 0 12px;padding-bottom:2px
}
.order-tabs-rich::-webkit-scrollbar{display:none}
.order-tabs-rich button{
  flex:none;border-radius:999px;background:rgba(255,255,255,.64);color:#7a6a57;padding:10px 14px;font-size:12px;border:1px solid rgba(135,35,34,.08)
}
.order-tabs-rich button.active{background:var(--clay);color:#fff;font-weight:900;box-shadow:0 10px 18px rgba(135,35,34,.18)}
.order-block,.order-progress-card,.reservation-card,.history-preview{
  border-radius:24px;background:rgba(255,255,255,.78);border:1px solid rgba(135,35,34,.11);box-shadow:0 12px 26px rgba(90,50,32,.08);padding:16px;margin:12px 0;
}
.order-block-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.order-block-head h3{margin:0;font-size:19px;color:#281b16}
.order-block-head button,.order-block-head em{font-style:normal;color:var(--clay);font-size:12px;background:transparent;padding:0}
.cart-list-rich{min-height:auto!important;gap:9px!important}
.cart-list-rich .cart-item{box-shadow:none;border:1px solid rgba(135,35,34,.10);background:rgba(255,250,242,.96)}
.cart-list-rich .empty{
  background:linear-gradient(135deg,#fff9ef,#f2e3c7);
  border:1px dashed rgba(135,35,34,.18);
  color:#7b6a58;
}
.order-action-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0
}
.order-action-grid button{
  text-align:left;border-radius:20px;background:rgba(255,255,255,.78);border:1px solid rgba(135,35,34,.10);padding:14px;box-shadow:0 10px 20px rgba(90,50,32,.06)
}
.order-action-grid b{display:block;color:#2e211b;font-size:15px;margin-bottom:5px}
.order-action-grid span{font-size:12px;color:#816f5e;line-height:1.5}
.progress-line{display:grid;gap:13px;position:relative}
.progress-line::before{content:"";position:absolute;left:8px;top:10px;bottom:10px;width:2px;background:#e2cfac}
.progress-line div{display:grid;grid-template-columns:18px 1fr;column-gap:10px;position:relative}
.progress-line i{width:18px;height:18px;border-radius:50%;background:#e2cfac;box-shadow:0 0 0 4px #f9f1e2;z-index:1}
.progress-line div.done i,.progress-line div.active i{background:var(--clay)}
.progress-line div.active i{animation:dotPulse 1.4s ease-in-out infinite}
@keyframes dotPulse{50%{box-shadow:0 0 0 8px rgba(135,35,34,.14)}}
.progress-line b{font-size:14px;color:#2e211b}
.progress-line span{grid-column:2;color:#85715e;font-size:12px;margin-top:2px}
.reservation-card{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  background:linear-gradient(135deg,#8a2521,#b34a34);color:var(--paper-light);overflow:hidden;position:relative
}
.reservation-card::after{content:"";position:absolute;right:-28px;bottom:-34px;width:138px;height:138px;background:url('assets/bowl_mark.png') center/contain no-repeat;opacity:.12}
.reservation-card div{position:relative;z-index:1}.reservation-card small{font-size:9px;letter-spacing:.12em;color:rgba(244,234,214,.65)}
.reservation-card h3{margin:6px 0 7px;font-size:20px}.reservation-card p{margin:0;font-size:12px;line-height:1.65;color:rgba(244,234,214,.78)}
.reservation-card button{position:relative;z-index:1;white-space:nowrap;border-radius:999px;background:var(--paper-light);color:var(--clay);padding:11px 14px;font-weight:900}
.mini-history-card{
  border-radius:18px;background:#fffaf1;border:1px solid rgba(135,35,34,.10);padding:14px;margin-top:10px
}
.mini-history-card div{display:flex;justify-content:space-between;gap:10px}.mini-history-card b{font-size:15px}.mini-history-card span{font-size:11px;color:#a28d72}
.mini-history-card p{margin:8px 0 12px;color:#7c6c5b;font-size:12px;line-height:1.6}.mini-history-card footer{display:flex;justify-content:space-between;align-items:center}.mini-history-card em{font-style:normal;border-radius:999px;background:#b98b54;color:#fff;padding:5px 10px;font-size:11px}.mini-history-card strong{font-size:19px;color:var(--clay)}
.rich-receipt-card{grid-template-columns:1fr 1fr!important;background:linear-gradient(135deg,var(--clay),#a84031)!important;margin-top:14px!important}

/* v14：丰富我的订单列表 */
.order-history-page{
  background:linear-gradient(180deg,#f4e7cf,#efe0c2)!important;
}
.rich-history-top{margin-bottom:12px}
.history-summary-card{
  border-radius:26px;padding:20px;margin-bottom:14px;color:var(--paper-light);
  background:linear-gradient(135deg,#7f2119,#b54c35),url('assets/brand_texture.webp') center/cover;
  box-shadow:0 18px 34px rgba(135,35,34,.22);
  display:flex;align-items:flex-end;justify-content:space-between;gap:14px
}
.history-summary-card small{display:block;font-size:9px;letter-spacing:.16em;color:rgba(244,234,214,.68);margin-bottom:8px}
.history-summary-card h3{margin:0 0 6px;font-size:24px}.history-summary-card p{margin:0;color:rgba(244,234,214,.74);font-size:12px;line-height:1.6}
.history-summary-card strong{font-size:28px;white-space:nowrap}
.rich-status-tabs{margin-bottom:14px}
.rich-history-list{gap:14px}
.rich-history-card{padding:0!important;overflow:hidden}
.rich-history-card header{display:flex;justify-content:space-between;gap:12px;padding:16px 16px 0}
.rich-history-card header div{display:block!important}.rich-history-card header b{display:block;font-size:17px}.rich-history-card header span{display:block;margin-top:4px}
.rich-history-card header em{align-self:flex-start;font-style:normal;border-radius:999px;background:var(--clay);color:#fff;padding:6px 10px;font-size:11px;white-space:nowrap}
.rich-history-card header em.done{background:#b98b54}.rich-history-card header em.consult{background:#6e5f4d}
.rich-history-card p{padding:0 16px;margin:10px 0 14px!important}
.history-actions{display:flex!important;gap:9px;padding:0 16px 14px}
.history-actions button{border-radius:999px;padding:8px 12px;background:#f4e5cb;color:var(--clay);font-size:12px;font-weight:800}
.rich-history-card footer{padding:12px 16px;background:#fff8ec;border-top:1px solid rgba(135,35,34,.08)}
.rich-history-card.current{border-color:rgba(135,35,34,.22);box-shadow:0 16px 32px rgba(135,35,34,.14)}
.rich-history-card.reserve{background:linear-gradient(180deg,#fff,#fff5e5)}


/* v19：基于 v14 稳定版修复右上角小程序按钮样式；不再加入 IP。 */
.mini-program-actions,
.mini-program-actions.mini-dots{
  height:38px !important;
  width:96px !important;
  min-width:96px !important;
  border-radius:999px !important;
  border:1.4px solid rgba(255,255,255,.45) !important;
  background:rgba(96,27,24,.42) !important;
  backdrop-filter:blur(14px) saturate(1.2) !important;
  -webkit-backdrop-filter:blur(14px) saturate(1.2) !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 8px 18px rgba(0,0,0,.14) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:0 !important;
  padding:0 12px !important;
  color:#fff !important;
  overflow:hidden !important;
}
.mini-program-actions::before,
.mini-program-actions.mini-dots::before{
  content:"";
  position:absolute;
  left:55px;
  top:9px;
  width:1px;
  height:20px;
  background:rgba(255,255,255,.34);
}
.mini-program-actions span,
.mini-program-actions.mini-dots span{
  display:block !important;
  width:38px;
  text-align:center;
  color:#fff !important;
  font-size:23px !important;
  font-weight:800 !important;
  letter-spacing:2px !important;
  line-height:1 !important;
  transform:translateY(-2px) !important;
}
.mini-program-actions i,
.mini-program-actions.mini-dots i{
  width:23px !important;
  height:23px !important;
  border:3px solid #fff !important;
  border-radius:50% !important;
  display:block !important;
  box-shadow:inset 0 0 0 4px rgba(255,255,255,.26) !important;
  margin-left:auto !important;
  background:transparent !important;
}
.home-hero-card .mini-program-actions{
  position:absolute !important;
  right:20px !important;
  top:62px !important;
  z-index:6 !important;
}
.order-topbar .order-pill{
  position:relative !important;
  right:auto !important;
  top:auto !important;
  z-index:3 !important;
  flex:none !important;
  border-color:rgba(143,44,34,.28) !important;
  background:rgba(143,44,34,.16) !important;
  color:#8f2c22 !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.26),0 5px 14px rgba(143,44,34,.09) !important;
}
.order-topbar .order-pill span{color:#8f2c22 !important;}
.order-topbar .order-pill i{border-color:#8f2c22 !important;box-shadow:inset 0 0 0 4px rgba(143,44,34,.15) !important;}
.order-topbar .order-pill::before{background:rgba(143,44,34,.28) !important;}
.mine-top-row .mini-dots{
  position:relative !important;
  z-index:3 !important;
  margin-left:auto !important;
}
.order-mini-more,.order-mini-dot{display:none !important;}


/* v20：右上角小程序胶囊按钮缩小并修正形状，更接近参考图。 */
.mini-program-actions,
.mini-program-actions.mini-dots{
  width:76px !important;
  min-width:76px !important;
  height:30px !important;
  border-radius:16px !important;
  padding:0 8px !important;
  border:1px solid rgba(255,255,255,.42) !important;
  background:rgba(104,27,26,.34) !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.045),0 4px 10px rgba(0,0,0,.10) !important;
}
.mini-program-actions::before,
.mini-program-actions.mini-dots::before{
  left:43px !important;
  top:6px !important;
  height:18px !important;
  width:1px !important;
  background:rgba(255,255,255,.32) !important;
}
.mini-program-actions span,
.mini-program-actions.mini-dots span{
  width:31px !important;
  font-size:18px !important;
  letter-spacing:1.5px !important;
  transform:translateY(-1px) !important;
}
.mini-program-actions i,
.mini-program-actions.mini-dots i{
  width:18px !important;
  height:18px !important;
  border:2.4px solid currentColor !important;
  box-shadow:inset 0 0 0 3px rgba(255,255,255,.22) !important;
}
.home-hero-card .mini-program-actions{
  right:18px !important;
  top:60px !important;
}
.order-topbar .order-pill{
  width:76px !important;
  min-width:76px !important;
  height:30px !important;
  border-radius:16px !important;
  border-color:rgba(143,44,34,.24) !important;
  background:rgba(143,44,34,.12) !important;
}
.mine-top-row .mini-dots{
  width:76px !important;
  min-width:76px !important;
  height:30px !important;
  border-radius:16px !important;
}


/* v21 splash updated to use the preferred classic loading screen */
.splash{background:radial-gradient(circle at 50% 34%,#f4ead6,#e6cba7 60%,#872322) !important;}
.splash img{width:168px !important;filter:drop-shadow(0 14px 20px rgba(95,24,24,.18)) !important;}
.splash p{margin:0;color:var(--clay) !important;font-weight:800;letter-spacing:.1em !important;}
.splash-dots{display:flex;gap:7px !important;}
.splash-dots i{width:7px !important;height:7px !important;background:var(--clay) !important;border-radius:50% !important;}


/* v22: loading splash revised to match the provided reference */
.splash{
  background:#e8dcc7 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:22px !important;
}
.splash-logo{
  width:248px !important;
  max-width:62vw !important;
  display:block !important;
  filter:drop-shadow(0 8px 18px rgba(123,46,38,.12)) !important;
  margin-top:24px !important;
}
.splash p{
  margin:2px 0 0 !important;
  color:#8e332e !important;
  font-weight:800 !important;
  font-size:18px !important;
  line-height:1.4 !important;
  letter-spacing:.02em !important;
  text-align:center !important;
}
.splash-dots{
  display:flex !important;
  gap:12px !important;
  margin-top:-2px !important;
}
.splash-dots i{
  width:11px !important;
  height:11px !important;
  background:#cfa38f !important;
  border-radius:50% !important;
  animation:dots 1s infinite alternate !important;
  box-shadow:none !important;
}
.splash-dots i:nth-child(2){background:#b98573 !important;}
.splash-dots i:nth-child(3){background:#a86f5d !important;}
@keyframes dots{to{opacity:.35;transform:translateY(-5px)}}


/* v23 splash refined to match reference: bowl mark + wordmark + soft gradient */
.splash{
  background:linear-gradient(180deg,#e6dac8 0%, #e7dcc9 58%, #dcc0a8 100%) !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:22px !important;
}
.splash-brand{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  transform:translateY(10px) !important;
}
.splash-bowl{
  width:90px !important;
  height:auto !important;
  display:block !important;
  filter:drop-shadow(0 10px 20px rgba(126,45,39,.12)) !important;
}
.splash-wordmark{
  width:290px !important;
  max-width:74vw !important;
  height:auto !important;
  display:block !important;
  filter:drop-shadow(0 10px 20px rgba(126,45,39,.08)) !important;
}
.splash p{
  margin:6px 0 0 !important;
  color:#8f332e !important;
  font-weight:800 !important;
  font-size:19px !important;
  line-height:1.4 !important;
  letter-spacing:.02em !important;
  text-align:center !important;
}
.splash-dots{display:flex !important;gap:12px !important;margin-top:-4px !important;}
.splash-dots i{
  width:11px !important;height:11px !important;border-radius:50% !important;
  background:#caa08b !important;box-shadow:none !important;animation:splashdot 1s infinite alternate !important;
}
.splash-dots i:nth-child(2){background:#b88472 !important;animation-delay:.15s !important;}
.splash-dots i:nth-child(3){background:#a56f5d !important;animation-delay:.3s !important;}
@keyframes splashdot{from{opacity:.95;transform:translateY(0)}to{opacity:.35;transform:translateY(-4px)}}


/* v24 splash pixel-tuned to match latest reference */
.splash{
  position: absolute !important;
  inset: 0 !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #e6d8c1 0%, #e6d8c1 66%, #e1cdbb 82%, #d39b8c 95%, #b74d42 100%) !important;
}
.splash::before{
  content:'';
  position:absolute;
  left:0; right:0; top:0; bottom:0;
  background: radial-gradient(ellipse at 50% 82%, rgba(186,84,72,.13) 0%, rgba(186,84,72,.10) 16%, rgba(186,84,72,.05) 30%, rgba(186,84,72,0) 54%);
  pointer-events:none;
}
.splash::after{
  content:'';
  position:absolute;
  left:0; right:0; bottom:0;
  height:28%;
  background:linear-gradient(180deg, rgba(192,93,78,0) 0%, rgba(192,93,78,.16) 42%, rgba(175,66,56,.48) 100%);
  pointer-events:none;
}
.splash-brand{
  position:absolute !important;
  left:50% !important;
  top:50.8% !important;
  transform:translate(-50%, -50%) !important;
  gap:8px !important;
  z-index:2 !important;
}
.splash-bowl{
  width:88px !important;
  filter:drop-shadow(0 8px 20px rgba(120,45,40,.06)) !important;
}
.splash-wordmark{
  width:252px !important;
  max-width:none !important;
  filter:none !important;
}
.splash p{
  position:absolute !important;
  left:50% !important;
  top:58.9% !important;
  transform:translateX(-50%) !important;
  margin:0 !important;
  width:max-content !important;
  color:#8d332d !important;
  font-size:18px !important;
  font-weight:800 !important;
  letter-spacing:0 !important;
  line-height:1.25 !important;
  z-index:2 !important;
}
.splash-dots{
  position:absolute !important;
  left:50% !important;
  top:62.7% !important;
  transform:translateX(-50%) !important;
  gap:12px !important;
  margin:0 !important;
  z-index:2 !important;
}
.splash-dots i{
  width:10px !important;
  height:10px !important;
  background:#c79482 !important;
  animation:splashdot 1.15s infinite alternate ease-in-out !important;
}
.splash-dots i:nth-child(1){background:#d2a390 !important;}
.splash-dots i:nth-child(2){background:#bf8774 !important;}
.splash-dots i:nth-child(3){background:#a96b5a !important;}
@keyframes splashdot{from{opacity:.96;transform:translateY(0)}to{opacity:.42;transform:translateY(-2px)}}


/* v25: use the exact full logo without arbitrary cropping */
.splash-brand,.splash-bowl,.splash-wordmark,.splash-logo{display:none !important;}
.splash{
  position:absolute !important;
  inset:0 !important;
  overflow:hidden !important;
  background:linear-gradient(180deg,#e7d9c2 0%,#e7d9c2 68%,#e2d0be 82%,#d59d8d 95%,#ba5448 100%) !important;
}
.splash::before{
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse at 50% 82%, rgba(187,89,74,.12) 0%, rgba(187,89,74,.08) 16%, rgba(187,89,74,.03) 30%, rgba(187,89,74,0) 56%);
  pointer-events:none;
}
.splash::after{
  content:'';
  position:absolute;
  left:0; right:0; bottom:0;
  height:27%;
  background:linear-gradient(180deg, rgba(191,92,79,0) 0%, rgba(191,92,79,.14) 44%, rgba(182,72,61,.46) 100%);
  pointer-events:none;
}
.splash-logo-exact{
  position:absolute !important;
  left:50% !important;
  top:51.4% !important;
  transform:translate(-50%,-50%) !important;
  width:252px !important;
  max-width:68% !important;
  height:auto !important;
  object-fit:contain !important;
  z-index:2 !important;
  filter:drop-shadow(0 6px 14px rgba(141,51,45,.08)) !important;
}
.splash p{
  position:absolute !important;
  left:50% !important;
  top:60.5% !important;
  transform:translateX(-50%) !important;
  margin:0 !important;
  width:max-content !important;
  color:#8d332d !important;
  font-size:18px !important;
  font-weight:800 !important;
  line-height:1.25 !important;
  letter-spacing:0 !important;
  z-index:2 !important;
}
.splash-dots{
  position:absolute !important;
  left:50% !important;
  top:64.2% !important;
  transform:translateX(-50%) !important;
  display:flex !important;
  gap:12px !important;
  margin:0 !important;
  z-index:2 !important;
}
.splash-dots i{
  width:10px !important;
  height:10px !important;
  border-radius:50% !important;
  background:#c99887 !important;
  animation:splashdot 1.1s infinite alternate ease-in-out !important;
}
.splash-dots i:nth-child(1){background:#d2a290 !important;}
.splash-dots i:nth-child(2){background:#bf8674 !important;}
.splash-dots i:nth-child(3){background:#a96b5a !important;}
@keyframes splashdot{from{opacity:.96;transform:translateY(0)}to{opacity:.42;transform:translateY(-2px)}}


/* v27：统一右上角按钮位置，并改为半透明白色胶囊底，随页面底色变化 */
.mini-program-actions,
.mini-program-actions.mini-dots,
.order-topbar .order-pill,
.mine-top-row .mini-dots{
  position:absolute !important;
  z-index:26 !important;
  width:78px !important;
  min-width:78px !important;
  height:30px !important;
  padding:0 8px !important;
  border-radius:999px !important;
  border:1.2px solid rgba(255,255,255,.72) !important;
  background:rgba(255,255,255,.12) !important;
  backdrop-filter:blur(16px) saturate(1.2) !important;
  -webkit-backdrop-filter:blur(16px) saturate(1.2) !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 6px 16px rgba(0,0,0,.10) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:0 !important;
  overflow:hidden !important;
  color:#fff !important;
}
.mini-program-actions::before,
.mini-program-actions.mini-dots::before,
.order-topbar .order-pill::before,
.mine-top-row .mini-dots::before{
  content:"" !important;
  position:absolute !important;
  left:43px !important;
  top:5px !important;
  width:1px !important;
  height:20px !important;
  background:rgba(255,255,255,.78) !important;
}
.mini-program-actions span,
.mini-program-actions.mini-dots span,
.order-topbar .order-pill span,
.mine-top-row .mini-dots span{
  position:relative !important;
  display:block !important;
  width:28px !important;
  height:8px !important;
  font-size:0 !important;
  line-height:0 !important;
  color:transparent !important;
  letter-spacing:0 !important;
  transform:none !important;
}
.mini-program-actions span::before,
.mini-program-actions.mini-dots span::before,
.order-topbar .order-pill span::before,
.mine-top-row .mini-dots span::before{
  content:"";
  position:absolute;
  left:2px;
  top:50%;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#fff;
  transform:translateY(-50%);
  box-shadow:11px 0 0 #fff,22px 0 0 #fff;
}
.mini-program-actions i,
.mini-program-actions.mini-dots i,
.order-topbar .order-pill i,
.mine-top-row .mini-dots i{
  position:relative !important;
  width:18px !important;
  height:18px !important;
  border:2.3px solid #fff !important;
  border-radius:50% !important;
  display:block !important;
  box-shadow:none !important;
  background:transparent !important;
  margin-left:auto !important;
}
.mini-program-actions i::before,
.mini-program-actions.mini-dots i::before,
.order-topbar .order-pill i::before,
.mine-top-row .mini-dots i::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#fff;
  transform:translate(-50%,-50%);
}
/* 首页位置作为基准 */
.home-hero-card .mini-program-actions{
  right:18px !important;
  top:60px !important;
}
/* 点餐页位置与首页保持同样视觉高度 */
.order-topbar{
  overflow:visible !important;
}
.order-topbar .order-pill{
  right:18px !important;
  top:-24px !important;
}
/* 个人中心位置与首页保持同样视觉高度 */
.mine-ref-hero .mini-dots{
  right:18px !important;
  top:60px !important;
}


/* v28：按钮再缩小一点，菜单与套餐海报视觉增强 */
.mini-program-actions,
.mini-program-actions.mini-dots,
.order-topbar .order-pill,
.mine-ref-hero .mini-dots{
  width:72px !important;
  min-width:72px !important;
  height:28px !important;
  padding:0 7px !important;
  border:1px solid rgba(255,255,255,.68) !important;
  background:rgba(255,255,255,.14) !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06),0 5px 14px rgba(0,0,0,.08) !important;
}
.mini-program-actions::before,
.mini-program-actions.mini-dots::before,
.order-topbar .order-pill::before,
.mine-ref-hero .mini-dots::before{
  left:39px !important;
  top:5px !important;
  height:18px !important;
}
.mini-program-actions span,
.mini-program-actions.mini-dots span,
.order-topbar .order-pill span,
.mine-ref-hero .mini-dots span{width:24px !important;height:7px !important;}
.mini-program-actions span::before,
.mini-program-actions.mini-dots span::before,
.order-topbar .order-pill span::before,
.mine-ref-hero .mini-dots span::before{
  left:1px !important;width:5px !important;height:5px !important;box-shadow:10px 0 0 #fff,20px 0 0 #fff !important;
}
.mini-program-actions i,
.mini-program-actions.mini-dots i,
.order-topbar .order-pill i,
.mine-ref-hero .mini-dots i{width:16px !important;height:16px !important;border-width:2.1px !important;}
.mini-program-actions i::before,
.mini-program-actions.mini-dots i::before,
.order-topbar .order-pill i::before,
.mine-ref-hero .mini-dots i::before{width:6px !important;height:6px !important;}
.home-hero-card .mini-program-actions{right:18px !important;top:60px !important;}
.order-topbar .order-pill{right:18px !important;top:0 !important;}
.mine-ref-hero .mini-dots{right:18px !important;top:60px !important;}

.ref-side-cats button{font-size:12px !important;line-height:1.18 !important;padding:11px 4px !important;}
.ref-side-cats button.active::after{content:attr(data-count) !important;}

.ref-dish-list{gap:12px;padding-top:12px}
.ref-dish-list .dish-card{grid-template-columns:118px 1fr auto !important;gap:12px;border-radius:16px !important;overflow:hidden}
.ref-dish-list .dish-img{width:118px !important;height:90px !important;border-radius:10px !important;}
.ref-dish-list .dish-info h4{font-size:15px !important}
.ref-dish-list .dish-info p{height:34px !important;font-size:11px !important;line-height:1.45 !important;}
.ref-dish-list .dish-tags{display:flex !important;gap:4px !important;margin-bottom:7px !important;}
.ref-dish-list .dish-tags span{font-size:9px !important;padding:3px 6px !important;border-radius:999px !important;background:#f2e5ca !important;color:#9b6a39 !important;}
.ref-dish-list .dish-meta{margin-top:0 !important;gap:8px !important;align-items:center !important;justify-content:space-between !important;}
.ref-dish-list .sales{font-size:11px;color:#9b8b79}
.ref-dish-list .price{font-size:16px !important;color:var(--clay) !important;}

.set-list{display:flex;flex-direction:column;gap:18px;padding-bottom:24px}
.set-card.poster-style{padding:0 !important;overflow:hidden;border-radius:26px !important;background:linear-gradient(135deg,#fffdf8,#efe1c4) !important;}
.set-card.poster-style::after{display:none !important}
.set-cover{position:relative;height:260px;overflow:hidden;background:#2b1b14}
.set-cover img{width:100%;height:100%;object-fit:cover;object-position:center 34%;display:block;filter:saturate(1.02) contrast(1.02)}
.set-cover-overlay{position:absolute;inset:0;padding:18px 18px 20px;background:linear-gradient(180deg,rgba(20,12,8,.14),rgba(20,12,8,.28) 38%,rgba(20,12,8,.72) 100%);color:#f7ead0;display:flex;flex-direction:column;justify-content:flex-end}
.set-cover-overlay small{font-size:10px;letter-spacing:.18em;color:rgba(247,234,208,.76)}
.set-cover-overlay h3{margin:8px 0 8px !important;color:#fff !important;font-size:28px !important;line-height:1.05}
.set-cover-overlay p{margin:0 0 10px !important;color:rgba(247,234,208,.88) !important;font-size:12px !important;line-height:1.55}
.set-price-row{display:flex;align-items:flex-end;gap:6px}.set-price-row b{font-size:34px !important;color:#fff !important}.set-price-row span{font-size:14px;font-weight:700;color:rgba(247,234,208,.86)}
.set-copy-block{padding:14px 18px 4px}.set-copy-block p{margin:0;color:#7a6a58;font-size:12px;line-height:1.72}
.set-posters-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 18px 6px}
.set-item-poster{border-radius:18px;overflow:hidden;background:#fff;border:1px solid rgba(135,35,34,.10);box-shadow:0 10px 24px rgba(90,50,32,.07)}
.set-item-poster img{width:100%;height:110px;object-fit:cover;display:block}
.set-item-copy{padding:10px 10px 12px}
.set-item-copy b{display:block;font-size:14px;color:#2f221a;margin-bottom:6px}
.set-item-copy p{margin:0;font-size:11px;color:#887865;line-height:1.5}
.set-menu-summary{padding:10px 18px 2px}
.set-menu-summary h4{margin:0 0 8px;font-size:15px;color:var(--clay)}
.set-menu-summary p{margin:0;color:#6f6254;font-size:12px;line-height:1.85}
.set-card.poster-style .set-foot{padding:14px 18px 18px}
.set-card.poster-style .set-foot b{font-size:28px !important}
.set-card.poster-style .set-foot small{font-size:14px;color:#9b6a39}

/* v34：复刻加载页、优化个人中心图标、加入跑马灯与海报卡片 */
.splash{
  background:
    radial-gradient(circle at 50% 50%, rgba(255,245,226,.34), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(177,79,67,.68), transparent 42%),
    linear-gradient(180deg,#ead9bb 0%,#ead9bb 63%,#e3c8af 79%,#c97e6b 92%,#a9463e 100%) !important;
}
.splash::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:34%;
  background:linear-gradient(180deg,rgba(171,71,59,0),rgba(165,69,58,.24) 28%,rgba(155,57,49,.58) 100%);
  pointer-events:none;
}
.splash-logo-exact{
  top:51.8% !important;
  width:236px !important;
  max-width:64% !important;
  filter:drop-shadow(0 8px 18px rgba(141,51,45,.09)) !important;
}
.splash p{
  top:60.6% !important;
  font-size:17px !important;
  font-weight:800 !important;
  color:#8a332e !important;
}
.splash-dots{top:64.2% !important;gap:11px !important}
.splash-dots i{width:9px !important;height:9px !important;background:#c99583 !important;animation:dots 1s infinite alternate}
.splash-dots i:nth-child(2){background:#b57f6c !important}
.splash-dots i:nth-child(3){background:#9f6454 !important}

.marquee-strip{
  position:relative;
  overflow:hidden;
  height:34px;
  margin:2px 0 14px;
  border-radius:999px;
  border:1px solid rgba(135,35,34,.12);
  background:linear-gradient(180deg,rgba(255,250,240,.96),rgba(244,230,202,.94));
  box-shadow:0 10px 18px rgba(70,40,22,.08);
}
.marquee-strip::before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(239,226,200,.98),rgba(239,226,200,0) 8%,rgba(239,226,200,0) 92%,rgba(239,226,200,.98));
  pointer-events:none;z-index:2;
}
.marquee-track{
  display:flex;
  align-items:center;
  gap:28px;
  width:max-content;
  padding:0 18px;
  height:100%;
  animation:marqueeMove 24s linear infinite;
}
.marquee-track.reverse{animation-direction:reverse}
.marquee-item{
  position:relative;
  flex:none;
  padding-left:16px;
  color:#7d352f;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
  letter-spacing:.02em;
}
.marquee-item::before{
  content:"";
  position:absolute;
  left:0;top:50%;
  width:7px;height:7px;border-radius:50%;
  background:#b34d41;
  transform:translateY(-50%);
  box-shadow:0 0 0 3px rgba(179,77,65,.12);
}
@keyframes marqueeMove{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.editorial-gallery{display:grid;grid-template-columns:1.15fr .85fr;gap:12px;margin:0 0 16px}
.editorial-grid{display:grid;grid-template-rows:1fr 1fr;gap:12px}
.editorial-card{position:relative;min-height:142px;border-radius:22px;overflow:hidden;box-shadow:0 16px 34px rgba(61,34,21,.14);border:1px solid rgba(135,35,34,.10);background:#2b1b14}
.editorial-card.large{min-height:300px}
.editorial-card img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.04) contrast(1.03)}
.editorial-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,8,6,.08),rgba(12,8,6,.18) 34%,rgba(12,8,6,.70));pointer-events:none}
.editorial-card::before{content:"";position:absolute;top:-30%;left:-60%;width:44%;height:170%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.16),rgba(255,255,255,0));transform:rotate(15deg);animation:cardShine 4.8s ease-in-out infinite;z-index:1;pointer-events:none}
.editorial-overlay{position:absolute;left:14px;right:14px;bottom:14px;z-index:2;color:#f8ecd7}
.editorial-overlay small{display:inline-block;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.18);font-size:10px;letter-spacing:.15em}
.editorial-overlay h3,.editorial-overlay h4{margin:10px 0 6px;font-family:"STKaiti","KaiTi","PingFang SC",serif;letter-spacing:.03em}
.editorial-overlay h3{font-size:30px;line-height:1.05}
.editorial-overlay h4{font-size:22px;line-height:1.05}
.editorial-overlay p{margin:0;font-size:12px;line-height:1.55;color:rgba(248,236,215,.88)}
.editorial-overlay.compact p{font-size:11px}
@keyframes cardShine{0%,72%,100%{transform:translateX(0) rotate(15deg);opacity:0}10%,32%{transform:translateX(290%) rotate(15deg);opacity:1}}

.mine-panel-card button{position:relative;overflow:hidden}
.mine-panel-card button::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:rgba(255,255,255,.35)}
.mine-panel-card button:first-child::before{display:none}
.mine-line-ico{
  position:relative;
  flex:none;
  width:34px !important;
  height:34px !important;
  border-radius:11px !important;
  border:1px solid rgba(135,35,34,.10) !important;
  background:linear-gradient(180deg,#fffaf1,#f2e2c0) !important;
  color:var(--clay) !important;
  box-shadow:inset 0 -2px 0 rgba(135,35,34,.04),0 6px 12px rgba(135,35,34,.10);
}
.mine-line-ico::before,.mine-line-ico::after{content:"";position:absolute;display:block;box-sizing:border-box}
.mine-line-ico.order::before{left:9px;right:9px;top:7px;bottom:7px;border:2px solid currentColor;border-radius:4px;clip-path:polygon(0 0,74% 0,100% 24%,100% 100%,0 100%)}
.mine-line-ico.order::after{left:13px;right:13px;top:13px;height:2px;background:currentColor;box-shadow:0 5px 0 currentColor,0 10px 0 currentColor}
.mine-line-ico.profile{border-radius:50% !important}
.mine-line-ico.profile::before{left:10px;top:6px;width:12px;height:12px;border:2px solid currentColor;border-radius:50%}
.mine-line-ico.profile::after{left:8px;right:8px;bottom:6px;height:11px;border:2px solid currentColor;border-top:0;border-radius:0 0 12px 12px}
.mine-line-ico.service::before{left:7px;right:7px;top:8px;height:12px;border:2px solid currentColor;border-radius:8px 8px 9px 9px;border-bottom-width:3px}
.mine-line-ico.service::after{left:11px;top:13px;width:4px;height:4px;border-radius:50%;background:currentColor;box-shadow:6px 0 0 currentColor,12px 0 0 currentColor}
.mine-line-ico.privacy::before{left:8px;right:8px;top:6px;bottom:6px;background:currentColor;clip-path:polygon(50% 0,100% 18%,90% 68%,50% 100%,10% 68%,0 18%)}
.mine-line-ico.privacy::after{left:13px;top:15px;width:8px;height:6px;border:2px solid #f9eed8;border-top-width:0;border-radius:0 0 4px 4px;background:transparent;box-shadow:0 -6px 0 -2px #f9eed8}
.mine-line-ico.member::before{left:7px;right:7px;bottom:8px;height:13px;border:2px solid currentColor;border-radius:4px}
.mine-line-ico.member::after{left:8px;right:8px;top:6px;height:10px;background:currentColor;clip-path:polygon(0 100%,10% 34%,28% 66%,50% 10%,72% 66%,90% 34%,100% 100%)}

.mine-poster-row{display:flex;gap:12px;padding:14px 18px 2px;margin:0 0 8px}
.mine-poster-card{position:relative;min-width:186px;height:146px;border-radius:20px;overflow:hidden;background:#2c1b14;box-shadow:0 14px 30px rgba(48,21,14,.18);border:1px solid rgba(135,35,34,.08)}
.mine-poster-card img{width:100%;height:100%;object-fit:cover;display:block}
.mine-poster-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,8,6,.06),rgba(10,8,6,.68))}
.mine-poster-card div{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;color:#f8ecd7}
.mine-poster-card small{font-size:9px;letter-spacing:.16em;color:rgba(248,236,215,.8)}
.mine-poster-card b{display:block;margin:6px 0 4px;font-size:20px;font-family:"STKaiti","KaiTi","PingFang SC",serif}
.mine-poster-card span{font-size:11px;line-height:1.45;color:rgba(248,236,215,.9)}

.home-marquee{margin-top:0}
.order-marquee{margin:10px 12px 14px}
.sets-marquee{margin:6px 0 16px}
.mine-marquee{margin:14px 18px 0}

@media (max-width:390px){
  .editorial-gallery{grid-template-columns:1fr;}
  .editorial-card.large{min-height:220px}
  .editorial-grid{grid-template-columns:1fr 1fr;grid-template-rows:none}
}


/* v35：原创电商图已替换进小程序 */
.editorial-card img[src*="generated_set"], .set-cover img[src*="generated_set"], .mine-poster-card img[src*="generated_set"]{filter:saturate(1.04) contrast(1.03) brightness(.98)}
.editorial-card.large img[src*="generated_set"]{object-position:center 36%}
.home-feature{background-position:right center !important}
.brand-board .motion-note{margin-top:4px}
@media(max-width:900px){.brand-board{display:none}}


/* v37：介绍页使用用户提供的原始 logo，并恢复更接近旧版的小号比例 */
.brand-board{
  max-width:420px !important;
}
.board-logo{
  width:300px !important;
  max-width:78% !important;
  height:auto !important;
  margin:0 0 24px !important;
  padding:0 !important;
  background:transparent !important;
  border-radius:0 !important;
  filter:none !important;
  box-shadow:none !important;
  object-fit:contain !important;
  display:block !important;
}
.brand-board h1{
  font-size:44px !important;
  line-height:1.08 !important;
  margin:0 0 18px !important;
  letter-spacing:-.02em !important;
}
.brand-board h1 span{
  font-size:24px !important;
  font-weight:700 !important;
  letter-spacing:.01em !important;
}
.brand-board p{
  font-size:14px !important;
  line-height:1.85 !important;
  max-width:35em !important;
}
.board-grid{
  gap:10px !important;
  margin:24px 0 !important;
}
.board-grid div{
  padding:12px 12px !important;
  border-radius:16px !important;
}
.board-grid b{
  font-size:12px !important;
}
.board-grid span{
  font-size:11px !important;
}
.motion-note{
  padding:10px 0 10px 16px !important;
}
.motion-note strong{
  font-size:15px !important;
}
.motion-note span{
  font-size:12px !important;
  line-height:1.65 !important;
}

@media (min-width:901px) and (max-width:1280px){
  .board-logo{width:276px !important;}
  .brand-board h1{font-size:40px !important;}
  .brand-board h1 span{font-size:22px !important;}
  .brand-board p{font-size:13px !important;}
}


/* v38: use exact wide logo provided by user; no frame; closer proportions */
.brand-board{max-width:430px !important;}
.board-logo{width:min(360px,92%) !important;height:auto !important;display:block !important;margin:0 0 26px !important;background:transparent !important;padding:0 !important;border-radius:0 !important;box-shadow:none !important;filter:none !important;object-fit:contain !important;}
.brand-board h1{font-size:50px !important;line-height:1.06 !important;margin:0 0 18px !important;}
.brand-board h1 span{font-size:26px !important;}
.brand-board p{font-size:14px !important;line-height:1.85 !important;}
@media (max-width:1280px){.board-logo{width:min(330px,90%) !important;}.brand-board h1{font-size:44px !important;}.brand-board h1 span{font-size:24px !important;}}


/* v39 tweaks: refined intro board, smaller ecommerce cards, richer texture */
.board-en{display:block;margin:0 0 10px;font-style:normal;font-size:11px;letter-spacing:.22em;color:rgba(244,234,214,.70);text-transform:uppercase}
.brand-board p{max-width:35em}
.motion-note strong{letter-spacing:.08em}
.motion-note span{font-size:12.5px}

/* richer overall texture */
.page{
  background-image:
    linear-gradient(180deg,rgba(245,236,217,.94) 0%,rgba(238,224,194,.95) 100%),
    url('assets/brand_texture.webp'),
    radial-gradient(circle at 18% 12%, rgba(166,108,72,.08), transparent 24%),
    radial-gradient(circle at 84% 24%, rgba(122,59,36,.06), transparent 22%),
    radial-gradient(circle at 40% 78%, rgba(198,170,133,.09), transparent 18%);
  background-size:cover, cover, auto, auto, auto;
  background-blend-mode:normal, multiply, normal, normal, normal;
}
.home-page{
  background-image:
    linear-gradient(180deg,#221810 0%,#2c1c14 47%,#efe2c8 68%,#efe2c8 100%),
    url('assets/brand_texture.webp'),
    radial-gradient(circle at 18% 68%, rgba(155,72,44,.24), transparent 24%),
    radial-gradient(circle at 82% 84%, rgba(198,170,133,.14), transparent 20%);
  background-size:cover, cover, auto, auto;
  background-blend-mode:normal, soft-light, normal, normal;
}
.orders-page,.order-page,.sets-page,.mine-page{
  background-image:
    linear-gradient(180deg,rgba(245,236,217,.95) 0%,rgba(238,224,194,.96) 100%),
    url('assets/earth_texture.webp'),
    radial-gradient(circle at 12% 16%, rgba(161,96,67,.08), transparent 18%),
    radial-gradient(circle at 88% 72%, rgba(184,140,96,.08), transparent 22%);
  background-size:cover, cover, auto, auto;
  background-blend-mode:normal, multiply, normal, normal;
}
.home-notice,.home-feature,.dish-card,.set-menu-card,.order-card,.mine-card,.mine-banner,.coupon-card,.benefit-card,.info-card,.cart-sheet,.set-poster,.editorial-card{
  backdrop-filter:blur(4px);
}
.home-notice::before,.dish-card::before,.order-card::before,.mine-card::before,.info-card::before,.benefit-card::before{
  content:"";position:absolute;inset:0;background:url('assets/earth_texture.webp') center/cover;opacity:.05;mix-blend-mode:multiply;pointer-events:none;
}
.home-notice,.dish-card,.order-card,.mine-card,.info-card,.benefit-card{position:relative;overflow:hidden}

/* make ecommerce section cards slightly smaller and more refined */
.editorial-gallery{grid-template-columns:1.08fr .82fr;gap:10px;margin:0 0 14px}
.editorial-grid{gap:10px}
.editorial-card{min-height:128px;border-radius:20px;box-shadow:0 12px 24px rgba(61,34,21,.12)}
.editorial-card.large{min-height:268px}
.editorial-overlay{left:12px;right:12px;bottom:12px}
.editorial-overlay small{padding:4px 8px;font-size:9px;letter-spacing:.14em}
.editorial-overlay h3,.editorial-overlay h4{margin:8px 0 4px}
.editorial-overlay h3{font-size:23px}
.editorial-overlay h4{font-size:16px}
.editorial-overlay p{font-size:11px;line-height:1.5}

/* subtle premium polish */
.section-head h3,.feature-copy h3,.set-copy h3,.mine-section-title,.section-title{letter-spacing:.04em}
.horizontal-card,.dish-card,.set-menu-card,.order-card,.mine-card{box-shadow:0 10px 22px rgba(58,32,19,.10)}


/* v40: move intro board slightly left and increase distance from phone */
.stage{gap:72px;grid-template-columns:minmax(300px,420px) minmax(390px,460px)}
.brand-board{max-width:400px;justify-self:end;transform:translateX(-18px)}
@media (max-width: 1180px){
  .stage{gap:56px}
  .brand-board{transform:translateX(-10px)}
}
@media (max-width: 980px){
  .brand-board{transform:none;justify-self:stretch;max-width:420px}
}


/* v41: smaller home poster cards + swipeable auto carousel */
.editorial-gallery.editorial-gallery-refined{grid-template-columns:1.03fr .97fr;gap:10px;margin:0 0 14px}
.editorial-grid.refined-grid{gap:10px}
.editorial-card{min-height:132px;border-radius:20px}
.editorial-card.large{min-height:262px}
.editorial-carousel{position:relative;touch-action:pan-y;background:#2b1b14}
.editorial-track{display:flex;width:100%;height:100%;transition:transform .48s cubic-bezier(.2,.7,.2,1);will-change:transform}
.editorial-slide{min-width:100%;height:100%;position:relative;flex:0 0 100%}
.editorial-slide img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.04) contrast(1.03)}
.editorial-card::after{z-index:1}
.editorial-card::before{z-index:2}
.editorial-overlay{z-index:3}
.editorial-overlay{left:13px;right:13px;bottom:12px}
.editorial-overlay h3{font-size:25px}
.editorial-overlay h4{font-size:20px}
.editorial-overlay p{max-width:20em}
.editorial-overlay.compact p{font-size:10.5px;line-height:1.45;max-width:16em}
.editorial-meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}
.editorial-meta-row span{font-size:11px;line-height:1.35;color:rgba(248,236,215,.92)}
.editorial-enter{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.14);backdrop-filter:blur(10px);color:#fff5e7;font-size:11px;font-weight:700;box-shadow:0 8px 18px rgba(19,13,9,.18)}
.editorial-enter.compact{margin-top:8px;padding:6px 10px;font-size:10px}
.editorial-dots{position:absolute;left:14px;bottom:12px;display:flex;gap:5px;z-index:3}
.editorial-dots i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.35);box-shadow:0 1px 5px rgba(0,0,0,.25)}
.editorial-dots i.active{width:18px;border-radius:999px;background:#f4ebd9}
.editorial-card.large .editorial-dots{left:auto;right:14px;bottom:16px}
.editorial-card.large .editorial-overlay{bottom:18px}
.editorial-card.large .editorial-overlay p{max-width:19em}
.editorial-card.large .editorial-meta-row{padding-right:52px}
@media (max-width:420px){
  .editorial-gallery.editorial-gallery-refined{grid-template-columns:1fr .95fr;gap:8px}
  .editorial-grid.refined-grid{gap:8px}
  .editorial-card{border-radius:18px;min-height:122px}
  .editorial-card.large{min-height:244px}
  .editorial-overlay{left:11px;right:11px;bottom:11px}
  .editorial-overlay h3{font-size:23px}
  .editorial-overlay h4{font-size:18px}
  .editorial-overlay small{font-size:9px;padding:4px 8px}
  .editorial-overlay p{font-size:11px}
  .editorial-overlay.compact p{font-size:10px}
  .editorial-enter{padding:7px 11px}
}


/* v42 remove English labels and CTA buttons from package cards */
.editorial-overlay.compact h4{margin-top:0}
.editorial-overlay .editorial-meta-row{justify-content:flex-start}


/* v44: mobile real-device layout fix. Force full-screen mini-program on phones even if the webview reports a wide layout viewport. */
html,body{max-width:100%;overflow-x:hidden;}
@media (hover:none) and (pointer:coarse), (max-width:900px){
  body{margin:0!important;width:100vw!important;min-height:100dvh!important;background:#120d0a!important;overflow-x:hidden!important;}
  .ambient,.brand-board{display:none!important;}
  .stage{
    display:block!important;
    width:100vw!important;
    max-width:100vw!important;
    min-height:100dvh!important;
    height:100dvh!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    background:#120d0a!important;
  }
  .phone-shell{
    display:block!important;
    width:100vw!important;
    height:100dvh!important;
    max-width:100vw!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  .phone-bezel{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100dvh!important;
    max-width:100vw!important;
    max-height:100dvh!important;
    padding:0!important;
    margin:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:hidden!important;
  }
  .phone-bezel::before,.phone-island,.side-button{display:none!important;}
  .mini-app{
    width:100vw!important;
    height:100dvh!important;
    max-width:100vw!important;
    max-height:100dvh!important;
    border-radius:0!important;
    overflow:hidden!important;
  }
  .status-bar{padding-top:env(safe-area-inset-top, 10px)!important;}
  .page{padding-top:calc(42px + env(safe-area-inset-top, 0px))!important;}
  .home-page{padding-top:0!important;}
  .tabbar{padding-bottom:calc(18px + env(safe-area-inset-bottom, 0px))!important;}
  .cart-bar{bottom:calc(86px + env(safe-area-inset-bottom, 0px))!important;}
  .mini-program-actions{top:calc(58px + env(safe-area-inset-top, 0px))!important;right:22px!important;}
}
@supports (height:100svh){
  @media (hover:none) and (pointer:coarse), (max-width:900px){
    .stage,.phone-shell,.phone-bezel,.mini-app{height:100svh!important;min-height:100svh!important;max-height:100svh!important;}
  }
}
