:root{--font-sans:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;--bg:#141218;--bg-raised:#1a171e;--surface:#1d1a22;--surface-hover:#25212a;--surface-soft:#211d24;--text:#f7f3f6;--muted:#aaa3ab;--faint:#7f7780;--line:#ffffff1a;--line-strong:#ffffff29;--brand:#ee6e8f;--brand-strong:#e0537b;--brand-soft:#ee6e8f24;--violet:#8c74ff;--gold:#ffc76a;--shadow:0 22px 60px #00000047;--header-bg:#141218e6;--radius-lg:24px;--radius-md:16px;--radius-sm:11px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=light]{--bg:#f6f5f8;--bg-raised:#fff;--surface:#fff;--surface-hover:#fdf4f7;--surface-soft:#fdeef3;--text:#25232c;--muted:#717079;--faint:#9a949c;--line:#22202a1a;--line-strong:#22202a2b;--brand-soft:#fdeef3;--shadow:0 22px 60px #5633461f;--header-bg:#f6f5f8eb;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:130px}body{background:var(--bg);min-width:320px;color:var(--text);font-family:var(--font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;border:0}a{color:inherit;text-decoration:none}img,video{display:block}::selection{background:var(--brand);color:#fff}:focus-visible{outline-offset:3px;outline:3px solid #ff5c9f73}.shell{width:min(2000px,92%);margin-inline:auto}.site-header{z-index:50;border-bottom:1px solid var(--line);background:var(--header-bg);-webkit-backdrop-filter:blur(20px)saturate(135%);backdrop-filter:blur(20px)saturate(135%);position:sticky;top:0}.site-header--secondary-mobile{display:none}.secondary-desktop-header{display:contents}.site-header-main{grid-template-columns:auto auto minmax(220px,1fr) auto;align-items:center;gap:28px;min-height:72px;display:grid}.brand{align-items:center;gap:10px;width:max-content;display:inline-flex}.brand-mark{filter:drop-shadow(0 7px 12px #ee6e8f33);flex:none;place-items:center;width:42px;height:42px;display:grid}.brand-mark img{object-fit:contain;width:100%;height:100%}.brand-name{color:var(--text);letter-spacing:.02em;font-size:18px;font-weight:850;line-height:1;display:grid}.brand-name small{color:var(--brand);letter-spacing:.26em;margin-top:5px;font-size:7px;font-weight:800}.desktop-navigation{align-items:center;gap:4px;display:flex}.desktop-navigation a{height:38px;color:var(--muted);border-radius:12px;align-items:center;gap:6px;padding:0 13px;font-size:14px;font-weight:650;transition:background .15s,color .15s;display:inline-flex}.desktop-navigation a svg{width:15px;height:15px}.desktop-navigation a:hover,.desktop-navigation a.active{background:var(--brand-soft);color:var(--brand)}.search-box{border:1px solid var(--line);background:var(--surface);border-radius:14px;grid-template-columns:34px minmax(0,1fr);justify-self:end;align-items:center;width:min(380px,100%);height:42px;transition:border-color .15s,box-shadow .15s;display:grid}.search-box:focus-within{box-shadow:0 0 0 4px var(--brand-soft);border-color:#ff5c9f73}.search-box--scroll-reveal{visibility:hidden;opacity:0;pointer-events:none;transition:visibility 0s linear .18s,opacity .18s,transform .18s;transform:translateY(-7px)}.search-box--scroll-reveal.search-box--visible{visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s;transform:translateY(0)}.search-box svg{width:16px;height:16px;color:var(--faint);justify-self:end}.search-box input{width:100%;height:100%;color:var(--text);caret-color:var(--brand);background:0 0;border:0;outline:0;padding:0 12px 0 8px;font-size:13px}.search-box input::selection{background:var(--brand-soft);color:var(--text)}.search-box input::placeholder{color:var(--faint)}.header-actions{align-items:center;gap:8px;display:flex}.header-auth-link{height:40px;color:var(--text);background:0 0;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:700;transition:background .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.header-auth-link:hover{border-color:var(--line);background:var(--surface);color:var(--brand);transform:translateY(-1px)}.header-auth-link svg{width:18px;height:18px}.icon-button,.app-button{border-radius:12px;justify-content:center;align-items:center;height:40px;display:inline-flex}.app-download-entry{z-index:45;right:max(24px, env(safe-area-inset-right));bottom:max(24px, env(safe-area-inset-bottom));border:1px solid var(--line-strong);background:color-mix(in srgb, var(--surface) 90%, transparent);min-height:58px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px)saturate(1.2);backdrop-filter:blur(18px)saturate(1.2);border-radius:18px;align-items:center;gap:11px;padding:8px 15px 8px 9px;transition:border-color .18s,background .18s,transform .18s;display:flex;position:fixed}.app-download-entry:hover{border-color:var(--brand);background:var(--surface-hover);transform:translateY(-2px)}.app-download-entry__icon{background:linear-gradient(135deg, var(--brand-strong), var(--violet));color:#fff;border-radius:13px;flex:none;place-items:center;width:40px;height:40px;display:grid}.app-download-entry__icon svg{width:19px;height:19px}.app-download-entry__copy{gap:3px;display:grid}.app-download-entry__copy strong{font-size:13px}.app-download-entry__copy small{color:var(--muted);font-size:9px}@media (max-width:760px){.app-download-entry{right:12px;bottom:calc(70px + env(safe-area-inset-bottom));border-radius:15px;min-width:48px;min-height:48px;padding:4px}.app-download-entry__icon{width:40px;height:40px}.app-download-entry__copy{display:none}}@media (prefers-reduced-motion:reduce){.app-download-entry{transition:none}}.icon-button{border:1px solid var(--line);background:var(--surface);width:40px;color:var(--muted)}.icon-button:hover{background:var(--surface-hover);color:var(--text)}.icon-button svg,.app-button svg{width:17px;height:17px}.theme-moon,:root[data-theme=light] .theme-sun{display:none}:root[data-theme=light] .theme-moon{display:block}.app-button{background:linear-gradient(135deg, var(--brand-strong), #ff72ac);color:#fff;gap:7px;padding:0 14px;font-size:12px;font-weight:750;box-shadow:0 8px 22px #ff3e8c33}.auth-dialog-backdrop{z-index:120;overscroll-behavior:contain;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#100c11a3;justify-content:center;padding:clamp(20px,4dvh,44px) 24px;display:flex;position:fixed;inset:0;overflow-y:auto}.auth-dialog{color:#211826;background:#fff;border:1px solid #2b1f2914;border-radius:8px;grid-template-columns:306px minmax(390px,1fr);width:min(860px,100%);max-height:calc(100dvh - clamp(40px,8dvh,88px));margin-block:auto;display:grid;position:relative;overflow:hidden auto;box-shadow:0 24px 64px #140d183d}.auth-dialog-close{z-index:2;color:#2d2430;background:0 0;border:0;border-radius:4px;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:18px;right:18px}.auth-dialog-close svg{width:18px;height:18px}.auth-qr-pane{text-align:center;background:#fff9fc;border-right:1px solid #ece8ed;flex-direction:column;align-items:center;min-height:462px;padding:38px 30px 30px;display:flex}.auth-dialog-brand,.auth-intro span,.auth-section-title span{color:#ff4f98;letter-spacing:.18em;font-size:11px;font-weight:850}.auth-qr-pane h2,.auth-intro h1{letter-spacing:-.04em;margin:14px 0 20px;font-size:22px;line-height:1.15}.auth-qr-pane p,.auth-intro p{color:#736876;max-width:230px;margin:0;font-size:13px;line-height:1.7}.auth-qr-pane p strong{color:#ff4f98}.auth-qr-card{background:#fff;border:1px solid #e7e1e7;border-radius:4px;width:176px;height:176px;margin-bottom:18px;padding:12px;position:relative;box-shadow:0 8px 22px #24141f0f}.auth-qr-grid{background:#fff;grid-template-columns:repeat(21,1fr);gap:1px;width:100%;height:100%;padding:4px;display:grid}.auth-qr-grid span{border-radius:0}.auth-qr-grid span.filled{background:#151217}.auth-qr-refresh{color:#ff4f98;background:#fff;border-radius:3px;padding:4px 9px;font-size:11px;font-weight:800;position:absolute;bottom:-11px;right:50%;box-shadow:0 6px 16px #ff5c9f24}.auth-page{grid-template-columns:minmax(0,.9fr) minmax(360px,480px);align-items:center;gap:40px;min-height:calc(100dvh - 136px);padding-block:58px 92px;display:grid}.auth-intro{border:1px solid var(--line);background:radial-gradient(circle at 16% 14%, #ff5c9f38, transparent 30%), linear-gradient(135deg, #ff5c9f1a, #8c74ff14), var(--surface);min-height:430px;box-shadow:var(--shadow);border-radius:32px;align-content:center;padding:46px;display:grid}.auth-intro span{color:var(--brand)}.auth-intro p{color:var(--muted)}.auth-panel,.auth-account-card{border:1px solid var(--line);background:linear-gradient(180deg, #ffffff0a, transparent), var(--surface);box-shadow:var(--shadow);border-radius:28px;padding:32px}.auth-dialog .auth-panel{box-shadow:none;align-self:center;margin:0}.auth-panel-modern{color:#211826;background:#fff;border:0;border-radius:0;align-content:start;min-height:462px;padding:50px 32px 26px}.auth-login-tabs{border-bottom:1px solid #ece8ed;grid-template-columns:repeat(2,1fr);gap:0;margin-bottom:22px;display:grid}.auth-login-tabs button{color:#736876;background:0 0;justify-content:center;align-items:center;gap:8px;min-height:38px;font-size:15px;font-weight:800;display:inline-flex;position:relative}.auth-login-tabs button:first-child{border-right:1px solid #ece8ed}.auth-login-tabs button.active:after{content:"";background:#ff4f98;border-radius:999px;height:2px;position:absolute;bottom:-1px;left:38px;right:38px}.auth-login-tabs svg{width:17px;height:17px}.auth-fields{gap:12px;margin-top:0;display:grid}.auth-section-title{gap:4px;margin-bottom:6px;display:grid}.auth-section-title strong{color:#211826;letter-spacing:-.03em;font-size:18px}.auth-input-row{background:#fff;border:1px solid #e7e1e7;border-radius:4px;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:0;min-height:46px;display:grid;overflow:hidden}.auth-input-row>span{color:#2f2531;padding-left:16px;font-size:13px;font-weight:800}.auth-fields input{color:#211826;background:0 0;border:0;border-radius:0;outline:0;width:100%;min-width:0;height:46px;padding:0 14px 0 0;font-size:13px}.auth-input-row:focus-within{box-shadow:0 0 0 2px var(--brand-soft);border-color:#ff5c9f7a}.auth-fields input::placeholder{color:#c0b6c1}.auth-input-row-with-action{grid-template-columns:64px minmax(0,1fr) auto}.auth-input-row-with-action button,.auth-password-tools button{color:#ff4f98;background:0 0;padding:0 14px;font-size:12px;font-weight:800}.auth-password-tools{justify-content:flex-end;min-height:18px;margin-top:-4px;display:flex}.auth-agreement{color:#817582;align-items:flex-start;gap:8px;margin-top:2px;font-size:12px;line-height:1.55;display:flex}.auth-agreement input{accent-color:#ff4f98;width:15px;height:15px;margin-top:2px}.auth-agreement a{color:#ff4f98;margin-inline:2px;font-weight:800}.auth-message{color:#d92f78;background:#fff5fa;border:1px solid #ffd1e5;border-radius:4px;align-items:flex-start;gap:7px;margin:0;padding:10px 12px;font-size:12px;font-weight:700;line-height:1.5;display:flex}.auth-message svg{flex:none;width:14px;height:14px;margin-top:2px}.auth-action-row{grid-template-columns:1fr 1fr;gap:12px;margin-top:2px;display:grid}.auth-submit,.auth-secondary,.auth-account-card button{border-radius:4px;justify-content:center;align-items:center;min-height:48px;font-size:14px;font-weight:850;display:inline-flex}.auth-submit,.auth-account-card button{color:#fff;background:#ff4f98;box-shadow:0 8px 18px #ff3e8c2e}.auth-secondary{color:#2f2531;background:#fff;border:1px solid #e7e1e7}.auth-secondary:hover{color:#ff4f98;border-color:#ffbad9}.auth-divider{color:#aaa0ab;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:18px 0 12px;font-size:12px;display:grid}.auth-divider:before,.auth-divider:after{content:"";background:#ece8ed;height:1px}.auth-google-button{color:#2f2531;background:#fff;border:1px solid #e7e1e7;border-radius:4px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:44px;font-weight:800;display:inline-flex}.auth-google-button:hover{color:#ff4f98;border-color:#ffbad9}.auth-page{grid-template-columns:minmax(0,1fr) minmax(420px,500px);gap:clamp(34px,6vw,76px);width:min(1120px,100% - 40px);min-height:calc(100dvh - 122px);padding-block:46px 74px}.auth-intro{color:#fff;background:radial-gradient(circle at 92% 12%,#ff6ea23d,#0000 32%),radial-gradient(circle at 10% 100%,#8b70ff2e,#0000 34%),#19151d;border:0;border-radius:30px;align-content:space-between;min-height:610px;padding:clamp(38px,5vw,64px);overflow:hidden;box-shadow:0 28px 70px #1b131c2e}.auth-intro h1{color:#fff;letter-spacing:-.055em;margin:22px 0 24px;font-size:clamp(42px,5vw,64px);font-weight:760;line-height:1.08}.auth-intro p{color:#ffffffa8;max-width:430px;font-size:15px;line-height:1.8}.auth-intro ul{gap:0;margin:44px 0 38px;padding:0;list-style:none;display:grid}.auth-intro li{color:#ffffffd1;border-top:1px solid #ffffff1a;grid-template-columns:42px minmax(0,1fr);align-items:center;min-height:58px;font-size:13px;display:grid}.auth-intro li:last-child{border-bottom:1px solid #ffffff1a}.auth-intro li b{color:#ff83b4;letter-spacing:.08em;font-size:11px}.auth-intro small{color:#ffffff6b;font-size:11px}.auth-panel-modern{border:1px solid var(--line);background:var(--surface);min-height:0;color:var(--ink);border-radius:26px;align-self:center;padding:34px;box-shadow:0 22px 58px #271c281a}.auth-panel-heading{margin-bottom:24px}.auth-panel-heading h2{color:var(--ink);letter-spacing:-.04em;margin:9px 0 6px;font-size:27px;line-height:1.2}.auth-panel-heading p{color:var(--muted);margin:0;font-size:12px}.auth-login-tabs{border:1px solid var(--line);background:var(--surface-soft);border-radius:13px;gap:4px;margin-bottom:22px;padding:4px}.auth-login-tabs button,.auth-login-tabs button:first-child{min-height:40px;color:var(--muted);border:0;border-radius:9px;font-size:13px;font-weight:760}.auth-login-tabs button.active{background:var(--surface);color:var(--ink);box-shadow:0 3px 12px #281b2814}.auth-login-tabs button.active:after{display:none}.auth-field{gap:7px;display:grid}.auth-field-control{border:1px solid var(--line);background:var(--surface);border-radius:12px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:48px;padding:0 13px;transition:border-color .16s,box-shadow .16s;display:grid}.auth-field-control:focus-within{box-shadow:0 0 0 3px var(--brand-soft);border-color:#ee5a919e}.auth-field-control>svg{width:17px;height:17px;color:var(--faint)}.auth-fields .auth-field-control input{width:100%;min-width:0;height:46px;color:var(--ink);background:0 0;border:0;outline:0;padding:0;font-size:13px}.auth-fields .auth-field-control input::placeholder{color:var(--faint)}.auth-password-visibility,.auth-field-control--code>button{min-width:32px;min-height:32px;color:var(--muted);background:0 0;border-radius:8px;padding:0}.auth-password-visibility:hover{background:var(--surface-soft);color:var(--ink)}.auth-password-visibility svg{width:16px;height:16px}.auth-field-control--code>button{min-width:92px;color:var(--brand);white-space:nowrap;padding-inline:8px;font-size:11px;font-weight:780}.auth-field-control--code>button:disabled{cursor:not-allowed;color:var(--faint)}.auth-code-block{gap:8px;display:grid}.auth-challenge{gap:7px;min-width:0;display:grid}.auth-challenge>div{width:100%;overflow:hidden}.auth-challenge>div:empty{display:none}.auth-challenge>span,.auth-security-loading{color:var(--faint);align-items:center;gap:6px;margin:0;font-size:10px;display:flex}.auth-challenge>span svg{color:#4eaa78;width:13px;height:13px}.auth-agreement{color:var(--muted);margin-top:0;font-size:11px}.auth-agreement input{accent-color:var(--brand);flex:none}.auth-agreement a{color:var(--brand)}.auth-message{color:#c43d6c;background:#e04d7b12;border-color:#e04d7b33;border-radius:11px;font-weight:650}.auth-message.info{color:#337f58;background:#36946312;border-color:#36946333}.auth-submit,.auth-account-card button{background:var(--brand);color:#fff;border-radius:12px;justify-content:space-between;width:100%;min-height:50px;padding:0 17px 0 20px;box-shadow:0 11px 24px #ee498833}.auth-submit svg{width:17px;height:17px}.auth-submit:disabled{cursor:wait;opacity:.66}.auth-divider{color:var(--faint);margin:22px 0 14px;font-size:10px}.auth-google-button{border-color:var(--line);background:var(--surface);min-height:46px;color:var(--ink);border-radius:12px;font-size:12px}.auth-google-official{min-height:0}.auth-external-login{gap:9px}.auth-google-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.auth-google-steps li{color:#a19299;border:1px solid #eee4e9;border-radius:10px;align-items:center;gap:7px;padding:9px 10px;font-size:11px;font-weight:700;display:flex}.auth-google-steps li span{background:#f5eff2;border-radius:50%;place-items:center;width:20px;height:20px;font-size:10px;display:grid}.auth-google-steps li.active,.auth-google-steps li.complete{color:#583f49;border-color:#ffc1d7}.auth-google-steps li.active span,.auth-google-steps li.complete span{color:#fff;background:#ff4f8f}.auth-legal-note{color:var(--faint);margin-top:16px;font-size:10px}.auth-dialog{background:var(--surface);width:min(880px,100%);color:var(--ink);border:1px solid #ffffff24;border-radius:28px;grid-template-columns:290px minmax(420px,1fr);overflow-x:hidden}.auth-dialog .auth-panel-modern{background:var(--surface);border:0;border-radius:0;width:100%;padding:38px}.auth-dialog-close{background:var(--surface-soft);color:var(--ink);border-radius:50%}.auth-qr-pane{color:#fff;text-align:left;background:radial-gradient(circle at 95% 10%,#ff79a93d,#0000 34%),#19151d;border:0;justify-content:center;align-items:flex-start;min-height:100%;padding:46px 34px}.auth-qr-pane h2{color:#fff;margin:18px 0 14px;font-size:31px}.auth-qr-pane p{color:#ffffff9e;max-width:none}.auth-dialog-points{gap:0;width:100%;margin-top:36px;display:grid}.auth-dialog-points span{color:#ffffffc2;border-top:1px solid #ffffff1a;padding-block:13px;font-size:11px}.auth-dialog-points span:last-child{border-bottom:1px solid #ffffff1a}:root[data-theme=dark] .auth-panel-modern,:root[data-theme=dark] .auth-dialog,:root[data-theme=dark] .auth-dialog .auth-panel-modern{box-shadow:0 24px 64px #00000047}@media (max-width:860px){.auth-page{grid-template-columns:1fr;width:min(560px,100% - 32px);padding-block:30px 80px}.auth-page .auth-intro{min-height:280px;padding:36px}.auth-page .auth-intro h1{font-size:40px}.auth-page .auth-intro ul{display:none}.auth-dialog{grid-template-columns:1fr;width:min(560px,100%)}.auth-dialog .auth-qr-pane{border:0;min-height:auto;padding:28px 34px}.auth-dialog .auth-qr-pane h2,.auth-dialog .auth-dialog-points{display:none}}@media (max-width:620px){.auth-dialog-backdrop{padding:0}.auth-dialog{min-height:100dvh;max-height:none;padding-bottom:env(safe-area-inset-bottom);border:0;border-radius:0}.auth-dialog .auth-qr-pane,.auth-page .auth-intro{display:none}.auth-page{width:100%;min-height:calc(100dvh - 50px);padding:10px 12px 34px}.auth-page .auth-panel,.auth-dialog .auth-panel-modern,.auth-panel-modern{box-shadow:none;border:0;border-radius:20px;align-self:start;padding:24px 20px}.auth-dialog .auth-panel-modern{border-radius:0;padding-top:58px}.auth-panel-heading h2{font-size:25px}.auth-field-control--code{grid-template-columns:minmax(0,1fr) auto}.auth-field-control--code>button{min-width:84px;font-size:10px}.auth-turnstile iframe,.auth-challenge iframe{max-width:100%}}.auth-page-modal{place-items:center;width:100%;min-height:calc(100dvh - 122px);padding-block:48px 80px;display:grid}.auth-dialog.auth-dialog--page{max-height:none;overflow:hidden}.auth-panel-heading{text-align:center;margin-bottom:24px}.auth-panel-heading>span{color:var(--brand-strong);letter-spacing:.16em;font-size:10px;font-weight:850}.auth-panel-heading h1{color:var(--auth-panel-text);letter-spacing:-.035em;margin:8px 0 5px;font-size:28px;line-height:1.2}.auth-panel-heading p{color:var(--auth-secondary-text);margin:0;font-size:13px;line-height:1.6}.auth-actions{grid-template-columns:1fr 1fr;gap:14px;display:grid}.auth-mode-switch,.auth-actions .auth-submit{border-radius:12px;justify-content:center;min-height:48px;font-size:14px;font-weight:800;transition:background .18s ease-out,border-color .18s ease-out,color .18s ease-out,box-shadow .18s ease-out}.auth-mode-switch{border:1px solid var(--auth-field-border);background:var(--auth-panel-bg);color:var(--auth-panel-text)}.auth-mode-switch:hover:not(:disabled){color:#c92f68;background:#fff1f6;border-color:#ff7cad}.auth-mode-switch:disabled{cursor:not-allowed;opacity:.5}.auth-mode-switch:focus-visible{outline-offset:3px;outline:3px solid #ff7fad6b}.auth-character{z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;width:auto;height:148px;position:absolute;bottom:-2px}.auth-character-left{left:-14px}.auth-character-right{right:-10px}.auth-dialog-close{z-index:4}:root[data-theme=dark] .auth-mode-switch:hover:not(:disabled){color:#ffb9d0;background:#ff4f8f1f}@media (max-width:620px){.auth-page-modal{min-height:calc(100dvh - 50px);padding:10px 12px 34px}.auth-dialog,.auth-dialog.auth-dialog--page{border:0;border-radius:0;width:100%;min-height:100dvh;max-height:none}.auth-dialog.auth-dialog--page{border:1px solid var(--auth-panel-border);border-radius:20px;min-height:auto}.auth-dialog .auth-panel-modern,.auth-dialog--page .auth-panel-modern{width:100%;padding:62px 20px 98px}.auth-dialog--page .auth-panel-modern{padding-top:30px}.auth-panel-heading h1{font-size:25px}.auth-actions{gap:10px}.auth-character{height:96px}.auth-character-left{left:-28px}.auth-character-right{right:-24px}}@media (prefers-reduced-motion:reduce){.auth-mode-switch,.auth-actions .auth-submit{transition:none}}.auth-page{grid-template-columns:360px minmax(0,1fr);align-items:stretch;gap:0;width:min(920px,100% - 40px);min-height:calc(100dvh - 122px);padding-block:42px 72px}.auth-intro,.auth-qr-pane{color:#ff4f8f;text-align:center;background:#ffe6f0;border:0;border-radius:24px 0 0 24px;align-content:center;place-items:center;min-height:590px;padding:48px 36px;display:grid;box-shadow:0 28px 70px #5032431f}.auth-intro img,.auth-dialog-logo{object-fit:contain;width:88px;height:88px}.auth-intro h1,.auth-qr-pane h2{color:#ff4f8f;letter-spacing:-.04em;margin:18px 0 8px;font-size:34px;font-weight:850;line-height:1.1}.auth-intro p,.auth-qr-pane p{color:#e977a3;max-width:280px;margin:0;font-size:13px;line-height:1.7}.auth-panel-modern{color:#3c3037;background:#fff;border:1px solid #f0e6eb;border-left:0;border-radius:0 24px 24px 0;align-self:stretch;min-height:590px;padding:38px 44px;box-shadow:0 28px 70px #5032431f}.auth-login-tabs{background:0 0;border:0;border-radius:0;justify-content:flex-start;gap:26px;margin-bottom:26px;padding:0;display:flex}.auth-login-tabs button,.auth-login-tabs button:first-child{color:#b6a7ae;min-height:36px;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;font-size:20px;font-weight:780;position:relative}.auth-login-tabs button.active{color:#493840;box-shadow:none;background:0 0}.auth-login-tabs button.active:after{content:"";background:#ff4f8f;border-radius:2px;height:3px;display:block;position:absolute;bottom:-2px;left:0;right:0}.auth-fields{gap:16px}.auth-field{gap:8px}.auth-field>span{color:#4e3d45;font-size:13px;font-weight:740}.auth-field>span small{color:#b8aab1;margin-left:6px;font-size:11px;font-weight:520}.auth-field-control{min-height:46px;box-shadow:none;background:#fff8fb;border:1px solid #f0dbe4;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 14px;display:grid}.auth-fields .auth-field-control input{height:44px;font-size:13px}.auth-field-control--code>button{color:#ff4f8f;min-width:84px;min-height:32px;font-size:11px;font-weight:760}.auth-challenge{gap:6px}.auth-challenge-complete{color:#438362;align-items:center;gap:7px;margin:0;font-size:11px;display:flex}.auth-challenge-complete svg{width:14px;height:14px}.auth-agreement{color:#8f7f87;align-items:flex-start;gap:8px;font-size:11px;line-height:1.55;display:flex}.auth-submit,.auth-account-card button{color:#fff;background:#ff4f8f;border-radius:12px;justify-content:center;min-height:46px;padding:0 18px;font-size:13px;font-weight:800;box-shadow:0 10px 22px #ff4f8f33}.auth-divider{margin:18px 0 12px}.auth-google-button{background:#fff;border-color:#eadce3;border-radius:12px;min-height:44px}.auth-dialog{color:#3c3037;background:#fff;border:0;border-radius:24px;grid-template-columns:360px minmax(0,1fr);width:min(860px,100%);max-height:min(760px,100dvh - 40px);overflow:hidden;box-shadow:0 30px 90px #2b1a2347}.auth-dialog .auth-qr-pane{min-height:100%;box-shadow:none;border-radius:0}.auth-dialog .auth-panel-modern{width:100%;min-height:0;max-height:min(760px,100dvh - 40px);box-shadow:none;scrollbar-width:thin;border:0;border-radius:0;padding:38px 44px;overflow:hidden auto}.auth-dialog-close{z-index:2;color:#9d8e96;background:#f7f3f5;border-radius:50%;width:34px;height:34px;top:14px;right:14px}@media (max-width:860px){.auth-page{grid-template-columns:1fr;width:min(540px,100% - 28px);padding-block:28px 70px}.auth-page .auth-intro,.auth-dialog .auth-qr-pane{display:none}.auth-page .auth-panel-modern{border:1px solid #f0e6eb;border-radius:22px}.auth-dialog{grid-template-columns:1fr;width:min(520px,100%)}}@media (max-width:620px){.auth-page{width:100%;min-height:calc(100dvh - 50px);padding:10px 12px 36px}.auth-page .auth-panel-modern{min-height:auto;box-shadow:none;border-radius:18px;padding:26px 22px}.auth-dialog{border-radius:0;width:100%;min-height:100dvh;max-height:none}.auth-dialog .auth-panel-modern{max-height:none;padding:54px 22px 30px}.auth-login-tabs button,.auth-login-tabs button:first-child{font-size:19px}.auth-field-control--code{grid-template-columns:minmax(0,1fr) auto}.auth-turnstile iframe,.auth-challenge iframe{max-width:100%}}.auth-google-button:disabled,.auth-google-button:disabled:hover{cursor:not-allowed;color:#9b909c;opacity:.76;border-color:#e7e1e7}.auth-external-login{gap:10px;width:100%;display:grid}.auth-google-cancel{color:#8d808c;cursor:pointer;background:0 0;border:0;justify-self:center;font-size:13px}.auth-turnstile,.auth-google-official{width:100%}.auth-google-official{justify-content:center;min-height:0;display:flex;overflow:hidden}.auth-google-mark{color:#fff;background:conic-gradient(from -30deg,#4285f4,#34a853,#fbbc05,#ea4335,#4285f4);border-radius:50%;place-items:center;width:22px;height:22px;font-size:13px;font-weight:950;display:grid}.auth-legal-note{color:#9b909c;align-items:flex-start;gap:7px;margin:14px 0 0;font-size:12px;line-height:1.55;display:flex}.auth-legal-note svg{color:#ff4f98;flex:none;width:14px;height:14px;margin-top:2px}.auth-account-card{gap:10px;display:grid}.auth-account-card span{color:var(--faint);font-size:12px;font-weight:800}.auth-account-card strong{letter-spacing:-.04em;font-size:28px}.auth-account-card p{color:var(--muted);margin:0 0 14px}.account-security-card{color:#3c3037;background:#fff;border:1px solid #f0e6eb;border-left:0;border-radius:0 24px 24px 0;align-content:start;gap:26px;min-height:590px;padding:44px;display:grid;box-shadow:0 28px 70px #5032431f}.auth-dialog .account-security-card{min-height:100%;box-shadow:none;border:0;border-radius:0}.account-security-heading{border-bottom:1px solid #f2e7ec;align-items:center;gap:16px;padding-bottom:22px;display:flex}.account-security-heading>span{color:#ff4f8f;background:#fff0f6;border-radius:16px;flex:none;place-items:center;width:48px;height:48px;display:grid}.account-security-heading svg{width:22px;height:22px}.account-security-heading small{color:#ff4f8f;letter-spacing:.12em;font-size:11px;font-weight:800}.account-security-heading h1{color:#392e34;letter-spacing:-.04em;margin:4px 0 2px;font-size:24px}.account-security-heading p{color:#95868d;margin:0;font-size:13px}.account-security-actions{gap:12px;display:grid}.account-security-actions>button{color:#4b3b43;text-align:left;cursor:pointer;background:#fff;border:1px solid #eee4e9;border-radius:14px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-height:70px;padding:13px 16px;display:grid}.account-security-actions>button:hover{background:#fffafd;border-color:#ffbad2}.account-security-actions>button>svg{color:#ff4f8f;justify-self:center;width:20px;height:20px}.account-security-actions span{gap:3px;display:grid}.account-security-actions strong{font-size:14px}.account-security-actions small{color:#9b8c93;font-size:11px}.account-security-actions>button.danger{color:#a92d46;background:#fff9fa;border-color:#ffd4dc}.account-security-actions>button.danger>svg{color:#d33d59}.account-deletion-backdrop{z-index:1200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#140e129e;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.account-deletion-dialog{color:#47363e;background:#fff;border:1px solid #f2dce4;border-radius:22px;width:min(520px,100%);max-height:calc(100dvh - 48px);padding:34px;position:relative;overflow-y:auto;box-shadow:0 30px 90px #1f131957}.account-deletion-close{color:#8d7d85;cursor:pointer;background:#f8f2f5;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:16px;right:16px}.account-deletion-close svg{width:17px;height:17px}.account-deletion-icon{color:#d83f59;background:#fff0f2;border-radius:14px;place-items:center;width:44px;height:44px;display:grid}.account-deletion-icon svg{width:22px;height:22px}.account-deletion-dialog h2{letter-spacing:-.03em;margin:16px 0 8px;font-size:23px}.account-deletion-dialog>p,.account-deletion-dialog li{color:#77666e;font-size:13px;line-height:1.7}.account-deletion-dialog>p{margin:0}.account-deletion-dialog ul{gap:4px;margin:14px 0 22px;padding-left:20px;display:grid}.account-deletion-verification{background:#fffafb;border:1px solid #f0e2e8;border-radius:15px;gap:14px;padding:18px;display:grid}.account-deletion-verification label{color:#5a454e;gap:7px;font-size:12px;font-weight:700;display:grid}.account-deletion-verification label>span strong{color:#bd304c}.account-deletion-verification input{color:#43343b;background:#fff;border:1px solid #ead5dd;border-radius:10px;outline:none;width:100%;height:43px;padding:0 12px}.account-deletion-verification input:focus{border-color:#ff8cb5;box-shadow:0 0 0 3px #ff4f8f1a}.account-deletion-code-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.account-deletion-code-row button{color:#d93d72;cursor:pointer;background:#fff;border:1px solid #ffb5ce;border-radius:10px;min-width:98px;font-size:11px;font-weight:800}.account-deletion-code-row button:disabled{cursor:not-allowed;opacity:.55}.account-deletion-code-sent{color:#39845f;align-items:center;gap:6px;margin:0;font-size:11px;display:flex}.account-deletion-code-sent svg{width:14px;height:14px}.account-deletion-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:20px;display:grid}.account-deletion-actions button{color:#6f5e66;cursor:pointer;background:#fff;border:1px solid #e8dce1;border-radius:11px;min-height:44px;font-weight:750}.account-deletion-actions button.danger{color:#fff;background:#d83f59;border-color:#d83f59}.account-deletion-actions button:disabled{cursor:not-allowed;opacity:.48}@media (max-width:860px){.account-security-card{border:1px solid #f0e6eb;border-radius:22px}}@media (max-width:620px){.account-security-card{min-height:calc(100dvh - 98px);box-shadow:none;border-radius:18px;padding:24px 20px}.account-deletion-backdrop{align-items:end;padding:0}.account-deletion-dialog{width:100%;max-height:92dvh;padding:28px 20px calc(24px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0}.auth-google-steps{gap:6px}.auth-google-steps li{padding-inline:8px;font-size:10px}}.mobile-channel-nav,.mobile-site-nav{display:none}.category-bar{z-index:45;border-bottom:1px solid var(--line);background:var(--header-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:sticky;top:72px}.category-bar-inner{scrollbar-width:none;align-items:center;gap:8px;min-height:50px;display:flex;overflow-x:auto}.category-bar-inner::-webkit-scrollbar{display:none}.category-bar a{color:var(--muted);border:1px solid #0000;border-radius:999px;flex:none;padding:7px 13px;font-size:12px;font-weight:650}.category-bar a:hover{color:var(--text)}.category-bar a.active{background:var(--brand-soft);color:var(--brand);border-color:#ff5c9f3d}.hero{isolation:isolate;min-height:clamp(440px,38vw,560px);position:relative;overflow:hidden}.hero-image{z-index:-4;object-fit:cover;object-position:center;transform:scale(1.015)}.hero-overlay{z-index:-3;background:linear-gradient(90deg, #07060bed 0%, #07060bb3 37%, transparent 72%), linear-gradient(0deg, var(--bg) 0%, transparent 32%), linear-gradient(180deg, #0000002e, transparent 30%);position:absolute;inset:0}:root[data-theme=light] .hero-overlay{background:linear-gradient(90deg, #180f19e6 0%, #180f1994 40%, transparent 72%), linear-gradient(0deg, var(--bg) 0%, transparent 30%)}.hero-orb{z-index:-2;filter:blur(70px);opacity:.35;border-radius:50%;position:absolute}.hero-orb-one{background:#7665ff;width:300px;height:300px;top:16%;right:-5%}.hero-orb-two{background:#ff4f9b;width:220px;height:220px;bottom:5%;left:12%}.hero-copy{min-height:inherit;align-items:center;padding-block:70px 100px;display:flex}.hero-copy>div{color:#fff;text-shadow:0 2px 24px #00000059;max-width:610px}.eyebrow{color:var(--brand);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:7px;font-size:10px;font-weight:850;display:inline-flex}.eyebrow svg{width:14px;height:14px}.hero .eyebrow{color:#ff91bd}.channel-title{color:#ffffffb8;margin:17px 0 0;font-size:14px;font-weight:600}.hero h1{letter-spacing:-.055em;max-width:580px;margin:10px 0 6px;font-size:clamp(48px,4.6vw,72px);font-weight:900;line-height:.98}.hero-subtitle{color:#ffffffd1;margin:17px 0 0;font-size:clamp(15px,1.6vw,19px);font-weight:500}.hero-stats{color:#ffffffad;flex-wrap:wrap;gap:9px 18px;margin-top:24px;font-size:12px;display:flex}.hero-stats span:first-child{color:#ff9fc5;font-weight:750}.hero-actions{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.primary-button,.secondary-button,.ghost-button{border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 17px;font-size:13px;font-weight:750;display:inline-flex}.primary-button{background:linear-gradient(135deg, var(--brand-strong), #ff73ae);color:#fff;border:0;box-shadow:0 10px 26px #ff3e8c3d}.secondary-button{border:1px solid var(--line-strong);background:var(--surface);color:var(--text)}.ghost-button{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d0b1247;border:1px solid #ffffff3b}.primary-button svg,.secondary-button svg,.ghost-button svg{width:17px;height:17px}.primary-button:hover,.app-button:hover{filter:brightness(1.08);transform:translateY(-1px)}.channel-content{z-index:2;grid-template-columns:minmax(0,1fr) 310px;gap:40px;margin-top:-30px;padding-bottom:90px;display:grid;position:relative}.content-area{min-width:0}.section-heading{justify-content:space-between;align-items:end;gap:20px;min-height:72px;margin-bottom:20px;display:flex}.section-heading h2{letter-spacing:-.035em;margin:8px 0 5px;font-size:clamp(24px,2.3vw,34px)}.section-heading p{max-width:620px;color:var(--muted);margin:0;font-size:13px;line-height:1.65}.section-heading>a{color:var(--brand);flex:none;font-size:12px;font-weight:750}.content-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 18px;display:grid}.content-card{background:linear-gradient(145deg, color-mix(in srgb, var(--surface) 94%, var(--brand) 6%), var(--surface));min-width:0;box-shadow:none;border:0;border-radius:15px;padding:9px 9px 11px;transition:transform .18s}.content-card:hover{box-shadow:none;transform:translateY(-2px)}.content-card-media{aspect-ratio:16/9;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:none;display:block;position:relative;overflow:hidden}.content-card-media>img{object-fit:cover;transition:transform .38s cubic-bezier(.2,.7,0,1)}.content-card-media:hover>img{transform:scale(1.055)}.card-wash{background:linear-gradient(180deg, transparent 52%, #07060bdb), linear-gradient(135deg, color-mix(in srgb, var(--accent), transparent 82%), transparent 52%);pointer-events:none;position:absolute;inset:0}.card-badge{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08070b94;border:1px solid #ffffff29;border-radius:8px;padding:5px 8px;font-size:9px;font-weight:800;position:absolute;top:10px;left:10px}.play-hover{color:#261624;opacity:0;background:#ffffffe6;border-radius:50%;place-items:center;width:46px;height:46px;transition:opacity .18s,transform .18s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-42%)scale(.9)}.play-hover svg{width:19px;height:19px}.content-card-media:hover .play-hover{opacity:1;transform:translate(-50%,-50%)scale(1)}.card-meta{color:#ffffffdb;text-shadow:0 1px 5px #000;justify-content:space-between;align-items:center;font-size:10px;display:flex;position:absolute;bottom:9px;left:10px;right:10px}.card-meta span{align-items:center;gap:4px;display:inline-flex}.card-meta svg{width:12px;height:12px}.content-card-copy{padding:11px 3px 0}.content-card-copy>a{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:750;display:block;overflow:hidden}.content-card-copy>a:hover{color:var(--brand)}.content-card-copy>div{color:var(--muted);justify-content:space-between;align-items:center;gap:8px;margin-top:7px;font-size:10px;display:flex}.content-card-copy>div>span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.score{color:var(--gold);flex:none;align-items:center;gap:3px;font-weight:750;display:inline-flex}.score svg{width:11px;height:11px}.rewards-page{padding-block:34px 90px}.rewards-hero{min-height:250px;box-shadow:var(--shadow);color:#fff;background:radial-gradient(circle at 82% 16%,#ffc76a33,#0000 28%),radial-gradient(circle at 20% 110%,#8c74ff47,#0000 38%),linear-gradient(135deg,#2a1624,#171421 58%,#211529);border:1px solid #ff5c9f33;border-radius:28px;grid-template-columns:minmax(0,1fr) minmax(280px,390px);align-items:center;gap:48px;padding:38px 44px;display:grid;position:relative;overflow:hidden}.rewards-hero:after{content:"";border:46px solid #ffffff09;border-radius:50%;width:260px;height:260px;position:absolute;top:-105px;right:25%}.rewards-kicker{color:#ff9fc5;letter-spacing:.14em;align-items:center;gap:7px;font-size:11px;font-weight:800;display:inline-flex}.rewards-kicker svg{width:15px;height:15px}.rewards-hero h1{letter-spacing:-.055em;margin:13px 0 10px;font-size:clamp(34px,4vw,58px)}.rewards-hero p{color:#ffffffad;margin:0;font-size:14px}.wallet-balance-card{z-index:1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#ffffff24,#ffffff0f);border:1px solid #ffffff2e;border-radius:23px;align-content:center;min-height:176px;padding:24px 28px;display:grid;position:relative}.wallet-balance-card>span{color:#ffffffc2;align-items:center;gap:7px;font-size:12px;display:flex}.wallet-balance-card>span svg{width:17px;height:17px;color:var(--gold)}.wallet-balance-card strong{letter-spacing:-.05em;margin-top:7px;font-size:52px;line-height:1}.wallet-balance-card small{color:#ffffff80;margin-top:13px;font-size:10px}.reward-notice{min-height:34px;color:var(--brand);margin:0;padding:10px 4px 0;font-size:12px}.rewards-layout{grid-template-columns:minmax(470px,.92fr) minmax(560px,1.35fr);gap:22px;display:grid}.reward-section{border:1px solid var(--line);background:var(--surface);border-radius:24px;min-width:0;padding:24px;box-shadow:0 16px 38px #0000001f}.reward-section-heading{justify-content:space-between;align-items:start;gap:20px;min-height:58px;display:flex}.reward-section-heading span{color:var(--brand);letter-spacing:.2em;font-size:8px;font-weight:850}.reward-section-heading h2{letter-spacing:-.035em;margin:5px 0 0;font-size:24px}.reward-section-heading small{color:var(--faint);padding-top:13px;font-size:9px}.reward-section-heading>svg{width:20px;height:20px;color:var(--brand)}.task-list{border:1px solid var(--line);background:var(--bg-raised);border-radius:17px;overflow:hidden}.task-row{grid-template-columns:42px minmax(0,1fr) auto 72px;align-items:center;gap:12px;min-height:86px;padding:12px 14px;display:grid}.task-row+.task-row{border-top:1px solid var(--line)}.task-icon{background:var(--brand-soft);width:42px;height:42px;color:var(--brand);border-radius:13px;place-items:center;display:grid}.task-icon svg{width:20px;height:20px}.task-copy{gap:5px;min-width:0;display:grid}.task-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.task-copy small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.task-progress{background:var(--line-strong);border-radius:9px;width:min(170px,100%);height:3px;display:block;overflow:hidden}.task-progress i{border-radius:inherit;background:linear-gradient(90deg, var(--brand), var(--violet));height:100%;display:block}.task-reward{color:var(--gold);align-items:center;gap:3px;font-size:11px;font-weight:800;display:inline-flex}.task-reward svg{width:13px;height:13px}.task-button{background:var(--brand);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:4px;min-height:32px;font-size:10px;font-weight:750;display:inline-flex}.task-button svg{width:12px;height:12px}.task-button:disabled{cursor:not-allowed;opacity:.62}.task-button.in_progress,.task-button.claimed{background:var(--surface-soft);color:var(--muted)}.reward-catalog{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.reward-card{border:1px solid var(--line);background:linear-gradient(150deg, color-mix(in srgb, var(--reward-color), transparent 86%), transparent 58%), var(--bg-raised);border-radius:18px;align-content:space-between;gap:18px;min-height:220px;padding:18px;display:grid}.reward-card.pink{--reward-color:#ff5c9f}.reward-card.gold{--reward-color:#e6a536}.reward-card.violet{--reward-color:#8c74ff}.reward-card-icon{background:color-mix(in srgb, var(--reward-color,var(--brand)), transparent 84%);width:46px;height:46px;color:var(--reward-color,var(--brand));border-radius:15px;place-items:center;display:grid}.reward-card-icon svg{width:23px;height:23px}.reward-card strong{font-size:14px}.reward-card p{min-height:31px;color:var(--muted);margin:7px 0 0;font-size:9px;line-height:1.6}.reward-card footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.reward-card footer span{color:var(--reward-color);align-items:center;gap:4px;font-size:11px;font-weight:850;display:inline-flex}.reward-card footer svg{width:13px;height:13px}.reward-card footer button{background:color-mix(in srgb, var(--reward-color), transparent 86%);min-height:32px;color:var(--reward-color);border-radius:10px;padding:0 10px;font-size:10px;font-weight:800}.reward-card footer button:disabled{cursor:not-allowed;filter:grayscale(.65);opacity:.58}.ledger-section{margin-top:22px}.coin-ledger{border:1px solid var(--line);background:var(--bg-raised);border-radius:17px;overflow:hidden}.coin-ledger-row{grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:70px;padding:10px 15px;display:grid}.coin-ledger-row+.coin-ledger-row{border-top:1px solid var(--line)}.ledger-icon{border-radius:50%;place-items:center;width:36px;height:36px;font-size:17px;font-weight:700;display:grid}.ledger-icon.positive{color:#62c782;background:#47b56a21}.ledger-icon.negative{background:var(--brand-soft);color:var(--brand)}.coin-ledger-row>span:nth-child(2){gap:5px;display:grid}.coin-ledger-row strong{font-size:12px}.coin-ledger-row small{color:var(--muted);font-size:9px}.coin-ledger-row b{font-size:14px}.coin-ledger-row .positive{color:#62c782}.coin-ledger-row .negative{color:var(--brand)}.empty-ledger{color:var(--muted);text-align:center;padding:30px;font-size:12px}.reward-dialog-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050408b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.reward-dialog{border:1px solid var(--line-strong);background:var(--surface);width:min(410px,100%);box-shadow:var(--shadow);text-align:center;border-radius:24px;justify-items:center;padding:34px;display:grid;position:relative}.reward-dialog .reward-card-icon{--reward-color:var(--brand)}.reward-dialog .reward-card-icon.gold{--reward-color:#e6a536}.reward-dialog .reward-card-icon.violet{--reward-color:var(--violet)}.reward-dialog h2{margin:18px 0 8px;font-size:22px}.reward-dialog p{color:var(--muted);margin:0;font-size:12px}.reward-dialog>div:last-child{gap:10px;margin-top:25px;display:flex}.reward-dialog-close{width:36px;height:36px;color:var(--muted);background:0 0;border-radius:10px;place-items:center;display:grid;position:absolute;top:14px;right:14px}.reward-dialog-close svg{width:17px;height:17px}.rewards-sign-in{text-align:center;align-content:center;place-items:center;min-height:68vh;display:grid}.rewards-sign-in>svg{width:54px;height:54px;color:var(--brand)}.rewards-sign-in h1{margin:18px 0 7px}.rewards-sign-in p{color:var(--muted);margin:0}.trending-panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(145deg, var(--surface), var(--surface-soft));box-shadow:var(--shadow);align-self:start;margin-top:72px;overflow:hidden}.trending-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:70px;padding:0 18px;display:flex}.trending-heading>span{align-items:center;gap:7px;font-size:14px;font-weight:800;display:inline-flex}.trending-heading svg{color:#ff655e;width:17px;height:17px}.trending-heading small{color:var(--faint);font-size:9px}.trending-panel ol{margin:0;padding:8px 0;list-style:none;display:grid}.trending-panel li{grid-template-columns:34px minmax(0,1fr);align-items:center;padding:8px 14px;display:grid}.trending-panel li>span{color:var(--faint);font-size:11px;font-style:italic;font-weight:850}.trending-panel li>span.hot{color:var(--brand)}.trending-panel li>a{grid-template-columns:78px minmax(0,1fr);align-items:center;gap:10px;min-width:0;display:grid}.trending-panel img{object-fit:cover;border-radius:9px;width:78px;height:52px}.trending-panel li a>span{gap:6px;min-width:0;display:grid}.trending-panel strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.trending-panel li small{color:var(--muted);font-size:9px}.empty-state{border:1px dashed var(--line-strong);border-radius:var(--radius-lg);background:var(--surface);text-align:center;align-content:center;place-items:center;min-height:420px;padding:40px;display:grid}.empty-state>svg{width:38px;height:38px;color:var(--brand)}.empty-state h2{margin:18px 0 6px;font-size:20px}.empty-state p{color:var(--muted);margin:0 0 20px;font-size:13px}.site-footer{border-top:1px solid var(--line);background:var(--bg-raised)}.footer-main{grid-template-columns:minmax(280px,1fr) auto auto;align-items:center;gap:50px;min-height:160px;display:grid}.footer-main p{color:var(--muted);margin:14px 0 0;font-size:12px}.footer-main nav{color:var(--muted);flex-wrap:wrap;gap:24px;font-size:12px;display:flex}.footer-main nav a:hover{color:var(--brand)}.footer-legal{border-top:1px solid var(--line);min-height:48px;color:var(--faint);justify-content:space-between;align-items:center;font-size:9px;display:flex}.footer-legal nav{align-items:center;gap:20px;display:flex}.footer-legal a:hover{color:var(--brand)}.legal-page{padding-block:24px 96px}.legal-back-link{min-height:40px;color:var(--muted);align-items:center;gap:8px;font-size:12px;display:inline-flex}.legal-back-link:hover{color:var(--brand)}.legal-back-link svg{width:16px;height:16px}.legal-hero{border:1px solid var(--line);background:radial-gradient(circle at 88% 18%, #ff529038, transparent 32%), linear-gradient(135deg, var(--surface), var(--bg-raised));min-height:290px;box-shadow:var(--shadow);border-radius:30px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:48px;margin-top:12px;padding:56px;display:grid;position:relative;overflow:hidden}.legal-hero:after{content:"";border:1px solid #ffffff14;border-radius:50%;width:220px;height:220px;position:absolute;inset:-80px -52px auto auto}.legal-eyebrow{color:var(--brand);letter-spacing:.16em;align-items:center;gap:8px;font-size:11px;font-weight:800;display:inline-flex}.legal-eyebrow svg{width:17px;height:17px}.legal-hero h1{letter-spacing:-.055em;margin:17px 0 14px;font-size:clamp(38px,5vw,66px);line-height:1.05}.legal-hero p{max-width:760px;color:var(--muted);margin:0;font-size:14px;line-height:1.85}.legal-updated{border:1px solid var(--line);background:#ffffff09;border-radius:18px;grid-template-columns:30px 1fr;gap:2px 9px;min-width:184px;padding:18px;display:grid}.legal-updated svg{width:20px;height:20px;color:var(--brand);grid-row:1/3}.legal-updated span{color:var(--faint);font-size:9px}.legal-updated strong{font-size:12px}.legal-layout{grid-template-columns:230px minmax(0,820px);justify-content:center;gap:68px;margin-top:54px;display:grid}.legal-toc{border:1px solid var(--line);background:var(--surface);border-radius:20px;align-self:start;padding:20px;position:sticky;top:92px}.legal-toc>strong{color:var(--faint);letter-spacing:.16em;margin-bottom:14px;font-size:9px;display:block}.legal-toc nav{display:grid}.legal-toc a{border-top:1px solid var(--line);min-height:38px;color:var(--muted);grid-template-columns:28px 1fr;align-items:center;font-size:11px;display:grid}.legal-toc a span{color:var(--brand);font-size:8px;font-weight:800}.legal-toc a:hover{color:var(--text)}.legal-article{min-width:0}.legal-article>section{padding:0 0 38px;scroll-margin-top:100px}.legal-article>section+section{border-top:1px solid var(--line);padding-top:38px}.legal-section-heading{grid-template-columns:46px 1fr;align-items:baseline;gap:10px;margin-bottom:22px;display:grid}.legal-section-heading>span{color:var(--brand);letter-spacing:.12em;font-size:10px;font-weight:900}.legal-section-heading h2{letter-spacing:-.035em;margin:0;font-size:25px}.legal-section-content{color:var(--muted);padding-left:56px;font-size:14px;line-height:1.9}.legal-section-content p{margin:0 0 16px}.legal-section-content h3{color:var(--text);margin:24px 0 9px;font-size:15px}.legal-section-content ul{gap:9px;margin:0 0 18px;padding-left:20px;display:grid}.legal-section-content li::marker{color:var(--brand)}.legal-section-content a{color:var(--brand);text-underline-offset:3px;margin-inline:3px;-webkit-text-decoration:underline #ff529059;text-decoration:underline #ff529059}.legal-contact-card{border:1px solid var(--line);background:var(--surface);border-radius:22px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:16px;padding:24px;display:grid}.legal-contact-card>svg{width:22px;height:22px;color:var(--brand)}.legal-contact-card strong{font-size:14px}.legal-contact-card p{color:var(--muted);margin:5px 0 0;font-size:11px;line-height:1.7}.app-mobile-legal{display:none}.detail-page{padding-block:24px 90px}.back-link{min-height:40px;color:var(--muted);align-items:center;gap:7px;margin-bottom:14px;font-size:12px;display:inline-flex}.back-link:hover{color:var(--brand)}.back-link svg{width:16px;height:16px}.platform-xg-player,.platform-xg-player>.xgplayer{width:100%;height:100%}.platform-xg-player video{object-fit:contain;width:100%;height:100%}.player-label{color:#fff;pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#09080bb3;border:1px solid #ffffff24;border-radius:8px;padding:6px 9px;font-size:9px;font-weight:700;position:absolute;top:14px;right:14px}.locked-player{background:linear-gradient(#07060aa3, #07060ae6), var(--locked-cover,#111);color:#fff;align-content:center;place-items:center;gap:10px;width:100%;height:100%;display:grid}.locked-player svg{width:42px;height:42px;color:var(--brand);margin-bottom:6px}.locked-player strong{font-size:18px}.locked-player span{color:#ffffff9e;font-size:12px}.playback-gate-actions{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.playback-gate-actions button,.playback-gate-actions a,.locked-player>button,.locked-player>a{color:#fff;min-height:36px;font:inherit;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff3d;border-radius:8px;padding:8px 12px}.playback-gate-actions>:first-child{border-color:var(--brand);background:var(--brand)}.spinning{animation:.9s linear infinite playback-spin}@keyframes playback-spin{to{transform:rotate(360deg)}}.app-unlock-button{background:linear-gradient(135deg, var(--brand-strong), #ff73ae);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:7px;width:calc(100% - 32px);min-height:44px;margin:0 16px 16px;font-size:12px;font-weight:750;display:flex}.app-unlock-button svg{width:16px;height:16px}.detail-description{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);grid-template-columns:minmax(0,1fr) auto;gap:60px;margin-top:46px;padding:32px;display:grid}.detail-description h2{margin:8px 0 10px;font-size:24px}.detail-description p{max-width:780px;color:var(--muted);margin:0;font-size:13px;line-height:1.8}.detail-description dl{align-items:center;gap:30px;margin:0;display:flex}.detail-description dl>div{gap:8px;display:grid}.detail-description dt{color:var(--faint);align-items:center;gap:5px;font-size:9px;display:flex}.detail-description dt svg{width:12px;height:12px}.detail-description dd{margin:0;font-size:18px;font-weight:800}.related-section{padding-top:54px}.related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.commerce-client-page{padding-block:28px 92px}.commerce-account-strip{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:22px;grid-template-columns:minmax(180px,.7fr) minmax(250px,1fr) minmax(320px,1.3fr);display:grid;overflow:hidden}.commerce-account-strip>div{border-right:1px solid var(--line);grid-template-columns:34px minmax(0,1fr);align-content:center;gap:3px 12px;min-height:112px;padding:20px 24px;display:grid}.commerce-account-strip>div:last-child{border-right:0}.commerce-account-strip svg{width:25px;height:25px;color:var(--brand);grid-row:1/4;align-self:center}.commerce-account-strip span,.commerce-account-strip small{color:var(--muted);font-size:11px}.commerce-account-strip strong{font-size:22px}.commerce-account-strip .commerce-simulator-note{background:linear-gradient(135deg, var(--brand-soft), transparent)}.commerce-simulator-note span{gap:5px;display:grid}.commerce-simulator-note span strong{font-size:14px}.commerce-purchase-panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:26px;margin-top:18px;padding:30px}.commerce-purchase-panel>header{justify-content:space-between;align-items:end;gap:24px;display:flex}.commerce-purchase-panel>header>div:first-child>span{color:var(--brand);letter-spacing:.15em;font-size:10px;font-weight:850}.commerce-purchase-panel h1{margin:7px 0 5px;font-size:clamp(27px,3vw,38px)}.commerce-purchase-panel header p{color:var(--muted);margin:0;font-size:12px}.commerce-plan-tabs{border:1px solid var(--line);background:var(--bg-raised);border-radius:14px;padding:4px;display:flex}.commerce-plan-tabs button{min-height:40px;color:var(--muted);background:0 0;border-radius:10px;align-items:center;gap:7px;padding:0 15px;font-size:12px;font-weight:800;display:flex}.commerce-plan-tabs>a{min-height:40px;color:var(--muted);align-items:center;padding:0 12px;font-size:11px;font-weight:750;display:flex}.commerce-plan-tabs>a:hover{color:var(--brand)}.commerce-plan-tabs button.active{background:var(--surface);color:var(--brand);box-shadow:0 4px 16px #0000000f}.commerce-plan-tabs svg{width:16px;height:16px}.commerce-client-notice{min-height:34px;color:var(--brand);margin:8px 0 2px;padding-top:12px;font-size:12px}.commerce-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.commerce-plan-card{border:1px solid var(--line);background:radial-gradient(circle at 100% 0, var(--brand-soft), transparent 38%), var(--bg-raised);border-radius:20px;flex-direction:column;align-items:flex-start;min-height:274px;padding:22px;display:flex}.commerce-plan-icon{background:var(--brand-soft);width:38px;height:38px;color:var(--brand);border-radius:12px;place-items:center;display:grid}.commerce-plan-icon svg{width:19px;height:19px}.commerce-plan-card h2{margin:16px 0 6px;font-size:18px}.commerce-plan-card p{min-height:38px;color:var(--muted);margin:0;font-size:10px;line-height:1.7}.commerce-plan-card>strong{color:var(--brand);margin-top:18px;font-size:28px}.commerce-plan-card>small{color:var(--muted);margin:3px 0 17px;font-size:9px}.commerce-plan-card .primary-button{width:100%;margin-top:auto}.commerce-plan-card .primary-button:disabled{cursor:not-allowed;filter:grayscale(.5);opacity:.55}.commerce-history-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.commerce-client-section{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:22px;overflow:hidden}.commerce-client-section>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:64px;padding:0 20px;display:flex}.commerce-client-section>header span{align-items:center;gap:8px;font-size:14px;font-weight:850;display:flex}.commerce-client-section>header svg{width:17px;color:var(--brand)}.commerce-client-section>header small{color:var(--muted);font-size:10px}.commerce-order-list article{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;min-height:70px;padding:12px 20px;display:flex}.commerce-order-list article:last-child{border-bottom:0}.commerce-order-list article>span{gap:4px;min-width:0;display:grid}.commerce-order-list article>span:last-child{text-align:right;flex:none}.commerce-order-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.commerce-order-list small{color:var(--muted);font-size:9px}.commerce-order-list b{font-size:12px}.commerce-order-list b.positive{color:#2fa36b}.commerce-empty{min-height:120px;color:var(--muted);place-items:center;margin:0;font-size:12px;display:grid}.commerce-sign-in{text-align:center;align-content:center;place-items:center;gap:10px;min-height:70vh;display:grid}.commerce-sign-in>svg{width:46px;height:46px;color:var(--brand)}.commerce-sign-in h1,.commerce-sign-in p{margin:0}.commerce-sign-in p{color:var(--muted)}.commerce-sign-in .primary-button{margin-top:12px}.commerce-dialog-backdrop{z-index:90;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000009e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.commerce-dialog{background:var(--surface);border-radius:24px;width:min(100%,470px);padding:32px;position:relative;box-shadow:0 28px 80px #00000059}.commerce-dialog-close{background:var(--bg-raised);width:34px;height:34px;color:var(--muted);border-radius:50%;place-items:center;display:grid;position:absolute;top:16px;right:16px}.commerce-dialog-close svg{width:16px}.commerce-dialog-icon{background:var(--brand-soft);width:48px;height:48px;color:var(--brand);border-radius:15px;place-items:center;display:grid}.commerce-dialog-icon svg{width:22px}.commerce-dialog h2{margin:18px 0 8px;font-size:22px}.commerce-dialog p{color:var(--muted);margin:0;font-size:12px;line-height:1.75}.commerce-dialog ul{background:var(--bg-raised);border-radius:14px;gap:9px;margin:20px 0;padding:14px;list-style:none;display:grid}.commerce-dialog li{color:var(--muted);align-items:center;gap:8px;font-size:11px;display:flex}.commerce-dialog li svg{color:#2fa36b;width:14px}.commerce-dialog>div:last-child{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.profile-page{padding-block:34px 92px}.profile-hero-card{border:1px solid var(--line);background:radial-gradient(circle at 82% 6%, var(--brand-soft), transparent 32%), linear-gradient(145deg, var(--surface), var(--bg-raised));min-height:220px;box-shadow:var(--shadow);border-radius:28px;grid-template-columns:86px minmax(0,1fr) auto;align-items:center;gap:24px;padding:34px;display:grid}.profile-avatar{background:var(--brand-soft);width:86px;height:86px;color:var(--brand);border:2px solid #ff5c9f47;border-radius:50%;place-items:center;font-size:28px;font-weight:900;display:grid}.profile-hero-card p,.profile-subpage-heading p{color:var(--brand);letter-spacing:.16em;margin:0 0 8px;font-size:10px;font-weight:850}.profile-hero-card h1,.profile-subpage-heading h1{letter-spacing:-.045em;margin:0;font-size:clamp(30px,4vw,48px)}.profile-hero-card span:not(.profile-avatar),.profile-subpage-heading span{color:var(--muted);margin-top:9px;font-size:12px;display:block}.profile-status-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.profile-status-grid>:is(a,button){border:1px solid var(--line);background:var(--surface);min-height:152px;color:inherit;font:inherit;text-align:left;cursor:pointer;border-radius:20px;align-content:space-between;gap:10px;padding:20px;display:grid}.profile-status-grid svg{width:24px;height:24px;color:var(--brand)}.profile-status-grid span{color:var(--muted);font-size:11px}.profile-status-grid strong{letter-spacing:-.02em;font-size:22px}.profile-status-grid small{color:var(--faint);font-size:10px}.profile-shortcut-list{border:1px solid var(--line);background:var(--surface);border-radius:20px;margin-top:18px;overflow:hidden}.profile-shortcut-list :is(a,button){width:100%;min-height:74px;color:inherit;text-align:left;background:0 0;border:0;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:14px;padding:0 20px;display:grid}.profile-shortcut-list :is(a,button)+:is(a,button){border-top:1px solid var(--line)}.profile-shortcut-list svg{width:22px;height:22px;color:var(--brand)}.profile-shortcut-list span{gap:5px;display:grid}.profile-shortcut-list strong{font-size:14px}.profile-shortcut-list small{color:var(--muted);font-size:10px}.profile-subpage-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px;display:flex}.profile-subpage-heading h1{align-items:center;gap:10px;display:flex}.profile-subpage-heading h1 svg{width:34px;height:34px;color:var(--brand)}.profile-filter-row{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.profile-filter-row a{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:999px;padding:8px 14px;font-size:12px;font-weight:700}.profile-filter-row a.active{background:var(--brand-soft);color:var(--brand);border-color:#ff5c9f47}.profile-record-list{gap:12px;display:grid}.profile-record-toast{z-index:1300;bottom:max(32px, env(safe-area-inset-bottom));color:#fff;text-align:center;background:#181418eb;border-radius:10px;width:max-content;max-width:calc(100vw - 32px);padding:11px 16px;font-size:13px;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000047}.profile-record-card{border:1px solid var(--line);background:var(--surface);border-radius:20px;grid-template-columns:180px minmax(0,1fr) auto;align-items:center;gap:18px;min-height:136px;padding:14px;display:grid}.profile-record-cover{aspect-ratio:16/9;background:var(--surface-soft);border-radius:14px;width:180px;display:block;position:relative;overflow:hidden}.profile-record-cover img{object-fit:cover}.profile-record-copy{gap:8px;min-width:0;display:grid}.profile-record-copy>span{color:var(--brand);font-size:10px;font-weight:750}.profile-record-copy>a{text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:820;overflow:hidden}.profile-record-copy p{color:var(--muted);margin:0;font-size:12px}.profile-progress{background:var(--line-strong);border-radius:999px;width:min(260px,100%);height:4px;display:block;overflow:hidden}.profile-progress:before{width:var(--progress);border-radius:inherit;background:linear-gradient(90deg, var(--brand), var(--violet));content:"";height:100%;display:block}.profile-record-actions{gap:8px;min-width:76px;display:grid}.profile-record-actions a,.profile-record-actions button,.support-composer button{background:var(--brand);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:5px;min-height:34px;padding:0 12px;font-size:11px;font-weight:760;display:inline-flex}.profile-record-actions button{border:1px solid var(--line);background:var(--surface);color:var(--muted)}.profile-empty-card{border:1px solid var(--line);background:var(--surface);text-align:center;border-radius:20px;align-content:center;place-items:center;min-height:280px;display:grid}.profile-empty-card h2{margin:0 0 8px;font-size:22px}.profile-empty-card p{color:var(--muted);margin:0;font-size:12px}.support-workspace{grid-template-columns:minmax(240px,.42fr) minmax(0,1fr);gap:14px;display:grid}.support-feedback-layout{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);align-items:start;gap:24px;display:grid}.support-feedback-form,.support-feedback-history{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:24px}.support-feedback-form{gap:10px;display:grid}.support-feedback-form label{font-weight:700}.support-feedback-form select,.support-feedback-form textarea{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);font:inherit;border-radius:12px;padding:12px}.support-feedback-form textarea{resize:vertical}.support-feedback-count{text-align:right;color:var(--muted);font-size:13px}.support-feedback-notice{color:var(--accent);margin:0;font-weight:600}.support-feedback-form .primary-button{justify-content:center;align-items:center;gap:8px;min-height:48px;display:flex}.support-feedback-form .primary-button svg,.support-feedback-history h2 svg{width:20px}.support-feedback-history h2{align-items:center;gap:8px;margin:0 0 16px;display:flex}.support-feedback-history>button{border:0;border-bottom:1px solid var(--line);width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.support-feedback-history>button span{gap:4px;display:grid}.support-feedback-history small,.support-feedback-history em,.support-feedback-empty{color:var(--muted);font-style:normal}.support-feedback-history em{color:var(--accent)}.support-feedback-modal{z-index:1000;background:#00000080;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.support-feedback-modal article{background:var(--panel);width:min(520px,100%);max-height:80vh;color:var(--text);border-radius:20px;padding:28px;position:relative;overflow:auto}.support-feedback-modal h3{margin:22px 0 8px}.support-feedback-close{background:var(--surface);width:44px;height:44px;color:var(--text);cursor:pointer;border:0;border-radius:50%;font-size:28px;position:absolute;top:12px;right:12px}@media (max-width:760px){.support-feedback-layout{grid-template-columns:1fr}.support-feedback-form,.support-feedback-history{border-radius:16px;padding:18px}}.support-topic-panel,.support-chat-panel{border:1px solid var(--line);background:var(--surface);border-radius:20px}.support-topic-panel{align-content:start;gap:8px;padding:12px;display:grid}.support-topic-panel button{color:var(--text);text-align:left;background:0 0;border:1px solid #0000;border-radius:14px;gap:6px;padding:14px;display:grid}.support-topic-panel button.active,.support-topic-panel button:hover{background:var(--brand-soft);border-color:#ff5c9f40}.support-topic-panel strong{font-size:13px}.support-topic-panel span{color:var(--muted);font-size:10px;line-height:1.55}.support-chat-panel{grid-template-rows:minmax(0,1fr) auto;min-height:520px;display:grid}.support-chat-log{flex-direction:column;gap:10px;padding:18px;display:flex;overflow-y:auto}.support-chat-log p{background:var(--surface-soft);max-width:min(520px,82%);color:var(--text);border-radius:15px;margin:0;padding:12px 14px;font-size:12px;line-height:1.65}.support-chat-log p.from-user{background:var(--brand);color:#fff;align-self:flex-end}.support-composer{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px;display:grid}.support-composer input{border:1px solid var(--line);background:var(--bg-raised);min-height:42px;color:var(--text);border-radius:13px;outline:0;padding-inline:14px}.support-composer button:disabled{cursor:not-allowed;opacity:.55}.dialog-backdrop{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#040306b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.download-dialog{border:1px solid var(--line-strong);background:radial-gradient(circle at top, var(--brand-soft), transparent 46%), var(--surface);text-align:center;border-radius:26px;width:min(430px,100%);padding:36px;animation:.18s ease-out both dialog-in;position:relative;box-shadow:0 30px 100px #00000073}.dialog-close{width:36px;height:36px;color:var(--muted);background:0 0;border-radius:50%;place-items:center;display:grid;position:absolute;top:13px;right:13px}.dialog-close:hover{background:var(--surface-hover);color:var(--text)}.dialog-close svg{width:18px;height:18px}.dialog-icon{background:linear-gradient(145deg, var(--brand), var(--violet));color:#fff;border-radius:22px;place-items:center;width:66px;height:66px;margin:0 auto 20px;display:grid;box-shadow:0 14px 32px #ff3e8c38}.dialog-icon svg{width:28px;height:28px}.download-dialog h2{letter-spacing:-.03em;margin:10px 0;font-size:24px}.download-dialog p{color:var(--muted);margin:0;font-size:12px;line-height:1.75}.full-button{width:100%;margin-top:24px}.text-button{color:var(--muted);background:0 0;margin-top:13px;font-size:11px}@keyframes dialog-in{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.feed-page{--feed-surface-drag-x:0px;--feed-surface-commit-x:0px;--feed-surface-drag-progress:0;--feed-surface-preview-x:0px;overscroll-behavior-x:contain;color:#fff;isolation:isolate;background:#050407;height:100dvh;overflow:hidden}.feed-surface-preview{z-index:0;color:#fff;opacity:0;pointer-events:none;width:min(520px,100%);height:100dvh;transform:translate3d(var(--feed-surface-preview-x), 0, 0) scale(.975);background:#111017;margin:auto;position:fixed;inset:0;overflow:hidden;box-shadow:0 28px 80px #00000070}.feed-surface-preview__artwork{position:absolute;inset:0;overflow:hidden}.feed-surface-preview__artwork img{object-fit:cover;filter:blur(16px)brightness(.48)saturate(1.14);transform:scale(1.09)}.feed-surface-preview:after{content:"";background:linear-gradient(#05040733,#050407c7),radial-gradient(circle at 50% 42%,#0000 0 26%,#05040794 78%);position:absolute;inset:0}.feed-surface-preview__copy{z-index:1;gap:7px;display:grid;position:absolute;bottom:148px;left:28px;right:28px}.feed-surface-preview__copy span{color:#ff9abe;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#08070a5c;border:1px solid #ffffff29;border-radius:999px;width:fit-content;padding:5px 9px;font-size:10px;font-weight:800}.feed-surface-preview__copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:clamp(22px,3vw,34px);line-height:1.16;overflow:hidden}.feed-surface-preview__copy small{color:#ffffffa8;font-size:12px}.feed-scroller{z-index:1;position:relative}.feed-page--surface-dragging .feed-scroller,.feed-page--surface-dragging .feed-header,.feed-page--surface-dragging .feed-control-surface{translate:var(--feed-surface-drag-x) 0;will-change:translate;transition:none}.feed-page--surface-settling .feed-scroller,.feed-page--surface-settling .feed-header,.feed-page--surface-settling .feed-control-surface{will-change:translate;transition:translate .3s cubic-bezier(.2,.9,.26,1.12);translate:0}.feed-page--surface-committing .feed-scroller,.feed-page--surface-committing .feed-header,.feed-page--surface-committing .feed-control-surface{translate:var(--feed-surface-commit-x) 0;will-change:translate;transition:translate .26s cubic-bezier(.38,.02,.78,.3)}.feed-page--surface-dragging .feed-surface-preview{opacity:var(--feed-surface-drag-progress);transform:translate3d(var(--feed-surface-preview-x), 0, 0) scale(.985);transition:opacity 90ms ease-out,transform 90ms ease-out}.feed-page--surface-settling .feed-surface-preview{opacity:0;transform:translate3d(var(--feed-surface-preview-x), 0, 0) scale(.975);transition:opacity .22s ease-in,transform .3s cubic-bezier(.2,.9,.26,1.12)}.feed-page--surface-committing .feed-surface-preview{opacity:1;transition:opacity .18s ease-out,transform .26s ease-out;transform:translate(0,0)scale(1)}.feed-header{z-index:20;width:min(520px,100%);height:68px;padding:max(10px, env(safe-area-inset-top)) 13px 0;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;display:grid;position:fixed;top:0;left:50%;transform:translate(-50%)}.feed-header .brand-mark{width:34px;height:34px}.feed-header-back{color:inherit;background:0 0;border:0}.feed-collection-indicator{text-align:center;min-width:0}.feed-collection-indicator span,.feed-collection-indicator b{display:block}.feed-collection-indicator button{min-width:0;color:inherit;text-align:inherit;background:0 0;border:0;padding:0}.feed-collection-indicator span{font-size:13px;font-weight:800}.feed-collection-indicator b{color:#ffffffa3;margin-top:2px;font-size:10px;font-weight:500}.feed-header nav,.feed-tabs{justify-content:center;gap:18px;display:flex}.feed-query-state .feed-tabs{top:max(10px, env(safe-area-inset-top));position:absolute;left:0;right:0}.feed-query-state .feed-tabs button{background:0 0;border-radius:0;min-height:0;padding:8px 2px}.feed-header nav button,.feed-tabs button{color:#ffffff94;background:0 0;padding:8px 2px;font-size:13px;position:relative}.feed-header nav button.active,.feed-tabs button.active{color:#fff;font-weight:800}.feed-header nav button.active:after,.feed-tabs button.active:after{background:var(--brand);content:"";border-radius:999px;height:3px;position:absolute;bottom:0;left:4px;right:4px}.feed-sound{color:#fff;background:#00000052;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.feed-sound svg{width:17px;height:17px}.feed-scroller{scroll-snap-type:y mandatory;scrollbar-width:none;overscroll-behavior-y:contain;width:min(520px,100%);height:100%;margin:auto;overflow-y:auto}.feed-scroller::-webkit-scrollbar{display:none}.feed-page--collection .feed-scroller{animation:.3s cubic-bezier(.22,.9,.26,1.08) both feed-collection-surface-in}@keyframes feed-collection-surface-in{0%{opacity:0;transform:translate(28px)scale(.985)}72%{opacity:1;transform:translate(-2px)scale(1.003)}to{opacity:1;transform:translate(0)scale(1)}}.feed-item{scroll-snap-align:start;scroll-snap-stop:always;background:#0b0a0d;height:100dvh;position:relative;overflow:hidden}.feed-item video{object-fit:contain;cursor:pointer;width:100%;height:100%}.feed-xg-player,.feed-playback-cover{background-color:#050407;width:100%;height:100%;position:absolute;inset:0}.platform-xg-player--feed :is(xg-trigger,xg-start,xg-mini-layer,.xgplayer-controls,.xg-spot-info){display:none!important}.feed-playback-cover{background-position:50%;background-repeat:no-repeat;background-size:contain}.feed-gesture-layer{z-index:2;cursor:pointer;touch-action:pan-y;-webkit-tap-highlight-color:transparent;position:absolute;inset:0}.feed-gesture-layer:focus-visible{outline:2px solid var(--brand);outline-offset:-4px}.feed-gesture-heart{z-index:7;width:96px;height:96px;color:var(--brand);filter:drop-shadow(0 8px 18px #0000008c);pointer-events:none;animation:.62s ease-out both feed-heart-pop;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes feed-heart-pop{0%{opacity:0;transform:translate(-50%,-50%)scale(.35)}35%{opacity:1;transform:translate(-50%,-50%)scale(1.12)}to{opacity:0;transform:translate(-50%,-65%)scale(.9)}}.feed-query-state{text-align:center;align-content:center;place-items:center;gap:16px;display:grid}.feed-query-state>svg{width:36px;height:36px;color:var(--brand)}.feed-query-state button,.feed-notice{background:var(--brand);color:#fff;border-radius:999px;align-items:center;gap:7px;min-height:44px;padding:0 16px;display:inline-flex}.feed-next-loading{z-index:28;right:16px;bottom:calc(68px + env(safe-area-inset-bottom));color:#fff;pointer-events:none;background:#0000008c;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:10px;display:flex;position:fixed}.feed-next-loading svg{width:14px;height:14px}.feed-feedback-backdrop{z-index:70;background:#0000008a;align-items:end;display:grid;position:fixed;inset:0}.feed-episode-picker-backdrop{z-index:72;background:#0000008a;align-items:end;display:grid;position:fixed;inset:0}.feed-episode-picker{width:min(520px,100%);max-height:min(68dvh,620px);padding:18px 16px calc(18px + env(safe-area-inset-bottom));color:#fff;background:#18161d;border:1px solid #ffffff1f;border-bottom:0;border-radius:24px 24px 0 0;margin:0 auto;animation:.3s cubic-bezier(.22,.9,.26,1.14) both feed-detail-drawer-in;overflow:hidden;box-shadow:0 -18px 48px #00000061}.feed-episode-picker header{justify-content:space-between;align-items:flex-start;gap:14px;padding:0 4px 14px;display:flex}.feed-episode-picker header span{color:#ffffff80;font-size:10px;display:block}.feed-episode-picker header strong{margin-top:4px;font-size:15px;display:block}.feed-episode-picker header button{color:#ffffffc7;background:#ffffff1a;border-radius:10px;min-height:32px;padding:0 10px;font-size:11px}.feed-episode-picker__list{gap:7px;max-height:min(48dvh,460px);padding:2px 2px 4px;display:grid;overflow-y:auto}.feed-episode-picker__list button{color:#fff;text-align:left;background:#ffffff0b;border:1px solid #ffffff14;border-radius:14px;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:8px;min-height:54px;padding:10px 12px;display:grid}.feed-episode-picker__list button.active{background:#ed4c8821;border-color:#ed4c88c2}.feed-episode-picker__list b{color:#ffffffc2;font-size:11px}.feed-episode-picker__list span{color:#fffffff0;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.feed-feedback-sheet{width:min(520px,100%);padding:18px 16px calc(18px + env(safe-area-inset-bottom));background:#1a181e;border-radius:22px 22px 0 0;margin:0 auto;display:grid;box-shadow:0 -18px 50px #00000057}.feed-feedback-sheet strong{color:#ffffff9e;padding:5px 8px 12px;font-size:12px}.feed-feedback-sheet button{color:#fff;text-align:left;background:0 0;border-top:1px solid #ffffff14;min-height:50px}.feed-feedback-sheet button:disabled{opacity:.38}.feed-favorite-login-sheet p{color:#ffffffb3;margin:-4px 8px 14px;font-size:13px;line-height:1.55}.feed-favorite-login-sheet a{background:var(--brand);color:#fff;border-radius:12px;place-items:center;min-height:48px;font-weight:700;display:grid}.feed-favorite-login-sheet button{text-align:center}.feed-notice{z-index:80;bottom:calc(72px + env(safe-area-inset-bottom));background:#16141aeb;border:1px solid #ffffff26;max-width:calc(100% - 32px);font-size:11px;position:fixed;left:50%;transform:translate(-50%)}.feed-playback-gate{color:#fff;background-position:50%;background-size:cover;place-items:center;padding:24px;display:grid;position:absolute;inset:0}.feed-playback-gate:before{content:"";-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050408c7;position:absolute;inset:0}.feed-playback-gate>div{z-index:2;text-align:center;justify-items:center;gap:12px;max-width:420px;display:grid;position:relative}.feed-playback-gate svg{width:40px;height:40px;color:var(--brand)}.feed-playback-gate span,.feed-playback-gate small{color:#ffffffb8;font-size:12px}.feed-empty{text-align:center;place-items:center;padding:32px;display:grid}.feed-empty strong{font-size:20px}.feed-empty p{color:#ffffff9e;margin:8px 0 0}.feed-shade{pointer-events:none;background:linear-gradient(#00000080,#0000 25%),linear-gradient(#0000 45%,#000000eb),linear-gradient(90deg,#0003,#0000 48%);position:absolute;inset:0}.feed-danmaku-layer{z-index:3;top:calc(70px + env(safe-area-inset-top));pointer-events:none;contain:layout paint;height:38%;position:absolute;left:16px;right:76px;overflow:hidden}.feed-danmaku-layer span{color:#fff;text-overflow:ellipsis;text-shadow:0 2px 6px #000;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);will-change:transform;background:#0d0b1170;border:1px solid #ffffff1f;border-radius:999px;width:max-content;max-width:min(72vw,460px);padding:5px 10px;font-size:12px;line-height:1.25;animation-name:feed-danmaku-travel;animation-timing-function:linear;animation-fill-mode:both;display:block;position:absolute;left:100%;overflow:hidden;box-shadow:0 4px 14px #0003}.feed-danmaku-layer[data-paused=true] span{animation-play-state:paused}@keyframes feed-danmaku-travel{0%{opacity:.94;transform:translate(0,0)}94%{opacity:.94}to{opacity:0;transform:translate(calc(-100vw - 100%))}}.feed-copy{z-index:3;right:78px;bottom:calc(84px + env(safe-area-inset-bottom));text-shadow:0 2px 10px #000000bf;position:absolute;left:18px}.feed-copy strong{font-size:12px}.feed-copy h1{letter-spacing:-.03em;margin:9px 0 5px;font-size:24px}.feed-copy p{color:#ffffffd1;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:11px;line-height:1.6;display:-webkit-box;overflow:hidden}.feed-copy a{background:#00000040;border:1px solid #ffffff40;border-radius:8px;margin-top:12px;padding:6px 9px;font-size:9px;display:inline-flex}.feed-actions{z-index:4;right:13px;bottom:calc(90px + env(safe-area-inset-bottom));justify-items:center;gap:16px;display:grid;position:absolute}.feed-actions button,.feed-actions a{color:#fff;text-shadow:0 2px 8px #000;background:0 0;justify-items:center;gap:4px;min-width:48px;font-size:8px;display:grid}.feed-actions button.active{color:var(--brand)}.feed-actions button:disabled{opacity:.72}.feed-actions svg{filter:drop-shadow(0 2px 6px #0000008c);width:28px;height:28px}.feed-next-hint{z-index:4;color:#ffffff94;width:22px;height:22px;animation:1.6s ease-in-out infinite feed-hint;position:absolute;bottom:53px;left:50%;transform:translate(-50%)}.feed-bottom-nav{z-index:20;width:min(520px,100%);min-height:calc(54px + env(safe-area-inset-bottom));padding:5px 20px env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050407d1;border-top:1px solid #ffffff1a;grid-template-columns:repeat(3,1fr);align-items:start;display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.feed-bottom-nav a,.feed-bottom-nav>span{color:#ffffff8f;flex-direction:column;justify-content:center;align-items:center;gap:2px;height:44px;font-size:8px;display:flex}.feed-bottom-nav a.active{color:#fff}.feed-bottom-nav svg{width:20px;height:20px}.feed-nav-play{background:linear-gradient(135deg, var(--brand), var(--violet));color:#fff;border-radius:7px;place-items:center;width:32px;height:21px;font-size:9px;display:grid}@keyframes feed-hint{0%,to{opacity:.35;transform:translate(-50%,-3px)}50%{opacity:.85;transform:translate(-50%,3px)}}.status-page{text-align:center;align-content:center;place-items:center;min-height:100dvh;padding:32px;display:grid}.status-page>svg{width:52px;height:52px;color:var(--brand);margin-bottom:22px}.status-page h1{letter-spacing:-.05em;margin:12px 0 8px;font-size:clamp(32px,5vw,56px)}.status-page p{color:var(--muted);margin:0;font-size:13px}.status-page small{color:var(--faint);margin-top:8px}.status-page>div{gap:10px;margin-top:24px;display:flex}.loading-page{min-height:100dvh}.loading-hero{height:540px}.loading-grid{grid-template-columns:repeat(4,1fr);gap:20px;padding-block:44px;display:grid}.loading-card{aspect-ratio:16/10;border-radius:var(--radius-md)}.shimmer{background:linear-gradient(100deg, transparent 35%, #ffffff0d, transparent 65%), var(--surface);background-size:200% 100%;animation:1.3s linear infinite shimmer}@keyframes shimmer{to{background-position-x:-200%}}@media (min-width:1440px){.channel-content{grid-template-columns:minmax(0,1fr) 320px;gap:28px}.content-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1160px){.site-header-main{grid-template-columns:auto minmax(220px,1fr) auto}.desktop-navigation{display:none}.search-box{width:100%}.channel-content{grid-template-columns:minmax(0,1fr) 280px}.content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rewards-layout{grid-template-columns:1fr}.commerce-account-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-account-strip>div:nth-child(2){border-right:0}.commerce-account-strip .commerce-simulator-note{border-top:1px solid var(--line);grid-column:1/-1}.related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:860px){.shell{width:min(100% - 32px,720px)}.auth-dialog{grid-template-columns:1fr;max-height:calc(100dvh - 72px);overflow-y:auto}.auth-qr-pane{border-bottom:1px solid #ece8ed;border-right:0;min-height:auto;padding:30px 28px 24px}.auth-qr-pane p{max-width:none}.auth-dialog .auth-panel{margin:0}.auth-page{grid-template-columns:1fr;padding-block:28px 86px}.auth-intro{min-height:auto;padding:32px}.mobile-channel-nav{scrollbar-width:none;align-items:stretch;gap:4px;height:42px;padding-inline:16px;display:flex;overflow-x:auto}.mobile-channel-nav::-webkit-scrollbar{display:none}.mobile-channel-nav a{min-width:57px;color:var(--muted);place-items:center;font-size:12px;display:grid;position:relative}.mobile-channel-nav a.active{color:var(--brand);font-weight:800}.mobile-channel-nav a.active:after{background:var(--brand);content:"";border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:14px;right:14px}.category-bar{top:114px}.channel-content{display:block}.trending-panel{margin-top:50px}.trending-panel ol{grid-template-columns:repeat(2,1fr)}.detail-description{grid-template-columns:1fr;gap:26px}.rewards-page{padding-top:22px}.rewards-hero{grid-template-columns:1fr;gap:24px;padding:30px}.wallet-balance-card{min-height:145px}.commerce-purchase-panel>header{flex-direction:column;align-items:flex-start}.commerce-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-history-grid{grid-template-columns:1fr}}@media (max-width:620px){html{scroll-padding-top:156px}.shell{width:100%}.site-header-main{grid-template-columns:auto minmax(0,1fr) auto;gap:8px;min-height:58px;padding-inline:12px}.brand-mark{width:36px;height:36px}.brand-name{display:none}.search-box{height:38px}.search-box input{font-size:11px}.header-actions .icon-button{display:none}.header-auth-link{width:38px;height:38px;padding:0}.header-auth-link span{display:none}.app-button{width:38px;height:38px;padding:0}.app-button span{display:none}.category-bar{top:100px}.auth-dialog-backdrop{padding:12px}.auth-dialog{border-radius:8px;max-height:calc(100dvh - 24px)}.auth-qr-pane{padding:26px 20px 18px}.auth-qr-pane h2,.auth-intro h1{font-size:22px}.auth-dialog .auth-panel,.auth-panel,.auth-account-card{border-radius:22px;padding:22px}.auth-dialog .auth-panel{border-radius:0;margin:0}.auth-panel-modern{min-height:auto}.auth-login-tabs button{font-size:13px}.auth-input-row,.auth-input-row-with-action{grid-template-columns:58px minmax(0,1fr)}.auth-input-row-with-action button{border-top:1px solid #f0ebf0;grid-column:1/-1;justify-content:center;min-height:38px}.auth-page{padding:18px 12px 92px}.auth-intro{border-radius:24px;padding:24px}.category-bar-inner{min-height:42px;padding-inline:12px}.category-bar a{padding:6px 11px;font-size:10px}.hero{min-height:450px}.hero-image{object-position:63% center}.hero-overlay{background:linear-gradient(90deg, #07060bd1, #07060b33), linear-gradient(0deg, var(--bg) 0%, #07060b38 45%, transparent 72%)}.hero-copy{align-items:end;padding:50px 16px 78px}.hero-copy>div{width:100%}.channel-title{font-size:12px}.hero h1{font-size:48px}.hero-subtitle{font-size:14px}.hero-stats{margin-top:17px;font-size:10px}.hero-actions{margin-top:22px}.primary-button,.ghost-button,.secondary-button{border-radius:12px;min-height:42px}.channel-content{margin-top:-30px;padding:0 12px 64px}.section-heading{align-items:end;margin-bottom:16px}.section-heading h2{font-size:23px}.section-heading p,.section-heading>a{font-size:10px}.content-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 10px}.content-card-media{border-radius:12px}.card-badge{padding:4px 6px;font-size:7px;top:7px;left:7px}.play-hover{display:none}.card-meta{font-size:8px;bottom:6px;left:7px;right:7px}.content-card-copy{padding-top:8px}.content-card-copy>a{font-size:12px}.content-card-copy>div{margin-top:5px;font-size:8px}.trending-panel{border-radius:18px;margin-top:42px}.trending-panel ol{grid-template-columns:1fr}.site-footer{display:none}.mobile-site-nav{z-index:60;min-height:calc(58px + env(safe-area-inset-bottom));padding:5px 18px env(safe-area-inset-bottom);border-top:1px solid var(--line);background:var(--header-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:repeat(3,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-site-nav a{min-width:0;height:48px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:8px;display:flex}.mobile-site-nav a.active{color:var(--brand)}.mobile-site-nav a>svg{width:20px;height:20px}.detail-page{width:100%;padding:0 0 54px}.back-link{min-height:44px;margin:0;padding-inline:13px}.player-label{top:9px;right:9px}.app-unlock-button{width:calc(100% - 26px);margin:0 13px 13px}.detail-description{border-left:0;border-right:0;border-radius:0;margin-top:12px;padding:26px 14px}.detail-description h2{font-size:21px}.detail-description p{font-size:11px}.detail-description dl{justify-content:space-between;gap:12px}.related-section{padding:36px 12px 0}.download-dialog{width:100%;padding:34px 20px calc(20px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;align-self:end}.dialog-backdrop{align-items:end;padding:0}.loading-hero{height:450px}.loading-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:20px 12px}.rewards-page{padding:14px 12px 84px}.rewards-hero{border-radius:21px;min-height:0;padding:24px 18px}.rewards-hero h1{font-size:34px}.rewards-hero p{font-size:11px;line-height:1.6}.wallet-balance-card{border-radius:18px;min-height:132px;padding:19px}.wallet-balance-card strong{font-size:44px}.reward-section{border-radius:19px;padding:14px}.reward-section-heading{min-height:70px;display:block}.reward-section-heading h2{font-size:21px}.reward-section-heading small{padding-top:5px;display:block}.task-row{grid-template-columns:40px minmax(0,1fr) 64px;gap:8px;padding-inline:10px}.task-reward{display:none}.reward-catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.reward-card{min-height:205px;padding:13px}.reward-card footer{gap:8px;display:grid}.reward-card footer button{width:100%}.ledger-section{margin-top:12px}.reward-dialog-backdrop{align-items:end;padding:0}.reward-dialog{width:100%;padding:34px 20px calc(22px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}.rewards-sign-in{min-height:72vh;padding:24px}.commerce-client-page{padding:14px 12px 84px}.commerce-account-strip{border-radius:18px;grid-template-columns:1fr}.commerce-account-strip>div,.commerce-account-strip>div:nth-child(2){border-right:0;border-bottom:1px solid var(--line);min-height:94px;padding:16px}.commerce-account-strip>div:last-child{border-bottom:0}.commerce-account-strip .commerce-simulator-note{border-top:0;grid-column:auto}.commerce-purchase-panel{border-radius:19px;padding:20px 14px}.commerce-purchase-panel h1{font-size:29px}.commerce-plan-tabs{flex-wrap:wrap;width:100%}.commerce-plan-tabs button{flex:1;justify-content:center}.commerce-plan-tabs>a{border-top:1px solid var(--line);justify-content:center;width:100%}.commerce-plan-grid{grid-template-columns:1fr}.commerce-plan-card{border-radius:17px;min-height:248px}.commerce-history-grid{gap:10px}.commerce-client-section{border-radius:18px}.commerce-dialog-backdrop{align-items:end;padding:0}.commerce-dialog{width:100%;padding:32px 20px calc(20px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}.commerce-sign-in{min-height:72vh;padding:24px 16px 84px}.profile-page{padding:14px 12px 84px}.profile-hero-card{border-radius:21px;grid-template-columns:58px minmax(0,1fr);gap:14px;min-height:0;padding:20px 16px}.profile-avatar{width:58px;height:58px;font-size:20px}.profile-hero-card .secondary-button{grid-column:1/-1;width:100%}.profile-hero-card h1,.profile-subpage-heading h1{font-size:28px}.profile-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.profile-status-grid>:is(a,button){border-radius:17px;min-height:138px;padding:14px}.profile-shortcut-list{border-radius:17px}.profile-shortcut-list :is(a,button){grid-template-columns:34px minmax(0,1fr) 16px;gap:10px;min-height:68px;padding-inline:14px}.profile-subpage-heading{gap:14px;display:grid}.profile-subpage-heading .secondary-button{width:100%}.profile-filter-row{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.profile-filter-row::-webkit-scrollbar{display:none}.profile-filter-row a{flex:none;font-size:11px}.profile-record-card{border-radius:16px;grid-template-columns:112px minmax(0,1fr);gap:12px;padding:10px}.profile-record-cover{border-radius:12px;width:112px}.profile-record-copy>a{font-size:14px}.profile-record-copy p{font-size:10px}.profile-record-actions{grid-column:1/-1;grid-template-columns:repeat(2,1fr)}.support-workspace{grid-template-columns:1fr}.support-topic-panel{scrollbar-width:none;display:flex;overflow-x:auto}.support-topic-panel::-webkit-scrollbar{display:none}.support-topic-panel button{min-width:160px}.support-chat-panel{min-height:520px}.support-composer{grid-template-columns:1fr}}.interaction-panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);color:var(--text);box-shadow:var(--shadow);margin-top:26px;overflow:hidden}.interaction-panel__header{justify-content:space-between;align-items:center;gap:16px;padding:22px 24px 14px;display:flex}.interaction-panel__header h2{margin:5px 0 0;font-size:22px}.interaction-panel__header>button{background:var(--surface-soft);width:38px;height:38px;color:var(--text);border-radius:50%;place-items:center;display:grid}.interaction-panel__header svg{width:18px}.interaction-tabs{border-bottom:1px solid var(--line);gap:6px;padding:0 24px;display:flex}.interaction-tabs button{color:var(--muted);background:0 0;padding:12px 18px;font-size:14px;font-weight:750;position:relative}.interaction-tabs button.active{color:var(--brand)}.interaction-tabs button.active:after{background:var(--brand);content:"";border-radius:2px;height:2px;position:absolute;bottom:-1px;left:14px;right:14px}.interaction-compose{grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:18px 24px;display:grid}.interaction-compose textarea{resize:vertical;border:1px solid var(--line);background:var(--bg-raised);min-height:76px;color:var(--text);font:inherit;border-radius:14px;outline:0;padding:12px 14px;line-height:1.6}.interaction-compose textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.interaction-compose .primary-button{align-self:end}.interaction-compose .primary-button:disabled{cursor:not-allowed;filter:grayscale(.4);opacity:.5}.interaction-notice,.interaction-error{background:var(--brand-soft);color:var(--brand);border-radius:10px;margin:0 24px 14px;padding:10px 12px;font-size:13px}.interaction-error{color:#ff7d8f;background:#ff5a5a1c}.interaction-error a{color:inherit;margin-left:10px;font-weight:800}.interaction-list{border-top:1px solid var(--line);max-height:560px;padding:0 24px 12px;overflow-y:auto}.interaction-list>p{color:var(--muted);text-align:center;padding:28px 0}.interaction-item{border-bottom:1px solid var(--line);grid-template-columns:38px minmax(0,1fr);gap:12px;padding:18px 0;display:grid}.interaction-avatar{background:var(--brand-soft);width:38px;height:38px;color:var(--brand);border-radius:50%;place-items:center;font-weight:800;display:grid}.interaction-item header{align-items:center;gap:8px;display:flex}.interaction-item header strong{font-size:13px}.interaction-item header em{background:var(--brand-soft);color:var(--brand);border-radius:999px;padding:2px 7px;font-size:10px;font-style:normal;font-weight:800}.interaction-item header time{color:var(--violet);margin-left:auto;font-size:11px}.interaction-item p{margin:7px 0 5px;line-height:1.65}.interaction-item small{color:var(--faint)}.interaction-empty{min-height:160px;color:var(--muted);align-content:center;place-items:center;display:grid}.interaction-empty svg{width:30px;height:30px}.interaction-sheet-backdrop{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000009e;align-items:flex-end;display:flex;position:fixed;inset:0}.interaction-sheet{width:100%;max-height:min(78dvh,720px);overflow-y:auto}.interaction-panel--compact{box-shadow:none;border:0;border-radius:24px 24px 0 0;margin:0}@media (max-width:620px){.interaction-panel__header{padding:18px 16px 12px}.interaction-tabs{padding:0 12px}.interaction-compose{grid-template-columns:1fr;padding:14px 16px}.interaction-compose textarea{min-height:66px}.interaction-compose .primary-button{width:100%}.interaction-notice,.interaction-error{margin-left:16px;margin-right:16px}.interaction-list{padding:0 16px 10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.video-quality-control{z-index:4;position:absolute;top:14px;right:14px}.video-quality-control select{color:#fff;min-width:72px;height:32px;font:inherit;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#08080ab8;border:1px solid #ffffff4d;border-radius:999px;padding:0 26px 0 10px;font-size:13px;font-weight:700}.video-quality-control select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.operations-strip{border-bottom:1px solid var(--line,#ece8eb);background:#fff8fb}.operations-strip-inner{justify-content:space-between;align-items:center;gap:18px;min-height:38px;padding-block:6px;display:flex}.operations-notice,.operations-activity{color:#605a62;align-items:center;gap:8px;min-width:0;font-size:12px;display:flex}.operations-notice>svg,.operations-activity>svg{color:#ed4e8a;flex:none;width:15px;height:15px}.operations-notice strong{color:#343039;white-space:nowrap}.operations-notice>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.operations-notice>a,.operations-activity{color:#d9437c;white-space:nowrap;font-weight:700}.operations-notice>a{align-items:center;display:flex}.operations-notice>a svg,.operations-activity svg:last-child{width:14px}@media (max-width:720px){.operations-strip-inner{flex-direction:column;align-items:flex-start;gap:4px}.operations-notice>span{max-width:48vw}}.app-mobile-home,.app-mobile-profile,.app-mobile-subpage-bar{display:none}.desktop-channel-page,.desktop-profile-page{display:contents}.channel-home-config{padding-block:24px 88px}@media (max-width:620px){:root{--app-mobile-bg:#fff;--app-mobile-surface:#fff;--app-mobile-soft:#f8f7f8;--app-mobile-ink:#252529;--app-mobile-muted:#85858d;--app-mobile-divider:#eee6e9}:root[data-theme=dark]{--app-mobile-bg:#151517;--app-mobile-surface:#1d1d20;--app-mobile-soft:#242428;--app-mobile-ink:#fff;--app-mobile-muted:#a4a4ac;--app-mobile-divider:#ffffff1a}body{background:var(--app-mobile-bg)}.site-header,.secondary-desktop-header{display:none}.site-header.site-header--mobile-visible{display:block}.desktop-channel-page,.desktop-profile-page{display:none}.app-mobile-home,.app-mobile-profile{height:calc(100dvh - 48px - env(safe-area-inset-bottom));background:var(--app-mobile-bg);color:var(--app-mobile-ink);display:grid;overflow:hidden}.app-mobile-home{grid-template-rows:58px 47px minmax(0,1fr)}.app-mobile-home.app-mobile-header-hidden{grid-template-rows:0 47px minmax(0,1fr)}.mobile-home-topbar{background:var(--app-mobile-bg);grid-template-columns:42px minmax(0,1fr) 38px 38px;align-items:center;gap:4px;height:58px;padding:6px 8px 4px 14px;display:grid}:root[data-theme=dark] .mobile-home-topbar{background:var(--bg);color:var(--text)}.mobile-home-avatar{place-items:center;width:42px;height:42px;display:grid;position:relative}.mobile-home-avatar>span{color:#e84d88;background:#fff0f5;border:1px solid #f0c8d7;border-radius:50%;place-items:center;width:38px;height:38px;font-size:15px;font-weight:800;display:grid}:root[data-theme=dark] .mobile-home-avatar>span{color:#fff;background:#35343b;border-color:#53535b}.mobile-home-avatar i{border:2px solid var(--app-mobile-bg);color:#fff;background:#f05a93;border-radius:50%;place-items:center;width:16px;height:16px;display:grid;position:absolute;bottom:0;right:0}.mobile-home-avatar i svg{width:9px;height:9px}.mobile-home-topbar form{background:#f8f7f8;border:1px solid #eadde2;border-radius:20px;align-items:center;gap:9px;height:38px;padding:0 13px;display:flex}:root[data-theme=dark] .mobile-home-topbar form{background:#18181b;border-color:#575860}.mobile-home-topbar form svg{color:#77777f;flex:none;width:18px;height:18px}.mobile-home-topbar input{width:100%;min-width:0;color:var(--app-mobile-ink);background:0 0;border:0;outline:0;font-size:13px}.mobile-home-topbar input::placeholder{color:#77777f}.mobile-topbar-action{color:#66666e;background:0 0;place-items:center;width:38px;height:38px;display:grid;position:relative}:root[data-theme=dark] .mobile-topbar-action{color:#b4b5bc}.mobile-topbar-action>svg{width:22px;height:22px}.mobile-topbar-action em{color:#fff;background:#e86675;border-radius:8px;place-items:center;min-width:16px;height:16px;padding-inline:4px;font-size:9px;font-style:normal;font-weight:700;display:grid;position:absolute;top:-1px;right:-1px}.app-mobile-channels{border-bottom:1px solid var(--app-mobile-divider);background:var(--app-mobile-bg);scrollbar-width:none;grid-template-columns:repeat(6,minmax(54px,1fr));height:47px;display:grid;overflow-x:auto}.app-mobile-channels::-webkit-scrollbar{display:none}.app-mobile-filter-rail::-webkit-scrollbar{display:none}.app-mobile-poster-rail::-webkit-scrollbar{display:none}.app-mobile-channels a{color:var(--app-mobile-muted);place-items:center;font-size:15px;font-weight:500;display:grid;position:relative}.app-mobile-channels a.active{color:#f05a93;font-weight:700}.app-mobile-channels a.active:after{content:"";background:#f05a93;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:17px;right:17px}.app-mobile-channel-scroll{overscroll-behavior-y:contain;scrollbar-width:none;min-height:0;padding:2px 12px 24px;overflow-y:auto}.app-mobile-channel-scroll::-webkit-scrollbar{display:none}.app-mobile-hero{aspect-ratio:16/8.2;color:#fff;background:#101014;border-radius:5px;margin-top:2px;display:block;position:relative;overflow:hidden}.app-mobile-hero>img{object-fit:cover;object-position:center 35%}.app-mobile-hero>span{background:linear-gradient(#0000 34%,#07080ce6 100%);position:absolute;inset:0}.app-mobile-hero>div{gap:3px;display:grid;position:absolute;bottom:15px;left:16px;right:16px}.app-mobile-hero small{color:#f5a7c5;font-size:10px;font-weight:700}.app-mobile-hero strong{font-size:24px;font-weight:800;line-height:1.2}.app-mobile-hero p{color:#e6e6e9;text-overflow:ellipsis;white-space:nowrap;margin:1px 0 0;font-size:12px;overflow:hidden}.app-mobile-filter-rail{scrollbar-width:none;gap:7px;height:34px;margin-top:12px;display:flex;overflow-x:auto}.app-mobile-filter-rail a{background:var(--app-mobile-soft);height:32px;color:var(--app-mobile-muted);border-radius:4px;flex:none;align-items:center;padding:0 13px;font-size:11px;font-weight:500;display:flex}.app-mobile-filter-rail a.active{color:#e84d88;background:#fff0f5;font-weight:700}:root[data-theme=dark] .app-mobile-filter-rail a.active{background:#3a242d}.app-mobile-content-section{margin-top:12px}.app-mobile-content-section>header{align-items:start;min-height:43px;display:flex}.app-mobile-content-section>header h1,.app-mobile-content-section>h2{color:var(--app-mobile-ink);margin:0;font-size:17px;font-weight:700}.app-mobile-content-section>header p{color:var(--app-mobile-muted);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:9px;overflow:hidden}.app-mobile-content-section>h2{margin:6px 0 10px}.app-mobile-content-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px;display:grid}.app-mobile-content-card{min-width:0}.app-mobile-content-card>a{color:var(--app-mobile-ink);display:grid}.app-mobile-card-art{aspect-ratio:16/10;background:var(--app-mobile-soft);border-radius:4px;display:block;position:relative;overflow:hidden}.app-mobile-card-art>img{object-fit:cover}.app-mobile-card-art>i{background:linear-gradient(#0000 48%,#000000b8);position:absolute;inset:0}.app-mobile-card-art>small{color:#fff;align-items:center;gap:5px;font-size:8.5px;display:flex;position:absolute;bottom:6px;left:5px;right:5px}.app-mobile-card-art>small span{align-items:center;gap:1px;display:inline-flex}.app-mobile-card-art>small time{margin-left:auto}.app-mobile-card-art>small svg{width:10px;height:10px}.app-mobile-card-copy{grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:2px;padding-top:7px;display:grid}.app-mobile-card-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;line-height:1.35;overflow:hidden}.app-mobile-card-copy>svg{width:17px;height:17px}.app-mobile-card-copy small{color:var(--app-mobile-muted);text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;margin-top:1px;font-size:10px;overflow:hidden}.app-mobile-poster-rail{scrollbar-width:none;gap:9px;margin-top:8px;padding-bottom:6px;display:flex;overflow-x:auto}.app-mobile-poster-card{flex:0 0 112px;gap:3px;width:112px;display:grid}.app-mobile-poster-card img{object-fit:cover;border-radius:4px;width:112px;height:140px;margin-bottom:4px}.app-mobile-poster-card strong,.app-mobile-poster-card small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-mobile-poster-card strong{font-size:12px;font-weight:600}.app-mobile-poster-card small{color:var(--app-mobile-muted);font-size:9px}.app-mobile-hot-section ol{margin:0;padding:0;list-style:none}.app-mobile-hot-section li{border-bottom:1px solid var(--app-mobile-divider)}.app-mobile-hot-section li a{grid-template-columns:28px 112px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:90px;display:grid}.app-mobile-hot-section li b{color:var(--app-mobile-muted);font-size:20px}.app-mobile-hot-section li:nth-child(-n+3) b{color:#e84d88}.app-mobile-hot-section li img{object-fit:cover;border-radius:4px;width:112px;height:70px}.app-mobile-hot-section li span{gap:7px;min-width:0;display:grid}.app-mobile-hot-section li strong,.app-mobile-hot-section li small,.app-mobile-hot-section li em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-mobile-hot-section li strong{font-size:14px}.app-mobile-hot-section li small,.app-mobile-hot-section li em{color:var(--app-mobile-muted);font-size:10px;font-style:normal}.app-mobile-hot-section li>a>svg{width:18px;color:var(--app-mobile-muted)}.app-mobile-empty{min-height:52vh;color:var(--app-mobile-muted);align-content:center;place-items:center;gap:8px;display:grid}.app-mobile-empty svg{width:42px;height:42px}.app-mobile-empty strong{color:var(--app-mobile-ink);font-size:16px}.app-mobile-empty span{font-size:12px}.mobile-operations-backdrop{z-index:90;background:#0000007a;align-items:flex-end;display:flex;position:fixed;inset:0}.mobile-operations-sheet{width:100%;max-height:70dvh;padding:0 18px calc(20px + env(safe-area-inset-bottom));background:var(--app-mobile-surface);border-radius:14px 14px 0 0;animation:.18s ease-out dialog-in;overflow:hidden}.mobile-operations-sheet>header{border-bottom:1px solid var(--app-mobile-divider);justify-content:space-between;align-items:center;min-height:58px;display:flex}.mobile-operations-sheet>header span{align-items:center;gap:8px;display:inline-flex}.mobile-operations-sheet>header svg{color:#f05a93;width:19px;height:19px}.mobile-operations-sheet>header button{width:38px;height:38px;color:var(--app-mobile-muted);background:0 0;place-items:center;display:grid}.mobile-operations-list{max-height:calc(70dvh - 78px);overflow-y:auto}.mobile-operations-list>a,.mobile-operations-list>div{border-bottom:1px solid var(--app-mobile-divider);justify-content:space-between;align-items:center;gap:12px;min-height:70px;display:flex}.mobile-operations-list span{gap:5px;display:grid}.mobile-operations-list small{color:var(--app-mobile-muted);font-size:11px}.mobile-operations-list svg{width:18px;color:var(--app-mobile-muted)}.mobile-operations-empty{min-height:130px;color:var(--app-mobile-muted);place-items:center;margin:0;display:grid}.app-mobile-profile{grid-template-rows:50px minmax(0,1fr)}.app-mobile-profile-topbar{border-bottom:1px solid var(--app-mobile-divider);grid-template-columns:minmax(0,1fr) 42px 42px;align-items:center;gap:10px;height:50px;padding-left:16px;padding-right:10px;display:grid}.app-mobile-profile-topbar>strong{font-size:19px;font-weight:700}.app-mobile-profile-topbar>button,.app-mobile-profile-topbar .icon-button{width:42px;height:42px;color:var(--app-mobile-ink);background:0 0;place-items:center;padding:0;display:grid}.app-mobile-profile-topbar svg{width:21px;height:21px}.app-mobile-profile>main{min-height:0;padding:20px 14px 28px;overflow-y:auto}.app-mobile-profile-identity{grid-template-columns:58px minmax(0,1fr) 20px;align-items:center;gap:13px;display:grid}.app-mobile-profile-avatar{color:#e84d88;background:#fff0f5;border:2px solid #f0bfd1;border-radius:50%;place-items:center;width:58px;height:58px;font-size:20px;font-weight:800;display:grid}:root[data-theme=dark] .app-mobile-profile-avatar{color:#fff;background:#34343b;border-color:#666670}.app-mobile-profile-identity>span:nth-child(2){gap:6px;display:grid}.app-mobile-profile-identity strong{font-size:19px;font-weight:800}.app-mobile-profile-identity small,.app-mobile-profile-identity>svg{color:var(--app-mobile-muted)}.app-mobile-profile-identity small{font-size:11px}.app-mobile-profile-identity>svg{width:20px;height:20px}.app-mobile-session-card{background:#fff0f5;border-radius:8px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:66px;margin-top:14px;padding:12px 14px;display:grid}:root[data-theme=dark] .app-mobile-session-card{background:#242125}.app-mobile-session-card>svg{color:#e84d88;width:24px}.app-mobile-session-card>span{gap:2px;display:grid}.app-mobile-session-card strong{font-size:13px}.app-mobile-session-card small{color:var(--app-mobile-muted);font-size:11px}.app-mobile-session-card>a{color:#e84d88;font-size:12px;font-weight:700}.app-mobile-vip-card{background:#fff4f7;border:1px solid #f0cfda;border-radius:6px;align-items:center;gap:12px;min-height:70px;margin-top:22px;padding:13px 14px;display:flex}:root[data-theme=dark] .app-mobile-vip-card{background:#242125;border-color:#4a3b42}.app-mobile-vip-card>span{flex:1;gap:5px;min-width:0;display:grid}.app-mobile-vip-card strong{font-size:14px}.app-mobile-vip-card small{color:#8a747d;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.app-mobile-vip-card>a{color:#fff;background:#f05a93;border-radius:4px;place-items:center;min-width:54px;min-height:30px;padding-inline:14px;font-size:11px;display:grid}.app-mobile-coin-row{border-block:1px solid var(--app-mobile-divider);grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:8px;height:58px;margin-top:14px;padding-inline:4px;display:grid}.app-mobile-coin-row>span,.app-mobile-coin-row>a,.app-mobile-coin-row>button{color:var(--app-mobile-muted);font-size:10px}.app-mobile-coin-row>strong{font-size:19px;font-weight:800}.app-mobile-coin-row>a,.app-mobile-coin-row>button{font:inherit;background:0 0;border:0;align-items:center;padding:0;display:inline-flex}.app-mobile-coin-row svg{width:14px;height:14px}.app-mobile-profile-exp{border-bottom:1px solid var(--app-mobile-divider);color:inherit;padding:12px 4px 14px;text-decoration:none;display:block}.app-mobile-profile-exp-head{justify-content:space-between;align-items:baseline;margin-bottom:8px;display:flex}.app-mobile-profile-exp-head span{font-size:13px;font-weight:600}.app-mobile-profile-exp-head small{opacity:.65;font-size:11px}.app-mobile-profile-exp progress{border:none;border-radius:999px;width:100%;height:6px;overflow:hidden}.app-mobile-profile-exp progress::-webkit-progress-bar{background:var(--app-mobile-divider);border-radius:999px}.app-mobile-profile-exp progress::-webkit-progress-value{background:linear-gradient(90deg,#ff5c8a,#ff8f5c);border-radius:999px}.app-mobile-profile-exp progress::-moz-progress-bar{background:linear-gradient(90deg,#ff5c8a,#ff8f5c);border-radius:999px}.app-mobile-profile-shortcuts{border-bottom:1px solid var(--app-mobile-divider);grid-template-columns:repeat(4,1fr);gap:10px;padding:21px 4px 20px;display:grid}.app-mobile-profile-shortcuts a,.app-mobile-profile-shortcuts button{color:#55555d;font-size:10px;font:inherit;background:0 0;border:0;place-items:center;gap:8px;padding:0;display:grid;position:relative}.app-mobile-profile-shortcuts a>span,.app-mobile-profile-shortcuts button>span{text-align:center}.app-mobile-profile-shortcuts small{color:#c53867;text-overflow:ellipsis;white-space:nowrap;background:#fff0f5;border-radius:999px;max-width:72px;padding:2px 5px;font-size:8px;font-weight:700;line-height:1.1;position:absolute;top:-5px;left:calc(50% + 9px);overflow:hidden}:root[data-theme=dark] .app-mobile-profile-shortcuts a,:root[data-theme=dark] .app-mobile-profile-shortcuts button{color:#d9d9dd}:root[data-theme=dark] .app-mobile-profile-shortcuts small{color:#ffb8d0;background:#5d253c}.app-mobile-profile-shortcuts svg{width:23px;height:23px}.app-mobile-profile-sync-note{background:var(--app-mobile-soft);color:var(--app-mobile-muted);border-radius:6px;margin:14px 4px 0;padding:10px 12px;font-size:10px;line-height:1.65}.app-mobile-subpage-bar{z-index:55;border-bottom:1px solid var(--app-mobile-divider);background:var(--app-mobile-bg);height:50px;color:var(--app-mobile-ink);grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;display:grid;position:sticky;top:0}.app-mobile-subpage-bar>a,.app-mobile-subpage-bar>button{width:42px;height:42px;color:inherit;background:0 0;place-items:center;padding:0;display:grid}.app-mobile-subpage-bar>strong{text-overflow:ellipsis;white-space:nowrap;font-size:20px;font-weight:700;overflow:hidden}.app-mobile-subpage-bar svg{width:22px;height:22px}.profile-page.profile-subpage{width:100%;min-height:calc(100dvh - 98px - env(safe-area-inset-bottom));padding:8px 14px calc(28px + 48px + env(safe-area-inset-bottom));background:var(--app-mobile-bg)}.profile-subpage-heading{display:none}.profile-filter-row{gap:8px;margin-bottom:14px;padding:0}.profile-filter-row a{background:var(--app-mobile-soft);min-height:32px;color:var(--app-mobile-muted);border:0;border-radius:4px;padding:7px 13px;font-size:11px;font-weight:500}.profile-filter-row a.active{color:#e84d88;background:#fff0f5;border:0;font-weight:700}:root[data-theme=dark] .profile-filter-row a.active{background:#3a242d}.profile-record-list{gap:10px}.profile-record-card{border-color:var(--app-mobile-divider);background:var(--app-mobile-surface);border-radius:8px;grid-template-columns:88px minmax(0,1fr) auto;gap:11px;min-height:80px;padding:10px}.profile-record-cover{aspect-ratio:auto;border-radius:6px;width:88px;height:58px}.profile-record-copy{gap:4px}.profile-record-copy>a{order:-1;font-size:14px;font-weight:700}.profile-record-copy>span,.profile-record-copy p{font-size:11px}.profile-record-copy>span{color:var(--app-mobile-muted);font-weight:500}.profile-record-copy p{color:var(--app-mobile-ink);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-progress{width:100%;height:3px}.profile-record-actions{grid-column:auto;grid-template-columns:1fr;min-width:54px}.profile-record-actions a,.profile-record-actions button{border:0;border-radius:6px;min-width:54px;min-height:32px;padding-inline:8px;font-size:11px}.profile-record-card.removable .profile-record-actions>a{display:none}.profile-record-actions button{color:#e84d88;background:0 0}.profile-empty-card{background:0 0;border:0;border-radius:0;min-height:260px}.support-workspace{gap:10px}.support-topic-panel,.support-chat-panel{border-color:var(--app-mobile-divider);background:var(--app-mobile-surface);border-radius:8px}.auth-page{min-height:calc(100dvh - 50px);padding:12px 14px 28px}.auth-page .auth-intro{display:none}.auth-page .auth-panel{border-radius:8px}.mobile-site-nav{min-height:calc(48px + env(safe-area-inset-bottom));height:calc(48px + env(safe-area-inset-bottom));padding:0 46px env(safe-area-inset-bottom);border-top-color:var(--app-mobile-divider);background:#fffffff5;transition:background-color .16s,border-color .16s,box-shadow .16s;box-shadow:0 -6px 20px #462d370a}.mobile-site-nav:before{content:"";opacity:0;background:linear-gradient(90deg,#e84d88,#ff8db7);border-radius:0 999px 999px 0;width:0;height:2px;transition:width .18s,opacity .12s;position:absolute;top:-1px;left:0}.mobile-site-nav--pending:before{opacity:1;width:72%}:root[data-theme=dark] .mobile-site-nav{background:#1d1d20f5}.mobile-site-nav.mobile-site-nav--dark{box-shadow:none;background:#0a0a0cfa;border-top-color:#29292d}.mobile-site-nav a{color:#85858d;gap:0;height:48px;transition:color .14s,transform .14s}.mobile-site-nav--dark a{color:#96979f}.mobile-site-nav a.active,.mobile-site-nav--dark a.active{color:#e84d88}.mobile-site-nav a.pending{color:#e84d88;transform:translateY(-1px)}.mobile-site-nav a>span{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.feed-page{height:calc(100dvh - 48px - env(safe-area-inset-bottom))}.feed-scroller,.feed-item{height:100%}.feed-header{width:100%;height:calc(60px + env(safe-area-inset-top));padding:calc(8px + env(safe-area-inset-top)) 8px 0;grid-template-columns:54px minmax(0,1fr) 54px}.feed-header nav{gap:22px}.feed-header nav button{font-size:16px;font-weight:600}.feed-header nav button.active{font-size:17px}.feed-header nav button.active:after{height:2px;left:8px;right:8px}.feed-search{color:#fff;place-items:center;width:44px;height:44px;display:grid}.feed-search svg{width:26px;height:26px}.feed-item .video-quality-control{z-index:24;top:calc(12px + env(safe-area-inset-top));position:fixed;right:48px}.feed-item .video-quality-control select{text-align:center;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;min-width:48px;height:36px;padding:0 4px;font-size:12px}.feed-shade{background:linear-gradient(#00000057,#0000 23%),linear-gradient(#0000 43%,#000000e0)}.feed-copy{bottom:109px;left:16px;right:76px}.feed-creator-row{align-items:center;gap:9px;display:flex}.feed-creator-row>strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.feed-creator-row>button{color:#fff;background:0 0;border:1px solid #ffffffb8;border-radius:4px;min-width:48px;height:27px;padding-inline:10px;font-size:11px}.feed-copy h1{margin:10px 0 6px;font-size:20px;line-height:1.25}.feed-copy p{color:#fff;font-size:12px;line-height:1.5}.feed-copy .feed-search-suggestion{background:#222225a6;border:0;border-radius:4px;align-items:center;gap:7px;width:100%;height:36px;margin-top:10px;padding:0 10px;font-size:11px;display:flex}.feed-search-suggestion svg{width:18px;height:18px}.feed-search-suggestion span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.feed-search-suggestion strong{font-size:20px}.feed-actions{gap:0;width:54px;bottom:105px;right:5px}.feed-actions button{gap:1px;min-width:52px;padding:3px 0 0;font-size:11px}.feed-actions svg{width:31px;height:31px}.feed-actions .feed-creator-action{place-items:center;width:52px;height:52px;margin-bottom:2px;display:grid;position:relative}.feed-creator-action i{color:#fff;background:#41414a;border:2px solid #fff;border-radius:50%;place-items:center;width:43px;height:43px;font-size:15px;font-style:normal;font-weight:800;display:grid}.feed-creator-action b{color:#fff;background:#f05a93;border:2px solid #fff;border-radius:50%;place-items:center;width:18px;height:18px;font-size:10px;display:grid;position:absolute;bottom:0;right:4px}.feed-creator-action.active b{background:#696a72}.feed-creator-action b svg{width:12px;height:12px}.feed-progress{z-index:21;right:16px;bottom:calc(106px + env(safe-area-inset-bottom));color:#fffc;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:8px;font-size:11px;display:grid;position:fixed;left:16px}.feed-progress time:last-child{text-align:right}.feed-progress input{accent-color:#f05a93;cursor:pointer;width:100%;height:3px;margin:0}.feed-danmaku-composer{z-index:21;right:12px;bottom:calc(56px + env(safe-area-inset-bottom));background:#28282b;border-radius:22px;align-items:center;height:44px;display:flex;position:fixed;left:12px}.feed-danmaku-composer>button{color:#fff;background:0 0;place-items:center;height:44px;display:grid}.feed-danmaku-composer>button:first-child{width:46px}.feed-danmaku-composer>button:first-child svg{width:19px;height:19px}.feed-danmaku-composer .feed-danmaku-entry{color:#92929a;flex:1;justify-content:flex-start;min-width:0;font-size:13px;display:flex}.feed-danmaku-composer .feed-danmaku-send{background:#f05a93;border-radius:50%;width:34px;height:34px;margin-right:5px}.feed-danmaku-send svg{width:18px;height:18px}.feed-playback-gate{padding-bottom:110px}.feed-bottom-nav,.feed-next-hint{display:none}.app-mobile-home{height:calc(100dvh - 58px - env(safe-area-inset-bottom));color:#17171c;background:#fff;grid-template-rows:72px 54px minmax(0,1fr)}.mobile-home-topbar{background:#fff;grid-template-columns:88px minmax(92px,1fr) auto auto;gap:7px;height:72px;padding:12px 12px 6px}.mobile-home-brand{color:#17171c;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:7px;min-width:0;display:grid}.mobile-home-brand>span{color:#fff;background:linear-gradient(145deg,#ff6ca8,#f43c82);border-radius:10px;place-items:center;width:38px;height:38px;display:grid;box-shadow:0 8px 18px #f43c8233}.mobile-home-brand svg{width:23px;height:23px}.mobile-home-brand>strong{white-space:nowrap;font-size:16px;font-weight:850;line-height:1;display:grid}.mobile-home-brand small{letter-spacing:.09em;margin-top:5px;font-size:7px;font-weight:800}.mobile-home-topbar form{background:#f7f7f9;border:0;gap:6px;min-width:0;height:38px;padding:0 10px}.mobile-home-topbar form svg{width:16px;height:16px}.mobile-home-topbar input{font-size:11px}.mobile-home-coin,.mobile-home-vip{white-space:nowrap;border-radius:19px;justify-content:center;align-items:center;gap:3px;height:38px;font-size:11px;font-weight:800;display:inline-flex}.mobile-home-coin{color:#f39a00;min-width:48px}.mobile-home-vip{color:#26242a;background:#fff2f7;min-width:44px;padding-inline:8px}.mobile-home-coin svg,.mobile-home-vip svg{width:15px;height:15px}.mobile-home-vip svg{color:#f24484}.app-mobile-channels{background:#fff;border:0;grid-template-columns:repeat(6,minmax(52px,1fr));height:54px}.app-mobile-channels a{color:#17171c;font-size:16px;font-weight:700}.app-mobile-channels a.active{color:#f33f82}.app-mobile-channels a.active:after{background:#fa4d8d;border-radius:999px;height:3px;bottom:2px;left:24px;right:24px}.app-mobile-channel-scroll{background:#fff;padding:18px 12px 32px}.app-mobile-hero{aspect-ratio:1.92;border-radius:10px;margin:0;box-shadow:0 10px 25px #18081114}.app-mobile-hero>img{object-position:center 30%}.app-mobile-hero>span{background:linear-gradient(90deg,#040408eb 0%,#0504087a 53%,#05040814 100%)}.app-mobile-hero>div{gap:8px;bottom:26px;left:17px;right:42%}.app-mobile-hero small{color:#fa6198;border:1px solid #ee5790;border-radius:5px;width:fit-content;padding:4px 8px;font-size:10px}.app-mobile-hero strong{letter-spacing:.02em;text-shadow:0 0 12px #ff70aa99;white-space:nowrap;font-size:clamp(24px,8vw,38px);font-weight:750}.app-mobile-hero p{color:#fff;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:11px;line-height:1.7;display:-webkit-box;overflow:hidden}.app-mobile-hero-dots{gap:6px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.app-mobile-banner-dots{z-index:2;gap:6px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.app-mobile-banner-dots button{background:#ffffffb3;border:0;border-radius:50%;width:6px;height:6px;padding:0}.app-mobile-banner-dots button.active{background:#fa4b8d}.app-mobile-banner{position:relative}.app-mobile-hero-dots em{background:#ffffffb3;border-radius:50%;width:5px;height:5px}.app-mobile-hero-dots em.active{background:#fa4b8d}.app-mobile-hero-spark{color:#ffffffb8;width:20px;height:20px;position:absolute;top:16px;right:16px}.app-mobile-home-section{margin-top:25px}.app-mobile-home-section>header{justify-content:space-between;align-items:center;height:35px;display:flex}.app-mobile-home-section>header h2{align-items:center;gap:9px;margin:0;font-size:17px;display:inline-flex}.app-mobile-home-section>header h2 svg{color:#fa4385;width:19px;height:19px}.app-mobile-home-section>header button,.app-mobile-home-section>header a,.app-mobile-home-section-actions button,.app-mobile-home-section-actions a{color:#5e5b63;background:0 0;border:0;align-items:center;gap:5px;font-size:12px;display:inline-flex}.app-mobile-home-section>header button,.app-mobile-home-section-actions button{cursor:pointer}.app-mobile-home-section>header button svg,.app-mobile-home-section-actions button svg{width:15px;height:15px}.app-mobile-home-section-actions{align-items:center;gap:12px;display:flex}.app-mobile-discovery-rail,.app-mobile-continue-rail{scrollbar-width:none;gap:10px;padding:5px 0 8px;display:flex;overflow-x:auto}.app-mobile-discovery-rail::-webkit-scrollbar{display:none}.app-mobile-continue-rail::-webkit-scrollbar{display:none}.app-mobile-discovery-card{color:#18171d;flex:0 0 118px;gap:5px;width:118px;display:grid}.app-mobile-discovery-card>span{aspect-ratio:1;background:#f2f2f4;border-radius:6px;position:relative;overflow:hidden}.app-mobile-discovery-card img{object-fit:cover;object-position:center 10%}.app-mobile-discovery-card--video>span{aspect-ratio:16/9}.app-mobile-discovery-card>span:after{content:"";background:linear-gradient(#0000,#000000b3);position:absolute;inset:42% 0 0}.app-mobile-discovery-card>span b{z-index:2;color:#fff;background:#f84486;border-radius:4px;padding:3px 6px;font-size:9px;position:absolute;top:7px;left:7px}.app-mobile-discovery-card>span svg{z-index:2;color:#fff;width:17px;position:absolute;top:6px;right:6px}.app-mobile-card-engagement{z-index:3;color:#ffffffeb;text-shadow:0 1px 4px #000000b8;align-items:center;gap:5px;font-size:9px;font-weight:700;display:inline-flex;position:absolute;bottom:7px;left:7px}.app-mobile-card-engagement span{align-items:center;gap:2px;display:inline-flex}.app-mobile-discovery-card>span .app-mobile-card-engagement svg{width:10px;height:10px;color:inherit;position:static}.app-mobile-discovery-card>span em{z-index:2;color:#fb5a92;font-size:15px;font-style:normal;position:absolute;bottom:6px;right:7px}.app-mobile-discovery-card>strong,.app-mobile-discovery-card>small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-mobile-discovery-card>strong{font-size:12px}.app-mobile-discovery-card>small{color:#76737b;font-size:10px}.app-mobile-continue-card{color:#18171d;flex:0 0 164px;gap:4px;width:164px;display:grid}.app-mobile-continue-card>span{aspect-ratio:16/9;background:#111;border-radius:6px;position:relative;overflow:hidden}.app-mobile-continue-card img{object-fit:cover}.app-mobile-continue-card>span:after{content:"";background:linear-gradient(#0000,#000000b8);position:absolute;inset:45% 0 0}.app-mobile-continue-card>span>b{z-index:2;color:#fff;background:#f33e82;border-radius:4px;padding:3px 6px;font-size:9px;position:absolute;top:7px;left:7px}.app-mobile-continue-card>span>i{z-index:2;color:#fff;border:2px solid #fff;border-radius:50%;place-items:center;width:29px;height:29px;display:grid;position:absolute;bottom:8px;right:8px}.app-mobile-continue-card>span svg{width:13px;height:13px}.app-mobile-continue-card>strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.app-mobile-continue-card>small,.app-mobile-continue-card>em{color:#65626a;font-size:10px;font-style:normal}.app-mobile-progress{background:#ece8eb;border-radius:3px;width:100%;height:3px;display:block;position:relative;overflow:hidden}.app-mobile-progress>b{border-radius:inherit;background:linear-gradient(90deg,#ff3e80,#ff8bb6);position:absolute;inset:0 auto 0 0}.app-mobile-catalog-title{justify-content:space-between;align-items:center;min-height:48px;margin-bottom:7px;display:flex}.app-mobile-catalog-title>div{align-items:center;gap:10px;display:flex}.app-mobile-catalog-title i{background:#fb4b8c;border-radius:4px;width:4px;height:25px}.app-mobile-catalog-title h1{margin:0;font-size:24px}.app-mobile-catalog-title span{color:var(--muted);font-size:12px}.app-mobile-catalog-title>a{color:var(--muted);align-items:center;gap:5px;font-size:12px;display:inline-flex}.app-mobile-catalog-title>a svg{width:18px;height:18px}.app-mobile-filter-panel{padding:8px 0 4px}.app-mobile-filter-row{grid-template-columns:44px minmax(0,1fr);align-items:start;gap:5px;min-height:47px;display:grid}.app-mobile-filter-row>strong{padding-top:8px;font-size:13px}.app-mobile-filter-row>div{scrollbar-width:none;gap:5px;display:flex;overflow-x:auto}.app-mobile-filter-row button,.app-mobile-filter-row a,.app-mobile-filter-more{min-width:52px;height:32px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:8px;flex:none;place-items:center;padding-inline:10px;font-size:12px;display:grid}.app-mobile-filter-row .active{background:var(--brand-soft);color:var(--brand);border-color:#ee6e8f38;font-weight:700}.app-mobile-catalog-tools{border-top:1px solid var(--line);justify-content:flex-start;align-items:center;min-height:54px;margin-top:6px;display:flex}.app-mobile-catalog-tools nav{gap:3px;min-width:0;display:flex;overflow-x:auto}.app-mobile-catalog-tools nav button{min-width:70px;height:38px;color:var(--muted);white-space:nowrap;background:0 0;padding-inline:8px;font-size:11px;position:relative}.app-mobile-catalog-tools nav button.active{color:var(--brand);font-weight:700}.app-mobile-catalog-tools nav button.active:after{background:var(--brand);content:"";border-radius:2px;height:2px;position:absolute;bottom:0;left:12px;right:12px}.app-mobile-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px;padding-top:8px;display:grid}.app-mobile-catalog-card{gap:6px;min-width:0;display:grid}.app-mobile-catalog-art{position:relative}.app-mobile-catalog-art>a{aspect-ratio:3/4;border:1px solid var(--line);background:var(--surface);border-radius:8px;display:block;position:relative;overflow:hidden}.app-mobile-catalog-art img{object-fit:cover}.app-mobile-catalog-art>a:after{content:"";background:linear-gradient(#0000,#000000ad);position:absolute;inset:55% 0 0}.app-mobile-catalog-art>a span{z-index:2;color:#fff;background:#f64484;border-radius:4px;padding:3px 5px;font-size:8px;position:absolute;top:6px;left:6px}.app-mobile-catalog-art>a em{z-index:2;color:#ff5c94;font-size:12px;font-style:normal;font-weight:800;position:absolute;bottom:5px;right:6px}.app-mobile-catalog-heat{z-index:3;color:#3e343a;background:#fff;border:1px solid #00000014;border-radius:4px;align-items:center;gap:2px;height:22px;padding:0 6px;font-size:10px;font-weight:800;line-height:22px;display:inline-flex;position:absolute;top:5px;right:5px;box-shadow:0 3px 9px #0003}.app-mobile-catalog-heat svg{color:#ff642e;fill:#ff8a3d;stroke-width:1.8px;flex:none;width:12px;height:12px}.app-mobile-catalog-engagement{z-index:3;color:#ffffffe6;text-shadow:0 1px 4px #000000b8;align-items:center;gap:6px;font-size:9px;font-weight:700;display:inline-flex;position:absolute;bottom:6px;left:7px}.app-mobile-catalog-engagement span{align-items:center;gap:3px;display:inline-flex}.app-mobile-catalog-engagement svg{width:11px;height:11px}.app-mobile-catalog-card>a{min-width:0;color:var(--text)}.app-mobile-catalog-card>a strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;display:block;overflow:hidden}.app-mobile-catalog-card>small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.app-mobile-discovery-card,.app-mobile-continue-card,.app-mobile-catalog-card{box-sizing:border-box;background:linear-gradient(145deg, color-mix(in srgb, var(--surface) 94%, var(--brand) 6%), var(--surface));box-shadow:none;border:0;border-radius:11px;padding:6px}.app-mobile-catalog-pagination{min-height:56px;color:var(--faint);grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-top:18px;font-size:11px;display:grid}.app-mobile-catalog-pagination button{min-height:44px;color:var(--muted);background:0 0;justify-content:center;align-items:center;gap:4px;display:inline-flex}.app-mobile-catalog-pagination button:last-child{justify-self:end}.app-mobile-catalog-pagination button:first-child{justify-self:start}.app-mobile-catalog-pagination button:disabled{cursor:not-allowed;opacity:.38}.app-mobile-catalog-pagination svg{width:15px;height:15px}.mobile-site-nav{min-height:calc(58px + env(safe-area-inset-bottom));height:calc(58px + env(safe-area-inset-bottom));padding:0 46px env(safe-area-inset-bottom);background:#fffffffa}.mobile-site-nav a{height:58px}.mobile-site-nav a>svg{width:27px;height:27px}}@media (max-width:390px){.mobile-home-topbar{grid-template-columns:78px minmax(86px,1fr) auto auto;gap:4px;padding-inline:8px}.mobile-home-brand{grid-template-columns:34px minmax(0,1fr);gap:5px}.mobile-home-brand>span{width:34px;height:34px}.mobile-home-brand>strong{font-size:14px}.mobile-home-vip span{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.mobile-home-vip{min-width:36px;padding:0}.app-mobile-catalog-grid{gap-inline:7px}}@media (max-width:620px){:root[data-theme=dark] .app-mobile-home--recommend,:root[data-theme=dark] .app-mobile-home--recommend .mobile-home-topbar,:root[data-theme=dark] .app-mobile-home--recommend .app-mobile-channel-scroll{color:#f6f5fb;background:#0b0b12}:root[data-theme=dark] .app-mobile-home--recommend .mobile-home-topbar form{background:#ffffff12;border-color:#ffffff1a}:root[data-theme=dark] .app-mobile-home--recommend .mobile-home-topbar input,:root[data-theme=dark] .app-mobile-home--recommend .mobile-home-brand,:root[data-theme=dark] .app-mobile-home--recommend .mobile-home-brand>.brand-name,:root[data-theme=dark] .app-mobile-home--recommend .app-mobile-home-section>header h2,:root[data-theme=dark] .app-mobile-home--recommend .app-mobile-discovery-card,:root[data-theme=dark] .app-mobile-home--recommend .app-mobile-discovery-card>strong{color:#f6f5fb}:root[data-theme=dark] .app-mobile-home--recommend .mobile-home-topbar>.icon-button{color:#f6f5fb;background:#ffffff12;border-color:#ffffff1a}:root[data-theme=dark] .app-mobile-home--recommend .app-mobile-home-section>header a,:root[data-theme=dark] .app-mobile-home--recommend .mobile-home-brand small{color:#f6f5fb94}.home-feed-preview{gap:12px;margin-top:8px;display:grid}.home-feed-preview__header{justify-content:space-between;align-items:center;min-height:44px;display:flex}.home-feed-preview__header>div{gap:2px;display:grid}.home-feed-preview__header span{color:#ee6e8fe0;letter-spacing:.12em;font-size:9px;font-weight:800}.home-feed-preview__header h2{color:#f6f5fb;letter-spacing:-.03em;margin:0;font-size:20px}.home-feed-preview__enter{color:#f6f5fbb8;justify-content:center;align-items:center;gap:4px;min-width:44px;min-height:44px;font-size:12px;display:inline-flex}.home-feed-preview__enter svg{width:15px;height:15px}.home-feed-preview__feature{background:#181722;border:1px solid #ffffff1a;border-radius:20px;min-height:236px;display:block;position:relative;overflow:hidden;box-shadow:0 18px 42px #00000038}.home-feed-preview__feature>img{object-fit:cover}.home-feed-preview__shade{background:linear-gradient(#0000000a,#000000c7 84%),linear-gradient(90deg,#0000006b,#0000 72%);position:absolute;inset:0}.home-feed-preview__play{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#08080e70;border:1px solid #ffffff4d;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:14px;right:14px}.home-feed-preview__play svg{width:18px;height:18px}.home-feed-preview__copy{gap:5px;display:grid;position:absolute;bottom:16px;left:16px;right:16px}.home-feed-preview__copy small{color:#fff;background:#ee6e8feb;border-radius:999px;width:fit-content;padding:4px 7px;font-size:10px;font-weight:700}.home-feed-preview__copy strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:20px;overflow:hidden}.home-feed-preview__copy em{color:#ffffffb3;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-style:normal;overflow:hidden}.home-feed-preview__rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.home-feed-preview__card{background:#181722;border:1px solid #ffffff14;border-radius:14px;min-height:94px;position:relative;overflow:hidden}.home-feed-preview__card>img{object-fit:cover}.home-feed-preview__card:after{content:"";background:linear-gradient(#0000,#040408c7);position:absolute;inset:45% 0 0}.home-feed-preview__card>span{z-index:1;color:#fff;font-size:10px;font-weight:700;position:absolute;bottom:8px;right:9px}@media (prefers-reduced-motion:no-preference){.home-feed-preview__feature{transition:transform .18s,border-color .18s}.home-feed-preview__feature:active{border-color:#ee6e8fcc;transform:scale(.985)}}}@media (max-width:899px){.feed-page,.feed-scroller,.feed-item{height:100dvh}.feed-header{z-index:26;height:calc(66px + env(safe-area-inset-top));padding:calc(10px + env(safe-area-inset-top)) 12px 0;grid-template-columns:50px minmax(0,1fr) 76px}.feed-header>a,.feed-header>.feed-header-back,.feed-header>div,.feed-header>div button{color:#fff;background:0 0;justify-content:center;align-items:center;height:44px;display:flex}.feed-header>a,.feed-header>.feed-header-back{justify-content:flex-start}.feed-header>div{justify-content:flex-end;gap:8px}.feed-header>strong{text-shadow:0 2px 10px #000;justify-content:center;align-items:center;gap:7px;font-size:16px;display:flex}.feed-header>strong span{font-size:13px;font-weight:500}.feed-header svg{width:24px;height:24px}.feed-header>div>svg{width:22px;height:22px}.feed-item .video-quality-control{top:calc(16px + env(safe-area-inset-top));opacity:0;pointer-events:none;right:44px}.feed-copy{right:68px;bottom:calc(72px + env(safe-area-inset-bottom));left:16px}.feed-copy>small{color:#fff;background:#ed4c88;border-radius:3px;width:fit-content;padding:3px 7px;font-size:9px;font-weight:700;display:inline-flex}.feed-copy h1{letter-spacing:0;margin:7px 0 5px;font-size:15px}.feed-copy p{-webkit-line-clamp:1;font-size:11px;line-height:1.5}.feed-copy>b,.feed-copy>span{color:#ffffffd1;align-items:center;margin-top:5px;font-size:10px;font-weight:500;display:flex}.feed-copy>span{color:#fff;gap:5px}.feed-copy>span svg{width:13px;height:13px}.feed-actions{right:4px;bottom:calc(94px + env(safe-area-inset-bottom));gap:4px;width:58px}.feed-actions button{min-width:54px;min-height:48px;font-size:10px}.feed-actions svg{width:28px;height:28px}.feed-actions .feed-creator-action{width:54px;height:56px;margin-bottom:4px}.feed-creator-action i{background:#323137;border:2px solid #fff;border-radius:50%;width:42px;height:42px;position:relative;overflow:hidden}.feed-creator-action i img{object-fit:cover}.feed-progress{z-index:22;right:16px;bottom:calc(12px + env(safe-area-inset-bottom));color:#fff;flex-direction:column-reverse;gap:6px;height:46px;display:flex;left:16px}.feed-progress>div{grid-template-columns:28px minmax(0,1fr) 48px 28px;align-items:center;gap:6px;width:100%;display:grid}.feed-progress button{color:#fff;background:0 0;place-items:center;min-width:28px;height:28px;font-size:11px;display:grid}.feed-progress button svg{width:18px;height:18px}.feed-progress time{font-size:10px}.feed-progress input{accent-color:#f54a89;width:100%;height:3px}.feed-sound-toggle{z-index:23;right:70px;bottom:calc(80px + env(safe-area-inset-bottom));position:fixed}.feed-sound-toggle button{color:#fff;background:#00000070;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.feed-sound-toggle svg{width:18px;height:18px}.feed-danmaku-composer{display:none}.feed-playback-gate{padding-bottom:70px}}@media (max-width:620px){:root[data-theme=dark] .mobile-home-topbar,:root[data-theme=dark] .app-mobile-channels,:root[data-theme=dark] .app-mobile-channel-scroll{color:#17171c;background:#fff}:root[data-theme=dark] .mobile-home-topbar form{background:#f7f7f9;border:0}:root[data-theme=dark] .mobile-home-topbar input{color:#26242a}:root[data-theme=dark] .mobile-site-nav{background:#fffffffa;border-top-color:#f0edf0;box-shadow:0 -6px 20px #462d370a}:root[data-theme=dark] .mobile-site-nav.mobile-site-nav--profile{background:#1d1d20fa;border-top-color:#29292d;box-shadow:0 -6px 20px #00000029}}@media (min-width:900px){.feed-page{--feed-desktop-width:min(960px, calc(100vw - 360px));--feed-desktop-rail:110px;--feed-desktop-player-top:68px;background:radial-gradient(circle at 18% 16%,#ed4c881f,#0000 31%),radial-gradient(circle at 82% 78%,#8c74ff1a,#0000 28%),#070609}.feed-surface-preview{width:var(--feed-desktop-width);border:1px solid #ffffff1a;border-radius:28px;height:auto;top:28px;bottom:28px}.feed-scroller{width:100%;height:100dvh}.feed-item{width:var(--feed-desktop-width);background:0 0;height:100dvh;margin-inline:auto;overflow:visible}.feed-xg-player,.feed-playback-cover,.feed-playback-gate{inset:var(--feed-desktop-player-top) var(--feed-desktop-rail) auto 0;aspect-ratio:16/9;background-color:#050407;border:1px solid #ffffff1a;border-radius:24px;overflow:hidden;box-shadow:0 28px 80px #00000075;width:calc(100% - var(--feed-desktop-rail))!important;max-width:none!important;height:auto!important;padding-top:0!important}.feed-gesture-layer,.feed-shade{inset:var(--feed-desktop-player-top) var(--feed-desktop-rail) auto 0;width:calc(100% - var(--feed-desktop-rail));aspect-ratio:16/9;border-radius:24px}.feed-danmaku-layer{top:calc(var(--feed-desktop-player-top) + 22px);right:calc(var(--feed-desktop-rail) + 14px);border-radius:18px;height:clamp(150px,28vw,330px);left:14px}.feed-shade{background:linear-gradient(#00000047,#0000 24%),linear-gradient(#0000 42%,#000000ed)}.feed-header{z-index:30;width:var(--feed-desktop-width);height:40px;box-shadow:none;pointer-events:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;padding:0;top:16px}.feed-header>a,.feed-header>.feed-header-back,.feed-header>div button{color:#fff;pointer-events:auto;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#100e13b8;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.feed-header>a,.feed-header>.feed-header-back{position:absolute;top:0;left:-52px}.feed-header>strong{letter-spacing:.01em;pointer-events:auto;grid-column:2;justify-content:center;justify-self:center;align-items:center;gap:7px;width:min(520px,100% - 190px);min-width:0;font-size:14px;display:flex}.feed-header nav{pointer-events:auto;grid-column:2;justify-self:center;min-width:0}.feed-header>.feed-collection-indicator button{-webkit-backdrop-filter:blur(14px)saturate(130%);backdrop-filter:blur(14px)saturate(130%);background:#100e13b8;border:1px solid #ffffff1f;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;min-width:0;min-height:40px;padding:0 16px;display:flex}.feed-header>.feed-collection-indicator span{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.feed-header>.feed-collection-indicator b{color:#ffffff94;white-space:nowrap;flex:none;margin:0;font-size:11px}.feed-header>div{gap:8px;display:flex;position:absolute;top:0;right:0}.feed-header>span{display:none}.feed-header svg{width:20px;height:20px}.feed-copy{right:calc(var(--feed-desktop-rail) + 42px);max-width:620px;bottom:118px;left:30px}.feed-copy>small{color:#fff;letter-spacing:.05em;background:linear-gradient(135deg,#ed4c88,#ff78ae);border-radius:6px;padding:5px 9px;font-size:10px;font-weight:800;display:inline-flex}.feed-copy h1{margin:12px 0 8px;font-size:clamp(26px,2.5vw,38px);line-height:1.14}.feed-copy p{color:#ffffffc7;-webkit-line-clamp:2;max-width:600px;font-size:13px;line-height:1.65}.feed-copy>b,.feed-copy>span{color:#ffffffd1;align-items:center;margin-top:9px;font-size:11px;font-weight:600;display:flex}.feed-copy>span{color:#fff;gap:6px}.feed-copy>span svg{width:14px;height:14px}.feed-actions{-webkit-backdrop-filter:blur(18px)saturate(130%);backdrop-filter:blur(18px)saturate(130%);background:#121015b3;border:1px solid #ffffff1a;border-radius:24px;gap:8px;width:88px;padding:12px 8px;bottom:50%;right:0;transform:translateY(50%);box-shadow:0 18px 48px #0000004d}.feed-actions button{border-radius:16px;gap:5px;min-width:64px;min-height:58px;font-size:10px;transition:background .15s,color .15s,transform .15s}.feed-actions button:hover{background:#ffffff14;transform:translateY(-1px)}.feed-actions svg{width:27px;height:27px}.feed-actions .feed-creator-action{width:64px;height:66px;margin-bottom:2px;position:relative}.feed-creator-action i{background:#323137;border:2px solid #fff;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:relative;overflow:hidden}.feed-creator-action i img{object-fit:cover}.feed-creator-action b{color:#fff;background:#ed4c88;border:2px solid #fff;border-radius:50%;place-items:center;width:19px;height:19px;font-size:10px;display:grid;position:absolute;bottom:4px;right:8px}.feed-creator-action.active b{background:#696a72}.feed-creator-action b svg{width:12px;height:12px}.feed-progress{z-index:24;bottom:48px;left:calc(50% - (var(--feed-desktop-rail) / 2));color:#fff;flex-direction:column-reverse;gap:7px;width:min(780px,100vw - 520px);height:52px;display:flex;position:fixed;transform:translate(-50%)}.feed-progress>div{grid-template-columns:34px minmax(0,1fr) 52px 34px;align-items:center;gap:8px;display:grid}.feed-progress button{color:#fff;background:#0a090c7a;border-radius:10px;place-items:center;min-width:34px;height:34px;font-size:11px;display:grid}.feed-progress button:hover{background:#ffffff24}.feed-progress button svg{width:18px;height:18px}.feed-progress time{color:#ffffffc2;font-size:11px}.feed-progress input{accent-color:#ed4c88;cursor:pointer;width:100%;height:4px}.feed-sound-toggle{z-index:25;position:fixed;top:82px;left:calc(50% - 105px + min(425px,50vw - 235px))}.feed-sound-toggle button{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#100e13b3;border:1px solid #ffffff1f;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.feed-sound-toggle svg{width:19px;height:19px}.feed-gesture-heart{left:calc(50% - (var(--feed-desktop-rail) / 2))}.feed-empty{place-items:center;width:min(720px,100vw - 160px);display:grid}.feed-empty>div{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#121015a3;border:1px solid #ffffff1a;border-radius:24px;padding:42px 54px;box-shadow:0 24px 70px #00000052}.feed-feedback-backdrop,.interaction-sheet-backdrop{justify-content:center;align-items:center;padding:36px}.feed-feedback-sheet{border:1px solid #ffffff1a;border-radius:22px;width:min(440px,100%);margin:0;padding:20px}.interaction-sheet{border-radius:24px;width:min(620px,100%);max-height:min(82dvh,760px);overflow:hidden auto}.interaction-panel--compact{border-radius:24px}.feed-next-loading{bottom:28px;right:28px}}.platform-xg-player--feed,.platform-xg-player--feed>.xgplayer{justify-content:center;align-items:center;padding-top:0!important;display:flex!important}.platform-xg-player--feed video{margin:auto;object-fit:contain!important;object-position:center center!important;width:100%!important;height:100%!important;position:relative!important;inset:auto!important}.feed-copy{gap:9px;display:grid}.feed-copy>strong{text-overflow:ellipsis;white-space:nowrap;font-size:18px;line-height:1.25;overflow:hidden}.feed-meta{color:#ffffffc7;align-items:center;gap:8px;font-size:11px;display:flex}.feed-episode{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#09080b52;border:1px solid #fff3;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-weight:700;display:inline-flex}@media (max-width:620px){:root{--app-mobile-bg:var(--bg);--app-mobile-surface:var(--surface);--app-mobile-soft:var(--surface-soft);--app-mobile-ink:var(--text);--app-mobile-muted:var(--muted);--app-mobile-divider:var(--line)}.app-mobile-home{height:calc(100dvh - 58px - env(safe-area-inset-bottom));background:var(--app-mobile-bg);color:var(--app-mobile-ink);grid-template-rows:64px 50px minmax(0,1fr)}.app-mobile-home.app-mobile-header-hidden{grid-template-rows:0 50px minmax(0,1fr)}.mobile-home-topbar{background:var(--app-mobile-bg);grid-template-columns:40px minmax(112px,1fr) 42px;gap:9px;height:64px;padding:10px 12px}.app-mobile-home{transition:grid-template-rows .35s}.app-mobile-home .mobile-home-topbar{transition:transform .35s,opacity .35s}.app-mobile-home.app-mobile-header-hidden .mobile-home-topbar{opacity:0;transform:translateY(-100%)}:root[data-theme=dark] .mobile-home-topbar{background:var(--bg);color:var(--text)}.mobile-home-brand{color:var(--app-mobile-ink);grid-template-columns:34px minmax(0,1fr);gap:6px}.mobile-home-brand>.brand-mark{filter:none;background:linear-gradient(145deg,#ff6ca8,#e9367a);width:34px;height:34px;box-shadow:inset 0 0 0 1px #ffffff24,0 7px 16px #ee4a863d}.mobile-home-brand>.brand-mark img{filter:brightness(0)invert();width:72%;height:72%}.mobile-home-brand>.brand-name{color:var(--app-mobile-ink);white-space:nowrap;font-size:14px}.mobile-home-brand small{color:var(--app-mobile-muted);margin-top:4px;font-size:6px}.mobile-home-topbar form,:root[data-theme=dark] .mobile-home-topbar form{border:1px solid var(--app-mobile-divider);background:var(--app-mobile-surface);border-radius:13px;height:40px;padding:0 12px}.mobile-home-topbar input,:root[data-theme=dark] .mobile-home-topbar input{color:var(--app-mobile-ink);font-size:12px}.mobile-home-topbar>.icon-button{border:1px solid var(--app-mobile-divider);background:var(--app-mobile-surface);width:40px;height:40px;color:var(--app-mobile-ink);border-radius:13px;place-items:center;display:grid}.mobile-home-topbar>.icon-button svg{width:18px;height:18px}.app-mobile-channels,:root[data-theme=dark] .app-mobile-channels{border-bottom:1px solid var(--app-mobile-divider);background:var(--app-mobile-bg);height:50px}.app-mobile-channels a{color:var(--app-mobile-muted);font-size:14px;font-weight:600}.app-mobile-channels a.active{color:var(--brand)}.app-mobile-channels a.active:after{background:var(--brand);bottom:0;left:28px;right:28px}.app-mobile-channel-scroll,:root[data-theme=dark] .app-mobile-channel-scroll{background:var(--app-mobile-bg);color:var(--app-mobile-ink);padding:12px 12px 32px}.app-mobile-hero{aspect-ratio:16/9;border-radius:20px;box-shadow:0 14px 34px #16111829}.app-mobile-hero>img{object-position:center}.app-mobile-hero>span{background:linear-gradient(#0000 32%,#070609eb)}.app-mobile-hero>div{gap:9px;bottom:16px;left:16px;right:16px}.app-mobile-hero strong{letter-spacing:-.035em;text-shadow:0 2px 14px #0000007a;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(24px,7vw,30px);font-weight:800;overflow:hidden}.app-mobile-hero-status{visibility:hidden;color:#fffc;align-items:center;gap:9px;font-size:11px;display:flex}.app-mobile-hero .app-mobile-hero-status small{color:#fff;background:#ee6e8fe6;border:0;border-radius:999px;padding:4px 8px}.app-mobile-home-section{margin-top:24px}.app-mobile-home-section>header{height:36px}.app-mobile-home-section>header h2{color:var(--app-mobile-ink);letter-spacing:-.02em;font-size:18px}.app-mobile-home-section>header a,.app-mobile-home-section-actions button,.app-mobile-home-section-actions a{color:var(--app-mobile-muted)}.app-mobile-discovery-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px;padding:6px 0 8px;display:grid;overflow:visible}.app-mobile-home-section--featured .app-mobile-discovery-rail{overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;grid-template-columns:none;grid-auto-columns:clamp(168px,48%,220px);grid-auto-flow:column;overflow-x:auto}.app-mobile-home-section--featured .app-mobile-discovery-card{scroll-snap-align:start}.app-mobile-discovery-card{width:auto;min-width:0;color:var(--app-mobile-ink);gap:7px}.app-mobile-discovery-card--placeholder{visibility:hidden;pointer-events:none}.app-mobile-discovery-card>span{aspect-ratio:16/10;background:var(--app-mobile-soft);border-radius:8px}.app-mobile-discovery-card>span:after{inset:48% 0 0}.app-mobile-discovery-card>span em{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#08070aad;border-radius:6px;padding:3px 6px;font-size:9px;font-weight:700;bottom:7px;right:7px}.app-mobile-discovery-card>strong{color:var(--app-mobile-ink);white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.4;display:-webkit-box}.app-mobile-continue-card{color:var(--app-mobile-ink)}.app-mobile-continue-card>small{color:var(--app-mobile-muted)}.app-mobile-progress{background:var(--app-mobile-divider)}.app-mobile-progress>b{background:var(--brand)}.mobile-site-nav{border-top-color:var(--line);background:#fffffff7;box-shadow:0 -8px 24px #1611180f}:root[data-theme=dark] .mobile-site-nav{border-top-color:var(--line);background:#1a171efa;box-shadow:0 -8px 24px #00000029}.feed-xg-player,.feed-xg-player>.xgplayer{border:0;border-radius:0;inset:0;width:100%!important;max-width:none!important;height:100%!important}.feed-copy{right:70px;bottom:calc(76px + env(safe-area-inset-bottom));gap:8px;left:16px}.feed-copy>strong{font-size:17px}.feed-meta{gap:7px;font-size:10px}.feed-episode{min-height:22px;padding-inline:7px}.feed-shade{background:linear-gradient(#00000052,#0000 22%),linear-gradient(#0000 52%,#000000d6)}}@media (prefers-reduced-motion:reduce){.app-mobile-home,.app-mobile-home .mobile-home-topbar{transition:none}}@media (max-width:390px){.mobile-home-topbar{grid-template-columns:38px minmax(96px,1fr) 40px;gap:7px;padding-inline:9px}.mobile-home-brand{grid-template-columns:32px minmax(0,1fr)}.mobile-home-brand>.brand-mark{width:32px;height:32px}}.feed-control-surface{z-index:24;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0c0b11d1;border:1px solid #ffffff1f;border-radius:18px;grid-template-rows:auto auto;gap:7px;width:min(496px,100% - 24px);margin:0 auto;padding:8px;display:grid;position:fixed;left:12px;box-shadow:0 12px 30px #0000004d}@media (max-width:899px){.feed-page{--feed-control-clearance:calc(124px + env(safe-area-inset-bottom))}.feed-copy{bottom:var(--feed-control-clearance)}.feed-actions{bottom:calc(var(--feed-control-clearance) - 12px)}}@media (max-width:860px){.feed-page{--feed-control-clearance:calc(182px + env(safe-area-inset-bottom))}.feed-control-surface{bottom:calc(58px + env(safe-area-inset-bottom))}}.feed-control-surface .feed-progress{color:#fff;flex-direction:column-reverse;gap:3px;width:100%;height:auto;display:flex;position:static;inset:auto;transform:none}.feed-control-surface .feed-progress>div{grid-template-columns:28px minmax(0,1fr) 42px 28px;align-items:center;gap:5px;width:100%;display:grid}.feed-control-surface .feed-progress button{color:#fff;background:0 0;place-items:center;min-width:28px;height:28px;font-size:11px;display:grid}.feed-control-surface .feed-progress button svg{width:17px;height:17px}.feed-control-surface .feed-progress input{width:100%;height:3px;accent-color:var(--brand)}.feed-control-surface .feed-progress input:disabled{cursor:not-allowed;opacity:.55}.feed-control-surface__actions{grid-template-columns:minmax(0,1fr) 44px 44px;align-items:center;gap:6px;min-width:0;min-height:44px;display:grid}.feed-control-surface .feed-danmaku-composer{z-index:auto;background:#ffffff14;border:1px solid #ffffff1a;border-radius:13px;grid-template-columns:minmax(0,1fr) 36px;align-items:center;min-width:0;height:44px;display:grid;position:static;inset:auto}.feed-danmaku-composer input{color:#fff;background:0 0;border:0;outline:0;width:100%;min-width:0;height:38px;padding:0 11px;font-size:12px}.feed-danmaku-composer input::placeholder{color:#ffffff80}.feed-danmaku-composer input:disabled{cursor:not-allowed;color:#fff6}.feed-danmaku-composer button,.feed-danmaku-toggle,.feed-detail-trigger{color:#fff;background:0 0;border-radius:11px;place-items:center;min-width:36px;min-height:38px;display:grid}.feed-danmaku-composer button:disabled,.feed-danmaku-toggle:disabled,.feed-detail-trigger:disabled{color:#ffffff59}.feed-danmaku-composer button:not(:disabled){color:var(--brand)}.feed-danmaku-composer button svg,.feed-danmaku-toggle svg,.feed-detail-trigger svg{width:17px;height:17px}.feed-danmaku-feedback{color:#f5f1f5;pointer-events:none;background:#18141de6;border:1px solid #ffffff24;border-radius:9px;max-width:min(72vw,360px);padding:7px 10px;font-size:12px;line-height:1.35;position:absolute;bottom:58px;right:96px;box-shadow:0 8px 24px #00000047}.feed-danmaku-feedback--error{color:#ffb5c8;border-color:#ff6d8f7a}.feed-danmaku-toggle,.feed-detail-trigger{border:1px solid #ffffff1a;gap:1px;font-size:8px}.feed-danmaku-toggle[aria-pressed=true]{color:#ff8fb6;background:#ee6e8f29;border-color:#ee6e8f85}.feed-detail-trigger{background:#ffffff12;border-color:#ffffff29}.feed-detail-trigger:hover,.feed-detail-trigger:focus-visible{color:#ff9abe;background:#ee6e8f24;border-color:#ee6e8f85}.feed-speed-feedback{z-index:8;color:#fff;pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#08080db3;border:1px solid #ffffff29;border-radius:17px;place-items:center;width:86px;height:72px;display:grid;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)}.feed-speed-feedback b{font-size:26px;line-height:1}.feed-speed-feedback small{color:#ffffffa8;font-size:10px}@media (min-width:900px){.feed-copy{bottom:148px}.feed-control-surface{width:min(650px,100vw - 580px);bottom:34px;left:50%;right:auto;transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.feed-danmaku-layer span{animation:none;left:auto;right:0}.feed-speed-feedback{transition:none}}.feed-sheet-backdrop{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008f;align-items:flex-end;display:flex;position:fixed;inset:0}.feed-detail-sheet{width:min(520px,100%);max-height:min(82dvh,680px);padding:10px 18px calc(20px + env(safe-area-inset-bottom));color:#f8f7fb;transform-origin:bottom;background:#15131b;border:1px solid #ffffff1f;border-bottom:0;border-radius:24px 24px 0 0;margin:0 auto;animation:.34s cubic-bezier(.22,.9,.26,1.14) both feed-detail-drawer-in;position:relative;overflow-y:auto;box-shadow:0 -20px 54px #00000052}@keyframes feed-detail-drawer-in{0%{opacity:0;transform:translateY(20px)scaleY(.92)}72%{opacity:1;transform:translateY(-2px)scaleY(1.012)}to{opacity:1;transform:translateY(0)scaleY(1)}}@keyframes feed-detail-side-in{0%{opacity:0;transform:translate(22px)scaleX(.94)}72%{opacity:1;transform:translate(-2px)scaleX(1.01)}to{opacity:1;transform:translate(0)scaleX(1)}}.feed-sheet-handle{background:#ffffff47;border-radius:999px;width:38px;height:4px;margin:2px auto 15px;display:block}.feed-detail-sheet>header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.feed-detail-sheet>header>div{min-width:0}.feed-detail-sheet>header span{color:#ff94ba;background:#ee6e8f29;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:750;display:inline-flex}.feed-detail-sheet h2{color:#fff;letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap;margin:8px 0 3px;font-size:21px;overflow:hidden}.feed-detail-sheet>header p{color:#ffffff94;margin:0;font-size:12px}.feed-detail-sheet>header button{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;flex:none;place-items:center;width:44px;height:44px;display:grid}.feed-detail-sheet>header button svg{width:18px;height:18px}.feed-detail-tabs{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:16px;padding:4px;display:grid}.feed-detail-tabs button{color:#ffffff8f;background:0 0;border-radius:10px;min-height:40px;font-size:13px;font-weight:750}.feed-detail-tabs button[aria-selected=true]{color:#ff9abe;background:#ee6e8f2e}.feed-detail-sheet__content{min-height:0}.feed-detail-sheet__summary{color:#ffffffb8;margin:16px 0;font-size:13px;line-height:1.65}.feed-detail-sheet__metrics{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));display:grid;overflow:hidden}.feed-detail-sheet__metrics>span{color:#ffffff94;justify-content:center;align-items:center;gap:5px;min-height:52px;font-size:11px;display:flex}.feed-detail-sheet__metrics>span+span{border-left:1px solid #ffffff14}.feed-detail-sheet__metrics svg{color:#ff82ae;width:15px;height:15px}.feed-detail-sheet__metrics b{color:#fff;font-size:14px}.feed-detail-sheet__episodes{margin-top:18px}.feed-detail-sheet__episodes>header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.feed-detail-sheet__episodes>header strong{color:#fff;font-size:14px}.feed-detail-sheet__episodes>header span{color:#ffffff75;font-size:11px}.feed-detail-sheet__episodes>div{gap:8px;max-height:248px;display:grid;overflow-y:auto}.feed-detail-sheet__episodes button{color:#ffffffa8;text-align:left;background:#ffffff0b;border:1px solid #ffffff14;border-radius:13px;grid-template-columns:78px minmax(0,1fr);align-items:center;gap:10px;min-height:52px;padding:8px 12px;display:grid}.feed-detail-sheet__episodes button:hover,.feed-detail-sheet__episodes button:focus-visible,.feed-detail-sheet__episodes button.active{color:#fff;background:#ee6e8f21;border-color:#ee6e8f7a}.feed-detail-sheet__episodes button b{color:#ff9abe;font-size:12px}.feed-detail-sheet__episodes button span{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.feed-detail-sheet--comments{flex-direction:column;height:min(68dvh,600px);display:flex;overflow:hidden}.feed-detail-sheet--comments .feed-detail-sheet__content{flex:auto;min-height:0;margin-top:16px;display:flex}.feed-detail-sheet .interaction-panel--embedded{color:#f8f7fb;min-height:0;box-shadow:none;background:0 0;border:0;border-top:1px solid #ffffff14;border-radius:0;flex-direction:column;flex:auto;margin:0;display:flex}.feed-detail-sheet .interaction-panel--embedded .interaction-compose{order:3;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;padding:12px 0 0}.feed-detail-sheet .interaction-panel--embedded .interaction-compose textarea{color:#fff;background:#ffffff12;border-color:#ffffff1a;border-radius:13px;min-height:42px;max-height:96px;padding:11px 13px;font-size:13px}.feed-detail-sheet .interaction-panel--embedded .interaction-compose .primary-button{border-radius:13px;min-width:50px;min-height:42px;padding:0 12px}.feed-detail-sheet .interaction-panel--embedded .interaction-list{border-top-color:#ffffff14;flex:auto;order:2;min-height:0;max-height:none;padding:0 0 8px}.feed-detail-sheet .interaction-panel--embedded .interaction-item{border-bottom-color:#ffffff14}.feed-detail-sheet .interaction-panel--embedded .interaction-item p,.feed-detail-sheet .interaction-panel--embedded .interaction-item header strong{color:#f8f7fb}.feed-detail-sheet .interaction-panel--embedded .interaction-item small,.feed-detail-sheet .interaction-panel--embedded .interaction-empty,.feed-detail-sheet .interaction-panel--embedded .interaction-list>p{color:#ffffff85}@media (min-width:1200px){.feed-page--detail-open .feed-item{width:min(960px,100vw - 432px);margin-left:max(24px,50vw - 660px);margin-right:auto}.feed-page--detail-open .feed-header{width:min(960px,100vw - 432px);left:max(24px,50vw - 660px);transform:none}.feed-page--detail-open .feed-control-surface{width:min(650px,100vw - 550px);left:max(50px,50vw - 605px);right:auto;transform:none}.feed-page--detail-open .feed-sheet-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none;background:0 0;justify-content:flex-end;align-items:stretch;padding:28px max(24px,50vw - 720px)}.feed-page--detail-open .feed-detail-sheet{pointer-events:auto;transform-origin:100%;border-bottom:1px solid #ffffff1f;border-radius:24px;width:360px;height:calc(100dvh - 56px);max-height:none;margin:0;padding:20px;animation-name:feed-detail-side-in;box-shadow:-16px 20px 48px #00000038}.feed-page--detail-open .feed-sheet-handle{display:none}}@media (prefers-reduced-motion:reduce){.feed-detail-sheet,.feed-episode-picker,.feed-page--collection .feed-scroller{animation:none}.feed-page--surface-dragging .feed-scroller,.feed-page--surface-dragging .feed-header,.feed-page--surface-dragging .feed-control-surface,.feed-page--surface-settling .feed-scroller,.feed-page--surface-settling .feed-header,.feed-page--surface-settling .feed-control-surface,.feed-page--surface-committing .feed-scroller,.feed-page--surface-committing .feed-header,.feed-page--surface-committing .feed-control-surface,.feed-surface-preview{transition:none!important}}.interaction-sheet-backdrop{z-index:82}.interaction-sheet .interaction-panel--compact{color:#f8f7fb;background:#15131b;flex-direction:column;max-height:min(74dvh,680px);display:flex}.interaction-sheet .interaction-panel--compact:before{content:"";background:#ffffff47;border-radius:999px;width:38px;height:4px;margin:10px auto 0}.interaction-sheet .interaction-panel__header{padding:10px 16px 12px}.interaction-sheet .interaction-panel__header .eyebrow{display:none}.interaction-sheet .interaction-panel__header h2{color:#fff;margin:0;font-size:20px}.interaction-sheet .interaction-panel__header>button{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;width:40px;height:40px}.interaction-sheet .interaction-compose{padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#15131b;border-top:1px solid #ffffff14;order:3;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px}.interaction-sheet .interaction-compose textarea{color:#fff;background:#ffffff12;border-color:#ffffff1a;border-radius:13px;min-height:42px;max-height:96px;padding:11px 13px;font-size:13px}.interaction-sheet .interaction-compose .primary-button{border-radius:13px;min-width:50px;min-height:42px;padding:0 12px}.interaction-sheet .interaction-list{border-top-color:#ffffff14;flex:auto;order:2;min-height:0;max-height:none;padding:0 16px 8px}.interaction-sheet .interaction-item{border-bottom-color:#ffffff14}.interaction-sheet .interaction-item p,.interaction-sheet .interaction-item header strong{color:#f8f7fb}.interaction-sheet .interaction-item small,.interaction-sheet .interaction-empty,.interaction-sheet .interaction-list>p{color:#ffffff85}@media (max-width:620px){.legal-page{width:100%;padding:18px 14px 48px}.legal-back-link{display:none}.legal-hero{border-radius:22px;grid-template-columns:1fr;gap:24px;min-height:0;margin:0;padding:28px 22px}.legal-hero h1{margin-block:14px 12px;font-size:35px}.legal-hero p{font-size:12px;line-height:1.75}.legal-updated{min-width:0;padding:14px}.legal-layout{margin-top:34px;display:block}.legal-toc{margin-bottom:38px;padding:18px;position:static}.legal-toc nav{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:12px}.legal-toc a{grid-template-columns:24px 1fr;min-height:42px;font-size:10px}.legal-article>section{padding-bottom:30px}.legal-article>section+section{padding-top:30px}.legal-section-heading{grid-template-columns:34px 1fr;margin-bottom:16px}.legal-section-heading h2{font-size:20px}.legal-section-content{padding-left:0;font-size:13px;line-height:1.85}.legal-section-content h3{font-size:14px}.legal-contact-card{grid-template-columns:34px minmax(0,1fr);padding:20px}.legal-contact-card .secondary-button{grid-column:1/-1;justify-content:center}.app-mobile-legal{min-height:76px;color:var(--app-mobile-muted);justify-content:center;align-items:center;gap:8px;padding:24px 12px;font-size:10px;display:flex}.app-mobile-legal a{text-underline-offset:3px;text-decoration:underline}}@media (max-width:860px){.auth-page{grid-template-columns:1fr;width:min(560px,100% - 32px);padding-block:30px 80px}.auth-page .auth-intro{min-height:280px;padding:36px}.auth-page .auth-intro ul{display:none}.auth-dialog{border-radius:28px;grid-template-columns:1fr;width:min(560px,100%)}.auth-dialog .auth-qr-pane{border:0;min-height:auto;padding:28px 34px}.auth-dialog .auth-qr-pane h2,.auth-dialog .auth-dialog-points{display:none}.auth-dialog .auth-panel-modern{border-radius:0;margin:0}}@media (max-width:620px){.auth-dialog-backdrop{padding:0}.auth-dialog{border:0;border-radius:0;width:100%;min-height:100dvh;max-height:100dvh}.auth-dialog .auth-qr-pane,.auth-page .auth-intro{display:none}.auth-page{width:100%;min-height:calc(100dvh - 50px);padding:10px 12px 34px}.auth-page .auth-panel,.auth-dialog .auth-panel-modern,.auth-panel-modern{box-shadow:none;border:0;border-radius:20px;align-self:start;padding:24px 20px}.auth-dialog .auth-panel-modern{border-radius:0;margin:0;padding-top:58px}.auth-field-control--code{grid-template-columns:minmax(0,1fr) auto}.auth-field-control--code>button{min-width:84px;font-size:10px}}.auth-login-tabs button:focus,.auth-login-tabs button:focus-visible{outline:none}.auth-login-tabs button:focus-visible:before{content:"";background:#ff4f8f47;border-radius:2px;height:2px;position:absolute;bottom:-7px;left:-3px;right:-3px}:root[data-theme=dark]{--auth-panel-bg:#201b23;--auth-panel-text:#f9f3f6;--auth-panel-border:#3a3137;--auth-panel-scroll-thumb:#71636b;--auth-panel-shadow:0 24px 64px #00000047;--auth-tab-muted:#ad9da6;--auth-tab-hover:#e4d9df;--auth-tab-active:#fff9fc;--auth-label:#f5edf1;--auth-label-muted:#c5b8bf;--auth-field-border:#e6d7de;--auth-field-bg:#fff9fc;--auth-field-hover:#f0b4ca;--auth-input-text:#342830;--auth-placeholder:#7c6e75;--auth-secondary-text:#c9bcc3;--auth-agreement-text:#d0c3ca;--auth-link:#ff7fad;--auth-link-hover:#ffacc9;--auth-message-border:#ff6c9959;--auth-message-bg:#ff4f8f1f;--auth-message-text:#ffb9d0;--auth-info-border:#59d59547;--auth-info-bg:#38ae711f;--auth-info-text:#7ce2ad;--auth-divider-text:#b8aab2;--auth-divider-line:#ffffff24;--auth-step-border:#ffffff24;--auth-step-bg:#ffffff0d;--auth-step-text:#cbbec5;--auth-step-number-bg:#ffffff1a;--auth-step-number-text:#eee5e9;--auth-step-active-border:#ff7fad8c;--auth-step-active-text:#fff3f8;--auth-close-shadow:0 5px 16px #120b0f33}:root[data-theme=light]{--auth-panel-bg:#fffdfd;--auth-panel-text:#342830;--auth-panel-border:#eedfe6;--auth-panel-scroll-thumb:#cdbac3;--auth-panel-shadow:0 28px 70px #50324324;--auth-tab-muted:#75666f;--auth-tab-hover:#56464f;--auth-tab-active:#342830;--auth-label:#493941;--auth-label-muted:#75666f;--auth-field-border:#ecd8e1;--auth-field-bg:#fff9fc;--auth-field-hover:#e9abc2;--auth-input-text:#342830;--auth-placeholder:#75666f;--auth-secondary-text:#6e5f68;--auth-agreement-text:#65565f;--auth-link:#d93675;--auth-link-hover:#b7245c;--auth-message-border:#c92f683d;--auth-message-bg:#fff1f6;--auth-message-text:#a92f5a;--auth-info-border:#337f583d;--auth-info-bg:#f0fbf5;--auth-info-text:#276b49;--auth-divider-text:#75666f;--auth-divider-line:#eadce3;--auth-step-border:#eadce3;--auth-step-bg:#fff8fb;--auth-step-text:#75666f;--auth-step-number-bg:#f5eaf0;--auth-step-number-text:#67565f;--auth-step-active-border:#ef8eb2;--auth-step-active-text:#5d3445;--auth-close-shadow:0 5px 16px #50324324}.auth-panel-modern,.auth-dialog .auth-panel-modern{background:var(--auth-panel-bg);color:var(--auth-panel-text);scrollbar-color:var(--auth-panel-scroll-thumb) var(--auth-panel-bg)}.auth-dialog{background:var(--auth-panel-bg);box-shadow:var(--auth-panel-shadow)}.auth-page .auth-panel-modern{border-color:var(--auth-panel-border)}.auth-login-tabs button,.auth-login-tabs button:first-child{color:var(--auth-tab-muted)}.auth-login-tabs button:hover{color:var(--auth-tab-hover)}.auth-login-tabs button.active{color:var(--auth-tab-active)}.auth-field>span{color:var(--auth-label);font-weight:760}.auth-field>span small{color:var(--auth-label-muted)}.auth-field-control{border-color:var(--auth-field-border);background:var(--auth-field-bg)}.auth-field-control:hover{border-color:var(--auth-field-hover)}.auth-field-control:focus-within{border-color:#ff7cad;box-shadow:0 0 0 3px #ff4f8f33}.auth-fields .auth-field-control input{color:var(--auth-input-text);caret-color:#ff4f8f;background:0 0}.auth-fields .auth-field-control input::placeholder{color:var(--auth-placeholder);opacity:1}.auth-fields .auth-field-control input::selection{color:#2f242a;background:#ffd0e1}.auth-fields .auth-field-control input:-webkit-autofill{-webkit-text-fill-color:var(--auth-input-text);box-shadow:0 0 0 1000px var(--auth-field-bg) inset;caret-color:#ff4f8f;transition:background-color 9999s ease-out}.auth-fields .auth-field-control input:-webkit-autofill:hover{-webkit-text-fill-color:var(--auth-input-text);box-shadow:0 0 0 1000px var(--auth-field-bg) inset;caret-color:#ff4f8f;transition:background-color 9999s ease-out}.auth-fields .auth-field-control input:-webkit-autofill:focus{-webkit-text-fill-color:var(--auth-input-text);box-shadow:0 0 0 1000px var(--auth-field-bg) inset;caret-color:#ff4f8f;transition:background-color 9999s ease-out}.auth-password-visibility{color:var(--auth-secondary-text)}.auth-password-visibility:hover{color:#d93675;background:#fff0f6}.auth-field-control--code>button{color:#d93675}.auth-field-control--code>button:disabled{color:var(--auth-placeholder)}.auth-challenge>span,.auth-security-loading{color:var(--auth-secondary-text)}.auth-challenge-complete{color:var(--auth-info-text);font-weight:650}.auth-agreement{color:var(--auth-agreement-text);font-size:12px}.auth-agreement input{width:15px;height:15px;margin-top:1px}.auth-agreement a{color:var(--auth-link);text-underline-offset:2px;font-weight:720}.auth-agreement a:hover{color:var(--auth-link-hover);text-decoration:underline}.auth-message{border-color:var(--auth-message-border);background:var(--auth-message-bg);color:var(--auth-message-text)}.auth-message.info{border-color:var(--auth-info-border);background:var(--auth-info-bg);color:var(--auth-info-text)}.auth-submit:hover:not(:disabled){background:#ff659e;box-shadow:0 12px 28px #ff4f8f4d}.auth-submit:focus-visible,.auth-google-button:focus-visible,.auth-password-visibility:focus-visible,.auth-field-control--code>button:focus-visible,.auth-google-cancel:focus-visible,.auth-dialog-close:focus-visible,.auth-agreement a:focus-visible{outline-offset:3px;outline:3px solid #ff7fad6b}.auth-divider{color:var(--auth-divider-text)}.auth-divider:before,.auth-divider:after{background:var(--auth-divider-line)}.auth-google-button{color:#342830;background:#fff;border-color:#efe3e8}.auth-google-button:hover:not(:disabled){color:#c92f68;background:#fff8fb;border-color:#ff8ab5}.auth-google-button:disabled,.auth-google-button:disabled:hover{color:#6f636a;opacity:1;background:#eee9ec;border-color:#d8cdd2}.auth-google-cancel,.auth-legal-note{color:var(--auth-secondary-text)}.auth-google-cancel:hover{color:#ff8ab5}.auth-google-steps li{border-color:var(--auth-step-border);background:var(--auth-step-bg);color:var(--auth-step-text)}.auth-google-steps li span{background:var(--auth-step-number-bg);color:var(--auth-step-number-text)}.auth-google-steps li.active,.auth-google-steps li.complete{border-color:var(--auth-step-active-border);color:var(--auth-step-active-text)}.auth-dialog-close{color:#76666e;width:38px;height:38px;box-shadow:var(--auth-close-shadow);background:#fff9fc}.auth-dialog-close:hover{color:#d93675;background:#ffe9f2}@media (max-width:620px){.auth-dialog .auth-panel-modern{padding:58px 20px calc(28px + env(safe-area-inset-bottom))}.auth-dialog-close{top:max(12px, env(safe-area-inset-top));width:42px;height:42px;right:12px}.auth-field>span{font-size:14px}.auth-fields .auth-field-control input{font-size:16px}.auth-field-control{min-height:50px}.auth-agreement{font-size:12px;line-height:1.65}}.auth-page.auth-page-modal{grid-template-columns:1fr;place-items:center;width:100%;min-height:calc(100dvh - 122px);padding-block:48px 80px;display:grid}.auth-dialog,.auth-dialog.auth-dialog--page{border:1px solid var(--auth-panel-border);background:radial-gradient(circle at 50% -20%, #ff75a921, transparent 46%), var(--auth-panel-bg);width:min(680px,100%);max-height:min(780px,100dvh - 40px);box-shadow:var(--auth-panel-shadow);border-radius:28px;display:block;position:relative;overflow:hidden}.auth-dialog.auth-dialog--page{min-height:0;max-height:none;overflow:hidden}.auth-dialog .auth-panel-modern,.auth-dialog--page .auth-panel-modern{z-index:1;background:var(--auth-panel-bg);width:min(450px,100% - 48px);min-height:0;max-height:none;box-shadow:none;border:0;border-radius:0;margin-inline:auto;padding:28px 38px 82px;position:relative;overflow:visible}.auth-dialog .auth-panel-heading{margin-bottom:18px}.auth-dialog .auth-panel-heading h1{margin:0;font-size:24px}.auth-dialog .auth-fields{gap:12px}.auth-dialog .auth-divider{margin:12px 0 8px}.auth-dialog .auth-character{height:128px}.auth-dialog .auth-character-left{left:-28px}.auth-dialog .auth-character-right{right:-24px}@media (max-width:620px){.auth-page.auth-page-modal{width:100%;min-height:calc(100dvh - 50px);padding:10px 12px 34px}.auth-dialog,.auth-dialog.auth-dialog--page{border:0;border-radius:0;width:100%;min-height:100dvh;max-height:none}.auth-dialog.auth-dialog--page{border:1px solid var(--auth-panel-border);border-radius:20px;min-height:auto}.auth-dialog .auth-panel-modern,.auth-dialog--page .auth-panel-modern{width:100%;padding:54px 20px calc(74px + env(safe-area-inset-bottom));border-radius:0;margin:0}.auth-dialog--page .auth-panel-modern{padding-top:30px}.auth-dialog .auth-character{height:86px}}:is(.reward-dialog-backdrop,.commerce-dialog-backdrop,.account-deletion-backdrop,.dialog-backdrop){-webkit-backdrop-filter:blur(10px)saturate(1.08);backdrop-filter:blur(10px)saturate(1.08);background:#180d159e}:is(.reward-dialog,.commerce-dialog,.account-deletion-dialog,.download-dialog){border:1px solid var(--auth-panel-border);background:radial-gradient(circle at 50% -20%, #ff75a921, transparent 46%), var(--auth-panel-bg);box-shadow:var(--auth-panel-shadow);border-radius:28px}:is(.reward-dialog-close,.commerce-dialog-close,.account-deletion-close,.dialog-close){background:color-mix(in srgb, var(--auth-panel-bg) 82%, var(--brand-soft));width:38px;height:38px;color:var(--muted);border-radius:50%}:is(.reward-dialog-close,.commerce-dialog-close,.account-deletion-close,.dialog-close):hover{background:var(--brand-soft);color:var(--brand)}.inbox-entry{position:relative}.inbox-badge{width:18px;height:18px;box-shadow:0 0 0 2px var(--surface);color:#fff;font-variant-numeric:tabular-nums;white-space:nowrap;background:#f04444;border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-6px;right:-8px}.inbox-badge--wide{border-radius:9px;width:auto;min-width:18px;padding:0 4px}.message-center{background:var(--surface,#fff);border:1px solid var(--border,#e7e7ec);border-radius:18px;overflow:hidden}.message-mobile-heading,.message-pull-status{display:none}.message-tabs{border-bottom:1px solid var(--border,#e7e7ec);display:flex;overflow:auto}.message-tabs button{white-space:nowrap;background:0 0;border:0;padding:16px 20px}.message-tabs button.active{color:var(--primary,#fb7299);box-shadow:inset 0 -2px}.message-toolbar{border-bottom:1px solid var(--border,#e7e7ec);align-items:center;gap:10px;padding:12px 16px;display:flex}.message-toolbar button{padding:7px 12px}.message-list{margin:0;padding:0;list-style:none}.message-list li{border-bottom:1px solid var(--border,#eee);gap:12px;padding:16px;display:flex}.message-list li.unread{background:color-mix(in srgb, var(--primary,#fb7299) 7%, transparent)}.message-list a{color:inherit;flex:1;gap:5px;text-decoration:none;display:grid}.message-list span,.message-list time{color:var(--muted,#74747d)}.message-list time{font-size:12px}.message-state{text-align:center;padding:48px}.message-state.error{color:#c33}@media (max-width:720px){.message-page{width:100%;min-height:calc(100dvh - 58px - env(safe-area-inset-bottom));padding:0 0 calc(72px + env(safe-area-inset-bottom));background:var(--surface)}.message-desktop-heading{display:none}.message-center{min-height:calc(100dvh - 58px - env(safe-area-inset-bottom));background:var(--surface);transform:translateY(var(--message-pull));overscroll-behavior-y:contain;border:0;border-radius:0;transition:transform .16s ease-out;overflow:visible}.message-mobile-heading{min-height:calc(58px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 16px 0;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;display:flex}.message-mobile-heading h1{letter-spacing:-.02em;margin:0;font-size:21px}.message-mobile-heading button{min-width:88px;min-height:44px;color:var(--brand);font:inherit;background:0 0;border:0;font-weight:750}.message-mobile-heading button:disabled{color:var(--muted);opacity:.55}.message-pull-status{top:calc(env(safe-area-inset-top) - 32px);color:var(--muted);text-align:center;font-size:12px;display:block;position:absolute;left:0;right:0}.message-tabs button{flex:1;padding:14px 8px}.message-toolbar{display:none}.message-list li{min-height:82px;padding:14px 16px;position:relative}.message-list li>input{display:none}.message-list li.unread:after{background:var(--brand);content:"";border-radius:50%;width:7px;height:7px;position:absolute;bottom:9px;left:8px}.message-list a{grid-template-columns:minmax(0,1fr) auto}.message-list strong,.message-list span{grid-column:1}.message-list time{grid-area:1/2}.message-state{place-items:center;min-height:55dvh;padding:32px;display:grid}.mobile-site-nav{grid-template-columns:repeat(4,minmax(0,1fr))}.mobile-site-nav a{min-width:44px;position:relative}.mobile-site-nav__badge{min-width:17px;height:17px;box-shadow:0 0 0 2px var(--surface);color:#fff;font-variant-numeric:tabular-nums;background:#f04444;border-radius:999px;place-items:center;padding:0 4px;font-size:9px;line-height:1;display:grid;position:absolute;top:3px;left:calc(50% + 7px)}}.member-center{max-width:960px;padding-block:24px 64px}.member-breadcrumb{color:var(--muted);align-items:center;gap:8px;margin-bottom:20px;font-size:14px;display:flex}.member-breadcrumb a{border-radius:6px}.member-breadcrumb a:hover{color:var(--brand)}.member-breadcrumb a:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.member-hero{border:1px solid var(--line);background:var(--surface);border-radius:20px;grid-template-columns:1fr minmax(300px,.8fr);align-items:center;gap:40px;padding:28px 32px;display:grid;box-shadow:0 8px 30px #0000000a}.member-identity{align-items:center;gap:18px;display:flex}.member-hero-icon{border:1px solid var(--line-strong);background:var(--brand-soft);height:64px;color:var(--brand);border-radius:16px;flex:0 0 64px;place-items:center;display:grid}.member-hero-icon svg{stroke-width:1.7px;width:30px;height:30px}.member-hero p{color:var(--muted);margin:0 0 2px;font-size:14px;font-weight:650}.member-hero h1{letter-spacing:-.04em;margin:0;font-size:42px;line-height:1.1}.member-identity>div>span{color:var(--muted);margin-top:6px;font-size:14px;display:block}.member-progress>div{justify-content:space-between;align-items:center;margin-bottom:10px;font-size:14px;display:flex}.member-progress>div span,.member-progress small{color:var(--muted);font-variant-numeric:tabular-nums}.member-progress progress{background:var(--surface-hover);border:0;border-radius:999px;width:100%;height:8px;display:block;overflow:hidden}.member-progress progress::-webkit-progress-bar{background:var(--surface-hover)}.member-progress progress::-webkit-progress-value{background:var(--brand);border-radius:999px}.member-progress progress::-moz-progress-bar{background:var(--brand);border-radius:999px}.member-progress small{text-align:right;margin-top:7px;display:block}.member-section{margin-top:36px}.member-section h2{letter-spacing:-.02em;margin:0 0 14px;font-size:20px}.member-level-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.member-level-grid article{border:1px solid var(--line);background:var(--surface);border-radius:16px;align-items:center;gap:14px;min-height:112px;padding:18px;display:flex}.member-level-grid article.active{border-color:color-mix(in srgb, var(--brand) 54%, var(--line));background:var(--brand-soft)}.member-level-grid h3,.member-level-grid p{margin:0}.member-level-grid p{color:var(--muted);margin-top:5px;font-size:14px;line-height:1.5}.member-level-mark{border:1px solid var(--line-strong);background:var(--surface);height:48px;color:var(--text);border-radius:13px;flex:0 0 48px;place-items:center;display:grid;position:relative}.member-level-mark b{letter-spacing:-.02em;font-size:15px}.member-level-mark i{background:var(--brand);border-radius:50%;width:4px;height:4px;position:absolute;bottom:6px;right:7px}.member-level-mark i+i{right:13px}.member-state{background:var(--surface);color:var(--brand);border-radius:999px;align-items:center;gap:4px;margin-left:auto;padding:4px 8px;font-size:12px;font-weight:700;display:flex}.member-state svg{stroke-width:2px;width:14px;height:14px}.member-lock{width:18px;height:18px;color:var(--muted);stroke-width:1.7px;flex:0 0 18px;margin-left:auto}.member-experience-grid{border:1px solid var(--line);background:var(--surface);border-radius:16px;overflow:hidden}.member-experience-grid article{border-bottom:1px solid var(--line);grid-template-columns:36px 1fr auto;align-items:center;gap:12px;min-height:60px;padding:10px 16px;display:grid}.member-experience-grid article:last-child{border-bottom:0}.member-experience-grid svg{box-sizing:content-box;background:var(--surface-hover);width:18px;height:18px;color:var(--brand);stroke-width:1.7px;border-radius:10px;padding:8px}.member-experience-grid strong{color:var(--text);font-variant-numeric:tabular-nums;font-size:14px}.member-note{border-left:2px solid var(--line-strong);color:var(--muted);margin:20px 0 0;padding-left:12px;font-size:13px;line-height:1.6}@media (max-width:720px){.member-center{width:min(100% - 24px,960px);padding-top:16px}.member-hero{grid-template-columns:1fr;gap:24px;padding:20px}.member-hero-icon{border-radius:14px;flex-basis:56px;height:56px}.member-hero h1{font-size:36px}.member-level-grid{grid-template-columns:1fr}.member-level-grid article{min-height:104px}.member-section{margin-top:28px}}@media (prefers-reduced-motion:no-preference){.member-breadcrumb a,.member-level-grid article{transition:border-color .18s,background-color .18s,color .18s}}.xg-options-list.xg-side-list{height:auto}.xg-options-list.xg-side-list li{flex:none;height:40px;margin-top:0;margin-bottom:0;line-height:40px}.platform-xg-player--feed{position:relative}.platform-xg-player--feed[data-player-state=error]:after{content:"视频暂时无法播放，请上滑看下一个";text-align:center;color:#f6f5f7;z-index:6;pointer-events:none;background:#000;place-items:center;padding:24px;font-size:14px;display:grid;position:absolute;inset:0}.loading-dots:after{content:"";animation:1.2s step-end infinite loading-dots-anim}@keyframes loading-dots-anim{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:"..."}}.content-card-tags,.detail-tags{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.content-card-tag,.detail-tag{background:var(--surface,#ffffff0f);color:var(--muted,#b0afb5);white-space:nowrap;border-radius:999px;padding:2px 9px;font-size:11px;line-height:1.6;text-decoration:none}.content-card-tag:hover,.detail-tag:hover{background:var(--brand-soft,#fa4d8b29);color:var(--brand,#fa4d8b)}
