@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");:root{--background-1:#121212;--background-2:#1b1b1b;--background-3:#232323;--background-4:#2c2c2c;--foreground-1:#ffffff;--foreground-2:rgba(255,255,255,0.72);--foreground-3:rgba(255,255,255,0.5);--foreground-4:rgba(255,255,255,0.32);--primary:#816bff;--primary-dim:rgba(129,107,255,0.16);--divider:rgba(255,255,255,0.08);--header-height:64px;--header-height-mobile:52px;--sidebar-width:280px;--max-width:1600px}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--background-1);color:var(--foreground-1);font-family:Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Malgun Gothic,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit}[role=button],a,button,label{cursor:pointer}a svg,button svg{pointer-events:none}input{font-family:inherit}::selection{background:var(--primary);color:#fff}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--background-1);border-bottom:1px solid var(--divider)}.header.overlay{background:transparent;border-bottom-color:transparent;transition:background .2s ease,border-color .2s ease}.header.overlay:before{content:"";position:absolute;inset:0 0 auto;height:calc(var(--header-height) + 44px);background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.26) 46%,transparent);pointer-events:none;transition:opacity .2s ease}.header.overlay.scrolled:before{opacity:0}.header.overlay .header-desktop,.header.overlay .header-mobile{position:relative;z-index:1}.header.overlay.scrolled{background:var(--background-1);border-bottom-color:var(--divider)}.header-desktop{gap:28px;height:var(--header-height);padding:0 40px;max-width:var(--max-width);margin:0 auto}.header-desktop,.header-logo{display:flex;align-items:center}.header-logo{color:var(--foreground-1);flex:none}.header-logo a{display:flex;align-items:center}.header-logo svg{display:block}.header-links{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:600;color:var(--foreground-2)}.header-links a{position:relative;display:inline-flex;align-items:center;gap:2px;white-space:nowrap;transition:color .15s ease}.header-links a.active,.header-links a:hover{color:var(--foreground-1)}.new-badge{display:inline-flex;align-items:center;justify-content:center;min-width:14px;height:14px;padding:0 3px;margin-left:2px;border-radius:7px;background:var(--primary);color:#fff;font-size:9px;font-weight:700;line-height:1;transform:translateY(-6px)}.header-right{display:flex;align-items:center;gap:18px;margin-left:auto}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--foreground-1);cursor:pointer;transition:color .15s ease,background .15s ease}.icon-button:hover{color:#fff;background:rgba(255,255,255,.1)}.icon-button svg{display:block}.header-search{position:relative}.header-search,.search-box{display:flex;align-items:center}.search-box{gap:8px;width:340px;height:38px;padding:0 8px 0 12px;border-radius:6px;background:var(--background-3);color:var(--foreground-3)}.header.overlay:not(.scrolled) .search-box{background:rgba(255,255,255,.16)}.search-box input{flex:1 1;min-width:0;border:0;outline:0;background:transparent;color:var(--foreground-1);font-size:14px}.search-box input::placeholder{color:var(--foreground-3)}.search-box .icon-button{width:24px;height:24px;color:var(--foreground-3)}.search-suggest{position:absolute;right:0;top:calc(100% + 8px);z-index:30;width:340px;padding:16px 0 10px;border-radius:8px;background:var(--background-2);box-shadow:0 10px 30px rgba(0,0,0,.6)}.search-suggest-title{margin:0 20px 8px;font-size:14px;font-weight:700;color:var(--primary)}.search-suggest-list{list-style:none;margin:0;padding:0;max-height:60vh;overflow-y:auto}.search-suggest-list button{display:flex;align-items:center;gap:12px;width:100%;padding:9px 20px;border:0;background:transparent;color:var(--foreground-1);font-size:14px;text-align:left;cursor:pointer}.search-suggest-list button:hover{background:rgba(255,255,255,.06)}.search-suggest-list .rank{flex:none;width:16px;text-align:center;font-weight:700;color:var(--foreground-2)}.search-suggest-list .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.login-link{flex:none;font-size:14px;font-weight:600;color:var(--foreground-1);white-space:nowrap}.login-link:hover{color:var(--primary)}.header-account{display:flex;align-items:center;gap:14px}.header-account-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:var(--foreground-2)}.header-account .login-link{border:0;padding:0;background:none;font-family:inherit;cursor:pointer}.header-mobile{display:none;align-items:center;height:var(--header-height-mobile);padding:0 12px}.header-mobile .header-logo{margin:0 auto}.header-mobile-icons{display:flex;align-items:center;gap:4px;width:72px;justify-content:flex-end}.header-mobile-left{width:72px}.mobile-search{position:fixed;inset:0;z-index:300;background:var(--background-1);overflow-y:auto}.mobile-search-bar{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--divider)}.mobile-search-bar .search-box{flex:1 1;width:auto;height:40px}.mobile-search .search-suggest{position:static;width:auto;padding:20px 0;border-radius:0;background:transparent;box-shadow:none}.mobile-search .search-suggest-list button{padding:12px 20px;font-size:15px}.item-card{display:block;width:100%}.item-card-thumb{position:relative;width:100%;aspect-ratio:16/9;border-radius:6px;overflow:hidden;background:var(--background-3)}.item-card-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.item-card:hover .item-card-thumb img{transform:scale(1.04)}.badge-list{position:absolute;display:flex;gap:4px}.badge-list.top-left{top:6px;left:6px}.badge-list.bottom-left{bottom:6px;left:6px}.badge{display:inline-flex;align-items:center;height:18px;padding:0 6px;border-radius:3px;font-size:11px;font-weight:700;line-height:1;letter-spacing:-.2px}.item-card-title{margin:8px 2px 0;font-size:14px;font-weight:500;line-height:1.35;color:var(--foreground-1);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.finder-layout{max-width:var(--max-width);margin:0 auto;padding:0 40px}.page-title{margin:28px 0 20px;font-size:24px;font-weight:700}.finder-body{display:flex;align-items:flex-start;gap:32px;padding-bottom:80px}.finder-sidebar{flex:none;width:var(--sidebar-width);position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + 16px);max-height:calc(100vh - var(--header-height) - 48px);overflow-y:auto;padding-right:8px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.24) transparent}.finder-sidebar::-webkit-scrollbar{width:6px}.finder-sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.24);border-radius:3px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px}.sidebar-header .filter-text{font-size:17px;font-weight:700}.reset-button{display:inline-flex;align-items:center;gap:2px;padding:0;border:0;background:transparent;color:var(--foreground-3);font-size:13px}.reset-button:hover{color:var(--foreground-1)}.filter-divider{height:1px;background:var(--divider);margin:0}.filter-group{padding:16px 0;display:flex;flex-direction:column;gap:12px}.filter-header{display:flex;align-items:center;justify-content:space-between}.filter-header h2{margin:0;font-size:15px;font-weight:700}.more-button{display:inline-flex;align-items:center;padding:0;border:0;background:transparent;color:var(--foreground-3);font-size:13px}.more-button:hover{color:var(--foreground-1)}.check-label{display:flex;align-items:center;gap:8px;border:0;padding:0;background:transparent;color:var(--foreground-2);font-size:14px;text-align:left}.check-label.active,.check-label:hover{color:var(--foreground-1)}.check-label.active{font-weight:600}.check-label .check-icon{flex:none;color:var(--foreground-4)}.check-label.active .check-icon{color:var(--primary)}.finder-main{flex:1 1;min-width:0}.result-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px}.result-count{font-size:15px;font-weight:600;color:var(--foreground-2)}.sort-menu{position:relative}.sort-trigger{display:inline-flex;align-items:center;gap:4px;border:0;padding:0;background:transparent;color:var(--foreground-1);font-size:14px;font-weight:600}.sort-dropdown{position:absolute;right:0;top:calc(100% + 8px);z-index:20;min-width:120px;padding:6px 0;border-radius:6px;background:var(--background-3);box-shadow:0 6px 20px rgba(0,0,0,.5)}.sort-dropdown button{display:block;width:100%;padding:9px 16px;border:0;background:transparent;color:var(--foreground-2);font-size:14px;text-align:left}.sort-dropdown button:hover{background:var(--background-4);color:var(--foreground-1)}.sort-dropdown button.active{color:var(--primary);font-weight:600}.item-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(212px,1fr));grid-gap:24px 16px;gap:24px 16px}.empty-state{padding:80px 0;text-align:center;color:var(--foreground-3);font-size:15px}.mobile-filter-bar{display:none}.daily-wrapper{max-width:var(--max-width);margin:0 auto;padding:0 40px 80px}.daily-notices{display:flex;flex-direction:column;gap:6px;padding:16px 20px;margin-bottom:28px;border-radius:8px;background:var(--background-2)}.daily-notice{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.5;color:var(--foreground-2)}.daily-notice .icon-slot{flex:none;width:24px;height:20px;color:var(--foreground-3)}.daily-notice .icon-slot.hidden{visibility:hidden}.daily-table{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:20px 12px;gap:20px 12px}.daily-column{min-width:0;display:flex;flex-direction:column;gap:16px}.daily-column h3{position:-webkit-sticky;position:sticky;top:var(--header-height);z-index:5;margin:0;padding:10px 0;background:var(--background-1);font-size:15px;font-weight:700;text-align:center}.daily-column h3.today{color:var(--primary)}.daily-tabs{display:none}.search-screen{max-width:var(--max-width);margin:0 auto;padding:0 40px 80px}.search-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:28px 0 20px}.search-page-header h2{margin:0;font-size:22px;font-weight:700}.search-keyword{color:var(--primary)}.search-toggle{display:inline-flex;align-items:center;gap:6px;border:0;padding:0;background:transparent;color:var(--foreground-2);font-size:14px}.search-toggle.active{color:var(--foreground-1)}.search-toggle .check-icon{color:var(--foreground-4)}.search-toggle.active .check-icon{color:var(--primary)}.search-result-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(212px,1fr));grid-gap:24px 16px;gap:24px 16px}@media (max-width:1024px){.daily-wrapper,.finder-layout,.search-screen{padding-left:16px;padding-right:16px}.header-desktop{display:none}.header-mobile{display:flex}.header.overlay .header-mobile{color:#fff}.finder-sidebar{display:none}.finder-sidebar.open{display:block;position:fixed;inset:0;width:100%;max-height:none;z-index:200;padding:16px 20px 40px;background:var(--background-1);overflow-y:auto}.mobile-filter-bar{display:block;padding-bottom:12px}.mobile-filter-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0}.filter-button{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid var(--divider);border-radius:16px;background:transparent;color:var(--foreground-1);font-size:13px;font-weight:600}.result-header{display:none}.daily-table{grid-template-columns:1fr}.daily-column h3{display:none}.daily-tabs{display:flex;gap:4px;position:-webkit-sticky;position:sticky;top:var(--header-height-mobile);z-index:10;padding:8px 0;background:var(--background-1);overflow-x:auto}.daily-tab{flex:1 1;min-width:44px;padding:8px 0;border:0;border-radius:16px;background:transparent;color:var(--foreground-3);font-size:14px;font-weight:600}.daily-tab.active{background:var(--primary-dim);color:var(--primary)}.item-grid,.search-result-list{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px 10px}.page-title,.search-page-header h2{font-size:20px}}@media (max-width:480px){.item-grid,.search-result-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1024px){.daily-column[data-active=false]{display:none}.daily-column{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:20px 10px;gap:20px 10px}}.home{padding-bottom:80px}.hero{position:relative;margin-top:calc(-1 * var(--header-height));width:100%;aspect-ratio:1920/810;max-height:660px;min-height:420px;overflow:hidden;background:var(--background-2)}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover;display:block}.hero-scrim{background:linear-gradient(90deg,rgba(10,10,10,.92) 0,rgba(10,10,10,.6) 42%,rgba(10,10,10,0) 72%),linear-gradient(0deg,var(--background-1) 0,rgba(18,18,18,0) 32%);pointer-events:none}.hero-inner,.hero-scrim{position:absolute;inset:0}.hero-inner{display:flex;align-items:center;max-width:var(--max-width);margin:0 auto;padding:var(--header-height) 40px 0 72px}.hero-text{max-width:46%}.hero-label{margin:0 0 10px;font-size:13px;font-weight:700;color:var(--primary)}.hero-logo{display:block;width:auto;height:auto;max-width:min(420px,34vw);max-height:150px;object-fit:contain;filter:drop-shadow(0 2px 10px rgba(0,0,0,.5))}.hero-title{margin:0;font-size:clamp(28px,3.1vw,46px);font-weight:800;line-height:1.18;letter-spacing:-1px;text-shadow:0 2px 14px rgba(0,0,0,.6)}.hero-desc{margin:16px 0 0;font-size:17px;font-weight:600;color:var(--foreground-1);line-height:1.5;color:var(--foreground-2)}.hero-cta{display:inline-flex;align-items:center;gap:2px;margin-top:24px;height:40px;padding:0 14px 0 18px;border-radius:4px;background:#fff;color:#121212;font-size:15px;font-weight:700}.hero-cta:hover{background:rgba(255,255,255,.86)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;padding:0;background:transparent;color:rgba(255,255,255,.75)}.hero-arrow:hover{color:#fff}.hero-arrow.left{left:10px}.hero-arrow.right{right:10px}.hero-dots{position:absolute;right:40px;bottom:28px;z-index:4;display:flex;gap:8px}.hero-dot{width:7px;height:7px;border:0;padding:0;border-radius:50%;background:rgba(255,255,255,.35)}.hero-dot.active{background:#fff}.home-sections{position:relative;max-width:var(--max-width);margin:0 auto;padding:4px 40px 0}.row-arrow{position:absolute;top:calc(50% - 22px);transform:translateY(-50%);z-index:3;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:50%;background:rgba(20,20,20,.85);color:var(--foreground-1);box-shadow:0 2px 10px rgba(0,0,0,.5)}.row-arrow:hover{background:var(--background-4)}.row-arrow.left{left:-18px}.row-arrow.right{right:-18px}@media (max-width:1024px){.hero{margin-top:calc(-1 * var(--header-height-mobile));aspect-ratio:16/11;min-height:0}.hero-inner{align-items:flex-end;padding:0 16px 52px}.hero-logo{max-width:62vw;max-height:104px}.hero-text{max-width:100%}.hero-arrow{display:none}.hero-dots{right:16px;bottom:18px}.home-sections{padding-left:16px;padding-right:16px}.row-arrow{display:none}}.notice-button{position:relative;display:inline-flex;align-items:center;height:30px;padding:0 12px;border:1px solid var(--divider);border-radius:6px;background:transparent;color:var(--foreground-1);font-size:13px;font-weight:600}.notice-button.open,.notice-button:hover{background:rgba(255,255,255,.08)}.notice-dot{position:absolute;top:-3px;right:-3px;width:7px;height:7px;border-radius:50%;background:#ff4d4f}.notice-panel{list-style:none;margin:0 0 16px;padding:14px 18px;border-radius:8px;background:var(--background-2);display:flex;flex-direction:column;gap:6px}.notice-panel li{font-size:13px;line-height:1.5;color:var(--foreground-2)}.day-tabs{display:flex;gap:10px;margin-bottom:18px}.day-tab{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:0;border-radius:50%;background:var(--background-4);color:var(--foreground-1);font-size:15px;font-weight:700;transition:background .15s ease,color .15s ease}.day-tab:hover{background:#3a3a3a}.day-tab.active{background:var(--primary);color:#fff}@media (max-width:1024px){.day-tab{width:40px;height:40px;font-size:14px}.day-tabs{gap:8px;overflow-x:auto;scrollbar-width:none}.day-tabs::-webkit-scrollbar{display:none}}.home-row{margin-top:44px}.home-row-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.home-row-header h2{margin:0;font-size:22px;font-weight:800;letter-spacing:-.4px}.show-more{display:inline-flex;align-items:center;gap:2px;margin-left:auto;font-size:14px;color:var(--foreground-2)}.show-more:hover{color:var(--foreground-1)}.home-row-viewport{position:relative}.home-row-list{list-style:none;display:flex;gap:10px;margin:0;padding:0 0 4px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.home-row-list::-webkit-scrollbar{display:none}.home-row-list>li{flex:none;width:244px;scroll-snap-align:start}.live-row .home-row-list>li{width:280px}.live-progress{position:absolute;left:8px;right:8px;bottom:8px;height:3px;border-radius:2px;background:rgba(255,255,255,.35);overflow:hidden}.live-progress span{display:block;width:42%;height:100%;background:var(--primary)}.badge.live{background:#ff4d4f;color:#fff}.live-meta{display:flex;align-items:center;gap:8px;margin-top:10px}.live-logo{flex:none;width:28px;height:28px;border-radius:50%;object-fit:cover}.live-name{margin:0;font-size:14px;font-weight:700}.live-program{display:block;margin-top:2px;font-size:13px;color:var(--foreground-3)}.rank-tabs{display:flex;gap:8px;margin-bottom:18px}.rank-tab{height:34px;padding:0 18px;border:1px solid var(--divider);border-radius:17px;background:transparent;color:var(--foreground-2);font-size:14px;font-weight:700}.rank-tab:hover{color:var(--foreground-1)}.rank-tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.rank-row .home-row-list>li{width:260px}.rank-card{display:block;position:relative}.rank-poster{width:100%;aspect-ratio:380/538;border-radius:6px;overflow:hidden;background:var(--background-3)}.rank-poster img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.rank-card:hover .rank-poster img{transform:scale(1.04)}.rank-number-svg{position:absolute;left:4px;bottom:42px;width:42px;height:88px;fill:#fff;filter:drop-shadow(0 2px 6px rgba(0,0,0,.7));pointer-events:none}.rank-title{margin:8px 2px 0;font-size:14px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vertical-row .home-row-list>li{width:300px}.vertical-card{display:block;width:100%;aspect-ratio:2/3;border-radius:6px;overflow:hidden;background:var(--background-3)}.vertical-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.vertical-card:hover img{transform:scale(1.03)}.event-row .home-row-list>li{width:420px}.event-card{display:block;width:100%;aspect-ratio:3/1;border-radius:8px;overflow:hidden;background:var(--background-3)}.event-card img{width:100%;height:100%;object-fit:cover;display:block}.membership-banner{display:flex;align-items:center;justify-content:center;margin-top:44px;padding:26px 20px;border-radius:10px;background:#ece8ff}.membership-banner img{width:min(369px,80%);height:auto;display:block}@media (max-width:1024px){.home-row{margin-top:34px}.home-row-header h2{font-size:18px}.home-row-list>li,.live-row .home-row-list>li{width:180px}.rank-row .home-row-list>li{width:160px}.rank-number-svg{width:30px;height:64px;bottom:40px}.vertical-row .home-row-list>li{width:180px}.event-row .home-row-list>li{width:280px}.membership-banner{padding:18px 16px}}.modal-backdrop{position:fixed;inset:0;z-index:400;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;background:rgba(0,0,0,.72);overflow-y:auto;animation:modal-fade .15s ease}@keyframes modal-fade{0%{opacity:0}}.modal{position:relative;width:min(1000px,100%);border-radius:10px;background:var(--background-1);box-shadow:0 24px 70px rgba(0,0,0,.7)}.modal-loading{padding:120px 0;text-align:center;color:var(--foreground-3)}.modal-head{position:relative;min-height:420px;display:flex;align-items:flex-end;overflow:hidden;border-radius:10px 10px 0 0}.modal-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.modal-bg-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,14,18,.95),rgba(14,14,18,.72) 45%,rgba(14,14,18,.45)),linear-gradient(0deg,rgba(14,14,18,.95),rgba(14,14,18,.2) 55%)}.modal-head-actions{position:absolute;top:12px;right:12px;z-index:3;display:flex;gap:4px}.modal-head-inner{position:relative;z-index:2;display:flex;align-items:flex-end;gap:24px;width:100%;padding:28px 32px 26px}.modal-head-text{flex:1 1;min-width:0}.modal-chips{display:flex;gap:6px;margin-bottom:14px}.modal-chip{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:4px;background:rgba(255,255,255,.16);font-size:13px;font-weight:700}.modal-chip.rating{background:var(--primary);color:#fff}.modal-chip.only{background:#fff;color:#121212}.modal-title{margin:0;font-size:34px;font-weight:800;line-height:1.2;letter-spacing:-.8px}.modal-meta{display:flex;align-items:center;gap:8px;margin:12px 0 0;font-size:14px;color:var(--foreground-2)}.age-badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#f5c518;color:#121212;font-size:11px;font-weight:800}.modal-actions{display:flex;align-items:center;gap:28px;margin-top:22px}.play-button{gap:12px;border:0;padding:0;background:transparent;color:var(--foreground-1);font-size:17px;font-weight:700}.play-button,.play-circle{display:inline-flex;align-items:center}.play-circle{justify-content:center;width:46px;height:46px;border-radius:50%;background:#fff;color:#121212}.modal-action{display:inline-flex;flex-direction:column;align-items:center;gap:4px;border:0;padding:0;background:transparent;color:var(--foreground-1);font-size:12px}.modal-action.on{color:var(--primary)}.modal-desc{position:relative;margin:22px 0 0;max-width:62ch;font-size:14px;line-height:1.6;color:var(--foreground-2);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.modal-desc.expanded{display:block}.more-link{position:absolute;right:0;bottom:0;border:0;padding:0 0 0 34px;background:linear-gradient(90deg,rgba(16,16,20,0),rgba(16,16,20,.92) 45%);color:var(--foreground-1);font-size:14px;font-weight:700;line-height:1.6}.modal-poster{flex:none;width:190px;aspect-ratio:2/3;object-fit:cover;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.55)}.modal-body{padding:0 32px 36px}.modal-tabs{display:flex;gap:26px;border-bottom:1px solid var(--divider);margin-bottom:22px}.modal-tab{position:relative;padding:16px 0;border:0;background:transparent;color:var(--foreground-3);font-size:15px;font-weight:700}.modal-tab:hover{color:var(--foreground-1)}.modal-tab.active{color:var(--primary)}.modal-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--primary)}.episode-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.series-select{position:relative}.series-button{display:inline-flex;align-items:center;gap:6px;max-width:420px;height:42px;padding:0 14px;border:1px solid var(--divider);border-radius:6px;background:transparent;color:var(--foreground-1);font-size:15px;font-weight:700}.series-dropdown{position:absolute;left:0;top:calc(100% + 6px);z-index:10;min-width:100%;max-width:520px;max-height:320px;overflow-y:auto;list-style:none;margin:0;padding:8px 0;border-radius:8px;background:var(--background-2);box-shadow:0 12px 34px rgba(0,0,0,.6)}.series-dropdown a{display:block;padding:12px 22px;font-size:15px;color:var(--foreground-2);white-space:nowrap}.series-dropdown a:hover{background:rgba(255,255,255,.06);color:var(--foreground-1)}.series-dropdown a.active{color:var(--primary);font-weight:700}.sort-toggle{display:inline-flex;gap:4px;border:0;padding:0;background:transparent;font-size:14px}.channel-banner,.sort-toggle{align-items:center;color:var(--foreground-1)}.channel-banner{display:flex;gap:14px;padding:16px 18px;margin-bottom:20px;border-radius:8px;background:#000}.channel-banner img{width:40px;height:40px;border-radius:50%;object-fit:cover}.channel-banner div{flex:1 1;min-width:0}.channel-banner strong{display:block;font-size:15px}.channel-banner span{display:block;margin-top:4px;font-size:13px;color:var(--foreground-3)}.episode-list{list-style:none;margin:0;padding:0}.episode{display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--divider)}.episode-link{flex:1 1;min-width:0;display:flex;gap:18px;padding:18px 0}.episode-download{flex:none;display:grid;justify-items:end;grid-gap:5px;gap:5px}.episode-download-button{padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:7px;color:#fff;background:var(--background-3);font-size:13px;white-space:nowrap}.episode-download-button:disabled{opacity:.55;cursor:default}.episode-download-status{max-width:180px;color:var(--foreground-3);font-size:11px;text-align:right;overflow-wrap:anywhere}.episode-download-status.error{color:#ff8b8b}.episode-link:hover .episode-title{color:var(--primary)}.episode-thumb{flex:none;width:220px;aspect-ratio:16/9;border-radius:6px;overflow:hidden;background:var(--background-3)}.episode-thumb img{width:100%;height:100%;object-fit:cover;display:block}.episode-info{min-width:0}.episode-title{margin:0;font-size:16px;font-weight:700}.episode-sub{margin:6px 0 0}.episode-desc,.episode-sub{font-size:13px;color:var(--foreground-3)}.episode-desc{margin:10px 0 0;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.modal-empty{padding:48px 0;text-align:center;color:var(--foreground-3);font-size:14px}.review-summary{padding-top:8px}.review-score{display:flex;align-items:baseline;gap:12px}.review-score .score{font-size:40px;font-weight:800}.review-score .stars{color:var(--primary);font-size:18px}.review-score .count{font-size:14px;color:var(--foreground-3)}.similar-grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:20px 14px;gap:20px 14px;margin:0;padding:4px 0 0}.similar-poster{width:100%;aspect-ratio:2/3;border-radius:6px;overflow:hidden;background:var(--background-3)}.similar-poster img{width:100%;height:100%;object-fit:cover;display:block}.similar-title{margin:8px 2px 0;font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:1024px){.modal-backdrop{padding:0}.modal{width:100%;min-height:100%;border-radius:0}.modal-head{min-height:340px}.modal-head-inner{padding:20px 16px}.modal-poster{display:none}.modal-title{font-size:24px}.modal-body{padding:0 16px 32px}.modal-tabs{gap:18px;overflow-x:auto;scrollbar-width:none}.episode-thumb{width:140px}.episode{gap:8px}.episode-link{gap:10px}.episode-download-button{padding:7px 8px;font-size:12px}.episode-download-status{max-width:92px}.series-button{max-width:210px}}.player-missing{padding:120px 0;text-align:center;color:var(--foreground-3)}.player-page{display:grid;grid-template-columns:minmax(0,1fr) 400px;grid-gap:24px;gap:24px;max-width:var(--max-width);margin:0 auto;padding:20px 40px 80px;align-items:start}.player-video{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:6px;overflow:hidden}.player-fallback{width:100%;height:100%;object-fit:cover;opacity:.35}.player-local-video{display:block;object-fit:contain}.hls-player-wrap,.player-local-video{width:100%;height:100%;background:#000}.hls-player-wrap{position:relative;outline:none}.hls-center-play{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:68px;height:68px;transform:translate(-50%,-50%);border:0;border-radius:50%;color:#fff;background:rgba(16,16,16,.68);cursor:pointer}.hls-center-play:hover{background:var(--primary)}.hls-controls{position:absolute;z-index:2;inset:auto 0 0;padding:30px 16px 12px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.85))}.hls-progress-row{height:16px;display:flex;align-items:center}.hls-seek,.hls-volume{accent-color:var(--primary);cursor:pointer}.hls-seek{width:100%;height:4px}.hls-seek:hover{height:6px}.hls-control-buttons,.hls-controls-left,.hls-controls-right{display:flex;align-items:center}.hls-control-buttons{justify-content:space-between;gap:16px}.hls-controls-left,.hls-controls-right{gap:12px}.hls-control-button{display:grid;place-items:center;width:30px;height:32px;padding:0;border:0;color:#fff;background:transparent}.hls-control-button:hover{color:#c3b8ff}.hls-time{color:rgba(255,255,255,.9);font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.hls-time i{margin:0 4px;color:rgba(255,255,255,.55);font-style:normal}.hls-volume{width:84px;height:4px}.hls-player-error{position:absolute;inset:auto 16px 48px;padding:10px 14px;border-radius:8px;color:#fff;background:rgba(0,0,0,.78);text-align:center;font-size:13px}.player-boundary{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:rgba(0,0,0,.55)}.player-boundary p{margin:0;font-size:15px;color:var(--foreground-1)}.player-boundary .episode-download{justify-items:center}.player-boundary .episode-download-button{height:40px;padding:0 28px;border:0;background:var(--primary);font-size:15px;font-weight:700}.player-boundary .episode-download-status{max-width:320px;text-align:center}.player-boundary .player-login{border:1px solid rgba(255,255,255,.25);background:rgba(40,40,40,.8);font-weight:500}.player-login{display:inline-flex;align-items:center;height:40px;padding:0 28px;border-radius:6px;background:var(--primary);color:#fff;font-size:15px;font-weight:700}.player-meta{padding:20px 2px 0}.player-item-title{font-size:14px;color:var(--foreground-3)}.player-item-title:hover{color:var(--foreground-1)}.player-episode-row{gap:8px;margin-top:6px}.player-episode-row,.player-episode-row .episode-download{display:flex;align-items:center}.player-episode-title{flex:1 1;min-width:0;margin:0;font-size:20px;font-weight:700}.player-summary{position:relative;margin:14px 0 0;font-size:14px;line-height:1.6;color:var(--foreground-2);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.player-summary.expanded{display:block}.player-summary .more-link{background:linear-gradient(90deg,rgba(18,18,18,0) 0,var(--background-1) 45%)}.player-side{border:1px solid var(--divider);border-radius:8px;overflow:hidden;background:var(--background-2)}.player-side-header button{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:16px 18px;border:0;background:transparent;color:var(--foreground-1);font-size:15px;font-weight:700;text-align:left}.player-episode-list{list-style:none;margin:0;padding:0 0 8px;max-height:648px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.24) transparent}.player-episode-list::-webkit-scrollbar{width:6px}.player-episode-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.24);border-radius:3px}.player-episode-list a{display:flex;gap:12px;padding:10px 16px}.player-episode-list a:hover{background:rgba(255,255,255,.05)}.player-episode-list li.current a{background:rgba(129,107,255,.14)}.player-episode-list li.current .title{color:var(--primary)}.player-episode-thumb{flex:none;width:124px;aspect-ratio:16/9;border-radius:4px;overflow:hidden;background:var(--background-3)}.player-episode-thumb img{width:100%;height:100%;object-fit:cover;display:block}.player-episode-info{min-width:0;padding-top:2px}.player-episode-info .title{margin:0;font-size:14px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.player-episode-info .time{margin:6px 0 0;font-size:12px;color:var(--foreground-3)}.comment-section{margin-top:32px}.comment-input{width:100%;min-height:52px;padding:16px;border:1px solid var(--divider);border-radius:8px;background:var(--background-2);color:var(--foreground-1);font-size:14px;resize:none}.comment-input::placeholder{color:var(--foreground-4)}.comment-header{display:flex;align-items:center;justify-content:space-between;padding:22px 2px 10px}.comment-count{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:700}.comment-list{list-style:none;margin:0;padding:0}.comment{display:flex;gap:12px;padding:18px 2px;border-top:1px solid var(--divider)}.comment-avatar{flex:none;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--background-4);color:var(--foreground-3)}.comment-body{flex:1 1;min-width:0}.comment-meta{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--foreground-2)}.comment-name{font-weight:700;color:var(--foreground-1)}.comment-created{color:var(--foreground-4)}.comment-text{margin:8px 0 0;font-size:14px;line-height:1.55;white-space:pre-wrap}.spoiler{color:var(--foreground-3)}.spoiler-show{border:0;padding:0;background:transparent;color:var(--primary);font-size:14px;font-weight:700}.comment-footer{display:flex;gap:16px;margin-top:10px}.comment-action{display:inline-flex;align-items:center;gap:4px;border:0;padding:0;background:transparent;color:var(--foreground-3);font-size:13px}.comment-action:hover{color:var(--foreground-1)}.comment-replies{display:inline-flex;align-items:center;gap:2px;margin-top:10px;border:0;padding:0;background:transparent;color:var(--primary);font-size:13px;font-weight:600}@media (max-width:1024px){.player-page{grid-template-columns:1fr;padding:0 0 60px;gap:0}.player-video{border-radius:0}.comment-section,.player-meta{padding-left:16px;padding-right:16px}.player-side{margin:24px 16px 0}.player-episode-list{max-height:420px}}.unshackle-control{position:relative;display:flex;align-items:center}.unshackle-trigger{border:1px solid rgba(255,255,255,.22);border-radius:8px;padding:9px 12px;color:#fff;background:rgba(20,20,20,.72);font-size:13px;white-space:nowrap}.unshackle-panel{position:absolute;z-index:20;top:calc(100% + 10px);left:0;width:min(460px,calc(100vw - 40px));max-height:55vh;overflow:auto;padding:16px;border:1px solid var(--divider);border-radius:12px;background:#1b1b1b;box-shadow:0 12px 40px #0009}.unshackle-search{display:grid;grid-template-columns:1fr 1.5fr auto;grid-gap:8px;gap:8px;margin-top:12px}.unshackle-search input,.unshackle-search select{min-width:0;border:1px solid #ffffff26;border-radius:6px;padding:8px;color:white;background:#292929}.unshackle-result button,.unshackle-search button{border:0;border-radius:6px;padding:8px 10px;color:white;background:var(--primary)}.unshackle-result button:disabled,.unshackle-search button:disabled{opacity:.5}.unshackle-result{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--divider);padding:10px 0}.unshackle-result div{min-width:0;display:grid;grid-gap:4px;gap:4px}.unshackle-result b{overflow-wrap:anywhere;font-size:13px}.unshackle-note,.unshackle-result small{color:var(--foreground-3)}.unshackle-error{color:#ff8b8b;font-size:13px}.unshackle-job{overflow-wrap:anywhere;color:#c5baff;font-size:13px}.unshackle-note{display:block;margin-top:12px;font-size:11px}.auth-page{min-height:calc(100vh - var(--header-height));display:grid;place-items:center;padding:48px 20px;background:#111114}.auth-card{width:min(100%,440px);padding:36px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#1a1a1e;box-shadow:0 24px 80px rgba(0,0,0,.3)}.auth-back{color:var(--foreground-2);font-size:14px;text-decoration:none}.auth-card h1{margin:28px 0 8px;font-size:30px}.auth-description{margin:0 0 26px;color:var(--foreground-2);font-size:14px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid rgba(255,255,255,.12)}.auth-tabs button{padding:13px 8px;border:0;border-bottom:2px solid transparent;background:none;color:var(--foreground-2);font:inherit;cursor:pointer}.auth-tabs button.active{border-color:var(--primary);color:white;font-weight:700}.auth-form{display:grid;grid-gap:18px;gap:18px;margin-top:24px}.auth-form label{display:grid;grid-gap:8px;gap:8px;color:#dedee3;font-size:13px}.auth-form input{width:100%;height:48px;padding:0 14px;border:1px solid #414149;border-radius:8px;outline:none;background:#111114;color:white;font:inherit}.auth-form input:focus{border-color:var(--primary)}.auth-error{margin:-4px 0 0;color:#ff7777;font-size:13px}.auth-submit{height:50px;margin-top:4px;border:0;border-radius:8px;background:var(--primary);color:white;font:inherit;font-weight:700;cursor:pointer}.auth-submit:disabled{opacity:.65;cursor:wait}.auth-terms{margin:18px 0 0;color:var(--foreground-3);font-size:11px;line-height:1.6;text-align:center}@media (max-width:600px){.auth-card{padding:28px 22px}}.admin-page{min-height:calc(100vh - var(--header-height));padding:56px 24px 100px;background:#111114}.admin-content{width:min(100%,920px);margin:0 auto}.admin-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.admin-heading>div>span{color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.14em}.admin-heading h1{margin:8px 0;font-size:30px}.admin-denied p,.admin-heading p{color:var(--foreground-3);margin:0}.admin-heading>a{color:var(--foreground-2);font-size:14px}.admin-card{margin:18px 0;padding:26px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#1a1a1e}.admin-card h2{margin:0 0 22px;font-size:18px}.admin-card h2 span{margin-left:5px;color:var(--foreground-3);font-size:14px}.admin-invite-form{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:14px;gap:14px;align-items:end}.admin-invite-form label{display:grid;grid-gap:8px;gap:8px;color:var(--foreground-2);font-size:13px}.admin-invite-form input,.admin-invite-form select{height:46px;padding:0 12px;border:1px solid #414149;border-radius:8px;background:#111114;color:white;font:inherit}.admin-invite-form .auth-submit{min-width:155px;padding:0 16px;margin:0}.admin-created-code{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:22px;padding:18px;border:1px solid rgba(129,107,255,.5);border-radius:10px;background:rgba(129,107,255,.1)}.admin-created-code>div{display:grid;grid-gap:8px;gap:8px}.admin-created-code code{font-size:20px;font-weight:800;letter-spacing:.06em}.admin-created-code small{color:var(--foreground-3)}.admin-created-code button,.admin-invite-row>button{border:1px solid #4a4a52;border-radius:7px;padding:9px 14px;background:#252529;color:white;font:inherit}.admin-invite-list{display:grid}.admin-invite-row{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px 0;border-top:1px solid var(--divider)}.admin-invite-row>div{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-invite-row code{font-weight:700}.admin-invite-row p{flex-basis:100%;margin:-4px 0 0;color:var(--foreground-3);font-size:12px}.admin-invite-status{color:#84dba6;font-size:12px}.admin-empty,.admin-invite-status.inactive{color:var(--foreground-3)}.admin-empty{margin:0;font-size:14px}.admin-user-list{display:grid}.admin-user-row{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px 0;border-top:1px solid var(--divider)}.admin-user-info{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-user-info strong{font-size:15px}.admin-user-info p{flex-basis:100%;margin:-4px 0 0;color:var(--foreground-3);font-size:12px}.admin-user-badge{border-radius:4px;padding:2px 7px;background:rgba(124,92,255,.18);color:var(--primary);font-size:11px;font-weight:700}.admin-user-credits{display:flex;align-items:center;gap:8px}.admin-credit-balance{min-width:92px;text-align:right;font-size:16px;font-weight:700}.admin-credit-balance i{margin-left:3px;color:var(--foreground-3);font-size:11px;font-style:normal;font-weight:400}.admin-user-credits input{width:82px;padding:8px 10px;background:#1b1b1f}.admin-user-credits button,.admin-user-credits input{border:1px solid #4a4a52;border-radius:7px;color:white;font:inherit}.admin-user-credits button{padding:9px 12px;background:#252529}.header-credits{display:inline-flex;align-items:baseline;gap:2px;border-radius:999px;padding:4px 10px;background:rgba(255,255,255,.1);color:inherit;text-decoration:none;font-size:13px;font-weight:700}.header-credits:hover{background:rgba(255,255,255,.18)}.header-credits i{font-size:10px;font-style:normal;opacity:.7}.admin-denied{width:min(100%,450px);margin:12vh auto;text-align:center}.admin-denied h1{font-size:22px}.admin-login-link{display:inline-grid;place-items:center;margin-top:22px;padding:0 24px;text-decoration:none}@media (max-width:640px){.admin-page{padding:34px 16px 70px}.admin-heading h1{font-size:24px}.admin-card{padding:20px 16px}.admin-invite-form{grid-template-columns:1fr 1fr}.admin-user-row{flex-direction:column;align-items:stretch;gap:10px}.admin-credit-balance{text-align:left}.admin-invite-form .auth-submit{grid-column:1/-1}}.games-page{max-width:760px;margin:0 auto;padding:28px 20px 80px}.games-top{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;flex-wrap:wrap}.games-balance span{display:block;color:var(--foreground-3);font-size:11px;letter-spacing:.1em}.games-balance strong{display:block;margin-top:2px;font-size:32px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.games-tabs{display:flex;gap:6px;padding:4px;border-radius:999px;background:#1b1b1f}.games-tabs button{border:0;border-radius:999px;padding:9px 18px;background:transparent;color:var(--foreground-3);font:inherit;font-size:14px}.games-tabs button.active{background:var(--primary);color:white;font-weight:700}.games-tabs button:disabled{opacity:.6}.games-history{display:flex;align-items:center;gap:5px;margin-bottom:14px;overflow:hidden}.games-history span{margin-right:3px;color:var(--foreground-3);font-size:11px}.games-history b{display:grid;place-items:center;min-width:30px;height:24px;padding:0 6px;border-radius:6px;background:#2a2a31;color:var(--foreground-3);font-size:11px;animation:hist-in .25s ease}.games-history b.win{background:rgba(132,219,166,.16);color:#84dba6}@keyframes hist-in{0%{transform:translateX(-8px) scale(.8);opacity:0}}.games-stage{position:relative;display:grid;place-items:center;min-height:380px;margin-bottom:16px;padding:24px;border-radius:16px;background:radial-gradient(120% 90% at 50% 0,#26263a 0,#17171b 65%);overflow:hidden}.games-stage.celebrate{animation:stage-flash .7s ease}@keyframes stage-flash{30%{background:radial-gradient(120% 90% at 50% 0,#2f4a3a 0,#17171b 65%)}}.stage-idle{text-align:center;color:var(--foreground-3)}.stage-icon{font-size:46px;opacity:.55}.stage-idle p{margin:10px 0 0;font-size:13px}.stage-result{margin-top:18px;text-align:center;opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease}.stage-result.show{opacity:1;transform:none}.stage-result p{margin:0;color:var(--foreground-3);font-size:12px}.stage-result strong{display:block;margin-top:2px;font-size:30px;color:var(--foreground-2);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stage-result.win strong{color:#84dba6;animation:pop .45s cubic-bezier(.2,1.5,.4,1)}@keyframes pop{0%{transform:scale(.5)}}.ladder-stage{display:grid;justify-items:center}.ladder-frame{position:relative}.ladder-feet span,.ladder-heads span{position:absolute;width:30px;margin-left:-15px;text-align:center;font-size:12px;color:var(--foreground-3)}.ladder-heads span{top:-22px}.ladder-heads span.from{color:var(--primary);font-weight:700}.ladder-feet span{border-radius:6px;padding:3px 0;transition:background .3s,color .3s}.ladder-feet span.hit{background:var(--primary);color:white;font-weight:700;transform:scale(1.15)}.ladder-svg{display:block;overflow:visible}.ladder-svg .rail{stroke:#3c3c48;stroke-width:2}.ladder-svg .rung{stroke:#4a4a58;stroke-width:3;stroke-linecap:round;transition:stroke .25s}.ladder-svg .rung.passed{stroke:var(--primary)}.ladder-ball{position:absolute;top:0;left:0;width:16px;height:16px;margin:-8px 0 0 -8px;border-radius:50%;background:var(--primary);box-shadow:0 0 14px rgba(124,92,255,.9);transition-property:transform;transition-timing-function:cubic-bezier(.45,0,.35,1)}.ladder-ball.landed{animation:ball-land .4s ease}@keyframes ball-land{50%{transform-origin:center;filter:brightness(1.8)}}.roulette-stage{display:grid;justify-items:center}.wheel-wrap{position:relative;filter:drop-shadow(0 10px 26px rgba(0,0,0,.55))}.wheel-svg{display:block;border-radius:50%;transition-property:transform;transition-timing-function:cubic-bezier(.1,.72,.12,1)}.wheel-pointer{position:absolute;top:-12px;left:50%;z-index:2;width:0;height:0;margin-left:-10px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:20px solid #f5f5f7;filter:drop-shadow(0 2px 3px rgba(0,0,0,.6))}.slice{stroke:#17171b;stroke-width:1.5}.slice.m0{fill:#2b2b33}.slice.m1{fill:#3a3a46}.slice.m2{fill:#35507e}.slice.m3{fill:#5a3f8c}.slice.m5{fill:#9a6b1f}.slice.hit{fill:var(--primary);animation:slice-glow .8s ease-in-out infinite alternate}@keyframes slice-glow{to{filter:brightness(1.45)}}.slice-label{fill:rgba(255,255,255,.86);font-size:12px;font-weight:700;text-anchor:middle;dominant-baseline:middle}.wheel-hub{fill:#17171b;stroke:#3c3c48;stroke-width:2}.games-card{margin-bottom:14px;padding:20px;border-radius:14px;background:#1b1b1f}.games-card h2{margin:0 0 12px;font-size:15px}.games-bet-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.games-bet-head label{color:var(--foreground-3);font-size:12px}.games-bet-head span{color:var(--foreground-3);font-size:11px}.games-bet-head span.bad{color:#ff8f8f}.games-fee{margin-left:8px;border-radius:5px;padding:2px 7px;background:rgba(255,255,255,.08);color:var(--foreground-3);font-size:11px}.games-bet input{width:100%;border:1px solid #3c3c48;border-radius:10px;padding:13px 15px;background:#121215;color:white;font-size:20px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.games-bet input:focus{outline:none;border-color:var(--primary)}.games-chips{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.games-chips button{flex:1 1;min-width:52px;border:1px solid #3c3c48;border-radius:8px;padding:9px 4px;background:#252529;color:var(--foreground-2);font:inherit;font-size:13px}.games-chips button:active{background:var(--primary);color:white}.ladder-picks{display:grid;grid-gap:8px;gap:8px;margin-top:16px}.ladder-pick-row{display:flex;align-items:center;gap:8px}.ladder-pick-row>span{width:38px;color:var(--foreground-3);font-size:12px}.ladder-pick-row button{flex:1 1;border:1px solid #3c3c48;border-radius:9px;padding:12px;background:#121215;color:var(--foreground-2);font:inherit;transition:border-color .15s,background .15s}.ladder-pick-row button.on{border-color:var(--primary);background:rgba(124,92,255,.18);color:white;font-weight:700}.games-go{width:100%;margin-top:16px;border:0;border-radius:11px;padding:16px;background:var(--primary);color:white;font:inherit;font-size:16px;font-weight:700;transition:transform .1s,opacity .15s}.games-go:active:not(:disabled){transform:scale(.985)}.games-go:disabled{opacity:.4}.games-hint{margin:10px 0 0;color:var(--foreground-3);font-size:12px;text-align:center;line-height:1.6;font-size:1px}.games-hint b{color:var(--foreground-2);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ledger-list{list-style:none;margin:0;padding:0}.ledger-list li{display:grid;grid-template-columns:1fr auto auto auto;grid-gap:12px;gap:12px;align-items:center;padding:10px 0;border-top:1px solid var(--divider);font-size:13px}.ledger-reason{color:var(--foreground-2)}.ledger-delta{font-weight:700;color:#ff8f8f;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ledger-delta.plus{color:#84dba6}.ledger-balance{min-width:68px;text-align:right;color:var(--foreground-3);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ledger-time{color:var(--foreground-3);font-size:11px}@media (max-width:640px){.games-page{padding:20px 14px 70px}.games-balance strong{font-size:26px}.games-stage{min-height:330px;padding:18px 12px}.games-card{padding:16px 14px}.ledger-list li{grid-template-columns:1fr auto auto}.ledger-time{display:none}}@media (prefers-reduced-motion:reduce){.ladder-ball,.wheel-svg{transition-duration:.01ms!important}.games-stage.celebrate,.slice.hit,.stage-result.win strong{animation:none}}