html.is-desktop{--dt-header-h:60px;--dt-rail-w:240px;--dt-col:1200px;--dt-tile-gap:16px;--dt-header-bg:var(--surface-1);--dt-rail-bg:color-mix(in srgb, var(--surface-1) 62%, var(--bg-base));--dt-line:#ffffff12}html.is-desktop .topbar,html.is-desktop .bottom-nav,html.is-desktop .fab-stack,html.is-desktop .float-service,html.is-desktop .app-banner,html.is-desktop .drawer,html.is-desktop .drawer-backdrop{display:none}html.is-desktop .page-shell{grid-template-columns:var(--dt-rail-w) 1fr;padding-top:var(--dt-header-h)}html.is-desktop main.content{max-width:var(--dt-col);margin:0 auto;padding:30px 0 48px}html.is-desktop .desktop-topbar{z-index:40;height:var(--dt-header-h);background:var(--dt-header-bg);border-bottom:1px solid var(--dt-line);justify-content:space-between;align-items:center;gap:24px;padding:0 20px;display:flex;position:fixed;inset:0 0 auto}html.is-desktop .desktop-topbar .dt-left,html.is-desktop .desktop-topbar .dt-right{align-items:center;gap:16px;min-width:0;display:flex}html.is-desktop .dt-links{align-items:center;gap:24px;margin-left:12px;display:flex}html.is-desktop .dt-links a{color:var(--text);white-space:nowrap;align-items:center;gap:6px;font-size:14px;font-weight:600;display:flex}html.is-desktop .dt-links a:hover{color:var(--primary)}html.is-desktop .dt-links .getapp-pill{background:0 0;border:0;height:auto;padding:0}html.is-desktop .dt-links .getapp-pill .material-symbols-outlined{font-size:18px}html.is-desktop .dt-search{border:1px solid var(--dt-line);height:32px;color:var(--text-faint);background:#00000047;border-radius:999px;align-items:center;gap:6px;padding:0 14px;font-size:13px;display:flex}html.is-desktop .dt-search .material-symbols-outlined{font-size:18px}html.is-desktop .dt-search:hover{color:var(--text);border-color:var(--border-strong)}html.is-desktop .dt-auth{align-items:center;gap:10px;display:flex}html.is-desktop .dt-btn{white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;height:32px;padding:0 20px;font-size:13px;font-weight:700;display:inline-flex}html.is-desktop .dt-btn.gold{background:var(--gold-grad);color:var(--on-primary)}html.is-desktop .dt-btn.gold:hover{filter:brightness(1.06)}html.is-desktop .dt-btn.ghost{color:var(--text);border-color:var(--border-strong);background:0 0}html.is-desktop .dt-btn.ghost:hover{border-color:var(--primary);color:var(--primary)}html.is-desktop .dt-user{color:var(--text);align-items:center;gap:8px;min-width:0;font-size:13px;font-weight:700;display:flex}html.is-desktop .dt-avatar{background:var(--surface-3);border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-size:11px;display:grid;overflow:hidden}html.is-desktop .dt-avatar .avatar-img{object-fit:cover;width:100%;height:100%}html.is-desktop .dt-username{text-overflow:ellipsis;white-space:nowrap;max-width:130px;overflow:hidden}html.is-desktop .dt-wallet{border:1px solid var(--dt-line);background:#00000047;border-radius:999px;align-items:center;gap:6px;height:32px;padding:0 12px;display:flex}html.is-desktop .dt-coin{color:var(--primary);font-size:18px}html.is-desktop .dt-balance{font-family:var(--font-manrope), var(--font-sans), sans-serif;font-variant-numeric:tabular-nums;color:var(--text);font-size:13px;font-weight:700}html.is-desktop .dt-lock{color:var(--text-faint);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}html.is-desktop .dt-lock .material-symbols-outlined{font-size:17px}html.is-desktop .dt-lock.unlocked{color:var(--primary)}html.is-desktop .desktop-sidebar{top:var(--dt-header-h);height:calc(100dvh - var(--dt-header-h));background:var(--dt-rail-bg);flex-direction:column;justify-content:space-between;padding:16px;display:flex;position:sticky;overflow-y:auto;box-shadow:10px 0 10px #00000040}html.is-desktop .ds-auth{align-items:center;gap:16px;height:32px;display:flex}html.is-desktop .ds-btn{border:1px solid #0000;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;height:32px;font-size:13px;font-weight:700;display:inline-flex}html.is-desktop .ds-btn.gold{background:var(--gold-grad);color:var(--on-primary)}html.is-desktop .ds-btn.ghost{color:var(--text);border-color:var(--border-strong)}html.is-desktop .ds-btn.ghost:hover{border-color:var(--primary);color:var(--primary)}html.is-desktop .ds-signout{width:100%;height:36px;margin-top:14px}html.is-desktop .ds-signout .material-symbols-outlined{font-size:18px}html.is-desktop .ds-profile{align-items:center;gap:10px;display:flex}html.is-desktop .ds-avatar{background:var(--surface-3);border:2px solid var(--primary);width:42px;height:42px;color:var(--text);border-radius:50%;flex:none;place-items:center;font-size:14px;font-weight:700;display:grid;overflow:hidden}html.is-desktop .ds-avatar .avatar-img{object-fit:cover;width:100%;height:100%}html.is-desktop .ds-profile-meta{flex-direction:column;gap:2px;min-width:0;display:flex}html.is-desktop .ds-vip{color:var(--text);font-size:14px;font-weight:800}html.is-desktop .ds-un{color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}html.is-desktop .ds-nav{flex-direction:column;gap:8px;margin-top:24px;display:flex}html.is-desktop .ds-nav-item{height:48px;color:var(--text-faint);border-radius:8px;align-items:center;gap:10px;padding:0 12px;font-size:13px;font-weight:600;display:flex}html.is-desktop .ds-nav-item .material-symbols-outlined{font-size:22px}html.is-desktop .ds-nav-item:hover{color:var(--text);background:#ffffff0a}html.is-desktop .ds-nav-item.active{color:var(--on-primary);background:var(--gold-grad);font-weight:800}html.is-desktop .ds-bottom{flex-direction:column;gap:10px;padding-top:16px;display:flex}html.is-desktop .ds-lang{display:flex}html.is-desktop .ds-chat{height:40px;color:var(--text);background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}html.is-desktop .ds-chat:hover{background:color-mix(in srgb, var(--primary) 16%, transparent)}html.is-desktop .ds-chat .material-symbols-outlined{font-size:18px}html.is-desktop .home-content .hero-row{margin:0 0 18px}html.is-desktop .home-content .hero-row img{border-radius:10px}html.is-desktop .home-content .announcement-bar{margin-bottom:40px}html.is-desktop .dcat-rail{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:24px;margin-bottom:47px;padding-top:60px;display:grid}html.is-desktop .dcat-card{background:linear-gradient(135deg, var(--dcat-a), var(--dcat-b));border-radius:8px;justify-content:center;align-items:center;height:170px;transition:transform .16s;display:flex;position:relative;overflow:visible}html.is-desktop .dcat-card:after{content:"";background:linear-gradient(#0000 40%,#00000073);border-radius:8px;position:absolute;inset:0}html.is-desktop .dcat-card:hover{transform:translateY(-4px)}html.is-desktop .dcat-art{background:radial-gradient(circle at 50% 45%,#ffffff38,#0000 68%);border-radius:50%;place-items:center;width:92px;height:92px;display:grid;position:absolute;top:-46px;left:50%;transform:translate(-50%)}html.is-desktop .dcat-art .material-symbols-outlined{color:#fff;filter:drop-shadow(0 6px 14px #0000008c);font-size:64px}html.is-desktop .dcat-label{z-index:1;font-family:var(--font-display), var(--font-sans), sans-serif;color:#fff;text-shadow:0 2px 10px #00000080;font-size:32px;font-weight:700;position:relative}html.is-desktop .dcat-lotto{--dcat-a:#7b2ff7;--dcat-b:#f107a3}html.is-desktop .dcat-slot{--dcat-a:#b45309;--dcat-b:#f5b017}html.is-desktop .dcat-live{--dcat-a:#1d4ed8;--dcat-b:#7c3aed}html.is-desktop .dcat-fish{--dcat-a:#0e7490;--dcat-b:#22d3a6}html.is-desktop .dcat-table{--dcat-a:#991b1b;--dcat-b:#f97316}html.is-desktop .dcat-sports{--dcat-a:#065f46;--dcat-b:#84cc16}html.is-desktop .home-content .hs-section{margin-bottom:47px}html.is-desktop .home-content .hs-head{gap:8px;margin-bottom:25px}html.is-desktop .home-content .hs-head h3{font-size:24px;font-weight:700}html.is-desktop .home-content .hs-all{border-radius:8px;min-width:124px;height:38px;padding:0 30px;font-size:14px;font-weight:700}html.is-desktop .home-content .hs-nav{gap:10px}html.is-desktop .home-content .hs-nav-btn{border-radius:50%;width:38px;height:38px}html.is-desktop .home-content .hs-track{grid-auto-columns:calc((100% - 5 * var(--dt-tile-gap)) / 6);gap:20px var(--dt-tile-gap)}html.is-desktop .home-content .hs-track.is-line{grid-auto-columns:calc((100% - (var(--hs-line) - 1) * var(--dt-tile-gap)) / var(--hs-line))}html.is-desktop .home-content .hs-track.is-line .hs-name{font-size:14px}html.is-desktop .home-content .hs-thumb{border-radius:8px}html.is-desktop .home-content .hs-name{font-size:14px}html.is-desktop .ds-avatar,html.is-desktop .dt-avatar{position:relative;overflow:hidden}html.is-desktop .desktop-topbar .brand-wordmark{flex:none}html.is-desktop .desktop-topbar .bw-logo{width:36px;height:36px}html.is-desktop .desktop-topbar .bw-word{font-size:20px}html.is-desktop .pc-shell{display:block}html.is-desktop .pc-backdrop{z-index:50;background:#0009;display:block;position:fixed;inset:0}html.is-desktop .pc-panel{z-index:51;border-radius:10px;grid-template-columns:180px minmax(0,1fr);width:min(1290px,100vw - 80px);height:min(620px,100dvh - 140px);display:grid;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 30px 80px -20px #000c}html.is-desktop .pc-rail{background:linear-gradient(180deg, var(--gold-hot), var(--primary), var(--gold-deep));flex-direction:column;display:flex;overflow-y:auto}html.is-desktop .pc-title{font-family:var(--font-display), var(--font-sans), sans-serif;color:var(--on-primary);padding:28px 16px;font-size:26px;font-weight:800;line-height:1.15}html.is-desktop .pc-nav{flex-direction:column;display:flex}html.is-desktop .pc-item{height:50px;color:var(--on-primary);align-items:center;gap:10px;padding:0 10px;font-size:15px;line-height:1.15;display:flex}html.is-desktop .pc-item .material-symbols-outlined{flex:none;font-size:20px}html.is-desktop .pc-item-label{min-width:0}html.is-desktop .pc-item:hover{background:#ffffff47}html.is-desktop .pc-item.active{background:#ffffff80;font-weight:700}html.is-desktop .pc-body{background:#fff;min-width:0;display:block;overflow-y:auto}html.is-desktop .pc-body>main.content,html.is-desktop .pc-body>.msub-page{max-width:none;height:auto;min-height:100%;margin:0;padding:0;overflow:visible}html.is-desktop .pc-close{z-index:52;color:#fff;background:#ffffff1f;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:fixed;top:calc(50% + -1*min(310px,50dvh - 70px) - 48px);left:calc(50% + min(645px,50vw - 40px) - 36px)}html.is-desktop .pc-close:hover{background:#ffffff3d}html.is-desktop .pc-body>*,html.is-desktop .pc-body>*>*{min-height:0}
