@import"https://fonts.googleapis.com/css2?family=Unbounded:wght@400;600;700&family=Poppins:wght@400;500;600&family=Cousine&display=swap";@import"https://fonts.googleapis.com/css2?family=Unbounded:wght@400;600&family=Poppins:wght@400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{background-color:#e7f2f3;background-image:radial-gradient(52.57% 52.57% at 50% 47.43%,#98e4e6,#e7f2f3);background-attachment:fixed;background-repeat:no-repeat;background-position:top center;background-size:402px 2216px;min-height:100%}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable both-edges}html,body{scrollbar-width:none}html::-webkit-scrollbar,body::-webkit-scrollbar{width:0;height:0}#root{width:100%;min-height:100vh}.app-pages{width:100%;position:relative;min-height:100vh}.app-page{position:absolute;inset:0;width:100%;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .25s ease,visibility 0s linear .25s;will-change:opacity;max-height:100%;overflow:hidden;z-index:0}.app-page.is-active{position:relative;opacity:1;pointer-events:auto;visibility:visible;transition:opacity .25s ease,visibility 0s linear 0s;max-height:none;overflow:visible;z-index:1}.font-unbounded{font-family:Unbounded,sans-serif}.font-poppins{font-family:Poppins,sans-serif}.home-bottom-nav{position:fixed;left:50%;bottom:16px;transform:translate(-50%);width:min(calc(100% - 52px),300px);z-index:60;pointer-events:none}.home-bottom-nav__inner{display:flex;justify-content:space-between;align-items:center;gap:6px;padding:6px;border-radius:52px;background:#ffffff59;border:1px solid rgba(255,255,255,.721);box-shadow:0 4px 10px #0b53601a,inset 0 1px #fff6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:auto}.bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 8px;background:transparent;border:none;color:var(--text-dark);font-family:Poppins,sans-serif;font-size:12px;letter-spacing:.01em;cursor:pointer;transition:color .2s ease,transform .35s ease;border-radius:30px;position:relative;overflow:hidden;transform:translateY(0)}.bottom-nav__item:focus-visible{outline:2px solid rgba(255,255,255,.8);outline-offset:4px}.bottom-nav__item.is-active{color:var(--text-dark);font-weight:600}.bottom-nav__item:before{content:"";position:absolute;inset:0;border-radius:inherit;background:#ffffff2e;box-shadow:inset 0 1px #ffffff80,inset 0 -1px #fff3;opacity:0;transform:scaleX(.8);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.bottom-nav__item.is-active:before{opacity:1;transform:scaleX(1)}.bottom-nav__icon{width:100%;display:flex;align-items:center;justify-content:center;position:relative;transition:filter .2s ease,transform .3s ease;z-index:1}.bottom-nav__icon img,.bottom-nav__icon-img{width:18px;height:18px;filter:brightness(0) saturate(100%);transition:filter .2s ease}.bottom-nav__icon-img--requests{width:20px;height:20px}.bottom-nav__item.is-active .bottom-nav__icon img,.bottom-nav__item.is-active .bottom-nav__icon-img{filter:brightness(0) saturate(100%) invert(52%) sepia(86%) saturate(829%) hue-rotate(138deg) brightness(99%) contrast(92%);transform:translateY(-1px)}.bottom-nav__item.is-active .bottom-nav__label{color:#12bad2}.bottom-nav__label{position:relative;z-index:1;transition:color .2s ease,transform .3s ease}.bottom-nav__badge{position:absolute;top:2px;right:6px;min-width:14px;height:14px;border-radius:999px;background:#12bad2;color:#fff;font-size:9px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.85);box-shadow:0 3px 8px #0e5e6c33}.currency-modal{position:absolute;left:0;right:0;top:var(--currency-modal-top, 62px);width:100%;display:flex;justify-content:center;z-index:40;pointer-events:none;animation:currency-modal-fade .25s ease}.currency-modal__panel{position:relative;width:100%;max-width:none;margin:0;border-radius:30px;padding:18px 16px 20px;background:#fff;box-shadow:0 20px 60px #0c53612e;border:1px solid rgba(255,255,255,.85);display:flex;flex-direction:column;gap:12px;pointer-events:auto;transform-origin:top center;animation:currency-modal-scale .22s ease}.currency-modal__panel:before{content:"";position:absolute;top:-10px;left:var(--currency-modal-anchor, 50%);width:28px;height:14px;background:#fff;border:1px solid rgba(255,255,255,.85);border-bottom:none;box-shadow:0 -6px 16px #0c53612e;transform:translate(-50%);clip-path:polygon(50% 0,100% 100%,0 100%)}.currency-modal__tabs{display:flex;gap:6px;padding:4px;border-radius:88px;background:#f0f4f5e6}.currency-modal__tab{flex:1;border:none;border-radius:88px;padding:10px 12px;background:transparent;font-family:Poppins,sans-serif;font-size:15px;color:#2828288c;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.currency-modal__tab.is-active{background:linear-gradient(135deg,#23cfe0,#11a3c1);color:#fff;box-shadow:0 12px 24px #10627433}.currency-modal__list{display:flex;flex-direction:column;gap:6px;max-height:281px;overflow-y:auto;padding:6px 2px 2px;box-sizing:border-box}.currency-modal__list::-webkit-scrollbar{width:4px}.currency-modal__list::-webkit-scrollbar-thumb{background:#106c7e40;border-radius:999px}.currency-option{width:100%;border-radius:22px;padding:10px 14px;border:1px solid rgba(240,244,246,.9);background:#ffffffeb;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;box-shadow:inset 0 1px #ffffffa6;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.currency-option:hover{border-color:#12bad266;box-shadow:inset 0 1px #ffffffe6,0 12px 26px #0c53612e;transform:translateY(-2px)}.currency-option.is-active{border-color:#12bad2a6;box-shadow:0 12px 24px #0c536129;transform:translateY(-1px)}@media(hover:none)and (pointer:coarse){.currency-option:hover{border-color:#f0f4f6e6;box-shadow:inset 0 1px #ffffffa6;transform:none}}.currency-option__icon{width:42px;height:42px;border-radius:16px;background:#f7fafbe6;display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #fffc}.currency-option__icon img{width:28px;height:28px;border-radius:50%}.currency-option__icon--fallback{font-family:Unbounded,sans-serif;font-size:12px;letter-spacing:.08em;color:#fff;text-transform:uppercase}.currency-option__icon--usd{background:linear-gradient(135deg,#e9fbff,#c8ecff);color:#0d4573}.currency-option__icon--eur{background:linear-gradient(135deg,#f6f1ff,#e6d9ff);color:#4a2fb8}.currency-option__icon--rub{background:linear-gradient(135deg,#ffeef3,#ffd5e0);color:#b31844}.currency-option__info{display:flex;align-items:center;justify-content:space-between;flex:1;gap:12px}.currency-option__name{font-family:Poppins,sans-serif;font-size:15px;color:var(--text-dark)}.currency-option__code{font-family:Poppins,sans-serif;font-size:13px;letter-spacing:.03em;color:#282828a6;text-transform:uppercase}@media(max-width:480px){.currency-modal{width:100%;left:0;right:0;top:var(--currency-modal-top, 56px);padding:0}.currency-modal__panel{border-radius:28px;padding:18px 12px 20px}}@keyframes currency-modal-scale{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes currency-modal-fade{0%{opacity:0}to{opacity:1}}:root{--app-width: 402px;--text-dark: #282828;--accent: #12bad2;--accent-dark: #0f9bb1;--card-outer: linear-gradient(180deg, rgba(247, 250, 251, .08) 0%, rgba(247, 250, 251, .02) 100%);--card-inner: transparent;--shadow-card: 0 32px 70px rgba(10, 83, 97, .16);--glass-border: rgba(255, 255, 255, .35);--glass-tint-color: 247, 250, 251;--glass-tint-opacity: .24;--glass-highlight: rgba(255, 255, 255, .65);--glass-inner-shadow: inset 0 0 28px -6px rgba(255, 255, 255, .45);--glass-blur: 32px;--page-bottom-gap: 120px;--profile-bg-offset-x: 14px;--profile-bg-offset-y: -155px}.home-page{min-height:100vh;background-color:#e7f2f3;background-image:radial-gradient(52.57% 52.57% at 50% 47.43%,#98e4e6,#e7f2f3);background-repeat:no-repeat;background-position:top center;background-size:402px auto;display:flex;justify-content:center;padding:48px 0 var(--page-bottom-gap);padding-bottom:calc(var(--page-bottom-gap) + env(safe-area-inset-bottom));position:relative;overflow:hidden;font-family:Poppins,sans-serif;color:var(--text-dark)}.home-background{position:absolute;width:var(--app-width);left:50%;top:0;bottom:0;transform:translate(-50%);pointer-events:none;overflow:visible;z-index:1}.home-bg-top{position:absolute;width:402px;height:494px;left:calc(50% - 201px);top:0;pointer-events:none;z-index:1;overflow:visible}.home-bg-top__image{position:absolute;width:361px;height:363px;right:-90px;top:calc(50% - 201.5px);-o-object-fit:cover;object-fit:cover;filter:blur(4px);opacity:.45;transform:rotate(-24.51deg)}.home-bg-bottom{position:absolute;width:402px;height:494px;left:calc(50% - 165px);top:1200px;pointer-events:none;z-index:1;overflow:visible}.home-bg-bottom__image{position:absolute;width:255px;height:256px;left:-208px;top:calc(50% - 135px);-o-object-fit:cover;object-fit:cover;filter:blur(4px);opacity:.45;transform:rotate(-24.51deg)}.home-bg{position:absolute;max-width:none;height:auto;opacity:.82;pointer-events:none;filter:drop-shadow(0 18px 70px rgba(12,108,126,.25))}.home-bg--right{width:480px;top:0;left:72px;transform:rotate(24.5deg)}.home-bg--left{width:410px;top:420px;left:-245px;transform:rotate(-18deg)}.home-bg--mid{width:520px;top:820px;left:-90px;transform:rotate(8deg);opacity:.68}.home-bg--cross{width:680px;top:1140px;left:-140px;opacity:.45;mix-blend-mode:screen;filter:drop-shadow(0 40px 120px rgba(12,108,126,.25))}.home-mockup{width:var(--app-width);display:flex;flex-direction:column;gap:24px;position:relative;z-index:2}.app-overlay{position:fixed;inset:0;z-index:50;pointer-events:none;overflow-y:auto;overscroll-behavior:contain;background:#e7f2f3;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;scrollbar-width:none}.app-overlay::-webkit-scrollbar{width:0;height:0}.app-overlay.is-active{opacity:1;visibility:visible;pointer-events:auto}@media(max-width:420px){.home-background,.home-mockup{width:calc(100% - 24px)}}.home-header{display:flex;justify-content:space-between;align-items:center;padding:0 16px}.home-user{display:flex;align-items:center;gap:12px}.home-user__avatar{width:62px;height:62px;border-radius:50%}.home-user__name{font-family:Unbounded,sans-serif;font-size:16px;line-height:1.3}.home-user__username{font-size:14px;line-height:1.3}.home-header__alert{width:58px;height:58px;border-radius:50%;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff8c;border:1px solid rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;box-shadow:0 20px 34px #0e6c7a2e;cursor:pointer}.home-header__alert img{width:32px;height:32px}.home-card{position:relative;background:var(--card-outer);border:1px solid rgba(255,255,255,.2);border-radius:32px;box-shadow:var(--shadow-card);padding:16px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:hidden}.home-card:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(140deg,#ffffff40,#ffffff0d 70%);pointer-events:none;opacity:.5}.home-card>*{position:relative;z-index:1}.home-card--exchange{padding:0;border:none;background:transparent;box-shadow:none}.home-card--exchange:after{display:none}.home-card__inner{position:relative;border-radius:24px;padding:22px;border:1px solid rgba(255,255,255,.28);background:var(--card-inner);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));isolation:isolate;overflow:hidden;box-shadow:0 25px 65px #09536547}.home-card__inner:before{content:"";position:absolute;inset:0;border-radius:inherit;background:rgba(var(--glass-tint-color),var(--glass-tint-opacity));box-shadow:var(--glass-inner-shadow);z-index:-1}.home-card__inner:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,#ffffff59,#fff0 60%);opacity:.35;mix-blend-mode:screen;pointer-events:none}.home-card__inner>*{position:relative;z-index:1}.exchange-card{background:linear-gradient(180deg,#f7fafb33,#def6f940);border-radius:32px;border:1px solid rgba(255,255,255,.25);padding:18px;box-shadow:0 24px 48px #0b52632e;display:flex;flex-direction:column;gap:16px}.exchange-card__panel{position:relative;padding:22px 20px 24px;border-radius:24px;background:#f7fafb14;border:1px solid rgba(255,255,255,.24);box-shadow:0 22px 40px #0d505f38;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:visible;z-index:2}.exchange-card__panel>*:not(.currency-modal){position:relative;z-index:1}.exchange-card__panel:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(140deg,#ffffff2e,#ffffff05 70%);pointer-events:none;mix-blend-mode:screen;z-index:0}.exchange-card__panel .exchange__divider:before{right:92px}.exchange-card__panel .exchange__swap-btn{right:18px}.exchange-card__actions{padding:2px 0 0;display:flex;flex-direction:column;gap:14px}.exchange-card__actions .primary-btn{margin:0;width:100%}.exchange-card__actions .exchange__toggle{margin:0 0 6px;padding:8px 12px}.home-card--exchange{padding:20px;border:none;background:transparent}.exchange__panel-block{position:relative;padding:22px 20px 24px;border-radius:24px;background:#f7fafb14;border:1px solid rgba(255,255,255,.24);box-shadow:0 22px 40px #0d505f38;-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px)}.exchange__panel-block:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(140deg,#ffffff2e,#ffffff05 70%);pointer-events:none;mix-blend-mode:screen}.exchange__panel-block .exchange__divider:before{right:92px}.exchange__panel-block .exchange__swap-btn{right:18px}.exchange__actions{padding:12px 4px 4px;display:flex;flex-direction:column;gap:14px}.exchange__actions .primary-btn{margin:0}.section-title{font-family:Unbounded,sans-serif;font-size:20px;line-height:1.3;margin-bottom:16px}.section-title--plain{font-weight:400}.pill{border:1px solid rgba(255,255,255,.45);border-radius:12px;padding:10px 16px;font-size:14px;line-height:1.3;display:inline-flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 24px #106c7e1a}.pill--light{background:#fffffff2;color:var(--text-dark)}.pill--dark,.pill--light{font-size:12px;font-weight:500;letter-spacing:.02em}.pill--dark{background:linear-gradient(135deg,#0f1114,#1b1f26);color:#fff;border-color:#ffffff14;box-shadow:0 14px 28px #00000040;border-radius:16px;padding:6px 12px;min-height:30px;text-align:center}.pill--dropdown{min-width:auto;text-align:center}.pill--dark img,.pill--light img{width:7px;height:11px}.primary-btn{width:100%;border:1px solid rgba(255,255,255,.4);border-radius:999px;padding:16px;background:linear-gradient(135deg,#24d8e3,#15adc6);color:#fff;font-family:Unbounded,sans-serif;font-size:16px;line-height:1.3;cursor:pointer;box-shadow:none;transition:background .3s ease,box-shadow .3s ease,transform .3s ease,border-color .3s ease}.primary-btn--wide{display:inline-flex;align-items:center;justify-content:center;gap:10px}.primary-btn__plus{width:21px;height:21px;padding:6px;border:1px solid #ffffff;border-radius:88px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1;color:#fff;font-family:Unbounded,sans-serif;font-weight:400}.primary-btn__label{font-size:15px;font-weight:500}@media(hover:hover)and (pointer:fine){.primary-btn:hover{border-color:#fff9;box-shadow:0 28px 54px #106c7e47;transform:translateY(-2px)}}.primary-btn:active{transform:translateY(0);box-shadow:0 18px 32px #106c7e38}.exchange{display:flex;flex-direction:column;gap:16px}.exchange__row,.exchange__info-row{display:flex;align-items:center;gap:10px}.exchange__row-label,.exchange__info{display:inline-flex;align-items:center;gap:10px;font-size:14px;flex:1}.exchange__row .pill,.exchange__info .pill{padding:6px 14px;font-size:12px;box-shadow:none}.exchange__value-row{display:flex;justify-content:flex-start;align-items:flex-end;gap:12px;margin-bottom:6px}.exchange__value-row--secondary{justify-content:flex-start;margin-bottom:4px}.exchange__value{font-family:Unbounded,sans-serif;font-size:36px}.exchange__value-input{width:100%;max-width:220px;font-family:Unbounded,sans-serif;font-size:36px;line-height:1.2;font-variant-numeric:tabular-nums;background:transparent;border:none;padding:0;margin:0;color:var(--text-dark);caret-color:#12bad2;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.exchange__value-input--secondary{font-size:36px;opacity:.9}.exchange__value-input::-moz-placeholder{color:#28282873}.exchange__value-input::placeholder{color:#28282873}.exchange--panel{position:relative}.exchange__row .pill--dropdown,.exchange__info .pill--dropdown{margin-left:auto;justify-content:center;padding:6px 12px;width:74px}.exchange__swap{display:none}.exchange__divider{position:relative;min-height:68px;margin:6px 0 10px;display:flex;align-items:center;padding-right:78px}.exchange__divider:before{content:"";position:absolute;left:0;right:72px;top:50%;transform:translateY(-50%);height:2px;border-radius:999px;background:linear-gradient(90deg,#12bad200,#12bad259,#12bad200)}.exchange__swap-btn{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;box-shadow:0 6px 14px #0b53601f,inset 0 1px #ffffff73;display:flex;align-items:center;justify-content:center;padding:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;transition:background .3s ease,box-shadow .3s ease,transform .3s ease}.exchange__swap-btn:hover{background:#ffffff14;box-shadow:0 14px 28px #0b53602e,inset 0 1px #ffffff80;transform:translateY(calc(-50% - 2px))}.exchange__swap-btn:active{transform:translateY(calc(-50% + 1px));box-shadow:0 6px 16px #0b536029,inset 0 1px #ffffff73}.exchange__swap-btn img{width:62px;height:62px;border-radius:50%;padding:0;background:transparent;box-shadow:none;transition:transform .5s ease;will-change:transform}.exchange__swap-btn.is-rotating img{animation:swap-spin .6s ease}@keyframes swap-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.exchange__info-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.exchange__toggle{display:flex;gap:6px;padding:6px;border-radius:999px;background:#ffffff38;border:1px solid rgba(255,255,255,.65);box-shadow:inset 0 1px #fffc,0 8px 18px #116d7b1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.exchange__toggle-btn{flex:1;border:none;border-radius:999px;padding:12px 0;font-size:14px;background:transparent;color:var(--text-dark);font-family:Poppins,sans-serif;transition:background .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease;cursor:pointer}.exchange__toggle-btn.is-active{background:linear-gradient(135deg,#fff,#d7f9fcf2);box-shadow:0 8px 20px #0000001a;color:#09a9c6}@media(hover:hover)and (pointer:fine){.exchange__toggle-btn:hover{background:#ffffff52;box-shadow:inset 0 1px #ffffff73,0 12px 24px #0c536129;transform:translateY(-1px)}.exchange__toggle-btn.is-active:hover{background:linear-gradient(135deg,#fff,#d2f8fc);box-shadow:0 12px 26px #0000001f;color:#09a9c6}}.rates-head,.rates-row{display:grid;grid-template-columns:1.2fr .9fr .9fr;align-items:center;font-size:14px;line-height:1.3}.rates-head{margin-bottom:14px;padding:0}.rates-head span{text-align:left;padding-left:0;font-family:Poppins,sans-serif;font-weight:500}.rates-head span:first-child{padding-left:0}.rates-head span:nth-child(2){padding-left:6px;margin-left:4px}.rates-head span:nth-child(3){padding-left:4px;margin-left:-4px}.rates-list{display:flex;flex-direction:column;gap:12px}.rates-row{background:linear-gradient(135deg,#ffffff2e,#d6f8fc38);border:1px solid rgba(255,255,255,.35);border-radius:22px;padding:12px 16px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 20px 38px #0e6c7a1f}.rates-row span,.rates-asset span{font-family:Poppins,sans-serif;font-weight:400}.rates-row span:nth-child(2),.rates-row span:nth-child(3){text-align:left;padding-left:6px;font-variant-numeric:tabular-nums}.rates-asset{display:flex;align-items:center;gap:12px}.rates-asset img{width:40px;height:40px}.offline-card{background:linear-gradient(135deg,#ffffff52,#dcf8fc59);border-radius:22px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid rgba(255,255,255,.4);box-shadow:inset 0 1px #ffffffd9,0 20px 38px #0e6c7a1a;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);text-decoration:none;color:inherit;cursor:pointer}.offline-card__info{display:flex;align-items:center;gap:14px}.offline-card__info img{width:62px;height:62px;border-radius:50%}.offline-card__title{font-family:Poppins,sans-serif;font-size:16px;font-weight:500}.offline-card__subtitle{font-size:14px}.offline-card__action{font-size:14px;line-height:1.3;display:inline-flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;background:linear-gradient(135deg,#27d4df,#16b8cd);color:#fff;border-radius:20px;padding:10px 26px;box-shadow:0 18px 30px #126c7a33}.services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.service-card{position:relative;border-radius:22px;padding:20px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-height:170px;box-shadow:0 12px 26px #0b53601f,inset 0 1px #ffffffb3;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(140deg,#ffffff24,#ffffff05);border:1px solid rgba(255,255,255,.28);transition:background .35s ease,color .35s ease,box-shadow .35s ease,transform .3s ease;cursor:pointer;overflow:hidden;isolation:isolate;will-change:transform,background,color;touch-action:pan-y;width:100%;text-align:left;font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;color:var(--text-dark);text-decoration:none}.service-card *{cursor:inherit;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none}.service-card:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,#fff6,#fff0 70%);opacity:.4;mix-blend-mode:screen;pointer-events:none;transition:opacity .35s ease}.service-card>*{position:relative;z-index:1}.service-card h4,.service-card p{transition:color .35s ease}.service-card:focus-visible{outline:2px solid rgba(255,255,255,.45);outline-offset:4px}.service-card:focus-visible,.service-card.is-active{background:linear-gradient(135deg,#27d4df,#16b8cd)!important;color:#fff!important;border-color:#ffffff59;box-shadow:0 26px 48px #105e7059;transform:translateY(-4px)}.service-card:focus-visible:after,.service-card.is-active:after{opacity:.55}.service-card.is-active{transform:translateY(-2px) scale(.99)}.service-card h4{font-family:Unbounded,sans-serif;font-size:16px;line-height:1.3;color:inherit;font-weight:400}.service-card--aml h4{white-space:nowrap}.service-card p{font-size:14px;line-height:1.3;color:inherit}.service-badge{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;height:24px;border-radius:12px;font-size:12px;line-height:1.3;text-transform:uppercase;letter-spacing:0em;font-weight:400;font-family:Poppins,sans-serif;white-space:nowrap;text-align:center;width:-moz-fit-content;width:fit-content;max-width:100%;align-self:flex-start;gap:10px}.service-badge--outline{border:1px solid #12bad2;background:transparent;color:#12bad2}.service-badge--dark{border:1px solid rgba(255,255,255,.45);background:#ffffffe6;color:#16a8c2;font-weight:500}.service-card--services .service-badge--dark{border-color:#12bad2;background:transparent;color:#12bad2;font-weight:400}.service-card:focus-visible .service-badge,.service-card.is-active .service-badge{background:#0f1114!important;color:#fff!important;border-color:#ffffff59!important}.service-card:focus-visible .service-badge--outline,.service-card.is-active .service-badge--outline{border-color:#ffffffa6;color:#fff;background:#ffffff2e}.service-card:focus-visible .service-badge--dark,.service-card.is-active .service-badge--dark{background:#0f1114d9;border-color:#fff3}@media(hover:hover)and (pointer:fine){.service-card:hover{background:linear-gradient(135deg,#27d4df,#16b8cd)!important;color:#fff!important;border-color:#ffffff59;box-shadow:0 26px 48px #105e7059;transform:translateY(-4px)}.service-card:hover:after{opacity:.55}.service-card:hover .service-badge{background:#0f1114!important;color:#fff!important;border-color:#ffffff59!important}.service-card:hover .service-badge--outline{border-color:#ffffffa6;color:#fff;background:#ffffff2e}.service-card:hover .service-badge--dark{background:#0f1114d9;border-color:#fff3}}.home-card.referral-card{background:#f7fafb03;border:1px solid rgba(255,255,255,.42);box-shadow:0 8px 24px #115e7014;padding:32px 16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.referral-card h3{font-family:Unbounded,sans-serif;font-size:18px;font-weight:500;margin-bottom:2px;text-align:center}.referral-card p{font-family:Poppins,sans-serif;font-size:14px;line-height:1.3;text-align:center;font-weight:500}.referral-card .primary-btn{width:338px;max-width:100%;height:66px;padding:16px;border:none;background:#12bad2;border-radius:88px;gap:12px;margin:12px auto 0;display:flex;align-items:center;justify-content:center}.home-card.referral-card:after{content:unset}.home-card--additional{background:#f7fafb47;border:1px solid rgba(255,255,255,.25);box-shadow:0 28px 60px #0c536129;padding:20px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.home-card--additional:after{content:unset}.additional-list{display:flex;flex-direction:column;gap:12px}.additional-item{width:100%;border:1px solid rgba(255,255,255,.4);border-radius:22px;padding:12px 16px;min-height:64px;background:linear-gradient(135deg,#ffffff42,#d6f8fc4d);display:flex;justify-content:space-between;align-items:center;font-size:14px;cursor:pointer;box-shadow:0 14px 30px #125e701f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:var(--text-dark);font-family:Poppins,sans-serif;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}.additional-item>div{display:flex;align-items:center;gap:12px}.additional-item span{color:inherit;font-family:Poppins,sans-serif;font-weight:400}.additional-item img:first-child{width:40px;height:40px}.additional-item img:last-child{width:20px;height:20px}@media(hover:hover)and (pointer:fine){.additional-item:hover{background:linear-gradient(135deg,#ffffff70,#d6f8fc75);border-color:#ffffffa6;box-shadow:0 20px 38px #125e7029;transform:translateY(-2px)}}.additional-item:active{transform:translateY(0)}.placeholder-page__inner{min-height:calc(100vh - 160px);display:flex;align-items:center;justify-content:center}.placeholder-card{width:100%;max-width:320px;text-align:center;border-radius:28px;padding:32px 24px;background:var(--card-outer);border:1px solid rgba(255,255,255,.35);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.placeholder-card h3{font-family:Unbounded,sans-serif;font-size:22px;margin:8px 0 4px}.placeholder-card p{font-size:14px}.placeholder-label{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#28282899}.services-page{min-height:100vh;background-color:#e7f2f3;background-image:radial-gradient(52.57% 52.57% at 50% 47.43%,#98e4e6,#bfebeb,#e7f2f3);background-repeat:no-repeat;background-position:top center;background-size:402px auto}.services-page:before,.services-page:after{display:none}.services-background{position:absolute;width:402px;height:494px;left:calc(50% - 201px);top:0;pointer-events:none;z-index:1;overflow:visible}.services-background__image{position:absolute;width:361px;height:363px;right:-90px;top:calc(50% - 201.5px);-o-object-fit:cover;object-fit:cover;filter:blur(4px);opacity:.45;transform:rotate(-24.51deg)}.services-page .home-mockup{gap:24px}.services-header__settings{width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,255,255,.8);background:#ffffff8c;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 34px #0e6c7a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:pointer}.services-header__settings img{width:32px;height:32px}.services-section{display:flex;flex-direction:column;gap:16px;background:#f7fafb26!important;backdrop-filter:blur(3px)!important;-webkit-backdrop-filter:blur(8px)!important}.services-section .section-title{margin-bottom:0;font-family:Unbounded,sans-serif;font-weight:400}.services-list-inside{display:flex;flex-direction:column;gap:18px}.services-item{position:relative;border-radius:26px;padding:10px 20px 20px;min-height:170px;border:1px solid rgba(255,255,255,.25);box-shadow:0 24px 48px #0c53612e;overflow:hidden;width:100%;text-align:left;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;font:inherit;color:inherit;-moz-user-select:none;user-select:none;-webkit-user-select:none;transition:transform .35s ease,box-shadow .35s ease,filter .35s ease;will-change:transform}.services-item *{cursor:inherit;-moz-user-select:none;user-select:none;-webkit-user-select:none;pointer-events:none}.services-item:after{content:"";position:absolute;inset:1px;border-radius:inherit;border:1px solid rgba(255,255,255,.12);pointer-events:none}.services-item__head{display:flex;justify-content:flex-start;align-items:center;margin-bottom:12px;padding-right:84px}.services-item__badge{border:1px solid rgba(255,255,255,.95);background:transparent;color:#fff;padding:4px 12px;border-radius:999px}.services-item__icon{width:60px;height:60px;border-radius:50%;border:1px solid rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;background:#ffffff1f;position:absolute;top:10px;right:20px}.services-item__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:50%}.services-item__body{display:flex;flex-direction:column;gap:6px;margin-top:0;padding-right:84px}.services-item__body h4{font-family:Unbounded,sans-serif;font-size:18px;font-weight:400}.services-item__body p{font-size:14px;line-height:1.4}@media(hover:hover)and (pointer:fine){.services-item:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 32px 60px #0c536147;filter:brightness(1.02)}}.services-overlay{position:fixed;inset:0;z-index:999;background:#e7f2f366;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;animation:fadeIn .4s ease}.services-overlay__content{padding:40px;text-align:center;max-width:340px;background:#fff6;border-radius:32px;border:1px solid rgba(255,255,255,.6);box-shadow:0 32px 70px #0a536129;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);display:flex;flex-direction:column;align-items:center}.services-overlay__icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#24d8e3,#15adc6);margin:0 auto 24px;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 40px #12bad24d}.services-overlay__emoji{font-size:40px;line-height:1}.services-overlay__title{font-family:Unbounded,sans-serif;font-weight:600;font-size:32px;color:#12bad2;margin:0 0 12px;letter-spacing:-.02em;line-height:1.2}.services-overlay__subtitle{font-family:Poppins,sans-serif;font-size:16px;color:#282828b3;line-height:1.5;margin:0}@media(max-width:380px){.services-overlay__content{max-width:300px;padding:32px 24px}.services-overlay__icon{width:70px;height:70px;margin-bottom:20px}.services-overlay__emoji{font-size:36px}.services-overlay__title{font-size:28px}.services-overlay__subtitle{font-size:15px}}.personal-data-page{position:relative;overflow:hidden}.personal-data-page:before,.personal-data-page:after{display:none}.personal-data-background{position:absolute;width:653px;height:705px;left:calc(50% - 263px);top:-135px;pointer-events:none;z-index:1;display:flex;align-items:center;justify-content:center}.personal-data-background__image{width:353px;height:617px;-o-object-fit:cover;object-fit:cover;filter:blur(4px);transform:rotate(-37deg)}.personal-data-mockup{gap:24px;position:relative;z-index:2}.personal-data-header{display:flex;justify-content:space-between;align-items:center;padding:0 16px}.personal-data-user{display:flex;align-items:center;gap:12px}.personal-data-user__avatar-frame{width:62px;height:62px;border-radius:50%;padding:0;background:none;border:none;box-shadow:none;display:flex;align-items:center;justify-content:center;flex-shrink:0}.personal-data-user__avatar{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.personal-data-user__name{font-family:Unbounded,sans-serif;font-size:16px;line-height:1.3;color:var(--text-dark)}.personal-data-user__username{font-size:14px;color:var(--text-dark);line-height:1.3}.personal-data__close{width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,255,255,.8);background:#ffffff8c;box-shadow:0 20px 34px #0e6c7a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:center;cursor:pointer}.personal-data__close img{width:32px;height:32px}.personal-data-card{background:#f7fafb66;border-radius:32px;border:1px solid rgba(255,255,255,.35);box-shadow:0 28px 60px #0c536124;padding:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;flex-direction:column;gap:18px}.personal-data-card__title{display:flex;align-items:center;justify-content:space-between;gap:10px}.personal-data-card__title-label{font-family:Unbounded,sans-serif;font-size:18px;font-weight:400;color:var(--text-dark);flex:none;margin-left:6px;margin-right:auto;text-align:left}.personal-data-card__back,.personal-data-card__close{border:none;background:none;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .25s ease,box-shadow .25s ease,transform .25s ease}.personal-data-card__back{width:21px;height:21px;padding:4px 8px;border-radius:12px;background:#fff;box-shadow:0 12px 30px #0c536126;display:inline-flex;align-items:center;justify-content:center;transform:scaleX(-1)}.personal-data-card__back-icon{display:flex;width:6px;height:10px}.personal-data-card__back-icon svg{width:100%;height:100%}.personal-data-card__back-icon img{width:100%;height:100%}.personal-data-card__close{width:38px;height:38px;border-radius:50%;padding:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #fff6}.personal-data-card__back:hover{box-shadow:0 16px 32px #0c536133;transform:scaleX(-1) translateY(-1px)}.personal-data-card__close:hover{background:#ffffff1f;box-shadow:inset 0 1px #ffffff8c,0 6px 16px #0c536126;transform:translateY(-1px)}.personal-data-card__close-icon{width:8px;height:8px;position:relative;transform:rotate(-45deg)}.personal-data-card__close-icon:before,.personal-data-card__close-icon:after{content:"";position:absolute;background:#282828;border-radius:1px}.personal-data-card__close-icon:before{width:8px;height:1.4px;top:50%;left:0;transform:translateY(-50%)}.personal-data-card__close-icon:after{width:1.4px;height:8px;left:50%;top:0;transform:translate(-50%)}.personal-data-form{display:flex;flex-direction:column;gap:16px}.personal-field{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#282828cc}.personal-field__control{border-radius:22px;border:1px solid rgba(255,255,255,.28);background:#ffffff1a;box-shadow:inset 0 1px #ffffff59,inset 0 0 18px #ffffff26;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:2px}.personal-field__input{width:100%;border:none;background:transparent;font:inherit;font-size:16px;color:var(--text-dark, #282828);padding:12px 14px}.personal-field__input::-moz-placeholder{color:#28282880}.personal-field__input::placeholder{color:#28282880}.personal-field__input:focus{outline:none}.personal-field:focus-within .personal-field__control{border-color:#12bad2cc;box-shadow:inset 0 1px #ffffffb3,0 6px 14px #12bad226}.personal-field--disabled .personal-field__label{color:#2828288c}.personal-field--disabled .personal-field__control{background:#ffffff0d;border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff47}.personal-field__input:disabled{color:#2828288c;cursor:default}.personal-field__input:disabled::-moz-placeholder{color:#28282866}.personal-field__input:disabled::placeholder{color:#28282866}.personal-data__submit{margin-top:4px;width:100%;border:none;border-radius:999px;padding:16px;font-family:Unbounded,sans-serif;font-size:16px;color:#fff;background:linear-gradient(135deg,#12bad2,#0f9bb1);box-shadow:0 20px 40px #12bad259;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.personal-data__submit:active{transform:translateY(1px);box-shadow:0 12px 24px #12bad259}.personal-data__close:focus-visible,.personal-data__submit:focus-visible,.personal-data-card__back:focus-visible,.personal-data-card__close:focus-visible{outline:2px solid rgba(18,186,210,.6);outline-offset:3px}@media(max-width:420px){.personal-data-header{padding:0 16px}.personal-data-card{padding:18px 16px}}.requisites-page{position:relative;overflow:hidden}.requisites-page:before,.requisites-page:after{display:none}.requisites-background{position:absolute;width:653px;height:705px;left:calc(50% - 263px);top:-135px;pointer-events:none;z-index:1;display:flex;align-items:center;justify-content:center}.requisites-background__image{width:353px;height:617px;-o-object-fit:cover;object-fit:cover;filter:blur(4px);transform:rotate(-37deg)}.requisites-mockup{position:relative;z-index:2;gap:24px}.requisites-header{display:flex;justify-content:space-between;align-items:center;padding:0 16px}.requisites-user{display:flex;align-items:center;gap:12px}.requisites-user__avatar-frame{width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:none}.requisites-user__avatar{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.requisites-user__name{font-family:Unbounded,sans-serif;font-size:16px;line-height:1.3;color:var(--text-dark)}.requisites-user__username{font-size:14px;line-height:1.3;color:var(--text-dark)}.requisites-header__action{width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,255,255,.8);background:#ffffff8c;box-shadow:0 20px 34px #0e6c7a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:center;cursor:pointer}.requisites-header__action img{width:32px;height:32px}.requisites-card{background:#f7fafb66;border-radius:32px;border:1px solid rgba(255,255,255,.35);box-shadow:0 28px 60px #0c536124;padding:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;flex-direction:column;gap:18px}.requisites-card__title{display:flex;align-items:center;justify-content:space-between;gap:10px}.requisites-card__title-label{font-family:Unbounded,sans-serif;font-size:18px;font-weight:400;color:var(--text-dark);flex:none;margin-left:6px;margin-right:auto;text-align:left}.requisites-card__back,.requisites-card__close{border:none;background:none;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .25s ease,box-shadow .25s ease,transform .25s ease}.requisites-card__back{width:21px;height:21px;padding:4px 8px;border-radius:12px;background:#fff;box-shadow:0 12px 30px #0c536126;transform:scaleX(-1)}.requisites-card__back-icon{display:flex;width:6px;height:10px}.requisites-card__close{width:38px;height:38px;border-radius:50%;padding:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #fff6}.requisites-card__back:hover{box-shadow:0 16px 32px #0c536133;transform:scaleX(-1) translateY(-1px)}.requisites-card__close:hover{background:#ffffff1f;box-shadow:inset 0 1px #ffffff8c,0 6px 16px #0c536126;transform:translateY(-1px)}.requisites-card__close-icon{width:8px;height:8px;position:relative;transform:rotate(-45deg)}.requisites-card__close-icon:before,.requisites-card__close-icon:after{content:"";position:absolute;background:#282828;border-radius:1px}.requisites-card__close-icon:before{width:8px;height:1.4px;top:50%;left:0;transform:translateY(-50%)}.requisites-card__close-icon:after{width:1.4px;height:8px;left:50%;top:0;transform:translate(-50%)}.requisites-card__content{display:flex;flex-direction:column;gap:16px}.requisites-card__intro,.requisites-card__description{font-size:14px;line-height:1.3;color:var(--text-dark);font-family:Poppins,sans-serif;font-weight:400}.requisites-steps{display:flex;flex-direction:column;gap:12px}.requisites-step{display:flex;gap:12px;align-items:flex-start;padding:12px;border-radius:22px;background:#ffffff40;border:1px solid rgba(255,255,255,.35);box-shadow:0 16px 30px #0c53611f}.requisites-step__bullet{width:8px;height:8px;border-radius:12px;background:#12bad2;flex-shrink:0;margin-top:6px}.requisites-step__text{font-size:14px;line-height:1.4;color:var(--text-dark);font-family:Poppins,sans-serif;font-weight:400}.requisites-card__cta{width:100%;border:none;border-radius:999px;padding:16px;font-family:Unbounded,sans-serif;font-size:16px;color:#fff;background:#12bad2;box-shadow:0 20px 40px #12bad259;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.requisites-card__cta:active{transform:translateY(1px);box-shadow:0 12px 24px #12bad259}.requisites-header__action:focus-visible,.requisites-card__back:focus-visible,.requisites-card__close:focus-visible,.requisites-card__cta:focus-visible{outline:2px solid rgba(18,186,210,.6);outline-offset:3px}@media(max-width:420px){.requisites-header{padding:0 16px}.requisites-card{padding:18px 16px}}.faq-page{position:relative;overflow:hidden}.faq-page:before,.faq-page:after{display:none}.faq-background{position:absolute;width:var(--app-width);left:calc(50% + var(--profile-bg-offset-x));top:var(--profile-bg-offset-y);transform:translate(-50%);pointer-events:none;z-index:1}.faq-background__image{width:150%;height:auto;-o-object-fit:cover;object-fit:cover;filter:drop-shadow(0 20px 60px rgba(12,83,97,.35))}.faq-mockup{gap:24px;position:relative;z-index:2}.faq-header{display:flex;justify-content:space-between;align-items:center;padding:0 16px}.faq-user{display:flex;align-items:center;gap:12px}.faq-user__avatar-frame{width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:none}.faq-user__avatar{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.faq-user__name{font-family:Unbounded,sans-serif;font-size:16px;line-height:1.3;color:var(--text-dark)}.faq-user__username{font-size:14px;line-height:1.3;color:var(--text-dark)}.faq-header__action{width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,255,255,.8);background:#ffffff8c;box-shadow:0 20px 34px #0e6c7a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:center;cursor:pointer}.faq-header__action img{width:32px;height:32px}.faq-card{background:#f7fafb73;border-radius:32px;border:1px solid rgba(255,255,255,.35);box-shadow:0 28px 60px #0c536124;padding:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;flex-direction:column;gap:18px}.faq-card__title{display:flex;align-items:center;justify-content:space-between;gap:10px}.faq-card__title-label{font-family:Unbounded,sans-serif;font-size:18px;font-weight:400;color:var(--text-dark);flex:none;margin-left:6px;margin-right:auto;text-align:left}.faq-card__back,.faq-card__close{border:none;background:none;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .25s ease,box-shadow .25s ease,transform .25s ease}.faq-card__back{width:21px;height:21px;padding:4px 8px;border-radius:12px;background:#fff;box-shadow:0 12px 30px #0c536126;transform:scaleX(-1)}.faq-card__back-icon{display:flex;width:6px;height:10px}.faq-card__close{width:38px;height:38px;border-radius:50%;padding:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #fff6}.faq-card__back:hover{box-shadow:0 16px 32px #0c536133;transform:scaleX(-1) translateY(-1px)}.faq-card__close:hover{background:#ffffff1f;box-shadow:inset 0 1px #ffffff8c,0 6px 16px #0c536126;transform:translateY(-1px)}.faq-card__close-icon{width:8px;height:8px;position:relative;transform:rotate(-45deg)}.faq-card__close-icon:before,.faq-card__close-icon:after{content:"";position:absolute;background:#282828;border-radius:1px}.faq-card__close-icon:before{width:8px;height:1.4px;top:50%;left:0;transform:translateY(-50%)}.faq-card__close-icon:after{width:1.4px;height:8px;left:50%;top:0;transform:translate(-50%)}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{border-radius:22px;border:1px solid rgba(255,255,255,.32);background:#ffffff40;box-shadow:0 16px 30px #0c53611f;padding:22px 16px;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}.faq-item--open{background:#ffffffbf;border-color:#fff9}.faq-item:hover{background:#ffffff8c;border-color:#ffffffa6;box-shadow:0 22px 40px #0c53612e;transform:translateY(-2px)}.faq-item--open:hover{background:#ffffffd9}.faq-item__header{border:none;background:transparent;padding:0;margin:0;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;text-align:left;cursor:pointer}.faq-item__question{font-family:Poppins,sans-serif;font-size:16px;line-height:1.3;color:var(--text-dark);flex:1}.faq-item__toggle{width:32px;height:32px;border-radius:50%;background:#12bad2;border:1px solid rgba(255,255,255,.5);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;box-shadow:0 12px 24px #12bad240;transition:transform .25s ease}.faq-item__toggle-icon{display:block;width:12px;height:7px;transition:transform .25s ease}.faq-item__toggle--open .faq-item__toggle-icon{transform:rotate(180deg)}.faq-item__divider{display:block;width:100%;height:1px;background:#12bad2;margin:16px 0 10px}.faq-item__answer{font-family:Poppins,sans-serif;font-size:14px;line-height:1.3;color:var(--text-dark)}.faq-header__action:focus-visible,.faq-card__back:focus-visible,.faq-card__close:focus-visible,.faq-item__header:focus-visible{outline:2px solid rgba(18,186,210,.6);outline-offset:3px}@media(max-width:420px){.faq-header{padding:0 16px}.faq-card{padding:18px 16px}}.about-page{position:relative;overflow:hidden;--about-bg-offset-x: 140px;--about-bg-offset-y: -200px;--about-bg-scale: 1}.about-page:before,.about-page:after{display:none}.about-background{position:absolute;width:calc(var(--app-width) * var(--about-bg-scale));left:calc(50% + var(--about-bg-offset-x));top:calc(50% + var(--about-bg-offset-y));transform:translate(-50%,-50%);pointer-events:none;z-index:1}.about-background__image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;opacity:.5;filter:blur(7px);transform:rotate(335deg)}.about-mockup{gap:24px;position:relative;z-index:2}.about-header{display:flex;justify-content:space-between;align-items:center;padding:0 16px}.about-user{display:flex;align-items:center;gap:12px}.about-user__avatar-frame{width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:none}.about-user__avatar{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.about-user__name{font-family:Unbounded,sans-serif;font-size:16px;line-height:1.3;color:var(--text-dark)}.about-user__username{font-size:14px;line-height:1.3;color:var(--text-dark)}.about-header__action{width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,255,255,.8);background:#ffffff8c;box-shadow:0 20px 34px #0e6c7a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:center;cursor:pointer}.about-header__action img{width:32px;height:32px}.about-card{background:#f7fafb73;border-radius:32px;border:1px solid rgba(255,255,255,.35);box-shadow:0 28px 60px #0c536124;padding:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.about-card__title{align-self:stretch;display:flex;align-items:center;justify-content:space-between;gap:10px}.about-card__title-label{font-family:Unbounded,sans-serif;font-size:18px;font-weight:400;color:var(--text-dark);flex:none;margin-left:6px;margin-right:auto;text-align:left}.about-card__back,.about-card__close{border:none;background:none;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .25s ease,box-shadow .25s ease,transform .25s ease}.about-card__back{width:21px;height:21px;padding:4px 8px;border-radius:12px;background:#fff;box-shadow:0 12px 30px #0c536126;transform:scaleX(-1)}.about-card__back:hover{box-shadow:0 16px 32px #0c536133;transform:scaleX(-1) translateY(-1px)}.about-card__back-icon{display:flex;width:6px;height:10px}.about-card__close{width:38px;height:38px;border-radius:50%;padding:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #fff6}.about-card__close:hover{background:#ffffff1f;box-shadow:inset 0 1px #ffffff8c,0 6px 16px #0c536126;transform:translateY(-1px)}.about-card__close-icon{width:8px;height:8px;position:relative;transform:rotate(-45deg)}.about-card__close-icon:before,.about-card__close-icon:after{content:"";position:absolute;background:#282828;border-radius:1px}.about-card__close-icon:before{width:8px;height:1.4px;top:50%;left:0;transform:translateY(-50%)}.about-card__close-icon:after{width:1.4px;height:8px;left:50%;top:0;transform:translate(-50%)}.about-illustration{display:flex;align-items:center;justify-content:center;width:160px;height:120px;margin:8px auto 0}.about-illustration img{width:100%;height:auto;max-width:120px}.about-text{font-family:Poppins,sans-serif;font-size:14px;line-height:1.4;color:var(--text-dark);margin:0}.about-card__cta{width:100%;border:none;border-radius:88px;padding:16px;font-family:Unbounded,sans-serif;font-size:16px;color:#fff;background:#12bad2;box-shadow:0 20px 40px #12bad259;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.about-card__cta:active{transform:translateY(1px);box-shadow:0 12px 24px #12bad259}.about-header__action:focus-visible,.about-card__back:focus-visible,.about-card__close:focus-visible,.about-card__cta:focus-visible{outline:2px solid rgba(18,186,210,.6);outline-offset:3px}@media(max-width:420px){.about-header{padding:0 16px}.about-card{padding:18px 16px}}.referral-page{position:relative;overflow:hidden;--history-bg-offset-x: -210px;--history-bg-offset-y: -459px}.referral-page:before,.referral-page:after{display:none}.referral-background{position:absolute;width:var(--app-width);left:calc(50% + var(--history-bg-offset-x));top:var(--history-bg-offset-y);transform:translate(-50%);pointer-events:none;z-index:1}.referral-background__image{width:290%;height:auto;-o-object-fit:cover;object-fit:cover;filter:drop-shadow(0 20px 60px rgba(12,83,97,.35))}.referral-mockup{gap:24px;position:relative;z-index:2}.referral-header{display:flex;justify-content:space-between;align-items:center;padding:0 16px}.referral-user{display:flex;align-items:center;gap:12px}.referral-user__avatar-frame{width:62px;height:62px;border-radius:50%;padding:0;background:none;border:none;box-shadow:none;display:flex;align-items:center;justify-content:center;flex-shrink:0}.referral-user__avatar{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.referral-user__name{font-family:Unbounded,sans-serif;font-size:16px;line-height:1.3;color:var(--text-dark)}.referral-user__username{font-size:14px;color:var(--text-dark);line-height:1.3}.referral__settings{width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,255,255,.8);background:#ffffff8c;box-shadow:0 20px 34px #0e6c7a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:center;cursor:pointer}.referral__settings img{width:32px;height:32px}.referral-card{position:relative;background:#f7fafb73;border-radius:32px;padding:16px;display:flex;flex-direction:column;gap:16px}.referral-card__close{position:absolute;top:16px;right:16px;width:38px;height:38px;border-radius:50%;padding:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #fff6;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background-color .25s ease,box-shadow .25s ease,transform .25s ease}.referral-card__close:hover{background:#ffffff1f;box-shadow:inset 0 1px #ffffff8c,0 6px 16px #0c536126;transform:translateY(-1px)}.referral-card__close-icon{width:8px;height:8px;position:relative;transform:rotate(-45deg)}.referral-card__close-icon:before,.referral-card__close-icon:after{content:"";position:absolute;background:#282828;border-radius:1px}.referral-card__close-icon:before{width:8px;height:1.4px;top:50%;left:0;transform:translateY(-50%)}.referral-card__close-icon:after{width:1.4px;height:8px;left:50%;top:0;transform:translate(-50%)}.referral-card__illustration{width:100%;height:132px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:16px}.referral-card__illustration img{height:340px;width:auto;-o-object-fit:contain;object-fit:contain}.referral-card__header{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center}.referral-card__heading{font-family:Unbounded,sans-serif;font-size:22px;font-weight:600;color:#282828;line-height:1.3;margin:0}.referral-card__description{font-family:Poppins,Noto Sans,sans-serif;font-size:14px;font-weight:400;color:#282828;line-height:1.3;margin:0}.referral-stat-card{background:#ffffffa6;border-radius:22px;padding:16px;min-height:96px;display:flex;flex-direction:column;gap:2px}.referral-stat-card__label{font-family:Poppins,Noto Sans,sans-serif;font-size:14px;font-weight:400;color:#282828;line-height:1.3}.referral-stat-card__value{font-family:Unbounded,sans-serif;font-size:28px;font-weight:600;color:#12bad2;line-height:1.3;word-break:break-word}.referral-history{display:flex;flex-direction:column;gap:6px}.referral-history__title{font-family:Poppins,Noto Sans,sans-serif;font-size:14px;font-weight:400;color:#282828;line-height:1.3;margin:0}.referral-history__list{display:flex;flex-direction:column;gap:6px}.referral-history__item{background:#ffffff40;border-radius:22px;padding:12px;display:flex;align-items:center;justify-content:space-between;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.4);box-shadow:inset 0 1px #ffffff80}.referral-history__user{display:flex;align-items:center;gap:6px}.referral-history__avatar{width:30px;height:30px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;padding:6px}.referral-history__username,.referral-history__amount{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;color:#282828;line-height:1.3}.referral-actions{display:flex;flex-direction:column;gap:12px;margin-top:16px}.referral-action{padding:16px 24px;border-radius:16px;font-family:Unbounded,sans-serif;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.referral-action--primary{background:linear-gradient(135deg,#24d8e3,#15adc6);color:#fff;box-shadow:0 8px 20px #12bad240}.referral-action--primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #12bad259}.referral-action--secondary{background:#ffffffbf;color:#12bad2;border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.referral-action--secondary:hover{background:#ffffffe6;border-color:#12bad266;box-shadow:0 4px 16px #12bad226}@media(max-width:360px){.referral-action{padding:14px 20px;font-size:13px}.referral-stat-card{min-height:88px}.referral-stat-card__value{font-size:24px}}.profile-page{position:relative;overflow:hidden}.profile-stack{position:relative;width:100%;min-height:100vh}.profile-layer{position:absolute;inset:0;width:100%;height:100%;opacity:0;pointer-events:none;transition:opacity .25s ease;will-change:opacity;overflow:hidden}.profile-layer.is-active{position:relative;opacity:1;pointer-events:auto;height:auto;overflow:visible}.profile-layer--base{z-index:1}.profile-layer:not(.profile-layer--base){z-index:2}.profile-page:before,.profile-page:after{display:none}.profile-background{position:absolute;width:var(--app-width);left:calc(50% + var(--profile-bg-offset-x));top:var(--profile-bg-offset-y);transform:translate(-50%);pointer-events:none;z-index:1}.profile-background__image{width:150%;height:auto;-o-object-fit:cover;object-fit:cover;filter:drop-shadow(0 20px 60px rgba(12,83,97,.35))}.profile-mockup{gap:24px;position:relative;z-index:2}.profile-header{padding:0 16px;align-items:center}.profile-user{display:flex;align-items:center;gap:12px}.profile-header__action{width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,255,255,.8);background:#ffffff8c;box-shadow:0 20px 34px #0e6c7a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-header__action img{width:32px;height:32px}.profile-card{background:#f7fafb47;border-radius:32px;border:1px solid rgba(255,255,255,.28);box-shadow:0 28px 60px #0c536124;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;gap:18px}.profile-card .section-title{margin:0;font-weight:400}.profile-actions{display:flex;flex-direction:column;gap:16px}.profile-action{display:flex;align-items:center;justify-content:space-between;width:100%;border:none;border-radius:22px;padding:12px 16px;background:#ffffff2e;border:1px solid rgba(255,255,255,.28);box-shadow:inset 0 1px #ffffff61;cursor:pointer;font:inherit;color:inherit;text-align:left;transition:background .2s ease,box-shadow .2s ease,border-color .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-action:focus-visible{outline:2px solid rgba(18,186,210,.6);outline-offset:3px}.profile-action__info{display:flex;align-items:center;gap:10px}.profile-action__icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center}.profile-action__icon img{width:36px;height:36px}.profile-action__label{font-size:16px;font-family:Poppins,sans-serif;color:var(--text-dark)}.profile-action__arrow{width:auto;height:auto;display:flex;align-items:center;justify-content:center}.profile-action__arrow img{width:18px;height:18px}@media(hover:hover)and (pointer:fine){.profile-action:hover{background:#ffffff52;border-color:#ffffff73;box-shadow:inset 0 1px #ffffff73,0 16px 32px #0c53611f}}.profile-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 16px 24px}.profile-stat-card{background:#ffffffa6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:22px;padding:16px;min-height:88px;display:flex;flex-direction:column;gap:4px;border:1px solid rgba(255,255,255,.4);box-shadow:0 8px 24px #0c536114;transition:transform .25s ease,box-shadow .25s ease}.profile-stat-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0c53611f}.profile-stat-card__label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#282828b3;line-height:1.3}.profile-stat-card__value{font-family:Unbounded,sans-serif;font-size:24px;font-weight:600;color:#12bad2;line-height:1.3;word-break:break-word;overflow-wrap:break-word;margin-top:auto}@media(max-width:360px){.profile-stats-grid{gap:10px}.profile-stat-card{padding:14px;min-height:80px}.profile-stat-card__value{font-size:20px}}.history-page{position:relative;box-shadow:0 4px 4px #00000040;padding:48px 0 200px;overflow:hidden;--history-bg-offset-x: -210px;--history-bg-offset-y: -459px}.history-page:before,.history-page:after{display:none}.history-background{position:absolute;width:var(--app-width);left:calc(50% + var(--history-bg-offset-x));top:var(--history-bg-offset-y);transform:translate(-50%);pointer-events:none;z-index:1}.history-background__image{width:290%;height:auto;-o-object-fit:cover;object-fit:cover;filter:drop-shadow(0 20px 60px rgba(12,83,97,.35))}.history-mockup{gap:24px;position:relative;z-index:2}.history-header{padding:0 16px}.history-header__action{width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,255,255,.8);background:#ffffff8c;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 34px #0e6c7a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:pointer}.history-header__action img{width:32px;height:32px}.history-card{background:#f7fafb73;border-radius:32px;padding:16px;display:flex;flex-direction:column;gap:16px}.history-title{font-family:Unbounded,sans-serif;font-size:18px;font-weight:400;color:#282828;line-height:1.3;margin:0}.history-list{display:flex;flex-direction:column;gap:6px;max-height:calc(100vh - 400px);overflow-y:auto;overflow-x:hidden}.history-list::-webkit-scrollbar{width:4px}.history-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.history-list::-webkit-scrollbar-thumb{background:#12bad280;border-radius:2px}.history-list::-webkit-scrollbar-thumb:hover{background:#12bad2b3}.history-entry{border-radius:22px;padding:12px;display:flex;flex-direction:column;gap:16px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.history-entry:active{transform:scale(.98)}.history-entry--success{background:#12bad240}.history-entry--cancelled{background:#fb554e40}.history-entry--pending{background:#ffc10740}.history-entry--paid{background:#0ea5e940}.history-entry__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.history-entry__info{display:flex;align-items:center;gap:6px}.history-entry__status-icon{width:21px;height:21px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.history-entry__status-icon--success{background:#12bad2}.history-entry__status-icon--cancelled{background:#fb554e}.history-entry__status-icon--pending{background:#ffc107}.history-entry__status-icon--paid{background:#0ea5e9}.history-entry__title{font-family:Poppins,Noto Sans,sans-serif;font-size:16px;font-weight:400;color:#282828;line-height:1.3;margin:0}.history-entry__service-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.history-entry__service-icon img{width:40px;height:40px;-o-object-fit:contain;object-fit:contain}.history-entry__details{display:flex;flex-direction:column;gap:10px}.history-detail-row{background:#ffffff59;border-radius:12px;padding:12px;display:flex;align-items:center;justify-content:space-between;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:inset 0 1px #ffffff80,0 2px 8px #0000000a;border:1px solid rgba(255,255,255,.4)}.history-detail-row__label{font-family:Poppins,Noto Sans,sans-serif;font-size:14px;font-weight:400;color:#282828;line-height:1.3}.history-detail-row__value{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#282828;line-height:1.3;text-align:right}.settings-page{position:relative;padding:48px 0 200px;overflow:hidden}.settings-page:before,.settings-page:after{display:none}.settings-background{position:absolute;width:var(--app-width);left:calc(50% + var(--profile-bg-offset-x));top:var(--profile-bg-offset-y);transform:translate(-50%);pointer-events:none;z-index:1}.settings-background__image{width:150%;height:auto;-o-object-fit:cover;object-fit:cover;filter:drop-shadow(0 20px 60px rgba(12,83,97,.35))}.settings-mockup{gap:24px;position:relative;z-index:2}.settings-header{display:flex;justify-content:space-between;align-items:center;padding:0 16px}.settings-close-btn{width:60px;height:60px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:#ffffff59;box-shadow:0 20px 38px #0d4f602e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:center;cursor:pointer}.settings-close-btn img{width:32px;height:32px}.settings-panel{background:#f7fafb47;border-radius:32px;border:1px solid rgba(255,255,255,.25);box-shadow:0 28px 60px #0c536129;padding:20px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;flex-direction:column;gap:18px}.settings-panel__title h2{font-family:Unbounded,sans-serif;font-size:20px;font-weight:400;color:#282828;margin:0}.settings-list{display:flex;flex-direction:column;gap:16px}.settings-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:22px;background:#ffffff2e;border:1px solid rgba(255,255,255,.24);box-shadow:inset 0 1px #fff6}.settings-item--link{border:none;cursor:pointer;background:#ffffff2e;text-align:left}.settings-item__info{display:flex;align-items:center;gap:8px}.settings-item__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.settings-item__icon img{width:36px;height:36px}.settings-item__label{font-size:16px;font-family:Poppins,sans-serif;color:#282828}.settings-switch{width:48px;height:26px;border-radius:999px;border:1px solid rgba(255,255,255,.5);padding:2px;background:#ffffffe6;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.settings-switch.is-active{background:#12bad2;border-color:#0f9bb1;box-shadow:0 10px 22px #12bad24d}.settings-switch__thumb{width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 4px 10px #1058682e;transform:translate(0);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.settings-switch.is-active .settings-switch__thumb{transform:translate(20px);background:#0f9bb1;box-shadow:0 8px 18px #0f9bb159}.settings-item__link-indicator{width:26px;height:26px;display:flex;align-items:center;justify-content:center}.settings-item__link-arrow{width:20px;height:20px}.settings-item--link:focus-visible{outline:2px solid rgba(18,186,210,.6);outline-offset:4px}.settings-switch:focus-visible{outline:2px solid rgba(18,186,210,.6);outline-offset:2px}.aml-page{position:relative;min-height:100vh;overflow:hidden;background-color:#e7f2f3;background-image:radial-gradient(52.57% 52.57% at 50% 47.43%,#98e4e6,#e7f2f3);background-repeat:no-repeat;background-position:top center;background-size:402px auto}.aml-page:before,.aml-page:after{display:none}.aml-background{position:absolute;width:373px;height:652px;left:calc(50% - 57px);top:-88px;pointer-events:none;z-index:1}.aml-background__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:blur(4px)}.aml-mockup{position:relative;z-index:2;gap:30px}.aml-card{position:relative;background:#f7fafb73;border-radius:32px;padding:16px;display:flex;flex-direction:column;gap:16px}.aml-card__close{position:absolute;top:16px;right:16px;width:38px;height:38px;border-radius:50%;padding:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #fff6;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background-color .25s ease,box-shadow .25s ease,transform .25s ease}.aml-card__close:hover{background:#ffffff1f;box-shadow:inset 0 1px #ffffff8c,0 6px 16px #0c536126;transform:translateY(-1px)}.aml-card__close-icon{width:8px;height:8px;position:relative;transform:rotate(-45deg)}.aml-card__close-icon:before,.aml-card__close-icon:after{content:"";position:absolute;background:#282828;border-radius:1px}.aml-card__close-icon:before{width:8px;height:1.4px;top:50%;left:0;transform:translateY(-50%)}.aml-card__close-icon:after{width:1.4px;height:8px;left:50%;top:0;transform:translate(-50%)}.aml-card__illustration{width:100%;height:132px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:16px}.aml-card__illustration img{height:175px;width:auto;-o-object-fit:contain;object-fit:contain}.aml-card__title{font-family:Unbounded,sans-serif;font-size:18px;font-weight:400;color:#282828;line-height:1.3;text-align:center;margin:0}.aml-form{display:flex;flex-direction:column;gap:6px}.aml-form__label{font-family:Poppins,Noto Sans,sans-serif;font-size:14px;font-weight:400;color:#282828;line-height:1.3}.aml-form__input-wrapper{background:#ffffff40;border-radius:22px;padding:12px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.4);box-shadow:inset 0 1px #ffffff80}.aml-form__input{width:100%;border:none;background:transparent;font-family:Poppins,Noto Sans,sans-serif;font-size:16px;font-weight:400;color:#282828;line-height:1.2;outline:none;padding:8px 0}.aml-form__input::-moz-placeholder{color:#28282873}.aml-form__input::placeholder{color:#28282873}.aml-card__submit{width:100%;height:66px;border-radius:88px;border:none;background:#12bad2;font-family:Unbounded,sans-serif;font-size:16px;font-weight:400;color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 8px 24px #12bad259}.aml-card__submit:hover{background:#10a8be;transform:translateY(-2px);box-shadow:0 12px 32px #12bad273}.aml-card__submit:active{transform:translateY(0);box-shadow:0 4px 16px #12bad24d}.aml-page .services-overlay{position:fixed;inset:0;z-index:999;background:#e7f2f366;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;animation:fadeIn .4s ease}.aml-page .services-overlay__content{padding:40px;text-align:center;max-width:340px;background:#fff6;border-radius:32px;border:1px solid rgba(255,255,255,.6);box-shadow:0 32px 70px #0a536129;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);display:flex;flex-direction:column;align-items:center}.aml-page .services-overlay__icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#24d8e3,#15adc6);margin:0 auto 24px;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 40px #12bad24d}.aml-page .services-overlay__emoji{font-size:40px;line-height:1}.aml-page .services-overlay__title{font-family:Unbounded,sans-serif;font-weight:600;font-size:32px;color:#12bad2;margin:0 0 12px;letter-spacing:-.02em;line-height:1.2}.aml-page .services-overlay__subtitle{font-family:Poppins,sans-serif;font-size:16px;color:#282828b3;line-height:1.5;margin:0}@media(max-width:380px){.aml-page .services-overlay__content{max-width:300px;padding:32px 24px}.aml-page .services-overlay__icon{width:70px;height:70px;margin-bottom:20px}.aml-page .services-overlay__emoji{font-size:36px}.aml-page .services-overlay__title{font-size:28px}.aml-page .services-overlay__subtitle{font-size:15px}}.card-application-page{position:relative;min-height:100vh;overflow:hidden;background-color:#e7f2f3;background-image:radial-gradient(52.57% 52.57% at 50% 47.43%,#98e4e6,#e7f2f3);background-repeat:no-repeat;background-position:top center;background-size:402px auto}.card-application-page:before,.card-application-page:after{display:none}.card-application-mockup{position:relative;z-index:2;gap:30px;padding-bottom:100px}.card-application-form{background:#f7fafb73;border-radius:32px;padding:16px;display:flex;flex-direction:column;gap:16px}.card-application-form__header{display:flex;align-items:center;justify-content:space-between}.card-application-form__title{font-family:Unbounded,sans-serif;font-size:18px;font-weight:400;color:#282828;line-height:1.3;margin:0}.card-application-form__fields{display:flex;flex-direction:column;gap:16px}.card-application-field{display:flex;flex-direction:column;gap:6px}.card-application-field__label{font-family:Poppins,sans-serif;font-size:14px;color:#282828;line-height:1.3}.card-application-field__input{background:#ffffff40;border:none;border-radius:22px;padding:12px;min-height:64px;font-family:Poppins,sans-serif;font-size:16px;color:#282828;line-height:1.2;outline:none;transition:background .2s ease}.card-application-field__input::-moz-placeholder{color:#28282873}.card-application-field__input::placeholder{color:#28282873}.card-application-field__input:focus{background:#fff6}.card-application-form__submit{background:#12bad2;border:none;border-radius:88px;padding:16px;height:66px;font-family:Unbounded,sans-serif;font-size:16px;font-weight:400;color:#fff;line-height:1.3;cursor:pointer;transition:background .2s ease,transform .1s ease;margin-top:8px}.card-application-form__submit:hover{background:#0fa8be}.card-application-form__submit:active{transform:scale(.98)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.card-application-page .services-overlay{position:fixed;inset:0;z-index:999;background:#e7f2f366;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;animation:fadeIn .4s ease}.card-application-page .services-overlay__content{padding:40px;text-align:center;max-width:340px;background:#fff6;border-radius:32px;border:1px solid rgba(255,255,255,.6);box-shadow:0 32px 70px #0a536129;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);display:flex;flex-direction:column;align-items:center}.card-application-page .services-overlay__icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#24d8e3,#15adc6);margin:0 auto 24px;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 40px #12bad24d}.card-application-page .services-overlay__emoji{font-size:40px;line-height:1}.card-application-page .services-overlay__title{font-family:Unbounded,sans-serif;font-weight:600;font-size:32px;color:#12bad2;margin:0 0 12px;letter-spacing:-.02em;line-height:1.2}.card-application-page .services-overlay__subtitle{font-family:Poppins,sans-serif;font-size:16px;color:#282828b3;line-height:1.5;margin:0}@media(max-width:380px){.card-application-page .services-overlay__content{max-width:300px;padding:32px 24px}.card-application-page .services-overlay__icon{width:70px;height:70px;margin-bottom:20px}.card-application-page .services-overlay__emoji{font-size:36px}.card-application-page .services-overlay__title{font-size:28px}.card-application-page .services-overlay__subtitle{font-size:15px}}.cards-page{position:relative;min-height:100vh;overflow:hidden;background-color:#e7f2f3;background-image:radial-gradient(52.57% 52.57% at 50% 47.43%,#98e4e6,#e7f2f3);background-repeat:no-repeat;background-position:top center;background-size:402px auto}.cards-page:before,.cards-page:after{display:none}.cards-background{position:absolute;width:653px;height:705px;left:calc(50% - 263px);top:-135px;pointer-events:none;z-index:1;display:flex;align-items:center;justify-content:center}.cards-background__image{width:353px;height:617px;-o-object-fit:cover;object-fit:cover;filter:blur(4px);transform:rotate(-37deg)}.cards-mockup{position:relative;z-index:2;gap:30px;padding-bottom:100px}.cards-title-section{background:#f7fafb73;border-radius:32px;padding:16px;display:flex;align-items:center;justify-content:space-between}.cards-title-row{display:flex;align-items:center;gap:12px}.cards-back-btn{width:21px;height:21px;border-radius:12px;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.cards-back-btn:hover{background:#fffc}.cards-title{font-family:Unbounded,sans-serif;font-size:18px;font-weight:400;color:#282828;line-height:1.3;margin:0}.cards-list{display:flex;flex-direction:column;gap:16px}.bank-card-item{background:#f7fafb73;border-radius:32px;padding:16px;display:flex;flex-direction:column;gap:16px}.bank-card-visual{width:100%;height:211px;border-radius:20px;overflow:hidden;position:relative;border:1.8px solid rgba(255,255,255,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.bank-card-visual--cyan{background:linear-gradient(90deg,#12bad2,#00acc74d);backdrop-filter:blur(10.75px);-webkit-backdrop-filter:blur(10.75px)}.bank-card-visual--dark{background:linear-gradient(90deg,#353535,#6a7a7c)}.bank-card-visual__content{width:100%;height:100%;position:relative;padding:20px 24px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}.bank-card-visual__top{display:flex;justify-content:space-between;align-items:flex-start}.bank-card-visual__bank-icon{width:33px;height:33px;opacity:1}.bank-card-visual__logo{font-family:Cousine,monospace;font-size:12px;color:#ffffffc4;text-transform:uppercase;letter-spacing:.5px}.bank-card-visual__bottom{display:flex;flex-direction:column;gap:4px}.bank-card-visual__number{font-family:Cousine,monospace;font-size:18.44px;line-height:21px;color:#ffffffa8}.bank-card-visual__holder{font-family:Cousine,monospace;font-size:13.32px;line-height:15px;color:#ffffff8c;text-transform:uppercase;letter-spacing:.06em}.bank-card-info{display:flex;align-items:center;justify-content:space-between}.bank-card-info__name{font-family:Unbounded,sans-serif;font-size:18px;font-weight:400;color:#282828;line-height:1.3;margin:0}.bank-card-info__country{font-family:Poppins,Noto Sans,sans-serif;font-size:14px;color:#282828;background:#fff;padding:4px 8px;border-radius:12px;line-height:1.3}.bank-card-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.bank-card-features__item{background:#ffffff40;border-radius:22px;padding:12px;display:flex;align-items:center;gap:12px;font-family:Poppins,Noto Sans,sans-serif;font-size:14px;color:#282828;line-height:1.3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.35);box-shadow:inset 0 1px #ffffff80}.bank-card-features__dot{width:8px;height:8px;background:#12bad2;border-radius:50%;flex-shrink:0}.bank-card-stats{display:flex;gap:16px}.bank-card-stats__item{flex:1;background:#ffffffa6;border-radius:22px;padding:16px;display:flex;flex-direction:column;gap:6px}.bank-card-stats__value{font-family:Unbounded,sans-serif;font-size:20px;font-weight:400;color:#282828;line-height:1}.bank-card-stats__label{font-family:Poppins,Noto Sans,sans-serif;font-size:12px;color:#282828;line-height:1.3}.bank-card-order-btn{width:100%;height:66px;border-radius:88px;border:none;background:#12bad2;font-family:Unbounded,sans-serif;font-size:16px;font-weight:400;color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 8px 24px #12bad259}.bank-card-order-btn:hover{background:#10a8be;transform:translateY(-2px);box-shadow:0 12px 32px #12bad273}.bank-card-order-btn:active{transform:translateY(0);box-shadow:0 4px 16px #12bad24d}.subscription-page{position:relative;min-height:100vh;overflow:hidden;background-color:#e7f2f3;background-image:radial-gradient(52.57% 52.57% at 50% 47.43%,#98e4e6,#bfebeb,#e7f2f3);background-repeat:no-repeat;background-position:top center;background-size:402px auto}.subscription-page:before,.subscription-page:after{display:none}.subscription-background{position:absolute;width:653px;height:705px;left:calc(50% - 263px);top:-135px;pointer-events:none;z-index:1;display:flex;align-items:center;justify-content:center}.subscription-background__image{width:353px;height:617px;-o-object-fit:cover;object-fit:cover;filter:blur(4px);transform:rotate(-37deg)}.subscription-mockup{position:relative;z-index:2;gap:24px;padding-bottom:100px}.subscription-user__avatar-frame{width:62px;height:62px;border-radius:50%;padding:4px;background:#ffffff73;display:flex;align-items:center;justify-content:center}.subscription-user__avatar-frame .home-user__avatar{width:54px;height:54px;border-radius:50%;background:#fff}.subscription-card{background:#f7fafb73;border-radius:32px;padding:16px;display:flex;flex-direction:column;gap:16px}.subscription-card__header{display:flex;align-items:center;justify-content:space-between}.subscription-card__title{font-family:Unbounded,sans-serif;font-size:18px;font-weight:400;color:#282828;line-height:1.3;margin:0}.subscription-card__close{width:38px;height:38px;border-radius:50%;padding:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #fff6;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .25s ease,box-shadow .25s ease,transform .25s ease}.subscription-card__close:hover{background:#ffffff1f;box-shadow:inset 0 1px #ffffff8c,0 6px 16px #0c536126;transform:translateY(-1px)}.subscription-card__close-icon{width:8px;height:8px;position:relative;transform:rotate(-45deg)}.subscription-card__close-icon:before,.subscription-card__close-icon:after{content:"";position:absolute;background:#282828;border-radius:1px}.subscription-card__close-icon:before{width:8px;height:1.4px;top:50%;left:0;transform:translateY(-50%)}.subscription-card__close-icon:after{width:1.4px;height:8px;left:50%;top:0;transform:translate(-50%)}.subscription-card__content{display:flex;flex-direction:column;gap:16px}.subscription-field{display:flex;flex-direction:column;gap:6px;position:relative}.subscription-field__label{font-family:Poppins,sans-serif;font-size:14px;line-height:1.3;color:#282828}.subscription-selector{width:100%;background:#ffffff40;border-radius:22px;padding:12px;border:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .2s ease}.subscription-selector:hover{background:#ffffff59}.subscription-selector__content{display:flex;align-items:center;gap:6px}.subscription-selector__icon{width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #f2f2f2;display:flex;align-items:center;justify-content:center;overflow:hidden}.subscription-selector__icon img{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.subscription-selector__icon--placeholder{background:#fff}.subscription-selector__icon--placeholder img{width:24px;height:24px;transform:none}.subscription-selector__icon--other{background:#fff;border:1px solid #f2f2f2}.subscription-selector__icon--other img{width:24px;height:24px}.subscription-selector__name{font-family:Poppins,sans-serif;font-size:16px;line-height:1.2;color:#282828}.subscription-selector__placeholder{font-family:Poppins,sans-serif;font-size:16px;line-height:1.2;color:#28282873}.subscription-selector__arrow{width:21px;height:21px;border-radius:12px;background:#12bad2;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.subscription-selector__arrow.is-open{transform:rotate(180deg)}.subscription-modal{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:32px;padding:16px;box-shadow:0 0 22px #0000001a;z-index:100;animation:modal-fade-in .2s ease}@keyframes modal-fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.subscription-modal__list{display:flex;flex-direction:column;gap:2px}.subscription-modal__item{width:100%;background:#fff;border-radius:16px;padding:12px 14px;border:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .2s ease}.subscription-modal__item:hover{background:#f0f0f0}.subscription-modal__item.is-selected{background:#12bad21a}.subscription-modal__item-name{font-family:Poppins,sans-serif;font-size:15px;font-weight:500;line-height:1.3;color:#282828}.subscription-modal__item-price{font-family:Poppins,sans-serif;font-size:15px;font-weight:600;line-height:1.3;color:#282828;white-space:nowrap}.subscription-input-wrapper{background:#ffffff40;border-radius:22px;padding:12px}.subscription-input{width:100%;background:transparent;border:none;font-family:Poppins,sans-serif;font-size:16px;line-height:1.2;color:#282828;outline:none;padding:10px 0}.subscription-input::-moz-placeholder{color:#28282873}.subscription-input::placeholder{color:#28282873}.subscription-amount-wrapper{background:#ffffff40;border-radius:22px;padding:12px 16px}.subscription-amount-input{width:100%;background:transparent;border:none;font-family:Poppins,sans-serif;font-size:16px;line-height:1.2;color:#282828;outline:none;padding:10px 0}.subscription-amount-input::-moz-placeholder{color:#28282873}.subscription-amount-input::placeholder{color:#28282873}.subscription-amount-input:disabled{opacity:1;-webkit-text-fill-color:#282828}.subscription-submit-btn{width:100%;height:66px;border-radius:88px;border:none;background:#12bad2;font-family:Unbounded,sans-serif;font-size:16px;font-weight:400;color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 8px 24px #12bad259;margin-top:8px}.subscription-submit-btn:hover:not(:disabled){background:#10a8be;transform:translateY(-2px);box-shadow:0 12px 32px #12bad273}.subscription-submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 16px #12bad24d}.subscription-submit-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:420px){.subscription-mockup{gap:24px}.subscription-card{padding:14px}}
