/* HedgeHub v23.9.0 — launch pages and trust centre */
:root{--lp-bg:#050505;--lp-panel:#101010;--lp-panel2:#151515;--lp-line:rgba(255,255,255,.09);--lp-line2:rgba(255,255,255,.16);--lp-text:#f4f4f4;--lp-muted:#949494;--lp-orange:#ff8a00;--lp-orange2:#ff6b00;--lp-orange-soft:rgba(255,138,0,.10);--lp-orange-line:rgba(255,138,0,.32);--lp-green:#55d69b;--lp-red:#ff7d75;--lp-max:1180px;--lp-shadow:0 30px 100px rgba(0,0,0,.48)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.launch-page{margin:0;min-width:320px;background:radial-gradient(circle at 82% 8%,rgba(255,138,0,.10),transparent 31rem),#050505;color:var(--lp-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}body.launch-page a{color:inherit;text-decoration:none}body.launch-page img{display:block;max-width:100%}.lp-container{width:min(calc(100% - 40px),var(--lp-max));margin:0 auto}.lp-nav{position:sticky;top:0;z-index:80;border-bottom:1px solid var(--lp-line);background:rgba(5,5,5,.92);backdrop-filter:blur(20px)}.lp-nav-inner{min-height:78px;display:flex;align-items:center;gap:22px}.lp-brand{display:flex;align-items:center}.lp-brand img{width:132px;height:68px;object-fit:contain;object-position:left center;filter:drop-shadow(0 12px 28px rgba(255,138,0,.10))}.lp-nav-links{display:flex;align-items:center;gap:22px;margin-left:auto}.lp-nav-links a{color:#aaa;font-size:12px;font-weight:850}.lp-nav-links a:hover{color:#fff}.lp-nav-actions{display:flex;gap:8px}.lp-button{min-height:43px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border:1px solid var(--lp-line2);border-radius:11px;background:#111;color:#fff;font-size:12px;font-weight:900}.lp-button.primary{border-color:transparent;color:#070707;background:linear-gradient(135deg,#ffa51f,#ff7200)}.lp-button:hover{transform:translateY(-1px)}
.lp-hero{position:relative;overflow:hidden;padding:86px 0 58px;border-bottom:1px solid var(--lp-line)}.lp-watermark{position:absolute;right:max(2vw,20px);top:50%;width:min(37vw,470px);opacity:.035;transform:translateY(-50%);pointer-events:none;filter:grayscale(1)}.lp-kicker{margin:0 0 14px;color:var(--lp-orange);font-size:10px;font-weight:950;letter-spacing:.17em;text-transform:uppercase}.lp-hero h1{max-width:880px;margin:0;color:#fff;font-size:clamp(44px,7vw,76px);line-height:.98;letter-spacing:-.055em}.lp-hero p{max-width:790px;margin:20px 0 0;color:#a1a1a1;font-size:17px}.lp-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.lp-chip{display:inline-flex;align-items:center;min-height:29px;padding:0 10px;border:1px solid var(--lp-line);border-radius:999px;background:rgba(255,255,255,.025);color:#aaa;font-size:9px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.lp-chip.orange{border-color:var(--lp-orange-line);background:var(--lp-orange-soft);color:#ffb45b}.lp-main{padding:46px 0 88px}.lp-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:34px;align-items:start}.lp-toc{position:sticky;top:102px;padding:18px;border:1px solid var(--lp-line);border-radius:17px;background:#0d0d0d}.lp-toc strong{display:block;margin-bottom:10px;color:#fff;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.lp-toc a{display:block;padding:9px 10px;border-radius:9px;color:#818181;font-size:11px;font-weight:800}.lp-toc a:hover{background:#141414;color:#fff}.lp-content{min-width:0}.lp-section{scroll-margin-top:104px;padding:27px 0;border-bottom:1px solid var(--lp-line)}.lp-section:first-child{padding-top:0}.lp-section:last-child{border-bottom:0}.lp-section h2{margin:0 0 13px;color:#fff;font-size:25px;letter-spacing:-.03em}.lp-section h3{margin:20px 0 8px;color:#fff;font-size:15px}.lp-section p{margin:9px 0;color:#a0a0a0;font-size:14px}.lp-section ul,.lp-section ol{margin:12px 0;padding-left:21px;color:#a0a0a0;font-size:14px}.lp-section li{margin:7px 0}.lp-section strong{color:#e8e8e8}.lp-note{margin:18px 0;padding:16px 17px;border:1px solid var(--lp-orange-line);border-left:3px solid var(--lp-orange);border-radius:12px;background:rgba(255,138,0,.055);color:#c8b8a4;font-size:13px}.lp-note.green{border-color:rgba(85,214,155,.28);border-left-color:var(--lp-green);background:rgba(85,214,155,.055);color:#a9d4c1}.lp-note.red{border-color:rgba(255,125,117,.28);border-left-color:var(--lp-red);background:rgba(255,125,117,.055);color:#d5aaa7}.lp-external{color:#ffb45b!important;text-decoration:underline!important;text-decoration-color:rgba(255,138,0,.35)!important;text-underline-offset:3px}.lp-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.lp-card{position:relative;overflow:hidden;min-height:190px;padding:21px;border:1px solid var(--lp-line);border-radius:18px;background:radial-gradient(circle at 95% 0,rgba(255,138,0,.07),transparent 14rem),linear-gradient(145deg,#141414,#0b0b0b);box-shadow:var(--lp-shadow);transition:.18s ease}.lp-card:hover{transform:translateY(-3px);border-color:rgba(255,138,0,.30)}.lp-card img{position:absolute;right:-20px;bottom:-22px;width:120px;opacity:.028}.lp-card small{color:var(--lp-orange);font-size:8px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.lp-card h2,.lp-card h3{margin:12px 0 8px;color:#fff;font-size:19px}.lp-card p{margin:0;color:#858585;font-size:12px}.lp-card .arrow{display:block;margin-top:22px;color:#ffad45;font-size:11px;font-weight:900}.lp-wide-card{margin-top:14px;padding:24px;border:1px solid var(--lp-orange-line);border-radius:18px;background:linear-gradient(135deg,rgba(255,138,0,.10),rgba(255,138,0,.025))}.lp-wide-card h2{margin:0;color:#fff;font-size:24px}.lp-wide-card p{margin:8px 0 0;color:#a18e77;font-size:13px}.lp-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.lp-status-shell{display:grid;grid-template-columns:1.1fr .9fr;gap:16px}.lp-status-main,.lp-status-side{padding:24px;border:1px solid var(--lp-line);border-radius:18px;background:#0d0d0d}.lp-status-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid rgba(85,214,155,.26);border-radius:999px;background:rgba(85,214,155,.08);color:var(--lp-green);font-size:9px;font-weight:950;text-transform:uppercase}.lp-status-pill:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px rgba(85,214,155,.10)}.lp-status-pill[data-state="checking"]{border-color:var(--lp-orange-line);background:var(--lp-orange-soft);color:#ffad45}.lp-status-pill[data-state="unavailable"]{border-color:rgba(255,125,117,.28);background:rgba(255,125,117,.08);color:var(--lp-red)}.lp-status-main h2{margin:18px 0 8px;color:#fff;font-size:29px}.lp-status-main p,.lp-status-side p{color:#8f8f8f;font-size:13px}.lp-status-components{display:grid;gap:9px;margin-top:17px}.lp-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--lp-line);border-radius:11px;background:#111}.lp-status-row strong{font-size:12px}.lp-status-row span{color:var(--lp-green);font-size:9px;font-weight:900}.lp-footer{padding:36px 0;border-top:1px solid var(--lp-line);background:#050505}.lp-footer-grid{display:grid;grid-template-columns:1.1fr repeat(3,.7fr);gap:32px}.lp-footer-brand img{width:112px;height:58px;object-fit:contain}.lp-footer-brand p{max-width:330px;color:#6e6e6e;font-size:10px}.lp-footer-col strong{display:block;margin-bottom:10px;color:#fff;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.lp-footer-col a{display:block;margin:7px 0;color:#777;font-size:10px;font-weight:800}.lp-footer-col a:hover{color:#fff}.lp-footer-bottom{display:flex;justify-content:space-between;gap:18px;margin-top:27px;padding-top:18px;border-top:1px solid var(--lp-line);color:#595959;font-size:9px}
.lp-auth-footer{padding:0 20px 28px;text-align:center;color:#646464;font-size:10px}.lp-auth-footer a{margin:0 7px;color:#858585;text-decoration:none}.lp-auth-footer a:hover{color:#fff}.lp-inline-terms{margin:12px 0 0;color:#6f6f6f;font-size:10px;line-height:1.55;text-align:center}.lp-inline-terms a{color:#a6a6a6;text-decoration:underline;text-underline-offset:2px}.lp-footer-mini-links{display:flex;flex-wrap:wrap;gap:8px 14px;justify-content:flex-end}.lp-footer-mini-links a{color:#777;font-weight:800}
@media(max-width:900px){.lp-nav-links{display:none}.lp-layout{grid-template-columns:1fr}.lp-toc{position:static;display:flex;flex-wrap:wrap;gap:3px}.lp-toc strong{width:100%}.lp-card-grid{grid-template-columns:1fr 1fr}.lp-status-shell{grid-template-columns:1fr}.lp-footer-grid{grid-template-columns:1fr 1fr}.lp-footer-brand{grid-column:1/-1}}
@media(max-width:620px){.lp-container{width:min(calc(100% - 24px),var(--lp-max))}.lp-nav-inner{min-height:70px}.lp-brand img{width:115px;height:61px}.lp-nav-actions .lp-button:not(.primary){display:none}.lp-hero{padding:62px 0 44px}.lp-hero h1{font-size:44px}.lp-hero p{font-size:15px}.lp-main{padding:34px 0 66px}.lp-card-grid{grid-template-columns:1fr}.lp-footer-grid{grid-template-columns:1fr}.lp-footer-brand{grid-column:auto}.lp-footer-bottom{display:grid}.lp-footer-mini-links{justify-content:flex-start}.lp-layout{gap:22px}.lp-section h2{font-size:22px}}
