.auth-modal{-webkit-backdrop-filter:blur(14px);z-index:10000;pointer-events:auto;background:#000000b8;justify-content:center;align-items:center;padding:1.25em;animation:.22s ease-out amFadeIn;display:flex;position:fixed;inset:0}.auth-modal__card{-webkit-backdrop-filter:blur(32px)saturate(180%);pointer-events:auto;background:linear-gradient(145deg,#1a1a20f7 0%,#121218f5 100%);border:1px solid #ffffff1f;border-radius:24px;width:100%;max-width:420px;padding:2em;animation:.26s cubic-bezier(.4,0,.2,1) amSlideUp;position:relative;box-shadow:0 32px 80px #000000a6,inset 0 0 0 1px #ffffff0a,inset 0 1px #ffffff1a}.auth-modal__close{color:#ffffff80;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .18s,color .18s,border-color .18s;display:flex;position:absolute;top:1em;right:1em}.auth-modal__close svg{width:16px;height:16px}.auth-modal__close:hover{color:#fff;background:#ffffff1f;border-color:#ffffff2e}.auth-modal__head{text-align:center;flex-direction:column;align-items:center;margin-bottom:1.75em;padding-left:2em;padding-right:2em;display:flex}.auth-modal__logo{color:#d8c39a;background:linear-gradient(135deg,#d8c39a2e,#d8c39a0f);border:1px solid #d8c39a40;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.85em;display:flex}.auth-modal__logo svg{width:26px;height:26px}.auth-modal__title{color:#fff;letter-spacing:-.01em;margin:0 0 .3em;font-size:1.45em;font-weight:700}.auth-modal__subtitle{color:#ffffff73;margin:0;font-size:.88em}.auth-modal__tabs{background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;gap:4px;margin-bottom:1.5em;padding:4px;display:flex}.auth-modal__tab{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;padding:.62em;font-family:inherit;font-size:.88em;font-weight:600;transition:background .18s,color .18s}.auth-modal__tab:hover{color:#fffc}.auth-modal__tab.is-active{color:#fff;background:linear-gradient(135deg,#ff8a3d 0%,#f58 40%,#a855f7 70%,#3b82f6 100%);box-shadow:0 4px 14px #a855f74d}.auth-modal__note{color:#ffffff8c;background:#ffffff0a;border:1px solid #ffffff17;border-radius:12px;align-items:flex-start;gap:.6em;margin-bottom:1.25em;padding:.8em 1em;font-size:.82em;line-height:1.5;display:flex}.auth-modal__note svg{opacity:.6;flex-shrink:0;width:14px;height:14px;margin-top:1px}.auth-modal__note b{color:#ffffffc7;font-weight:600}.auth-modal__alert{border-radius:12px;align-items:flex-start;gap:.65em;margin-bottom:1.25em;padding:.85em 1em;font-size:.85em;line-height:1.5;display:flex}.auth-modal__alert svg{flex-shrink:0;width:15px;height:15px;margin-top:1px}.auth-modal__alert--error{color:#ff8a8a;background:#dc354524;border:1px solid #dc354547}.auth-modal__alert--success{color:#86efac;background:#22c55e1f;border:1px solid #22c55e47}.auth-modal__form{flex-direction:column;gap:.75em;display:flex}.auth-field{align-items:center;display:flex;position:relative}.auth-field__icon{color:#ffffff52;pointer-events:none;align-items:center;display:flex;position:absolute;left:14px}.auth-field__icon svg{width:16px;height:16px}.auth-field__input{color:#ffffffe6;-webkit-appearance:none;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:.82em 1em .82em 2.75em;font-family:inherit;font-size:.9em;transition:border-color .18s,background .18s,box-shadow .18s}.auth-field__input::placeholder{color:#ffffff47}.auth-field__input:focus{background:#ffffff12;border-color:#a855f78c;outline:none;box-shadow:0 0 0 3px #a855f71f}.auth-field__input--code{letter-spacing:.18em;text-align:center;padding-left:2.75em;font-size:1.1em;font-weight:600}.auth-field__toggle{color:#ffffff47;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:4px;transition:color .16s;display:flex;position:absolute;right:12px}.auth-field__toggle svg{width:16px;height:16px}.auth-field__toggle:hover{color:#fff9}.auth-modal__submit{color:#fff;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#ff8a3d 0%,#f58 40%,#a855f7 70%,#3b82f6 100%);border:none;border-radius:13px;justify-content:center;align-items:center;width:100%;min-height:48px;margin-top:.5em;padding:.85em 1.5em;font-family:inherit;font-size:.95em;font-weight:700;transition:opacity .2s,transform .15s,box-shadow .2s;display:flex;box-shadow:0 8px 24px #a855f74d}.auth-modal__submit:hover:not(:disabled){opacity:.92;transform:translateY(-1px);box-shadow:0 12px 32px #a855f76b}.auth-modal__submit:active:not(:disabled){transform:scale(.98)}.auth-modal__submit:disabled{opacity:.6;cursor:not-allowed}.auth-modal__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite amSpin}.auth-modal__footer{border-top:1px solid #ffffff12;flex-direction:column;align-items:center;gap:.5em;margin-top:1.25em;padding-top:1.1em;display:flex}.auth-modal__link{color:#ffffff6b;cursor:pointer;background:0 0;border:none;padding:.2em 0;font-family:inherit;font-size:.83em;transition:color .16s}.auth-modal__link:hover:not(:disabled){color:#ffffffc7}.auth-modal__link:disabled{opacity:.5;cursor:not-allowed}@keyframes amFadeIn{0%{opacity:0}to{opacity:1}}@keyframes amSlideUp{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes amSpin{to{transform:rotate(360deg)}}@media (width<=480px){.auth-modal{align-items:flex-end;padding:0 .75em}.auth-modal__card{border-radius:22px 22px 16px 16px;max-width:100%;margin-bottom:.75em;padding:1.5em 1.25em 2em;animation:.28s cubic-bezier(.4,0,.2,1) amSlideUpMobile;box-shadow:0 -20px 60px #0009,inset 0 1px #ffffff1a}.auth-modal__head{padding-left:2.5em;padding-right:2.5em}.auth-modal__logo{border-radius:13px;width:42px;height:42px}.auth-modal__logo svg{width:22px;height:22px}.auth-modal__title{font-size:1.25em}}@keyframes amSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.profile-menu{position:relative}.profile-menu__trigger{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;align-items:center;gap:9px;padding:7px 12px 7px 7px;transition:background .2s,border-color .2s,box-shadow .2s;display:flex;box-shadow:inset 0 1px #ffffff0f}.profile-menu__trigger:hover{background:#ffffff1a;border-color:#ffffff2e}.profile-menu__trigger:active{transform:scale(.98)}.profile-menu__trigger.is-open{background:#d8c39a1a;border-color:#d8c39a47;box-shadow:inset 0 1px #fff5dc1a}.profile-menu__avatar{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:1px solid #ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex;overflow:hidden}.profile-menu__avatar img{object-fit:cover;width:100%;height:100%;display:block}.profile-menu__avatar svg{color:#fff;width:16px;height:16px}.profile-menu__info{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.profile-menu__name{color:#ffffffe6;white-space:nowrap;font-size:13px;font-weight:500}.profile-menu__badge{color:#1e1e1e;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#d8c39a 0%,#f4d03f 100%);border-radius:10px;padding:1px 6px;font-size:9px;font-weight:700}.profile-menu__chevron{color:#ffffff73;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-left:2px;transition:transform .2s,color .2s;display:inline-flex}.profile-menu__chevron svg{width:14px;height:14px}.profile-menu__chevron.is-open{color:#d8c39ae6;transform:rotate(180deg)}.profile-menu__dropdown{pointer-events:auto;-webkit-backdrop-filter:blur(32px)saturate(180%);z-index:10000;background:linear-gradient(135deg,#141416f7 0%,#0e0e12f5 40%,#101014f7 100%);border:1px solid #ffffff24;border-radius:18px;width:310px;padding:10px;animation:.18s cubic-bezier(.4,0,.2,1) pmDropIn;position:fixed;box-shadow:0 24px 60px #000000a6,inset 0 1px #ffffff1f}.profile-menu__account-card{background:linear-gradient(145deg,#ffffff12,#ffffff05),radial-gradient(circle at 0 0,#ffc46e1f,#0000 55%);border:1px solid #ffffff1a;border-radius:12px;margin-bottom:6px;padding:12px}.profile-menu__account-top{align-items:center;gap:10px;display:flex}.profile-menu__account-avatar{background:linear-gradient(145deg,#667eea80,#764ba280);border:1px solid #ffffff24;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.profile-menu__account-avatar img{object-fit:cover;width:100%;height:100%;display:block}.profile-menu__account-avatar svg{color:#fffc;width:20px;height:20px}.profile-menu__account-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.profile-menu__account-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.profile-menu__account-email{color:#ffffff80;word-break:break-word;font-size:11.5px}.profile-menu__premium-chip-wrap{margin-top:10px}.profile-menu__premium-chip{background:#0003;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:10px;padding:9px 11px;display:flex}.profile-menu__premium-chip.is-active{background:linear-gradient(135deg,#f4d03f1a,#ffa64d12);border-color:#f4d03f47}.profile-menu__premium-icon{color:#ffffff8c;background:#ffffff12;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.profile-menu__premium-icon svg{width:14px;height:14px}.is-active .profile-menu__premium-icon{color:#ffe8a3;background:linear-gradient(135deg,#f4d03f33,#ffa64d24)}.profile-menu__premium-text{flex-direction:column;gap:1px;display:flex}.profile-menu__premium-label{text-transform:uppercase;letter-spacing:.07em;color:#ffffff73;font-size:10px;font-weight:700}.is-active .profile-menu__premium-label{color:#ffeba0b3}.profile-menu__premium-value{color:#ffffffc7;font-size:12.5px;font-weight:600}.is-active .profile-menu__premium-value{color:#fff3cf}.profile-menu__group{margin-top:4px}.profile-menu__group-title{text-transform:uppercase;letter-spacing:.06em;color:#ffffff59;padding:6px 10px 4px;font-size:10px;font-weight:700}.profile-menu__divider{background:#ffffff14;height:1px;margin:8px 0}.pm-card{color:#ffffffd1;cursor:pointer;border:1px solid #0000;border-radius:11px;align-items:center;gap:10px;padding:8px 9px;text-decoration:none;transition:background .16s,border-color .16s,color .16s;display:flex}.pm-card:hover{color:#fff;background:#ffffff12;border-color:#ffffff17;text-decoration:none}.pm-card:hover .pm-card__icon{color:#ff9d55;background:#ff8a3d2e;border-color:#ff8a3d47}.pm-card:hover .pm-card__arrow{opacity:1;transform:translate(2px)}.pm-card--accent{color:#fff3dd;background:linear-gradient(135deg,#ffc4501f 0%,#ff8c3c1a 100%);border-color:#ffc46733}.pm-card--accent .pm-card__icon{color:#ffd47a;background:linear-gradient(135deg,#f4d03f2e,#ffa64d24);border-color:#f4d03f40}.pm-card--accent:hover{color:#fffaf0;background:linear-gradient(135deg,#ffc45033 0%,#ff8c3c29 100%);border-color:#ffc46752}.pm-card--accent:hover .pm-card__icon{color:#ffe090;background:linear-gradient(135deg,#f4d03f42,#ffa64d33)}.pm-card__icon{color:#ffffff80;background:#ffffff0f;border:1px solid #ffffff17;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .16s,border-color .16s,color .16s;display:flex}.pm-card__icon svg{width:15px;height:15px}.pm-card__body{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.pm-card__label{color:inherit;font-size:13px;font-weight:600;line-height:1.3}.pm-card__desc{color:#ffffff61;white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.4;overflow:hidden}.pm-card__arrow{color:#ffffff40;opacity:.6;flex-shrink:0;width:12px;height:12px;transition:opacity .16s,transform .16s}.pm-logout{text-align:left;color:#ff7878d9;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:11px;align-items:center;gap:10px;width:100%;padding:9px 10px;font-size:13px;font-weight:500;transition:background .16s,border-color .16s,color .16s;display:flex}.pm-logout svg{opacity:.8;flex-shrink:0;width:15px;height:15px}.pm-logout:hover{color:#ffb3b3;background:#c828282e;border-color:#c83c3c40}@keyframes pmDropIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.profile-menu__trigger{padding:6px 10px 6px 6px}.profile-menu__avatar{border-radius:50%;width:26px;height:26px}.profile-menu__avatar svg{width:14px;height:14px}.profile-menu__name{font-size:12px}.profile-menu__badge{padding:1px 5px;font-size:8px}}@media (width<=480px){.profile-menu__info{display:none}.profile-menu__trigger{gap:6px;padding:6px 8px 6px 6px}.profile-menu__chevron{margin-left:0}}.s-head{z-index:999;pointer-events:none;background:0 0;padding:1.5em 0 0;position:fixed;top:0;left:0;right:0}.s-head .container{pointer-events:auto}.b-head{-webkit-backdrop-filter:blur(32px)saturate(180%);background:linear-gradient(135deg,#141416f5 0%,#0e0e12f0 40%,#101014f5 100%);border:1px solid #ffffff29;border-radius:24px;align-items:center;gap:2em;padding:1em 1.5em;display:flex;box-shadow:0 18px 48px #0000008c,inset 0 1px #ffffff2e}.b-head__actions{flex-shrink:0;align-items:center;gap:.5em;margin-left:auto;display:flex}.b-head__logo{flex-shrink:0;align-items:center;padding:.25em 0;text-decoration:none;display:inline-flex;overflow:visible}.b-head__logo-img{flex-shrink:0;width:auto;height:3.5rem;display:block}.e-menu ul{gap:.5em;margin:0;padding:0;list-style:none;display:flex}@media (width<=1280px){.e-menu--desktop{display:none}}.e-menu__li{padding:0;position:relative}.e-menu__link{color:#fff9;letter-spacing:.01em;border-radius:12px;align-items:center;padding:.6em 1em;font-size:.88em;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:flex;position:relative}.e-menu__link:hover{color:#ffffffe6;background:#ffffff12;text-decoration:none}.e-menu__link.is-active{color:#fff;background:#ffffff14}.e-menu__link.is-active:after{content:"";background:linear-gradient(90deg,#ff8a3d,#a855f7);border-radius:2px;width:16px;height:2px;position:absolute;bottom:-3px;left:50%;transform:translate(-50%)}.e-menu__link-icon{opacity:.5;flex-shrink:0;align-items:center;margin-right:.35em;transition:opacity .2s;display:flex}.e-menu__link-icon svg{width:.9em;height:.9em}.e-menu__link:hover .e-menu__link-icon,.e-menu__link.is-active .e-menu__link-icon{opacity:1}.e-menu__link--prisma{color:#d8c39ad9;background:#d8c39a0f;border:1px solid #d8c39a33;padding:.55em 1em}.e-menu__link--prisma:hover{color:#d8c39a;background:#d8c39a1f;border-color:#d8c39a59}.e-menu__link--prisma.is-active{color:#d8c39a;background:#d8c39a24;border-color:#d8c39a66}.e-menu__link--prisma.is-active:after{background:linear-gradient(90deg,#d8c39a,#e8d5a0)}.e-dropdown{-webkit-backdrop-filter:blur(32px)saturate(180%);z-index:1000;background:linear-gradient(135deg,#161618f7 0%,#0e0e12f5 40%,#101014f7 100%);border:1px solid #ffffff29;border-radius:16px;min-width:240px;max-width:280px;padding:.8em;animation:.2s cubic-bezier(.4,0,.2,1) dropdownFadeIn;position:absolute;top:calc(100% + .8em);left:0;box-shadow:0 18px 48px #0000008c,inset 0 1px #ffffff2e}.e-dropdown--floating{pointer-events:auto;z-index:1100;position:fixed}.e-dropdown__section{margin-bottom:.5em}.e-dropdown__section:last-child{margin-bottom:0}.e-dropdown__title{text-transform:uppercase;letter-spacing:.05em;color:#ffffff80;margin-bottom:.3em;padding:.5em 1em .3em;font-size:.75em;font-weight:700}.e-dropdown__divider{opacity:.3;background:linear-gradient(90deg,#ff8a3d 0%,#f58 33%,#a855f7 66%,#3b82f6 100%);height:1px;margin:.8em 0}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.e-dropdown__item{color:#ffffffc7;border-radius:12px;padding:.7em 1em;font-size:.88em;font-weight:500;text-decoration:none;transition:all .2s;display:block}.e-dropdown__item:hover{color:#fff;background:linear-gradient(135deg,#ff8a3d29 0%,#ff558829 33%,#a855f729 66%,#3b82f629 100%);transform:translate(4px)}.e-dropdown__item+.e-dropdown__item{margin-top:.2em}.e-menu__link--btn{cursor:pointer;letter-spacing:inherit;background:0 0;border:none;font-family:inherit}.e-dropdown--more{min-width:340px;max-width:380px;padding:.6rem}.e-dropdown--prisma{min-width:620px;max-width:660px;padding:.6rem}.e-prisma-groups{flex-direction:row;align-items:flex-start;gap:0;display:flex}.e-prisma-col{flex-direction:column;flex:1;min-width:0;display:flex}.e-prisma-group{flex-direction:column;display:flex}.e-prisma-divider-v{background:#ffffff12;flex-shrink:0;align-self:stretch;width:1px;margin:.4rem .2rem}.e-more-cards{flex-direction:column;gap:.3rem;display:flex}.e-more-card{color:#ffffffd1;border:1px solid #0000;border-radius:12px;align-items:flex-start;gap:.85rem;padding:.85rem;text-decoration:none;transition:background .18s,border-color .18s,color .18s;display:flex}.e-more-card:hover{color:#fff;background:#ffffff12;border-color:#ffffff1a;text-decoration:none}.e-more-card:hover .e-more-card__arrow{opacity:1;transform:translate(2px)}.e-more-card:hover .e-more-card__icon{color:#ff8a3d;background:#ff8a3d33;border-color:#ff8a3d4d}.e-more-card__icon{color:#fff9;background:#ffffff12;border:1px solid #ffffff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .18s,border-color .18s,color .18s;display:flex}.e-more-card__icon svg{width:18px;height:18px}.e-more-card__body{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.e-more-card__title{color:#ffffffeb;font-size:.88rem;font-weight:600;line-height:1.3}.e-more-card__desc{color:#ffffff73;font-size:.77rem;line-height:1.45}.e-more-card__arrow{color:#ffffff59;opacity:.6;flex-shrink:0;width:14px;height:14px;margin-top:.15rem;transition:opacity .18s,transform .18s}.categories-mobile-menu__more-card{color:#fffc;border:1px solid #0000;border-radius:12px;align-items:center;gap:.9rem;padding:.85rem 1rem;text-decoration:none;transition:background .18s,border-color .18s,color .18s;display:flex}.categories-mobile-menu__more-card>svg{opacity:.45;flex-shrink:0;width:14px;height:14px}.categories-mobile-menu__more-card:hover{color:#fff;background:#ffffff12;border-color:#ffffff1a;text-decoration:none}.categories-mobile-menu__more-card:hover>svg{opacity:.75}.categories-mobile-menu__more-card-icon{color:#ffffff8c;background:#ffffff12;border:1px solid #ffffff1a;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;display:flex}.categories-mobile-menu__more-card-icon svg{width:16px;height:16px}.categories-mobile-menu__more-card-icon--prisma svg{width:22px;height:22px}.categories-mobile-menu__more-card-body{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.categories-mobile-menu__more-card-title{color:#ffffffe6;font-size:.92rem;font-weight:600;line-height:1.3}.categories-mobile-menu__more-card-desc{color:#fff6;white-space:nowrap;text-overflow:ellipsis;font-size:.77rem;line-height:1.4;overflow:hidden}.btn-search{color:#ffffffb3;cursor:pointer;background:#a855f71a;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:.7em;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.btn-search:hover{color:#fff;background:linear-gradient(135deg,#ff8a3d33 0%,#f583 33%,#a855f733 66%,#3b82f633 100%);transform:translateY(-2px)}.btn-categories-mobile{color:#ffffffb3;cursor:pointer;background:#a855f71a;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-right:.5em;padding:.7em;transition:all .25s cubic-bezier(.4,0,.2,1);display:none!important}@media (width<=1115px){.btn-categories-mobile{display:flex!important}}.btn-categories-mobile:hover{color:#fff;background:linear-gradient(135deg,#ff8a3d33 0%,#f583 33%,#a855f733 66%,#3b82f633 100%);transform:translateY(-2px)}.btn-signin{color:#ffffffd9;cursor:pointer;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff21;border-radius:16px;flex-shrink:0;align-items:center;gap:9px;padding:7px 14px 7px 7px;font-family:inherit;font-size:13px;font-weight:500;transition:background .2s,border-color .2s,color .2s,transform .15s;display:flex}.btn-signin__avatar{color:#fff9;background:#ffffff1a;border:1px solid #ffffff24;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:background .2s,color .2s;display:flex}.btn-signin__avatar svg{width:15px;height:15px;display:block}.btn-signin:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.btn-signin:hover .btn-signin__avatar{color:#fff;background:#ffffff26}.btn-signin:active{transform:scale(.97)}@media (width<=1115px){.btn-signin{padding:6px 11px 6px 6px;font-size:.82rem}}@media (width<=767px){.btn-signin{padding:6px 10px 6px 6px;font-size:.78rem}.btn-signin__avatar{width:26px;height:26px}.btn-signin__avatar svg{width:13px;height:13px}}@media (width<=480px){.btn-signin{border-radius:14px;gap:0;padding:6px 8px;font-size:0}.btn-signin__avatar{width:28px;height:28px}.btn-signin__avatar svg{width:14px;height:14px}}.e-user__ultda{background:linear-gradient(135deg,#ff8a3d 0%,#f58 33%,#a855f7 66%,#3b82f6 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3em;height:3em;margin-right:.9em;display:flex}.e-user__ultda svg{color:#fff}.e-user__link{text-decoration:none}.e-user__piend{color:#fff;font-size:.9em}.categories-mobile-menu{z-index:1200;-webkit-backdrop-filter:blur(8px);pointer-events:auto;background:#000000b3;justify-content:center;align-items:flex-start;padding-top:6rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@media (width<=767px){.categories-mobile-menu{align-items:flex-end;padding-top:0;padding-bottom:0}}.categories-mobile-menu__content{-webkit-backdrop-filter:blur(26px)saturate(170%);pointer-events:auto;z-index:1;background:linear-gradient(135deg,#1c1c1ef2 0%,#111115f2 40%,#121216f2 100%);border:1px solid #ffffff29;border-radius:20px;width:calc(100% - 2rem);max-width:400px;max-height:calc(100vh - 8rem);padding:1.5rem;animation:.25s cubic-bezier(.4,0,.2,1) slideDown;position:relative;overflow-y:auto;box-shadow:0 18px 48px #000000b3,inset 0 1px #ffffff2e}@media (width<=767px){.categories-mobile-menu__content{border-bottom:none;border-radius:20px 20px 0 0;width:100%;max-width:100%;max-height:85vh;animation:.3s cubic-bezier(.4,0,.2,1) slideUp;box-shadow:0 -18px 48px #000000b3,inset 0 1px #ffffff2e}}.categories-mobile-menu__header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.categories-mobile-menu__header h3{color:#fff;margin:0;font-size:1.25rem;font-weight:600}.categories-mobile-menu__close{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.categories-mobile-menu__close:hover{color:#fff;background:#ffffff1a}.categories-mobile-menu__nav{flex-direction:column;gap:1.25rem;display:flex}.categories-mobile-menu__section{flex-direction:column;gap:.25rem;display:flex}.categories-mobile-menu__section+.categories-mobile-menu__section{border-top:1px solid #ffffff14;padding-top:1.25rem}.categories-mobile-menu__section-title{text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;padding:.2rem .4rem;font-size:.85rem;font-weight:700}.categories-mobile-menu__item{color:#fffc;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.categories-mobile-menu__item:hover{color:#fff;background:linear-gradient(135deg,#ff8a3d26 0%,#ff558826 33%,#a855f726 66%,#3b82f626 100%);transform:translate(4px)}.categories-mobile-menu__item svg{opacity:.7;flex-shrink:0;width:20px;height:20px;transition:opacity .2s,transform .2s}.categories-mobile-menu__item:hover svg{opacity:1;transform:translate(2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (width<=1115px){.s-head{padding:1em 0 0}.b-head{border-radius:20px;gap:1em;padding:.8em 1.1em}.b-head__logo-img{height:2.4rem}.categories-mobile-menu__content{max-width:420px;max-height:85vh}}@media (width<=767px){.b-head{gap:.6em;padding:.7em .9em}.b-head__logo-img{height:2rem}.btn-search,.btn-categories-mobile{padding:.6em}.btn-search svg,.btn-categories-mobile svg{width:18px;height:18px}.categories-mobile-menu{align-items:flex-end;padding-top:0}.categories-mobile-menu__content{border-bottom:none;border-radius:20px 20px 0 0;width:100%;max-width:100%;max-height:85vh;animation:.3s cubic-bezier(.4,0,.2,1) slideUp;box-shadow:0 -18px 48px #000000b3,inset 0 1px #ffffff2e}}@media (width<=480px){.b-head{gap:.4em;padding:.55em .75em}.b-head__logo-img{height:1.7rem}.btn-search,.btn-categories-mobile{padding:.5em}.btn-search svg,.btn-categories-mobile svg{width:16px;height:16px}.categories-mobile-menu__content{max-height:80vh;padding:1rem}.categories-mobile-menu__content h3{font-size:1rem}}.app{background:0 0;flex-direction:column;min-height:100vh;display:flex;position:relative}.app:before{content:"";z-index:-1;background:radial-gradient(circle at 20% 20%,#ffd13c26,#0000 45%),radial-gradient(circle at 80% 10%,#3c78ff1f,#0000 40%),linear-gradient(#0b0b0f 0%,#050507 100%);position:fixed;inset:0}.app-content{flex:1}.elem-page-load{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#121212f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.elem-loader{height:3.2em;position:relative}.elem-loader:before,.elem-loader:after{content:"";opacity:0;background:linear-gradient(90deg,#ff8a3d 0%,#f58 33%,#a855f7 66%,#3b82f6 100%);border-radius:15px;width:60px;height:6px;margin-left:-40px;animation:2s infinite loader;display:block;position:absolute;top:50%;left:50%}.elem-loader:after{margin-left:-80px;animation-delay:.7s}@keyframes loader{0%{opacity:0;transform:translate(0)}40%{opacity:1;transform:translate(50%)}80%{opacity:0;transform:translate(100%)}to{opacity:0;transform:translate(100%)}}.error-boundary{align-items:center;min-height:100vh;display:flex}.error-boundary__card{text-align:center;-webkit-backdrop-filter:blur(28px)saturate(160%);background:linear-gradient(135deg,#1a1a1bb3 0%,#0c0c12c7 100%);border:1px solid #ffffff14;border-radius:1em;max-width:560px;margin:0 auto;padding:2.5rem 2.25rem;box-shadow:0 25px 45px #00000073}.error-boundary__title{color:#fffffff2;margin:0 0 .75rem;font-size:2rem;font-weight:700}.error-boundary__subtitle{color:#ffffffb3;margin:0 0 1.6rem;font-size:1.05rem}.error-boundary__action{padding:.85em 1.8em}@media (width<=767px){.error-boundary__card{padding:2rem 1.5rem}.error-boundary__title{font-size:1.6rem}}@media (width<=575px){.error-boundary__card{padding:1.6rem 1.25rem}.error-boundary__subtitle{font-size:.95rem}}*{box-sizing:border-box}html{scrollbar-width:none}html::-webkit-scrollbar{display:none}:after,:before{vertical-align:middle;display:inline-block}body{color:#e0e0e0;scrollbar-width:none;margin:0;padding:0;font-family:Roboto,sans-serif;font-size:16px;line-height:1.2;transition:all .2s;position:relative}body::-webkit-scrollbar{display:none}h1,h2,h3,h4,h5,h6{font-weight:400;font-size:inherit;margin:0;padding:0}p{margin:0}ul{margin:0;padding:0;list-style:none}img{vertical-align:middle;object-fit:cover;max-width:100%}svg{width:100%;height:100%}a{color:#936a3b;cursor:pointer;outline:0;text-decoration:none;transition:all .2s}a:hover{text-decoration:none}button{cursor:pointer;background:0 0;border:0;padding:0}button,input,textarea{font-family:inherit;transition:all .2s}textarea{resize:vertical}input,textarea,button{border:0;outline:0}input:not([type=checkbox]),select,textarea{appearance:none}.container{width:100%;max-width:1170px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (width>=1450px){.container{max-width:1400px}}.btn{cursor:pointer;text-align:center;background-color:#0000;background-position:50%;background-repeat:no-repeat;border:0 #ddd;border-radius:5px;padding:.8em;font-size:1em;transition:all .2s;display:inline-block}.btn-dark{color:#fffc;background-color:#2a2a2acc;border:1px solid #ffffff1a;border-radius:200px;justify-content:center;align-items:center;min-height:2.54em;padding:.63em 1.4em;font-size:1.5em;font-weight:700;line-height:1.2;transition:all .25s;display:inline-flex}.btn-dark:hover{color:#fff;background:linear-gradient(135deg,#ff8b3db6 0%,#ff5588cb 33%,#a955f7b2 66%,#3b83f6b0 100%);border-color:#0000}.btn-dark:active{transform:scale(.98)}.btn-golden{color:#fffc;background:#2a2a2a;border:1px solid #ffffff1a;border-radius:200px;padding:.8em 1.5em;font-weight:600;transition:all .25s}.btn-golden:hover{color:#fff;background:linear-gradient(135deg,#ff8b3db6 0%,#ff5588cb 33%,#a955f7b2 66%,#3b83f6b0 100%);border-color:#0000}.btn-golden:active{transform:scale(.98)}.btn-golden.btn--gray{color:#e0e0e0;background:#2a2a2a}.btn-golden.btn--gray:hover,.btn-golden.btn--gray.active{color:#fff;background:linear-gradient(135deg,#ff8a3d 0%,#f58 33%,#a855f7 66%,#3b82f6 100%);border-color:#0000}.btn-danger{color:#fff;background:#d32f2f;border-radius:200px;padding:.8em 1.5em;font-weight:600;transition:all .2s}.btn-danger:hover{background:#b71c1c;transform:translateY(-2px);box-shadow:0 4px 12px #d32f2f66}.btn-danger:active{transform:scale(.98)}.btn.loading{color:#0000;pointer-events:none;position:relative}.btn.loading:after{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIvPgo8L3N2Zz4K);background-position:50%;background-repeat:no-repeat;background-size:auto 50%;animation:1s linear infinite spin;display:block;position:absolute;inset:0}@keyframes spin{to{transform:rotate(360deg)}}.input-usher{color:#e0e0e0;background-color:#2a2a2a;border:1px solid #3c3c3c;border-radius:5px;width:100%;height:4.14em;padding:0 1.5em;font-size:.88em;font-weight:400;line-height:1.2;transition:all .2s;display:block}.input-usher:hover,.input-usher:focus{background-color:#2a2a2a;border-color:#d8c39a}.input-enter{color:#000;background-color:#fff;border:none;border-radius:10px;width:100%;height:4.63em;padding:0 1.75em;font-size:1em;font-weight:400;line-height:1.2;display:block;box-shadow:0 16px 24px #00000026}.e-alert{background-color:#ddd;border-radius:5px;padding:.9em 1.2em;font-weight:300}.e-alert--error{color:#721c24;background-color:#f8d7da}.e-alert--success{color:#155724;background-color:#d4edda}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.ml-20{margin-left:1.25rem}.mb-20{margin-bottom:1.25rem}.mb-40{margin-bottom:2.5rem}.mt-20{margin-top:1.25rem}.mt-30{margin-top:1.875rem}.w-100{width:100%}.s-content{padding-top:8em;padding-bottom:6em}@media (width<=767px){.s-content{padding-top:4.1em;padding-bottom:4.1em}}@media (width<=575px){.s-content{padding-top:2.3em;padding-bottom:2.3em}}.d-fx{display:flex}.ai-center{align-items:center}.typo-tmeli{font-size:.88em}.typo-ritur{font-size:1.28em;font-weight:700}.color__gray{color:#78797a}.color__white{color:#fff}.fa-center{text-align:center}.cols-row{flex-wrap:wrap;display:flex}.cols-row>*{width:100%;max-width:100%}.gutter-h-20{margin-left:-.625rem;margin-right:-.625rem}.gutter-h-20>*{padding-left:.625rem;padding-right:.625rem}@media (width>=1200px){.w-1_4--lg{width:25%}}@media (width<=767px){.w-1_2--sm{width:50%}}@media (width<=575px){.btn-dark{font-size:1.2em}}
