:root{--red:#b3202a;--red2:#d9474f;--blue:#2463a9;--ink:#261f1c;--muted:#766e68;--paper:#fffdf8;--cream:#f7f1e8;--line:#e9dfd3;--good:#287a57;--shadow:0 8px 28px rgba(73,47,31,.09)}
*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:"Microsoft YaHei",system-ui,sans-serif;font-size:18px;line-height:1.45}button,input,select{font:inherit}button{cursor:pointer}.topbar{height:92px;padding:18px max(20px,calc((100% - 520px)/2 + 20px));display:flex;align-items:center;justify-content:space-between;background:var(--paper);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}.topbar small{color:var(--red);font-weight:700}.topbar h1{margin:1px 0 0;font-family:STKaiti,KaiTi,serif;font-size:28px}.icon-btn{width:48px;height:48px;border:0;border-radius:16px;background:#f5e9e7;font-size:22px}main{max-width:520px;margin:auto;padding:18px 16px 108px}.card{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:18px;margin-bottom:15px;box-shadow:var(--shadow)}.hero{background:linear-gradient(145deg,#fff9ed,#fff);border-top:4px solid var(--red)}.row{display:flex;align-items:center;justify-content:space-between;gap:10px}.section-title{font-size:22px;margin:0 0 14px}.sub{color:var(--muted);font-size:15px}.tag{padding:5px 10px;background:#f4e8df;color:#8d4637;border-radius:999px;font-size:14px;font-weight:700}.tag.good{background:#e4f2ea;color:var(--good)}.balls{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.ball{width:42px;height:42px;border-radius:50%;display:inline-grid;place-items:center;color:white;background:linear-gradient(145deg,var(--red2),#9e151f);font-weight:800;box-shadow:inset 0 -3px 8px rgba(0,0,0,.18)}.ball.blue{background:linear-gradient(145deg,#4185ca,#174f8c)}.ball.mini{width:34px;height:34px;font-size:15px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.metric{border-radius:17px;padding:14px;background:#f8f3ec}.metric b{display:block;font-size:21px;margin-top:4px}.primary,.secondary,.danger{border:0;border-radius:16px;min-height:52px;padding:12px 16px;font-weight:800}.primary{background:var(--red);color:#fff}.secondary{background:#f2e9df;color:var(--ink)}.danger{background:#fff0ef;color:var(--red);border:1px solid #efc9c5}.wide{width:100%}.actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.notice{background:#fff4d8;color:#75520d;border-radius:14px;padding:12px 14px;font-size:15px;margin:12px 0}.tabs{display:flex;gap:8px;overflow:auto;margin:0 0 15px}.tabs button{white-space:nowrap;border:0;border-radius:999px;background:#eadfd4;padding:9px 15px}.tabs button.active{background:var(--ink);color:white}.ticket{border-left:5px solid var(--red)}.ticket.bought{border-left-color:var(--good)}.ticket-head{display:flex;justify-content:space-between;align-items:center}.result{background:#f1eee8;border-radius:14px;padding:12px;margin-top:10px}.field{margin-bottom:14px}.field label{display:block;font-weight:700;margin-bottom:7px}.field input,.field select{width:100%;min-height:52px;border:1px solid #d8cabe;background:white;border-radius:14px;padding:10px 13px}.checks{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.pick{border:1px solid #d9cbc0;background:white;border-radius:12px;padding:10px 3px;text-align:center}.pick.on{background:var(--blue);color:white;border-color:var(--blue)}.memory{border-left:4px solid #b4a28e}.memory .status{font-weight:800;color:var(--blue)}.statline{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;gap:8px}.statline b{display:block;font-size:25px;color:var(--red)}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:82px;background:rgba(255,253,248,.97);border-top:1px solid var(--line);display:flex;justify-content:center;z-index:10;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav button{width:min(25%,130px);border:0;background:transparent;color:var(--muted);font-size:14px;font-weight:700}.bottom-nav span{display:block;font-size:24px;height:31px}.bottom-nav button.active{color:var(--red)}#toast{position:fixed;left:50%;bottom:98px;transform:translate(-50%,20px);background:#241f1c;color:#fff;padding:12px 18px;border-radius:13px;opacity:0;pointer-events:none;transition:.2s;z-index:20;max-width:86%;text-align:center}#toast.show{opacity:1;transform:translate(-50%,0)}.empty{text-align:center;padding:30px;color:var(--muted)}details summary{font-weight:800;cursor:pointer}.version{font-size:13px;color:var(--muted);margin-top:8px}@media(max-width:360px){body{font-size:16px}.grid2,.actions{grid-template-columns:1fr}.ball{width:38px;height:38px}}
