.language-switcher{display:flex;gap:0;padding:2px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#fff3;border-radius:8px;width:136px;height:36px;align-items:center}.language-switcher__button{flex:1;padding:0;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;text-align:center;font-family:var(--Primary-Font-family, "Unbounded"),"Inter","Segoe UI",system-ui,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;height:32px;min-width:0;color:#fffc;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:600}.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;width:195px;height:332px}.carousel__card--blue{border-color:#55b9f4;width:195px;height:332px}.carousel__card--pink{border-color:#ffb1e0;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:24px;padding:48px 36px 36px;border-radius:10px}.modal__info{display:flex;flex-direction:column;gap:24px}.modal__title{font-family:var(--Primary-Font-family, "Unbounded"),"Inter","Segoe UI",system-ui,sans-serif;font-weight:600;font-size:28px;font-style:normal;line-height:32px;color:var(--Blue-500, #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:0 16px;height:48px;min-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 24px;gap:20px}.modal__title{font-size:24px;line-height:28px}.modal__info{gap:20px}}@media(max-width:480px){.modal__content{padding:32px 24px 24px;gap:16px}.modal__title{font-size:20px;line-height:24px}.modal__info{gap:16px}}.rules-modal__text-container{display:flex;flex-direction:column;gap:12px}.rules-modal__text{font-family:var(--Secondary-Font-family, "e-Ukraine"),"Inter","Segoe UI",system-ui,sans-serif;font-size:14px;font-style:normal;font-weight:300;line-height:24px;color:var(--Black-500, #000);margin:0}.rules-modal__text--bold,.rules-modal__text.rules-modal__text--bold{font-family:var(--Secondary-Font-family, "e-Ukraine"),"Inter","Segoe UI",system-ui,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:24px;color:var(--Black-500, #000)}.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;display:flex;flex-direction:column}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;overflow:hidden}.home-page__background-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:1;will-change:transform;position:relative;z-index:0}.home-page__background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:1}.home-page__gradient-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#00000080,#0003,#000000a6);pointer-events:none}.home-page__header{position:static;z-index:3;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:3;flex:1;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:-moz-fit-content;width:fit-content;min-width:392px;max-width:100%}.home-page__actions--with-continue{width:-moz-fit-content;width:fit-content;min-width:560px;max-width:100%}.home-page__primary-buttons{display:flex;gap:16px;width:100%}.home-page__primary-buttons .home-page__button{flex:1 1 0;min-width:0;width:auto}.home-page__actions--with-continue .home-page__primary-buttons .home-page__button{min-width:270px}.home-page__button{display:flex;align-items:center;justify-content:center;gap:12px;padding:0 16px;height:60px;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%;white-space:nowrap}.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;white-space:nowrap}.home-page__button-icon{width:24px;height:24px;flex-shrink:0}.home-page__secondary-buttons{display:flex;gap:16px;width:100%}.home-page__secondary-buttons .home-page__button--secondary{flex:1 1 0;min-width:0}.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:600;letter-spacing:1px;box-shadow:0 4px 4px #00000040;height:48px;min-height:48px;touch-action:manipulation;cursor:pointer}.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;justify-content: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;flex-direction:row;align-items:center;justify-content:center;gap:0;padding:0 24px;background:#00000040;width:100%;height:32px;white-space:nowrap;flex-wrap:nowrap}.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;white-space:nowrap;display:inline-block}.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;white-space:nowrap;display:inline-block;text-decoration:none;transition:opacity .2s ease}.home-page__credits-link:hover{opacity:.8;text-decoration:underline}@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{min-height:100vh;min-height:100dvh}.home-page__header{padding:16px}.home-page__logo{width:140px;height:48px}.home-page__language-switcher .language-switcher{width:136px;height:36px;padding:2px}.home-page__language-switcher .language-switcher__button{height:32px;font-size:14px;line-height:20px}.home-page__content{padding:0 16px;flex:1}.home-page__landing-screen{gap:32px;padding:0;width:100%}.home-page__actions{width:100%;min-width:0;max-width:100%}.home-page__primary-buttons{flex-direction:column;width:100%}.home-page__actions--with-continue .home-page__primary-buttons{flex-direction:row}.home-page__primary-buttons .home-page__button{width:100%;min-width:0}.home-page__actions--with-continue .home-page__primary-buttons .home-page__button{min-width:0;flex:1 1 0}.home-page__secondary-buttons{width:100%}.home-page__title{font-size:28px;line-height:36px}.home-page__carousel-container{max-width:250px}.home-page__button{font-size:18px;height:60px;min-height:60px;line-height:26px;padding:0 16px}.home-page__button--secondary{height:48px;min-height:48px;font-size:14px;line-height:20px;padding:0 12px}.home-page__credits{padding:0 16px;height:32px}.home-page__copyright{font-size:14px;line-height:20px;padding:12px 0}.home-page__credits-text,.home-page__credits-link{font-size:14px;line-height:20px}}@media(max-width:480px){.home-page__logo{width:120px;height:40px}.home-page__language-switcher .language-switcher{width:136px;height:36px;padding:2px}.home-page__language-switcher .language-switcher__button{height:32px;font-size:14px;line-height:20px}.home-page__title{font-size:28px;line-height:36px}.home-page__carousel-container{max-width:200px}.home-page__primary-buttons{flex-direction:column}.home-page__actions--with-continue .home-page__primary-buttons{flex-direction:row}.home-page__primary-buttons .home-page__button{width:100%}.home-page__actions--with-continue .home-page__primary-buttons .home-page__button{width:auto;flex:1 1 0}.home-page__primary-buttons .home-page__button-icon{display:none}.home-page__button{font-size:17px;height:60px;min-height:60px;line-height:24px}.home-page__button--secondary{height:48px;min-height:48px;font-size:13px;line-height:18px;padding:0 10px}}@media(max-width:360px){.home-page__actions--with-continue .home-page__primary-buttons{flex-direction:row}.home-page__actions--with-continue .home-page__primary-buttons .home-page__button{flex:1 1 0;min-width:0}.home-page__logo{width:100px;height:34px}.home-page__language-switcher .language-switcher{width:136px;height:36px;padding:2px}.home-page__language-switcher .language-switcher__button{height:32px;font-size:14px;line-height:20px}.home-page__title{font-size:24px;line-height:32px}.home-page__carousel-container{max-width:180px}.home-page__button{font-size:16px;height:60px;min-height:60px;line-height:22px}.home-page__button--secondary{height:48px;min-height:48px;font-size:12px;line-height:18px;padding:0 8px}.home-page__copyright,.home-page__credits-text,.home-page__credits-link{font-size:13px;line-height:20px}}.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{color:var(--Black-400, #2c2416);font-family:var(--Primary-Font-family, "Unbounded"),"Inter","Segoe UI",system-ui,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:32px;margin:0}.sidebar__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:#ffffff1a;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:none;color:#000;cursor:pointer;transition:all .2s;border-radius:12px}.sidebar__close:hover{background:#ffffff26;opacity:1}.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:#ffffff1a;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);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:all .2s;text-decoration:none;border-radius:12px}.sidebar__menu-item:hover:not(.sidebar__menu-item--disabled){background:#ffffff26}.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;color:var(--Black-400, #2c2416);font-family:var(--Primary-Font-family, "Unbounded"),sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px}@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;min-height:0;max-height:min(800px,calc(100vh - 180px));height:auto;border-radius:var(--Croners-Default, 10px);background:var(--Yellow-100, #fff7ed);box-shadow:0 25px 50px -12px var(--black-50025, rgba(0, 0, 0, .25));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;min-height:0;max-height:100%}.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;flex:1;gap:20px;min-height:0}.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;flex-shrink:0}.card__content{display:flex;flex-direction:column;flex:1;gap:20px;background:#fff;border-radius:16px;padding:16px 20px 20px;overflow-y:auto;overflow-x:hidden;min-height:0;-webkit-overflow-scrolling:touch;max-height:100%}.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;flex-shrink:0}.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;flex-shrink:0;font-style:normal}.card__description p,.card__description ul,.card__description ol{margin:0 0 .5em}.card__description p:last-child,.card__description ul:last-child,.card__description ol:last-child{margin-bottom:0}.card__description ul{list-style:disc;padding-left:1.25rem}.card__description ol{list-style:decimal;padding-left:1.25rem}.card__description li{margin:.25em 0}.card__description strong{font-weight:600}.card__description em{font-style:italic}.card__description a{color:#4853fb;text-decoration:underline}.card__description del{text-decoration:line-through}.card__description u{text-decoration:underline}.card__controls{display:flex;flex-direction:column;border-bottom-left-radius:10px;border-bottom-right-radius:10px;flex-shrink:0;position:relative;z-index:2;gap:0;overflow:hidden;padding:8px 16px 16px}.card__vote-button{box-sizing:border-box;height:64px;min-height:64px;display:flex;align-items:center;gap:12px;padding:16px 20px;border:none;cursor:pointer;overflow:hidden;transition:background-color .2s ease,opacity .2s ease;font-family:var(--Secondary-Font-family, "e-Ukraine", sans-serif);font-weight:300;font-size:14px;line-height:normal;color:var(--Black-300, #1e2939);position:relative;width:100%}.card__vote-button--no{background:transparent;justify-content:flex-start}.card__vote-button--yes{background:transparent;justify-content:flex-end;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.card__vote-button:hover:not(:disabled){opacity:.9}.card__vote-button:active:not(:disabled){opacity:.8}.card__vote-button:disabled{cursor:not-allowed;opacity:.5}.card__vote-button-text{flex:1;min-width:0;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;color:var(--Black-300, #1e2939);font-family:var(--Secondary-Font-family, "e-Ukraine", sans-serif);font-size:14px;font-style:normal;font-weight:300;line-height:normal}.card__vote-button--no .card__vote-button-text{text-align:left;padding-left:8px}.card__vote-button--yes .card__vote-button-text{text-align:right;padding-right:8px}.card__vote-icon-wrapper{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:14px;flex-shrink:0}.card__vote-button--no .card__vote-icon-wrapper{background:#fc5278}.card__vote-button--yes .card__vote-icon-wrapper{background:#4e42b0}.card__vote-icon{width:24px;height:24px;flex-shrink:0}.card__controls-divider{flex-shrink:0;width:100%;height:1px;background:var(--Blue-Gray-300, #e5e7eb);margin:0}@media(max-width:480px){.card{width:100%;min-width:100%;max-width:none;height:auto}.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__vote-button{padding:10px 12px;font-size:14px;line-height:20px;gap:8px}.card__vote-icon-wrapper{width:44px;height:44px;border-radius:22px}.card__vote-icon{width:26px;height:26px}}@media(max-height:700px){.card__image-container{height:200px}.card__image{max-height:80%}}@media(max-width:400px){.card__image-container{height:180px}.card__image{max-width:160px}}.card--swiping-left{transform:translate(-20px) rotate(-5deg);transition:transform .2s ease}.card--swiping-right{transform:translate(20px) rotate(5deg);transition:transform .2s ease}.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}.stat-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:16px;background-color:#f3f4f6;border:none;transition:transform .2s ease}.stat-badge__icon{flex-shrink:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.stat-badge__icon .stat-icon{width:16px;height:16px}.stat-badge__icon .stat-icon svg{width:16px;height:16px}.stat-badge__label{font-size:14px;font-weight:500;line-height:18px;color:#1e2939;letter-spacing:-.01em;white-space:nowrap}.stat-badge__value{font-size:14px;font-weight:700;line-height:18px;flex-shrink:0;letter-spacing:-.01em;white-space:nowrap}.stat-badge__value--positive{color:#0a9f82}.stat-badge__value--negative{color:#fd3905}.random-event-card{position:relative;width:100%;max-width:408px;max-height:calc(100vh - 180px);display:flex;flex-direction:column;min-height:0;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.random-event-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff7f0;z-index:-1;border-radius:10px}.random-event-card__container{flex:1;min-height:0;padding:24px 16px 20px;display:flex;gap:24px;flex-direction:column;background:#fdece4;overflow:hidden}.random-event-card__info{flex:1;min-height:0;display:flex;flex-direction:column;padding:16px 20px 20px;gap:16px;border-radius:16px;background-color:#fff;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.random-event-card__title{flex-shrink:0;font-size:24px;font-weight:600;color:#000;text-align:center;margin:0;font-style:normal;line-height:36px}.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:transparent;margin:0 auto}.random-event-card__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.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__description p,.random-event-card__description ul,.random-event-card__description ol{margin:0 0 .5em}.random-event-card__description p:last-child,.random-event-card__description ul:last-child,.random-event-card__description ol:last-child{margin-bottom:0}.random-event-card__description ul{list-style:disc;padding-left:1.25rem}.random-event-card__description ol{list-style:decimal;padding-left:1.25rem}.random-event-card__description li{margin:.25em 0}.random-event-card__description strong{font-weight:600}.random-event-card__description em{font-style:italic}.random-event-card__description a{color:#4853fb;text-decoration:underline}.random-event-card__description del{text-decoration:line-through}.random-event-card__description u{text-decoration:underline}.random-event-card__controls{flex-shrink:0;display:flex;align-items:center;justify-content:center;border-top:1px solid #e5e7eb;background:#fff;overflow:hidden}.random-event-card__continue-button{width:100%;height:60px;display:flex;align-items:center;justify-content:center;padding:0 16px;background:#4853fb;color:var(--White-500, #fff);text-align:center;font-family:var(--Primary-Font-family, "Unbounded"),sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:1px;border:none;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}.random-event-card__badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:16px;width:100%}.game-page{position:relative;width:100%;height:100vh;height:100svh;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;overflow:hidden;background-color:#000}html.game-page-active{background-color:#000!important;overflow:hidden!important;height:100svh!important;min-height:100svh!important;overscroll-behavior:none!important}body.game-page-active{background-color:#000!important;overflow:hidden!important;height:100%!important;overscroll-behavior:none!important}body.game-page-active #root{background-color:#000!important;overflow:hidden!important;height:100%!important}@supports (-webkit-touch-callout: none){body.game-page-active,html.game-page-active{position:fixed!important;width:100%!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;flex-direction:row;flex-wrap:nowrap}.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 40px;flex:1;overflow:hidden;min-height:0;max-height:100%}.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__stats-bar{min-width:0}.game-page__stat{width:140px;max-width:140px;padding:0 38px}}@media(max-width:900px){.game-page__header-game{flex-wrap:nowrap;align-items:center;gap:8px}.game-page__header-spacer{display:none}.game-page__stats-bar{order:1;width:100%;flex:1 1 auto;justify-content:space-between;gap:4px}.game-page__stat{width:104px;max-width:104px;padding:0 16px}.game-page__menu-button-wrapper{order:2;margin-left:auto}}@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:stretch;min-height:calc(100svh - 100px)}.game-page__game-content>*{display:flex;flex:1;min-height:0;min-width:0;justify-content:center;align-items:stretch}.game-page__game-content .card,.game-page__game-content .game-stats-card,.game-page__game-content .random-event-card,.game-page__game-content .game-end-screen{flex:1;min-height:0;max-height:none;width:100%;max-width:440px}}@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}}@media(max-width:768px){.game-stats-card{max-height:calc(100svh - 120px);display:flex;flex-direction:column;min-height:0}.game-stats-card__scroll{min-height:0;-webkit-overflow-scrolling:touch}.random-event-card{max-height:calc(100svh - 180px);display:flex;flex-direction:column;min-height:0}.random-event-card__container{flex:1;min-height:0}}.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:hover .character-card__image{transform:scale(1.1)}.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;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s ease-in-out;will-change:transform}.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 / 500;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}.character-card:hover .character-card__image{transform:none}}@media(max-width:360px){.character-card__name{font-size:20px;line-height:26px}.character-card__description{font-size:12px;line-height:18px}}@media(hover:none)and (pointer:coarse){.character-card:hover{transform:none;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.character-card:hover .character-card__image{transform:none}}.character-slider{position:relative;width:100%;max-width:976px;margin:0 auto}.character-slider__nav-wrapper{position:relative;width:100%}.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:0;padding:0;min-height: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;color:#fff}.character-slider__button:hover:not(:disabled){background:#ffffff26;border-color:#fff6}.character-slider__button:disabled{opacity:.3;cursor:not-allowed}.character-slider__button svg{width:36px;height:36px;flex-shrink:0}.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:64px;height:64px}.character-slider__button svg{width:36px;height:36px}}.character-slider__select-button{background:#4853fb;border:none;border-radius:10px;padding:16px;width:100%;max-width:240px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;margin:24px auto 0;box-sizing:border-box}.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:1024px){.character-slider__select-button{max-width:220px}}@media(max-width:768px){.character-slider__select-button{margin:16px auto 0;max-width:300px}.character-slider__indicators{margin-top:16px}.character-slider__button{width:64px;height:64px}.character-slider__button svg{width:36px;height:36px}.character-slider__button:hover:not(:disabled){background:#ffffff26;border-color:#fff6}.character-slider__indicator:hover{background:#fff6}.character-slider__select-button:hover{background:#4853fb;transform:none;box-shadow:none}}@media(max-width:360px){.character-slider__select-button{margin:12px auto 0}.character-slider__indicators{margin-top:12px}.character-slider__select-button-text{font-size:16px;line-height:24px}.character-slider__button{width:64px;height:64px}.character-slider__button svg{width:36px;height:36px}}@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;min-height:100dvh;overflow:hidden;background-color:#000;display:flex;flex-direction:column}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;overflow:hidden}.character-selection-page__background-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:1;will-change:transform;position:relative;z-index:0}.character-selection-page__gradient-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#00000080,#0003,#000000a6);pointer-events:none}.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__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}.character-selection-page__content{position:relative;z-index:2;flex:1;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:40px;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;width:100%;margin:0}.character-selection-page__copyright{color:var(--white-50060, rgba(255, 255, 255, .6));text-align:center;font-family:var(--Primary-Font-family, "Unbounded"),"Inter","Segoe UI",system-ui,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:0;padding:12px 0;width:100%}.character-selection-page__credits{display:flex;align-items:center;justify-content:center;gap:0;padding:0;background:#00000040;width:100%;height:36px;white-space:nowrap;color:var(--white-50050, rgba(255, 255, 255, .5));text-align:center;font-family:var(--Primary-Font-family, "Unbounded"),"Inter","Segoe UI",system-ui,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.character-selection-page__credits-text{color:var(--white-50050, rgba(255, 255, 255, .5));text-align:center;font-family:var(--Primary-Font-family, "Unbounded"),"Inter","Segoe UI",system-ui,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-right:4px;white-space:nowrap}.character-selection-page__credits-link{font-family:var(--Primary-Font-family, "Unbounded"),"Inter","Segoe UI",system-ui,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:#0dae88;cursor:pointer;text-decoration:none;transition:opacity .2s ease;white-space:nowrap}.character-selection-page__credits-link:hover{opacity:.8;text-decoration:underline}@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}}@media(max-width:768px){.character-selection-page__header{padding:16px}.character-selection-page__content{padding:32px 16px;min-height:0;flex:1}.character-selection-page__container{min-height:0;flex:1;display:flex;flex-direction:column}.character-selection-page__cards--mobile,.character-selection-page__cards--mobile .character-slider,.character-selection-page__cards--mobile .character-slider__nav-wrapper{flex:1;min-height:0;display:flex;flex-direction:column}.character-selection-page__cards--mobile .character-slider__container{flex:1;min-height:0}.character-selection-page__container{gap:24px}.character-selection-page__title,.character-selection-page__cards--desktop{display:none}.character-selection-page__cards--mobile{display:flex}.character-selection-page__credits{padding:0 16px;flex-direction:row;height:36px;min-height:36px}}@media(max-width:480px){.character-selection-page__title{font-size:24px;line-height:32px}.character-selection-page__logo{width:120px;height:40px}}@media(max-width:360px){.character-selection-page__title{font-size:20px;line-height:28px}.character-selection-page__logo{width:100px;height:34px}.character-selection-page__copyright,.character-selection-page__credits-text,.character-selection-page__credits-link{font-size:12px;line-height:18px}}.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;gap:8px;min-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;min-width:0;word-wrap:break-word}.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}@media(max-width:360px){.stat-card__label{font-size:12px;line-height:18px}.stat-card__value{font-size:11px;line-height:14px}}body:has(.character-detail-page),html:has(.character-detail-page),#root:has(.character-detail-page){overflow:hidden;height:100%}.character-detail-page{position:relative;width:100%;min-height:100vh;height:100vh;overflow:hidden;background-color:#000;display:flex;flex-direction:column}.character-detail-page__background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;background-color:#000;overflow:hidden}.character-detail-page__background-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:1;will-change:transform}.character-detail-page__background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent}.character-detail-page__background-overlay--darkened{background:linear-gradient(to bottom,#0000004d,#0006,#0006)}.character-detail-page__header{position:relative;z-index:2;flex-shrink:0;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__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}.character-detail-page__content{position:relative;z-index:1;flex:1;min-height:0;display:flex;align-items:stretch;justify-content:center;padding:48px 24px;overflow:hidden}.character-detail-page__container{max-width:1024px;width:100%;height:100%;display:flex;flex-direction:column}.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:24px;height:100%;flex:1;min-height:0;overflow:hidden}.character-detail-page__main-content{display:flex;flex-direction:column;gap:48px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;align-items:stretch;position:relative;-webkit-overflow-scrolling:touch}.character-detail-page__image-section{display:flex;flex-direction:column;align-items:center;gap:16px;align-self:stretch;width:320px;min-height:340px;max-height:632px;padding-bottom:32px;background:#fff;border-radius:16px;margin:0 auto;position:relative;flex-shrink:1;min-height:0;flex-basis:auto}.character-detail-page__image-wrapper{width:100%;max-width:320px;height:auto;aspect-ratio:480 / 600;max-height:60%;background-color:#fff;border-radius:16px;position:absolute;top:0;left:0;z-index:0}.character-detail-page__image{width:100%;max-width:320px;height:auto;max-height:min(600px,50vh,calc(100vh - 500px));min-height:0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:relative;z-index:1;display:block;flex-shrink:10;flex-grow:0;flex-basis:auto}.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__text-content{width:100%;display:flex;flex-direction:column;align-items:center;gap:0;position:relative;z-index:1;flex-shrink:0;flex-grow:0;flex-basis:auto;margin-top:16px;min-height:68px}.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;flex-shrink:0}.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;flex-shrink:0}.character-detail-page__info-section{display:flex;flex-direction:column;gap:24px;flex:1;min-height:0;overflow:hidden;max-height:100%}.character-detail-page__description{display:flex;flex-direction:column;gap:12px;font-family:e-Ukraine,Inter,Segoe UI,system-ui,sans-serif;font-size:14px;font-style:normal;font-weight:200!important;line-height:24px;color:var(--Black-500, #000);overflow:visible;flex:0 0 auto}.character-detail-page__description-item{margin:0;font-weight:200!important}.character-detail-page__description-label{font-family:var(--Secondary-Font-family, "e-Ukraine"),"Inter",sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:24px;color:var(--Black-500, #000)}.character-detail-page__stats{border-radius:var(--Croners-Default, 10px);border:1px solid var(--Blue-Gray-400, #d1d5dc);display:flex;padding:24px 32px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;width:100%;min-width:0;flex-shrink:0}.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;flex-shrink:0}.character-detail-page__stats-list{display:flex;flex-direction:column;gap:12px;padding:16px 0;width:100%;min-width:0;flex-shrink:0}@media(max-width:798px){.character-detail-page__main-content{gap:8px}.character-detail-page__stats{padding:18px 20px;gap:12px}.character-detail-page__stats-list{padding:12px 0}}.character-detail-page__actions{display:flex;gap:48px;width:100%;flex-shrink:0;margin-top:auto}.character-detail-page__button{height:60px;min-height:60px;border-radius:var(--Croners-Default, 10px);border:none;cursor:pointer;text-align:center;font-family:var(--Primary-Font-family, "Unbounded"),"Inter","Segoe UI",system-ui,sans-serif;font-size:20px;font-style:normal;font-weight:600;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{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:320px;height:60px;background-color:#e6e8f6;color:#1e2939;flex-shrink:0}.character-detail-page__button--primary{background:var(--Blue-500, #4853fb);color:var(--White-500, #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__main-content{flex-direction:row;align-items:stretch;gap:48px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;position:relative;-webkit-overflow-scrolling:touch}.character-detail-page__image-section{max-width:320px;margin:0;flex-shrink:1;min-height:0;position:sticky;top:0;align-self:flex-end;max-height:100%}.character-detail-page__image{max-height:min(600px,45vh,calc(100vh - 450px));flex-shrink:10;flex-grow:0;flex-basis:auto;min-height:0}.character-detail-page__text-content{flex-shrink:0;flex-grow:0;flex-basis:auto;margin-top:16px;min-height:68px}.character-detail-page__name,.character-detail-page__role{flex-shrink:0}.character-detail-page__info-section{flex:1;min-width:0;min-height:0;overflow:visible;display:flex;flex-direction:column;height:auto}}@media(max-width:767px){.character-detail-page__header{padding:16px}.character-detail-page__content{padding:12px 16px;flex:1;min-height:0;max-height:calc(100vh - 96px);max-height:calc(100dvh - 96px);align-items:stretch;overflow:hidden}.character-detail-page__container{min-height:0;max-width:100%;max-height:100%}.character-detail-page__intro{padding:20px 20px 12px;gap:12px;border-radius:16px;overflow:hidden;flex:1;min-height:0;max-height:100%;display:flex;flex-direction:column}.character-detail-page__main-content{gap:16px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.character-detail-page__image-section{width:100%;max-width:none;min-height:0;height:auto!important;margin:0;padding:0 16px 8px;gap:8px;flex-shrink:0;flex-grow:0;position:relative;align-self:flex-start;justify-content:flex-start;align-items:flex-start;box-sizing:border-box}.character-detail-page__image-wrapper{display:flex!important;position:relative!important;width:100%!important;max-width:none!important;height:auto!important;max-height:min(296px,45vh)!important;aspect-ratio:auto!important;flex:0 0 auto!important;min-height:0!important}.character-detail-page__image{width:100%!important;height:auto!important;max-width:none!important;max-height:min(296px,45vh)!important;min-height:0!important;-o-object-fit:contain;object-fit:contain;-o-object-position:center top;object-position:center top;position:relative;z-index:1;display:block;background-color:#fff;border-radius:16px;padding:0;margin:0;box-sizing:border-box;flex-shrink:0!important;flex-grow:0!important}.character-detail-page__image-placeholder{width:100%;min-height:200px;border-radius:16px}.character-detail-page__text-content{gap:6px;margin-top:4px;flex-shrink:0;flex-grow:0;flex-basis:auto;min-height:54px}.character-detail-page__name{font-size:24px;line-height:32px;margin:0;flex-shrink:0}.character-detail-page__role{font-size:16px;line-height:22px;margin:0;flex-shrink:0}.character-detail-page__info-section{gap:20px;overflow:visible;max-height:none}.character-detail-page__description{gap:16px;font-size:14px;line-height:20px;overflow:visible;flex:0 0 auto}.character-detail-page__description-item{margin:0}.character-detail-page__stats-title{font-size:18px;line-height:24px}.character-detail-page__stats-list{gap:10px;padding:0}.character-detail-page__actions{flex-direction:column;gap:12px;margin-top:auto;flex-shrink:0}.character-detail-page__button{width:100%;height:48px;min-height:48px;font-size:16px;line-height:24px;border-radius:12px}.character-detail-page__button--secondary{width:100%}}@media(max-width:480px){.character-detail-page__header{padding:12px 16px}.character-detail-page__logo{width:120px;height:40px}.character-detail-page__content{padding:12px;max-height:calc(100vh - 80px);max-height:calc(100dvh - 80px)}.character-detail-page__intro{padding:16px 16px 10px;gap:10px;border-radius:12px;flex:1;min-height:0;overflow:hidden}.character-detail-page__main-content{gap:12px}.character-detail-page__image-section{min-height:0;height:auto!important;padding:0 12px 6px;gap:6px}.character-detail-page__image-wrapper{max-height:min(296px,45vh)!important}.character-detail-page__image{max-height:min(296px,45vh)!important;padding:0}.character-detail-page__text-content{gap:4px;margin-top:4px;flex-shrink:0;flex-grow:0;flex-basis:auto;min-height:48px}.character-detail-page__name{font-size:22px;line-height:28px;flex-shrink:0}.character-detail-page__role{font-size:14px;line-height:20px;flex-shrink:0}.character-detail-page__info-section{gap:16px}.character-detail-page__description{font-size:13px;line-height:18px;gap:12px}.character-detail-page__stats{padding:20px 16px;gap:10px}.character-detail-page__stats-title{font-size:16px;line-height:22px}.character-detail-page__stats-list{gap:8px}.character-detail-page__actions{gap:10px}.character-detail-page__button{height:48px;min-height:48px;font-size:15px;line-height:22px}}@media(max-width:360px){.character-detail-page__name{font-size:18px;line-height:24px}.character-detail-page__role,.character-detail-page__description{font-size:12px;line-height:18px}.character-detail-page__stats-title{font-size:14px;line-height:20px}.character-detail-page__description-item{font-size:12px;line-height:18px}.character-detail-page__button{height:48px;min-height:48px;font-size:13px;line-height:20px}.character-detail-page__intro{padding:12px 12px 8px;gap:8px}.character-detail-page__main-content{gap:10px}.character-detail-page__info-section{gap:12px}.character-detail-page__stats{padding:16px 12px;gap:8px}.character-detail-page__text-content{min-height:40px}}.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__stats-bar{display:flex;align-items:flex-start;justify-content:center;gap:96px;max-width:800px;margin:0 auto;padding:24px}.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:0 32px;background:#4853fb;border:none;border-radius:10px;height:60px;min-height:60px;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__stats-bar{width:100%;justify-content:space-between;gap:6px;flex-wrap:nowrap;max-width:100%;padding:12px}.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{pointer-events:auto}.test-mobile-page__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}.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-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--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-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease: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-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-lg:.5rem;--ease-out:cubic-bezier(0,0,.2,1);--blur-sm:8px;--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{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.inset-0{inset:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.right-1\/2{right:50%}.left-1\/2{left:50%}.z-\[1000\]{z-index:1000}.contents{display:contents}.flex{display:flex}.hidden{display:none}.inline{display:inline}.\!h-8{height:calc(var(--spacing)*8)!important}.h-\[6px\]{height:6px}.h-\[12px\]{height:12px}.h-\[28px\]{height:28px}.h-\[60px\]{height:60px}.h-\[192px\]{height:192px}.h-full{height:100%}.max-h-\[70svh\]{max-height:70svh}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-12{min-height:calc(var(--spacing)*12)}.min-h-\[60px\]{min-height:60px}.\!w-8{width:calc(var(--spacing)*8)!important}.w-\[2px\]{width:2px}.w-\[192px\]{width:192px}.w-full{width:100%}.max-w-\[440px\]{max-width:440px}.max-w-\[600px\]{max-width:600px}.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}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-3{gap:calc(var(--spacing)*3)}.gap-6{gap:calc(var(--spacing)*6)}.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}.overflow-y-auto{overflow-y:auto}.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}.rounded-b-\[16px\]{border-bottom-right-radius:16px;border-bottom-left-radius:16px}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-\[\#4853fb\]{border-color:#4853fb}.border-blue-600{border-color:var(--color-blue-600)}.bg-\[\#10b981\]{background-color:#10b981}.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\/70{background-color:#000000b3}@supports (color:color-mix(in lab,red,red)){.bg-black\/70{background-color:color-mix(in oklab,var(--color-black)70%,transparent)}}.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)}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-\[\#4853fb\]{--tw-gradient-from:#4853fb;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[\#7c3aed\]{--tw-gradient-to:#7c3aed;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.object-contain{-o-object-fit:contain;object-fit:contain}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-\[16px\]{padding-inline:16px}.px-\[20px\]{padding-inline:20px}.py-2{padding-block:calc(var(--spacing)*2)}.pt-\[16px\]{padding-top:16px}.pt-\[20px\]{padding-top:20px}.pt-\[24px\]{padding-top:24px}.pb-8{padding-bottom:calc(var(--spacing)*8)}.pb-\[16px\]{padding-bottom:16px}.pb-\[20px\]{padding-bottom:20px}.pb-\[32px\]{padding-bottom:32px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-\[\'Unbounded\'\,sans-serif\]{font-family:Unbounded,sans-serif}.font-\[\'Unbounded\'\]{font-family:Unbounded}.font-\[\'e-Ukraine\'\,sans-serif\]{font-family:e-Ukraine,sans-serif}.font-\[\'e-Ukraine\'\]{font-family:e-Ukraine}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.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-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-7{--tw-leading:calc(var(--spacing)*7);line-height:calc(var(--spacing)*7)}.leading-8{--tw-leading:calc(var(--spacing)*8);line-height:calc(var(--spacing)*8)}.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-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.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}.whitespace-nowrap{white-space:nowrap}.text-\[\#1e2939\]{color:#1e2939}.text-\[\#4f46e5\]{color:#4f46e5}.text-\[\#6a7282\]{color:#6a7282}.text-\[\#4853fb\]{color:#4853fb}.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)}.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)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);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,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.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-300{--tw-duration:.3s;transition-duration:.3s}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}@media(hover:hover){.hover\:-translate-y-0\.5:hover{--tw-translate-y:calc(var(--spacing)*-.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.hover\:bg-\[\#3d47e0\]:hover{background-color:#3d47e0}.hover\:bg-\[\#f5f5ff\]:hover{background-color:#f5f5ff}.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)}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.active\:translate-y-0:active{--tw-translate-y:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-60:disabled{opacity:.6}@media(min-width:40rem){.sm\:flex-row{flex-direction:row}.sm\:gap-4{gap:calc(var(--spacing)*4)}}@media(min-width:48rem){.md\:text-\[28px\]{font-size:28px}.md\:leading-8{--tw-leading:calc(var(--spacing)*8);line-height:calc(var(--spacing)*8)}}.\[\&_a\]\:text-\[\#4853fb\] a{color:#4853fb}.\[\&_a\]\:underline a{text-decoration-line:underline}.\[\&_li\]\:my-0\.5 li{margin-block:calc(var(--spacing)*.5)}.\[\&_ol\]\:list-decimal ol{list-style-type:decimal}.\[\&_ol\]\:pl-5 ol{padding-left:calc(var(--spacing)*5)}.\[\&_p\]\:mb-1 p{margin-bottom:calc(var(--spacing)*1)}.\[\&_p\]\:mb-2 p{margin-bottom:calc(var(--spacing)*2)}.\[\&_p\:last-child\]\:mb-0 p:last-child{margin-bottom:calc(var(--spacing)*0)}.\[\&_ul\]\:list-disc ul{list-style-type:disc}.\[\&_ul\]\:pl-5 ul{padding-left:calc(var(--spacing)*5)}}@font-face{font-family:e-Ukraine;src:url(/e-Ukraine/e-Ukraine-Thin.otf)format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:e-Ukraine;src:url(/e-Ukraine/e-Ukraine-UltraLight.otf)format("opentype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:e-Ukraine;src:url(/e-Ukraine/e-Ukraine-Light.otf)format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:e-Ukraine;src:url(/e-Ukraine/e-Ukraine-Regular.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:e-Ukraine;src:url(/e-Ukraine/e-Ukraine-Medium.otf)format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:e-Ukraine;src:url(/e-Ukraine/e-Ukraine-Bold.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}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-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@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-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
