:root{--brand: #121212;--accent: #c9a227;--bg: #f4f5f7;--card: #fff;--text: #1f1f1f;--muted: #888;--line: #ececec;--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%;font-family:PingFang SC,Microsoft YaHei,sans-serif;background:#0d0d0d;color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.phone{min-height:100vh;max-width:480px;margin:0 auto;background:var(--bg);position:relative;padding-bottom:calc(64px + var(--safe-bottom))}.phone.no-tab{padding-bottom:var(--safe-bottom)}.tab-page{min-height:100%}.nav{height:48px;display:flex;align-items:center;justify-content:center;background:var(--brand);color:#fff;position:sticky;top:0;z-index:20;font-weight:600}.nav .back{position:absolute;left:12px;background:none;border:0;color:#fff;font-size:20px;line-height:1}.hero{height:210px;background:#121212;color:#fff;padding:28px 20px 0;position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;max-width:none}.hero h1,.hero p,.store-select,.store-link{position:relative;z-index:1}.hero h1{margin:0 0 6px;font-size:24px}.hero p{margin:0;color:#ffffffb8;font-size:13px}.store-select{margin-top:14px;border:0;border-radius:16px;padding:6px 12px;background:#00000073;color:#fff}.store-link{display:inline-block;margin:10px 0 0;color:#fff;font-size:12px;opacity:.9}.grid-4,.grid-2{display:grid;gap:10px;padding:14px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-2{grid-template-columns:1.2fr 1fr}.cate{background:#fff;border-radius:12px;padding:12px 6px;text-align:center;font-size:12px}.cate .ico{width:36px;height:36px;margin:0 auto 6px;border-radius:12px;overflow:hidden;background:#121212}.cate .ico img{width:36px;height:36px;object-fit:cover}.guide-left,.guide-right .line{border-radius:14px;overflow:hidden;color:#fff;position:relative}.guide-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;max-width:none;z-index:0}.guide-left:after,.guide-right .line:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000061;z-index:1}.guide-left>*:not(.guide-bg),.guide-right .line>*:not(.guide-bg){position:relative;z-index:2}.guide-left{min-height:168px;background:#111;padding:16px}.guide-left .line1{font-size:18px;font-weight:600}.guide-left .line2{font-size:12px;color:#bbb;margin:6px 0 16px}.order-btn{display:inline-block;background:var(--accent);color:#111;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}.guide-right{display:grid;gap:10px}.guide-right .line{min-height:79px;background:#111;padding:14px 12px}.guide-right .txt1{font-weight:600}.guide-right .txt2{font-size:12px;color:#bbb;margin-top:4px}.card{background:#fff;margin:0 14px 14px;border-radius:14px;padding:14px}.card h3{margin:0 0 12px;font-size:15px;display:flex;align-items:center;gap:8px}.card h3:before{content:"";width:4px;height:14px;background:var(--brand);border-radius:2px}.scroll-x{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.scroll-x .item{width:110px;flex:none}.scroll-x img,.cover{width:110px;height:110px;object-fit:cover;border-radius:10px;background:#eee}.scroll-x .title,.cut{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.news-row{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.news-row:last-child{border-bottom:0}.news-row .left{flex:1;min-width:0}.news-row .line1{font-weight:600;font-size:15px}.news-row .line2{color:var(--muted);font-size:12px;margin-top:8px}.news-row img{width:86px;height:64px;object-fit:cover;border-radius:8px;background:#eee}.tabbar{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:100%;max-width:480px;height:calc(56px + var(--safe-bottom));padding:4px 4px var(--safe-bottom);background:#fff;border-top:1px solid var(--line);display:flex;align-items:stretch;justify-content:space-around;z-index:30;box-sizing:border-box}.tabbar a{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:11px;color:#888;line-height:1.2;text-decoration:none}.tabbar a.on{color:var(--brand);font-weight:600}.tabbar .ico{font-size:20px;line-height:1;height:22px;display:flex;align-items:center;justify-content:center}.tabbar .txt{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.empty,.loading{text-align:center;color:var(--muted);padding:32px 0;font-size:13px}.list-item{display:flex;gap:12px;background:#fff;margin:0 14px 10px;border-radius:12px;padding:12px}.list-item img{width:92px;height:92px;object-fit:cover;border-radius:8px;background:#eee}.list-item .meta{flex:1;min-width:0;display:flex;flex-direction:column}.list-item .title{font-weight:600}.list-item .sub{color:var(--muted);font-size:12px;margin-top:8px}.list-item .go{margin-top:auto;align-self:flex-end;font-size:12px;background:var(--brand);color:#fff;border:0;border-radius:16px;padding:5px 10px}.filters{display:flex;gap:8px;padding:12px 14px;overflow-x:auto}.filters span{flex:none;padding:6px 12px;border-radius:16px;background:#fff;font-size:13px;color:#555}.filters span.on{background:var(--brand);color:#fff}.form{padding:16px 14px}.field{margin-bottom:14px}.field label{display:block;font-size:13px;margin-bottom:6px;color:#555}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px;background:#fff;outline:none}.btn{width:100%;border:0;border-radius:10px;padding:13px;background:var(--brand);color:#fff;font-weight:600}.btn:disabled{opacity:.55}.btn.ghost{background:#eee;color:#333}.link{color:var(--brand);font-size:13px;text-align:center;margin-top:14px}.time-wrap{display:flex;min-height:420px;background:#fff}.days{width:108px;background:#f7f7f7;overflow-y:auto}.days div{padding:14px 10px;font-size:13px;color:#666;border-left:3px solid transparent}.days div.on{background:#fff;color:var(--brand);font-weight:600;border-left-color:var(--brand)}.slots{flex:1;padding:8px 12px}.slot{display:flex;justify-content:space-between;align-items:center;padding:14px 8px;border-bottom:1px solid var(--line);font-size:14px}.slot.full{color:#bbb}.slot .limit{font-size:12px;color:var(--muted)}.rule-tip{margin:10px 16px 0;padding:10px 12px;background:#f6f7f9;color:#666;font-size:12px;line-height:1.5;border-radius:8px}.tabs{display:flex;background:#fff}.tabs div{flex:1;text-align:center;padding:12px;font-size:14px;color:#888}.tabs div.on{color:var(--brand);font-weight:600;border-bottom:2px solid var(--brand)}.article{padding:16px 18px 32px;background:#fff;margin:12px 14px;border-radius:12px}.article h2{margin:0 0 8px;font-size:20px}.article .time{color:var(--muted);font-size:12px;margin-bottom:16px}.article .content{line-height:1.8;white-space:pre-wrap}.article .portrait{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:12px;background:#eee}.mine-head{background:var(--brand);color:#fff;padding:28px 18px 22px;display:flex;justify-content:space-between;align-items:center}.mine-head .name{font-size:20px;font-weight:600}.mine-head .desc{font-size:13px;color:#bbb;margin-top:6px}.avatar{width:56px;height:56px;border-radius:50%;background:#333;overflow:hidden}.avatar img{width:56px;height:56px;object-fit:cover}.menu{background:#fff;margin:12px 14px;border-radius:12px;overflow:hidden}.menu a,.menu button{display:flex;width:100%;text-align:left;border:0;background:#fff;padding:14px 16px;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center}.menu a:last-child,.menu button:last-child{border-bottom:0}.menu .badge{margin-left:auto;margin-right:8px;min-width:18px;height:18px;padding:0 6px;border-radius:9px;background:#e54;color:#fff;font-size:11px;line-height:18px;text-align:center}.exit{margin:18px 14px}.cal{background:#fff;margin:12px 14px;border-radius:12px;padding:12px}.cal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.cal-head button{border:0;background:none;font-size:18px}.cal-week,.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);text-align:center}.cal-week{color:#999;font-size:12px;padding:6px 0}.cal-grid div{padding:8px 0;font-size:13px;border-radius:8px;position:relative}.cal-grid div.on{background:var(--brand);color:#fff}.cal-grid div .dot{width:4px;height:4px;border-radius:50%;background:var(--accent);position:absolute;left:50%;bottom:3px;transform:translate(-50%)}.cal-grid div.on .dot{background:#fff}.code-box{text-align:center;background:#fff;margin:12px 14px;border-radius:12px;padding:20px}.code-box .code{font-size:28px;letter-spacing:4px;font-weight:700;margin:10px 0 0}.code-box .qr{display:block;width:220px;height:220px;margin:16px auto 4px}.join-card{background:#fff;margin:12px 14px;border-radius:12px;padding:14px}.join-card .ops{display:flex;gap:8px;margin-top:12px}.join-card .ops button,.join-card .ops a{flex:1;text-align:center;border:0;border-radius:8px;padding:8px;background:#f2f2f2;font-size:13px}.ok{color:#2e8b57;font-size:13px;margin-top:6px}.toast{position:fixed;left:50%;bottom:100px;transform:translate(-50%);background:#000000d1;color:#fff;padding:10px 16px;border-radius:8px;z-index:50;font-size:13px;max-width:80%}.mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:40;display:grid;place-items:center}.dialog{width:280px;background:#fff;border-radius:12px;padding:18px 16px 12px}.dialog-title{font-weight:600;margin-bottom:8px}.dialog-body{color:#555;font-size:14px;line-height:1.6}.dialog-ops{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.dialog-ops button{border:0;padding:8px 12px;border-radius:8px}.dialog-ops .ghost{background:#f2f2f2}.dialog-ops .primary{background:var(--brand);color:#fff}.check{display:flex;align-items:center;gap:6px;font-size:13px;color:#666;margin:8px 0 16px}.fav-btn{position:fixed;right:calc(50% - 220px);bottom:88px;width:44px;height:44px;border-radius:50%;border:0;background:var(--brand);color:#fff;box-shadow:0 6px 16px #0003}@media(max-width:480px){.fav-btn{right:16px}}.search{margin:10px 14px 0;border:0;border-radius:20px;padding:10px 14px;width:calc(100% - 28px)}.more{text-align:center;color:var(--muted);padding:12px;font-size:13px}.more button{border:0;background:none;color:var(--brand)}.agree a{text-decoration:underline}.hint{color:var(--muted);font-size:13px;text-align:center;margin-top:14px}.hint a,.link a{color:inherit}.join-card .ops button.primary{background:var(--brand);color:#fff}.album-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.album-grid img{width:100%;height:86px;object-fit:cover;border-radius:8px;background:#eee}.album-preview{max-width:90%;max-height:80%;object-fit:contain;border-radius:8px}
