@font-face{font-family:ONE Mobile;src:url(/assets/ONE%20Mobile%20Light-BH3C5G9G.ttf)format("truetype");font-weight:300;font-style:normal}@font-face{font-family:ONE Mobile;src:url(/assets/ONE%20Mobile%20Regular-B6Ja80IO.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:ONE Mobile;src:url(/assets/ONE%20Mobile%20Bold-BH9QSN4X.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SCDream;src:url(/assets/SCDream1-DlD6KXdf.otf)format("opentype");font-weight:100;font-style:normal}@font-face{font-family:SCDream;src:url(/assets/SCDream2-DrcHGk7p.otf)format("opentype");font-weight:200;font-style:normal}@font-face{font-family:SCDream;src:url(/assets/SCDream3-DTcgYkpJ.otf)format("opentype");font-weight:300;font-style:normal}@font-face{font-family:SCDream;src:url(/assets/SCDream4-KpLFo22y.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SCDream;src:url(/assets/SCDream5-CeyVTROq.otf)format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SCDream;src:url(/assets/SCDream6-DqcRfF1Y.otf)format("opentype");font-weight:600;font-style:normal}@font-face{font-family:SCDream;src:url(/assets/SCDream7-DTtY9sxS.otf)format("opentype");font-weight:700;font-style:normal}@font-face{font-family:SCDream;src:url(/assets/SCDream8-CjlUByp5.otf)format("opentype");font-weight:800;font-style:normal}@font-face{font-family:SCDream;src:url(/assets/SCDream9-BIo1Z9-k.otf)format("opentype");font-weight:900;font-style:normal}.rc-pagination{justify-content:center;align-items:center;gap:.5rem;display:flex}.rc-pagination-btn{color:#fff;cursor:pointer;background:#2a2a2a;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background-color .15s;display:flex}.rc-pagination-btn:hover:not(:disabled){background:#3a3a3a}.rc-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.rc-pagination-page{cursor:pointer;color:#fff;background:#2a2a2a;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:500;transition:background-color .15s;display:flex}.rc-pagination-page:hover:not(.rc-pagination-page--active){background:#3a3a3a}.rc-pagination-page--active{color:#fff;background:#ff8c00}.rc-pagination-ellipsis{color:#9ca3af;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;display:flex}.rc-confirm-backdrop{z-index:99999;justify-content:center;align-items:center;padding:1rem;animation:.3s rc-fade-in;display:flex;position:fixed;inset:0}.rc-confirm-backdrop--dim{background:#00000080}.rc-confirm-panel{background:#262626;border-radius:.5rem;width:100%;max-width:28rem;margin:0 auto;box-shadow:0 25px 50px -12px #00000080}.rc-confirm-header{border-bottom:1px solid #404040;padding:1rem 1.5rem}.rc-confirm-title{color:#ffffffb3;margin:0;font-size:1.125rem;font-weight:500}.rc-confirm-body{color:#fff;padding:1rem 1.5rem}.rc-confirm-actions{justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.rc-confirm-btn-cancel{cursor:pointer;color:#374151;background:#e5e7eb;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem}.rc-confirm-btn-cancel:hover{background:#d1d5db}.rc-confirm-btn-ok{cursor:pointer;color:#fff;background:linear-gradient(#f59e0b,#f97316);border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.rc-confirm-btn-ok:hover{background:linear-gradient(#d97706,#ea580c)}@keyframes rc-fade-in{0%{opacity:0}to{opacity:1}}.rc-file-upload-title{color:#e5e7eb;margin-bottom:.375rem;padding:.5rem;font-size:.75rem}.rc-file-upload-zone{text-align:center;cursor:pointer;background:#1a1a1a;border:2px dashed #333;border-radius:.25rem;justify-content:center;align-items:center;min-height:120px;padding:1rem;transition:border-color .2s;display:flex;position:relative}.rc-file-upload-zone:hover{border-color:#555}.rc-file-upload-zone--drag{border-color:#3b82f6}.rc-file-upload-zone--busy{opacity:.5}.rc-file-upload-hint{color:#9ca3af;font-size:.75rem}.rc-file-upload-hint-sm{color:#6b7280;margin-top:.25rem;font-size:10px}.rc-file-upload-error{color:#f87171;margin-top:.5rem;font-size:.75rem}.rc-file-reupload{color:#f87171;cursor:pointer;background:0 0;border:none;margin-top:.5rem;font-size:10px}.rc-file-reupload:hover{color:#fca5a5}.rc-custom-select{width:100%;position:relative}.rc-custom-select-trigger{color:#fff;cursor:pointer;background:0 0;border:1px solid #374151;border-radius:.25rem;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;transition:border-color .2s;display:flex}.rc-custom-select-trigger:hover,.rc-custom-select-trigger--open{border-color:#4b5563}.rc-custom-select-placeholder{color:#9ca3af}.rc-custom-select-arrow{color:#9ca3af;flex-shrink:0;width:1.25rem;height:1.25rem;transition:transform .2s}.rc-custom-select-arrow--up{transform:rotate(180deg)}.rc-custom-select-dropdown{z-index:50;background:#2a2a2a;border:1px solid #374151;border-radius:.25rem;max-height:200px;animation:.2s rc-dropdown-in;position:absolute;top:calc(100% + .25rem);left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px -1px #0000004d}@keyframes rc-dropdown-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.rc-custom-select-option{color:#fff;cursor:pointer;padding:.75rem 1rem;transition:background-color .15s}.rc-custom-select-option:hover:not(.rc-custom-select-option--disabled){background-color:#4b556380}.rc-custom-select-option--selected{background-color:#4b55634d}.rc-custom-select-option--disabled{color:#6b7280;cursor:not-allowed}:root{color:#fff;--shell-body-bg-image:url(/assets/images/dashboard/BackGround.webp);--shell-main-bg:transparent;--shell-main-fg:#fff;font-family:SCDream,system-ui,-apple-system,sans-serif;line-height:1.5}*,:before,:after{box-sizing:border-box}body{background-image:var(--shell-body-bg-image);color:#fff;background-size:100% 100%;min-height:100vh;margin:0}#root{min-height:100vh;color:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.shell-header{z-index:50;color:#fff;background:#000;position:fixed;top:0;left:0;right:0}.shell-header-inner{justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.shell-header-btn{width:2.5rem;height:2.5rem;color:inherit;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.shell-header-btn img{object-fit:contain;width:2.5rem;height:2.5rem}.shell-logo{object-fit:contain;cursor:pointer;height:2.5rem}.shell-header-actions{align-items:center;gap:.75rem;display:flex}.shell-notification{color:#fff;background:#000;align-items:center;padding:.5rem 1rem;display:flex;overflow:hidden}.shell-notification-fixed{z-index:45;position:fixed;left:0;right:0}.shell-notification-label{white-space:nowrap;flex-shrink:0;align-items:center;gap:.75rem;padding-right:.75rem;font-size:.875rem;display:flex}.shell-notification-scroll{flex:1;position:relative;overflow:hidden}.shell-notification-marquee{white-space:nowrap;align-items:center;animation:15s linear infinite shell-marquee;display:inline-flex}@keyframes shell-marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.shell-page-wrap{background:var(--shell-main-bg,transparent);min-height:100vh;color:var(--shell-main-fg,#fff);padding-top:64px}.shell-side-overlay{z-index:40;background:#00000080;animation:.3s shell-fade-in;position:fixed;inset:64px 0 0}.shell-side-panel{color:#fff;z-index:50;background:#111827;width:300px;max-width:85vw;animation:.3s shell-slide-in;position:fixed;top:64px;bottom:0;left:0;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}@keyframes shell-fade-in{0%{opacity:0}to{opacity:1}}@keyframes shell-slide-in{0%{transform:translate(-100%)}to{transform:translate(0)}}.shell-side-grid{grid-template-columns:1fr 1fr;gap:.25rem;padding:.5rem;display:grid}.shell-side-link{text-align:center;color:#fff;background:#ffffff0f;border-radius:4px;padding:.65rem .5rem;font-size:.8rem;text-decoration:none;display:block}.shell-side-link:hover{background:#ffffff1f}.shell-side-section{border-bottom:1px solid #ffffff14;padding:.75rem .5rem 1rem}.shell-side-section-title{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem .25rem;font-size:.7rem}.shell-side-mypage-bg{background-image:url(/assets/images/sidebar/mypagebg.webp);background-size:100% 100%;width:100%;padding:60px 8px 12px}.shell-side-type-bg{background-image:url(/assets/images/sidebar/typebg1_v3.webp);background-position:top;background-size:cover;width:100%;padding:60px 8px 8px}.shell-side-img-btn{cursor:pointer;background:0 0;border:none;width:100%;height:auto;padding:0;display:block}.shell-side-img-btn:hover{opacity:.8}.shell-side-img-btn img{vertical-align:middle;width:100%;height:auto}.shell-side-logout{cursor:pointer;width:100%;padding:8px}.shell-side-logout img{width:100%;height:auto;display:block}.shell-lang-select{color:#fff;background:#000;border:1px solid #ffffff4d;border-radius:4px;padding:.25rem .35rem;font-size:.75rem}.shell-dashboard{color:#fff;background:linear-gradient(#1f2937 0%,#111827 100%);padding:1rem}.shell-dashboard-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.75rem;display:flex}.shell-dashboard-grid3{grid-template-columns:repeat(3,1fr);gap:.25rem;margin-bottom:1rem;display:grid}.shell-dashboard-btn{color:#fff;cursor:pointer;background:linear-gradient(102deg,#a1acae,#1d1d1d 35%,#2c2c2c 69%,#a1acae);border:1px solid #000;justify-content:center;align-items:center;gap:.35rem;padding:.35rem .25rem;font-size:.65rem;display:flex}.shell-dashboard-wallet{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.shell-dashboard-wallet a{text-align:center;color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:6px;padding:.5rem;font-size:.7rem;text-decoration:none;display:block}.shell-dashboard-wallet a:hover{background:#ffffff24}.shell-main{color:var(--shell-main-fg,#fff);padding:1rem}.match-page-state{flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.match-spinner{border:2px solid #3b82f6;border-top-color:#0000;border-radius:50%;width:3rem;height:3rem;animation:.8s linear infinite match-spin}@keyframes match-spin{to{transform:rotate(360deg)}}.match-betting-root{min-height:200px}
