:root{--header: #0a56b1;--bg-page: #ecf4fd;--bg-page-2: #e8f0f8;--card: #ffffff;--text: #1f2d3d;--muted: #6b7c90;--line: #dbe5f0;--red: #e84040;--red-soft: #ff5a52;--blue: #2f6bff;--green: #1aa56a;--gold: #fff3d6;--gold-deep: #b86a12;--cyan: #2f6bff;--shadow: 0 12px 28px rgba(10, 86, 177, .12);font-family:PingFang SC,Segoe UI,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%;color:var(--text);background:var(--bg-page)}button,input{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.app-shell{min-height:100vh;padding-bottom:108px;background:var(--bg-page)}.site-header{position:sticky;top:0;z-index:40;color:#fff;background:var(--header);box-shadow:0 8px 18px #0a56b138}.header-wrap{width:min(1120px,100%);margin:0 auto;padding:0 20px}.header-main{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:72px;padding:14px 0 12px}.brand{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.brand-logo{width:40px;height:40px;border-radius:12px;object-fit:cover;background:#fff;flex:0 0 auto}.brand-text{min-width:0}.brand-text strong{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:16px;font-weight:780;line-height:1.2}.size-badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;background:var(--red);color:#fff;font-size:11px;font-style:normal;font-weight:780}.sync-pill{display:inline-flex;align-items:center;gap:6px;margin-top:6px;padding:4px 10px;border-radius:999px;background:#ffffff1f;color:#ffffffe6;font-size:11px;font-weight:650}.sync-pill i{width:7px;height:7px;border-radius:50%;background:#34d399;box-shadow:0 0 0 3px #34d3992e}.lang-group{display:inline-flex;align-items:center;padding:3px;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);flex:0 0 auto}.lang-btn{min-width:36px;height:28px;padding:0 9px;border:0;border-radius:999px;background:transparent;color:#ffffffb8;font-size:12px;font-weight:700;cursor:pointer}.lang-btn.active{background:var(--red);color:#fff}.header-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.1)}.nav-link{position:relative;display:flex;align-items:center;justify-content:center;min-height:44px;color:#ffffff9e;font-size:13px;font-weight:650}.nav-link.router-link-active{color:#fff}.nav-link.router-link-active:after{content:"";position:absolute;left:24%;right:24%;bottom:0;height:2px;border-radius:2px 2px 0 0;background:var(--red-soft)}.page{width:min(1120px,100%);margin:0 auto;padding:36px 20px 20px}.footer-note{width:min(1120px,100%);margin:0 auto;padding:4px 16px 20px;text-align:center;color:#9aa6b8;font-size:12px;line-height:1.5}.home-stack,.home-main{display:grid;gap:16px}.draw-card,.size-card,.performance-card,.card{border-radius:18px;background:var(--card);border:1px solid rgba(231,237,245,.9);box-shadow:var(--shadow);color:var(--text);padding:16px}.eyebrow{display:block;margin-bottom:6px;color:var(--muted);font-size:12px;font-weight:650}.issue-no{display:block;font-size:22px;font-weight:800;letter-spacing:.2px}.draw-card-top,.size-card-head,.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.section-head span,.size-card-head .eyebrow{color:var(--muted);font-size:12px;font-weight:650}.section-head strong,.size-card-head strong{display:block;margin-top:4px;font-size:15px;font-weight:760;color:var(--text)}.live-chip,.lock-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#f3f5f9;color:#5b6b80;font-size:11px;font-weight:800;letter-spacing:.4px}.live-chip i{width:7px;height:7px;border-radius:50%;background:#94a3b8}.live-chip.on{background:#d938321f;color:var(--red)}.live-chip.on i{background:var(--red);box-shadow:0 0 0 3px #d9383224}.lock-chip.locked{background:#d938321f;color:var(--red)}.draw-result{display:flex;align-items:center;gap:14px;margin-top:14px;padding:14px;border-radius:16px;background:#f7f9fc;border:1px solid var(--line)}.draw-result .meta strong{display:block;font-size:24px;line-height:1.15;color:var(--text)}.draw-result .meta small{display:block;margin-top:6px;color:var(--muted);font-size:12px;line-height:1.45}.result-ball,.waiting-ball{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;font-size:22px;font-weight:820;color:#fff;flex:0 0 auto;box-shadow:inset 0 -6px 12px #00000024}.result-ball.sm{width:42px;height:42px;font-size:16px}.result-ball.red{background:linear-gradient(180deg,#ff6b61,#d93832)}.result-ball.blue{background:linear-gradient(180deg,#5f9ff5,#2867c7)}.result-ball.green{background:linear-gradient(180deg,#5bc88a,#248a52)}.waiting-ball{background:linear-gradient(180deg,#3a4d6b,#24354f)}.size-choices{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.size-choice{display:grid;place-items:center;gap:8px;min-height:128px;padding:22px 12px;border-radius:20px;border:1px solid var(--line);background:#f5f8fc;text-align:center;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.size-choice b{font-size:40px;font-weight:900;letter-spacing:1.5px;line-height:1;color:#5b6b80}.size-choice small{color:#fff;font-size:16px;font-weight:780}.size-choice.big.active{background:linear-gradient(180deg,#ff5a52,#e84040);border-color:transparent;box-shadow:0 12px 24px #e8404047;transform:translateY(-1px)}.size-choice.big.active b,.size-choice.small.active b{color:#fff}.size-choice.small.active{background:linear-gradient(180deg,#5f9ff5,#2867c7);border-color:transparent;box-shadow:0 12px 24px #2867c73d;transform:translateY(-1px)}.deadline-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding:14px 16px;border-radius:14px;background:#f3f6fb;border:1px solid #e1e8f2}.deadline-bar span{color:#5b6b80;font-size:13px;font-weight:700}.deadline-bar strong{font-family:Monaco,Consolas,monospace;font-size:28px;color:#1f2d3d;font-weight:820;letter-spacing:1px;line-height:1}.deadline-bar.closed{background:#f3f6fb;border-color:#e1e8f2}.deadline-bar.closed span{color:#5b6b80}.deadline-bar.closed strong{font-size:18px;letter-spacing:0;color:#5b6b80}.perf-list{display:grid;gap:8px;margin-top:12px}.perf-row,.list-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:14px;background:#f7f9fc;border:1px solid var(--line)}.perf-main,.copy{display:flex;align-items:center;gap:10px;min-width:0}.perf-main strong{color:#243042;font-size:13px;font-weight:780}.copy{flex-direction:column;align-items:flex-start;gap:4px}.copy strong{font-size:13px;font-weight:740;color:var(--text)}.copy small{color:var(--muted);font-size:12px;line-height:1.4}.perf-side,.right{display:flex;align-items:center;gap:10px;flex:0 0 auto}.perf-side b{min-width:42px;text-align:right;font-size:14px;font-weight:800;color:var(--green)}.right{flex-direction:column;align-items:flex-end;gap:4px}.right b{color:var(--text);font-size:14px;font-weight:780}.right small{color:var(--muted);font-size:11px}.size-tag{display:inline-flex;align-items:center;justify-content:center;min-width:52px;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.3px;color:#5b6b80;background:#eef2f7}.size-tag.big{background:#d938321f;color:var(--red)}.size-tag.small{background:#3b79e01f;color:#2867c7}.hit-tag{display:inline-flex;align-items:center;justify-content:center;min-width:48px;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:860;letter-spacing:.5px}.hit-tag.hit{background:var(--red);color:#fff}.hit-tag.miss{background:#e8edf5;color:#738196}.hit-tag.pending{background:#eef2f7;color:#9aa6b8}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#f3f5f9;color:#5b6b80;font-size:12px;font-weight:650}.chip.accent{background:#d938321a;color:var(--red)}.chip.hit{background:#1aa56a1f;color:var(--green)}.chip.miss{background:#d938321a;color:var(--red)}.empty{margin:16px 0 4px;color:var(--muted);text-align:center;font-size:13px}.pager{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:var(--muted);font-size:12px}.button{min-height:36px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--text);cursor:pointer}.button.primary{border:0;background:var(--red);color:#fff}.button:disabled{opacity:.45;cursor:not-allowed}.play-dock{position:fixed;left:0;right:0;bottom:0;z-index:50;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#ecf4fd00,#ecf4fdeb 36%,#ecf4fd)}.play-dock-inner{width:min(1120px,100%);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 28px #1823381f}.play-dock-copy{min-width:0}.play-dock-copy strong{display:block;font-size:13px;font-weight:780;color:var(--text)}.play-dock-copy span{display:block;margin-top:3px;color:var(--muted);font-size:11px;line-height:1.35}.play-dock-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:var(--red);color:#fff;font-size:13px;font-weight:800;white-space:nowrap}@media(max-width:767px){.header-wrap,.page,.footer-note,.play-dock-inner{width:min(430px,100%)}.page{padding:28px 16px 18px}.home-stack,.home-main{gap:14px}}@media(min-width:768px){.header-wrap,.page,.footer-note,.play-dock-inner{width:min(1120px,calc(100% - 48px))}.header-wrap{padding:0 24px}.header-main{min-height:78px;padding:16px 0 14px}.brand-text strong{font-size:20px}.page{padding:56px 24px 24px}.home-stack{grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);align-items:stretch;gap:20px}.home-main{gap:20px;display:flex;flex-direction:column;min-height:100%}.home-main>.size-card{flex:1;display:flex;flex-direction:column}.home-main>.size-card .deadline-bar{margin-top:auto}.performance-card{display:flex;flex-direction:column;height:100%;min-height:100%}.performance-card .perf-list{flex:1;align-content:start}.size-choice{min-height:148px}.size-choice b{font-size:44px}.play-dock-copy strong{font-size:15px}.play-dock-copy span{font-size:12px}}@media(min-width:1200px){.header-wrap,.page,.footer-note,.play-dock-inner{width:1120px}}.predict-home{display:grid;gap:16px}.hero-banner{position:relative;min-height:218px;overflow:hidden;border-radius:18px;background:#0757bd;box-shadow:0 14px 30px #0a56b133}.hero-banner img{width:100%;height:100%;min-height:218px;object-fit:cover}.hero-copy{position:absolute;inset:0 auto 0 0;display:flex;flex-direction:column;justify-content:center;padding:26px 6%;color:#fff;text-shadow:0 2px 8px rgba(0,38,105,.35);pointer-events:none}.hero-copy span{font-size:clamp(28px,5vw,58px);font-weight:900;letter-spacing:4px;color:#fff4b2}.hero-copy strong{margin-top:4px;font-size:clamp(16px,2.5vw,28px);letter-spacing:6px}.hero-copy small{margin-top:12px;font-size:13px;opacity:.9}.dashboard-grid{display:grid;grid-template-columns:1.1fr 1fr 1.05fr;gap:14px}.dashboard-card,.data-card,.info-card{border:1px solid #d7e5f5;border-radius:16px;background:#fffffff5;box-shadow:var(--shadow)}.dashboard-card{min-height:260px;padding:18px}.dashboard-card header,.data-card header{display:flex;align-items:center;gap:10px}.dashboard-card header div{display:grid;gap:4px;flex:1}.dashboard-card header b{font-size:17px;color:#123e78}.dashboard-card header small,.data-card header small{color:var(--muted);font-size:12px}.dashboard-card header em{padding:5px 8px;border-radius:999px;background:#fff1ee;color:var(--red);font-size:11px;font-style:normal;font-weight:800}.card-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#e8f2ff;color:#1474dc;font-size:23px;font-weight:800}.prediction-value{display:grid;place-items:center;min-height:108px;margin:14px 0 8px;border-radius:18px;font-size:60px;font-weight:900;color:#fff;background:linear-gradient(145deg,#ff6159,#df3838)}.prediction-value.small{background:linear-gradient(145deg,#5594ef,#2867c7)}.prediction-value.waiting{color:#7890aa;background:#edf4fb}.dashboard-card p{margin:0 0 10px;text-align:center;color:var(--muted);font-size:12px}.hero-cta{display:flex;align-items:center;justify-content:center;min-height:38px;border-radius:11px;color:#fff;background:linear-gradient(90deg,#0878eb,#1760ce);font-size:15px;font-weight:800}.countdown-box{display:grid;place-items:center;min-height:108px;margin:22px 0 14px;border-radius:15px;background:#e9f3ff;color:#113f88}.countdown-box strong{font-family:Monaco,Consolas,monospace;font-size:clamp(32px,4vw,48px);letter-spacing:2px}.draw-time{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:#edf7ff;color:#1571d4}.draw-time div{display:grid;gap:3px}.draw-time small{color:var(--muted)}.draw-time b{font-size:13px}.latest-result{display:flex;align-items:center;justify-content:center;gap:14px;min-height:122px}.latest-result strong{color:#173d76;font-size:22px}.result-stats{display:grid;gap:7px}.result-stats span{display:flex;justify-content:space-between;padding:6px 12px;border-radius:9px;background:#edf5fc;color:#274772}.result-stats b{color:var(--red)}.result-stats .result-ok{justify-content:center;background:#dff7e9;color:#159451;font-weight:800}.tables-grid,.info-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:14px}.data-card,.info-card{padding:16px}.data-card header{justify-content:space-between;margin-bottom:10px}.data-card h2,.info-card h2{margin:0;color:#123e78;font-size:17px}.data-card header a{color:#1768cb;font-size:12px;font-weight:700}.data-table{overflow:hidden;border:1px solid #deebf8;border-radius:10px}.table-row{display:grid;grid-template-columns:1.4fr .7fr .75fr .8fr;align-items:center;min-height:32px;padding:0 10px;border-bottom:1px solid #e7eff8;color:#28456b;font-size:12px;text-align:center}.table-row:last-child{border-bottom:0}.table-row>span:first-child{text-align:left}.table-head{background:#e9f3ff;color:#173e79;font-weight:800}.status-pill{justify-self:center;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800}.status-pill.ok{color:#168e4e;background:#dff7e9}.status-pill.bad{color:#d83b3b;background:#ffebeb}.status-pill.pending{color:#b27a13;background:#fff3d2}.info-card{padding:18px 22px}.info-card ol{margin:12px 0 0;padding-left:20px;color:#456080;font-size:13px;line-height:1.9}@media(max-width:800px){.dashboard-grid,.tables-grid,.info-grid{grid-template-columns:1fr}.hero-banner,.hero-banner img{min-height:160px}.hero-copy{padding:16px 5%}.hero-copy span{font-size:30px;letter-spacing:2px}.hero-copy strong{font-size:15px;letter-spacing:3px}.dashboard-card{min-height:0}.table-row{font-size:11px;padding:0 6px}}.home-page{width:100%;max-width:none;padding:0}.app-shell:has(.home-page){padding-bottom:0;background:#edf5fd}.hero-banner{border-radius:0;min-height:clamp(190px,24vw,300px)}.hero-banner img{min-height:clamp(190px,24vw,300px);object-fit:cover}.hero-copy{left:4%;padding:20px 0;justify-content:center}.hero-copy span{font-size:clamp(28px,5vw,68px);text-transform:none}.hero-ticket{position:absolute;right:4%;bottom:22px;display:grid;gap:4px;padding:10px 18px;border-radius:10px;background:#ffffffe0;color:#0b4f9b;box-shadow:0 6px 16px #00235a33}.hero-ticket b{font-size:17px}.hero-ticket span{font-size:12px;color:#587494}.home-languages{position:absolute;right:22px;top:18px;display:flex;gap:4px}.home-languages button{border:1px solid rgba(255,255,255,.4);background:#00308240;color:#d8efff;border-radius:999px;padding:5px 9px;font-size:11px;cursor:pointer}.home-languages button.active{color:#fff;background:#e84040;border-color:#e84040}.predict-home>section:not(.hero-banner){width:min(1240px,calc(100% - 40px));margin-inline:auto}.dashboard-grid{margin-top:-42px;position:relative;z-index:2}.dashboard-card{min-height:280px}.hero-ball{width:74px;height:74px;font-size:28px}.countdown-box{display:flex;justify-content:center;gap:8px;background:transparent}.countdown-box span{display:grid;justify-items:center;gap:4px}.countdown-box span b{min-width:64px;padding:13px 8px;border-radius:12px;background:#e6f1fd;color:#123f88;font:800 32px Monaco,Consolas,monospace}.countdown-box span small{color:#577291;font-size:11px}.tables-grid,.info-grid{margin-top:0}.home-copyright{width:min(1240px,calc(100% - 40px));margin:0 auto 20px;color:#8496ab;text-align:center;font-size:11px}@media(max-width:800px){.predict-home>section:not(.hero-banner){width:calc(100% - 24px)}.dashboard-grid{margin-top:-20px}.hero-ticket{display:none}.home-languages{right:10px;top:10px}.home-copyright{width:calc(100% - 24px)}}
