@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Fraunces:opsz,wght@9..144,600;700&family=Noto+Sans+TC:wght@400;500;700;900&display=swap";:root{--ink:#183b37;--muted:#71817b;--paper:#f7f3ec;--cream:#fffdf9;--orange:#e96738;--line:#e4e0d8;--serif:"Fraunces",Georgia,serif;--sans:"Noto Sans TC",sans-serif;--mono:"DM Mono",monospace}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}button{font:inherit;color:inherit;border:0;background:none;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #f2b94b;outline-offset:3px}.app-shell{min-height:100vh;padding-bottom:82px}.topbar{height:78px;padding:18px max(22px,calc((100vw - 1180px)/2));display:flex;justify-content:space-between;align-items:center;background:#f7f3ece0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink)}.brand-mark{width:39px;height:39px;border-radius:12px 12px 12px 3px;background:var(--orange);color:#fff;display:grid;place-items:center;font:700 21px var(--serif);transform:rotate(-4deg)}.brand b{display:block;font-size:16px;letter-spacing:.08em}.brand small{display:block;color:var(--muted);font:10px var(--mono);letter-spacing:.05em;margin-top:1px}.top-actions{display:flex;align-items:center;gap:16px}.icon-btn{font-size:24px;position:relative;padding:3px}.icon-btn i{position:absolute;width:6px;height:6px;background:var(--orange);border-radius:50%;right:1px;top:1px}.avatar{width:35px;height:35px;border-radius:50%;background:#dce6da;border:1px solid #c6d6c5;font-weight:700;color:var(--ink)}main{max-width:1180px;margin:auto;padding:14px 22px 60px}.hero{min-height:275px;background:var(--ink);border-radius:5px 48px;color:#f8f3e8;padding:45px clamp(28px,7vw,86px);display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative;background-image:radial-gradient(circle at 88% 20%,#487773 0,#183b37 38%)}.hero:after{content:"";position:absolute;right:-90px;bottom:-110px;width:330px;height:330px;border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:0 0 0 35px #ffffff08,0 0 0 70px #ffffff08}.eyebrow,.page-kicker{font:500 11px var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin:0 0 12px}.hero .eyebrow{color:#f1ae74}.hero h1{font:600 clamp(38px,5vw,65px)/1.04 var(--serif);letter-spacing:-.035em;margin:0;position:relative;z-index:1}.hero h1 em{font-style:normal;color:#f1a564}.hero-copy{color:#c3d0c7;margin:20px 0 0;font-size:14px}.hero-stamp{position:relative;z-index:1;border:1px solid rgba(255,255,255,.35);width:91px;height:91px;border-radius:50%;display:grid;place-content:center;text-align:center;font:12px var(--serif);line-height:1.5;transform:rotate(12deg);color:#ffd5ad}.hero-stamp strong{font-size:20px}.section-head{display:flex;justify-content:space-between;align-items:end;margin:55px 0 20px}.section-head h2,.sub-page h1{font:600 30px var(--serif);letter-spacing:-.02em;margin:0}.hint{font-size:12px;color:var(--muted);font-family:var(--mono)}.stall-scroller{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stall-card{background:var(--cream);border:1px solid var(--line);min-height:144px;text-align:left;padding:22px;border-radius:4px 22px;position:relative;transition:.25s;display:flex;flex-direction:column;align-items:flex-start}.stall-card:hover,.stall-card.active{border-color:var(--stall-color);box-shadow:5px 5px color-mix(in srgb,var(--stall-color),transparent 73%);transform:translateY(-3px)}.stall-card strong{font:600 22px var(--serif);margin:13px 0 6px}.stall-card small{color:var(--muted);font-size:12px}.stall-index{font:11px var(--mono);color:var(--stall-color)}.eta{margin-top:auto;font:10px var(--mono);color:var(--stall-color)}.product-head{align-items:center;margin-top:59px}.category-tabs{display:flex;gap:5px;background:#ede9e1;padding:4px;border-radius:30px}.category-tabs button{padding:7px 15px;border-radius:20px;font-size:12px;color:var(--muted)}.category-tabs button.active{background:var(--cream);color:var(--ink);box-shadow:0 1px 4px #d6d0c5}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:var(--cream);border:1px solid var(--line);border-radius:5px 26px;overflow:hidden;transition:.2s}.product-card:hover{box-shadow:0 8px 30px #203b3515;transform:translateY(-2px)}.product-image{height:185px;position:relative;background:#e6e1d8;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.product-card:hover img{transform:scale(1.04)}.badge{position:absolute;left:12px;top:12px;background:#fff7e9;color:#bd672d;border-radius:30px;padding:5px 9px;font-size:10px;font-weight:700}.product-info{padding:16px 17px 15px;min-height:130px;display:flex;flex-direction:column;justify-content:space-between}.product-info h3{font-size:16px;margin:0 0 5px}.product-info p{font-size:11px;color:var(--muted);margin:0;line-height:1.6}.product-foot{display:flex;align-items:end;justify-content:space-between;margin-top:14px}.product-foot strong{font:500 17px var(--mono);color:var(--orange)}.add-btn{width:32px;height:32px;border-radius:50%;background:var(--ink);color:#fff;font-size:24px;line-height:1;display:grid;place-items:center;transition:.2s}.add-btn:hover{background:var(--orange);transform:rotate(90deg)}.cart-bar{position:fixed;z-index:4;bottom:80px;left:50%;transform:translate(-50%);width:min(510px,calc(100% - 30px));background:var(--orange);color:#fff;padding:9px 10px 9px 20px;border-radius:40px;box-shadow:0 10px 28px #b33e2940;display:flex;justify-content:space-between;align-items:center}.cart-bar div{display:flex;align-items:baseline;gap:12px}.cart-bar span{font-size:11px;opacity:.86}.cart-bar strong{font:500 17px var(--mono)}.cart-bar button{background:#fff;color:var(--orange);border-radius:30px;padding:11px 14px 11px 18px;font-weight:700;font-size:12px}.cart-bar button span{font-size:19px;margin-left:8px}.bottom-nav{position:fixed;z-index:6;bottom:0;left:0;right:0;height:72px;background:#fffdf9f2;border-top:1px solid var(--line);display:flex;justify-content:center;gap:clamp(22px,8vw,100px);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bottom-nav button{width:62px;color:#9a9f98;font-size:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.bottom-nav button span{font-size:21px;line-height:1}.bottom-nav button.active{color:var(--orange);font-weight:700}.sub-page{max-width:680px;margin:0 auto;padding-top:40px}.sub-page h1{font-size:44px;margin-bottom:36px}.page-kicker{color:var(--muted);display:flex;justify-content:space-between}.page-kicker span{color:var(--orange)}.order-ticket,.balance-card,.profile-card{background:var(--cream);border:1px solid var(--line);border-radius:6px 32px;padding:28px;box-shadow:0 12px 35px #183b370c}.ticket-top{display:flex;align-items:center;gap:13px;border-bottom:1px dashed #d9d4cc;padding-bottom:22px}.status-dot{width:11px;height:11px;border-radius:50%;background:#e4a74b;box-shadow:0 0 0 6px #e4a74b20}.ticket-top h2{font:600 22px var(--serif);margin:2px 0}.pickup{margin-left:auto;font:600 31px var(--mono);color:var(--orange);text-align:right}.pickup small{display:block;font:10px var(--sans);color:var(--muted)}.progress{display:flex;justify-content:space-between;color:#aaa;font-size:11px;margin:20px 0;position:relative}.progress:before{content:"";height:2px;background:#e9e0d2;left:4%;right:4%;top:8px;position:absolute}.progress span{background:var(--cream);position:relative;padding:0 5px}.progress .done{color:var(--orange)}.ticket-lines{border-top:1px solid var(--line);padding-top:17px}.ticket-lines div,.ticket-total{display:flex;justify-content:space-between;padding:5px 0;font-size:13px}.ticket-lines b{font-family:var(--mono);font-weight:500}.ticket-total{border-top:1px solid var(--line);margin-top:10px;padding-top:16px;color:var(--muted)}.ticket-total strong{color:var(--orange);font:600 19px var(--mono)}.outline-btn{border:1px solid var(--line);border-radius:24px;padding:9px 18px;margin-top:20px;font-size:12px}.empty{text-align:center;padding:70px 20px;color:var(--muted)}.empty>span{font-size:39px;color:var(--orange)}.empty h2{font:600 27px var(--serif);color:var(--ink);margin:14px 0 7px}.empty p{font-size:13px}.primary-btn{background:var(--orange);color:#fff;border-radius:28px;padding:13px 24px;font-weight:700;font-size:13px}.balance-card{background:var(--ink);color:#fff;display:flex;flex-direction:column;gap:12px;border-radius:6px 35px;background-image:radial-gradient(circle at 95% 0,#4a7770,#183b37 45%)}.balance-card span,.balance-card small{color:#b8cdc2;font-size:12px}.balance-card strong{font:600 42px var(--mono);letter-spacing:-.04em}.compact{margin:48px 0 12px}.compact h2{font-size:22px}.ledger>div{display:flex;align-items:center;gap:12px;padding:16px 2px;border-bottom:1px solid var(--line)}.ledger-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-size:19px}.ledger-icon.in{background:#dceade;color:#37714e}.ledger-icon.out{background:#f5e3d9;color:var(--orange)}.ledger div div:nth-child(2){display:flex;flex-direction:column;gap:3px}.ledger small{font-size:11px;color:var(--muted)}.ledger>div>strong{margin-left:auto;font:500 13px var(--mono)}.in-text{color:#37714e}.profile-card{display:flex;align-items:center;gap:15px}.profile-avatar{width:66px;height:66px;border-radius:50%;background:#e4c69a;color:#fff;display:grid;place-items:center;font:600 30px var(--serif)}.profile-card h2{font:600 23px var(--serif);margin:0 0 4px}.profile-card p{margin:0 0 9px;color:var(--muted);font-size:12px}.tier{background:#f7ecd3;color:#ad7a2e;padding:4px 8px;border-radius:13px;font-size:10px}.profile-card .icon-btn{margin-left:auto}.settings{margin-top:22px;background:var(--cream);border:1px solid var(--line);border-radius:5px 22px}.settings button{display:flex;justify-content:space-between;width:100%;padding:18px;border-bottom:1px solid var(--line);font-size:13px}.settings button:last-child{border:0}.settings span{font-size:21px;color:#a5aaa2}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#12363066;z-index:10;display:flex;align-items:flex-end;justify-content:center}.modal-sheet{background:var(--cream);border-radius:28px 28px 0 0;width:min(560px,100%);padding:18px 26px 30px;max-height:92vh;overflow:auto;animation:slideup .3s ease}.modal-sheet.small{width:min(480px,100%)}.sheet-handle{width:40px;height:4px;border-radius:5px;background:#d6d0c5;margin:0 auto 23px}.modal-sheet h2{font:600 28px var(--serif);margin:0 0 24px}.option-group{padding:14px 0;border-top:1px solid var(--line)}.option-group>div:first-child{display:flex;gap:8px;align-items:center;margin-bottom:10px}.option-group small{background:#f4e1d4;color:var(--orange);padding:3px 6px;border-radius:4px;font-size:9px}.option-pills{display:flex;gap:7px}.option-pills button{border:1px solid var(--line);border-radius:20px;padding:7px 15px;font-size:12px}.option-pills button.active{border-color:var(--orange);background:#fff0e8;color:var(--orange);font-weight:700}.full{width:100%;margin-top:18px}.checkout-lines{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:11px 0}.checkout-lines div,.quote{display:grid;grid-template-columns:1fr auto;gap:6px;font-size:12px;padding:5px 0}.checkout-lines b,.quote b,.quote strong{font-family:var(--mono);font-weight:500}.quote{margin-top:12px}.quote span{color:var(--muted)}.quote em{font-style:normal;color:#3a8a5e}.quote hr{grid-column:1/-1;width:100%;border:0;border-top:1px solid var(--line);margin:7px 0}.quote strong{font-size:16px;color:var(--orange)}.payment-label{font-size:12px;font-weight:700;margin:25px 0 8px}.payment-options{display:flex;flex-direction:column;gap:8px}.payment-options button{border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;text-align:left;padding:11px;gap:10px}.payment-options button.active{border:1.5px solid var(--orange);background:#fff7f1}.payment-options button>span:nth-child(2){display:flex;flex-direction:column;font-size:12px;font-weight:700}.payment-options small{font-size:10px;font-weight:400;color:var(--muted);margin-top:2px}.payment-options i{font-style:normal;margin-left:auto;color:transparent;border:1px solid #d7d1c7;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:12px}.payment-options .active i{background:var(--orange);border-color:var(--orange);color:#fff}.pay-logo{width:32px;height:32px;border-radius:9px;color:#fff;display:grid;place-items:center;font-weight:700}.wechat{background:#42b883}.alipay{background:#1684d5}.balance{background:#d29040}.muted{font-size:13px;color:var(--muted)}.reason-list{border-top:1px solid var(--line)}.reason-list button{width:100%;padding:14px 4px;text-align:left;border-bottom:1px solid var(--line);font-size:13px;display:flex;justify-content:space-between}.reason-list button span{color:transparent}.reason-list button.active{color:var(--orange);font-weight:700}.reason-list button.active span{color:var(--orange)}.toast{position:fixed;left:50%;bottom:94px;transform:translate(-50%);background:var(--ink);color:#fff;padding:11px 18px;border-radius:24px;z-index:20;font-size:12px;box-shadow:0 4px 20px #0003;white-space:nowrap}.toast-enter-active,.toast-leave-active{transition:.2s}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%,10px)}@keyframes slideup{0%{transform:translateY(100%)}to{transform:none}}@media (max-width:700px){.topbar{padding:16px 18px}.hero{min-height:260px;padding:34px 25px;border-radius:4px 35px}.hero-stamp{width:76px;height:76px;font-size:10px}.hero-stamp strong{font-size:17px}.hero h1{font-size:42px}.hero-copy{font-size:12px}.section-head{margin-top:42px}.section-head h2{font-size:25px}.stall-scroller{display:flex;overflow:auto;margin:0 -22px;padding:0 22px 8px}.stall-card{min-width:190px}.product-head{display:block}.category-tabs{margin-top:15px;width:max-content}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.product-image{height:132px}.product-info{padding:12px;min-height:127px}.product-info h3{font-size:14px}.product-info p{font-size:10px}.product-foot strong{font-size:14px}.sub-page{padding:28px 2px}.sub-page h1{font-size:38px}.order-ticket,.balance-card,.profile-card{padding:21px}.modal-sheet{padding:15px 20px 25px}.bottom-nav{gap:20px}.bottom-nav button{width:58px}.cart-bar{bottom:80px}}@media (min-width:900px){.bottom-nav{position:fixed;width:500px;left:50%;transform:translate(-50%);border:1px solid var(--line);border-radius:20px 20px 0 0}.cart-bar{bottom:88px}}.field-label{display:block;color:var(--muted);font-size:12px;margin:13px 0}.field-label input{display:block;width:100%;margin-top:6px;padding:12px;border:1px solid var(--line);border-radius:9px;background:#fff;font:inherit}.text-btn{display:block;width:100%;text-align:center;color:var(--orange);font-size:12px;margin-top:14px}.line-actions{display:flex;align-items:center;gap:8px}.line-actions button{width:21px;height:21px;border:1px solid var(--line);border-radius:50%;line-height:1}.line-actions strong{font:500 12px var(--mono);margin-left:8px}.login-error{color:#b44932;font-size:12px;margin:8px 0}.price-note{display:block;color:#3a8a5e;font-size:10px;margin-top:3px}:root{--orange:#f26b13}.topbar{padding-top:10px;padding-bottom:10px}.brand{gap:0}.brand-logo{display:block;width:156px;height:58px;object-fit:contain;object-position:left center}@media (max-width:700px){.brand-logo{width:132px;height:50px}}@media (max-width:700px){.topbar{height:58px;padding:4px 12px}.brand-logo{width:104px;height:44px}.top-actions{gap:8px}.icon-btn{font-size:19px}.avatar{width:30px;height:30px}main{padding:8px 14px 48px}.hero{min-height:190px;padding:24px 20px}.hero h1{font-size:32px}.hero-copy{margin-top:10px}.hero-stamp{width:60px;height:60px}.section-head{margin:28px 0 12px}.section-head h2{font-size:22px}.stall-scroller{position:sticky;top:58px;z-index:4;background:var(--paper);padding:8px 0;margin:0;gap:8px}.stall-card{min-width:118px;min-height:54px;padding:9px 11px;border-radius:10px}.stall-card .stall-index,.stall-card small,.stall-card .eta{display:none}.stall-card strong{font-size:15px;margin:0}.product-head{margin-top:22px}.product-image{height:112px}.product-info{min-height:115px;padding:10px}.product-info h3{font-size:13px}.bottom-nav{height:60px}.cart-bar{bottom:65px}}.wallet-actions{display:flex;gap:8px;margin-top:8px}.wallet-actions button{background:#fff;color:var(--ink);border-radius:18px;padding:8px 18px;font-size:12px;font-weight:700}.line-choice{display:block;color:var(--muted);font-size:10px;margin-top:3px}.student-card{margin-top:22px;padding:20px;background:var(--cream);border:1px solid var(--line);border-radius:6px 24px;position:relative}.student-card h2{font:600 22px var(--serif);margin:0 0 5px}.student-card .field-label{max-width:360px;margin-bottom:8px}.student-card .primary-btn{font-size:12px;padding:10px 18px}.verified-mark{display:inline-flex;align-items:center;gap:5px;color:#3a8a5e;font-size:12px;font-weight:700}.student-card .primary-btn:disabled{opacity:.6;cursor:wait}.student-pending{color:#9b6a2e;background:#fff5df;border:1px solid #eed8a8;border-radius:10px;padding:10px 12px;font-size:12px;margin:13px 0 0}
