.language-switcher{display:flex;gap:0;padding:4px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#fff3;border-radius:10px;height:44px;align-items:center}.language-switcher__button{padding:0;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .2s;font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;line-height:24px;width:68px;height:36px;color:#fff;position:relative;display:flex;align-items:center;justify-content:center}.language-switcher__button:hover{background:#ffffff1a}.language-switcher__button--active{background:#fff;color:#101828;font-weight:500}.language-switcher__button--active:hover{background:#fffffff2}.sidebar .language-switcher{background:#f2f4f7;width:100%;color:#f3f4f6}.sidebar .language-switcher__button{flex:1;width:auto;color:#667085}.sidebar .language-switcher__button:hover{background:#0000000d}.sidebar .language-switcher__button--active{background:#4853fb;color:#fff;font-weight:600}.sidebar .language-switcher__button--active:hover{background:#3d47e0}.carousel{position:relative;width:100%;height:360px;max-width:400px;margin:0 auto}.carousel__card-wrapper{position:absolute;display:flex;align-items:center;justify-content:center}.carousel__card-wrapper--first{left:0;top:10px;width:250px;height:360px}.carousel__card-rotator--first{transform:rotate(-10deg);transform-origin:center}.carousel__card-wrapper--second{left:74px;top:18px;width:195px;height:332px}.carousel__card-wrapper--third{left:90px;top:0;width:250px;height:360px}.carousel__card-rotator--third{transform:rotate(10deg);transform-origin:center}.carousel__card{background:#fff;border:8px solid;border-radius:10px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;overflow:hidden;padding:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.carousel__card--yellow{border-color:#ffbb62;opacity:.5;width:195px;height:332px}.carousel__card--blue{border-color:#55b9f4;opacity:.75;width:195px;height:332px}.carousel__card--pink{border-color:#ffb1e0;opacity:1;width:195px;height:332px}.carousel__card-content{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;min-width:0;overflow:hidden;padding:16px;border-radius:16px;width:100%}.carousel__card-image-wrapper{aspect-ratio:252 / 350;flex:1;min-height:0;min-width:0;position:relative}.carousel__card-image-container{position:absolute;aspect-ratio:480 / 600;bottom:0;left:50%;top:0;transform:translate(-50%)}.carousel__card-image{position:absolute;top:0;right:0;bottom:0;left:0;max-width:none;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;pointer-events:none;width:100%;height:100%}@media(max-width:1024px){.carousel{height:320px;max-width:350px}.carousel__card-wrapper--first{width:220px;height:320px;top:10px}.carousel__card-wrapper--second{left:65px;top:16px;width:172px;height:293px}.carousel__card-wrapper--third{left:80px;top:0;width:220px;height:320px}.carousel__card--yellow,.carousel__card--blue,.carousel__card--pink{width:172px;height:293px}}@media(max-width:768px){.carousel{height:280px;max-width:300px}.carousel__card-wrapper--first{width:190px;height:280px;top:8px}.carousel__card-wrapper--second{left:55px;top:14px;width:150px;height:255px}.carousel__card-wrapper--third{left:70px;top:0;width:190px;height:280px}.carousel__card--yellow,.carousel__card--blue,.carousel__card--pink{width:150px;height:255px}.carousel__card{border-width:6px;padding:6px}.carousel__card-content{padding:12px;border-radius:12px}}@media(max-width:480px){.carousel{height:240px;max-width:250px}.carousel__card-wrapper--first{width:160px;height:240px;top:6px}.carousel__card-wrapper--second{left:45px;top:12px;width:125px;height:218px}.carousel__card-wrapper--third{left:58px;top:0;width:160px;height:240px}.carousel__card--yellow,.carousel__card--blue,.carousel__card--pink{width:125px;height:218px}.carousel__card{border-width:5px;padding:5px}.carousel__card-content{padding:10px;border-radius:10px}}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;overflow-y:auto}.modal__container{background-color:#fff;border-radius:10px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative}.modal__content{display:flex;flex-direction:column;gap:36px;padding:48px}.modal__info{display:flex;flex-direction:column;gap:32px}.modal__title{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:600;font-size:28px;line-height:32px;color:#4853fb;margin:0}.modal__body{display:flex;flex-direction:column;gap:12px}.modal__close-button{background-color:#4853fb;color:#fff;border:none;border-radius:10px;padding:16px;height:48px;font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:600;font-size:16px;line-height:28px;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:100%}.modal__close-button:hover{background-color:#3d47e0;transform:translateY(-2px);box-shadow:0 6px 12px #4853fb66}.modal__close-button:active{transform:translateY(0)}@media(max-width:768px){.modal__overlay{padding:16px}.modal__content{padding:32px 24px;gap:24px}.modal__title{font-size:24px;line-height:28px}.modal__info{gap:24px}}@media(max-width:480px){.modal__content{padding:24px 16px;gap:20px}.modal__title{font-size:20px;line-height:24px}}.rules-modal__text-container{display:flex;flex-direction:column;gap:12px}.rules-modal__text{font-family:e-Ukraine,Inter,Segoe UI,system-ui,sans-serif;font-size:14px;line-height:24px;color:#000;margin:0}.rules-modal__text--bold{font-weight:700}.rules-modal__text--light{font-weight:300}.rules-modal__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.rules-modal__list-item{margin-left:21px;position:relative}.rules-modal__list-item:before{content:"•";position:absolute;left:-21px;color:#000}.rules-modal__list-text{font-family:e-Ukraine,Inter,Segoe UI,system-ui,sans-serif;font-weight:300;font-size:14px;line-height:24px;color:#000}.rules-modal__characteristics{display:flex;flex-direction:column;gap:4px}.rules-modal__characteristic{display:flex;gap:16px;align-items:center}.rules-modal__icon-wrapper{background-color:#f3f4f6;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rules-modal__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.rules-modal__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.rules-modal__characteristic-text{font-family:e-Ukraine,Inter,Segoe UI,system-ui,sans-serif;font-weight:300;font-size:14px;line-height:20px;color:#000;margin:0;flex:1}@media(max-width:480px){.rules-modal__text{font-size:13px;line-height:20px}.rules-modal__characteristic-text{font-size:13px;line-height:18px}}.about-project-modal__text{font-family:e-Ukraine,Inter,Segoe UI,system-ui,sans-serif;font-weight:300;font-size:14px;line-height:24px;color:#000;margin:0}@media(max-width:480px){.about-project-modal__text{font-size:13px;line-height:20px}}.home-page{position:relative;width:100%;min-height:100vh;overflow:hidden;background-color:#000}body.home-page-active,html.home-page-active,body.home-page-active #root{background-color:#000!important}.home-page__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-color:#000}.home-page__background-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:.5}.home-page__background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#0006,#0006)}.home-page__header{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;padding:16px 24px;width:100%;max-width:1440px;margin:0 auto}.home-page__logo{width:189px;height:64px}.home-page__logo-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.home-page__language-switcher{margin-top:0}.home-page__content{position:relative;z-index:1;min-height:calc(100vh - 180px);display:flex;align-items:center;justify-content:center;padding:16px 24px}.home-page__landing-screen{display:flex;flex-direction:column;align-items:center;gap:48px;max-width:1024px;width:100%;padding:0 24px}.home-page__carousel-container{width:100%;max-width:400px;height:auto;display:flex;justify-content:center;align-items:center}.home-page__carousel-image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.home-page__title{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:600;font-size:48px;line-height:60px;text-align:center;color:#fff;margin:0;max-width:100%}.home-page__actions{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:392px}.home-page__button{display:flex;align-items:center;justify-content:center;gap:12px;padding:0 16px;height:56px;border:none;border-radius:10px;font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:20px;font-weight:600;line-height:28px;text-decoration:none;cursor:pointer;transition:all .3s ease;letter-spacing:.5px;width:100%}.home-page__button--primary{background:#4853fb;color:#fff}.home-page__button--primary:hover{background:#3d47e0;transform:translateY(-2px);box-shadow:0 6px 12px #4853fb66}.home-page__button--primary:active{transform:translateY(0)}.home-page__button--continue{background:#4853fb33;border:2px solid #4853fb;color:#4853fb}.home-page__button--continue:hover{background:#4853fb4d;border-color:#3d47e0;color:#3d47e0;transform:translateY(-2px);box-shadow:0 6px 12px #4853fb4d}.home-page__button--continue:active{transform:translateY(0)}.home-page__button--continue .home-page__button-text{color:#4853fb}.home-page__button--continue:hover .home-page__button-text{color:#3d47e0}.home-page__button-text{color:#fff}.home-page__button-icon{width:24px;height:24px;flex-shrink:0}.home-page__secondary-buttons{display:flex;gap:16px;width:100%}.home-page__button--secondary{flex:1;background:#ffffff1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);color:#fff;font-size:16px;font-weight:500;letter-spacing:1px;box-shadow:0 4px 4px #00000040}.home-page__button--secondary:hover{background:#ffffff26;border-color:#fff6}.home-page__footer{position:relative;z-index:2;width:100%;padding:0;margin-top:auto}.home-page__footer-content{display:flex;flex-direction:column;align-items:center;gap:0;padding:0;max-width:1440px;margin:0 auto}.home-page__copyright{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#fff9;text-align:center;margin:0;padding:12px 0;width:100%}.home-page__credits{display:flex;align-items:center;justify-content:center;gap:0;padding:0 646px;background:#00000040;width:100%;height:32px}.home-page__credits-text{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#ffffff80;margin-right:4px}.home-page__credits-link{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#0dae88;cursor:pointer}@media(max-width:1024px){.home-page__title{font-size:36px;line-height:48px}.home-page__landing-screen{gap:48px}.home-page__carousel-container{max-width:300px}.home-page__credits{padding:0 24px}}@media(max-width:768px){.home-page__header,.home-page__content{padding:16px}.home-page__landing-screen{gap:32px;padding:0}.home-page__title{font-size:28px;line-height:36px}.home-page__carousel-container{max-width:250px}.home-page__actions{max-width:100%}.home-page__secondary-buttons{flex-direction:column;gap:12px}.home-page__button{font-size:16px;height:48px}.home-page__credits{padding:8px 16px;flex-direction:column;height:auto}}@media(max-width:480px){.home-page__title{font-size:24px;line-height:32px}.home-page__carousel-container{max-width:200px}.home-page__button{font-size:14px;height:44px}}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:998;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.sidebar-overlay--open{opacity:1;visibility:visible}.sidebar{position:fixed;top:0;bottom:0;right:-350px;width:288px;height:100vh;height:100dvh;height:-webkit-fill-available;background:#fff;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:-4px 0 24px #00000026;border-radius:24px 0 0 24px;transition:right .3s ease;z-index:999;display:flex;flex-direction:column;overflow-y:auto}.sidebar--open{right:0}.sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 16px;border-bottom:none}.sidebar__title{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:24px;font-weight:600;color:#000;margin:0}.sidebar__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;color:#000;cursor:pointer;transition:opacity .2s;border-radius:8px}.sidebar__close:hover{opacity:.6}.sidebar__language{padding:0 24px 24px;border-bottom:none}.sidebar__menu{display:flex;flex-direction:column;padding:0 16px;gap:4px}.sidebar__menu-item{display:flex;align-items:center;gap:12px;padding:12px;background:transparent;border:none;color:#000;font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:500;text-align:left;cursor:pointer;transition:background-color .2s;text-decoration:none;border-radius:12px}.sidebar__menu-item:hover:not(.sidebar__menu-item--disabled){background-color:#0000000d}.sidebar__menu-item--disabled{opacity:.4;cursor:not-allowed}.sidebar__menu-icon{flex-shrink:0;width:24px;height:24px;color:#8b5cf6}.sidebar__menu-item--disabled .sidebar__menu-icon{color:#999}.sidebar__menu-text{flex:1}@media(max-width:768px){.sidebar-overlay{display:none}.sidebar{top:0;bottom:0;left:0;right:auto;width:100%;max-width:100%;height:auto;border-radius:0;transform:translate(100%);transition:transform .3s ease;padding-bottom:env(safe-area-inset-bottom,0)}.sidebar.sidebar--open{right:auto;transform:translate(0)}.sidebar__header{padding:20px 24px 16px;padding-top:max(20px,env(safe-area-inset-top,20px))}.sidebar__title{font-size:24px}.sidebar__language{padding:0 24px 20px}.sidebar__menu{padding:0 20px;padding-bottom:env(safe-area-inset-bottom,20px)}.sidebar__menu-item{padding:12px 16px;font-size:16px}}@media(max-width:480px){.sidebar-overlay{display:none}.sidebar{top:0;bottom:0;left:0;right:auto;width:100%;max-width:100%;height:auto;border-radius:0;transform:translate(100%);transition:transform .3s ease;padding-bottom:env(safe-area-inset-bottom,0)}.sidebar.sidebar--open{right:auto;transform:translate(0)}.sidebar__header{padding:16px 20px 12px;padding-top:max(16px,env(safe-area-inset-top,16px))}.sidebar__language{padding:0 20px 16px}.sidebar__menu{padding:0 16px;padding-bottom:env(safe-area-inset-bottom,16px)}.sidebar__menu-item{padding:12px;font-size:16px}}.stat-info-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000;display:flex;align-items:flex-end;justify-content:center;z-index:1000;padding:0}.stat-info-modal__container{position:relative;background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:440px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 -4px 24px #00000026}.stat-info-modal__content{display:flex;flex-direction:column;gap:12px}.stat-info-modal__title{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:600;font-size:24px;line-height:32px;color:#000;margin:0}.stat-info-modal__description{font-family:e-Ukraine,Inter,Segoe UI,system-ui,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#000;margin:0}.stat-info-modal__close-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;background:#6366f1;border:none;border-radius:16px;color:#fff;font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:600;font-size:18px;line-height:24px;cursor:pointer;transition:background-color .2s ease,transform .1s ease;width:100%;margin-top:8px}.stat-info-modal__close-button:hover{background:#5558e3}.stat-info-modal__close-button:active{transform:scale(.98)}.stat-info-modal__close-button svg{width:24px;height:24px}@media(max-width:480px){.stat-info-modal__container{padding:20px;max-width:100%}.stat-info-modal__title{font-size:20px;line-height:28px}.stat-info-modal__description{font-size:14px;line-height:20px}.stat-info-modal__close-button{padding:14px 28px;font-size:16px;line-height:22px}}.card{position:relative;width:440px;height:680px;max-height:70vh;background:#fff7ed;border-radius:10px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden;opacity:1;transition:transform .3s ease;-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:none}.card--dragging{z-index:10}.card--animating{z-index:10;transition:transform .3s ease}.card--disabled{opacity:.7;pointer-events:none}.card__container{position:relative;display:flex;flex-direction:column;flex:1;padding:24px 16px 0;overflow:hidden;z-index:1}.card__swipe-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:3}.card__swipe-overlay--yes{background:#4853fb}.card__swipe-overlay--no{background:#fd3905}.card__swipe-icon{position:absolute;left:50%;top:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease,transform .3s ease;pointer-events:none;z-index:4}.card__swipe-icon img{width:64px;height:64px;filter:brightness(0) invert(1)}.card--dragging .card__swipe-overlay,.card--dragging .card__swipe-icon{transition:none}.card__info{position:relative;z-index:2;display:flex;flex-direction:column;gap:20px;height:100%}.card__title{font-family:var(--primary-font-family, "Unbounded", sans-serif);font-weight:600;font-size:24px;line-height:36px;color:#2c2416;text-align:center;margin:0}.card__content{display:flex;flex-direction:column;gap:20px;flex:1;background:#fff;border-radius:16px;padding:16px 20px 20px;overflow:hidden}.card__image-container{display:flex;justify-content:center;align-items:center;flex-shrink:0;height:250px}.card__image{max-width:200px;max-height:100%;-o-object-fit:contain;object-fit:contain}.card-header{margin-bottom:16px}.card-title{font-size:1.25rem;font-weight:600;margin:0}.card-content{font-size:1rem;line-height:1.5;color:#4b5563}.card__description-container{display:flex;flex-direction:column;gap:16px}.card__description{font-family:var(--secondary-font-family, "e-Ukraine", sans-serif);font-weight:300;font-size:16px;line-height:24px;color:#1e2939;text-align:center;margin:0;white-space:pre-wrap}.card__controls{display:flex;height:64px;align-items:center;justify-content:center;border-bottom-left-radius:10px;border-bottom-right-radius:10px;flex-shrink:0;position:relative;z-index:2}.card__vote-button{flex:1;height:100%;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;transition:background-color .2s ease}.card__vote-button:hover:not(:disabled){background-color:#ffffff1a}.card__vote-button:active:not(:disabled){background-color:#fff3}.card__vote-button:disabled{cursor:not-allowed;opacity:.5}.card__vote-icon{width:32px;height:32px;flex-shrink:0}.card__controls-divider{width:2px;height:100%;background:#fff;flex-shrink:0}@media(max-width:480px){.card{width:100%;max-width:440px;height:auto;min-height:0}.card__container{padding:20px 12px 0}.card__title{font-size:20px;line-height:30px}.card__content{padding:12px 16px 16px}.card__image-container{height:250px}.card__image{max-width:200px}.card__description{font-size:16px;line-height:24px}}.card--swiping-left{transform:translate(-20px) rotate(-5deg);transition:transform .2s ease}.card--swiping-right{transform:translate(20px) rotate(5deg);transition:transform .2s ease}.card:has(.card__vote-button--yes:hover:not(:disabled)){transform:translate(10px) rotate(3deg)}.card:has(.card__vote-button--no:hover:not(:disabled)){transform:translate(-10px) rotate(-3deg)}@media(max-width:768px){.card:has(.card__vote-button--yes:hover:not(:disabled)),.card:has(.card__vote-button--no:hover:not(:disabled)){transform:none}}.stat-icon{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.stat-icon__container{position:relative;width:100%;height:100%}.stat-icon__background{position:absolute;top:0;left:0;width:100%;height:100%}.stat-icon__background svg{width:100%;height:100%}.stat-icon__fill{position:absolute;top:0;left:0;width:100%;height:100%}.stat-icon__fill svg{width:100%;height:100%}.menu-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;border:none;cursor:pointer;transition:opacity .2s}.menu-button:hover{opacity:.8}.menu-button__icon{display:flex;flex-direction:column;gap:6px;width:24px}.menu-button__line{display:block;width:100%;height:2px;background-color:#fff;border-radius:2px;transition:all .3s ease}.menu-button:hover .menu-button__line{background-color:#d0d0d0}.random-event-card{position:relative;width:100%;max-width:440px;display:flex;flex-direction:column;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.random-event-card__container{flex:1;display:flex;flex-direction:column}.random-event-card__info{flex:1;display:flex;flex-direction:column;padding:24px 16px 20px;gap:16px}.random-event-card__title{font-size:18px;font-weight:600;line-height:24px;color:#000;text-align:center;margin:0}.random-event-card__content{display:flex;flex-direction:column;gap:16px}.random-event-card__image-container{width:60%;max-width:200px;aspect-ratio:1;border-radius:10px;overflow:hidden;background:#f3f4f6;margin:0 auto}.random-event-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.random-event-card__description-container{padding:0}.random-event-card__description{font-size:16px;font-weight:400;line-height:22px;color:#1e2939;text-align:center;margin:0}.random-event-card__controls{display:flex;align-items:center;justify-content:center;padding:16px;border-top:1px solid #e5e7eb;background:#fff}.random-event-card__continue-button{width:100%;height:64px;display:flex;align-items:center;justify-content:center;padding:0 16px;background:#4853fb;color:#fff;font-size:16px;font-weight:600;line-height:28px;letter-spacing:1px;border:none;border-radius:10px;cursor:pointer;transition:background-color .2s ease}.random-event-card__continue-button:hover:not(:disabled){background:#3d47e0}.random-event-card__continue-button:disabled{opacity:.6;cursor:not-allowed}.game-page{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;background-color:#000}body.game-page-active,html.game-page-active,body.game-page-active #root{background-color:#000!important}.game-page__background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;background-color:#000}.game-page__background-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:.5}.game-page__background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0003,#0000001a,#0000004d)}.game-page__header-game{position:relative;z-index:10;width:100%;padding:24px;background:linear-gradient(to bottom,#000c,#0000);display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.game-page__header-spacer{width:48px;flex-shrink:0}.game-page__stats-bar{display:flex;align-items:flex-start;justify-content:center;flex:1}.game-page__stat{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;transition:all .3s ease;cursor:pointer;width:160px;min-width:64px;max-width:160px;padding:0 48px;box-sizing:border-box}.game-page__stat:hover{transform:scale(1.05)}.game-page__stat-icon-container{position:relative;width:64px;height:64px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.game-page__stat-icon{width:64px!important;height:64px!important}.game-page__stat-icon svg{width:64px!important;height:64px!important}.game-page__stat-value{display:flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:10px;font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#000;white-space:nowrap}.game-page__stat-value--green{background:#a0ce2e}.game-page__stat-value--yellow{background:#ffa735}.game-page__stat-value--red{background:#fd3905}.game-page__menu-button-wrapper{width:48px;height:48px;background:#ffffff1a;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.game-page__game-content{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;padding:64px 24px 24px;min-height:calc(100vh - 148px);flex:1}.game-page__loading{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:100vh;color:#fff;font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:18px}.game-page__header{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;padding:16px 24px;width:100%;max-width:1440px;margin:0 auto}.game-page__header-gradient{position:relative;z-index:10;width:100%;max-width:440px;margin:0 auto;padding:24px;background:linear-gradient(to bottom,#000c,#0000);display:flex;flex-direction:column;gap:16px;align-items:flex-end}.game-page__logo{width:189px;height:64px}.game-page__logo-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.game-page__menu-button{margin-top:0}.game-page__content{position:relative;z-index:1;min-height:calc(100vh - 180px);display:flex;align-items:center;justify-content:center;padding:16px 24px}.game-page__landing-screen{display:flex;flex-direction:column;align-items:center;gap:48px;max-width:1024px;width:100%;padding:0 24px}.game-page__carousel-container{width:100%;max-width:400px;height:auto;display:flex;justify-content:center;align-items:center}.game-page__carousel-image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.game-page__title{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:600;font-size:48px;line-height:60px;text-align:center;color:#fff;margin:0;max-width:100%}.game-page__actions{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:392px}.game-page__button{display:flex;align-items:center;justify-content:center;gap:12px;padding:0 16px;height:56px;border:none;border-radius:10px;font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:20px;font-weight:600;line-height:28px;text-decoration:none;cursor:pointer;transition:all .3s ease;letter-spacing:.5px;width:100%}.game-page__button--primary{background:#4853fb;color:#fff}.game-page__button--primary:hover{background:#3d47e0;transform:translateY(-2px);box-shadow:0 6px 12px #4853fb66}.game-page__button--primary:active{transform:translateY(0)}.game-page__button-text{color:#fff}.game-page__button-icon{width:24px;height:24px;flex-shrink:0}.game-page__secondary-buttons{display:flex;gap:16px;width:100%}.game-page__button--secondary{flex:1;background:#ffffff1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);color:#fff;font-size:16px;font-weight:500;letter-spacing:1px;box-shadow:0 4px 4px #00000040}.game-page__button--secondary:hover{background:#ffffff26;border-color:#fff6}.game-page__footer{position:relative;z-index:2;width:100%;padding:0;margin-top:auto}.game-page__footer-content{display:flex;flex-direction:column;align-items:center;gap:0;padding:0;max-width:1440px;margin:0 auto}.game-page__copyright{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#fff9;text-align:center;margin:0;padding:12px 0;width:100%}.game-page__credits{display:flex;align-items:center;justify-content:center;gap:0;padding:0 646px;background:#00000040;width:100%;height:32px}.game-page__credits-text{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#ffffff80;margin-right:4px}.game-page__credits-link{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#0dae88;cursor:pointer}@media(max-width:1024px){.game-page__title{font-size:36px;line-height:48px}.game-page__landing-screen{gap:48px}.game-page__carousel-container{max-width:300px}.game-page__credits{padding:0 24px}.game-page__header-game{padding:16px;gap:16px}.game-page__stat{width:140px;max-width:140px;padding:0 38px}}@media(max-width:768px){.game-page__header,.game-page__content{padding:16px}.game-page__landing-screen{gap:32px;padding:0}.game-page__title{font-size:28px;line-height:36px}.game-page__carousel-container{max-width:250px}.game-page__actions{max-width:100%}.game-page__secondary-buttons{flex-direction:column;gap:12px}.game-page__button{font-size:16px;height:48px}.game-page__credits{padding:8px 16px;flex-direction:column;height:auto}.game-page__header-game{flex-direction:row;align-items:center;gap:8px}.game-page__header-spacer{display:none}.game-page__stats-bar{width:100%;order:1;flex:1;min-width:0;flex-wrap:nowrap;justify-content:space-between;gap:4px}.game-page__stat{width:auto;max-width:none;min-width:40px;padding:0 4px;flex:0 0 auto}.game-page__stat-icon-container{width:36px;height:36px}.game-page__stat-icon{width:36px!important;height:36px!important}.game-page__stat-icon svg{width:36px!important;height:36px!important}.game-page__stat-value{font-size:10px;line-height:14px;padding:2px 4px;border-radius:8px}.game-page__menu-button-wrapper{order:2}.game-page__game-content{padding:24px 16px;align-items:flex-start;min-height:0}}@media(max-width:480px){.game-page__title{font-size:24px;line-height:32px}.game-page__carousel-container{max-width:200px}.game-page__button{font-size:14px;height:44px}.game-page__game-content{padding:16px 8px}}.character-card{aspect-ratio:300 / 510;max-width:240px;background:#fff;border:6px solid var(--border-color, #ffb1e0);border-radius:10px;display:flex;flex-direction:column;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.character-card--not-clickable{cursor:default}.character-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000001a}.character-card--selected{border-width:8px;transform:scale(1.02)}.character-card__image-container{flex:1;display:flex;align-items:center;justify-content:center;padding:12px;overflow:hidden;border-radius:12px 12px 0 0;background:#fff}.character-card__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center bottom;object-position:center bottom}.character-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0;font-size:48px;font-weight:700;color:#999}.character-card__footer{padding:12px 20px;display:flex;flex-direction:column;gap:4px;align-items:center;min-height:90px}.character-card__name{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:500;font-size:20px;line-height:28px;color:#2c2416;margin:0;text-align:center}.character-card__description{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:400;font-size:12px;line-height:18px;color:#4a5565;margin:0;text-align:center}.character-card__rating{display:flex;gap:4px;align-items:center;justify-content:center;margin-top:4px}.character-card__star{width:16px;height:16px;flex-shrink:0}@media(max-width:1024px){.character-card{aspect-ratio:280 / 480;max-width:220px}.character-card__name{font-size:18px;line-height:24px}.character-card__footer{padding:10px 16px;min-height:85px}}@media(max-width:768px){.character-card{aspect-ratio:300 / 510;max-width:300px;border-width:8px}.character-card__image-container{padding:16px}.character-card__name{font-size:24px;line-height:32px}.character-card__description{font-size:14px;line-height:20px}.character-card__footer{padding:16px 32px;min-height:112px}.character-card__star{width:20px;height:20px}.character-card:hover{transform:none;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}}@media(hover:none)and (pointer:coarse){.character-card:hover{transform:none;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}}.character-slider{position:relative;width:100%;max-width:976px;margin:0 auto}.character-slider__container{position:relative;width:100%;overflow:hidden}.character-slider__track{display:flex;gap:0;will-change:transform}.character-slider__slide{flex:0 0 100%;width:100%;min-width:0;display:flex;flex-direction:column;align-items:center;gap:24px;padding:0;box-sizing:border-box}.character-slider__button{position:absolute;top:50%;transform:translateY(-50%);width:64px;height:64px;background:#ffffff1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 4px 4px #00000040}.character-slider__button:hover:not(:disabled){background:#ffffff26;border-color:#fff6}.character-slider__button:disabled{opacity:.3;cursor:not-allowed}.character-slider__button--prev{left:0}.character-slider__button--next{right:0}.character-slider__indicators{display:flex;gap:8px;justify-content:center;align-items:center;margin-top:24px;height:8px}.character-slider__indicator{width:8px;height:8px;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:all .3s ease;padding:0}.character-slider__indicator--active{background:#fff;width:24px;border-radius:4px}.character-slider__indicator:hover{background:#fff9}@media(max-width:1024px){.character-slider__button{width:56px;height:56px}}.character-slider__select-button{background:#4853fb;border:none;border-radius:10px;padding:16px;width:100%;max-width:300px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;margin:24px auto 0}.character-slider__select-button:hover{background:#3d47e0;transform:translateY(-2px);box-shadow:0 6px 12px #4853fb66}.character-slider__select-button:active{transform:translateY(0)}.character-slider__select-button-text{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:500;font-size:20px;line-height:28px;color:#fff;text-align:center;letter-spacing:.5px}@media(max-width:768px){.character-slider__button{width:48px;height:48px}.character-slider__button svg{width:20px;height:20px}.character-slider__select-button{max-width:100%}.character-slider__button:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff4d}.character-slider__indicator:hover{background:#fff6}.character-slider__select-button:hover{background:#4853fb;transform:none;box-shadow:none}}@media(hover:none)and (pointer:coarse){.character-slider__button:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff4d}.character-slider__indicator:hover{background:#fff6}.character-slider__select-button:hover{background:#4853fb;transform:none;box-shadow:none}}.character-selection-page{position:relative;width:100%;min-height:100vh;overflow:hidden;background-color:#000}body.character-selection-active,html.character-selection-active,body.character-selection-active #root{background-color:#000!important}.character-selection-page__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-color:#000}.character-selection-page__background-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:.5}.character-selection-page__background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#0006,#0006)}.character-selection-page__header{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;padding:24px;width:100%;max-width:1440px;margin:0 auto}.character-selection-page__logo{width:142px;height:48px}.character-selection-page__logo-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.character-selection-page__menu-button{margin-top:0}.character-selection-page__content{position:relative;z-index:1;min-height:calc(100vh - 180px);display:flex;align-items:center;justify-content:center;padding:48px 24px}.character-selection-page__container{display:flex;flex-direction:column;align-items:center;gap:48px;max-width:1024px;width:100%}.character-selection-page__title{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:400;font-size:48px;line-height:60px;text-align:center;color:#fff;margin:0;white-space:nowrap}.character-selection-page__cards{width:100%;max-width:976px}.character-selection-page__cards--desktop{display:flex;align-items:center;justify-content:center;gap:15px;flex-wrap:nowrap}.character-selection-page__cards--desktop>*{flex:0 1 auto;min-width:0}.character-selection-page__cards--mobile{display:none}.character-selection-page__loading,.character-selection-page__empty{display:flex;align-items:center;justify-content:center;padding:48px;color:#fff;font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:18px}.character-selection-page__footer{position:relative;z-index:2;width:100%;padding:0;margin-top:auto}.character-selection-page__footer-content{display:flex;flex-direction:column;align-items:center;gap:0;padding:0;max-width:1440px;margin:0 auto}.character-selection-page__copyright{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#fff9;text-align:center;margin:0;padding:12px 0;width:100%}.character-selection-page__credits{display:flex;align-items:center;justify-content:center;gap:0;padding:0 646px;background:#00000040;width:100%;height:36px}.character-selection-page__credits-text{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#ffffff80;margin-right:4px}.character-selection-page__credits-link{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#0dae88;cursor:pointer}@media(max-width:1024px){.character-selection-page__container{gap:32px}.character-selection-page__title{font-size:36px;line-height:48px}.character-selection-page__cards{gap:16px}.character-selection-page__credits{padding:0 24px}}@media(max-width:768px){.character-selection-page__header{padding:16px}.character-selection-page__content{padding:32px 16px}.character-selection-page__container{gap:24px}.character-selection-page__title{font-size:28px;line-height:36px;white-space:normal}.character-selection-page__cards--desktop{display:none}.character-selection-page__cards--mobile{display:block}.character-selection-page__credits{padding:8px 16px;flex-direction:column;height:auto}}@media(max-width:480px){.character-selection-page__title{font-size:24px;line-height:32px}.character-selection-page__logo{width:120px;height:40px}}.stat-card{display:flex;gap:16px;align-items:flex-start;width:100%}.stat-card__icon{flex-shrink:0}.stat-card__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.stat-card__header{display:flex;justify-content:space-between;align-items:flex-start;height:20px}.stat-card__label{font-family:e-Ukraine,Inter,Segoe UI,system-ui,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#1e2939}.stat-card__value{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:700;font-size:12px;line-height:16px;color:#1e2939;text-align:right}.stat-card__progress-bar{width:100%;height:6px;background-color:#e5e7eb;border-radius:8px;overflow:hidden}.stat-card__progress-fill{height:100%;background-color:#0a9f82;border-radius:8px;transition:width .3s ease}.character-detail-page{position:relative;width:100%;min-height:100vh;overflow-x:hidden;background-color:#000}.character-detail-page__background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;background-color:#000}.character-detail-page__background-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:.5}.character-detail-page__background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#0006,#0006)}.character-detail-page__header{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;padding:24px;width:100%;max-width:1440px;margin:0 auto}.character-detail-page__logo{width:142px;height:48px}.character-detail-page__logo-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.character-detail-page__menu-button{margin-top:0}.character-detail-page__content{position:relative;z-index:1;min-height:calc(100vh - 180px);display:flex;align-items:center;justify-content:center;padding:48px 24px}.character-detail-page__container{max-width:1024px;width:100%}.character-detail-page__intro{background-color:#f3f4f6;border-radius:10px;padding:36px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;gap:48px;margin-bottom:48px}.character-detail-page__image-section{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:320px;margin:0 auto}.character-detail-page__image-wrapper{width:100%;aspect-ratio:480 / 600;background-color:#fff;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding-bottom:32px}.character-detail-page__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center bottom;object-position:center bottom}.character-detail-page__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:Unbounded,sans-serif;font-size:72px;color:#2c2416;background-color:#e5e7eb}.character-detail-page__name{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:500;font-size:36px;line-height:40px;color:#2c2416;margin:0;text-align:center}.character-detail-page__role{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:400;font-size:20px;line-height:28px;color:#9a00c1;margin:0;text-align:center}.character-detail-page__info-section{display:flex;flex-direction:column;gap:24px;flex:1}.character-detail-page__description{display:flex;flex-direction:column;gap:12px;font-family:e-Ukraine,Inter,Segoe UI,system-ui,sans-serif;font-size:16px;line-height:24px;color:#000}.character-detail-page__description-item{margin:0}.character-detail-page__description-label{font-weight:700}.character-detail-page__description-text{font-weight:300}.character-detail-page__stats{border:1px solid #d1d5dc;border-radius:10px;padding:24px 32px;display:flex;flex-direction:column;gap:16px}.character-detail-page__stats-title{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:600;font-size:20px;line-height:28px;color:#2c2416;margin:0}.character-detail-page__stats-list{display:flex;flex-direction:column;gap:12px;padding:16px 0}.character-detail-page__actions{display:flex;gap:48px;width:100%}.character-detail-page__button{height:60px;border-radius:10px;border:none;cursor:pointer;font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:600;font-size:20px;line-height:28px;letter-spacing:.5px;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 16px}.character-detail-page__button:hover{opacity:.9}.character-detail-page__button:active{opacity:.8}.character-detail-page__button--secondary{background-color:#e6e8f6;color:#1e2939;width:320px;flex-shrink:0}.character-detail-page__button--primary{background-color:#4853fb;color:#fff;flex:1}.character-detail-page__button-icon{width:24px;height:24px;flex-shrink:0}.character-detail-page__loading,.character-detail-page__error{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:#fff;font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:18px;gap:24px}.character-detail-page__back-button{padding:12px 24px;background-color:#4853fb;color:#fff;border:none;border-radius:8px;font-family:Unbounded,sans-serif;font-size:16px;cursor:pointer}@media(min-width:768px){.character-detail-page__intro{flex-direction:row;align-items:flex-start}.character-detail-page__image-section{max-width:320px;margin:0}.character-detail-page__info-section{flex:1;min-width:0}}@media(max-width:767px){.character-detail-page__header{padding:16px}.character-detail-page__content{padding:32px 16px}.character-detail-page__intro{padding:24px;gap:32px;margin-bottom:24px}.character-detail-page__image-section{max-width:100%}.character-detail-page__name{font-size:28px;line-height:36px}.character-detail-page__role{font-size:18px;line-height:24px}.character-detail-page__stats{padding:20px 24px}.character-detail-page__actions{flex-direction:column;gap:16px}.character-detail-page__button{width:100%;height:60px;min-height:60px}.character-detail-page__button--secondary{width:100%}}@media(max-width:480px){.character-detail-page__logo{width:120px;height:40px}.character-detail-page__intro{padding:16px}.character-detail-page__name{font-size:24px;line-height:32px}.character-detail-page__role{font-size:16px;line-height:22px}.character-detail-page__description{font-size:14px;line-height:20px}.character-detail-page__stats{padding:16px}.character-detail-page__stats-title{font-size:18px;line-height:24px}}.stats-onboarding{position:relative;width:100%;min-height:0;height:100%;overflow:hidden;background-color:#000;display:flex;flex-direction:column}body.stats-onboarding-active,html.stats-onboarding-active,body.stats-onboarding-active #root{background-color:#000!important}.stats-onboarding__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-color:#000}.stats-onboarding__background-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:.5}.stats-onboarding__background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#0006,#0006)}.stats-onboarding__content{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;height:100%}.stats-onboarding__header{padding:24px;background:linear-gradient(to bottom,#000c,#0000)}.stats-onboarding__stats-bar{display:flex;align-items:flex-start;justify-content:center;gap:48px;max-width:800px;margin:0 auto}.stats-onboarding__stat{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;transition:all .3s ease}.stats-onboarding__stat--inactive{opacity:.25}.stats-onboarding__stat--active{opacity:1}.stats-onboarding__stat--active:before{content:"";position:absolute;top:-16px;left:50%;transform:translate(-50%);width:94px;height:57px;background:radial-gradient(ellipse at center,#ffffff4d,#fff0 70%);pointer-events:none;animation:pulse 2s ease-in-out infinite;z-index:1}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.stats-onboarding__stat-icon-container{position:relative;width:64px;height:64px;display:flex;align-items:center;justify-content:center}.stats-onboarding__stat-icon{width:100%;height:100%}.stats-onboarding__stat-value{display:flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:10px;font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#000}.stats-onboarding__stat-value--green{background:#a0ce2e}.stats-onboarding__stat-value--yellow{background:#ffa735}.stats-onboarding__stat-value--red{background:#fd3905}.stats-onboarding__tooltip{position:absolute;max-width:192px;padding:16px 20px;background:#fff;border-radius:10px;box-shadow:0 25px 50px -12px #00000040;animation:fadeIn .3s ease;z-index:10;width:-moz-max-content;width:max-content}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.stats-onboarding__tooltip-arrow{position:absolute;top:-8px;width:16px;height:16px;background:#fff;transform:rotate(45deg)}.stats-onboarding__tooltip-title{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:600;font-size:16px;line-height:20px;color:#2c2416;margin:0 0 12px}.stats-onboarding__tooltip-description{font-family:e-Ukraine,Inter,Segoe UI,system-ui,sans-serif;font-size:14px;line-height:22.75px;color:#2c2416;margin:0}.stats-onboarding__button{position:absolute;bottom:96px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 32px;background:#4853fb;border:none;border-radius:10px;font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:20px;font-weight:600;line-height:28px;color:#fff;letter-spacing:.5px;cursor:pointer;transition:all .3s ease}.stats-onboarding__button:hover{background:#3d47e0;transform:translate(-50%) translateY(-2px);box-shadow:0 6px 12px #4853fb66}.stats-onboarding__button:active{transform:translate(-50%) translateY(0)}.stats-onboarding__button-text{color:#fff}.stats-onboarding__button-icon{width:24px;height:24px;flex-shrink:0}@media(max-width:1024px){.stats-onboarding__stats-bar{gap:32px}}@media(max-width:768px){.stats-onboarding__header{padding:12px}.stats-onboarding__stats-bar{width:100%;justify-content:space-between;gap:6px;flex-wrap:nowrap;max-width:100%}.stats-onboarding__stat{flex:0 0 auto;min-width:44px}.stats-onboarding__stat-icon-container{width:40px;height:40px}.stats-onboarding__stat-value{font-size:11px;line-height:14px;padding:2px 5px}.stats-onboarding__tooltip{max-width:calc(100% - 48px)}.stats-onboarding__button{bottom:48px;font-size:16px;padding:12px 24px}}.stats-bar{display:flex;justify-content:space-between;align-items:flex-start;gap:0;width:100%}.stats-bar__item{display:flex;flex-direction:column;align-items:center;gap:6.4px;flex:1 0 0;max-width:90px;min-width:60px;padding:0 8px;transition:opacity .3s ease}.stats-bar__item--inactive{opacity:.2}.stats-bar__icon-container{position:relative;width:64px;height:51.2px;display:flex;align-items:center;justify-content:center}.stats-bar__icon-background{position:absolute;width:64px;height:64px;top:0;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;overflow:hidden}.stats-bar__icon-background svg{width:32px;height:32px}.stats-bar__icon-fill{position:absolute;width:51.2px;height:24px;bottom:0;left:50%;transform:translate(-50%);display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.stats-bar__icon-fill svg{width:32px;height:32px;position:absolute;bottom:0}.stats-bar__value{display:flex;align-items:center;justify-content:center;padding:3.2px 6.4px;border-radius:8px;font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-weight:500;font-size:11.2px;line-height:16px;color:#000;white-space:nowrap}@media(max-width:480px){.stats-bar__item{padding:0 20px}}@media(max-width:375px){.stats-bar__item{padding:0 12px;max-width:80px}.stats-bar__icon-container{width:48px;height:40px}.stats-bar__icon-background{width:48px;height:48px}.stats-bar__icon-background svg{width:24px;height:24px}.stats-bar__icon-fill{width:38px;height:18px}.stats-bar__icon-fill svg{width:24px;height:24px}.stats-bar__value{padding:2px 4px;font-size:10px;line-height:14px}}.card-preview{position:relative;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.card-preview__stats-layer{position:absolute;top:0;left:0;right:0;z-index:1;display:flex;justify-content:center;padding:24px;opacity:.2;pointer-events:none}.card-preview__header{position:absolute;top:0;left:0;right:0;z-index:3;display:flex;justify-content:flex-end;padding:24px;pointer-events:none;background:linear-gradient(180deg,#000c,#0000)}.card-preview__stats-bar{max-width:800px}.card-preview__menu-button{pointer-events:auto}.card-preview__menu-button-surface{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:12px}.card-preview__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.card-preview__background-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-preview__background-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0006,#0009)}.card-preview__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:24px;max-width:100%;max-height:100vh}.card-preview__title{font-family:var(--primary-font-family, "Unbounded", sans-serif);font-weight:500;font-size:24px;line-height:32px;color:#fff;text-align:center;margin:0}.card-preview__subtitle{font-family:var(--primary-font-family, "Unbounded", sans-serif);font-weight:400;font-size:18px;line-height:28px;color:#fffc;text-align:center;max-width:345px;margin:0}.card-preview__swipe-hint{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;height:48px;width:204px;flex-shrink:0}.card-preview__swipe-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-preview__swipe-icon svg{width:100%;height:100%}.card-preview__swipe-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:56px;height:17px}.card-preview__swipe-arrow-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.card-preview__swipe-arrow-img--flipped{transform:scaleX(-1)}@media(max-width:768px){.card-preview__content{gap:16px;padding:24px}.card-preview__title{font-size:20px;line-height:28px}.card-preview__subtitle{font-size:16px;line-height:24px;max-width:100%;padding:0 10px}.card-preview__swipe-hint{width:180px;height:56px}.card-preview__swipe-icon{width:40px;height:40px}.card-preview__swipe-arrow--left,.card-preview__swipe-arrow--right{width:48px;height:15px}.card-preview__swipe-arrow svg{width:100%;height:100%}.card-preview__swipe-icon svg{width:100%;height:100%}}@media(max-width:480px){.card-preview__content{gap:12px}.card-preview__title{font-size:18px;line-height:26px}.card-preview__subtitle{font-size:14px;line-height:22px}}body:has(.card-preview){background-color:#000}html:has(.card-preview){background-color:#000}.test-mobile-page{position:relative;width:100%;min-height:100vh;overflow:hidden;background-color:#000;background-image:url(/game-city-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}body.test-mobile-page-active,html.test-mobile-page-active,body.test-mobile-page-active #root{background-color:#000!important}.test-mobile-page__header{position:relative;z-index:10;width:100%;max-width:440px;margin:0 auto;padding:24px;background:linear-gradient(to bottom,#000c,#0000);display:flex;flex-direction:column;gap:16px;align-items:flex-end}.test-mobile-page__menu-button{width:48px;height:48px;background:#ffffff1a;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:12px;display:flex;align-items:center;justify-content:center}.test-mobile-page__stats-bar{width:100%}.test-mobile-page__content{position:relative;z-index:1;min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:16px 24px}.test-mobile-page__info{text-align:center;color:#fff;background:#00000080;padding:32px;border-radius:16px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.test-mobile-page__info h1{font-family:Unbounded,Inter,Segoe UI,system-ui,sans-serif;font-size:28px;font-weight:600;margin:0 0 16px}.test-mobile-page__info p{font-family:e-Ukraine,Inter,Segoe UI,system-ui,sans-serif;font-size:16px;line-height:24px;margin:0}@media(max-width:768px){.test-mobile-page__header{padding:20px}.test-mobile-page__content{padding:16px}.test-mobile-page__info{padding:24px}.test-mobile-page__info h1{font-size:24px}.test-mobile-page__info p{font-size:14px;line-height:20px}}@media(max-width:480px){.test-mobile-page__header{padding:16px}.test-mobile-page__info{padding:20px}.test-mobile-page__info h1{font-size:20px}}/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-blue-50:oklch(97% .014 254.604);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-black:#000;--color-white:#fff;--spacing:.25rem;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-lg:.5rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentColor}::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.right-1\/2{right:50%}.bottom-full{bottom:100%}.left-1\/2{left:50%}.z-10{z-index:10}.mt-\[16px\]{margin-top:16px}.flex{display:flex}.hidden{display:none}.inline{display:inline}.\!h-full{height:100%!important}.h-\[8px\]{height:8px}.h-\[12px\]{height:12px}.h-\[28px\]{height:28px}.h-\[56px\]{height:56px}.h-\[64px\]{height:64px}.h-\[96px\]{height:96px}.h-full{height:100%}.\!w-full{width:100%!important}.w-\[0\%\]{width:0%}.w-\[1\%\]{width:1%}.w-\[2\%\]{width:2%}.w-\[2px\]{width:2px}.w-\[3\%\]{width:3%}.w-\[4\%\]{width:4%}.w-\[5\%\]{width:5%}.w-\[6\%\]{width:6%}.w-\[7\%\]{width:7%}.w-\[8\%\]{width:8%}.w-\[9\%\]{width:9%}.w-\[10\%\]{width:10%}.w-\[11\%\]{width:11%}.w-\[12\%\]{width:12%}.w-\[13\%\]{width:13%}.w-\[14\%\]{width:14%}.w-\[15\%\]{width:15%}.w-\[16\%\]{width:16%}.w-\[17\%\]{width:17%}.w-\[18\%\]{width:18%}.w-\[19\%\]{width:19%}.w-\[20\%\]{width:20%}.w-\[21\%\]{width:21%}.w-\[22\%\]{width:22%}.w-\[23\%\]{width:23%}.w-\[24\%\]{width:24%}.w-\[25\%\]{width:25%}.w-\[26\%\]{width:26%}.w-\[27\%\]{width:27%}.w-\[28\%\]{width:28%}.w-\[29\%\]{width:29%}.w-\[30\%\]{width:30%}.w-\[31\%\]{width:31%}.w-\[32\%\]{width:32%}.w-\[33\%\]{width:33%}.w-\[34\%\]{width:34%}.w-\[35\%\]{width:35%}.w-\[36\%\]{width:36%}.w-\[37\%\]{width:37%}.w-\[38\%\]{width:38%}.w-\[39\%\]{width:39%}.w-\[40\%\]{width:40%}.w-\[41\%\]{width:41%}.w-\[42\%\]{width:42%}.w-\[43\%\]{width:43%}.w-\[44\%\]{width:44%}.w-\[45\%\]{width:45%}.w-\[46\%\]{width:46%}.w-\[47\%\]{width:47%}.w-\[48\%\]{width:48%}.w-\[49\%\]{width:49%}.w-\[50\%\]{width:50%}.w-\[51\%\]{width:51%}.w-\[52\%\]{width:52%}.w-\[53\%\]{width:53%}.w-\[54\%\]{width:54%}.w-\[55\%\]{width:55%}.w-\[56\%\]{width:56%}.w-\[57\%\]{width:57%}.w-\[58\%\]{width:58%}.w-\[59\%\]{width:59%}.w-\[60\%\]{width:60%}.w-\[61\%\]{width:61%}.w-\[62\%\]{width:62%}.w-\[63\%\]{width:63%}.w-\[64\%\]{width:64%}.w-\[64px\]{width:64px}.w-\[65\%\]{width:65%}.w-\[66\%\]{width:66%}.w-\[67\%\]{width:67%}.w-\[68\%\]{width:68%}.w-\[69\%\]{width:69%}.w-\[70\%\]{width:70%}.w-\[71\%\]{width:71%}.w-\[72\%\]{width:72%}.w-\[73\%\]{width:73%}.w-\[74\%\]{width:74%}.w-\[75\%\]{width:75%}.w-\[76\%\]{width:76%}.w-\[77\%\]{width:77%}.w-\[78\%\]{width:78%}.w-\[79\%\]{width:79%}.w-\[80\%\]{width:80%}.w-\[81\%\]{width:81%}.w-\[82\%\]{width:82%}.w-\[83\%\]{width:83%}.w-\[84\%\]{width:84%}.w-\[85\%\]{width:85%}.w-\[86\%\]{width:86%}.w-\[87\%\]{width:87%}.w-\[88\%\]{width:88%}.w-\[89\%\]{width:89%}.w-\[90\%\]{width:90%}.w-\[91\%\]{width:91%}.w-\[92\%\]{width:92%}.w-\[93\%\]{width:93%}.w-\[94\%\]{width:94%}.w-\[95\%\]{width:95%}.w-\[96\%\]{width:96%}.w-\[96px\]{width:96px}.w-\[97\%\]{width:97%}.w-\[98\%\]{width:98%}.w-\[99\%\]{width:99%}.w-\[100\%\],.w-full{width:100%}.max-w-\[200px\]{max-width:200px}.max-w-\[440px\]{max-width:440px}.min-w-0{min-width:calc(var(--spacing)*0)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.origin-left{transform-origin:0}.origin-right{transform-origin:100%}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-\[4px\]{gap:4px}.gap-\[8px\]{gap:8px}.gap-\[12px\]{gap:12px}.gap-\[16px\]{gap:16px}.gap-\[20px\]{gap:20px}.gap-\[24px\]{gap:24px}.overflow-hidden{overflow:hidden}.rounded-\[10px\]{border-radius:10px}.rounded-\[16px\]{border-radius:16px}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-l-\[10px\]{border-top-left-radius:10px;border-bottom-left-radius:10px}.rounded-r-\[10px\]{border-top-right-radius:10px;border-bottom-right-radius:10px}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-blue-600{border-color:var(--color-blue-600)}.bg-\[\#4853fb\]{background-color:#4853fb}.bg-\[\#a0ce2e\]{background-color:#a0ce2e}.bg-\[\#e5e7eb\]{background-color:#e5e7eb}.bg-\[\#f3f4f6\]{background-color:#f3f4f6}.bg-\[\#fd3905\]{background-color:#fd3905}.bg-\[\#ffa735\]{background-color:#ffa735}.bg-black{background-color:var(--color-black)}.bg-blue-600{background-color:var(--color-blue-600)}.bg-gray-600{background-color:var(--color-gray-600)}.bg-white{background-color:var(--color-white)}.object-contain{-o-object-fit:contain;object-fit:contain}.px-4{padding-inline:calc(var(--spacing)*4)}.px-\[10px\]{padding-inline:10px}.px-\[16px\]{padding-inline:16px}.px-\[20px\]{padding-inline:20px}.py-2{padding-block:calc(var(--spacing)*2)}.py-\[6px\]{padding-block:6px}.pt-\[20px\]{padding-top:20px}.pt-\[24px\]{padding-top:24px}.pb-\[20px\]{padding-bottom:20px}.pb-\[32px\]{padding-bottom:32px}.text-center{text-align:center}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[24px\]{font-size:24px}.leading-\[16px\]{--tw-leading:16px;line-height:16px}.leading-\[20px\]{--tw-leading:20px;line-height:20px}.leading-\[22px\]{--tw-leading:22px;line-height:22px}.leading-\[24px\]{--tw-leading:24px;line-height:24px}.leading-\[28px\]{--tw-leading:28px;line-height:28px}.leading-\[32px\]{--tw-leading:32px;line-height:32px}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[1px\]{--tw-tracking:1px;letter-spacing:1px}.break-words{overflow-wrap:break-word}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.text-\[\#1e2939\]{color:#1e2939}.text-\[\#343cff\]{color:#343cff}.text-\[\#475569\]{color:#475569}.text-\[\#a0ce2e\]{color:#a0ce2e}.text-\[\#fd3905\]{color:#fd3905}.text-black{color:var(--color-black)}.text-blue-600{color:var(--color-blue-600)}.text-white{color:var(--color-white)}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow-\[0px_25px_50px_-12px_rgba\(0\,0\,0\,0\.25\)\]{--tw-shadow:0px 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}@media(hover:hover){.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}.hover\:bg-\[\#3d47e0\]:hover{background-color:#3d47e0}.hover\:bg-blue-50:hover{background-color:var(--color-blue-50)}.hover\:bg-blue-700:hover{background-color:var(--color-blue-700)}.hover\:bg-gray-700:hover{background-color:var(--color-gray-700)}}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-60:disabled{opacity:.6}}html,body,#root{height:100%}html,body{overflow:hidden auto}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}
