: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}}
