:root{--bg-1: #041f29;--bg-2: #062b37;--bg-3: #0b3f4b;--teal: #0e5262;--paper: #ffffff;--paper-soft: #f7fbfb;--ink: #0f2b35;--muted: #667985;--line: #e5edf0;--coral: #ef8f78;--coral-2: #f66f60;--green: #13a467;--yellow: #a66a00;--red: #a92a1a;--shadow: 0 26px 80px rgba(2, 24, 31, .22);--shadow-soft: 0 18px 55px rgba(2, 24, 31, .1);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{background:var(--bg-1)}body{margin:0;min-height:100dvh;color:var(--ink);background:radial-gradient(circle at 8% 0%,rgba(239,143,120,.22),transparent 28%),radial-gradient(circle at 96% 9%,rgba(255,255,255,.13),transparent 22%),linear-gradient(160deg,var(--bg-1),var(--bg-3) 52%,var(--bg-2))}button{cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}button:hover{transform:translateY(-2px)}button:disabled{opacity:.6;cursor:not-allowed;transform:none}.icon{flex:0 0 auto}.splash-screen{min-height:100dvh;display:grid;place-items:center;align-content:center;gap:22px;color:#fff;background:radial-gradient(circle at 50% 30%,rgba(239,143,120,.28),transparent 28%),linear-gradient(160deg,#041f29,#0b3f4b 55%,#062b37);overflow:hidden;position:relative}.splash-glow{position:absolute;width:320px;height:320px;border-radius:999px;background:#ef8f7829;filter:blur(10px);animation:splashOrb 1.25s ease both}.splash-mark{z-index:2;animation:splashLogoIn .82s cubic-bezier(.2,.8,.2,1) both}.splash-mark img{width:min(270px,72vw);height:96px;object-fit:contain}.splash-screen span{color:#ffffffbd;font-weight:950;letter-spacing:.16em;text-transform:uppercase;font-size:12px;z-index:2;animation:splashTextIn .7s ease .3s both}@keyframes splashLogoIn{0%{opacity:0;transform:translateY(16px) scale(.92);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes splashTextIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes splashOrb{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}.auth-shell{min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,440px);gap:24px;align-items:center;width:min(1120px,calc(100% - 32px));margin:0 auto;padding:28px 0;animation:appEnter .45s ease both}.auth-hero{position:relative;min-height:650px;display:grid;align-content:center;overflow:hidden;padding:46px;border-radius:38px;color:#fff;background:linear-gradient(180deg,#ffffff21,#ffffff0f),#ffffff14;border:1px solid rgba(255,255,255,.16);box-shadow:var(--shadow)}.auth-hero:after{content:"";position:absolute;right:-90px;bottom:-125px;width:330px;height:330px;border-radius:999px;background:#ef8f782e;filter:blur(4px)}.auth-hero img{width:240px;height:86px;object-fit:contain;object-position:left center}.hero-chip{width:fit-content;display:inline-flex;align-items:center;gap:8px;margin:32px 0 18px;padding:10px 13px;border-radius:999px;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.13);font-weight:950;font-size:13px}.auth-hero h1{max-width:700px;margin:0 0 18px;font-size:clamp(42px,6vw,70px);line-height:.96;letter-spacing:-3.2px}.auth-hero p{max-width:620px;margin:0;color:#ffffffbd;line-height:1.7;font-size:18px}.hero-benefits{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-benefits span{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 13px;border-radius:999px;color:#ffffffd1;background:#ffffff17;border:1px solid rgba(255,255,255,.12);font-weight:850;font-size:13px}.auth-panel{padding:30px;border-radius:34px;background:#fffffff5;border:1px solid rgba(255,255,255,.55);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:7px;border-radius:22px;background:#edf4f5;margin-bottom:26px}.auth-tabs button{border:0;min-height:52px;border-radius:17px;color:var(--muted);background:transparent;font-weight:950}.auth-tabs button.active{color:var(--ink);background:#fff;box-shadow:0 12px 28px #02181f1a}.auth-form h2{margin:0 0 22px;font-size:34px;line-height:1;letter-spacing:-1.2px}label{display:block;margin:15px 0 8px;color:#53666f;font-weight:950}input,select{width:100%;min-height:58px;padding:0 18px;border:1px solid var(--line);border-radius:20px;outline:none;background:#fff;color:var(--ink)}input:focus,select:focus{border-color:var(--coral);box-shadow:0 0 0 5px #ef8f7821}.primary-button{width:100%;min-height:58px;border:0;border-radius:20px;margin:18px 0 8px;color:#fff;font-weight:950;background:linear-gradient(135deg,var(--coral),var(--coral-2));box-shadow:0 18px 44px #f66f6040}.auth-form small{color:var(--muted);line-height:1.45;word-break:break-all}.customer-shell{min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto;animation:appEnter .45s ease both;padding-bottom:max(12px,env(safe-area-inset-bottom))}@keyframes appEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.app-header,.phone-shell,.bottom-nav{width:min(500px,calc(100% - 24px));margin-inline:auto}.app-header{min-height:96px;display:flex;justify-content:space-between;gap:12px;align-items:center;color:#fff}.brand-block img{width:162px;height:54px;object-fit:contain;object-position:left center;display:block}.brand-block span{color:#ffffffbd;font-weight:950;font-size:14px}.header-actions{display:flex;gap:8px}.icon-button{min-height:44px;display:inline-flex;align-items:center;gap:8px;padding:0 13px;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:#ffffff1c;color:#fff;font-weight:950}.icon-button.danger{background:#ffffff12}.phone-shell{margin-bottom:14px}.view{display:grid;gap:16px;animation:screenIn .3s ease both}@keyframes screenIn{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.hero-panel{padding:28px;border-radius:34px;color:#fff;background:radial-gradient(circle at 13% 4%,rgba(239,143,120,.55),transparent 25%),linear-gradient(135deg,#052b35,#0e5262);border:1px solid rgba(255,255,255,.16);box-shadow:var(--shadow)}.hero-topline{display:flex;justify-content:space-between;gap:12px;align-items:center}.hero-topline>span:first-child,.page-title span,.status-card span,.member-card span,.qr-card span,.plan-card span,.subscription-card span{display:inline-flex;align-items:center;gap:8px;color:var(--coral);font-weight:950;letter-spacing:.14em;text-transform:uppercase;font-size:12px}.mini-pill{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border-radius:999px;background:#ffffff1c;color:#ffffffdb;font-size:12px;font-weight:900}.hero-panel h1{margin:14px 0 12px;font-size:42px;line-height:.98;letter-spacing:-2px}.hero-panel p{margin:0;color:#ffffffc2;line-height:1.58;font-size:16px}.status-grid,.actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.status-card,.action-card,.clinic-card,.subscription-card,.plan-card,.payment-item,.history-item,.empty-card,.qr-card{border-radius:26px;background:#fffffffa;border:1px solid rgba(231,237,240,.92);box-shadow:var(--shadow-soft)}.status-card{padding:18px;display:grid;gap:8px}.status-card small{color:var(--muted)}.action-card{position:relative;min-height:142px;padding:18px;border:0;display:grid;gap:8px;text-align:left;color:var(--ink)}.action-card>.icon:last-child{position:absolute;right:18px;bottom:18px;color:var(--coral)}.action-icon,.list-icon,.plan-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:18px;color:var(--coral-2);background:#fff0ec}.action-card strong{font-size:20px}.action-card small{color:var(--muted);font-weight:800}.page-title{padding:22px 0 2px;color:#fff}.page-title h1{margin:10px 0 8px;font-size:38px;line-height:1;letter-spacing:-1.8px}.page-title p{margin:0;color:#ffffffbd;line-height:1.55}.member-card{position:relative;overflow:hidden;min-height:270px;display:grid;align-content:space-between;padding:26px;border-radius:36px;color:#fff;background:radial-gradient(circle at 16% 8%,rgba(239,143,120,.58),transparent 26%),linear-gradient(135deg,#041f29,#0e5262);box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.16)}.member-card-bg{position:absolute;inset:auto -70px -120px auto;width:270px;height:270px;border-radius:999px;background:#ffffff1a}.member-card-top,.member-card-bottom{position:relative;z-index:1}.member-card-top{display:flex;justify-content:space-between;align-items:start;gap:12px}.member-card-top img{width:140px;height:48px;object-fit:contain;object-position:left center}.member-owner{position:relative;z-index:1}.member-owner strong{display:block;font-size:28px;letter-spacing:-1px;margin:8px 0 3px}.member-owner small{color:#ffffffb3;font-weight:850}.member-card-bottom{display:grid;grid-template-columns:1fr 1fr;gap:12px}.member-card-bottom strong{display:block;margin-top:6px;font-size:15px}.qr-card{padding:22px;text-align:center}.qr-title{display:flex;align-items:center;gap:12px;text-align:left;margin-bottom:12px}.qr-title h2{margin:5px 0 0;font-size:25px;letter-spacing:-1px}.qr-card img{width:220px;height:220px;display:block;margin:14px auto;padding:10px;border-radius:24px;background:#fff;border:1px solid var(--line)}.qr-card p{color:var(--muted);line-height:1.5}.qr-card code{display:block;padding:13px;border-radius:16px;background:#f4f8f9;color:var(--bg-1);word-break:break-all;font-size:12px}.list{display:grid;gap:12px}.clinic-card,.subscription-card,.payment-item,.history-item{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:start;padding:18px}.clinic-card strong,.payment-item strong,.history-item strong,.subscription-card strong,.empty-card strong{display:block;color:var(--ink);font-size:20px;margin-bottom:4px}.clinic-card span,.payment-item span,.history-item span,.subscription-card small,.payment-item small,.empty-card p{color:var(--muted)}.clinic-card p,.history-item p,.subscription-card p{margin:7px 0 0;color:#405761}.plan-card{position:relative;padding:22px}.plan-icon{margin-bottom:12px}.plan-card h2{margin:8px 0;font-size:28px;color:var(--ink);letter-spacing:-1px}.plan-card strong{display:block;font-size:36px;color:var(--ink);letter-spacing:-1.4px;margin:10px 0}.plan-card p{color:var(--muted);line-height:1.5}.payment-link{display:inline-flex;min-height:44px;align-items:center;justify-content:center;margin-top:10px;padding:0 14px;text-decoration:none;border-radius:16px;color:#fff;font-weight:950;background:linear-gradient(135deg,var(--coral),var(--coral-2));box-shadow:0 16px 38px #f66f6038}.empty-card{padding:20px;color:var(--muted)}.badge{width:fit-content;min-height:30px;display:inline-flex;align-items:center;border-radius:999px;padding:0 10px;color:var(--ink);background:#eef3f4;font-weight:950;font-size:12px}.badge-active,.badge-confirmed,.badge-authorized{background:#dffbed;color:var(--green)}.badge-in_grace,.badge-pending,.badge-pending_payment{background:#fff6e3;color:var(--yellow)}.badge-overdue,.badge-blocked,.badge-canceled,.badge-denied{background:#fff0ec;color:var(--red)}.error,.success{padding:13px 14px;border-radius:16px;font-weight:850;margin-bottom:12px}.error{color:#8a1f11;background:#fff0ec}.success{color:#0d6a3b;background:#e8fff3}.bottom-nav{position:sticky;bottom:10px;z-index:30;display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding:8px;border-radius:26px;background:#ffffff1f;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 60px #02181f40}.bottom-nav button{min-height:58px;display:grid;place-items:center;gap:3px;border:0;border-radius:19px;background:transparent;color:#ffffffb3;font-weight:950;font-size:11px}.bottom-nav button.active{background:#fff;color:var(--ink);box-shadow:0 12px 28px #02181f24}@media(max-width:920px){.auth-shell{grid-template-columns:1fr;width:min(520px,calc(100% - 24px))}.auth-hero{min-height:auto;padding:28px;border-radius:30px}.auth-hero h1{font-size:44px}.auth-panel{border-radius:30px}}@media(max-width:540px){.app-header,.phone-shell,.bottom-nav{width:min(100% - 20px,500px)}.app-header{min-height:92px}.brand-block img{width:145px}.icon-button span{display:none}.icon-button{width:44px;padding:0;justify-content:center}.hero-panel h1{font-size:36px}.status-grid,.actions-grid,.member-card-bottom{grid-template-columns:1fr}.clinic-card,.subscription-card,.payment-item,.history-item{grid-template-columns:auto 1fr}.clinic-card .badge,.subscription-card .badge,.payment-item .badge,.history-item .badge{grid-column:2}.bottom-nav button span{font-size:10px}}.info-box{margin-top:14px;padding:13px 14px;border-radius:18px;color:#0f4a59;background:#e8f8fb;border:1px solid #d4eef3;font-weight:850;line-height:1.45}.payment-button{border:0;cursor:pointer}.rules-card{margin:0 0 18px;padding:14px 16px;border-radius:20px;color:var(--ink);background:#f4f8f9;border:1px solid var(--line)}.rules-card strong{display:block;margin-bottom:8px;color:var(--teal);font-weight:950}.rules-card ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.45;font-size:13px}.field-help{display:block;margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.35}.error-preline{white-space:pre-line;line-height:1.45}.payment-help{margin-top:14px;padding:14px 16px;border-radius:20px;color:#0f4a59;background:#e8f8fb;border:1px solid #d4eef3}.payment-help strong{display:block;margin-bottom:4px;font-weight:950}.payment-help p{margin:0;line-height:1.45;color:#405761;font-size:14px}.install-app-page{min-height:100dvh;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);gap:24px;align-items:center;width:min(1120px,calc(100% - 28px));margin:0 auto;padding:28px 0;color:#fff}.install-app-card,.install-preview-card{overflow:hidden;border-radius:38px;border:1px solid rgba(255,255,255,.16);box-shadow:var(--shadow);background:radial-gradient(circle at 14% 0%,rgba(239,143,120,.32),transparent 30%),linear-gradient(180deg,#ffffff21,#ffffff0f)}.install-app-card{padding:42px}.install-app-card img{width:230px;height:76px;object-fit:contain;object-position:left center;margin-bottom:30px}.install-app-card>span{display:inline-flex;color:var(--coral);font-weight:950;letter-spacing:.15em;text-transform:uppercase;font-size:12px}.install-app-card h1{max-width:720px;margin:14px 0;font-size:clamp(42px,6vw,72px);line-height:.96;letter-spacing:-3px}.install-app-card p{max-width:660px;margin:0;color:#ffffffbd;line-height:1.65;font-size:18px}.install-app-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 18px}.install-app-actions .primary-button{width:auto;min-width:220px;margin:0;padding:0 22px}.secondary-install-button{min-height:58px;border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:0 22px;color:#fff;font-weight:950;background:#ffffff1a}.install-message{margin:12px 0;padding:14px 16px;border-radius:18px;color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.14);line-height:1.5;font-weight:850}.install-device-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.install-device-grid article{padding:16px;border-radius:22px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12)}.install-device-grid strong{display:block;margin-bottom:7px;font-size:18px}.install-device-grid p{font-size:14px}.install-preview-card{min-height:560px;display:grid;place-items:center;padding:30px}.install-preview-phone{width:260px;min-height:360px;display:grid;place-items:center;align-content:center;gap:14px;text-align:center;border-radius:36px;background:radial-gradient(circle at 50% 0%,rgba(239,143,120,.24),transparent 26%),linear-gradient(180deg,#062b37,#0b3f4b);border:1px solid rgba(255,255,255,.14);box-shadow:0 24px 70px #02181f47}.install-preview-icon{width:88px;height:88px;display:grid;place-items:center;border-radius:26px;background:#fff;box-shadow:0 18px 50px #02181f38}.install-preview-icon img{width:62px;height:62px;object-fit:contain}.install-preview-phone strong{font-size:24px}.install-preview-phone p{width:200px;margin:0;color:#ffffffb8;line-height:1.45}@media(max-width:900px){.install-app-page{grid-template-columns:1fr}.install-preview-card{min-height:360px}}@media(max-width:560px){.install-app-card{padding:28px}.install-app-card h1{font-size:42px}.install-device-grid{grid-template-columns:1fr}.install-app-actions{display:grid}.install-app-actions .primary-button,.secondary-install-button{width:100%}}.customer-shell{position:relative;overflow-x:hidden}.customer-shell:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 18% 4%,rgba(239,143,120,.2),transparent 28%),radial-gradient(circle at 92% 10%,rgba(255,255,255,.12),transparent 22%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);background-size:auto,auto,48px 48px,48px 48px}.view-animate{animation:appFadeUp .42s ease both}@keyframes appFadeUp{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.pro-header{position:sticky;top:0;z-index:40;padding-top:14px;padding-bottom:12px;background:linear-gradient(180deg,rgba(4,31,41,.98),rgba(4,31,41,.76),transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hello-block{display:grid;gap:3px}.hello-block small{color:#ffffff9e;font-weight:850}.hero-panel-pro{position:relative;overflow:hidden;min-height:440px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(255,255,255,.17);background:radial-gradient(circle at 12% 4%,rgba(239,143,120,.3),transparent 32%),linear-gradient(145deg,#ffffff29,#ffffff0e);box-shadow:0 34px 100px #02181f47}.hero-panel-pro:after{content:"";position:absolute;right:-110px;bottom:-130px;width:300px;height:300px;border-radius:999px;background:#ffffff1a;filter:blur(.3px)}.hero-orb{position:absolute;inset:28px 28px auto auto;width:86px;height:86px;border-radius:28px;background:url(/assets/logo-semfundo-parafundoclaro.png) center / 66px no-repeat,#fffffff5;box-shadow:0 22px 70px #0003;transform:rotate(-6deg)}.hero-panel-pro h1{max-width:650px;font-size:clamp(48px,9vw,82px);letter-spacing:-3px;line-height:.92}.home-benefits{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.benefit-pill{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border-radius:999px;color:#ffffffeb;background:#ffffff1c;border:1px solid rgba(255,255,255,.15);font-weight:900;font-size:13px}.hero-main-cta{position:relative;z-index:2;width:fit-content;min-height:56px;margin-top:22px;display:inline-flex;align-items:center;gap:9px;padding:0 22px;border:0;border-radius:20px;color:#fff;background:linear-gradient(135deg,var(--coral),var(--coral-2));box-shadow:0 18px 50px #f66f6047;font-weight:950}.status-grid-pro .status-card{position:relative;overflow:hidden;border:1px solid rgba(229,237,240,.92);box-shadow:0 22px 70px #02181f1a}.status-grid-pro .status-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 12% 0%,rgba(239,143,120,.12),transparent 38%)}.quick-summary{display:grid;grid-template-columns:1fr 1fr;gap:14px}.quick-summary article{display:grid;gap:8px;padding:20px;border-radius:26px;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 50px #02181f1f}.quick-summary svg{color:var(--coral)}.quick-summary strong{font-size:18px}.quick-summary small{color:#ffffffb8;line-height:1.4}.pro-action-card{position:relative;overflow:hidden;min-height:140px;justify-content:space-between;align-items:flex-start;text-align:left;border:1px solid rgba(229,237,240,.96);box-shadow:0 22px 70px #02181f1a}.pro-action-card:after{content:"";position:absolute;inset:auto -32px -42px auto;width:108px;height:108px;border-radius:999px;background:#ef8f781a}.action-copy{display:grid;gap:4px}.pro-action-card>svg{position:absolute;right:18px;top:20px;color:var(--coral-2)}.page-title-pro h1{font-size:clamp(42px,8vw,64px);letter-spacing:-2.4px}.card-premium-layout{display:grid;gap:18px}.member-card-pro{position:relative;min-height:310px;transform-style:preserve-3d;box-shadow:0 32px 110px #02181f47}.member-card-pro.is-active{border-color:#ffffff3d}.member-card-glow{position:absolute;right:-80px;bottom:-110px;width:260px;height:260px;border-radius:999px;background:#ffffff1c}.qr-card-pro{display:grid;gap:16px}.qr-frame{width:min(260px,100%);aspect-ratio:1;display:grid;place-items:center;margin:0 auto;padding:16px;border-radius:30px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,var(--coral),rgba(14,82,98,.35)) border-box;border:2px solid transparent;box-shadow:0 22px 70px #02181f1a}.qr-frame img{width:100%;height:100%;object-fit:contain;border-radius:18px}.qr-placeholder{display:grid;place-items:center;gap:10px;color:var(--muted);text-align:center;font-weight:900}.token-box{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:10px;border-radius:20px;background:#f7fbfb;border:1px solid var(--line)}.token-box code{word-break:break-all;color:var(--ink);font-size:13px}.token-box button{min-height:42px;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:14px;padding:0 13px;color:#fff;background:linear-gradient(135deg,var(--coral),var(--coral-2));font-weight:950}.card-instruction{display:flex;align-items:center;gap:10px;padding:14px;border-radius:18px;background:#fff7f4;color:var(--ink);font-weight:850;line-height:1.35}.network-search{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;min-height:58px;padding:0 16px;border-radius:22px;background:#fffffff5;border:1px solid var(--line);box-shadow:var(--shadow-soft)}.network-search input{width:100%;border:0;outline:none;background:transparent;color:var(--ink)}.list-pro{gap:13px}.clinic-card-pro,.payment-item-pro,.history-item-pro,.subscription-card-pro{position:relative;overflow:hidden;border:1px solid rgba(229,237,240,.96);box-shadow:0 18px 58px #02181f1a}.clinic-card-pro:after,.payment-item-pro:after,.history-item-pro:after,.subscription-card-pro:after{content:"";position:absolute;right:-40px;bottom:-54px;width:120px;height:120px;border-radius:999px;background:#ef8f7814}.plan-card-pro{position:relative;overflow:hidden;border:1px solid rgba(239,143,120,.2);box-shadow:0 30px 100px #02181f21}.plan-card-pro:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 0%,rgba(239,143,120,.16),transparent 34%),linear-gradient(180deg,#fff,#fffdfc);pointer-events:none}.plan-card-pro>*{position:relative;z-index:1}.plan-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.plan-benefits-mini{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.plan-benefits-mini span{min-height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border-radius:999px;background:#fff0ec;color:var(--ink);font-weight:900;font-size:12px}.payment-help-pro{display:flex;align-items:flex-start;gap:12px}.primary-button-pro{display:flex;align-items:center;justify-content:center;gap:9px}.empty-card-pro{display:grid;place-items:center;text-align:center;gap:10px;min-height:220px}.empty-card-pro svg{color:var(--coral-2)}.loading-screen{width:min(520px,calc(100% - 32px));min-height:420px;display:grid;place-items:center;align-content:center;gap:14px;margin:40px auto;padding:30px;border-radius:36px;color:#fff;text-align:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);box-shadow:0 26px 80px #02181f38}.loading-logo{width:210px;height:72px;display:grid;place-items:center;border-radius:24px;background:#ffffff1f}.loading-logo img{width:180px;height:56px;object-fit:contain}.loading-screen strong{font-size:24px}.loading-screen span{max-width:320px;color:#ffffffb8;line-height:1.5}.auth-hero h1{max-width:760px}.auth-panel{box-shadow:0 28px 100px #02181f33}.rules-card{border-color:#ef8f782e;background:linear-gradient(180deg,#fff8f5,#fff)}@media(min-width:900px){.card-premium-layout{grid-template-columns:1fr .92fr;align-items:start}.customer-shell{padding-bottom:80px}}@media(max-width:720px){.customer-shell:before{opacity:.85}.pro-header{padding-left:20px;padding-right:20px}.brand-block img{width:190px}.hello-block small{display:none}.header-actions{gap:8px}.icon-button{padding:0 13px}.icon-button span{display:none}.phone-shell{padding-left:20px;padding-right:20px}.hero-panel-pro{min-height:420px;padding:32px 26px}.hero-orb{width:68px;height:68px;border-radius:22px;background-size:52px}.hero-panel-pro h1{font-size:clamp(42px,13vw,56px)}.home-benefits{display:grid}.hero-main-cta{width:100%;justify-content:center}.quick-summary,.status-grid,.actions-grid{grid-template-columns:1fr}.pro-action-card{min-height:118px}.page-title-pro h1{font-size:clamp(38px,12vw,50px)}.member-card-pro{min-height:280px}.token-box{grid-template-columns:1fr}.token-box button{justify-content:center}.bottom-nav{left:14px;right:14px;width:auto}}@media(max-width:390px){.phone-shell,.pro-header{padding-left:16px;padding-right:16px}.brand-block img{width:170px}.hero-panel-pro{padding:28px 22px}}.customer-shell{min-height:100vh;padding-bottom:150px!important}.customer-shell:before,.hero-panel-pro:after,.hero-panel-pro:before,.member-card-glow,.member-card-bg{pointer-events:none!important}.pro-header{z-index:60!important}.phone-shell{width:min(980px,calc(100% - 56px))!important;margin:24px auto 0!important;padding:0 0 34px!important}.view{display:grid;gap:24px!important}.hero-panel-pro{min-height:auto!important;padding:38px 34px!important;border-radius:34px!important}.hero-panel-pro h1{max-width:640px!important;font-size:clamp(42px,6vw,68px)!important;line-height:.96!important;letter-spacing:-2.2px!important}.hero-panel-pro p{max-width:660px!important;font-size:18px!important;line-height:1.5!important}.hero-orb{width:70px!important;height:70px!important;background-size:52px!important;border-radius:23px!important}.benefit-pill{min-height:34px!important;font-size:12.5px!important;padding:0 11px!important}.hero-main-cta{min-height:52px!important;border-radius:18px!important}.pro-action-card{min-height:106px!important;padding:22px!important}.page-title-pro{margin-top:0!important}.page-title-pro h1{font-size:clamp(36px,6vw,54px)!important;line-height:1!important;letter-spacing:-1.8px!important}.page-title-pro p{max-width:760px!important;font-size:17px!important;line-height:1.45!important}.card-view-fixed{gap:20px!important}.card-fixed-layout{display:grid;grid-template-columns:1fr;gap:18px;align-items:start}.member-card-fixed{position:relative;overflow:hidden;min-height:260px;display:grid;gap:22px;padding:26px;border-radius:30px;color:#fff;background:radial-gradient(circle at 12% 0%,rgba(239,143,120,.28),transparent 36%),linear-gradient(135deg,#0a3a47,#06313d 58%,#082935);border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 70px #02181f3d}.member-card-fixed:after{content:"";position:absolute;width:220px;height:220px;right:-80px;bottom:-90px;border-radius:999px;background:#ffffff1a;pointer-events:none}.member-card-fixed>*{position:relative;z-index:2}.member-card-fixed-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.member-card-fixed-head img{width:168px;height:auto;object-fit:contain}.member-card-fixed .badge{white-space:nowrap;flex-shrink:0}.member-card-fixed-body{display:grid;gap:6px}.member-card-fixed-body span,.member-card-fixed-info span{color:#ffffffb3;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.member-card-fixed-body strong{font-size:clamp(29px,6vw,42px);line-height:1;letter-spacing:-1.4px}.member-card-fixed-body small{color:#ffffffb8;font-weight:850}.member-card-fixed-info{display:grid;grid-template-columns:1fr 1fr;gap:12px}.member-card-fixed-info div{min-width:0;padding:14px;border-radius:18px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12)}.member-card-fixed-info strong{display:block;margin-top:4px;color:#fff;font-size:17px;overflow-wrap:anywhere}.qr-card-fixed{display:grid;gap:15px;padding:24px;border-radius:30px;color:var(--ink);background:#fff;border:1px solid var(--line);box-shadow:0 20px 60px #02181f1a}.qr-card-fixed-head{display:flex;align-items:center;gap:12px}.qr-card-fixed-head span:not(.action-icon){color:var(--coral);font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.qr-card-fixed-head h2{margin:4px 0 0;font-size:28px;color:var(--ink)}.qr-frame-fixed{width:min(230px,100%);aspect-ratio:1;display:grid;place-items:center;justify-self:center;padding:14px;border-radius:26px;background:#f7fbfb;border:1px solid var(--line)}.qr-frame-fixed img{width:100%;height:100%;object-fit:contain;border-radius:16px}.token-box-fixed{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:10px;border-radius:18px;background:#f7fbfb;border:1px solid var(--line)}.token-box-fixed code{min-width:0;color:var(--ink);font-size:13px;line-height:1.35;word-break:break-all;overflow-wrap:anywhere;white-space:normal}.token-box-fixed button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:14px;padding:0 13px;color:#fff;background:linear-gradient(135deg,var(--coral),var(--coral-2));font-weight:950}.card-instruction-fixed{display:flex;align-items:center;gap:9px;padding:13px;border-radius:18px;background:#fff7f4;color:var(--ink);font-weight:850;line-height:1.35}.bottom-nav-fixed,.bottom-nav{position:fixed!important;left:50%!important;right:auto!important;bottom:16px!important;transform:translate(-50%)!important;width:min(520px,calc(100% - 28px))!important;z-index:999!important;pointer-events:auto!important}.bottom-nav button{touch-action:manipulation;cursor:pointer}.bottom-nav button,.bottom-nav button *{pointer-events:auto!important}@media(min-width:1101px){.card-fixed-layout{grid-template-columns:1fr .92fr}}@media(max-width:900px){.card-fixed-layout{grid-template-columns:1fr!important}}@media(max-width:720px){.customer-shell{padding-bottom:138px!important}.pro-header{position:relative!important;display:grid!important;grid-template-columns:1fr!important;align-items:start!important;gap:18px!important;padding:22px 20px 8px!important;margin-bottom:38px!important;background:transparent!important}.app-header{min-height:0!important}.brand-block{align-items:flex-start!important}.brand-block img{width:188px!important;max-width:70vw!important}.hello-block span{font-size:21px!important;line-height:1.05!important}.hello-block small{display:block!important;margin-top:4px!important;font-size:15px!important}.header-actions{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;gap:10px!important}.icon-button{width:100%!important;min-height:50px!important;justify-content:center!important;border-radius:18px!important}.icon-button span{display:inline!important;font-size:15px!important}.phone-shell{width:calc(100% - 42px)!important;margin-top:0!important}.view{gap:18px!important}.hero-panel-pro{padding:28px 22px!important;border-radius:30px!important}.hero-panel-pro h1{max-width:100%!important;font-size:clamp(38px,11vw,52px)!important;letter-spacing:-1.7px!important}.hero-panel-pro p{font-size:16px!important;line-height:1.48!important}.hero-orb{position:relative!important;inset:auto!important;width:58px!important;height:58px!important;background-size:44px!important;margin-left:auto!important;margin-bottom:12px!important;transform:none!important}.hero-topline{display:grid!important;gap:8px!important}.home-benefits,.status-grid-pro,.quick-summary,.actions-grid{grid-template-columns:1fr!important}.benefit-pill{width:fit-content!important;max-width:100%!important}.hero-main-cta{width:100%!important;justify-content:center!important}.quick-summary article{padding:17px!important;border-radius:22px!important}.pro-action-card{min-height:98px!important;padding:20px!important}.page-title-pro h1{font-size:clamp(34px,10vw,46px)!important}.member-card-fixed{min-height:235px!important;padding:22px!important;border-radius:28px!important}.member-card-fixed-head{display:grid!important;gap:12px!important}.member-card-fixed-head img{width:150px!important}.member-card-fixed .badge{width:fit-content!important}.member-card-fixed-info{grid-template-columns:1fr!important}.qr-card-fixed{padding:20px!important;border-radius:28px!important}.qr-card-fixed-head h2{font-size:25px!important}.qr-frame-fixed{width:min(210px,100%)!important}.token-box-fixed{grid-template-columns:1fr!important}.token-box-fixed button{width:100%!important}.bottom-nav{bottom:12px!important;width:calc(100% - 28px)!important;padding:8px!important;border-radius:26px!important}.bottom-nav button{min-height:62px!important;border-radius:20px!important;font-size:11.5px!important}}@media(max-width:390px){.phone-shell{width:calc(100% - 32px)!important}.pro-header{padding-left:16px!important;padding-right:16px!important}.hero-panel-pro{padding:24px 19px!important}.hero-panel-pro h1{font-size:38px!important}.bottom-nav{width:calc(100% - 20px)!important}.bottom-nav button span{font-size:10.5px!important}}.procedure-mini-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.procedure-mini-tags span{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border-radius:999px;color:var(--ink);background:#fff0ec;border:1px solid #ffd8ce;font-size:11px;font-weight:900}.install-mini-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:15px;border-radius:24px;color:#fff;background:radial-gradient(circle at 0% 0%,rgba(239,143,120,.22),transparent 40%),#ffffff1a;border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 55px #02181f1f}.install-mini-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:17px;color:var(--coral);background:#ffffff21}.install-mini-card strong{display:block;font-size:17px;line-height:1.1}.install-mini-card span{display:block;margin-top:3px;color:#ffffffb8;line-height:1.35;font-weight:760}.install-mini-card small{display:block;margin-top:8px;color:#fff;background:#ef8f782e;padding:8px 10px;border-radius:12px;line-height:1.35}.install-mini-card button{min-height:44px;display:inline-flex;align-items:center;gap:7px;border:0;border-radius:16px;padding:0 14px;color:#fff;background:linear-gradient(135deg,var(--coral),var(--coral-2));font-weight:950;white-space:nowrap}.install-header-button{background:#ef8f782e!important;border-color:#ef8f7852!important}.install-app-page-v3{min-height:100dvh;padding:max(34px,env(safe-area-inset-top)) max(22px,env(safe-area-inset-right)) max(34px,env(safe-area-inset-bottom)) max(22px,env(safe-area-inset-left));display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);align-items:center;gap:28px;background:radial-gradient(circle at 10% 0%,rgba(239,143,120,.24),transparent 28%),radial-gradient(circle at 95% 8%,rgba(255,255,255,.13),transparent 22%),linear-gradient(160deg,var(--bg-1),var(--bg-3) 52%,var(--bg-2))}.install-app-card-v3{max-width:780px;min-height:580px;display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,5vw,58px);border-radius:38px;background:radial-gradient(circle at 14% 0%,rgba(239,143,120,.16),transparent 34%),#fffffff5;border:1px solid rgba(255,255,255,.34);box-shadow:0 28px 100px #02181f38}.install-app-card-v3>img{width:min(260px,80%);height:auto;margin-bottom:24px}.install-app-card-v3>span{color:var(--coral);font-size:13px;font-weight:950;letter-spacing:.15em;text-transform:uppercase}.install-app-card-v3 h1{max-width:620px;margin:10px 0 14px;color:var(--ink);font-size:clamp(44px,7vw,82px);line-height:.92;letter-spacing:-3px}.install-app-card-v3 p{max-width:610px;color:var(--muted);font-size:18px;line-height:1.55}.install-app-card-v3 .install-device-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.install-app-card-v3 .install-device-grid article{padding:15px;border-radius:20px;background:#f7fbfb;border:1px solid var(--line)}.install-app-card-v3 .install-device-grid strong{color:var(--ink)}.install-app-card-v3 .install-device-grid p{margin:6px 0 0;font-size:13px;line-height:1.4}.install-preview-card{display:grid;place-items:center}.install-preview-phone{width:min(360px,100%);min-height:540px;display:grid;place-items:center;align-content:center;gap:14px;padding:28px;border-radius:42px;color:#fff;text-align:center;background:radial-gradient(circle at 50% 0%,rgba(239,143,120,.25),transparent 28%),#ffffff1a;border:1px solid rgba(255,255,255,.16);box-shadow:0 28px 90px #02181f3d}.install-preview-icon{width:132px;height:132px;display:grid;place-items:center;border-radius:32px;background:#fff;box-shadow:0 24px 70px #0003}.install-preview-icon img{width:100%;height:100%;border-radius:32px;object-fit:cover}.install-preview-phone strong{font-size:28px}.install-preview-phone p{max-width:260px;color:#ffffffbd;line-height:1.45}@media(display-mode:standalone){body{overscroll-behavior-y:contain}.install-mini-card,.install-header-button{display:none!important}}@media(max-width:900px){.install-app-page-v3{grid-template-columns:1fr}.install-preview-card{display:none}.install-app-card-v3{min-height:auto}.install-app-card-v3 .install-device-grid{grid-template-columns:1fr}}@media(max-width:720px){.install-mini-card{grid-template-columns:auto 1fr}.install-mini-card button{grid-column:1 / -1;width:100%;justify-content:center}.header-actions{grid-template-columns:repeat(3,1fr)!important}.install-app-card-v3 h1{font-size:clamp(40px,12vw,56px)}}.partner-list-pro{gap:18px}.partner-card-pro{align-items:flex-start}.partner-card-content{width:100%;display:grid;gap:12px}.partner-card-headline{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.partner-card-headline small{display:inline-flex;border-radius:999px;padding:7px 10px;background:#ef8f781f;color:var(--coral, #ef8f78);font-weight:900;white-space:nowrap}.procedure-benefit-list{display:grid;gap:10px;margin-top:4px}.procedure-benefit-card{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:13px;border:1px solid rgba(230,237,240,.95);border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbfb)}.procedure-benefit-card strong{display:block;color:var(--ink, #102934)}.procedure-benefit-card small{color:var(--muted, #657680);line-height:1.35}.procedure-benefit-card.muted{opacity:.78}.procedure-prices{display:grid;gap:3px;text-align:right;min-width:120px}.procedure-prices span{color:var(--muted, #657680);font-size:12px;text-decoration:line-through}.procedure-prices strong{font-size:18px;color:var(--teal-900, #0b3c4b)}.procedure-prices em{display:inline-flex;justify-content:center;padding:4px 8px;border-radius:999px;background:#e8fff3;color:#0d6a3b;font-size:11px;font-style:normal;font-weight:950}.show-procedures-button{min-height:42px;border:0;border-radius:15px;background:#0b3c4b14;color:var(--teal-900, #0b3c4b);font-weight:950}@media(max-width:560px){.procedure-benefit-card{grid-template-columns:1fr}.procedure-prices{text-align:left}.partner-card-headline{display:grid}}:root{--premium-noise-opacity: .07;--premium-grid-opacity: .46;--premium-ring: rgba(239,143,120,.32);--premium-card-glass: rgba(255,255,255,.11)}body{position:relative;background:radial-gradient(circle at 9% 0%,rgba(239,143,120,.3),transparent 28%),radial-gradient(circle at 88% 5%,rgba(255,255,255,.14),transparent 24%),radial-gradient(circle at 75% 92%,rgba(239,143,120,.12),transparent 28%),linear-gradient(160deg,#041f29,#0b3f4b 52%,#062b37)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:var(--premium-noise-opacity);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 260 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.74' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23noise)' opacity='.50'/%3E%3C/svg%3E");mix-blend-mode:soft-light}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:radial-gradient(circle at 50% 12%,#000 0%,transparent 78%);mask-image:radial-gradient(circle at 50% 12%,#000 0%,transparent 78%);opacity:var(--premium-grid-opacity)}#root,.customer-shell,.auth-shell,.phone-shell,.app-header,.bottom-nav{position:relative;z-index:1}.app-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.auth-brand,.hero-panel,.hero-panel-pro,.member-card,.member-card-pro,.member-card-fixed,.card-premium-layout{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.15);box-shadow:0 34px 105px #02181f42}.auth-brand:before,.hero-panel:before,.hero-panel-pro:before,.member-card:before,.member-card-pro:before,.member-card-fixed:before,.card-premium-layout:before{content:"";position:absolute;right:-110px;bottom:-140px;width:380px;height:380px;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 62%);pointer-events:none}.member-card,.member-card-pro,.member-card-fixed{background:radial-gradient(circle at 12% 5%,rgba(239,143,120,.55),transparent 25%),linear-gradient(135deg,#041f29,#0e5262 58%,#062b37)}.member-card-top img,.member-card-fixed-head img,.auth-brand img,.app-header img{filter:drop-shadow(0 14px 32px rgba(0,0,0,.18))}.status-grid article,.quick-grid button,.clinic-card,.clinic-card-pro,.partner-card-pro,.procedure-benefit-card,.qr-card,.plan-card,.subscription-card,.payments-list article,.history-list article,.empty-card,.install-banner{background:linear-gradient(180deg,#fffffffa,#ffffffe0);border:1px solid rgba(255,255,255,.62);box-shadow:0 24px 72px #02181f29;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.status-grid article,.quick-grid button,.clinic-card,.clinic-card-pro,.partner-card-pro,.procedure-benefit-card,.payments-list article,.history-list article{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.status-grid article:hover,.quick-grid button:hover,.clinic-card:hover,.clinic-card-pro:hover,.partner-card-pro:hover,.procedure-benefit-card:hover,.payments-list article:hover,.history-list article:hover{transform:translateY(-6px);border-color:#ef8f785c;box-shadow:0 34px 92px #02181f3b}input,select,textarea{background:#fffffff0;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}input:focus,select:focus,textarea:focus{background:#fff;border-color:var(--coral);box-shadow:0 0 0 5px var(--premium-ring)}.bottom-nav{background:#ffffff1f;border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 60px #02181f40}.bottom-nav button{transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.bottom-nav button:hover{background:#ffffff24}.bottom-nav button.active{box-shadow:0 14px 34px #02181f33}.badge,.benefit-pill,.hero-chip,.procedure-mini-tags span{border:1px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.qr-card img{box-shadow:0 18px 52px #02181f2e}.card-instruction,.card-instruction-fixed{background:#ffffff1c;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.icon{filter:drop-shadow(0 10px 20px rgba(239,143,120,.2))}@media(max-width:560px){body:after{opacity:.3}.status-grid article:hover,.quick-grid button:hover,.clinic-card:hover,.clinic-card-pro:hover,.partner-card-pro:hover,.procedure-benefit-card:hover,.payments-list article:hover,.history-list article:hover{transform:none}}:root{--brand-950: #153845;--brand-900: #1b4453;--brand-800: #24566a;--brand-700: #2d697d;--brand-100: #e9f1f3;--brand-50: #f4f8f8;--coral-700: #cb705b;--coral-600: #df8069;--coral-500: #eb9078;--coral-100: #fce9e4;--coral-50: #fff7f4;--ink-950: #142f38;--ink-900: #1b3842;--ink-700: #4f6870;--ink-500: #7d9096;--surface: #ffffff;--canvas: #f3f6f6;--canvas-2: #edf2f2;--line: #dfe7e8;--line-soft: #ebf0f0;--success: #2d8a67;--success-bg: #eaf7f1;--warning: #a46b13;--warning-bg: #fff5dd;--danger: #b44f45;--danger-bg: #fff0ed;--shadow-xs: 0 1px 2px rgba(20, 47, 56, .04);--shadow-sm: 0 8px 24px rgba(20, 47, 56, .06);--shadow-md: 0 18px 50px rgba(20, 47, 56, .09);--shadow-lg: 0 28px 90px rgba(12, 35, 44, .16);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--radius-xl: 24px;font-family:Inter,SF Pro Display,SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body{background:var(--canvas);color:var(--ink-950)}body{line-height:1.5;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button,input,select{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(235,144,120,.24);outline-offset:2px}.splash-screen{background:radial-gradient(circle at 50% 30%,rgba(235,144,120,.24),transparent 28%),linear-gradient(160deg,var(--brand-950),var(--brand-900) 55%,var(--brand-800))}.splash-screen span{color:#ffffffc2;font-weight:650;letter-spacing:.14em}.auth-shell{min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,450px);gap:24px;align-items:center;width:min(1160px,calc(100% - 32px));margin:0 auto;padding:28px 0}.auth-hero{position:relative;min-height:660px;display:grid;align-content:center;overflow:hidden;padding:clamp(34px,5vw,64px);border-radius:38px;color:#fff;background:radial-gradient(circle at 12% 10%,rgba(235,144,120,.22),transparent 26%),radial-gradient(circle at 92% 90%,rgba(255,255,255,.06),transparent 30%),var(--brand-900);border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow-lg)}.auth-hero:before,.auth-hero:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%;pointer-events:none}.auth-hero:before{width:420px;height:420px;right:-210px;top:12%}.auth-hero:after{width:230px;height:230px;right:-90px;bottom:8%}.auth-hero img,.brand-block img{width:min(235px,52vw);height:58px;object-fit:contain;object-position:left center}.hero-chip,.install-preview-icon,.mini-pill{width:fit-content;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;color:#ffffffc2;background:#ffffff14;border:1px solid rgba(255,255,255,.11);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.auth-hero h1,.hero-panel h1,.install-app-card h1,.page-title h1{margin:16px 0 0;font-size:clamp(40px,5vw,70px);line-height:.98;letter-spacing:-.055em;font-weight:520}.auth-hero p,.hero-panel p,.install-app-card p,.page-title p{color:#ffffffb8;line-height:1.7;font-size:17px;font-weight:350}.hero-benefits,.home-benefits{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hero-benefits span,.benefit-pill{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 13px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.11);color:#ffffffd1;font-size:13px;font-weight:520}.auth-panel,.install-app-card,.install-preview-card,.install-mini-card,.hero-panel,.status-card,.action-card,.subscription-card,.payment-item,.history-item,.clinic-card,.empty-card,.info-box,.rules-card,.qr-card-fixed,.member-card-fixed-body,.card-instruction-fixed,.procedure-benefit-card,.procedure-benefit-card.muted,.install-device-grid article,.plan-card-head,.action-card.pro-action-card,.payment-help,.partner-card-pro{border:1px solid var(--line);border-radius:24px;background:#fffffff7;box-shadow:var(--shadow-sm)}.auth-panel{padding:clamp(24px,4vw,34px)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:7px;border-radius:20px;background:var(--canvas-2);margin-bottom:24px}.auth-tabs button{border:0;min-height:48px;border-radius:16px;color:var(--ink-500);background:transparent;font-weight:600}.auth-tabs button.active{color:var(--ink-950);background:#fff;box-shadow:var(--shadow-xs)}.auth-form h2{margin:0 0 18px;color:var(--ink-950);font-size:30px;line-height:1.08;letter-spacing:-.04em;font-weight:560}label{display:block;margin:15px 0 8px;color:var(--ink-700);font-size:13px;font-weight:520}input,select{width:100%;min-height:50px;padding:0 14px;border:1px solid var(--line);border-radius:12px;color:var(--ink-950);background:#fff}input:focus,select:focus{border-color:#eb9078cc;box-shadow:0 0 0 4px #eb90781f}.primary-button,.hero-main-cta,.payment-link.payment-button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;color:#fff;background:linear-gradient(180deg,var(--brand-800),var(--brand-900));box-shadow:0 16px 36px #1b44532e;font-weight:600}.secondary-install-button,.icon-button,.show-procedures-button,.payment-link{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid var(--line);border-radius:14px;color:var(--ink-900);background:#fff;font-weight:560;text-decoration:none}.icon-button.danger{color:var(--danger);background:var(--danger-bg);border-color:#b44f4524}.field-help,.auth-form small,.action-copy small,.payment-item small,.history-item span,.info-box,.install-message,.install-mini-card small,.install-mini-card span,.install-device-grid p,.rules-card li{color:var(--ink-500)}.customer-shell{min-height:100dvh;background:radial-gradient(circle at 0% 0%,rgba(235,144,120,.08),transparent 24%),linear-gradient(180deg,#fafcfc,var(--canvas))}.app-header.pro-header{position:sticky;top:0;z-index:25;width:min(1120px,calc(100% - 24px));margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:18px 22px;border:1px solid rgba(223,231,232,.85);border-radius:0 0 24px 24px;background:#ffffffe0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-sm)}.brand-block,.header-actions{display:flex;align-items:center;gap:12px}.hello-block span{display:block;color:var(--ink-950);font-size:16px;font-weight:620}.hello-block small{display:block;color:var(--ink-500)}.phone-shell{width:min(1120px,calc(100% - 24px));margin:0 auto;padding:22px 0 98px}.view,.card-view-fixed{display:grid;gap:16px}.page-title,.hero-panel{padding:28px}.page-title{border-radius:28px;background:radial-gradient(circle at 90% 0%,rgba(235,144,120,.1),transparent 26%),linear-gradient(135deg,#1b4453f7,#24566aeb);color:#fff;box-shadow:var(--shadow-md)}.page-title span,.hero-topline span:first-child{display:inline-flex;align-items:center;gap:8px;color:var(--coral-500);font-size:11px;font-weight:650;letter-spacing:.12em;text-transform:uppercase}.page-title p{margin:12px 0 0}.hero-panel{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 12% 10%,rgba(235,144,120,.18),transparent 26%),radial-gradient(circle at 92% 90%,rgba(255,255,255,.06),transparent 30%),var(--brand-900)}.hero-orb{position:absolute;width:320px;height:320px;border-radius:999px;right:-120px;top:-80px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.hero-topline{display:flex;justify-content:space-between;gap:12px;position:relative;z-index:1}.hero-panel h1,.hero-panel p,.home-benefits,.hero-main-cta,.quick-summary,.status-grid{position:relative;z-index:1}.quick-summary,.actions-grid,.status-grid,.procedure-benefit-list,.list,.install-device-grid{display:grid;gap:14px}.quick-summary,.status-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.status-card,.action-card,.subscription-card,.payment-item,.history-item,.clinic-card,.procedure-benefit-card,.rules-card,.install-mini-card,.install-device-grid article,.qr-card-fixed,.member-card-fixed-body,.card-instruction-fixed,.info-box,.empty-card,.payment-help,.partner-card-pro{padding:18px}.status-card strong,.subscription-card strong,.payment-item strong,.history-item strong,.clinic-card strong,.procedure-benefit-card strong,.member-card-fixed-head strong,.member-card-fixed-info strong,.plan-card-head strong,.action-copy strong,.install-mini-card strong{color:var(--ink-950);font-weight:620}.action-card,.subscription-card,.payment-item,.history-item,.clinic-card,.partner-card-pro,.install-mini-card{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:14px}.action-icon,.list-icon,.plan-icon,.install-mini-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;color:var(--coral-700);background:var(--coral-100)}.benefit-pill,.mini-pill{color:#ffffffe0}.network-search{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:#fffffff5;box-shadow:var(--shadow-xs)}.list,.qr-card-fixed,.member-card-fixed-body,.card-instruction-fixed,.payment-help,.rules-card{border-radius:24px}.empty-card{display:grid;place-items:center;min-height:220px;text-align:center}.qr-card-fixed,.member-card-fixed-body,.card-instruction-fixed{background:#fffffffa}.qr-frame-fixed,.qr-placeholder,.token-box-fixed{border:1px solid var(--line-soft);border-radius:18px;background:var(--brand-50)}.token-box-fixed{padding:14px;word-break:break-all}.subscription-card,.status-card,.procedure-benefit-card,.rules-card,.info-box{grid-template-columns:auto 1fr auto}.rules-card ul{margin:12px 0 0 18px;padding:0}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:650;border:1px solid transparent}.badge-active,.badge-confirmed{color:var(--success);background:var(--success-bg);border-color:#2d8a671f}.badge-overdue,.badge-canceled,.badge-blocked,.badge-failed,.badge-denied{color:var(--danger);background:var(--danger-bg);border-color:#b44f451f}.badge-pending,.badge-pending_payment,.badge-in_grace{color:var(--warning);background:var(--warning-bg);border-color:#a46b131f}.success,.error{margin-bottom:16px;padding:14px 16px;border-radius:16px;border:1px solid var(--line);box-shadow:var(--shadow-xs)}.success{color:var(--success);background:var(--success-bg);border-color:#2d8a6729}.error{color:var(--danger);background:var(--danger-bg);border-color:#b44f4529}.loading-screen{min-height:320px;display:grid;place-items:center;align-content:center;gap:10px;border:1px dashed var(--line);border-radius:24px;background:#ffffffbf;color:var(--ink-500)}.bottom-nav.bottom-nav-fixed{position:fixed;left:50%;bottom:max(12px,env(safe-area-inset-bottom));transform:translate(-50%);width:min(720px,calc(100% - 24px));display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:10px;border:1px solid rgba(223,231,232,.85);border-radius:22px;background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-md)}.bottom-nav button{min-height:58px;display:grid;place-items:center;gap:4px;border:0;border-radius:16px;color:var(--ink-500);background:transparent;font-size:12px;font-weight:600}.bottom-nav button.active{color:#fff;background:linear-gradient(180deg,var(--brand-800),var(--brand-900));box-shadow:0 12px 24px #1b445329}.install-app-page{min-height:100dvh;display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.85fr);gap:24px;width:min(1160px,calc(100% - 32px));margin:0 auto;padding:28px 0}.install-app-card{display:grid;align-content:start;gap:14px;padding:34px;color:var(--ink-950)}.install-app-card span:first-of-type{display:inline-flex;width:fit-content;color:var(--coral-700);font-size:11px;letter-spacing:.12em;font-weight:650;text-transform:uppercase}.install-app-card h1,.install-app-card p{color:var(--ink-950)}.install-app-card p,.install-preview-card p,.install-device-grid p{color:var(--ink-500)}.install-app-actions{display:flex;flex-wrap:wrap;gap:12px}.install-preview-card{background:radial-gradient(circle at 90% 0%,rgba(235,144,120,.1),transparent 28%),linear-gradient(180deg,#fff,var(--brand-50))}@media(max-width:980px){.auth-shell,.install-app-page{grid-template-columns:1fr}.app-header.pro-header,.phone-shell{width:min(100%,calc(100% - 20px))}.app-header.pro-header{flex-direction:column;align-items:stretch}.brand-block,.header-actions{justify-content:space-between;flex-wrap:wrap}.quick-summary,.status-grid{grid-template-columns:1fr}}@media(max-width:720px){.auth-shell{width:min(100%,calc(100% - 20px));padding:20px 0}.auth-hero{min-height:auto}.hero-panel,.page-title,.install-app-card,.install-preview-card{padding:22px}.action-card,.subscription-card,.payment-item,.history-item,.clinic-card,.partner-card-pro,.install-mini-card{grid-template-columns:auto 1fr}.bottom-nav.bottom-nav-fixed{width:calc(100% - 16px);padding:8px;gap:6px}.bottom-nav button{min-height:56px;font-size:11px}}html,body{min-height:100%}body{position:relative;background:radial-gradient(circle at 0% 0%,rgba(235,144,120,.11),transparent 22%),radial-gradient(circle at 100% 10%,rgba(36,86,106,.16),transparent 24%),linear-gradient(180deg,#eef4f5,#e7f0f2 38%,#edf4f5)}body:before,body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}body:before{background:radial-gradient(circle at 18% 0%,rgba(27,68,83,.08),transparent 24%),radial-gradient(circle at 88% 18%,rgba(36,86,106,.1),transparent 24%),radial-gradient(circle at 50% 100%,rgba(21,56,69,.08),transparent 32%)}body:after{opacity:.12;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.05' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");background-size:180px 180px;mix-blend-mode:multiply}.customer-shell,.phone-shell{position:relative;z-index:1;background:transparent}.app-header.pro-header{background:linear-gradient(135deg,var(--brand-950),var(--brand-900));border-color:#ffffff14;box-shadow:0 24px 60px #1538453d}.app-header.pro-header .hello-block span,.app-header.pro-header .hello-block small{color:#ffffffeb}.app-header.pro-header .hello-block small{color:#ffffffad}.app-header.pro-header .icon-button{color:#ffffffeb;background:#ffffff14;border-color:#ffffff1f}.app-header.pro-header .icon-button:hover{background:#ffffff24}.app-header.pro-header .icon-button.danger{color:#fff;background:#b44f4538;border-color:#ffffff1a}.bottom-nav.bottom-nav-fixed,.bottom-nav-fixed,.bottom-nav{background:linear-gradient(135deg,#153845f7,#1b4453f5);border-color:#ffffff14;box-shadow:0 24px 64px #15384547}.bottom-nav button{color:#ffffffbd}.bottom-nav button:hover{background:#ffffff14}.bottom-nav button.active{color:#fff;background:#ffffff24;box-shadow:inset 0 0 0 1px #ffffff14,0 10px 24px #00000029}.status-card,.action-card,.clinic-card,.clinic-card-pro,.payment-item,.payment-item-pro,.history-item,.history-item-pro,.subscription-card,.subscription-card-pro,.empty-card,.empty-card-pro,.qr-card-fixed,.install-mini-card,.install-app-card,.install-preview-card,.rules-card,.info-box,.payment-help,.payment-help-pro,.network-search,.partner-card-pro,.procedure-benefit-card,.procedure-benefit-card.muted,.plan-card-pro,.install-device-grid article{background:linear-gradient(180deg,#fffffff7,#e9f1f3f2);border-color:#1b44531a;box-shadow:0 20px 60px #1538451c}.status-grid .status-card,.quick-summary article{background:radial-gradient(circle at 8% 8%,rgba(235,144,120,.08),transparent 20%),linear-gradient(180deg,#fffffffa,#e6f0f3f5);border:1px solid rgba(27,68,83,.1);box-shadow:0 18px 54px #1538451c}.status-card,.action-card,.clinic-card,.clinic-card-pro,.payment-item,.payment-item-pro,.history-item,.history-item-pro,.subscription-card,.subscription-card-pro,.empty-card,.empty-card-pro,.quick-summary article,.install-mini-card,.install-app-card,.install-preview-card,.rules-card,.info-box,.payment-help,.payment-help-pro,.partner-card-pro,.procedure-benefit-card,.procedure-benefit-card.muted,.plan-card-pro,.network-search,.qr-card-fixed,.token-box-fixed,.card-instruction-fixed{color:var(--ink-950)}.status-card span,.page-title span,.action-copy strong,.partner-card-headline small,.qr-card-fixed-head span:not(.action-icon){color:var(--coral-700)}.status-card small,.action-card small,.quick-summary small,.clinic-card span,.clinic-card p,.clinic-card-pro span,.clinic-card-pro p,.payment-item span,.payment-item small,.payment-item p,.history-item span,.history-item p,.subscription-card small,.subscription-card p,.subscription-card-pro small,.subscription-card-pro p,.empty-card p,.install-mini-card span,.install-mini-card small,.install-preview-card p,.install-device-grid p,.rules-card li,.info-box,.payment-help p,.payment-help-pro p,.partner-card-headline span,.partner-card-content p,.qr-card-fixed p,.card-instruction-fixed span{color:var(--ink-500)}.quick-summary strong,.action-card strong,.clinic-card strong,.clinic-card-pro strong,.payment-item strong,.history-item strong,.subscription-card strong,.subscription-card-pro strong,.status-card strong,.empty-card strong,.install-mini-card strong,.partner-card-headline strong,.qr-card-fixed-head h2,.rules-card strong,.payment-help strong,.payment-help-pro strong{color:var(--ink-950)}.quick-summary article{color:var(--ink-950)}.quick-summary svg,.network-search .icon,.list-icon,.action-icon,.install-mini-icon{color:var(--coral-700)}.member-card-fixed{background:radial-gradient(circle at 12% 5%,rgba(235,144,120,.28),transparent 30%),linear-gradient(135deg,#123847,#1a4d5f 56%,#215d73);border-color:#ffffff1f}.member-card-fixed-body{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#fff}.member-card-fixed-body span,.member-card-fixed-body small,.member-card-fixed-info span{color:#ffffffc7!important}.member-card-fixed-body strong,.member-card-fixed-info strong{color:#fff!important}.member-card-fixed-info div{background:#ffffff1a;border-color:#ffffff24}.token-box-fixed{background:#e9f1f3b8;border-color:#1b44531a}.card-instruction-fixed{background:linear-gradient(180deg,#1538450d,#15384505);border-color:#1538451a;box-shadow:none}.card-instruction-fixed .icon{color:var(--brand-900)}@media(max-width:720px){.app-header.pro-header{border-radius:0 0 20px 20px}}.install-app-page-v4{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:20px;width:min(1180px,calc(100% - 32px));min-height:100dvh;margin:0 auto;padding:26px 0 42px}.install-back-button{width:fit-content;min-height:44px;display:inline-flex;align-items:center;gap:9px;padding:0 14px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#ffffffe0;background:#153845ad;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 10px 32px #1538452e;font-size:13px;font-weight:650}.install-back-button:hover{background:#153845d1}.install-hero-v4{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);min-height:620px;border:1px solid rgba(255,255,255,.12);border-radius:36px;color:#fff;background:radial-gradient(circle at 9% 8%,rgba(235,144,120,.32),transparent 27%),radial-gradient(circle at 88% 18%,rgba(255,255,255,.1),transparent 26%),linear-gradient(135deg,#153845,#1b4453 52%,#24566a);box-shadow:0 38px 110px #09252f4d}.install-hero-v4:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.24;background-image:linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:58px 58px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 45%,#000);mask-image:linear-gradient(90deg,transparent,#000 45%,#000)}.install-copy-v4{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(34px,6vw,72px)}.install-brand-v4{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.install-brand-v4 img{width:min(230px,52vw);height:66px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}.install-brand-v4>span,.install-status-v4{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 12px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#ffffffd1;background:#ffffff14;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.install-status-v4{margin-bottom:18px;color:#ffd7cd;border-color:#eb90783d;background:#eb90781f}.install-status-v4.is-installed{color:#c8f1df;border-color:#62c2953d;background:#62c2951f}.install-copy-v4 h1{max-width:650px;margin:0;color:#fff;font-size:clamp(43px,6vw,74px);line-height:.98;letter-spacing:-.057em;font-weight:620}.install-copy-v4>p{max-width:650px;margin:22px 0 0;color:#ffffffba;font-size:clamp(16px,2vw,19px);line-height:1.65}.install-actions-v4{width:100%;display:flex;align-items:center;gap:12px;margin-top:30px}.install-primary-v4,.install-secondary-v4{min-height:58px;border-radius:17px}.install-primary-v4{min-width:230px;margin:0;padding:0 24px;color:#fff;background:linear-gradient(135deg,#ef8f78,#f66f60);box-shadow:0 18px 44px #f66f6047}.install-primary-v4:hover{box-shadow:0 22px 50px #f66f6061}.install-primary-v4:disabled{color:#d8f3e8;background:#409d733d;border:1px solid rgba(143,222,185,.22);box-shadow:none}.install-secondary-v4{padding:0 21px;color:#ffffffe0;border-color:#ffffff24;background:#ffffff14}.install-secondary-v4:hover{background:#ffffff21}.install-message-v4{width:100%;margin-top:14px;color:#fff;border-color:#ffffff1f;background:#ffffff17;box-shadow:none}.install-trust-v4{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:26px}.install-trust-v4 span{display:inline-flex;align-items:center;gap:7px;color:#ffffffad;font-size:12px;font-weight:580}.install-trust-v4 svg{color:#8fd8b8}.install-visual-v4{position:relative;z-index:1;display:grid;place-items:center;min-height:620px;overflow:hidden;background:radial-gradient(circle at 50% 48%,rgba(255,255,255,.11),transparent 34%),linear-gradient(135deg,#ffffff08,#ffffff14)}.install-orbit{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.1)}.install-orbit-one{width:500px;height:500px}.install-orbit-two{width:370px;height:370px;border-color:#eb90782e}.install-phone-v4{position:relative;z-index:2;width:min(305px,74%);aspect-ratio:9 / 18.5;padding:10px;border:1px solid rgba(255,255,255,.26);border-radius:46px;background:linear-gradient(160deg,#f4f7f7,#cbd8dc 48%,#f9fbfb);box-shadow:0 38px 85px #00000057,inset 0 0 0 2px #ffffff94;transform:rotate(4deg) translateY(10px)}.install-phone-speaker{position:absolute;z-index:5;top:19px;left:50%;width:86px;height:22px;transform:translate(-50%);border-radius:999px;background:#153845}.install-phone-screen{height:100%;overflow:hidden;padding:42px 16px 18px;border-radius:37px;background:radial-gradient(circle at 0% 0%,rgba(235,144,120,.22),transparent 24%),linear-gradient(180deg,#f9fbfb,#eaf1f2)}.install-phone-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:22px}.install-phone-top img{width:114px;height:33px;object-fit:contain;object-position:left center}.install-phone-top span{color:var(--ink-950);font-size:10px;font-weight:750}.install-phone-member-card{min-height:230px;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;border-radius:28px;color:#fff;background:radial-gradient(circle at 95% 5%,rgba(255,255,255,.12),transparent 28%),linear-gradient(135deg,#153845,#24566a);box-shadow:0 20px 42px #1538453d}.install-phone-member-card small{color:#ef9b85;font-size:8px;letter-spacing:.14em;font-weight:800}.install-phone-member-card strong{margin-top:12px;color:#fff;font-size:25px;line-height:1.03;letter-spacing:-.04em}.install-phone-member-card span{margin-top:11px;color:#ffffffa8;font-size:9px;line-height:1.5}.install-phone-shortcuts{display:grid;gap:10px;margin-top:14px}.install-phone-shortcuts span{min-height:48px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid rgba(21,56,69,.08);border-radius:16px;color:var(--ink-900);background:#ffffffdb;box-shadow:0 8px 20px #15384512;font-size:10px;font-weight:700}.install-phone-shortcuts svg{color:var(--coral-700)}.install-floating-icon-v4{position:absolute;z-index:4;right:clamp(18px,5vw,58px);bottom:46px;display:flex;align-items:center;gap:12px;padding:10px 16px 10px 10px;border:1px solid rgba(255,255,255,.24);border-radius:22px;color:#fff;background:#153845c7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 24px 52px #0000003d}.install-floating-icon-v4 img{width:52px;height:52px;border-radius:15px;box-shadow:0 10px 20px #0000002e}.install-floating-icon-v4 strong,.install-floating-icon-v4 span{display:block}.install-floating-icon-v4 strong{color:#fff;font-size:13px}.install-floating-icon-v4 span{margin-top:2px;color:#ffffff9e;font-size:10px}.install-guide-v4{padding:clamp(26px,5vw,50px);border:1px solid rgba(27,68,83,.1);border-radius:32px;background:linear-gradient(180deg,#fffffff7,#eef4f5f2);box-shadow:0 24px 70px #1538451f}.install-section-heading-v4{max-width:650px}.install-section-heading-v4>span{color:var(--coral-700);font-size:11px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}.install-section-heading-v4 h2{margin:8px 0 0;color:var(--ink-950);font-size:clamp(30px,4vw,46px);line-height:1.03;letter-spacing:-.045em}.install-section-heading-v4 p{margin:13px 0 0;color:var(--ink-500);line-height:1.6}.install-steps-v4{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:30px}.install-steps-v4 article{position:relative;min-height:225px;padding:24px;border:1px solid rgba(27,68,83,.09);border-radius:24px;background:#ffffffe6;box-shadow:0 14px 38px #15384512}.install-step-number{position:absolute;top:20px;right:20px;color:#1538452b;font-size:30px;line-height:1;font-weight:800;letter-spacing:-.05em}.install-step-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:24px;border-radius:16px;color:var(--coral-700);background:var(--coral-100)}.install-steps-v4 strong{display:block;color:var(--ink-950);font-size:17px}.install-steps-v4 p{margin:9px 0 0;color:var(--ink-500);font-size:13px;line-height:1.55}.install-benefits-v4{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.install-benefits-v4 article{display:flex;align-items:center;gap:15px;min-height:100px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:24px;color:#fff;background:#153845bf;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 18px 50px #15384529}.install-benefits-v4>article>svg{flex:0 0 auto;color:#ef9b85}.install-benefits-v4 strong,.install-benefits-v4 span{display:block}.install-benefits-v4 strong{color:#fff;font-size:14px}.install-benefits-v4 span{margin-top:4px;color:#ffffff9e;font-size:11px;line-height:1.45}.install-mini-card-v4{position:relative;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;padding:18px 20px;overflow:hidden;border-color:#1b44531a;background:radial-gradient(circle at 8% 0%,rgba(235,144,120,.13),transparent 25%),linear-gradient(180deg,#fffffffa,#eef4f5f5)}.install-mini-card-v4:after{content:"";position:absolute;right:-35px;bottom:-52px;width:130px;height:130px;border-radius:50%;background:#eb907814}.install-mini-card-v4 .install-mini-icon{position:relative;z-index:1;width:50px;height:50px;border-radius:17px}.install-mini-copy{position:relative;z-index:1;display:grid;gap:3px}.install-mini-eyebrow{color:var(--coral-700)!important;font-size:10px;font-weight:750;letter-spacing:.11em;text-transform:uppercase}.install-mini-copy strong{font-size:16px}.install-mini-copy>span:not(.install-mini-eyebrow){font-size:12px;line-height:1.45}.install-mini-actions{position:relative;z-index:2;display:flex;align-items:center;gap:8px}.install-mini-card-v4 .install-mini-primary{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 17px;border:0;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--coral-500),#f66f60);box-shadow:0 12px 28px #f66f603b;font-size:13px;font-weight:700}.install-mini-card-v4 .install-mini-close{width:38px;min-height:38px;padding:0;border:1px solid rgba(27,68,83,.08);border-radius:12px;color:var(--ink-500);background:#ffffffb8;font-size:23px;font-weight:350;line-height:1}.install-header-button{border-color:#eb90783d!important;background:#eb907821!important}@media(max-width:980px){.install-hero-v4{grid-template-columns:1fr}.install-visual-v4{min-height:570px;border-top:1px solid rgba(255,255,255,.08)}.install-steps-v4,.install-benefits-v4{grid-template-columns:1fr}.install-steps-v4 article{min-height:auto}}@media(max-width:720px){.install-app-page-v4{width:min(100%,calc(100% - 18px));gap:14px;padding:12px 0 26px}.install-back-button{min-height:40px;font-size:12px}.install-hero-v4{min-height:auto;border-radius:27px}.install-copy-v4{padding:26px 22px 30px}.install-brand-v4{align-items:flex-start;margin-bottom:24px}.install-brand-v4 img{width:172px;height:48px}.install-brand-v4>span{min-height:30px;padding:0 9px;font-size:9px}.install-copy-v4 h1{font-size:clamp(40px,13vw,58px)}.install-copy-v4>p{margin-top:18px;font-size:15px}.install-actions-v4{display:grid;grid-template-columns:1fr;margin-top:24px}.install-primary-v4,.install-secondary-v4{width:100%}.install-trust-v4{display:grid;gap:8px}.install-visual-v4{min-height:510px}.install-phone-v4{width:min(270px,76%)}.install-floating-icon-v4{right:12px;bottom:20px}.install-guide-v4{padding:26px 20px;border-radius:27px}.install-steps-v4{margin-top:22px}.install-mini-card-v4{grid-template-columns:auto 1fr;padding:16px}.install-mini-actions{grid-column:1 / -1;width:100%}.install-mini-card-v4 .install-mini-primary{flex:1}}@media(max-width:430px){.install-brand-v4>span{display:none}.install-visual-v4{min-height:470px}.install-phone-v4{width:245px}.install-floating-icon-v4{transform:scale(.88);transform-origin:right bottom}}@media(max-width:720px){.app-header.pro-header .install-header-button{display:none!important}}.auth-shell-v33{position:relative;z-index:1;width:min(1240px,calc(100% - 40px));min-height:100dvh;margin:0 auto;padding:34px 0;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(410px,.88fr);align-items:center;gap:24px;background:transparent}.auth-hero-v33{position:relative;isolation:isolate;min-height:690px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(36px,5vw,62px);border:1px solid rgba(255,255,255,.13);border-radius:38px;color:#fff;background:radial-gradient(circle at 14% 0%,rgba(239,143,120,.33),transparent 28%),radial-gradient(circle at 94% 72%,rgba(255,255,255,.12),transparent 24%),linear-gradient(145deg,#123542,#194655 54%,#21596d);box-shadow:0 38px 110px #15384547}.auth-hero-v33:before{content:"";position:absolute;z-index:-1;right:-120px;top:90px;width:470px;height:470px;border:1px solid rgba(255,255,255,.1);border-radius:50%;background:transparent}.auth-hero-v33:after{content:"";position:absolute;z-index:-1;right:-45px;bottom:-85px;width:310px;height:310px;border-radius:46% 54% 61% 39%;background:#eb907821;filter:blur(1px)}.auth-brand-row-v33{display:flex;align-items:center;justify-content:space-between;gap:20px}.auth-brand-row-v33>img{width:min(235px,48vw);height:68px;object-fit:contain;object-position:left center}.auth-brand-row-v33>span{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#ffffffc2;background:#ffffff14;font-size:10px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}.auth-hero-copy-v33{max-width:690px;margin-top:46px}.auth-hero-copy-v33 .hero-chip{margin-bottom:20px}.auth-hero-copy-v33 h1{max-width:680px;margin:0;color:#fff;font-size:clamp(48px,5.4vw,76px);line-height:.97;letter-spacing:-.06em;font-weight:630}.auth-hero-copy-v33 p{max-width:610px;margin:22px 0 0;color:#ffffffb8;font-size:clamp(16px,1.8vw,19px);line-height:1.65}.auth-card-preview-v33{position:relative;width:min(520px,88%);min-height:168px;margin-top:38px;padding:24px 26px;overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:27px;background:linear-gradient(135deg,#ffffff1f,#ffffff0b);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 20px 50px #00000024}.auth-card-preview-v33:after{content:"";position:absolute;right:-35px;bottom:-75px;width:190px;height:190px;border-radius:50%;background:#eb907824}.auth-card-preview-top-v33{display:flex;align-items:center;justify-content:space-between;color:#ef9b85;font-size:11px;font-weight:800;letter-spacing:.14em}.auth-card-preview-v33>strong,.auth-card-preview-v33>small{position:relative;z-index:1;display:block}.auth-card-preview-v33>strong{max-width:320px;margin-top:25px;color:#fff;font-size:23px;line-height:1.12;letter-spacing:-.03em}.auth-card-preview-v33>small{margin-top:8px;color:#ffffff94;font-size:11px}.auth-card-preview-line-v33{width:96px;height:5px;margin-top:22px;border-radius:99px;background:linear-gradient(90deg,#ef8f78,#ef8f781f)}.hero-benefits-v33{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.hero-benefits-v33 span{min-height:37px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid rgba(255,255,255,.11);border-radius:999px;color:#ffffffc7;background:#ffffff12;font-size:11px;font-weight:650}.auth-panel-v33{width:100%;min-height:600px;padding:clamp(30px,4vw,48px);border:1px solid rgba(27,68,83,.1);border-radius:34px;background:radial-gradient(circle at 100% 0%,rgba(235,144,120,.1),transparent 23%),linear-gradient(180deg,#fffffffa,#f1f6f7f7);box-shadow:0 32px 95px #1538452e}.auth-panel-heading-v33>span{color:var(--coral-700);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.auth-panel-heading-v33 h2{margin:9px 0 0;color:var(--ink-950);font-size:clamp(30px,3.2vw,42px);line-height:1.02;letter-spacing:-.045em}.auth-panel-heading-v33 p{margin:11px 0 0;color:var(--ink-500);font-size:14px}.auth-tabs-v33{width:100%;margin:28px 0 26px;padding:5px;border:1px solid rgba(27,68,83,.07);border-radius:17px;background:#dfe9ebb8}.auth-tabs-v33 button{min-height:48px;border-radius:13px;color:var(--ink-500);font-size:13px;font-weight:720}.auth-tabs-v33 button.active{color:var(--ink-950);background:#fff;box-shadow:0 10px 26px #15384517}.auth-form-v33{display:grid;gap:0}.auth-form-v33>label,.register-grid-v33 label{display:block;margin:0 0 8px;color:var(--ink-900);font-size:12px;font-weight:750}.auth-form-v33>label:not(:first-of-type){margin-top:17px}.auth-input-v33{width:100%;min-height:55px;display:flex;align-items:center;gap:11px;padding:0 14px;border:1px solid rgba(27,68,83,.12);border-radius:15px;color:var(--ink-500);background:#ffffffdb;box-shadow:0 7px 22px #1538450a;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.auth-input-v33:focus-within{color:var(--coral-700);border-color:#cb705b7a;background:#fff;box-shadow:0 0 0 4px #eb90781c,0 12px 30px #15384512}.auth-input-v33 input{min-width:0;min-height:52px;flex:1;padding:0;border:0!important;outline:0;color:var(--ink-950);background:transparent!important;box-shadow:none!important;font-size:14px}.auth-input-v33 input::placeholder{color:#9aabb1}.password-toggle-v33{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:0;border-radius:11px;color:var(--ink-500);background:transparent}.password-toggle-v33:hover{transform:none;color:var(--coral-700);background:var(--coral-100)}.auth-primary-v33{width:100%;min-height:57px;display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:24px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#ed8a73,#f56d5e);box-shadow:0 17px 36px #f66f6045;font-size:14px;font-weight:760}.auth-primary-v33:hover{box-shadow:0 21px 45px #f66f605c}.auth-spinner-v33{width:17px;height:17px;border:2px solid rgba(255,255,255,.38);border-top-color:#fff;border-radius:50%;animation:authSpinV33 .8s linear infinite}@keyframes authSpinV33{to{transform:rotate(360deg)}}.auth-security-note-v33{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:17px;color:var(--ink-500);font-size:11px}.auth-security-note-v33 svg{color:#4c9d76}.rules-card-v33{display:flex;align-items:flex-start;gap:11px;margin-bottom:18px;padding:14px;border-radius:15px;color:var(--ink-950);background:#e7f4edc7;border-color:#4c9d7629;box-shadow:none}.rules-card-v33>svg{flex:0 0 auto;color:#3c9b6d;margin-top:1px}.rules-card-v33 strong,.rules-card-v33 span{display:block}.rules-card-v33 strong{font-size:12px}.rules-card-v33 span{margin-top:3px;color:var(--ink-500);font-size:10px;line-height:1.45}.register-grid-v33{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:17px}.register-form-v33{padding-bottom:2px}.customer-shell{width:min(1040px,calc(100% - 28px))}.pro-header-v33{min-height:104px;padding:20px 22px;border-radius:0 0 28px 28px}.brand-block-v33{min-width:0;display:flex;align-items:center;gap:18px}.brand-block-v33>img{width:205px;height:56px;object-fit:contain;object-position:left center}.header-divider-v33{width:1px;height:38px;background:#ffffff21}.hello-block-v33{display:grid;gap:0}.app-header.pro-header .hello-block-v33 small{color:#ffffff94;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.app-header.pro-header .hello-block-v33 span{color:#fff;font-size:19px;line-height:1.15;font-weight:720}.header-actions-v33{display:flex;align-items:center;gap:8px}.app-header.pro-header .header-actions-v33 .icon-button{min-height:46px;padding:0 14px;border-radius:14px;font-size:11px}.header-avatar-v33{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:14px;color:#fff;background:linear-gradient(135deg,#ef8f78d1,#f66f609e);box-shadow:0 10px 24px #00000024;font-size:14px;font-weight:800}.phone-shell{padding-top:18px;padding-bottom:126px}.home-view-v33{display:grid;gap:18px}.hero-panel-v33{position:relative;min-height:420px;display:grid;grid-template-columns:minmax(0,1fr) 290px;align-items:center;gap:24px;padding:clamp(30px,5vw,52px);overflow:hidden;border-radius:31px;background:radial-gradient(circle at 100% 0%,rgba(255,255,255,.12),transparent 27%),radial-gradient(circle at 8% 0%,rgba(235,144,120,.25),transparent 30%),linear-gradient(135deg,#153845,#1a4858 54%,#215e72)}.hero-panel-v33:before{opacity:.3}.hero-content-v33{position:relative;z-index:3;min-width:0}.hero-panel-v33 .hero-topline{align-items:center;margin-bottom:22px}.hero-panel-v33 .hero-topline>span:first-child{color:#ef9b85;font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.hero-panel-v33 h1{max-width:570px;margin:0;color:#fff;font-size:clamp(42px,5.1vw,65px);line-height:.98;letter-spacing:-.055em;font-weight:620}.hero-panel-v33 p{max-width:560px;margin:17px 0 0;color:#ffffffad;font-size:15px;line-height:1.6}.home-benefits-v33{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.home-benefits-v33 .benefit-pill{min-height:36px;padding:0 11px;border-color:#ffffff21;color:#ffffffd6;background:#ffffff13;font-size:10px}.hero-main-cta-v33{width:fit-content;min-width:250px;min-height:56px;display:inline-flex;align-items:center;justify-content:flex-start;gap:10px;margin-top:27px;padding:0 18px;border:1px solid rgba(255,255,255,.14);border-radius:16px;color:#fff;background:linear-gradient(135deg,#ffffff26,#ffffff14);box-shadow:0 18px 40px #0000001f;font-size:13px;font-weight:730}.hero-main-cta-v33 svg:last-child{margin-left:auto;color:#ef9b85}.home-card-visual-v33{position:relative;z-index:2;width:285px;aspect-ratio:1.58;align-self:center;justify-self:end;padding:24px;overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:23px;color:#fff;background:radial-gradient(circle at 100% 100%,rgba(235,144,120,.22),transparent 38%),linear-gradient(145deg,#ffffff2e,#ffffff0e);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 34px 68px #0000003d;transform:rotate(6deg)}.home-card-visual-v33>span,.home-card-visual-v33>strong,.home-card-visual-v33>small{position:relative;z-index:2;display:block}.home-card-visual-v33>span{color:#ef9b85;font-size:10px;font-weight:800;letter-spacing:.15em}.home-card-visual-v33>strong{margin-top:62px;color:#fff;font-size:23px;letter-spacing:-.03em}.home-card-visual-v33>small{margin-top:5px;color:#ffffff94;font-size:9px}.home-card-chip-v33{position:absolute;top:24px;right:24px;width:38px;height:29px;border:1px solid rgba(255,255,255,.16);border-radius:9px;background:#ffffff1f}.home-card-wave-v33{position:absolute;right:-56px;bottom:-75px;width:190px;height:190px;border:1px solid rgba(255,255,255,.12);border-radius:50%}.account-summary-v33{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:15px;min-height:112px;padding:18px 20px;border:1px solid rgba(27,68,83,.1);border-radius:24px;background:radial-gradient(circle at 0% 0%,rgba(235,144,120,.11),transparent 24%),linear-gradient(180deg,#fffffffa,#ecf3f4f5);box-shadow:0 18px 55px #1538451a}.account-summary-icon-v33{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;color:#39976a;background:#def2e6e6}.account-summary-copy-v33{min-width:0}.account-summary-copy-v33 span,.account-summary-copy-v33 strong,.account-summary-copy-v33 small{display:block}.account-summary-copy-v33 span{color:var(--coral-700);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.account-summary-copy-v33 strong{margin-top:4px;color:var(--ink-950);font-size:16px}.account-summary-copy-v33 small{margin-top:3px;color:var(--ink-500);font-size:11px}.account-summary-v33>button{min-height:43px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border:1px solid rgba(27,68,83,.1);border-radius:13px;color:var(--ink-900);background:#ffffffc2;font-size:11px;font-weight:720}.account-summary-v33>button svg{color:var(--coral-700)}.home-section-heading-v33{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-top:4px;padding:0 3px}.home-section-heading-v33 span{color:var(--coral-700);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.home-section-heading-v33 h2{margin:5px 0 0;color:var(--ink-950);font-size:25px;line-height:1.05;letter-spacing:-.035em}.home-section-heading-v33>small{color:var(--ink-500);font-size:11px}.actions-grid-v33{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.actions-grid-v33 .pro-action-card{min-height:108px;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;padding:17px;border-radius:21px;background:radial-gradient(circle at 100% 100%,rgba(235,144,120,.1),transparent 31%),linear-gradient(180deg,#fffffffa,#eef4f5f5)}.actions-grid-v33 .action-icon{width:48px;height:48px;border-radius:16px}.actions-grid-v33 .action-copy strong{color:var(--ink-950);font-size:15px}.actions-grid-v33 .action-copy small{margin-top:4px;color:var(--ink-500);font-size:11px}.actions-grid-v33 .pro-action-card>svg{color:var(--coral-700)}.quick-summary-v33{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.quick-summary-v33 article{min-height:92px;display:flex;align-items:flex-start;gap:13px;padding:17px;border-radius:20px}.quick-summary-v33 article>svg{margin-top:2px;flex:0 0 auto}.quick-summary-v33 strong,.quick-summary-v33 small{display:block}.quick-summary-v33 strong{font-size:13px}.quick-summary-v33 small{margin-top:5px;font-size:10px;line-height:1.45}.bottom-nav.bottom-nav-fixed{width:min(1000px,calc(100% - 28px));min-height:76px;padding:8px;gap:5px;border-radius:24px}.bottom-nav.bottom-nav-fixed button{min-width:0;min-height:58px;gap:5px;border-radius:17px;font-size:10px}.bottom-nav.bottom-nav-fixed button .icon{width:19px;height:19px}@media(max-width:980px){.auth-shell-v33{grid-template-columns:1fr;width:min(760px,calc(100% - 28px));padding:20px 0 34px}.auth-hero-v33{min-height:590px}.auth-panel-v33{min-height:auto}.hero-panel-v33{grid-template-columns:minmax(0,1fr) 235px}.home-card-visual-v33{width:230px}}@media(max-width:720px){.auth-shell-v33{width:min(100%,calc(100% - 16px));gap:12px;padding:8px 0 22px}.auth-hero-v33{min-height:auto;padding:25px 21px 27px;border-radius:27px}.auth-brand-row-v33>img{width:180px;height:51px}.auth-brand-row-v33>span{display:none}.auth-hero-copy-v33{margin-top:34px}.auth-hero-copy-v33 h1{font-size:clamp(42px,13vw,58px)}.auth-hero-copy-v33 p{font-size:14px}.auth-card-preview-v33{width:100%;min-height:145px;margin-top:28px;padding:20px}.auth-card-preview-v33>strong{margin-top:20px;font-size:20px}.hero-benefits-v33{display:grid;grid-template-columns:1fr 1fr}.hero-benefits-v33 span:last-child{grid-column:1 / -1}.auth-panel-v33{padding:27px 20px 24px;border-radius:27px}.auth-panel-heading-v33 h2{font-size:32px}.register-grid-v33{grid-template-columns:1fr}.customer-shell{width:100%}.pro-header-v33{min-height:82px;padding:14px;border-radius:0 0 22px 22px!important}.brand-block-v33{gap:10px}.brand-block-v33>img{width:142px;height:42px}.header-divider-v33{height:30px}.app-header.pro-header .hello-block-v33 small{font-size:8px}.app-header.pro-header .hello-block-v33 span{max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.app-header.pro-header .header-actions-v33 .icon-button{width:39px;min-height:39px;display:grid;place-items:center;padding:0;border-radius:12px}.header-actions-v33 .icon-button span,.header-avatar-v33,.header-actions-v33 .install-header-button{display:none!important}.phone-shell{padding:12px 10px 112px}.home-view-v33{gap:13px}.hero-panel-v33{min-height:auto;grid-template-columns:1fr;padding:27px 22px 24px;border-radius:27px}.hero-panel-v33 h1{max-width:500px;font-size:clamp(41px,12vw,55px)}.hero-panel-v33 p{font-size:13px}.home-card-visual-v33{display:none}.hero-main-cta-v33{width:100%;min-width:0}.account-summary-v33{grid-template-columns:auto minmax(0,1fr) auto;gap:12px;padding:16px;border-radius:21px}.account-summary-v33>.badge{align-self:start}.account-summary-v33>button{grid-column:1 / -1;width:100%;justify-content:center}.home-section-heading-v33{align-items:start}.home-section-heading-v33>small{display:none}.home-section-heading-v33 h2{font-size:22px}.actions-grid-v33,.quick-summary-v33{grid-template-columns:1fr;gap:10px}.actions-grid-v33 .pro-action-card{min-height:94px}.bottom-nav.bottom-nav-fixed{width:calc(100% - 16px);min-height:70px;padding:7px;gap:2px;border-radius:22px}.bottom-nav.bottom-nav-fixed button{min-height:55px;padding:6px 2px;font-size:9px}}@media(max-width:430px){.brand-block-v33>img{width:124px}.header-divider-v33,.hello-block-v33{display:none}.hero-benefits-v33{grid-template-columns:1fr}.hero-benefits-v33 span:last-child{grid-column:auto}.auth-tabs-v33{margin-top:22px}.account-summary-v33{grid-template-columns:auto 1fr}.account-summary-v33>.badge{grid-column:2;justify-self:start}.actions-grid-v33 .pro-action-card{padding:15px}.bottom-nav.bottom-nav-fixed button span{font-size:8px}}.mobile-profile-button-v34,.mobile-menu-backdrop-v34,.mobile-account-menu-v34,.install-mobile-dock-v34{display:none}.nav-icon-v34{display:grid;place-items:center}@keyframes mobileScreenInV34{0%{opacity:0;transform:translate3d(0,14px,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes mobileMenuInV34{0%{opacity:0;transform:translate3d(0,28px,0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes mobileBackdropInV34{0%{opacity:0}to{opacity:1}}@keyframes mobileCardFloatV34{0%,to{transform:translateZ(0) rotate(2.5deg)}50%{transform:translate3d(0,-5px,0) rotate(1.5deg)}}@keyframes mobilePulseV34{0%,to{box-shadow:0 0 #f66f6040}50%{box-shadow:0 0 0 7px #f66f6000}}@media(max-width:720px){:root{--mobile-surface: #f3f7f7;--mobile-card: #ffffff;--mobile-ink: #153845;--mobile-muted: #6d8189;--mobile-line: rgba(21,56,69,.09);--mobile-shadow: 0 12px 34px rgba(21,56,69,.09)}html{background:var(--mobile-surface);overscroll-behavior-y:none}body{min-width:320px;overflow-x:hidden;background:var(--mobile-surface)}button,a{touch-action:manipulation}button:active,.payment-link:active{transform:scale(.97)!important}.customer-shell{width:100%!important;min-height:100dvh;padding:0!important;overflow-x:clip;background:radial-gradient(circle at 100% 5%,rgba(239,143,120,.08),transparent 23%),var(--mobile-surface)}.customer-shell:before{display:none!important}.phone-shell{width:100%!important;margin:0!important;padding:14px 12px calc(104px + env(safe-area-inset-bottom))!important}.view,.view-animate{gap:13px;animation:mobileScreenInV34 .38s cubic-bezier(.22,.75,.2,1) both!important}.app-header-v34.pro-header-v33{position:sticky;top:0;z-index:60;width:100%!important;min-height:calc(68px + env(safe-area-inset-top));padding:calc(10px + env(safe-area-inset-top)) 15px 10px!important;border:0!important;border-radius:0 0 22px 22px!important;background:radial-gradient(circle at 10% 0%,rgba(239,143,120,.22),transparent 31%),linear-gradient(135deg,#0f313dfa,#194d5dfa);box-shadow:0 10px 26px #0b2f3b2e;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.brand-block-v34{gap:10px!important}.brand-block-v34>img{width:128px!important;height:38px!important}.header-divider-v33{height:27px!important;opacity:.7}.hello-block-v34{min-width:0}.app-header.pro-header .hello-block-v34 small{display:block!important;font-size:8px!important;letter-spacing:.11em!important}.app-header.pro-header .hello-block-v34 span{max-width:88px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px!important}.desktop-header-actions-v34{display:none!important}.mobile-profile-button-v34{position:relative;width:43px;height:43px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.22);border-radius:15px;color:#fff;background:linear-gradient(145deg,#ef8f78f2,#f66f60b8);box-shadow:0 10px 24px #00000029;font-size:14px;font-weight:850}.mobile-profile-button-v34 i{position:absolute;right:-1px;bottom:-1px;width:10px;height:10px;border:2px solid #194b5b;border-radius:999px;background:#53cf8b}.mobile-menu-backdrop-v34{position:fixed;top:0;right:0;bottom:0;left:0;z-index:88;display:block;border:0;background:#051a227a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:mobileBackdropInV34 .22s ease both}.mobile-account-menu-v34{position:fixed;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:90;display:block;overflow:hidden;padding:12px;border:1px solid rgba(255,255,255,.72);border-radius:27px;background:#fafdfdf7;box-shadow:0 28px 80px #041f294d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);animation:mobileMenuInV34 .3s cubic-bezier(.2,.8,.2,1) both}.mobile-account-head-v34{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:6px 6px 14px}.mobile-account-avatar-v34{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;color:#fff;background:linear-gradient(135deg,#ef8f78,#f66f60);font-weight:850}.mobile-account-head-v34 small,.mobile-account-head-v34 strong{display:block}.mobile-account-head-v34 small{color:var(--mobile-muted);font-size:10px}.mobile-account-head-v34 strong{margin-top:2px;overflow:hidden;color:var(--mobile-ink);font-size:15px;text-overflow:ellipsis;white-space:nowrap}.mobile-account-head-v34>button{width:36px;height:36px;padding:0;border:0;border-radius:12px;color:#5d727a;background:#edf3f4;font-size:24px;line-height:1}.mobile-account-actions-v34{display:grid;gap:7px}.mobile-account-actions-v34>button{width:100%;min-height:66px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--mobile-line);border-radius:18px;color:var(--mobile-ink);text-align:left;background:#fff;box-shadow:0 8px 22px #1538450d}.mobile-account-actions-v34>button>span{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;color:#d46d58;background:#fff0ec}.mobile-account-actions-v34>button div strong,.mobile-account-actions-v34>button div small{display:block}.mobile-account-actions-v34>button div strong{font-size:13px}.mobile-account-actions-v34>button div small{margin-top:3px;color:var(--mobile-muted);font-size:10px}.mobile-account-actions-v34>button>svg{color:#9aa9ae}.mobile-account-actions-v34>button.is-danger>span{color:#b64131;background:#fff0ee}.home-view-v33{gap:12px!important}.install-mini-card-v4{grid-template-columns:auto minmax(0,1fr) auto!important;gap:11px!important;min-height:82px;padding:13px!important;border:1px solid rgba(239,143,120,.16)!important;border-radius:21px!important;background:radial-gradient(circle at 100% 0%,rgba(239,143,120,.16),transparent 37%),#fff!important;box-shadow:var(--mobile-shadow)!important}.install-mini-icon{width:43px!important;height:43px!important;border-radius:14px!important;animation:mobilePulseV34 2.8s ease-in-out infinite}.install-mini-copy{min-width:0}.install-mini-eyebrow{font-size:8px!important}.install-mini-copy strong{margin-top:2px;font-size:12px!important;line-height:1.2}.install-mini-copy>span:not(.install-mini-eyebrow),.install-mini-copy small{display:none!important}.install-mini-actions{align-self:center;gap:5px!important}.install-mini-primary{min-height:38px!important;padding:0 12px!important;border-radius:12px!important;font-size:10px!important}.install-mini-primary svg{width:15px}.install-mini-close{position:absolute;top:5px;right:5px;width:25px!important;height:25px!important;min-height:25px!important;color:#84969c!important;background:transparent!important}.hero-panel-v33{min-height:286px!important;display:block!important;padding:22px 20px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:25px!important;background:radial-gradient(circle at 100% 0%,rgba(255,255,255,.12),transparent 30%),radial-gradient(circle at 3% 0%,rgba(239,143,120,.3),transparent 34%),linear-gradient(145deg,#123541,#194858 55%,#226176)!important;box-shadow:0 18px 44px #15384533!important}.hero-panel-v33:after{right:-70px!important;bottom:-100px!important;width:220px!important;height:220px!important}.hero-panel-v33 .hero-orb{top:17px!important;right:17px!important;width:50px!important;height:50px!important;border-radius:16px!important;background-size:39px!important;box-shadow:0 13px 28px #00000029!important;transform:rotate(4deg)!important}.hero-panel-v33 .hero-topline{max-width:calc(100% - 60px);margin-bottom:14px!important}.hero-panel-v33 .hero-topline>span:first-child{font-size:8px!important;letter-spacing:.12em!important}.hero-panel-v33 .mini-pill{display:none}.hero-panel-v33 h1{max-width:290px!important;font-size:clamp(31px,9.5vw,40px)!important;line-height:.98!important;letter-spacing:-.052em!important}.hero-panel-v33 p{max-width:310px!important;margin-top:11px!important;font-size:11.5px!important;line-height:1.48!important}.home-benefits-v33{display:flex!important;flex-wrap:nowrap!important;gap:6px!important;margin-top:15px!important;overflow-x:auto;scrollbar-width:none}.home-benefits-v33::-webkit-scrollbar{display:none}.home-benefits-v33 .benefit-pill{min-height:30px!important;flex:0 0 auto;padding:0 9px!important;font-size:8.5px!important}.home-benefits-v33 .benefit-pill svg{width:14px;height:14px}.hero-main-cta-v33{width:100%!important;min-width:0!important;min-height:48px!important;margin-top:16px!important;padding:0 15px!important;border-radius:15px!important;background:linear-gradient(135deg,#ef8f78,#f66f60)!important;box-shadow:0 13px 30px #f66f603d!important;font-size:11px!important}.home-card-visual-v33{display:none!important}.account-summary-v33{min-height:0!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:11px!important;padding:14px!important;border:1px solid var(--mobile-line)!important;border-radius:21px!important;background:#fff!important;box-shadow:var(--mobile-shadow)!important}.account-summary-icon-v33{width:44px!important;height:44px!important;border-radius:14px!important}.account-summary-copy-v33 span{font-size:8px!important}.account-summary-copy-v33 strong{margin-top:3px!important;font-size:12px!important;line-height:1.25}.account-summary-copy-v33 small{display:none!important}.account-summary-v33>.badge{align-self:center!important;grid-column:auto!important;font-size:8px!important}.account-summary-v33>button{grid-column:1 / -1!important;width:100%!important;min-height:39px!important;justify-content:center!important;margin-top:1px;border-radius:13px!important;background:#f3f7f7!important;font-size:10px!important}.home-section-heading-v33{align-items:center!important;margin-top:6px!important;padding:0 2px!important}.home-section-heading-v33 span{font-size:8px!important}.home-section-heading-v33 h2{margin-top:3px!important;font-size:20px!important}.actions-grid-v33{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.actions-grid-v33 .pro-action-card{min-height:132px!important;display:flex!important;flex-direction:column;align-items:flex-start!important;justify-content:flex-start!important;gap:10px!important;padding:14px!important;border:1px solid var(--mobile-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 9px 24px #15384512!important}.actions-grid-v33 .pro-action-card:after{width:82px;height:82px;right:-34px;bottom:-38px}.actions-grid-v33 .action-icon{width:42px!important;height:42px!important;border-radius:14px!important}.actions-grid-v33 .action-copy{display:block!important}.actions-grid-v33 .action-copy strong{font-size:12px!important;line-height:1.2}.actions-grid-v33 .action-copy small{display:block;margin-top:4px!important;font-size:9px!important;line-height:1.35}.actions-grid-v33 .pro-action-card>svg{top:15px!important;right:14px!important;width:16px;height:16px}.quick-summary-v33{display:flex!important;gap:9px!important;margin:1px -12px 0;padding:0 12px 3px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.quick-summary-v33::-webkit-scrollbar{display:none}.quick-summary-v33 article{min-width:250px;min-height:84px!important;flex:0 0 77%;padding:15px!important;border-radius:19px!important;scroll-snap-align:start}.page-title,.page-title-pro,.page-title-pro h1,.page-title p{color:var(--mobile-ink)!important}.page-title{padding:7px 3px 3px!important}.page-title>span{color:#cf725d!important;font-size:9px!important;letter-spacing:.11em!important}.page-title h1,.page-title-pro h1{margin:6px 0 5px!important;font-size:clamp(30px,9vw,38px)!important;line-height:1!important;letter-spacing:-.045em!important}.page-title p{max-width:360px;font-size:11px!important;line-height:1.45!important;opacity:.68}.status-card,.action-card,.clinic-card,.subscription-card,.plan-card,.payment-item,.history-item,.empty-card,.qr-card{border:1px solid var(--mobile-line)!important;border-radius:20px!important;box-shadow:var(--mobile-shadow)!important}.clinic-card,.subscription-card,.payment-item,.history-item{gap:11px!important;padding:14px!important}.clinic-card strong,.payment-item strong,.history-item strong,.subscription-card strong,.empty-card strong{font-size:14px!important}.clinic-card span,.payment-item span,.history-item span,.subscription-card small,.payment-item small,.empty-card p,.clinic-card p,.history-item p,.subscription-card p{font-size:10px!important;line-height:1.45!important}.list-icon,.plan-icon{width:42px!important;height:42px!important;border-radius:14px!important}.member-card-fixed,.member-card-pro,.member-card{border-radius:25px!important;box-shadow:0 18px 45px #15384538!important}.qr-card,.qr-card-pro{padding:17px!important}.qr-frame{width:min(220px,78vw)!important;padding:12px!important;border-radius:24px!important}.token-box{grid-template-columns:minmax(0,1fr) auto!important;border-radius:16px!important}.network-search{position:sticky;top:calc(75px + env(safe-area-inset-top));z-index:20;min-height:50px!important;border-radius:17px!important;box-shadow:0 9px 24px #1538451a!important}.plan-card{padding:18px!important}.plan-card h2{font-size:23px!important}.plan-card strong{font-size:29px!important}.payment-link,.payment-button{width:100%;min-height:46px!important;border-radius:14px!important}.loading-screen{width:100%!important;min-height:calc(100dvh - 190px)!important;margin:0!important;border:0!important;border-radius:24px!important;color:var(--mobile-ink)!important;background:#fff!important;box-shadow:var(--mobile-shadow)!important}.loading-screen span{color:var(--mobile-muted)!important}.loading-logo{background:#eef4f4!important}.bottom-nav.bottom-nav-fixed{position:fixed!important;left:50%!important;right:auto!important;bottom:0!important;z-index:70!important;width:min(100%,520px)!important;min-height:calc(72px + env(safe-area-inset-bottom))!important;transform:translate(-50%);grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:1px!important;padding:7px 7px calc(7px + env(safe-area-inset-bottom))!important;border:1px solid rgba(21,56,69,.08)!important;border-bottom:0!important;border-radius:25px 25px 0 0!important;background:#fffffff0!important;box-shadow:0 -12px 36px #15384521!important;-webkit-backdrop-filter:blur(22px) saturate(1.25)!important;backdrop-filter:blur(22px) saturate(1.25)!important}.bottom-nav.bottom-nav-fixed button{position:relative;min-width:0;min-height:58px!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:4px!important;padding:3px 1px!important;border-radius:16px!important;color:#809198!important;background:transparent!important;box-shadow:none!important;font-size:8px!important;font-weight:720!important}.bottom-nav.bottom-nav-fixed .nav-icon-v34{width:33px;height:28px;border-radius:11px;transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease}.bottom-nav.bottom-nav-fixed button.active{color:#173a47!important}.bottom-nav.bottom-nav-fixed button.active .nav-icon-v34{color:#fff;background:linear-gradient(135deg,#ef8f78,#f66f60);box-shadow:0 8px 18px #f66f6047;transform:translateY(-2px)}.bottom-nav.bottom-nav-fixed button.active:after{content:"";position:absolute;bottom:1px;width:4px;height:4px;border-radius:99px;background:#f66f60}.auth-shell-v33{width:100%!important;min-height:100dvh;gap:0!important;padding:0!important;background:#eef4f4}.auth-hero-v33{min-height:245px!important;padding:calc(24px + env(safe-area-inset-top)) 21px 28px!important;border:0!important;border-radius:0 0 30px 30px!important;box-shadow:0 14px 35px #1538452e!important}.auth-brand-row-v33>img{width:150px!important;height:44px!important}.auth-hero-copy-v33{margin-top:23px!important}.auth-hero-copy-v33 .hero-chip{min-height:31px;margin:0 0 11px!important;padding:0 10px;font-size:9px}.auth-hero-copy-v33 h1{max-width:330px;font-size:clamp(35px,10.5vw,45px)!important;line-height:.98!important}.auth-hero-copy-v33 p{max-width:330px;margin-top:11px!important;font-size:11px!important;line-height:1.5!important}.auth-card-preview-v33,.hero-benefits-v33{display:none!important}.auth-panel-v33{min-height:auto!important;margin-top:-1px;padding:25px 18px calc(28px + env(safe-area-inset-bottom))!important;border:0!important;border-radius:0!important;box-shadow:none!important}.auth-panel-heading-v33 h2{font-size:29px!important}.auth-tabs-v33{margin:21px 0 22px!important}.auth-input-v33,.auth-primary-v33{min-height:54px!important;border-radius:16px!important}.install-app-page-v4{width:100%!important;min-height:100dvh;padding:calc(66px + env(safe-area-inset-top)) 12px calc(112px + env(safe-area-inset-bottom))!important;overflow-x:clip;color:var(--mobile-ink);background:radial-gradient(circle at 100% 0%,rgba(239,143,120,.12),transparent 25%),#f2f6f6!important}.install-back-button{position:fixed!important;top:calc(10px + env(safe-area-inset-top));left:12px;z-index:50;min-height:43px!important;padding:0 14px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:14px!important;color:#fff!important;background:#143c49f0!important;box-shadow:0 10px 25px #1538452e!important;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);font-size:10px!important}.install-hero-v4{display:flex!important;flex-direction:column!important;gap:18px!important;padding:22px 19px 24px!important;border-radius:27px!important;background:radial-gradient(circle at 100% 0%,rgba(255,255,255,.12),transparent 30%),radial-gradient(circle at 0% 0%,rgba(239,143,120,.28),transparent 34%),linear-gradient(145deg,#123541,#1d5364)!important;box-shadow:0 20px 48px #15384536!important}.install-copy-v4{order:1}.install-brand-v4 img{width:142px!important;height:43px!important}.install-brand-v4>span{min-height:29px!important;padding:0 9px!important;font-size:8px!important}.install-status-v4{width:fit-content;margin-top:20px!important;font-size:9px!important}.install-copy-v4 h1{margin-top:12px!important;font-size:clamp(35px,10.7vw,45px)!important;line-height:.98!important}.install-copy-v4>p{margin-top:12px!important;font-size:11px!important;line-height:1.5!important}.install-actions-v4{display:none!important}.install-trust-v4{display:grid!important;grid-template-columns:1fr 1fr;gap:7px!important;margin-top:18px!important}.install-trust-v4 span{min-height:32px!important;padding:0 9px!important;font-size:8px!important}.install-trust-v4 span:last-child{grid-column:1 / -1}.install-visual-v4{order:2;min-height:235px!important;margin-top:2px}.install-phone-v4{width:142px!important;height:252px!important;border-radius:28px!important;animation:mobileCardFloatV34 4.3s ease-in-out infinite}.install-phone-screen{padding:25px 9px 10px!important}.install-phone-top img{width:72px!important}.install-phone-member-card{min-height:100px!important;padding:13px!important;border-radius:18px!important}.install-phone-member-card strong{font-size:13px!important}.install-phone-shortcuts{gap:5px!important}.install-phone-shortcuts span{min-height:38px!important;padding:0 6px!important;border-radius:12px!important;font-size:7px!important}.install-floating-icon-v4{right:3px!important;bottom:20px!important;min-width:157px!important;padding:9px!important;border-radius:17px!important}.install-floating-icon-v4 img{width:38px!important;height:38px!important;border-radius:11px!important}.install-guide-v4,.install-benefits-v4{margin-top:14px!important;padding:20px 16px!important;border:1px solid var(--mobile-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--mobile-shadow)!important}.install-section-heading-v4 h2{font-size:27px!important}.install-section-heading-v4 p{font-size:10px!important}.install-steps-v4{display:flex!important;gap:10px!important;margin:16px -16px 0!important;padding:0 16px 4px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.install-steps-v4::-webkit-scrollbar{display:none}.install-steps-v4 article{min-width:222px;flex:0 0 76%;min-height:183px!important;padding:16px!important;border-radius:20px!important;scroll-snap-align:start}.install-benefits-v4{display:grid!important;gap:8px!important}.install-benefits-v4 article{min-height:70px!important;padding:12px!important;border-radius:17px!important}.install-mobile-dock-v34{position:fixed;left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));z-index:70;display:grid;gap:5px;padding:8px;border:1px solid rgba(255,255,255,.78);border-radius:21px;background:#fffffff0;box-shadow:0 18px 55px #15384538;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.install-mobile-dock-v34 button{min-height:52px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:16px;color:#fff;background:linear-gradient(135deg,#ef8f78,#f66f60);box-shadow:0 12px 28px #f66f6045;font-size:12px;font-weight:800}.install-mobile-dock-v34 button:disabled{background:linear-gradient(135deg,#4f9d78,#3a8965)}.install-mobile-dock-v34 small{color:var(--mobile-muted);text-align:center;font-size:8px}}@media(max-width:390px){.brand-block-v34>img{width:116px!important}.hello-block-v34 span{max-width:62px!important}.hero-panel-v33{padding:20px 18px!important}.hero-panel-v33 h1{font-size:31px!important}.actions-grid-v33 .pro-action-card{min-height:126px!important;padding:13px!important}.actions-grid-v33 .action-copy strong{font-size:11px!important}.bottom-nav.bottom-nav-fixed button{font-size:7.5px!important}.install-trust-v4{grid-template-columns:1fr!important}.install-trust-v4 span:last-child{grid-column:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:720px){.app-header-v35{position:sticky!important;top:0!important;z-index:70!important;width:100%!important;min-height:calc(76px + env(safe-area-inset-top))!important;margin:0!important;padding:calc(12px + env(safe-area-inset-top)) 14px 12px!important;border:0!important;border-radius:0 0 24px 24px!important;background:radial-gradient(circle at 12% 0%,rgba(255,255,255,.12),transparent 30%),radial-gradient(circle at 88% 12%,rgba(239,143,120,.2),transparent 30%),linear-gradient(135deg,#123744,#174958 48%,#215a69)!important;box-shadow:0 16px 38px #0b2f3b40!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.brand-block-v35{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;min-height:50px!important;padding:7px 10px 7px 8px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:18px!important;background:#ffffff12!important;box-shadow:inset 0 1px #ffffff14!important}.brand-block-v35>img{display:block!important;width:132px!important;height:38px!important;max-width:132px!important;object-fit:contain!important;opacity:1!important;filter:drop-shadow(0 5px 12px rgba(0,0,0,.18))!important}.app-header-v35 .header-divider-v33{width:1px!important;height:28px!important;background:#ffffff3d!important}.app-header-v35 .hello-block-v34 small,.app-header-v35 .hello-block-v34 span{color:#fff!important}.app-header-v35 .hello-block-v34 small{opacity:.7!important}.app-header-v35 .mobile-profile-button-v34{border-color:#ffffff3d!important;background:linear-gradient(145deg,#f29b85,#ee7d6a)!important;box-shadow:0 10px 24px #0000002e!important}.payments-title-v35{position:relative!important;overflow:hidden!important;margin:0!important;padding:18px 17px 16px!important;border:1.5px solid rgba(239,143,120,.42)!important;border-radius:25px!important;color:#173844!important;background:radial-gradient(circle at 100% 0%,rgba(239,143,120,.09),transparent 32%),linear-gradient(180deg,#fff,#fffaf8)!important;box-shadow:0 16px 38px #15384517,inset 0 1px #fffffff5!important}.payments-title-v35:after{content:""!important;position:absolute!important;left:17px!important;right:17px!important;bottom:0!important;height:2px!important;border-radius:999px!important;background:linear-gradient(90deg,#ef8f788c,#ef8f780f)!important}.payments-title-v35>span{display:inline-flex!important;align-items:center!important;gap:7px!important;margin:0 0 7px!important;color:#d77c67!important;font-size:10px!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important}.payments-title-v35 h1{margin:0 0 8px!important;color:#173844!important;font-size:clamp(30px,8.8vw,38px)!important;line-height:1.02!important;letter-spacing:-.05em!important}.payments-title-v35 p{max-width:100%!important;margin:0!important;color:#6a7f88!important;font-size:12px!important;line-height:1.55!important;opacity:1!important}}@media(max-width:720px){.app-header-v36{position:sticky!important;top:0!important;z-index:80!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;width:100%!important;min-height:auto!important;margin:0!important;padding:calc(12px + env(safe-area-inset-top)) 14px 18px!important;border:0!important;border-radius:0 0 30px 30px!important;background:radial-gradient(circle at 14% 0%,rgba(255,255,255,.12),transparent 28%),radial-gradient(circle at 92% 10%,rgba(239,143,120,.18),transparent 26%),linear-gradient(180deg,#123744,#184656 55%,#25596b)!important;box-shadow:0 18px 38px #0b2f3b3d!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.app-header-v36:after{content:"";position:absolute;left:0;right:0;bottom:0;height:22px;background:linear-gradient(180deg,#fff0,#ffffff0f);pointer-events:none}.brand-block-v36{position:relative;z-index:1;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-width:0!important;min-height:66px!important;padding:11px 14px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:24px!important;background:linear-gradient(135deg,#ffffff1f,#ffffff0d)!important;box-shadow:inset 0 1px #ffffff24,0 10px 20px #0000000f!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand-block-v36>img{width:152px!important;height:44px!important;max-width:100%!important;object-fit:contain!important;object-position:left center!important;filter:drop-shadow(0 6px 12px rgba(0,0,0,.14))!important}.app-header-v36 .header-divider-v33{display:none!important}.app-header-v36 .hello-block-v34{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important;min-width:0!important}.app-header-v36 .hello-block-v34 small{font-size:9px!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#ffffffad!important}.app-header-v36 .hello-block-v34 span{max-width:100px!important;color:#fff!important;font-size:14px!important;font-weight:750!important;line-height:1.1!important}.app-header-v36 .mobile-profile-button-v34{position:relative!important;z-index:1!important;align-self:center!important;justify-self:end!important;width:46px!important;height:46px!important;margin:0!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:17px!important;background:linear-gradient(145deg,#f0a18d,#ea7d6a)!important;box-shadow:0 12px 22px #0000002e!important}.app-header-v36 .mobile-profile-button-v34 i{border-color:#245365!important}.view>.page-title.page-title-pro,.view.view-animate>.page-title.page-title-pro{position:relative!important;overflow:hidden!important;margin:2px 0 10px!important;padding:18px 18px 17px!important;border:1.5px solid rgba(239,143,120,.42)!important;border-radius:28px!important;color:#173844!important;background:radial-gradient(circle at 100% 0%,rgba(239,143,120,.08),transparent 34%),linear-gradient(180deg,#fff,#fffaf8)!important;box-shadow:0 16px 34px #15384514,inset 0 1px #fffffffa!important}.view>.page-title.page-title-pro:before,.view.view-animate>.page-title.page-title-pro:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent 38%)}.view>.page-title.page-title-pro:after,.view.view-animate>.page-title.page-title-pro:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:2px;border-radius:999px;background:linear-gradient(90deg,#ef8f7899,#ef8f781a)}.view>.page-title.page-title-pro>span,.view.view-animate>.page-title.page-title-pro>span{position:relative;z-index:1;display:inline-flex!important;align-items:center!important;gap:7px!important;margin:0 0 8px!important;color:#d37c67!important;font-size:10px!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important}.view>.page-title.page-title-pro h1,.view.view-animate>.page-title.page-title-pro h1{position:relative;z-index:1;margin:0 0 8px!important;color:#183845!important;font-size:clamp(29px,8.2vw,38px)!important;line-height:1.02!important;letter-spacing:-.05em!important}.view>.page-title.page-title-pro p,.view.view-animate>.page-title.page-title-pro p{position:relative;z-index:1;max-width:100%!important;margin:0!important;color:#6c8088!important;font-size:12px!important;line-height:1.55!important;opacity:1!important}.network-search{top:calc(102px + env(safe-area-inset-top))!important;border:1px solid rgba(239,143,120,.18)!important;background:#ffffffeb!important}}@media(max-width:720px){.payments-view-v37{gap:14px!important}.payments-view-v37 .plan-card-pro{padding:20px!important;border-radius:26px!important;border:1px solid rgba(239,143,120,.18)!important;background:radial-gradient(circle at 0% 0%,rgba(239,143,120,.1),transparent 28%),linear-gradient(180deg,#fffefe,#fffaf8)!important;box-shadow:0 16px 36px #15384517!important}.payments-view-v37 .plan-card-pro>span:first-of-type{color:#dd907c!important;font-size:10px!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important}.payments-view-v37 .plan-card-pro h2{margin-top:8px!important;font-size:clamp(22px,7vw,30px)!important;line-height:1.08!important;color:#173844!important}.payments-view-v37 .plan-card-pro strong{margin-top:4px!important;font-size:clamp(28px,9vw,40px)!important;color:#173844!important}.payments-view-v37 .plan-card-pro>p{margin-top:6px!important;color:#6b8088!important;font-size:12px!important;line-height:1.6!important}.payments-view-v37 .plan-benefits-mini{gap:10px!important;margin:2px 0 0!important}.payments-view-v37 .plan-benefits-mini span{min-height:42px;padding:0 14px!important;border-radius:999px!important;border:1px solid rgba(239,143,120,.16);background:#fdf2ee!important;box-shadow:none!important;font-size:10px!important;font-weight:850!important;letter-spacing:.14em!important;text-transform:uppercase}.payment-method-block-v37{display:grid;gap:10px;margin-top:6px;padding:14px;border:1px solid rgba(21,56,69,.08);border-radius:20px;background:#ffffffb8}.payment-method-head-v37{display:grid;gap:4px}.payment-method-head-v37 label{color:#566b73!important;font-size:12px!important;font-weight:800!important;letter-spacing:-.01em}.payment-method-head-v37 small{color:#87979d;font-size:10px;line-height:1.4}.payment-select-wrap-v37{position:relative}.payment-select-wrap-v37:after{content:"⌄";position:absolute;right:18px;top:50%;transform:translateY(-52%);color:#58707a;font-size:22px;line-height:1;pointer-events:none}.payments-view-v37 select{width:100%!important;min-height:56px!important;padding:0 48px 0 16px!important;border:1.5px solid rgba(21,56,69,.12)!important;border-radius:18px!important;color:#183845!important;background:#fff!important;box-shadow:inset 0 1px #fffc;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:15px!important;font-weight:650}.payments-view-v37 .payment-help-pro,.payments-view-v37 .payment-info-box-v37,.payments-view-v37 .subscription-card-pro,.payments-view-v37 .payment-item-pro{border-radius:22px!important;box-shadow:0 14px 30px #15384512!important}.payments-view-v37 .payment-help-pro{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:12px!important;padding:15px!important;border:1px solid rgba(135,188,160,.26)!important;background:linear-gradient(180deg,#f6fbf8,#f1f8f5)!important}.payments-view-v37 .payment-help-pro>svg{width:22px;height:22px;color:#53866f}.payments-view-v37 .payment-help-pro strong,.payments-view-v37 .payment-help-pro p{color:#355749!important}.payments-view-v37 .payment-help-pro strong{font-size:13px!important;margin-bottom:4px}.payments-view-v37 .payment-help-pro p{font-size:11px!important;line-height:1.55!important}.payments-view-v37 .primary-button-pro{min-height:54px!important;border-radius:18px!important;font-size:14px!important;box-shadow:0 14px 28px #11485a2e!important}.payments-view-v37 .payment-info-box-v37{padding:15px!important;border:1px solid rgba(21,56,69,.08)!important;background:linear-gradient(180deg,#fbfcfd,#f6f9fa)!important;color:#58707a!important;font-size:11px!important;line-height:1.55!important}.payments-view-v37 .subscription-card-pro{padding:15px!important;border:1px solid rgba(21,56,69,.07)!important;background:#fff!important}.payments-subtitle-v37{display:grid;gap:5px;padding:4px 4px 0}.payments-subtitle-v37 span{display:inline-flex;align-items:center;gap:8px;color:#173844;font-size:13px;font-weight:850}.payments-subtitle-v37 p{margin:0;color:#819198;font-size:11px;line-height:1.45}.payments-list-v37{gap:12px!important}.payments-view-v37 .payment-item-pro{grid-template-columns:auto minmax(0,1fr) auto!important;align-items:flex-start!important;gap:12px!important;padding:15px!important;border:1px solid rgba(21,56,69,.07)!important;background:#fff!important}.payments-view-v37 .payment-item-pro .list-icon{width:44px!important;height:44px!important;border-radius:15px!important;background:#fdf2ee!important;color:#d67f69!important}.payments-view-v37 .payment-item-pro strong{display:block;margin-bottom:4px;color:#173844!important;font-size:22px!important;line-height:1.1}.payments-view-v37 .payment-item-pro span{display:inline-block;margin-bottom:4px;color:#d07d68!important;font-size:10px!important;font-weight:850!important;letter-spacing:.12em;text-transform:uppercase}.payments-view-v37 .payment-item-pro small{display:block;margin-bottom:10px;color:#7d8f96!important;font-size:10px!important;line-height:1.5!important}.payments-view-v37 .payment-link,.payments-view-v37 .payment-link.payment-button{min-height:42px!important;padding:0 14px!important;border-radius:14px!important;background:linear-gradient(135deg,#163c4b,#214f60)!important;color:#fff!important;font-size:12px!important;font-weight:750!important;box-shadow:none!important}.payments-view-v37 .payment-link.payment-button[disabled]{opacity:.65}.payments-view-v37 .payment-item-pro .badge{margin-top:2px}}
