.startup-root{z-index:1000;will-change:transform;background:#000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100dvh;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0;transform:translateY(0)}.startup-root--leaving{transform:translateY(-100%)}.startup-root--leaving .startup-icon,.startup-root--leaving .startup-loader-dot{animation-play-state:paused}.startup-icon{width:88px;height:88px;animation:1.8s ease-in-out infinite startup-pulse}.startup-loader{align-items:center;gap:8px;display:flex;position:absolute;bottom:64px}.startup-loader-dot{opacity:.25;background:#fff;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite startup-dot}.startup-loader-dot:nth-child(2){animation-delay:.15s}.startup-loader-dot:nth-child(3){animation-delay:.3s}@keyframes startup-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.94)}}@keyframes startup-dot{0%,80%,to{opacity:.25;transform:scale(1)}40%{opacity:1;transform:scale(1.3)}}.auth-root{width:100%;min-height:100dvh;padding:calc(env(safe-area-inset-top) + 24px) 24px calc(env(safe-area-inset-bottom) + 24px);background:#000;flex-direction:column;display:flex}.auth-anim{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) forwards auth-fade-up;animation-delay:var(--auth-anim-delay,0s)}@keyframes auth-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.auth-anim{opacity:1;animation:none}}.auth-header{flex-shrink:0;justify-content:center;display:flex}.auth-title{color:#fff;text-align:center;margin:24px 0 0;font-size:28px;font-weight:600;line-height:1.28}.auth-subtitle{color:#ffffff8c;text-align:center;margin:10px 0 0;font-size:15px;line-height:1.4}.auth-hero{flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.auth-body{flex-direction:column;flex-shrink:0;gap:16px;width:100%;margin-top:56px;margin-bottom:28px;display:flex}.auth-mail-image{object-fit:contain;width:220px;height:220px;margin:0 auto;display:block}.auth-field-label{color:#ffffff8c;margin:0 0 8px;font-size:13px}.auth-input-row{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:10px;padding:4px 4px 4px 16px;transition:border-color .2s;display:flex}.auth-input-row.is-valid{border-color:#c084fc80}.auth-input{color:#fff;-webkit-user-select:text;user-select:text;background:0 0;border:none;outline:none;flex:1;padding:12px 0;font-family:inherit;font-size:16px}.auth-input::placeholder{color:#ffffff4d;opacity:0;filter:blur(6px);animation:.35s cubic-bezier(.16,1,.3,1) .34s forwards auth-placeholder-in}@keyframes auth-placeholder-in{0%{opacity:0;filter:blur(6px)}to{opacity:1;filter:blur()}}@media (prefers-reduced-motion:reduce){.auth-input::placeholder{opacity:1;filter:none;animation:none}}.auth-consents{flex-direction:column;gap:10px;margin-top:22px;display:flex}.auth-checkbox-row{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:10px;display:flex}.auth-checkbox{appearance:none;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff40;border-radius:5px;flex-shrink:0;width:18px;height:18px;margin-top:1px;transition:border-color .2s,background .2s;position:relative}.auth-checkbox:checked{background:linear-gradient(135deg,#c084fc 0%,#67e8f9 100%);border-color:#c084fcb3}.auth-checkbox:checked:after{content:"";border:2px solid #000;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:1px;left:5px;transform:rotate(45deg)}.auth-checkbox-text{color:#ffffff8c;font-size:12.5px;line-height:1.45}.auth-legal-link{color:#ffffffd9;text-underline-offset:2px;text-decoration:underline}.auth-code-inputs{justify-content:center;gap:10px;display:flex}.auth-code-input{text-align:center;color:#fff;-webkit-user-select:text;user-select:text;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;outline:none;width:52px;height:60px;font-family:inherit;font-size:22px;font-weight:600}.auth-code-input:focus{border-color:#c084fc99}.auth-code-email{text-align:center;color:#ffffff80;margin:0 0 20px;font-size:14px}.auth-status-copy{text-align:center;color:#ffffff8c;margin:16px 0 0;font-size:14px}.auth-error{color:#fca5a5;background:#f871711f;border:1px solid #f871714d;border-radius:12px;align-items:center;gap:8px;margin:0 0 12px;padding:10px 14px;font-size:13.5px;line-height:1.4;animation:.2s auth-error-in;display:flex}.auth-error--code{margin:20px 0 12px}.auth-error:before{content:"!";color:#000;background:#f87171;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:11px;font-weight:700;display:flex}@keyframes auth-error-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.auth-back{appearance:none;color:#ffffff80;cursor:pointer;background:0 0;border:none;margin:16px auto 0;padding:8px;font-family:inherit;font-size:14px}.auth-footer{flex-shrink:0;width:100%}.auth-btn{appearance:none;letter-spacing:.5px;cursor:pointer;color:#000;background:linear-gradient(135deg,#c084fc 0%,#a78bfa 15%,#67e8f9 35%,#86efac 55%,#fcd34d 70%,#f9a8d4 85%,#c084fc 100%) 0 0/300% 300%;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;padding:15px 0;font-family:inherit;font-size:15px;font-weight:700;animation:4s infinite auth-holo-shift;display:flex;position:relative;overflow:hidden}.auth-btn:disabled{opacity:.35;cursor:default;animation:none}.auth-btn:active:not(:disabled){opacity:.88}@keyframes auth-holo-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (prefers-reduced-motion:reduce){.auth-btn{animation:none}}.auth-legal-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:24px;animation:.2s forwards auth-legal-fade;display:flex;position:fixed;inset:0}@keyframes auth-legal-fade{0%{opacity:0}to{opacity:1}}.auth-legal-modal{background:#111;border:1px solid #ffffff1a;border-radius:18px;width:100%;max-width:340px;padding:22px 20px 20px}.auth-legal-modal-title{color:#fff;margin:0 0 10px;font-size:16px;font-weight:700}.auth-legal-modal-text{color:#ffffff8c;margin:0 0 18px;font-size:13.5px;line-height:1.5}.auth-legal-modal-close{appearance:none;cursor:pointer;color:#fff;background:#ffffff1a;border:none;border-radius:12px;width:100%;padding:12px 0;font-family:inherit;font-size:14px;font-weight:600}.auth-legal-modal-close:active{background:#ffffff29}.bs-root{z-index:50;pointer-events:none;position:fixed;inset:0}.bs-overlay{pointer-events:all;background:#000;position:absolute;inset:0}.bs-sheet{pointer-events:all;-webkit-user-select:none;user-select:none;will-change:transform;background:#1c1c1e;border:1px solid #ffffff1a;flex-direction:column;display:flex;position:absolute;overflow:hidden}.bs-handle-wrap{cursor:grab;touch-action:none;flex-shrink:0;justify-content:center;padding:14px 0 10px;display:flex}.bs-handle-wrap:active{cursor:grabbing}.bs-handle{background:#ffffff40;border-radius:2px;width:36px;height:4px}.bs-fullscreen-bar{padding:calc(var(--sat,0px) + 12px) 16px 8px;flex-shrink:0;justify-content:flex-end;align-items:center;display:flex}.bs-close-btn{color:#ffffffb3;cursor:pointer;touch-action:manipulation;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .15s;display:flex}.bs-close-btn:active{background:#fff3}.bs-close-btn svg{width:16px;height:16px}.bs-content{color:#fff;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0;overflow:hidden auto}.bills-root{flex-direction:column;width:100%;display:flex}.bills-body{padding:8px 20px calc(env(safe-area-inset-bottom) + 90px);flex-direction:column;gap:0;display:flex}.bills-divider{align-items:center;gap:14px;padding:22px 0 10px;display:flex}.bills-divider-label{letter-spacing:1.8px;color:#ffffff73;text-transform:uppercase;white-space:nowrap;flex-shrink:0;font-size:11px;font-weight:800}.bills-divider-line{background:#ffffff26;flex:1;height:1px}.bills-hero{flex-direction:column;align-items:center;gap:2px;padding:10px 0 22px;display:flex}.bills-hero-total{letter-spacing:-1.5px;color:#fff;font-variant-numeric:tabular-nums;margin:0;font-size:48px;font-weight:800;line-height:1}.bills-hero-usd{letter-spacing:-.5px;color:#4ade80;margin:0;font-size:26px;font-weight:700;line-height:1.2}.bills-hero-usd-sign{margin-right:1px;font-size:20px;font-weight:700}.bills-list-wrap{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-y:scroll}.bills-list-wrap::-webkit-scrollbar{display:none}.bills-list{flex-direction:column;gap:10px;display:flex}.bills-tx{cursor:pointer;touch-action:manipulation;text-align:left;-webkit-tap-highlight-color:transparent;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;flex-shrink:0;align-items:center;gap:14px;width:100%;height:84px;padding:18px 20px;display:flex}.bills-tx:active{background:#ffffff17}.bills-ruble{color:#ffffff8c;text-align:center;flex-shrink:0;width:28px;font-size:28px;font-weight:700;line-height:1}.bills-ruble--faded{color:#ffffff59}.bills-tx-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.bills-tx-name{color:#fff;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:800;overflow:hidden}.bills-tx-date{color:#fff6;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.bills-tx-amount{color:#4ade80;letter-spacing:-1px;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:32px;font-weight:900;line-height:1}.bills-tx-amount--faded{color:#4ade80}.bills-empty{background:#ffffff05;border:1px solid #ffffff14;border-radius:20px;justify-content:center;align-items:center;height:180px;display:flex}.bills-empty-text{letter-spacing:2.5px;color:#ffffff47;text-transform:uppercase;text-align:center;margin:0;font-size:13px;font-weight:700;line-height:1.5}.bills-receipt{flex-direction:column;align-items:center;padding:4px 20px 20px;display:flex}.bills-receipt-icon{border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:14px;display:flex}.bills-receipt-icon--pending{color:#fbbf24;background:#fbbf2426}.bills-receipt-icon svg{width:24px;height:24px}.bills-receipt-amount{letter-spacing:-1.5px;color:#fff;margin:0;font-size:40px;font-weight:700;line-height:1}.bills-receipt-status{margin:6px 0 20px;font-size:13px;font-weight:600}.bills-receipt-rows{border-top:1px solid #ffffff14;flex-direction:column;gap:0;width:100%;margin-bottom:16px;display:flex}.bills-receipt-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:12px;padding:13px 0;display:flex}.bills-receipt-label{color:#fff6;flex-shrink:0;font-size:13px;font-weight:500}.bills-receipt-value{color:#fff;text-align:right;font-size:13px;font-weight:600}.bills-receipt-close{color:#fff;cursor:pointer;touch-action:manipulation;background:#ffffff1a;border:none;border-radius:20px;width:100%;padding:15px;font-family:inherit;font-size:15px;font-weight:600;transition:background .12s}.bills-receipt-close:active{background:#ffffff29}.sp-root{width:100%;padding-bottom:calc(env(safe-area-inset-bottom) + 90px);flex-direction:column;display:flex}.sp-content{flex-direction:column;gap:12px;padding:14px 16px;display:flex}.sp-card{background:#ffffff05;border:1px solid #ffffff2e;border-radius:20px;overflow:hidden}.sp-card-btn{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:18px;transition:background .12s;display:flex}.sp-card-btn:active{background:#ffffff0f}.sp-card-label{color:#fff;font-size:15px;font-weight:600}.sp-chevron{color:#fff6;align-items:center;display:flex}.sp-chevron svg{width:18px;height:18px}.sp-search-card{flex-direction:column;display:flex}.sp-search-wrap{border-bottom:1px solid #ffffff14;align-items:center;padding:4px 14px;display:flex;position:relative}.sp-search-icon{color:#ffffff59;flex-shrink:0;align-items:center;margin-right:10px;display:flex}.sp-search-icon svg{width:17px;height:17px}.sp-search{color:#fff;background:0 0;border:none;outline:none;padding:12px 0;font-family:inherit;font-size:15px}.sp-search::placeholder{color:#ffffff4d}.sp-faq-list{flex-direction:column;display:flex}.sp-faq-item{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;text-align:left;background:0 0;border:none;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:15px 18px;transition:background .12s;display:flex}.sp-faq-item:last-child{border-bottom:none}.sp-faq-item:active{background:#ffffff0d}.sp-faq-question{color:#fff;margin:0;font-size:14px;font-weight:500;line-height:1.4}.sp-faq-empty{color:#ffffff59;text-align:center;margin:0;padding:20px 18px;font-size:14px}.sp-panel{z-index:50;background:#0a0f1a;flex-direction:column;animation:.26s cubic-bezier(.22,1,.36,1) both sp-slide-up;display:flex;position:fixed;inset:0}.sp-panel.is-closing{animation:.26s cubic-bezier(.22,1,.36,1) both sp-slide-down}@keyframes sp-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes sp-slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}.sp-panel-back{top:calc(env(safe-area-inset-top) + 12px);color:#fffc;cursor:pointer;touch-action:manipulation;z-index:2;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .12s;display:flex;position:absolute;left:16px}.sp-panel-back:active{background:#ffffff2e}.sp-panel-back svg{width:18px;height:18px}.sp-panel-back--inline{flex-shrink:0;position:static}.sp-panel-body{padding:calc(env(safe-area-inset-top) + 64px) 0 calc(env(safe-area-inset-bottom) + 24px)}.sp-article-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;margin:0 16px;padding:24px 20px}.sp-article-kicker{letter-spacing:1.5px;color:#ffffff59;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:700}.sp-article-title{color:#fff;margin:0 0 14px;font-size:20px;font-weight:700;line-height:1.3}.sp-article-text{color:#ffffffa6;margin:0 0 24px;font-size:15px;line-height:1.6}.sp-article-actions{flex-direction:column;gap:10px;display:flex}.sp-article-action{color:#fff;cursor:pointer;touch-action:manipulation;text-align:center;background:#ffffff0f;border:1px solid #ffffff24;border-radius:14px;width:100%;padding:15px;font-family:inherit;font-size:15px;font-weight:600;transition:background .12s}.sp-article-action:active{background:#ffffff1f}.sp-article-action--secondary{color:#ffffff8c;background:#ffffff08;border-color:#ffffff14}.sp-article-action-row{justify-content:center;align-items:center;gap:8px;display:flex}.sp-article-back-icon{align-items:center;display:flex}.sp-article-back-icon svg{width:16px;height:16px}.sp-chat-panel{background:#060d18}.sp-chat-viewport{flex-direction:column;height:100%;display:flex}.sp-chat-header{padding:calc(env(safe-area-inset-top) + 10px) 16px 12px;-webkit-backdrop-filter:blur(12px);background:#060d18f5;border-bottom:1px solid #ffffff12;flex-shrink:0;align-items:center;gap:12px;display:flex}.sp-chat-agent{align-items:center;gap:12px;min-width:0;display:flex}.sp-agent-avatar{color:#fff;letter-spacing:.5px;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:700;display:flex}.sp-chat-agent-info{flex-direction:column;gap:2px;min-width:0;display:flex}.sp-chat-title{color:#fff;margin:0;font-size:15px;font-weight:700}.sp-chat-subtitle{color:#fff6;margin:0;font-size:12px}.sp-chat-body{flex-direction:column;gap:2px;padding:16px 16px 8px;display:flex}.sp-schedule-badge{background:#ffffff0d;border:1px solid #ffffff17;border-radius:20px;align-self:center;width:100%;max-width:280px;margin:0 auto 16px;padding:10px 14px}.sp-schedule-toggle{color:#fff9;cursor:pointer;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:0;font-family:inherit;display:flex}.sp-schedule-title{font-size:13px;font-weight:700}.sp-schedule-chevron{align-items:center;transition:transform .2s;display:flex}.sp-schedule-chevron svg{width:15px;height:15px}.sp-schedule-badge.is-open .sp-schedule-chevron{transform:rotate(90deg)}.sp-schedule-content{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .22s cubic-bezier(.22,1,.36,1),opacity .2s;display:grid;overflow:hidden}.sp-schedule-badge.is-open .sp-schedule-content{opacity:1;grid-template-rows:1fr}.sp-schedule-inner{flex-direction:column;gap:4px;padding-top:10px;display:flex;overflow:hidden}.sp-schedule-inner p{color:#ffffff73;text-align:center;margin:0;font-size:12px;font-weight:600}.sp-msg-block{flex-direction:column;display:flex}.sp-bubble-row{align-items:flex-end;gap:8px;display:flex}.sp-bubble-row.is-user{flex-direction:row-reverse}.sp-bubble-row.gap-top{margin-top:10px}.sp-avatar-placeholder{flex-shrink:0;width:38px}.sp-bubble{border-radius:18px;flex-direction:column;gap:4px;max-width:72%;padding:11px 14px;animation:.22s cubic-bezier(.22,1,.36,1) both bubble-in;display:flex}@keyframes bubble-in{0%{opacity:0;transform:scale(.92)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.sp-bubble--support{color:#edf3ff;background:#ffffff12;border:1px solid #ffffff17;border-bottom-left-radius:6px}.sp-bubble--user{color:#fff;background:#ffffff26;border-bottom-right-radius:6px}.sp-bubble-text{margin:0;font-size:14px;line-height:1.5}.sp-bubble-time{color:#ffffff59;align-self:flex-end;font-size:11px;font-weight:600}.sp-bubble--user .sp-bubble-time{color:#ffffff80}.sp-draft-status{justify-content:center;align-items:center;margin:8px 0 4px;animation:.18s cubic-bezier(.22,1,.36,1) both bubble-in;display:flex}.sp-draft-pill{background:#ffffff12;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;display:inline-flex}.sp-draft-icon{border:2px dashed #fff6;border-radius:50%;width:18px;height:18px;animation:1.6s linear infinite sp-spin}.sp-draft-status.is-completed .sp-draft-icon{background:conic-gradient(#4ade80 0 75%, transparent 75% 100%);border-style:solid;border-color:#4ade80;animation:none}@keyframes sp-spin{to{transform:rotate(360deg)}}.sp-draft-text{color:#ffffff80;white-space:nowrap;font-size:12px;font-weight:700}.sp-draft-status.is-completed .sp-draft-text{color:#4ade80}.sp-typing-row{align-items:flex-end;gap:8px;margin-top:10px;display:flex}.sp-typing{background:#ffffff12;border:1px solid #ffffff17;border-radius:18px 18px 18px 6px;align-items:center;gap:5px;padding:13px 16px;animation:.26s cubic-bezier(.22,1,.36,1) both bubble-in;display:flex}.sp-typing span{background:#fff6;border-radius:50%;width:7px;height:7px;animation:1.3s ease-in-out infinite sp-typing-dot}.sp-typing span:nth-child(2){animation-delay:.18s}.sp-typing span:nth-child(3){animation-delay:.36s}@keyframes sp-typing-dot{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.sp-compose{padding:10px 16px calc(env(safe-area-inset-bottom) + 14px);-webkit-backdrop-filter:blur(12px);background:#060d18f5;border-top:1px solid #ffffff12;flex-shrink:0}.sp-compose-form{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;align-items:flex-end;gap:10px;padding:10px 14px;display:flex}.sp-compose-input{color:#fff;font:inherit;resize:none;background:0 0;border:none;outline:none;min-height:24px;max-height:120px;font-size:15px;line-height:1.45}.sp-compose-input::placeholder{color:#ffffff4d}.sp-send{color:#fff6;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background .18s,color .18s;display:flex}.sp-send svg{width:16px;height:16px}.sp-send.is-active{color:#000;background:#fff}.sp-send.is-active:active{transform:scale(.92)}.sp-unavailable{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:32px 24px 16px;display:flex}.sp-unavailable-icon{color:#ffffff80;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.sp-unavailable-icon svg{width:26px;height:26px}.sp-unavailable-text{color:#ffffffb3;margin:0;font-size:15px;font-weight:600;line-height:1.4}.home-root{color:#fff;background:#000;flex-direction:column;width:100%;min-height:100dvh;font-family:system-ui,-apple-system,Segoe UI,sans-serif;display:flex}.ptr-banner{top:calc(env(safe-area-inset-top) + 12px);z-index:100;-webkit-backdrop-filter:blur(16px);color:#fff;white-space:nowrap;pointer-events:none;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;padding:8px 18px;font-size:13px;font-weight:600;transition:opacity .2s,transform .3s cubic-bezier(.34,1.56,.64,1);position:fixed;left:50%}.home-topbar{z-index:20;padding:calc(env(safe-area-inset-top) + 14px) 16px 14px;-webkit-backdrop-filter:blur(20px);background:#000;border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;display:flex;position:sticky;top:0}.home-logo-wrap{justify-content:center;align-items:center;width:120px;height:28px;display:flex;position:relative}.home-logo-img{width:120px;height:auto;display:block;position:absolute}.home-favicon-img{pointer-events:none;border-radius:8px;width:36px;height:36px;display:block;position:absolute}.home-content{padding:14px 16px calc(env(safe-area-inset-bottom) + 90px);flex-direction:column;flex:1;gap:14px;display:flex}.subscription-banner{background:#ffffff05;border:1px solid #ffffff2e;border-radius:20px;flex-direction:column;gap:18px;width:100%;padding:20px 18px 18px;display:flex!important}.subscription-days{align-items:baseline;gap:8px;display:flex}.days-number{letter-spacing:-2px;color:#fff;font-size:68px;font-weight:700;line-height:1}.days-label{letter-spacing:2px;color:#fff;font-size:26px;font-weight:600}.subscription-actions{gap:10px;display:flex}.subscription-actions>span{flex:1;display:flex!important}.btn-install,.btn-renew{letter-spacing:1.5px;cursor:pointer;touch-action:manipulation;border-radius:14px;flex:1;width:100%;min-height:52px;padding:15px 0;font-size:13px;font-weight:700}.btn-install{color:#fff;background:0 0;border:1px solid #ffffff4d;transition:background .15s}.btn-install:active{background:#ffffff1a}.btn-renew{color:#000;background:linear-gradient(135deg,#c084fc 0%,#a78bfa 15%,#67e8f9 35%,#86efac 55%,#fcd34d 70%,#f9a8d4 85%,#c084fc 100%) 0 0/300% 300%;border:none;font-weight:800;animation:4s infinite holo-shift;position:relative;overflow:hidden}.btn-renew:after{content:"";background:linear-gradient(105deg,#0000 40%,#ffffff59 50%,#0000 60%) 0 0/200% 200%;animation:3s linear infinite holo-sheen;position:absolute;inset:0}.btn-renew span{z-index:1;position:relative}.btn-renew:active{opacity:.88}@keyframes holo-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes holo-sheen{0%{background-position:-100% 0}to{background-position:200% 0}}.connections-banner{background:#ffffff05;border:1px solid #ffffff2e;border-radius:20px;flex-direction:column;gap:12px;width:100%;padding:18px 16px;display:flex!important}.connections-header{letter-spacing:.8px;color:#fff9;text-transform:uppercase;font-size:12px;font-weight:600;display:block!important}.connections-list{flex-direction:column;min-height:208px;display:flex}.connections-loading{flex:1;justify-content:center;align-items:center;min-height:160px;display:flex}.device-spinner{border:2.5px solid #ffffff1f;border-top-color:#ffffffb3;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite device-spin}@keyframes device-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.device-spinner{animation-duration:1.6s}}.connections-empty{flex:1;justify-content:center;align-items:center;min-height:160px;display:flex;position:relative}.terminal-bg{padding:4px 0;font-family:SF Mono,Menlo,Monaco,Courier New,monospace;font-size:11px;line-height:1.75;position:absolute;inset:0;overflow:hidden;-webkit-mask-image:radial-gradient(90% 80%,#0000 30%,#000 100%);mask-image:radial-gradient(90% 80%,#0000 30%,#000 100%)}.terminal-line{white-space:nowrap;align-items:baseline;display:flex}.terminal-prompt{color:#ffffff38}.terminal-cursor{color:#fff6;margin-left:1px;font-size:12px;transition:opacity .1s}.terminal-label{letter-spacing:2.5px;color:#ffffff47;text-transform:uppercase;text-align:center;margin:0;font-size:13px;font-weight:700;line-height:1.5;position:relative}.device-row{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:12px;width:100%;padding:13px 14px;display:flex!important}.device-icon{flex-shrink:0;justify-content:center;align-items:center;width:28px;display:flex}.device-info{flex-direction:column;flex:1;gap:2px;display:flex}.device-name{color:#fff;letter-spacing:.2px;font-size:14px;font-weight:600}.device-status{color:#4ade80;font-size:11px;font-weight:500}.device-remove{color:#ffffff8c;cursor:pointer;touch-action:manipulation;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:36px;min-height:36px;padding:6px 8px;font-size:20px;line-height:1;transition:background .15s;display:flex}.device-remove:active{color:#fff;background:#ffffff1f}.connections-banner>span:last-child{width:100%;display:flex!important}.btn-add-slots{color:#fffc;letter-spacing:1.5px;cursor:pointer;touch-action:manipulation;background:0 0;border:1px solid #fff3;border-radius:14px;width:100%;min-height:50px;padding:15px 0;font-size:12px;font-weight:700;transition:background .15s}.btn-add-slots:active{background:#ffffff12}.history-section{flex-direction:column;gap:4px;margin-top:12px;padding:0 4px;display:flex}.history-section__title{letter-spacing:.8px;text-transform:uppercase;color:#ffffff59;padding:0 4px 6px;font-size:11px;font-weight:600;display:block!important}.history-flat-list{flex-direction:column;display:flex}.history-empty{background:#ffffff05;border:1px solid #ffffff14;border-radius:20px;justify-content:center;align-items:center;height:180px;display:flex}.history-empty-text{letter-spacing:2.5px;color:#ffffff47;text-transform:uppercase;text-align:center;margin:0;font-size:13px;font-weight:700;line-height:1.5}.history-flat-row{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;width:100%;padding:13px 4px;display:flex!important}.history-flat-row:last-child{border-bottom:none}.history-left{flex-direction:column;gap:3px;display:flex}.history-amount{color:#fff;font-size:15px;font-weight:500}.history-date{color:#ffffff59;font-size:11px;font-weight:400}.history-status{font-size:12px;font-weight:500}.confirm-body{flex-direction:column;gap:6px;padding:4px 20px 16px;display:flex}.confirm-title{color:#fff;text-align:center;margin:0;font-size:17px;font-weight:600}.confirm-sub{color:#ffffff73;text-align:center;margin:0 0 12px;font-size:13px}.confirm-actions{gap:10px;display:flex}.confirm-btn{cursor:pointer;touch-action:manipulation;border:none;border-radius:14px;flex:1;padding:14px 0;font-size:15px;font-weight:600;transition:opacity .15s}.confirm-btn:active{opacity:.7}.confirm-btn--cancel{color:#fff;background:#ffffff1a}.confirm-btn--danger{color:#fff;background:#ff3b30}.bottom-nav-wrap{z-index:10;padding:8px 24px calc(env(safe-area-inset-bottom) + 8px);position:fixed;bottom:0;left:0;right:0;display:block!important}.bottom-nav{-webkit-backdrop-filter:blur(20px);background:#1c1c1ef5;border:1px solid #ffffff1f;border-radius:40px;justify-content:space-around;align-items:stretch;padding:3px;display:flex;box-shadow:0 8px 32px #0006,0 2px 8px #0003}.nav-btn{cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;transform-origin:50%;background:0 0;border:none;border-radius:32px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:8px 16px;transition:opacity .15s,background .2s,transform .35s cubic-bezier(.34,1.56,.64,1);display:flex}@media (hover:hover){.nav-btn:hover{transform:scale(.94)}}.nav-btn.nav-btn--pressing{opacity:.7;transform:scale(.9)}.nav-btn--active{background:#fff}.nav-btn__icon{justify-content:center;align-items:center;display:flex}.nav-btn__label{letter-spacing:.1px;color:#fff9;font-family:-apple-system,SF Pro Text,system-ui,sans-serif;font-size:10px;font-weight:500;line-height:1}.nav-btn--active .nav-btn__label{color:#1c1c1e;font-weight:600}.welcome-root{width:100%;min-height:100dvh;padding:calc(env(safe-area-inset-top) + 24px) 24px calc(env(safe-area-inset-bottom) + 24px);background:#000;flex-direction:column;align-items:center;display:flex;position:relative;overflow:hidden}.welcome-bg-image{object-fit:contain;object-position:right center;pointer-events:none;z-index:0;width:auto;max-width:90%;height:120%;position:absolute;top:-10%;right:0}.welcome-logo{z-index:1;flex-shrink:0;width:auto;height:22px;position:relative}.welcome-heading{z-index:1;color:#fff;align-self:flex-start;max-width:280px;margin:100px 0 0;font-size:30px;font-weight:600;line-height:1.28;position:relative}.welcome-orbits{z-index:1;flex:1;justify-content:center;align-items:center;width:100%;min-height:0;display:flex;position:relative}.welcome-orbit-ring{border:1px solid;border-radius:50%;position:absolute;top:50%;left:50%}.welcome-orbit-ring--outer{width:var(--outer-size);height:var(--outer-size);margin:calc(var(--outer-size) / -2) 0 0 calc(var(--outer-size) / -2);border-color:#c084fc59;transform:rotate(-8deg)}.welcome-orbit-ring--inner{width:var(--inner-size);height:var(--inner-size);margin:calc(var(--inner-size) / -2) 0 0 calc(var(--inner-size) / -2);border-color:#67e8f959;transform:rotate(6deg)}.welcome-avatar{background:radial-gradient(circle at 35% 30%,#e5e5ea,#9a9aa2);border-radius:50%;width:84px;height:84px;margin:-42px 0 0 -42px;position:absolute;top:50%;left:50%;box-shadow:0 0 40px #ffffff14}.welcome-orbit-appear{width:var(--size);height:var(--size);margin:calc(var(--size) / -2) 0 0 calc(var(--size) / -2);opacity:0;animation:welcome-orbit-in .6s cubic-bezier(.16, 1, .3, 1) var(--orbit-in-delay,0s) forwards;position:absolute;top:50%;left:50%}@keyframes welcome-orbit-in{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.welcome-orbit-spin{width:100%;height:100%;animation:welcome-spin var(--duration) linear infinite;animation-direction:var(--spin-dir,normal);position:absolute;top:0;left:0}.welcome-orbit-icon-position{width:0;height:0;transform:rotate(var(--angle)) translate(calc(var(--size) / 2));position:absolute;top:50%;left:50%}.welcome-orbit-icon-counter{width:40px;height:40px;transform:rotate(calc(var(--angle) * -1));position:absolute;top:-20px;left:-20px}.welcome-orbit-icon{width:100%;height:100%;animation:welcome-spin var(--duration) linear infinite;animation-direction:var(--spin-dir-rev,reverse)}.welcome-orbit-icon img{object-fit:cover;-webkit-touch-callout:none;-webkit-user-drag:none;user-drag:none;pointer-events:none;border-radius:50%;width:100%;height:100%;box-shadow:0 4px 14px #00000080}.welcome-orbit-icon-img--padded{transform:scale(1.35)}@keyframes welcome-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.welcome-actions{z-index:1;opacity:0;flex-shrink:0;width:100%;max-width:360px;animation:.55s cubic-bezier(.16,1,.3,1) .75s forwards welcome-actions-in;position:relative}@keyframes welcome-actions-in{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.welcome-actions{opacity:1;animation:none}}.welcome-btn{appearance:none;letter-spacing:.5px;cursor:pointer;color:#000;background:linear-gradient(135deg,#c084fc 0%,#a78bfa 15%,#67e8f9 35%,#86efac 55%,#fcd34d 70%,#f9a8d4 85%,#c084fc 100%) 0 0/300% 300%;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;padding:15px 0;font-family:inherit;font-size:15px;font-weight:700;animation:4s infinite welcome-holo-shift;display:flex;position:relative;overflow:hidden}.welcome-btn:after{content:"";background:linear-gradient(105deg,#0000 40%,#ffffff59 50%,#0000 60%) 0 0/200% 200%;animation:3s linear infinite welcome-holo-sheen;position:absolute;inset:0}.welcome-btn:active{opacity:.88}@keyframes welcome-holo-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes welcome-holo-sheen{0%{background-position:-100% 0}to{background-position:200% 0}}.welcome-btn-nav{z-index:1;align-items:center;gap:5px;display:inline-flex;position:relative}.welcome-btn-dot{opacity:.75;background:currentColor;border-radius:50%;width:5px;height:5px}.welcome-btn-play{z-index:1;width:14px;height:14px;position:relative}@media (prefers-reduced-motion:reduce){.welcome-orbit-appear{opacity:1;animation:none}.welcome-orbit-spin,.welcome-orbit-icon,.welcome-btn,.welcome-btn:after{animation:none}}.howitwork-root{width:100%;min-height:100dvh;padding:calc(env(safe-area-inset-top) + 24px) 24px calc(env(safe-area-inset-bottom) + 24px);background:#000;flex-direction:column;align-items:center;display:flex;position:relative;overflow:hidden}.howitwork-bg-image{object-fit:contain;object-position:right center;pointer-events:none;z-index:0;width:auto;max-width:90%;height:120%;position:absolute;top:-10%;right:0}.howitwork-logo{z-index:1;flex-shrink:0;align-self:center;width:auto;height:22px;position:relative}.howitwork-hero{z-index:1;align-self:flex-start;max-width:300px;margin:100px 0 0;position:relative}.howitwork-title{color:#fff;margin:0;font-size:28px;font-weight:600;line-height:1.28}.howitwork-subtitle{color:#ffffff80;margin:14px 0 0;font-size:15px;line-height:1.4}.howitwork-diagram{z-index:1;flex:1;justify-content:center;align-items:center;width:100%;max-width:360px;min-height:0;display:flex;position:relative}.howitwork-diagram-inner{width:100%;height:196px;position:relative}.howitwork-avatar{z-index:2;opacity:0;background:radial-gradient(circle at 35% 30%,#e5e5ea,#9a9aa2);border-radius:50%;width:56px;height:56px;margin:-28px 0 0 -28px;animation:.4s cubic-bezier(.34,1.56,.64,1) forwards howitwork-icon-in;position:absolute;top:0;left:28px;transform:scale(.6);box-shadow:0 0 30px #ffffff14}.howitwork-lines{width:100%;height:190px;position:absolute;top:0;left:0}.howitwork-lines-svg{width:100%;height:100%}.howitwork-line{fill:none;stroke-width:3px;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1px;animation:.7s cubic-bezier(.16,1,.3,1) forwards howitwork-line-draw;animation-delay:var(--line-delay,0s)}.howitwork-line--blue{stroke:#38bdf8}.howitwork-line--pink{stroke:#e879f9}@keyframes howitwork-line-draw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.howitwork-line{stroke-dashoffset:0;animation:none}}.howitwork-icons-row{z-index:2;justify-content:space-between;max-width:300px;display:flex;position:absolute;left:20px;right:0}.howitwork-icons-row--top{top:62px}.howitwork-icons-row--bottom{top:152px}.howitwork-icon{border-radius:50%;width:44px;height:44px;overflow:hidden;box-shadow:0 4px 14px #00000080}.howitwork-icon-anim{opacity:0;animation:.4s cubic-bezier(.34,1.56,.64,1) forwards howitwork-icon-in;animation-delay:var(--icon-delay,0s);transform:scale(.4)}@keyframes howitwork-icon-in{to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.howitwork-avatar,.howitwork-icon-anim{opacity:1;animation:none;transform:none}}.howitwork-icon img{object-fit:cover;-webkit-touch-callout:none;-webkit-user-drag:none;user-drag:none;pointer-events:none;width:100%;height:100%}.howitwork-actions{z-index:1;flex-direction:column;flex-shrink:0;gap:12px;width:100%;max-width:360px;display:flex;position:relative}.howitwork-btn-next{appearance:none;letter-spacing:.5px;cursor:pointer;color:#000;background:linear-gradient(135deg,#c084fc 0%,#a78bfa 15%,#67e8f9 35%,#86efac 55%,#fcd34d 70%,#f9a8d4 85%,#c084fc 100%) 0 0/300% 300%;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;padding:15px 0;font-family:inherit;font-size:15px;font-weight:700;animation:4s infinite howitwork-holo-shift;display:flex;position:relative;overflow:hidden}.howitwork-btn-next:after{content:"";background:linear-gradient(105deg,#0000 40%,#ffffff59 50%,#0000 60%) 0 0/200% 200%;animation:3s linear infinite howitwork-holo-sheen;position:absolute;inset:0}.howitwork-btn-next:active{opacity:.88}@keyframes howitwork-holo-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes howitwork-holo-sheen{0%{background-position:-100% 0}to{background-position:200% 0}}.howitwork-btn-nav{z-index:1;align-items:center;gap:5px;display:inline-flex;position:relative}.howitwork-btn-dot{opacity:.75;background:currentColor;border-radius:50%;width:5px;height:5px}.howitwork-btn-play{z-index:1;width:14px;height:14px;position:relative}.howitwork-btn-back{appearance:none;cursor:pointer;color:#ffffffb3;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;width:100%;min-height:52px;padding:15px 0;font-family:inherit;font-size:15px;font-weight:600}.howitwork-btn-back:active{opacity:.7}@media (prefers-reduced-motion:reduce){.howitwork-btn-next,.howitwork-btn-next:after{animation:none}}.pw-root{width:100%;min-height:100dvh;padding:calc(env(safe-area-inset-top) + 24px) 24px calc(env(safe-area-inset-bottom) + 24px);background:#000;flex-direction:column;display:flex;position:relative;overflow:hidden}.pw-bg-image{object-fit:contain;object-position:right center;pointer-events:none;z-index:0;width:auto;max-width:90%;height:120%;position:absolute;top:-10%;right:0}.pw-header{z-index:1;flex-shrink:0;justify-content:center;display:flex;position:relative}.pw-main{z-index:1;flex-direction:column;flex:1;justify-content:center;min-height:0;padding-top:15%;display:flex;position:relative}.pw-title{color:#fff;border-bottom:1px solid #ffffff1f;align-self:flex-start;width:100%;margin:0;padding-bottom:16px;font-size:26px;font-weight:600;line-height:1.28}.pw-body{padding-top:18px}.pw-plans-loading{justify-content:center;align-items:center;min-height:200px;display:flex}.pw-spinner{border:2.5px solid #ffffff1f;border-top-color:#ffffffb3;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite pw-spin}@keyframes pw-spin{to{transform:rotate(360deg)}}.pw-plans-anim{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) forwards pw-fade-up;animation-delay:var(--pw-anim-delay,0s)}@keyframes pw-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.pw-plans-anim{opacity:1;animation:none}.pw-spinner{animation-duration:1.6s}}.pw-plans{flex-direction:column;gap:12px;display:flex}.pw-plan{appearance:none;cursor:pointer;text-align:left;background:#ffffff08;border:1px solid #ffffff26;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:22px 20px;transition:border-color .2s,background .2s;display:flex;position:relative;overflow:hidden}.pw-plan.is-selected{background:#c084fc14;border-color:#c084fc99}.pw-plan.is-shiny:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 30%,#ffffff59 48%,#c084fc40 52%,#0000 70%) -100% 0/250% 100%;animation:.7s forwards pw-plan-shiny;position:absolute;inset:0}@keyframes pw-plan-shiny{0%{background-position:-100% 0}to{background-position:100% 0}}@media (prefers-reduced-motion:reduce){.pw-plan.is-shiny:after{animation:none;display:none}}.pw-plan-info{flex-direction:column;gap:3px;min-width:0;display:flex}.pw-plan-name{color:#fff;font-size:17px;font-weight:600}.pw-plan-subtitle{color:#ffffff73;font-size:13.5px}.pw-plan-price{flex-shrink:0;align-items:baseline;gap:2px;display:flex}.pw-plan-price-value{color:#fff;font-variant-numeric:tabular-nums;font-size:22px;font-weight:700}.pw-plan-price-currency{color:#ffffff80;font-size:15px}.pw-promo{margin-top:20px}.pw-promo-row{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:8px;padding:4px 4px 4px 16px;transition:border-color .2s;display:flex}.pw-promo-row.is-applied{border-color:#4ade8080}.pw-promo-input{color:#fff;text-transform:uppercase;-webkit-user-select:text;user-select:text;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:12px 0;font-family:inherit;font-size:15px}.pw-promo-input::placeholder{color:#ffffff4d;text-transform:none}.pw-promo-input:disabled{color:#ffffff80;-webkit-text-fill-color:#ffffff80}.pw-promo-btn{appearance:none;color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:10px;flex-shrink:0;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s,color .15s}.pw-promo-btn:disabled{opacity:.4;cursor:default}.pw-promo-row.is-applied .pw-promo-btn{color:#4ade80;background:#4ade8026}.pw-footer{z-index:1;flex-direction:column;flex-shrink:0;gap:12px;width:100%;padding-top:20px;display:flex;position:relative}.pw-btn{appearance:none;letter-spacing:.5px;cursor:pointer;color:#000;background:linear-gradient(135deg,#c084fc 0%,#a78bfa 15%,#67e8f9 35%,#86efac 55%,#fcd34d 70%,#f9a8d4 85%,#c084fc 100%) 0 0/300% 300%;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;padding:15px 0;font-family:inherit;font-size:15px;font-weight:700;animation:4s infinite pw-holo-shift;display:flex;position:relative;overflow:hidden}.pw-btn:disabled{opacity:.35;cursor:default;animation:none}.pw-btn:active:not(:disabled){opacity:.88}@keyframes pw-holo-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.pw-btn-nav{z-index:1;align-items:center;gap:5px;display:inline-flex;position:relative}.pw-btn-dot{opacity:.75;background:currentColor;border-radius:50%;width:5px;height:5px}.pw-btn-play{z-index:1;width:14px;height:14px;position:relative}.pw-btn-back{appearance:none;cursor:pointer;color:#ffffffb3;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;width:100%;min-height:52px;padding:15px 0;font-family:inherit;font-size:15px;font-weight:600}.pw-btn-back:active{opacity:.7}@media (prefers-reduced-motion:reduce){.pw-btn{animation:none}}
