*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{color:#1a1a2e;background:#f0f2f5;min-height:100vh;font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}img{max-width:100%;display:block}.layout{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.nav-bar{z-index:100;color:#fff;background:linear-gradient(135deg,#c0392b 0%,#8e1b12 100%);align-items:center;gap:12px;height:52px;padding:0 16px;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #00000059}.nav-bar__brand{white-space:nowrap;flex:1;font-size:18px;font-weight:700}.nav-bar__links{gap:4px;display:flex}.nav-link{color:#ffffffbf;border-radius:20px;padding:6px 14px;font-size:14px;transition:all .2s}.nav-link:hover,.nav-link.router-link-active{color:#fff;background:#fff3}.ws-badge{white-space:nowrap;background:#00000040;border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;display:flex}.ws-badge--connected{color:#2ecc71}.ws-badge--connecting{color:#f39c12}.ws-badge--disconnected,.ws-badge--error{color:#ff6b6b}.ws-badge__icon{justify-content:center;align-items:center;width:14px;display:inline-flex}.ws-badge__latency{margin-left:2px;font-weight:700}.ws-badge__latency--low{color:#7dffad}.ws-badge__latency--medium{color:#ffd166}.ws-badge__latency--high{color:#ff6b6b}.ws-badge__latency--normal{color:#ffffffd9}.ws-badge__rc{opacity:.7}.sec-title{color:#c0392b;border-left:4px solid #c0392b;margin:0;padding:14px 14px 12px;font-size:17px;font-weight:700}.hint{text-align:center;color:#aaa;padding:32px 16px;font-size:14px}.hint--error{color:#e74c3c}.sec-carousel{background:#000;margin-bottom:8px}.carousel{aspect-ratio:16/5;background:#222;position:relative;overflow:hidden}.carousel--empty{color:#666;justify-content:center;align-items:center;font-size:14px;display:flex}.carousel__track{height:100%;transition:transform .45s cubic-bezier(.25,.46,.45,.94);display:flex}.carousel__slide{flex:0 0 100%;height:100%}.carousel__slide img{object-fit:cover;width:100%;height:100%}.sec-draws{background:#fff;margin-bottom:8px;padding-bottom:16px}.draw-switches{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0 14px 12px;display:grid}.draw-switch{color:#666;background:#f8f8f8;border:1px solid #ececec;border-radius:999px;height:38px;font-size:14px;font-weight:700;transition:all .2s}.draw-switch.active{color:#fff;border-color:var(--switch-accent,#c0392b);background:var(--switch-accent,#c0392b);box-shadow:0 6px 16px #0000001f}.draw-panel{padding:0 14px}.draw-card{border:1px solid #eee;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #00000012}.draw-card__hd{background:var(--accent,#c0392b);color:#fff;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.draw-card__name{font-size:15px;font-weight:700}.draw-card__expect{opacity:.9;font-size:13px}.draw-card__empty{text-align:center;color:#bbb;padding:22px;font-size:14px}.draw-card__time{color:#888;background:#fafafa;border-top:1px solid #f5f5f5;padding:8px 14px;font-size:12px}.draw-card__time-row{white-space:nowrap;align-items:center;gap:8px;display:flex;overflow-x:auto}.draw-card__sep{color:#cfcfcf}.draw-card__countdown{color:#c0392b;font-weight:700}.balls{background:#fff;flex-wrap:wrap;align-items:flex-start;gap:7px;padding:12px 14px;display:flex}.ball-item{flex-direction:column;align-items:center;gap:4px;display:inline-flex}.ball{color:#fff;text-shadow:0 1px 2px #0000004d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 2px 5px #0003,inset 0 1px #ffffff4d}.ball--red{background:radial-gradient(circle at 35% 35%,#e74c3c,#c0392b)}.ball--blue{background:radial-gradient(circle at 35% 35%,#3498db,#2980b9)}.ball--green{background:radial-gradient(circle at 35% 35%,#2ecc71,#27ae60)}.ball--grey{background:radial-gradient(circle at 35% 35%,#95a5a6,#7f8c8d)}.ball--te{box-shadow:0 2px 8px #0000004d,0 0 0 3px #ffd70080}.ball-meta{color:#666;font-size:10px;font-weight:700;line-height:1}.ball-sep{color:#ccc;margin:8px 1px 0;font-size:20px;font-weight:300}.sec-titles{background:#fff;padding-bottom:24px}.title-list{flex-direction:column;gap:8px;padding:0 14px;display:flex}.title-card{border:1px solid #e8e8e8;border-radius:10px;overflow:hidden}.title-card__hd{text-align:left;background:#fafafa;align-items:center;gap:10px;width:100%;padding:12px 14px;transition:background .2s;display:flex}.title-card__hd:hover{background:#f0f0f0}.title-card__num{color:#fff;background:#c0392b;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;min-width:28px;height:28px;font-size:12px;font-weight:700;display:inline-flex}.title-card__name{color:#333;flex:1;font-size:15px;font-weight:600}.title-card__arrow{color:#bbb;font-size:12px}.title-card__body{background:#fff;border-top:1px solid #eee;padding:12px;font-size:14px;line-height:1.7;overflow-x:auto}.title-card__body table{table-layout:fixed;max-width:100%}.title-card__body img{max-width:100%;height:auto}.history-page{padding-bottom:32px}.history-header{color:#fff;text-align:center;background:linear-gradient(135deg,#c0392b,#8e1b12);padding:20px 16px}.history-header h1{font-size:20px;font-weight:700}.htabs{-webkit-overflow-scrolling:touch;background:#fff;border-bottom:2px solid #f0f0f0;gap:4px;padding:0 12px;display:flex;overflow-x:auto}.htab-btn{color:#666;white-space:nowrap;border-bottom:3px solid #0000;margin-bottom:-2px;padding:13px 16px;font-size:14px;font-weight:600;transition:all .2s}.htab-btn:hover{color:#c0392b}.htab-btn.active{color:#c0392b;border-bottom-color:#c0392b}.history-body{padding:12px 14px}.history-list{flex-direction:column;gap:10px;display:flex}.history-item{background:#fff;border:1px solid #eee;border-radius:12px;padding:12px 14px;box-shadow:0 1px 6px #00000012}.history-item__meta{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.history-item__expect{color:#c0392b;font-size:14px;font-weight:700}.history-item__date{color:#999;font-size:12px}.index-page{padding-bottom:24px}@media (width<=480px){.carousel{aspect-ratio:2.2;background:#111}.carousel__slide img{object-fit:cover;object-position:center center;background:0 0}.ball{width:30px;height:30px;font-size:11px}.ball-meta{font-size:9px}.draw-switch{height:34px;padding:0 4px;font-size:12px}.nav-bar__brand{font-size:15px}}
