:root{--ink:#16212b;--muted:#70808c;--line:#e8edf0;--paper:#f7f9f8;--white:#fff;--red:#ee5a4f;--green:#3f8f73;--shadow:0 10px 30px rgba(28,47,56,.08)}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,"PingFang SC","Microsoft YaHei",Arial,sans-serif}button,input,select{font:inherit}button{cursor:pointer;border:0}.shell{max-width:1120px;margin:0 auto;padding:0 22px}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--line)}.topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{font-size:20px;font-weight:800}.brand span{color:var(--red)}nav{display:flex;gap:8px}nav a{color:var(--muted);text-decoration:none;padding:10px 13px;border-radius:7px}nav a span{margin-left:5px}nav a.active,nav a:hover{color:var(--ink);background:#f1f5f2}.eyebrow{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:var(--green);font-weight:800}.hero{padding:48px 0 30px;display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:center}.hero h1{font-size:clamp(34px,5vw,62px);line-height:1.05;margin:14px 0}.hero p{color:var(--muted);line-height:1.8;max-width:490px}.panel{background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.wheel-panel{padding:26px;text-align:center;background:#fffdf8}.wheel{width:min(290px,70vw);aspect-ratio:1;margin:0 auto 18px;border-radius:50%;border:12px solid #f9c26b;background:conic-gradient(#fce8bd 0 12.5%,#ef7d67 12.5% 25%,#fce8bd 25% 37.5%,#ef7d67 37.5% 50%,#fce8bd 50% 62.5%,#ef7d67 62.5% 75%,#fce8bd 75% 87.5%,#ef7d67 87.5% 100%);transition:transform 4s cubic-bezier(.15,.8,.18,1);display:grid;place-items:center}.wheel:after{content:'GO';display:grid;place-items:center;width:70px;height:70px;background:#fff;border-radius:50%;color:var(--red);font-size:22px;font-weight:900;box-shadow:0 3px 8px #cf9c55}.pointer{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:30px solid var(--red);margin:-10px auto 0;position:relative;z-index:2}.primary{background:var(--red);color:#fff;padding:13px 22px;border-radius:6px;font-weight:800}.primary:disabled{opacity:.5}.ghost{background:transparent;color:var(--muted);padding:10px 0}.section{padding:18px 0 54px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.section h1{font-size:36px;margin:12px 0}.section h2{margin:0;font-size:24px}.muted{color:var(--muted);font-size:14px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product{overflow:hidden;cursor:pointer}.product img{display:block;width:100%;aspect-ratio:1.4;object-fit:cover;background:#e8efea}.product-body{padding:16px}.product h3{margin:0 0 8px}.price{margin-top:14px;color:var(--red);font-weight:800}.record-list{display:flex;gap:10px;overflow:auto}.record{flex:1;min-width:180px;background:#fff;border:1px solid var(--line);padding:14px;border-radius:7px}.record strong{display:block;margin-bottom:5px}.mine-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-card{padding:28px}.field{margin-bottom:15px}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}.field input,.field select{width:100%;padding:12px;border:1px solid #dce4e5;border-radius:5px;background:#fff;color:var(--ink)}.result{margin-top:16px;padding:15px;background:#f2f7f3;border-left:3px solid var(--green);display:none;line-height:1.8}.wallet-total{font-size:34px;font-weight:800;margin:10px 0 22px}.footer{padding:24px 0;color:var(--muted);font-size:12px;border-top:1px solid var(--line)}.toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%);padding:12px 18px;background:#16212b;color:#fff;border-radius:5px;display:none;z-index:20}.admin-wrap{padding:32px 0}.admin-tabs{display:flex;gap:8px;margin:20px 0}.admin-tabs button{padding:10px 14px;background:#eef3f0;border-radius:5px}.admin-tabs button.active{background:var(--ink);color:#fff}.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:7px}.data-table{width:100%;border-collapse:collapse;min-width:650px}.data-table th,.data-table td{padding:13px 15px;text-align:left;border-bottom:1px solid var(--line);font-size:13px}.data-table th{background:#f8faf9;color:var(--muted)}.admin-form{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;align-items:end;margin-bottom:18px}.admin-form .field{margin:0}.login-card{max-width:600px;margin:60px auto}.logout{color:var(--red);text-decoration:none;font-size:13px}@media(max-width:760px){body{padding-bottom:70px}.shell{padding:0 16px}.topbar{height:62px}.topbar-inner{justify-content:center}.brand{display:none}.topbar nav{position:fixed;z-index:30;left:0;right:0;bottom:0;height:64px;background:#fff;border-top:1px solid var(--line);display:flex;justify-content:space-around;gap:0;padding-bottom:env(safe-area-inset-bottom)}nav a{min-width:76px;text-align:center;font-size:21px;padding:8px 12px;border-radius:0}nav a span{display:block;font-size:12px;margin:2px 0 0}.hero{grid-template-columns:1fr;padding:32px 0 15px}.hero h1{font-size:42px}.grid,.mine-grid{grid-template-columns:1fr 1fr}.admin-form{grid-template-columns:1fr 1fr}}@media(max-width:440px){.grid{gap:10px}.product-body{padding:11px}.record{min-width:165px}}
:root{--ink:#16212b;}.hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.hero>div:nth-child(2){justify-self:center!important;width:min(380px,100%)!important;margin:0!important}.hero>div:nth-child(2) .wheel{display:block!important;margin:0 auto!important}
:root{--wheel-column-width:380px}.hero{padding:48px 0 30px;display:flex;flex-direction:column;align-items:center;gap:28px}.hero>div:first-child{width:min(680px,100%);text-align:center}.hero>div:first-child p{margin-left:auto;margin-right:auto}.hero>div:nth-child(2){width:min(var(--wheel-column-width),100%);align-self:center}.wheel{margin-left:auto;margin-right:auto}
