@charset "UTF-8";*{box-sizing:border-box}body{margin:0;font-family:Microsoft YaHei,Arial,sans-serif;background:#e3ebef;color:#333}button,input,select{font:inherit;outline:none}button{cursor:pointer}.desk{height:100vh;display:flex;flex-direction:column;overflow:hidden}.topbar{position:relative;display:flex;height:88px;min-height:88px;background:linear-gradient(to right,#324e63,#4a6b82,#324e63);color:#fff;align-items:center;padding:0 16px;border-bottom:2px solid #233543;gap:12px;overflow:hidden}.brand{display:flex;flex-direction:column;align-items:center;flex:0 0 auto;margin-right:14px;white-space:nowrap}.brand-logo{font-size:28px;font-weight:700;font-style:italic;letter-spacing:2px}.brand-sub{font-size:12px;color:#cbd5e1;letter-spacing:4px}.issue{display:flex;flex-direction:column;flex:0 0 auto;margin-right:4px;font-size:14px;align-items:flex-end;white-space:nowrap}.issue span{color:#e2e8f0;margin-bottom:4px}.issue strong{color:#fff}.countdown{display:flex;flex:0 0 auto;align-items:center;background:#fff;padding:4px;border-radius:4px;margin-right:12px}.countdown b{display:flex;align-items:center;justify-content:center;width:32px;height:48px;background:#fff;color:#f59e0b;font-size:32px;font-weight:700;border:1px solid #e2e8f0;border-radius:2px;margin:0 2px}.countdown span{font-size:32px;color:#f59e0b;margin:0 2px;font-weight:700}.draw{display:flex;flex-direction:column;flex:1 1 180px;min-width:180px;overflow:hidden}.draw-title{display:flex;gap:20px;min-height:18px;font-size:13px;color:#e2e8f0;margin-bottom:6px;padding-left:8px;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.draw-balls{display:flex;gap:10px;align-items:center;min-height:64px;padding-left:8px}.draw-empty{min-height:45px;padding-left:8px;display:flex;align-items:center;color:#fff;font-size:18px;font-weight:600;line-height:1}.ball-group{display:flex;flex-direction:column;align-items:center;gap:6px;width:44px}.ball-group b{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;color:#263241;font-size:18px;font-weight:700;background:radial-gradient(circle at 50% 48%,#ffffff 0 34%,rgba(255,255,255,.86) 35% 42%,transparent 43%),radial-gradient(circle at 28% 22%,rgba(255,255,255,.92) 0 9%,transparent 10%),conic-gradient(from 22deg,rgba(255,255,255,.96) 0 22deg,transparent 23deg 70deg,rgba(255,255,255,.82) 71deg 97deg,transparent 98deg 167deg,rgba(255,255,255,.78) 168deg 190deg,transparent 191deg 270deg,rgba(255,255,255,.88) 271deg 296deg,transparent 297deg 360deg),var(--ball-color);border:1px solid rgba(15,23,42,.14);box-shadow:0 7px 12px #0f172a2e,inset 0 2px 3px #ffffff61,inset 0 -3px 6px #0000002e;text-shadow:0 1px 0 #fff}.ball-group span{font-size:13px;color:#e2e8f0}.zodiac-icon-label{display:inline-flex;align-items:center;justify-content:center;min-width:28px;min-height:20px;padding:2px 7px;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #ffffff1f}.zodiac-icon-label em{display:block;color:#e7eef8;font-style:normal;font-size:13px;font-weight:700;line-height:1}.bg-red{--ball-color: linear-gradient(145deg, #ff6b72 0%, #dc141b 56%, #9f0f14 100%)}.bg-green{--ball-color: linear-gradient(145deg, #54c86d 0%, #21852f 56%, #145d20 100%)}.bg-blue{--ball-color: linear-gradient(145deg, #7ac9ee 0%, #2188bd 56%, #13648f 100%)}.top-links{display:flex;flex:0 0 58px;flex-direction:column;gap:10px;align-items:flex-end}.top-links button{border:0;background:transparent;color:#e2e8f0;font-size:13px;text-align:right;white-space:nowrap;cursor:pointer;padding:0}.top-links button:hover{color:#fff}.account-panel{display:flex;align-items:center;gap:6px;margin-left:auto;flex:0 0 auto;min-width:max-content;white-space:nowrap}.account-panel input{flex:0 0 auto;width:148px;height:30px;border:1px solid #64748b;border-radius:4px;background:#0f172a73;color:#fff;padding:0 8px;font-size:13px}.account-panel input.confirm-password{width:168px}.account-panel input::placeholder{color:#cbd5e1}.account-panel button{flex:0 0 auto;width:52px;min-width:52px;height:30px;border:0;border-radius:4px;background:#f59e0b;color:#fff;padding:0;font-size:13px;line-height:30px;white-space:nowrap;text-align:center}.account-panel .btn-cancel-inline{background:#64748b;min-width:52px}.account-panel button.invite-button{width:76px;min-width:76px;background:linear-gradient(135deg,#f97316,#f59e0b);box-shadow:0 4px 12px #f59e0b40}.account-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.invite-strip{position:absolute;right:16px;bottom:4px;display:flex;align-items:center;gap:10px;max-width:430px;padding:4px 8px;border-radius:999px;background:#0f172a61;border:1px solid rgba(255,255,255,.16);color:#f8fafc;font-size:12px;line-height:1.2}.invite-strip div{display:flex;align-items:center;gap:6px;min-width:0}.invite-strip b{color:#fde68a;white-space:nowrap}.invite-strip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invite-strip button{flex:0 0 auto;height:24px;border:0;border-radius:999px;background:#f59e0b;color:#fff;padding:0 10px;font-size:12px}.topbar.is-registering{gap:10px}.topbar.is-registering .brand{margin-right:8px}.topbar.is-registering .issue{font-size:13px}.topbar.is-registering .countdown{margin-right:6px}.topbar.is-registering .countdown b{width:28px}.topbar.is-registering .draw{flex-basis:120px;min-width:120px}.topbar.is-registering .top-links{flex-basis:58px}.topbar.is-registering .account-panel{gap:5px}.topbar.is-registering .account-panel input{width:112px}.topbar.is-registering .account-panel input.confirm-password{width:132px}.topbar.is-registering .account-panel button{width:48px;min-width:48px}.topbar.is-registering .account-panel .btn-cancel-inline{min-width:48px}.workspace-wrapper{flex:1;display:flex;overflow:hidden}.workspace{display:flex;width:100%;background:#fff}.left{width:180px;background:#2a3138;color:#fff;display:flex;flex-direction:column;flex-shrink:0;max-height:100%;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.left::-webkit-scrollbar{width:6px}.left::-webkit-scrollbar-track{background:#20252a}.left::-webkit-scrollbar-thumb{background:#64748b;border-radius:999px}.left::-webkit-scrollbar-thumb:hover{background:#94a3b8}.left-header{padding:16px;text-align:center;font-size:18px;font-weight:700;color:#f59e0b}.left-subheader{padding:12px;text-align:center;font-size:16px;background:#20252a;color:#94a3b8;border-bottom:1px solid #3f4752}.left button{display:flex;flex-direction:column;align-items:center;padding:12px 16px;background:transparent;border:none;border-bottom:1px solid #3f4752;color:#e2e8f0;font-size:14px;transition:all .2s}.left button:hover{background:#374151}.left button.active{background:#475569;color:#f59e0b}.left button .timer{font-size:12px;color:#f59e0b;margin-top:4px}.lottery-menu-group{border-bottom:1px solid #3f4752}.left button.lottery-parent{position:relative;width:100%;background:#252c33;font-weight:700}.left button.lottery-parent:after{content:"›";position:absolute;right:12px;top:16px;color:#94a3b8;transition:transform .2s}.left button.lottery-parent.expanded:after{transform:rotate(90deg)}.left button.lottery-parent.active{background:#334155}.lottery-submenu{background:#1f2933;padding:4px 0}.left button.lottery-child{width:100%;padding:9px 10px 9px 22px;border-bottom:0;font-size:13px;color:#cbd5e1}.left button.lottery-child.active{background:#475569;color:#fbbf24}.center{flex:1;display:flex;flex-direction:column;min-width:800px;position:relative;overflow-y:auto;background:#fff}.tabs{display:flex;background:#1e293b;height:56px;min-height:56px;padding-left:10px;align-items:stretch;overflow:hidden}.tabs button{background:transparent;color:#cbd5e1;border:none;padding:0 16px;font-size:14px;height:56px;min-width:60px;display:flex;align-items:center;justify-content:center;line-height:1;border-radius:0;transform:translateY(0);transition:background .15s,color .15s}.tabs button:hover{color:#fff}.tabs button.active{background:#fff;color:#0f172a;font-weight:700}.subtabs-wrapper{height:92px;min-height:92px;padding:24px 20px 16px;display:flex;align-items:flex-start}.subtabs{display:flex;gap:12px;width:100%;height:52px;padding-bottom:16px;border-bottom:1px solid #e2e8f0;align-items:flex-start}.subtabs button{height:36px;min-width:96px;padding:0 20px;border-radius:18px;border:1px solid transparent;background:#f1f5f9;color:#64748b;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;transform:translateY(0);transition:background .15s,color .15s,border-color .15s}.subtabs button.active{background:#f59e0b;color:#fff}.notice{min-height:34px;margin:0 20px 20px;color:#64748b;font-size:13px;display:flex;align-items:center;line-height:1.4}.notice span{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#f59e0b;color:#fff;border-radius:50%;font-size:10px;margin-right:6px}.rule-panel{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,1.25fr);gap:12px;margin:0 20px 14px;padding:12px;border:1px solid #dbe4ec;border-radius:6px;background:#f8fafc}.alert-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:grid;place-items:center;padding:24px;background:#20252a9e}.alert-modal{position:relative;width:min(440px,100vw - 32px);overflow:hidden;border:1px solid #94a3b8;border-radius:7px;background:#fff;box-shadow:0 18px 48px #0f172a52}.alert-modal-header{height:54px;padding:0 14px 0 18px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(to right,#324e63,#4a6b82);border-bottom:2px solid #233543}.alert-modal-heading{display:flex;align-items:center;gap:10px}.alert-modal-icon{width:28px;height:28px;display:inline-grid;place-items:center;border-radius:50%;background:#22c55e;color:#fff;font-size:17px;font-weight:800;line-height:1}.alert-modal.is-error .alert-modal-icon{background:#ef4444}.alert-modal h2{margin:0;color:#fff;font-size:17px;font-weight:600}.alert-modal-body{padding:24px 24px 20px}.alert-modal p{margin:0 0 24px;color:#334155;font-size:16px;line-height:1.65}.alert-modal-close{width:30px;height:30px;border:0;border-radius:4px;background:#ffffff1f;color:#e2e8f0;cursor:pointer}.alert-modal-close:hover{background:#ffffff38;color:#fff}.alert-modal-actions{display:flex;justify-content:flex-end}.alert-modal-confirm{min-width:96px;height:36px;padding:0 22px;border:0;border-radius:4px;background:#f59e0b;color:#fff;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 2px 5px #f59e0b47}.alert-modal-confirm:hover{background:#d97706}.alert-modal-confirm:active{transform:translateY(1px)}.alert-pop-enter-active,.alert-pop-leave-active{transition:opacity .18s ease}.alert-pop-enter-active .alert-modal,.alert-pop-leave-active .alert-modal{transition:transform .18s ease,opacity .18s ease}.alert-pop-enter-from,.alert-pop-leave-to{opacity:0}.alert-pop-enter-from .alert-modal,.alert-pop-leave-to .alert-modal{transform:translateY(12px) scale(.96);opacity:0}.rule-main,.rule-note{min-width:0}.rule-title{display:flex;align-items:center;gap:8px;margin-bottom:6px}.rule-title b{font-size:15px;color:#0f172a}.rule-title span{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:11px;background:#dcfce7;color:#166534;font-size:12px}.rule-title span.warning{background:#fff7ed;color:#c2410c}.rule-main p,.rule-note span{margin:0;color:#475569;font-size:13px;line-height:1.5}.rule-main small{display:block;margin-top:6px;color:#0f766e;font-size:12px;line-height:1.4}.rule-note{display:grid;gap:4px}.reference-panel{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(220px,.75fr);gap:12px;margin:0 20px 14px}.reference-block{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:start;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;background:#fff}.reference-block strong{color:#334155;font-size:13px;line-height:24px}.reference-list{display:flex;flex-wrap:nowrap;gap:6px;min-width:0;overflow-x:auto}.reference-chip,.zodiac-chip{display:inline-flex;align-items:center;min-height:24px;padding:3px 8px;border-radius:4px;background:#f1f5f9;color:#475569;font-size:12px;line-height:1.35}.reference-chip{max-width:100%;white-space:nowrap}.zodiac-chip{width:28px;justify-content:center;padding:0}.empty{width:100%;padding:48px;text-align:center;color:#64748b}.invisible{visibility:hidden}.bet-area{display:flex;padding:0 20px;gap:20px}.bet-content{flex:1;min-width:0}.quick-stake{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#475569;font-size:13px}.quick-stake button,.number-tools button,.slip-head button{height:28px;border:1px solid #cbd5e1;border-radius:4px;background:#fff;color:#475569;padding:0 10px;font-size:13px}.market-layout{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(340px,1.15fr) 260px;gap:16px;align-items:start}.market-panel,.number-board,.bet-slip{min-width:0;border:1px solid #e2e8f0;border-radius:6px;background:#fff}.market-title{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:0 12px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.market-title b{color:#0f172a;font-size:14px}.market-title span{color:#64748b;font-size:12px;text-align:right}.market-panel .bet-row{padding:12px;margin-bottom:0;border-bottom:1px solid #f1f5f9}.bet-row{display:flex;align-items:stretch;margin-bottom:16px}.bet-label{width:90px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:15px;color:#475569;margin-right:20px;height:72px}.odds-group{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;flex:1}.odds-item{min-height:64px;background:linear-gradient(to bottom,#fff,#f1f5f9);border:1px solid #cbd5e1;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .1s}.odds-item strong{font-size:16px;color:#334155;margin-bottom:4px}.odds-item span{font-size:13px;color:#64748b}.odds-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;margin-bottom:4px;padding:0 6px;border-radius:10px;background:#e2e8f0;color:#334155;font-style:normal;font-size:12px;font-weight:700;line-height:20px}.badge-red{background:#fee2e2;color:#b91c1c}.badge-blue{background:#dbeafe;color:#1d4ed8}.badge-green{background:#dcfce7;color:#15803d}.odds-item.selected{border:1px solid #f59e0b;background:#fff;box-shadow:0 0 0 1px #f59e0b inset}.fast-filters{display:flex;gap:6px;margin-left:16px;align-items:center}.fast-filters button{width:32px;height:32px;border:1px solid #cbd5e1;background:#f8fafc;border-radius:4px;font-size:13px;color:#64748b}.number-board{padding-bottom:12px}.number-tools{display:flex;gap:6px;padding:10px 12px}.number-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;padding:0 12px}.number-cell{aspect-ratio:1/1;min-height:42px;border:1px solid #dbe4ec;border-radius:6px;background:#fff;color:#334155;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;transition:border-color .12s,box-shadow .12s,background .12s}.number-cell b{font-size:15px;line-height:1}.number-cell span{font-size:10px;line-height:1}.number-cell.badge-red{border-color:#fecaca}.number-cell.badge-blue{border-color:#bfdbfe}.number-cell.badge-green{border-color:#bbf7d0}.number-cell.selected{border-color:#f59e0b;background:#fffbeb;box-shadow:0 0 0 1px #f59e0b inset}.bet-slip{position:sticky;top:12px;overflow:hidden}.slip-head{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.slip-head b{color:#0f172a;font-size:14px}.slip-list{max-height:260px;overflow-y:auto}.slip-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:10px 12px;border-bottom:1px solid #f1f5f9}.slip-item strong,.slip-item span{display:block}.slip-item strong{color:#334155;font-size:13px}.slip-item span{margin-top:3px;color:#64748b;font-size:12px;line-height:1.4}.slip-item em{color:#f59e0b;font-style:normal;font-weight:700;font-size:13px}.slip-empty{padding:36px 12px;color:#94a3b8;text-align:center;font-size:13px}.slip-summary{display:grid;grid-template-columns:auto 1fr auto 1fr;gap:8px;align-items:center;padding:12px;border-top:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:13px}.slip-summary b{color:#0f172a;text-align:right}.slip-note{margin:0;padding:10px 12px;color:#64748b;font-size:12px;line-height:1.45}.right{width:46px;background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;box-shadow:-2px 0 10px #00000005;z-index:10}.right-tab{width:100%;padding:0;border:none;border-bottom:1px solid #e2e8f0;background:#fff;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:background .2s}.right-tab:hover{background:#f8fafc}.tab-icon{width:100%;height:46px;display:flex;align-items:center;justify-content:center;font-size:18px}.right-tab.bet_record .tab-icon,.right-tab.bet_records .tab-icon{background:#a7f3d0;color:#065f46}.right-tab.draw_record .tab-icon,.right-tab.draw_records .tab-icon{background:#fef08a;color:#854d0e}.right-tab.roadmap .tab-icon{background:#fecaca;color:#991b1b}.tab-text{display:flex;flex-direction:column;align-items:center;padding:16px 0;color:#475569;font-size:14px;gap:4px;font-weight:500}.betbar-wrapper{border-top:1px solid #e2e8f0;background:#fff;padding:12px 20px}.betbar{display:flex;align-items:center;gap:12px;font-size:13px;color:#475569}.betbar input[type=text],.betbar input[type=number]{width:80px;height:28px;border:1px solid #cbd5e1;padding:0 8px;border-radius:4px}.betbar select{height:28px;border:1px solid #cbd5e1;padding:0 8px;border-radius:4px}.slider{display:flex;align-items:center;gap:8px;margin:0 16px}.slider input[type=range]{width:120px}.slider-action{color:#f59e0b;cursor:pointer}.current-odds{color:#475569;margin-left:4px}.multiple-input{width:60px}.bet-summary{margin-left:auto}.bet-actions{display:flex;gap:12px}.btn-clear{background:#f1f5f9;border:1px solid #cbd5e1;padding:0 20px;height:32px;border-radius:4px;color:#475569}.btn-submit{background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff;border:1px solid #d97706;padding:0 28px;height:36px;border-radius:4px;font-weight:700;letter-spacing:.5px;box-shadow:0 3px 8px #ea580c47;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.btn-submit:hover{filter:brightness(1.06);box-shadow:0 5px 12px #ea580c5c;transform:translateY(-1px)}.btn-submit:active{transform:translateY(0);box-shadow:0 2px 5px #ea580c47}.btn-submit:focus-visible{box-shadow:0 0 0 3px #f59e0b4d,0 3px 8px #ea580c47}.btn-submit.is-unavailable{background:#94a3b8;border-color:#64748b;box-shadow:none;color:#f8fafc;min-width:138px}.btn-submit.is-unavailable:hover{filter:none;box-shadow:none;transform:none}.right-tab.active .tab-icon{opacity:1;border-left:3px solid #3b82f6}.right-tab.active{background:#eff6ff}.side-panel{position:fixed;top:0;right:46px;width:clamp(380px,36vw,520px);height:100vh;background:#fff;border-left:1px solid #e2e8f0;box-shadow:-4px 0 20px #00000014;z-index:100;display:flex;flex-direction:column;overflow:hidden}.side-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.side-panel-header>div:first-child{display:flex;flex-direction:column;gap:2px}.side-panel-header small{color:#94a3b8;font-size:11px}.side-panel-title{font-size:15px;font-weight:600;color:#1e293b}.side-panel-actions{display:flex;align-items:center;gap:6px}.panel-refresh{border:1px solid #cbd5e1;background:#fff;color:#475569;border-radius:5px;padding:4px 9px;font-size:12px;cursor:pointer}.panel-refresh:disabled{opacity:.5;cursor:wait}.side-panel-close{background:none;border:none;font-size:16px;color:#94a3b8;cursor:pointer;padding:2px 6px;border-radius:4px;line-height:1}.side-panel-close:hover{background:#f1f5f9;color:#475569}.panel-content{flex:1;overflow-y:auto;padding:12px}.panel-empty,.panel-loading{text-align:center;color:#94a3b8;font-size:14px;padding:48px 16px}.panel-loading:before{content:"";display:block;width:22px;height:22px;margin:0 auto 10px;border:2px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:panel-spin .7s linear infinite}@keyframes panel-spin{to{transform:rotate(360deg)}}.panel-error{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;padding:10px 12px;border:1px solid #fecaca;border-radius:7px;background:#fef2f2;color:#b91c1c;font-size:12px}.panel-error button{border:0;background:none;color:#b91c1c;font-weight:700;cursor:pointer}.panel-error.compact{margin:8px 0 0}.panel-toolbar{display:flex;gap:6px;margin-bottom:12px}.panel-toolbar button{flex:1;border:1px solid #e2e8f0;background:#fff;color:#64748b;border-radius:6px;padding:7px 4px;font-size:12px;cursor:pointer}.panel-toolbar button.active{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8;font-weight:600}.load-more{width:100%;border:1px solid #cbd5e1;background:#fff;color:#475569;border-radius:6px;padding:9px;cursor:pointer}.load-more:disabled{opacity:.6;cursor:wait}.panel-total{text-align:center;color:#94a3b8;font-size:11px;padding:3px 0}.records-list{display:flex;flex-direction:column;gap:10px}.record-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:0;overflow:hidden;transition:border-color .15s,box-shadow .15s}.record-card.expanded{border-color:#93c5fd;box-shadow:0 3px 12px #3b82f614}.record-summary{width:100%;border:0;background:transparent;padding:11px 12px 8px;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer}.record-summary>span{display:flex;flex-direction:column;gap:3px}.record-summary strong{color:#1e293b;font-size:13px}.record-summary small{color:#94a3b8;font-size:11px}.record-money{text-align:right;align-items:flex-end}.record-money em{font-style:normal;font-size:11px}.record-meta{display:flex;justify-content:space-between;padding:0 12px 10px;color:#94a3b8;font-size:10px}.record-meta code{max-width:65%;overflow:hidden;text-overflow:ellipsis}.record-detail{border-top:1px solid #e2e8f0;background:#fff;padding:8px 12px}.detail-loading{color:#94a3b8;text-align:center;font-size:11px;padding:8px}.record-item{display:flex;justify-content:space-between;gap:10px;padding:7px 0;border-bottom:1px dashed #e2e8f0;font-size:11px}.record-item:last-child{border-bottom:0}.record-item>span{display:flex;flex-direction:column;gap:3px}.record-item>span:last-child{text-align:right}.record-item strong{color:#334155}.record-item small{color:#94a3b8}.settle-win{color:#16a34a;font-weight:600}.settle-lose{color:#dc2626}.settle-unsettled{color:#f59e0b}.draw-list{display:flex;flex-direction:column;gap:10px}.draw-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px}.draw-issue{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#475569;margin-bottom:6px}.draw-issue time{color:#94a3b8;font-size:10px}.draw-balls-row{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.draw-ball{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#263241;background:radial-gradient(circle at 50% 48%,#ffffff 0 34%,rgba(255,255,255,.86) 35% 42%,transparent 43%),radial-gradient(circle at 28% 22%,rgba(255,255,255,.92) 0 9%,transparent 10%),conic-gradient(from 22deg,rgba(255,255,255,.96) 0 22deg,transparent 23deg 70deg,rgba(255,255,255,.82) 71deg 97deg,transparent 98deg 167deg,rgba(255,255,255,.78) 168deg 190deg,transparent 191deg 270deg,rgba(255,255,255,.88) 271deg 296deg,transparent 297deg 360deg),var(--ball-color);border:1px solid rgba(15,23,42,.14);box-shadow:0 5px 9px #0f172a29,inset 0 1px 2px #ffffff61,inset 0 -2px 5px #0000002e;text-shadow:0 1px 0 #fff}.history-ball-wrap{display:flex;flex-direction:column;align-items:center;gap:2px}.history-ball-wrap small{color:#94a3b8;font-size:9px}.history-zodiac{display:inline-flex;align-items:center;justify-content:center;gap:1px;min-height:20px}.history-zodiac img{width:20px;height:20px;display:block}.history-zodiac span{display:none}.draw-plus{color:#94a3b8;font-size:14px;margin:0 2px}.draw-meta{margin-top:6px;font-size:12px;color:#64748b;display:flex;gap:6px}.draw-meta span{background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:3px 6px}.roadmap-wrap{display:flex;flex-direction:column;gap:16px}.roadmap-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px}.roadmap-label{font-size:13px;font-weight:600;color:#475569;margin-bottom:8px;display:flex;justify-content:space-between}.roadmap-label small{color:#94a3b8;font-weight:400}.roadmap-grid{display:grid;grid-template-rows:repeat(6,28px);grid-auto-flow:column;grid-auto-columns:28px;gap:4px;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:thin}.road-cell{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.road-big{background:#fef3c7;color:#92400e}.road-small{background:#dbeafe;color:#1e40af}.road-odd{background:#fce7f3;color:#9d174d}.road-even{background:#d1fae5;color:#065f46}.road-wave.road-red{background:#fee2e2;color:#991b1b}.road-wave.road-blue{background:#dbeafe;color:#1e40af}.road-wave.road-green{background:#d1fae5;color:#065f46}.roadmap-stats{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:5px}.roadmap-stats span{padding:7px 4px;background:#f1f5f9;border-radius:5px;color:#64748b;text-align:center;font-size:10px}.roadmap-legend{display:flex;justify-content:center;gap:18px;font-size:11px}.roadmap-legend .red{color:#dc2626}.roadmap-legend .blue{color:#2563eb}.roadmap-legend .green{color:#16a34a}.data-dashboard{display:flex;flex-direction:column;gap:18px}.data-mode-notice{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid rgba(166,132,82,.25);border-radius:10px;background:linear-gradient(135deg,#a6845224,#fffc);color:#5b6b82;font-size:14px}.data-mode-notice span{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#a68452;color:#fff;font-weight:800}.data-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;border-radius:16px;background:linear-gradient(135deg,#172536,#2f5870);color:#fff;box-shadow:0 14px 30px #0f172a2e}.data-hero small{color:#ffffffa3;letter-spacing:.08em}.data-hero h1{margin:5px 0 6px;font-size:30px;line-height:1.15}.data-hero p{margin:0;color:#ffffffc7}.data-refresh,.mini-link{border:0;border-radius:10px;cursor:pointer;font-weight:700}.data-refresh{padding:12px 18px;background:#f59e0b;color:#fff;box-shadow:0 10px 18px #f59e0b47}.data-refresh:disabled{opacity:.7;cursor:wait}.data-card{border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:16px;box-shadow:0 10px 24px #0f172a0f}.data-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;color:#334155}.data-card-head strong{font-size:16px}.data-card-head time{color:#94a3b8;font-size:12px}.latest-card{padding:20px}.data-balls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.data-balls .latest-ball-wrap{gap:8px;width:52px}.data-balls .draw-ball{width:54px;height:54px;color:#263241;font-size:22px;font-weight:800;letter-spacing:-.5px;box-shadow:0 9px 14px #0f172a2e,inset 0 2px 3px #fff6,inset 0 -4px 7px #0000002e}.data-balls .latest-zodiac-chip{display:block;min-width:auto;height:auto;padding:0;border:0;border-radius:0;background:transparent;color:#525b66;font-size:18px;font-weight:800;line-height:1}.data-balls .draw-plus{align-self:flex-start;margin-top:15px;color:#94a3b8;font-size:22px;font-weight:700}.data-meta{margin-top:14px}.data-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:18px}.data-odds-card{margin-top:18px}.data-odds-note{margin:-4px 0 14px;color:#64748b;font-size:12px}.data-odds-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.data-odds-list span{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border:1px solid #e7edf5;border-radius:10px;background:#f8fafc;color:#475569;font-size:13px}.data-odds-list b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-odds-list em{color:#d97706;font-style:normal;font-weight:800}.mini-link{padding:7px 10px;background:#eff6ff;color:#1d4ed8}.compact-draw-list{display:flex;flex-direction:column;gap:8px}.compact-draw-item{display:grid;grid-template-columns:120px minmax(0,1fr) 84px;align-items:center;gap:10px;padding:10px 12px;border:1px solid #eef2f7;border-radius:10px;background:#f8fafc;color:#475569;font-size:12px}.compact-draw-item strong{color:#1e293b}.compact-codes{color:#0f172a;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compact-draw-item time{color:#94a3b8;text-align:right}.data-road-stats{margin-bottom:12px}.compact-roadmap{grid-template-rows:repeat(5,28px);max-width:100%}.panel-slide-enter-active,.panel-slide-leave-active{transition:transform .22s ease,opacity .22s ease}.panel-slide-enter-from,.panel-slide-leave-to{transform:translate(100%);opacity:0}.h5-page{display:none}@media(max-width:768px){body{background:#e7f0e3}.desk{height:auto;min-height:100vh;overflow:visible;background:#e7f0e3}.desk>.topbar,.desk>.workspace-wrapper,.desk>.betbar-wrapper{display:none!important}.h5-page{display:block;min-height:100vh;padding-bottom:76px}.h5-shell{width:min(100vw,430px);min-height:100vh;margin:0 auto;background:#f7f7f7;box-shadow:0 0 0 1px #0f172a14,0 12px 30px #0f172a1f}.h5-banner{position:relative;height:138px;overflow:hidden;background:radial-gradient(circle at 62% 34%,rgba(255,255,255,.28) 0 2px,transparent 3px),radial-gradient(circle at 72% 72%,rgba(255,224,92,.85) 0 5px,transparent 6px),repeating-conic-gradient(from 0deg at 42% 55%,rgba(255,255,255,.1) 0 8deg,transparent 9deg 18deg),linear-gradient(135deg,#4b0f88,#7914c8,#2b0863);color:#fff;border-radius:0 0 6px 6px}.h5-banner-copy{position:relative;z-index:2;padding:16px 20px;display:flex;flex-direction:column;gap:8px;text-shadow:0 2px 4px rgba(0,0,0,.28)}.h5-banner-copy b{font-size:30px;line-height:1;letter-spacing:1px}.h5-banner-copy strong{color:#ffeb3b;font-size:18px;letter-spacing:1px}.h5-banner-copy span{width:max-content;padding:5px 9px;border-radius:6px;background:linear-gradient(180deg,#19a2ff,#0266d6);font-weight:800;font-size:14px}.h5-banner-art{position:absolute;right:18px;bottom:22px;display:flex;gap:8px;transform:rotate(-12deg)}.h5-banner-art i{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:radial-gradient(circle at 50% 45%,#fff 0 35%,transparent 36%),linear-gradient(145deg,#ff4747,#a80c0c);color:#111827;font-size:32px;font-weight:900;font-style:normal;box-shadow:0 8px 14px #00000047}.h5-banner-art i+i{background:radial-gradient(circle at 50% 45%,#fff 0 35%,transparent 36%),linear-gradient(145deg,#ffd653,#c99408)}.h5-draw-card{margin:14px 16px 0;background:#fff;border:1px solid #dbe3ed;border-radius:4px;box-shadow:0 2px 8px #0f172a0f;overflow:hidden}.h5-issue-bar{display:grid;grid-template-columns:1fr auto;gap:4px 8px;align-items:center;padding:8px 10px;color:#d60817;background:#ffd3d7;border:1px solid #ff1d2b;border-radius:4px}.h5-issue-bar strong{font-size:15px;font-weight:500}.h5-issue-bar span{font-size:14px;color:#475569}.h5-issue-bar span b{color:#d60817}.h5-issue-bar em{grid-column:2;justify-self:end;color:#d60817;font-style:normal;font-size:14px}.h5-countdown{display:flex;align-items:center;justify-content:center;gap:6px;padding:18px 10px 12px}.h5-countdown b{display:grid;place-items:center;width:42px;height:56px;border:1px solid #d1d5db;border-radius:4px;background:linear-gradient(#fff,#f8fafc);color:#050505;font-size:38px;font-weight:900;line-height:1}.h5-countdown span{color:#050505;font-size:34px;font-weight:900}.h5-actions{display:grid;grid-template-columns:96px 82px 1fr;gap:10px;align-items:center;padding:0 14px 12px}.h5-actions button{height:34px;border:1px solid #d69a28;border-radius:6px;background:linear-gradient(#ffe498,#d99721);color:#fff;font-size:15px;font-weight:800;box-shadow:inset 0 1px #ffffff8c}.h5-actions .is-live{border-color:#b91c1c;background:linear-gradient(#f87171,#b91c1c)}.h5-actions .is-link{border:0;background:transparent;box-shadow:none;color:#333;justify-self:end;font-weight:700}.h5-latest-balls,.h5-history-balls{display:flex;align-items:flex-start;justify-content:center;gap:8px;flex-wrap:nowrap;padding:14px 8px 12px;border-top:1px solid #e5e7eb}.h5-ball-wrap{display:flex;flex-direction:column;align-items:center;gap:7px;min-width:38px}.h5-ball-wrap .draw-ball{width:38px;height:38px;font-size:18px;font-weight:900}.h5-ball-wrap small{color:#4b5563;font-size:15px;font-weight:800;line-height:1}.h5-plus{align-self:flex-start;margin-top:8px;color:#d60817;font-size:24px;font-weight:900}.h5-more{width:calc(100% - 32px);height:42px;margin:0 16px;border:1px solid #d1d5db;border-top:0;border-radius:0 0 4px 4px;background:#fff;color:#d60817;font-size:17px;font-weight:800}.h5-more span{display:inline-block;margin-left:4px;transition:transform .18s ease}.h5-more span.expanded{transform:rotate(180deg)}.h5-history{margin:0 16px 18px;background:#fff;border-left:1px solid #d1d5db;border-right:1px solid #d1d5db}.h5-history-row{display:grid;grid-template-columns:116px minmax(0,1fr);align-items:center;min-height:72px;padding:8px;border-bottom:1px solid #e5e7eb}.h5-history-row strong{color:#333;font-size:15px;font-weight:700}.h5-history-row strong b{color:#d60817;font-size:17px}.h5-history-balls{justify-content:flex-start;gap:4px;padding:0;border-top:0;overflow:hidden}.h5-ball-wrap.small{min-width:31px;gap:5px}.h5-ball-wrap.small .draw-ball{width:30px;height:30px;font-size:14px}.h5-ball-wrap.small small{font-size:12px}.h5-history-balls .h5-plus{margin-top:4px;font-size:18px}.h5-tabbar{position:fixed;left:50%;bottom:0;z-index:20;transform:translate(-50%);width:min(100vw,430px);height:64px;display:grid;grid-template-columns:repeat(5,1fr);background:#0871b8;border-top:1px solid rgba(255,255,255,.55);box-shadow:0 -6px 18px #0f172a1f}.h5-tabbar button{border:0;border-right:1px solid rgba(255,255,255,.55);background:transparent;color:#fff;font-size:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.h5-tabbar button.active{background:#e60012}.h5-tabbar span{font-size:13px;font-weight:700}}@media(max-width:640px){.side-panel{right:0;width:100vw}.roadmap-grid{grid-template-rows:repeat(5,28px)}.data-hero{align-items:flex-start;flex-direction:column}.data-grid,.compact-draw-item{grid-template-columns:1fr}.compact-draw-item time{text-align:left}}@media(max-width:768px){body{background:#0b1220}.h5-shell{width:min(100vw,430px);min-height:100vh;margin:0 auto;padding:0 14px 82px;background:radial-gradient(circle at 18% 0%,rgba(79,70,229,.34),transparent 34%),radial-gradient(circle at 96% 8%,rgba(14,165,233,.28),transparent 28%),linear-gradient(180deg,#0b1220,#111827 42%,#f4f7fb 42%,#f4f7fb);box-shadow:none}.mobile-hero{position:relative;padding:18px 0 16px;color:#fff}.mobile-hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mobile-hero-top span{display:inline-flex;padding:5px 9px;border-radius:999px;background:#ffffff1a;color:#a7f3d0;font-size:11px;font-weight:900;letter-spacing:1px}.mobile-hero h1{margin:12px 0 6px;font-size:28px;line-height:1.05;letter-spacing:-1px}.mobile-hero p{margin:0;color:#aeb9cb;font-size:13px}.mobile-hero-top button{flex:0 0 auto;height:34px;padding:0 14px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#ffffff1a;color:#fff;font-weight:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-countdown{margin-top:18px;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:#ffffff14;box-shadow:inset 0 1px #ffffff14}.mobile-countdown small{display:block;margin-bottom:10px;color:#cbd5e1;font-size:12px}.mobile-countdown div{display:flex;align-items:center;gap:5px}.mobile-countdown b{display:grid;place-items:center;width:32px;height:42px;border-radius:12px;background:#fff;color:#0f172a;font-size:26px;font-weight:950;box-shadow:0 10px 22px #0003}.mobile-countdown span{color:#38bdf8;font-size:24px;font-weight:900}.mobile-account-card{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:#ffffff14;color:#fff;box-shadow:inset 0 1px #ffffff14}.mobile-odds-card>p{margin:-4px 0 12px;color:#64748b;font-size:12px}.mobile-odds-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mobile-odds-list span{display:flex;justify-content:space-between;gap:6px;padding:9px 10px;border-radius:10px;background:#f1f5f9;color:#475569;font-size:12px}.mobile-odds-list b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-odds-list em{color:#d97706;font-style:normal;font-weight:900}.mobile-account-card small,.mobile-account-card span{display:block;color:#aeb9cb;font-size:12px;font-weight:800}.mobile-account-card strong{display:block;margin:3px 0;color:#fff;font-size:17px;font-weight:950}.mobile-account-logout,.mobile-login-actions button{height:34px;padding:0 14px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#ffffff1a;color:#fff;font-size:13px;font-weight:900}.mobile-login-title{flex:0 0 86px}.mobile-login-form{display:grid;flex:1 1 auto;gap:8px;min-width:0}.mobile-login-form input{width:100%;height:36px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:#0f172a47;color:#fff;padding:0 12px;font-size:13px}.mobile-login-form input::placeholder{color:#94a3b8}.mobile-login-actions{display:flex;flex-direction:column;gap:8px;flex:0 0 auto}.mobile-login-actions button.primary{border-color:transparent;background:#38bdf8;color:#082f49}.mobile-auth-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:18px;background:#020617ad;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-auth-modal{width:min(100%,390px);padding:18px;border-radius:28px;background:radial-gradient(circle at 18% 0%,rgba(56,189,248,.18),transparent 34%),linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 24px 70px #02061761}.mobile-auth-modal header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.mobile-auth-modal header small{display:block;color:#2563eb;font-size:12px;font-weight:900}.mobile-auth-modal h2{margin:5px 0 0;color:#0f172a;font-size:24px;line-height:1.1}.mobile-auth-modal header button{width:34px;height:34px;border:0;border-radius:50%;background:#eef2f7;color:#475569;font-weight:950}.mobile-auth-form{display:grid;gap:10px}.mobile-auth-form input{width:100%;height:46px;border:1px solid #dbe4ef;border-radius:16px;background:#fff;color:#0f172a;padding:0 14px;font-size:14px;font-weight:800}.mobile-auth-form input::placeholder{color:#94a3b8}.mobile-auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.mobile-auth-actions button{height:44px;border:0;border-radius:16px;background:#e2e8f0;color:#334155;font-size:14px;font-weight:950}.mobile-auth-actions button.primary{background:linear-gradient(135deg,#38bdf8,#2563eb);color:#fff;box-shadow:0 12px 22px #2563eb47}.mobile-auth-pop-enter-active,.mobile-auth-pop-leave-active{transition:opacity .18s ease}.mobile-auth-pop-enter-active .mobile-auth-modal,.mobile-auth-pop-leave-active .mobile-auth-modal{transition:transform .18s ease}.mobile-auth-pop-enter-from,.mobile-auth-pop-leave-to{opacity:0}.mobile-auth-pop-enter-from .mobile-auth-modal,.mobile-auth-pop-leave-to .mobile-auth-modal{transform:translateY(14px) scale(.98)}.mobile-lottery-tabs{display:flex;gap:8px;margin:2px -14px 0;padding:0 14px 14px;overflow-x:auto;scrollbar-width:none}.mobile-lottery-tabs::-webkit-scrollbar,.mobile-sub-lotteries::-webkit-scrollbar{display:none}.mobile-lottery-tabs button{flex:0 0 auto;height:34px;padding:0 14px;border:0;border-radius:999px;background:#ffffff14;color:#cbd5e1;font-weight:800}.mobile-lottery-tabs button.active{background:#38bdf8;color:#082f49}.mobile-sub-lotteries{display:flex;gap:8px;margin:0 -14px;padding:2px 14px 14px;overflow-x:auto;scrollbar-width:none}.mobile-sub-lotteries button{flex:0 0 auto;height:30px;padding:0 12px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#64748b;font-size:12px;font-weight:800}.mobile-sub-lotteries button.active{border-color:#0f172a;background:#0f172a;color:#fff}.mobile-invite-card{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px;padding:14px;border-radius:22px;background:radial-gradient(circle at 12% 0%,rgba(251,191,36,.28),transparent 34%),linear-gradient(135deg,#fff7ed,#fff);border:1px solid #fed7aa;box-shadow:0 12px 28px #9a34121a}.mobile-invite-card small{display:block;color:#f97316;font-size:11px;font-weight:950}.mobile-invite-card strong{display:block;margin:3px 0;color:#0f172a;font-size:16px;font-weight:950}.mobile-invite-card span{display:block;color:#64748b;font-size:12px;font-weight:800;line-height:1.4}.mobile-invite-actions{display:flex;flex:0 0 auto;flex-direction:column;gap:8px}.mobile-invite-card button,.mobile-invite-list-head button{flex:0 0 auto;height:36px;padding:0 13px;border:0;border-radius:999px;background:linear-gradient(135deg,#f97316,#f59e0b);color:#fff;font-size:13px;font-weight:950;box-shadow:0 10px 18px #f9731642}.mobile-invite-card button.secondary{background:#fff;color:#f97316;border:1px solid #fdba74;box-shadow:none}.mobile-invite-modal{max-height:min(78vh,720px);display:flex;flex-direction:column}.mobile-invite-list{min-height:0;overflow-y:auto;margin:0;padding:0 2px;border-radius:22px;background:transparent;box-shadow:none}.mobile-invite-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:12px;border-radius:18px;background:#fff7ed}.mobile-invite-list-head strong{color:#0f172a;font-size:15px;font-weight:950}.mobile-invite-list-head button{height:32px;font-size:12px}.mobile-invite-list article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;margin-bottom:8px;border:1px solid #edf2f7;border-radius:16px;background:#fff}.mobile-invite-list article:first-of-type{border-top:1px solid #edf2f7}.mobile-invite-list article strong{display:block;color:#0f172a;font-size:13px;font-weight:950}.mobile-invite-list article small,.mobile-invite-list article time{color:#94a3b8;font-size:11px;font-weight:800}.mobile-invite-list article time{flex:0 0 auto}.mobile-invite-empty{display:grid;place-items:center;min-height:120px;border-radius:18px;background:#f8fafc;color:#94a3b8;font-weight:900}.mobile-card{margin-top:12px;padding:16px;border-radius:22px;background:#fff;box-shadow:0 12px 28px #0f172a14}.mobile-latest-card{margin-top:4px}.mobile-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.mobile-card-head span{color:#0f172a;font-size:17px;font-weight:950}.mobile-card-head button{height:28px;padding:0 10px;border:0;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:900}.mobile-card-head button:disabled{opacity:.56;cursor:not-allowed}.mobile-loading,.mobile-inline-error{min-height:54px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:16px;background:#f8fafc;color:#64748b;font-size:13px;font-weight:800}.mobile-inline-error{justify-content:space-between;padding:10px 12px;background:#fff1f2;color:#be123c}.mobile-inline-error button{height:28px;padding:0 10px;border:0;border-radius:999px;background:#e11d48;color:#fff;font-size:12px;font-weight:900}.mobile-balls{display:flex;align-items:flex-start;justify-content:space-between;gap:4px}.mobile-ball-item{display:flex;min-width:38px;flex-direction:column;align-items:center;gap:8px}.mobile-ball-item .draw-ball{width:39px;height:39px;font-size:17px;font-weight:950}.mobile-ball-item small{color:#64748b;font-size:13px;font-weight:900;line-height:1}.mobile-plus{margin-top:9px;color:#ef4444;font-size:22px;font-weight:950}.mobile-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.mobile-meta-grid span{display:flex;min-height:58px;flex-direction:column;justify-content:center;gap:4px;padding:10px;border-radius:16px;background:#f8fafc}.mobile-meta-grid small{color:#94a3b8;font-size:11px;font-weight:800}.mobile-meta-grid b{color:#0f172a;font-size:18px;font-weight:950}.mobile-stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.mobile-stat-row span{display:grid;place-items:center;height:42px;border-radius:14px;background:linear-gradient(135deg,#f8fafc,#e0f2fe);color:#334155;font-weight:900}.mobile-roadmap-board{margin-top:14px;display:flex;flex-direction:column;gap:10px}.mobile-roadmap-title{display:flex;align-items:center;justify-content:space-between;color:#334155;font-weight:950}.mobile-roadmap-title small{color:#94a3b8;font-size:11px;font-weight:800}.mobile-roadmap-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:7px;padding:10px;border-radius:18px;background:#f8fafc}.mobile-roadmap-grid .road-cell{width:100%;height:30px;min-width:0;border-radius:999px;font-size:12px;font-weight:950}.mobile-history-card{margin-bottom:10px}.mobile-history-row{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:10px;padding:12px 0;border-top:1px solid #edf2f7}.mobile-history-row:first-of-type{border-top:0;padding-top:0}.mobile-history-row strong{display:block;color:#0f172a;font-size:13px;font-weight:950}.mobile-history-row small{display:block;margin-top:4px;color:#94a3b8;font-size:11px}.mobile-history-codes{display:flex;align-items:center;justify-content:flex-end;gap:3px;overflow:hidden}.mobile-history-codes b{display:grid;place-items:center;width:25px;height:25px;flex:0 0 auto;border-radius:50%;color:#263241;font-size:11px;font-weight:950;background:radial-gradient(circle at 50% 48%,#ffffff 0 34%,rgba(255,255,255,.86) 35% 42%,transparent 43%),var(--ball-color);box-shadow:0 4px 8px #0f172a1f}.mobile-history-codes i{color:#ef4444;font-style:normal;font-weight:950}.mobile-load-more{width:100%;height:42px;margin-top:10px;border:0;border-radius:16px;background:#0f172a;color:#fff;font-weight:950}.mobile-load-more:disabled{opacity:.58;cursor:not-allowed}.mobile-help-card{margin-bottom:10px}.mobile-help-list{display:flex;flex-direction:column;gap:10px}.mobile-help-list article{padding:14px;border-radius:18px;background:linear-gradient(135deg,#f8fafc,#eef6ff);border:1px solid #e5edf7}.mobile-help-list strong{display:block;margin-bottom:6px;color:#0f172a;font-size:14px;font-weight:950}.mobile-help-list p{margin:0;color:#64748b;font-size:13px;line-height:1.6}.mobile-tabbar{position:fixed;left:50%;bottom:12px;z-index:30;transform:translate(-50%);display:grid;grid-template-columns:repeat(4,1fr);width:min(100vw - 28px,402px);height:64px;padding:7px;border:1px solid rgba(255,255,255,.76);border-radius:24px;background:#0f172adb;box-shadow:0 18px 36px #0f172a42;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-tabbar button{border:0;border-radius:18px;background:transparent;color:#94a3b8;font-size:11px;font-weight:900;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.mobile-tabbar button span{font-size:18px;line-height:1}.mobile-tabbar button.active{background:#38bdf8;color:#082f49}}
