:root{--bg: 222 47% 6%;--fg: 220 25% 98%;--secondary: 222 30% 11%;--muted: 222 30% 14%;--muted-fg: 215 20% 65%;--accent: 173 58% 45%;--accent-2: 185 60% 52%;--border: 222 30% 18%;--status-green: 152 60% 45%;--status-yellow: 45 93% 47%;--status-red: 0 72% 51%;--hero-1: 222 60% 4%;--hero-2: 222 55% 8%;--hero-3: 215 50% 12%;--radius: .75rem;--radius-lg: 1rem;--radius-xl: 1.25rem;--shadow-sm: 0 1px 2px rgba(0,0,0,.45);--shadow-md: 0 4px 12px rgba(0,0,0,.55);--shadow-lg: 0 12px 32px rgba(0,0,0,.6);--shadow-xl: 0 24px 56px rgba(0,0,0,.7);--shadow-glow: 0 0 60px -10px hsl(var(--accent) / .55)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;background:hsl(var(--bg))}body{font-family:Inter Variable,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:400;color:hsl(var(--fg));-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"cv11","ss01";line-height:1.5}h1,h2,h3,h4,h5{font-family:Space Grotesk Variable,Inter Variable,system-ui,sans-serif;font-weight:600;letter-spacing:-.02em;line-height:1.05;margin:0}p{margin:0;text-wrap:pretty}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}.mono{font-family:ui-monospace,SF Mono,JetBrains Mono,Roboto Mono,Menlo,monospace}.micro{font-family:Inter Variable,sans-serif;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.vx-container{max-width:1400px;margin:0 auto;padding:0 56px}.vx-section{padding:96px 0;position:relative}.vx-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,hsl(var(--bg)) 80%,transparent);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid hsl(var(--border))}.vx-header--hero{background:color-mix(in srgb,hsl(var(--hero-1)) 70%,transparent);border-bottom-color:#ffffff14}.vx-header__inner{display:flex;align-items:center;justify-content:space-between;height:68px}.vx-logo{display:flex;align-items:center;gap:10px;font-family:Space Grotesk Variable,sans-serif;font-weight:600;font-size:19px;letter-spacing:-.01em}.vx-logo__mark{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,hsl(var(--accent)),hsl(var(--accent-2)));color:#fff;box-shadow:0 4px 12px hsl(var(--accent) / .35)}.vx-nav{display:flex;gap:28px}.vx-nav a{font-size:14px;font-weight:500;color:#ffffffd9;opacity:.85;transition:opacity .15s}.vx-nav a:hover{opacity:1}.vx-header__cta{display:flex;align-items:center;gap:8px}.vx-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:12px;font-weight:600;font-size:15px;transition:all .2s;white-space:nowrap}.vx-btn--hero{background:hsl(var(--accent));color:#fff;box-shadow:0 8px 24px hsl(var(--accent) / .35)}.vx-btn--hero:hover{transform:translateY(-2px);box-shadow:0 12px 28px hsl(var(--accent) / .45)}.vx-btn--heroOutline{background:#ffffff14;color:#fff;border:1.5px solid rgba(255,255,255,.25);backdrop-filter:blur(6px)}.vx-btn--heroOutline:hover{background:#ffffff24;border-color:#fff6}.vx-btn--accent{background:hsl(var(--accent));color:#fff}.vx-btn--accent:hover{transform:translateY(-1px);box-shadow:0 8px 22px hsl(var(--accent) / .35)}.vx-btn--headerOutline{padding:9px 18px;font-size:14px;border-radius:10px;color:#fff;border:1px solid rgba(255,255,255,.25)}.vx-btn--headerOutline:hover{background:#ffffff14}.vx-btn--headerPrimary{padding:9px 18px;font-size:14px;border-radius:10px;background:hsl(var(--accent));color:#fff;box-shadow:0 4px 14px hsl(var(--accent) / .3)}.vx-btn--headerPrimary:hover{transform:translateY(-1px);box-shadow:0 6px 18px hsl(var(--accent) / .4)}.vx-btn--xl{padding:17px 32px;font-size:16px;border-radius:14px}.vx-hero{position:relative;overflow:hidden;background:radial-gradient(ellipse 80% 60% at 30% 20%,hsl(var(--accent) / .18),transparent 60%),radial-gradient(ellipse 60% 50% at 90% 100%,hsl(var(--accent-2) / .12),transparent 60%),linear-gradient(135deg,hsl(var(--hero-1)),hsl(var(--hero-2)),hsl(var(--hero-3)));color:#fff}.vx-hero__grid{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(to right,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.05) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 100% 80% at 50% 30%,black,transparent 75%)}.vx-hero__inner{position:relative;padding:80px 0 72px}.vx-hero h1{font-size:clamp(48px,5.8vw,80px);line-height:1.02;color:#fff}.vx-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding:7px 13px;border-radius:100px;background:hsl(var(--accent) / .12);border:1px solid hsl(var(--accent) / .3);color:hsl(var(--accent))}.vx-eyebrow__dot{width:6px;height:6px;border-radius:100px;background:hsl(var(--accent));box-shadow:0 0 8px hsl(var(--accent));flex-shrink:0}.vx-cert{background:#fff;border-radius:20px;padding:26px;color:#0b1626;box-shadow:var(--shadow-xl),0 0 80px -10px hsl(var(--accent) / .5);border:1px solid rgba(255,255,255,.1);position:relative}.vx-cert__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.vx-cert__brand{display:flex;align-items:center;gap:9px;font-family:Space Grotesk Variable;font-weight:600;font-size:14px}.vx-cert__brand .vx-logo__mark{width:24px;height:24px;border-radius:6px}.vx-cert__status{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:100px;font-size:12px;font-weight:700}.vx-cert__status--green{background:hsl(var(--status-green) / .12);color:#218355}.vx-cert__status--yellow{background:hsl(var(--status-yellow) / .16);color:#aa7409}.vx-cert__status--red{background:hsl(var(--status-red) / .12);color:#b81e1e}.vx-cert__status .vx-dot{width:8px;height:8px;border-radius:100px;background:currentColor;flex-shrink:0}.vx-cert__holder{font-family:Space Grotesk Variable;font-weight:600;font-size:22px;letter-spacing:-.01em;margin-bottom:4px;color:#0b1626}.vx-cert__country{font-size:13px;color:#5a6470}.vx-cert__row{display:grid;grid-template-columns:1fr 1fr;gap:16px 22px;margin-top:20px;padding-top:18px;border-top:1px solid #eef0f3}.vx-cert__row .micro{color:#7c8694}.vx-cert__row .mono{font-size:13.5px;color:#0b1626;margin-top:4px}.vx-cert__footer{display:flex;align-items:center;justify-content:space-between;margin-top:20px;padding-top:18px;border-top:1px solid #eef0f3}.vx-cert__footer .micro{color:#7c8694}.vx-cert__footer-val{font-size:14px;font-weight:600;margin-top:3px}.vx-cert__qr{width:64px;height:64px;border-radius:8px;background:linear-gradient(45deg,transparent 25%,#0b1626 25% 50%,transparent 50% 75%,#0b1626 75%) 0 0/8px 8px,linear-gradient(-45deg,transparent 25%,#0b1626 25% 50%,transparent 50% 75%,#0b1626 75%) 4px 0/8px 8px,#f4f6f9;border:1px solid #e5e8ec}.vx-card{background:hsl(var(--bg));border:1px solid hsl(var(--border));border-radius:var(--radius-xl);padding:28px;transition:all .2s}.vx-card:hover{box-shadow:var(--shadow-md)}.vx-icon-tile{display:grid;place-items:center;width:44px;height:44px;border-radius:10px;background:hsl(var(--accent) / .1);color:hsl(var(--accent));flex-shrink:0}.vx-icon-tile--lg{width:56px;height:56px;border-radius:14px}.vx-trust-row{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.vx-trust-row__item{display:flex;align-items:center;gap:8px;color:#fff;opacity:.85;font-size:13.5px;font-weight:500}.vx-trust-row__item .vx-check{color:hsl(var(--accent))}.vx-tabs{display:flex;gap:8px;padding:5px;background:hsl(var(--secondary));border-radius:14px;border:1px solid hsl(var(--border));width:max-content}.vx-tab{padding:10px 20px;border-radius:10px;font-weight:600;font-size:14px;color:hsl(var(--muted-fg));transition:all .2s}.vx-tab--active{background:hsl(var(--bg));color:hsl(var(--fg));box-shadow:var(--shadow-sm)}.vx-input{width:100%;padding:14px 16px;border:1px solid hsl(var(--border));border-radius:12px;background:hsl(var(--bg));color:hsl(var(--fg));font-family:ui-monospace,monospace;font-size:15px;transition:all .15s}.vx-input:focus{outline:0;border-color:hsl(var(--accent));box-shadow:0 0 0 3px hsl(var(--accent) / .18)}.vx-toggle{display:inline-flex;padding:3px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:100px;gap:2px}.vx-toggle a{padding:5px 10px;border-radius:100px;font-size:12px;font-weight:600;color:#fff9;text-decoration:none;transition:all .15s}.vx-toggle a.is-on{background:#ffffff24;color:#fff}.vx-footer{background:hsl(var(--secondary));border-top:1px solid hsl(var(--border));padding:64px 0 32px;margin-top:96px}.vx-footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:48px;align-items:start}.vx-footer__col h5{font-family:Space Grotesk Variable;font-size:13px;font-weight:600;letter-spacing:.04em;margin-bottom:16px}.vx-footer__col ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.vx-footer__col a{font-size:14px;color:hsl(var(--muted-fg));transition:color .15s}.vx-footer__col a:hover{color:hsl(var(--fg))}.vx-footer__base{display:flex;justify-content:space-between;padding-top:40px;margin-top:48px;border-top:1px solid hsl(var(--border));font-size:13px;color:hsl(var(--muted-fg))}@keyframes vx-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes vx-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes vx-pulse-glow{0%,to{box-shadow:var(--shadow-xl),0 0 60px -10px hsl(var(--accent) / .4)}50%{box-shadow:var(--shadow-xl),0 0 80px -10px hsl(var(--accent) / .6)}}.vx-fade-up{animation:vx-fade-up .6s ease-out both}.vx-float{animation:vx-float 5s ease-in-out infinite}.vx-pulse-glow{animation:vx-pulse-glow 3s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.vx-float,.vx-pulse-glow{animation:none}}.vx-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:32px}.vx-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.vx-text-muted{color:hsl(var(--muted-fg))}.vx-text-accent{color:hsl(var(--accent))}.vx-text-lead{font-size:19px;line-height:1.55;color:hsl(var(--muted-fg))}.vx-h2{font-size:clamp(36px,4vw,52px)}.vx-h3{font-size:clamp(24px,2vw,30px)}.vx-h4{font-size:19px;font-weight:600}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-ext-wght-normal.BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-wght-normal.DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-ext-wght-normal.DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-wght-normal.CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-vietnamese-wght-normal.CBcvBZtf.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-ext-wght-normal.DO1Apj_S.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-wght-normal.Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_astro/space-grotesk-vietnamese-wght-normal.D0rl6rjA.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_astro/space-grotesk-latin-ext-wght-normal.D9tNdqV9.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_astro/space-grotesk-latin-wght-normal.BhU9QXUp.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
