.toast-region{z-index:1000;pointer-events:none;gap:10px;width:min(380px,100vw - 32px);display:grid;position:fixed;top:88px;right:20px}.toast{border:1px solid var(--line-2);background:var(--surface);color:var(--text);pointer-events:auto;border-left-width:3px;border-radius:10px;grid-template-columns:22px minmax(0,1fr) 30px;align-items:start;gap:11px;padding:14px;animation:.18s both toast-enter;display:grid}.toast--success{border-left-color:var(--ok)}.toast--error{border-left-color:var(--danger)}.toast--info{border-left-color:var(--info)}.toast--success .toast__icon{color:var(--ok)}.toast--error .toast__icon{color:var(--danger)}.toast--info .toast__icon{color:var(--info)}.toast__content{gap:3px;display:grid}.toast__content strong{font-size:13px}.toast__content p{color:var(--text-soft);margin:0;font-size:12px;line-height:1.45}.toast__close{width:30px;height:30px;color:var(--text-dim);background:0 0;border:0;border-radius:7px;place-items:center;padding:0;display:grid}.toast__close:hover{background:var(--surface-2);color:var(--text)}@keyframes toast-enter{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:translate(0)}}@media (width<=620px){.toast-region{width:auto;top:76px;left:16px;right:16px}}@media (prefers-reduced-motion:reduce){.toast{animation:none}}.site-footer{border-top:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);margin-top:90px}.site-footer__main{grid-template-columns:minmax(280px,1.5fr) repeat(3,minmax(145px,.65fr));gap:54px;width:100%;max-width:1480px;margin:0 auto;padding:58px 42px 46px;display:grid}.site-footer__brand-column{flex-direction:column;align-items:flex-start;max-width:390px;display:flex}.site-footer__brand{align-items:center;gap:12px;display:inline-flex}.site-footer__logo{flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.site-footer__logo-image{object-fit:contain;width:100%;height:100%;display:block}.site-footer__logo-image--dark,:root[data-theme=dark] .site-footer__logo-image--light{display:none}:root[data-theme=dark] .site-footer__logo-image--dark{display:block}.site-footer__brand-name{color:var(--text);letter-spacing:.045em;font-size:17px;font-weight:850}.site-footer__description{max-width:370px;color:var(--text-soft);margin:20px 0 0;font-size:13px;line-height:1.75}.site-footer__socials{flex-wrap:wrap;align-items:center;gap:18px;margin-top:25px;display:flex}.site-footer__social-link{width:26px;height:26px;color:var(--text-soft);background:0 0;border:0;border-radius:0;place-items:center;padding:0;transition:color .16s,transform .16s;display:grid}.site-footer__social-link svg{width:22px;height:22px;transition:transform .16s,filter .16s}.site-footer__social-link:hover{color:var(--accent);transform:translateY(-4px)}.site-footer__social-link:hover svg{transform:scale(1.12)}.site-footer__social-link:active{transform:translateY(-1px)scale(.96)}.site-footer__column{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.site-footer__column h2{color:var(--text);letter-spacing:.08em;text-transform:uppercase;margin:0 0 7px;font-size:12px;font-weight:850}.site-footer__column a{color:var(--text-soft);font-size:12px;font-weight:550;transition:color .15s,transform .15s}.site-footer__column a:hover{color:var(--accent);transform:translate(2px)}.site-footer__bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1480px;margin:0 auto;padding:20px 42px;display:flex}.site-footer__bottom p,.site-footer__bottom span{color:var(--text-dim);margin:0;font-size:10px;line-height:1.5}.site-footer__bottom span{text-align:right}@media (width<=1100px){.site-footer__main{grid-template-columns:minmax(260px,1.2fr) repeat(2,minmax(150px,.7fr))}.site-footer__column:last-child{grid-column:2/-1}}@media (width<=760px){.site-footer{margin-top:64px}.site-footer__main{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 28px;padding:44px 24px 36px}.site-footer__brand-column{grid-column:1/-1}.site-footer__column:last-child{grid-column:auto}.site-footer__bottom{flex-direction:column;align-items:flex-start;padding:18px 24px 90px}.site-footer__bottom span{text-align:left}}@media (width<=480px){.site-footer__main{grid-template-columns:1fr;padding-inline:18px}.site-footer__brand-column,.site-footer__column,.site-footer__column:last-child{grid-column:auto}.site-footer__bottom{padding-inline:18px}}@media (prefers-reduced-motion:reduce){.site-footer__social-link,.site-footer__column a{transition:none}}.dropdown{position:relative}.dropdown__trigger{height:40px;color:var(--text-soft);background:0 0;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:0 11px;font-size:13px;font-weight:700;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.dropdown__trigger:hover,.dropdown--open .dropdown__trigger{border-color:var(--line);background:var(--surface-2);color:var(--text)}.dropdown__chevron{transition:transform .15s}.dropdown--open .dropdown__chevron{transform:rotate(180deg)}.dropdown__compact-label{text-align:center;min-width:20px}.dropdown__menu{z-index:300;border:1px solid var(--line-2);background:var(--surface);border-radius:10px;min-width:210px;padding:6px;animation:.14s both dropdown-enter;position:absolute;top:calc(100% + 8px)}.dropdown__menu--right{right:0}.dropdown__menu--left{left:0}.dropdown__option{width:100%;min-height:41px;color:var(--text-soft);text-align:left;background:0 0;border:0;border-radius:7px;grid-template-columns:20px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:0 10px;font-size:13px;font-weight:650;transition:background-color .13s,color .13s;display:grid}.dropdown__option:hover{background:var(--surface-2);color:var(--text)}.dropdown__option--selected{color:var(--accent)}.dropdown__check{justify-self:end}@keyframes dropdown-enter{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.dropdown__menu{animation:none}.dropdown__chevron{transition:none}}.game-search-select{gap:7px;width:100%;display:grid;position:relative}.game-search-select__label{color:var(--text);font-size:11px;font-weight:750}.game-search-select__control{border:1px solid var(--line-2);background:var(--surface);height:46px;color:var(--text-dim);border-radius:8px;align-items:center;gap:10px;padding:0 13px;transition:border-color .15s,background-color .15s;display:flex}.game-search-select__control:hover{border-color:var(--text-dim)}.game-search-select__control:focus-within,.game-search-select__control--open{border-color:var(--accent)}.game-search-select__control input{width:100%;min-width:0;height:100%;color:var(--text);background:0 0;border:0;outline:none;padding:0;font-size:13px}.game-search-select__control input::placeholder{color:var(--text-dim)}.game-search-select__chevron{flex:none;transition:transform .15s}.game-search-select__chevron--open{transform:rotate(180deg)}.game-search-select__spinner{color:var(--accent);flex:none;animation:.8s linear infinite game-search-spin}.game-search-select__menu{z-index:150;border:1px solid var(--line-2);background:var(--surface);border-radius:10px;animation:.14s both game-search-enter-up;position:absolute;bottom:calc(100% + 8px);left:0;right:0;overflow:hidden}.game-search-select__results{overscroll-behavior:contain;scrollbar-gutter:stable;max-height:min(330px,100dvh - 190px);padding:6px;display:grid;overflow:hidden auto}.game-search-select__option{width:100%;min-height:58px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:7px;grid-template-columns:46px minmax(0,1fr) max-content;align-items:center;gap:11px;padding:6px 9px;display:grid}.game-search-select__option:hover,.game-search-select__option--highlighted{background:var(--surface-2)}.game-search-select__option-cover{border:1px solid var(--line);background:var(--surface-2);width:46px;height:46px;color:var(--text-dim);border-radius:6px;place-items:center;display:grid;overflow:hidden}.game-search-select__option-cover img{object-fit:cover;width:100%;height:100%}.game-search-select__option-content{gap:3px;min-width:0;display:grid}.game-search-select__option-content strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;overflow:hidden}.game-search-select__option-content small{color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.game-search-select__rating{color:var(--accent);font-family:Space Mono,monospace;font-size:11px;font-weight:700}.game-search-select__message{color:var(--text-soft);text-align:center;margin:0;padding:18px;font-size:12px}.game-search-select__message--error{color:var(--danger)}.game-search-select__attribution{border-top:1px solid var(--line);color:var(--text-dim);text-align:right;padding:9px 12px;font-size:9px;display:block}.game-search-select__attribution:hover{color:var(--accent)}.game-search-select__selected{border:1px solid var(--accent);background:var(--surface);border-radius:9px;grid-template-columns:48px minmax(0,1fr) 20px 32px;align-items:center;gap:11px;min-height:62px;padding:7px 8px;display:grid}.game-search-select__cover{background:var(--surface-2);width:48px;height:48px;color:var(--text-dim);border-radius:7px;place-items:center;display:grid;overflow:hidden}.game-search-select__cover img{object-fit:cover;width:100%;height:100%}.game-search-select__selected-info{gap:3px;min-width:0;display:grid}.game-search-select__selected-info strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.game-search-select__selected-info span{color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.game-search-select__selected-check{color:var(--ok)}.game-search-select__clear{width:32px;height:32px;color:var(--text-dim);background:0 0;border:0;border-radius:7px;place-items:center;padding:0;display:grid}.game-search-select__clear:hover{background:var(--surface-2);color:var(--danger)}@keyframes game-search-spin{to{transform:rotate(360deg)}}@keyframes game-search-enter{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes game-search-enter-up{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.game-search-select__spinner,.game-search-select__menu{animation:none}.game-search-select__chevron{transition:none}}.auth-modal{z-index:1200;background:#05080fb8;place-items:center;width:100%;height:100dvh;padding:18px;animation:.16s both auth-overlay-enter;display:grid;position:fixed;inset:0;overflow:hidden}.auth-modal__dialog{background:var(--surface);width:min(810px,100vw - 36px);height:min(760px,100dvh - 36px);min-height:0;max-height:none;color:var(--text);border:0;border-radius:14px;outline:none;grid-template-columns:310px minmax(0,500px);animation:.18s both auth-dialog-enter;display:grid;position:relative;overflow:hidden}.auth-modal__close{z-index:5;border:1px solid var(--line);background:var(--surface);width:36px;height:36px;color:var(--text-soft);border-radius:8px;place-items:center;padding:0;display:grid;position:absolute;top:15px;right:15px}.auth-modal__close:hover{background:var(--surface-2);color:var(--text)}.auth-modal__visual{border-right:1px solid var(--line);color:#fff;text-align:center;background:#111a2c;flex-direction:column;justify-content:center;align-items:center;gap:34px;min-width:0;height:100%;min-height:0;padding:34px 30px;display:flex;overflow:hidden}.auth-modal__visual-logo{object-fit:contain;width:132px;height:auto}.auth-modal__visual>div{justify-items:center;gap:13px;width:100%;display:grid}.auth-modal__visual p{color:#4f8cff;letter-spacing:.15em;margin:0;font-size:11px;font-weight:800}.auth-modal__visual h2{color:#fff;letter-spacing:-.05em;max-width:250px;margin:0 auto;font-size:37px;font-weight:850;line-height:1.02}.auth-modal__visual>span{color:#ffffffb8;text-align:center;max-width:240px;font-size:11px;line-height:1.6}.auth-modal__content{min-width:0;height:100%;min-height:0;padding:28px 40px 26px;overflow:hidden}.auth-modal__content--login{flex-direction:column;justify-content:center;padding-top:72px;padding-bottom:72px;display:flex}.auth-modal__back{min-height:28px;color:var(--text-soft);background:0 0;border:0;align-items:center;gap:7px;margin:0 0 12px;padding:0;font-size:12px;font-weight:700;display:inline-flex}.auth-modal__back:hover{color:var(--accent)}.auth-modal__header{gap:6px;margin-bottom:16px;display:grid}.auth-modal__content--login .auth-modal__header{gap:9px;margin-bottom:26px}.auth-modal__header>p{color:var(--accent);letter-spacing:.15em;margin:0;font-size:10px;font-weight:850}.auth-modal__header h1{color:var(--text);letter-spacing:-.045em;margin:0;font-size:29px;font-weight:850;line-height:1.05}.auth-modal__header>span{color:var(--text-soft);font-size:12px;line-height:1.45}.auth-modal__header>span strong{color:var(--text);overflow-wrap:anywhere}.auth-modal__header--verify{text-align:center;justify-items:center}.auth-modal__mail-icon{border:1px solid var(--line-2);background:var(--surface-2);width:54px;height:54px;color:var(--accent);border-radius:50%;place-items:center;margin-bottom:5px;display:grid}.auth-form{gap:11px;display:grid}.auth-modal__content--login .auth-form{gap:18px}.auth-form__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.auth-field{gap:7px;min-width:0;display:grid}.auth-field>span{color:var(--text);font-size:11px;font-weight:750}.auth-field__control{border:1px solid var(--line-2);background:var(--surface);min-width:0;height:44px;color:var(--text-dim);border-radius:8px;align-items:center;gap:10px;padding:0 13px;transition:border-color .14s,background-color .14s;display:flex}.auth-field__control:hover{border-color:var(--text-dim)}.auth-field__control:focus-within{border-color:var(--accent)}.auth-field__control--valid{border-color:var(--ok)}.auth-field__control--invalid{border-color:var(--danger)}.auth-field--password{position:relative}.password-requirements{z-index:20;border:1px solid var(--line-2);background:var(--surface);width:min(290px,100vw - 48px);color:var(--text);pointer-events:none;border-radius:9px;padding:14px;animation:.15s both password-requirements-enter;position:absolute;top:calc(100% + 9px);left:0}.password-requirements:before{border-top:1px solid var(--line-2);border-left:1px solid var(--line-2);background:var(--surface);content:"";width:10px;height:10px;position:absolute;top:-6px;left:18px;transform:rotate(45deg)}.password-requirements__title{color:var(--text);margin-bottom:10px;font-size:11px;font-weight:800;display:block}.password-requirements--confirm{width:min(270px,100vw - 48px)}.password-requirements--matched{border-color:var(--ok)}.password-requirements__list{gap:7px;display:grid}.password-requirement{align-items:center;gap:8px;font-size:11px;font-weight:650;transition:color .14s;display:flex}.password-requirement svg{flex:none}.password-requirement--valid{color:var(--ok)}.password-requirement--invalid{color:var(--text-dim)}.password-requirement--invalid svg{color:var(--danger)}@keyframes password-requirements-enter{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.auth-field__control input{width:100%;min-width:0;height:100%;color:var(--text);background:0 0;border:0;outline:none;padding:0;font-size:13px}.auth-field__control input::placeholder{color:var(--text-dim)}.auth-field__control--username strong{color:var(--text-soft);font-size:13px}.auth-field__password-toggle{width:30px;height:30px;color:var(--text-dim);background:0 0;border:0;border-radius:6px;flex:0 0 30px;place-items:center;padding:0;display:grid}.auth-field__password-toggle:hover{background:var(--surface-2);color:var(--text)}.auth-checkbox{cursor:pointer;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;display:grid}.auth-checkbox input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.auth-checkbox__box{border:1px solid var(--line-2);background:var(--surface);color:#0000;border-radius:5px;place-items:center;width:18px;height:18px;display:grid}.auth-checkbox input:checked+.auth-checkbox__box{border-color:var(--accent);background:var(--accent);color:#fff}.auth-checkbox>span:last-child{color:var(--text-soft);font-size:11px;line-height:1.5}.auth-submit{border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:45px;margin-top:2px;padding:0 18px;font-size:13px;font-weight:800;display:inline-flex}.auth-modal__content--login .auth-submit{margin-top:5px}.auth-submit:hover:not(:disabled){opacity:.88}.auth-submit:disabled{cursor:not-allowed;opacity:.58}.auth-modal__footer{color:var(--text-soft);justify-content:center;align-items:center;gap:6px;margin-top:24px;font-size:12px;display:flex}.auth-modal__content--login .auth-modal__footer{margin-top:30px}.auth-modal__footer button{color:var(--accent);font-size:inherit;background:0 0;border:0;padding:0;font-weight:800}.auth-spinner{animation:.8s linear infinite auth-spin}.otp-input{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;display:grid}.otp-input input{border:1px solid var(--line-2);background:var(--surface);width:100%;min-width:0;height:58px;color:var(--text);text-align:center;caret-color:var(--accent);border-radius:9px;outline:none;padding:0;font-family:Space Mono,monospace;font-size:25px;font-weight:700}.otp-input input:hover{border-color:var(--text-dim)}.otp-input input:focus{border-color:var(--accent)}.otp-timer{border:1px solid var(--line);background:var(--surface-2);min-height:40px;color:var(--text-soft);border-radius:8px;justify-content:center;align-items:center;gap:7px;font-size:11px;display:flex}.otp-timer strong{color:var(--text);font-family:Space Mono,monospace}.otp-timer--warning strong{color:var(--warn)}.otp-timer--expired{color:var(--danger)}.auth-resend{border:1px solid var(--line-2);background:var(--surface);min-height:40px;color:var(--text-soft);border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:750;display:inline-flex}.auth-resend:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.auth-resend:disabled{cursor:not-allowed;opacity:.52}@keyframes auth-overlay-enter{0%{opacity:0}to{opacity:1}}@keyframes auth-dialog-enter{0%{opacity:0;transform:translateY(8px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (width<=760px){.auth-modal{padding:12px}.auth-modal__dialog{width:min(100%,520px);height:min(720px,100dvh - 24px);display:block}.auth-modal__visual{display:none}.auth-modal__content{padding:24px 28px 22px}.auth-modal__content--login{flex-direction:column;justify-content:center;padding-top:70px;padding-bottom:50px;display:flex}.auth-socials__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.auth-modal{place-items:stretch stretch;padding:0}.auth-modal__dialog{border:0;border-radius:0;width:100%;height:100dvh;min-height:0;max-height:none}.auth-modal__content{padding:52px 18px 18px}.auth-modal__content--login{flex-direction:column;justify-content:center;padding-top:72px;padding-bottom:38px;display:flex}.auth-form__row,.auth-socials__list{grid-template-columns:repeat(2,minmax(0,1fr))}.otp-input{gap:6px}.otp-input input{height:52px;font-size:21px}.password-requirements{width:100%;margin-top:2px;position:relative;top:auto;left:auto}.password-requirements:before{display:none}}@media (prefers-reduced-motion:reduce){.auth-modal,.auth-modal__dialog,.auth-spinner{animation:none}}.auth-modal__visual--dark{color:#171a1f;background:#fff}.auth-modal__visual--dark p{color:var(--accent)}.auth-modal__visual--dark h2{color:#171a1f}.auth-modal__visual--dark span{color:#5d6677}.auth-modal__visual--light{color:#171a1f;background:#fff}.auth-modal__visual--light p{color:var(--accent)}.auth-modal__visual--light h2{color:#171a1f}.auth-modal__visual--light>span{color:#687385}.auth-stepper{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0 0 14px;display:grid}.auth-stepper__item{border-bottom:2px solid var(--line);min-width:0;color:var(--text-dim);align-items:center;gap:7px;padding-bottom:7px;display:flex}.auth-stepper__item>span{border:1px solid var(--line-2);background:var(--surface);width:23px;height:23px;color:inherit;border-radius:50%;flex:0 0 23px;place-items:center;font-family:Space Mono,monospace;font-size:10px;font-weight:700;display:grid}.auth-stepper__item small{text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:750;overflow:hidden}.auth-stepper__item--active{border-bottom-color:var(--accent);color:var(--accent)}.auth-stepper__item--active>span{border-color:var(--accent)}.auth-stepper__item--completed{border-bottom-color:var(--ok);color:var(--ok)}.auth-stepper__item--completed>span{border-color:var(--ok);background:var(--ok);color:#fff}.auth-textarea{border:1px solid var(--line-2);background:var(--surface);border-radius:8px;transition:border-color .14s;position:relative}.auth-textarea:focus-within{border-color:var(--accent)}.auth-textarea textarea{resize:none;width:100%;height:72px;min-height:72px;color:var(--text);background:0 0;border:0;outline:none;padding:10px 13px 24px;font-family:inherit;font-size:11px;line-height:1.45;display:block}.auth-textarea textarea::placeholder{color:var(--text-dim)}.auth-textarea small{color:var(--text-dim);font-size:9px;position:absolute;bottom:8px;right:11px}.auth-select{border:1px solid var(--line-2);background:var(--surface);height:40px;color:var(--text-dim);border-radius:8px;align-items:center;gap:10px;padding:0 12px;display:flex}.auth-select:focus-within{border-color:var(--accent)}.auth-select select{background:var(--surface);width:100%;min-width:0;height:100%;color:var(--text);cursor:pointer;border:0;outline:none;font-family:inherit;font-size:12px}.auth-country-dropdown{z-index:30;width:100%;min-width:0;position:relative}.auth-country-dropdown .dropdown__trigger{border:1px solid var(--line-2);background:var(--surface);width:100%;height:40px;min-height:40px;color:var(--text);text-align:left;border-radius:8px;justify-content:flex-start;align-items:center;gap:10px;padding:0 12px;font-family:inherit;font-size:12px;display:flex}.auth-country-dropdown .dropdown__trigger:hover{border-color:var(--text-dim);background:var(--surface)}.auth-country-dropdown.dropdown--open .dropdown__trigger{border-color:var(--accent)}.auth-country-dropdown .dropdown__trigger>span:not(.dropdown__compact-label){text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.auth-country-dropdown .dropdown__trigger>svg:first-child{color:var(--text-dim);flex:none}.auth-country-dropdown .dropdown__chevron{flex:none;margin-left:auto}.auth-country-dropdown .dropdown__menu{z-index:100;overscroll-behavior:contain;border:1px solid var(--line-2);background:var(--surface);border-radius:9px;width:100%;max-height:210px;padding:5px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden auto}.auth-country-dropdown .dropdown__menu--left,.auth-country-dropdown .dropdown__menu--right{left:0;right:0}.auth-country-dropdown .dropdown__option{width:100%;min-height:34px;color:var(--text-soft);text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:9px;padding:0 10px;font-family:inherit;font-size:11px;display:flex}.auth-country-dropdown .dropdown__option:hover{background:var(--surface-2);color:var(--text)}.auth-country-dropdown .dropdown__option--selected{background:color-mix(in srgb, var(--accent) 13%, transparent);color:var(--accent)}.auth-country-dropdown .dropdown__option span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.auth-country-dropdown .dropdown__check{flex:none;margin-left:auto}.auth-country-dropdown .dropdown__menu::-webkit-scrollbar{width:6px}.auth-country-dropdown .dropdown__menu::-webkit-scrollbar-track{background:0 0}.auth-country-dropdown .dropdown__menu::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:999px}.auth-socials{gap:8px;padding-top:0;display:grid}.auth-socials__header{gap:3px;display:grid}.auth-socials__header strong{color:var(--text);font-size:11px;font-weight:800}.auth-socials__header span{color:var(--text-soft);font-size:10px;line-height:1.5}.auth-socials__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.auth-social-field{border:1px solid var(--line-2);background:var(--surface);border-radius:8px;align-items:center;gap:6px;min-width:0;height:36px;padding:0 8px;transition:border-color .14s;display:flex}.auth-social-field:focus-within{border-color:var(--accent)}.auth-social-field__icon{width:18px;height:18px;color:var(--text-soft);flex:0 0 18px;place-items:center;display:grid}.auth-social-field:focus-within .auth-social-field__icon{color:var(--accent)}.auth-social-field input{width:100%;min-width:0;height:100%;color:var(--text);background:0 0;border:0;outline:none;padding:0;font-size:9px}.auth-social-field input::placeholder{color:var(--text-dim)}.auth-step-actions{justify-content:center;align-items:center;width:100%;display:flex}.auth-step-actions .auth-submit{width:min(100%,360px);margin:0}.auth-secondary-button{border:1px solid var(--line-2);background:var(--surface);min-height:45px;color:var(--text-soft);border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 15px;font-size:12px;font-weight:750;display:inline-flex}.auth-secondary-button:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.auth-secondary-button:disabled{cursor:not-allowed;opacity:.55}@media (width<=520px){.auth-socials__list{grid-template-columns:1fr}.auth-step-actions,.auth-step-actions .auth-submit{width:100%}}.text-field{gap:7px;width:100%;display:grid}.text-field__label{color:var(--text);font-size:12px;font-weight:750}.text-field__input{border:1px solid var(--line-2);background:var(--surface);width:100%;height:44px;color:var(--text);border-radius:9px;outline:none;padding:0 15px;font-size:14px;transition:border-color .15s,background-color .15s,transform .15s}.text-field__input::placeholder{color:var(--text-dim)}.text-field__input:hover{border-color:var(--text-dim)}.text-field__input:focus{border-color:var(--accent)}.text-field--error .text-field__input{border-color:var(--danger)}.text-field__message{color:var(--text-soft);margin:0;font-size:11px}.text-field__message--error{color:var(--danger)}.app-shell{background:var(--bg);min-height:100vh}.app-shell__body{min-height:100vh;padding-top:72px}.app-shell__content{flex-direction:column;min-width:0;min-height:calc(100vh - 72px);margin-left:260px;display:flex}.app-shell__main{flex:1;min-width:0}.topbar{z-index:100;border-bottom:1px solid var(--line);background:var(--surface);grid-template-columns:260px minmax(320px,720px) minmax(420px,1fr);align-items:center;height:72px;display:grid;position:fixed;top:0;left:0;right:0}.topbar__brand-area{border-right:1px solid var(--line);align-items:center;height:100%;padding:0 28px;display:flex}.topbar__brand{min-width:0;color:var(--text);align-items:center;gap:11px;transition:opacity .15s,transform .15s;display:inline-flex}.topbar__brand:hover{opacity:.82}.topbar__brand:active{transform:scale(.98)}.topbar__brand-logo{flex:0 0 30px;place-items:center;width:30px;height:30px;display:grid;position:relative;overflow:hidden}.topbar__brand-image{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.topbar__brand-image--dark,:root[data-theme=dark] .topbar__brand-image--light{display:none}:root[data-theme=dark] .topbar__brand-image--dark{display:block}.topbar__brand-text{color:var(--text);letter-spacing:.075em;white-space:nowrap;font-size:21px;font-weight:900;line-height:1}.topbar__search{width:100%;max-width:720px;padding:0 24px;position:relative}.topbar__search-field{width:100%}.topbar__search-icon{z-index:2;color:var(--text-dim);pointer-events:none;position:absolute;top:50%;right:42px;transform:translateY(-50%)}.topbar__actions{justify-content:flex-end;align-items:center;gap:6px;min-width:0;padding-right:24px;display:flex}.topbar__icon-button,.topbar__signin{height:40px;color:var(--text-soft);background:0 0;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;font-size:13px;font-weight:700;transition:background-color .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.topbar__icon-button{width:40px;padding:0;position:relative}.topbar__icon-button:hover{border-color:var(--line);background:var(--surface-2);color:var(--text)}.topbar__icon-button:active{transform:scale(.94)}.topbar__signin{border-color:var(--accent);background:var(--accent);color:#fff;margin-left:4px;padding:0 18px}.topbar__signin:hover{opacity:.88;transform:translateY(-1px)}.topbar__signin:active{transform:translateY(0)scale(.97)}.topbar__notification-dot{border:2px solid var(--surface);background:var(--accent);border-radius:50%;width:7px;height:7px;position:absolute;top:7px;right:7px}.sidebar{z-index:90;border-right:1px solid var(--line);background:var(--surface);flex-direction:column;width:260px;display:flex;position:fixed;top:72px;bottom:0;left:0;overflow-y:auto}.sidebar__navigation{flex:1;padding:24px 16px}.sidebar__group{gap:4px;display:grid}.sidebar__group-title{color:var(--text-dim);letter-spacing:.12em;text-transform:uppercase;margin:0 12px 10px;font-size:10px;font-weight:800}.sidebar__divider{background:var(--line);height:1px;margin:19px 12px}.sidebar__link{min-height:45px;color:var(--text-soft);border-radius:8px;align-items:center;gap:13px;padding:0 13px;font-size:14px;font-weight:650;transition:background-color .15s,color .15s,transform .15s;display:flex;position:relative}.sidebar__link:before{background:var(--accent);content:"";border-radius:0 4px 4px 0;width:3px;height:0;transition:height .15s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.sidebar__link:hover{background:var(--surface-2);color:var(--text);transform:translate(2px)}.sidebar__link--active{background:var(--surface-2);color:var(--accent)}.sidebar__link--active:before{height:24px}.sidebar__footer{padding:16px}.sidebar__status{border:1px solid var(--line);background:var(--surface);color:var(--accent);border-radius:9px;gap:11px;padding:14px;display:flex}.sidebar__status div{gap:2px;display:grid}.sidebar__status strong{color:var(--text);font-size:12px}.sidebar__status span{color:var(--text-soft);font-size:11px;line-height:1.45}@media (width<=1180px){.topbar{grid-template-columns:230px minmax(260px,1fr) auto}.topbar__brand-area{padding-inline:22px}.sidebar{width:230px}.app-shell__content{margin-left:230px}}@media (width<=900px){.topbar{grid-template-columns:max-content minmax(0,1fr) max-content;height:64px}.topbar__brand-area{border-right:0;padding:0 15px}.topbar__brand{gap:8px}.topbar__brand-logo{flex-basis:26px;width:26px;height:26px}.topbar__brand-text{letter-spacing:.065em;font-size:18px}.topbar__search{padding:0 10px}.topbar__search-icon{right:25px}.topbar__actions{gap:3px;padding-right:10px}.topbar__desktop-action{display:none}.app-shell__body{padding-top:64px}.app-shell__content{min-height:calc(100vh - 64px);margin-left:0}.sidebar{z-index:110;border-top:1px solid var(--line);border-right:0;width:100%;height:68px;top:auto;bottom:0;right:0;overflow:visible}.sidebar__navigation{grid-template-columns:repeat(5,minmax(0,1fr));height:100%;padding:7px 8px;display:grid}.sidebar__group{display:contents}.sidebar__divider,.sidebar__group-title,.sidebar__footer,.sidebar__group:first-of-type .sidebar__link:nth-child(n+5),.sidebar__group:nth-of-type(2) .sidebar__link:nth-child(n+3),.sidebar__group:nth-of-type(3){display:none}.sidebar__link{text-align:center;flex-direction:column;gap:4px;min-height:54px;padding:6px 3px;font-size:10px;transform:none}.sidebar__link:hover{transform:none}.sidebar__link:before{width:0;height:3px;top:-7px;left:50%;transform:translate(-50%)}.sidebar__link--active:before{width:24px;height:3px}}@media (width<=620px){.topbar__signin{display:none}.topbar__search input{height:40px}.topbar__brand-area{padding-inline:13px}.topbar__brand{gap:7px}.topbar__brand-logo{flex-basis:24px;width:24px;height:24px}.topbar__brand-text{letter-spacing:.055em;font-size:16px}}@media (width<=460px){.topbar__brand-text{display:none}.topbar__brand-logo{flex-basis:28px;width:28px;height:28px}}.topbar__account{position:relative}.topbar__account-trigger{border:1px solid var(--line);background:var(--surface);min-width:0;height:42px;color:var(--text);border-radius:9px;align-items:center;gap:9px;padding:0 10px 0 5px;display:inline-flex}.topbar__account-trigger:hover{background:var(--surface-2)}.topbar__avatar{background:var(--accent);color:#fff;border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;font-size:10px;font-weight:850;display:grid;overflow:hidden}.topbar__avatar img{object-fit:cover;width:100%;height:100%}.topbar__account-name{max-width:125px;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;display:block;overflow:hidden}.topbar__account-menu{z-index:400;border:1px solid var(--line-2);background:var(--surface);border-radius:10px;width:225px;padding:7px;animation:.14s both dropdown-enter;display:grid;position:absolute;top:calc(100% + 9px);right:0}.topbar__account-identity{gap:2px;padding:10px 10px 12px;display:grid}.topbar__account-identity strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.topbar__account-identity span{color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.topbar__account-menu>button{width:100%;min-height:40px;color:var(--text-soft);text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:10px;padding:0 10px;font-size:12px;font-weight:650;display:flex}.topbar__account-menu>button:hover{background:var(--surface-2);color:var(--text)}.topbar__account-divider{background:var(--line);height:1px;margin:6px 7px}.topbar__account-menu>.topbar__account-logout{color:var(--danger)}.topbar__account-skeleton{border:1px solid var(--line);background:var(--surface-2);border-radius:9px;width:118px;height:40px;animation:1.2s ease-in-out infinite alternate account-skeleton-pulse}@keyframes account-skeleton-pulse{0%{opacity:.45}to{opacity:1}}@media (width<=1180px){.topbar__account-name{display:none}.topbar__account-trigger{padding-right:5px}}@media (width<=620px){.topbar__account-trigger{background:0 0;border:0}.topbar__account-menu{position:fixed;top:70px;right:12px}.topbar__account-skeleton{width:38px}}.home-page{width:100%;max-width:1480px;margin:0 auto;padding:38px 42px 72px;animation:.22s both page-enter}.home-hero{border:1px solid var(--line);background:var(--surface);border-radius:14px;grid-template-columns:minmax(0,1fr) 380px;align-items:stretch;gap:0;min-height:420px;display:grid;overflow:hidden}.home-hero__content{flex-direction:column;justify-content:center;max-width:none;padding:62px 64px;display:flex}.home-hero__eyebrow{color:var(--accent);letter-spacing:.13em;text-transform:uppercase;margin:0 0 18px;font-size:11px;font-weight:850}.home-hero__title{max-width:780px;color:var(--text);letter-spacing:-.06em;margin:0;font-size:clamp(48px,5vw,76px);font-weight:900;line-height:.98}.home-hero__description{max-width:680px;color:var(--text-soft);margin:24px 0 0;font-size:16px;line-height:1.7}.home-hero__actions{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.home-hero__primary,.home-hero__secondary{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-size:13px;font-weight:750;transition:background-color .15s,color .15s,border-color .15s,transform .15s;display:inline-flex}.home-hero__primary{border:1px solid var(--accent);background:var(--accent);color:#fff}.home-hero__primary:hover{opacity:.88;transform:translateY(-1px)}.home-hero__secondary{border:1px solid var(--line-2);background:var(--surface);color:var(--text)}.home-hero__secondary:hover{background:var(--surface-2)}.home-hero__stats{border-left:1px solid var(--line);background:var(--surface-2);grid-template-columns:1fr;align-content:center;display:grid}.home-hero__stats article{border-bottom:1px solid var(--line);gap:5px;min-width:0;padding:28px 34px;display:grid}.home-hero__stats article:last-child{border-bottom:0}.home-hero__stats strong{color:var(--text);letter-spacing:-.04em;font-size:30px;font-weight:850}.home-hero__stats span{color:var(--text-soft);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.home-section{margin-top:48px}.home-section__header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px;display:flex}.home-section__header h2{color:var(--text);letter-spacing:-.035em;margin:5px 0 0;font-size:24px;font-weight:800}.home-section__header>a{color:var(--text-soft);align-items:center;gap:7px;font-size:13px;font-weight:700;transition:color .15s,transform .15s;display:inline-flex}.home-section__header>a:hover{color:var(--accent);transform:translate(2px)}.home-section__eyebrow{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:7px;font-size:10px;font-weight:850;display:flex}.game-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.game-card{border:1px solid var(--line);background:var(--surface);border-radius:11px;transition:border-color .15s,transform .15s;overflow:hidden}.game-card:hover{border-color:var(--text-dim);transform:translateY(-3px)}.game-card__cover{border-bottom:1px solid var(--line);background:var(--surface-2);align-items:flex-end;min-height:250px;padding:16px;display:flex;position:relative}.game-card__cover:before{border:1px solid var(--line-2);content:"";border-radius:7px;position:absolute;inset:16px}.game-card__cover span{z-index:1;color:var(--text-dim);letter-spacing:-.07em;font-size:54px;font-weight:900;position:relative}.game-card__content{padding:18px;position:relative}.game-card__content h3{color:var(--text);letter-spacing:-.02em;margin:0;font-size:16px;font-weight:750}.game-card__content p{color:var(--text-soft);margin:6px 0 0;font-size:12px}.game-card__rating{border:3px solid var(--surface);background:var(--accent);color:#fff;border-radius:999px;align-items:center;gap:5px;height:32px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex;position:absolute;top:-17px;right:15px}.home-columns{grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);gap:18px;margin-top:48px;display:grid}.home-panel{border:1px solid var(--line);background:var(--surface);border-radius:11px;padding:24px}.discussion-list,.reviewer-list{display:grid}.discussion-item,.reviewer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:17px 0;transition:color .15s,transform .15s;display:flex}.discussion-item:first-child,.reviewer:first-child{border-top:0}.discussion-item:hover,.reviewer:hover{transform:translate(3px)}.discussion-item span{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.discussion-item h3{color:var(--text);margin:5px 0 0;font-size:14px;font-weight:700}.discussion-item__comments{color:var(--text-soft);flex-shrink:0;align-items:center;gap:6px;font-size:12px;display:flex}.reviewer{justify-content:flex-start}.reviewer__avatar{border:1px solid var(--line);background:var(--surface-2);width:40px;height:40px;color:var(--text);border-radius:50%;flex-shrink:0;place-items:center;font-size:11px;font-weight:800;display:grid}.reviewer__identity{flex:1;gap:2px;display:grid}.reviewer__identity strong{color:var(--text);font-size:13px}.reviewer__identity span{color:var(--text-soft);font-size:11px}.reviewer__score{color:var(--accent);align-items:center;gap:5px;font-size:12px;font-weight:800;display:flex}.home-upcoming{border:1px solid var(--line);background:var(--surface);border-radius:11px;justify-content:space-between;align-items:center;gap:24px;margin-top:18px;padding:25px;display:flex}.home-upcoming>div{color:var(--accent);align-items:center;gap:16px;display:flex}.home-upcoming h2{color:var(--text);margin:0;font-size:17px;font-weight:750}.home-upcoming p{color:var(--text-soft);margin:4px 0 0;font-size:12px}.home-upcoming>a{color:var(--accent);flex-shrink:0;align-items:center;gap:8px;font-size:13px;font-weight:750;transition:transform .15s;display:inline-flex}.home-upcoming>a:hover{transform:translate(3px)}@keyframes page-enter{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@media (width<=1250px){.home-hero{grid-template-columns:minmax(0,1fr) 300px}.home-hero__content{padding:50px}.game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1050px){.home-hero{grid-template-columns:1fr}.home-hero__stats{border-top:1px solid var(--line);border-left:0;grid-template-columns:repeat(3,minmax(0,1fr))}.home-hero__stats article{border-right:1px solid var(--line);border-bottom:0}.home-hero__stats article:last-child{border-right:0}.home-columns{grid-template-columns:1fr}}@media (width<=900px){.home-page{padding:28px 22px 100px}.home-hero__content{padding:42px 36px}.game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=580px){.home-page{padding-inline:16px}.home-hero__content{padding:30px 22px}.home-hero__title{font-size:42px}.home-hero__stats{grid-template-columns:1fr}.home-hero__stats article{border-right:0;border-bottom:1px solid var(--line)}.home-hero__stats article:last-child{border-bottom:0}.game-grid{grid-template-columns:1fr}.game-card__cover{min-height:210px}.home-upcoming{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.home-page{animation:none}.game-card,.sidebar__link,.discussion-item,.reviewer,.home-hero__primary,.home-section__header>a,.home-upcoming>a{transition:none}}.profile-edit-modal{z-index:1700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#03070fb8;place-items:center;padding:20px;display:grid;position:fixed;inset:0;overflow:hidden}.profile-edit-modal__dialog{border:1px solid var(--line-2);background:var(--surface);width:min(760px,100vw - 40px);max-height:min(820px,100dvh - 40px);color:var(--text);border-radius:14px;grid-template-rows:auto minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 24px 80px #0000003d}.profile-edit-modal__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:24px;padding:22px 25px 18px;display:flex}.profile-edit-modal__header h2{color:var(--text);letter-spacing:-.03em;margin:0;font-size:22px;font-weight:850}.profile-edit-modal__header p{max-width:560px;color:var(--text-soft);margin:7px 0 0;font-size:11px;line-height:1.55}.profile-edit-modal__close{width:34px;height:34px;color:var(--text-soft);background:0 0;border:0;place-items:center;padding:0;display:grid}.profile-edit-modal__close:hover{color:var(--text)}.profile-edit-modal__form{grid-template-rows:minmax(0,1fr) auto;min-height:0;display:grid}.profile-edit-modal__content{min-height:0;padding:22px 25px;overflow:hidden auto}.profile-edit-modal__photo-section{flex-direction:column;align-items:center;gap:11px;margin-bottom:24px;display:flex}.profile-edit-modal__section-label{color:var(--text-soft);font-size:10px;font-weight:750}.profile-edit-modal__avatar{border:3px solid var(--background);background:var(--accent);color:#fff;border-radius:50%;place-items:center;width:112px;height:112px;padding:0;font-size:28px;font-weight:850;display:grid;position:relative;overflow:hidden}.profile-edit-modal__avatar>img{object-fit:cover;width:100%;height:100%}.profile-edit-modal__avatar-overlay{color:#fff;opacity:0;background:#0408109e;place-content:center;justify-items:center;gap:5px;font-size:9px;font-weight:750;transition:opacity .14s;display:grid;position:absolute;inset:0}.profile-edit-modal__avatar:hover .profile-edit-modal__avatar-overlay,.profile-edit-modal__avatar:focus-visible .profile-edit-modal__avatar-overlay{opacity:1}.profile-edit-modal__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.profile-edit-modal__field{grid-template-rows:auto 43px minmax(11px,auto);align-content:start;gap:7px;min-width:0;display:grid}.profile-edit-modal__field:nth-child(3),.profile-edit-modal__field--full{grid-column:1/-1}.profile-edit-modal__field>span{color:var(--text);font-size:10px;font-weight:750}.profile-edit-modal__field small{min-height:11px;color:var(--text-dim);font-size:8px;line-height:1.4}.profile-edit-modal__field-spacer{visibility:hidden;pointer-events:none}.profile-edit-modal__field:nth-child(3),.profile-edit-modal__field--full{grid-template-rows:auto auto minmax(11px,auto)}.profile-edit-modal__input{border:1px solid var(--line-2);background:var(--surface);min-height:43px;color:var(--text-dim);border-radius:8px;align-items:center;gap:9px;padding:0 12px;display:flex}.profile-edit-modal__input:focus-within{border-color:var(--accent)}.profile-edit-modal__input input{width:100%;min-width:0;height:41px;color:var(--text);background:0 0;border:0;outline:none;padding:0;font-family:inherit;font-size:12px}.profile-edit-modal__input--locked{background:color-mix(in srgb, var(--surface-2) 70%, var(--surface))}.profile-edit-modal__input--locked input{color:var(--text-dim);cursor:not-allowed}.profile-edit-modal__field textarea{resize:none;border:1px solid var(--line-2);background:var(--surface);width:100%;min-height:92px;color:var(--text);border-radius:8px;outline:none;padding:12px;font-family:inherit;font-size:12px;line-height:1.55}.profile-edit-modal__field textarea:focus{border-color:var(--accent)}.profile-edit-modal__counter{justify-self:end}.profile-edit-country-dropdown{z-index:20;width:100%;position:relative}.profile-edit-country-dropdown .dropdown__trigger{border:1px solid var(--line-2);background:var(--surface);width:100%;min-height:43px;color:var(--text);border-radius:8px;justify-content:flex-start;padding:0 12px;font-size:12px}.profile-edit-country-dropdown .dropdown__trigger>span{text-align:left;flex:1}.profile-edit-country-dropdown .dropdown__menu{width:100%;max-height:220px;left:0;right:0;overflow-y:auto}.profile-edit-modal__socials{border-top:1px solid var(--line);margin-top:25px;padding-top:21px}.profile-edit-modal__social-heading h3{color:var(--text);margin:0;font-size:13px}.profile-edit-modal__social-heading p{color:var(--text-soft);margin:6px 0 0;font-size:9px;line-height:1.5}.profile-edit-modal__social-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:15px;display:grid}.profile-edit-modal__social-field{border:1px solid var(--line-2);background:var(--surface);min-width:0;min-height:42px;color:var(--text-soft);border-radius:8px;align-items:center;gap:10px;padding:0 11px;display:flex}.profile-edit-modal__social-field:focus-within{border-color:var(--accent);color:var(--accent)}.profile-edit-modal__social-field input{width:100%;min-width:0;height:40px;color:var(--text);background:0 0;border:0;outline:none;padding:0;font-family:inherit;font-size:10px}.profile-edit-modal__error{color:var(--danger);text-align:center;margin:16px 0 0;font-size:10px}.profile-edit-modal__footer{border-top:1px solid var(--line);background:var(--surface);justify-content:flex-end;align-items:center;gap:10px;padding:15px 24px;display:flex}.profile-edit-modal__cancel,.profile-edit-modal__save{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:39px;padding:0 16px;font-size:11px;font-weight:750;display:inline-flex}.profile-edit-modal__cancel{border:1px solid var(--line-2);color:var(--text-soft);background:0 0}.profile-edit-modal__save{border:1px solid var(--accent);background:var(--accent);color:#fff}.profile-edit-modal__save:disabled,.profile-edit-modal__cancel:disabled{opacity:.5;cursor:not-allowed}.profile-edit-modal__spinner{animation:.8s linear infinite profile-edit-modal-spin}@keyframes profile-edit-modal-spin{to{transform:rotate(360deg)}}@media (width<=620px){.profile-edit-modal{padding:0}.profile-edit-modal__dialog{border:0;border-radius:0;width:100vw;height:100dvh;max-height:100dvh}.profile-edit-modal__header,.profile-edit-modal__content{padding:18px}.profile-edit-modal__fields,.profile-edit-modal__social-grid{grid-template-columns:1fr}.profile-edit-modal__field:nth-child(3),.profile-edit-modal__field--full{grid-column:auto}.profile-edit-modal__footer{padding:13px 16px}.profile-edit-modal__cancel,.profile-edit-modal__save{flex:1}}@media (prefers-reduced-motion:reduce){.profile-edit-modal__spinner{animation:none}}.profile-image-editor{z-index:1800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#03070fc7;place-items:center;padding:20px;display:grid;position:fixed;inset:0;overflow:hidden}.profile-image-editor__dialog{border:1px solid var(--line-2);background:var(--surface);width:min(1040px,100vw - 40px);height:min(760px,100dvh - 40px);color:var(--text);border-radius:14px;grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden;box-shadow:0 24px 80px #0000003d}.profile-image-editor__header{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:flex-start;gap:24px;padding:22px 25px 18px;display:flex}.profile-image-editor__header h2{color:var(--text);letter-spacing:-.025em;margin:0;font-size:21px;font-weight:820}.profile-image-editor__header p{max-width:650px;color:var(--text-soft);margin:7px 0 0;font-size:11px;line-height:1.55}.profile-image-editor__close{width:34px;height:34px;color:var(--text-soft);background:0 0;border:0;place-items:center;padding:0;display:grid}.profile-image-editor__close:hover{color:var(--text)}.profile-image-editor__body{grid-template-columns:minmax(0,1fr) 260px;min-height:0;display:grid;overflow:hidden}.profile-image-editor__workspace{background:var(--surface);flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:0;padding:22px 28px;display:flex;overflow:hidden}.profile-image-editor__viewport{width:min(100%, var(--editor-width));aspect-ratio:var(--editor-width) / var(--editor-height);border:1px solid var(--line-2);background:repeating-conic-gradient(color-mix(in srgb, var(--text) 4%, var(--surface)) 0 25%, var(--surface) 0 50%) 50% / 18px 18px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;border-radius:10px;place-items:center;max-height:430px;display:grid;position:relative;overflow:hidden}.profile-image-editor__viewport:active{cursor:grabbing}.profile-image-editor__viewport--avatar{aspect-ratio:1;border-radius:50%;width:min(100%,340px)}.profile-image-editor__viewport--banner{aspect-ratio:820/312;width:min(100%,680px)}.profile-image-editor__viewport>img{object-fit:fill;pointer-events:none;-webkit-user-select:none;user-select:none;will-change:transform;max-width:none;position:absolute;top:50%;left:50%;translate:-50% -50%}.profile-image-editor__avatar-mask{pointer-events:none;border:2px solid #ffffffb3;border-radius:50%;position:absolute;inset:0;box-shadow:inset 0 0 0 999px #00000008}.profile-image-editor__empty{width:100%;height:100%;color:var(--text-soft);text-align:center;background:0 0;border:0;place-content:center;justify-items:center;gap:10px;padding:40px;transition:color .14s,background-color .14s;display:grid}.profile-image-editor__empty:hover{background:color-mix(in srgb, var(--accent) 4%, transparent);color:var(--accent)}.profile-image-editor__empty strong{color:var(--text);font-size:12px}.profile-image-editor__empty span{font-size:10px}.profile-image-editor__toolbar{justify-content:center;align-items:center;gap:18px;margin-top:16px;display:flex}.profile-image-editor__toolbar button{color:var(--text-soft);background:0 0;border:0;align-items:center;gap:7px;padding:0;font-size:10px;font-weight:700;display:inline-flex}.profile-image-editor__toolbar button:hover{color:var(--accent)}.profile-image-editor__toolbar button:disabled{opacity:.28;cursor:not-allowed}.profile-image-editor__zoom{width:min(100%,530px);color:var(--text-soft);grid-template-columns:auto auto minmax(150px,320px) auto 45px;align-items:center;gap:10px;margin-top:17px;display:grid}.profile-image-editor__zoom>span{font-size:10px;font-weight:750}.profile-image-editor__zoom input{width:100%;accent-color:var(--accent)}.profile-image-editor__zoom input:disabled{opacity:.35;cursor:not-allowed}.profile-image-editor__zoom:has(input:disabled){opacity:.5}.profile-image-editor__zoom strong{color:var(--text);text-align:right;font-family:Space Mono,monospace;font-size:9px}.profile-image-editor__error{color:var(--danger);text-align:center;margin:12px 0 0;font-size:10px}.profile-image-editor__history{border-left:1px solid var(--line);background:color-mix(in srgb, var(--surface-2) 45%, var(--surface));min-width:0;min-height:0;padding:20px;overflow:hidden}.profile-image-editor__history-title{align-items:center;gap:8px;margin-bottom:14px;display:flex}.profile-image-editor__history-title h3{color:var(--text);margin:0;font-size:12px}.profile-image-editor__history-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;max-height:calc(100% - 30px);padding-right:3px;display:grid;overflow:hidden auto}.profile-image-editor__history-item{aspect-ratio:820/312;background:var(--surface-2);border-radius:7px;position:relative;overflow:hidden}.profile-image-editor__history-item--avatar{aspect-ratio:1;border-radius:50%}.profile-image-editor__history-preview{background:0 0;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0;overflow:hidden}.profile-image-editor__history-preview img{object-fit:cover;width:100%;height:100%}.profile-image-editor__history-preview span{color:#fff;opacity:0;background:#0509118c;place-items:center;transition:opacity .14s;display:grid;position:absolute;inset:0}.profile-image-editor__history-preview:hover span{opacity:1}.profile-image-editor__history-delete{z-index:2;color:#fff;opacity:0;background:#04080fb8;border:0;border-radius:50%;place-items:center;width:25px;height:25px;padding:0;transition:opacity .14s,color .14s;display:grid;position:absolute;top:5px;right:5px}.profile-image-editor__history-item:hover .profile-image-editor__history-delete{opacity:1}.profile-image-editor__history-delete:hover{color:var(--danger)}.profile-image-editor__history-empty,.profile-image-editor__history-loading{min-height:220px;color:var(--text-dim);text-align:center;align-content:center;place-items:center;gap:10px;display:grid}.profile-image-editor__history-empty p{max-width:180px;margin:0;font-size:10px;line-height:1.55}.profile-image-editor__footer{border-top:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;gap:24px;padding:15px 24px;display:flex}.profile-image-editor__footer>span{color:var(--text-soft);font-size:9px}.profile-image-editor__footer>span strong{color:var(--text)}.profile-image-editor__footer>div{align-items:center;gap:10px;display:flex}.profile-image-editor__cancel,.profile-image-editor__save{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:39px;padding:0 15px;font-size:11px;font-weight:750;display:inline-flex}.profile-image-editor__cancel{border:1px solid var(--line-2);color:var(--text-soft);background:0 0}.profile-image-editor__save{border:1px solid var(--accent);background:var(--accent);color:#fff}.profile-image-editor__save:disabled{opacity:.45;cursor:not-allowed}.profile-image-editor__spinner{animation:.8s linear infinite profile-image-editor-spin}@keyframes profile-image-editor-spin{to{transform:rotate(360deg)}}@media (width<=780px){.profile-image-editor{padding:10px}.profile-image-editor__dialog{width:calc(100vw - 20px);height:calc(100dvh - 20px)}.profile-image-editor__body{display:block}.profile-image-editor__history{display:none}.profile-image-editor__workspace{height:100%;padding:18px}}@media (width<=520px){.profile-image-editor{padding:0}.profile-image-editor__dialog{border:0;border-radius:0;width:100vw;height:100dvh}.profile-image-editor__header{padding:17px 18px 14px}.profile-image-editor__header p{display:none}.profile-image-editor__workspace{padding:14px}.profile-image-editor__zoom{grid-template-columns:auto minmax(100px,1fr) auto 42px}.profile-image-editor__zoom>span{display:none}.profile-image-editor__footer{padding:13px 16px}.profile-image-editor__footer>span{display:none}.profile-image-editor__footer>div{width:100%}.profile-image-editor__cancel,.profile-image-editor__save{flex:1}}@media (prefers-reduced-motion:reduce){.profile-image-editor__spinner{animation:none}}.profile-more-menu{display:inline-flex;position:relative}.profile-more-menu__panel{z-index:80;border:1px solid var(--line-2);background:var(--surface);width:190px;color:var(--text);border-radius:10px;padding:6px;animation:.14s both profile-more-menu-enter;display:grid;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 16px 42px #0000002e}.profile-more-menu__panel button,.profile-more-menu__panel a{width:100%;min-height:39px;color:var(--text-soft);text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:10px;padding:0 10px;font-family:inherit;font-size:10px;font-weight:700;display:flex}.profile-more-menu__panel button:hover,.profile-more-menu__panel a:hover{background:var(--surface-2);color:var(--text)}.profile-more-menu__panel svg{flex:none}@keyframes profile-more-menu-enter{0%{opacity:0;transform:translateY(-5px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.profile-more-menu__panel{animation:none}}.profile-share-modal{z-index:1900;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);opacity:0;background:#03070fc7;place-items:center;padding:18px;transition:opacity .22s,-webkit-backdrop-filter .22s,backdrop-filter .22s;display:grid;position:fixed;inset:0;overflow:hidden}.profile-share-modal--open{opacity:1}.profile-share-modal--closing{opacity:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none}.profile-share-modal__dialog{border:1px solid var(--line-2);background:var(--surface);width:min(470px,100vw - 36px);min-width:0;height:min(760px,100dvh - 36px);min-height:0;color:var(--text);opacity:0;border-radius:18px;grid-template-rows:auto minmax(0,1fr) auto;transition:opacity .22s,transform .22s cubic-bezier(.2,.8,.2,1);display:grid;overflow:hidden;transform:translateY(18px)scale(.965);box-shadow:0 28px 90px #00000057}.profile-share-modal--open .profile-share-modal__dialog{opacity:1;transform:translateY(0)scale(1)}.profile-share-modal--closing .profile-share-modal__dialog{opacity:0;transform:translateY(12px)scale(.975)}.profile-share-modal__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:24px;padding:18px 22px 14px;display:flex}.profile-share-modal__header h2{color:var(--text);letter-spacing:-.035em;margin:0;font-size:21px;font-weight:850}.profile-share-modal__header p{color:var(--text-soft);margin:7px 0 0;font-size:11px;line-height:1.55}.profile-share-modal__header-actions{flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.profile-share-modal__header-download,.profile-share-modal__close{width:35px;height:35px;color:var(--text-soft);background:0 0;border:0;border-radius:7px;place-items:center;padding:0;transition:color .14s,background-color .14s,transform .14s;display:grid}.profile-share-modal__header-download:hover,.profile-share-modal__close:hover{background:color-mix(in srgb, var(--text) 7%, transparent);color:var(--text)}.profile-share-modal__header-download:hover{color:var(--accent);transform:translateY(-1px)}.profile-share-modal__header-download:disabled,.profile-share-modal__close:disabled{opacity:.5;cursor:wait;transform:none}.profile-share-modal__header-download:focus-visible,.profile-share-modal__close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.profile-share-modal__content{flex-direction:column;align-items:stretch;min-height:0;padding:18px 28px 14px;display:flex;overflow:hidden}.profile-share-modal__identity,.profile-share-modal__divider,.profile-share-modal__qr-frame,.profile-share-modal__url-section,.profile-share-modal__hint{flex-shrink:0}.profile-share-modal__identity{justify-items:center;display:grid}.profile-share-modal__avatar{border:3px solid var(--surface);background:var(--accent);color:#fff;width:72px;height:72px;box-shadow:0 0 0 1px var(--line-2);border-radius:50%;place-items:center;font-size:23px;font-weight:850;display:grid;overflow:hidden}.profile-share-modal__avatar img{object-fit:cover;object-position:center;width:100%;height:100%}.profile-share-modal__username{color:var(--text);margin-top:9px;font-size:17px;font-weight:850}.profile-share-modal__name{color:var(--text-soft);margin-top:3px;font-size:13px}.profile-share-modal__divider{background:var(--line);width:100%;height:1px;margin:14px 0}.profile-share-modal__qr-frame{aspect-ratio:1;background:#fff;border-radius:14px;flex:none;place-items:center;width:min(100%,282px);margin:0 auto;padding:12px;display:grid;overflow:visible;box-shadow:0 10px 28px #0000001a}.profile-share-modal__qr{flex:none;width:248px;max-width:100%;height:248px;display:block;overflow:visible}.profile-share-modal__url-section{margin-top:14px}.profile-share-modal__url-label{color:var(--text-soft);margin-bottom:8px;font-size:10px;font-weight:750;display:block}.profile-share-modal__url-control{border:1px solid var(--line-2);background:var(--surface-2);min-height:44px;color:var(--text-soft);border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:4px 5px 4px 12px;display:grid}.profile-share-modal__url-value{width:100%;min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-family:inherit;font-size:11px;line-height:1.4;display:block;overflow:hidden}.profile-share-modal__copy{border:1px solid var(--line-2);background:var(--surface);min-height:34px;color:var(--text);border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:10px;font-weight:750;transition:border-color .14s,color .14s,background-color .14s;display:inline-flex}.profile-share-modal__copy:hover{border-color:var(--accent);color:var(--accent)}.profile-share-modal__copy--copied{border-color:var(--ok);color:var(--ok)}.profile-share-modal__hint{color:var(--text-dim);text-align:center;margin:12px 0 0;font-size:9px}.profile-share-modal__footer{border-top:1px solid var(--line);background:color-mix(in srgb, var(--surface-2) 45%, var(--surface));justify-items:center;gap:5px;padding:11px 22px;display:grid}.profile-share-modal__download-spinner{animation:.8s linear infinite profile-share-download-spin}.profile-share-modal__export-error{color:var(--danger);text-align:center;margin:0;font-size:9px}.profile-share-modal__brand{justify-items:center;gap:4px;display:grid}.profile-share-modal__brand strong{color:var(--text);font-size:12px;font-weight:850}.profile-share-modal__brand span{color:var(--text-dim);text-align:center;font-size:8px}@keyframes profile-share-download-spin{to{transform:rotate(360deg)}}@media (width<=520px){.profile-share-modal{padding:0}.profile-share-modal__dialog{border:0;border-radius:0;width:100vw;height:100dvh}.profile-share-modal__header{padding:19px 18px 15px}.profile-share-modal__content{flex-direction:column;justify-content:center;padding:14px 20px 10px;display:flex;overflow:hidden}.profile-share-modal__qr-frame{width:min(100%,270px)}.profile-share-modal__qr{aspect-ratio:1;width:min(248px,100vw - 72px);height:auto}.profile-share-modal__copy span{display:none}.profile-share-modal__copy{width:38px;padding:0}}@media (prefers-reduced-motion:reduce){.profile-share-modal,.profile-share-modal__dialog{transition:none}}.profile-share-modal__dialog,.profile-share-modal__dialog *{box-sizing:border-box}.profile-page{background:var(--background);min-height:100%;color:var(--text)}.profile-hero{border-bottom:1px solid var(--line);background:radial-gradient(circle at 72% 25%, color-mix(in srgb, var(--accent) 26%, transparent), transparent 36%), linear-gradient(135deg, var(--surface-2), var(--background));width:100%;min-height:230px;position:relative;overflow:hidden}.profile-hero--image{min-height:270px}.profile-hero__image{z-index:0;object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.profile-hero__overlay{z-index:1;pointer-events:none;background:linear-gradient(180deg, #0509110a 0%, #0509111f 65%, color-mix(in srgb, var(--background) 78%, transparent) 100%);position:absolute;inset:0}.profile-hero__texture{z-index:2;opacity:.2;pointer-events:none;background-image:linear-gradient(90deg,#ffffff06 1px,#0000 1px),linear-gradient(#ffffff06 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0}.profile-container{width:min(100% - 48px,1180px);margin:-88px auto 0;padding-bottom:120px;position:relative}.profile-identity{z-index:2;grid-template-columns:164px minmax(0,1fr);align-items:start;gap:27px;display:grid;position:relative}.profile-avatar{border:4px solid var(--background);background:var(--accent);color:#fff;isolation:isolate;border-radius:50%;flex:0 0 164px;place-items:center;width:164px;height:164px;font-size:38px;font-weight:850;display:grid;position:relative;overflow:hidden}.profile-avatar img{object-fit:cover;object-position:center;width:100%;height:100%;transform:scale(1.001)}.profile-hero--editable,.profile-avatar--editable{cursor:pointer}.profile-media-edit{z-index:4;color:#fff;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050911b8;border:0;border-radius:50%;place-items:center;padding:0;transition:opacity .15s,transform .15s,background-color .15s;display:grid;position:absolute}.profile-media-edit--banner{width:48px;height:48px;top:50%;left:50%;transform:translate(-50%,-45%)}.profile-media-edit--avatar{background:#0509117a;width:100%;height:100%;inset:0;transform:none}.profile-hero--editable:hover .profile-media-edit--banner,.profile-avatar--editable:hover .profile-media-edit--avatar,.profile-media-edit:focus-visible{opacity:1;pointer-events:auto}.profile-hero--editable:hover .profile-media-edit--banner{transform:translate(-50%,-50%)}.profile-media-edit:hover{background:#050911d6}.profile-identity__main{min-width:0;margin-top:104px;padding-bottom:8px}.profile-identity__heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.profile-name-row{align-items:center;gap:9px;display:flex}.profile-name-row h1{color:var(--text);letter-spacing:-.045em;margin:0;font-size:clamp(28px,4vw,43px);font-weight:850;line-height:1.05}.profile-verified{background:var(--accent);color:#fff;border-radius:50%;place-items:center;width:20px;height:20px;font-size:11px;font-weight:900;display:grid}.profile-username{color:var(--text-soft);margin:7px 0 0;font-size:13px;font-weight:650}.profile-actions{align-items:center;gap:8px;display:flex}.profile-icon-action{width:auto;height:auto;color:var(--text-soft);background:0 0;border:0;border-radius:0;place-items:center;padding:5px;transition:color .14s,transform .14s;display:grid}.profile-icon-action:hover{color:var(--accent);transform:translateY(-1px)}.profile-icon-action:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.profile-follow-action{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080d188a;border:1px solid #ffffff2e;border-radius:7px;align-items:center;gap:7px;min-height:36px;padding:0 13px;font-size:11px;font-weight:700;display:inline-flex}.profile-description-row{justify-content:space-between;align-items:center;gap:32px;width:100%;margin-top:20px;display:flex}.profile-bio{min-width:0;max-width:720px;color:var(--text-soft);margin:0;font-size:13px;line-height:1.7}.profile-bio--empty{color:var(--text-dim)}.profile-meta{flex-wrap:wrap;align-items:center;gap:9px 17px;margin-top:14px;display:flex}.profile-meta>span,.profile-website-link{color:var(--text-soft);align-items:center;gap:7px;font-size:10px;display:inline-flex}.profile-meta a:hover{color:var(--accent)}.profile-country{align-items:center;gap:8px;display:inline-flex}.profile-country-flag{background:var(--surface-2);border:1px solid #ffffff24;border-radius:50%;flex:0 0 24px;width:24px;height:24px;display:block;overflow:hidden}.profile-country-flag img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.profile-country-fallback{color:var(--text-soft);flex:none}.profile-country-name{color:var(--text-soft);white-space:nowrap;font-size:10px}.profile-social-links{align-items:center;gap:19px;display:inline-flex}.profile-social-link{width:auto;height:auto;color:var(--text-soft);background:0 0;border:0;border-radius:0;flex:none;justify-content:center;align-items:center;padding:0;line-height:0;transition:color .14s,transform .14s,opacity .14s;display:inline-flex}.profile-social-link:hover{color:var(--accent);opacity:1;background:0 0;border:0;transform:translateY(-2px)}.profile-social-link:focus-visible{outline:2px solid var(--accent);outline-offset:5px;border-radius:3px}.profile-social-link svg{width:22px;height:22px;display:block}.profile-stats{background:0 0;border:0;border-radius:0;align-items:center;gap:34px;margin-top:25px;padding:0;display:flex}.profile-stat{border:0;align-items:baseline;gap:7px;padding:0;display:flex}.profile-stat strong{color:var(--text);font-family:Space Mono,monospace;font-size:14px;font-weight:800}.profile-stat span{color:var(--text-soft);text-transform:none;letter-spacing:0;font-size:10px;font-weight:650}.profile-tabs{border-bottom:1px solid var(--line);grid-template-columns:repeat(6,minmax(0,1fr));align-items:center;width:100%;margin-top:28px;display:grid;overflow:visible}.profile-tab{width:100%;min-width:0;min-height:62px;color:var(--text-soft);background:0 0;border:0;place-items:center;padding:0;display:grid;position:relative;overflow:visible}.profile-tab:after{content:"";background:0 0;border-radius:999px;width:38px;height:2px;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}.profile-tab svg{width:24px;height:24px;transition:color .14s,transform .14s}.profile-tab:hover svg{transform:translateY(-2px)}.profile-tab--active{color:var(--accent)}.profile-tab:hover,.profile-tab--active{color:var(--text)}.profile-tab--active:after{background:var(--accent)}.profile-content{gap:38px;padding-top:31px;display:grid}.profile-section{min-width:0}.profile-section--empty{padding-top:45px}.profile-section__heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:16px;display:flex}.profile-section__heading p{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:6px;margin:0 0 6px;font-size:9px;font-weight:800;display:flex}.profile-section__heading h2{color:var(--text);letter-spacing:-.025em;margin:0;font-size:20px;font-weight:820}.profile-section__link{color:var(--text-soft);align-items:center;gap:5px;font-size:10px;font-weight:700;display:inline-flex}.profile-section__link:hover{color:var(--accent)}.favorite-game-card{border:1px solid var(--line);background:linear-gradient(110deg, var(--surface), var(--surface-2));border-radius:13px;grid-template-columns:178px minmax(0,1fr) 110px;gap:22px;min-height:210px;padding:15px;display:grid;overflow:hidden}.favorite-game-card__cover{background:var(--surface-2);width:178px;height:178px;color:var(--text-dim);border-radius:9px;place-items:center;display:grid;overflow:hidden}.favorite-game-card__cover img{object-fit:cover;width:100%;height:100%}.favorite-game-card__content{flex-direction:column;justify-content:center;min-width:0;display:flex}.favorite-game-card__eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:6px;font-size:9px;font-weight:800;display:flex}.favorite-game-card__content h3{color:var(--text);letter-spacing:-.035em;margin:9px 0 12px;font-size:25px;font-weight:850}.favorite-game-card__metadata{flex-wrap:wrap;gap:8px 14px;display:flex}.favorite-game-card__metadata span{color:var(--text-soft);align-items:center;gap:5px;font-size:10px;display:inline-flex}.favorite-game-card__tags{flex-wrap:wrap;gap:6px;margin-top:17px;display:flex}.favorite-game-card__tags span{border:1px solid var(--line);background:var(--surface);color:var(--text-soft);border-radius:999px;padding:5px 8px;font-size:9px}.favorite-game-card__rating{border-left:1px solid var(--line);color:var(--accent);flex-direction:column;justify-content:center;align-items:center;display:flex}.favorite-game-card__rating small{color:var(--text-soft);text-transform:uppercase;letter-spacing:.06em;font-size:8px}.favorite-game-card__rating strong{color:var(--text);margin:8px 0 4px;font-family:Space Mono,monospace;font-size:25px}.profile-activity{border:1px solid var(--line);background:var(--surface);border-radius:12px;overflow:hidden}.activity-item{grid-template-columns:40px minmax(0,1fr) max-content;align-items:start;gap:13px;padding:17px;display:grid}.activity-item__avatar{background:var(--accent);color:#fff;border-radius:50%;place-items:center;width:40px;height:40px;font-size:10px;font-weight:850;display:grid;overflow:hidden}.activity-item__avatar img{object-fit:cover;width:100%;height:100%}.activity-item__content{min-width:0}.activity-item__content>p{color:var(--text-soft);margin:0 0 13px;font-size:11px}.activity-item__content>p strong{color:var(--text)}.activity-game{align-items:center;gap:11px;display:flex}.activity-game img{object-fit:cover;border-radius:7px;width:58px;height:58px}.activity-game div{gap:4px;min-width:0;display:grid}.activity-game strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.activity-game span{color:var(--text-soft);font-size:9px}.activity-item__time{color:var(--text-dim);align-items:center;gap:5px;font-size:9px;display:inline-flex}.profile-empty-state{border:1px dashed var(--line-2);min-height:150px;color:var(--text-dim);text-align:center;border-radius:11px;justify-items:center;gap:11px;padding:30px;display:grid}.profile-empty-state p{max-width:420px;margin:0;font-size:11px;line-height:1.6}.profile-error{border:1px solid var(--line);background:var(--surface);width:min(100% - 48px,720px);color:var(--text-soft);text-align:center;border-radius:12px;justify-items:center;gap:11px;margin:100px auto;padding:50px;display:grid}.profile-error h1{color:var(--text);margin:4px 0 0}.profile-error p{margin:0}.profile-error button{border:1px solid var(--line-2);background:var(--surface-2);min-height:40px;color:var(--text);border-radius:8px;align-items:center;gap:8px;margin-top:8px;padding:0 14px;font-weight:700;display:inline-flex}.profile-page--loading{min-height:700px}.profile-skeleton{background:linear-gradient(90deg, var(--surface-2), var(--surface), var(--surface-2));background-size:220% 100%;border-radius:8px;animation:1.2s ease-in-out infinite profile-skeleton-loading}.profile-skeleton--banner{border-radius:0;height:260px}.profile-skeleton--avatar{border-radius:50%;width:160px;height:160px;margin-top:-80px}.profile-skeleton--title{width:340px;height:40px;margin-top:25px}.profile-skeleton--text{width:min(520px,100%);height:18px;margin-top:18px}.profile-skeleton--tabs{width:100%;height:48px;margin-top:35px}.profile-skeleton--content{width:100%;height:230px;margin-top:28px}@keyframes profile-skeleton-loading{0%{background-position:100% 0}to{background-position:-100% 0}}@media (width<=820px){.profile-hero{min-height:205px}.profile-container{width:min(100% - 30px,1180px);margin-top:-62px}.profile-identity{grid-template-columns:120px minmax(0,1fr);gap:17px}.profile-avatar{width:120px;height:120px;font-size:28px}.profile-identity__main{margin-top:79px}.profile-identity__heading{align-items:flex-start}.profile-name-row h1{color:var(--text);font-size:27px}.profile-username{color:var(--text-soft)}.profile-side-actions{align-self:flex-start;padding-top:4px;position:static}.profile-actions{position:static}.profile-edit-button{font-size:0}.profile-edit-button svg{width:17px;height:17px}.profile-stats{grid-template-columns:repeat(5,minmax(90px,1fr));overflow-x:auto}.favorite-game-card{grid-template-columns:130px minmax(0,1fr)}.favorite-game-card__cover{width:130px;height:160px}.favorite-game-card__rating{display:none}}@media (width<=580px){.profile-hero{min-height:165px}.profile-container{margin-top:-48px;padding-bottom:95px}.profile-identity{display:block}.profile-avatar{border-width:3px;width:96px;height:96px}.profile-identity__main{margin-top:18px;padding-top:0}.profile-side-actions{padding-top:3px;position:static}.profile-name-row h1{padding-right:0;font-size:24px}.profile-description-row{align-items:flex-start;gap:18px;margin-top:16px}.profile-bio{margin:0}.profile-meta{gap:10px 13px}.profile-social-links{gap:16px;width:auto;margin-top:0}.profile-social-links--description{padding-top:2px}.profile-social-link{flex-basis:auto;width:auto;height:auto}.profile-social-link svg{width:23px;height:23px}.profile-stat{min-width:92px}.favorite-game-card{display:block}.favorite-game-card__cover{width:100%;height:190px}.favorite-game-card__content{padding:18px 3px 5px}.favorite-game-card__content h3{font-size:21px}.activity-item{grid-template-columns:36px minmax(0,1fr)}.activity-item__avatar{width:36px;height:36px}.activity-item__time{display:none}}@media (prefers-reduced-motion:reduce){.profile-skeleton{animation:none}}.profile-avatar .profile-media-edit--avatar{z-index:5;color:#fff;opacity:0;visibility:hidden;pointer-events:none;background:#04081094;border:0;border-radius:50%;place-items:center;width:100%;height:100%;padding:0;transition:opacity .15s,visibility .15s,background-color .15s;display:grid;position:absolute;inset:0;transform:none}.profile-avatar--editable:hover .profile-media-edit--avatar,.profile-avatar .profile-media-edit--avatar:focus-visible{opacity:1;visibility:visible;pointer-events:auto}.profile-avatar .profile-media-edit--avatar:hover{background:#040810b3}.profile-side-actions{justify-content:flex-end;align-self:flex-start;align-items:center;padding-top:5px;display:flex}.profile-actions{justify-content:flex-end;align-items:center;gap:17px;display:flex}.profile-social-links--description{flex:none;justify-content:flex-end;margin-left:auto;padding-right:2px}.profile-social-links--description .profile-social-link{color:var(--text-soft)}.profile-social-links--description .profile-social-link:hover{color:var(--accent)}:root{--bg:#fff;--surface:#fff;--surface-2:#f4f5f7;--text:#171a1f;--text-soft:#565c68;--text-dim:#8b909c;--line:#ececf0;--line-2:#dfe1e6;--game:#2563eb;--board:#ea7317;--accent:var(--game);--danger:#dc2626;--ok:#059669;--warn:#d97706;--info:#2563eb;--radius:12px;--radius-sm:9px;--shadow:none}:root[data-theme=dark]{--bg:#0b1120;--surface:#111a2c;--surface-2:#16223a;--text:#e7ebf3;--text-soft:#9aa6bd;--text-dim:#5f6b85;--line:#ffffff12;--line-2:#ffffff21;--game:#4e8df5;--board:#f79a3c;--danger:#f0605a;--ok:#3ad29b;--warn:#f0a63c;--info:#6ea8ff;--shadow:none}:root[data-world=board]{--accent:var(--board)}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;letter-spacing:-.006em;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.5;transition:background .3s,color .3s}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.mono{font-family:Space Mono,monospace}::selection{background:var(--accent);color:#fff}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}*{scrollbar-width:thin;scrollbar-color:var(--accent) var(--surface-2)}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--accent);background-clip:content-box;border:2px solid #0000;border-radius:999px;min-height:48px}::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--accent) 85%, var(--text))}::-webkit-scrollbar-corner{background:0 0}::-webkit-scrollbar-button{width:0;height:0;display:none}::-webkit-scrollbar-track-piece{background:0 0}.lang-fade{will-change:opacity;transition:opacity .16s,filter .16s}.lang-fade[data-switching=true]{opacity:0;filter:blur(1.5px)}@media (prefers-reduced-motion:reduce){.lang-fade{transition:none}.lang-fade[data-switching=true]{opacity:1;filter:none}}html{overflow-x:hidden}body{min-width:320px}button,input,textarea,select{font:inherit}button{color:inherit}img{max-width:100%;display:block}input,textarea,select{color:var(--text)}#root{min-height:100%}.page{width:100%;max-width:1480px;margin:0 auto;padding:34px 38px 64px}.page__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px;display:flex}.page__eyebrow{color:var(--accent);letter-spacing:.11em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:800}.page__title{color:var(--text);letter-spacing:-.045em;margin:0;font-size:clamp(30px,4vw,48px);font-weight:850;line-height:1.05}.page__description{max-width:720px;color:var(--text-soft);margin:12px 0 0;font-size:16px;line-height:1.7}.placeholder-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.placeholder-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:220px;padding:22px}.placeholder-card__line{background:var(--surface-2);border-radius:999px;width:58%;height:12px;margin-bottom:12px}.placeholder-card__line:last-child{width:84%}@media (width<=1180px){.placeholder-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.page{padding:28px 22px 110px}.placeholder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.page{padding-inline:16px}.page__header{flex-direction:column;align-items:flex-start}.placeholder-grid{grid-template-columns:1fr}}
