:root{--chengdu-red:#c0392b;--chengdu-orange:#d35400;--chengdu-purple:#8e44ad;--chengdu-gold:#f39c12;--chengdu-blue:#2980b9;--chengdu-night:#2c3e50;--wheel-segment-1:#c0392b;--wheel-segment-2:#d35400;--wheel-segment-3:#8e44ad;--wheel-segment-4:#f39c12;--wheel-segment-5:#2980b9;--wheel-segment-6:#2c3e50;--wheel-segment-7:#ecf0f1;--wheel-segment-8:#d35400;--wheel-result-text:var(--chengdu-red)}body{flex-direction:column;min-height:100vh;display:flex}.main-container{flex-direction:column;flex-grow:1;align-items:center;padding-top:20px;display:flex}.page-hero{text-align:center;background:var(--glass-bg,#ffffff24);border:1px solid var(--glass-border,#fff3);border-radius:var(--radius-lg);backdrop-filter:blur(14px);width:92%;max-width:760px;box-shadow:var(--glass-shadow);padding:32px}.page-hero h1{color:var(--brand-heading);margin:.5rem 0;font-size:2.2rem;font-weight:700}.page-hero p{color:var(--brand-text);margin:.75rem 0 0;font-size:1rem;line-height:1.6}.hero-eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--chengdu-orange);margin:0 0 .5rem;font-size:.78rem;font-weight:800}#wheel-container{margin:30px 0;position:relative}#indicator{border-left:15px solid #0000;border-right:15px solid #0000;border-top:30px solid var(--chengdu-orange);z-index:10;width:0;height:0;position:absolute;top:-14px;left:50%;transform:translate(-50%)}#wheel{max-width:100%;height:auto}.preset-btns{flex-wrap:wrap;justify-content:center;gap:10px;max-width:620px;margin:0 auto 18px;padding:0 16px;display:flex}.preset-btn{border:2px solid var(--chengdu-gold);color:var(--brand-text);cursor:pointer;background:0 0;border-radius:999px;padding:10px 18px;font-size:.95rem;font-weight:600;transition:background .2s,color .2s}.preset-btn:hover,.preset-btn:focus-visible{background:var(--chengdu-orange);color:#fff;outline:none}#spinBtn{background:var(--chengdu-night);color:#fff;cursor:pointer;letter-spacing:.05em;border:none;border-radius:999px;margin:4px auto 18px;padding:14px 44px;font-size:1.1rem;font-weight:700;transition:opacity .2s,transform .1s;display:block}#spinBtn:hover{opacity:.9}#spinBtn:active{transform:scale(.97)}#winner{text-align:center;min-height:64px;color:var(--brand-heading);padding:10px 16px;font-size:1.2rem;font-weight:700}@media (width<=600px){.seo-grid{grid-template-columns:1fr}}.seo-toc{background:var(--glass-bg,#ffffff14);border:1px solid var(--glass-border,#ffffff26);border-radius:var(--radius-lg);margin-bottom:24px;padding:20px 24px}.seo-toc ol{margin:.5rem 0 0;padding-left:1.4rem}.seo-toc li{margin-bottom:.3rem}.seo-toc a{color:var(--chengdu-orange);text-decoration:none}.seo-toc a:hover{text-decoration:underline}.seo-content-area a{color:var(--chengdu-orange)}