*{margin:0;padding:0;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}html{-webkit-tap-highlight-color:transparent}:root{--tg-content-safe-area-inset-top: 0px;--tg-content-safe-area-inset-right: 0px;--tg-content-safe-area-inset-bottom: 0px;--tg-content-safe-area-inset-left: 0px;--tg-safe-area-inset-top: 0px;--tg-safe-area-inset-right: 0px;--tg-safe-area-inset-bottom: 0px;--tg-safe-area-inset-left: 0px;--extra-top-pad: 20px}#root{overflow-y:auto;overflow-x:hidden;max-width:500px;margin:0 auto}body,html{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:100%;overscroll-behavior-y:none}body{position:relative;overflow:hidden}ul,ol,p,div,label,h1,h2,h3{list-style:none}@font-face{font-family:Styrenea-Bold;src:url(/assets/styrenea-bold-BDB17O9x.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Styrenea-Medium;src:url(/assets/styrenea-medium-sh1vCB7V.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Styrenea-Regular;src:url(/assets/styrenea-regular-CI1ub9Y0.ttf) format("truetype")}@font-face{font-family:SF-Light;src:url(/assets/SFProText-Light-_O1k9I2d.ttf) format("truetype")}@font-face{font-family:SF-Medium;src:url(/assets/SFProText-Medium-BF4E2vfJ.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:SF-Regular;src:url(/assets/SFProText-Regular-Cp76WCaJ.ttf) format("truetype")}@font-face{font-family:SF-SemiBold;src:url(/assets/SFProText-SemiBold-D1tiWH2i.ttf) format("truetype")}.Loading{width:100%;height:100dvh;background-image:url(/images/Loading-bg1.png);background-repeat:no-repeat;background-position:center;background-size:cover;overflow-x:hidden;overflow-y:auto}.Loading__overlay{width:100%;height:100dvh;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding-bottom:68px;pointer-events:none}.Loading__spinner{animation:loading-spin 1s linear infinite;image-rendering:-webkit-optimize-contrast;-webkit-user-select:none;user-select:none}@keyframes loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.Loading__spinner{animation:none}}.Card{border-radius:8px;border:1px solid #000000;gap:16px;display:flex;flex-direction:column;overflow:hidden;background:#fff;height:100%}.Card__top{position:relative;background-color:#a8f000;width:100%;height:auto;display:flex;justify-content:center;border-radius:8px 8px 0 0;flex-shrink:0}.Card__top-img{width:100%;object-fit:contain}.Card__badge{position:absolute;top:6px;right:5px;color:#fff;font-family:Styrenea-Medium;font-size:12px;padding:8px 12px;border-radius:999px;background:#00000024;-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);display:flex;justify-content:center;align-items:center}.Card__content{padding:0 16px 16px;display:flex;flex-direction:column;flex:1}.Card__title{font-family:Styrenea-Regular;font-size:16px;letter-spacing:-.07em;margin-bottom:8px}.Card__bottom{margin-top:auto;display:flex;flex-direction:column}.Card__cost{background-color:#a8f000;border-radius:99px;color:#000;padding:5px 8px;display:flex;align-self:flex-start;justify-content:center;align-items:center;margin-bottom:16px;height:100%;min-width:44px;max-height:22px}.Card__cost--content{display:inline-grid;grid-auto-flow:column;align-items:center;justify-content:center;gap:5px;height:14px;line-height:1}.Card__cost-count{margin:0;font-size:14px;font-family:Styrenea-Medium,system-ui,-apple-system,Segoe UI,Roboto;line-height:1;display:block;letter-spacing:-.06em;font-variant-numeric:lining-nums tabular-nums;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.Card__cost-img{width:14px;height:14px;display:block;object-fit:contain;background-position:center;flex:0 0 auto}.Card__button{background-color:#ef3124;font-family:SF-Light;color:#fff;padding:4px 16px;width:100%;border:none;border-radius:12px;height:40px;font-size:14px;cursor:pointer}.Card--disabled .Card__button,.Card__button:disabled{background-color:#2637580f;color:#05081d61;cursor:default}.Card__cost-count--mobile{transform:translateY(.15em)}.Card__cost{align-self:flex-start}.Card__badge-text--mobile{transform:translateY(.2em)}.Modal{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:flex-end;z-index:1000}.Modal.is-open{animation:fadeIn .25s ease forwards}.Modal.is-closing{animation:fadeOut .25s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.Modal__content{width:100%;max-width:480px;background:#fff;padding:24px 20px 32px;transform:translateY(100%);animation:slideUp .3s ease forwards}@keyframes slideUp{to{transform:translateY(0)}}.Modal.is-closing .Modal__content{animation:slideDown .3s ease forwards}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.Modal__title{font-family:Styrenea-Bold;text-align:center;font-size:30px;letter-spacing:-.08em;margin-bottom:12px}.Modal__text{width:100%;padding:0 30px;font-family:SF-Medium;text-align:center;font-size:16px;color:#030306e0;margin-bottom:33px}.Modal__info{display:block;width:max-content;height:max-content;margin:0 auto 32px;text-align:center;font-size:14px;letter-spacing:-.06em;font-family:Styrenea-Medium;line-height:1.2;background:#000;color:#fff;padding:4px 12px;border-radius:999px}.Modal__actions{display:flex;flex-direction:column;gap:12px}.Modal__btn{padding:14px 18px;font-size:16px;letter-spacing:-.07em;font-family:Styrenea-Bold;border-radius:12px;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center}.Modal__btn--confirm{background:#8fff00;color:#030306e0}.Modal__btn--cancel{background:transparent;border:1px solid rgba(3,3,6,.8784313725);color:#030306e0}.Shop{width:100%;height:100dvh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;background:transparent}.Shop__background{position:fixed;left:0;top:0;height:100dvh;width:100%;max-width:500px;display:flex;flex-direction:column}.Shop__background-top{flex:1 0 50%;height:270px;background:#ef3124}.Shop__background-bottom{flex:1 0 50%;background:#fff}.Shop__content{position:relative;overflow-y:auto;padding-bottom:90px;width:100%;height:100dvh;z-index:0}.Shop__top-img-big{width:100%;background:#ef3124}.Shop__top{position:relative;background-image:url(/images/Shop-top1.png);height:270px;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:0 0 8px 8px;display:flex;align-items:center;justify-content:center;width:100%;background-color:#fff;margin-bottom:-20px}.Shop__top-img{width:150px;display:none}.Shop__balance{position:absolute;background-color:#a8f000;color:#000;display:inline-flex;justify-content:center;align-items:center;padding:10px 14px;border-radius:8px;bottom:-20px;left:50%;transform:translate(-50%);min-width:60px;max-height:42px}.Shop__balance--content{display:inline-grid;grid-auto-flow:column;align-items:center;gap:4px;line-height:1}.Shop__balance-count{margin:0;font-size:18px;font-family:Styrenea-Medium,system-ui,-apple-system,Segoe UI,Roboto;line-height:1;letter-spacing:-.06em;display:block;font-variant-numeric:lining-nums tabular-nums;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.Shop__balance-img{width:18px;height:18px;background-size:contain;flex:0 0 auto}.Shop__bot{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 16px 0;background-color:#fff}.Shop__bot-header{color:#000;font-size:30px;font-family:Styrenea-Bold;line-height:.9;margin-bottom:27px;letter-spacing:-.08em}.Shop__bot-list{width:100%;height:auto;display:grid;grid-template-columns:1fr 1fr;gap:11px;padding-bottom:36px;align-items:stretch}@media (max-height: 700px){.Shop__top{background-image:none;background-color:#ef3124;height:140px;border-radius:0 0 8px 8px}.Shop__top-img-big{display:none}.Shop__top-img{display:block;width:180px}}@media (max-width: 340px){.Shop__bot-header{font-size:24px}}.Shop__balance-count--mobile{padding-top:6px}.Navbar{height:71px;width:249px;border:none;border-radius:315px;background-color:#0006;backdrop-filter:blur(72.6px);-webkit-backdrop-filter:blur(72.6px);display:flex;justify-content:center;align-items:center;position:absolute;bottom:5%;left:50%;transform:translate(-50%);z-index:10}.Navbar__content{display:flex;gap:32px;align-items:center}.Navbar__item{appearance:none;background:transparent;border:0;padding:8px 12px;margin:0;cursor:pointer;text-decoration:none;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff6;transition:color .15s ease,opacity .15s ease,transform .08s ease}.Navbar__item:focus-visible{outline:0;color:#fff}.Navbar__item:hover{color:#fff}.Navbar__item:active{transform:translateY(1px)}.Navbar__icon{display:block;width:24px;height:24px}.Navbar__item--active,.Navbar__icon--active{color:#fff}.Navbar__item-text{font-family:SF-Regular;font-size:14px;line-height:20px}.Success{width:100%;height:100svh;background-color:#ef3124;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding-top:50px}.Success__hero{flex:1 1 auto;min-height:160px;display:flex;align-items:stretch}.Success__img{width:100%;height:auto;object-fit:contain;object-position:center;display:block}.Success__text{margin-bottom:55px;text-align:center;display:flex;flex-direction:column;gap:12px;padding:0 32px}.Success__text-title{color:#fff;font-family:Styrenea-Bold;font-size:30px;line-height:.9;letter-spacing:-.08em}.Success__text-subtitle{color:#ffffffe0;font-size:16px;line-height:24px;letter-spacing:0;font-family:SF-Medium}.Success__buttons{width:100%;display:flex;flex-direction:column;gap:16px;padding:0 16px 34px}.Success__buttons-top{width:100%;height:48px;padding:4px 20px;background-color:#8fff00;color:#030306e0;border:none;border-radius:8px;font-family:Styrenea-Bold;font-size:16px;letter-spacing:-.07em;cursor:pointer}.Success__buttons-bot{width:100%;height:48px;padding:4px 20px;background-color:transparent;color:#030306e0;border:1px solid rgba(3,3,6,.8784313725);border-radius:8px;font-family:Styrenea-Bold;font-size:16px;letter-spacing:-.07em;cursor:pointer}@media (max-height: 750px){.Success__text{margin-bottom:20px}.Success__text-title{font-size:26px}.Success__text-subtitle{font-size:14px}}@media (max-height: 670px){.Success{padding-top:10px}.Success__text{margin-bottom:10px}.Success__buttons{gap:10px}.Success__text-title{font-size:24px}.Success__text-subtitle{font-size:12px}}.Materials{width:100%;height:100dvh;padding:calc(var(--tg-content-safe-area-inset-top, 0px) + var(--tg-safe-area-inset-top, 0px) + var(--extra-top-pad, 0px)) calc(var(--tg-content-safe-area-inset-right, 0px) + var(--tg-safe-area-inset-right, 0px) + 16px) calc(var(--tg-content-safe-area-inset-bottom, 0px) + var(--tg-safe-area-inset-bottom, 0px) + 90px) calc(var(--tg-content-safe-area-inset-left, 0px) + var(--tg-safe-area-inset-left, 0px) + 16px);overflow-x:hidden;overflow-y:auto}.Materials__empty{min-height:calc(100dvh - 192px);display:grid;place-content:center;justify-items:center;text-align:center;gap:12px}.Materials__empty-title{color:#000;font-family:Styrenea-Bold;font-size:30px;letter-spacing:-.08em;margin:0 0 12px;line-height:.9}.Materials__empty-subtitle{font-size:16px;font-family:SF-Medium;letter-spacing:0;line-height:24px;color:#030306e0;margin-bottom:16px}.Materials__empty-cta{width:100%;max-width:296px;font-family:Styrenea-Bold;padding:14px 16px;border:0;border-radius:8px;background:#8fff00;color:#030306e0;font-size:16px;letter-spacing:-.07em;cursor:pointer;transition:transform .06s ease,filter .12s ease}.Materials__header{font-family:Styrenea-Bold;font-size:30px;letter-spacing:-.08em;margin-bottom:24px}.Materials__list{width:100%}.Materials__list-item{border:none;border-top:1px solid #000000;padding:16px 0;width:100%;display:flex;justify-content:space-between;align-items:center;cursor:pointer;background-color:transparent;text-decoration:none}.Materials__list-item-left{display:flex;align-items:center;gap:12px;height:40px}.Materials__list-item-left-icon{width:40px}.Materials__list-item-left-text{font-family:Styrenea-Bold;font-size:16px;letter-spacing:-.07em;color:#000;text-decoration:none;margin:auto}.MaterialPage{width:100%;height:100dvh;overflow-x:hidden;overflow-y:auto}.MaterialPage__content{padding:calc(var(--tg-content-safe-area-inset-top, 0px) + var(--tg-safe-area-inset-top, 0px) + var(--extra-top-pad, 0px)) calc(var(--tg-content-safe-area-inset-right, 0px) + var(--tg-safe-area-inset-right, 0px) + 16px) calc(var(--tg-content-safe-area-inset-bottom, 0px) + var(--tg-safe-area-inset-bottom, 0px)) calc(var(--tg-content-safe-area-inset-left, 0px) + var(--tg-safe-area-inset-left, 0px) + 16px)}.MaterialPage__content h1{color:#000;font-size:30px;font-family:Styrenea-Bold;line-height:.9;letter-spacing:-.08em;margin-bottom:36px}.MaterialPage__content p{color:#030306e0;font-family:SF-Medium;font-size:16px;line-height:24px;letter-spacing:0px}.MaterialPage__content img{margin-top:22px;width:100%;height:auto;margin-bottom:30px}.MaterialPage__content video{margin-top:22px;width:100%;height:auto;margin-bottom:30px}.MaterialPage__content iframe{margin-top:22px;width:100%;height:auto;margin-bottom:30px;aspect-ratio:16/9}.MaterialPage__mainBtn{width:100%;background-color:transparent;color:#030306e0;font-size:16px;font-family:Styrenea-Medium;border:none;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:30px 0;cursor:pointer}
