@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;700&display=swap);:root{--color-bg-primary:#292929;--color-bg-secondary:#0d0d0d;--color-bg-tertiary:#0e0e0e;--color-block-bg:#0d0d0d80;--color-inner-block-bg:#0d0d0d80;--color-accent-start:#ffe866;--color-accent-end:#ffc814;--color-accent-gradient:linear-gradient(90deg,var(--color-accent-start) 0%,var(--color-accent-end) 100%);--color-accent-start-opacity:#ffe866;--color-accent-end-opacity:#ffc814;--color-accent-gradient-opacity:linear-gradient(90deg,var(--color-accent-start-opacity) 0%,var(--color-accent-end-opacity) 100%);--color-text-primary:#fff;--color-text-secondary:#838383;--color-text-muted:#727272;--color-text-dark:#292929;--color-vk:#07f;--color-telegram:#36acf2;--color-gmail:#fff;--color-border:#8383831a;--color-divider:#8383831a;--radius-xs:5px;--radius-sm:15px;--radius-md:25px;--spacing-xs:10px;--spacing-sm:15px;--spacing-md:30px;--spacing-lg:45px;--font-size-base:18px;--font-size-sm:16px;--font-size-lg:20px;--input-height:73px;--button-height:73px;--header-height:79px;--logo-size:59px;--font-family-primary:"Nunito Sans","Qanelas",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--shadow-panel:0 4px 20px #0000004d;--transition-fast:0.15s ease;--transition-normal:0.25s ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;height:100%;padding:0}body,html{margin:0;overflow-x:hidden}body{background-color:var(--color-bg-primary);color:var(--color-text-primary);font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:500;height:100vh;line-height:1.4;overflow-y:auto;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}a{color:inherit;text-decoration:none}button{background:none;cursor:pointer}button,input{border:none;font-family:inherit;font-size:inherit;outline:none}input{background:#0000}input::placeholder{color:var(--color-text-secondary)}img{display:block;height:auto;max-width:100%}ol,ul{list-style:none}.gradient-text{-webkit-text-fill-color:#0000;background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-text-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}#root{height:100%}.header{padding:max(10px,env(safe-area-inset-top)) max(10px,env(safe-area-inset-right)) 10px max(10px,env(safe-area-inset-left));width:100%}.header__container{margin:0 auto;max-width:1920px}.header__panel{background-color:var(--color-block-bg);border-radius:var(--radius-md);justify-content:space-between;min-height:var(--header-height);padding:10px}.header__logo,.header__panel{align-items:center;display:flex}.header__logo{background-color:var(--color-inner-block-bg);border-radius:var(--radius-sm);cursor:pointer;flex-shrink:0;height:var(--logo-size);justify-content:center;transition:background-color var(--transition-fast);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:var(--logo-size)}.header__logo:hover{background-color:#1e1e1eb3}.header__logo-img{-webkit-user-drag:none;height:27px;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:27px}.header__nav{align-items:center;display:flex;flex:1 1;gap:var(--spacing-lg);justify-content:flex-start;margin-left:var(--spacing-lg)}.header__divider{background-color:var(--color-text-secondary);border-radius:var(--radius-xs);height:19px;opacity:.1;width:1px}.header__nav-link{color:var(--color-text-secondary);font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:500;transition:color var(--transition-fast);white-space:nowrap}.header__nav-link:hover{color:var(--color-text-primary)}.header__nav-link--active{-webkit-text-fill-color:#0000;background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text;font-weight:700}.header__logout{align-items:center;background-color:var(--color-inner-block-bg);border-radius:var(--radius-sm);color:#838383;cursor:pointer;display:flex;flex-shrink:0;height:var(--logo-size);justify-content:center;transition:background-color var(--transition-fast),color var(--transition-fast);width:var(--logo-size)}.header__logout:hover{background-color:#ef444426;color:#ef4444}@media (max-width:1200px){.header__nav{gap:var(--spacing-md)}.header__nav-link{font-size:16px}}.header__nav--mobile{display:none}@media (max-width:834px){.header__panel{padding:10px}.header__nav--desktop{display:none}.header__nav--mobile{display:flex;flex:1 1;justify-content:center}}@media (max-width:640px){.header{padding:7px}.header__panel{border-radius:20px;min-height:auto;padding:7px}.header__logo,.header__logout{border-radius:12px;height:40px;width:40px}.header__logo-img{height:21px;width:21px}.header__logout svg{height:22px;width:22px}.header__nav--mobile{gap:10px;margin-left:10px;margin-right:10px}.header__nav-link{font-size:14px}.header__divider{height:13px}}@media (max-width:480px){.header{padding:5px}.header__panel{border-radius:15px;padding:5px}.header__logo,.header__logout{border-radius:10px;height:33px;width:33px}.header__logo-img{height:19px;width:19px}.header__logout svg{height:20px;width:20px}.header__nav--mobile{gap:8px;margin-left:8px;margin-right:8px}.header__nav-link{font-size:12px}.header__divider{height:11px}}.privacy-popup-overlay{align-items:center;animation:fadeIn .2s ease-out;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.privacy-popup{animation:slideUp .3s ease-out;background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:20px;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;max-height:85vh;max-width:700px;width:100%}.privacy-popup__header{align-items:center;border-bottom:1px solid #2a2a2a;display:flex;flex-shrink:0;justify-content:space-between;padding:24px 30px}.privacy-popup__title{-webkit-text-fill-color:#0000;background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text;font-family:var(--font-family-primary);font-size:20px;font-weight:700;margin:0}.privacy-popup__close{align-items:center;background-color:#252525;border:none;border-radius:10px;color:#838383;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all var(--transition-fast);width:40px}.privacy-popup__close:hover{background-color:#353535;color:#fff}.privacy-popup__content{flex:1 1;min-height:0;overflow-y:auto;padding:30px}.privacy-popup__content::-webkit-scrollbar{width:6px}.privacy-popup__content::-webkit-scrollbar-track{background:#8383831a;border-radius:3px}.privacy-popup__content::-webkit-scrollbar-thumb{background:#83838366;border-radius:3px}.privacy-popup__content::-webkit-scrollbar-thumb:hover{background:#83838399}.privacy-popup__section{margin-bottom:30px}.privacy-popup__section:last-child{margin-bottom:0}.privacy-popup__section h3{color:#fff;font-family:var(--font-family-primary);font-size:16px;font-weight:700;letter-spacing:.5px;margin:0 0 16px;text-transform:uppercase}.privacy-popup__section p{color:#a0a0a0;font-family:var(--font-family-primary);font-size:14px;font-weight:400;line-height:1.7;margin:0 0 12px}.privacy-popup__section p:last-child{margin-bottom:0}.privacy-popup__section p strong{color:#d0d0d0;font-weight:600}.privacy-popup__contacts{background-color:#252525;border-radius:12px;margin:16px 0;padding:20px}.privacy-popup__contacts p{margin-bottom:10px}.privacy-popup__contacts p:last-child{margin-bottom:0}.privacy-popup__section a{color:#6b9fff;text-decoration:none;transition:color var(--transition-fast)}.privacy-popup__section a:hover{color:#8fb5ff;text-decoration:underline}@media (max-width:640px){.privacy-popup-overlay{padding:15px}.privacy-popup{border-radius:16px;max-height:90vh}.privacy-popup__header{padding:18px 20px}.privacy-popup__title{font-size:17px}.privacy-popup__close{height:36px;width:36px}.privacy-popup__content{padding:20px}.privacy-popup__section h3{font-size:14px}.privacy-popup__section p{font-size:13px}.privacy-popup__contacts{padding:15px}}.auth-form{display:flex;flex-direction:column;gap:var(--spacing-md);width:453px}.auth-form__tabs{display:flex;gap:var(--spacing-xs)}.auth-form__tab{border:1px solid #0000;border-radius:var(--radius-sm);cursor:pointer;font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:700;height:var(--button-height);position:relative;transition:all var(--transition-fast);width:221px}.auth-form__tab,.auth-form__tab--active{background-color:#0d0d0d80}.auth-form__tab--active:before{background:var(--color-accent-gradient);border-radius:var(--radius-sm);content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute}.auth-form__tab--active .auth-form__tab-text,.auth-form__tab:not(.auth-form__tab--active) .auth-form__tab-text{-webkit-text-fill-color:#0000;background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text}.auth-form__tab:not(.auth-form__tab--active):hover{background-color:#0d0d0db3}.auth-form__tab-text{display:inline-block;position:relative;z-index:1}.auth-form__divider{background:linear-gradient(90deg,#0000,#8383834d 20%,#8383834d 80%,#0000);height:1px;width:100%}.auth-form__social{display:flex;gap:var(--spacing-xs)}.auth-form__vk-container{overflow:hidden}.auth-form__social-btn,.auth-form__vk-container{align-items:center;border-radius:var(--radius-sm);display:flex;height:var(--button-height);justify-content:center;width:144px}.auth-form__social-btn{cursor:pointer;transition:transform var(--transition-fast),filter var(--transition-fast)}.auth-form__social-btn:hover{filter:brightness(1.1);transform:translateY(-2px)}.auth-form__social-btn:active{transform:translateY(0)}.auth-form__social-btn--vk{background-color:var(--color-vk)}.auth-form__social-btn--telegram{background-color:var(--color-telegram)}.auth-form__social-btn--gmail,.auth-form__social-btn--google{background-color:var(--color-gmail)}.auth-form__social-btn--gmail svg,.auth-form__social-btn--google svg{height:80%;max-height:80%;max-width:80%;object-fit:contain;width:80%}.auth-form__social-btn--gmail .gmail-text,.auth-form__social-btn--google .gmail-text{color:var(--color-text-dark);font-family:var(--font-family-primary);font-size:18px;font-weight:700;letter-spacing:-.5px}.auth-form__or{align-items:center;display:flex;gap:var(--spacing-sm)}.auth-form__or-line{background:linear-gradient(90deg,#0000,#8383834d 50%,#0000);flex:1 1;height:1px}.auth-form__or-text{color:var(--color-text-muted);font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:500}.auth-form__form{display:flex;flex-direction:column;gap:var(--spacing-sm)}.auth-form__input-group{position:relative}.auth-form__input{background-color:initial;border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-primary);font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:500;height:var(--input-height);padding:0 25px;transition:border-color var(--transition-fast);width:100%}.auth-form__input:focus{border-color:#8383834d}.auth-form__input::placeholder{color:var(--color-text-secondary)}.auth-form__captcha{display:flex;justify-content:center;margin:var(--spacing-sm) 0}.auth-form__captcha>div{transform-origin:center}.auth-form__submit{background:var(--color-accent-gradient);border-radius:var(--radius-sm);color:var(--color-text-dark);cursor:pointer;font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:700;height:var(--button-height);transition:transform var(--transition-fast),filter var(--transition-fast);width:100%}.auth-form__submit:hover{filter:brightness(1.05);transform:translateY(-2px)}.auth-form__submit:active{transform:translateY(0)}.auth-form__forgot{background-color:var(--color-bg-tertiary);border-radius:var(--radius-sm);color:var(--color-text-secondary);cursor:pointer;font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:500;height:var(--button-height);transition:all var(--transition-fast);width:100%}.auth-form__forgot:hover{background-color:#0e0e0ecc;color:var(--color-text-primary)}.auth-form__notification{align-items:center;animation:notification-slide-in .3s ease-out;border-radius:var(--radius-sm);display:flex;font-family:var(--font-family-primary);font-size:14px;gap:12px;line-height:1.4;padding:16px 20px;position:relative}@keyframes notification-slide-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-form__notification-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.auth-form__notification-text{flex:1 1;font-weight:500}.auth-form__notification-close{align-items:center;background:#0000;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;opacity:.7;transition:background-color .2s ease;width:24px}.auth-form__notification-close:hover{opacity:1}.auth-form__notification--error{background-color:#ef444426;border:1px solid #ef444466;color:#fca5a5}.auth-form__notification--error .auth-form__notification-icon{background-color:#ef444433;color:#ef4444}.auth-form__notification--error .auth-form__notification-close{color:#fca5a5}.auth-form__notification--error .auth-form__notification-close:hover{background-color:#ef444433}.auth-form__notification--success{background-color:#22c55e26;border:1px solid #22c55e66;color:#86efac}.auth-form__notification--success .auth-form__notification-icon{background-color:#22c55e33;color:#22c55e}.auth-form__notification--success .auth-form__notification-close{color:#86efac}.auth-form__notification--success .auth-form__notification-close:hover{background-color:#22c55e33}.auth-form__submit--loading{cursor:not-allowed;opacity:.8}.auth-form__spinner{animation:auth-spin .8s linear infinite;border:2px solid #0f0f0f4d;border-radius:50%;border-top-color:#0f0f0f;display:inline-block;height:20px;width:20px}@keyframes auth-spin{to{transform:rotate(1turn)}}.auth-form__forgot:disabled,.auth-form__input:disabled,.auth-form__social-btn:disabled,.auth-form__tab:disabled{cursor:not-allowed;opacity:.6}.auth-form__social-btn:disabled:hover{filter:none;transform:none}@media (max-width:834px){.auth-form{max-width:453px;width:100%}.auth-form__tabs{flex-wrap:nowrap}.auth-form__tab{font-size:16px;min-width:0}.auth-form__social-btn,.auth-form__tab{flex:1 1;width:auto}}@media (max-width:640px){.auth-form{gap:20px}.auth-form__forgot,.auth-form__input,.auth-form__social-btn,.auth-form__submit,.auth-form__tab{height:60px}.auth-form__tab{font-size:14px}.auth-form__social-btn svg{transform:scale(.85)}.auth-form__social-btn--gmail svg,.auth-form__social-btn--google svg{height:70%;max-height:70%;max-width:70%;width:70%}.auth-form__input{font-size:16px;padding:0 20px}.auth-form__forgot,.auth-form__submit{font-size:16px}}@media (max-width:480px){.auth-form__social,.auth-form__tabs{gap:8px}.auth-form__tab{font-size:13px}.auth-form__social-btn--gmail svg,.auth-form__social-btn--google svg{height:60%;max-height:60%;max-width:60%;width:60%}}.auth-page{background-color:var(--color-bg-primary);display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;overflow-y:auto}.auth-page__main{box-sizing:border-box;flex:1 1;padding:0 15px 15px}.auth-page__container{margin:0 auto;max-width:1920px}.auth-page__panel{background-color:#0d0d0d80;border-radius:var(--radius-md);min-height:calc(100vh - var(--header-height) - 45px);padding:var(--spacing-md)}.auth-page__content{align-items:stretch;display:flex;gap:var(--spacing-lg);height:100%;justify-content:space-between}.auth-page__form-wrapper{align-items:center;display:flex;flex:1 1;justify-content:center}.auth-page__hero{display:flex;flex:1 1;justify-content:flex-end;max-width:1032px}.auth-page__hero-border{border:1px solid var(--color-border);border-radius:var(--radius-md);box-sizing:border-box;display:flex;height:100%;padding:15px;position:relative}.auth-page__hero-image{max-width:1002px;overflow:hidden}.auth-page__hero-image,.auth-page__hero-image img{border-radius:var(--radius-md);height:100%;width:100%}.auth-page__hero-image img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;display:block;object-fit:cover;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}@media (max-width:1500px){.auth-page__hero{max-width:800px}.auth-page__hero-image{max-width:770px}}@media (max-width:1200px){.auth-page__content{gap:var(--spacing-md)}.auth-page__form-wrapper{padding-top:0}.auth-page__hero{max-width:622px}.auth-page__hero-border{padding:15px}.auth-page__hero-image{height:779px;max-width:592px}.auth-page__hero-image img{height:100%;object-fit:cover}}@media (max-width:900px){.auth-page__panel{padding:30px 15px}.auth-page__content{align-items:center;flex-direction:column;gap:15px}.auth-page__form-wrapper{max-width:453px;padding-top:60px;width:100%}.auth-page__hero{justify-content:center;margin-top:0;max-width:717px;width:100%}.auth-page__hero-border{width:100%}.auth-page__hero-image{height:447px;max-width:100%}}@media (max-width:640px){.auth-page__main{padding:0 15px 15px}.auth-page__panel{min-height:auto;padding:20px 15px}.auth-page__content{gap:10px}.auth-page__form-wrapper{max-width:100%;padding-top:30px}.auth-page__hero{margin-top:0;max-width:550px}.auth-page__hero-border{padding:15px}.auth-page__hero-image{height:301px}}@media (max-width:480px){.auth-page__main{padding:0 10px 10px}.auth-page__panel{border-radius:20px;padding:15px 10px}.auth-page__content{gap:8px}.auth-page__form-wrapper{padding-top:20px}.auth-page__hero{margin-top:0}.auth-page__hero-border{border-radius:20px;padding:10px}.auth-page__hero-image{border-radius:15px;height:250px}.auth-page__hero-image img{border-radius:15px}}.reset-form{display:flex;flex-direction:column;gap:var(--spacing-sm);width:453px}.reset-form__back{align-items:center;background-color:#0d0d0d80;border-radius:var(--radius-sm);cursor:pointer;display:flex;gap:12px;height:var(--button-height);justify-content:center;transition:all var(--transition-fast);width:100%}.reset-form__back:hover{background-color:#0d0d0db3}.reset-form__back:hover svg{transform:translateX(-3px)}.reset-form__back svg{flex-shrink:0;transition:transform var(--transition-fast)}.reset-form__back-text{-webkit-text-fill-color:#0000;background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text;font-size:var(--font-size-base)}.reset-form__back-text,.reset-form__title{font-family:var(--font-family-primary);font-weight:700}.reset-form__title{color:var(--color-text-primary);font-size:24px;margin:0;text-align:center}.reset-form__description{color:var(--color-text-secondary);margin:0 0 8px;text-align:center}.reset-form__description,.reset-form__message{font-family:var(--font-family-primary);font-size:14px;line-height:1.5}.reset-form__message{border-radius:var(--radius-sm);padding:12px 16px}.reset-form__message--error{background-color:#f443361a;border:1px solid #f443364d;color:#f44336}.reset-form__message--success{background-color:#4caf501a;border:1px solid #4caf504d;color:#4caf50}.reset-form__form{display:flex;flex-direction:column;gap:var(--spacing-sm)}.reset-form__input-group{position:relative}.reset-form__input{background-color:initial;border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-primary);font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:500;height:var(--input-height);padding:0 25px;transition:border-color var(--transition-fast);width:100%}.reset-form__input:focus{border-color:#8383834d}.reset-form__input::placeholder{color:var(--color-text-secondary)}.reset-form__submit{background:var(--color-accent-gradient);border-radius:var(--radius-sm);color:var(--color-text-dark);cursor:pointer;font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:700;height:var(--button-height);transition:transform var(--transition-fast),filter var(--transition-fast);width:100%}.reset-form__submit:hover{filter:brightness(1.05);transform:translateY(-2px)}.reset-form__submit:active{transform:translateY(0)}.reset-form__submit--loading{cursor:not-allowed;opacity:.8}.reset-form__spinner{animation:reset-spin .8s linear infinite;border:2px solid #0f0f0f4d;border-radius:50%;border-top-color:#0f0f0f;display:inline-block;height:20px;width:20px}@keyframes reset-spin{to{transform:rotate(1turn)}}.reset-form__back:disabled,.reset-form__input:disabled,.reset-form__submit:disabled{cursor:not-allowed;opacity:.6}.reset-form__submit:disabled:hover{filter:none;transform:none}@media (max-width:834px){.reset-form{max-width:453px;width:100%}}@media (max-width:640px){.reset-form{gap:15px}.reset-form__back,.reset-form__input,.reset-form__submit{height:60px}.reset-form__back-text{font-size:16px}.reset-form__input{font-size:16px;padding:0 20px}.reset-form__submit{font-size:16px}}.reset-page{background-color:var(--color-bg-primary);display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;overflow-y:auto}.reset-page__main{box-sizing:border-box;flex:1 1;padding:0 15px 15px}.reset-page__container{margin:0 auto;max-width:1920px}.reset-page__panel{background-color:#0d0d0d80;border-radius:var(--radius-md);min-height:calc(100vh - var(--header-height) - 45px);padding:var(--spacing-md)}.reset-page__content{align-items:flex-start;display:flex;gap:var(--spacing-lg);height:100%;justify-content:space-between}.reset-page__form-wrapper{flex-shrink:0;padding-top:280px}.reset-page__hero{display:flex;flex:1 1;justify-content:flex-end;max-width:1032px}.reset-page__hero-border{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:15px;position:relative}.reset-page__hero-image{border-radius:var(--radius-md);max-width:1002px;overflow:hidden;width:100%}.reset-page__hero-image img{border-radius:var(--radius-md);display:block;height:auto;object-fit:cover;width:100%}@media (max-width:1500px){.reset-page__hero{max-width:800px}.reset-page__hero-image{max-width:770px}}@media (max-width:1200px){.reset-page__content{gap:var(--spacing-md)}.reset-page__form-wrapper{padding-top:0}.reset-page__hero{max-width:622px}.reset-page__hero-border{padding:15px}.reset-page__hero-image{height:779px;max-width:592px}.reset-page__hero-image img{height:100%;object-fit:cover}}@media (max-width:900px){.reset-page__panel{padding:30px 15px}.reset-page__content{align-items:center;flex-direction:column}.reset-page__form-wrapper{max-width:453px;padding-top:150px;width:100%}.reset-page__hero{justify-content:center;margin-top:var(--spacing-lg);max-width:717px;width:100%}.reset-page__hero-border{width:100%}.reset-page__hero-image{height:447px;max-width:100%}}@media (max-width:640px){.reset-page__main{padding:0 15px 15px}.reset-page__panel{min-height:auto;padding:20px 15px}.reset-page__form-wrapper{max-width:100%;padding-top:100px}.reset-page__hero{margin-top:var(--spacing-md);max-width:550px}.reset-page__hero-border{padding:15px}.reset-page__hero-image{height:301px}}@media (max-width:480px){.reset-page__main{padding:0 10px 10px}.reset-page__panel{border-radius:20px;padding:15px 10px}.reset-page__form-wrapper{padding-top:60px}.reset-page__hero-border{border-radius:20px;padding:10px}.reset-page__hero-image{border-radius:15px;height:250px}.reset-page__hero-image img{border-radius:15px}}.like-profile-sidebar-chat,.profile-sidebar{background-color:var(--color-inner-block-bg);border-radius:var(--radius-md);gap:0;padding:15px}.profile-sidebar{display:flex;flex-direction:column;width:451px}.profile-sidebar__user{align-items:center;background:linear-gradient(135deg,#ffe8661a,#ffc8140d);border:none;border-radius:var(--radius-md);cursor:pointer;display:flex;gap:15px;margin-bottom:15px;padding:15px;text-align:left;transition:background var(--transition-fast);width:100%}.profile-sidebar__user:hover{background:linear-gradient(135deg,#ffe86626,#ffc81414)}.profile-sidebar__avatar{flex-shrink:0;height:64px;width:64px}.profile-sidebar__avatar img,.profile-sidebar__avatar svg{border-radius:50%;height:100%;object-fit:cover;width:100%}.profile-sidebar__info{display:flex;flex-direction:column;gap:10px;overflow:hidden}.profile-sidebar__name{-webkit-text-fill-color:#0000;background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text;font-size:var(--font-size-base);font-weight:700}.profile-sidebar__email,.profile-sidebar__name{font-family:var(--font-family-primary);margin:0}.profile-sidebar__email{color:var(--color-text-muted);font-size:16px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-sidebar__menu{display:flex;flex-direction:column}.profile-sidebar__menu-item{align-items:center;background:#0000;cursor:pointer;display:flex;gap:15px;padding:20px 15px;position:relative;text-align:left;transition:background-color var(--transition-fast)}.profile-sidebar__menu-item:hover{background-color:#ffffff05}.profile-sidebar__menu-item svg{flex-shrink:0}.profile-sidebar__menu-item span{color:var(--color-text-secondary);font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:500}.profile-sidebar__menu-item--active span{-webkit-text-fill-color:#0000;background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text}.profile-sidebar__active-indicator{background:var(--color-accent-gradient);border-radius:1px;height:54px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2px}.profile-sidebar__menu{position:relative}.profile-sidebar__divider{background-color:#676767;height:1px;margin:0;opacity:.15}.profile-sidebar__color-pickers{background:#ffffff05;border-radius:var(--radius-sm);display:flex;flex-direction:column;gap:10px;margin:0 10px 10px;padding:15px}.profile-sidebar__color-item{align-items:center;display:flex;gap:10px;justify-content:space-between}.profile-sidebar__color-label{color:var(--color-text-secondary);flex:1 1;font-family:var(--font-family-primary);font-size:14px}.profile-sidebar__color-preview{border:2px solid #fff3;border-radius:8px;cursor:pointer;height:32px;transition:all var(--transition-fast);width:32px}.profile-sidebar__color-preview:hover{border-color:#fff6;transform:scale(1.05)}.profile-sidebar__color-input{height:0;opacity:0;pointer-events:none;position:absolute;width:0}.profile-sidebar__actions{display:flex;flex-direction:column;gap:15px;margin-top:auto;padding-top:15px}.profile-sidebar__btn{align-items:center;border-radius:var(--radius-md);cursor:pointer;display:flex;font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:700;gap:15px;height:90px;justify-content:center;transition:all var(--transition-fast)}.profile-sidebar__btn--outline{background:#0000;border:1px solid #6767670d;color:#676767}.profile-sidebar__btn--outline:hover{background-color:#ffffff05}.profile-sidebar__btn--primary{background:var(--color-accent-gradient);color:#0f0f0f}.profile-sidebar__btn--primary:hover{filter:brightness(1.05);transform:translateY(-2px)}@media (max-width:1200px){.profile-sidebar{width:451px}}@media (max-width:900px){.profile-sidebar{max-width:717px;width:100%}.profile-sidebar__btn{height:90px}}@media (max-width:640px){.profile-sidebar{max-width:100%;min-height:auto;padding:10px;width:100%}.profile-sidebar__color-pickers{margin:0 8px 8px;padding:12px}.profile-sidebar__color-label{font-size:13px}.profile-sidebar__color-preview{height:28px;width:28px}.profile-sidebar__user{gap:12px;margin-bottom:10px;padding:12px}.profile-sidebar__avatar{height:50px;width:50px}.profile-sidebar__name{font-size:16px}.profile-sidebar__email{font-size:14px}.profile-sidebar__info{gap:6px}.profile-sidebar__menu-item{gap:12px;padding:15px 12px}.profile-sidebar__menu-item span{font-size:14px}.profile-sidebar__menu-item svg{height:18px;width:18px}.profile-sidebar__btn{border-radius:15px;font-size:14px;gap:10px;height:60px}.profile-sidebar__actions{gap:10px;padding-top:10px}}@media (max-width:480px){.profile-sidebar{padding:8px}.profile-sidebar__color-pickers{gap:8px;margin:0 6px 6px;padding:10px}.profile-sidebar__color-label{font-size:12px}.profile-sidebar__color-preview{border-radius:6px;height:24px;width:24px}.profile-sidebar__user{border-radius:15px;gap:10px;margin-bottom:8px;padding:10px}.profile-sidebar__avatar{height:44px;width:44px}.profile-sidebar__name{font-size:14px}.profile-sidebar__email{font-size:12px}.profile-sidebar__menu-item{gap:10px;padding:12px 10px}.profile-sidebar__menu-item span{font-size:13px}.profile-sidebar__btn{border-radius:12px;font-size:13px;height:50px}.profile-sidebar__actions{gap:8px;padding-top:8px}}.profile-layout{background-color:var(--color-bg-primary);display:flex;flex-direction:column;height:100vh;overflow:hidden}.profile-layout__main{box-sizing:border-box;padding:0 15px 15px}.profile-layout__container,.profile-layout__main{display:flex;flex:1 1;flex-direction:column;min-height:0}.profile-layout__container{margin:0 auto;max-width:1920px;width:100%}.profile-layout__panel{background-color:var(--color-block-bg);border-radius:var(--radius-md);flex-direction:column;padding:15px}.profile-layout__content,.profile-layout__panel{display:flex;flex:1 1;min-height:0;overflow:visible}.profile-layout__content{gap:15px}.profile-layout__main-content{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden;width:100%}@media (max-width:1500px){.profile-layout__content{gap:15px}}@media (max-width:1200px){.profile-layout__content{gap:15px}}@media (max-width:900px){.profile-layout{height:100vh;overflow:hidden}.profile-layout__main{overflow-y:auto}.profile-layout__panel{overflow:visible;padding:15px}.profile-layout__content{align-items:center;flex-direction:column;overflow:visible}.profile-layout__main-content{max-width:717px;min-height:0;overflow:visible;width:100%}}@media (max-width:640px){.profile-layout{height:100vh;overflow:hidden}.profile-layout__main{overflow-y:auto;padding:0 10px 10px}.profile-layout__panel{border-radius:20px;min-height:auto;padding:10px}.profile-layout__content{gap:10px}.profile-layout__main-content{max-width:100%;min-height:0;width:100%}}@media (max-width:480px){.profile-layout{height:100vh;overflow:hidden}.profile-layout__main{overflow-y:auto;padding:0 8px 8px}.profile-layout__panel{border-radius:15px;padding:8px}.profile-layout__content{gap:8px}}.profile-content{background-color:var(--color-inner-block-bg);border-radius:var(--radius-md);display:flex;flex:1 1;flex-direction:column;gap:15px;min-height:0;overflow-y:auto;padding:15px}.profile-content::-webkit-scrollbar{width:6px}.profile-content::-webkit-scrollbar-track{background:#8383831a;border-radius:3px}.profile-content::-webkit-scrollbar-thumb{background:#83838366;border-radius:3px}.profile-content::-webkit-scrollbar-thumb:hover{background:#83838399}.profile-content__message{border-radius:var(--radius-sm);font-family:var(--font-family-primary);font-size:14px;line-height:1.5;padding:12px 16px}.profile-content__message--error{background-color:#f443361a;border:1px solid #f443364d;color:#f44336}.profile-content__message--success{background-color:#4caf501a;border:1px solid #4caf504d;color:#4caf50}.profile-content__game{border:1px solid var(--color-border);border-radius:var(--radius-md);display:flex;gap:15px;padding:15px}.profile-content__game-avatar{background-color:#0d0d0d80;border-radius:var(--radius-md);cursor:pointer;flex-shrink:0;height:165px;overflow:hidden;position:relative;width:165px}.profile-content__game-image{height:100%;position:relative;width:100%}.profile-content__game-image img{height:100%;object-fit:cover;width:100%}.profile-content__avatar-overlay{align-items:center;background:#0009;display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity var(--transition-fast)}.profile-content__game-avatar:hover .profile-content__avatar-overlay{opacity:1}.profile-content__avatar-spinner{animation:profile-avatar-spin .8s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:32px;width:32px}@keyframes profile-avatar-spin{to{transform:rotate(1turn)}}.profile-content__game-info{display:flex;flex:1 1;flex-direction:column}.profile-content__game-header{border:1px solid var(--color-border);border-radius:var(--radius-sm);margin-bottom:15px;padding:15px 25px}.profile-content__game-name{-webkit-text-fill-color:#0000;background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text;font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:700;margin:0}.profile-content__game-actions{display:flex;gap:15px}.profile-content__game-action{background:#0000;border-radius:50%;cursor:pointer;height:64px;padding:0;transition:all var(--transition-fast);width:64px}.profile-content__game-action:hover{background-color:#ffffff0d}.profile-content__game-action svg{height:100%;width:100%}.profile-content__edit-section{display:flex;flex-direction:column;gap:15px}.profile-content__edit-row{display:flex;gap:15px}.profile-content__edit-input-wrapper{align-items:center;background-color:#0d0d0d80;border:1px solid var(--color-border);border-radius:var(--radius-md);display:flex;flex:1 1;gap:10px;height:90px;padding:0 15px}.profile-content__edit-input{background-color:initial;border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-primary);flex:1 1;font-family:var(--font-family-primary);font-size:14px;font-weight:500;height:50px;padding:0 15px}.profile-content__edit-input:focus{border-color:#ffc81480;outline:none}.profile-content__edit-input::placeholder{color:var(--color-text-secondary)}.profile-content__edit-action{align-items:center;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:all var(--transition-fast);width:44px}.profile-content__edit-action--save{background:var(--color-accent-gradient)}.profile-content__edit-action--save:hover{filter:brightness(1.1)}.profile-content__edit-action--cancel{background:#ffffff1a}.profile-content__edit-action--cancel:hover{background:#fff3}.profile-content__edit-action:disabled{cursor:not-allowed;opacity:.5}.profile-content__edit-btn{align-items:center;border-radius:var(--radius-md);cursor:pointer;display:flex;flex:1 1;gap:15px;height:90px;justify-content:flex-start;padding:0 36px;position:relative;transition:all var(--transition-fast)}.profile-content__edit-btn:after{background:#0f0f0f;border-radius:50%;content:"";height:7px;position:absolute;right:15px;top:15px;width:7px}.profile-content__edit-btn--primary{background:var(--color-accent-gradient)}.profile-content__edit-btn--primary span{color:#0f0f0f;font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:600}.profile-content__edit-btn--primary:hover{filter:brightness(1.05);transform:translateY(-2px)}.profile-content__display-field{align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-md);display:flex;flex:1 1;gap:15px;height:90px;padding:0 36px}.profile-content__display-field span{color:var(--color-text-muted);font-family:var(--font-family-primary);font-size:16px;font-weight:500}.profile-content__divider{background-color:#838383;height:1px;margin:15px 0;opacity:.1}.profile-content__link-section{display:flex;flex-direction:column;gap:15px;margin-top:auto}.profile-content__link-title{color:var(--color-text-muted);font-family:var(--font-family-primary);font-size:14px;margin:0}.profile-content__link-row{display:flex;gap:15px}.profile-content__link-btn{align-items:center;border-radius:var(--radius-md);cursor:pointer;display:flex;flex:1 1;gap:15px;height:90px;justify-content:flex-start;max-height:90px;min-height:90px;padding:0 36px;position:relative;transition:all var(--transition-fast)}.profile-content__link-btn:after{border-radius:50%;content:"";height:7px;position:absolute;right:15px;top:15px;width:7px}.profile-content__link-btn span{font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:700}.profile-content__link-btn svg{flex-shrink:0;height:20px;max-height:20px;object-fit:contain;width:auto}.profile-content__link-btn:hover{filter:brightness(1.05);transform:translateY(-2px)}.profile-content__link-btn--gmail{background-color:#fff}.profile-content__link-btn--gmail span{color:#2b2b2b}.profile-content__link-btn--gmail:after{background-color:#ea4335}.profile-content__link-btn--telegram{background-color:#36acf2}.profile-content__link-btn--telegram span{color:#fff}.profile-content__link-btn--telegram:after{background-color:#ffffff80}.profile-content__link-btn--vk{background-color:#0079ff}.profile-content__link-btn--vk span{color:#fff}.profile-content__link-btn--vk:after{background-color:#ffffff80}.profile-content__link-btn:disabled{cursor:not-allowed;opacity:.6}.profile-content__link-btn:disabled:hover{filter:none;transform:none}@media (max-width:900px){.profile-content{max-width:717px;width:100%}.profile-content__game{align-items:center;flex-direction:column;text-align:center}.profile-content__game-actions{justify-content:center}}@media (max-width:1020px){.profile-content__edit-row,.profile-content__link-row{flex-direction:column}.profile-content__display-field,.profile-content__edit-btn,.profile-content__link-btn{flex:none;width:100%}}@media (max-width:640px){.profile-content{gap:10px;max-width:100%;min-height:auto;padding:10px;width:100%}.profile-content__game{gap:12px;padding:12px}.profile-content__game-avatar{height:120px;width:120px}.profile-content__game-header{margin-bottom:10px;padding:12px 15px}.profile-content__game-name{font-size:16px}.profile-content__display-field,.profile-content__edit-btn,.profile-content__link-btn{border-radius:15px;gap:10px;height:60px;max-height:60px;min-height:60px;padding:0 15px}.profile-content__display-field span,.profile-content__edit-btn span,.profile-content__link-btn span{font-size:14px}.profile-content__link-btn svg{height:16px;max-height:16px}.profile-content__divider{margin:10px 0}.profile-content__edit-section,.profile-content__link-row,.profile-content__link-section{gap:10px}}@media (max-width:480px){.profile-content{gap:8px;padding:8px}.profile-content__game{border-radius:15px;gap:10px;padding:10px}.profile-content__game-avatar{height:100px;width:100px}.profile-content__game-header{border-radius:12px;margin-bottom:8px;padding:10px 12px}.profile-content__game-name{font-size:14px}.profile-content__display-field,.profile-content__edit-btn,.profile-content__link-btn{border-radius:12px;gap:8px;height:50px;max-height:50px;min-height:50px;padding:0 12px}.profile-content__display-field span,.profile-content__edit-btn span,.profile-content__link-btn span{font-size:12px}.profile-content__link-btn svg{height:14px;max-height:14px}.profile-content__edit-section,.profile-content__link-row,.profile-content__link-section{gap:8px}}.how-to-buy-content{display:flex;flex:1 1;gap:15px;min-height:0;overflow-y:auto;width:100%}.how-to-buy-content::-webkit-scrollbar{width:6px}.how-to-buy-content::-webkit-scrollbar-track{background:#8383831a;border-radius:3px}.how-to-buy-content::-webkit-scrollbar-thumb{background:#83838366;border-radius:3px}.how-to-buy-content::-webkit-scrollbar-thumb:hover{background:#83838399}.how-to-buy-content__video-section{display:flex;flex-direction:column;flex-shrink:0;gap:15px;width:388px}.how-to-buy-content__video-header{align-items:center;border:1px solid #8383831a;border-radius:var(--radius-md);display:flex;height:90px;padding:0 30px}.how-to-buy-content__video-title{align-items:center;display:flex;gap:15px}.how-to-buy-content__video-title span{color:var(--color-text-muted);font-family:var(--font-family-primary);font-size:16px;font-weight:500;text-transform:capitalize}.how-to-buy-content__video-player{align-items:center;background-color:#0d0d0d4d;border:1px solid #8383831a;border-radius:var(--radius-md);display:flex;flex:1 1;justify-content:center;min-height:674px;overflow:hidden;position:relative}.how-to-buy-content__video{border-radius:var(--radius-md);height:100%;object-fit:cover;width:100%}.how-to-buy-content__info-section{border:1px solid #8383831a;border-radius:var(--radius-md);display:flex;flex:1 1;flex-direction:column;padding:30px}.how-to-buy-content__info-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:30px}.how-to-buy-content__title{-webkit-text-fill-color:#0000;background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text;font-family:var(--font-family-primary);font-size:18px;font-weight:700;margin:0}.how-to-buy-content__settings-btn{align-items:center;background:#0000;border:1px solid #8383831a;border-radius:var(--radius-sm);cursor:pointer;display:flex;height:64px;justify-content:center;transition:all var(--transition-fast);width:64px}.how-to-buy-content__settings-btn:hover{background-color:#ffffff05}.how-to-buy-content__steps{display:flex;flex-direction:column}.how-to-buy-content__step{align-items:flex-start;display:flex;gap:30px;padding:25px 0;position:relative}.how-to-buy-content__step:first-child{padding-top:0}.how-to-buy-content__step-number{align-items:center;border:1px solid #8383831a;border-radius:var(--radius-sm);display:flex;flex-shrink:0;height:71px;justify-content:center;width:71px}.how-to-buy-content__step-number span{color:#adadad;font-family:var(--font-family-primary);font-size:27px;font-weight:700}.how-to-buy-content__step-content{display:flex;flex:1 1;flex-direction:column;gap:10px}.how-to-buy-content__step-title{color:#adadad;font-family:var(--font-family-primary);font-size:16px;font-weight:700;margin:0}.how-to-buy-content__step-description{color:var(--color-text-muted);font-family:var(--font-family-primary);font-size:16px;font-weight:500;line-height:1.3;margin:0;white-space:pre-line}.how-to-buy-content__step-divider{background-color:#838383;bottom:0;height:1px;left:0;opacity:.1;position:absolute;right:0}@media (max-width:1050px){.how-to-buy-content{flex-direction:column;gap:15px}.how-to-buy-content__video-section{flex-shrink:1;max-width:100%;width:100%}.how-to-buy-content__video-player{min-height:500px}.how-to-buy-content__info-section{margin-top:0;padding:25px 20px;width:100%}.how-to-buy-content__step{gap:20px;padding:25px 0}.how-to-buy-content__step-content{gap:10px}.how-to-buy-content__step-number{height:60px;width:60px}.how-to-buy-content__step-number span{font-size:24px}}@media (min-width:1051px) and (max-width:1200px){.how-to-buy-content__video-section{width:594px}.how-to-buy-content{flex-direction:column}.how-to-buy-content__info-section{margin-top:30px}}@media (max-width:900px){.how-to-buy-content{flex-direction:column;gap:15px}.how-to-buy-content__video-section{width:100%}.how-to-buy-content__video-header{height:94px;justify-content:space-between}.how-to-buy-content__video-player{min-height:737px}.how-to-buy-content__info-section{margin-top:30px;padding:30px 15px}.how-to-buy-content__step{gap:20px;padding:25px 0}.how-to-buy-content__step-content{gap:10px}}@media (max-width:640px){.how-to-buy-content__video-section{width:100%}.how-to-buy-content__video-header{border-radius:15px;height:60px;padding:0 15px}.how-to-buy-content__video-title span{font-size:14px}.how-to-buy-content__video-player{border-radius:15px;min-height:400px}.how-to-buy-content__info-section{border-radius:15px;margin-top:10px;padding:15px 12px}.how-to-buy-content__info-header{margin-bottom:15px}.how-to-buy-content__title{font-size:16px}.how-to-buy-content__settings-btn{display:none}.how-to-buy-content__step{gap:12px;padding:20px 0}.how-to-buy-content__step-number{border-radius:12px;height:50px;width:50px}.how-to-buy-content__step-number span{font-size:20px}.how-to-buy-content__step-content{gap:10px}.how-to-buy-content__step-title{font-size:14px}.how-to-buy-content__step-description{font-size:13px;line-height:1.3;white-space:pre-line}}@media (max-width:480px){.how-to-buy-content{gap:8px}.how-to-buy-content__video-header{border-radius:12px;height:50px;padding:0 12px}.how-to-buy-content__video-title{gap:10px}.how-to-buy-content__video-title span{font-size:13px}.how-to-buy-content__video-player{border-radius:12px;min-height:300px}.how-to-buy-content__info-section{border-radius:12px;margin-top:8px;padding:12px 10px}.how-to-buy-content__info-header{margin-bottom:12px}.how-to-buy-content__title{font-size:14px}.how-to-buy-content__step{gap:10px;padding:18px 0}.how-to-buy-content__step-number{border-radius:10px;height:44px;width:44px}.how-to-buy-content__step-number span{font-size:18px}.how-to-buy-content__step-content{gap:8px}.how-to-buy-content__step-title{font-size:13px}.how-to-buy-content__step-description{font-size:12px;line-height:1.3;white-space:pre-line}}.faq-content{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow-y:auto}.faq-content::-webkit-scrollbar{width:6px}.faq-content::-webkit-scrollbar-track{background:#8383831a;border-radius:3px}.faq-content::-webkit-scrollbar-thumb{background:#83838366;border-radius:3px}.faq-content::-webkit-scrollbar-thumb:hover{background:#83838399}.faq-content__list{display:flex;flex-direction:column;gap:15px}.faq-content__item{border:1px solid #8383831a;border-radius:var(--radius-md);overflow:hidden;transition:all var(--transition-fast)}.faq-content__item--open{border-color:#c0c0c01a}.faq-content__header{align-items:center;background:#0000;cursor:pointer;display:flex;justify-content:space-between;min-height:93px;padding:0 40px;transition:all var(--transition-fast);width:100%}.faq-content__header:hover{background-color:#ffffff05}.faq-content__question{color:#838383;flex:1 1;font-family:var(--font-family-primary);font-size:18px;font-weight:500;text-align:center}.faq-content__item--open .faq-content__question{color:silver;font-weight:700}.faq-content__icon{align-items:center;display:flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.faq-content__divider{background-color:#838383;height:1px;margin:0 1px;opacity:.1}.faq-content__body{padding:40px}.faq-content__answer{color:#fff;font-family:var(--font-family-primary);font-size:18px;font-weight:500;line-height:1.6;margin:0;white-space:pre-line}.faq-content__bold{color:#fff;font-weight:700}.faq-content__link{color:#6b9fff;text-decoration:none;transition:color var(--transition-fast),opacity var(--transition-fast);word-break:break-all}.faq-content__link:hover{color:#8fb5ff;text-decoration:underline}.faq-content__link:active{opacity:.8}@media (max-width:1200px){.faq-content{min-height:auto}.faq-content__header{padding:0 30px}.faq-content__body{padding:30px}.faq-content__answer,.faq-content__question{font-size:18px}}@media (max-width:900px){.faq-content{width:100%}.faq-content__header{min-height:93px;padding:0 25px}.faq-content__body{padding:40px 25px}.faq-content__question{font-size:18px}.faq-content__answer{font-size:18px;max-width:414px;width:100%}}@media (max-width:640px){.faq-content__list{gap:15px}.faq-content__header{min-height:93px;padding:0 20px}.faq-content__question{font-size:16px;text-align:center}.faq-content__body{padding:30px 20px}.faq-content__answer{font-size:16px;max-width:100%}}.orders-history{background-color:var(--color-inner-block-bg);border-radius:var(--radius-md);display:flex;flex:1 1;flex-direction:column;gap:18px;min-height:0;overflow-y:auto;padding:15px}.orders-history::-webkit-scrollbar{width:6px}.orders-history::-webkit-scrollbar-track{background:#8383831a;border-radius:3px}.orders-history::-webkit-scrollbar-thumb{background:#83838366;border-radius:3px}.orders-history::-webkit-scrollbar-thumb:hover{background:#83838399}.orders-history--loading{align-items:center;justify-content:center;min-height:300px}.orders-history__spinner{animation:orders-spin .8s linear infinite;border:3px solid #2a2a2a;border-radius:50%;border-top-color:#ffc814;height:40px;width:40px}@keyframes orders-spin{to{transform:rotate(1turn)}}.orders-history__loading-text{color:#838383;font-family:var(--font-family-primary);font-size:14px;margin-top:16px}.orders-history--error{align-items:center;justify-content:center;min-height:300px}.orders-history__error-icon{align-items:center;background-color:#f443361a;border:2px solid #f44336;border-radius:50%;color:#f44336;display:flex;font-size:24px;font-weight:700;height:48px;justify-content:center;width:48px}.orders-history__error-text{color:#f44336;font-family:var(--font-family-primary);font-size:14px;margin-top:16px}.orders-history__header{display:flex;gap:15px}.orders-history__header-cell{align-items:center;background:linear-gradient(135deg,#ffe8661a,#ffc8140d);border-radius:var(--radius-sm);display:flex;flex:1 1;height:79px;justify-content:center;transition:background var(--transition-fast)}.orders-history__header-cell:hover{background:linear-gradient(135deg,#ffe86626,#ffc81414)}.orders-history__header-cell span{-webkit-text-fill-color:#0000;background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text;font-family:var(--font-family-primary);font-size:16px;font-weight:700}.orders-history__divider{background-color:#838383;height:1px;opacity:.1}.orders-history__body{display:flex;flex-direction:column;gap:18px}.orders-history__row{display:flex;gap:15px}.orders-history__cell{align-items:center;background-color:initial;border:1px solid var(--color-border);border-radius:var(--radius-sm);display:flex;flex:1 1;height:79px;justify-content:center}.orders-history__cell-game{font-weight:700}.orders-history__cell-game,.orders-history__cell-text{color:#c5c5c5;font-family:var(--font-family-primary);font-size:16px}.orders-history__cell-text{font-weight:500}.orders-history__status{border-radius:4px;font-family:var(--font-family-primary);font-size:12px;margin-left:8px;padding:4px 8px}.orders-history__status--pending{background-color:#ffc81426;color:#ffc814}.orders-history__row--pending{opacity:.7}.orders-history__empty{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:300px}.orders-history__empty p{color:#838383;font-family:var(--font-family-primary);font-size:18px;font-weight:500}@media (max-width:1200px){.orders-history{min-height:auto}.orders-history__cell,.orders-history__header-cell{height:70px}.orders-history__cell-game,.orders-history__cell-text,.orders-history__header-cell span{font-size:14px}}@media (max-width:900px){.orders-history{width:100%}.orders-history__header,.orders-history__row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}.orders-history__cell,.orders-history__header-cell{height:65px}}@media (max-width:640px){.orders-history{padding:10px}.orders-history__header{display:none}.orders-history__row{background-color:#0d0d0d80;border-radius:var(--radius-md);display:flex;flex-direction:column;gap:10px;padding:15px}.orders-history__cell{background-color:#0d0d0d4d;height:auto;justify-content:space-between;padding:15px}.orders-history__cell:before{-webkit-text-fill-color:#0000;background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text;font-family:var(--font-family-primary);font-size:14px;font-weight:700}.orders-history__cell:first-child:before{content:"Игра:"}.orders-history__cell:nth-child(2):before{content:"Дата:"}.orders-history__cell:nth-child(3):before{content:"Сумма:"}.orders-history__cell:nth-child(4):before{content:"Номер:"}.orders-history__cell-game,.orders-history__cell-text{font-size:14px}}@media (max-width:480px){.orders-history{padding:8px}}.social-content{display:flex;flex:1 1;flex-direction:column;gap:15px;min-height:0;overflow-y:auto}.social-content::-webkit-scrollbar{width:6px}.social-content::-webkit-scrollbar-track{background:#8383831a;border-radius:3px}.social-content::-webkit-scrollbar-thumb{background:#83838366;border-radius:3px}.social-content::-webkit-scrollbar-thumb:hover{background:#83838399}.social-content__cards{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr)}.social-content__card{border-radius:var(--radius-md);cursor:pointer;display:flex;flex-direction:column;height:154px;justify-content:space-between;overflow:hidden;padding:40px;position:relative;transition:all var(--transition-fast)}.social-content__card:hover{filter:brightness(1.05);transform:translateY(-3px)}.social-content__card-info{display:flex;flex-direction:column;gap:28px;position:relative;z-index:1}.social-content__card-header{align-items:center;display:flex;gap:10px}.social-content__card-name{color:#fff;font-family:var(--font-family-primary);font-size:18px;font-weight:700}.social-content__card-link{align-items:center;background:#0000;cursor:pointer;display:flex;gap:15px;padding:0}.social-content__card-link span{color:#fff;font-family:var(--font-family-primary);font-size:18px;font-weight:700}.social-content__card-decor{bottom:0;left:40%;pointer-events:none;position:absolute;right:0;top:0}.social-content__card-icon-box{align-items:center;background:#fff;box-shadow:0 4px 20px #00000026;display:flex;justify-content:center;position:absolute}.social-content__card-icon-box--small{border-radius:12px;height:53px;right:140px;top:8px;width:53px;z-index:2}.social-content__card-icon-box--small svg{height:20px;width:20px}.social-content__card-icon-box--large{border-radius:20px;bottom:-15px;height:96px;right:155px;width:96px;z-index:1}.social-content__card-icon-box--large svg{height:32px;width:32px}.social-content__card-phone{filter:drop-shadow(0 15px 35px rgba(0,0,0,.4));position:absolute;right:30px;top:8px;z-index:3}.social-content__info{background-color:var(--color-inner-block-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:50px 45px}.social-content__info-text{display:flex;flex-direction:column;gap:30px;max-width:565px}.social-content__info-title{-webkit-text-fill-color:#0000;background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text;font-weight:700}.social-content__info-description,.social-content__info-title{font-family:var(--font-family-primary);font-size:18px;margin:0}.social-content__info-description{color:#838383;font-weight:500;line-height:1.5}.social-content__stats{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(4,1fr)}.social-content__stat{align-items:flex-start;background-color:var(--color-inner-block-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:15px;height:159px;justify-content:center;padding:30px}.social-content__stat-value{-webkit-text-fill-color:#0000;background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text;font-family:var(--font-family-primary);font-size:18px;font-weight:700}.social-content__stat-label{color:#838383;font-family:var(--font-family-primary);font-size:18px;font-weight:500}@media (max-width:1050px){.social-content__cards{grid-template-columns:1fr}.social-content__card{height:140px;padding:30px}.social-content__card-icon-box--small{height:42px;right:70px;width:42px}.social-content__card-icon-box--large{bottom:-12px;height:75px;right:85px;width:75px}.social-content__card-phone{right:25px}.social-content__stats{grid-template-columns:repeat(2,1fr)}.social-content__stat{height:140px;padding:25px}.social-content__info{padding:40px 30px}}@media (max-width:1200px){.social-content{min-height:auto}.social-content__card{height:140px;padding:30px}.social-content__stat{height:140px;padding:25px}.social-content__info{padding:40px 35px}}@media (max-width:900px){.social-content{width:100%}.social-content__cards{grid-template-columns:1fr}.social-content__card{height:130px;padding:25px}.social-content__card-info{gap:20px}.social-content__card-icon-box--small{border-radius:10px;height:38px;right:60px;top:8px;width:38px}.social-content__card-icon-box--small svg{height:18px;width:18px}.social-content__card-icon-box--large{border-radius:16px;bottom:-10px;height:65px;right:70px;width:65px}.social-content__card-icon-box--large svg{height:26px;width:26px}.social-content__card-phone{right:15px}.social-content__stats{grid-template-columns:repeat(2,1fr)}.social-content__stat{height:130px}.social-content__info{padding:30px 25px}.social-content__info-text{gap:20px}}@media (max-width:640px){.social-content__cards{gap:10px;grid-template-columns:1fr}.social-content__card{height:120px;padding:20px}.social-content__card-link span,.social-content__card-name{font-size:16px}.social-content__card-icon-box--small{border-radius:8px;height:32px;right:50px;top:5px;width:32px}.social-content__card-icon-box--small svg{height:14px;width:14px}.social-content__card-icon-box--large{border-radius:12px;bottom:-8px;height:50px;right:55px;width:50px}.social-content__card-icon-box--large svg{height:20px;width:20px}.social-content__card-phone{right:10px;top:5px}.social-content__stats{gap:10px;grid-template-columns:repeat(2,1fr)}.social-content__stat{height:110px;padding:20px}.social-content__stat-label,.social-content__stat-value{font-size:16px}.social-content__info{padding:25px 20px}.social-content__info-description,.social-content__info-title{font-size:16px}.social-content__info-text{gap:15px}}.verify-email-page{background-color:#0f0f0f;min-height:100vh}.verify-email-page__main{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:40px 20px}.verify-email-page__container{max-width:480px;width:100%}.verify-email-page__card{background:linear-gradient(180deg,#1a1a1a,#141414);border:1px solid #2a2a2a;border-radius:16px;padding:48px 40px;text-align:center}.verify-email-page__spinner{animation:spin 1s linear infinite;border:3px solid #2a2a2a;border-radius:50%;border-top-color:#ffc814;height:48px;margin:0 auto 24px;width:48px}.verify-email-page__icon{align-items:center;border-radius:50%;display:flex;height:64px;justify-content:center;margin:0 auto 24px;width:64px}.verify-email-page__icon svg{height:32px;width:32px}.verify-email-page__icon--success{background:linear-gradient(135deg,#4caf5033,#4caf501a);border:2px solid #4caf50;color:#4caf50}.verify-email-page__icon--error{background:linear-gradient(135deg,#f4433633,#f443361a);border:2px solid #f44336;color:#f44336}.verify-email-page__title{color:#fff;font-size:24px;font-weight:600;margin:0 0 12px}.verify-email-page__text{color:#888;font-size:14px;line-height:1.5;margin:0 0 24px}.verify-email-page__button{background:linear-gradient(90deg,#ffe866,#ffc814);border-radius:8px;color:#0f0f0f;display:inline-block;font-size:14px;font-weight:600;padding:14px 32px;text-decoration:none;transition:transform .2s,box-shadow .2s}.verify-email-page__button:hover{box-shadow:0 4px 12px #ffc8144d;transform:translateY(-2px)}.auth-callback{align-items:center;background-color:#0f0f0f;display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-callback__container{max-width:400px;text-align:center}.auth-callback__spinner{animation:spin 1s linear infinite;border:4px solid #2a2a2a;border-radius:50%;border-top-color:#ffc814;height:56px;margin:0 auto 24px;width:56px}.auth-callback__icon{align-items:center;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.auth-callback__icon--success{background-color:#22c55e26;color:#22c55e}.auth-callback__icon--error{background-color:#ef444426;color:#ef4444}.auth-callback__title{color:#fff;font-size:24px;font-weight:600;margin:0 0 12px}.auth-callback__text{color:#a0a0a0;font-size:16px;margin:0 0 24px}.auth-callback__button{background-color:#ffc814;border:none;border-radius:8px;color:#0f0f0f;cursor:pointer;font-size:16px;font-weight:600;padding:14px 32px;transition:background-color .2s ease}.auth-callback__button:hover{background-color:#e6b412}.auth-callback__button:active{background-color:#cca010}.like-profile-sidebar-chat{flex:1 1}.chat-content,.like-profile-sidebar-chat{display:flex;flex-direction:column;height:100%;min-height:0}.chat-content{background-color:#1e1e1e;border-radius:var(--radius-md);flex:1 1;overflow:hidden}.chat-content__header{background:#2a2a2a;border-bottom:1px solid #3a3a3a;padding:20px 25px}.chat-content__header-info{display:flex;flex-direction:column;gap:8px}.chat-content__title{color:#fbbf24;font-family:var(--font-family-primary);font-size:var(--font-size-lg);font-weight:700;margin:0}.chat-content__status{align-items:center;color:#a0a0a0;display:flex;font-family:var(--font-family-primary);font-size:13px;gap:8px}.chat-content__status-dot{background-color:#707070;border-radius:50%;height:8px;transition:background-color var(--transition-fast);width:8px}.chat-content__status--connecting .chat-content__status-dot{animation:pulse 1.5s infinite;background-color:#fbbf24}.chat-content__status--connected .chat-content__status-dot{background-color:#10b981}.chat-content__status--disconnected .chat-content__status-dot,.chat-content__status--error .chat-content__status-dot{background-color:#e74c3c}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.chat-content__notification-prompt{animation:slideDown .3s ease-out;background:linear-gradient(135deg,#2a2520,#252020);border-bottom:1px solid #3a3a3a;padding:16px 20px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.chat-content__notification-prompt-content{align-items:center;display:flex;gap:15px}.chat-content__notification-prompt-icon{flex-shrink:0;font-size:28px}.chat-content__notification-prompt-text{flex:1 1;min-width:0}.chat-content__notification-prompt-text strong{color:#fbbf24;display:block;font-family:var(--font-family-primary);font-size:15px;font-weight:700;margin-bottom:4px}.chat-content__notification-prompt-text p{color:#a0a0a0;font-family:var(--font-family-primary);font-size:13px;line-height:1.4;margin:0}.chat-content__notification-prompt-actions{display:flex;flex-shrink:0;gap:10px}.chat-content__notification-prompt-btn{border:none;border-radius:8px;cursor:pointer;font-family:var(--font-family-primary);font-size:13px;font-weight:600;padding:8px 18px;transition:all var(--transition-fast);white-space:nowrap}.chat-content__notification-prompt-btn--primary{background:#fbbf24;color:#0a0a0a}.chat-content__notification-prompt-btn--primary:hover{background:#f59e0b;transform:translateY(-1px)}.chat-content__notification-prompt-btn--secondary{background:#0000;border:1px solid #4a4a4a;color:#a0a0a0}.chat-content__notification-prompt-btn--secondary:hover{background:#353535;border-color:#5a5a5a;color:#d0d0d0}.chat-content__messages{background:#1a1a1a;display:flex;flex:1 1;flex-direction:column;gap:12px;min-height:0;overflow-x:hidden;overflow-y:auto;padding:20px}.chat-content__messages::-webkit-scrollbar{width:6px}.chat-content__messages::-webkit-scrollbar-track{background:#2d2d2d;border-radius:3px}.chat-content__messages::-webkit-scrollbar-thumb{background:#4a4a4a;border-radius:3px}.chat-content__messages::-webkit-scrollbar-thumb:hover{background:#5a5a5a}.chat-content__empty{align-items:center;color:#a0a0a0;display:flex;flex:1 1;flex-direction:column;gap:8px;justify-content:center;text-align:center}.chat-content__empty p{font-family:var(--font-family-primary);font-size:var(--font-size-base);margin:0}.chat-content__empty-hint{font-size:14px!important;opacity:.7}.chat-content__load-more{display:flex;justify-content:center;padding:10px 0 15px}.chat-content__load-more-btn{align-items:center;background:#2a2a2a;border:1px solid #4a4a4a;border-radius:20px;color:#fbbf24;cursor:pointer;display:flex;font-family:var(--font-family-primary);font-size:13px;font-weight:600;gap:8px;padding:8px 16px;transition:all var(--transition-fast)}.chat-content__load-more-btn:hover:not(:disabled){background:#353535;border-color:#5a5a5a}.chat-content__load-more-btn:disabled{cursor:not-allowed;opacity:.6}.chat-content__load-more-btn svg{animation:none}.chat-content__load-more-btn:disabled svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chat-message{align-items:stretch;display:flex;flex-direction:column;gap:0;max-width:80%}.chat-message--user{align-self:flex-end}.chat-message--admin{align-self:flex-start}.chat-message--system{align-self:flex-start;max-width:90%}.chat-message__content{word-wrap:break-word;border-radius:18px;box-sizing:border-box;padding:12px 16px;position:relative;width:100%}.chat-message--user .chat-message__content{background:linear-gradient(135deg,#3a3020,#2d2618);border:1px solid #4a3a28;border-bottom-right-radius:4px}.chat-message--user .chat-message__text{color:#fbbf24;font-family:var(--font-family-primary);font-size:14px;line-height:1.5;white-space:pre-wrap}.chat-message--user .chat-message__time{color:#707070;display:block;font-size:11px;margin-top:8px;text-align:right}.chat-message--admin .chat-message__content{background:#252525;border:1px solid #353535;border-bottom-left-radius:4px}.chat-message--admin .chat-message__text{color:#d0d0d0;font-family:var(--font-family-primary);font-size:14px;line-height:1.5;white-space:pre-wrap}.chat-message--admin .chat-message__time{color:#707070;display:block;font-size:11px;margin-top:8px;text-align:right}.chat-message--system .chat-message__content{background:#252525;border:1px solid #353535;text-align:left}.chat-message--system .chat-message__text{color:#d0d0d0;font-family:var(--font-family-primary);font-size:13px;line-height:1.4;white-space:pre-wrap}.chat-message--system .chat-message__time{color:#707070;display:block;font-size:11px;margin-top:8px;text-align:right}.chat-message__link{color:#60a5fa;text-decoration:underline;transition:color var(--transition-fast);word-break:break-all}.chat-message__link:hover{color:#93c5fd;text-decoration:none}.chat-message--user .chat-message__link{color:#fbbf24;font-weight:600}.chat-message--user .chat-message__link:hover{color:#f59e0b}.chat-message__bold{font-weight:700}.chat-message--admin .chat-message__bold,.chat-message--system .chat-message__bold{color:#fff}.chat-message--user .chat-message__bold{color:#fcd34d}.chat-message__strikethrough{opacity:.8;text-decoration:line-through}.chat-message__italic{font-style:italic}.chat-message__underline{text-decoration:underline}.chat-message__media{border-radius:12px;margin:10px 0;overflow:hidden}.chat-message__video{background:#000}.chat-message__image,.chat-message__video{border-radius:12px;max-height:300px;max-width:100%}.chat-message__image{cursor:pointer;object-fit:contain;transition:opacity var(--transition-fast)}.chat-message__image:hover{opacity:.9}.chat-message--typing .chat-message__content{padding:16px 20px}.chat-typing{align-items:center;display:flex;gap:4px}.chat-typing__dot{animation:typingBounce 1.4s ease-in-out infinite;background:#fbbf24;border-radius:50%;height:8px;width:8px}.chat-typing__dot:first-child{animation-delay:0s}.chat-typing__dot:nth-child(2){animation-delay:.2s}.chat-typing__dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.chat-keyboard{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;margin-top:8px;width:100%}.chat-keyboard__row{display:flex;flex-wrap:wrap;gap:8px;justify-content:stretch}.chat-keyboard__btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-family:var(--font-family-primary);font-size:13px;font-weight:600;min-width:0;padding:12px 16px;text-align:center;text-decoration:none;transition:all var(--transition-fast)}.chat-keyboard__btn--primary{background:#fbbf24;color:#0a0a0a}.chat-keyboard__btn--primary:hover{background:#f59e0b;transform:translateY(-1px)}.chat-keyboard__btn--secondary{background:#2a2a2a;border:1px solid #4a4a4a;color:#d0d0d0}.chat-keyboard__btn--secondary:hover{background:#353535;border-color:#5a5a5a;transform:translateY(-1px)}.chat-content__file-preview{background:#1a1a1a;border-top:1px solid #3a3a3a;display:flex;flex-wrap:wrap;gap:10px;overflow-x:auto;padding:12px 20px}.chat-content__file-item{align-items:center;background:#252525;border:1px solid #3a3a3a;border-radius:12px;display:flex;flex-direction:column;gap:6px;max-width:100px;min-width:80px;padding:8px;position:relative}.chat-content__file-thumbnail{background:#0a0a0a;border-radius:8px;height:60px;object-fit:cover;width:60px}.chat-content__file-icon{align-items:center;background:#2a2a2a;border-radius:8px;color:#a0a0a0;display:flex;height:60px;justify-content:center;width:60px}.chat-content__file-name{color:#a0a0a0;font-size:11px;max-width:80px;text-align:center;word-break:break-all}.chat-content__file-remove{align-items:center;background:#e74c3c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:22px;justify-content:center;position:absolute;right:-6px;top:-6px;transition:all var(--transition-fast);width:22px}.chat-content__file-remove:hover{background:#c0392b;transform:scale(1.1)}.chat-content__input-container{align-items:flex-end;background:#2a2a2a;border-top:1px solid #3a3a3a;display:flex;gap:12px;padding:15px 20px max(15px,env(safe-area-inset-bottom))}.chat-content__attach-btn{align-items:center;background:#353535;border:none;border-radius:50%;color:#a0a0a0;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:all var(--transition-fast);width:44px}.chat-content__attach-btn:hover:not(:disabled){background:#4a4a4a;color:#d0d0d0}.chat-content__attach-btn:disabled{cursor:not-allowed;opacity:.5}.chat-content__input{background:#1a1a1a;border:1px solid #3a3a3a;border-radius:20px;color:#e0e0e0;flex:1 1;font-family:var(--font-family-primary);font-size:14px;max-height:120px;min-height:44px;outline:none;padding:12px 18px;resize:none;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.chat-content__input::placeholder{color:#606060}.chat-content__input:focus{background:#202020;border-color:#4a4a4a;box-shadow:0 0 0 3px #fbbf241a}.chat-content__input:disabled{cursor:not-allowed;opacity:.5}.chat-content__send-btn{align-items:center;background:#fbbf24;border:none;border-radius:50%;color:#0a0a0a;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:all var(--transition-fast);width:44px}.chat-content__send-btn:hover:not(:disabled){background:#f59e0b;transform:scale(1.05)}.chat-content__send-btn:disabled{background:#353535;color:#707070}.chat-content__send-loader{animation:spin .8s linear infinite;border:2px solid #353535;border-radius:50%;border-top-color:#fbbf24;cursor:not-allowed;height:20px;transform:none;width:20px}@media (max-width:900px){.chat-content{min-height:450px}.chat-content__header{padding:15px 20px}.chat-content__title{font-size:var(--font-size-base)}.chat-message{max-width:85%}}@media (max-width:640px){.chat-content{border-radius:20px;height:calc(100vh - 200px);min-height:600px}.chat-content__header{padding:12px 15px}.chat-content__title{font-size:16px}.chat-content__status{font-size:12px}.chat-content__notification-prompt{padding:12px 15px}.chat-content__notification-prompt-content{flex-wrap:wrap;gap:12px}.chat-content__notification-prompt-icon{font-size:24px}.chat-content__notification-prompt-text strong{font-size:14px}.chat-content__notification-prompt-text p{font-size:12px}.chat-content__notification-prompt-actions{gap:8px;width:100%}.chat-content__notification-prompt-btn{flex:1 1;font-size:12px;padding:8px 14px}.chat-content__messages{gap:10px;padding:15px}.chat-message{max-width:90%}.chat-message__content{border-radius:16px;padding:10px 14px}.chat-message__text{font-size:13px!important}.chat-content__input-container{gap:10px;padding:12px 15px max(12px,env(safe-area-inset-bottom))}.chat-content__input{font-size:14px;min-height:40px;padding:10px 15px}.chat-content__attach-btn,.chat-content__send-btn{height:40px;width:40px}.chat-keyboard__btn{font-size:11px;padding:6px 12px}.chat-content__file-preview{gap:8px;padding:10px 15px}.chat-content__file-item{min-width:70px;padding:6px}.chat-content__file-icon,.chat-content__file-thumbnail{height:50px;width:50px}}@media (max-width:480px){.chat-content{border-radius:15px;height:calc(100vh - 180px);min-height:600px}.chat-content__header{padding:10px 12px}.chat-content__title{font-size:15px}.chat-content__notification-prompt{padding:10px 12px}.chat-content__notification-prompt-icon{font-size:22px}.chat-content__notification-prompt-text strong{font-size:13px}.chat-content__notification-prompt-text p{font-size:11px}.chat-content__notification-prompt-btn{font-size:11px;padding:7px 12px}.chat-content__messages{gap:8px;padding:12px}.chat-content__empty p{font-size:14px}.chat-content__input-container{gap:8px;padding:10px 12px max(10px,env(safe-area-inset-bottom))}.chat-content__input{border-radius:16px;font-size:13px;padding:8px 12px}.chat-content__send-btn{height:36px;width:36px}.chat-content__send-btn svg{height:16px;width:16px}.chat-content__attach-btn{height:36px;width:36px}.chat-content__attach-btn svg{height:16px;width:16px}.chat-content__file-preview{gap:6px;padding:8px 12px}.chat-content__file-item{max-width:80px;min-width:60px;padding:5px}.chat-content__file-icon,.chat-content__file-thumbnail{height:45px;width:45px}.chat-content__file-name{font-size:10px;max-width:60px}.chat-content__file-remove{height:18px;right:-4px;top:-4px;width:18px}}.chat-content__session-popup-overlay{align-items:center;animation:fadeIn .2s ease-out;background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:absolute;right:0;top:0;z-index:100}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.chat-content__session-popup{animation:slideUp .3s ease-out;background:#1a1a1a;border:1px solid #3a3a3a;border-radius:20px;box-shadow:0 20px 60px #00000080;max-width:360px;padding:40px 30px;text-align:center;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-content__session-popup-icon{font-size:48px;margin-bottom:20px}.chat-content__session-popup-title{color:#fff;font-family:var(--font-family-primary);font-size:18px;font-weight:700;margin:0 0 12px}.chat-content__session-popup-text{color:#a0a0a0;font-family:var(--font-family-primary);font-size:14px;font-weight:400;line-height:1.6;margin:0 0 24px}.chat-content__session-popup-btn{background:linear-gradient(135deg,#fbbf24,#f59e0b);border:none;border-radius:12px;color:#0a0a0a;cursor:pointer;font-family:var(--font-family-primary);font-size:15px;font-weight:600;padding:14px 24px;transition:all .2s ease;width:100%}.chat-content__session-popup-btn:hover{box-shadow:0 8px 20px #fbbf244d;transform:translateY(-2px)}.chat-content__session-popup-btn:active{transform:translateY(0)}@media (max-width:480px){.chat-content__session-popup{border-radius:16px;padding:30px 20px}.chat-content__session-popup-icon{font-size:40px}.chat-content__session-popup-title{font-size:16px}.chat-content__session-popup-text{font-size:13px}.chat-content__session-popup-btn{font-size:14px;padding:12px 20px}}.all-games-content{background-color:var(--color-inner-block-bg);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:15px;height:100%;overflow:hidden;padding:20px}.all-games-content__search{align-items:center;background:#ffffff08;border:1px solid #67676726;border-radius:var(--radius-md);display:flex;flex-shrink:0;height:56px;padding:0 15px;position:relative;transition:all var(--transition-fast)}.all-games-content__search:focus-within{background:#ffffff0d;border-color:#ffc81466}.all-games-content__search-icon{align-items:center;color:var(--color-text-muted);display:flex;flex-shrink:0;justify-content:center;margin-right:12px}.all-games-content__search-input{background:#0000;border:none;color:var(--color-text-primary);flex:1 1;font-family:var(--font-family-primary);font-size:16px;outline:none}.all-games-content__search-input::placeholder{color:var(--color-text-muted)}.all-games-content__search-clear{align-items:center;background:#ffffff1a;border:none;border-radius:50%;color:var(--color-text-muted);cursor:pointer;display:flex;font-size:18px;height:24px;justify-content:center;line-height:1;margin-left:10px;transition:all var(--transition-fast);width:24px}.all-games-content__search-clear:hover{background:#fff3;color:var(--color-text-primary)}.all-games-content__list{display:flex;flex:1 1;flex-direction:column;gap:4px;min-height:200px;overflow-y:auto;padding-right:5px}.all-games-content__list::-webkit-scrollbar{width:6px}.all-games-content__list::-webkit-scrollbar-track{background:#ffffff05;border-radius:3px}.all-games-content__list::-webkit-scrollbar-thumb{background:#ffc8144d;border-radius:3px}.all-games-content__list::-webkit-scrollbar-thumb:hover{background:#ffc81480}.all-games-content__item{align-items:center;background:#ffffff05;border:1px solid #0000;border-radius:12px;cursor:pointer;display:flex;gap:12px;padding:14px 16px;text-align:left;transition:all var(--transition-fast);width:100%}.all-games-content__item:hover{background:#ffffff0d;border-color:#ffc8141a}.all-games-content__item--selected{background:linear-gradient(135deg,#ffe86626,#ffc81414);border-color:#ffc8144d}.all-games-content__item--selected:hover{background:linear-gradient(135deg,#ffe86633,#ffc8141f)}.all-games-content__item-icon{align-items:center;background:#ffffff0d;border-radius:8px;color:var(--color-text-muted);display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all var(--transition-fast);width:36px}.all-games-content__item--selected .all-games-content__item-icon{background:linear-gradient(135deg,#ffe8664d,#ffc81433);color:#ffc814}.all-games-content__item-name{color:var(--color-text-secondary);flex:1 1;font-family:var(--font-family-primary);font-size:15px;font-weight:500;transition:color var(--transition-fast)}.all-games-content__item--selected .all-games-content__item-name{-webkit-text-fill-color:#0000;background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text}.all-games-content__item-check{align-items:center;animation:checkAppear .2s ease-out;background:var(--color-accent-gradient);border-radius:50%;color:#0f0f0f;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}@keyframes checkAppear{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.all-games-content__empty{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.all-games-content__empty p{color:var(--color-text-secondary);font-family:var(--font-family-primary);font-size:16px;margin:0}.all-games-content__empty-hint{color:var(--color-text-muted)!important;font-size:14px!important;margin-top:8px!important}.all-games-content__notice{background:#ffffff05;border:1px solid #6767671a;border-radius:var(--radius-md);display:flex;flex-direction:column;flex-shrink:0;gap:12px;padding:20px}.all-games-content__notice-text{color:var(--color-text-secondary);font-family:var(--font-family-primary);font-size:15px;line-height:1.5;margin:0}.all-games-content__notice-label{color:var(--color-text-muted);margin-right:8px}.all-games-content__notice-game{-webkit-text-fill-color:#0000;background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text;font-weight:600}.all-games-content__notice-hint{color:var(--color-text-muted);font-family:var(--font-family-primary);font-size:14px;line-height:1.5;margin:0}.all-games-content__btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-family:var(--font-family-primary);font-size:16px;font-weight:600;height:52px;justify-content:center;margin-top:8px;overflow:hidden;position:relative;transition:all var(--transition-fast)}.all-games-content__btn--chat{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.all-games-content__btn--chat:hover{box-shadow:0 4px 20px #22c55e4d;filter:brightness(1.1);transform:translateY(-2px)}.all-games-content__btn--buy{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.all-games-content__btn--buy:hover{box-shadow:0 4px 20px #22c55e4d;filter:brightness(1.1);transform:translateY(-2px)}.all-games-content__btn-text{position:relative;z-index:2}.all-games-content__btn-urgency{animation:urgencyWave 2.5s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff4d 50%,#0000);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}@keyframes urgencyWave{0%{transform:translateX(-100%)}40%{transform:translateX(100%)}to{transform:translateX(100%)}}.all-games-content__btn--attention .all-games-content__btn-urgency{animation:urgencyWaveFast 2.5s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff80 50%,#0000)}@keyframes urgencyWaveFast{0%{transform:translateX(-100%)}50%{transform:translateX(100%)}to{transform:translateX(100%)}}.all-games-content__btn--attention{animation:attentionPulse 3.5s ease-in-out infinite}@keyframes attentionPulse{0%,to{box-shadow:0 0 0 0 #22c55eb3;transform:scale(1)}50%{box-shadow:0 0 0 10px #22c55e00;transform:scale(1.02)}}.all-games-content__btn--attention:hover{animation:none}@media (max-width:900px){.all-games-content{height:calc(100vh - 200px);max-width:717px;min-height:500px;padding:15px;width:100%}.all-games-content__list{max-height:calc(100vh - 400px);min-height:200px}}@media (max-width:640px){.all-games-content{gap:12px;height:calc(100vh - 180px);min-height:500px;padding:12px}.all-games-content__list{max-height:calc(100vh - 360px);min-height:150px}.all-games-content__search{height:48px;padding:0 12px}.all-games-content__search-input{font-size:15px}.all-games-content__item{gap:10px;padding:12px 14px}.all-games-content__item-icon{height:32px;width:32px}.all-games-content__item-icon svg{height:20px;width:20px}.all-games-content__item-name{font-size:14px}.all-games-content__notice{gap:10px;padding:15px}.all-games-content__notice-text{font-size:14px}.all-games-content__notice-hint{font-size:13px}.all-games-content__btn{font-size:15px;height:48px}}@media (max-width:480px){.all-games-content{gap:10px;height:calc(100vh - 160px);min-height:450px;padding:10px}.all-games-content__list{max-height:calc(100vh - 330px);min-height:120px}.all-games-content__search{height:44px}.all-games-content__item{padding:10px 12px}.all-games-content__item-icon{height:28px;width:28px}.all-games-content__item-name{font-size:13px}.all-games-content__notice{padding:12px}.all-games-content__btn{font-size:14px;height:44px;margin-top:6px}}.App{background-color:var(--color-bg-primary);min-height:100vh;overflow-x:hidden}
/*# sourceMappingURL=main.bdd2bc67.css.map*/