@font-face{font-family:Instrument Sans;src:url(/app/69ad9c602a855fbb013d5c50_InstrumentSans-Regular.441991-JnvgzjHK.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Instrument Sans;src:url(/app/69ad9c60f0f31535d2eaa0bd_InstrumentSans-Medium.e5ffad-B2xOBd5A.woff2) format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Instrument Sans;src:url(/app/69ad9c60fbcd5a800591e421_InstrumentSans-SemiBold.72483a-wfsLgfkq.woff2) format("woff2");font-weight:600;font-display:swap}@font-face{font-family:Instrument Sans;src:url(/app/69ad9c605d5b0cb77878327b_InstrumentSans-Bold.87d30f-DWGdGw8L.woff2) format("woff2");font-weight:700;font-display:swap}:root{--blue:#2b6cff;--dark-0:#020202;--dark-1:#232326;--silver-0:#c7cbd2;--silver-1:#83878f;--win-dark:#0f0f11;--win-head:#1b1b1e}*{margin:0;padding:0;box-sizing:border-box;-webkit-user-select:none;user-select:none}html,body{width:100%;height:100%;overflow:hidden;background:#000;font-family:Instrument Sans,-apple-system,PingFang SC,Microsoft YaHei,sans-serif}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none;width:0;height:0}.grain{position:fixed;top:-100px;right:-100px;bottom:-100px;left:-100px;pointer-events:none;z-index:5;opacity:.07;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");animation:grain 1.2s steps(4) infinite}@keyframes grain{0%{transform:translate(0)}25%{transform:translate(-30px,20px)}50%{transform:translate(20px,-30px)}75%{transform:translate(-20px,-10px)}to{transform:translate(0)}}#login-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background:radial-gradient(120% 90% at 50% -10%,#33343a,#1a1a1d 45%,#060607);transition:none}#hero-fx{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.9}#login-screen .light{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(60% 45% at 50% 110%,rgba(255,255,255,.1),transparent 70%);animation:breathe 6s ease-in-out infinite}@keyframes breathe{0%,to{opacity:.5}50%{opacity:1}}#lg-menubar{position:absolute;top:0;left:0;right:0;height:30px;z-index:55;background:#16161a73;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;padding:0 12px;gap:2px;color:#ffffffeb;font-size:13px}#lg-menubar .mb-logo{width:17px;height:17px;margin:0 8px 0 4px;object-fit:contain;border-radius:4px}#lg-menubar .mb-item{padding:3px 10px;border-radius:5px;white-space:nowrap}#lg-menubar .mb-item.bold{font-weight:700}#lg-menubar .mb-right{margin-left:auto;display:flex;align-items:center;gap:14px;font-size:12.5px}#lg-menubar .mb-right svg{display:block;opacity:.9}.hero-hg{position:absolute;max-width:330px;color:#fff;visibility:hidden}.hero-hg.is-ready{visibility:visible}.hero-hg .wv{display:inline-block;opacity:0;transform:translateY(.6em);animation:wvIn .7s cubic-bezier(.2,.9,.3,1) both;animation-delay:var(--d)}@keyframes wvIn{to{opacity:1;transform:none}}.hero-hg h1{font-size:44px;line-height:1.04;font-weight:500;letter-spacing:-1.2px}.hero-hg h1 .hero-title-line{display:block;white-space:nowrap}.hero-hg .darker{color:#ffffff4d}.hero-hg .h-txt{margin-top:12px;font-size:13.5px;line-height:1.55;color:#ffffffd9}.hero-hg .h-txt .darker{color:#fff6}.hg-tl{top:7%;left:5%}.login-card{position:relative;width:352px;border-radius:18px;overflow:hidden;background:#0f0f11;border:1px solid rgba(255,255,255,.1);box-shadow:0 40px 90px #0009;display:flex;flex-direction:column;perspective:1400px;transition:height .5s cubic-bezier(.2,.9,.25,1);animation:cardIn .9s cubic-bezier(.2,.9,.25,1) both .15s}@keyframes cardIn{0%{opacity:0;transform:translateY(26px) scale(.96)}to{opacity:1;transform:none}}.login-head{height:34px;flex:none;display:flex;align-items:center;gap:8px;padding:0 12px;background:#1b1b1e;position:relative;z-index:2}.login-head .tl{width:12px;height:12px;border-radius:50%;background:#ffffff29}.login-flip-inner{position:relative;flex:1;min-height:0;width:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.2,.9,.25,1)}.login-card.is-flipped .login-flip-inner{transform:rotateY(180deg)}.login-face{width:100%;backface-visibility:hidden}.login-face-front{position:relative}.login-face-back{position:absolute;inset:0 0 auto 0;transform:rotateY(180deg)}.login-inner{display:flex;flex-direction:column;align-items:center;gap:10px;padding:22px 24px 18px}.login-appicon{width:64px;height:64px}.login-logo{height:24px;display:flex;align-items:center;color:#fff;font-size:24px;font-weight:700;line-height:1;letter-spacing:-.6px}.login-beta{color:#fff6;font-size:11px;margin-top:-4px}.login-name{color:#fff;font-weight:500;font-size:21px;letter-spacing:.2px;margin-top:6px}.login-name .wave-ch{display:inline-block;transition:opacity .315s ease-in-out,filter .315s ease-in-out,transform .315s ease-in-out}.login-name .wave-ch.dim{opacity:.55;filter:blur(1.3px);transform:scale(.985)}.login-appicon{will-change:transform;transform-style:preserve-3d;backface-visibility:hidden}.login-sub{color:#ffffffbf;font-size:14px;line-height:1.5;text-align:center;margin-top:-4px}.login-sub[data-login-trial-hint]{color:#ff5f57}.login-form{width:100%;display:flex;flex-direction:column;gap:8px;margin-top:2px}.login-field{width:100%;display:flex;gap:8px}.login-field-action{align-items:stretch}.login-field input{width:100%;min-width:0;flex:1;height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;padding:0 13px;font-size:13.5px;outline:none;font-family:inherit;-webkit-user-select:text;user-select:text;transition:border .2s,background .2s,box-shadow .2s}.login-field input::placeholder{color:#ffffff59}.login-field input:focus{border-color:#ffffff59;background:#ffffff17;box-shadow:0 0 0 3px #ffffff0f}.login-field input[aria-invalid=true]{border-color:#ff6961cc;box-shadow:0 0 0 3px #ff453a1f}.login-btn{position:relative;min-width:92px;height:40px;padding:0;border:none;border-radius:10px;background:var(--blue);color:#fff;font-weight:600;font-size:14px;cursor:pointer;font-family:inherit;white-space:nowrap;overflow:hidden;transition:transform .15s,filter .2s,opacity .2s}.login-btn .clip{display:block;padding:0 18px;line-height:40px;transition:transform .28s cubic-bezier(.3,1,.4,1)}.login-btn .clip span{display:block;line-height:40px}.login-btn:not(:disabled):hover .clip{transform:translateY(-40px)}.login-btn:not(:disabled):active{transform:scale(.95)}.login-btn:disabled{cursor:wait;opacity:.68}.login-btn.loading .clip{transform:none!important}.login-error{min-height:17px;margin:0 3px;color:#ffaaa5;font-size:12px;line-height:1.4;text-align:left;-webkit-user-select:text;user-select:text}.login-error[hidden]{display:none}.login-notice{color:#ffffff59;font-size:11px;line-height:1.6;text-align:center;margin-top:8px}.login-notice a{color:#ffffff8c}.login-switch{color:#ffffff73;font-size:12.5px;text-align:center;margin-top:2px}.login-switch a{color:#fff;cursor:pointer;text-decoration:none}.login-switch a:hover{text-decoration:underline}#dissolve{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;pointer-events:none;display:none}#desktop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;visibility:hidden}#desktop.on{visibility:visible}.wallpaper{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#cdd1d8,#b9bec6,#9aa0a9 68%,#7f858e)}.wallpaper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(90% 60% at 30% 20%,rgba(255,255,255,.35),transparent 60%),radial-gradient(70% 50% at 80% 85%,rgba(0,0,0,.18),transparent 65%);animation:wallLight 14s ease-in-out infinite alternate}#wall-fx{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}@keyframes wallLight{0%{opacity:.75;transform:translate(-1.5%)}to{opacity:1;transform:translate(1.5%)}}#menubar{position:absolute;top:0;left:0;right:0;height:30px;z-index:300;background:#0a0a0ceb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;align-items:center;padding:0 12px;gap:2px;color:#fff;font-size:13px}#menubar .mb-logo{width:17px;height:17px;margin:0 8px 0 4px;object-fit:contain;border-radius:4px}#menubar .mb-item{padding:3px 10px;border-radius:5px;cursor:default;font-weight:400;white-space:nowrap}#menubar .mb-item.bold{font-weight:700}#menubar .mb-item.bold .mb-version{margin-left:6px;font-weight:400;font-size:11.5px;color:#ffffff73}#menubar .mb-item:hover,#menubar .mb-item.open{background:#ffffff2e}#menubar .mb-item-support,#lg-menubar .mb-item-support{display:inline-flex;align-items:center;gap:6px}#menubar .mb-support-dot,#lg-menubar .mb-support-dot{flex:none;width:6px;height:6px;border-radius:50%;background:#8a929c;box-shadow:0 0 0 1px #ffffff24;transition:background .2s,box-shadow .2s}#menubar .mb-support-dot[data-online="1"],#lg-menubar .mb-support-dot[data-online="1"]{background:#47b04b;box-shadow:0 0 0 1px #ffffff24,0 0 6px #47b04bd9}#menubar .mb-right{margin-left:auto;display:flex;align-items:center;gap:14px;font-size:12.5px}#menubar .mb-right svg{display:block;opacity:.9}#menubar .mb-membership{flex:none;height:22px;max-width:300px;padding:0 7px;display:flex;align-items:center;gap:5px;border:1px solid transparent;border-radius:6px;background:transparent;color:#ffffffe0;font:500 11.5px/1 inherit;white-space:nowrap;cursor:pointer;overflow:hidden;transition:background .15s,border-color .15s,color .15s}#menubar .mb-membership:hover{background:#ffffff24;border-color:#ffffff14;color:#fff}#menubar .mb-membership:focus{outline:none}#menubar .mb-membership:focus-visible{outline:2px solid rgba(255,255,255,.55);outline-offset:1px}#menubar .mb-membership .mb-membership-avatar{flex:none;display:block;opacity:1;color:#8a929c;stroke:#8a929c;transition:color .15s,stroke .15s}#menubar .mb-membership-level{font-weight:400;min-width:0;overflow:hidden;text-overflow:ellipsis}#menubar .mb-membership.open{background:#ffffff24;border-color:#ffffff14}#menubar .mb-membership[data-state=guest] .mb-membership-avatar,#menubar .mb-membership[data-state=none] .mb-membership-avatar{color:#f0b84b;stroke:#f0b84b}#menubar .mb-membership[data-state=advanced] .mb-membership-avatar,#menubar .mb-membership[data-state=super] .mb-membership-avatar{color:#7cf01b;stroke:#7cf01b}#menubar .mb-membership[data-state=advanced] .mb-membership-level,#menubar .mb-membership[data-state=super] .mb-membership-level{color:#7cf01b}#menubar .mb-membership[data-state=game] .mb-membership-avatar{color:#66c0f4;stroke:#66c0f4}#menubar .mb-membership[data-state=game] .mb-membership-level{color:#66c0f4}#menubar .mb-membership[data-state=expired] .mb-membership-avatar{color:#e46a6a;stroke:#e46a6a}#menubar .mb-membership[data-state=expired] .mb-membership-level{color:#e46a6a}html[data-frameless="1"] #menubar{-webkit-user-select:none;user-select:none}#menubar .mb-winctl,#lg-menubar .mb-winctl{display:flex;align-items:center;align-self:center;gap:8px;margin:0 0 0 4px;padding:0 2px}#menubar .mb-winctl[hidden],#lg-menubar .mb-winctl[hidden]{display:none}#menubar .mb-wc.circle,#lg-menubar .mb-wc.circle{flex:none;width:12px;height:12px;min-width:12px;padding:0;border:none;border-radius:50%;background:#ffffff29;color:transparent;cursor:pointer;box-sizing:border-box;transition:background .12s,filter .12s,transform .12s}#menubar .mb-wc.circle:hover,#lg-menubar .mb-wc.circle:hover{transform:scale(1.04)}#menubar .mb-winctl:hover .mb-wc.circle.red,#lg-menubar .mb-winctl:hover .mb-wc.circle.red{background:#ff5f57}#menubar .mb-winctl:hover .mb-wc.circle.yellow,#lg-menubar .mb-winctl:hover .mb-wc.circle.yellow{background:#febc2e}#menubar .mb-winctl:hover .mb-wc.circle.green,#lg-menubar .mb-winctl:hover .mb-wc.circle.green{background:#28c840}#menubar .mb-winctl:hover .mb-wc.circle:after,#lg-menubar .mb-winctl:hover .mb-wc.circle:after{opacity:1}#menubar .mb-wc.circle:active,#lg-menubar .mb-wc.circle:active{filter:brightness(.88);transform:scale(.94)}#menubar .mb-wc.circle:focus,#lg-menubar .mb-wc.circle:focus{outline:none}#menubar .mb-wc.circle:focus-visible,#lg-menubar .mb-wc.circle:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:3px}.win-resize-zones{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;pointer-events:none}.win-resize-zones[hidden]{display:none}.win-resize-zones .wrz{position:absolute;pointer-events:auto}html[data-maximized="1"] .win-resize-zones{display:none}.wrz-n{top:0;left:6px;right:6px;height:4px;cursor:n-resize}.wrz-s{bottom:0;left:6px;right:6px;height:4px;cursor:s-resize}.wrz-e{right:0;top:6px;bottom:6px;width:4px;cursor:e-resize}.wrz-w{left:0;top:6px;bottom:6px;width:4px;cursor:w-resize}.wrz-ne{top:0;right:0;width:8px;height:8px;cursor:ne-resize}.wrz-nw{top:0;left:0;width:8px;height:8px;cursor:nw-resize}.wrz-se{bottom:0;right:0;width:8px;height:8px;cursor:se-resize}.wrz-sw{bottom:0;left:0;width:8px;height:8px;cursor:sw-resize}.mb-running{display:flex;align-items:center;gap:6px;max-width:220px;height:20px;padding:0;border:none;background:transparent;font:500 12.5px/1 inherit;cursor:pointer}.mb-running[hidden]{display:none}.mb-running svg{flex:none;display:block;color:#47b04b;transition:color .15s}.mb-running:hover svg{color:#5fcc63}.mb-running-name{color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mb-running:focus{outline:none}.mb-running:focus-visible .mb-running-name{text-decoration:underline}#menubar .mb-sound{flex:none;width:28px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:transparent;color:#ffffffe6;cursor:pointer;transition:background .15s,color .15s}#menubar .mb-sound:hover{background:#ffffff24;color:#fff}#menubar .mb-sound[aria-expanded=true]{background:#ffffff2e;color:#fff}#menubar .mb-sound[data-level=muted]{color:#ffffff80}#menubar .mb-sound:focus{outline:none}#menubar .mb-sound:focus-visible{outline:2px solid rgba(255,255,255,.55);outline-offset:1px}#menubar .mb-sound svg{display:block;opacity:1}.mb-sound-panel{position:absolute;top:32px;z-index:400;width:210px;padding:10px 12px 11px;background:#f2f2f6e6;color:#1d1d1f;border:1px solid rgba(0,0,0,.12);border-radius:10px;box-shadow:0 12px 34px #00000040;backdrop-filter:blur(24px) saturate(1.4);-webkit-backdrop-filter:blur(24px) saturate(1.4);display:none}.mb-sound-panel.on{display:block;animation:dropIn .16s ease-out}.mb-sound-panel[hidden]{display:none}.mb-sound-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.mb-sound-title{font-size:12.5px;font-weight:600}.mb-sound-switch{flex:none;width:34px;height:18px;padding:2px;display:flex;align-items:center;border:1px solid rgba(0,0,0,.16);border-radius:9px;background:#0000001f;cursor:pointer;transition:background .15s,border-color .15s,justify-content .15s}.mb-sound-switch.on{justify-content:flex-end;background:var(--blue);border-color:var(--blue)}.mb-sound-nob{width:12px;height:12px;border-radius:50%;background:#8a8f96;transition:background .15s}.mb-sound-switch.on .mb-sound-nob{background:#fff}.mb-sound-switch:focus{outline:none}.mb-sound-switch:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.mb-sound-row{margin-top:10px;display:flex;align-items:center;gap:9px}.mb-sound-slider{flex:1;min-width:0;height:14px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer}.mb-sound-slider:focus{outline:none}.mb-sound-slider:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:8px}.mb-sound-slider::-webkit-slider-runnable-track{height:4px;border:none;border-radius:2px;background:linear-gradient(to right,var(--blue) 0%,var(--blue) var(--mb-sound-fill,100%),rgba(0,0,0,.16) var(--mb-sound-fill,100%),rgba(0,0,0,.16) 100%)}.mb-sound-slider::-moz-range-track{height:4px;border:none;border-radius:2px;background:#00000029}.mb-sound-slider::-moz-range-progress{height:4px;border-radius:2px;background:var(--blue)}.mb-sound-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;margin-top:-5px;border:none;border-radius:50%;background:var(--blue);box-shadow:0 1px 3px #0000004d}.mb-sound-slider::-moz-range-thumb{width:14px;height:14px;border:none;border-radius:50%;background:var(--blue);box-shadow:0 1px 3px #0000004d}.mb-sound-slider:disabled{cursor:not-allowed}.mb-sound-slider:disabled::-webkit-slider-runnable-track{background:linear-gradient(to right,#a8adb4 0%,#a8adb4 var(--mb-sound-fill,100%),rgba(0,0,0,.12) var(--mb-sound-fill,100%),rgba(0,0,0,.12) 100%)}.mb-sound-slider:disabled::-webkit-slider-thumb{background:#a8adb4;box-shadow:none}.mb-sound-slider:disabled::-moz-range-thumb{background:#a8adb4;box-shadow:none}.mb-sound-slider:disabled::-moz-range-progress{background:#a8adb4}.mb-sound-value{flex:none;min-width:34px;text-align:right;font-size:11.5px;color:#00000080;font-variant-numeric:tabular-nums}.menu-drop{position:absolute;top:32px;min-width:200px;background:#f2f2f6d1;backdrop-filter:blur(24px) saturate(1.4);-webkit-backdrop-filter:blur(24px) saturate(1.4);border:1px solid rgba(0,0,0,.12);border-radius:10px;box-shadow:0 12px 34px #00000040;padding:5px;z-index:400;display:none;max-height:calc(100vh - 72px);overflow-y:auto;animation:dropIn .16s ease-out}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.menu-drop.on{display:block}.menu-drop .mi{padding:6px 12px;border-radius:6px;color:#1d1d1f;font-size:13px;cursor:default}.menu-drop .mi:hover{background:var(--blue);color:#fff}.menu-drop .sep{height:1px;margin:5px 8px;background:#0000001f}.menu-drop .mi-action{display:flex;align-items:center;gap:8px;cursor:pointer}.menu-drop .mi-action .mi-icon{flex:none;color:var(--blue)}.menu-drop .mi-action .mi-arrow{flex:none;margin-left:auto;opacity:.45}.menu-drop .mi-action:hover .mi-icon,.menu-drop .mi-action:hover .mi-arrow{color:#fff;opacity:1}.menu-drop .mi-note{padding:2px 12px 6px;width:max-content;max-width:320px;color:#6e6e73;font-size:11.5px;line-height:1.45;cursor:default;pointer-events:none;white-space:normal}.menu-drop .mi-note ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.menu-drop .mi-note li{padding:0}.menu-drop .mi-note b{color:#1d1d1f;font-weight:600}.menu-drop .mi-note .tag-blue{color:#0a84c8;font-weight:600}.menu-drop .mi-note .tag-green{color:#4f9c0a;font-weight:600}.menu-drop .mi-note-title{padding:6px 12px 2px;color:#8e8e93;font-size:10.5px;font-weight:600;letter-spacing:.04em;cursor:default;pointer-events:none}.menu-drop.menu-drop-right{min-width:212px}.menu-drop .mb-mship-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.menu-drop .mb-mship-name{color:#1d1d1f;font-weight:600}.menu-drop .mb-mship-val{font-variant-numeric:tabular-nums}.menu-drop .mb-mship-val[data-status=active]{color:#2f8c1f;font-weight:600}.menu-drop .mb-mship-val[data-status=expired]{color:#c8452f;font-weight:600}.menu-drop .mb-mship-val[data-status=none]{color:#8e8e93}html[data-game-membership=off] [data-game-membership-entry]{display:none!important}#context-menu{position:fixed;display:none;min-width:210px;max-width:280px;padding:5px;z-index:10000;background:#f2f2f6e0;color:#1d1d1f;border:1px solid rgba(0,0,0,.14);border-radius:10px;box-shadow:0 16px 42px #00000052;backdrop-filter:blur(26px) saturate(1.45);-webkit-backdrop-filter:blur(26px) saturate(1.45)}#context-menu.on{display:block;animation:dropIn .12s ease-out}.ctx-item{display:flex;align-items:center;gap:18px;min-height:28px;padding:4px 10px;border-radius:6px;font-size:13px;cursor:default;white-space:nowrap}.ctx-item .ctx-key{margin-left:auto;color:#0000006b;font-size:11px}.ctx-item:hover{background:var(--blue);color:#fff}.ctx-item:hover .ctx-key{color:#ffffffbf}.ctx-item.disabled{opacity:.4;pointer-events:none}.ctx-sep{height:1px;margin:5px 7px;background:#00000021}.desk-icons{position:absolute;top:52px;left:18px;bottom:110px;z-index:20;display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start;gap:6px 14px}.dicon{width:78px;display:flex;flex-direction:column;align-items:center;gap:4px;padding:7px 3px;border-radius:10px;cursor:default}.dicon img{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 6px 10px rgba(0,0,0,.25));transition:transform .18s cubic-bezier(.34,1.56,.64,1)}.dicon:hover img{transform:translateY(-3px) scale(1.06)}.dicon .dlabel{font-size:11.5px;color:#1c1e22;text-align:center;line-height:1.25;padding:1px 6px;border-radius:5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#desk-icons .dicon .dlabel{max-width:none;overflow:visible;text-overflow:clip;white-space:nowrap;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.9),0 0 5px rgba(0,0,0,.58)}.dicon.sel .dlabel{background:var(--blue);color:#fff}.dicon.sel img{transform:scale(1.04)}.dicon.dicon-hint{position:relative}.dicon-hint:before{content:"";position:absolute;top:5px;left:50%;width:54px;height:54px;margin-left:-27px;border-radius:50%;pointer-events:none;z-index:-1;background:radial-gradient(circle,rgba(88,180,255,.55) 0%,rgba(88,180,255,.18) 45%,transparent 70%);animation:dicon-hint-pulse 2.1s ease-in-out infinite}@keyframes dicon-hint-pulse{0%,to{transform:scale(.82);opacity:.45}50%{transform:scale(1.18);opacity:1}}.dicon-hint~.dicon-hint:before{animation-delay:.7s}.dicon-hint~.dicon-hint .dicon-hint-tip{animation-delay:.14s,1.14s}.dicon-hint-tip{position:absolute;left:calc(100% + 14px);top:0;z-index:30;display:block;width:252px;padding:7px 11px;border-radius:10px;background:#f2f2f6e0;color:#000000bf;border:1px solid rgba(0,0,0,.14);box-shadow:0 16px 42px #00000052;backdrop-filter:blur(26px) saturate(1.45);-webkit-backdrop-filter:blur(26px) saturate(1.45);transform-origin:0 15px;animation:dicon-hint-pop .62s cubic-bezier(.34,1.56,.64,1) both,dicon-hint-sway 3.4s ease-in-out 1s infinite}.dicon-hint-text{display:flex;flex-direction:column;gap:2px;min-width:0}.dicon-hint-tip strong{font-size:12px;font-weight:600;line-height:1.3;white-space:nowrap;padding-right:22px}.dicon-hint-tip span{font-size:10.5px;color:#00000080;line-height:1.35;white-space:normal}.dicon-hint-close{position:absolute;top:6px;right:7px;z-index:1;width:17px;height:17px;padding:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#00000012;color:#00000073;font-size:13px;line-height:1;cursor:pointer;transition:background .15s,color .15s}.dicon-hint-close:hover{background:#00000029;color:#000000bf}.dicon-hint-close:focus-visible{outline:2px solid var(--blue);outline-offset:1px}.dicon-hint-action{align-self:flex-start;margin-top:5px;padding:3px 8px 3px 6px;display:inline-flex;align-items:center;gap:4px;pointer-events:auto;border:none;border-radius:6px;background:#00000014;color:#1d1d1f;font:700 11px/1 inherit;cursor:pointer;white-space:nowrap;transition:background .15s}.dicon-hint-action:hover{background:#00000026}.dicon-hint-action:focus-visible{outline:2px solid var(--blue);outline-offset:1px}.dicon-hint-action svg{flex:none}.dicon-hint-tip:before{content:"";position:absolute;right:100%;top:9px;border:6px solid transparent;border-right-color:#f2f2f6e0}.forever-promo.dicon-hint-tip{top:48px;right:20px;left:auto;z-index:25;transform-origin:100% 0;animation:forever-promo-in .5s cubic-bezier(.22,1,.36,1) both}.forever-promo.dicon-hint-tip:before{content:none;border:0}.forever-promo .dicon-hint-text strong{white-space:normal}.forever-promo-kicker{display:inline-flex;align-items:center;gap:5px;height:18px;padding:0 7px;margin:0 22px 6px 0;border-radius:999px;background:#000000b8;color:#7cf01b;font-size:10.5px;font-weight:600;letter-spacing:.5px}.forever-promo-dot{width:6px;height:6px;border-radius:50%;background:#7cf01b;box-shadow:0 0 8px #7cf01bcc;animation:forever-promo-pulse 1.6s ease-in-out infinite}.forever-promo .abtn{width:auto;height:auto;margin-top:5px;padding:5px 10px;border-radius:8px;font-size:12px;font-weight:600}@keyframes forever-promo-in{0%{opacity:0;transform:translateY(-10px) scale(.96)}to{opacity:1;transform:none}}@keyframes forever-promo-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.86)}}@keyframes dicon-hint-pop{0%{opacity:0;transform:scale(.4) translate(-14px)}45%{opacity:1;transform:scale(1.08) translate(3px)}70%{transform:scale(.97) translate(-1px)}to{opacity:1;transform:scale(1) translate(0)}}@keyframes dicon-hint-sway{0%,to{transform:scale(1) translate(0)}50%{transform:scale(1) translate(3px)}}@media(max-width:640px){.dicon-hint-tip{display:none}}.ui-tooltip{position:fixed;left:0;top:0;z-index:11000;max-width:300px;padding:7px 11px;border-radius:8px;background:#f5f5f8f2;color:#666!important;border:1px solid rgba(0,0,0,.12);box-shadow:0 10px 28px #00000038;backdrop-filter:blur(26px) saturate(1.45);-webkit-backdrop-filter:blur(26px) saturate(1.45);font-size:12px;font-weight:450;line-height:1.45;white-space:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;pointer-events:none;opacity:0;transform:scale(.96) translateY(-4px);transform-origin:var(--tooltip-arrow-x,50%) 0;transition:opacity .1s linear,transform .1s cubic-bezier(.4,0,1,1)}.ui-tooltip.on{opacity:1;transform:none;transition:opacity .16s cubic-bezier(0,0,.2,1),transform .22s cubic-bezier(0,0,.2,1)}.ui-tooltip.on.sliding{transition:opacity .16s cubic-bezier(0,0,.2,1),transform .22s cubic-bezier(0,0,.2,1),left .2s cubic-bezier(.2,0,0,1),top .2s cubic-bezier(.2,0,0,1)}.ui-tooltip.above{transform:scale(.96) translateY(4px);transform-origin:var(--tooltip-arrow-x,50%) 100%}.ui-tooltip.above.on{transform:none}@media(prefers-reduced-motion:reduce){.ui-tooltip,.ui-tooltip.above{transform:none;transition:opacity .1s linear}.ui-tooltip.on.sliding{transition:opacity .1s linear}}.ui-tooltip:before{content:"";position:absolute;bottom:100%;left:var(--tooltip-arrow-x,50%);transform:translate(-50%);border:5px solid transparent;border-bottom-color:#f2f2f6eb}.ui-tooltip.above:before{bottom:auto;top:100%;border-bottom-color:transparent;border-top-color:#f2f2f6eb}.window{position:absolute;min-width:280px;background:#0f0f11b8;border-radius:18px;backdrop-filter:blur(26px) saturate(1.2);-webkit-backdrop-filter:blur(26px) saturate(1.2);border:1px solid rgba(255,255,255,.1);box-shadow:0 40px 90px #0009;overflow:hidden;z-index:100;display:flex;flex-direction:column;transform-origin:center 20%}.window.opening{animation:winIn .34s cubic-bezier(.2,1.1,.3,1) both}@keyframes winIn{0%{opacity:0;transform:scale(.86) translateY(18px)}to{opacity:1;transform:none}}.window.closing{animation:winOut .22s ease-in both}@keyframes winOut{to{opacity:0;transform:scale(.88) translateY(10px)}}.window.minimizing,.window.restoring{pointer-events:none;will-change:transform,opacity,filter;transform-origin:center center}.window.is-minied{visibility:hidden!important;pointer-events:none!important}.win-rs{position:absolute;z-index:5}.rs-n{top:-4px;left:10px;right:10px;height:8px;cursor:n-resize}.rs-s{bottom:-4px;left:10px;right:10px;height:8px;cursor:s-resize}.rs-e{right:-4px;top:10px;bottom:10px;width:8px;cursor:e-resize}.rs-w{left:-4px;top:10px;bottom:10px;width:8px;cursor:w-resize}.rs-ne{top:-5px;right:-5px;width:14px;height:14px;cursor:ne-resize}.rs-nw{top:-5px;left:-5px;width:14px;height:14px;cursor:nw-resize}.rs-se{bottom:-5px;right:-5px;width:14px;height:14px;cursor:se-resize}.rs-sw{bottom:-5px;left:-5px;width:14px;height:14px;cursor:sw-resize}.win-head{height:34px;background:#23232899;display:flex;align-items:center;padding:0 12px;gap:8px;cursor:grab;flex:none}.win-head:active{cursor:grabbing}.circle{width:12px;height:12px;border-radius:50%;flex:none;border:none;padding:0;cursor:pointer;position:relative;background:#ffffff29;transition:background .15s}.circle{z-index:1}.circle:before{content:"";position:absolute;left:50%;top:50%;width:20px;height:34px;transform:translate(-50%,-50%)}.win-head:hover .circle.red{background:#ff5f57}.win-head:hover .circle.yellow{background:#febc2e}.win-head:hover .circle.green{background:#28c840}.circle.red:after,.circle.yellow:after,.circle.green:after{position:absolute;top:0;right:0;bottom:0;left:0;font-size:11px;line-height:12px;text-align:center;color:#0000008c;opacity:0;pointer-events:none;font-weight:700}.circle.red:after{content:"×"}.circle.yellow:after{content:"–"}.circle.green:after{content:"+"}.win-head:hover .circle:after{opacity:1}.win-title{display:flex;align-items:center;gap:7px;margin:0 auto;transform:translate(-22px);color:#ffffffd9;font-size:13px;font-weight:500;pointer-events:none}.win-title img{width:17px;height:17px;object-fit:contain}.win-body{flex:1;overflow:auto;scrollbar-width:none}.win-body::-webkit-scrollbar{display:none}.win-body.pad{padding:18px;color:#e8e8ea;font-size:14px;line-height:1.7}.win-body video{display:block;width:100%;height:100%;object-fit:cover;background:#000}.win-body .note{white-space:pre-wrap;-webkit-user-select:text;user-select:text;outline:none;min-height:100%}.win-body .note-rich{white-space:normal}.win-body .note-rich>*:first-child{margin-top:0}.win-body .note-rich p{margin:0 0 10px}.win-body .note-rich h1,.win-body .note-rich h2,.win-body .note-rich h3,.win-body .note-rich h4,.win-body .note-rich h5,.win-body .note-rich h6{margin:16px 0 8px;font-weight:600;line-height:1.4;color:#fff}.win-body .note-rich h1{font-size:19px}.win-body .note-rich h2{font-size:17px}.win-body .note-rich h3{font-size:15.5px}.win-body .note-rich h4,.win-body .note-rich h5,.win-body .note-rich h6{font-size:14px}.win-body .note-rich ul,.win-body .note-rich ol{margin:0 0 10px;padding-left:22px}.win-body .note-rich li{margin:3px 0}.win-body .note-rich a{color:#5ec2ff;text-decoration:none}.win-body .note-rich a:hover{text-decoration:underline}.win-body .note-rich strong,.win-body .note-rich b{font-weight:600;color:#fff}.win-body .note-rich img{display:block;max-width:100%;height:auto;border-radius:6px;margin:10px 0}.win-body .note-rich hr{border:none;border-top:1px solid rgba(255,255,255,.12);margin:14px 0}.win-body .note-rich blockquote{margin:10px 0;padding:8px 12px;border-left:3px solid rgba(255,255,255,.18);background:#ffffff0a;border-radius:0 6px 6px 0;color:#ffffffbf}.win-body .note-rich pre{margin:10px 0;padding:10px 12px;background:#00000059;border-radius:6px;overflow-x:auto;white-space:pre;font-size:12.5px}.win-body .note-rich code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12.5px;background:#ffffff14;padding:1px 5px;border-radius:4px}.win-body .note-rich pre code{background:none;padding:0}.win-body .note-rich table{width:100%;border-collapse:collapse;margin:10px 0;font-size:13px}.win-body .note-rich th,.win-body .note-rich td{border:1px solid rgba(255,255,255,.12);padding:6px 9px;text-align:left}.win-body .note-rich th{background:#ffffff0f;font-weight:600;color:#fff}.win-body img.full{display:block;width:100%}.finder-col{display:flex;flex-direction:column;height:100%}.f-toolbar{flex:none;height:44px;display:flex;align-items:center;gap:6px;padding:0 12px;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.08)}.f-nav{display:flex;gap:2px}.f-nav button{width:28px;height:26px;border:none;border-radius:6px;background:transparent;color:#ffffffbf;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s}.f-nav button:hover:not(:disabled){background:#ffffff1a}.f-nav button:disabled{color:#ffffff38;cursor:default}.f-tb-title{flex:1;text-align:left;margin-left:8px;font-size:14px;font-weight:600;color:#ffffffe6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.2px}.f-search{flex:none;display:flex;align-items:center;gap:6px;width:150px;height:26px;padding:0 9px;border-radius:7px;background:#ffffff12;box-shadow:inset 0 0 0 1px #ffffff14}.f-search svg{flex:none;opacity:.5}.f-search input{flex:1;min-width:0;border:none;background:transparent;outline:none;color:#fff;font-size:12px;font-family:inherit;-webkit-user-select:text;user-select:text}.f-search input::placeholder{color:#ffffff59}.finder{display:flex;flex:1;min-height:0}.finder-right{flex:1;min-width:0;display:flex;flex-direction:column}.f-path{flex:none;height:26px;display:flex;align-items:center;gap:5px;padding:0 14px;font-size:11.5px;color:#ffffff73;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06)}.f-path svg{opacity:.4}.f-path .crumb{display:flex;align-items:center;gap:5px}.f-status{flex:none;height:24px;display:flex;align-items:center;justify-content:flex-end;padding:0 14px;gap:8px;font-size:11px;color:#fff6;background:#ffffff08;border-top:1px solid rgba(255,255,255,.06)}.finder-side{width:168px;flex:none;padding:10px 8px;display:flex;flex-direction:column;gap:2px;background:#ffffff0a;border-right:1px solid rgba(255,255,255,.08)}.finder-side .fs-title{font-size:11px;color:#ffffff59;padding:6px 10px 3px}.finder-side .fs-item{display:flex;align-items:center;gap:8px;padding:5px 10px;border-radius:7px;color:#ffffffd9;font-size:13px;cursor:default}.finder-side .fs-item svg{flex:none;opacity:.75}.finder-side .fs-item:hover{background:#ffffff14}.finder-side .fs-item.on{background:var(--blue);color:#fff}.finder-main{flex:1;min-height:0;overflow:auto;scrollbar-width:none;padding:14px;display:grid;grid-template-columns:repeat(auto-fill,minmax(82px,1fr));align-content:start;align-items:start;gap:4px}.finder-main::-webkit-scrollbar{display:none}.finder-main:not(.list)>.dicon{width:100%;min-width:0}.finder-main.steam-grid:not(.list){grid-template-columns:repeat(auto-fill,minmax(104px,1fr));row-gap:8px}.finder-main.steam-grid:not(.list)>.sm-finder-item{width:100%}.finder-main .dicon .dlabel{color:#ffffffd9}.finder-main:not(.list):not(.steam-grid)>.dicon .dlabel{max-width:100%;overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.finder-main .fempty{grid-column:1/-1;width:100%;text-align:center;color:#ffffff59;font-size:13px;margin-top:60px}.f-view{flex:none;display:flex;gap:2px;margin-right:6px;padding:2px;border-radius:7px;background:#ffffff0f}.f-view button{width:26px;height:22px;border:none;border-radius:5px;background:transparent;color:#ffffff8c;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s,color .12s}.f-view button:hover{color:#ffffffd9}.f-view button.on{background:#ffffff29;color:#fff}.finder-main.list{display:block;padding:0 0 10px}.fl-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;height:28px;padding:0 14px;font-size:11px;color:#fff6;background:#3a3a40f5;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid rgba(255,255,255,.07)}.fl-row{display:flex;align-items:center;height:28px;padding:0 14px;font-size:12.5px;color:#ffffffe0;cursor:default}.fl-row:nth-child(odd){background:#ffffff08}.fl-row.sel{background:var(--blue);color:#fff}.fl-row.sel .fl-dim{color:#fffc}.fl-name{flex:1;min-width:0;display:flex;align-items:center;gap:8px;overflow:hidden}.fl-name img{width:18px;height:18px;object-fit:contain;flex:none}.fl-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fl-dim{color:#ffffff73}.fl-date{flex:none;width:150px}.fl-size{flex:none;width:76px;text-align:right;padding-right:18px}.fl-kind{flex:none;width:110px}.finder-col.compact .fl-date,.finder-col.compact .fl-kind{display:none}.finder-col.compact .finder{flex-direction:column}.finder-col.compact .finder-side{width:auto;flex:none;flex-direction:row;align-items:center;gap:4px;overflow-x:auto;scrollbar-width:none;padding:6px 8px;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.finder-col.compact .finder-side::-webkit-scrollbar{display:none}.finder-col.compact .finder-side .fs-title{display:none}.finder-col.compact .finder-side .fs-item{flex:none;padding:5px 11px;font-size:12px;border-radius:14px}.finder-col.compact .f-toolbar{height:40px;padding:0 8px;gap:4px}.finder-col.compact .f-tb-title{font-size:13px;margin-left:4px}.finder-col.compact .f-search{width:100px}.finder-col.compact .f-path{display:none}.steam-app-container{position:relative;display:flex;height:100%;min-width:0;min-height:0;background:#171d25;color:#dcdedf;font-family:Instrument Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;user-select:none;overflow:hidden}.steam-app-container svg{display:block}.sa-sidebar-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:none;padding:0;border:0;background:#060a0f7a;cursor:default}.sa-sidebar{position:relative;z-index:40;width:clamp(232px,24%,282px);flex:none;display:flex;flex-direction:column;min-height:0;background:#2c333d94;border-right:1px solid rgba(255,255,255,.1);box-shadow:inset -1px 0 #ffffff0a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#dcdedf;transition:width .18s ease,box-shadow .18s ease}.sa-side-top{display:flex;align-items:center;gap:8px;padding:12px 16px 8px;flex:none}.sa-home-btn{flex:1;display:flex;align-items:center;gap:8px;height:30px;padding:0 10px;border:1px solid rgba(255,255,255,.05);border-radius:2px;background:#ffffff12;color:inherit;font:500 13px/1 inherit;cursor:pointer;transition:background .15s}.sa-home-btn:hover{background:#ffffff1c}.sa-grid-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:2px;background:transparent;color:#8c96a0;cursor:pointer;transition:background .15s,color .15s}.sa-grid-btn:hover{background:#ffffff0d;color:#fff}.steam-app-container.sa-sidebar-collapsed .sa-sidebar{width:40px}.steam-app-container.sa-sidebar-collapsed .sa-side-top{justify-content:center;padding:12px 4px 8px}.steam-app-container.sa-sidebar-collapsed .sa-home-btn,.steam-app-container.sa-sidebar-collapsed .sa-side-controls,.steam-app-container.sa-sidebar-collapsed .sa-sidebar-search,.steam-app-container.sa-sidebar-collapsed .sa-side-list{display:none}.sa-side-controls{display:flex;align-items:center;justify-content:space-between;padding:0 16px 8px;flex:none}.sa-games-label{display:flex;align-items:center;color:#8c96a0;font:600 11px/1 inherit;letter-spacing:.05em;text-transform:uppercase}.sa-side-tools{display:flex;gap:2px}.sa-tool-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;border-radius:2px;background:transparent;color:#8c96a0;cursor:pointer;transition:background .15s,color .15s}.sa-tool-icon:hover{background:#ffffff0d;color:#fff}.sa-tool-icon:focus{outline:none}.sa-tool-icon:focus-visible{outline:none;color:#fff}.sa-tool-icon.on,.sa-tool-icon.on:hover{background:transparent;color:#fff}.sa-tool-icon.has-running,.sa-tool-icon.has-running.on{color:#47b04b}.sa-tool-icon.has-running:hover{background:transparent;color:#4fc354}.sa-side-item.is-running .sa-side-name{color:#a9e07a}.sa-side-stop{flex:none;height:22px;padding:0 9px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.14);border-radius:4px;background:#00000047;color:#c2cbd2;font-size:11px;font-weight:500;line-height:1;white-space:nowrap;cursor:pointer}.sa-side-stop:hover{border-color:#ff786e8c;background:#ff5a5033;color:#fff}.sa-side-stop:focus{outline:none}.sa-conflict-dialog{width:min(440px,100%)}.sa-conflict-title{margin:0 0 6px;font-size:14px;font-weight:650;color:#252c30}.sa-conflict-copy{margin:0;color:#4f585c;font-size:12px;font-weight:520;line-height:1.7}.sa-conflict-copy b{color:#1e7a44;font-weight:650}.sa-conflict-actions{gap:8px}.sa-conflict-actions .abtn.gray{height:30px;padding:0 16px;border-radius:8px;background:#282d3014;color:#4f585c;font-size:11px}.sa-conflict-actions .abtn.gray:hover{background:#282d3029;color:#252c30}.sa-sidebar-search{padding:0 16px 8px;flex:none}.sa-search-bar{display:flex;align-items:center;gap:6px;height:26px;padding:0 8px;border:1px solid #414955;border-radius:2px;background:#363d48;box-shadow:inset 0 0 4px #0006;transition:border-color .15s}.sa-search-bar:hover{border-color:#6f98bdb3}.sa-search-bar:focus-within{border-color:#6f98bd}.sa-search-icon{color:#8c96a0;flex:none}.sa-search-input{flex:1;min-width:0;border:none;outline:none;background:transparent;color:#dcdedf;font:400 13px/1 inherit;-webkit-user-select:text;user-select:text}.sa-search-input::placeholder{color:#7b8796}.sa-side-list{flex:1;min-height:0;overflow-y:auto;padding-bottom:20px;margin-right:5px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.sa-side-list::-webkit-scrollbar{width:8px}.sa-side-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.sa-side-list::-webkit-scrollbar-thumb:hover{background:#fff3}.sa-group{margin-bottom:4px}.sa-group-head{display:flex;align-items:center;gap:6px;width:100%;padding:4px 16px;border:none;background:transparent;color:#8c96a0;font:400 12px/1 inherit;cursor:pointer;text-align:left}.sa-group-arrow{color:#8c96a0;flex:none;transition:transform .2s}.sa-group.collapsed .sa-group-arrow{transform:rotate(-90deg)}.sa-group-name{flex:none;color:#fff;font-size:14px}.sa-group-count{color:#4f5359;font-size:12px}.sa-group-items{list-style:none;margin:0;padding:0}.sa-group.collapsed .sa-group-items{display:none}.sa-side-item{display:flex;align-items:center;gap:12px;padding:4px 16px;border-left:2px solid transparent;cursor:pointer;transition:background .12s}.sa-side-item:hover{background:#ffffff0a}.sa-side-item.on{background:#1a9fff1a;border-left-color:#1a9fff}.sa-side-cover{width:22px;height:22px;flex:none;border-radius:3px;overflow:hidden;background:#1d2025;box-shadow:0 1px 2px #00000080}.sa-side-cover img{width:100%;height:100%;object-fit:cover}.sa-side-name{flex:1;min-width:0;font-size:13px;font-weight:530;letter-spacing:.03em;color:#b8b6b4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .12s}.sa-side-item:hover .sa-side-name,.sa-side-item.on .sa-side-name{color:#fff}.sa-side-dot{width:6px;height:6px;flex:none;border-radius:50%}.sa-side-dot.advanced{background:#38b6ff}.sa-side-dot.super{background:#7cf01b}.sa-side-empty{padding:20px 16px;text-align:center;font-size:12px;color:#4f5359}.sa-main{flex:1;min-width:0;display:flex;flex-direction:column;min-height:0;background:#171d25;container-type:size;container-name:samain}.sa-topnav{height:46px;flex:none;display:flex;align-items:center;gap:10px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.04);min-width:0}.sa-nav-arrows{display:flex;gap:4px;margin-right:22px;flex:none}.sa-arrow-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:transparent;color:#8f98a0;cursor:pointer;transition:background .15s,color .15s}.sa-arrow-btn:hover:not(:disabled){background:#ffffff1a;color:#fff}.sa-arrow-btn:disabled{opacity:.4;cursor:not-allowed}.sa-nav{display:flex;align-items:center;gap:28px;height:100%}.sa-nav-item{position:relative;display:flex;align-items:center;height:100%;padding-bottom:4px;border:none;background:transparent;color:#dbe2e6;font-family:Motiva Sans,Segoe UI,San Francisco,Arial,sans-serif;font-size:18px;line-height:25px;letter-spacing:.01em;cursor:pointer;transition:color .15s}.sa-nav-item:hover{color:#fff}.sa-nav-item:after{content:"";position:absolute;left:0;right:0;bottom:8px;height:2px;opacity:0}.sa-nav-item[data-channel=advanced].on{color:#38b6ff}.sa-nav-item[data-channel=advanced].on:after{opacity:1;background:#38b6ff;box-shadow:0 0 12px #38b6ff8c}.sa-nav-item[data-channel=super].on{color:#7cf01b}.sa-nav-item[data-channel=super].on:after{opacity:1;background:#7cf01b;box-shadow:0 0 12px #7cf01b8c}.sa-page{flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.sa-page::-webkit-scrollbar{width:8px}.sa-page::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.sa-page-library{display:flex;flex-direction:column;background:radial-gradient(120% 120% at 50% 0%,#29384d,#1b2430 40%,#171a1f)}.sa-lib-inner{padding:20px 32px}.sa-lib-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:2px;background:linear-gradient(90deg,#1a9fff,#176a9f);color:#fff;font-size:13px;font-weight:700;box-shadow:0 2px 4px #00000047}.sa-lib-count{font-weight:400}.sa-lib-head{display:flex;align-items:center;gap:10px;min-width:0;height:100%;padding:0}.sa-lib-tab{border:none;cursor:pointer;font-family:inherit;transition:background .15s,box-shadow .15s;flex:none;align-self:center}.sa-lib-tab:focus{outline:none}.sa-lib-tab:not(.is-active){background:#2a3138;color:#c7d0da;box-shadow:none}.sa-lib-tab:not(.is-active):hover{background:#333c45;color:#fff}.sa-lib-local-count{font-weight:400}.sa-lib-legend{display:inline-flex;align-items:center;gap:4px;flex:none;margin-left:auto;font-size:13px;color:#a4adb6;white-space:nowrap}.sa-legend-swap{flex:none;padding:0 1px;color:#6f7983;font-size:13px;line-height:1;-webkit-user-select:none;user-select:none}.sa-legend-hint{font-style:normal;font-size:12px;color:#7e8892}.sa-lib-legend[data-single="1"] .sa-legend-hint,.sa-lib-legend[data-single="1"] .sa-legend-swap{display:none}.sa-legend-item{display:inline-flex;align-items:center;gap:5px;padding:3px 7px;border:none;border-radius:5px;background:transparent;color:inherit;font:inherit;cursor:default;-webkit-user-select:none;user-select:none}.sa-legend-item[hidden]{display:none}.sa-lib-legend .sa-card-dot{width:8px;height:8px;box-shadow:0 0 0 1px #ffffff24}.sa-lib-legend .sa-dot-advanced{box-shadow:0 0 0 1px #ffffff24,0 0 6px #1a9fffbf}.sa-lib-legend .sa-dot-super{box-shadow:0 0 0 1px #ffffff24,0 0 6px #7cc835bf}.sa-lib-settings{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex:none;border:none;border-radius:4px;background:transparent;color:#8b95a1;cursor:pointer;transition:background .15s,color .15s}.sa-lib-settings:hover{background:#ffffff0f;color:#fff}.sa-lib-settings:focus{outline:none}.sa-settings-overlay[hidden]{display:none!important}.sa-settings-dialog{width:min(480px,100%)}.sa-settings-title{margin:0 0 6px;font-size:14px;font-weight:650;color:#252c30}.sa-settings-copy{margin:0 0 14px;color:#4f585c;font-size:12px;font-weight:520;line-height:1.7}.sa-settings-row{display:flex;gap:8px;margin-bottom:4px}.sa-settings-steampath{flex:1;height:32px;padding:0 11px;border:1px solid rgba(48,55,58,.22);border-radius:8px;background:#ffffffa6;color:#252c30;font-size:12px;box-shadow:inset 0 1px 2px #0000000a;transition:border-color .15s,background .15s}.sa-settings-steampath:hover{background:#ffffffd9;border-color:#30373a52}.sa-settings-steampath:focus{outline:none;border-color:#0a84ff;background:#fff;box-shadow:0 0 0 3px #0a84ff33}.sa-settings-steampath::placeholder{color:#889396}.sa-settings-browse{height:32px;padding:0 14px;border-radius:8px;font-size:11px}.sa-settings-status{margin:8px 0 2px;font-size:11.5px;line-height:1.5;color:#5f686c}.sa-settings-status.ok{color:#237043;font-weight:600}.sa-settings-status.warn{color:#b86000;font-weight:600}.sa-settings-actions{gap:8px}.sa-settings-actions .abtn.gray{height:30px;padding:0 16px;border-radius:8px;background:#282d3014;color:#4f585c;font-size:11px}.sa-settings-actions .abtn.gray:hover{background:#282d3029;color:#252c30}.sa-sort-row{display:flex;align-items:center;gap:8px;margin:16px 0 24px;font-size:12px;color:#8f98a0}.sa-sort-value{padding:4px 12px;border-radius:2px;background:#ffffff0a;color:#c6d4df}.sa-grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(240px,100%),1fr));gap:12px;align-content:start}.sa-card{position:relative;aspect-ratio:460 / 215;width:100%;overflow:hidden;border-radius:4px;background:#212429;cursor:pointer;box-shadow:0 2px 6px #0006;transition:transform .28s cubic-bezier(.34,1.56,.64,1),box-shadow .28s ease;will-change:transform}.sa-card:hover{transform:translateY(-6px) scale(1.04);box-shadow:0 16px 36px #000000a6,0 0 0 1px #ffffff1f;z-index:5}.sa-card:active{transform:translateY(-2px) scale(.97);box-shadow:0 6px 16px #00000080;transition-duration:.1s}.sa-card-cover{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#2a2d34,#1d2025)}.sa-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.sa-card:hover .sa-card-cover img{transform:scale(1.05)}.sa-card-shade{position:absolute;inset-inline:0;bottom:0;height:72%;background:linear-gradient(to top,rgba(0,0,0,.94) 0%,rgba(0,0,0,.8) 40%,rgba(0,0,0,.45) 68%,transparent);pointer-events:none}.sa-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid transparent;border-radius:4px;transition:border-color .2s;pointer-events:none}.sa-card:hover:after{border-color:#fff3}.sa-card-dot{flex:none;width:7px;height:7px;border-radius:50%;pointer-events:auto}.sa-dot-advanced{background:#38b6ff;box-shadow:0 0 0 1px #ffffff24,0 0 6px #38b6ffbf}.sa-dot-super{background:#7cf01b;box-shadow:0 0 0 1px #ffffff24,0 0 6px #7cf01bbf}.sa-card-caption{position:absolute;inset-inline:0;bottom:0;padding:10px 12px;z-index:2;pointer-events:none}.sa-card-name{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#fff;line-height:1.2;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.9),0 1px 8px rgba(0,0,0,.6)}.sa-card-title-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sa-card-sub{margin-top:2px;font-size:11px;color:#c0c9d2;text-shadow:0 1px 3px rgba(0,0,0,.9),0 1px 8px rgba(0,0,0,.6);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sa-grid-empty{grid-column:1 / -1;padding:60px 0;text-align:center;color:#8f98a0;font-size:13px}.sa-skel-card{display:flex;flex-direction:column}.sa-skel-cover{aspect-ratio:460 / 215;border-radius:4px;background:#ffffff05}.sa-skel-title{height:12px;width:70%;margin-top:8px;border-radius:2px;background:#ffffff05}.sa-shimmer{background:linear-gradient(90deg,#ffffff03 25%,#ffffff0d,#ffffff03 75%);background-size:200% 100%;animation:saShimmer 1.5s infinite linear}@keyframes saShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.sa-page-detail{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;background:linear-gradient(180deg,#1f2630,#151a21 55%,#11151b)}.sa-page-detail::-webkit-scrollbar{width:8px}.sa-page-detail::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.sa-detail-loading{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;color:#b8c1ca}.sa-loader{position:relative;width:72px;height:72px}.sa-loader-ring{position:absolute;top:0;right:0;bottom:0;left:0;border:5px solid rgba(26,159,255,.1);border-top-color:#66c0f4;border-right-color:#1a9fff;border-radius:50%;box-shadow:0 0 34px #1a9fff47;animation:saSpin 1s linear infinite}.sa-loader-ring-inner{top:16px;right:16px;bottom:16px;left:16px;border-width:3px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:#1a9fffbf;border-left-color:#66c0f4b3;box-shadow:none;animation:saSpin 1.35s linear infinite reverse}@keyframes saSpin{to{transform:rotate(360deg)}}.sa-loader-text{font-size:13px;letter-spacing:.03em}.sa-notice-body{display:flex;flex-direction:column;gap:13px}.sa-notice-body p{margin:0}.sa-notice-alert{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border:1px solid rgba(196,68,58,.3);border-left:3px solid #c4443a;border-radius:7px;background:#c4443a12}.sa-notice-alert-icon{flex:none;width:17px;height:17px;margin-top:1px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#c4443a;color:#fff;font-size:11px;font-weight:800;line-height:1}.sa-notice-alert-text{color:#9b332a;font-size:12px;font-weight:560;line-height:1.6}.sa-notice-alert-text strong{color:#7a2721}.sa-notice-lead{color:#4f585c;font-size:12px;font-weight:520;line-height:1.8}.sa-notice-lead strong{color:#23444f;font-weight:700}.sa-notice-section{padding-top:12px;border-top:1px solid rgba(48,55,58,.14)}.sa-notice-section h4{display:flex;align-items:center;gap:7px;margin:0 0 6px;color:#23444f;font-size:12px;font-weight:700;letter-spacing:-.002em}.sa-notice-dot{flex:none;width:6px;height:6px;border-radius:50%;background:#2f7fd6}.sa-notice-section p{color:#4f585c;font-size:12px;font-weight:520;line-height:1.8}.sa-detail-content{position:relative;min-height:100%}.sa-detail-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.sa-detail-cover{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;z-index:0;background-size:cover;background-position:center top;background-repeat:no-repeat;filter:blur(6px) saturate(.96);transform:scale(1.03);pointer-events:none}.sa-detail-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(to bottom,#151a2147,#151a2159 150px,#151a219e 257px,#151a21d1 430px,#151a21 640px)}.sa-hero{position:relative;z-index:3;flex:none}.sa-hero-top{position:relative;z-index:2;padding:20px 20px 12px;min-height:150px;box-sizing:border-box}.sa-hero-name{max-width:720px;font-size:28px;font-weight:700;color:#fff;letter-spacing:.02em;line-height:1.15;text-shadow:0 2px 8px rgba(0,0,0,.9);word-break:break-word}.sa-hero-sub{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:3px}.sa-hero-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:6px}.sa-hero-name-en{min-width:0;max-width:720px;font-size:13px;font-weight:500;color:#ffffff9e;letter-spacing:.01em;line-height:1.3;text-shadow:0 1px 5px rgba(0,0,0,.9);word-break:break-word}.sa-hero-name.sa-copyable,.sa-hero-name-en.sa-copyable{cursor:pointer}.sa-hero-name.sa-copyable:hover{color:#fff}.sa-hero-name-en.sa-copyable:hover{color:#ffffffeb}.sa-appid-block{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px}.sa-appid-btn{display:inline-flex;align-items:center;height:24px;padding:0 10px;border:1px solid rgba(255,255,255,.16);border-radius:2px;background:#0000006b;color:#d8e2eaeb;font-size:12px;font-weight:700;letter-spacing:.6px;cursor:pointer;text-shadow:0 1px 3px rgba(0,0,0,.85);transition:background .15s,border-color .15s,color .15s}.sa-appid-btn:hover{border-color:#ffffff38;background:#00000080;color:#fff}.sa-appid-btn:disabled{cursor:default}.sa-unlock-add{display:inline-flex;align-items:center;height:24px;padding:0 10px;border:0;border-radius:2px;background:linear-gradient(90deg,#1a9fff,#176a9f);color:#fff;font-size:12px;font-weight:700;letter-spacing:.6px;cursor:pointer;box-shadow:0 2px 4px #00000047}.sa-unlock-add:hover{background:linear-gradient(90deg,#3ab0ff,#1d7ab0);color:#fff}.sa-unlock-add:disabled{cursor:default}.sa-hero-updates{flex:none;font-size:12.5px;color:#ffffffbd;text-shadow:0 1px 5px rgba(0,0,0,.9)}.sa-hero-updates b{font-weight:700;color:#fff}.sa-hero-bar{position:relative;z-index:4;min-height:68px;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px 16px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.05);background:linear-gradient(to bottom,#363f4973,#20262db3);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.sa-launch-btn{flex:none;display:flex;align-items:center;justify-content:center;gap:6px;min-width:120px;height:36px;padding:0 20px;border:none;border-radius:2px;background:linear-gradient(to right,#47b04b,#257336);color:#d2efa9;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 2px 4px #0000004d;transition:background .2s,color .2s}.sa-launch-btn:disabled{cursor:wait;opacity:.82}.sa-launch-row{display:flex;align-items:stretch;gap:8px;flex:none;min-width:0}.sa-launch-group{display:flex;align-items:stretch;flex:none}.sa-launch-btn[data-state=starting]{min-width:150px}.sa-launch-spinner{animation:sa-launch-spin .9s linear infinite;transform-origin:50% 50%}@keyframes sa-launch-spin{to{transform:rotate(360deg)}}.sa-launch-btn:hover:not(:disabled){background:linear-gradient(to right,#4fc354,#29803c);color:#fff}.sa-launch-btn.stop{background:linear-gradient(to right,#b04747,#732525);color:#efb0a9;min-width:150px}.sa-launch-btn.stop:hover:not(:disabled){background:linear-gradient(to right,#c34f4f,#802929);color:#fff}.sa-launch-abort{min-width:0;box-shadow:0 2px 4px #0000004d}.sa-launch-abort[hidden]{display:none}.sa-hero-right{display:flex;align-items:center;gap:12px 18px;flex-wrap:wrap;justify-content:flex-end;min-width:0}.sa-persist{display:flex;align-items:center;gap:8px;font-size:12px;color:#8f98a0;cursor:pointer}.sa-persist-switch{width:32px;height:16px;flex:none;display:flex;align-items:center;padding:2px;border:1px solid #3e444b;border-radius:8px;background:#2d3238;box-shadow:inset 0 1px 2px #0006;transition:background .15s,border-color .15s}.sa-persist-switch.on{justify-content:flex-end;background:#1a9fff;border-color:#1a9fff}.sa-persist-nob{width:12px;height:12px;border-radius:50%;background:#68727d;transition:background .15s}.sa-persist-switch.on .sa-persist-nob{background:#fff}.sa-persist-switch.on~.sa-persist-text{color:#fff}.sa-hero-version{display:flex;flex-direction:column;gap:2px}.sa-version-line{font-size:11px;line-height:16px;color:#8f98a0;white-space:nowrap}.sa-version-line b{color:#dbe2e6;font-weight:400}.sa-hero-actions{display:flex;gap:4px}.sa-hero-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:2px;background:#3a414ad9;color:#c7d5e0;cursor:pointer;box-shadow:0 1px 2px #0000004d;transition:background .15s,color .15s}.sa-hero-icon:hover{background:#46505c;color:#fff}.sa-hero-tabs{position:relative;z-index:2;height:39px;padding:0 20px;display:flex;align-items:center;gap:4px;border-top:1px solid rgba(255,255,255,.1);background:#1d253085;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:inset 0 1px #ffffff0f;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;font-size:13px;color:#8f98a0}.sa-hero-tabs::-webkit-scrollbar{display:none}.sa-hero-tab{flex:none;height:30px;padding:0 24px;display:flex;align-items:center;border:1px solid transparent;border-radius:2px;background:transparent;color:inherit;font:inherit;cursor:pointer;transition:background .15s,color .15s}.sa-hero-tab:hover{background:#ffffff14;color:#fff}.sa-hero-tab.on{background:#ffffff1c;color:#fff;border-color:#ffffff1a;box-shadow:inset 0 1px #ffffff14}.sa-hero-tab-dim{opacity:.55;cursor:default}.sa-hero-tab-dim:hover{background:transparent;color:#8f98a0}.sa-detail-body{position:relative;z-index:1}.sa-trainer-view{display:flex;gap:20px;padding:12px 20px 48px;align-items:flex-start}.sa-history-view{display:flex;padding:12px 20px 48px}.sa-history-view[hidden],.sa-trainer-view[hidden]{display:none}.sa-detail-side{position:sticky;top:12px;width:176px;flex:none;max-height:calc(100cqh - 70px);overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding:8px;border:1px solid rgba(255,255,255,.1);background:#151b2261;box-shadow:0 10px 24px #0003,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);scrollbar-width:none}.sa-detail-side::-webkit-scrollbar{display:none}.sa-side-section-title{display:none}.sa-side-section-gap{margin-top:10px}.sa-trainer-picker{position:relative}.sa-trainer-trigger{width:100%;height:30px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.08);border-radius:2px;background:#202b3e;color:#dbe2e6;font:600 12px/1 inherit;cursor:pointer;box-shadow:inset 0 1px #ffffff0d;transition:background .15s,border-color .15s}.sa-trainer-trigger:hover{background:#26354b;border-color:#ffffff24}.sa-trainer-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sa-trainer-menu{position:absolute;top:34px;left:0;right:0;z-index:20;max-height:200px;overflow-y:auto;border:1px solid rgba(26,159,255,.2);border-radius:3px;background:#171d24;box-shadow:0 10px 30px #0009;display:none;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.28) transparent}.sa-trainer-menu::-webkit-scrollbar{width:8px}.sa-trainer-menu::-webkit-scrollbar-track{background:transparent}.sa-trainer-menu::-webkit-scrollbar-thumb{background:#ffffff38;border:2px solid transparent;border-radius:8px;background-clip:padding-box}.sa-trainer-menu::-webkit-scrollbar-thumb:hover{background:#ffffff5c;background-clip:padding-box}.sa-trainer-picker.open .sa-trainer-menu{display:block}.sa-trainer-opt{height:28px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#8f98a0;cursor:pointer;transition:background .12s,color .12s}.sa-trainer-opt:hover{background:#1a9fff1a;color:#fff}.sa-trainer-opt.active{color:#1a9fff;font-weight:700}.sa-trainer-check{opacity:0;color:#1a9fff}.sa-trainer-opt.active .sa-trainer-check{opacity:1}.sa-trainer-empty{padding:12px 10px;font-size:12px;color:#4f5359}.sa-cat-list{display:flex;flex-direction:column;gap:2px}.sa-cat-btn{display:flex;align-items:center;gap:10px;height:32px;padding:0 10px;border:none;border-radius:2px;background:transparent;color:#8f98a0;font:500 14px/1 inherit;cursor:pointer;text-align:left;transition:background .15s,color .15s}.sa-cat-icon{flex:none;color:#6b747f;transition:color .15s}.sa-cat-btn:hover{background:#ffffff0f;color:#fff}.sa-cat-btn:hover .sa-cat-icon{color:#dbe2e6}.sa-cat-btn.active{background:#ffffff1a;color:#fff}.sa-cat-btn.active .sa-cat-icon{color:#dbe2e6}.sa-cat-btn>span:not(.sa-cat-count){flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sa-cat-count{flex:none;font-size:11px;color:#4f5359}.sa-cat-settings{margin-top:16px}.sa-side-total{margin-top:4px;padding:0 10px;font-size:11px;color:#4f5359}.sa-detail-main{flex:1;min-width:0}.sa-mod-toolbar{height:34px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff0a}.sa-mod-counter{font-size:12px;color:#8f98a0}.sa-mod-counter b{color:#fff;font-weight:700}.sa-mod-actions{display:flex;gap:6px}.sa-mod-notice{position:relative;color:#d9a03a;cursor:help}.sa-mod-notice[hidden]{display:none}.sa-mod-notice:hover{color:#f0b743}.sa-mod-notice-pop{position:absolute;top:calc(100% + 8px);right:0;z-index:40;width:340px;padding:10px 12px;border-radius:10px;background:#f2f2f6eb;-webkit-backdrop-filter:blur(24px) saturate(1.4);backdrop-filter:blur(24px) saturate(1.4);border:1px solid rgba(0,0,0,.12);box-shadow:0 12px 34px #0000004d;color:#1d1d1f;font-size:12px;line-height:1.6;text-align:left;white-space:normal;overflow-wrap:anywhere;word-break:break-word;max-height:320px;overflow-y:auto;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.sa-mod-notice:hover .sa-mod-notice-pop{pointer-events:auto}.sa-mod-notice:hover .sa-mod-notice-pop,.sa-mod-notice:focus-visible .sa-mod-notice-pop{opacity:1;transform:none}.sa-mod-attach{position:relative;color:#d9a03a}.sa-mod-attach[hidden]{display:none}.sa-mod-attach:hover{color:#f0b743}.sa-mod-attach-pop{position:absolute;top:calc(100% + 8px);right:0;z-index:40;width:260px;padding:6px;border-radius:10px;background:#f2f2f6eb;-webkit-backdrop-filter:blur(24px) saturate(1.4);backdrop-filter:blur(24px) saturate(1.4);border:1px solid rgba(0,0,0,.12);box-shadow:0 12px 34px #0000004d;text-align:left;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.sa-mod-attach-pop[hidden]{display:none}.sa-mod-attach.open .sa-mod-attach-pop,.sa-mod-attach:hover .sa-mod-attach-pop,.sa-mod-attach:focus-visible .sa-mod-attach-pop{opacity:1;transform:none;pointer-events:auto}.sa-mod-attach-item{display:block;width:100%;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:#1d1d1f;font:500 12px/1.4 inherit;text-align:left;cursor:pointer}.sa-mod-attach-item:hover{background:#0000000f}.sa-mod-btn{height:24px;padding:0 12px;border:1px solid rgba(255,255,255,.1);border-radius:2px;background:#0003;color:#8f98a0;font:500 11px/1 inherit;cursor:pointer;transition:background .15s,color .15s}.sa-mod-btn:hover{background:#ffffff1a;color:#fff}.sa-mod-toolbar{display:none}.sa-cheats-scroll{overflow:visible;padding:0 0 16px 1px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.sa-cheats-scroll::-webkit-scrollbar{width:8px}.sa-cheats-scroll::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.sa-cheats{display:flex;flex-direction:column;gap:12px}.sa-cheat-section{flex:none;overflow:clip;overflow-clip-margin:320px;scroll-margin-top:8px;border:1px solid rgba(255,255,255,.1);border-radius:3px;background:#151b227a;box-shadow:0 10px 24px #0003,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sa-cheat-group{display:flex;align-items:center;gap:8px;height:34px;padding:0 12px;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff0a;font-size:13px;font-weight:700;letter-spacing:.02em;color:#dbe2e6}.sa-cheat-group-count{font-size:10px;font-weight:400;color:#56616d}.sa-cheat-group-icon{flex:none;color:#8f98a0}.sa-cheat-group-rows{padding:8px 12px}.sa-cheat-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:9px 12px;border-bottom:1px solid rgba(255,255,255,.04);border-radius:3px;transition:background .12s}.sa-cheat-row:hover{background:#ffffff14}.sa-cheat-info{min-width:0;display:flex;flex-direction:column;gap:2px}.sa-cheat-name{font-size:14px;font-weight:500;letter-spacing:.02em;color:#dbe2e6;display:flex;align-items:center;gap:5px;min-width:0}.sa-cheat-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sa-cheat-desc{font-size:11px;color:#6b747f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sa-cheat-hint{position:relative;flex:none;display:inline-flex;align-items:center;color:#d9a03abf;cursor:help;outline:none}.sa-cheat-hint:hover,.sa-cheat-hint:focus-visible{color:#f0b743}.sa-cheat-hint-pop{position:fixed;z-index:10001;width:320px;padding:9px 12px;border-radius:10px;background:#f2f2f6eb;-webkit-backdrop-filter:blur(24px) saturate(1.4);backdrop-filter:blur(24px) saturate(1.4);border:1px solid rgba(0,0,0,.12);box-shadow:0 12px 34px #0000004d;color:#1d1d1f;font-size:12px;font-weight:400;line-height:1.6;letter-spacing:normal;text-align:left;white-space:pre-line;overflow-wrap:anywhere;max-height:260px;overflow-y:auto;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .16s ease,transform .16s ease}.sa-cheat-hint-pop.on{opacity:1;transform:none;pointer-events:auto}.sa-cheat-ctrl{display:flex;justify-content:center}.sa-toggle{width:60px;height:24px;border:1px solid rgba(255,255,255,.1);border-radius:3px;background:#0003;color:#8f98a0;font:500 12px/1 inherit;cursor:pointer;box-shadow:inset 0 1px 2px #0000004d;transition:background .15s,color .15s,border-color .15s}.sa-toggle:hover{background:#ffffff1a;color:#fff}.sa-toggle.on{background:#1a9fff;border-color:#6cc7ff66;color:#fff}.sa-toggle:focus{outline:none}.sa-toggle:focus-visible{outline:none;border-color:#6cc7ffb3;box-shadow:0 0 0 2px #1a9fff59}.sa-action-btn,.sa-apply-btn,.sa-step-btn,.sa-unsupported{height:26px;border:1px solid rgba(255,255,255,.12);border-radius:3px;background:#0000003d;color:#b8c0c7;font:600 11px/1 inherit}.sa-action-btn,.sa-apply-btn{min-width:54px;padding:0 10px;cursor:pointer}.sa-action-btn:hover,.sa-apply-btn:hover{border-color:#6cc7ff75;background:#1a9fff2e;color:#fff}.sa-action-btn:focus,.sa-apply-btn:focus,.sa-step-btn:focus{outline:none}.sa-action-btn:focus-visible,.sa-apply-btn:focus-visible,.sa-step-btn:focus-visible{outline:none;border-color:#6cc7ffb3;box-shadow:0 0 0 2px #1a9fff59}.sa-unsupported:disabled{padding:0 9px;opacity:.48;cursor:not-allowed}.sa-number-control{display:flex;align-items:center;height:28px}.sa-step-btn{width:27px;padding:0;cursor:pointer}.sa-step-btn:hover{background:#ffffff1a;color:#fff}.sa-number-input{width:88px;height:26px;margin:0 -1px;border:1px solid rgba(255,255,255,.12);background:#0000004d;color:#dbe2e6;font:600 11px/1 ui-monospace,monospace;text-align:center;outline:none}.sa-number-input:focus{border-color:#6cc7ff94;z-index:1}.sa-number-input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.sa-cheat-row.value-unknown .sa-number-input::placeholder{color:#e0a23a;opacity:1}.sa-cheat-row.value-unknown .sa-step-btn:disabled{opacity:.55;cursor:not-allowed}.sa-cheat-row.value-unknown .sa-slider-control output{color:#e0a23a}.sa-apply-btn{margin-left:6px}.sa-slider-control{display:flex;align-items:center;gap:9px;min-width:206px}.sa-range-input{width:154px;height:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;outline:none;cursor:pointer}.sa-range-input::-webkit-slider-runnable-track{width:100%;height:8px;border:none;border-radius:4px;background:#fff3;outline:none}.sa-range-input::-moz-range-track{width:100%;height:8px;border:none;border-radius:4px;background:#fff3;outline:none}.sa-range-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;margin-top:-4px;border:none;border-radius:50%;background:#1a9fff;box-shadow:0 1px 4px #1a9fff66;cursor:pointer;outline:none}.sa-range-input::-moz-range-thumb{width:16px;height:16px;border:none;border-radius:50%;background:#1a9fff;box-shadow:0 1px 4px #1a9fff66;cursor:pointer;outline:none}.sa-range-input:focus{outline:none}.sa-range-input:focus::-webkit-slider-thumb{outline:none}.sa-range-input:focus::-moz-range-thumb{outline:none}.sa-slider-control output{min-width:44px;color:#8fc8f5;font:700 11px/1 ui-monospace,monospace;text-align:right}.sa-select{position:relative;width:min(230px,28vw)}.sa-select-trigger{width:100%;height:28px;display:flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.12);border-radius:3px;background:#0000004d;color:#dbe2e6;padding:0 10px;font:500 11px/1 inherit;cursor:pointer;outline:none;transition:border-color .15s,background .15s}.sa-select-trigger:hover{border-color:#ffffff38}.sa-select-trigger:focus-visible{border-color:#6cc7ff94}.sa-select-trigger:disabled{opacity:.5;cursor:default}.sa-select-value{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.sa-select-arrow{flex:none;width:7px;height:7px;border-right:1.6px solid rgba(219,226,230,.7);border-bottom:1.6px solid rgba(219,226,230,.7);transform:translateY(-2px) rotate(45deg);transition:transform .2s}.sa-select.open .sa-select-arrow{transform:translateY(1px) rotate(-135deg)}.sa-select-menu{position:fixed;z-index:60;max-height:260px;overflow-y:auto;padding:5px;display:none;flex-direction:column;gap:1px;background:#f4f4f7fa;border-radius:11px;box-shadow:0 12px 34px #0000006b,0 0 0 1px #00000029;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.32) transparent}.sa-select-menu::-webkit-scrollbar{width:8px}.sa-select-menu::-webkit-scrollbar-track{background:transparent}.sa-select-menu::-webkit-scrollbar-thumb{background:#00000047;border:2px solid transparent;border-radius:8px;background-clip:padding-box}.sa-select-menu::-webkit-scrollbar-thumb:hover{background:#0000006b;background-clip:padding-box}.sa-select.open .sa-select-menu,.sa-select-menu.open{display:flex}.sa-select-menu.sa-select-virtual.open{display:block}.sa-select-option{display:flex;align-items:center;height:26px;padding:0 8px;border:0;border-radius:6px;background:transparent;color:#1d1d1f;font:inherit;font-size:12px;cursor:pointer;text-align:left;outline:none}.sa-select-option>span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sa-select-option:hover,.sa-select-option:focus-visible{background:#0a84ff;color:#fff}.sa-select-option.selected{font-weight:650}.sa-cheat-row.enabled{background:#7cc8350a}.sa-cheat-key{display:flex;align-items:center;justify-content:flex-end;gap:5px;white-space:nowrap}.sa-kbd-action{flex:none;font-size:11px;color:#6b747f}.sa-kbd-action+.sa-kbd{margin-right:4px}.sa-kbd-action+.sa-kbd:last-child{margin-right:0}.sa-kbd{min-width:32px;padding:2px 8px;border:1px solid rgba(255,255,255,.1);border-radius:3px;background:#00000040;color:#dbe2e6;font:700 11px/1.4 monospace;text-align:center;box-shadow:0 1px 2px #00000080}.sa-history-panel{flex:1;min-height:0;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.1);border-radius:3px;background:#151b227a;box-shadow:0 10px 24px #0003,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:hidden}.sa-history-head{flex:none;height:38px;display:flex;align-items:center;gap:8px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff0a;font-size:13px;font-weight:700;color:#fff}.sa-history-head-icon{flex:none;color:#8f98a0}.sa-history-current{margin-left:auto;font-size:11px;font-weight:400;color:#8f98a0}.sa-history-current b{color:#dbe2e6;font-weight:400}.sa-history-list{flex:1;display:flex;flex-direction:column;gap:8px;padding:12px}.sa-history-list::-webkit-scrollbar{display:none}.sa-history-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px 16px;padding:12px 16px;border:1px solid rgba(255,255,255,.06);border-radius:3px;background:#00000026;transition:background .12s}.sa-history-meta{white-space:nowrap}.sa-history-row:hover{background:#ffffff0d}.sa-history-date{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}.sa-history-badge{padding:1px 6px;border:1px solid rgba(108,199,255,.4);border-radius:2px;background:#1a9fff;color:#fff;font-size:10px;font-weight:600;box-shadow:inset 0 1px 2px #0003}.sa-history-meta{text-align:right;font-size:12px;color:#8f98a0;font-variant-numeric:tabular-nums}.sa-history-switch{height:28px;padding:0 16px;border:1px solid rgba(108,199,255,.4);border-radius:2px;background:#1a9fff;color:#fff;font:700 12px/1 inherit;cursor:pointer;transition:background .15s}.sa-history-switch:hover{background:#3bb0ff}.sa-history-switch.current{border-color:#ffffff1a;background:#ffffff0a;color:#6b747f;cursor:default}.sa-history-empty{padding:56px 0;text-align:center;color:#8f98a0;font-size:13px}.sa-error{display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;text-align:center}.sa-error-icon{color:#e63c00}.sa-error-title{font-size:15px;font-weight:500;color:#fff}.sa-error-msg{max-width:600px;padding:12px;border:1px solid #31363c;border-radius:6px;background:#0c0f13;color:#8f98a0;font-size:12px;white-space:pre-wrap;word-break:break-word}.sa-error-retry{height:28px;padding:0 16px;border:1px solid rgba(108,199,255,.4);border-radius:2px;background:#1a9fff;color:#fff;font:700 12px/1 inherit;cursor:pointer;transition:background .15s}.sa-error-retry:hover{background:#3bb0ff}.sa-compact .sa-sidebar{position:absolute;inset:0 auto 0 0;width:min(282px,calc(100% - 32px));height:100%;box-shadow:10px 0 28px #0000006b,inset -1px 0 #ffffff0a}.sa-compact.sa-sidebar-collapsed .sa-sidebar{width:40px;box-shadow:inset -1px 0 #ffffff0a}.sa-compact .sa-main{width:calc(100% - 40px);margin-left:40px}.sa-compact.sa-sidebar-open .sa-sidebar-scrim{display:block}@container samain (max-width: 900px){.sa-lib-inner{padding:18px 24px}.sa-grid-container{grid-template-columns:repeat(auto-fill,minmax(min(220px,100%),1fr))}.sa-legend-hint,.sa-legend-swap{display:none}.sa-lib-legend{gap:8px}}@container samain (max-width: 720px){.sa-topnav{padding-inline:12px}.sa-nav-arrows{margin-right:20px}.sa-nav{gap:20px}.sa-lib-inner{padding:16px 18px}.sa-sort-row{margin:14px 0 18px}.sa-grid-container{grid-template-columns:repeat(auto-fill,minmax(min(190px,100%),1fr));gap:10px}.sa-lib-legend{display:none}.sa-lib-settings{margin-left:auto}}@container samain (max-width: 620px){.sa-trainer-view{flex-direction:column;gap:12px;padding:12px 14px 40px}.sa-detail-side{position:sticky;top:0;z-index:20;width:100%;max-height:none;align-self:stretch;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:0;padding:6px 8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.sa-detail-side::-webkit-scrollbar{display:none}.sa-cat-list{flex:none;min-width:max-content;flex-direction:row;flex-wrap:nowrap;gap:2px}.sa-cat-btn{flex:none;height:30px;padding-inline:10px}.sa-cat-btn>span:not(.sa-cat-count){flex:none}.sa-cat-count,.sa-cat-settings,.sa-side-total{display:none}.sa-detail-main{width:100%}.sa-cheat-section{scroll-margin-top:54px}.sa-history-view{padding:12px 14px 40px}.sa-history-panel{width:100%}}@container samain (max-width: 480px){.sa-topnav{height:42px;padding-inline:8px}.sa-nav-arrows{gap:0;margin-right:8px}.sa-arrow-btn{width:28px;height:28px}.sa-nav{min-width:0;gap:12px}.sa-nav-item{font-size:16px;white-space:nowrap}.sa-nav-item:after{bottom:6px}.sa-lib-inner{padding:14px 12px 20px}.sa-lib-legend{display:none}.sa-lib-settings{margin-left:auto}.sa-lib-head{gap:6px}.sa-lib-badge{padding:3px 8px;font-size:12px}.sa-nav-arrows{margin-right:6px}.sa-sort-row{margin:12px 0 14px}.sa-grid-container{grid-template-columns:1fr}.sa-hero-top{min-height:128px;height:auto;padding:14px 14px 10px}.sa-hero-name{font-size:22px}.sa-hero-bar{padding:10px 14px}.sa-launch-row{width:100%;flex-wrap:wrap}.sa-launch-btn{width:100%}.sa-launch-abort{width:auto}.sa-hero-right{width:100%;justify-content:space-between}.sa-hero-tabs{padding-inline:10px}.sa-hero-tab{padding-inline:16px}.sa-cheat-group-rows{padding:6px 8px}.sa-cheat-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:9px 10px}.sa-cheat-key,.sa-cheat-desc{display:none}.sa-toggle{width:56px}.sa-history-head{padding-inline:12px}.sa-history-current{display:none}.sa-history-list{padding:8px}.sa-history-row{grid-template-columns:minmax(0,1fr) auto;gap:6px 10px;padding:10px 12px}.sa-history-meta{grid-column:1;text-align:left}.sa-history-switch{grid-column:2;grid-row:1 / span 2;padding-inline:12px}}@container samain (max-width: 360px){.sa-nav{gap:8px}.sa-nav-item{font-size:15px}.sa-hero-name{font-size:19px}.sa-persist,.sa-hero-actions{display:none}.sa-cheat-group{padding-inline:10px}.sa-cheat-name{font-size:13px}}.sa-short .sa-hero-top{min-height:112px;height:auto;padding:12px 20px 8px}.sa-short .sa-hero-name{font-size:21px}.sa-short .sa-hero-version,.sa-short .sa-hero-actions{display:none}.sa-short .sa-hero-bar{min-height:56px;padding-block:8px}.sa-very-short .sa-hero-top{min-height:88px;height:auto;padding:8px 16px 6px}.sa-very-short .sa-hero-name{font-size:18px}.sa-very-short .sa-appid-block,.sa-very-short .sa-appid-btn,.sa-very-short .sa-persist,.sa-very-short .sa-hero-updates{display:none}.sa-very-short .sa-hero-bar{min-height:0;padding:6px 16px}.sa-very-short .sa-hero-tabs{height:32px}.sa-very-short .sa-hero-tab{height:26px;padding-inline:16px}@media(prefers-reduced-motion:reduce){.sa-card,.sa-toggle,.sa-launch-btn,.sa-hero-icon,.sa-side-item,.sa-cheat-row{transition:none}.sa-card:hover{transform:none}.sa-launch-spinner{animation-duration:2.4s}}.gu-home-btn{min-width:0}.gu-home-btn>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gu-free-badge{flex:none;margin-left:auto;padding:1px 6px;border-radius:999px;background:linear-gradient(90deg,#2f9e57,#237043);color:#fff;font-style:normal;font-size:10px;font-weight:700;line-height:1.5;white-space:nowrap}.gu-free-badge[data-state=off]{background:#ffffff24;color:#b3bcc4}.gu-side-tips{padding:4px 16px 20px}.gu-tip-lead{margin:0 0 14px;font-size:13px;line-height:1.8;color:#c2cbd2}.gu-tip-block{margin-top:14px;padding-top:13px;border-top:1px solid rgba(255,255,255,.08)}.gu-tip-title{margin:0 0 9px;color:#dcdedf;font-size:13px;font-weight:700;letter-spacing:.02em}.gu-tip-important .gu-tip-title{color:#9fd8f7}.gu-step-list{margin:0;padding-left:18px;color:#b7c0c8;font-size:12.5px;line-height:1.8}.gu-step-list li{margin-bottom:4px}.gu-tip-hint{margin:8px 0 0;color:#8c96a0;font-size:12px;line-height:1.7}.gu-dot-line{display:flex;align-items:flex-start;gap:7px;margin:0 0 8px;color:#9aa4ae;font-size:12.5px;line-height:1.7}.gu-dot-line:last-child{margin-bottom:0}.gu-dot-line .sa-card-dot{margin-top:6px}.gu-faq-list{margin:0}.gu-faq-list dt{position:relative;margin-bottom:4px;padding-left:11px;color:#b7c0c8;font-size:11.5px;font-weight:600;line-height:1.6}.gu-faq-list dt:before{content:"";position:absolute;left:0;top:7px;width:5px;height:5px;border-radius:50%;background:#66c0f4}.gu-faq-list dd{margin:0 0 11px;padding-left:11px;color:#8c96a0;font-size:11px;line-height:1.7}.gu-faq-list dd:last-child{margin-bottom:0}.gu-faq-list dd b{color:#c3ccd4;font-weight:600}.gu-app .sa-lib-legend[data-single="1"] .sa-legend-hint{display:inline}.gu-app .sa-lib-legend .gu-dot-ok,.gu-app .sa-lib-legend .gu-dot-blocked{width:8px;height:8px}.gu-dot-ok{background:#7cf01b;box-shadow:0 0 0 1px #ffffff24,0 0 6px #7cf01bbf}.gu-dot-blocked{background:#ff4d4d;box-shadow:0 0 0 1px #ffffff24,0 0 6px #ff4d4dbf}.gu-tag{flex:none;padding:1px 7px;border-radius:999px;font-size:10px;font-weight:700;white-space:nowrap}.gu-tag-denuvo{background:#ff636333;color:#ff9a9a}.gu-tag-third{background:#ffb02033;color:#ffc45a}.gu-card-disabled .sa-card-cover img{filter:grayscale(.6) brightness(.85)}.gu-added-badge{position:absolute;top:8px;right:8px;z-index:3;padding:2px 8px;border-radius:999px;background:#2f9e57eb;color:#fff;font-size:10px;font-weight:700;line-height:1.5;letter-spacing:.02em;box-shadow:0 2px 6px #00000059;pointer-events:none}.gu-app .sa-detail-backdrop{bottom:auto;height:300px}.gu-app .sa-detail-cover{inset:-20px -20px auto -20px;height:320px}.gu-app .sa-detail-scrim{background:linear-gradient(to bottom,#151a214d,#151a2173 120px,#151a21bf 220px,#171d25 300px)}.gu-app .sa-detail-body{background:#171d25}.gu-launch-btn.gu-added{background:linear-gradient(to right,#2f9e57,#237043)}.gu-hero-launch{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}.gu-lock-toggle{flex:none}.gu-app .sa-hero-right .gu-lock-toggle{display:flex}.gu-lock-toggle:focus-visible{outline:2px solid #1a9fff;outline-offset:2px;border-radius:4px}.gu-genres{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.gu-genre{padding:2px 9px;border-radius:999px;background:#ffffff1a;color:#c2cbd2;font-size:11px;font-weight:600;white-space:nowrap}.gu-hero-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:6px 0 10px;color:#b7c0c8;font-size:12px;text-shadow:0 1px 3px rgba(0,0,0,.7)}.gu-hero-meta .gu-dot{color:#ffffff73}.gu-intro-view{display:flex;gap:16px;align-items:flex-start}.gu-intro-col{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}.gu-intro-section,.gu-shots{min-width:0;overflow:hidden}.gu-shots-body{padding:12px 14px 14px;min-width:0}.gu-shot-main{position:relative;aspect-ratio:16 / 9;border-radius:6px;overflow:hidden;background:#0e1319}.gu-shot-main img,.gu-shot-main .gu-tutorial-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.gu-shot-main .gu-tutorial-video{object-fit:contain;background:#0e1319;outline:none}.gu-shot-main>[hidden]{display:none!important}.gu-shot-video-mark{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%;height:100%;background:#0e1319;color:#fff}.gu-shot-video-mark em{font-style:normal;font-size:11px;font-weight:700;letter-spacing:.04em}.gu-shot-thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.gu-shot-thumb{flex:none;width:108px;aspect-ratio:16 / 9;padding:0;border:none;border-radius:4px;overflow:hidden;background:#0e1319;cursor:pointer;filter:brightness(.5) saturate(.75);transition:filter .16s ease}.gu-shot-thumb img{width:100%;height:100%;object-fit:cover;display:block}.gu-shot-thumb:hover{filter:brightness(.78) saturate(.9)}.gu-shot-thumb.on{filter:none}.gu-shot-thumb:focus-visible{outline:2px solid #66c0f4;outline-offset:1px}.gu-faq-aside{flex:none;width:clamp(320px,30vw,420px);position:sticky;top:12px;max-height:calc(100cqh - 80px);overflow-y:auto;padding-bottom:4px}.gu-faq-aside .gu-faq-list{padding:12px 16px 6px}.gu-faq-aside .gu-faq-list dt{font-size:13px;color:#c6ccd2;margin-bottom:5px;padding-left:13px;text-wrap:balance}.gu-faq-aside .gu-faq-list dt:before{top:8px;width:6px;height:6px}.gu-faq-aside .gu-faq-list dd{font-size:12.5px;line-height:1.8;color:#9aa4ae;margin-bottom:14px;padding-left:13px}.gu-faq-aside .gu-faq-list dd b{color:#dfe5ea}@container samain (max-width: 1040px){.gu-faq-aside{width:320px}}@container samain (max-width: 960px){.gu-faq-aside{width:292px}}@container samain (max-width: 860px){.gu-intro-view{gap:12px}.gu-faq-aside{width:268px}.gu-faq-aside .gu-faq-list{padding:10px 12px 6px}}@container samain (max-width: 720px){.gu-faq-aside{width:228px}.gu-faq-aside .gu-faq-list dt{font-size:12.5px}.gu-faq-aside .gu-faq-list dd{font-size:12px;line-height:1.7}}@container samain (max-width: 620px){.gu-intro-view{flex-direction:column}.gu-intro-col{width:100%;flex:none}.gu-faq-aside{width:100%;position:static;max-height:none;overflow-y:visible}}@container samain (max-width: 480px){.gu-intro-rich{padding:12px 12px 14px;font-size:13px;line-height:1.8}.gu-shots-body{padding:10px 10px 12px}.gu-shot-thumb{width:88px}.gu-faq-aside .gu-faq-list{padding:10px 12px 6px}}.gu-intro-rich{padding:14px 16px 18px;color:#c6ccd2;font-size:13.5px;line-height:1.9;overflow-wrap:break-word;word-break:break-word}.gu-intro-rich p{margin:0 0 12px}.gu-intro-rich img{max-width:100%;height:auto;border-radius:6px;margin:8px 0}.gu-intro-rich table{display:block;max-width:100%;overflow-x:auto}.gu-intro-rich video,.gu-intro-rich iframe{max-width:100%}.gu-intro-rich h1,.gu-intro-rich h2,.gu-intro-rich h3{color:#fff;margin:18px 0 8px;font-size:16px}.gu-intro-rich ul,.gu-intro-rich ol{margin:8px 0;padding-left:22px}.gu-intro-rich a{color:#66c0f4}.gu-intro-rich strong{color:#fff}.sg-home-btn{min-width:0}.sg-home-btn>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sg-quota-badge[data-state=off]{background:#ffffff24;color:#b3bcc4}.sg-tool-downloads{position:relative}.sg-dl-count{position:absolute;top:-3px;right:-4px;min-width:15px;height:15px;padding:0 4px;border-radius:999px;background:#1a9fff;color:#fff;font-style:normal;font-size:9.5px;font-weight:700;line-height:15px;text-align:center}.sg-cat-list{padding:4px 8px 16px;display:flex;flex-direction:column;gap:2px}.sg-cat-loading{padding:10px 8px;color:#7a838b;font-size:12px}.sg-cat-item{display:flex;align-items:center;gap:9px;width:100%;padding:7px 10px;border:0;border-radius:4px;background:transparent;color:#b8c0c7;font:500 12.5px/1.3 inherit;text-align:left;cursor:pointer}.sg-cat-item:hover{background:#ffffff0a;color:#fff}.sg-cat-item.on{background:#1a9fff1f;color:#fff}.sg-cat-item>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sg-cat-dot{flex:none;width:6px;height:6px;border-radius:50%;background:#ffffff47}.sg-cat-item.on .sg-cat-dot{background:#1a9fff}.sg-lib-total{margin-left:6px;color:#8f98a0;font-weight:500}.sg-card-disabled .sa-card-cover{filter:grayscale(.6) brightness(.7)}.sg-task-badge.sg-task-downloading,.sg-task-badge.sg-task-queued,.sg-task-badge.sg-task-resolving,.sg-task-badge.sg-task-extracting,.sg-task-badge.sg-task-installing{background:linear-gradient(90deg,#1a9fff,#1478c8)}.sg-task-badge.sg-task-paused{background:#ffffff3d}.sg-task-badge.sg-task-error{background:linear-gradient(90deg,#d66f6f,#a54545)}.sg-download-btn.sg-busy{opacity:.85}.sg-download-btn svg{margin-right:6px}.sg-req-grid{display:grid;grid-template-columns:1fr 1fr}.sg-req-grid.sg-req-single{grid-template-columns:1fr}.sg-req-col{min-width:0;padding:14px 18px 16px}.sg-req-col+.sg-req-col{border-left:1px solid rgba(255,255,255,.08)}.sg-req-col-head{margin:0 0 10px;color:#8ec8f0;font-size:11px;font-weight:700;letter-spacing:.08em}.sg-req-list{margin:0}.sg-req-row{display:grid;grid-template-columns:7.2em minmax(0,1fr);gap:12px;padding:7px 0;border-top:1px solid rgba(255,255,255,.05)}.sg-req-row:first-child{border-top:0;padding-top:2px}.sg-req-row dt{margin:0;color:#7d8790;font-size:11.5px;font-weight:600;line-height:1.55}.sg-req-row dd{margin:0;color:#d7dee4;font-size:12.5px;line-height:1.55;overflow-wrap:anywhere}.sg-req-note{grid-template-columns:1fr}.sg-req-note dd{color:#9aa4ab;font-size:12px}.sg-req-col .sg-req{padding:0;font-size:12.5px;line-height:1.7}.sa-compact .sg-req-grid{grid-template-columns:1fr}.sa-compact .sg-req-col+.sg-req-col{border-left:0;border-top:1px solid rgba(255,255,255,.08)}.sg-page-downloads{display:flex;flex-direction:column;gap:14px;padding:18px 22px 28px;overflow:auto}.sg-dl-head{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px}.sg-dl-title{display:flex;align-items:center;gap:8px;color:#fff;font-size:16px;font-weight:700}.sg-dl-meta{color:#9aa4ab;font-size:12px}.sg-dl-dir{display:flex;align-items:center;gap:8px;margin-left:auto;min-width:0;max-width:100%}.sg-dl-dir-label{color:#7a838b;font-size:11.5px;white-space:nowrap}.sg-dl-dir-path{min-width:0;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:4px 9px;border-radius:3px;background:#00000047;color:#c9d1d7;font:500 11.5px/1.4 ui-monospace,monospace}.sg-dl-dir-btn{height:26px;padding:0 12px;border-radius:3px;font-size:11.5px}.sg-dl-alarm{display:flex;align-items:flex-start;gap:8px;padding:9px 12px;border-radius:4px;border:1px solid rgba(224,162,58,.45);background:#e0a23a1f;color:#f1c77b;font-size:12px;line-height:1.5}.sg-dl-alarm svg{flex:none;margin-top:2px}.sg-dl-alarm[hidden]{display:none}.sg-dl-list{display:flex;flex-direction:column;gap:10px}.sg-dl-list .sa-grid-empty{padding:48px 0}.sg-dl-card{position:relative;display:grid;grid-template-columns:92px minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px 14px;border-radius:6px;border:1px solid rgba(255,255,255,.07);background:#161b22e6;overflow:hidden}.sg-dl-progress{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,#66c0f438,#66c0f40f);transition:width .35s ease;pointer-events:none}.sg-dl-completed .sg-dl-progress{background:linear-gradient(90deg,#8bc53f2e,#8bc53f0a)}.sg-dl-error .sg-dl-progress{background:linear-gradient(90deg,#d66f6f38,#d66f6f0f)}.sg-dl-paused .sg-dl-progress{background:linear-gradient(90deg,#ffffff1f,#ffffff08)}.sg-dl-cover{position:relative;width:92px;aspect-ratio:460 / 215;border-radius:3px;overflow:hidden;background:#0f141a}.sg-dl-cover img{width:100%;height:100%;object-fit:cover;display:block}.sg-dl-body{position:relative;min-width:0;display:flex;flex-direction:column;gap:4px}.sg-dl-row1{display:flex;align-items:center;gap:8px;min-width:0}.sg-dl-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:13.5px;font-weight:700}.sg-dl-status{flex:none;padding:1px 7px;border-radius:2px;font-size:10.5px;font-weight:700;background:#66c0f42e;color:#9ed8ff}.sg-dl-status-completed{background:#8bc53f29;color:#b7e36e}.sg-dl-status-error{background:#d66f6f2e;color:#ffb4b4}.sg-dl-status-paused{background:#ffffff1f;color:#cfd6db}.sg-dl-volumes{flex:none;color:#8f98a0;font-size:11px}.sg-dl-row2{display:flex;align-items:center;gap:12px;min-width:0;color:#9aa4ab;font-size:11.5px}.sg-dl-live{flex:none;font-variant-numeric:tabular-nums}.sg-dl-detail{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sg-dl-error .sg-dl-detail{color:#ffb4b4}.sg-dl-path{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#66707a;font:400 11px/1.4 ui-monospace,monospace}.sg-dl-actions{position:relative;display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.sg-dl-btn{display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 11px;border-radius:3px;font-size:11.5px}.sg-dl-btn.abtn.gray{background:#ffffff14;color:#c9d1d7}.sg-dl-btn.abtn.gray:hover{background:#ffffff24;color:#fff}.sg-dl-danger{padding:0 8px}.sg-dl-danger:hover{background:#d66f6f38!important;color:#ffb4b4!important}.sa-compact .sg-dl-card{grid-template-columns:72px minmax(0,1fr)}.sa-compact .sg-dl-cover{width:72px}.sa-compact .sg-dl-actions{grid-column:1 / -1;justify-content:flex-start}.sa-compact .sg-dl-dir{margin-left:0;width:100%}.sa-compact .sg-dl-dir-path{max-width:none;flex:1}.sg-dir-input[readonly]{cursor:pointer}.vod-app [hidden]{display:none!important}.vod-app .vod-home-btn{min-width:0}.vod-app .vod-home-btn>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vod-app .vod-cat-label{display:flex;align-items:center;gap:8px;padding:10px 10px 4px;color:#7a838b;font-size:11px;font-weight:700;letter-spacing:.04em}.vod-app .sg-cat-item>span:nth-child(2){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vod-app .vod-cat-count{margin-left:auto;flex:none;color:#4f5359;font-size:11px;font-weight:500;letter-spacing:0}.vod-app .vod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(148px,100%),1fr));gap:12px;align-content:start}.vod-app .vod-empty{grid-column:1 / -1;padding:60px 16px;text-align:center;color:#8f98a0;font-size:13px}.vod-app .vod-card{position:relative;aspect-ratio:2 / 3;width:100%;overflow:hidden;border-radius:4px;background:#212429;cursor:pointer;box-shadow:0 2px 6px #0006}.vod-app .vod-card-cover{position:absolute;top:0;right:0;bottom:0;left:0;background:#1d2025}.vod-app .vod-card-cover img{width:100%;height:100%;object-fit:cover}.vod-app .vod-card-shade{position:absolute;inset-inline:0;bottom:0;height:62%;background:linear-gradient(to top,rgba(0,0,0,.92),transparent);pointer-events:none}.vod-app .vod-card-caption{position:absolute;inset-inline:0;bottom:0;padding:10px 10px 8px;z-index:1;pointer-events:none}.vod-app .vod-card-name,.vod-app .vod-card-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.9)}.vod-app .vod-card-name{color:#fff;font-size:13px;font-weight:600}.vod-app .vod-card-sub{margin-top:2px;color:#c0c9d2;font-size:11px}.vod-app .vod-skel{aspect-ratio:2 / 3;display:flex;flex-direction:column;border-radius:4px;overflow:hidden;background:#212429}.vod-app .vod-skel-cover{flex:1}.vod-app .vod-skel-title{height:12px;width:68%;margin:8px 8px 10px;border-radius:2px}.vod-app .vod-detail-page{overflow:auto;background:#11151b}.vod-app .vod-detail-content{display:flex;align-items:flex-start;gap:16px;padding:12px 16px 28px;min-width:0}.vod-app .vod-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}.vod-app .vod-panel{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:3px;background:#151b227a;box-shadow:0 10px 24px #0003,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.vod-app .vod-panel-head{display:flex;align-items:center;gap:8px;height:34px;padding:0 12px;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#dbe2e6;font-size:13px;font-weight:700;letter-spacing:.02em}.vod-app .vod-panel-count{margin-left:auto;color:#56616d;font-size:10px;font-weight:400}.vod-app .vod-panel-body{padding:14px 16px 18px}.vod-app .vod-panel-notice .vod-panel-body{padding:10px 16px;color:#c9b27a;font-size:12.5px;line-height:1.6}.vod-app .vod-stage,.vod-app .vod-vp{position:relative;width:100%;aspect-ratio:16 / 9;min-height:180px;background:#000;outline:none}.vod-app .vod-info-title{margin:0;color:#fff;font-size:20px;font-weight:700;line-height:1.3}.vod-app .vod-detail-meta,.vod-app .vod-detail-line{margin-top:8px;color:#8f98a0;font-size:12.5px;line-height:1.55}.vod-app .vod-detail-desc{margin:14px 0 0;color:#c6ccd2;font-size:13.5px;line-height:1.9;overflow-wrap:break-word;word-break:break-word}.vod-app .vod-detail-desc-empty{color:#8f98a0}.vod-app .vod-aside{flex:none;width:clamp(240px,28%,340px);position:sticky;top:12px;max-height:calc(100cqh - 80px);overflow:hidden;display:flex;flex-direction:column}.vod-app .vod-aside-body{flex:1;min-height:0;overflow-y:auto;padding:10px 12px 14px}.vod-app .vod-lines,.vod-app .vod-ranges{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.vod-app .vod-chip{height:26px;padding:0 10px;border:1px solid rgba(255,255,255,.12);border-radius:4px;background:#ffffff0a;color:#d8e2ea;font:600 12px/1 inherit;cursor:pointer}.vod-app .vod-chip:hover{border-color:#ffffff38;color:#fff}.vod-app .vod-chip.on{border-color:#257336;background:linear-gradient(to right,#47b04b,#257336);color:#d2efa9;box-shadow:0 2px 4px #0000004d}.vod-app .vod-chip.on:hover{background:linear-gradient(to right,#4fc354,#29803c);color:#fff}.vod-app .vod-ep-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:6px;margin-top:10px}.vod-app .vod-ep-btn{min-width:0;height:30px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:1px solid rgba(255,255,255,.12);border-radius:4px;background:#ffffff0a;color:#d8e2ea;font:600 12px/1 inherit;cursor:pointer;overflow:hidden;white-space:nowrap}.vod-app .vod-ep-btn svg{flex:none}.vod-app .vod-ep-btn span{overflow:hidden;text-overflow:ellipsis}.vod-app .vod-ep-btn:hover{border-color:#ffffff38;color:#fff}.vod-app .vod-ep-btn.on{border-color:#257336;background:linear-gradient(to right,#47b04b,#257336);color:#d2efa9;box-shadow:0 2px 4px #0000004d}.vod-app .vod-ep-btn.on:hover{background:linear-gradient(to right,#4fc354,#29803c);color:#fff}.vod-app .vod-ep-empty{color:#8f98a0;font-size:12px;padding:8px 0}.vod-app .vod-vp-video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain;background:#000}.vod-app .vod-vp-title{position:absolute;top:0;left:0;right:0;z-index:3;padding:12px 14px 28px;background:linear-gradient(to bottom,rgba(0,0,0,.55),transparent);color:#fff;font-size:13px;font-weight:600;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.vod-app .vod-vp-center{position:absolute;left:50%;top:50%;z-index:3;width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#00000073;color:#fff;transform:translate(-50%,-50%);pointer-events:auto}.vod-app .vod-vp-loading,.vod-app .vod-vp-error{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:center;justify-content:center;color:#fffc;font-size:13px;pointer-events:none}.vod-app .vod-vp-error{background:#0000008c;padding:20px 28px;text-align:center;line-height:1.7;max-width:100%}.vod-app .vod-vp-spin{width:28px;height:28px;border:3px solid rgba(255,255,255,.15);border-top-color:#1a9fff;border-radius:50%;animation:vodSpin .8s linear infinite}@keyframes vodSpin{to{transform:rotate(360deg)}}.vod-app .vod-vp-hud{position:absolute;left:0;right:0;bottom:0;z-index:6;padding:18px 12px 10px;background:linear-gradient(to top,rgba(0,0,0,.78),transparent);pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.vod-app .vod-vp.vod-vp-hud-on .vod-vp-title,.vod-app .vod-vp.vod-vp-paused .vod-vp-title,.vod-app .vod-vp.vod-vp-hud-on .vod-vp-hud,.vod-app .vod-vp.vod-vp-paused .vod-vp-hud{opacity:1;visibility:visible}.vod-app .vod-vp.vod-vp-hud-on .vod-vp-hud,.vod-app .vod-vp.vod-vp-paused .vod-vp-hud{pointer-events:auto}.vod-app .vod-vp:not(.vod-vp-hud-on):not(.vod-vp-paused){cursor:none}.vod-app .vod-vp-seek{position:relative;height:14px;display:flex;align-items:center}.vod-app .vod-vp-seek-buf,.vod-app .vod-vp-seek-played{position:absolute;left:0;height:4px;border-radius:2px;pointer-events:none}.vod-app .vod-vp-seek-buf{width:0;background:#ffffff47}.vod-app .vod-vp-seek-played{width:0;background:#1a9fff}.vod-app .vod-vp-seek-input{position:relative;z-index:1;width:100%;height:14px;margin:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.vod-app .vod-vp-seek-input::-webkit-slider-runnable-track{height:4px;background:#ffffff29;border-radius:2px}.vod-app .vod-vp-seek-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;margin-top:-4px;border-radius:50%;background:#fff}.vod-app .vod-vp-row{display:flex;align-items:center;gap:6px;margin-top:6px}.vod-app .vod-vp-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:#fff;cursor:pointer}.vod-app .vod-vp-btn:hover{color:#8ec8f0}.vod-app .vod-vp-time{color:#ffffffdb;font-size:12px;font-variant-numeric:tabular-nums}.vod-app .vod-vp-spacer{flex:1}.vod-app .vod-vp-vol{display:flex;align-items:center;gap:4px}.vod-app .vod-vp-vol-input{width:72px;height:14px;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.vod-app .vod-vp-vol-input::-webkit-slider-runnable-track{height:3px;background:#ffffff3d;border-radius:2px}.vod-app .vod-vp-vol-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:10px;height:10px;margin-top:-3px;border-radius:50%;background:#fff}.vod-app .vod-vp-rate{position:relative}.vod-app .vod-vp-rate-btn{width:auto;min-width:36px;font:700 12px/1 inherit}.vod-app .vod-vp-rate-menu{display:none;position:absolute;right:0;bottom:36px;min-width:64px;padding:4px 0;border-radius:6px;background:#1b2129;box-shadow:0 8px 20px #0006}.vod-app .vod-vp-rate-menu.on{display:block}.vod-app .vod-vp-rate-menu button{display:block;width:100%;height:28px;border:0;background:transparent;color:#d8e2ea;font:600 12px/1 inherit;cursor:pointer}.vod-app .vod-vp-rate-menu button:hover{background:#1a9fff29;color:#fff}@container samain (max-width: 1040px){.vod-app .vod-aside{width:280px}}@container samain (max-width: 860px){.vod-app .vod-aside{width:248px}}@container samain (max-width: 720px){.vod-app .vod-grid{grid-template-columns:repeat(auto-fill,minmax(min(120px,100%),1fr))}.vod-app .vod-detail-content{flex-direction:column}.vod-app .vod-main{width:100%}.vod-app .vod-aside{width:100%;position:static;max-height:none}}@container samain (max-width: 480px){.vod-app .vod-grid{grid-template-columns:repeat(auto-fill,minmax(min(100px,100%),1fr))}}.si-app [hidden]{display:none!important}.si-app .sa-launch-group .sa-launch-btn{border-radius:2px}.si-app .sa-launch-btn:disabled{cursor:default}.si-app .gu-dot-line .sa-card-dot:not(.gu-dot-ok):not(.sa-dot-advanced){background:#68727d}.si-app .si-cal{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;padding:12px}.si-app .si-cal-dow{text-align:center;color:#66c0f4;font-size:11px;font-weight:700;line-height:1;padding-bottom:2px}.si-app .si-cal-day{min-height:36px;display:flex;align-items:center;justify-content:center;border-radius:3px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#dbe2e6;font-size:13px}.si-app .si-cal-day.is-empty{background:transparent;border-color:transparent}.si-app .si-cal-day.is-today{border-color:#66c0f473;color:#fff;font-weight:700}.si-app .si-cal-day.is-signed{background:#7cc83529;border-color:#7cc83547;color:#d2efa9;font-weight:700}.si-app .si-balance{margin-left:auto;flex:none;padding:3px 8px;border-radius:2px;background:#ffffff12;border:1px solid rgba(255,255,255,.05);color:#d2efa9;font-size:13px;font-weight:600;letter-spacing:.02em;white-space:nowrap}.about-body{display:flex;flex-direction:column;align-items:center;gap:12px;padding:30px 26px;text-align:center;color:#e8e8ea}.about-body .big-logo{width:74px;height:74px}.about-body .logtype{height:30px;display:flex;align-items:center;color:#fff;font-size:28px;font-weight:700;line-height:1;letter-spacing:-.7px}.about-body h3{font-size:15px;font-weight:600;color:#fff}.about-body p{font-size:13px;color:#fff9;line-height:1.7}.about-body .beta{font-size:11px;color:#fff6}.about-body .btn-row{display:flex;gap:10px;margin-top:6px}.abtn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;padding:8px 16px;border-radius:10px;border:none;background:var(--blue);color:#fff;text-decoration:none;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:filter .2s,transform .15s}.abtn.gray{background:#ffffff24}.abtn:hover{filter:brightness(1.15)}.abtn:active{transform:scale(.95)}.abtn:focus-visible{outline:2px solid #fff;outline-offset:2px}.buy{position:relative;display:flex;flex-direction:column;padding:20px 22px;color:#f5f5f7;height:auto;box-sizing:border-box;justify-content:flex-start;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;container-type:inline-size;container-name:buy}.buy-head{text-align:center;margin-bottom:12px;flex-shrink:0}.buy-head h3{color:#fff;font-size:17px;font-weight:600;letter-spacing:-.012em}.buy-head p{margin-top:4px;color:#fff6;font-size:11px;font-weight:400;letter-spacing:-.003em}.buy-stack{display:flex;flex-direction:column;gap:10px;margin-bottom:14px;flex-shrink:0}.buy-row-card{display:flex;align-items:center;padding:12px 14px;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:#ffffff04;cursor:default;outline:none;transition:all .2s ease}.buy-row-card:hover{background:#ffffff0a;border-color:#ffffff1f}.buy-row-card:active{transform:scale(.995)}.buy-stack:has(.buy-row-card.on) .buy-row-card:not(.on){opacity:.55}.buy-stack:has(.buy-row-card.on) .buy-row-card:not(.on):hover{opacity:.75}.buy-row-card.on{opacity:1!important;background:#ffffff12;border-color:#ffffff0f;box-shadow:inset 0 1px #ffffff08,0 4px 12px #00000026}.buy-row-card[data-level=advanced]{--card-acc:#38b6ff;--card-acc-rgb:56,182,255}.buy-row-card[data-level=super]{--card-acc:#7cf01b;--card-acc-rgb:124,240,27}.buy-row-card[data-level=game]{--card-acc:#66c0f4;--card-acc-rgb:102,192,244}.card-icon-sphere{flex-shrink:0;width:32px;height:32px;border-radius:8px;background:transparent;display:flex;align-items:center;justify-content:center;margin-right:12px;transition:all .22s ease}.buy-row-card.on .card-icon-sphere{background:transparent;box-shadow:none}.card-info{flex:1;display:flex;flex-direction:column;min-width:0;padding-right:12px}.card-title{color:var(--card-acc,#ffffff);font-size:13.5px;font-weight:600;letter-spacing:-.005em}.card-tagline{color:#ffffff61;font-size:11px;margin-top:1.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;letter-spacing:-.005em}.card-price-col{display:flex;align-items:baseline;margin-right:16px;flex-shrink:0}.card-price{color:#fff;font-size:19px;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif;letter-spacing:-.015em}.card-price em{font-size:12px;font-style:normal;font-weight:500;color:#ffffff73;margin-right:1.5px}.card-period{font-size:10.5px;color:#ffffff4d;margin-left:2px}.card-radio-outer{flex-shrink:0;width:10px;height:10px;border-radius:50%;background:#ffffff2e;box-shadow:0 0 0 1px #ffffff1a;transition:all .2s ease}.card-radio-inner{display:none}.buy-row-card.on .card-radio-outer{background:var(--card-acc);box-shadow:0 0 0 1px #fff3,0 0 8px rgba(var(--card-acc-rgb),.85)}.buy-bottom-area{display:flex;border-top:1px solid rgba(255,255,255,.04);padding-top:14px;flex:none;width:100%}.pay-section{flex:1 1 auto;width:100%;display:flex;flex-direction:column;background:#ffffff03;border:1px solid rgba(255,255,255,.04);border-radius:10px;padding:12px 14px;box-shadow:inset 0 1px #ffffff01;gap:10px;min-width:0;box-sizing:border-box}.pay-type-tabs{display:flex;gap:6px}.pay-type-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:6px 0;border:1px solid rgba(255,255,255,.08);border-radius:7px;background:#ffffff04;color:#ffffff80;font-size:11px;font-weight:500;cursor:pointer;transition:all .18s ease;font-family:inherit}.pay-type-tab:hover{background:#ffffff0d;color:#ffffffbf}.pay-type-tab.on{background:#ffffff17;border-color:#ffffff29;color:#fff}.pay-type-icon{flex:none;display:block;opacity:.55;transition:opacity .18s ease}.pay-type-tab:hover .pay-type-icon,.pay-type-tab.on .pay-type-icon{opacity:1}.pay-flow{display:flex;align-items:center;gap:12px}.pay-qr-container{position:relative;flex-shrink:0;width:104px;height:104px;padding:5px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0003;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.pay-qr-container img{display:block;width:94px;height:94px;image-rendering:pixelated;border-radius:2px;aspect-ratio:1/1}.pay-qr-placeholder{position:absolute;top:5px;right:5px;bottom:5px;left:5px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:11px;line-height:1.4;color:#0006;border-radius:2px}.pay-details{display:flex;flex-direction:column;justify-content:center;min-width:0;flex:1;gap:2px}.pay-title{font-size:12.5px;font-weight:600;color:#fff;letter-spacing:-.005em}.pay-desc{font-size:10.5px;color:#ffffff61;letter-spacing:-.005em}.pay-generate{margin-top:4px;padding:7px 0;border:none;border-radius:7px;background:#0a84ff;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .18s ease;font-family:inherit}.pay-generate:hover:not(:disabled){background:#0a74e0}.pay-generate:disabled{background:#ffffff14;color:#ffffff59;cursor:default}.pay-note{font-size:9.5px;color:#ffffff3d;margin-top:4px;letter-spacing:-.005em;line-height:1.35}.pay-balance{width:100%;margin-top:2px;padding:7px 0;border:1px solid rgba(255,255,255,.08);border-radius:7px;background:transparent;color:#ffffff80;font-size:11px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .18s ease}.pay-balance:hover:not(:disabled){background:#ffffff0d;color:#fffc;border-color:#ffffff29}.pay-balance:disabled{color:#ffffff42;cursor:default}.pay-balance:focus{outline:none}.pay-balance:focus-visible{box-shadow:0 0 0 3px #0a84ff4d}.buy-confirm-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:24px;background:#06070999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.buy-notice .lco-notice-actions{gap:8px}.buy-notice .buy-notice-cancel{background:#30373a1a;color:#3d474c;height:30px;padding:0 16px;border-radius:8px;font-size:11px;border:1px solid rgba(48,55,58,.16)}.buy-notice .buy-notice-cancel:hover{background:#30373a29;filter:none}.buy-confirm{width:min(400px,100%);max-height:calc(100% - 8px);overflow-y:auto;padding:18px 20px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#1c1c1ef5;box-shadow:0 24px 60px #00000080}.buy-confirm h3{margin:0 0 8px;font-size:14.5px;font-weight:600;color:#fff}.buy-confirm p{margin:0 0 12px;font-size:12px;line-height:1.7;color:#ffffff8c}.buy-confirm p:last-of-type{margin-bottom:16px}.buy-confirm p b{color:#fff;font-weight:600}.buy-confirm .buy-warn{padding:9px 11px;margin-bottom:12px;border-radius:8px;border:1px solid rgba(240,180,75,.28);background:#f0b44b1a;color:#f0c368;font-size:12.5px}.buy-confirm .buy-warn b{color:#ffd98a}.buy-confirm .buy-warn-strong{color:#ffffffc7}.buy-confirm .buy-warn-strong b{color:#ffb4a8}.buy-confirm-actions{display:flex;justify-content:flex-end;gap:8px}.buy-confirm-btn{height:30px;padding:0 14px;border:1px solid rgba(255,255,255,.1);border-radius:7px;background:#ffffff0f;color:#ffffffb8;font:600 12px/1 inherit;cursor:pointer;transition:all .18s ease}.buy-confirm-btn:hover{background:#ffffff1f;color:#fff}.buy-confirm-btn.primary{background:#0a84ff;border-color:transparent;color:#fff}.buy-confirm-btn.primary:hover{background:#0a74e0}.buy-confirm-btn:focus{outline:none}.buy-confirm-btn:focus-visible{box-shadow:0 0 0 3px #0a84ff4d}.buy [hidden]{display:none!important}.buy-loading{flex:none;min-height:120px;display:flex;align-items:center;justify-content:center;color:#fff6;font-size:12px}.buy-main{display:flex;flex-direction:column;flex:none;width:100%}.buy-duration{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:5px;margin-bottom:10px;flex-shrink:0}.buy-duration-pill{min-width:0;display:flex;flex-direction:column;align-items:center;gap:1px;padding:5px 4px;border:1px solid rgba(255,255,255,.08);border-radius:7px;background:#ffffff04;cursor:pointer;transition:all .18s ease;font-family:inherit}.buy-duration-pill:hover{background:#ffffff0d;border-color:#ffffff24}.buy-duration-pill.on{background:#ffffff14;border-color:#fff3;box-shadow:inset 0 1px #ffffff0a}.buy-duration-pill .dp-name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:11px;font-weight:600;color:#fff9;white-space:nowrap}.buy-duration-pill.on .dp-name{color:#fff}.buy-duration-pill .dp-price{font-size:10px;font-weight:700;color:#fff6;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif;white-space:nowrap}.buy-duration-pill.on .dp-price{color:#fff}#notif{position:fixed;top:42px;right:14px;z-index:999999;width:330px;background:#121214eb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:14px 16px;color:#fff;transform:translate(120%);transition:transform .55s cubic-bezier(.3,1.2,.35,1);cursor:default}#notif.on{transform:none}#notif .n-day{color:#ff5f57;font-size:10.5px;font-weight:600;letter-spacing:.5px}#notif .n-title{font-size:13px;font-weight:400;margin:3px 0 4px}#notif .n-body{font-size:12.5px;color:#ffffff8c;line-height:1.5}#notif .n-close{position:absolute;top:10px;right:10px;width:20px;height:20px;padding:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffff1a;color:#ffffff8c;font-size:14px;line-height:1;cursor:pointer;transition:background .15s,color .15s}#notif .n-close:hover{background:#fff3;color:#fff}#notif .n-close:focus{outline:none}#notif .n-close:focus-visible{outline:2px solid rgba(255,255,255,.55);outline-offset:1px}#notif .n-day,#notif .n-title{padding-right:26px}#dock-wrap{position:absolute;left:0;right:0;bottom:10px;z-index:320;display:flex;justify-content:center;pointer-events:none;transition:transform .26s cubic-bezier(.3,1,.4,1),opacity .2s ease}#dock{pointer-events:auto;display:flex;align-items:flex-end;gap:6px;padding:9px 12px;background:linear-gradient(#2f2f2f96,#212121 75%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:14px;box-shadow:0 18px 45px #00000059}#dock-wrap.dock-auto-hidden{transform:translateY(calc(100% + 16px));opacity:0}#dock-wrap.dock-auto-hidden.dock-peek{transform:none;opacity:1}#dock-wrap.dock-auto-hidden:not(.dock-peek) #dock{pointer-events:none}#dock-hotzone{position:fixed;left:0;right:0;bottom:0;height:8px;z-index:319;pointer-events:auto}#dock-hotzone:after{content:"";position:absolute;left:50%;bottom:2px;width:132px;height:5px;transform:translate(-50%);border-radius:3px;background:#ffffffb8;box-shadow:0 0 0 1px #00000047,0 2px 8px #0000006b;opacity:0;transition:opacity .22s ease,background .15s ease,height .15s ease;pointer-events:none}#dock-hotzone.on:after{opacity:1;animation:dockHintPulse .8s ease-in-out 3}#dock-hotzone.on:hover:after{background:#fff;height:6px;animation:none}@keyframes dockHintPulse{0%,to{transform:translate(-50%) scaleX(1);background:#ffffffb8}50%{transform:translate(-50%) scaleX(1.18);background:#fff}}@media(max-width:760px){#dock-wrap.dock-auto-hidden{transform:none;opacity:1}#dock-wrap.dock-auto-hidden #dock{pointer-events:auto}#dock-hotzone{display:none}}@media(prefers-reduced-motion:reduce){#dock-wrap,#dock-hotzone:after{transition:none}#dock-hotzone.on:after{animation:none}}.ditem{position:relative;width:44px;height:44px;display:flex;align-items:flex-end;justify-content:center}.ditem img{width:100%;height:100%;object-fit:contain;border-radius:12px;filter:drop-shadow(0 5px 8px rgba(0,0,0,.3));transform-origin:50% 100%;will-change:transform}.ditem .dot{position:absolute;bottom:-6px;width:4px;height:4px;border-radius:50%;background:#fffc;opacity:0}.ditem.run .dot{opacity:1}.ditem-hint-tip{position:absolute;z-index:340;pointer-events:auto;display:flex;align-items:flex-start;gap:10px;padding:7px 9px 7px 11px;border-radius:10px;white-space:nowrap;background:#f2f2f6e0;color:#1d1d1f;border:1px solid rgba(0,0,0,.14);box-shadow:0 16px 42px #00000052;backdrop-filter:blur(26px) saturate(1.45);-webkit-backdrop-filter:blur(26px) saturate(1.45);transform-origin:50% 100%;animation:ditem-hint-pop .62s cubic-bezier(.34,1.56,.64,1) both,ditem-hint-sway 3.4s ease-in-out 1s infinite}.ditem-hint-text{display:flex;flex-direction:column;gap:2px}.ditem-hint-tip strong{font-size:12px;font-weight:600;line-height:1.3}.ditem-hint-tip span{font-size:10.5px;color:#00000080;line-height:1.3}.ditem-hint-tip:after{content:"";position:absolute;top:100%;left:50%;margin-left:-6px;border:6px solid transparent;border-top-color:#f2f2f6e0}.ditem-hint-close{flex:none;width:17px;height:17px;margin-top:-1px;padding:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#00000012;color:#00000073;font-size:13px;line-height:1;cursor:pointer;transition:background .15s,color .15s}.ditem-hint-close:hover{background:#00000029;color:#000000bf}.ditem-hint-close:focus-visible{outline:2px solid var(--blue);outline-offset:1px}@keyframes ditem-hint-pop{0%{opacity:0;transform:translate(-50%) scale(.4) translateY(10px)}45%{opacity:1;transform:translate(-50%) scale(1.08) translateY(-3px)}70%{transform:translate(-50%) scale(.97) translateY(1px)}to{opacity:1;transform:translate(-50%) scale(1) translateY(0)}}@keyframes ditem-hint-sway{0%,to{transform:translate(-50%) scale(1) translateY(0)}50%{transform:translate(-50%) scale(1) translateY(-3px)}}@media(max-width:640px){.ditem-hint-tip{display:none}}.ditem .ditem-badge{position:absolute;right:-5px;top:-5px;z-index:10;min-width:17px;height:17px;padding:0 4px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#ff3b30;font-size:10px;font-weight:760;line-height:1;color:#fff;font-variant-numeric:tabular-nums;text-shadow:none;box-shadow:0 0 0 1px #ffffff24,0 0 6px #ff3b30b3;pointer-events:none}.ditem .ditem-badge[hidden]{display:none!important}.ditem .ditem-online-dot{position:absolute;right:-1px;bottom:-1px;z-index:10;width:9px;height:9px;border-radius:50%;background:#8a929c;box-shadow:0 0 0 1px #ffffff24;pointer-events:none;transition:background .2s,box-shadow .2s}.ditem .ditem-online-dot[data-online="1"]{background:#47b04b;box-shadow:0 0 0 1px #ffffff24,0 0 6px #47b04bd9}.ditem .ditem-online-dot[hidden]{display:none!important}.ditem .tip{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);background:#18181be6;color:#fff;font-size:12px;padding:4px 10px;border-radius:7px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s}.ditem:hover .tip{opacity:1}.dock-sep{width:1px;align-self:stretch;margin:4px;background:#ffffff2e}#dock-float-tip{position:fixed;z-index:900;background:#18181beb;color:#fff;font-size:12px;padding:4px 10px;border-radius:7px;white-space:nowrap;pointer-events:none;opacity:0;transform:translate(-50%);transition:opacity .15s}#dock-float-tip.on{opacity:1}.ditem canvas.glitch{width:100%;height:100%;border-radius:12px;background:linear-gradient(#000,#363636);transform-origin:50% 100%;will-change:transform}.ditem.bounce img,.ditem.bounce canvas.glitch{animation:bounce .5s cubic-bezier(.3,1.4,.5,1)}@keyframes bounce{0%{transform:translateY(0)}40%{transform:translateY(-22px)}to{transform:translateY(0)}}.chat{display:flex;flex-direction:column;height:100%;min-width:0;font-size:13px}.chat-list{flex:1;overflow:auto;scrollbar-width:none;padding:16px;display:flex;flex-direction:column;gap:10px}.chat-list::-webkit-scrollbar{display:none}.chat-row{display:flex}.chat-row.me{justify-content:flex-end}.chat-bubble{max-width:75%;padding:9px 13px;border-radius:16px;line-height:1.55;background:#ffffff17;color:#ffffffe6;cursor:text;-webkit-user-select:text;user-select:text;overflow-wrap:break-word;word-break:break-word;white-space:pre-wrap}.chat-bubble *{-webkit-user-select:text;user-select:text}.chat-row.me .chat-bubble{background:var(--blue);color:#fff;border-bottom-right-radius:5px}.chat-row:not(.me) .chat-bubble{border-bottom-left-radius:5px}.chat-bar{flex:none;display:flex;gap:8px;padding:10px 12px;border-top:1px solid rgba(255,255,255,.08)}.chat-bar input{flex:1;height:34px;border:1px solid rgba(255,255,255,.12);border-radius:17px;background:#ffffff0f;color:#fff;padding:0 14px;font-family:inherit;font-size:13px;outline:none}.chat-bar input:focus{border-color:var(--blue)}.chat-bar button{flex:none;height:34px;padding:0 16px;border:none;border-radius:17px;background:var(--blue);color:#fff;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:filter .15s}.chat-bar button:hover{filter:brightness(1.12)}.chat-connection{flex:none;min-height:30px;padding:7px 13px;display:flex;align-items:center;gap:7px;border-bottom:1px solid rgba(255,255,255,.07);background:#ffffff06;color:#ffffffa8;font-size:10.5px}.chat-connection-dot{width:7px;height:7px;border-radius:50%;flex:none;background:#30d158;box-shadow:0 0 0 3px #30d1581f}.chat-operator-status{margin-left:auto;color:#ffffff6b;white-space:nowrap}.chat[data-connection=connecting] .chat-connection-dot,.chat[data-connection=reconnecting] .chat-connection-dot{background:#ffd60a;box-shadow:0 0 0 3px #ffd60a1f;animation:chatPulse 1.1s ease-in-out infinite}.chat[data-connection=error] .chat-connection-dot{background:#ff453a;box-shadow:0 0 0 3px #ff453a1f}.chat[data-connection=closed] .chat-connection-dot{background:#8e8e93;box-shadow:none}@keyframes chatPulse{50%{opacity:.4;transform:scale(.82)}}.chat-placeholder{margin:auto;padding:20px;text-align:center;color:#ffffff6b;font-size:12px}.chat-spinner{display:inline-block;width:11px;height:11px;margin-right:7px;vertical-align:-2px;border:1.5px solid rgba(255,255,255,.18);border-top-color:#ffffffb8;border-radius:50%;animation:chatSpin .7s linear infinite}@keyframes chatSpin{to{transform:rotate(360deg)}}.chat-row.system{justify-content:center}.chat-row.system .chat-bubble{max-width:88%;padding:6px 11px;border:1px solid rgba(255,255,255,.72);border-radius:10px;background:linear-gradient(160deg,#e8ebe9,#d2d7d4 56%,#bcc3c0);color:#353b3e;font-size:11px;font-weight:520;text-align:center;box-shadow:inset 0 1px #ffffffe6,inset 0 -1px #282d3021,0 2px 7px #0000002e}.chat-typing{flex:none;align-self:flex-start;margin:0 16px 4px;padding:6px 10px;display:flex;align-items:center;gap:3px;border-radius:12px;background:#ffffff0f;color:#ffffff7a;font-size:10px}.chat-typing[hidden]{display:none}.chat-typing span{width:4px;height:4px;border-radius:50%;background:#ffffff9e;animation:chatTyping 1s ease-in-out infinite}.chat-typing span:nth-child(2){animation-delay:.14s}.chat-typing span:nth-child(3){animation-delay:.28s}.chat-typing em{margin-left:4px;font-style:normal}@keyframes chatTyping{0%,60%,to{transform:translateY(0);opacity:.42}30%{transform:translateY(-3px);opacity:1}}.chat-error{flex:none;margin:0 12px 7px;padding:7px 10px;border:1px solid rgba(255,69,58,.22);border-radius:8px;background:#ff453a1a;color:#ffaaa5;font-size:11px;line-height:1.4}.chat-error[hidden]{display:none}.chat-image{display:block;max-width:100%;max-height:220px;border-radius:10px;object-fit:contain;cursor:zoom-in}.chat-image-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:40px;background:#060709db;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:zoom-out;animation:chatViewerIn .14s ease-out both}.chat-image-viewer[hidden]{display:none}.chat-image-viewer img{max-width:100%;max-height:100%;border-radius:10px;object-fit:contain;cursor:default;box-shadow:0 20px 60px #00000080}.chat-image-viewer-close{position:absolute;top:18px;right:22px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:#ffffff14;color:#fff;font-size:18px;line-height:1;cursor:pointer;transition:background .15s}.chat-image-viewer-close:hover{background:#ffffff2e}@keyframes chatViewerIn{0%{opacity:0}to{opacity:1}}.chat-video-thumb{position:relative;display:block;width:100%;margin-top:8px;padding:0;overflow:hidden;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:#000;cursor:pointer;font-family:inherit}.chat-video-thumb video{display:block;width:100%;max-height:150px;object-fit:cover;pointer-events:none}.chat-video-thumb-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#0000008c;color:#fff;font-size:14px;line-height:1;padding-left:2px;box-shadow:0 2px 10px #0006;transition:background .15s,transform .15s}.chat-video-thumb:hover .chat-video-thumb-play{background:#000000bf;transform:translate(-50%,-50%) scale(1.06)}.chat-video-thumb-name{position:absolute;left:0;right:0;bottom:0;padding:5px 8px;background:linear-gradient(transparent,#000000b8);color:#fff;font-size:10.5px;text-align:left}.chat-video-thumb:focus{outline:none}.chat-video-thumb:focus-visible{box-shadow:0 0 0 2px #0a84ff99}.chat-file{display:block;min-width:130px;padding:7px 9px;border:1px solid rgba(255,255,255,.12);border-radius:9px;color:inherit;text-decoration:none;overflow-wrap:anywhere}.chat-file:before{content:"↓";display:inline-grid;place-items:center;width:20px;height:20px;margin-right:7px;border-radius:6px;background:#ffffff1a;font-weight:700}.chat-file:hover{text-decoration:underline}.chat-bar input:disabled,.chat-bar button:disabled{cursor:not-allowed;opacity:.48}.chat-bar input:disabled{background:#ffffff09}.chat-bar button:disabled{filter:none}.player-body{position:relative;width:100%;height:100%;background:#000;display:flex;align-items:center;justify-content:center}.win-body .player-video{width:100%;height:100%;display:block;object-fit:contain;background:#000;outline:none}.player-error{position:absolute;padding:10px 14px;border-radius:8px;background:#000000b3;color:#ffffffd9;font-size:13px}.player-error[hidden]{display:none}.win-body:has(>.legacy-comp-app){overflow:hidden;display:flex;flex-direction:column}.legacy-comp-app{--lco-accent:#5ec2ff;--lco-accent-rgb:94,194,255;--lco-pad-x:22px;position:relative;flex:1 1 0%;width:100%;min-width:0;min-height:0;overflow:hidden;background:transparent;container-type:inline-size;container-name:legacycomp}.lco-header{flex:none;margin-bottom:7px}.lco-header h3{font-size:16px}.lco-header p{margin-top:3px;font-size:10px}.lco-content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;margin-right:calc(0px - var(--lco-pad-x));padding:0 var(--lco-pad-x) 3px 1px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.12) transparent}.lco-content::-webkit-scrollbar{width:8px}.lco-content::-webkit-scrollbar-thumb{border-radius:999px;background:#ffffff1f}.lco-summary{height:27px;padding:0 2px;display:flex;align-items:center;gap:12px;color:#ffffff57;font-size:9.5px}.lco-summary>div{display:flex;align-items:center;gap:6px;min-width:0}.lco-summary .section-title{margin:0 3px 0 0}.lco-summary i,.lco-order-meta i{width:2px;height:2px;flex:none;border-radius:50%;background:#fff3}.lco-summary strong{color:#ffffffb8;font-weight:650;font-variant-numeric:tabular-nums}.lco-orders-shell{display:block;padding:0;overflow:hidden}.lco-orders-shell:hover{background:#ffffff04;border-color:#ffffff0f}.lco-orders-shell:active{transform:none}.lco-orders{display:block}.lco-order{display:grid;grid-template-columns:78px minmax(0,1fr) 82px 150px;align-items:center;gap:10px;min-width:0;padding:9px 12px;border-bottom:1px solid rgba(255,255,255,.055);transition:background .15s}.lco-order:last-child{border-bottom:0}.lco-order:hover{background:#ffffff06}.lco-cover{width:76px;aspect-ratio:16/9;border-radius:6px;overflow:hidden;background:#ffffff0a;box-shadow:0 1px 5px #00000038,0 0 0 1px #ffffff0e}.lco-cover img{display:block;width:100%;height:100%;object-fit:cover}.lco-main-info{min-width:0;padding-right:4px}.lco-order-topline{display:flex;align-items:center;gap:7px;min-width:0}.lco-goods-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lco-status{height:17px;flex:none;display:inline-flex;align-items:center;padding:0 5px;border-radius:4px;background:#24668f;color:#f5f8fb;font-size:8px;font-weight:700;line-height:1;white-space:nowrap}.lco-status-pending{background:#555a61;color:#e1e4e8}.lco-status-refunded{background:#a84e4a;color:#fff}.lco-compensation-state{height:17px;min-width:0;display:inline-flex;align-items:center;gap:3px;padding:0 6px;border:0;border-radius:4px;background:#555a61;color:#e7e9ec;font-size:8px;font-weight:700;line-height:1;white-space:nowrap}.lco-compensation-state em{color:inherit;font-style:normal;font-variant-numeric:tabular-nums}.lco-compensation-eligible{background:#2f66b5;color:#fff}.lco-compensation-redeemed{background:#2d744d;color:#fff}.lco-compensation-capped,.lco-compensation-permanent,.lco-compensation-ineligible,.lco-compensation-unknown{background:#555a61;color:#e1e4e8}.lco-order[data-compensation-status=redeemed] .lco-cover{opacity:.48;filter:saturate(.55)}.lco-order[data-compensation-status=redeemed] .lco-goods-name,.lco-order[data-compensation-status=redeemed] .lco-order-meta,.lco-order[data-compensation-status=redeemed] .lco-pay-info{text-decoration-line:line-through;text-decoration-color:#ffffff7a;text-decoration-thickness:1px;opacity:.52}.lco-order-meta{min-width:0;margin-top:4px;display:flex;align-items:center;gap:5px;overflow:hidden;color:#ffffff57;font-size:9px;line-height:1.25}.lco-order-meta span,.lco-order-meta time{flex:none;white-space:nowrap}.lco-pay-info{min-width:0;display:flex;flex-direction:column;align-items:flex-end;gap:1px}.lco-pay-info .card-price{font-size:15px}.lco-pay-info .card-period{margin-left:0;font-size:9px}.lco-order-actions{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:5px}.lco-action-btn{height:25px;min-width:45px;padding:0 9px;border-radius:7px;font-size:10px;white-space:nowrap}.lco-action-btn.on{background:var(--blue);filter:brightness(1.12);box-shadow:0 0 0 2px rgba(var(--lco-accent-rgb),.13)}.lco-redeem-btn:not(:disabled){box-shadow:0 0 0 1px #7bb3ff1c,0 4px 12px #0c55d624}.lco-redeem-btn:disabled{cursor:not-allowed;filter:none;opacity:.56}.lco-redeem-redeemed:disabled{border:0;background:#2d744d;color:#fff;box-shadow:none;opacity:1}.lco-content.is-refreshing .lco-orders-shell{opacity:.72;transition:opacity .15s}.lco-order-detail{grid-column:1 / -1;min-width:0;margin:1px -12px -9px;padding:8px 12px 9px;border-top:1px solid rgba(255,255,255,.055);background:#00000014}.lco-order-detail[hidden]{display:none}.lco-detail-loading{min-height:38px;display:flex;align-items:center;justify-content:center;gap:8px;color:#ffffff59;font-size:10px}.lco-detail-loading .lco-spinner{width:15px;height:15px}.lco-detail-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:25px}.lco-detail-head>div{display:flex;align-items:baseline;gap:7px;min-width:0}.lco-detail-head strong{color:#ffffffb8;font-size:10.5px;font-weight:600}.lco-detail-head span{color:#ffffff47;font-size:9px}.lco-detail-list{margin-top:3px}.lco-detail-item{min-width:0;padding:8px 0;border-top:1px solid rgba(255,255,255,.05)}.lco-detail-item-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:5px}.lco-detail-item-head>span{min-width:0;overflow:hidden;color:#fff6;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.lco-detail-item-head>div{display:flex;align-items:center;gap:5px}.lco-mini-btn{height:23px;padding:0 8px;border-radius:7px;font-size:9px;white-space:nowrap}.lco-detail-item code{display:block;overflow-wrap:anywhere;color:#ffffffad;font:500 9.5px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;-webkit-user-select:text;user-select:text}.lco-detail-empty{padding:9px 0;color:#ffffff57;font-size:10px;text-align:center}.lco-detail-error{color:#ff918a}.lco-loading,.lco-error,.lco-empty{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.lco-loading{gap:8px;color:#ffffff57}.lco-loading strong{color:#ffffffc7;font-size:12px;font-weight:600}.lco-loading>span:last-child{font-size:9.5px}.lco-spinner{width:24px;height:24px;border:2px solid rgba(var(--lco-accent-rgb),.12);border-top-color:var(--lco-accent);border-radius:50%;animation:lcoSpin .8s linear infinite}@keyframes lcoSpin{to{transform:rotate(360deg)}}.lco-error{gap:8px;padding:28px;color:#ffffff5c}.lco-error-icon{width:29px;height:29px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,95,87,.24);border-radius:50%;color:#ff8179;background:#ff5f570f;font-weight:700}.lco-error strong,.lco-empty strong{color:#ffffffd1;font-size:13px;font-weight:600}.lco-error p,.lco-empty span{max-width:390px;margin:0;color:#ffffff57;font-size:10px;line-height:1.5}.lco-retry-btn{height:28px;margin-top:3px;padding:0 13px;border-radius:7px;font-size:10px}.lco-empty{gap:7px;padding:30px}.lco-empty img{width:46px;height:46px;margin-bottom:2px;opacity:.72}.lco-redeem-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:45;display:flex;align-items:center;justify-content:center;padding:18px;background:#090b0ea8;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:lcoNoticeIn .14s ease-out both}.lco-redeem-layer[hidden]{display:none}.lco-redeem-dialog{width:min(440px,100%);max-height:calc(100% - 4px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:14px;background:linear-gradient(160deg,#e8ebe9,#d2d7d4 56%,#bcc3c0);box-shadow:0 28px 76px #0000006b,inset 0 1px #fff,inset 0 -1px #282d3026;animation:lcoTicketIn .18s cubic-bezier(.2,.8,.2,1) both}.lco-redeem-head{min-height:56px;flex:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px 9px 16px;border-bottom:1px solid rgba(48,55,58,.18)}.lco-redeem-head>div{display:flex;flex-direction:column;gap:2px;min-width:0}.lco-redeem-head strong{overflow:hidden;color:#252c30;font-size:14px;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.lco-redeem-kicker{color:#2f6fbf;font-size:8px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.lco-redeem-close{width:28px;height:28px;flex:none;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:8px;background:transparent;color:#687275;font:400 20px/1 inherit;cursor:pointer}.lco-redeem-close:hover{background:#282d3014;color:#252c30}.lco-redeem-close:focus-visible,.lco-redeem-actions .abtn:focus-visible{outline:2px solid #147eff;outline-offset:2px}.lco-redeem-close:disabled{cursor:wait;opacity:.35}.lco-redeem-body{min-height:0;overflow-y:auto;padding:17px 18px 15px;scrollbar-width:thin;scrollbar-color:rgba(40,45,48,.2) transparent}.lco-ticket{position:relative;overflow:hidden;padding:15px 16px 13px;border:1px solid rgba(47,111,191,.32);border-radius:12px;background:linear-gradient(135deg,#2f6fbf1f,#ffffff80);box-shadow:inset 0 1px #fff9}.lco-ticket:after{content:"";position:absolute;right:-32px;top:-46px;width:138px;height:138px;border:1px solid rgba(47,111,191,.16);border-radius:50%;box-shadow:0 0 0 19px #2f6fbf08,0 0 0 40px #2f6fbf05;pointer-events:none}.lco-ticket-label{position:relative;z-index:1;color:#5b6469;font-size:9px;font-weight:600;letter-spacing:.03em}.lco-ticket-days{position:relative;z-index:1;display:flex;align-items:baseline;gap:5px;margin-top:2px;color:#233;font-variant-numeric:tabular-nums}.lco-ticket-days strong{font-size:40px;font-weight:760;line-height:1;letter-spacing:-.055em;color:#1f4f8f;text-shadow:0 4px 14px rgba(35,113,255,.16)}.lco-ticket-days span{color:#2f6fbf;font-size:13px;font-weight:650}.lco-ticket-breakdown{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:13px}.lco-ticket-breakdown span{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:8px;border-top:1px solid rgba(48,55,58,.16);font-size:9px}.lco-ticket-breakdown b{overflow:hidden;color:#5b6469;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.lco-ticket-breakdown em{flex:none;color:#2c3336;font-style:normal;font-weight:700;font-variant-numeric:tabular-nums}.lco-ticket-success{border-color:#2a85525c;background:linear-gradient(135deg,#2a855224,#ffffff80)}.lco-ticket-success:after{border-color:#2a855229;box-shadow:0 0 0 19px #2a855208,0 0 0 40px #2a855205}.lco-ticket-success .lco-ticket-days strong{color:#2a7d4e}.lco-ticket-success .lco-ticket-days span{color:#2a8552}.lco-redeem-order{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:3px 10px;margin-top:13px;padding:11px 12px;border:1px solid rgba(48,55,58,.14);border-radius:9px;background:#fff6}.lco-redeem-order>span{grid-row:1 / 3;color:#7b8488;font-size:8.5px;white-space:nowrap}.lco-redeem-order strong{min-width:0;overflow:hidden;color:#2c3336;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.lco-redeem-order code{min-width:0;overflow:hidden;color:#7b8488;font:500 8.5px/1.3 ui-monospace,SFMono-Regular,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}.lco-redeem-body>p{margin:12px 2px 0;color:#5b6469;font-size:9.5px;line-height:1.6}.lco-redeem-actions{flex:none;display:flex;align-items:center;justify-content:flex-end;gap:7px;padding:11px 13px;border-top:1px solid rgba(48,55,58,.18)}.lco-redeem-actions .abtn{height:30px;padding:0 14px;border-radius:8px;font-size:10px}.lco-redeem-confirm{min-width:118px}.lco-redeem-confirm:disabled{cursor:wait;opacity:.72}.lco-redeem-error-mark{width:38px;height:38px;display:flex;align-items:center;justify-content:center;margin:2px auto 10px;border:1px solid rgba(196,68,58,.36);border-radius:50%;background:#c4443a1a;color:#c4443a;font-size:18px;font-weight:750}.lco-redeem-error-copy{margin:0 auto 13px!important;max-width:330px;color:#9b332a!important;font-size:10.5px!important;text-align:center}@keyframes lcoTicketIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}.lco-notice{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:18px;background:#0a0c0f9e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:lcoNoticeIn .14s ease-out both}.lco-notice.closing{pointer-events:none;animation:lcoNoticeOut .14s ease-in both}.lco-notice-dialog{width:min(520px,100%);max-height:calc(100% - 4px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:11px;background:linear-gradient(160deg,#e8ebe9,#d2d7d4 56%,#bcc3c0);box-shadow:0 24px 64px #00000061,inset 0 1px #fff,inset 0 -1px #282d3026;animation:lcoNoticeDialogIn .16s cubic-bezier(.2,.8,.2,1) both}.lco-notice-head{height:43px;flex:none;display:flex;align-items:center;justify-content:space-between;padding:0 12px 0 16px;border-bottom:1px solid rgba(48,55,58,.18)}.lco-notice-head strong{color:#252c30;font-size:13px;font-weight:650;letter-spacing:-.004em}.lco-notice-close{width:27px;height:27px;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:7px;background:transparent;color:#687275;font:400 20px/1 inherit;cursor:pointer}.lco-notice-close:hover{background:#282d3014;color:#252c30}.lco-notice-close:focus-visible{outline:2px solid #147eff;outline-offset:1px}.lco-notice-body{min-height:0;overflow-y:auto;padding:17px 18px 18px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.12) transparent}.lco-notice-body p{margin:0;color:#4f585c;font-size:12px;font-weight:520;line-height:1.8;text-align:left;-webkit-user-select:text;user-select:text}.lco-notice-body p+p{margin-top:10px}.lco-notice-actions{flex:none;display:flex;justify-content:flex-end;padding:11px 14px;border-top:1px solid rgba(48,55,58,.18)}.lco-notice-confirm{height:30px;padding:0 16px;border-radius:8px;font-size:11px}@keyframes lcoNoticeIn{0%{opacity:0}to{opacity:1}}@keyframes lcoNoticeOut{to{opacity:0}}@keyframes lcoNoticeDialogIn{0%{opacity:0;transform:translateY(5px) scale(.985)}to{opacity:1;transform:none}}@container legacycomp (max-width:720px){.legacy-comp-app{--lco-pad-x:16px;padding:16px}.lco-order{grid-template-columns:72px minmax(0,1fr) 76px 150px;gap:9px;padding:9px 10px}.lco-cover{width:70px}.lco-order-detail{margin-right:-10px;margin-left:-10px}}@container legacycomp (max-width:500px){.legacy-comp-app{--lco-pad-x:10px;padding:13px 10px 16px}.lco-header{margin-bottom:5px}.lco-notice,.lco-redeem-layer{padding:10px}.lco-notice-dialog,.lco-redeem-dialog{max-height:calc(100% - 2px);border-radius:10px}.lco-notice-body{padding:15px 16px 16px}.lco-notice-body p{font-size:11px;line-height:1.72}.lco-summary{height:25px;overflow:hidden}.lco-summary .section-title,.lco-summary [data-summary-paid],.lco-summary i:first-of-type{display:none}.lco-order{grid-template-columns:66px minmax(0,1fr);gap:8px;padding:9px}.lco-cover{width:64px}.lco-order-topline{align-items:flex-start;flex-wrap:wrap;gap:4px 6px}.lco-goods-name{flex-basis:100%;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.lco-order-meta span:first-child{max-width:150px;overflow:hidden;text-overflow:ellipsis}.lco-pay-info{grid-column:1;align-items:flex-start}.lco-order-actions{grid-column:2;justify-content:flex-start;flex-wrap:wrap}.lco-order-detail{margin-right:-9px;margin-left:-9px}.lco-detail-item-head{align-items:flex-start}.lco-detail-item-head>div{flex-wrap:wrap;justify-content:flex-end}.lco-redeem-head{min-height:52px;padding-left:14px}.lco-redeem-body,.lco-ticket{padding:14px}.lco-ticket-days strong{font-size:35px}.lco-ticket-breakdown{grid-template-columns:1fr;gap:2px}.lco-redeem-order{grid-template-columns:1fr}.lco-redeem-order>span{grid-row:auto}.lco-redeem-actions{padding:10px}.lco-redeem-actions .abtn{flex:1;min-width:0;padding:0 9px}}@media(prefers-reduced-motion:reduce){.legacy-comp-app .abtn,.lco-order,.lco-content.is-refreshing .lco-orders-shell{transition:none}.lco-spinner,.lco-redeem-dialog,.lco-redeem-layer,.lco-notice,.lco-notice-dialog{animation:none}}.window-close-prompt{position:fixed;z-index:100000}.window-close-prompt[hidden]{display:none!important}.window-close-dialog{width:min(460px,100%)}.window-close-body{display:flex;flex-direction:column;gap:13px}.window-close-body p{margin:0}.window-close-remember{display:flex;align-items:center;gap:9px;padding:10px 11px;border:1px solid rgba(48,55,58,.14);border-radius:8px;background:#ffffff3d;color:#4f585c;font-size:11.5px;line-height:1.4;cursor:pointer;-webkit-user-select:none;user-select:none}.window-close-remember:hover{background:#ffffff6b;border-color:#30373a38}.window-close-remember input{flex:none;width:15px;height:15px;margin:0;accent-color:#147eff;cursor:pointer}.window-close-error{margin-top:-3px;color:#9b332a;font-size:11px;line-height:1.5}.window-close-actions{align-items:center;gap:8px}.window-close-actions .abtn.gray{height:30px;padding:0 14px;border-radius:8px;background:#282d3014;color:#4f585c;font-size:11px}.window-close-actions .abtn.gray:hover{background:#282d3029;color:#252c30}.window-close-actions .abtn:disabled{cursor:wait;opacity:.62}@media(max-width:500px){.window-close-prompt{padding:10px}.window-close-body{padding:15px 16px 16px}.window-close-actions{padding:10px}.window-close-actions .abtn{flex:1;min-width:0;padding-inline:8px}}.update-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:#0a0a0cb8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.update-overlay.in-login{position:absolute;top:30px;inset-inline:0;bottom:0;z-index:54;background:#0a0a0c1f;backdrop-filter:blur(7px) saturate(1.15);-webkit-backdrop-filter:blur(7px) saturate(1.15)}#login-screen[data-update-gate=force] .login-card,#login-screen[data-update-gate=force] .hero-hg{pointer-events:none}.update-card{width:420px;max-width:calc(100vw - 48px);max-height:calc(100vh - 64px);overflow-y:auto;box-sizing:border-box;padding:22px 24px;color:#f5f5f7;background:#1c1c1ef5;border:1px solid rgba(255,255,255,.08);border-radius:14px;box-shadow:inset 0 1px #ffffff0a,0 24px 60px #00000073}.update-badge{display:inline-block;padding:3px 9px;border-radius:6px;font-size:10.5px;font-weight:600;letter-spacing:.02em;background:#ffffff14;color:#fff9}.update-overlay.is-force .update-badge{background:#ff5f5729;color:#ff8a82}.update-title{margin:10px 0 0;font-size:17px;font-weight:600;letter-spacing:-.012em;color:#fff}.update-versions{margin-top:5px;font-size:11.5px;color:#fff6;letter-spacing:-.003em}.update-notes{margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.06)}.update-notes-title{display:block;font-size:10.5px;font-weight:600;color:#ffffff4d;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.update-notes ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.update-notes li{position:relative;padding-left:14px;font-size:12px;line-height:1.45;color:#ffffff8c}.update-notes li:before{content:"";position:absolute;left:3px;top:6px;width:4px;height:4px;border-radius:50%;background:#ffffff47}.update-hint{margin:16px 0 0;font-size:11.5px;line-height:1.5;color:#ffffff73}.update-actions{margin-top:18px;display:flex;flex-wrap:wrap;gap:8px}.update-btn{flex:1;min-width:120px;padding:9px 0;border:none;border-radius:8px;text-align:center;font-size:12.5px;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;transition:all .18s ease;box-sizing:border-box}.update-btn:focus{outline:none}.update-btn:focus-visible{box-shadow:0 0 0 3px #0a84ff59}.update-btn.primary{background:#0a84ff;color:#fff}.update-btn.primary:hover{background:#0a74e0}.update-btn.ghost{background:#ffffff0f;color:#ffffffb3;border:1px solid rgba(255,255,255,.08)}.update-btn.ghost:hover{background:#ffffff1a;color:#fff}.update-btn.disabled{background:#ffffff0f;color:#ffffff4d;cursor:default}.update-copy-tip{margin-top:10px;font-size:11px;line-height:1.45;color:#fff6;word-break:break-all}@media(max-width:900px){.hero-hg h1{font-size:32px}.hero-hg{max-width:260px}.forever-promo{display:none}}@media(max-width:760px){.hg-tl{top:44px;left:16px;max-width:60%}.hero-hg h1{font-size:24px;letter-spacing:-.5px}.hero-hg .h-txt{font-size:12px;margin-top:8px}.login-card{width:calc(100vw - 32px);max-width:352px}#lg-menubar .mb-item:not(.bold){display:none}#menubar .mb-item:not(.bold){display:none}#menubar .mb-right{gap:10px}.desk-icons{top:44px;left:8px;bottom:96px;gap:2px 6px}.dicon{width:76px;padding:6px 2px}.dicon img{width:46px;height:46px}.dicon .dlabel{font-size:11px}#dock-wrap{left:8px;right:8px;bottom:8px;pointer-events:auto;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;padding-top:34px}#dock-wrap::-webkit-scrollbar{display:none}#dock{gap:2px;padding:6px 8px;flex:none;margin:0 auto;overflow:visible}.ditem{width:42px;height:42px}.ditem .tip{display:none}.window{border-radius:14px}#notif{right:8px;left:auto;width:250px}.ch-nav,.ch-cols .c-key,.ch-kcell{display:none}.ch-cols .c-val,.ch-vcell{width:140px}.ch-number{width:136px}.ch-number button{width:24px}.ch-range{width:132px}.ch-select{width:136px}.ch-cols,.ch-mod{padding:0 12px}.ch-cat{padding:12px 12px 4px}.ch-mod+.ch-mod:before{left:12px;right:12px}.ch-head{padding:0 12px;gap:10px}.ch-thumb{width:64px;height:36px;border-radius:7px}.ch-game{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ch-sub{gap:5px;white-space:nowrap;overflow:hidden}.ch-sub>span{flex:none}.ch-sub>span:nth-child(1),.ch-sub>span:nth-child(2){display:none}.ch-play{height:32px;padding:0 12px;font-size:12px}.ch-foot{padding:0 12px}}@media(max-width:520px){#menubar{padding-inline:6px}#menubar .mb-logo{margin-right:5px}#menubar .mb-right{gap:7px}#menubar .mb-membership{padding-inline:5px}#menubar .mb-sound{width:24px}.mb-sound-panel{width:min(190px,calc(100vw - 24px))}}
