:root{--bg-deep:#f2f2f0;--bg-base:#fff;--bg-elevated:#f6f6f4;--tropical:#2a9d7c;--tropical-dim:#1f7a60;--tropical-bright:#3dbd9a;--tropical-deep:#145244;--tropical-glow:#2a9d7c29;--tropical-muted:#2a9d7c1a;--champagne:#b8944a;--text-primary:#0a0a0c;--text-secondary:#0a0a0cb8;--text-muted:#0a0a0c8c;--text-inverse:#fff;--hairline:#0a0a0c14;--hairline-strong:#0a0a0c24;--font-display:"Cormorant Garamond", "EB Garamond", Georgia, serif;--font-ui:"DM Sans", system-ui, sans-serif;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-pill:999px;--shadow-soft:0 8px 32px #0a0a0c14;--shadow-device:0 24px 80px #0a0a0c2e;--space-section:clamp(4rem, 10vw, 7.5rem);--content:1120px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{font-family:var(--font-ui);color:var(--text-primary);background:var(--bg-deep);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:1px}a:focus-visible,button:focus-visible{outline:2px solid var(--tropical);outline-offset:3px}.skip-link{background:var(--tropical);color:#fff;z-index:100;padding:.75rem 1rem;position:absolute;top:0;left:-999px}.skip-link:focus{top:1rem;left:1rem}.wrap{width:min(100% - 2.5rem, var(--content));margin-inline:auto}@media (width<=400px){.wrap{width:min(100% - 2rem, var(--content))}}.section{padding-block:var(--space-section)}.section--alt{background:var(--bg-base)}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--tropical);margin:0 0 .75rem;font-size:.75rem;font-weight:600;display:inline-block}.h1{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2.5rem,6vw,4.25rem);font-weight:500;line-height:1.05}.h2{font-family:var(--font-display);letter-spacing:-.015em;margin:0 0 .85rem;font-size:clamp(1.85rem,3.5vw,2.75rem);font-weight:500;line-height:1.15}.lead{color:var(--text-secondary);max-width:36rem;margin:0;font-size:clamp(1.05rem,1.5vw,1.2rem)}.btn{border-radius:var(--radius-pill);min-height:48px;font:inherit;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.35rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .16s,background .16s,border-color .16s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--tropical);color:var(--text-inverse)}.btn--primary:hover{background:var(--tropical-dim)}.btn--ghost{border-color:var(--hairline-strong);color:var(--text-primary);background:0 0}.btn--ghost:hover{border-color:var(--tropical);color:var(--tropical-dim)}.btn-row{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}@media (width<=640px){.btn-row{flex-direction:column}.btn-row .btn{width:100%}}.split{align-items:center;gap:2.5rem;display:grid}@media (width<=959px){.split>*{order:0}.split>.device,.split>figure.device{order:2}.split--reverse>:first-child{order:0}.split--reverse>:last-child{order:2}}@media (width>=960px){.split{grid-template-columns:1fr 1fr;gap:4rem}.split--reverse>:first-child{order:2}.split--reverse>:last-child{order:0}}.site-header{z-index:50;backdrop-filter:blur(14px);border-bottom:1px solid var(--hairline);padding-top:env(safe-area-inset-top);background:#f2f2f0db;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:.75rem;min-height:4.25rem;display:flex}.brand{align-items:center;gap:.55rem;min-width:0;text-decoration:none;display:inline-flex}.brand img{flex-shrink:0;width:28px;height:28px}.brand__name{font-family:var(--font-display);letter-spacing:.01em;font-size:1.45rem;font-weight:500}.nav--desktop{align-items:center;gap:1.5rem;display:none}.nav--desktop a{color:var(--text-secondary);font-size:.95rem;font-weight:500;text-decoration:none}.nav--desktop a:hover{color:var(--text-primary)}.header-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.lang-switch{border:1px solid var(--hairline);border-radius:var(--radius-pill);background:var(--bg-base);gap:.25rem;padding:.2rem;display:flex}.lang-switch a{border-radius:var(--radius-pill);min-width:44px;min-height:44px;color:var(--text-muted);justify-content:center;align-items:center;padding:.4rem .55rem;font-size:.75rem;font-weight:600;text-decoration:none;display:inline-flex}.lang-switch a[aria-current=page]{background:var(--tropical-muted);color:var(--tropical-dim)}.lang-switch--desktop,.header-cta{display:none}.menu-toggle{border:1px solid var(--hairline-strong);background:var(--bg-base);cursor:pointer;width:44px;height:44px;color:var(--text-primary);border-radius:12px;justify-content:center;align-items:center;padding:0;display:inline-flex}.menu-toggle__bars,.menu-toggle__bars:before,.menu-toggle__bars:after{background:currentColor;border-radius:1px;width:18px;height:2px;transition:transform .16s,opacity .16s;display:block}.menu-toggle__bars{position:relative}.menu-toggle__bars:before,.menu-toggle__bars:after{content:"";position:absolute;left:0}.menu-toggle__bars:before{top:-6px}.menu-toggle__bars:after{top:6px}body.is-menu-open .menu-toggle__bars{background:0 0}body.is-menu-open .menu-toggle__bars:before{top:0;transform:rotate(45deg)}body.is-menu-open .menu-toggle__bars:after{top:0;transform:rotate(-45deg)}.drawer-backdrop{z-index:60;background:#0a0a0c66;border:none;margin:0;padding:0;position:fixed;inset:0}.mobile-drawer{z-index:70;background:var(--bg-base);width:min(100% - 3rem,320px);height:100dvh;padding:calc(1rem + env(safe-area-inset-top)) 1.25rem calc(1.5rem + env(safe-area-inset-bottom));flex-direction:column;gap:1.25rem;display:flex;position:fixed;top:0;right:0;transform:translate(0);box-shadow:-12px 0 40px #0a0a0c29}.mobile-drawer[hidden],.drawer-backdrop[hidden]{display:none!important}.mobile-drawer__head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.mobile-drawer__title{font-family:var(--font-display);font-size:1.35rem;font-weight:500}.menu-close{border:1px solid var(--hairline);background:var(--bg-elevated);cursor:pointer;width:44px;height:44px;color:var(--text-primary);border-radius:12px;font-size:1.5rem;line-height:1}.mobile-drawer__nav{gap:.25rem;display:grid}.mobile-drawer__nav a{min-height:48px;color:var(--text-primary);border-radius:12px;align-items:center;padding:.75rem .85rem;font-weight:600;text-decoration:none;display:flex}.mobile-drawer__nav a:hover,.mobile-drawer__nav a:focus-visible{background:var(--tropical-muted);color:var(--tropical-dim)}.mobile-drawer__langs-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .5rem;font-size:.75rem;font-weight:600}.mobile-drawer__cta{width:100%;margin-top:auto}body.is-menu-open{overflow:hidden}@media (width>=860px){.nav--desktop,.lang-switch--desktop{display:flex}.header-cta{display:inline-flex}.menu-toggle{display:none}.mobile-drawer,.drawer-backdrop{display:none!important}}@media (width<=859px){.site-header__inner{min-height:3.75rem}.brand__name{font-size:1.25rem}}.hero{padding:1.25rem 0 clamp(3rem,8vw,5rem);overflow:hidden}.hero .split{align-items:start}.hero__copy{max-width:34rem;margin-top:0;padding-top:0}.hero__copy .h1,.hero .device{margin-top:0}@media (width<=640px){.hero{padding:1rem 0 2.5rem}.h1{font-size:clamp(2rem,9vw,2.75rem)}.section{padding-block:clamp(2.75rem,10vw,4rem)}}.site-footer{border-top:1px solid var(--hairline);background:var(--bg-base);padding:3rem 0 calc(2rem + env(safe-area-inset-bottom))}.footer-grid{gap:2rem;display:grid}@media (width>=720px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr}}.site-footer h3{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .85rem;font-size:.8rem}.site-footer ul{gap:.15rem;margin:0;padding:0;list-style:none;display:grid}.site-footer a{color:var(--text-secondary);align-items:center;min-height:44px;text-decoration:none;display:inline-flex}.site-footer a:hover{color:var(--tropical-dim)}.footer-brand{font-family:var(--font-display);margin:0 0 .5rem;font-size:1.6rem}.footer-note{color:var(--text-muted);max-width:22rem;font-size:.95rem}.footer-copy{border-top:1px solid var(--hairline);color:var(--text-muted);margin-top:2.5rem;padding-top:1.25rem;font-size:.875rem}.security-list{gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.security-list li{color:var(--text-secondary);align-items:flex-start;gap:.75rem;display:flex}.security-list li:before{content:"";background:var(--tropical);border-radius:50%;flex-shrink:0;width:.55rem;height:.55rem;margin-top:.45rem}.final-cta{text-align:center;background:radial-gradient(ellipse at top, #2a9d7c1f, transparent 55%), var(--bg-deep)}.final-cta .lead{margin-inline:auto}.final-cta .btn-row{justify-content:center}.legal-page{background:var(--bg-base);padding-block:4rem 6rem}.legal-page h1{font-family:var(--font-display);margin:0 0 .5rem;font-size:clamp(2rem,4vw,3rem);font-weight:500}.legal-page .updated{color:var(--text-muted);margin-bottom:2rem}.legal-page p{color:var(--text-secondary);max-width:42rem;margin:0 0 1rem;font-size:1.05rem}.reveal{animation:.7s both rise}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.device{--phone-w:min(300px, 100%);--safe-top:28px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--nav-h:72px;--font-display:"Cormorant Garamond", Georgia, serif;--font-ui:"DM Sans", system-ui, sans-serif;--font-numeric:"DM Sans", system-ui, sans-serif;width:var(--phone-w);max-width:100%;filter:drop-shadow(var(--shadow-device));margin-inline:auto}.device__frame{background:linear-gradient(160deg,#1a1a1e,#0a0a0c 55%,#151518);border:1px solid #ffffff14;border-radius:40px;padding:11px;position:relative}.device__screen{color:#0a0a0c;background:#fff;border-radius:30px;height:640px;position:relative;overflow:hidden}.device__notch{z-index:20;background:#0a0a0c;border-radius:999px;width:100px;height:24px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.device__status{z-index:15;color:#0a0a0c8c;pointer-events:none;justify-content:space-between;font-size:.65rem;font-weight:600;display:flex;position:absolute;top:10px;left:18px;right:18px}.cx-app{font-family:var(--font-ui);background:#f2f2f0;flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden}.cx-app__scroll{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.cx-top-bar{padding:var(--safe-top) 16px 12px;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.cx-greeting-time{letter-spacing:.12em;text-transform:uppercase;color:#0a0a0cb8;margin:0 0 4px;font-size:.625rem;font-weight:500}.cx-greeting-name{font-family:var(--font-display);color:#0a0a0cc7;margin:0;font-size:1.25rem;font-weight:400;line-height:1.2}.cx-greeting-name strong{color:#0a0a0c;font-weight:500}.cx-notif{color:#0a0a0cb8;background:#f6f6f4;border:1px solid #0a0a0c14;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;display:flex}.cx-notif svg{width:14px;height:14px}.cx-wallet-hero{flex-shrink:0;margin-bottom:14px;padding:0 16px}.cx-wallet-toolbar{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.cx-balance-label{color:#0a0a0c8c;font-size:.6875rem}.cx-privacy{color:#0a0a0c8c;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex}.cx-privacy svg{width:16px;height:16px}.cx-wallet-stage{height:148px;position:relative;overflow:hidden}.cx-wallet-body{background:linear-gradient(168deg,#3dbd9a 0%,#2a9d7c 28%,#1f7a60 58%,#145244 100%);border:1px solid #3dbd9a59;border-radius:20px;position:absolute;inset:0;overflow:hidden;box-shadow:inset 0 1px #ffffff1f,inset 0 -3px 10px #00000047,0 10px 28px #14524447}.cx-wallet-body:after{content:"";pointer-events:none;border:1px dashed #c8f0dc52;border-radius:14px;position:absolute;inset:7px}.cx-wallet-card{z-index:2;width:calc(100% - 18px);height:118px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.cx-card-face{background:linear-gradient(#f0f0ee 0%,#e6e6e2 50%,#dcdcd6 100%);border-radius:12px 12px 8px 8px;width:100%;height:100%;padding:10px 14px 0;box-shadow:inset 0 1px #ffffffbf,0 6px 18px #00000038}.cx-card-balance{font-family:var(--font-numeric);font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:#0a0a0c;white-space:nowrap;margin:0;font-size:1.2rem;font-weight:500}.cx-card-balance span{color:#0a0a0c73;letter-spacing:.08em;margin-left:4px;font-size:.55rem;font-weight:600}.cx-wallet-flap{z-index:3;clip-path:polygon(0 16px,12% 16px,24% 6px,50% 14px,76% 6px,88% 16px,100% 16px,100% 100%,0 100%);background:linear-gradient(175deg,#2a9d7c 0%,#1f7a60 42%,#145244 100%);position:absolute;inset:42px 0 0;box-shadow:inset 0 4px 10px #00000059}.cx-wallet-stitch{pointer-events:none;border:1.5px dashed #d2f5e48c;border-top:none;border-radius:0 0 12px 12px;position:absolute;inset:18px 11px 11px}.cx-wallet-pocket{z-index:10;color:#f4f4f2d9;background:#0a2820bf;border:1px solid #ffffff38;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%);box-shadow:0 3px 10px #00000059}.cx-wallet-pocket svg{width:12px;height:12px}.cx-hairline{background:#0a0a0c14;flex-shrink:0;height:1px;margin:0 16px 10px}.cx-section-head{justify-content:space-between;align-items:baseline;margin-bottom:8px;padding:0 16px;display:flex}.cx-section-title{letter-spacing:.14em;text-transform:uppercase;color:#0a0a0cb8;margin:0;font-size:.5625rem;font-weight:600}.cx-section-link{color:#2a9d7c;font-size:.625rem;font-weight:500}.cx-news{flex-shrink:0;margin-bottom:10px}.cx-news-card{background:#fff;border:1px solid #0a0a0c14;border-radius:12px;margin:0 16px;padding:12px 14px}.cx-news-tag{letter-spacing:.08em;text-transform:uppercase;color:#2a9d7c;margin-bottom:4px;font-size:.55rem;font-weight:600;display:inline-block}.cx-news-title{margin:0 0 2px;font-size:.8125rem;font-weight:600}.cx-news-excerpt{color:#0a0a0c8c;margin:0;font-size:.6875rem;line-height:1.35}.cx-tx-list{flex:1;margin:0;padding:0 16px;list-style:none;overflow:hidden}.cx-tx{border-bottom:1px solid #0a0a0c14;align-items:center;gap:10px;padding:10px 0;display:flex}.cx-tx:last-child{border-bottom:none}.cx-tx-avatar{width:34px;height:34px;font-family:var(--font-display);color:#0a0a0cb8;background:#f6f6f4;border:1px solid #0a0a0c14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:500;display:flex}.cx-tx-avatar.in{color:#2a9d7c;border-color:#2a9d7c33}.cx-tx-body{flex:1;min-width:0}.cx-tx-name{white-space:nowrap;text-overflow:ellipsis;margin:0 0 1px;font-size:.8125rem;font-weight:500;overflow:hidden}.cx-tx-date{color:#0a0a0c8c;margin:0;font-size:.625rem}.cx-tx-amount{font-family:var(--font-numeric);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.875rem;font-weight:500}.cx-tx-amount.in{color:#2a9d7c}.cx-bottom-nav{flex-shrink:0;padding:8px 12px 14px}.cx-nav-glass{backdrop-filter:blur(16px);background:#ffffffe0;border:1px solid #0a0a0c14;border-radius:16px;justify-content:space-around;align-items:flex-end;padding:8px 4px;display:flex;box-shadow:0 1px #0a0a0c14,0 8px 28px #0a0a0c1a}.cx-nav-item{letter-spacing:.06em;text-transform:uppercase;color:#0a0a0c8c;flex-direction:column;align-items:center;gap:3px;min-width:44px;font-size:.5rem;font-weight:500;display:flex}.cx-nav-item.active{color:#0a0a0c}.cx-nav-item svg{width:18px;height:18px}.cx-nav-fab-wrap{color:#2a9d7c;margin-top:-18px}.cx-nav-fab{color:#fff;background:#2a9d7c;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 0 0 1px #2a9d7c29,0 0 24px #2a9d7c29}.cx-nav-fab svg{width:20px;height:20px}.cx-page-header{padding:var(--safe-top) 16px 14px;flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.cx-back{color:#0a0a0cb8;background:#f6f6f4;border:1px solid #0a0a0c14;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;line-height:1;display:flex}.cx-page-title{font-family:var(--font-display);margin:0;font-size:1.05rem;font-weight:500}.cx-spacer{width:32px}.cx-body{flex:1;padding-bottom:12px;overflow:hidden}.cx-search{color:#0a0a0c8c;background:#f6f6f4;border:1px solid #0a0a0c14;border-radius:999px;margin:0 16px 12px;padding:10px 14px;font-size:.75rem}.cx-tabs{gap:6px;margin-bottom:12px;padding:0 16px;display:flex}.cx-tab{color:#0a0a0c8c;background:0 0;border:1px solid #0a0a0c14;border-radius:999px;padding:6px 12px;font-size:.6875rem;font-weight:500}.cx-tab.active{color:#2a9d7c;background:#2a9d7c1a;border-color:#1f7a60}.cx-contact-list{margin:0;padding:0 16px;list-style:none}.cx-contact{border-bottom:1px solid #0a0a0c14;align-items:center;gap:10px;padding:10px 0;display:flex}.cx-amount{flex-direction:column;align-items:center;height:100%;padding:8px 16px 12px;display:flex}.cx-amount-recipient{color:#0a0a0cb8;margin:0 0 16px;font-size:.8125rem}.cx-amount-recipient strong{color:#0a0a0c}.cx-amount-display{text-align:center;margin-bottom:16px}.cx-amount-display .cur{letter-spacing:.1em;color:#0a0a0c8c;margin:0 0 4px;font-size:.6875rem;font-weight:600}.cx-amount-display .val{font-family:var(--font-numeric);letter-spacing:-.03em;margin:0;font-size:2.75rem;font-weight:400;line-height:1}.cx-amount-display .avail{color:#0a0a0c8c;margin:8px 0 0;font-size:.6875rem}.cx-keypad{grid-template-columns:repeat(3,1fr);gap:6px;width:100%;max-width:240px;margin-bottom:14px;display:grid}.cx-key{color:#0a0a0c;background:#fff;border:1px solid #0a0a0c14;border-radius:12px;justify-content:center;align-items:center;height:42px;font-size:1.05rem;font-weight:500;display:flex}.cx-btn-primary{color:#fff;background:#2a9d7c;border:none;border-radius:999px;width:100%;max-width:240px;min-height:44px;font-size:.875rem;font-weight:600}.cx-account-card{background:linear-gradient(145deg,#2a9d7c1f 0%,#f6f6f4 60%);border:1px solid #2a9d7c38;border-radius:14px;margin:0 16px 10px;padding:16px}.cx-account-card.usd{background:linear-gradient(145deg,#b8944a1f 0%,#f6f6f4 60%);border-color:#b8944a47}.cx-account-card__top{color:#0a0a0cb8;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.6875rem;display:flex}.cx-verified{color:#2a9d7c;background:#2a9d7c1a;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.65rem;display:flex}.cx-account-bal{font-family:var(--font-numeric);letter-spacing:-.02em;margin:0 0 4px;font-size:1.75rem;font-weight:400}.cx-account-bal span{color:#0a0a0c8c;font-size:.85rem}.cx-account-label{color:#0a0a0c8c;margin:0 0 10px;font-size:.6875rem}.cx-account-num{color:#0a0a0cb8;letter-spacing:.04em;margin:0;font-size:.6875rem}.cx-meta{border-top:1px solid #0a0a0c14;margin:8px 16px 0}.cx-meta-row{border-bottom:1px solid #0a0a0c14;justify-content:space-between;gap:8px;padding:10px 0;font-size:.75rem;display:flex}.cx-meta-row span:first-child{color:#0a0a0c8c}.cx-status-ok{color:#2a9d7c;font-weight:500}.cx-virtual-card{color:#fff;background:linear-gradient(135deg,#2a8f74 0%,#1a5c4a 45%,#0e3d32 100%);border:1px solid #ffffff1a;border-radius:16px;margin:0 16px 12px;padding:18px 16px;position:relative;overflow:hidden;box-shadow:0 12px 40px #00000059}.cx-virtual-card:after{content:"";background:#ffffff0f;border-radius:50%;width:140px;height:140px;position:absolute;top:-40%;right:-20%}.cx-vc-top{z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:18px;display:flex;position:relative}.cx-vc-brand{letter-spacing:.14em;text-transform:uppercase;color:#ffffffa6;margin:0;font-size:.55rem}.cx-vc-type{font-family:var(--font-display);margin:2px 0 0;font-size:1.2rem;font-weight:500}.cx-vc-chip{background:linear-gradient(135deg,#b8944a,#a88642);border-radius:4px;width:32px;height:22px}.cx-vc-number{font-family:var(--font-numeric);letter-spacing:.12em;z-index:1;margin:0 0 16px;font-size:1rem;position:relative}.cx-vc-footer{z-index:1;align-items:flex-end;gap:16px;font-size:.75rem;display:flex;position:relative}.cx-vc-lbl{letter-spacing:.1em;text-transform:uppercase;color:#ffffff8c;margin-bottom:2px;font-size:.5rem;display:block}.cx-card-actions{gap:8px;margin-bottom:8px;padding:0 16px;display:flex}.cx-card-action{color:#0a0a0cb8;background:#fff;border:1px solid #0a0a0c14;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:10px 6px;font-size:.625rem;font-weight:500;display:flex}.cx-card-action svg{color:#2a9d7c;width:16px;height:16px}.cx-qr-screen{text-align:center;flex-direction:column;align-items:center;padding:12px 16px;display:flex}.cx-qr-frame{background:#fff;border-radius:14px;grid-template-rows:repeat(9,1fr);grid-template-columns:repeat(9,1fr);gap:2px;width:168px;height:168px;margin-bottom:14px;padding:12px;display:grid;box-shadow:0 8px 32px #0000002e}.cx-qr-cell{background:#0a0a0c;border-radius:1px}.cx-qr-cell.empty{background:0 0}.cx-qr-name{font-family:var(--font-display);margin:0 0 4px;font-size:1.15rem;font-weight:500}.cx-qr-hint{color:#0a0a0cb8;max-width:220px;margin:0;font-size:.75rem;line-height:1.45}@media (width<=959px){.device{--phone-w:min(300px, calc(100vw - 3rem))}.device__screen{height:min(640px,78vw + 280px)}}@media (width<=360px){.device{--phone-w:min(280px, calc(100vw - 2rem))}.device__screen{height:560px}}@media (width>=960px){.device{--phone-w:320px}.device__screen{height:680px}}
