.topbar{position:sticky;top:0;z-index:60;gap:16px;padding:12px clamp(16px,4vw,40px);background:color-mix(in srgb,var(--bg) 80%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.topbar,.topbar__logo{display:flex;align-items:center}.topbar__logo{font-family:var(--font-display);font-weight:700;font-size:15px;letter-spacing:-.02em;gap:8px;color:var(--text);padding:6px 13px;border-radius:var(--radius-pill);background:color-mix(in srgb,var(--surface) 85%,transparent);border:1px solid var(--line-strong);-webkit-backdrop-filter:blur(14px) saturate(1.1);backdrop-filter:blur(14px) saturate(1.1)}.topbar__sp{flex:1}.topbar__nav{display:flex;align-items:center;gap:2px;margin-left:6px;padding:4px;border-radius:var(--radius-pill);background:color-mix(in srgb,var(--surface) 85%,transparent);border:1px solid var(--line-strong);-webkit-backdrop-filter:blur(14px) saturate(1.1);backdrop-filter:blur(14px) saturate(1.1)}.topbar__nav a,.topbar__nav button{font-size:13px;font-weight:500;color:var(--muted);text-decoration:none;background:none;border:none;padding:6px 12px;border-radius:var(--radius-pill);cursor:pointer;font-family:inherit;white-space:nowrap;transition:color .14s,background .14s}.topbar__nav a:hover,.topbar__nav button:hover{color:var(--text);background:color-mix(in srgb,var(--text) 8%,transparent)}.topbar__nav a.on{color:var(--text);font-weight:600;background:color-mix(in srgb,var(--accent) 18%,transparent)}.topbar__nav-disabled{font-size:13px;font-weight:500;color:var(--faint);cursor:not-allowed;padding:6px 12px}.topbar__me{display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--text);background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-pill);padding:5px 14px 5px 5px;font-size:12.5px;font-weight:600;transition:.14s;cursor:pointer;font-family:inherit}.topbar__me:hover{border-color:var(--accent)}.topbar__ava{width:26px;height:26px;border-radius:50%;overflow:hidden;background:linear-gradient(140deg,#43507a,#252b42);flex:0 0 auto;box-shadow:0 0 0 1px var(--accent)}.topbar__ava img{width:100%;height:100%;object-fit:cover}.topbar__me b{font-weight:600}@media (max-width:720px){.topbar__me b,.topbar__nav{display:none}}.topbar__menu{position:relative}.topbar__caret{color:var(--faint);font-size:10px;margin-left:1px}.topbar__scrim{position:fixed;inset:0;z-index:90}.usermenu{position:absolute;top:calc(100% + 8px);right:0;z-index:95;width:230px;background:var(--surface);border:1px solid var(--line-strong);border-radius:14px;box-shadow:0 24px 60px -20px rgba(0,0,0,.75);padding:7px}.usermenu__head{display:flex;align-items:center;gap:10px;padding:9px 10px 11px}.usermenu__head .topbar__ava{width:36px;height:36px}.usermenu__head b{display:block;font-family:var(--font-display);font-size:13.5px;font-weight:700}.usermenu__head small{font-size:11.5px;color:var(--accent)}.usermenu__item{display:flex;align-items:center;gap:11px;padding:9px 11px;border-radius:9px;font-size:13px;color:var(--text);text-decoration:none;cursor:pointer;background:none;border:none;width:100%;font-family:inherit;text-align:left}.usermenu__item:hover{background:var(--surface-2)}.usermenu__item svg{width:15px;height:15px;color:var(--muted);flex:0 0 auto}.usermenu__d,.usermenu__d svg{color:#f5a0a0}.usermenu__sep{height:1px;background:var(--line);margin:5px 8px}.usermenu__plus{display:flex;flex-direction:column;gap:11px;margin:6px;padding:12px;border-radius:12px;text-decoration:none;background:color-mix(in srgb,var(--gold) 11%,var(--surface-2));border:1px solid color-mix(in srgb,var(--gold) 38%,transparent);transition:.15s}.usermenu__plus:hover{border-color:var(--gold);transform:translateY(-1px);box-shadow:0 12px 26px -14px color-mix(in srgb,var(--gold) 60%,transparent)}.usermenu__plushd{display:flex;align-items:center;gap:10px}.usermenu__plusic{width:30px;height:30px;flex:0 0 auto;object-fit:contain;display:block}.usermenu__plustxt{flex:1;min-width:0;line-height:1.3}.usermenu__plustxt b{display:block;font-size:13px;font-weight:700;color:var(--text)}.usermenu__plustxt small{display:block;font-size:10.5px;color:var(--muted);white-space:normal}.usermenu__plusgo{display:block;text-align:center;font-size:11.5px;font-weight:700;letter-spacing:.03em;color:#1a1205;background:var(--gold);border-radius:8px;padding:9px}.topbar__support{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;font-family:inherit;font-size:12.5px;font-weight:600;color:var(--gold,#ffd86b);cursor:pointer;text-decoration:none;border-radius:99px;padding:7px 14px;background:color-mix(in srgb,var(--gold,#ffd86b) 9%,transparent);border:1px solid color-mix(in srgb,var(--gold,#ffd86b) 34%,transparent);transition:.16s;position:relative}.topbar__support:hover{background:color-mix(in srgb,var(--gold,#ffd86b) 16%,transparent);border-color:var(--gold,#ffd86b);transform:translateY(-1px)}.topbar__support svg{width:14px;height:14px}.topbar__support .heart{animation:supBeat 2.6s ease-in-out infinite}@keyframes supBeat{0%,82%,to{transform:scale(1)}88%{transform:scale(1.22)}94%{transform:scale(1.05)}}@media(max-width:720px){.topbar__support b{display:none}.topbar__support{padding:7px 10px}}@media(prefers-reduced-motion:reduce){.topbar__support .heart{animation:none}}.tsearch{position:relative;min-width:0}.tsearch__box{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-btn);padding:8px 12px;min-width:210px;transition:.16s}.tsearch__box.is-open,.tsearch__box:focus-within{border-color:var(--accent)}.tsearch__box svg{width:14px;height:14px;color:var(--faint);flex:0 0 auto}.tsearch__box input{flex:1;min-width:0;background:none;border:none;color:var(--text);font-family:inherit;font-size:12.5px}.tsearch__box input:focus{outline:none}.tsearch__box input::placeholder{color:var(--faint)}.tsearch__clear{background:none;border:none;color:var(--faint);padding:2px;cursor:pointer;display:grid;place-items:center}.tsearch__clear svg{width:12px;height:12px}.tsearch__drop{position:absolute;top:calc(100% + 8px);right:0;width:min(360px,calc(100vw - 32px));z-index:120;background:var(--surface);border:1px solid var(--line-strong);border-radius:14px;overflow:hidden;box-shadow:0 24px 60px -20px rgba(0,0,0,.75);padding:6px}.tsearch__hint{padding:14px 12px;font-size:12px;color:var(--faint);text-align:center}.tsearch__hit{display:flex;align-items:center;gap:10px;width:100%;background:transparent;border:none;border-radius:9px;padding:8px 9px;cursor:pointer;text-align:left;font-family:inherit;color:var(--text)}.tsearch__cv,.tsearch__hit:hover{background:var(--surface-2)}.tsearch__cv{width:30px;height:42px;border-radius:5px;overflow:hidden;flex:0 0 auto}.tsearch__cv img{width:100%;height:100%;object-fit:cover}.tsearch__t{flex:1;min-width:0;font-size:12.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tsearch__t small{display:block;font-weight:400;font-size:10.5px;color:var(--faint)}.tsearch__hit b{font-family:var(--font-mono);font-size:11px;color:var(--gold);font-weight:400;flex:0 0 auto}.profile-scope .banner{position:relative;height:clamp(150px,26vw,260px);overflow:hidden}.profile-scope .banner__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.05)}.profile-scope .banner__grad{position:absolute;inset:0;background:var(--bng,linear-gradient(120deg,#26345f,var(--accent)))}.profile-scope .banner__veil{position:absolute;inset:0;background:linear-gradient(180deg,transparent 68%,color-mix(in srgb,var(--bg) 55%,transparent) 86%,var(--bg))}.profile-scope .banner__edit{position:absolute;top:18px;right:18px;z-index:3;display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:var(--accent-ink);backdrop-filter:blur(6px);border:1px solid color-mix(in srgb,#fff 30%,transparent);border-radius:var(--radius-btn);padding:9px 15px;font-size:12.5px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 8px 22px -8px rgba(0,0,0,.6);transition:transform .15s ease,filter .15s ease}.profile-scope .banner__edit:hover{filter:brightness(1.06);transform:translateY(-1px)}.profile-scope .banner__edit svg{width:13px;height:13px}.profile-scope .wrap{max-width:var(--maxw);margin:0 auto;padding:0 clamp(16px,4vw,40px) 80px}.profile-scope .layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:clamp(20px,3vw,40px);align-items:start;margin-top:-58px;position:relative;z-index:5}.profile-scope .side{position:sticky;top:74px;gap:18px}.profile-scope .idcard,.profile-scope .side{display:flex;flex-direction:column}.profile-scope .idcard__avatar{width:104px;height:104px;border-radius:26px;position:relative;overflow:hidden;background:var(--avg,linear-gradient(140deg,#4a5680,#272d44));border:4px solid var(--bg);box-shadow:0 0 0 1px var(--accent)}.profile-scope .idcard__avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center}.profile-scope .idcard__avatar .art{position:absolute;inset:0;background:radial-gradient(70% 50% at 32% 26%,rgba(255,255,255,.32),transparent 56%)}.profile-scope .idcard h1{font-family:var(--font-display);font-size:24px;font-weight:700;letter-spacing:-.02em;margin:11px 0 3px}.profile-scope .idcard__supporter{display:inline-flex;align-items:center;gap:5px;vertical-align:middle;margin-left:9px;font-size:10.5px;font-weight:700;letter-spacing:.04em;color:#1a1205;background:linear-gradient(100deg,var(--gold,#ffd86b),var(--gold-2,#f0b94a));border-radius:99px;padding:3px 10px 3px 8px;box-shadow:0 4px 12px -5px color-mix(in srgb,var(--gold,#ffd86b) 70%,transparent);position:relative;top:-2px}.profile-scope .idcard__supporter svg{width:11px;height:11px}.profile-scope .idcard__donor{display:inline-flex;align-items:center;gap:5px;vertical-align:middle;margin-left:9px;font-size:10.5px;font-weight:700;letter-spacing:.04em;color:#3a0820;background:linear-gradient(100deg,var(--donor,#ff6fae),var(--donor-2,#ff8fc1));border-radius:99px;padding:3px 10px 3px 8px;box-shadow:0 4px 12px -5px color-mix(in srgb,var(--donor,#ff6fae) 70%,transparent);position:relative;top:-2px}.profile-scope .idcard__donor svg{width:11px;height:11px}.profile-scope .idcard__handle{color:var(--accent);font-size:13.5px;font-weight:500}.profile-scope .idcard__flag{margin-left:8px;width:21px;height:15px;border-radius:3px;object-fit:cover;vertical-align:middle;box-shadow:0 0 0 1px var(--line-strong)}.profile-scope .idcard__meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:9px;font-size:11.5px;color:var(--faint)}.profile-scope .idcard__meta span{display:inline-flex;align-items:center;gap:5px}.profile-scope .idcard__bio{color:var(--muted);font-size:13.5px;line-height:1.55;margin:14px 0 0;text-wrap:pretty}.profile-scope .idstats{display:flex;align-items:center;gap:16px;margin-top:16px;flex-wrap:wrap}.profile-scope .idstats__item{display:flex;flex-direction:column;cursor:pointer;text-decoration:none}.profile-scope .idstats__item b{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--text);line-height:1.1}.profile-scope .idstats__item small{font-size:11px;color:var(--faint);margin-top:2px}.profile-scope .idstats__likes{margin-left:auto;align-self:center;display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:12px;line-height:1;color:#ff5277;background:color-mix(in srgb,#ff5277 12%,transparent);border:1px solid color-mix(in srgb,#ff5277 30%,transparent);border-radius:99px;padding:7px 12px;white-space:nowrap}.profile-scope .idstats__likes svg{width:14px;height:14px;flex:0 0 auto;display:block;overflow:visible}.profile-scope button.idstats__item{background:none;border:0;padding:0;font:inherit;text-align:left}.profile-scope .sociallist{width:min(460px,100%)}.profile-scope .sl__row{display:flex;align-items:center;gap:11px;padding:9px 0;border-bottom:1px solid var(--line)}.profile-scope .sl__row:last-child{border-bottom:none}.profile-scope .sl__ava{width:40px;height:40px;border-radius:50%;background:radial-gradient(circle at 40% 32%,#43507a,#252b42);flex:0 0 auto;overflow:hidden}.profile-scope .sl__ava img{width:100%;height:100%;object-fit:cover;object-position:top}.profile-scope .sl__id{flex:1;min-width:0;text-decoration:none}.profile-scope .sl__id b{display:block;font-size:13.5px;font-weight:600;color:var(--text)}.profile-scope .sl__id small{font-size:11.5px;color:var(--faint)}.profile-scope .idfollow{display:flex;gap:8px;margin-top:14px}.profile-scope .idlike{width:36px;height:36px;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:var(--radius-btn);color:var(--muted);cursor:pointer;flex:0 0 auto}.profile-scope .idlike svg{width:17px;height:17px}.profile-scope .idlike.on{color:#ff5277;border-color:color-mix(in srgb,#ff5277 45%,transparent);background:color-mix(in srgb,#ff5277 10%,transparent)}.profile-scope .idreport-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;height:36px;border-radius:var(--radius-btn);background:color-mix(in srgb,var(--warn) 13%,transparent);border:1px solid color-mix(in srgb,var(--warn) 42%,transparent);color:var(--warn);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:.15s;white-space:nowrap}.profile-scope .idreport-btn svg{width:15px;height:15px}.profile-scope .idreport-btn:hover{background:color-mix(in srgb,var(--warn) 22%,transparent);border-color:var(--warn);transform:translateY(-1px)}.profile-scope .report{width:min(460px,100%)}.profile-scope .report__list{display:flex;flex-direction:column;gap:6px}.profile-scope .report__opt{display:flex;align-items:center;gap:11px;width:100%;text-align:left;padding:11px 13px;border-radius:var(--radius-btn);border:1px solid var(--line-strong);background:var(--surface-2);color:var(--text);font:inherit;font-size:13.5px;cursor:pointer}.profile-scope .report__opt.is-on{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,transparent)}.profile-scope .report__radio{width:15px;height:15px;flex:0 0 auto;border-radius:var(--radius-av);border:2px solid var(--faint);background:transparent}.profile-scope .report__opt.is-on .report__radio{border-color:var(--accent);background:var(--accent);box-shadow:inset 0 0 0 3px var(--surface-2)}.profile-scope .report__label{flex:1}.profile-scope .report__pri{flex:0 0 auto;font-size:9.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--bad);background:color-mix(in srgb,var(--bad) 14%,transparent);border-radius:var(--radius-pill);padding:3px 8px}.profile-scope .report__details{margin-top:12px}.profile-scope .report__err{margin:10px 0 0;color:var(--bad);font-size:13px}.profile-scope .report__sent{text-align:center;padding:6px 4px 10px}.profile-scope .report__sent-ic{width:48px;height:48px;margin:4px auto 0;border-radius:var(--radius-av);display:grid;place-items:center;background:color-mix(in srgb,var(--ok) 16%,transparent);color:var(--ok)}.profile-scope .report__sent-ic svg{width:22px;height:22px}.profile-scope .report__sent-ic--info{background:color-mix(in srgb,var(--accent) 16%,transparent);color:var(--accent)}.profile-scope .report__sent-text{color:var(--muted);font-size:14px;line-height:1.6;margin:12px 0 0}.profile-scope .soc{margin-top:16px}.profile-scope .side__actions{display:flex;gap:8px;margin-top:16px}.profile-scope .side__actions .btn{flex:1}.profile-scope .side__actions .btn svg{width:14px;height:14px}.profile-scope .panel,.profile-scope .sec{padding:var(--pad-card)}.profile-scope .panel{display:flex;flex-direction:column;gap:14px}.profile-scope .panel__h{font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--faint);font-weight:600;margin:0}.profile-scope .panel__hr{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.profile-scope .panel__count{font-family:var(--font-mono);font-size:11px;color:var(--faint);background:var(--surface-2);border:1px solid var(--line);border-radius:99px;padding:1px 7px;margin-left:6px}.profile-scope .panel__more{font-size:11.5px;color:var(--muted);text-decoration:none;font-weight:600}.profile-scope .panel__more:hover{color:var(--accent)}.profile-scope .frlist{display:flex;flex-direction:column;gap:4px}.profile-scope .frrow{display:flex;align-items:center;gap:10px;padding:7px;border-radius:10px;text-decoration:none;color:var(--text);transition:.14s}.profile-scope .frrow:hover{background:var(--surface-2)}.profile-scope .frrow__ava{width:34px;height:34px;border-radius:50%;background:radial-gradient(circle at 40% 32%,#43507a,#252b42);flex:0 0 auto;overflow:hidden}.profile-scope .frrow__ava img{width:100%;height:100%;object-fit:cover;object-position:top}.profile-scope .frrow__id{flex:1;min-width:0}.profile-scope .frrow__id b{display:block;font-size:13px;font-weight:600}.profile-scope .frrow__id small{font-size:11px;color:var(--faint)}.profile-scope .frrow__badge{width:20px;height:20px;border-radius:50%;background:color-mix(in srgb,var(--accent) 16%,transparent);color:var(--accent);display:grid;place-items:center;font-size:11px;flex:0 0 auto}.profile-scope .statline{display:flex;align-items:center;gap:14px}.profile-scope .statline__legend{display:flex;flex-direction:column;gap:5px;flex:1}.profile-scope .statline__legend span{display:flex;align-items:center;gap:7px;font-size:11.5px;color:var(--muted)}.profile-scope .statline__legend i{width:9px;height:9px;border-radius:3px;flex:0 0 auto}.profile-scope .statline__legend b{margin-left:auto;font-family:var(--font-mono);font-size:11px;color:var(--text)}.profile-scope .figs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.profile-scope .fig{background:var(--surface-2);border-radius:11px;padding:11px 12px}.profile-scope .fig b{display:block;font-family:var(--font-display);font-size:19px;font-weight:700;line-height:1}.profile-scope .fig small{font-size:10px;color:var(--muted)}.profile-scope .genres{display:flex;flex-direction:column;gap:10px}.profile-scope .genre{display:grid;grid-template-columns:96px 1fr 28px;align-items:center;gap:9px;font-size:12px;color:var(--muted)}.profile-scope .genre b{font-family:var(--font-mono);font-size:10.5px;color:var(--faint);text-align:right}.profile-scope .gbar{height:7px;border-radius:99px;background:rgba(255,255,255,.08);overflow:hidden}.profile-scope .gbar i{display:block;height:100%;background:linear-gradient(90deg,var(--accent),color-mix(in srgb,var(--accent) 50%,#fff))}.profile-scope .main{display:flex;flex-direction:column;gap:clamp(26px,3.4vw,40px);padding-top:64px}.profile-scope .covitem{flex:0 0 auto;width:118px;display:flex;flex-direction:column;gap:7px;cursor:pointer;transition:transform .16s}.profile-scope .covitem:hover{transform:translateY(-3px)}.profile-scope .covitem__meta{display:flex;align-items:center;gap:6px;font-size:10.5px;color:var(--muted)}.profile-scope .covitem__meta .sc{font-family:var(--font-mono);color:var(--gold);font-weight:600}.profile-scope .covitem__meta .dot{width:3px;height:3px;border-radius:50%;background:var(--faint)}.profile-scope .rail .cv{width:118px}.profile-scope .chargrid{display:grid;grid-template-columns:repeat(8,1fr);gap:clamp(10px,1.4vw,16px)}.profile-scope .charcell{display:flex;flex-direction:column;gap:7px;cursor:pointer}.profile-scope .charcell .chcard{width:100%;transition:transform .16s ease,box-shadow .16s ease}.profile-scope .charcell:hover .chcard{transform:translateY(-4px);box-shadow:inset 0 0 0 2px var(--accent),0 12px 26px -10px rgba(0,0,0,.65)}.profile-scope .charcell:hover small{color:var(--text)}.profile-scope .charcell small{transition:color .16s ease}.profile-scope .oshi-empty{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;padding:28px 20px;cursor:pointer;background:none;border:1.5px dashed var(--line-strong);border-radius:var(--radius);font-family:inherit;text-align:center;color:var(--muted);transition:.15s}.profile-scope .oshi-empty:hover{border-color:var(--accent)}.profile-scope .oshi-empty__ic{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:18px;background:color-mix(in srgb,var(--accent) 14%,transparent);color:var(--accent)}.profile-scope .oshi-empty b{font-family:var(--font-display);font-size:15px;color:var(--text)}.profile-scope .oshi-empty small{font-size:12px;color:var(--faint)}.profile-scope .pned{padding:4px 20px 20px}.profile-scope .pned__lbl{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--faint);margin:6px 0 9px}.profile-scope .pned__count{color:var(--faint)}.profile-scope .pned__count[data-full=true]{color:var(--warn)}.profile-scope .pned__hint{text-transform:none;letter-spacing:0;color:var(--faint)}.profile-scope .pned__empty{grid-column:1/-1;color:var(--faint);font-size:13px;padding:14px 4px}.profile-scope .pned__cur{display:grid;grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:11px;margin-bottom:20px}.profile-scope .pned__chip{position:relative;background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:8px 8px 9px;text-align:center;cursor:grab;touch-action:none;transition:transform .15s,box-shadow .15s,opacity .15s}.profile-scope .pned__chip:active{cursor:grabbing}.profile-scope .pned__chip.dragging{opacity:.4}.profile-scope .pned__chip.over{box-shadow:inset 0 0 0 2px var(--ac);transform:translateY(-2px)}.profile-scope .pned__chip .pned__cv{width:100%;margin-bottom:7px;border-radius:8px;overflow:hidden;pointer-events:none}.profile-scope .pned__chip .pned__cv .chcard,.profile-scope .pned__chip .pned__cv .cv,.profile-scope .pned__chip .pned__cv .cvph{aspect-ratio:2/3;border-radius:8px!important}.profile-scope .pned__nm{font-size:12px;font-weight:600;line-height:1.25;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.profile-scope .pned__pos{position:absolute;top:6px;left:6px;z-index:2;min-width:18px;height:18px;display:grid;place-items:center;border-radius:6px;background:rgba(8,10,14,.72);color:#fff;font-family:var(--font-mono);font-size:10px;font-weight:700;pointer-events:none}.profile-scope .pned__rm{position:absolute;top:5px;right:5px;z-index:3;width:22px;height:22px;display:grid;place-items:center;border:none;border-radius:50%;background:rgba(8,10,14,.72);color:#fff;cursor:pointer}.profile-scope .pned__rm:hover{background:var(--bad)}.profile-scope .pned__rm svg{width:12px;height:12px}.profile-scope .pned__seg{display:inline-flex;gap:2px;background:var(--surface-2);border:1px solid var(--line);border-radius:9px;padding:2px;margin-bottom:11px}.profile-scope .pned__seg button{border:none;background:none;color:var(--muted);font-family:inherit;font-size:12.5px;font-weight:600;padding:6px 13px;border-radius:7px;cursor:pointer}.profile-scope .pned__seg button.on{background:var(--accent);color:var(--accent-ink)}.profile-scope .pned__search{width:100%;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:9px;color:var(--text);font-family:inherit;font-size:13.5px;padding:9px 12px;margin-bottom:12px}.profile-scope .pned__search:focus{outline:none;border-color:var(--accent)}.profile-scope .pned__pool{display:grid;grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:10px;max-height:300px;overflow-y:auto;padding-right:2px}.profile-scope .pned__pitem{position:relative;background:var(--surface-2);border:1px solid var(--line);border-radius:11px;padding:8px;cursor:pointer;font-family:inherit;text-align:left;transition:.14s}.profile-scope .pned__pitem:hover:not(:disabled){border-color:var(--accent);transform:translateY(-2px)}.profile-scope .pned__pitem:disabled{opacity:.5;cursor:default}.profile-scope .pned__pitem.added{border-color:color-mix(in srgb,var(--ok) 50%,transparent)}.profile-scope .pned__pcv{margin-bottom:7px}.profile-scope .pned__pnm{display:block;font-size:11.5px;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text)}.profile-scope .pned__padd{position:absolute;top:13px;right:13px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;font-size:13px;font-weight:700;background:rgba(8,10,14,.7);color:#fff}.profile-scope .pned__pitem.added .pned__padd{background:var(--ok);color:#04140c}.profile-scope .picks--eq{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;align-items:start}@media (max-width:680px){.profile-scope .picks--eq{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}}.profile-scope .pickeq{position:relative;display:flex;flex-direction:column;border-radius:14px;cursor:pointer;overflow:hidden;transition:transform .2s,box-shadow .3s}.profile-scope .pickeq:hover{transform:translateY(-3px);box-shadow:0 22px 46px -24px color-mix(in srgb,var(--ac) 60%,transparent)}.profile-scope .pickeq__pic{position:relative;aspect-ratio:2/3;overflow:hidden;background:#0c0e12;border-radius:14px}.profile-scope .pickeq__pic .chcard,.profile-scope .pickeq__pic .cv,.profile-scope .pickeq__pic .cvph{width:100%;height:100%;border-radius:0!important;box-shadow:none!important;aspect-ratio:auto!important}.profile-scope .pickeq__pic .chcard__img,.profile-scope .pickeq__pic .cv__img,.profile-scope .pickeq__pic img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0!important}.profile-scope .pickeq__pic .chcard__name,.profile-scope .pickeq__pic .chcard__scrim,.profile-scope .pickeq__pic .cv__rank,.profile-scope .pickeq__pic .cv__scrim,.profile-scope .pickeq__pic .cv__shine,.profile-scope .pickeq__pic .cv__ttl{display:none!important}.profile-scope .pickeq__pill{position:absolute;top:10px;left:10px;z-index:2}.profile-scope .pickeq__pill .pick-pill{color:#fff;background:rgba(8,10,14,.6);backdrop-filter:blur(6px);border:1px solid color-mix(in srgb,var(--ac) 50%,rgba(255,255,255,.18))}.profile-scope .pickeq__flag{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:20px 11px 9px;font-family:var(--font-display);font-weight:700;font-size:14px;letter-spacing:-.01em;color:#fff;line-height:1.22;background:linear-gradient(180deg,transparent,rgba(6,8,12,.5) 40%,rgba(6,8,12,.92));text-shadow:0 1px 6px rgba(0,0,0,.7);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-scope .pick-pill{display:inline-flex;align-items:center;gap:5px;font-size:9.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;border-radius:99px;padding:3px 9px;color:var(--ac,var(--accent));background:color-mix(in srgb,var(--ac,var(--accent)) 13%,transparent);border:1px solid color-mix(in srgb,var(--ac,var(--accent)) 32%,transparent)}.profile-scope .gs{background:linear-gradient(150deg,color-mix(in srgb,var(--accent) 13%,var(--surface)),var(--surface));border:1px solid color-mix(in srgb,var(--accent) 32%,transparent);border-radius:var(--radius);padding:clamp(15px,2vw,20px);margin-bottom:22px;box-shadow:0 22px 54px -34px rgba(0,0,0,.7)}.profile-scope .gs__top{display:flex;align-items:flex-start;gap:13px;margin-bottom:15px}.profile-scope .gs__ring{flex:0 0 auto;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--accent) calc(var(--p, 0) * 1%),var(--line) 0)}.profile-scope .gs__ring i{width:38px;height:38px;border-radius:50%;background:var(--surface);display:grid;place-items:center;font-family:var(--font-display);font-size:12px;font-weight:700;color:var(--text);font-style:normal}.profile-scope .gs__tx{flex:1;min-width:0}.profile-scope .gs__tx b{display:block;font-family:var(--font-display);font-size:16px;font-weight:700;letter-spacing:-.01em}.profile-scope .gs__tx small{font-size:12.5px;color:var(--muted)}.profile-scope .gs__x{flex:0 0 auto;background:none;border:none;color:var(--faint);cursor:pointer;font-size:13px;padding:4px 6px;border-radius:7px}.profile-scope .gs__x:hover{color:var(--text);background:var(--surface-2)}.profile-scope .gs__steps{display:flex;flex-direction:column;gap:6px}.profile-scope .gs__step{display:flex;align-items:center;gap:11px;width:100%;text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:11px;padding:11px 13px;font-family:inherit;font-size:13.5px;color:var(--text);cursor:pointer;transition:.14s}.profile-scope .gs__step:hover{border-color:var(--accent);transform:translateX(2px)}.profile-scope .gs__ck{flex:0 0 auto;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;border:2px solid var(--line-strong);color:transparent;font-size:12px}.profile-scope .gs__step.done{cursor:default}.profile-scope .gs__step.done:hover{transform:none;border-color:var(--line)}.profile-scope .gs__step.done .gs__ck{background:var(--ok);border-color:var(--ok);color:#fff}.profile-scope .gs__step.done .gs__lab{color:var(--faint);text-decoration:line-through}.profile-scope .gs__lab{flex:1;min-width:0}.profile-scope .gs__go{flex:0 0 auto;color:var(--faint);font-size:16px;line-height:1}.profile-scope .gs__step.done .gs__go{display:none}.profile-scope .gs__done{display:flex;align-items:center;gap:11px;padding:4px 2px}.profile-scope .gs__done .ic{width:34px;height:34px;border-radius:50%;flex:0 0 auto;display:grid;place-items:center;background:color-mix(in srgb,var(--ok) 16%,transparent);color:var(--ok)}.profile-scope .gs__done b{font-family:var(--font-display);font-size:15px;font-weight:700}.profile-scope .gs__done small{display:block;font-size:12.5px;color:var(--muted)}.profile-scope .filters{display:flex;gap:7px;margin-bottom:14px;flex-wrap:wrap}.profile-scope .filters button{font-size:12px;color:var(--muted);padding:6px 13px;border-radius:99px;border:1px solid var(--line);background:transparent}.profile-scope .filters button.on{background:var(--accent);color:var(--accent-ink);border-color:var(--accent);font-weight:600}.profile-scope .list{display:flex;flex-direction:column;gap:9px}.profile-scope .list--capped{max-height:clamp(360px,60vh,640px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;padding-right:4px}.profile-scope .li{display:flex;align-items:center;gap:13px;background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:10px 13px;position:relative;cursor:pointer}.profile-scope .li__edit{position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:8px;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--line);color:var(--faint);opacity:0;transition:.15s;cursor:pointer}.profile-scope .li:hover .li__edit{opacity:1}.profile-scope .li__edit:hover{color:var(--text);border-color:var(--accent)}.profile-scope .li__edit svg{width:12px;height:12px}@media (hover:none){.profile-scope .li__edit{opacity:.7}}.profile-scope .li__cv{width:38px;height:54px;flex:0 0 auto}.profile-scope .li__b{flex:1;min-width:0}.profile-scope .li__b strong{font-size:13.5px;font-weight:600;display:block;margin-bottom:6px}.profile-scope .li__b .row{display:flex;align-items:center;gap:9px}.profile-scope .li__b .prog{flex:1;max-width:220px}.profile-scope .li__b .ep{font-family:var(--font-mono);font-size:10.5px;color:var(--faint);white-space:nowrap}.profile-scope .li__cv .cv__ttl{display:none}.sech__acts{display:inline-flex;align-items:center;gap:8px}.lmm{display:flex;flex-direction:column;width:min(1100px,90vw);max-height:90vh;padding:0;overflow:hidden;position:relative}.lmm__x{position:absolute;top:14px;right:14px;z-index:4;background:var(--surface-2)}.lmm__head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex:0 0 auto;padding:20px 54px 12px 22px}.lmm__title h3{font-family:var(--font-display);font-size:21px;font-weight:700;letter-spacing:-.02em;margin:0}.lmm__title span{font-size:12.5px;color:var(--faint)}.lmm__filters{padding:0 22px;flex:0 0 auto}.lmm__add{gap:8px}.lmm__add,.lmm__addbar{display:flex;flex:0 0 auto}.lmm__addbar{align-items:center;gap:13px;padding:0 22px 12px}.lmm__addbar .tsearch{flex:0 0 min(340px,60%)}.lmm__addbar .tsearch__box{min-width:0}.lmm__addbar span{font-size:12px;color:var(--faint);line-height:1.4}@media (max-width:560px){.lmm__addbar span{display:none}.lmm__addbar .tsearch{flex:1}}.lmm__scroll{overflow-y:auto;padding:4px 22px 22px;flex:1;min-height:0}.lm__tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}.lm__tab{display:inline-flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--line);border-radius:99px;padding:8px 14px;font-size:13px;color:var(--muted);font-family:inherit;cursor:pointer;transition:.14s}.lm__tab:hover{border-color:var(--line-strong);color:var(--text)}.lm__tab.on{background:var(--accent);border-color:var(--accent);color:var(--accent-ink);font-weight:600}.lm__tab b{font-variant-numeric:tabular-nums;font-weight:700;color:var(--text)}.lm__tab.on b{color:var(--accent-ink)}.lm__bar{gap:10px;flex-wrap:wrap;margin-bottom:14px}.lm__bar,.lm__search{display:flex;align-items:center}.lm__search{flex:1;min-width:180px;gap:9px;background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-btn);padding:9px 13px}.lm__search svg{width:15px;height:15px;color:var(--faint);flex:0 0 auto}.lm__search input{flex:1;min-width:0;background:none;border:none;color:var(--text);font-family:inherit;font-size:13.5px}.lm__search input:focus{outline:none}.lm__sel{background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-btn);color:var(--text);font-family:inherit;font-size:13px;padding:9px 12px;cursor:pointer}.lm__sel:focus{outline:none;border-color:var(--accent)}.lm__seg{display:inline-flex;background:var(--surface-2);border:1px solid var(--line);border-radius:9px;padding:2px}.lm__seg button{border:none;background:transparent;border-radius:7px;color:var(--faint);cursor:pointer;font-family:inherit;font-size:12px;padding:6px 12px}.lm__seg button.on{background:var(--surface);color:var(--text);box-shadow:0 1px 2px rgba(0,0,0,.35)}.lm__list{display:flex;flex-direction:column;gap:9px}.lm__row{display:grid;grid-template-columns:46px 1fr 150px 92px 150px 34px;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:10px 12px;transition:border-color .14s}.lm__row:hover{border-color:var(--line-strong)}.lm__cv{width:46px;flex:0 0 auto;cursor:pointer}.lm__cv .cv__rank,.lm__cv .cv__ttl{display:none}.lm__main{min-width:0;cursor:pointer}.lm__title{font-size:14px;font-weight:600}.lm__meta,.lm__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lm__meta{font-size:11px;color:var(--faint);margin-top:3px}.lm__prog{display:flex;align-items:center;gap:8px}.lm__prog .bar{flex:1;height:6px;border-radius:99px;background:var(--surface-2);overflow:hidden}.lm__prog .bar i{display:block;height:100%;background:var(--accent)}.lm__step{display:flex;align-items:center;border:1px solid var(--line-strong);border-radius:8px;overflow:hidden;flex:0 0 auto}.lm__step button{width:24px;height:26px;border:none;background:var(--surface-2);color:var(--muted);cursor:pointer;font-size:14px;line-height:1;padding:0}.lm__step button:hover:not(:disabled){background:var(--surface);color:var(--text)}.lm__step button:disabled{opacity:.35;cursor:default}.lm__step span{min-width:54px;text-align:center;font-family:var(--font-mono);font-size:11px;color:var(--text);padding:0 4px}.lm__score{display:flex;align-items:center;gap:6px;justify-content:center}.lm__score input{width:54px;background:var(--surface-2);border:1px solid var(--line);border-radius:8px;color:var(--text);font-family:var(--font-mono);font-size:13px;text-align:center;padding:6px 4px}.lm__score input:focus{outline:none;border-color:var(--accent)}.lm__score .star{color:var(--gold);font-size:13px}.lm__status select{width:100%;background:var(--surface-2);border:1px solid var(--line);border-radius:8px;color:var(--text);font-family:inherit;font-size:12.5px;padding:7px 8px;cursor:pointer;box-shadow:inset 3px 0 0 var(--sc,var(--muted))}.lm__status select:focus{outline:none;border-color:var(--accent)}.lm__del{width:32px;height:32px;border:1px solid var(--line);background:transparent;border-radius:8px;color:var(--faint);cursor:pointer;display:grid;place-items:center}.lm__del:hover:not(:disabled){color:#f5a0a0;border-color:var(--bad)}.lm__del:disabled{opacity:.4;cursor:default}.lm__del svg{width:14px;height:14px}.lm__empty{text-align:center;color:var(--faint);padding:48px 20px;font-size:14px}.lm__more{display:flex;justify-content:center;margin-top:18px}.lm__spin{display:inline-block;width:14px;height:14px;margin-right:7px;vertical-align:-2px;border-radius:50%;border:2px solid var(--line-strong);border-top-color:var(--accent);animation:pfspin .7s linear infinite}.lm__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:16px 12px}.lm__gcell{cursor:pointer}.lm__gcell small{display:block;font-size:11px;color:var(--muted);margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lm__gtags{display:flex;align-items:center;gap:5px;margin-top:5px}@media (max-width:780px){.lm__row{grid-template-columns:44px 1fr auto;grid-template-areas:"cv main status" "cv prog score";row-gap:9px}.lm__cv{grid-area:cv;align-self:start}.lm__main{grid-area:main}.lm__prog{grid-area:prog}.lm__score{grid-area:score}.lm__status{grid-area:status;min-width:128px}.lm__del{display:none}}.profile-scope .about__text{margin:0;color:var(--muted);font-size:13.5px;line-height:1.6;white-space:pre-wrap}@media (max-width:939px){.profile-scope .main{padding-top:0}.profile-scope .layout{grid-template-columns:minmax(0,1fr);margin-top:-46px}.profile-scope .layout>*{min-width:0;max-width:100%}.profile-scope .side{position:static;align-items:center;text-align:center}.profile-scope .idcard{align-items:center}.profile-scope .idcard__meta{justify-content:center}.profile-scope .idcard__bio{text-align:center;max-width:420px}.profile-scope .soc{justify-content:center}.profile-scope .side__actions{width:100%;max-width:360px}.profile-scope .panel{width:100%}.profile-scope .chargrid{grid-template-columns:repeat(5,1fr)}}@media (max-width:560px){.profile-scope .chargrid{grid-template-columns:repeat(4,1fr)}.profile-scope .covitem,.profile-scope .rail .cv{width:104px}.profile-scope .genre{grid-template-columns:84px 1fr 26px}}.profile-scope .cat__hero{max-width:var(--maxw);margin:0 auto;padding:clamp(22px,3vw,38px) clamp(16px,4vw,40px) 6px}.profile-scope .cat__hero h1{font-family:var(--font-display);font-weight:700;font-size:clamp(24px,3.4vw,34px);letter-spacing:-.02em;margin:0 0 4px}.profile-scope .cat__hero p{color:var(--muted);font-size:13.5px;margin:0}.profile-scope .cat__bar{position:sticky;top:57px;z-index:40;background:color-mix(in srgb,var(--bg) 86%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);padding:12px 0}.profile-scope .cat__barin{max-width:var(--maxw);margin:0 auto;padding:0 clamp(16px,4vw,40px);display:flex;gap:10px;align-items:center;flex-wrap:wrap}.profile-scope .cat__search{flex:1;min-width:200px;display:flex;align-items:center;gap:9px;background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-btn);padding:10px 13px}.profile-scope .cat__search svg{width:16px;height:16px;color:var(--faint);flex:0 0 auto}.profile-scope .cat__search input{flex:1;min-width:0;background:none;border:none;color:var(--text);font-family:inherit;font-size:14px}.profile-scope .cat__search input:focus{outline:none}.profile-scope .cat__sel{background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-btn);color:var(--text);font-family:inherit;font-size:13px;padding:10px 12px;cursor:pointer}.profile-scope .cat__sel:focus{outline:none;border-color:var(--accent)}.profile-scope .cat__seg{display:inline-flex;background:var(--surface-2);border:1px solid var(--line);border-radius:9px;padding:2px}.profile-scope .cat__seg button{border:none;background:transparent;border-radius:7px;color:var(--faint);cursor:pointer;font-family:inherit;font-size:12.5px;padding:7px 14px}.profile-scope .cat__seg button.on{background:var(--surface);color:var(--text);box-shadow:0 1px 2px rgba(0,0,0,.35)}.profile-scope .cat__genres{max-width:var(--maxw);margin:0 auto;padding:14px clamp(16px,4vw,40px) 0;display:flex;gap:7px;flex-wrap:wrap}.profile-scope .cat__chip{font-size:12px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:99px;padding:6px 13px;cursor:pointer;transition:.13s}.profile-scope .cat__chip:hover{border-color:var(--line-strong);color:var(--text)}.profile-scope .cat__chip.on{background:var(--accent);border-color:var(--accent);color:var(--accent-ink);font-weight:600}.profile-scope .cat__wrap{max-width:var(--maxw);margin:0 auto;padding:18px clamp(16px,4vw,40px) 90px}.profile-scope .cat__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:20px 16px}.profile-scope .cat__card{cursor:pointer;text-align:left;background:none;border:none;padding:0;font-family:inherit;color:var(--text)}.profile-scope .cat__cv{position:relative;aspect-ratio:2/3;border-radius:var(--radius-cv,10px);overflow:hidden;background:linear-gradient(160deg,#2a3350,#161b2c);box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);transition:transform .16s,box-shadow .16s}.profile-scope .cat__cv img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s}.profile-scope .cat__cv img.on{opacity:1}.profile-scope .cat__card:hover .cat__cv{box-shadow:inset 0 0 0 1px var(--accent),0 14px 30px -16px rgba(0,0,0,.7);transform:translateY(-3px)}.profile-scope .cat__score{position:absolute;top:7px;right:7px;background:rgba(8,10,16,.74);backdrop-filter:blur(4px);color:var(--gold);font-family:var(--font-mono);font-size:11px;font-weight:600;padding:3px 7px;border-radius:7px}.profile-scope .cat__badge{position:absolute;top:7px;left:7px;display:inline-flex;align-items:center;gap:5px;background:rgba(8,10,16,.72);backdrop-filter:blur(4px);color:#fff;font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:3px 8px 3px 6px;border-radius:6px;border:1px solid rgba(255,255,255,.14)}.profile-scope .cat__badge:before{content:"";width:5px;height:5px;border-radius:50%;background:#46d39a;flex:0 0 auto}.profile-scope .cat__t{font-size:13px;font-weight:600;margin-top:9px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-scope .cat__m{font-size:11px;color:var(--faint);margin-top:3px}.profile-scope .cat__state{text-align:center;color:var(--faint);padding:70px 20px;font-size:14px}.profile-scope .cstate{display:flex;flex-direction:column;align-items:center;text-align:center;padding:64px 20px;max-width:340px;margin:0 auto}.profile-scope .cstate__ic{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;margin-bottom:16px;background:var(--surface);border:1px solid var(--line-strong)}.profile-scope .cstate__ic svg{width:26px;height:26px;color:var(--faint)}.profile-scope .cstate--err .cstate__ic{background:color-mix(in srgb,var(--bad) 12%,var(--surface));border-color:color-mix(in srgb,var(--bad) 32%,transparent)}.profile-scope .cstate--err .cstate__ic svg{color:var(--bad)}.profile-scope .cstate b{font-family:var(--font-display);font-size:17px;color:var(--text);margin-bottom:6px}.profile-scope .cstate p{font-size:13px;color:var(--faint);line-height:1.55;margin:0 0 18px}.profile-scope .cstate p code{font-family:var(--font-mono);font-size:12px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:5px;padding:1px 6px}.profile-scope .cat__more{display:flex;justify-content:center;margin-top:30px}.profile-scope .cat__skel{aspect-ratio:2/3;border-radius:10px;background:linear-gradient(110deg,var(--surface) 30%,var(--surface-2) 50%,var(--surface) 70%);background-size:220% 100%;animation:catshim 1.3s linear infinite}.profile-scope .cad__pick{display:grid;grid-template-columns:1fr 1fr;gap:9px}.profile-scope .cad__opt{display:flex;align-items:center;gap:10px;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:11px;padding:13px 14px;cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:600;color:var(--text);transition:.14s;text-align:left}.profile-scope .cad__opt:hover{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 9%,var(--surface-2));transform:translateY(-1px)}.profile-scope .cad__dot{width:9px;height:9px;border-radius:50%;flex:0 0 auto;background:var(--dot-c,var(--accent))}@keyframes catshim{to{background-position:-220% 0}}.profile-scope .cad__opt:disabled{opacity:.55;cursor:default;transform:none}.profile-scope .cad__signin{font-size:13px;color:var(--muted);margin:0}.profile-scope .cad__signin a{color:var(--accent);font-weight:600;text-decoration:none}.profile-scope .cad__signin a:hover{text-decoration:underline}.profile-scope .cad__foot{margin:16px 0 0;padding-top:13px;border-top:1px solid var(--line)}.profile-scope .cad .md__top{--mc:var(--accent)}.profile-scope .cad .md__cv{width:100px}.profile-scope .cad .md__genres{margin-bottom:16px}.profile-scope .cad .f__ok{font-size:13px}.profile-scope .cad .f__label{margin-bottom:10px}.profile-scope .fullbg{position:fixed;inset:0;z-index:0;pointer-events:none}.profile-scope .fullbg__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.05)}.profile-scope .fullbg__veil{position:absolute;inset:0;background:linear-gradient(180deg,transparent,transparent 46%,color-mix(in srgb,var(--bg) 45%,transparent) 72%,var(--bg) 94%)}.profile-scope .banner__edit--float{position:fixed;top:74px;right:clamp(16px,4vw,40px);z-index:40}.profile-scope.has-fullbg .topbar{background:transparent;border-bottom-color:transparent}.profile-scope.has-fullbg .wrap{padding-top:clamp(24px,6vw,64px)}.profile-scope.has-fullbg .layout{margin-top:0}.profile-scope.has-fullbg .card,.profile-scope.has-fullbg .idcard,.profile-scope.has-fullbg .panel{backdrop-filter:blur(8px)}.profile-scope.has-fullbg .sec{background:color-mix(in srgb,var(--surface) 40%,transparent);-webkit-backdrop-filter:blur(8px) saturate(1.05);backdrop-filter:blur(8px) saturate(1.05);border:1px solid color-mix(in srgb,var(--line-strong) 80%,transparent);border-radius:18px;padding:var(--pad-card);box-shadow:0 18px 44px -30px rgba(0,0,0,.5)}.profile-scope.has-fullbg .main{gap:clamp(16px,2.2vw,24px);padding-top:0}.profile-scope.has-fullbg .side>*{background:color-mix(in srgb,var(--surface) 40%,transparent);-webkit-backdrop-filter:blur(8px) saturate(1.05);backdrop-filter:blur(8px) saturate(1.05)}.profile-scope.has-fullbg .idcard{background:color-mix(in srgb,var(--surface) 62%,transparent);-webkit-backdrop-filter:blur(16px) saturate(1.1);backdrop-filter:blur(16px) saturate(1.1);border-radius:18px;padding:var(--pad-card);border:1px solid color-mix(in srgb,var(--line-strong) 80%,transparent);box-shadow:0 18px 44px -30px rgba(0,0,0,.5)}.profile-scope.has-fullbg .side>[data-section=actions],.profile-scope.has-fullbg .side>[data-section=appearance],.profile-scope.has-fullbg .side>[data-section=social]{border:1px solid color-mix(in srgb,var(--line-strong) 80%,transparent);border-radius:18px;box-shadow:0 18px 44px -30px rgba(0,0,0,.5)}.profile-scope.has-fullbg .side>[data-section=actions],.profile-scope.has-fullbg .side>[data-section=social]{padding:var(--pad-card)}.profile-scope.has-fullbg .side>[data-section=actions],.profile-scope.has-fullbg .side>[data-section=social]>.soc{margin-top:0}.profile-scope.has-fullbg .card,.profile-scope.has-fullbg .idcard,.profile-scope.has-fullbg .panel,.profile-scope.has-fullbg .sec,.profile-scope.has-fullbg .side>*{-webkit-transform:translateZ(0);transform:translateZ(0)}.profile-scope .rail--grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px 12px;overflow:visible}.profile-scope .rail--grid .covitem,.profile-scope .rail--grid .cv{width:100%!important}.profile-scope .viewtog{display:inline-flex;gap:2px;background:var(--surface-2);border:1px solid var(--line);border-radius:9px;padding:2px}.profile-scope .viewtog button{width:28px;height:24px;border:none;background:transparent;border-radius:7px;color:var(--faint);cursor:pointer;display:grid;place-items:center;padding:0;transition:.14s}.profile-scope .viewtog button:hover{color:var(--muted)}.profile-scope .viewtog button.on{background:var(--surface);color:var(--text);box-shadow:0 1px 2px rgba(0,0,0,.35)}.profile-scope .viewtog svg{width:15px;height:15px}@media (max-width:640px){.profile-scope .rail--grid{grid-template-columns:repeat(3,1fr)}}.profile-scope .sup{max-width:1080px;margin:0 auto;padding:clamp(22px,3vw,40px) clamp(16px,4vw,40px) 90px;display:grid;grid-template-columns:300px 1fr;gap:clamp(18px,3vw,32px);align-items:start}@media (max-width:820px){.profile-scope .sup{grid-template-columns:1fr}.profile-scope .sup__list{order:2}}.profile-scope .sup__side{position:sticky;top:78px}@media (max-width:820px){.profile-scope .sup__side{position:static}}.profile-scope .sup__h{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px}.profile-scope .sup__h h1{font-family:var(--font-display);font-weight:700;font-size:24px;letter-spacing:-.02em;margin:0}.profile-scope .sup__new{width:100%;justify-content:center;margin-bottom:14px}.profile-scope .sup__list{display:flex;flex-direction:column;gap:8px}.profile-scope .sup__item{text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:12px 13px;cursor:pointer;font-family:inherit;color:var(--text);transition:.14s}.profile-scope .sup__item:hover{border-color:var(--line-strong)}.profile-scope .sup__item.on{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 7%,var(--surface))}.profile-scope .sup__itop{display:flex;align-items:center;gap:8px;margin-bottom:5px}.profile-scope .sup__subj{font-size:13.5px;font-weight:600;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-scope .sup__id{font-family:var(--font-mono);font-size:10.5px;color:var(--faint)}.profile-scope .sup__ibot{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--faint)}.profile-scope .sup__cat{color:var(--muted)}.profile-scope .st{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:3px 8px;border-radius:99px;white-space:nowrap}.profile-scope .st:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.profile-scope .st--open{color:#5ad1e6;background:color-mix(in srgb,#5ad1e6 16%,transparent)}.profile-scope .st--progress{color:var(--gold);background:color-mix(in srgb,var(--gold) 16%,transparent)}.profile-scope .st--resolved{color:var(--ok);background:color-mix(in srgb,var(--ok) 16%,transparent)}.profile-scope .st--closed{color:var(--faint);background:color-mix(in srgb,var(--faint) 18%,transparent)}.profile-scope .sup__main{background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;min-height:420px;display:flex;flex-direction:column}.profile-scope .sup__thead{padding:18px 20px;border-bottom:1px solid var(--line)}.profile-scope .sup__thead h2{font-family:var(--font-display);font-weight:700;font-size:19px;margin:0 0 8px;letter-spacing:-.01em}.profile-scope .sup__thead--form{border-bottom:none;overflow-y:auto}.profile-scope .sup__thead--form h2{margin-bottom:16px}.profile-scope .sup__tmeta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;color:var(--faint)}.profile-scope .sup__thread{flex:1;padding:18px 20px;display:flex;flex-direction:column;gap:14px;overflow-y:auto;max-height:50vh}.profile-scope .msg{display:flex;gap:11px;max-width:88%}.profile-scope .msg__av{width:32px;height:32px;border-radius:50%;flex:0 0 auto;display:grid;place-items:center;font-size:13px;font-weight:700}.profile-scope .msg__av--me{background:linear-gradient(140deg,#43507a,#252b42);overflow:hidden}.profile-scope .msg__av--me img{width:100%;height:100%;object-fit:cover}.profile-scope .msg__av--agent{background:color-mix(in srgb,var(--accent) 22%,var(--surface-2));color:var(--accent)}.profile-scope .msg__b{background:var(--surface-2);border:1px solid var(--line);border-radius:13px;padding:10px 13px}.profile-scope .msg__who{font-size:11px;color:var(--faint);margin-bottom:4px}.profile-scope .msg__who b{color:var(--text);font-weight:600}.profile-scope .msg__txt{font-size:13.5px;line-height:1.5;color:var(--text);white-space:pre-wrap}.profile-scope .msg--me{flex-direction:row-reverse;margin-left:auto}.profile-scope .msg--me .msg__b{background:color-mix(in srgb,var(--accent) 12%,var(--surface-2));border-color:color-mix(in srgb,var(--accent) 30%,transparent)}.profile-scope .msg--me .msg__who{text-align:right}.profile-scope .msg--sys{max-width:100%;justify-content:center}.profile-scope .msg--sys .msg__b{background:transparent;border:none;color:var(--faint);font-size:11.5px;text-align:center;padding:2px}.profile-scope .sup__reply{border-top:1px solid var(--line);padding:14px 16px;display:flex;gap:10px;align-items:flex-end}.profile-scope .sup__reply textarea{flex:1;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:12px;color:var(--text);font-family:inherit;font-size:13.5px;padding:11px 13px;resize:none;min-height:44px;max-height:120px;line-height:1.5}.profile-scope .sup__reply textarea:focus{outline:none;border-color:var(--accent)}.profile-scope .sup__statussel{height:44px;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:12px;color:var(--text);font-family:inherit;font-size:12.5px;font-weight:600;padding:0 10px;cursor:pointer}.profile-scope .sup__statussel:focus{outline:none;border-color:var(--accent)}.profile-scope .sup__resolved{border-top:1px solid var(--line);padding:14px 16px;text-align:center;font-size:12.5px;color:var(--faint);display:flex;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap}.profile-scope .sup__empty{margin:auto;text-align:center;color:var(--faint);padding:40px;max-width:300px}.profile-scope .sup__empty svg{width:32px;height:32px;color:var(--line-strong);margin-bottom:12px}.profile-scope .sup__empty b{display:block;color:var(--text);font-family:var(--font-display);font-weight:700;font-size:16px;margin-bottom:6px}.profile-scope .nt__field{margin-bottom:14px}.profile-scope .nt__field label{display:block;font-size:12px;font-weight:600;color:var(--muted);margin-bottom:6px}.profile-scope .nt__field input,.profile-scope .nt__field select,.profile-scope .nt__field textarea{width:100%;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:10px;color:var(--text);font-family:inherit;font-size:13.5px;padding:11px 13px}.profile-scope .nt__field textarea{resize:vertical;min-height:120px;line-height:1.5}.profile-scope .nt__field input:focus,.profile-scope .nt__field select:focus,.profile-scope .nt__field textarea:focus{outline:none;border-color:var(--accent)}.profile-scope .nt__cats{display:flex;gap:8px;flex-wrap:wrap}.profile-scope .nt__cat{font-size:12.5px;color:var(--muted);background:var(--surface-2);border:1px solid var(--line);border-radius:99px;padding:8px 14px;cursor:pointer}.profile-scope .nt__cat.on{background:var(--accent);border-color:var(--accent);color:var(--accent-ink);font-weight:600}.profile-scope .nt__foot{display:flex;justify-content:flex-end;gap:9px;margin-top:6px}.profile-scope .nt__hint{font-size:11.5px;color:var(--faint);margin:7px 0 0;line-height:1.5}.profile-scope .plus .wrap{max-width:var(--maxw);margin:0 auto;padding:clamp(28px,5vw,60px) clamp(16px,4vw,40px) 90px}.profile-scope .plus .hero{position:relative;text-align:center;margin-bottom:clamp(28px,5vw,48px)}.profile-scope .plus .hero__aura{display:none}.profile-scope .plus .hero__badge{position:relative;display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;letter-spacing:.06em;color:var(--gold);background:color-mix(in srgb,var(--gold) 12%,transparent);border:1px solid color-mix(in srgb,var(--gold) 32%,transparent);border-radius:99px;padding:6px 14px;margin-bottom:18px}.profile-scope .plus .hero__badge .brandmark{width:19px;height:19px;margin-left:-3px}.profile-scope .plus .hero h1{position:relative;font-family:var(--font-display);font-weight:700;font-size:clamp(30px,5.5vw,52px);line-height:1.02;letter-spacing:-.03em;margin:0 0 14px;text-wrap:balance}.profile-scope .plus .hero h1 em{font-style:normal;color:var(--gold)}.profile-scope .plus .hero p{position:relative;font-size:clamp(15px,2vw,18px);color:var(--muted);max-width:540px;margin:0 auto;line-height:1.55;text-wrap:pretty}.profile-scope .plus .hero__proof{position:relative;display:inline-flex;align-items:center;gap:9px;margin-top:20px;color:var(--faint);font-size:12.5px}.profile-scope .plus .hero__proof .avs{display:flex}.profile-scope .plus .hero__proof .avs i{width:24px;height:24px;border-radius:50%;margin-left:-7px;border:2px solid var(--bg);background:linear-gradient(140deg,#5a4680,#272d44)}.profile-scope .plus .hero__proof .avs i:first-child{margin-left:0}.profile-scope .plus .hero__proof b{color:var(--text);font-family:var(--font-mono);font-weight:600}.profile-scope .plus .cols{display:grid;grid-template-columns:1fr 1fr;gap:clamp(18px,3vw,28px);align-items:start}@media(max-width:840px){.profile-scope .plus .cols{grid-template-columns:1fr}}.profile-scope .plus .plan{background:var(--surface);border:1px solid var(--line-strong);border-radius:20px;padding:clamp(20px,3vw,28px);position:relative;overflow:hidden}.profile-scope .plus .plan:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--gold)}.profile-scope .plus .toggle{display:flex;background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:3px;margin-bottom:20px;position:relative}.profile-scope .plus .toggle button{flex:1;border:none;background:transparent;border-radius:9px;padding:10px;font-family:inherit;font-size:13px;font-weight:600;color:var(--muted);cursor:pointer;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:7px}.profile-scope .plus .toggle button.on{background:var(--bg);color:var(--text);box-shadow:0 1px 3px rgba(0,0,0,.4)}.profile-scope .plus .save{font-size:10px;font-weight:700;color:var(--gold);background:color-mix(in srgb,var(--gold) 16%,transparent);border-radius:99px;padding:1px 7px}.profile-scope .plus .price{display:flex;align-items:baseline;gap:8px;margin-bottom:6px}.profile-scope .plus .price b{font-family:var(--font-display);font-size:clamp(34px,5vw,46px);font-weight:700;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.profile-scope .plus .price span:not(.save){color:var(--muted);font-size:14px}.profile-scope .plus .price__sub{font-size:12.5px;color:var(--faint);margin-bottom:20px}.profile-scope .plus .plan__cta{width:100%;justify-content:center;font-size:15px;padding:14px;background:var(--gold);color:#1a1205;border:none;font-weight:700}.profile-scope .plus .plan__cta:hover{filter:brightness(1.06)}.profile-scope .plus .plan__cta:disabled{opacity:.6;cursor:default;filter:none}.profile-scope .plus .plan__trust{display:flex;flex-wrap:wrap;gap:6px 14px;margin-top:14px;justify-content:center}.profile-scope .plus .plan__trust span{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--faint)}.profile-scope .plus .plan__trust svg{width:13px;height:13px;color:var(--ok)}.profile-scope .plus .plan__pay{text-align:center;margin-top:12px;font-size:10.5px;color:var(--faint);letter-spacing:.02em}.profile-scope .plus .benefits h3{font-family:var(--font-display);font-weight:700;font-size:17px;margin:0 0 14px;letter-spacing:-.01em}.profile-scope .plus .ben{display:flex;gap:13px;padding:13px;border-radius:13px;border:1px solid var(--line);background:var(--surface);margin-bottom:9px}.profile-scope .plus .ben__ic{width:38px;height:38px;border-radius:11px;flex:0 0 auto;display:grid;place-items:center;color:var(--gold);background:color-mix(in srgb,var(--gold) 12%,transparent)}.profile-scope .plus .ben__ic svg{width:19px;height:19px}.profile-scope .plus .ben b{display:block;font-size:14px;font-weight:600;margin-bottom:2px}.profile-scope .plus .ben small{font-size:12px;color:var(--muted);line-height:1.45}.profile-scope .plus .tip{margin-top:clamp(26px,4vw,44px);background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:clamp(20px,3vw,30px)}.profile-scope .plus .tip__head{display:flex;align-items:center;gap:13px;margin-bottom:8px}.profile-scope .plus .tip__ic{width:44px;height:44px;border-radius:13px;flex:0 0 auto;display:grid;place-items:center;color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,transparent)}.profile-scope .plus .tip__ic svg{width:22px;height:22px}.profile-scope .plus .tip h3{font-family:var(--font-display);font-weight:700;font-size:clamp(19px,2.6vw,24px);margin:0;letter-spacing:-.02em}.profile-scope .plus .tip__head p{margin:2px 0 0;font-size:13px;color:var(--muted)}.profile-scope .plus .tip__body{font-size:13.5px;color:var(--muted);line-height:1.55;margin:14px 0 18px;max-width:620px;text-wrap:pretty}.profile-scope .plus .tip__amts{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:14px}.profile-scope .plus .tip__amt{background:var(--surface-2);border:1.5px solid var(--line);border-radius:12px;padding:13px 20px;font-family:var(--font-display);font-weight:700;font-size:16px;color:var(--text);cursor:pointer;transition:.14s;min-width:74px;display:flex;flex-direction:column;align-items:center;gap:1px}.profile-scope .plus .tip__amt small{font-size:9.5px;font-weight:500;color:var(--faint);letter-spacing:.02em}.profile-scope .plus .tip__amt:hover{border-color:var(--line-strong)}.profile-scope .plus .tip__amt.on{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,var(--surface-2));color:var(--accent)}.profile-scope .plus .tip__custom{position:relative;flex:1;min-width:120px}.profile-scope .plus .tip__custom span{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--faint);font-family:var(--font-display);font-weight:700}.profile-scope .plus .tip__custom input{width:100%;height:100%;min-height:54px;background:var(--surface-2);border:1.5px solid var(--line);border-radius:12px;padding:0 14px 0 28px;font-family:var(--font-display);font-weight:700;font-size:16px;color:var(--text)}.profile-scope .plus .tip__custom input:focus{outline:none;border-color:var(--accent)}.profile-scope .plus .tip__msg{width:100%;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:12px;padding:12px 14px;font-family:inherit;font-size:13.5px;color:var(--text);resize:vertical;min-height:52px;margin-bottom:14px}.profile-scope .plus .tip__msg:focus{outline:none;border-color:var(--accent)}.profile-scope .plus .tip__foot{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.profile-scope .plus .tip__cta{background:var(--accent);color:var(--accent-ink);border:none;border-radius:12px;padding:13px 24px;font-family:inherit;font-weight:700;font-size:14.5px;cursor:pointer}.profile-scope .plus .tip__cta:hover{filter:brightness(1.07)}.profile-scope .plus .tip__note{font-size:11.5px;color:var(--faint)}.profile-scope .plus .faq{margin-top:clamp(26px,4vw,44px)}.profile-scope .plus .faq h3{font-family:var(--font-display);font-weight:700;font-size:20px;text-align:center;margin:0 0 18px;letter-spacing:-.02em}.profile-scope .plus .faq__q{border:1px solid var(--line);border-radius:13px;background:var(--surface);margin-bottom:9px;overflow:hidden}.profile-scope .plus .faq__q summary{padding:14px 16px;font-size:14px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.profile-scope .plus .faq__q summary::-webkit-details-marker{display:none}.profile-scope .plus .faq__q summary:after{content:"+";color:var(--faint);font-size:18px}.profile-scope .plus .faq__q[open] summary:after{content:"−"}.profile-scope .plus .faq__q p{margin:0;padding:0 16px 15px;font-size:13px;color:var(--muted);line-height:1.55}.profile-scope .plus .toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(20px);z-index:200;opacity:0;background:var(--surface);border:1px solid var(--line-strong);border-radius:12px;padding:13px 20px;font-size:13.5px;box-shadow:0 20px 50px -16px rgba(0,0,0,.7);transition:.25s;display:flex;align-items:center;gap:9px;pointer-events:none}.profile-scope .plus .toast.on{opacity:1;transform:translateX(-50%) translateY(0)}.profile-scope .plus .toast svg{width:16px;height:16px;color:var(--ok)}.profile-scope>.toast{position:fixed;left:50%;bottom:26px;transform:translateX(-50%) translateY(20px);z-index:210;background:var(--surface);border:1px solid var(--line-strong);border-radius:12px;padding:12px 18px;font-size:13.5px;color:var(--text);box-shadow:0 24px 50px -20px rgba(0,0,0,.8);opacity:0;pointer-events:none;transition:.25s;display:flex;align-items:center;gap:9px}.profile-scope>.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.profile-scope>.toast svg{width:16px;height:16px;color:var(--ok)}.profile-scope .xp__hero{max-width:var(--maxw);margin:0 auto;padding:clamp(22px,3vw,38px) clamp(16px,4vw,40px) 6px}.profile-scope .xp__hero h1{font-family:var(--font-display);font-weight:700;font-size:clamp(24px,3.4vw,34px);letter-spacing:-.02em;margin:0 0 4px}.profile-scope .xp__hero p{color:var(--muted);font-size:13.5px;margin:0}.profile-scope .xp__bar{position:sticky;top:57px;z-index:40;background:color-mix(in srgb,var(--bg) 86%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);padding:12px 0}.profile-scope .xp__barin{max-width:var(--maxw);margin:0 auto;padding:0 clamp(16px,4vw,40px);display:flex;gap:10px;align-items:center;flex-wrap:wrap}.profile-scope .xp__search{flex:1;min-width:200px;display:flex;align-items:center;gap:9px;background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-btn);padding:10px 13px}.profile-scope .xp__search svg{width:16px;height:16px;color:var(--faint);flex:0 0 auto}.profile-scope .xp__search input{flex:1;min-width:0;background:none;border:none;color:var(--text);font-family:inherit;font-size:14px}.profile-scope .xp__search input:focus{outline:none}.profile-scope .xp__sel{background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-btn);color:var(--text);font-family:inherit;font-size:13px;padding:10px 12px;cursor:pointer}.profile-scope .xp__sel:focus{outline:none;border-color:var(--accent)}.profile-scope .xp__chips{max-width:var(--maxw);margin:0 auto;padding:14px clamp(16px,4vw,40px) 0;display:flex;gap:7px;flex-wrap:wrap}.profile-scope .xp__chip{font-size:12px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:99px;padding:6px 13px;cursor:pointer;transition:.13s}.profile-scope .xp__chip:hover{border-color:var(--line-strong);color:var(--text)}.profile-scope .xp__chip.on{background:var(--accent);border-color:var(--accent);color:var(--accent-ink);font-weight:600}.profile-scope .xp__wrap{max-width:var(--maxw);margin:0 auto;padding:18px clamp(16px,4vw,40px) 90px}.profile-scope .xp__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:18px}.profile-scope .pc{display:block;text-decoration:none;color:var(--text);background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:transform .16s,border-color .16s,box-shadow .16s}.profile-scope .pc:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:0 24px 50px -28px rgba(0,0,0,.7)}.profile-scope .pc__ban{height:78px;position:relative;overflow:hidden;background:linear-gradient(120deg,var(--c1,#3a4f8c),var(--c2,#6f8cff))}.profile-scope .pc__ban img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:.5s}.profile-scope .pc__ban img.on{opacity:1}.profile-scope .pc__ban:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.12),transparent 35%,transparent 55%,color-mix(in srgb,var(--surface) 55%,transparent) 82%,var(--surface) 100%)}.profile-scope .pc__top{display:flex;align-items:flex-end;gap:11px;padding:0 16px;margin-top:-22px;position:relative;z-index:2}.profile-scope .pc__av{width:56px;height:56px;border-radius:16px;border:3px solid var(--surface);overflow:hidden;background:radial-gradient(circle at 40% 32%,#43507a,#252b42);position:relative;flex:0 0 auto;box-shadow:0 6px 16px -6px rgba(0,0,0,.6)}.profile-scope .pc__av img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top;opacity:0;transition:.4s}.profile-scope .pc__av img.on{opacity:1}.profile-scope .pc__id{padding-bottom:4px;min-width:0;flex:1}.profile-scope .pc__id b{display:flex;align-items:center;gap:6px;font-family:var(--font-display);font-size:15px;font-weight:700}.profile-scope .pc__prem{display:inline-flex;align-items:center;gap:3px;font-size:9px;font-weight:700;letter-spacing:.03em;color:#1a1205;background:linear-gradient(100deg,var(--gold,#ffd86b),var(--gold-2,#f0b94a));border-radius:99px;padding:2px 7px}.profile-scope .pc__prem svg{width:9px;height:9px;flex:0 0 auto}.profile-scope .pc__flag{height:11px;width:auto;border-radius:2px;flex:0 0 auto}.profile-scope .pc__id small{font-size:12px;color:var(--accent)}.profile-scope .pc__body{padding:12px 16px 16px}.profile-scope .pc__bio{font-size:12.5px;color:var(--muted);line-height:1.45;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}.profile-scope .pc__covs{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin-bottom:12px}.profile-scope .pc__covs i{aspect-ratio:2/3;border-radius:6px;background:linear-gradient(160deg,var(--cc,#3a4f8c),#1a1f2c);overflow:hidden;position:relative}.profile-scope .pc__covs i img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:.4s}.profile-scope .pc__covs i img.on{opacity:1}.profile-scope .pc__foot{display:flex;align-items:center;gap:14px;font-size:11.5px;color:var(--faint);border-top:1px solid var(--line);padding-top:11px}.profile-scope .pc__foot b{color:var(--text);font-family:var(--font-mono);font-weight:600}.profile-scope .pc__tag{margin-left:auto;font-size:10px;color:var(--muted);background:var(--surface-2);border:1px solid var(--line);border-radius:99px;padding:3px 9px}.profile-scope .pc__act{display:flex;gap:8px;margin-top:11px}.profile-scope .pc__like{display:inline-flex;align-items:center;gap:6px;background:var(--surface-2);border:1px solid var(--line);border-radius:10px;padding:8px 12px;font-family:var(--font-mono);font-size:12px;color:var(--muted);cursor:pointer;transition:.14s}.profile-scope .pc__like:hover{border-color:var(--line-strong)}.profile-scope .pc__like.on{color:#ff5277;border-color:color-mix(in srgb,#ff5277 45%,transparent);background:color-mix(in srgb,#ff5277 10%,transparent)}.profile-scope .pc__like svg{width:15px;height:15px}.profile-scope .pc__follow{flex:1;background:var(--accent);border:none;border-radius:10px;padding:8px 12px;font-family:inherit;font-size:12.5px;font-weight:600;color:var(--accent-ink);cursor:pointer;transition:.14s}.profile-scope .pc__follow:hover{filter:brightness(1.07)}.profile-scope .pc__follow.on{background:var(--surface-2);color:var(--muted);border:1px solid var(--line-strong)}.profile-scope .pc__follow.friend{background:color-mix(in srgb,var(--accent) 16%,var(--surface-2));color:var(--accent);border:1px solid color-mix(in srgb,var(--accent) 45%,transparent)}.profile-scope .xp__state{text-align:center;color:var(--faint);padding:70px 20px;font-size:14px}.profile-scope .fr__more,.profile-scope .xp__more{display:flex;justify-content:center;margin-top:30px}.profile-scope .fr__hero{max-width:var(--maxw);margin:0 auto;padding:clamp(22px,3vw,38px) clamp(16px,4vw,40px) 6px}.profile-scope .fr__hero h1{font-family:var(--font-display);font-weight:700;font-size:clamp(24px,3.4vw,34px);letter-spacing:-.02em;margin:0 0 4px}.profile-scope .fr__hero p{color:var(--muted);font-size:13.5px;margin:0}.profile-scope .fr__tabs{max-width:var(--maxw);margin:0 auto;padding:16px clamp(16px,4vw,40px) 0;display:flex;gap:8px}.profile-scope .fr__tab{display:inline-flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--line);border-radius:99px;padding:8px 15px;font-size:13px;color:var(--muted);font-family:inherit;cursor:pointer;transition:.14s}.profile-scope .fr__tab:hover{border-color:var(--line-strong);color:var(--text)}.profile-scope .fr__tab.on{background:var(--accent);border-color:var(--accent);color:var(--accent-ink);font-weight:600}.profile-scope .fr__tab b{font-variant-numeric:tabular-nums}.profile-scope .fr__wrap{max-width:var(--maxw);margin:0 auto;padding:18px clamp(16px,4vw,40px) 90px}.profile-scope .fr__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.profile-scope .frc{display:flex;align-items:center;gap:13px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:13px 14px;transition:.14s}.profile-scope .frc:hover{border-color:var(--line-strong)}.profile-scope .frc__ava{width:52px;height:52px;border-radius:50%;overflow:hidden;flex:0 0 auto;background:radial-gradient(circle at 40% 32%,#43507a,#252b42);box-shadow:0 0 0 1px var(--accent)}.profile-scope .frc__ava img{width:100%;height:100%;object-fit:cover;object-position:top;opacity:0;transition:.4s}.profile-scope .frc__ava img.on{opacity:1}.profile-scope .frc__id{flex:1;min-width:0}.profile-scope .frc__id a{text-decoration:none;color:var(--text)}.profile-scope .frc__id b{display:flex;align-items:center;gap:6px;font-family:var(--font-display);font-size:14.5px;font-weight:700}.profile-scope .frc__mut{font-size:9.5px;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,transparent)}.profile-scope .frc__mut,.profile-scope .frc__sup{font-weight:700;border-radius:99px;padding:2px 7px}.profile-scope .frc__sup{display:inline-flex;align-items:center;gap:3px;font-size:9px;letter-spacing:.03em;color:#1a1205;background:linear-gradient(100deg,var(--gold,#ffd86b),var(--gold-2,#f0b94a));text-transform:none}.profile-scope .frc__sup svg{width:9px;height:9px;flex:0 0 auto}.profile-scope .frc__id small{font-size:11.5px;color:var(--faint);display:block;margin-top:2px}.profile-scope .frc__btn{flex:0 0 auto;background:var(--accent);border:none;border-radius:9px;padding:8px 13px;font-family:inherit;font-size:12.5px;font-weight:600;color:var(--accent-ink);cursor:pointer}.profile-scope .frc__btn.on{background:var(--surface-2);color:var(--muted);border:1px solid var(--line-strong)}.profile-scope .frc__btn.friend{background:color-mix(in srgb,var(--accent) 16%,var(--surface-2));color:var(--accent);border:1px solid color-mix(in srgb,var(--accent) 45%,transparent)}.profile-scope .fr__empty{text-align:center;color:var(--faint);padding:60px 20px;font-size:14px}.chx__search{display:flex;align-items:center;gap:10px;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:12px;padding:0 14px}.chx__search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 16%,transparent)}.chx__search svg{width:17px;height:17px;color:var(--faint);flex:0 0 auto}.chx__search input{flex:1;min-width:0;background:none;border:none;outline:none;color:var(--text);font-family:inherit;font-size:14px;padding:13px 0}.chx__search input::placeholder{color:var(--faint)}.chx__search+.edt__empty{margin-top:12px}.chx__resgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:11px;margin-top:13px;max-height:330px;overflow-y:auto;padding-right:4px;scrollbar-width:thin}.chx__rescell{position:relative;padding:0;border:none;background:transparent;cursor:pointer;font-family:inherit;text-align:left;transition:.14s}.chx__rescell .chcard{box-shadow:inset 0 0 0 1px rgba(255,255,255,.07),0 4px 12px -6px rgba(0,0,0,.5);transition:.14s}.chx__rescell:not(:disabled):hover .chcard{box-shadow:inset 0 0 0 2px var(--accent),0 8px 20px -8px rgba(0,0,0,.6);transform:translateY(-2px)}.chx__rescell:disabled{cursor:default}.chx__rescell:disabled:not(.is-on) .chcard{opacity:.4}.chx__resn{font-size:11px;color:var(--muted);font-weight:600;margin-top:6px;line-height:1.25}.chx__resn,.chx__resn small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chx__resn small{font-weight:400;font-size:10px;color:var(--faint)}.chx__resadd{position:absolute;top:6px;right:6px;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:var(--accent-ink);box-shadow:0 3px 9px rgba(0,0,0,.45);transition:.14s}.chx__resadd svg{width:15px;height:15px}.chx__rescell.is-on .chx__resadd{background:var(--ok);color:#fff}.profile-scope .statmini{display:flex;gap:8px;flex-wrap:wrap}.profile-scope .statmini__fig{flex:1;min-width:0;background:var(--surface-2);border-radius:11px;padding:10px 12px}.profile-scope .statmini__fig b{display:block;font-family:var(--font-display);font-size:17px;font-weight:700;line-height:1}.profile-scope .statmini__fig small{font-size:10px;color:var(--muted)}.profile-scope .genremini{display:flex;flex-wrap:wrap;gap:6px}.profile-scope .genremini__tag{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--muted);background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-pill);padding:4px 10px}.profile-scope .genremini__tag b{font-family:var(--font-mono);font-size:10.5px;color:var(--accent);font-weight:600}