:root{--ink:#f7f3ff;--muted:#aaa0bd;--bg:#0e0b16;--panel:#181221;--panel2:#21172f;--violet:#9c6cff;--pink:#ff6b9e;--lime:#c9f66f;--line:#382b4a;--shadow:0 22px 60px rgba(0,0,0,.30)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.6 ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.top{background:rgba(14,11,22,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(14px)}.topin{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{text-decoration:none;font-weight:950;letter-spacing:.08em}.logo span{color:var(--pink)}.nav{display:flex;gap:5px}.nav a{text-decoration:none;padding:10px 13px;border-radius:10px;color:#c4bad5;font-weight:800}.nav a:hover,.nav a[aria-current=page]{background:var(--panel2);color:#fff}.hero{padding:80px 0 64px;position:relative;overflow:hidden;background:radial-gradient(circle at 85% 20%,rgba(156,108,255,.22),transparent 34%),radial-gradient(circle at 12% 0%,rgba(255,107,158,.13),transparent 30%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.eyebrow{font:800 12px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;text-transform:uppercase;letter-spacing:.14em;color:var(--lime)}h1{font-size:clamp(44px,6vw,74px);line-height:1;letter-spacing:-.055em;margin:16px 0 20px;max-width:12ch}.hero p,.title p{font-size:18px;color:var(--muted);max-width:60ch}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:10px;text-decoration:none;font-weight:900;border:1px solid var(--line);background:var(--panel);color:#fff;cursor:pointer}.primary{background:var(--violet);border-color:var(--violet);color:#10091e}.scanner,.card,.profile-card,.search-panel,.fact,.term{background:linear-gradient(145deg,var(--panel),#15101d);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.scanner{padding:24px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.scanner-head{display:flex;justify-content:space-between;color:var(--muted);font-size:13px;border-bottom:1px solid var(--line);padding-bottom:12px}.scan-row{display:grid;grid-template-columns:110px 1fr;gap:16px;padding:13px 0;border-bottom:1px solid #2a2038}.scan-row:last-child{border:0}.scan-row b{color:var(--pink)}.scan-row span{color:#cbbfda}.pulse{display:inline-block;width:9px;height:9px;border-radius:50%;background:var(--lime);box-shadow:0 0 14px var(--lime)}.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:-22px;position:relative;z-index:3}.fact{padding:21px}.fact strong{font-size:30px;display:block;color:#fff}.fact span{color:var(--muted);font-size:14px}.section{padding:66px 0}.section-sm{padding:42px 0}.head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:24px}.head h2,.title h1{font-size:clamp(31px,4vw,47px);line-height:1.08;letter-spacing:-.04em;margin:0}.head p{color:var(--muted);margin:7px 0 0}.bento,.profile-grid,.terms{display:grid;gap:16px}.bento{grid-template-columns:1.2fr .8fr .8fr}.profile-grid{grid-template-columns:repeat(3,1fr)}.terms{grid-template-columns:repeat(2,1fr)}.card{padding:24px;text-decoration:none;transition:.2s transform,.2s border-color}.card:hover,.profile-card:hover{transform:translateY(-3px);border-color:var(--violet)}.card.big{grid-row:span 2}.code{font:800 12px/1 ui-monospace,SFMono-Regular,Consolas,monospace;color:var(--pink)}.card h3,.profile-card h3{font-size:22px;margin:25px 0 8px}.card p,.profile-card p{color:var(--muted);margin:0}.title{padding:58px 0 28px;background:linear-gradient(180deg,#120d1c,var(--bg))}.crumb{font:700 13px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;color:var(--violet);margin-bottom:12px}.title h1{font-size:clamp(38px,5vw,60px);max-width:20ch}.search-panel{padding:20px}.search-row{display:grid;grid-template-columns:1fr auto;gap:12px}.search-row input{height:52px;border:1px solid var(--line);border-radius:10px;background:#0d0914;color:#fff;padding:0 15px;font:inherit}.profile-card{padding:22px;text-decoration:none}.profile-top{display:flex;justify-content:space-between;align-items:center}.initial{width:45px;height:45px;border-radius:12px;display:grid;place-items:center;background:var(--violet);color:#10091e;font-weight:950}.status{font:800 11px/1 ui-monospace,SFMono-Regular,Consolas,monospace;color:var(--lime);border:1px solid #4b6632;border-radius:999px;padding:6px 8px}.profile-card .question{font-size:14px;margin-top:12px}.hidden{display:none!important}.profile-page{display:grid;grid-template-columns:.75fr 1.25fr;gap:18px}.profile-box{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:26px}.profile-box h2{margin-top:0}.chain{display:grid;gap:10px}.chain-step{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:start;background:#120d1b;border:1px solid var(--line);border-radius:12px;padding:13px}.chain-step b{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:var(--pink);color:#170b12}.chain-step p{margin:3px 0 0;color:var(--muted)}.stop{border-left:4px solid var(--lime);background:#172014;border-radius:0 14px 14px 0;padding:20px}.term{padding:22px}.term code{color:var(--pink);font-size:13px}.term p{color:var(--muted)}.footer{margin-top:64px;background:#08060d;border-top:1px solid var(--line);padding:42px 0;color:#fff}.footer p{color:var(--muted);max-width:64ch}.skip{position:absolute;left:-9999px}.skip:focus{left:12px;top:12px;background:#fff;color:#000;padding:12px;z-index:30}@media(max-width:900px){.hero-grid,.profile-page{grid-template-columns:1fr}.facts{grid-template-columns:1fr 1fr}.bento{grid-template-columns:1fr 1fr}.card.big{grid-row:auto}.profile-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.wrap{width:min(100% - 24px,1180px)}.topin{align-items:flex-start;flex-direction:column;padding:13px 0}.nav{width:100%;overflow:auto;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.nav a{white-space:nowrap}.hero{padding:50px 0}.facts,.bento,.profile-grid,.terms,.search-row{grid-template-columns:1fr}.section{padding:48px 0}.head{align-items:flex-start;flex-direction:column}}
.market-section{padding:54px 0;background:color-mix(in srgb,var(--paper,#f5f7fb) 88%,#fff 12%);border-block:1px solid var(--line,#dfe5ee);color:#132238;scroll-margin-top:96px}
.market-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.market-head h2{font-size:clamp(28px,4vw,42px);line-height:1.1;margin:0}.market-head p{max-width:66ch;margin:7px 0 0;color:var(--muted,#667085)}
.market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.market-grid.market-grid-full{grid-template-columns:repeat(4,1fr)}
.market-card,.market-brand-panel{background:#fff;color:#132238;border:1px solid var(--line,#dfe5ee);border-radius:18px;overflow:hidden;box-shadow:0 12px 32px rgba(15,35,65,.08)}
.market-logo-wrap{display:grid;place-items:center;aspect-ratio:2/1;background:#fff;border-bottom:1px solid var(--line,#dfe5ee);padding:14px}.market-logo{width:100%;height:100%;object-fit:contain;display:block;border-radius:10px}
.market-card-body{padding:19px}.market-card h3{font-size:21px;margin:0 0 7px}.market-offer{font-weight:850;line-height:1.35;margin:0 0 9px}.market-meta{font-size:13px;color:var(--muted,#667085);margin:0}.market-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}
.market-profile,.market-cta{min-height:44px;padding:9px 11px;border-radius:10px;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;font-weight:850}.market-profile{border:1px solid var(--line,#dfe5ee);background:#fff;color:#132238}.market-cta{background:var(--green,var(--blue,var(--forest,var(--violet,#08765b))));color:#fff;border:1px solid transparent}
.market-disclosure{font-size:13px;color:var(--muted,#667085);margin:18px 0 0}.market-brand-panel{margin:30px auto 8px;display:grid;grid-template-columns:230px 1fr;align-items:center}.market-brand-panel .market-logo-wrap{border-bottom:0;border-right:1px solid var(--line,#dfe5ee)}.market-brand-copy{padding:24px}.market-brand-copy h2{font-size:32px;margin:0 0 8px}.market-brand-copy .market-offer{font-size:20px}.market-brand-copy .market-actions{max-width:430px}
@media(max-width:900px){.market-grid,.market-grid.market-grid-full{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.market-head{align-items:flex-start;flex-direction:column}.market-grid,.market-grid.market-grid-full{grid-template-columns:1fr}.market-brand-panel{grid-template-columns:1fr}.market-brand-panel .market-logo-wrap{border-right:0;border-bottom:1px solid var(--line,#dfe5ee)}.market-actions{grid-template-columns:1fr}}


:root{--v4-accent:#6554c0;--v4-ink:#11233e;--v4-muted:#64748b;--v4-line:#dce4ee;--v4-paper:#f5f7fb;--v4-soft:#eef4f8;--v4-shadow:0 15px 45px rgba(15,35,62,.08)}
*{box-sizing:border-box}.v4-shell{width:min(1160px,calc(100% - 36px));margin:auto}.v4-top{background:#fff;border-bottom:1px solid var(--v4-line);position:sticky;top:0;z-index:30}.v4-topin{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.v4-brand{font-size:21px;font-weight:950;text-decoration:none;letter-spacing:.03em}.v4-brand i,.v4-brand span{font-style:normal;color:var(--v4-accent)}.v4-nav{display:flex;gap:5px}.v4-nav a{padding:10px 12px;border-radius:10px;text-decoration:none;font-weight:750;color:#40516a}.v4-nav a:hover,.v4-nav a[aria-current=page]{background:color-mix(in srgb,var(--v4-accent) 12%,white);color:var(--v4-accent)}.v4-skip{position:absolute;left:-9999px}.v4-skip:focus{left:12px;top:12px;background:#fff;padding:12px;z-index:50}.v4-hero{padding:68px 0;background:linear-gradient(180deg,#fff,var(--v4-soft))}.v4-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center}.v4-eyebrow{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:var(--v4-accent)}.v4-hero h1,.v4-title h1,.v4-profile h1{font-size:clamp(38px,5vw,62px);line-height:1.07;letter-spacing:-.035em;margin:12px 0 18px}.v4-hero p,.v4-title p{font-size:18px;color:var(--v4-muted);max-width:64ch}.v4-hero-panel,.v4-panel,.v4-note,.v4-info{background:#fff;border:1px solid var(--v4-line);border-radius:18px;box-shadow:var(--v4-shadow);padding:25px}.v4-hero-panel h2{margin-top:0}.v4-hero-panel ol{margin:0;padding-left:22px}.v4-hero-panel li{padding:7px 0}.v4-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.v4-primary,.v4-secondary{min-height:46px;padding:0 16px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:850;border:1px solid var(--v4-line)}.v4-primary{background:var(--v4-accent);border-color:var(--v4-accent);color:#fff}.v4-secondary{background:#fff;color:var(--v4-ink)}.v4-section{padding:58px 0}.v4-soft{background:var(--v4-soft)}.v4-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.v4-head h2{font-size:34px;line-height:1.15;margin:0}.v4-head p{color:var(--v4-muted);margin:5px 0 0}.v4-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.v4-card{background:#fff;border:1px solid var(--v4-line);border-radius:18px;overflow:hidden;box-shadow:0 8px 28px rgba(15,35,62,.06)}.v4-card-logo{height:145px;padding:14px;background:#fff;border-bottom:1px solid var(--v4-line);display:grid;place-items:center}.v4-card-logo img{width:100%;height:100%;object-fit:contain}.v4-card-body{padding:18px}.v4-card h3{font-size:22px;margin:0 0 7px}.v4-offer,.v4-profile-offer{font-weight:800}.v4-badges{display:flex;flex-wrap:wrap;gap:6px;margin:11px 0}.v4-badges span{font-size:12px;font-weight:800;background:var(--v4-soft);border-radius:999px;padding:4px 9px}.v4-meta{color:var(--v4-muted);font-size:14px}.v4-card .v4-actions{display:grid;grid-template-columns:1fr;align-items:stretch}.v4-card .v4-primary,.v4-card .v4-secondary{text-align:center}.v4-disclosure{color:var(--v4-muted);font-size:14px;margin:22px 0 0}.v4-title{padding:50px 0 20px}.v4-crumb{font-size:14px;color:var(--v4-muted)}.v4-directory{padding-top:24px}.v4-profile{padding:46px 0;background:linear-gradient(180deg,var(--v4-soft),var(--v4-paper))}.v4-profile-grid{display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:center;background:#fff;border:1px solid var(--v4-line);border-radius:22px;padding:28px;box-shadow:var(--v4-shadow)}.v4-profile-logo{aspect-ratio:2/1;border:1px solid var(--v4-line);border-radius:15px;padding:14px;display:grid;place-items:center;overflow:hidden}.v4-profile-logo img{width:100%;height:100%;object-fit:contain}.v4-profile h1{font-size:clamp(34px,4.6vw,52px)}.v4-profile-offer{font-size:21px}.v4-split,.v4-compare{display:grid;grid-template-columns:1fr 1fr;gap:18px}.v4-panel h2,.v4-note h2{margin-top:0}.v4-panel li{padding:4px 0}.v4-note{border-left:5px solid var(--v4-accent)}.v4-note p{color:var(--v4-muted)}.v4-link{font-weight:850;color:var(--v4-accent)}.v4-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.v4-info b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--v4-accent);color:#fff}.v4-info h2{font-size:21px}.v4-info p{color:var(--v4-muted)}.v4-center{text-align:center;margin-top:24px}.v4-compare-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px}.v4-compare-form label{font-weight:850}.v4-compare-form select{display:block;width:100%;height:48px;margin-top:7px;border:1px solid var(--v4-line);border-radius:10px;background:#fff;padding:0 12px;font:inherit}.v4-wide{margin-top:18px}.v4-footer{background:var(--v4-ink);color:#dce6f2;padding:42px 0}.v4-footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:40px}.v4-footer p{color:#aebdd0}.v4-footer a{color:inherit}
.v4-brand,.v4-hero,.v4-title,.v4-profile,.v4-section,.v4-card,.v4-hero-panel,.v4-panel,.v4-note,.v4-info{color:var(--v4-ink)}.v4-hero h1,.v4-title h1,.v4-profile h1,.v4-head h2,.v4-card h3,.v4-hero-panel h2,.v4-panel h2,.v4-note h2,.v4-info h2,.v4-profile-offer,.v4-offer{color:var(--v4-ink)}
@media(max-width:900px){.v4-hero-grid,.v4-profile-grid,.v4-split,.v4-footer-grid{grid-template-columns:1fr}.v4-grid{grid-template-columns:repeat(2,1fr)}.v4-profile-logo{max-width:320px}.v4-info-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.v4-shell{width:min(100% - 24px,1160px)}.v4-topin{align-items:flex-start;flex-direction:column;padding:12px 0}.v4-nav{width:100%;overflow:auto;scrollbar-width:none}.v4-nav a{white-space:nowrap}.v4-hero{padding:46px 0}.v4-grid,.v4-info-grid,.v4-compare-form,.v4-compare{grid-template-columns:1fr}.v4-profile-grid{padding:18px}.v4-profile .v4-actions{display:grid}.v4-head{align-items:flex-start;flex-direction:column}}

