.gradient-waves-container{width:100%;height:100%;position:relative;overflow:hidden}.gradient-waves-container canvas{width:100%;height:100%;display:block}:root{--blue:#1677ff;--teal:#0ea5a8;--ink:#0b1930;--muted:#667085;--nav-muted:#72809a;--bg:#f5f8fc;--border:#e3eaf3;--surface:#fff;--soft-blue:#edf5ff;--soft-blue-2:#eaf3ff;--soft-teal:#ecfbf8;--success:#16a66a;--success-bg:#e8f8f1;--warning:#f59e0b;--warning-bg:#fff5dd;--purple:#7c5cfc;--purple-bg:#f0ecff;--hero-text:#dcebff;--radius-sm:12px;--radius-md:16px;--radius-lg:18px;--radius-xl:22px;--radius-pill:13px;--font:"Plus Jakarta Sans", Inter, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;--font-display:"Instrument Sans", "Plus Jakarta Sans", Inter, sans-serif;--safe-bottom:max(env(safe-area-inset-bottom,0px), var(--tg-safe-area-inset-bottom,0px), var(--tg-safe-bottom,0px));--app-height:var(--tg-viewport-stable-height,100dvh);--nav-height:74px;--header-h:52px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:var(--app-height);max-height:var(--app-height);background:#050b14;overflow:hidden}body{font-family:var(--font);color:var(--ink);-webkit-font-smoothing:antialiased;overscroll-behavior:none;background:#050b14;width:100%;position:fixed;inset:0;overflow:hidden}#root{width:100%;height:100%;overflow:hidden}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}.app-frame{background:var(--bg);flex-direction:column;width:100%;max-width:100%;height:100%;min-height:0;max-height:100%;margin:0 auto;display:flex;position:relative;overflow:hidden}.shell-outlet{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:auto;min-height:0;padding-bottom:0;position:relative;overflow:hidden auto}.shell-page{min-height:100%}.page{padding:16px 20px calc(var(--nav-height) + var(--safe-bottom) + 16px);flex:1}.page--auth{min-height:100%;padding-bottom:28px}.page--flush{padding:0;padding-bottom:calc(var(--nav-height) + var(--safe-bottom))}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.85s linear infinite spin}@media (prefers-reduced-motion:reduce){.spin{animation:none}}.h1{letter-spacing:-.02em;font-size:22px;font-weight:800;line-height:1.2}.h2{letter-spacing:-.01em;font-size:17px;font-weight:800}.h3{font-size:14px;font-weight:800}.sub{color:var(--muted);font-size:12px;font-weight:400;line-height:1.45}.label{color:var(--muted);font-size:11px;font-weight:700}.tiny{color:var(--muted);font-size:10px;font-weight:500}.app-header{z-index:40;height:var(--header-h);background:var(--bg);border-bottom:1px solid var(--border);grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;display:grid;position:sticky;top:0}.app-header .left{color:var(--blue);justify-self:start;font-size:15px;font-weight:500}.app-header .title{text-align:center;font-size:17px;font-weight:800}.app-header .right{color:var(--blue);letter-spacing:1px;justify-self:end;font-size:17px;font-weight:800}.btn{will-change:transform;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:50px;padding:0 18px;font-size:15px;font-weight:700;transition:opacity .2s,box-shadow .25s,background-color .2s;display:inline-flex}.btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 8px 20px #1677ff38}.btn-primary:hover{box-shadow:0 10px 24px #1677ff4d}.btn-primary:not(:disabled):active{box-shadow:0 4px 12px #1677ff2e}.btn-outline{color:var(--blue);border:1px solid var(--blue);background:#fff}.btn-ghost{color:var(--blue);background:0 0;width:auto;min-height:40px}.btn-sm{width:auto;min-height:40px;padding:0 14px;font-size:13px}.btn-half{flex:1;width:auto}.field{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.field label{color:var(--muted);font-size:11px;font-weight:700}.field input,.field select,.field textarea{border-radius:var(--radius-sm);border:1px solid var(--border);background:#fff;outline:none;width:100%;min-height:50px;padding:12px 16px;font-size:14px;font-weight:600}.field textarea{resize:vertical;min-height:100px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1677ff1f}.field-hint{color:var(--muted);font-size:10px}.card{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:16px}.card-lg{border-radius:var(--radius-lg)}.card-xl{border-radius:var(--radius-xl);padding:20px}.card-hero{color:#fff;background:linear-gradient(135deg,#1677ff 0%,#0ea5a8 100%);border:none;border-radius:20px;padding:20px;box-shadow:0 14px 32px #1677ff38}.card-hero .label,.card-hero .sub,.card-hero .tiny{color:var(--hero-text)}.card-soft{background:linear-gradient(135deg,#eaf3ff 0%,#ecfbf8 100%);border:none;border-radius:20px}.card-success{background:var(--success-bg);border:none}.card-warning{background:var(--warning-bg);border:none}.card-info{background:var(--soft-blue);border:none}.badge{border-radius:999px;justify-content:center;align-items:center;min-height:26px;padding:0 12px;font-size:11px;font-weight:700;display:inline-flex}.badge-blue{background:var(--soft-blue);color:var(--blue)}.badge-green{background:var(--success-bg);color:var(--success)}.badge-amber{background:var(--warning-bg);color:var(--warning)}.badge-white,.badge-glass{color:#fff;background:#ffffff21}.stack{flex-direction:column;gap:12px;display:flex}.row{align-items:center;gap:12px;display:flex}.row-between{justify-content:space-between;align-items:center;gap:12px;display:flex}.grid-2{grid-template-columns:1fr 1fr;gap:10px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.section{margin-top:22px}.section>.h2{margin-bottom:12px}.divider{background:var(--border);height:1px;margin:12px 0}.avatar{background:var(--soft-blue);width:36px;height:36px;color:var(--blue);border-radius:50%;flex-shrink:0;place-items:center;font-size:13px;font-weight:800;display:grid}.avatar-lg{width:68px;height:68px;font-size:18px}.avatar-md{width:56px;height:56px;font-size:13px}.avatar-green{background:var(--success-bg);color:var(--success)}.avatar-amber{background:var(--warning-bg);color:var(--warning)}.avatar-purple{background:var(--purple-bg);color:var(--purple)}.avatar-white{color:var(--blue);background:#fff}.list-row{text-align:left;border-radius:var(--radius-md);border:1px solid var(--border);background:#fff;align-items:center;gap:12px;width:100%;min-height:68px;padding:14px 16px;transition:border-color .2s,box-shadow .25s,background-color .2s;display:flex}.list-row:hover{border-color:#d0dced;box-shadow:0 6px 16px #0b19300a}.list-row .meta{flex:1;min-width:0}.list-row .meta strong{margin-bottom:2px;font-size:14px;font-weight:700;display:block}.list-row .chev{color:var(--blue);font-size:18px;font-weight:700}.list-row .trail{color:var(--muted);font-size:22px;font-weight:500}.progress-track{background:var(--border);border-radius:4px;height:8px;overflow:hidden}.progress-fill{border-radius:inherit;background:linear-gradient(90deg,#1677ff 0%,#0ea5a8 100%);height:100%}.qa-tile{border-radius:var(--radius-md);border:1px solid var(--border);min-height:78px;color:var(--ink);will-change:transform;background:#fff;flex-direction:column;align-items:center;gap:10px;padding:14px 6px 12px;font-size:11px;font-weight:700;transition:border-color .2s,box-shadow .25s;display:flex}.qa-tile:hover{border-color:#d0dced;box-shadow:0 8px 18px #0b19300d}.stat-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;min-height:96px;padding:16px}.stat-card .value{letter-spacing:-.02em;margin-top:8px;font-size:25px;font-weight:800}.stat-card .unit{color:var(--muted);margin-left:4px;font-size:11px;font-weight:600}.bottom-nav{width:100%;height:calc(var(--nav-height) + var(--safe-bottom));padding:8px 6px calc(8px + var(--safe-bottom));-webkit-backdrop-filter:blur(16px)saturate(1.2);z-index:50;background:#ffffffe0;border-top:1px solid #e3eaf3e6;grid-template-columns:repeat(5,1fr);gap:2px;margin-inline:auto;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 28px #0b19300d}.nav-item{color:var(--nav-muted);-webkit-tap-highlight-color:transparent;justify-content:center;align-items:stretch;min-width:0;font-size:10px;font-weight:700;display:flex;position:relative}.nav-item-inner{cursor:pointer;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:100%;min-height:54px;padding:6px 4px 8px;display:flex;position:relative}.nav-item.active{color:var(--blue)}.nav-pill{z-index:0;background:linear-gradient(#1677ff1f 0%,#0ea5a814 100%);border-radius:16px;position:absolute;inset:2px 4px;box-shadow:inset 0 0 0 1px #1677ff14}.nav-hover-glow{opacity:0;z-index:0;pointer-events:none;background:#72809a14;border-radius:14px;position:absolute;inset:4px 6px}.nav-icon{z-index:1;border-radius:10px;place-items:center;width:28px;height:28px;line-height:0;display:grid;position:relative}.nav-label{z-index:1;letter-spacing:.01em;will-change:transform, opacity;line-height:1;position:relative}.nav-dot{z-index:1;background:linear-gradient(90deg,#1677ff 0%,#0ea5a8 100%);border-radius:999px;width:14px;height:3px;position:absolute;top:5px;box-shadow:0 2px 8px #1677ff59}.nav-item svg{width:20px;height:20px}@media (hover:hover) and (pointer:fine){.nav-item:hover{color:#4b5d7a}.nav-item.active:hover{color:var(--blue)}}.step-chip{background:var(--soft-blue);min-height:26px;color:var(--blue);border-radius:999px;align-items:center;margin:12px 0 16px;padding:0 12px;font-size:11px;font-weight:700;display:inline-flex}.sheet-backdrop{z-index:80;background:#0b193073;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{background:var(--bg);width:100%;max-width:100%;max-height:88vh;padding:12px 20px calc(22px + var(--safe-bottom));border-radius:24px 24px 0 0;overflow:auto;box-shadow:0 -12px 40px #0b193029}.sheet-handle{background:var(--border);border-radius:999px;width:40px;height:4px;margin:4px auto 16px}.timeline{padding-left:8px}.timeline-item{grid-template-columns:24px 1fr;gap:14px;padding-bottom:28px;display:grid;position:relative}.timeline-item:not(:last-child):before{content:"";background:var(--border);width:2px;position:absolute;top:24px;bottom:0;left:11px}.tl-dot{color:#fff;background:var(--border);z-index:1;border-radius:50%;place-items:center;width:24px;height:24px;font-size:10px;font-weight:800;display:grid}.tl-dot.done{background:var(--success)}.tl-dot.current{background:var(--blue)}.menu-group{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;overflow:hidden}.menu-item{text-align:left;background:#fff;justify-content:space-between;align-items:center;width:100%;min-height:58px;padding:14px 18px;display:flex}.menu-item+.menu-item{border-top:1px solid var(--border)}.menu-item .trail{color:var(--muted);font-size:22px;font-weight:500}.empty{text-align:center;color:var(--muted);padding:28px 16px}.chip-group{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1px solid var(--border);background:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700}.chip.selected{background:var(--blue);color:#fff;border-color:var(--blue)}.amount{letter-spacing:-.03em;font-size:32px;font-weight:800}.amount-lg{font-size:36px}.back-row{align-items:flex-start;gap:10px;margin-bottom:4px;display:flex}.back-row .back{color:var(--ink);margin-top:-4px;font-size:28px;font-weight:500;line-height:1}.app-frame--premium{--ink:#f4f7fb;--muted:#8b97ab;--nav-muted:#7a879c;--bg:#07111f;--border:#ffffff14;--surface:#ffffff0b;--blue:#4a90ff;--teal:#2ec4b6;--success:#3ddb8a;--purple:#a78bfa;--warning:#f0b429;--page-gutter:20px;--frame-max:430px;--nav-height:88px;width:100%;max-width:100%;height:100%;min-height:0;max-height:100%;color:var(--ink);isolation:isolate;background:radial-gradient(120% 70% at 80% -10%,#2e6edc47,#0000 55%),radial-gradient(90% 50% at 10% 0,#1446782e,#0000 50%),linear-gradient(#0a1628 0%,#07111f 42%,#060e1a 100%);margin:0 auto;overflow:hidden}.app-frame--premium:before{content:"";pointer-events:none;opacity:.035;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.app-frame--premium>*{z-index:1;position:relative}@media (width>=480px){html,body,#root{height:100%;max-height:none;overflow:auto}body{background:radial-gradient(80% 60% at 50% 0,#285ab429,#0000 55%),#050b14;position:static}#root{box-sizing:border-box;place-items:center;min-height:100dvh;padding:24px 16px;display:grid}.app-frame--premium{width:min(var(--frame-max), 100%);max-width:var(--frame-max);border:1px solid #ffffff14;border-radius:32px;height:min(844px,100dvh - 48px);min-height:0;max-height:min(844px,100dvh - 48px);box-shadow:0 0 0 1px #ffffff08,0 28px 80px #0000008c,0 8px 24px #00000059}.app-frame:not(.app-frame--premium){width:min(var(--frame-max), 100%);max-width:var(--frame-max);border-radius:32px;height:min(844px,100dvh - 48px);min-height:0;max-height:min(844px,100dvh - 48px);overflow:hidden;box-shadow:0 28px 80px #0006}}.app-header--premium{padding:0 var(--page-gutter);color:#f4f7fb;background:0 0;border-bottom:1px solid #0000;flex-shrink:0}.app-header--premium .left{color:#8eb6ff;font-weight:500}.app-header--premium .title{color:#f7faff;letter-spacing:-.02em;align-items:center;gap:6px;font-weight:700;display:inline-flex}.title-verified{background:linear-gradient(135deg,#4a90ff,#2ec4b6);border-radius:50%;width:14px;height:14px;position:relative;box-shadow:0 0 0 2px #4a90ff33}.title-verified:after{content:"";border:1.6px solid #fff;border-width:0 1.6px 1.6px 0;width:4px;height:6px;position:absolute;top:3px;left:4px;transform:rotate(45deg)}.app-header--premium .right{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;justify-self:end;place-items:center;gap:3px;width:34px;height:34px;display:grid}.app-header--premium .right span{background:#9aa8bf;border-radius:50%;width:3px;height:3px;display:block}.app-frame--premium .page{color:var(--ink);padding-left:var(--page-gutter);padding-right:var(--page-gutter);padding-bottom:calc(var(--nav-height) + var(--safe-bottom))}.page--home{padding-top:8px;padding-left:var(--page-gutter);padding-right:var(--page-gutter);padding-bottom:calc(var(--nav-height) + var(--safe-bottom));box-sizing:border-box;width:100%;position:relative;overflow-x:hidden}.home-ambient{pointer-events:none;z-index:0;height:280px;position:absolute;inset:0 0 auto}.home-ambient__glow{filter:blur(8px);background:radial-gradient(circle,#4a90ff38,#0000 68%);width:240px;height:240px;position:absolute;top:-60px;right:-40px}.home-ambient__waves{opacity:.9;width:100%;height:100%;position:absolute;inset:0}.home-welcome,.membership-card,.home-metrics,.quick-actions,.journey-timeline,.claim-status{z-index:1;position:relative}.home-welcome{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.home-welcome__eyebrow{color:#93a0b5;margin-bottom:4px;font-size:13px;font-weight:500}.home-welcome__name{letter-spacing:-.035em;color:#f7faff;font-size:30px;font-weight:800;line-height:1.1}.home-credential{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:8px;min-width:118px;padding:8px 10px;display:flex;box-shadow:inset 0 1px #ffffff0d,0 8px 20px #0000002e}.home-credential__mark{background:linear-gradient(135deg,#4a90ff8c,#2ec4b659),#122033;border-radius:7px;width:22px;height:22px;box-shadow:inset 0 0 0 1px #ffffff1f}.home-credential__label{letter-spacing:.04em;text-transform:uppercase;color:#7f8da3;margin-bottom:2px;font-size:9px;font-weight:600;display:block}.home-credential strong{color:#e8eef8;letter-spacing:-.01em;font-size:11px;font-weight:700;display:block}.membership-card{min-height:176px;transform-style:preserve-3d;will-change:transform;background:#071526;border-radius:24px;flex-direction:column;padding:20px 18px 16px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 40px #00000059,inset 0 1px #ffffff24,inset 0 -1px #00000040}.membership-card__waves{z-index:0;position:absolute;inset:0}.membership-card__waves .gradient-waves-container{width:100%;height:100%}.membership-card__veil{z-index:1;pointer-events:none;background:linear-gradient(#07111f59 0%,#07111f1a 42%,#07162866 100%),linear-gradient(115deg,#0a1c346b 0%,#0000 58%);position:absolute;inset:0}.membership-card__glare{z-index:2;pointer-events:none;mix-blend-mode:screen;position:absolute;inset:0}.membership-card__edge{z-index:2;border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff1a}.membership-card__top{z-index:3;pointer-events:none;justify-content:space-between;align-items:flex-start;gap:16px;display:flex;position:relative}.membership-card__status-block{flex:1;min-width:0}.membership-card__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#d6e6ff9e;margin-bottom:8px;font-size:10px;font-weight:650}.membership-card__status{letter-spacing:-.03em;color:#fff;align-items:center;gap:7px;font-size:28px;font-weight:800;line-height:1;display:inline-flex}.membership-card__status-check{color:#3ddb8a;background:#3ddb8a2e;border-radius:50%;place-items:center;width:20px;height:20px;display:grid;box-shadow:0 0 0 1px #3ddb8a40}.membership-card__meta{z-index:3;pointer-events:none;align-items:center;gap:8px;max-width:calc(100% - 8px);margin-top:auto;padding-top:18px;padding-right:72px;display:inline-flex;position:relative}.membership-card__meta-icon{color:#9ec0ff;background:#4a90ff24;border:1px solid #78aaff2e;border-radius:8px;flex-shrink:0;place-items:center;width:26px;height:26px;display:grid}.membership-card__meta-label{letter-spacing:-.01em;color:#d7e4f8;font-size:13px;font-weight:600;line-height:1.25}.membership-card__benefit{text-align:right;flex-shrink:0}.membership-card__amount{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.membership-card__amount-value{letter-spacing:-.04em;color:#fff;text-shadow:0 8px 24px #00000040;font-size:30px;font-weight:800;line-height:1}.membership-card__amount-unit{letter-spacing:.08em;color:#d6e6ffb3;font-size:12px;font-weight:700}.membership-card__emblem{filter:drop-shadow(0 8px 16px #14b47847);z-index:3;pointer-events:none;width:58px;height:58px;position:absolute;bottom:10px;right:14px}.membership-card__emblem-svg{width:100%;height:100%}.home-metrics{grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;display:grid}.home-share{z-index:1;color:#8b97ab;margin:10px 2px 0;font-size:12px;line-height:1.4;position:relative}.metric-insight{-webkit-backdrop-filter:blur(14px);background:linear-gradient(#ffffff0b 0%,#ffffff05 100%),#0a1220b8;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:12px;min-height:132px;padding:14px 14px 12px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0f,0 12px 28px #00000038}.metric-insight__glow{pointer-events:none;filter:blur(8px);opacity:.55;border-radius:50%;width:120px;height:120px;position:absolute;top:-48px;right:-36px}.metric-insight--green .metric-insight__glow{background:radial-gradient(circle,#3ddb8a47,#0000 68%)}.metric-insight--purple .metric-insight__glow{background:radial-gradient(circle,#a78bfa47,#0000 68%)}.metric-insight__head{z-index:1;justify-content:space-between;align-items:center;gap:8px;display:flex;position:relative}.metric-insight__label{letter-spacing:.01em;color:#8b97ab;font-size:11px;font-weight:600}.metric-insight__mark{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:9px;place-items:center;width:26px;height:26px;display:grid}.metric-insight--green .metric-insight__mark{color:#3ddb8a;background:#3ddb8a1a;border-color:#3ddb8a29}.metric-insight--purple .metric-insight__mark{color:#a78bfa;background:#a78bfa1a;border-color:#a78bfa29}.metric-insight__body{z-index:1;flex:1;justify-content:space-between;align-items:flex-end;gap:8px;display:flex;position:relative}.metric-insight__figures{min-width:0}.metric-insight__value-row{flex-wrap:wrap;align-items:baseline;gap:4px;display:flex}.metric-insight__value{letter-spacing:-.04em;color:#f7faff;font-size:24px;font-weight:800;line-height:1}.metric-insight__unit{letter-spacing:.04em;color:#8b97ab;font-size:11px;font-weight:700}.metric-insight__delta{letter-spacing:.02em;margin-top:6px;font-size:10px;font-weight:700;display:inline-block}.metric-insight--green .metric-insight__delta{color:#3ddb8a}.metric-insight--purple .metric-insight__delta{color:#a78bfa}.metric-insight__spark{opacity:.98;flex-shrink:0;width:64px;height:34px}.metric-insight__footer{z-index:1;position:relative}.metric-insight__chip{border:1px solid #0000;border-radius:999px;align-items:center;gap:5px;min-height:24px;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex}.metric-insight--green .metric-insight__chip{color:#3ddb8a;background:#3ddb8a1a;border-color:#3ddb8a24}.metric-insight--purple .metric-insight__chip{color:#a78bfa;background:#a78bfa1a;border-color:#a78bfa24}.quick-actions{margin-top:22px}.quick-actions__title{letter-spacing:-.01em;color:#f0f4fb;margin-bottom:12px;font-size:15px;font-weight:720}.quick-actions__grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.quick-action{color:#c3cede;background:0 0;flex-direction:column;align-items:center;gap:8px;width:100%;font-size:11px;font-weight:650;display:flex}.quick-action__orb{background:#ffffff08;border:1px solid #ffffff0f;border-radius:50%;place-items:center;width:54px;height:54px;display:grid;box-shadow:inset 0 1px #ffffff0d,0 8px 18px #0003}.quick-action--green .quick-action__orb{color:#3ddb8a;background:radial-gradient(circle at 50% 35%,#3ddb8a38,#0000 60%),#ffffff08;box-shadow:inset 0 0 0 1px #3ddb8a1f,0 8px 18px #0003}.quick-action--amber .quick-action__orb{color:#f0b429;background:radial-gradient(circle at 50% 35%,#f0b42938,#0000 60%),#ffffff08;box-shadow:inset 0 0 0 1px #f0b4291f,0 8px 18px #0003}.quick-action--blue .quick-action__orb{color:#4a90ff;background:radial-gradient(circle at 50% 35%,#4a90ff3d,#0000 60%),#ffffff08;box-shadow:inset 0 0 0 1px #4a90ff24,0 8px 18px #0003}.quick-action--violet .quick-action__orb{color:#a78bfa;background:radial-gradient(circle at 50% 35%,#a78bfa3d,#0000 60%),#ffffff08;box-shadow:inset 0 0 0 1px #a78bfa24,0 8px 18px #0003}.quick-action__label{line-height:1}.journey-timeline{background:#ffffff08;border:1px solid #ffffff0f;border-radius:18px;margin-top:22px;padding:16px}.journey-timeline__head{color:#8b97ab;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:12px;font-weight:650;display:flex}.journey-timeline__head strong{color:#4a90ff;font-weight:720}.journey-timeline__track{background:#ffffff14;border-radius:999px;height:6px;position:relative;overflow:visible}.journey-timeline__fill{border-radius:inherit;background:linear-gradient(90deg,#3b82f6 0%,#22d3ee 55%,#34d399 100%);height:100%;box-shadow:0 0 16px #38bdf859}.journey-timeline__knob{background:#e8f7ff;border-radius:50%;width:12px;height:12px;margin-top:-6px;position:absolute;top:50%;box-shadow:0 0 0 3px #38bdf840,0 0 12px #38bdf873}.journey-timeline__dates{justify-content:space-between;gap:12px;margin-top:14px;display:flex}.journey-timeline__date{color:#7f8da3;align-items:flex-start;gap:7px;display:flex}.journey-timeline__date--end{text-align:right;flex-direction:row-reverse}.journey-timeline__date span{margin-bottom:2px;font-size:10px;font-weight:600;display:block}.journey-timeline__date strong{color:#d7e0ee;font-size:12px;font-weight:700;display:block}.claim-status{background:radial-gradient(120% 140% at 100%,#3ddb8a1f,#0000 45%),#ffffff08;border:1px solid #3ddb8a1f;border-radius:18px;align-items:center;gap:12px;margin-top:14px;padding:14px;display:flex;box-shadow:inset 0 1px #ffffff08}.claim-status__icon{color:#3ddb8a;background:#3ddb8a1f;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid;box-shadow:0 0 0 1px #3ddb8a2e}.claim-status__copy{flex:1;min-width:0}.claim-status__copy strong{color:#f0f4fb;margin-bottom:2px;font-size:14px;font-weight:720;display:block}.claim-status__copy p{color:#8b97ab;font-size:11px;font-weight:500}.claim-status__wave{opacity:.9;flex-shrink:0;width:56px;height:24px}.claim-status__wave svg{width:100%;height:100%}.bottom-dock{left:var(--page-gutter);right:var(--page-gutter);bottom:calc(10px + var(--safe-bottom));-webkit-backdrop-filter:blur(18px)saturate(1.25);z-index:50;pointer-events:auto;background:#0c1422eb;border:1px solid #ffffff14;border-radius:22px;flex-shrink:0;grid-template-columns:repeat(5,1fr);gap:2px;width:auto;height:64px;padding:6px 4px;display:grid;position:absolute;box-shadow:0 14px 40px #0006,inset 0 1px #ffffff14}.dock-safe-fade{height:calc(var(--nav-height) + var(--safe-bottom));pointer-events:none;z-index:40;background:linear-gradient(#0000,#07111feb 72%);position:absolute;bottom:0;left:0;right:0}.dock-item{color:#7a879c;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:stretch;min-width:0;display:flex}.dock-item.active{color:#4a90ff}.dock-item__inner{border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:100%;min-height:52px;display:flex;position:relative}.dock-item__glow{filter:blur(2px);z-index:0;background:radial-gradient(circle,#4a90ff59,#0000 70%);border-radius:50%;width:34px;height:34px;position:absolute;top:4px}.dock-item__icon,.dock-item__label{z-index:1;position:relative}.dock-item__icon{place-items:center;line-height:0;display:grid}.dock-item__icon svg{width:20px;height:20px}.dock-item__label{letter-spacing:.01em;font-size:10px;font-weight:700}.app-frame--premium .card,.app-frame--premium .stat-card,.app-frame--premium .list-row,.app-frame--premium .menu-group,.app-frame--premium .menu-item,.app-frame--premium .empty.card{color:#f4f7fb;background:#ffffff09;border-color:#ffffff12}.app-frame--premium .sub,.app-frame--premium .tiny,.app-frame--premium .label{color:#8b97ab}.app-frame--premium .h1,.app-frame--premium .h2,.app-frame--premium .h3{color:#f4f7fb}.app-frame--premium .field input,.app-frame--premium .field select,.app-frame--premium .field textarea{color:#f4f7fb;background:#ffffff0a;border-color:#ffffff1a}.app-frame--premium .badge-blue{color:#8eb6ff;background:#4a90ff24}.app-frame--premium .badge-green{color:#3ddb8a;background:#3ddb8a24}.app-frame--premium .badge-amber{color:#f0b429;background:#f0b42924}.app-frame--premium .btn-outline{color:#8eb6ff;background:0 0;border-color:#4a90ff8c}.app-frame--premium .sheet{color:#f4f7fb;background:#0b1526}.app-frame--premium .sheet-backdrop{background:#0208129e}.page--wallet{padding-top:8px;position:relative;overflow-x:hidden}.wallet-ambient{pointer-events:none;z-index:0;height:220px;position:absolute;inset:0 0 auto}.wallet-ambient__glow{filter:blur(6px);background:radial-gradient(circle,#38bdf833,#0000 68%);width:220px;height:220px;position:absolute;top:-70px;right:-50px}.wallet-ambient__waves{width:100%;height:100%;position:absolute;inset:0}.wallet-page-head,.wallet-hero,.wallet-actions,.wallet-connect,.activity-panel{z-index:1;position:relative}.wallet-page-head{margin-bottom:16px}.wallet-page-head h1{letter-spacing:-.035em;color:#f7faff;font-size:28px;font-weight:800;line-height:1.1}.wallet-page-head p{color:#8b97ab;margin-top:6px;font-size:13px;font-weight:500}.wallet-hero{min-height:178px;transform-style:preserve-3d;will-change:transform;background:linear-gradient(145deg,#38bdf824,#0000 42%),linear-gradient(160deg,#0d223c 0%,#0a1a30 45%,#0b2a44 100%);border-radius:24px;padding:18px 18px 16px;position:relative;overflow:hidden;box-shadow:0 18px 40px #00000052,inset 0 1px #96dcff38,inset 0 -1px #00000040}.wallet-hero__grid{opacity:.22;background-image:linear-gradient(#78c8ff14 1px,#0000 1px),linear-gradient(90deg,#78c8ff14 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 70% 40%,#000 20%,#0000 75%);mask-image:radial-gradient(circle at 70% 40%,#000 20%,#0000 75%)}.wallet-hero__glare{pointer-events:none;mix-blend-mode:screen;position:absolute;inset:0}.wallet-hero__edge{border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #78c8ff24,0 0 0 1px #38bdf814}.wallet-hero__top,.wallet-hero__amount,.wallet-hero__footer{z-index:2;position:relative}.wallet-hero__top{justify-content:space-between;align-items:center;gap:10px;display:flex}.wallet-hero__label{color:#9eb4cf;align-items:center;gap:6px;font-size:12px;font-weight:650;display:inline-flex}.wallet-hero__address{color:#d7e8fb;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:6px;min-height:28px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.wallet-hero__amount{align-items:baseline;gap:8px;margin-top:18px;display:flex}.wallet-hero__value{letter-spacing:-.045em;color:#fff;text-shadow:0 10px 28px #00000047;font-size:42px;font-weight:800;line-height:1}.wallet-hero__unit{letter-spacing:.06em;color:#bedcf5bf;font-size:14px;font-weight:700}.wallet-hero__footer{margin-top:18px}.wallet-hero__status{color:#7be7c5;background:#2db48c24;border:1px solid #3ddbaa2e;border-radius:999px;align-items:center;gap:6px;min-height:28px;padding:0 11px;font-size:11px;font-weight:700;display:inline-flex}.wallet-hero__motif{z-index:1;pointer-events:none;width:92px;height:92px;position:absolute;bottom:8px;right:10px}.wallet-hero__rings{filter:drop-shadow(0 0 14px #38bdf840);background:radial-gradient(circle,#0000 42%,#5abeff1f 43%,#0000 45%),radial-gradient(circle,#0000 56%,#5abeff1a 57%,#0000 60%),radial-gradient(circle,#0000 70%,#5abeff14 71%,#0000 74%);border-radius:50%;position:absolute;inset:8px}.wallet-hero__shield{filter:drop-shadow(0 10px 18px #388cff59);position:absolute;inset:16px}.wallet-hero__shield svg{width:100%;height:100%}.wallet-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;display:grid}.wallet-action{text-align:left;border-radius:16px;align-items:center;gap:10px;width:100%;min-height:54px;padding:0 12px 0 10px;font-weight:700;display:flex}.wallet-action__icon{border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.wallet-action__label{letter-spacing:-.01em;flex:1;font-size:14px}.wallet-action__chev{opacity:.7;flex-shrink:0}.wallet-action--primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 55%,#1d4ed8 100%);box-shadow:0 12px 28px #2563eb59,inset 0 1px #fff3}.wallet-action--primary .wallet-action__icon{background:#ffffff29}.wallet-action--primary:disabled{opacity:.55}.wallet-action--secondary{color:#d7e3f4;background:#ffffff09;border:1px solid #ffffff1a;box-shadow:inset 0 1px #ffffff0a}.wallet-action--secondary .wallet-action__icon{color:#8eb6ff;background:#4a90ff1f;border:1px solid #4a90ff29}.wallet-connect{margin-top:4px}.wallet-connect__copy{color:#8b97ab;margin-bottom:12px;font-size:13px}.wallet-connect__list{flex-direction:column;gap:8px;display:flex}.wallet-connect__row{text-align:left;color:#f4f7fb;background:#ffffff09;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:12px;width:100%;min-height:64px;padding:12px 14px;display:flex}.wallet-connect__mark{color:#8eb6ff;background:#4a90ff1f;border-radius:50%;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.wallet-connect__row strong{font-size:14px;font-weight:700;display:block}.wallet-connect__row small{color:#8b97ab;margin-top:2px;font-size:11px;display:block}.wallet-connect__chev{color:#8eb6ff;margin-left:auto;font-size:18px;font-weight:700}.activity-panel{margin-top:22px}.activity-panel__head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.activity-panel__head h2{letter-spacing:-.02em;color:#f4f7fb;font-size:18px;font-weight:800}.activity-panel__tools{align-items:center;gap:8px;display:flex}.activity-panel__filter-pill{color:#c3d0e2;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;min-height:30px;padding:0 12px;font-size:11px;font-weight:700}.activity-panel__filter-btn{color:#9aadc4;background:#ffffff0a;border:1px solid #ffffff14;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.activity-panel__list{flex-direction:column;gap:8px;display:flex}.activity-panel__empty{text-align:center;color:#8b97ab;background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;padding:20px 16px;font-size:12px}.activity-row{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;min-height:72px;padding:12px;display:grid;box-shadow:inset 0 1px #ffffff08}.activity-row__icon{border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.activity-row__icon--in{color:#3ddb8a;background:#3ddb8a1f;box-shadow:0 0 0 1px #3ddb8a29}.activity-row__icon--out{color:#f87171;background:#f871711f;box-shadow:0 0 0 1px #f8717129}.activity-row__icon--reserve{color:#a78bfa;background:#a78bfa1f;box-shadow:0 0 0 1px #a78bfa29}.activity-row__icon--neutral{color:#8eb6ff;background:#4a90ff1f;box-shadow:0 0 0 1px #4a90ff24}.activity-row__main{min-width:0}.activity-row__main strong{color:#f4f7fb;margin-bottom:3px;font-size:14px;font-weight:700;display:block}.activity-row__main span{color:#8b97ab;font-size:11px;font-weight:500;display:block}.activity-row__side{text-align:right}.activity-row__amount{letter-spacing:-.01em;margin-bottom:4px;font-size:13px;font-weight:700;display:block}.activity-row__amount--in{color:#3ddb8a}.activity-row__amount--out{color:#f87171}.activity-row__amount--neutral{color:#c3d0e2}.activity-row__status{color:#8b97ab;align-items:center;gap:5px;font-size:10px;font-weight:700;display:inline-flex}.activity-row__status i{background:#8b97ab;border-radius:50%;width:6px;height:6px}.activity-row__status--confirmed{color:#6fd9a8}.activity-row__status--confirmed i{background:#3ddb8a;box-shadow:0 0 8px #3ddb8a73}.activity-row__status--onchain{color:#b7a4f8}.activity-row__status--onchain i{background:#a78bfa;box-shadow:0 0 8px #a78bfa73}.premium-page-head{z-index:1;margin-bottom:16px;position:relative}.premium-page-head__title-row{color:#8eb6ff;align-items:center;gap:8px;display:flex}.premium-page-head h1{letter-spacing:-.035em;color:#f7faff;font-size:28px;font-weight:800;line-height:1.1}.premium-page-head p{color:#8b97ab;margin-top:6px;font-size:13px;font-weight:500}.page--refer{padding-top:8px;position:relative;overflow-x:hidden}.refer-ambient{pointer-events:none;z-index:0;height:220px;position:absolute;inset:0 0 auto}.refer-ambient__glow{filter:blur(8px);background:radial-gradient(circle,#38bdf82e,#0000 68%);width:220px;height:220px;position:absolute;top:-70px;right:-40px}.refer-ambient__net{width:100%;height:100%;position:absolute;inset:0}.refer-hero,.refer-code,.refer-share,.refer-edit,.refer-pipeline,.refer-note{z-index:1;position:relative}.refer-hero{background:linear-gradient(135deg,#38bdf829,#0000 40%),linear-gradient(145deg,#0d2a48 0%,#0a3d4d 55%,#0b4a4a 100%);border-radius:22px;min-height:148px;margin-bottom:12px;padding:18px;position:relative;overflow:hidden;box-shadow:0 16px 36px #0000004d,inset 0 1px #a0e6ff2e}.refer-hero__pattern{opacity:.28;background-image:radial-gradient(circle at 20% 30%,#ffffff14 1px,#0000 1.5px),radial-gradient(circle at 70% 60%,#ffffff0f 1px,#0000 1.5px);background-size:28px 28px,36px 36px;position:absolute;inset:0}.refer-hero__top,.refer-hero__amount,.refer-hero__meta{z-index:1;position:relative}.refer-hero__top{color:#d6ecffc7;justify-content:space-between;align-items:center;font-size:12px;font-weight:650;display:flex}.refer-hero__pill{color:#dff7ff;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:10px;font-weight:700;display:inline-flex}.refer-hero__amount{align-items:baseline;gap:8px;margin-top:12px;display:flex}.refer-hero__amount strong{letter-spacing:-.04em;color:#fff;font-size:40px;font-weight:800;line-height:1}.refer-hero__amount span{letter-spacing:.06em;color:#d2ecffbf;font-size:13px;font-weight:700}.refer-hero__meta{color:#d2ecffb8;margin-top:10px;font-size:12px;font-weight:600}.refer-code{background:#ffffff09;border:1px solid #ffffff14;border-radius:18px;padding:16px;box-shadow:inset 0 1px #ffffff0a}.refer-code__row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.refer-code__label{color:#8b97ab;margin-bottom:8px;font-size:11px;font-weight:650;display:block}.refer-code strong{letter-spacing:-.02em;color:#f7faff;font-size:24px;font-weight:800;display:block}.refer-code small{color:#8b97ab;word-break:break-all;margin-top:8px;font-size:11px;display:block}.refer-code__copy{color:#8eb6ff;background:#4a90ff1f;border:1px solid #4a90ff2e;border-radius:10px;min-width:64px;min-height:34px;padding:0 12px;font-size:12px;font-weight:700}.refer-code__hint{color:#8b97ab;margin-top:10px;font-size:11px}.refer-share{color:#fff;background:linear-gradient(135deg,#38bdf8 0%,#3b82f6 50%,#2563eb 100%);border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:52px;margin-top:12px;font-size:15px;font-weight:700;display:inline-flex;box-shadow:0 12px 28px #2563eb52,inset 0 1px #fff3}.refer-share:disabled{opacity:.45}.refer-edit{color:#8eb6ff;background:0 0;width:100%;min-height:40px;margin-top:8px;font-size:13px;font-weight:700;display:block}.refer-pipeline{margin-top:22px}.refer-pipeline h2{color:#f4f7fb;margin-bottom:12px;font-size:16px;font-weight:800}.refer-pipeline__track{display:none}.refer-pipeline__grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid;position:relative}.refer-pipeline__grid:before{content:"";z-index:0;background:linear-gradient(90deg,#3ddb8a59,#f0b42959,#4a90ff59);height:1px;position:absolute;top:28px;left:18%;right:18%}.refer-pipe{z-index:1;text-align:center;background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;align-items:center;gap:6px;min-height:96px;padding:12px 10px;display:flex;position:relative}.refer-pipe strong{letter-spacing:-.03em;color:#f7faff;font-size:22px;font-weight:800}.refer-pipe span{color:#8b97ab;font-size:11px;font-weight:650}.refer-pipe--green{color:#3ddb8a}.refer-pipe--amber{color:#f0b429}.refer-pipe--blue{color:#4a90ff}.refer-note{color:#3ddb8a;background:#3ddb8a0f;border:1px solid #3ddb8a1f;border-radius:16px;gap:12px;margin-top:14px;padding:14px;display:flex}.refer-note strong{color:#f0f4fb;margin-bottom:4px;font-size:13px;font-weight:750;display:block}.refer-note p{color:#8b97ab;font-size:11px;font-weight:500}.page--claims{padding-top:8px;position:relative;overflow-x:hidden}.claims-ambient{pointer-events:none;z-index:0;height:200px;position:absolute;inset:0 0 auto}.claims-ambient__glow{filter:blur(8px);background:radial-gradient(circle,#3ddb8a24,#0000 68%);width:200px;height:200px;position:absolute;top:-50px;right:-30px}.claims-status,.claims-empty,.claims-list,.claims-flow,.claims-footnote{z-index:1;position:relative}.claims-status{background:radial-gradient(120% 140% at 100% 0,#3ddb8a1f,#0000 50%),#ffffff08;border:1px solid #3ddb8a29;border-radius:18px;justify-content:space-between;gap:12px;margin-bottom:14px;padding:16px;display:flex}.claims-status__badge{color:#3ddb8a;background:#3ddb8a1a;border:1px solid #3ddb8a29;border-radius:999px;align-items:center;gap:6px;min-height:26px;margin-bottom:10px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.claims-status strong{color:#f4f7fb;font-size:15px;font-weight:750;display:block}.claims-status__shield{color:#3ddb8a;background:#3ddb8a1a;border:1px solid #3ddb8a29;border-radius:16px;flex-shrink:0;place-items:center;width:52px;height:52px;display:grid}.claims-empty{text-align:center;background:#ffffff08;border:1px solid #ffffff12;border-radius:22px;padding:28px 18px 20px}.claims-empty__icon{color:#8eb6ff;background:#4a90ff1a;border:1px solid #4a90ff29;border-radius:18px;place-items:center;width:56px;height:56px;margin:0 auto 14px;display:grid}.claims-empty h2{color:#f7faff;margin-bottom:8px;font-size:20px;font-weight:800}.claims-empty p{color:#8b97ab;margin-bottom:16px;font-size:13px}.claims-empty__nodes{justify-content:center;gap:8px;margin-bottom:8px;display:flex}.claims-empty__nodes span{background:#ffffff1f;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 1px #ffffff14}.claims-empty__nodes span.is-required{background:#3ddb8a;box-shadow:0 0 10px #3ddb8a66}.claims-empty small{color:#8b97ab;margin-bottom:18px;font-size:11px;font-weight:650;display:block}.claims-cta{color:#fff;background:linear-gradient(135deg,#38bdf8 0%,#3b82f6 55%,#2563eb 100%);border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:52px;font-size:15px;font-weight:700;display:inline-flex;box-shadow:0 12px 28px #2563eb4d}.claims-cta:disabled{opacity:.45;box-shadow:none;color:#9aadc4;background:#ffffff14}.claims-list{flex-direction:column;gap:8px;display:flex}.claims-list__row{text-align:left;color:#f4f7fb;background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;align-items:center;gap:12px;width:100%;min-height:68px;padding:12px 14px;display:flex}.claims-list__mark{color:#8eb6ff;background:#4a90ff1f;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.claims-list__row strong{font-size:14px;font-weight:700;display:block}.claims-list__row small{color:#8b97ab;margin-top:2px;font-size:11px;display:block}.claims-list__chev{color:#8eb6ff;margin-left:auto;font-size:18px}.claims-flow{background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;margin-top:18px;padding:16px}.claims-flow h2{color:#f4f7fb;margin-bottom:14px;font-size:14px;font-weight:800}.claims-flow ol{flex-direction:column;gap:0;list-style:none;display:flex;position:relative}.claims-flow li{grid-template-columns:28px 1fr;gap:12px;padding-bottom:16px;display:grid;position:relative}.claims-flow li:not(:last-child):before{content:"";background:#ffffff1a;width:1px;position:absolute;top:28px;bottom:0;left:13px}.claims-flow li:last-child{padding-bottom:0}.claims-flow li span{color:#8eb6ff;z-index:1;background:#4a90ff1f;border:1px solid #4a90ff2e;border-radius:50%;place-items:center;width:28px;height:28px;font-size:11px;font-weight:800;display:grid}.claims-flow li span.is-active{color:#fff;background:#3b82f6}.claims-flow li p{color:#e8eef8;padding-top:4px;font-size:13px;font-weight:700}.claims-footnote{color:#8b97ab;background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;align-items:center;gap:8px;margin-top:14px;padding:12px 14px;font-size:12px;font-weight:650;display:flex}.page--profile{padding-top:8px;position:relative;overflow-x:hidden}.profile-ambient{pointer-events:none;z-index:0;height:220px;position:absolute;inset:0 0 auto}.profile-ambient__glow{filter:blur(8px);background:radial-gradient(circle,#38bdf829,#0000 68%);width:220px;height:220px;position:absolute;top:-60px;right:-40px}.profile-ambient__waves{width:100%;height:100%;position:absolute;inset:0}.profile-hero,.profile-group{z-index:1;position:relative}.profile-hero{background:linear-gradient(135deg,#38bdf81f,#0000 45%),linear-gradient(160deg,#0d223c 0%,#0a1a30 100%);border:1px solid #78c8ff1f;border-radius:22px;grid-template-columns:68px 1fr;gap:14px;margin-bottom:18px;padding:18px;display:grid;position:relative;overflow:hidden;box-shadow:0 16px 36px #00000047}.profile-hero__pattern{opacity:.25;background-image:radial-gradient(circle at 80% 20%,#78c8ff29,#0000 40%);position:absolute;inset:0}.profile-hero__avatar,.profile-hero__copy,.profile-hero__trust{z-index:1;position:relative}.profile-hero__avatar{color:#dff3ff;background:radial-gradient(circle at 35% 30%,#8cdcff59,#0000 45%),linear-gradient(145deg,#1a4d7a,#0d2744);border-radius:50%;place-items:center;width:68px;height:68px;font-size:22px;font-weight:800;display:grid;overflow:hidden;box-shadow:0 0 0 2px #78c8ff40,0 10px 24px #2563eb40}.profile-hero__photo{object-fit:cover;width:100%;height:100%;display:block}.profile-hero__copy h1{letter-spacing:-.03em;color:#f7faff;font-size:22px;font-weight:800}.profile-hero__copy p{color:#8b97ab;margin-top:4px;font-size:12px}.profile-hero__status{color:#3ddb8a;background:#3ddb8a1f;border:1px solid #3ddb8a2e;border-radius:999px;align-items:center;min-height:24px;margin-top:8px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.profile-hero__trust{flex-wrap:wrap;grid-column:1/-1;gap:8px;display:flex}.profile-hero__trust span{color:#b7c7db;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:999px;align-items:center;gap:5px;min-height:24px;padding:0 9px;font-size:10px;font-weight:700;display:inline-flex}.profile-group{margin-bottom:16px}.profile-group h2{letter-spacing:.04em;text-transform:uppercase;color:#8b97ab;margin-bottom:8px;padding-left:2px;font-size:12px;font-weight:750}.profile-group__card{background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;overflow:hidden}.profile-row{text-align:left;color:#f4f7fb;background:0 0;align-items:center;gap:12px;width:100%;min-height:62px;padding:12px 14px;display:flex}.profile-row+.profile-row{border-top:1px solid #ffffff0f}.profile-row__icon{border-radius:11px;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.profile-row__icon--blue{color:#4a90ff;background:#4a90ff1f}.profile-row__icon--cyan{color:#38bdf8;background:#38bdf81f}.profile-row__icon--green{color:#3ddb8a;background:#3ddb8a1f}.profile-row__icon--teal{color:#2dd4bf;background:#2dd4bf1f}.profile-row__icon--gold{color:#f0b429;background:#f0b4291f}.profile-row__icon--orange{color:#fb923c;background:#fb923c1f}.profile-row__icon--purple{color:#a78bfa;background:#a78bfa1f}.profile-row__icon--muted{color:#9aadc4;background:#ffffff0d}.profile-row__icon--danger{color:#f87171;background:#f871711f}.profile-row__copy{flex:1;min-width:0}.profile-row__copy strong{margin-bottom:2px;font-size:13px;font-weight:750;display:block}.profile-row__copy small{color:#8b97ab;font-size:11px;display:block}.profile-row__chev{color:#6d7d94;flex-shrink:0}.page--personal{padding-bottom:32px;position:relative;overflow-x:hidden}.personal-ambient,.ben-ambient,.status-ambient{pointer-events:none;z-index:0;height:200px;position:absolute;inset:0 0 auto}.personal-ambient__glow,.ben-ambient__glow,.status-ambient__glow{filter:blur(6px);background:radial-gradient(circle,#38bdf82e,#0000 68%);width:220px;height:220px;position:absolute;top:-80px;right:-60px}.personal-hero,.ben-header,.status-header{z-index:1;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex;position:relative}.personal-hero__icon,.ben-empty__icon{color:#7dd3fc;background:radial-gradient(circle at 30% 30%,#7dd3fc47,#0000 50%),linear-gradient(145deg,#16375c,#0d2138);border:1px solid #7dd3fc2e;border-radius:16px;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid}.personal-kicker,.ben-kicker,.status-kicker{letter-spacing:.06em;text-transform:uppercase;color:#7aa0c4;margin-bottom:4px;font-size:11px;font-weight:750}.personal-hero h1,.ben-header h1,.status-header h1{letter-spacing:-.03em;color:#f7faff;margin:0;font-size:24px;font-weight:800}.personal-sub,.ben-sub,.status-sub{color:#8b97ab;margin-top:6px;font-size:13px;line-height:1.4}.personal-tg{z-index:1;background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;align-items:center;gap:12px;margin-bottom:16px;padding:14px;display:flex;position:relative}.personal-tg__avatar{color:#dff3ff;background:linear-gradient(145deg,#1a4d7a,#0d2744);border-radius:50%;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:15px;font-weight:800;display:grid;overflow:hidden;box-shadow:0 0 0 2px #78c8ff33}.personal-tg__photo{object-fit:cover;width:100%;height:100%;display:block}.personal-tg__copy{flex:1;min-width:0}.personal-tg__copy strong{color:#f4f7fb;font-size:13px;font-weight:750;display:block}.personal-tg__copy span{color:#8b97ab;margin-top:2px;font-size:11px;display:block}.personal-tg__badge{color:#3ddb8a;background:#3ddb8a1f;border:1px solid #3ddb8a2e;border-radius:999px;flex-shrink:0;align-items:center;gap:4px;min-height:24px;padding:0 9px;font-size:10px;font-weight:750;display:inline-flex}.personal-form{z-index:1;position:relative}.personal-form__group{background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;margin-bottom:16px;padding:14px}.personal-form .field{margin-bottom:12px}.personal-form .field:last-child{margin-bottom:0}.personal-form .field label{color:#8b97ab}.personal-input{color:#7aa0c4;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:10px;min-height:46px;padding:0 12px;display:flex}.personal-input--locked{opacity:.88;background:#ffffff06}.personal-input--focus{border-color:#4a90ff73;box-shadow:0 0 0 3px #4a90ff1f}.personal-input input,.personal-input select{flex:1;min-width:0;box-shadow:none!important;background:0 0!important;border:0!important;padding-left:0!important;padding-right:0!important}.personal-form .field>input{color:#f4f7fb;background:#ffffff0a;border-color:#ffffff1a}.personal-cta{width:100%}.page--beneficiaries{padding-bottom:28px;position:relative;overflow-x:hidden}.ben-header{justify-content:space-between}.ben-add{color:#07111f;background:linear-gradient(145deg,#5ec8ff,#3b82f6);border-radius:14px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 10px 22px #2563eb47}.ben-empty{z-index:1;background:linear-gradient(160deg,#38bdf814,#0000 50%),#ffffff08;border:1px solid #ffffff12;border-radius:20px;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:14px;padding:22px 18px;display:flex;position:relative}.ben-empty strong{color:#f4f7fb;font-size:16px;font-weight:800}.ben-empty p{color:#8b97ab;margin:0 0 6px;font-size:13px;line-height:1.45}.ben-list{z-index:1;flex-direction:column;gap:12px;margin-bottom:14px;display:flex;position:relative}.ben-card{background:linear-gradient(155deg,#38bdf812,#0000 42%),#ffffff08;border:1px solid #ffffff12;border-radius:20px;padding:16px}.ben-card__top{align-items:center;gap:12px;margin-bottom:12px;display:flex}.ben-card__avatar{color:#dff3ff;background:linear-gradient(145deg,#1a4d7a,#0d2744);border-radius:50%;flex-shrink:0;place-items:center;width:44px;height:44px;font-size:13px;font-weight:800;display:grid;box-shadow:0 0 0 2px #78c8ff2e}.ben-card__meta{flex:1;min-width:0}.ben-card__meta strong{color:#f4f7fb;font-size:15px;font-weight:800;display:block}.ben-card__meta span{color:#8b97ab;margin-top:2px;font-size:12px;display:block}.ben-card__status{text-transform:capitalize;border-radius:999px;flex-shrink:0;align-items:center;min-height:22px;padding:0 8px;font-size:10px;font-weight:750;display:inline-flex}.ben-card__status--ok{color:#3ddb8a;background:#3ddb8a1f;border:1px solid #3ddb8a2e}.ben-card__status--pending{color:#f0b429;background:#f0b4291f;border:1px solid #f0b4292e}.ben-card__details{background:#0000002e;border-radius:14px;flex-direction:column;gap:4px;margin-bottom:10px;padding:12px;display:flex}.ben-card__details span{color:#9aadc4;word-break:break-word;font-size:12px}.ben-card__wallet{word-break:break-all;align-items:flex-start;gap:6px;display:inline-flex;color:#7dd3fc!important}.ben-card__payout{text-transform:capitalize;color:#c9d6ea!important}.ben-payout{grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.ben-payout label{color:#c9d6ea;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;gap:6px;min-height:40px;padding:8px 6px;font-size:12px;font-weight:700;display:flex}.ben-payout input{accent-color:#4a90ff}.ben-payout label:has(input:checked){color:#eef6ff;background:#4a90ff29;border-color:#4a90ff59}.ben-card__remove{color:#f87171;background:0 0;align-items:center;gap:6px;padding:0;font-size:12px;font-weight:700;display:inline-flex}.ben-note{z-index:1;color:#8eb6ff;background:#4a90ff14;border:1px solid #4a90ff24;border-radius:14px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex;position:relative}.ben-note p{margin:0;font-size:12px;font-weight:650;line-height:1.4}.ben-sheet-form .field label{color:#8b97ab}.page--status{padding-bottom:28px;position:relative;overflow-x:hidden}.status-header{gap:12px}.status-back{color:#c5d4e8;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;place-items:center;width:36px;height:36px;margin-top:2px;font-size:22px;line-height:1;display:grid}.status-hero{z-index:1;background:linear-gradient(135deg,#38bdf81f,#0000 45%),linear-gradient(160deg,#0d223c 0%,#0a1a30 100%);border:1px solid #78c8ff1f;border-radius:22px;margin-bottom:18px;padding:18px;position:relative;box-shadow:0 16px 36px #00000047}.status-hero__top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.status-hero__label{letter-spacing:.04em;text-transform:uppercase;color:#8b97ab;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.status-hero__badge{text-transform:capitalize;color:#3ddb8a;background:#3ddb8a1f;border:1px solid #3ddb8a2e;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.status-hero__id{text-align:right}.status-hero__id span{letter-spacing:.04em;text-transform:uppercase;color:#8b97ab;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.status-hero__id strong{color:#f4f7fb;font-size:14px;font-weight:800}.status-hero__progress{border-top:1px solid #ffffff14;margin-top:18px;padding-top:16px}.status-hero__progress-row{color:#9aadc4;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:12px;font-weight:700;display:flex}.status-hero__progress-row em{color:#7dd3fc;font-style:normal}.page--status .progress-track{background:#ffffff14;border-radius:999px;height:8px}.page--status .progress-fill{background:linear-gradient(90deg,#38bdf8 0%,#3b82f6 55%,#3ddb8a 100%)}.status-hero__dates{justify-content:space-between;gap:10px;margin-top:12px;display:flex}.status-hero__dates span{color:#8b97ab;align-items:center;gap:5px;font-size:11px;display:inline-flex}.status-lifecycle{z-index:1;margin-bottom:16px;position:relative}.status-lifecycle h2{letter-spacing:.04em;text-transform:uppercase;color:#8b97ab;margin:0 0 10px 2px;font-size:12px;font-weight:750}.status-steps{background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;padding:8px 14px 4px}.status-step{gap:12px;min-height:54px;display:flex}.status-step__rail{flex-direction:column;flex-shrink:0;align-items:center;width:24px;display:flex}.status-step__dot{color:#6d7d94;background:#ffffff0a;border:1px solid #ffffff14;border-radius:50%;place-items:center;width:24px;height:24px;margin-top:12px;display:grid}.status-step__line{background:#ffffff14;border-radius:999px;flex:1;width:2px;margin:4px 0}.status-step__copy{border-bottom:1px solid #ffffff0d;flex:1;padding:12px 0}.status-step:last-child .status-step__copy{border-bottom:0}.status-step__copy strong{color:#c5d4e8;font-size:14px;font-weight:750;display:block}.status-step__copy small{color:#6d7d94;margin-top:2px;font-size:11px;display:block}.status-step--done .status-step__dot{color:#07111f;background:linear-gradient(145deg,#5ec8ff,#3b82f6);border-color:#0000}.status-step--done .status-step__line{background:linear-gradient(#3b82f6,#3ddb8a80)}.status-step--done .status-step__copy strong{color:#f4f7fb}.status-step--current .status-step__dot{color:#3ddb8a;background:#3ddb8a24;border-color:#3ddb8a59;box-shadow:0 0 0 4px #3ddb8a14}.status-step--current .status-step__copy strong{color:#3ddb8a}.status-step--current .status-step__copy small{color:#7dd3fc}.status-benefit{z-index:1;color:#7dd3fc;background:linear-gradient(135deg,#38bdf81a,#0000 55%),#4a90ff14;border:1px solid #4a90ff29;border-radius:16px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex;position:relative}.status-benefit strong{color:#f4f7fb;margin-bottom:3px;font-size:13px;font-weight:800;display:block}.status-benefit p{color:#8b97ab;margin:0;font-size:12px;line-height:1.4}.page--onboard{padding-top:8px;padding-bottom:32px;position:relative;overflow-x:hidden}.page--onboard-success{justify-content:center;align-items:center;min-height:100%;display:flex}.onboard-ambient{pointer-events:none;z-index:0;height:220px;position:absolute;inset:0 0 auto}.onboard-ambient__glow{filter:blur(6px);background:radial-gradient(circle,#38bdf833,#0000 68%);width:240px;height:240px;position:absolute;top:-90px;right:-70px}.onboard-header,.onboard-body,.onboard-success{z-index:1;position:relative}.onboard-header{align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.onboard-back{color:#c5d4e8;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;place-items:center;width:36px;height:36px;margin-top:2px;font-size:22px;line-height:1;display:grid}.onboard-kicker{letter-spacing:.06em;text-transform:uppercase;color:#7aa0c4;margin-bottom:4px;font-size:11px;font-weight:750}.onboard-header h1{letter-spacing:-.03em;color:#f7faff;margin:0;font-size:24px;font-weight:800}.onboard-sub{color:#8b97ab;margin-top:6px;font-size:13px;line-height:1.4}.onboard-body{flex-direction:column;gap:14px;display:flex}.onboard-info{background:linear-gradient(145deg,#38bdf81a,#0000 55%),#ffffff08;border:1px solid #ffffff12;border-radius:18px;align-items:flex-start;gap:12px;padding:14px;display:flex}.onboard-info__icon{color:#7dd3fc;background:#38bdf81a;border:1px solid #38bdf829;border-radius:14px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid;overflow:hidden}.onboard-info__icon img{border-radius:8px;width:28px;height:28px;display:block}.onboard-info strong{color:#f4f7fb;margin-bottom:4px;font-size:14px;font-weight:800;display:block}.onboard-info p{color:#8b97ab;margin:0;font-size:12px;line-height:1.45}.onboard-wallet-list{flex-direction:column;gap:10px;display:flex}.onboard-wallet{text-align:left;color:#f4f7fb;background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;align-items:center;gap:12px;width:100%;min-height:72px;padding:12px 14px;display:flex}.onboard-wallet--static{pointer-events:none}.onboard-wallet__logo{border-radius:12px;flex-shrink:0;width:40px;height:40px;box-shadow:0 6px 16px #0098ea33}.onboard-wallet__copy{flex:1;min-width:0}.onboard-wallet__copy strong{margin-bottom:2px;font-size:14px;font-weight:800;display:block}.onboard-wallet__copy small{color:#8b97ab;font-size:11px;display:block}.onboard-wallet__chev{color:#6d7d94;font-size:22px;line-height:1}.onboard-wallet__spin{color:#7dd3fc}.onboard-pill{color:#3ddb8a;background:#3ddb8a1f;border:1px solid #3ddb8a2e;border-radius:999px;flex-shrink:0;align-items:center;gap:4px;min-height:24px;padding:0 9px;font-size:10px;font-weight:750;display:inline-flex}.onboard-note{color:#8eb6ff;background:#4a90ff14;border:1px solid #4a90ff24;border-radius:14px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.onboard-note--success{color:#3ddb8a;background:#3ddb8a14;border-color:#3ddb8a29}.onboard-note--warn{color:#f0b429;background:#f0b42914;border-color:#f0b42929}.onboard-note strong{color:inherit;margin-bottom:2px;font-size:12px;font-weight:800;display:block}.onboard-note p{color:#9aadc4;margin:0;font-size:11px;line-height:1.4}.onboard-breakdown{background:linear-gradient(155deg,#38bdf814,#0000 45%),#ffffff08;border:1px solid #ffffff12;border-radius:20px;padding:16px}.onboard-breakdown h2{color:#f4f7fb;margin:0 0 14px;font-size:15px;font-weight:800}.onboard-breakdown__row{color:#8b97ab;border-bottom:1px solid #ffffff0f;justify-content:space-between;gap:12px;padding:10px 0;font-size:13px;display:flex}.onboard-breakdown__row strong{color:#f4f7fb;font-weight:750}.onboard-breakdown__total{color:#f4f7fb;justify-content:space-between;align-items:baseline;gap:12px;padding-top:14px;font-size:14px;font-weight:800;display:flex}.onboard-breakdown__total em{letter-spacing:-.03em;color:#7dd3fc;font-size:22px;font-style:normal}.onboard-check-list{background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;flex-direction:column;gap:8px;padding:8px;display:flex}.onboard-check{align-items:center;gap:12px;padding:10px 8px;display:flex}.onboard-check__dot{color:#07111f;background:linear-gradient(145deg,#5ec8ff,#3b82f6);border-radius:50%;flex-shrink:0;place-items:center;width:28px;height:28px;display:grid}.onboard-check strong{color:#f4f7fb;font-size:13px;font-weight:750;display:block}.onboard-check small{color:#8b97ab;margin-top:2px;font-size:11px;display:block}.onboard-cta{width:100%;margin-top:4px}.onboard-caption{text-align:center;color:#8b97ab;margin:0;font-size:12px}.onboard-scanning{color:#7dd3fc;background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;flex-direction:column;align-items:center;gap:10px;padding:22px 16px;display:flex}.onboard-scanning strong{color:#f4f7fb;font-size:14px}.onboard-form{background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;flex-direction:column;gap:4px;padding:14px;display:flex}.onboard-form .field label{color:#8b97ab}.onboard-form .field input,.onboard-form .field select{color:#f4f7fb;background:#ffffff0a;border-color:#ffffff1a}.onboard-wallet-field{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:10px;min-height:46px;padding:0 12px;display:flex}.onboard-wallet-field img{border-radius:6px;flex-shrink:0;width:22px;height:22px}.onboard-wallet-field input{flex:1;min-width:0;box-shadow:none!important;background:0 0!important;border:0!important;padding-left:0!important;padding-right:0!important}.onboard-success{text-align:center;width:100%;max-width:340px;padding:8px 4px 24px}.onboard-success__badge{color:#07111f;background:linear-gradient(145deg,#5eead4,#3ddb8a);border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto 18px;display:grid;box-shadow:0 0 0 8px #3ddb8a1a,0 16px 36px #3ddb8a40}.onboard-success h1{letter-spacing:-.03em;color:#f7faff;margin:0 0 10px;font-size:26px;font-weight:800}.onboard-success p{color:#8b97ab;margin:0 0 22px;font-size:14px;line-height:1.5}.app-frame--splash{--splash-bg:#020712;--splash-navy:#071326;background:radial-gradient(90% 55% at 50% 28%,#285aaa29,#0000 58%),linear-gradient(#071326 0%,#020712 52%,#01050c 100%)}.splash-screen{z-index:1;box-sizing:border-box;height:100%;min-height:100%;position:relative;overflow:hidden}.splash-screen__bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.splash-screen__base{background:radial-gradient(70% 45% at 50% 32%, #1e4a8c33, transparent 62%), linear-gradient(180deg, var(--splash-navy) 0%, var(--splash-bg) 55%, #01050c 100%);position:absolute;inset:0}.splash-screen__ambient{background:radial-gradient(circle,#3b6fce38 0%,#3b6fce0f 45%,#0000 70%);border-radius:50%;width:260px;height:260px;position:absolute;top:34%;left:50%;transform:translate(-50%,-50%)}.splash-screen__vignette{background:radial-gradient(120% 90% at 50% 40%,#0000 45%,#01040a8c 100%);position:absolute;inset:0}.splash-mark-watermark-wrap{pointer-events:none;width:min(320px,80%);position:absolute;top:14%;left:50%;transform:translate(-50%)}.splash-mark-watermark{opacity:.04;width:100%;height:auto;display:block}.splash-screen__contours{object-fit:cover;opacity:.09;width:116%;height:108%;position:absolute;inset:-4% -8%}.splash-screen__noise{opacity:.014;mix-blend-mode:soft-light;background-image:url(/assets/noise.webp);background-size:256px 256px;position:absolute;inset:0}.splash-screen__content{z-index:1;height:100%;padding:calc(48px + env(safe-area-inset-top,0px)) var(--page-gutter) calc(22px + env(safe-area-inset-bottom,0px) + var(--tg-safe-bottom,0px));box-sizing:border-box;text-align:center;font-family:var(--font);grid-template-rows:auto 1fr auto auto;place-items:center;display:grid;position:relative}.splash-brand{flex-direction:column;align-items:center;gap:14px;margin-top:28px;display:flex}.splash-brand__mark{place-items:center;display:grid;position:relative}.splash-brand__mark:after{content:"";z-index:-1;background:radial-gradient(circle,#5a8ce638,#0000 68%);border-radius:50%;animation:3.6s ease-in-out infinite splash-mark-halo;position:absolute;inset:-18px}.splash-mark{filter:drop-shadow(0 10px 22px #0006);display:block}.splash-brand h1{font-family:var(--font-display);letter-spacing:-.035em;color:#f5f8fc;margin:0;font-size:clamp(36px,9.5vw,42px);font-weight:600;line-height:1}.splash-brand p{font-family:var(--font);letter-spacing:.08em;text-transform:uppercase;color:#8b97ab;margin:0;font-size:13px;font-weight:500}.splash-screen__loader{place-items:center;width:100%;min-height:0;display:grid}.splash-loader{width:140px;height:140px;position:relative}.splash-loader__glow{pointer-events:none;background:radial-gradient(circle,#4a82dc38,#0000 70%);border-radius:50%;position:absolute;inset:12%}.splash-loader__svg{z-index:1;width:100%;height:100%;position:relative;overflow:visible}.splash-loader__track{fill:none;stroke:#ffffff14}.splash-loader__arc{fill:none;stroke-linecap:round;filter:drop-shadow(0 0 4px #6eaaff59)}.splash-loader__spin{transform-origin:64px 64px;transform:rotate(-90deg)}.splash-loader--indeterminate .splash-loader__spin{animation:1.4s linear infinite splash-spin}.splash-loader--determinate .splash-loader__arc{transition:none}@keyframes splash-spin{to{transform:rotate(270deg)}}@keyframes splash-mark-halo{0%,to{opacity:.55;transform:scale(.96)}50%{opacity:1;transform:scale(1.05)}}.splash-loader__copy{z-index:2;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:18px;display:flex;position:absolute;inset:0}.splash-loader__pct{min-width:3.2ch;font-family:var(--font-display);letter-spacing:-.04em;color:#f5f8fc;font-variant-numeric:tabular-nums;justify-content:center;align-items:baseline;font-size:36px;font-weight:600;line-height:1;display:inline-flex}.splash-loader__pct>span:first-child{text-align:right;min-width:2.2ch;display:inline-block}.splash-loader__pct-sign{color:#a8b4c8;margin-left:1px;font-size:.55em;font-weight:600}.splash-loader__label{font-family:var(--font);letter-spacing:.18em;text-transform:uppercase;color:#7d8aa0;font-size:11px;font-weight:600}.splash-loader__preparing{letter-spacing:.01em;color:#8b97ab;text-transform:none;max-width:7.5rem;font-size:12px;font-weight:500;line-height:1.35}.splash-secure-wrap{width:100%}.splash-secure{text-align:left;-webkit-backdrop-filter:blur(10px);background:linear-gradient(#ffffff0b,#0000 42%),#08101ea8;border:1px solid #ffffff17;border-radius:18px;align-items:flex-start;gap:12px;width:100%;padding:14px 15px;display:flex;box-shadow:inset 0 1px #ffffff0d,0 10px 28px #0000002e}.splash-secure__icon{color:#9fc4ff;background:#3b6fce24;border-radius:11px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.splash-secure__icon img{width:18px;height:18px;display:block}.splash-secure__copy strong{font-family:var(--font);letter-spacing:-.01em;color:#eef2f8;margin-bottom:3px;font-size:14.5px;font-weight:600;display:block}.splash-secure__copy p{color:#8491a6;margin:0;font-size:12.5px;line-height:1.45}.splash-footer{flex-direction:column;align-items:center;gap:10px;width:100%;padding-top:8px;display:flex}.splash-footer__line{transform-origin:50%;background:linear-gradient(90deg,#0000 0%,#5a8cdc2e 22%,#8cb4f099 50%,#5a8cdc2e 78%,#0000 100%);width:min(168px,48%);height:1px;animation:2.6s ease-in-out infinite splash-line}.splash-footer p{font-family:var(--font);letter-spacing:.12em;text-transform:uppercase;color:#6f7c91;margin:0;font-size:11px;font-weight:500}@keyframes splash-line{0%,to{opacity:.45;filter:brightness(.9)}50%{opacity:1;filter:brightness(1.15)}}@media (prefers-reduced-motion:reduce){.splash-loader--indeterminate .splash-loader__spin,.splash-footer__line,.splash-brand__mark:after{animation:none}}
