:root{
  --bg:#090909; --bg2:#0e0e12; --card:#16161c; --card2:#1e1e26;
  --gold:#D8B47A; --gold2:#b8935f; --red:#e23b4e; --red2:#b51f30;
  --txt:#f2efe9; --sub:#8F8A82; --line:#26262e; --ok:#3ec97a;
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html,body{margin:0;padding:0;background:var(--bg);color:var(--txt);
  font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;
  font-size:15px;line-height:1.5;max-width:480px;margin:0 auto;min-height:100vh}
a{color:inherit;text-decoration:none}
img{vertical-align:middle}
button{font-family:inherit;cursor:pointer;border:none;outline:none}
.app{max-width:480px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}
.topbar{position:sticky;top:0;z-index:20;background:linear-gradient(180deg,#121214,#090909);
  padding:12px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.brand{font-weight:800;font-size:17px;color:var(--gold);letter-spacing:1px}
.brand small{display:block;font-size:10px;color:var(--sub);font-weight:400;letter-spacing:2px}
.top-login{font-size:12px;color:var(--sub)}
.top-login b{color:var(--gold)}
.view{flex:1;padding:14px 14px 84px;overflow-y:auto}
.card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:14px;margin-bottom:12px}
.card h3{margin:0 0 10px;font-size:14px;color:var(--gold);font-weight:700}
.row{display:flex;align-items:center;gap:10px}
.between{justify-content:space-between}
.muted{color:var(--sub);font-size:12px}
.gold{color:var(--gold)} .red{color:var(--red)}

/* 首页 banner */
.banner{background:linear-gradient(135deg,#2a1320,#101013 60%);border:1px solid var(--line);
  border-radius:16px;padding:18px;margin-bottom:14px;position:relative;overflow:hidden}
.banner:after{content:"";position:absolute;right:-30px;top:-30px;width:120px;height:120px;
  background:radial-gradient(circle,rgba(216,180,122,.25),transparent 70%)}
.banner h1{margin:0;font-size:22px;color:var(--gold);letter-spacing:2px}
.banner p{margin:6px 0 0;color:var(--sub);font-size:12px}

/* 会员钱包卡 */
.wallet{background:linear-gradient(135deg,var(--gold),var(--gold2));border-radius:16px;padding:16px;
  color:#1a1208;position:relative;overflow:hidden;margin-bottom:14px}
.wallet:after{content:"";position:absolute;right:-24px;bottom:-24px;width:120px;height:120px;
  background:radial-gradient(circle,rgba(255,255,255,.18),transparent 70%)}
.wallet .top{display:flex;align-items:center;gap:10px;position:relative;z-index:1}
.wallet .ava{width:42px;height:42px;border-radius:50%;background:rgba(26,18,8,.18);display:flex;
  align-items:center;justify-content:center;font-size:18px;color:#1a1208;font-weight:800}
.wallet .name{font-weight:800;font-size:15px}
.wallet .lv{display:inline-block;font-size:10px;background:rgba(26,18,8,.22);border-radius:8px;padding:1px 7px;margin-left:6px;vertical-align:middle}
.wallet .sub{font-size:11px;opacity:.75}
.wallet .stats{display:flex;gap:10px;margin-top:14px;position:relative;z-index:1}
.wallet .stat{flex:1;background:rgba(26,18,8,.16);border-radius:12px;padding:10px;text-align:center}
.wallet .stat b{display:block;font-size:20px;font-weight:800}
.wallet .stat span{font-size:11px;opacity:.8}
.wallet .btn-recharge{margin-top:12px;display:block;width:100%;text-align:center;background:#1a1208;color:var(--gold);
  border-radius:10px;padding:10px;font-weight:700;position:relative;z-index:1}
.wallet.guest{background:linear-gradient(135deg,#1e1e26,#16161c);color:var(--txt);border:1px dashed var(--gold)}
.wallet.guest:after{display:none}
.wallet.guest .btn-recharge{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#1a1208}

/* 快捷服务网格 */
.quick{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px}
.quick a{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:12px 4px;text-align:center;font-size:12px;color:var(--txt)}
.quick a .ic{font-size:22px;display:block;margin-bottom:5px}

/* 统计双格 */
.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}
.stat{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:14px;text-align:center}
.stat b{display:block;font-size:24px;color:var(--gold)}
.stat span{font-size:12px;color:var(--sub)}

/* 会员礼遇 / 公告 */
.benefit .item{padding:10px 0;border-bottom:1px solid var(--line)}
.benefit .item:last-child{border-bottom:none}
.benefit .item .t{font-weight:700;color:var(--txt);font-size:13px}
.benefit .item .c{color:var(--sub);font-size:12px;margin-top:3px}

.btn{display:block;width:100%;padding:13px;border-radius:12px;font-size:15px;font-weight:700;
  background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;text-align:center}
.btn:active{opacity:.85}
.btn.ghost{background:transparent;border:1px solid var(--gold);color:var(--gold)}
.btn.gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#1a1208}
.btn[disabled]{opacity:.5}
.tabs{display:flex;gap:8px;overflow-x:auto;margin-bottom:12px}
.tabs button{flex:0 0 auto;padding:8px 14px;border-radius:20px;background:var(--card);
  border:1px solid var(--line);color:var(--sub);font-size:13px}
.tabs button.on{background:var(--gold);color:#1a1208;border-color:var(--gold);font-weight:700}
.prod{display:flex;gap:12px;padding:12px;background:var(--card);border:1px solid var(--line);
  border-radius:14px;margin-bottom:10px;align-items:center}
.prod .thumb{width:54px;height:54px;border-radius:10px;background:linear-gradient(135deg,#2a2a34,#1a1a22);
  display:flex;align-items:center;justify-content:center;font-size:24px;color:var(--gold)}
.prod .info{flex:1;min-width:0}
.prod .info b{font-size:15px}
.prod .info p{margin:3px 0 0;color:var(--sub);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.prod .price{color:var(--gold);font-weight:800}
.stepper{display:flex;align-items:center;gap:8px}
.stepper button{width:28px;height:28px;border-radius:8px;background:var(--card2);color:var(--gold);font-size:18px;border:1px solid var(--line)}
.stepper span{min-width:18px;text-align:center}
.cartbar{position:fixed;left:0;right:0;bottom:0;max-width:480px;margin:0 auto;background:var(--card2);
  border-top:1px solid var(--line);padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:30}
.cartbar .total{font-size:15px}.cartbar .total b{color:var(--gold);font-size:18px}
.badge{display:inline-block;min-width:18px;padding:0 5px;height:18px;line-height:18px;border-radius:9px;
  background:var(--red);color:#fff;font-size:11px;text-align:center}
.empty{text-align:center;color:var(--sub);padding:40px 0;font-size:13px}
.order{border:1px solid var(--line);border-radius:12px;padding:12px;margin-bottom:10px;background:var(--card)}
.order .hd{display:flex;justify-content:space-between;font-size:12px;color:var(--sub);margin-bottom:6px}
.tag{padding:2px 8px;border-radius:8px;font-size:11px}
.tag.pending{background:#3a2f12;color:var(--gold)}
.tag.paid{background:#10331f;color:var(--ok)}
.tag.taken{background:#10331f;color:var(--ok)}
.tag.partial{background:#2a2433;color:#b89cff}
.tag.stored{background:#102a33;color:#6fd0e0}
.code{font-family:monospace;font-size:20px;letter-spacing:3px;color:var(--gold);text-align:center;
  background:#090909;border:1px dashed var(--gold);border-radius:10px;padding:10px;margin:8px 0}
.rank{display:flex;align-items:center;gap:12px;padding:10px;background:var(--card);border:1px solid var(--line);border-radius:12px;margin-bottom:8px}
.rank .no{width:26px;height:26px;border-radius:50%;background:var(--card2);display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--sub)}
.rank .no.top{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#1a1208}
.rank .avatar{width:38px;height:38px;border-radius:50%;background:var(--card2);display:flex;align-items:center;justify-content:center;color:var(--gold)}
.rank .nm{flex:1;font-weight:600}
.bottombar{position:fixed;left:0;right:0;bottom:0;max-width:480px;margin:0 auto;display:flex;
  background:var(--bg2);border-top:1px solid var(--line);z-index:25}
.bottombar a{flex:1;text-align:center;padding:9px 0;font-size:11px;color:var(--sub)}
.bottombar a.on{color:var(--gold)}
.bottombar a .ic{width:24px;height:24px;object-fit:contain;display:block;margin:0 auto 3px}
.input,.textarea,select{width:100%;padding:11px 12px;border-radius:10px;background:var(--card2);
  border:1px solid var(--line);color:var(--txt);font-size:14px;margin-bottom:10px}
.input:focus,.textarea:focus{outline:none;border-color:var(--gold)}
label.lb{display:block;font-size:12px;color:var(--sub);margin:4px 0 4px}
.toast{position:fixed;left:50%;top:40%;transform:translateX(-50%);background:rgba(0,0,0,.85);
  color:#fff;padding:10px 18px;border-radius:10px;font-size:13px;z-index:99;max-width:80%;text-align:center}
.hide{display:none!important}
.kv{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--line);font-size:13px}
.kv:last-child{border-bottom:none}
.kv span{color:var(--sub)}
.sec-title{font-size:13px;color:var(--gold);margin:18px 2px 8px;font-weight:700}

/* 我的页菜单 */
.menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}
.menu-grid a{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:14px;font-size:13px;color:var(--txt)}
.menu-grid a .ic{font-size:20px;display:block;margin-bottom:6px}
.menu-list .kv{border:1px solid var(--line);border-radius:12px;padding:13px 14px;margin-bottom:8px;background:var(--card);font-size:14px}
.coming{text-align:center;padding:60px 20px;color:var(--sub)}
.coming .big{font-size:48px;margin-bottom:12px}

/* 服务广场 */
.banner.slim{padding:14px 18px;margin-bottom:12px}
.banner.slim h1{font-size:18px}
.banner.slim p{margin-top:4px;font-size:11px}
.plaza-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}
.plaza{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:14px 4px;text-align:center;
  display:flex;flex-direction:column;align-items:center;gap:7px}
.plaza:active{background:var(--card2)}
.plaza .pic{font-size:26px;line-height:1}
.plaza .lab{font-size:12px;color:var(--txt)}

/* 活动专区 */
.act-card{background:linear-gradient(135deg,#1a1410,#16161c);border:1px solid var(--line);border-radius:12px;padding:12px;margin-bottom:10px}
.act-card .t{font-weight:700;color:var(--gold);font-size:14px;margin-bottom:4px}
.act-card .c{color:var(--sub);font-size:12px;line-height:1.5}
.more{float:right;color:var(--sub);font-weight:400;font-size:12px}

/* 代金券 */
.coupon{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--card);
  border:1px solid var(--line);border-left:3px solid var(--gold);border-radius:12px;padding:12px;margin-bottom:10px}
.coupon.dead{opacity:.5;border-left-color:var(--line)}
.coupon .left{flex:1;min-width:0}
.coupon .left b{font-size:14px;display:block}
.coupon .left .sub{color:var(--sub);font-size:12px;margin-top:3px}
.btn.sm{padding:8px 14px;font-size:13px;width:auto}

/* 签到 */
.ck-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin:14px 0}
.ck-cell{background:var(--card2);border:1px solid var(--line);border-radius:10px;padding:8px 2px;text-align:center}
.ck-cell .n{font-weight:800;color:var(--gold);font-size:13px}
.ck-cell .d{font-size:9px;color:var(--sub);margin-top:2px}
.ck-cell.reached{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#1a1208;border-color:var(--gold)}
.ck-cell.reached .d{color:#1a1208}
.ck-cell.today{border-color:var(--gold);box-shadow:0 0 0 2px rgba(216,180,122,.4)}

/* 邀请 */
.invite-card{text-align:center}
.code.big{font-size:26px;letter-spacing:4px;margin:12px 0;font-weight:800}

/* ============ 首页 — 对齐原站（玖客演示版·发现） ============ */
html{font-size:20px}
.app.home .topbar{display:none}
.app.home .view{padding:0 0 70px;overflow-x:hidden}
.page.home{min-height:100%;background:#090909;background-image:radial-gradient(ellipse 110% 320px at 50% -160px,rgba(216,180,122,.075),rgba(9,9,9,0) 72%);background-repeat:no-repeat;color:#f7f4ef;overflow-x:hidden}
.page.home .container{padding:0 16px}

/* page header */
.ph{position:sticky;top:0;z-index:20;width:100%;padding:0 16px;background-image:linear-gradient(180deg,rgba(216,180,122,.075),rgba(216,180,122,.016) 58%,rgba(9,9,9,0))}
.ph__status{height:env(safe-area-inset-top)}
.ph__eyebrow-row{display:flex;align-items:center;height:32px}
.ph__en{color:#d8b47a;font-family:Inter,system-ui,sans-serif;font-size:.59375rem;font-weight:700;letter-spacing:.09375rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.ph__main{min-height:56px;padding-bottom:8px;display:flex;align-items:center;justify-content:space-between}
.ph__titles{flex:1;min-width:0}
.ph__title{display:block;overflow:hidden;color:#f7f4ef;font-size:1.375rem;font-weight:700;line-height:1.24;letter-spacing:.03125rem;white-space:nowrap;text-overflow:ellipsis}
.ph__sub{display:block;margin-top:.0625rem;overflow:hidden;color:#b8b3aa;font-size:.6875rem;line-height:1.4;white-space:nowrap;text-overflow:ellipsis}
.ph__actions{flex-shrink:0;margin-left:.5rem;display:flex;align-items:center;gap:.3125rem}
.ph-pill{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(216,180,122,.32);border-top-color:rgba(255,255,255,.09);border-radius:999px;background:rgba(216,180,122,.08);box-shadow:0 1px 2px rgba(0,0,0,.45),0 3px 8px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.14),inset 0 -1px rgba(0,0,0,.45);color:#d8b47a;padding:0 14px;gap:.1875rem;font-size:.6875rem;font-weight:600;background:transparent}
.ph-pill svg{width:.8125rem;height:.8125rem;stroke:currentColor;stroke-width:2;fill:none}
.ph__hairline{height:1px;background:linear-gradient(90deg,rgba(216,180,122,.28),rgba(216,180,122,.14) 62%,rgba(216,180,122,0));margin:0 -16px}

/* sections */
.section{margin-top:24px}
.section-head{display:flex;align-items:center;justify-content:space-between;min-width:0;margin-bottom:12px}
.section-kicker{display:block;margin-bottom:.125rem;color:#b9853f;font-family:Inter,system-ui,sans-serif;font-size:.5625rem;font-weight:700;letter-spacing:.09375rem}
.section-title{min-width:0;font-size:20px;font-weight:650;line-height:28px;letter-spacing:.02em;color:#f7f4ef}
.section-title--block{display:block;font-size:1.125rem;font-weight:700;letter-spacing:.03125rem}
.section-more-wrap{min-width:44px;min-height:44px;padding:0 0 0 .4375rem;display:flex;align-items:center;justify-content:flex-end;color:#b8b3aa;font-size:12px}
.section-more{display:inline-flex;align-items:center;gap:4px}
.section-more svg{width:.78125rem;height:.78125rem;stroke:currentColor;stroke-width:2;fill:none}

/* poster deck */
.poster-section{margin-top:.625rem}
.poster-deck{width:100%;height:10.625rem;position:relative;overflow:hidden;border-radius:18px}
.poster-deck__item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .35s ease;pointer-events:none}
.poster-deck__item.active{opacity:1;pointer-events:auto}
.poster__slide{position:relative;width:100%;height:100%;overflow:hidden;border:1px solid rgba(216,180,122,.38);border-top-color:rgba(255,255,255,.09);border-radius:18px;box-shadow:0 4px 8px rgba(0,0,0,.52),0 16px 36px rgba(0,0,0,.46),inset 0 1px rgba(255,255,255,.24),inset 0 -1px rgba(0,0,0,.6);background:radial-gradient(circle at 22% 25%,rgba(241,213,167,.16),transparent 28%),linear-gradient(125deg,#111 0%,#28231c 60%,#544128 128%)}
.poster__fallback,.poster__shade{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1}
.poster__fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,transparent 38%,rgba(216,180,122,.08) 38%,rgba(216,180,122,.08) 39%,transparent 39%),radial-gradient(circle at center,rgba(216,180,122,.13),transparent 48%)}
.poster__fallback:before,.poster__fallback:after{position:absolute;width:6.875rem;height:6.875rem;border:1px solid rgba(216,180,122,.16);content:"";transform:rotate(45deg)}
.poster__fallback:after{width:4.6875rem;height:4.6875rem}
.poster__fallback-ring{position:absolute;width:3.9375rem;height:3.9375rem;border:1px solid rgba(241,213,167,.3);border-radius:999px;box-shadow:0 0 1.125rem rgba(216,180,122,.12)}
.poster__fallback svg{width:1.625rem;height:1.625rem;stroke:#d8b47a;stroke-width:1.5;fill:none;z-index:1}
.poster__fallback-text{z-index:1;margin-top:.375rem;color:rgba(241,213,167,.62);font-family:Inter,system-ui,sans-serif;font-size:.5rem;letter-spacing:.15625rem}
.poster__shade{z-index:2;background:linear-gradient(90deg,rgba(5,5,5,.9),rgba(5,5,5,.34) 68%,rgba(5,5,5,.14)),linear-gradient(0deg,rgba(5,5,5,.72),transparent 58%)}
.poster__content{position:absolute;z-index:3;right:.875rem;bottom:.8125rem;left:.875rem}
.poster__eyebrow{display:block;color:#f1d5a7;font-family:Inter,system-ui,sans-serif;font-size:.5625rem;font-weight:700;letter-spacing:.09375rem}
.poster__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top:.25rem;overflow:hidden;color:#f7f4ef;font-size:1.125rem;font-weight:700;line-height:1.25;letter-spacing:.03125rem}
.poster__rule{width:2rem;height:.09375rem;margin-top:.5rem;background:#d8b47a}
.poster-dots{margin-top:.5625rem;display:flex;align-items:center;justify-content:center;gap:.25rem}
.poster-dot{width:.3125rem;height:.3125rem;border-radius:999px;background:rgba(216,180,122,.24);transition:width .22s ease,background-color .22s ease}
.poster-dot--on{width:.8125rem;background:#d8b47a}

/* trio */
.trio{margin-top:.8125rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.25rem}
.trio__item{min-width:0;min-height:76px;padding:.625rem .1rem .5625rem;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(216,180,122,.22);border-top-color:rgba(255,255,255,.08);border-radius:14px;background:linear-gradient(155deg,rgba(216,180,122,.075),transparent 52%),linear-gradient(160deg,#302d27,#201e1b 52%,#151413);box-shadow:0 1px 2px rgba(0,0,0,.45),0 3px 8px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.14),inset 0 -1px rgba(0,0,0,.45);transition:background-color .22s ease,border-color .22s ease,box-shadow .22s ease-out;color:#f7f4ef}
.trio__item:active{border-color:rgba(216,180,122,.48);background:#2b2823;box-shadow:0 1px 2px rgba(0,0,0,.5),inset 0 2px 6px rgba(0,0,0,.55)}
.trio__icon{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(216,180,122,.2);border-radius:999px;background:rgba(216,180,122,.09);box-shadow:inset 0 1px rgba(255,255,255,.05)}
.trio__icon svg{width:1rem;height:1rem;stroke:#d8b47a;stroke-width:1.5;fill:none}
.trio__text{max-width:100%;margin-top:.375rem;overflow:hidden;font-size:.6rem;font-weight:600;white-space:nowrap;text-overflow:ellipsis}

/* live marquee */
.live-marquee{min-height:44px;margin-top:.6875rem;padding:0 .5625rem;display:flex;align-items:center;border:1px solid rgba(216,180,122,.18);border-top-color:rgba(255,255,255,.07);border-radius:14px;background:linear-gradient(150deg,rgba(216,180,122,.05),transparent 52%),linear-gradient(160deg,#302d27,#201e1b 52%,#151413);box-shadow:0 1px 2px rgba(0,0,0,.45),0 3px 8px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.14),inset 0 -1px rgba(0,0,0,.45)}
.live-marquee__icon{flex-shrink:0;width:1.625rem;height:1.625rem;display:flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(216,180,122,.09)}
.live-marquee__icon svg{width:1rem;height:1rem;stroke:#d8b47a;stroke-width:2;fill:none}
.live-marquee__label{flex-shrink:0;margin-left:.3125rem;color:#d8b47a;font-size:.65625rem;font-weight:600}
.marquee__swiper{flex:1;min-width:0;height:44px;margin-left:.5rem;overflow:hidden;transition:transform .35s ease}
.marquee__item{height:44px;display:flex;align-items:center}
.marquee__text{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#b8b3aa;font-size:.71875rem}

/* shortcut section */
.shortcut-section{margin-top:1.125rem}
.order-entry{position:relative;min-height:5.125rem;padding:.8125rem .875rem;overflow:hidden;display:flex;align-items:center;border:1px solid rgba(241,213,167,.4);border-radius:14px;background:radial-gradient(circle at 94% 20%,rgba(255,255,255,.22),transparent 30%),linear-gradient(138deg,#f1d5a7,#d8b47a 52%,#b9853f);box-shadow:0 2px 4px rgba(0,0,0,.4),0 10px 24px rgba(185,133,63,.26),inset 0 1px rgba(255,255,255,.28);transition:box-shadow .22s ease-out,border-color .22s ease;color:#17120b}
.order-entry:active{border-color:rgba(255,255,255,.44);box-shadow:0 1px 2px rgba(0,0,0,.5),inset 0 2px 6px rgba(0,0,0,.55)}
.order-entry__icon{position:relative;z-index:1;width:2.625rem;height:2.625rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid rgba(23,18,11,.14);border-radius:14px;background:rgba(23,18,11,.08);box-shadow:inset 0 1px 2px rgba(23,18,11,.12)}
.order-entry__icon svg{width:1.625rem;height:1.625rem;stroke:#17120b;stroke-width:1.8;fill:none}
.order-entry__copy{position:relative;z-index:1;flex:1;min-width:0;margin-left:.625rem}
.order-entry__eyebrow,.order-entry__title,.order-entry__desc{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.order-entry__eyebrow{color:rgba(23,18,11,.62);font-family:Inter,system-ui,sans-serif;font-size:.5rem;line-height:1.3;letter-spacing:.0625rem}
.order-entry__title{margin-top:.1875rem;color:#17120b;font-size:1.0625rem;font-weight:700;line-height:1.3}
.order-entry__desc{margin-top:.15625rem;color:rgba(23,18,11,.7);font-size:.625rem}
.order-entry__action{position:relative;z-index:1;min-width:44px;min-height:44px;flex-shrink:0;margin-left:.375rem;display:flex;align-items:center;gap:3px}
.order-entry__action-text{color:#17120b;font-size:.6875rem;font-weight:600}
.order-entry__action svg{width:.78125rem;height:.78125rem;stroke:#17120b;stroke-width:2;fill:none}
.order-entry__ring{position:absolute;right:-2.1875rem;bottom:-3.125rem;width:7.8125rem;height:7.8125rem;border:1px solid rgba(23,18,11,.1);border-radius:50%}
.shortcut-grid{margin-top:.625rem;display:flex;align-items:stretch;gap:.4375rem}
.shortcut{flex:1;min-width:0;min-height:72px;padding:.5625rem .1875rem .5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #34312d;border-top-color:rgba(255,255,255,.07);border-radius:14px;background:linear-gradient(150deg,rgba(216,180,122,.05),transparent 52%),linear-gradient(160deg,#302d27,#201e1b 52%,#151413);box-shadow:0 1px 2px rgba(0,0,0,.45),0 3px 8px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.14),inset 0 -1px rgba(0,0,0,.45);transition:background-color .22s ease,border-color .22s ease,box-shadow .22s ease-out;color:#b8b3aa}
.shortcut:active{border-color:rgba(216,180,122,.48);background:#2b2823;box-shadow:0 1px 2px rgba(0,0,0,.5),inset 0 2px 6px rgba(0,0,0,.55)}
.shortcut__icon{width:1.9375rem;height:1.9375rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(216,180,122,.16);border-radius:12px;background:rgba(216,180,122,.07);box-shadow:inset 0 1px rgba(255,255,255,.05)}
.shortcut__icon svg{width:1.125rem;height:1.125rem;stroke:#d8b47a;stroke-width:1.6;fill:none}
.shortcut__text{max-width:100%;margin-top:.3125rem;overflow:hidden;font-size:.6875rem;white-space:nowrap;text-overflow:ellipsis}

/* announcements */
.announcement-card{padding:0 .8125rem;overflow:hidden;border:1px solid #34312d;border-top-color:rgba(255,255,255,.07);border-radius:14px;background:linear-gradient(160deg,#302d27,#201e1b 52%,#151413);box-shadow:0 1px 2px rgba(0,0,0,.45),0 3px 8px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.14),inset 0 -1px rgba(0,0,0,.45)}
.announce{min-height:64px;padding:.5625rem 0;display:flex;align-items:center;gap:.46875rem;transition:background-color .22s ease,box-shadow .22s ease-out;color:#f7f4ef}
.announce--divider{border-top:1px solid #34312d}
.announce-index{flex-shrink:0;width:1.5rem;color:#b9853f;font-family:DIN Alternate,Inter,system-ui,sans-serif;font-size:.65625rem;font-weight:700;letter-spacing:.03125rem}
.announce-body{flex:1;min-width:0}
.announce-title{display:block;font-size:.84375rem;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.announce-time{display:block;margin-top:.25rem;color:#9a948a;font-family:DIN Alternate,Inter,system-ui,sans-serif;font-size:.625rem}
.announce-arrow{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:flex-end}
.announce-arrow svg{width:.78125rem;height:.78125rem;stroke:#b8b3aa;stroke-width:2;fill:none}

/* competition notice modal */
.notice-mask{position:fixed;z-index:999;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:.75rem;background:rgba(0,0,0,.82)}
.notice-card{width:100%;max-width:20rem;max-height:calc(100vh - 1.5rem - env(safe-area-inset-bottom));overflow:hidden;display:flex;flex-direction:column;background:#f7f3ec;border:1px solid rgba(241,213,167,.72);border-radius:20px;box-shadow:0 8px 16px rgba(0,0,0,.56),0 28px 64px rgba(0,0,0,.54),inset 0 1px rgba(255,255,255,.28),inset 0 -1px rgba(0,0,0,.65)}
.notice-head{flex-shrink:0;padding:.875rem;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,#fffdf9,#f7f3ec);border-bottom:1px solid #ddd3c5}
.notice-heading{min-width:0}
.notice-eyebrow{display:block;margin-bottom:.125rem;color:#9a744c;font-family:Inter,system-ui,sans-serif;font-size:.5rem;font-weight:700;letter-spacing:.09375rem}
.notice-title{color:#251f19;font-size:1.0625rem;font-weight:700}
.notice-close{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd3c5;border-radius:999px;background:rgba(255,255,255,.55);color:#6f4c2e;font-size:18px}
.notice-body{flex:1;min-height:0;overflow-y:auto;padding:0 .875rem .6875rem;background:#f7f3ec}
.notice-intro{margin-top:.75rem;padding:.625rem;display:flex;align-items:flex-start;background:#eee5d8;border-left:.15625rem solid #8b572a;border-radius:10px}
.notice-intro svg{width:1rem;height:1rem;stroke:#8b572a;stroke-width:2;fill:none;flex-shrink:0}
.notice-intro__text{margin-left:.375rem;color:#5b4e41;font-size:.75rem;line-height:1.1875rem}
.notice-sec{margin-top:.8125rem;display:flex;align-items:flex-start}
.notice-sec-index{flex-shrink:0;width:1.4375rem;height:1.4375rem;border:1px solid #b99c79;border-radius:999px;color:#8b572a;font-family:DIN Alternate,Inter,system-ui,sans-serif;font-size:.59375rem;font-weight:700;line-height:1.375rem;text-align:center}
.notice-sec__content{flex:1;min-width:0;margin-left:.5rem}
.notice-sec-title{display:block;color:#33291f;font-size:.84375rem;font-weight:700}
.notice-sec-text{margin-top:.25rem;color:#5e554b;font-size:.78125rem;line-height:1.25rem}
.notice-foot{flex-shrink:0;display:flex;gap:.5rem;padding:.625rem .875rem calc(.625rem + env(safe-area-inset-bottom));background:#eee7dd;border-top:1px solid #ddd3c5}
.notice-foot .btn{flex:1;border-radius:12px}
.notice-foot .btn.gold{color:#fffaf3;background:#8b4a20;border-color:#8b4a20}
.notice-foot .btn.ghost{color:#6f4c2e;border-color:#bda991}
