.status-banner{border-radius:var(--radius-md);cursor:pointer;text-align:left;border:1.5px dashed;align-items:center;gap:8px;width:100%;height:64px;padding:16px 16px 16px 8px;display:flex;position:relative}.status-banner--orange{background:#ffa72c1f;border-color:#ffa72c80}.status-banner--red{background:#fd4a2a1f;border-color:#fd4a2a80}.status-banner--teal{background:#00e8bf1f;border-color:#00e8bf80}.status-banner__icon{flex-shrink:0;width:32px;height:32px;padding:4px 6px}.status-banner__text{flex-direction:column;flex:1;min-width:0;display:flex}.status-banner__title{color:var(--white);font-size:16px;font-weight:600;line-height:24px}.status-banner__subtitle{color:var(--light-grey);font-size:12px;font-weight:400;line-height:18px}.status-banner__chevron{opacity:.6;flex-shrink:0;width:8px;height:14px}.sheet-backdrop{z-index:10;background:#00000080;animation:.2s ease-out fadeIn;position:absolute;inset:0}.page-blurred{filter:blur(6px);pointer-events:none}.sheet{background:var(--bg-card);z-index:11;border-radius:24px 24px 0 0;animation:.3s ease-out slideUp;position:absolute;bottom:0;left:0;right:0;box-shadow:0 4px 10px -2px #0000001f}.sheet__header{justify-content:space-between;align-items:flex-start;padding:16px;display:flex}.sheet__close{background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.sheet__body{flex-direction:column;align-items:center;gap:32px;padding:0 16px 34px;display:flex}.sheet__content{flex-direction:column;align-items:center;gap:12px;padding-bottom:16px;display:flex}.sheet__icon{width:96px;height:96px;margin:12px 0}.sheet__title{text-align:center;font-size:24px;font-weight:600;line-height:28px}.sheet__subtitle{color:var(--grey);text-align:center;white-space:pre-line;font-size:16px;font-weight:400;line-height:24px}.sheet__btn{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);background:#ffffff1a;justify-content:center;align-items:center;gap:8px;width:100%;height:56px;padding:0 14px;font-size:16px;font-weight:600;line-height:24px;transition:background .2s;display:flex;box-shadow:0 4px 10px -2px #0000001f}.sheet__btn:active{background:#ffffff26}.sheet__btn-icon{flex-shrink:0;width:24px;height:24px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.sheet--closing{animation:.3s ease-in forwards slideDown}.sheet-backdrop--closing{animation:.3s ease-in forwards fadeOut}.home{background:linear-gradient(to bottom, var(--gradient-start), var(--gradient-end));flex-direction:column;height:100%;display:flex;position:relative}.home__content-wrap{flex-direction:column;flex:1;min-height:0;transition:filter .3s;display:flex}.home__scroll{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:16px;padding:24px 16px 100px;display:flex;overflow-y:auto}.home__debug-status{border-radius:var(--radius-pill);color:var(--grey);background:#0000004d;align-self:center;padding:4px 12px;font-size:11px}.sub-card{background:var(--bg-card);border-radius:var(--radius-lg);border-top-right-radius:44px;flex-direction:column;gap:16px;padding:12px;display:flex;position:relative;overflow:clip;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.sub-card:after{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 -3px #0003}.sub-card__decal{pointer-events:none;z-index:1;width:139px;height:53px;position:absolute;top:0;right:0}.sub-card__profile{align-items:center;gap:8px;display:flex}.sub-card__avatar{border-radius:50%;width:24px;height:24px}.sub-card__name{color:var(--grey);font-size:14px;font-weight:500;line-height:20px}.sub-card__tariff{justify-content:space-between;align-items:center;display:flex}.sub-card__tariff-info{align-items:center;gap:6px;display:flex}.sub-card__tariff-label{font-size:14px;font-weight:600;line-height:20px}.sub-card__badge{border-radius:var(--radius-pill);justify-content:center;align-items:center;height:24px;padding:2px 8px;font-size:14px;font-weight:400;line-height:20px;display:inline-flex}.sub-card__badge--type-grey{color:var(--white);background:#ffffff1a}.sub-card__badge--type-white{color:#1a1a1a;background:#ffffffe6;font-weight:600}.sub-card__badge--teal{border:1px solid var(--teal);color:var(--teal)}.sub-card__badge--orange{color:#ffa72c;border:1px solid #ffa72c}.sub-card__badge--red{border:1px solid var(--red);color:var(--red)}.sub-card__traffic{font-size:14px;font-weight:600;line-height:20px}.sub-card__traffic--red{color:var(--red)}.sub-card__promo{gap:8px;display:flex}.promo-tile{border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;flex:1;justify-content:space-between;height:116px;padding:12px;display:flex}.promo-tile__value{letter-spacing:-.5px;color:var(--teal);font-size:28px;font-weight:600;line-height:32px}.promo-tile__label{font-size:12px;font-weight:400;line-height:18px}.promo-tile__icon{background:var(--bg-card);border-radius:85px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:inset 0 8px 8px #ffffff1f}.promo-tile__icon img{width:20px;height:20px}.devices{border-radius:var(--radius-lg);background:#0000001f;justify-content:center;align-items:center;height:140px;display:flex}.devices__section{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;height:100%;display:flex}.devices__icon{justify-content:center;align-items:center;width:44px;height:44px;display:flex}.devices__icon img{width:44px;height:28px}.devices__icon--add img{width:34px;height:34px}.devices__label{text-align:center;white-space:pre-line;font-size:14px;font-weight:400;line-height:20px}.devices__divider{background:var(--border-subtle);flex-shrink:0;width:1px;height:100px}.action-btn{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);background:var(--bg-button);justify-content:center;align-items:center;gap:8px;width:100%;height:56px;padding:0 14px;font-size:16px;font-weight:600;line-height:24px;transition:background .2s;display:flex}.action-btn:active{background:var(--bg-button-hover)}.action-btn__icon{flex-shrink:0;width:24px;height:24px}@keyframes homeBlockIn{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.home__scroll>.sub-card,.home__scroll>.devices,.home__scroll>.action-btn{opacity:0;animation:.55s ease-out forwards homeBlockIn}.home__scroll>.sub-card{animation-delay:0s}.home__scroll>.devices{animation-delay:.15s}.home__scroll>.action-btn{animation-delay:.3s}.home__scroll>.action-btn+.action-btn{animation-delay:.45s}.welcome{background:var(--bg-card);flex-direction:column;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.welcome__hero{aspect-ratio:551/446;flex-shrink:0;width:141%;max-width:551px;margin-top:24px;position:relative;overflow:hidden}.welcome__hero img{object-fit:cover;width:119%;max-width:none;height:221%;position:absolute;top:-36.4%;left:-9.2%}.welcome__text{text-align:center;z-index:1;flex-direction:column;gap:8px;padding:24px 16px 0;display:flex}.welcome__title{font-size:24px;font-weight:600;line-height:28px}.welcome__subtitle{color:var(--grey);max-width:268px;margin:0 auto;font-size:16px;font-weight:400;line-height:24px}.welcome__actions{z-index:1;flex-direction:column;align-items:center;gap:12px;width:264px;margin-top:auto;padding-bottom:40px;display:flex}.welcome__btn{border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);justify-content:center;align-items:center;gap:8px;width:100%;height:44px;padding:0 20px;font-size:16px;font-weight:600;line-height:24px;transition:background .2s;display:flex}.welcome__btn--primary{background:#ffffff1f}.welcome__btn--primary:active{background:#fff3}.welcome__btn--secondary{background:0 0}.welcome__btn--secondary:active{background:var(--bg-button)}.welcome__btn-icon{width:24px;height:24px}.welcome__glow{pointer-events:none;width:391px;height:403px;position:absolute;bottom:-386px;left:50%;transform:translate(-50%)}.welcome__loading{background:var(--bg-card);flex-direction:column;justify-content:center;align-items:center;gap:23px;height:100%;display:flex}.welcome__spinner{border:3px solid #0000;border-top-color:var(--teal);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}.welcome__loading-text{color:var(--text-muted);text-align:center;font-size:16px;line-height:24px}@keyframes spin{to{transform:rotate(360deg)}}.setup{background:linear-gradient(to bottom, var(--gradient-start), var(--gradient-end));flex-direction:column;height:100%;display:flex;position:relative}.setup__scroll{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:24px;padding:24px 16px 100px;display:flex;overflow-y:auto}.setup-hero{border-radius:var(--radius-lg);background:#130e2b;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;min-height:230px;padding:24px 12px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.setup-hero:after{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 -3px #0003}.setup-hero__bg{object-fit:cover;pointer-events:none;width:613px;height:613px;position:absolute;top:-35px;left:50%;transform:translate(-50%)}.setup-hero__text{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex;position:relative}.setup-hero__title{font-size:20px;font-weight:600;line-height:24px}.setup-hero__platform{color:var(--teal)}.setup-hero__subtitle{max-width:220px;font-size:16px;font-weight:400;line-height:24px}.setup-hero__btn{border-radius:var(--radius-pill);background:var(--white);color:#000;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);justify-content:center;align-items:center;gap:8px;height:44px;padding:0 20px;font-size:16px;font-weight:600;line-height:24px;transition:opacity .2s;display:flex;position:relative}.setup-hero__btn:active{opacity:.85}.setup__section-title{letter-spacing:-.4px;font-size:18px;font-weight:600;line-height:28px}.setup__grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.device-card{background:#0000001a;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:110px;padding:16px 30px;transition:background .2s;display:flex;overflow:hidden}.device-card:active{background:#0000002e}.device-card__icon{justify-content:center;align-items:center;width:44px;height:44px;display:flex}.device-card__icon img{width:35px;height:25px}.device-card__name{text-align:center;font-size:14px;font-weight:400;line-height:20px}.setup-expert{flex-direction:column;gap:24px;display:flex}.setup-expert__header{flex-direction:column;gap:4px;display:flex}.setup-expert__title{letter-spacing:-.4px;font-size:18px;font-weight:600;line-height:28px}.setup-expert__desc{color:var(--light-grey);font-size:14px;font-weight:400;line-height:20px}.setup-expert__link{-webkit-backdrop-filter:blur(16.5px);backdrop-filter:blur(16.5px);border-radius:var(--radius-md);background:#0000001f;align-items:center;gap:8px;height:61px;padding:0 14px;display:flex}.setup-expert__url{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:400;line-height:20px;overflow:hidden}.setup-expert__copy{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.setup-expert__copy img{width:16px;height:20px}@keyframes setupBlockIn{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.setup__scroll>*{opacity:0;animation:.55s ease-out forwards setupBlockIn}.setup__scroll>:first-child{animation-delay:0s}.setup__scroll>:nth-child(2){animation-delay:.15s}.setup__scroll>:nth-child(3){animation-delay:.3s}.setup__scroll>:nth-child(4){animation-delay:.45s}.flow{background:linear-gradient(to bottom, var(--gradient-start), var(--gradient-end));flex-direction:column;height:100%;display:flex;overflow:hidden}.flow__body{flex-direction:column;flex:1;align-items:center;padding:44px 16px 0;display:flex}.flow__header{text-align:center;flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.flow__step{color:var(--light-grey);font-size:14px;font-weight:600;line-height:20px}.flow__title{font-size:24px;font-weight:600;line-height:28px}.flow__subtitle{font-size:16px;font-weight:400;line-height:24px}.flow__highlight{color:var(--teal)}.flow__icon-area{z-index:1;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}.flow__app-icon{border-radius:44px;flex-shrink:0;width:144px;height:144px;position:relative;box-shadow:0 25px 20px -20px #00000073}.flow__app-icon>img:not(.flow__badge){object-fit:cover;border-radius:44px;width:100%;height:100%}.flow__app-icon--badge{position:relative}.flow__badge{width:40px;height:40px;position:absolute;bottom:-4px;right:-4px}.flow__actions{flex-direction:column;gap:16px;width:100%;padding:0 16px 34px;display:flex}.flow__btn{border-radius:var(--radius-md);justify-content:center;align-items:center;gap:8px;width:100%;height:56px;padding:0 14px;font-size:16px;font-weight:600;line-height:24px;transition:background .2s;display:flex}.flow__btn--secondary{-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);background:#0000001a}.flow__btn--secondary:active{background:#0000002e}.flow__btn--primary{background:var(--bg-card)}.flow__btn--primary:active{background:#2f2f2f}.flow__btn-appstore{object-fit:cover;border-radius:8px;flex-shrink:0;width:24px;height:24px}.flow__back{color:var(--white);z-index:2;align-items:center;gap:4px;padding:8px;font-size:17px;display:flex;position:absolute;top:8px;left:8px}.flow__back-arrow{font-size:20px}.flow__done-subtitle{text-align:center;font-size:16px;line-height:24px}.flow__done-subtitle .flow__highlight{font-weight:600}.flow__trouble-card{border-radius:var(--radius-lg);text-align:center;background:#0000001a;flex-direction:column;align-items:center;width:100%;padding:40px 16px;display:flex}.flow__trouble-card>.flow__trouble-icon{margin-bottom:32px}.flow__trouble-card>.flow__title{margin-bottom:12px}.flow__trouble-card>.flow__btn--support{margin-top:32px}.flow__trouble-icon{width:80px;height:80px}.flow__btn--support{background:var(--bg-card);border-radius:var(--radius-pill);justify-content:center;align-items:center;gap:8px;width:264px;height:44px;padding:0 20px;font-size:16px;font-weight:600;line-height:24px;display:flex}.flow__support-icon{width:20px;height:20px}.help{background:linear-gradient(to bottom, var(--gradient-start), var(--gradient-end));flex-direction:column;height:100%;display:flex;position:relative}.help__scroll{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;align-items:center;gap:32px;padding:24px 16px 100px;display:flex;overflow-y:auto}.help__title{text-align:center;font-size:24px;font-weight:600;line-height:28px}.help__cards{flex-direction:column;gap:16px;width:100%;display:flex}.help-card{border-radius:var(--radius-lg);text-align:left;background:#0000001f;align-items:center;gap:16px;padding:16px;transition:background .2s;display:flex}.help-card:active{background:#0003}.help-card__icon{flex-shrink:0;width:48px;height:48px}.help-card__text{flex-direction:column;flex:1;display:flex}.help-card__label{font-size:16px;font-weight:400;line-height:24px}.help-card__label--bold{font-weight:600}.help-card__sub{color:var(--light-grey);font-size:14px;font-weight:400;line-height:20px}.help-card__sub-accent{color:var(--teal)}@keyframes helpBlockIn{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.help__title,.help-card{opacity:0;animation:.55s ease-out forwards helpBlockIn}.help__title{animation-delay:0s}.help-card:first-of-type{animation-delay:.15s}.help-card:nth-of-type(2){animation-delay:.3s}.profile{background:linear-gradient(to bottom, var(--gradient-start), var(--gradient-end));flex-direction:column;height:100%;display:flex;position:relative}.profile__scroll{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;align-items:center;gap:32px;padding:24px 16px 100px;display:flex;overflow-y:auto}.profile__avatar-section{flex-direction:column;align-items:center;gap:8px;display:flex}.profile__avatar{object-fit:cover;border-radius:50%;width:64px;height:64px}.profile__name{color:var(--light-grey);font-size:14px;font-weight:500;line-height:20px}.profile__cards{flex-direction:column;gap:16px;width:100%;display:flex}.profile-card{border-radius:var(--radius-lg);text-align:left;background:#0000001f;align-items:center;gap:16px;padding:16px;transition:background .2s;display:flex}.profile-card:active{background:#0003}.profile-card__icon{flex-shrink:0;width:48px;height:48px}.profile-card__text{flex:1;font-size:16px;font-weight:400;line-height:24px}.profile-card__chevron{opacity:.5;flex-shrink:0;width:8px;height:14px}.profile__access{border-radius:var(--radius-lg);background:#0000001f;flex-direction:column;align-items:center;gap:32px;width:100%;padding:16px;display:flex}.profile__access-header{flex-direction:column;align-items:center;gap:12px;display:flex}.profile__access-icon{width:52px;height:52px}.profile__access-title{letter-spacing:-.4px;text-align:center;font-size:18px;font-weight:600;line-height:28px}.profile__field{flex-direction:column;gap:8px;width:100%;display:flex}.profile__field-label{color:var(--light-grey);font-size:14px;font-weight:400;line-height:20px}.profile__input{-webkit-backdrop-filter:blur(16.5px);backdrop-filter:blur(16.5px);border-radius:var(--radius-md);height:56px;color:var(--grey);font-family:var(--font);background:#0000001f;border:none;width:100%;padding:0 14px;font-size:14px;line-height:20px}.profile__input::placeholder{color:var(--grey)}.profile__link-row{-webkit-backdrop-filter:blur(16.5px);backdrop-filter:blur(16.5px);border-radius:var(--radius-md);background:#0000001f;align-items:center;gap:8px;width:100%;height:56px;padding:0 16px;display:flex}.profile__link-url{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:400;line-height:20px;overflow:hidden}.profile__link-copy{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.profile__link-copy img{width:16px;height:20px}@keyframes profileBlockIn{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.profile__avatar-section,.profile__cards>*{opacity:0;animation:.55s ease-out forwards profileBlockIn}.profile__avatar-section{animation-delay:0s}.profile__cards>:first-child{animation-delay:.15s}.profile__cards>:nth-child(2){animation-delay:.3s}.profile__cards>:nth-child(3){animation-delay:.45s}.profile__link-btn{color:#fff;cursor:pointer;background:#53a9ec;border:0;border-radius:8px;justify-content:center;align-items:center;height:40px;padding:0 16px;font-size:14px;font-weight:600;line-height:18px;transition:background .2s,opacity .2s;display:inline-flex}.profile__link-btn:active{background:#449cd9}.profile__link-btn:disabled{opacity:.5;cursor:default}.profile__link-btn--ghost{background:#ffffff1a}.profile__link-btn--ghost:active{background:#ffffff29}.profile__link-form{flex-direction:column;gap:10px;margin-top:4px;display:flex}.profile__link-actions{gap:8px;display:flex}.profile__link-actions .profile__link-btn{flex:1}.profile__link-hint{color:var(--grey);margin:0;font-size:13px;line-height:18px}.profile__link-error{color:var(--red,#fd4a2a);margin:0;font-size:13px;line-height:18px}.purchase{background:linear-gradient(to bottom, var(--gradient-start), var(--gradient-end));flex-direction:column;height:100%;display:flex}.purchase__scroll{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:32px;padding:24px 16px 34px;display:flex;overflow-y:auto}.purchase__header{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.purchase__title{font-size:24px;font-weight:600;line-height:28px}.purchase__subtitle{max-width:194px;font-size:16px;font-weight:400;line-height:24px}.perks{-webkit-overflow-scrolling:touch;cursor:grab;-webkit-user-select:none;user-select:none;flex-shrink:0;gap:8px;margin:0 -16px;padding-bottom:4px;padding-left:16px;padding-right:16px;display:flex;overflow-x:auto}.perks:active{cursor:grabbing}.perk{background:var(--bg-card);border-radius:44px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:16px;width:132px;height:140px;padding:23px 12px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 8px 8px #ffffff1f}.perk--featured{background:0 0}.perk--featured img.perk__bg{object-fit:cover;pointer-events:none;border-radius:44px;width:100%;height:100%;position:absolute;inset:0}.perk__icon{z-index:1;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.perk__icon img{width:32px;height:32px}.perk__label{text-align:center;z-index:1;font-size:14px;font-weight:400;line-height:20px;position:relative}.perk--featured .perk__label{color:#000}.tariffs{flex-direction:column;gap:16px;display:flex}.tariff{border-radius:var(--radius-md);text-align:left;background:#0000001a;align-items:center;gap:16px;width:100%;height:64px;padding:0 14px;transition:background .2s;display:flex}.tariff:active{background:#0000002e}.tariff--selected{background:#0003}.tariff__info{flex-direction:column;flex:1;display:flex}.tariff__name{font-size:16px;font-weight:600;line-height:24px}.tariff__per-month{color:var(--light-grey);font-size:14px;font-weight:400;line-height:20px}.tariff__badge{border-radius:var(--radius-pill);flex-shrink:0;justify-content:center;align-items:center;gap:4px;height:28px;padding:0 10px;font-size:14px;font-weight:400;line-height:20px;display:flex;box-shadow:inset 0 6px 6px #ffffff6e}.tariff__badge--popular{background:var(--teal);color:#000}.tariff__badge--gift{color:#fff;background:#ea00ff}.tariff__badge-icon{width:16px;height:16px}.tariff__price{flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.tariff__current-price{font-size:16px;font-weight:600;line-height:24px}.tariff__old-price{color:var(--light-grey);font-size:14px;font-weight:400;line-height:20px;text-decoration:line-through}.purchase__disclaimer{text-align:center;font-size:14px;font-weight:400;line-height:20px}.purchase__disclaimer a{text-decoration:underline}.pay-option{border-radius:var(--radius-md);text-align:left;background:#ffffff0f;align-items:center;gap:12px;width:100%;padding:16px;font-size:16px;font-weight:400;line-height:24px;transition:background .2s;display:flex}.pay-option+.pay-option{margin-top:16px}.pay-option:active{background:#ffffff1f}.pay-option__icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:600;display:flex}.pay-option__icon--currency{color:var(--bg-card);background:#fff;font-size:17px;font-weight:600}.pay-option__price{flex-shrink:0;margin-left:auto;font-weight:600}.pay-confirm{border:2px dashed var(--teal);border-radius:var(--radius-md);justify-content:space-between;width:100%;margin-top:24px;padding:10px 14px;display:flex}.pay-confirm__left,.pay-confirm__right{flex-direction:column;display:flex}.pay-confirm__right{align-items:flex-end}.pay-confirm__label{font-size:16px;font-weight:600;line-height:24px}.pay-confirm__sub{color:var(--light-grey);font-size:14px;font-weight:400;line-height:20px}.pay-confirm__method{color:var(--light-grey);text-align:center;margin-top:-16px;font-size:14px}.sheet__back{background:#ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.pay-sheets{z-index:10;position:absolute;inset:0}.pay-sheet-slide{z-index:11;pointer-events:none;transition:transform .3s ease-out;position:absolute;bottom:0;left:0;right:0;transform:translate(100%)}.pay-sheet-slide--active{pointer-events:auto;transform:translate(0)}.pay-sheet-slide--left{transform:translate(-100%)}.pay-sheets--closing .pay-sheet-slide--active{transition:transform .3s ease-in;transform:translateY(100%)}@keyframes celebrateIcon{0%{opacity:0;transform:scale(.3)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.celebrate-icon{animation:.6s ease-out celebrateIcon}.confetti{pointer-events:none;z-index:5;position:absolute;top:50%;left:50%}.confetti__particle{border-radius:3px;position:absolute}.pay-sheet-title{text-align:center;font-size:20px;font-weight:600;line-height:24px}@keyframes purchaseBlockIn{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.purchase__scroll>*{opacity:0;animation:.55s ease-out forwards purchaseBlockIn}.purchase__scroll>:first-child{animation-delay:0s}.purchase__scroll>:nth-child(2){animation-delay:.15s}.purchase__scroll>:nth-child(3){animation-delay:.3s}.purchase__scroll>:nth-child(4){animation-delay:.45s}.qr-sheet__backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:90;background:#00000080;animation:.3s qrFadeIn;position:absolute;inset:0}.qr-sheet__backdrop--closing{animation:.3s forwards qrFadeOut}.qr-sheet{background:var(--bg-card);border-radius:var(--radius-lg) var(--radius-lg) 0 0;z-index:91;flex-direction:column;align-items:center;animation:.3s qrSlideUp;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 4px 10px -2px #0000001f}.qr-sheet--closing{animation:.3s forwards qrSlideDown}.qr-sheet__header{align-items:center;width:100%;padding:16px 16px 20px;display:flex}.qr-sheet__spacer{flex-shrink:0;width:28px}.qr-sheet__title{text-align:center;flex:1;font-size:20px;font-weight:600;line-height:24px}.qr-sheet__close{background:#ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.qr-sheet__subtitle{color:var(--grey);text-align:center;font-size:12px;line-height:18px}.qr-sheet__code{border-radius:var(--radius-lg);background:#fff;margin:32px 16px 34px;padding:24px;overflow:hidden}.qr-sheet__img{aspect-ratio:1;background:#fff;width:100%;max-width:358px;height:auto;min-height:340px;display:block}@keyframes qrSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes qrSlideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes qrFadeIn{0%{opacity:0}to{opacity:1}}@keyframes qrFadeOut{0%{opacity:1}to{opacity:0}}.referral{background:var(--bg-card);flex-direction:column;height:100%;display:flex;position:relative}.referral__scroll{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;align-items:center;gap:16px;padding:16px 16px 90px;display:flex;overflow-y:auto}.referral__header{text-align:center;padding-bottom:16px}.referral__title{font-size:24px;font-weight:600;line-height:28px}.referral__subtitle{color:var(--grey);max-width:268px;margin-top:12px;margin-left:auto;margin-right:auto;font-size:16px;font-weight:400;line-height:24px}.referral__levels{border-radius:var(--radius-lg);background:#0000001a;flex-direction:column;gap:12px;width:100%;padding:17px 16px;display:flex}.referral__level{justify-content:space-between;font-size:14px;line-height:20px;display:flex}.referral__stats-block{flex-direction:column;width:100%;display:flex}.referral__stats{border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:#ffffff1a;justify-content:center;align-items:center;height:140px;display:flex}.referral__stat{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.referral__stat-icon{width:36px;height:36px}.referral__stat-text{text-align:center;white-space:pre-line;font-size:14px;line-height:20px}.referral__stats-divider{background:var(--border-subtle);flex-shrink:0;width:1px;height:100px}.referral__top-btn{border-radius:0 0 var(--radius-lg) var(--radius-lg);background:#ffffff1a;justify-content:center;align-items:center;gap:8px;height:56px;font-size:16px;font-weight:600;line-height:24px;display:flex;box-shadow:inset 0 1px #75757540}.referral__crown{width:24px;height:18px}.referral__link-card{border-radius:var(--radius-lg);background:#ffffff1a;flex-direction:column;align-items:center;gap:16px;width:100%;padding:16px;display:flex}.referral__link-title{color:var(--teal);text-align:center;font-size:16px;font-weight:600;line-height:24px}.referral__link-field{border:1.5px dashed var(--teal);border-radius:var(--radius-md);text-align:left;background:#0000001a;align-items:center;gap:8px;width:100%;height:56px;padding:16px;display:flex}.referral__link-url{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;line-height:20px;overflow:hidden}.referral__copy-icon{opacity:.6;flex-shrink:0;width:16px;height:20px}.referral__link-info{color:var(--grey);text-align:center;white-space:pre-line;font-size:12px;line-height:18px}.referral__actions{gap:16px;padding:16px;display:flex;position:absolute;bottom:0;left:0;right:0}.referral__btn{border-radius:var(--radius-md);flex:1;justify-content:center;align-items:center;gap:8px;height:56px;font-size:16px;font-weight:600;line-height:24px;display:flex}.referral__btn--qr{-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);background:#ffffff1a}.referral__qr-badge{background:#fff;border-radius:50px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.referral__qr-badge img{width:16px;height:16px}.referral__btn--invite{background:#000}.referral__invite-icon{width:18px;height:18px}.leaderboard{background:var(--bg-card);flex-direction:column;height:100%;display:flex;position:relative}.leaderboard__scroll{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;align-items:center;gap:16px;padding:16px;display:flex;overflow-y:auto}.leaderboard__title{text-align:center;font-size:24px;font-weight:600;line-height:28px}.leaderboard__me{border-radius:var(--radius-md);background:#ffffff1a;flex-direction:column;align-items:center;gap:4px;width:100%;padding:24px;display:flex}.leaderboard__avatar{border-radius:50%;width:64px;height:64px}.leaderboard__name{color:var(--light-grey);font-size:14px;font-weight:500;line-height:20px}.leaderboard__place{margin-top:12px;font-size:24px;font-weight:600;line-height:28px}.leaderboard__friends{color:var(--teal);font-size:14px;font-weight:600;line-height:20px}.leaderboard__subtitle{color:var(--grey);text-align:center;margin-top:16px;font-size:16px;line-height:24px}.leaderboard__list{flex-direction:column;gap:8px;width:100%;display:flex}.leaderboard__row{border-radius:var(--radius-md);background:#0000001a;justify-content:space-between;align-items:center;height:72px;padding:0 16px;display:flex}.leaderboard__row-left{flex-direction:column;gap:4px;display:flex}.leaderboard__row-count{font-size:16px;font-weight:600;line-height:24px}.leaderboard__row-id{color:#a6a6a6;font-size:14px;line-height:20px}.leaderboard__row-right{justify-content:flex-end;align-items:center;display:flex}.leaderboard__medal{width:24px;height:24px}.leaderboard__row-num{font-size:20px;font-weight:600;line-height:24px}.setup-other{background:linear-gradient(to bottom, var(--gradient-start), var(--gradient-end));flex-direction:column;height:100%;display:flex;position:relative}.setup-other__scroll{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:16px;padding:24px 16px 90px;display:flex;overflow-y:auto}.setup-other__card{border-radius:var(--radius-lg);text-align:center;background:#0000001a;flex-direction:column;align-items:center;gap:16px;padding:24px 16px;display:flex}.setup-other__icon{width:80px;height:50px}.setup-other__title{font-size:24px;font-weight:600;line-height:28px}.setup-other__subtitle{color:var(--light-grey);font-size:16px;line-height:24px}.setup-other__link{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-md);text-align:left;background:#0000001f;align-items:center;gap:8px;width:100%;height:56px;padding:0 14px;display:flex}.setup-other__link-url{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;line-height:20px;overflow:hidden}.setup-other__copy{opacity:.6;flex-shrink:0;width:16px;height:20px}.setup-other__qr-card{border-radius:var(--radius-lg);background:#0000001a;flex-direction:column;align-items:center;gap:24px;padding:16px 16px 32px;display:flex}.setup-other__qr-label{color:var(--light-grey);text-align:center;font-size:16px;line-height:24px}.setup-other__qr-wrap{border-radius:var(--radius-lg);background:#fff;width:193px;height:200px;padding:12px;overflow:hidden}.setup-other__qr{width:100%;height:100%}.setup-other__actions{padding:0 16px 34px;position:absolute;bottom:0;left:0;right:0}.setup-other__btn{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#0000001a;justify-content:center;align-items:center;width:100%;height:56px;font-size:16px;font-weight:600;line-height:24px;display:flex}.gift{background:var(--bg-card);flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.gift__content{flex-direction:column;flex:1;transition:filter .3s;display:flex;position:relative}.gift__hero{pointer-events:none;flex-shrink:0;width:128%;max-width:none;margin-left:-14%}.gift__content--with-gifts .gift__hero{margin-bottom:-40px}.gift__text{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:0 16px;display:flex}.gift__buttons{flex-direction:column-reverse;gap:16px;padding:0 16px 34px;display:flex;position:absolute;bottom:0;left:0;right:0}.gift__title{font-size:24px;font-weight:600;line-height:28px}.gift__subtitle{color:var(--grey);max-width:268px;font-size:16px;line-height:24px}.gift__btn{border-radius:var(--radius-md);background:#000;justify-content:center;align-items:center;gap:8px;width:100%;height:56px;font-size:16px;font-weight:600;line-height:24px;display:flex}.gift__btn--secondary{background:#ffffff1a;margin-top:0}.gift__btn--my{background:#0000001a}.gift__badge{border-radius:var(--radius-pill);background:#ea00ff;align-items:center;gap:4px;padding:4px 10px;font-size:14px;font-weight:600;line-height:20px;display:inline-flex;box-shadow:inset 0 6px 6px #ffffff6e}.gift__badge-icon{width:16px;height:16px}.gift__link{color:var(--white);text-decoration:underline}.gift-tariff-sheet,.gift-done-sheet{z-index:20;animation:.3s giftSheetSlideUp;position:absolute;bottom:0;left:0;right:0}.gift-tariff-sheet--closing,.gift-done-sheet--closing{animation:.3s forwards giftSheetSlideDown}@keyframes giftSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes giftSheetSlideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.gift-sheet__body{flex-direction:column;gap:15px;padding:16px 16px 34px;display:flex}.gift-tariff{border-radius:var(--radius-md);text-align:left;background:#ffffff1a;align-items:center;gap:16px;width:100%;height:64px;padding:0 14px;display:flex}.gift-tariff__left{flex-direction:column;flex:1;display:flex}.gift-tariff__name{font-size:16px;font-weight:600;line-height:24px}.gift-tariff__per{color:var(--light-grey);font-size:14px;line-height:20px}.gift-tariff__bonus{border-radius:var(--radius-pill);background:#ea00ff;flex-shrink:0;align-items:center;gap:4px;padding:4px 10px;font-size:14px;line-height:20px;display:inline-flex;box-shadow:inset 0 6px 6px #ffffff6e}.gift-tariff__right{flex-direction:column;align-items:flex-end;display:flex}.gift-tariff__price{font-size:16px;font-weight:600;line-height:24px}.gift-tariff__old{color:var(--light-grey);font-size:14px;line-height:20px;text-decoration:line-through}.gift-tariff__info{border-radius:var(--radius-lg);background:#0000001a;align-items:center;gap:16px;margin-top:16px;padding:16px;display:flex}.gift-tariff__info-badge{background:#ffffff1a;border-radius:55px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.gift-tariff__info-title{font-size:14px;font-weight:600;line-height:20px;display:block}.gift-tariff__info-text{color:var(--grey);font-size:12px;line-height:18px;display:block}.gift-tariff__legal{color:var(--white);text-align:center;white-space:pre-line;padding:8px 0;font-size:14px;line-height:20px}.gift-done{text-align:center;align-items:center;gap:0}.gift-done__icon{width:104px;height:104px;margin:8px 0 28px}.gift-done__title{font-size:24px;font-weight:600;line-height:28px}.gift-done__link-label{color:var(--teal);margin-top:32px;font-size:16px;line-height:24px}.gift-done .gift-done__link{margin-top:12px}.gift-done .sheet__btn{margin-top:16px}.gift-done .gift-done__link+.sheet__btn{margin-top:32px}.gift-done__link{border:1.5px dashed var(--teal);border-radius:var(--radius-md);text-align:left;background:#0000001a;align-items:center;gap:8px;width:100%;height:56px;padding:0 16px;display:flex}.gift-done__link-url{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;line-height:20px;overflow:hidden}.gift-done__copy{filter:brightness(0)invert();flex-shrink:0;width:16px;height:20px}@keyframes giftSheetFadeOut{0%{opacity:1}to{opacity:0}}.my-gifts{background:var(--bg-card);flex-direction:column;height:100%;display:flex;position:relative}.my-gifts__scroll{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;padding:16px;display:flex;overflow-y:auto}.my-gifts__title{text-align:center;margin-bottom:32px;font-size:24px;font-weight:600;line-height:28px}.my-gifts__list{flex-direction:column;gap:16px;display:flex}.my-gifts__card{border-radius:var(--radius-lg);background:#0000001f;flex-direction:column;gap:32px;padding:16px;display:flex}.my-gifts__card--used{opacity:.6}.my-gifts__card-top{align-items:flex-start;gap:12px;display:flex}.my-gifts__icon-wrap{background:#ffffff1a;border-radius:55px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.my-gifts__icon{width:20px;height:18px}.my-gifts__card-info{flex-direction:column;flex:1;display:flex}.my-gifts__duration{font-size:16px;font-weight:600;line-height:24px}.my-gifts__date{color:var(--light-grey);font-size:14px;font-weight:600;line-height:20px}.my-gifts__status{border-radius:var(--radius-pill);color:var(--grey);background:#ffffff1a;flex-shrink:0;align-self:flex-start;padding:2px 10px;font-size:14px;line-height:20px}.my-gifts__status--active{border:1px solid var(--teal);color:var(--teal);background:0 0}.my-gifts__link{border-radius:var(--radius-md);text-align:left;background:#ffffff1a;align-items:center;gap:8px;width:100%;padding:16px;display:flex}.my-gifts__link:disabled{opacity:.5}.my-gifts__link-url{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;line-height:20px;overflow:hidden}.my-gifts__copy{opacity:.6;flex-shrink:0;width:16px;height:20px}.login{text-align:center;background:#262626;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:0 24px 40px;display:flex;position:relative;overflow:hidden}.login__hero{flex-shrink:0;width:100%;max-width:540px;margin-bottom:-40px}.login__hero img{pointer-events:none;width:100%;height:auto;display:block}.login__text{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.login__title{font-size:24px;font-weight:600;line-height:28px}.login__subtitle{color:var(--grey);white-space:pre-line;max-width:268px;margin:0 auto;font-size:16px;line-height:24px}.login__btn{color:#fff;background:#53a9ec;border-radius:8px;justify-content:center;align-items:center;gap:12px;width:240px;height:40px;margin-bottom:32px;font-size:16px;font-weight:600;line-height:20px;transition:background .2s;display:flex}.login__btn:active{background:#449cd9}.login__btn-icon{width:16px;height:16px}.login__links{gap:24px;display:flex}.login__link{color:#ddd;flex-direction:column;align-items:center;gap:6px;text-decoration:none;display:flex}.login__link-icon{background:#282828;border-radius:100px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.login__link-icon img{width:24px;height:24px}.login__link-label{font-size:14px;font-weight:500;line-height:20px}.login__form{flex-direction:column;align-items:center;gap:12px;width:100%;max-width:320px;margin-bottom:32px;display:flex}.login__input{color:#fff;text-align:center;letter-spacing:.04em;background:#1d1d1d;border:1px solid #333;border-radius:8px;outline:none;width:100%;height:44px;padding:0 16px;font-size:16px;transition:border-color .2s}.login__input:focus{border-color:#53a9ec}.login__input:disabled{opacity:.6}.login__error{color:var(--red,#fd4a2a);text-align:center;white-space:pre-line;margin:0;font-size:13px;line-height:18px}.login__resend{color:var(--grey);cursor:pointer;background:0 0;border:0;margin-bottom:16px;padding:4px 8px;font-size:13px;line-height:18px}.login__resend:disabled{opacity:.4}.login__form .login__btn{width:100%;margin-bottom:0}.topnav{z-index:5;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:24px 24px 0;display:flex;position:relative}.topnav__brand-slot{flex:1;align-items:center;display:flex}.topnav__brand{text-align:left;background:0 0;align-items:center;gap:12px;display:inline-flex}.topnav__logo{border-radius:55px;flex-shrink:0;width:44px;height:44px;display:block}.topnav__brand-name{letter-spacing:-.4px;color:#feffff;white-space:nowrap;font-family:SF Pro,Roboto,sans-serif;font-size:16px;font-weight:600;line-height:22px}.topnav__tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000001f;border-radius:100px;align-items:center;width:548px;height:44px;display:flex;box-shadow:inset 0 1px #ffffff0a}.topnav__tab{height:100%;color:var(--light-grey);background:0 0;border-radius:3324px;flex:1;justify-content:center;align-items:center;font-size:16px;font-weight:600;line-height:24px;transition:color .2s;display:flex}.topnav__tab--active{background:var(--bg-card);color:var(--white);box-shadow:0 8px 12px #00000026,inset 0 12px 12px #ffffff1f}.topnav__actions{flex:1;justify-content:flex-end;align-items:center;gap:12px;display:flex}.topnav__connect{letter-spacing:-.4px;color:#feffff;background:0 0;font-family:SF Pro,Roboto,sans-serif;font-size:16px;font-weight:590;line-height:22px}.topnav__qr{color:#1a1a1a;background:#fff;border-radius:55px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.tabbar-wrapper{z-index:5;padding:0 16px;padding-bottom:max(env(safe-area-inset-bottom,0px), 16px);background:linear-gradient(to bottom, transparent, var(--gradient-end));position:absolute;bottom:0;left:0;right:0}.tabbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000001f;border-radius:100px;align-items:center;height:64px;display:flex;position:relative;overflow:hidden}.tabbar__indicator{background:var(--bg-card);pointer-events:none;z-index:0;border-radius:100px;height:100%;transition:transform .35s cubic-bezier(.34,1.3,.64,1);position:absolute;top:0;left:0;box-shadow:inset 0 12px 12px #ffffff1f}.tabbar__item{z-index:1;border-radius:3324px;flex-direction:column;flex:1;align-items:center;gap:2px;height:64px;padding:8px 0;display:flex;position:relative}.tabbar__icon{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.tabbar__icon img{opacity:.6;width:24px;height:24px}.tabbar__item--active .tabbar__icon img{opacity:1}.tabbar__label{text-align:center;color:var(--light-grey);font-size:10px;font-weight:600;line-height:12px}.tabbar__item--active .tabbar__label{color:var(--white)}.shell{background:#0a0a0a;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.shell__device{border-radius:44px;width:390px;max-width:100vw;height:740px;max-height:100vh;position:relative;overflow:hidden;box-shadow:0 0 0 6px #000}.web-root{width:100%;height:100%;position:relative;overflow:hidden}.tg-root{width:100%;height:100%;padding-top:max(calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px)), env(safe-area-inset-top,0px));background:linear-gradient(to bottom, var(--gradient-start), var(--gradient-end));position:relative;overflow:hidden}@media (width<=430px){.shell{background:0 0}.shell__device{width:100%;height:100%;box-shadow:none;border-radius:0}}.web-shell{background:linear-gradient(to bottom, var(--gradient-start), var(--gradient-end));flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.web-shell__device{width:100%;height:100%;position:relative;overflow:hidden}.web-shell__page{flex-direction:column;flex:1;min-height:0;padding-top:32px;display:flex;position:relative}.web-shell--desktop .web-shell__page{padding-top:64px}.web-shell__page>*{flex:1;min-height:0}.web-shell--tablet,.web-shell--desktop{flex-direction:column;justify-content:flex-start;align-items:stretch}.web-shell--tablet .qr-sheet,.web-shell--tablet .sheet-backdrop+.sheet,.web-shell--tablet .gift-tariff-sheet,.web-shell--tablet .gift-done-sheet,.web-shell--desktop .qr-sheet,.web-shell--desktop .sheet-backdrop+.sheet,.web-shell--desktop .gift-tariff-sheet,.web-shell--desktop .gift-done-sheet{border-radius:var(--radius-lg);width:420px;max-width:calc(100% - 32px);max-height:calc(100vh - 32px);inset:50% auto auto 50%;overflow-y:auto;transform:translate(-50%,-50%)}.web-shell--tablet .pay-sheets,.web-shell--desktop .pay-sheets{background:var(--bg-card);border-radius:var(--radius-lg);grid-template-columns:1fr;width:420px;max-width:calc(100% - 32px);max-height:calc(100vh - 32px);animation:.3s forwards paySheetsIn;display:grid;position:fixed;inset:50% auto auto 50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 4px 10px -2px #0000001f}.web-shell--tablet .pay-sheets--closing,.web-shell--desktop .pay-sheets--closing{animation:.3s forwards paySheetsOut}@keyframes paySheetsIn{0%{opacity:0;transform:translate(calc(60px - 50%),-50%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes paySheetsOut{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,calc(80px - 50%))}}.web-shell--tablet .pay-sheet-slide,.web-shell--desktop .pay-sheet-slide{opacity:0;pointer-events:none;grid-area:1/1;transition:transform .3s ease-out,opacity .3s ease-out;position:relative;bottom:auto;left:auto;right:auto}.web-shell--tablet .pay-sheet-slide--active,.web-shell--desktop .pay-sheet-slide--active{opacity:1;pointer-events:auto}.web-shell--tablet .pay-sheet-slide .sheet,.web-shell--desktop .pay-sheet-slide .sheet{box-shadow:none;background:0 0;border-radius:0;animation:none;position:relative;bottom:auto;left:auto;right:auto}.web-shell--desktop .setup__grid{grid-template-columns:1fr 1fr 1fr}.web-shell .glow-orange:before{filter:blur(180px);width:80vw;max-width:1200px;height:600px;bottom:-520px}.web-shell .home__scroll,.web-shell .setup__scroll,.web-shell .help__scroll,.web-shell .profile__scroll,.web-shell .purchase__scroll,.web-shell .referral__scroll,.web-shell .leaderboard__scroll,.web-shell .my-gifts__scroll,.web-shell .gift__content,.web-shell .setup-other__scroll,.web-shell .flow__body,.web-shell .flow__actions{width:100%;max-width:400px;margin-left:auto;margin-right:auto;padding-top:0;padding-left:0;padding-right:0}:is(.web-shell:has(.referral),.web-shell:has(.leaderboard),.web-shell:has(.my-gifts),.web-shell:has(.gift)){background:var(--bg-card)}.web-shell:has(.referral) .glow-orange:before{display:none}.web-shell:has(.leaderboard) .glow-orange:before{display:none}.web-shell:has(.my-gifts) .glow-orange:before{display:none}.web-shell:has(.gift) .glow-orange:before{display:none}.web-shell .referral__actions{width:100%;max-width:432px;left:50%;right:auto;transform:translate(-50%)}.web-shell .qr-sheet__backdrop,.web-shell .sheet-backdrop{z-index:1000;position:fixed}.web-shell--tablet .qr-sheet,.web-shell--tablet .sheet-backdrop+.sheet,.web-shell--tablet .pay-sheets,.web-shell--tablet .gift-tariff-sheet,.web-shell--tablet .gift-done-sheet,.web-shell--desktop .qr-sheet,.web-shell--desktop .sheet-backdrop+.sheet,.web-shell--desktop .pay-sheets,.web-shell--desktop .gift-tariff-sheet,.web-shell--desktop .gift-done-sheet{z-index:1001;position:fixed}.web-shell--tablet .qr-sheet,.web-shell--tablet .qr-sheet--closing,.web-shell--tablet .sheet-backdrop+.sheet,.web-shell--tablet .gift-tariff-sheet,.web-shell--tablet .gift-tariff-sheet--closing,.web-shell--tablet .gift-done-sheet,.web-shell--tablet .gift-done-sheet--closing,.web-shell--desktop .qr-sheet,.web-shell--desktop .qr-sheet--closing,.web-shell--desktop .sheet-backdrop+.sheet,.web-shell--desktop .gift-tariff-sheet,.web-shell--desktop .gift-tariff-sheet--closing,.web-shell--desktop .gift-done-sheet,.web-shell--desktop .gift-done-sheet--closing{animation:.25s forwards webSheetIn}.web-shell--tablet .qr-sheet--closing,.web-shell--tablet .sheet-backdrop+.sheet--closing,.web-shell--tablet .gift-tariff-sheet--closing,.web-shell--tablet .gift-done-sheet--closing,.web-shell--desktop .qr-sheet--closing,.web-shell--desktop .sheet-backdrop+.sheet--closing,.web-shell--desktop .gift-tariff-sheet--closing,.web-shell--desktop .gift-done-sheet--closing{animation:.25s forwards webSheetOut}@keyframes webSheetIn{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes webSheetOut{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-48%)scale(.96)}}:root{--bg:#1a1a1a;--bg-card:#262626;--bg-button:#0000001a;--bg-button-hover:#0000002e;--border-subtle:#ffffff1a;--teal:#00e8bf;--red:#ff4d4d;--white:#fff;--grey:#a4a4a4;--light-grey:#cacaca;--text-muted:#ffffffa3;--gradient-start:#5c6b74;--gradient-end:#68647f;--radius-sm:12px;--radius-md:16px;--radius-lg:24px;--radius-pill:333px;--font:"Roboto", system-ui, -apple-system, sans-serif}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{font-family:var(--font);background:var(--bg);color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{flex-direction:column;display:flex}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;-webkit-appearance:none;background:0 0;border:none;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}button:active{transition:transform .1s ease-out;transform:scale(1.05)}img{max-width:100%;display:block}.glow-orange:before{content:"";filter:blur(111px);pointer-events:none;z-index:0;background:#ffb34959;border-radius:50%;width:359px;height:371px;position:absolute;bottom:-180px;left:50%;transform:translate(-50%)}.scroll-fade-shadow{background:linear-gradient(to bottom, transparent, var(--gradient-end));pointer-events:none;z-index:3;opacity:0;height:160px;position:absolute;bottom:0;left:0;right:0}.scroll-fade-shadow--visible{opacity:1}*{scrollbar-width:none}::-webkit-scrollbar{display:none}
