:root{--bg-page: #0a1410;--bg-card: #13261a;--bg-card-2: #1a3322;--bg-input: #0d1c12;--line: rgba(179, 230, 53, .12);--line-soft: rgba(255, 255, 255, .08);--primary: #006EFF;--primary-dark: #84cc16;--primary-glow: rgba(179, 230, 53, .4);--gold: #fde047;--gold-deep: #fbbf24;--gold-orange: #f59e0b;--red: #ef4444;--red-deep: #dc2626;--text: #081A26;--text-muted: rgba(255, 255, 255, .55);--text-dim: rgba(255, 255, 255, .35);--c-text: #081a26;--c-text-sub: #334f5e;--c-primary: #006eff;--c-accent: #00a1ff;--c-btn: #B8FF00;--c-fill: rgba(201, 242, 255, .95);--c-band: rgba(201, 242, 255, .45);--c-hairline: rgba(0, 110, 255, .08);--c-ribbon: rgba(0, 110, 255, .12);--c-card-shadow: rgba(0, 107, 255, .14);--c-fill-soft: rgba(201, 242, 255, .5)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body{background:var(--bg-page)}body{font-family:-apple-system,PingFang SC,Microsoft YaHei,sans-serif;min-height:100vh;color:var(--text)}.activity-page{max-width:430px;margin:0 auto;min-height:100vh;background:var(--bg-page);display:flex;flex-direction:column;position:relative}.activity-scroll{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.activity-scroll::-webkit-scrollbar{width:0}.stat-card{margin:0 14px;background:linear-gradient(180deg,#fffffff5,#dbfafff5);border:1px solid #FFFFFFE0;border-radius:24px;padding:16px 18px 14px;position:relative;z-index:4;box-shadow:0 12px 28px #006bff29}.stat-row{display:flex;justify-content:space-between;text-align:center}.stat-item{flex:1;position:relative}.stat-item+.stat-item:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:1px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.15),transparent)}.stat-item .v{font-size:22px;font-weight:800;color:#fff;letter-spacing:.5px;line-height:1.1}.stat-item .l{font-size:11px;color:var(--text);margin-top:4px}.stat-item.gold .v{color:var(--gold)}.stat-item.rank .v{color:var(--primary)}.point-expire{margin-top:12px;border-radius:16px;font-size:11px;color:#335678;line-height:1.6;text-align:center}.point-expire .expire-line b{color:#6e8c99;font-size:11px;font-weight:700}.countdown-bar{margin-top:4px;font-size:11px;font-weight:600;color:#335678}.countdown-bar .cd-hl{color:#2563eb;font-weight:800}@keyframes pulse{0%,to{opacity:1}50%{opacity:.75}}.tabs{display:flex;margin:0 14px;background:#dbfaffeb;border:1px solid var(--c-btn);border-radius:28px;gap:2px;-webkit-backdrop-filter:blur(6.099999904632568px);backdrop-filter:blur(6.099999904632568px)}.tab{flex:1;text-align:center;padding:11px 0;font-size:14px;font-weight:700;color:var(--text);border-radius:24px;cursor:pointer;transition:all .2s;border:none;background:transparent;font-family:inherit}.tab.active{background:url(../img/xz.png) center / 100% 100% no-repeat;color:var(--text);box-shadow:none}.content{padding:0 14px 32px;min-height:380px}.section{position:relative;background:var(--bg-card);border:1px solid rgba(179,230,53,.18);border-radius:18px;padding:22px 14px 14px;margin-bottom:12px;margin-top:12px}.section h3{position:absolute;top:-12px;left:14px;display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#b3e635,#84cc16);color:#14241a;font-size:13px;font-weight:800;padding:5px 14px;border-radius:20px;box-shadow:0 4px 12px #b3e63559;letter-spacing:.3px;margin:0}.section h3 .badge{background:#14241a66;color:#14241a;font-size:11px;padding:2px 8px;border-radius:10px;margin-left:4px;font-weight:800;border:none}.section-title-bar{display:flex;align-items:center;gap:8px;font-size:14px;color:#fff;margin-bottom:12px;font-weight:700}.section-title-bar:before{content:"";width:3px;height:14px;background:var(--primary);border-radius:2px}.onboarding{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7ffff,#dbfaff);border:1px solid;border-image-source:linear-gradient(180deg,rgba(65,81,77,.2) 0%,rgba(39,65,59,.5) 100%);border-radius:24px;padding:66px 8px 16px;margin-top:12px;margin-bottom:12px}.onboarding .ob-steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;grid-template-rows:auto auto;column-gap:2px;row-gap:6px;align-items:center}.onboarding .ob-step{display:contents}.onboarding .ob-step:nth-child(1) .ob-icon,.onboarding .ob-step:nth-child(1) .ob-label{grid-column:1}.onboarding .ob-step:nth-child(3) .ob-icon,.onboarding .ob-step:nth-child(3) .ob-label{grid-column:3}.onboarding .ob-step:nth-child(5) .ob-icon,.onboarding .ob-step:nth-child(5) .ob-label{grid-column:5}.onboarding .ob-step .ob-icon{grid-row:1;justify-self:center;width:58px;height:58px;object-fit:contain;display:block}.onboarding .ob-step .ob-label{grid-row:2;width:100%;border-radius:999px;padding:5px 6px;font-size:12px;color:var(--text);text-align:center;line-height:1.3;white-space:nowrap}.ob-label-bg{background:var(--c-btn)}.onboarding .ob-arrow{grid-row:2;flex-shrink:0;display:flex;align-items:center;color:var(--c-accent);font-weight:700;font-size:14px;line-height:1;opacity:.85}.onboarding .ob-steps>.ob-arrow:nth-child(2){grid-column:2}.onboarding .ob-steps>.ob-arrow:nth-child(4){grid-column:4}.section.points-section,.section.checkin-section,.section.privilege-section,.section.history-section,.section.reward-section,.section.rank-section,.section.phy-section,.section.vip-section,.section.box-section,.section.invite-section,.section.sq-section{position:relative;overflow:hidden;padding:64px 14px 18px;background:linear-gradient(180deg,#f7ffff,#dbfaff);border:1px solid;border-image-source:linear-gradient(180deg,rgba(65,81,77,.2) 0%,rgba(39,65,59,.5) 100%)}.section.invite-section{padding:22px 14px 18px}.match-ribbon,.ob-title,.section.points-section .points-ribbon,.section.checkin-section .checkin-ribbon,.section.privilege-section .privilege-ribbon,.section.history-section .history-ribbon,.section.reward-section .reward-ribbon,.section.rank-section .rank-ribbon,.section.phy-section .phy-ribbon,.section.vip-section .vip-ribbon,.section.box-section .box-ribbon,.section.sq-section .sq-ribbon{position:absolute;top:12px;left:0;z-index:1;display:inline-flex;align-items:center;height:36px;padding:0 28px 0 14px;background:linear-gradient(180deg,#d6ff2e,#b8ff00);color:var(--text);font-size:14px;font-weight:700;letter-spacing:.2px;clip-path:polygon(0 0,calc(100% - 16px) 0,100% 50%,calc(100% - 16px) 100%,0 100%);box-shadow:inset 0 1px #ffffff38}.section.points-section .btn-row{gap:10px}.section.points-section .btn-recharge{background:#b8ff0066;border:1px solid var(--c-accent);box-shadow:0 12px 24px #006bff24;color:var(--text);padding:12px 8px;font-size:14px;font-weight:600}.section.points-section .btn-exchange{background:#b8ff0033;border:none;color:var(--text);padding:12px 8px;font-size:14px;font-weight:600}.section.points-section .btn-exchange .sub{display:block;margin-top:3px;font-size:11px;font-weight:400;color:var(--text)}.section.points-section .unlock-tip{background:none;border:none;padding:16px 0 0;margin-top:0}.section.points-section .unlock-tip .title{color:var(--text);font-size:14px;font-weight:600;margin-bottom:10px}.section.points-section .unlock-tip .row{font-size:12px;color:var(--text);line-height:1.8}.section.points-section .unlock-tip .row b{color:var(--text);font-weight:700}.section.points-section .btn-unlock{margin-top:16px;background:var(--c-btn);color:var(--c-text-sub);border:none;box-shadow:0 0 20px #b3e6356b,0 4px 12px #0003;padding:14px;font-size:15px;font-weight:800}.section.checkin-section .checkin-badge{position:absolute;top:14px;right:14px;z-index:2;display:inline-flex;align-items:center;gap:5px;padding:4px 10px 4px 5px;background:#006eff1f;border-radius:999px;font-size:11px;font-weight:600;color:var(--text)}.section.checkin-section .checkin-badge-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:var(--c-btn);border-radius:50%}.section.checkin-section .checkin-badge-icon img{width:10px;height:6px;object-fit:contain}.section.checkin-section .ladder{gap:5px;margin-top:0}.section.checkin-section .day{position:relative;background:var(--c-fill);border:1px solid var(--c-btn);border-radius:8px;padding:7px 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;font-size:10px;color:var(--text)}.section.checkin-section .day-gou{position:absolute;top:4px;right:4px;width:9px;height:7px;object-fit:contain;pointer-events:none}.section.checkin-section .day-label{font-size:10px;font-weight:600;line-height:1.2}.section.checkin-section .day.done{background:#00000047;border-color:#ffffff14;color:#ffffff80}.section.checkin-section .day.done:after{content:none}.section.checkin-section .day.today{background:#006efff2;border:none;color:var(--text)}.section.checkin-section .day .pts{font-size:17px;font-weight:800;margin:3px 0 1px;color:var(--text);line-height:1.1}.section.checkin-section .day.done .pts{color:var(--text);font-size:15px}.section.checkin-section .day.today .pts{font-size:22px;color:var(--text)}.section.checkin-section .day-unit{font-size:9px;color:var(--text);line-height:1.2}.section.checkin-section .day.today .day-unit{color:var(--text);font-size:10px}.section.checkin-section .btn-checkin-claim{margin-top:14px;background:var(--c-btn);color:#1a2e0f;border:none;box-shadow:0 0 20px #b3e6356b,0 4px 12px #0003;padding:14px;font-size:15px;font-weight:800}.section.checkin-section .btn-checkin-claim:disabled{background:var(--c-btn);color:var(--text);box-shadow:none}.section.checkin-section .checkin-notes{margin-top:12px;text-align:center}.section.checkin-section .checkin-notes p{margin:0;font-size:10px;color:var(--text);line-height:1.75;font-weight:600}.section.privilege-section{border-radius:12px;box-shadow:0 12px 24px var(--c-card-shadow)}.section.privilege-section .privilege-tag{position:absolute;top:14px;right:14px;z-index:2;padding:4px 10px;background:var(--c-ribbon);border-radius:999px;font-size:11px;font-weight:600;color:var(--text)}.section.privilege-section .privilege-intro{margin-bottom:12px}.section.privilege-section .intro-title{font-size:13px;font-weight:600;color:var(--c-text);margin-bottom:8px}.section.privilege-section .intro-row{font-size:12px;color:var(--c-text-sub);line-height:1.75}.section.privilege-section .intro-row b{color:var(--c-text);font-weight:600}.section.privilege-section .intro-example{font-size:12px;color:var(--c-text-sub);line-height:1.75;margin:2px 0 4px}.section.privilege-section .privilege-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:0;border-radius:11px;overflow:hidden}.section.privilege-section .privilege-table th,.section.privilege-section .privilege-table td{padding:11px 14px;font-size:12px;border-bottom:1px solid var(--c-hairline)}.section.privilege-section .privilege-table thead th{background:var(--c-fill-soft);color:var(--c-text);font-size:12px;font-weight:600;border-bottom:none}.section.privilege-section .privilege-table th:last-child,.section.privilege-section .privilege-table td.x{text-align:right}.section.privilege-section .privilege-table tbody td{color:var(--c-text-sub)}.section.privilege-section .privilege-table .x{color:var(--c-text);font-weight:400}.section.privilege-section .privilege-table tbody tr:last-child td{border-bottom:none}.section.privilege-section .privilege-table tr.me td,.section.privilege-section .privilege-table tr.me .x{color:var(--c-primary);font-weight:600}.section.privilege-section .privilege-table tr.me td:first-child:before{content:none}.section.privilege-section .current-tag{display:inline-block;margin-left:6px;padding:4px 12px;background:var(--c-ribbon);border-radius:999px;font-size:10px;font-weight:600;color:var(--c-text);vertical-align:middle}.section.privilege-section .btn-privilege-upgrade{margin-top:14px;background:var(--c-btn);color:var(--c-text);border:none;box-shadow:0 12px 24px var(--c-card-shadow);padding:14px;font-size:15px;font-weight:600}.section.history-section .history-tag{position:absolute;top:18px;right:14px;z-index:2;padding:4px 10px;background:var(--c-ribbon);border-radius:999px;font-size:11px;font-weight:600;color:var(--text)}.section.history-section .history-item{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:12px}.section.history-section .history-item:last-of-type{border-bottom:none}.section.history-section .history-item .desc{color:var(--text);line-height:1.45;min-width:0;font-size:14px}.section.history-section .history-item .desc b{color:#fde047;font-weight:700}.section.history-section .history-item .amt{font-weight:800;white-space:nowrap;flex-shrink:0;font-size:12px}.section.history-section .history-item .amt.add{color:#059e45}.section.history-section .history-item .amt.sub{color:#f87171}.section.history-section .history-item .amt.link{color:#5eb8ff;text-decoration:underline;text-underline-offset:2px}.section.history-section .history-item .amt.pending{color:#fbbf24}.history-item .desc .bet-meta,.points-history-item .desc .bet-meta{display:block;margin-top:3px;font-size:11px;color:#ffffff73}.points-history-sheet .points-history-item .amt.pending{color:#f59e0b}.section.history-section .btn-history-all{margin-top:14px;background:var(--c-btn);color:#1a2e0f;border:none;box-shadow:0 0 20px #b3e6356b,0 4px 12px #0003;padding:14px;font-size:14px;font-weight:800}.section.reward-section .reward-tag{position:absolute;top:18px;right:14px;z-index:2;padding:4px 10px;background:var(--c-ribbon);border-radius:999px;font-size:11px;font-weight:600;color:var(--c-text)}.section.reward-section .reward-list,.reward-list-sheet .reward-list{display:flex;flex-direction:column}.section.reward-section .reward-item,.reward-list-sheet .reward-item{display:flex;flex-direction:column;gap:10px;padding:14px 0;background:transparent;border:none;border-radius:0;border-bottom:1px solid rgba(0,110,255,.1)}.section.reward-section .reward-item:last-of-type,.reward-list-sheet .reward-item:last-of-type{border-bottom:none}.section.reward-section .reward-main,.reward-list-sheet .reward-main{display:flex;align-items:flex-start;gap:12px}.section.reward-section .reward-icon-wrap,.reward-list-sheet .reward-icon-wrap{width:56px;height:56px;border-radius:14px;background:#c9f2ff;border:none;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.section.reward-section .reward-thumb,.reward-list-sheet .reward-thumb{width:44px;height:44px;object-fit:contain;display:block}.section.reward-section .reward-info,.reward-list-sheet .reward-info{flex:1;min-width:0;padding-top:2px}.section.reward-section .reward-name,.reward-list-sheet .reward-name{font-size:15px;font-weight:700;color:var(--c-primary);line-height:1.4}.section.reward-section .reward-meta,.reward-list-sheet .reward-meta{font-size:12px;color:var(--c-text-sub);margin-top:4px;line-height:1.45}.section.reward-section .reward-foot,.reward-list-sheet .reward-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding-left:0}.section.reward-section .order-no,.reward-list-sheet .order-no{flex:1;min-width:0;font-size:12px;color:var(--c-text-sub);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section.reward-section .copy-btn,.reward-list-sheet .copy-btn{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;padding:0;border:none;background:none;color:var(--c-primary);font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.section.reward-section .copy-icon-img,.reward-list-sheet .copy-icon-img{width:16px;height:16px;object-fit:contain;display:block;flex-shrink:0}.section.reward-section .btn-reward-all{margin-top:14px;background:linear-gradient(180deg,#d6ff2e,#b8ff00);color:var(--c-text);border:none;box-shadow:0 12px 24px #b8ff0059;padding:14px;font-size:15px;font-weight:700;border-radius:999px}.reward-list-sheet .sheet-body{padding:12px 14px!important;background:linear-gradient(180deg,#f7ffff,#dbfaff)}.reward-list-sheet .sheet-header{background:linear-gradient(180deg,#f7ffff,#dbfaff);border-bottom:1px solid rgba(0,110,255,.1)}.reward-list-sheet .sheet-header .title,.reward-list-sheet .sheet-header .back{color:var(--c-text)}.points-history-sheet{background:#081410}.points-history-sheet .sheet-header{background:#081410;border-bottom:1px solid rgba(255,255,255,.06);padding:16px 14px}.points-history-sheet .sheet-header .back{font-size:22px;font-weight:300;line-height:1;width:28px;margin-right:0}.points-history-sheet .sheet-header .title{font-size:16px;padding-right:28px}.points-history-sheet .sheet-body{padding:0 16px!important}.points-history-sheet .points-history-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.06)}.points-history-sheet .points-history-item:last-child{border-bottom:none}.points-history-sheet .points-history-item .desc{flex:1;min-width:0;font-size:13px;color:#ffffffe0;line-height:1.45}.points-history-sheet .points-history-item .desc b{color:#fde047;font-weight:700}.points-history-sheet .points-history-item .amt{flex-shrink:0;font-size:13px;font-weight:800;white-space:nowrap}.points-history-sheet .points-history-item .amt.add{color:#059e45}.points-history-sheet .points-history-item .amt.sub{color:#f87171}.points-history-sheet .sheet-end{padding:24px 0 20px;font-size:12px;color:#ffffff52}.btn{display:block;width:100%;padding:13px 14px;border:none;border-radius:999px;font-size:16px!important;font-weight:800;cursor:pointer;text-align:center;font-family:inherit;transition:transform .15s,box-shadow .15s;line-height:1.2}.btn:active{transform:scale(.98)}.btn-primary{background:linear-gradient(135deg,#c4f33d,#84cc16);color:#14241a;box-shadow:0 4px 14px #b3e63559}.btn-gold{background:linear-gradient(135deg,#fde047,#f59e0b);color:#422006;box-shadow:0 4px 14px #f59e0b59}.btn-outline{background:transparent;color:var(--primary);border:1.5px solid rgba(179,230,53,.55)}.btn-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.btn-sm{padding:7px 14px;font-size:12px;border-radius:10px;width:auto}.btn:disabled{opacity:.5;cursor:not-allowed;background:#ffffff14;color:var(--text-muted);box-shadow:none}.ladder{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-top:4px}.day{background:var(--c-fill);border:1px solid var(--c-btn);border-radius:10px;padding:8px 4px;text-align:center;font-size:11px;color:var(--text-muted);position:relative}.day.done{background:#84cc162e;color:var(--primary);border-color:#b3e6354d}.day.done:after{content:"✓";position:absolute;top:1px;right:4px;font-size:10px;color:var(--primary);font-weight:700}.day.today{background:linear-gradient(135deg,#fde04740,#f59e0b2e);color:var(--gold);border:1.5px solid var(--gold)}.day .pts{font-size:14px;font-weight:800;margin-top:2px;color:#fff}.day.done .pts{color:var(--primary)}.day.today .pts{color:var(--gold)}.bet-tab .member-banner{background:linear-gradient(180deg,#f7ffff,#dbfaff);border:1px solid #ffffffe0;border-radius:18px;padding:14px 16px;margin-bottom:12px;display:flex;align-items:center;gap:12px;box-shadow:0 12px 28px var(--c-card-shadow)}.bet-tab .member-banner .vip-icon-wrap{width:50px;height:50px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.bet-tab .member-banner .vip-icon{width:50px;height:50px;object-fit:contain;display:block}.bet-tab .member-banner .text{flex:1;min-width:0}.bet-tab .member-banner .tier{font-size:15px;font-weight:700;color:var(--c-text)}.bet-tab .member-banner .tier b{color:var(--c-primary);font-weight:900;font-style:italic;margin-left:2px}.bet-tab .member-banner .bonus{font-size:11px;color:var(--c-text-sub);margin-top:6px;line-height:1.4}.bet-tab .member-banner .bonus b{color:var(--c-text);font-weight:800}.bet-tab .member-banner .up-btn{background:linear-gradient(135deg,#9fe6ff,#2aa3ff);color:#003a66;border:none;padding:9px 20px;border-radius:999px;font-size:13px;font-weight:800;cursor:pointer;white-space:nowrap;flex-shrink:0;box-shadow:0 8px 16px #006eff38}.bet-tab .ad-slot-simple{background:linear-gradient(180deg,#f7ffff,#dbfaff);border:1px solid #ffffffe0;border-radius:18px;padding:36px 14px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;color:var(--c-text-sub);font-size:15px;font-weight:700;cursor:default;box-shadow:0 12px 28px var(--c-card-shadow)}.bet-tab .match-card{position:relative;overflow:visible;padding:12px 14px 16px;margin-bottom:12px;border-radius:18px;background:#f7ffff;border:1px solid #ffffffe0;box-shadow:0 12px 28px var(--c-card-shadow)}.bet-tab .match-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:0 0 17px 17px;z-index:0;background:url(../img/jcbg.png) center bottom / 118% 100% no-repeat;pointer-events:none}.bet-tab .match-card>*{position:relative;z-index:1}.bet-tab .match-card .match-ribbon{position:relative;top:auto;left:auto;z-index:2;flex-shrink:0;margin-left:-14px}.bet-tab .match-header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:36px;margin-bottom:10px}.bet-tab .match-timer{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid rgba(0,110,255,.28);border-radius:8px;background:#ffffff8c;font-size:11px;font-weight:600;color:var(--c-primary);white-space:nowrap;flex-shrink:0;margin-left:auto}.bet-tab .match-timer.live .timer-icon{color:#ef4444;font-size:13px}.bet-tab .match-timer .timer-icon{font-size:12px;line-height:1}.bet-tab .match-vs{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding:0 2px}.bet-tab .match-vs .team{display:inline-flex;align-items:center;gap:6px;font-size:17px;font-weight:800;color:var(--c-text);flex:1}.bet-tab .match-vs .team-home{justify-content:flex-start}.bet-tab .match-vs .team-away{justify-content:flex-end}.bet-tab .match-vs .team .flag{font-size:18px;line-height:1}.bet-tab .match-vs .vs-text{width:30px;height:30px;object-fit:contain;display:block}.bet-tab .match-odds{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:10px;overflow:visible}.bet-tab .match-odds .opt{background:#c9f2ff;border:1px solid rgba(0,110,255,.16);border-radius:12px;padding:12px 6px 0;text-align:center;cursor:pointer;position:relative;transition:border-color .15s,box-shadow .15s;min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:visible}.bet-tab .match-odds .opt.selected{border-color:var(--c-primary);box-shadow:0 0 0 1px #006eff2e}.bet-tab .match-odds .opt.has-bet{padding-bottom:0}.bet-tab .match-odds .opt.has-bet:before{content:"已押";position:absolute;top:-10px;right:8px;background:linear-gradient(180deg,#33d4ff,#00b4ff);color:#fff;font-size:10px;font-weight:800;padding:3px 10px;border-radius:8px;line-height:1.2;z-index:2;box-shadow:0 2px 8px #00b4ff59}.bet-tab .match-odds .opt .label{font-size:13px;color:var(--c-primary);font-weight:700;line-height:1.3}.bet-tab .match-odds .opt.draw .label{color:var(--c-text)}.bet-tab .match-odds .opt .odds-num{font-size:26px;font-weight:900;color:var(--c-primary);line-height:1;margin-top:8px;flex:1;display:flex;align-items:center;justify-content:center;padding-bottom:8px}.bet-tab .match-odds .opt.draw .odds-num{color:var(--c-text)}.bet-tab .match-odds .opt.has-bet .odds-num{margin-top:4px;padding-bottom:34px}.bet-tab .match-odds .opt .my-bet{position:absolute;left:0;right:0;bottom:0;margin:0;font-size:11px;color:var(--c-text-sub);font-weight:600;background:#006eff24;padding:6px 4px;border-radius:0 0 11px 11px;white-space:nowrap;text-align:center}.bet-tab .match-odds .opt.disabled{cursor:not-allowed}.bet-tab .match-card.pending .match-odds .opt .label,.bet-tab .match-card.pending .match-odds .opt .odds-num{color:var(--c-text)}.bet-tab .stake{display:flex;gap:6px;margin-top:12px}.bet-tab .stake-chip{flex:1;min-width:0;padding:9px 2px;background:#fff;border:1px solid rgba(0,110,255,.45);border-radius:999px;text-align:center;font-size:11px;font-weight:700;color:var(--c-primary);cursor:pointer;line-height:1.2}.bet-tab .stake-chip.selected,.bet-tab .stake-chip.custom.selected{background:var(--c-primary);border-color:var(--c-primary);color:#fff}.bet-tab .custom-input{margin-top:8px;display:none}.bet-tab .custom-input.show{display:block}.bet-tab .custom-input input{width:100%;background:#fff;border:1px solid rgba(0,110,255,.35);border-radius:12px;padding:12px 14px;font-size:13px;outline:none;color:var(--c-text)}.bet-tab .custom-input input::placeholder{color:var(--c-text-sub)}.bet-tab .btn-bet-submit{margin-top:12px;background:linear-gradient(180deg,#d6ff2e,#b8ff00);color:var(--c-text);border:none;box-shadow:0 10px 22px #b8ff0059;padding:15px 16px;font-size:15px!important;font-weight:800;border-radius:999px}.bet-tab .btn-bet-submit b{color:var(--c-text)}.bet-tab .btn.btn-bet-disabled:disabled{margin-top:14px;opacity:1;background:#b8ff0061;color:var(--c-text-sub);border:none;padding:15px 16px;font-size:14px!important;font-weight:700;cursor:not-allowed;border-radius:999px;box-shadow:none}.match{background:var(--bg-card);border:1px solid var(--line);border-radius:14px;padding:14px;margin-bottom:10px}.match .top{display:flex;justify-content:space-between;font-size:11px;color:var(--text-muted);margin-bottom:10px}.match .top .live{color:var(--red);font-weight:700}.match .vs{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.match .team{font-size:16px;font-weight:700;color:#fff}.match .vs-text{color:var(--text-dim);font-size:13px;font-weight:700}.match .odds{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;margin-top:8px}.match .odds .opt{background:var(--bg-input);border:1.5px solid var(--line);border-radius:10px;padding:10px 4px;text-align:center;cursor:pointer;transition:all .15s;position:relative}.match .odds .opt:hover:not(.disabled){border-color:var(--primary)}.match .odds .opt.selected{background:#b3e63526;border-color:var(--primary)}.match .odds .opt .label{font-size:12px;color:#fff;font-weight:600}.match .odds .opt .odds-num{font-size:18px;font-weight:800;color:var(--gold);margin-top:4px;line-height:1}.match .odds .opt.has-bet{background:linear-gradient(135deg,#fde04733,#f59e0b1a);border-color:var(--gold);border-width:2px}.match .odds .opt.has-bet:before{content:"✓ 已押";position:absolute;top:-8px;right:6px;background:var(--red);color:#fff;font-size:9px;font-weight:700;padding:2px 5px;border-radius:8px}.match .odds .opt .my-bet{font-size:9.5px;color:var(--gold);font-weight:700;margin-top:4px;background:#0006;padding:2px 4px;border-radius:4px;border:1px dashed var(--gold)}.match .odds .opt.disabled{opacity:.45;cursor:not-allowed}.match .stake{display:flex;gap:6px;margin-top:12px;flex-wrap:wrap}.stake-chip{flex:1;min-width:50px;padding:7px;background:var(--bg-input);border:1.5px solid var(--line);border-radius:10px;text-align:center;font-size:12px;font-weight:700;color:#ffffffb3;cursor:pointer}.stake-chip.selected{background:#fde0472e;border-color:var(--gold);color:var(--gold)}.stake-chip.custom{background:#b3e6351a;border-color:#b3e63566;color:var(--primary)}.stake-chip.custom.selected{background:#b3e63533;border-color:var(--primary);color:var(--primary)}.custom-input{margin-top:8px;display:none;gap:6px}.custom-input.show{display:flex}.custom-input input{flex:1;background:var(--bg-input);border:1.5px solid var(--primary);border-radius:10px;padding:9px 12px;font-size:13px;outline:none;color:#fff}.unlock-tip{background:#fde0470f;border:1px solid rgba(253,224,71,.2);border-radius:12px;padding:12px 14px;margin-top:10px}.unlock-tip .title{font-size:12px;font-weight:700;color:var(--gold);margin-bottom:6px}.unlock-tip .row{font-size:11.5px;color:#ffffffbf;line-height:1.7}.unlock-tip .row b{color:var(--gold);font-weight:700}.jump-note{font-size:10px;color:var(--text-muted);background:#00000040;border-radius:6px;padding:3px 8px;display:inline-block;margin-left:8px}.jump-note:before{content:"↪ ";color:var(--primary);font-weight:700}.member-banner{background:linear-gradient(135deg,#fde0471f,#f59e0b0f);border:1px solid rgba(253,224,71,.3);border-radius:14px;padding:12px 14px;margin-bottom:12px;display:flex;align-items:center;gap:10px}.member-banner .crown{font-size:24px}.member-banner .text{flex:1;min-width:0}.member-banner .tier{font-size:13px;font-weight:700;color:var(--gold)}.member-banner .bonus{font-size:11px;color:#ffffffb3;margin-top:2px}.member-banner .bonus b{color:var(--red);font-size:13px;font-weight:800}.member-banner .up-btn{background:linear-gradient(135deg,#ef4444,#b91c1c);color:#fff;border:none;padding:7px 12px;border-radius:10px;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap;box-shadow:0 2px 8px #dc26264d}.privilege-table{width:100%;border-collapse:collapse;margin-top:4px;border-radius:10px;overflow:hidden}.privilege-table th,.privilege-table td{padding:9px 12px;font-size:12px;text-align:left;color:var(--text)}.privilege-table th{color:var(--text-muted);font-weight:600;font-size:11px;background:#00000040}.privilege-table tr:last-child td{border-bottom:none}.privilege-table .x{text-align:center;font-weight:800;color:var(--gold)}.privilege-table tr.me{background:#fde0471a}.privilege-table tr.me td{color:var(--gold)}.privilege-table tr.me td:first-child:before{content:"👈 当前 ";color:var(--red);font-size:10px;font-weight:700;margin-right:4px}.section.rank-section,.section.phy-section,.section.vip-section,.section.box-section{border-radius:12px;box-shadow:0 12px 24px var(--c-card-shadow)}.section.rank-section .rank-tag{position:absolute;top:14px;right:14px;z-index:2;padding:4px 10px;background:var(--c-ribbon);border-radius:999px;font-size:11px;font-weight:600;color:var(--text)}.section.rank-section .rank-list{display:flex;flex-direction:column}.section.rank-section .rank-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--c-hairline)}.section.rank-section .rank-row:last-child{border-bottom:none}.section.rank-section .rank-pos{width:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.section.rank-section .rank-medal-img{width:28px;height:32px;object-fit:contain;display:block}.section.rank-section .rank-num{font-size:13px;font-weight:600;color:var(--c-text-sub)}.section.rank-section .rank-name{flex:1;min-width:0;font-size:12px;color:var(--c-text-sub);font-weight:400}.section.rank-section .rank-pts{flex-shrink:0;font-size:12px;font-weight:600;color:var(--c-text)}.section.rank-section .rank-notes{margin:14px 0 0;text-align:center;font-size:12px;color:#006eff;font-weight:600;line-height:1.6}.section.rank-section .rank-empty,.section.phy-section .rank-empty,.section.vip-section .rank-empty{padding:28px 14px;text-align:center;font-size:13px;color:var(--c-text-sub)}.section.phy-section .phy-tag{position:absolute;top:14px;right:14px;z-index:2;padding:4px 10px;background:var(--c-ribbon);border-radius:999px;font-size:11px;font-weight:600;color:var(--text)}.section.phy-section .phy-gift-list{display:flex;flex-direction:column}.section.phy-section .phy-gift-item{display:flex;align-items:center;gap:10px;padding:14px 0;border-bottom:1px solid var(--c-hairline)}.section.phy-section .phy-gift-item:last-child{border-bottom:none}.section.phy-section .phy-gift-icon-wrap{width:54px;height:54px;flex-shrink:0;border-radius:12px;background:var(--c-fill);border:1px solid var(--c-hairline);display:flex;align-items:center;justify-content:center;overflow:hidden}.section.phy-section .phy-gift-thumb{width:44px;height:44px;object-fit:contain;display:block}.section.phy-section .phy-gift-emoji{font-size:24px;line-height:1}.section.phy-section .phy-gift-info{flex:1;min-width:0}.section.phy-section .phy-gift-name{font-size:13px;font-weight:600;color:var(--c-text);line-height:1.35}.section.phy-section .phy-gift-desc{font-size:11px;color:var(--c-text-sub);margin-top:4px;line-height:1.4}.section.phy-section .phy-gift-action{flex-shrink:0;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.section.phy-section .phy-gift-price{font-size:12px;font-weight:600;color:var(--c-text);white-space:nowrap}.section.phy-section .phy-gift-btn{min-width:72px;padding:8px 16px;border:none;border-radius:25px;background:var(--c-btn);color:var(--c-text);font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap;box-shadow:0 12px 24px var(--c-card-shadow)}.section.phy-section .phy-gift-notes{margin:12px 0 0;padding:12px 10px;text-align:center;font-size:11px;color:#006eff;font-weight:600;line-height:1.6;background:#c9f2ff;box-shadow:0 10px 24px #006bff24;border-radius:8px}.phy-gift-sheet .phy-gift-item{display:flex;align-items:center;gap:10px;padding:14px 0;border-bottom:1px solid var(--c-hairline)}.phy-gift-sheet .phy-gift-item:last-child{border-bottom:none}.phy-gift-sheet .phy-gift-icon-wrap{width:54px;height:54px;flex-shrink:0;border-radius:12px;background:var(--c-fill);border:1px solid var(--c-hairline);display:flex;align-items:center;justify-content:center}.phy-gift-sheet .phy-gift-thumb{width:44px;height:44px;object-fit:contain}.phy-gift-sheet .phy-gift-info{flex:1;min-width:0}.phy-gift-sheet .phy-gift-name{font-size:13px;font-weight:600;color:var(--c-text)}.phy-gift-sheet .phy-gift-desc{font-size:11px;color:var(--c-text-sub);margin-top:4px}.phy-gift-sheet .phy-gift-action{flex-shrink:0;text-align:right}.phy-gift-sheet .phy-gift-price{font-size:12px;font-weight:600;color:var(--c-text);margin-bottom:6px}.phy-gift-sheet .phy-gift-btn{min-width:72px;padding:8px 16px;border:none;border-radius:25px;background:var(--c-btn);color:var(--c-text);font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;box-shadow:0 12px 24px var(--c-card-shadow)}.section.vip-section .vip-gift-list{display:flex;flex-direction:column}.section.vip-section .vip-gift-item{display:flex;align-items:center;gap:10px;padding:14px 0;border-bottom:1px solid var(--c-hairline)}.section.vip-section .vip-gift-item:last-child{border-bottom:none}.section.vip-section .vip-gift-icon-wrap{width:54px;height:54px;flex-shrink:0;border-radius:12px;background:var(--c-fill);border:1px solid var(--c-hairline);display:flex;align-items:center;justify-content:center;overflow:hidden}.section.vip-section .vip-gift-thumb{width:44px;height:44px;object-fit:contain;display:block}.section.vip-section .vip-gift-info{flex:1;min-width:0}.section.vip-section .vip-gift-name{font-size:13px;font-weight:600;color:var(--c-text);line-height:1.35}.section.vip-section .vip-gift-desc{font-size:11px;color:var(--c-text-sub);margin-top:4px;line-height:1.4}.section.vip-section .vip-gift-action{flex-shrink:0;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.section.vip-section .vip-gift-price{font-size:12px;font-weight:600;color:var(--c-text);white-space:nowrap}.section.vip-section .vip-gift-btn{min-width:72px;padding:8px 16px;border:none;border-radius:25px;background:var(--c-btn);color:var(--c-text);font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap;box-shadow:0 12px 24px var(--c-card-shadow)}.section.vip-section .vip-gift-notes{margin:12px 0 0;padding:12px 10px;text-align:center;font-size:11px;color:#006eff;font-weight:600;line-height:1.6;background:#c9f2ff;box-shadow:0 10px 24px #006bff24;border-radius:8px}.rank-list .item{display:flex;align-items:center;padding:10px 0;border-bottom:1px solid var(--line-soft);gap:10px}.rank-list .item:last-child{border:none}.rank-list .pos{width:28px;font-size:14px;font-weight:800;color:var(--text-muted);text-align:center}.rank-list .pos.top1{color:#fbbf24}.rank-list .pos.top2{color:#cbd5e1}.rank-list .pos.top3{color:#f97316}.rank-list .name{flex:1;font-size:13px;color:#ffffffe6}.rank-list .pts{font-size:13px;font-weight:800;color:var(--primary)}.gift{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid var(--line-soft);gap:10px}.gift:last-child{border:none}.gift .icon{width:42px;height:42px;background:linear-gradient(135deg,#fde04726,#f59e0b1a);border:1px solid rgba(253,224,71,.25);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.gift-rank .icon{background:linear-gradient(135deg,#b3e6352e,#84cc1614);border-color:#b3e6354d}.gift .info{flex:1;min-width:0}.gift .name{font-size:13px;font-weight:700;color:#fff}.gift .desc{font-size:11px;color:var(--text-muted);margin-top:2px}.gift .action{flex-shrink:0;text-align:right}.gift .price{font-size:12px;color:var(--gold);font-weight:800;margin-bottom:6px;white-space:nowrap}.section.box-section .box-ribbon{font-style:italic}.section.box-section .box-visual{position:relative;display:flex;align-items:center;justify-content:center;height:148px;margin:4px 0 8px}.section.box-section .box-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 58%,var(--c-ribbon) 0%,rgba(0,110,255,.04) 28%,transparent 62%);pointer-events:none}.section.box-section .box-img{position:relative;z-index:1;width:120px;height:120px;object-fit:contain;display:block}.section.box-section .box-title{text-align:center;font-size:18px;font-weight:600;color:var(--c-text);line-height:1.3;margin-bottom:8px}.section.box-section .box-desc{margin:0 8px 16px;text-align:center;font-size:12px;color:var(--c-text-sub);line-height:1.65}.section.box-section .box-btn{display:block;width:100%;padding:14px 16px;border:none;border-radius:999px;background:var(--c-btn);color:var(--c-text);font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;box-shadow:0 12px 24px var(--c-card-shadow)}.blind-box{text-align:center;padding:20px 14px;background:linear-gradient(135deg,#ec48991f,#a855f714);border:1px solid rgba(236,72,153,.25);border-radius:14px;margin-top:8px}.blind-box .emoji{font-size:44px;margin-bottom:4px}.blind-box .title{font-size:16px;font-weight:800;color:#fce7f3;margin-bottom:4px}.blind-box .sub{font-size:11px;color:#fce7f3b3;margin-bottom:12px;line-height:1.6}.blind-box .btn{background:linear-gradient(135deg,#ec4899,#be185d);color:#fff;box-shadow:0 4px 12px #ec48994d}.section.invite-section,.section.sq-section{border-radius:12px;box-shadow:0 12px 24px var(--c-card-shadow)}.section.invite-section{padding:22px 14px 18px;text-align:center}.section.invite-section .invite-title{margin:0 0 10px;font-size:17px;font-weight:600;color:var(--c-text);line-height:1.35}.section.invite-section .invite-desc{margin:0 0 16px;font-size:12px;color:var(--c-text-sub);line-height:1.65}.section.invite-section .invite-code{margin-bottom:14px;padding:14px 16px;border-radius:8px;background:#c9f2ff;box-shadow:0 10px 24px #006bff24;border:none;font-size:18px;font-weight:600;color:#006eff;letter-spacing:.2px}.section.invite-section .invite-btn{display:block;width:100%;padding:14px 16px;border:none;border-radius:999px;background:var(--c-btn);color:var(--c-text);font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;box-shadow:0 12px 24px var(--c-card-shadow)}.section.invite-section .invite-stat{display:flex;justify-content:space-around;margin-top:18px;padding-top:16px;border-top:1px solid var(--c-hairline)}.section.invite-section .invite-stat-item{flex:1;text-align:center}.section.invite-section .invite-stat-val{font-size:20px;font-weight:600;color:var(--c-text);line-height:1.2}.section.invite-section .invite-stat-label{margin-top:4px;font-size:13px;color:var(--c-text-sub)}.section.sq-section .sq-ribbon{font-style:normal}.section.sq-section .sq-banner{display:block;width:100%;padding:0;border:none;background:none;cursor:pointer;font-family:inherit}.section.sq-section .sq-img{display:block;width:100%;height:auto;border-radius:12px}.invite-card{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;padding:18px;border-radius:14px;text-align:center;border:1px solid rgba(96,165,250,.3)}.invite-card h4{font-size:16px;font-weight:800;margin-bottom:4px}.invite-card .desc{font-size:12px;opacity:.9;margin-bottom:12px;line-height:1.6}.invite-card .code{background:#ffffff1f;padding:8px;border-radius:8px;font-size:13px;font-family:monospace;margin-bottom:10px;letter-spacing:1px}.invite-card .btn{background:#fff;color:#1e3a8a}.invite-stat{display:flex;justify-content:space-around;text-align:center;margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.18)}.invite-stat .v{font-size:18px;font-weight:800}.invite-stat .l{font-size:10px;opacity:.85;margin-top:2px}.resource-slot{position:relative;background:linear-gradient(135deg,#15402a,#0f5132);border:1px solid rgba(179,230,53,.25);border-radius:14px;padding:24px 18px;text-align:center;color:#fff;cursor:pointer;overflow:hidden}.resource-slot .rs-bg{position:absolute;right:-30px;bottom:-30px;width:140px;height:140px;background:#b3e63514;border-radius:50%}.resource-slot .rs-emoji{font-size:44px;margin-bottom:8px;position:relative;z-index:1}.resource-slot .rs-title{font-size:15px;font-weight:800;margin-bottom:6px;position:relative;z-index:1}.resource-slot .rs-sub{font-size:12px;opacity:.85;margin-bottom:14px;line-height:1.5;position:relative;z-index:1}.resource-slot .rs-sub b{color:var(--gold)}.resource-slot .rs-btn{background:linear-gradient(135deg,#b3e635,#84cc16);color:#14241a;border:none;padding:9px 24px;border-radius:22px;font-size:13px;font-weight:800;cursor:pointer;position:relative;z-index:1;box-shadow:0 4px 12px #b3e6354d}.history-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--line-soft);font-size:12px}.history-item:last-child{border:none}.history-item .desc{color:#ffffffb3}.history-item .desc b{color:#fff;font-weight:700}.history-item .amt{font-weight:800;white-space:nowrap;margin-left:8px}.history-item .amt.add{color:var(--primary)}.history-item .amt.sub{color:var(--red)}.note-bar{font-size:11px;color:var(--text-muted);text-align:center;padding:10px;background:#00000040;border:1px dashed var(--line);border-radius:8px;margin-top:10px;line-height:1.6}.view-all-bar{display:flex;align-items:center;justify-content:center;gap:4px;padding:11px;margin-top:10px;background:#b3e6350f;border:1px solid rgba(179,230,53,.2);border-radius:10px;font-size:12px;color:var(--primary);font-weight:700;cursor:pointer}.view-all-bar .count{color:var(--text-muted);font-weight:400}.ad-slot{background:linear-gradient(135deg,#f59e0b1f,#dc262614);border:1px dashed rgba(251,146,60,.4);border-radius:12px;padding:14px;margin-bottom:12px;display:flex;align-items:center;gap:12px;cursor:pointer;position:relative}.ad-slot .ad-tag{position:absolute;top:6px;right:8px;background:#00000080;color:#fff;font-size:9px;padding:1px 6px;border-radius:8px}.ad-slot .ad-em{font-size:30px}.ad-slot .ad-text{flex:1;min-width:0}.ad-slot .ad-t1{font-size:13px;font-weight:800;color:var(--gold)}.ad-slot .ad-t2{font-size:11px;color:#ffffffa6;margin-top:3px}.ad-slot .ad-cta{background:linear-gradient(135deg,#ef4444,#b91c1c);color:#fff;font-size:11px;font-weight:800;padding:6px 14px;border-radius:14px}.code-chip{display:inline-flex;align-items:center;gap:5px;background:#fde0471a;border:1px dashed var(--gold);color:var(--gold);font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px;margin-top:6px;font-family:Consolas,Monaco,monospace;letter-spacing:.5px}.code-chip .copy-btn{cursor:pointer;color:var(--red);background:none;border:none;padding:0;font-size:11px;font-weight:700}.reward-item{display:flex;align-items:flex-start;gap:10px;padding:12px 0;border-bottom:1px solid var(--line-soft)}.reward-item:last-child{border:none}.reward-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0}.reward-icon.r-phy{background:#ef444426;border:1px solid rgba(239,68,68,.3)}.reward-icon.r-vip{background:#fde04726;border:1px solid rgba(253,224,71,.3)}.reward-icon.r-bx{background:#ec489926;border:1px solid rgba(236,72,153,.3)}.reward-info{flex:1;min-width:0}.reward-name{font-size:13px;font-weight:700;color:#fff}.reward-meta{font-size:11px;color:var(--text-muted);margin-top:2px}.sheet-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;z-index:200;display:flex;align-items:flex-end;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sheet-mask.center{align-items:center}.sheet-mask.fullscreen{align-items:stretch;background:var(--bg-page);-webkit-backdrop-filter:none;backdrop-filter:none}.sheet{width:100%;max-width:430px;background:var(--bg-card);border:1px solid var(--line);border-radius:18px 18px 0 0;padding:18px 18px 24px;animation:slideUp .25s ease;max-height:88%;overflow-y:auto;position:relative;color:#fff}.sheet.full{border-radius:0;height:100%;max-height:100%;padding:0;display:flex;flex-direction:column;animation:none;background:var(--bg-page);border:none}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-title{font-size:16px;font-weight:800;text-align:center;margin-bottom:4px;color:#fff}.sheet-sub{font-size:12px;color:var(--primary);text-align:center;margin-bottom:18px}.sheet-close{position:absolute;right:14px;top:12px;background:none;border:none;font-size:20px;color:var(--text-muted);cursor:pointer}.sheet-header{display:flex;align-items:center;padding:14px 18px;border-bottom:1px solid var(--line);flex-shrink:0;background:var(--bg-card)}.sheet-header .back{background:none;border:none;font-size:18px;color:#fff;cursor:pointer;margin-right:8px}.sheet-header .title{flex:1;font-size:15px;font-weight:800;color:#fff;text-align:center;padding-right:30px}.sheet-body{flex:1;overflow-y:auto;padding:8px 14px}.sheet.exchange-sheet{padding:30px 0;border:none;color:var(--c-text);background:#dbfaff;box-shadow:0 10px 22px #006bff24}.exchange-sheet{padding:0;border:none;border-radius:16px 16px 0 0;background:#f7ffff;color:var(--c-text);box-shadow:0 -4px 24px var(--c-card-shadow);overflow:hidden}.exchange-sheet-top{padding:10px 0 6px;display:flex;justify-content:center}.exchange-sheet-handle{display:block;width:40px;height:4px;border-radius:999px;background:#006eff2e}.exchange-head{position:relative;padding:0 44px;margin-bottom:8px}.exchange-title{margin:0;font-size:22px;font-weight:600;line-height:1.25;text-align:center;color:var(--c-text)}.exchange-close{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:24px;height:24px;padding:0;border:none;background:none;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;color:var(--c-text-sub);cursor:pointer;font-family:inherit}.exchange-close img{width:22px;height:22px;object-fit:contain}.exchange-sub{margin:0 0 24px;padding:0 20px;font-size:14px;font-weight:400;line-height:1.35;text-align:center;color:var(--c-text-sub);font-weight:600}.exchange-body{padding:0 20px 28px}.exchange-balance{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:50px;margin-bottom:24px;padding:0 16px;border-radius:12px;border:1px solid #B8FF00;box-shadow:0 10px 22px #006bff24}.exchange-balance-label{font-size:17px;font-weight:400;color:var(--c-text)}.exchange-balance-val{font-size:20px;font-weight:600;color:var(--c-text);line-height:1}.exchange-input-row{display:flex;align-items:stretch;gap:13px;margin-bottom:0}.exchange-input{flex:1;min-width:0;height:50px;padding:0 14px;border:1px solid var(--c-hairline);border-radius:12px;font-size:17px;font-weight:400;background:#dbfaff;color:var(--c-text);outline:none;font-family:inherit;box-shadow:0 10px 22px #006bff24}.exchange-input::placeholder{color:#334f5e6b}.exchange-input:focus{border-color:var(--c-primary)}.exchange-max-btn{flex-shrink:0;width:68px;height:50px;padding:0;border:1px solid var(--c-hairline);border-radius:12px;background:#dbfaff;box-shadow:0 10px 22px #006bff24;font-size:16px;font-weight:600;color:var(--c-primary);cursor:pointer;font-family:inherit}.exchange-result{display:flex;align-items:baseline;justify-content:center;gap:8px;margin:28px 0 32px}.exchange-result-label{font-size:16px;font-weight:400;color:var(--c-primary)}.exchange-result-val{font-size:16px;font-weight:600;line-height:1;color:#ff2e33}.exchange-warn{margin:-16px 0 16px;font-size:12px;color:var(--red);text-align:center}.exchange-submit{display:flex;align-items:center;justify-content:center;width:100%;height:44px;padding:0 16px;border:none;border-radius:999px;background:var(--c-btn);color:var(--c-text);font-size:17px;font-weight:600;cursor:pointer;font-family:inherit;box-shadow:0 12px 24px var(--c-card-shadow)}.exchange-submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.exchange-submit-outline{background:transparent;color:var(--c-primary);border:1.5px solid var(--c-primary);box-shadow:none}.prize-popup{background:transparent;padding:0;width:280px;border-radius:0;animation:popIn .35s cubic-bezier(.34,1.56,.64,1)}@keyframes popIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.prize-card{background:linear-gradient(165deg,#fef3c7,#fbbf24,#f59e0b);border-radius:20px;padding:30px 22px 22px;text-align:center;position:relative;box-shadow:0 20px 50px #f59e0b80}.prize-card.blue{background:linear-gradient(165deg,#dbeafe,#60a5fa,#2563eb);box-shadow:0 20px 50px #2563eb80}.prize-card:before{content:"🎉";position:absolute;top:-22px;left:50%;transform:translate(-50%);font-size:44px}.prize-card.blue:before{content:"📦"}.prize-card .prize-title{font-size:22px;font-weight:900;color:#7c2d12;margin:10px 0 16px;letter-spacing:1px}.prize-card.blue .prize-title{color:#1e3a8a}.prize-card .prize-box{background:#fff;border-radius:14px;padding:18px 14px;margin-bottom:16px;box-shadow:0 4px 12px #00000014}.prize-card .prize-emoji{font-size:54px;margin-bottom:4px}.prize-card .prize-name{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:4px}.prize-card .prize-status{display:inline-block;margin:6px auto 2px;padding:3px 12px;border-radius:12px;background:#16a34a1f;color:#16a34a;font-size:12px;font-weight:700}.bet-tab .bet-empty{text-align:center;color:var(--c-text-sub);font-size:13px;padding:28px 14px}.bet-empty{text-align:center;color:#ffffffb3;font-size:13px;padding:28px 0}.prize-card .prize-btn{background:#fff;color:#b45309;border:none;padding:11px 30px;border-radius:24px;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 4px 10px #b4530933}.prize-card.blue .prize-btn{color:#1e3a8a}.prize-card .prize-close{position:absolute;top:10px;right:14px;background:none;border:none;color:#7c2d12;font-size:22px;cursor:pointer;opacity:.6}.prize-card .prize-note{background:#fff;border-radius:10px;padding:10px 12px;font-size:11.5px;color:#7c2d12;line-height:1.6;margin-bottom:14px;text-align:left}.prize-popup.win{width:300px}.win-card{position:relative;padding:30px 24px 24px;border-radius:20px;background:linear-gradient(180deg,#f7ffff,#dbfaff);text-align:center;box-shadow:0 20px 50px var(--c-card-shadow)}.win-close{position:absolute;right:16px;top:16px;width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;border:none;background:none;font-size:18px;line-height:1;color:var(--c-text-sub);cursor:pointer;font-family:inherit}.win-title{display:flex;align-items:center;justify-content:center;gap:10px;font-size:22px;font-weight:600;line-height:1.25;color:var(--c-text)}.win-deco{font-size:18px}.win-icon{width:88px;height:88px;margin:22px auto 16px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:#fff;box-shadow:0 8px 20px var(--c-card-shadow)}.win-emoji{font-size:48px;line-height:1}.win-name{font-size:18px;font-weight:600;color:var(--c-text);margin-bottom:10px}.win-code{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px}.win-code-text{font-size:13px;color:var(--c-text-sub)}.win-copy{padding:0;border:none;background:none;font-size:13px;font-weight:600;color:var(--c-primary);cursor:pointer;font-family:inherit}.win-divider{height:1px;margin:0 0 16px;background:var(--c-hairline)}.win-redeem{text-align:left;margin-bottom:22px}.win-redeem-label{font-size:14px;font-weight:600;color:var(--c-text);margin-bottom:6px}.win-redeem-text{margin:0;font-size:13px;line-height:1.6;color:var(--c-text-sub)}.win-btn{display:flex;align-items:center;justify-content:center;width:100%;height:44px;padding:0 16px;border:none;border-radius:999px;background:var(--c-btn);color:var(--c-text);font-size:17px;font-weight:600;cursor:pointer;font-family:inherit;box-shadow:0 12px 24px var(--c-card-shadow)}.prize-card.blue .prize-note{color:#1e40af}.alert-card{background:linear-gradient(180deg,#f7ffff,#dbfaff);border:1px solid rgba(255,255,255,.88);border-radius:20px;padding:24px 20px 20px;width:84%;max-width:305px;text-align:center;animation:popIn .25s cubic-bezier(.34,1.56,.64,1);color:var(--c-text);box-shadow:0 16px 40px #006bff2e}.alert-card .ac-title{font-size:18px;font-weight:700;color:var(--c-text);margin-bottom:16px;line-height:1.35}.alert-card .ac-thumb-wrap{width:88px;height:88px;margin:0 auto 16px;border-radius:16px;background:#c9f2ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.alert-card .ac-thumb{width:68px;height:68px;object-fit:contain;display:block}.alert-card .ac-icon{font-size:46px;margin-bottom:16px;line-height:1}.alert-card .ac-msg{font-size:14px;color:var(--c-text);line-height:1.7;margin-bottom:22px}.alert-card .ac-msg .ac-cost{color:#dc2626;font-weight:700}.alert-card .ac-msg .ac-name{color:var(--c-text);font-weight:700}.alert-card .ac-msg .ac-hint{color:var(--c-text-sub);font-size:12px}.alert-card .ac-msg b{color:#ff3a3a;font-weight:700}.alert-card .ac-btns{display:flex;gap:10px}.alert-card .ac-btn{flex:1;height:46px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:999px;font-size:16px;font-weight:700;border:none;cursor:pointer;font-family:inherit}.alert-card .ac-btn.cancel{background:#b8ff0061;color:var(--c-text)}.alert-card .ac-btn.confirm{background:linear-gradient(180deg,#d6ff2e,#b8ff00);color:var(--c-text);box-shadow:0 10px 22px #b8ff0059}.toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);background:#000000e0;color:#fff;font-size:13px;font-weight:600;padding:11px 22px;border-radius:24px;z-index:300;opacity:0;pointer-events:none;transition:all .25s ease;max-width:80%;text-align:center;line-height:1.5;border:1px solid rgba(255,255,255,.08)}.toast.show{opacity:1;transform:translate(-50%,-50%) scale(1)}.toast.claim{top:38%;display:inline-flex;align-items:center;gap:10px;padding:10px 22px 10px 12px;max-width:88%;background:linear-gradient(180deg,#f7ffff,#dbfaff);border:1px solid #ffffffe0;border-radius:999px;box-shadow:0 10px 28px var(--c-card-shadow);color:var(--c-primary);font-size:15px;font-weight:700;text-align:left;white-space:nowrap}.toast.claim.show{transform:translate(-50%,-50%) scale(1)}.toast.claim .toast-claim-icon{width:18px;height:16px;flex-shrink:0;object-fit:contain;display:block}.toast.claim .toast-text{line-height:1.2}.toast.success:before{content:"✓ ";color:var(--primary);font-weight:800}.toast.warn:before{content:"⚠ ";color:var(--gold);font-weight:800}.sheet-end{text-align:center;padding:14px 0;font-size:11px;color:var(--text-dim)}.hero[data-v-dee52483]{position:relative;width:100%;background:#0a1410;overflow:hidden}.hero-bg[data-v-dee52483]{position:absolute;top:0;left:0;width:100%;height:auto;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:0}.hero-overlay[data-v-dee52483]{position:relative;z-index:2;padding-top:calc(100% * 588 / 430);padding-bottom:10px;display:flex;flex-direction:column;gap:10px}
