@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Inter:wght@400;500;600;700&family=Roboto:wght@500;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--heading-font-family:"Space Grotesk", ui-sans-serif, system-ui, sans-serif;--text-font-family:"Inter", ui-sans-serif, system-ui, sans-serif;--cxr-mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;--cxr-bg:#0b0a0f;--cxr-surface:#141221;--cxr-surface-2:#1b1830;--cxr-ink:#f5f2fb;--cxr-muted:#a8a2c4;--cxr-muted-dim:#7d7898;--cxr-brand:#cfbeea;--cxr-brand-strong:#9f86db;--cxr-line:rgba(207,190,234,.14);--cxr-line-strong:rgba(207,190,234,.28)}.cxr-eyebrow{font-family:var(--cxr-mono);text-transform:uppercase;letter-spacing:.18em;font-weight:500;color:var(--cxr-brand)}.cxr-home{--brand:#cfbeea;--brand-strong:#9f86db;--brand-glow:rgba(159,134,219,.4);--bg:#0b0a0f;--surface:#141221;--surface-2:#1b1830;--line:rgba(207,190,234,.14);--line-strong:rgba(207,190,234,.28);--ink:#f5f2fb;--muted:#a8a2c4;--muted-dim:#7d7898;--maxw:1180px;--r:16px}.cxr-home *{box-sizing:border-box}.cxr-home{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){.cxr-home{scroll-behavior:auto}}.cxr-home{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,sans-serif;font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.cxr-home a{color:inherit;text-decoration:none}.cxr-home img{max-width:100%;display:block}.cxr-home h1,.cxr-home h2,.cxr-home h3{font-family:Space Grotesk,sans-serif;font-weight:600;line-height:1.05;margin:0;letter-spacing:-.02em}.cxr-home p{margin:0}.cxr-home .wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 28px}.cxr-home .section{padding:104px 0;position:relative}.cxr-home .eyebrow{font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--brand);display:inline-block;margin-bottom:20px}.cxr-home .lede{color:var(--muted);font-size:19px;max-width:62ch}.cxr-home .kicker{color:var(--muted-dim);font-family:IBM Plex Mono,monospace;font-size:13px;letter-spacing:.18em;text-transform:uppercase}.cxr-home .btn{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:15px;padding:15px 26px;border-radius:999px;cursor:pointer;border:1px solid transparent;transition:transform .18s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease;font-family:Inter,sans-serif}.cxr-home .btn-primary{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-strong) 100%);color:#15101f;box-shadow:0 10px 34px -12px var(--brand-glow)}.cxr-home .btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 44px -14px var(--brand-glow)}.cxr-home .btn-ghost{background:transparent;color:var(--ink);border-color:var(--line-strong)}.cxr-home .btn-ghost:hover{border-color:var(--brand);color:#fff;transform:translateY(-2px)}.cxr-home .btn .arr{transition:transform .2s ease}.cxr-home .btn:hover .arr{transform:translate(3px)}.cxr-home a:focus-visible,.cxr-home .btn:focus-visible,.cxr-home button:focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:4px}.cxr-home .skip{position:absolute;left:-999px;top:0;background:var(--brand);color:#15101f;padding:10px 16px;z-index:200;border-radius:0 0 8px}.cxr-home .skip:focus{left:0}.cxr-home .hdr{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b0a0fd1;border-bottom:1px solid var(--line);box-shadow:0 16px 38px -24px #000c}.cxr-home .hdr-in{display:flex;align-items:center;justify-content:space-between;height:78px}.cxr-home .brand{display:flex;align-items:center;gap:13px;font-family:Roboto,sans-serif;font-weight:700;font-size:23px;letter-spacing:.02em}.cxr-home .brand .mark{width:42px;height:42px;flex:0 0 42px}.cxr-home .subnav{border-top:1px solid var(--line);background:#1a172e8c}.cxr-home .subnav-in{display:flex;flex-wrap:wrap;align-items:stretch;gap:1px;padding:0}.cxr-home .subnav .allp{display:inline-flex;align-items:center;padding:11px 13px;font:600 13.5px Inter,sans-serif;color:var(--brand);white-space:nowrap;text-decoration:none}.cxr-home .subnav .allp:hover{color:#dcd0ff}.cxr-home .cat{position:relative;display:flex}.cxr-home .cat-t{position:relative;-webkit-appearance:none;appearance:none;background:none;border:0;color:var(--muted);font:500 13.5px Inter,sans-serif;padding:11px 13px;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:7px;transition:color .18s}.cxr-home .cat-t:after{content:"";width:5px;height:5px;border-right:1.5px solid var(--muted-dim);border-bottom:1.5px solid var(--muted-dim);transform:rotate(45deg) translateY(-1px);opacity:.7;transition:border-color .18s}.cxr-home .cat-t:before{content:"";position:absolute;left:13px;right:13px;bottom:0;height:2px;background:var(--brand);transform:scaleX(0);transform-origin:left;transition:transform .18s}.cxr-home .cat:hover>.cat-t,.cxr-home .cat:focus-within>.cat-t{color:var(--brand)}.cxr-home .cat:hover>.cat-t:after,.cxr-home .cat:focus-within>.cat-t:after{border-color:var(--brand);opacity:1}.cxr-home .cat:hover>.cat-t:before,.cxr-home .cat:focus-within>.cat-t:before{transform:scaleX(1)}.cxr-home .cat-menu{position:absolute;top:100%;left:0;min-width:240px;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:12px;padding:8px;display:none;flex-direction:column;gap:1px;z-index:80;box-shadow:0 26px 54px -20px #000000bf}.cxr-home .cat:hover>.cat-menu,.cxr-home .cat:focus-within>.cat-menu{display:flex}.cxr-home .cat:last-child .cat-menu{left:auto;right:0}.cxr-home .cat-menu a{padding:9px 12px;border-radius:8px;color:var(--muted);font-size:13.5px;white-space:nowrap;font-weight:500;text-decoration:none}.cxr-home .cat-menu a:hover{background:#9f86db1f;color:var(--ink)}@media(max-width:760px){.cxr-home .hdr-in{height:60px}.cxr-home .subnav-in{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cxr-home .subnav-in::-webkit-scrollbar{display:none}.cxr-home .cat{flex:0 0 auto}.cxr-home .cat-menu,.cxr-home .cat:last-child .cat-menu{position:fixed;top:104px;left:12px;right:12px;min-width:0}}.cxr-home .brand small{display:block;font-family:IBM Plex Mono,monospace;font-weight:400;font-size:11.5px;letter-spacing:.2em;color:var(--muted-dim);text-transform:uppercase;margin-top:1px}.cxr-home .nav{display:flex;align-items:center;gap:30px}.cxr-home .nav a.link{font-size:14.5px;color:var(--muted);font-weight:500;transition:color .2s}.cxr-home .nav a.link:hover{color:var(--ink)}.cxr-home .nav .btn{padding:11px 20px}.cxr-home .navtoggle{display:none;background:none;border:1px solid var(--line-strong);color:var(--ink);border-radius:10px;padding:9px 12px;cursor:pointer}@media(max-width:920px){.cxr-home .nav .link{display:none}.cxr-home .navtoggle{display:inline-flex}}.cxr-home .hero{position:relative;padding:118px 0 92px;overflow:hidden}.cxr-home .hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(680px 420px at 78% 8%,rgba(159,134,219,.3),transparent 60%),radial-gradient(520px 360px at 8% 88%,rgba(185,162,242,.14),transparent 60%)}.cxr-home .hero-in{position:relative;z-index:2;display:grid;grid-template-columns:1.18fr .82fr;gap:56px;align-items:center}.cxr-home .hero h1{font-size:clamp(40px,6.2vw,76px);font-weight:700}.cxr-home .hero h1 .em{background:linear-gradient(120deg,var(--brand) 0%,#dcd0ff 60%,var(--brand-strong) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.cxr-home .hero .lede{margin-top:26px;font-size:20px}.cxr-home .hero-cta{display:flex;gap:14px;margin-top:36px;flex-wrap:wrap}.cxr-home .trust{margin-top:30px;display:flex;align-items:center;gap:14px;color:var(--muted-dim);font-size:13.5px}.cxr-home .trust .dot{width:6px;height:6px;border-radius:50%;background:var(--brand);box-shadow:0 0 10px var(--brand-glow)}.cxr-home .stack{width:100%;max-width:440px;margin-left:auto}.cxr-home .stack-in{position:relative;border:1px solid var(--line);border-radius:24px;background:linear-gradient(160deg,var(--surface) 0%,rgba(20,18,33,.2) 100%);padding:26px;display:flex;flex-direction:column;gap:10px;overflow:hidden}.cxr-home .stack-in:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(320px 170px at 82% 0,var(--brand-glow),transparent 70%);opacity:.5;pointer-events:none}.cxr-home .layer{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 17px;border-radius:12px;border:1px solid var(--line-strong);background:var(--surface-2)}.cxr-home .layer .ln{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:15px;color:var(--ink)}.cxr-home .layer .lt{font-family:IBM Plex Mono,monospace;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-dim);text-align:right}.cxr-home .layer.l1{background:linear-gradient(120deg,var(--brand),var(--brand-strong));border-color:transparent}.cxr-home .layer.l1 .ln{color:#15101f}.cxr-home .layer.l1 .lt{color:#15101fb8}.cxr-home .stack .base{position:relative;z-index:2;text-align:center;margin-top:3px;padding:10px;border-radius:10px;border:1px dashed var(--line-strong);font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}@media(max-width:880px){.cxr-home .hero-in{grid-template-columns:1fr;gap:40px}.cxr-home .stack{max-width:380px;margin:0 auto}}.cxr-home .partners{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:34px 0;background:#14122159}.cxr-home .partners .label{text-align:center;margin-bottom:20px}.cxr-home .logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px 38px}.cxr-home .logos span{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:19px;color:var(--muted);letter-spacing:.01em;opacity:.82;transition:color .2s,opacity .2s}.cxr-home .logos span:hover{color:var(--ink);opacity:1}.cxr-home .head{max-width:760px;margin-bottom:54px}.cxr-home .head h2{font-size:clamp(30px,4.4vw,48px)}.cxr-home .head p{margin-top:18px}.cxr-home .pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cxr-home .pcard{position:relative;padding:34px 32px 30px;border:1px solid var(--line);border-radius:var(--r);background:linear-gradient(180deg,var(--surface) 0%,rgba(20,18,33,.35) 100%);transition:border-color .3s,transform .3s,box-shadow .3s;overflow:hidden}.cxr-home .pcard:hover{border-color:var(--line-strong);transform:translateY(-4px);box-shadow:0 24px 50px -30px var(--brand-glow)}.cxr-home .pcard .pn{font-family:IBM Plex Mono,monospace;font-size:13px;letter-spacing:.2em;color:var(--brand);text-transform:uppercase}.cxr-home .pcard .ico{width:34px;height:34px;margin:18px 0;color:var(--brand)}.cxr-home .pcard h3{font-size:24px;margin-bottom:12px}.cxr-home .pcard p{color:var(--muted);font-size:16px}.cxr-home .pcard .more{display:inline-flex;align-items:center;gap:7px;margin-top:22px;font-weight:600;font-size:14.5px;color:var(--brand)}.cxr-home .pcard .more .arr{transition:transform .2s}.cxr-home .pcard:hover .more .arr{transform:translate(4px)}@media(max-width:980px){.cxr-home .pillars{grid-template-columns:1fr 1fr}}@media(max-width:620px){.cxr-home .pillars{grid-template-columns:1fr}}.cxr-home .shopbar{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-bottom:32px}.cxr-home .shopgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cxr-home .scard{display:flex;flex-direction:column;justify-content:space-between;min-height:124px;padding:22px;border:1px solid var(--line);border-radius:var(--r);background:var(--surface);transition:border-color .3s,transform .3s}.cxr-home .scard:hover{border-color:var(--line-strong);transform:translateY(-3px)}.cxr-home .scard .sn{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:17px;color:var(--ink)}.cxr-home .scard .sc{font-family:IBM Plex Mono,monospace;font-size:12.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-dim);margin-top:12px;display:flex;justify-content:space-between;align-items:center;gap:8px}.cxr-home .scard .sc .arr{color:var(--brand)}@media(max-width:860px){.cxr-home .shopgrid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.cxr-home .shopgrid{grid-template-columns:1fr}}.cxr-home .cmpwrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--line);border-radius:var(--r)}.cxr-home .cmp{min-width:660px;display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr}.cxr-home .cmp>div{padding:16px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center}.cxr-home .cmp .ch{font-family:IBM Plex Mono,monospace;font-size:12.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-dim);background:#1412218c;min-height:62px}.cxr-home .cmp .rl{font-size:14.5px;color:var(--ink)}.cxr-home .cmp .cl{justify-content:center;text-align:center;font-size:14px;color:var(--muted-dim)}.cxr-home .cmp .yes{color:var(--brand);font-weight:600;font-size:17px}.cxr-home .cmp .me{background:linear-gradient(180deg,#9f86db24,#9f86db0d);border-left:1px solid var(--line-strong);border-right:1px solid var(--line-strong)}.cxr-home .cmp .ch.me{color:var(--brand)}.cxr-home .cmp>div:nth-last-child(-n+4){border-bottom:0}.cxr-home .aud{display:grid;grid-template-columns:1fr 1fr;gap:18px}.cxr-home .apanel{padding:40px 38px;border:1px solid var(--line);border-radius:var(--r);background:var(--surface)}.cxr-home .apanel.alt{background:linear-gradient(165deg,rgba(159,134,219,.16),var(--surface) 70%);border-color:var(--line-strong)}.cxr-home .apanel .tag{font-family:IBM Plex Mono,monospace;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--brand)}.cxr-home .apanel h3{font-size:26px;margin:14px 0 16px}.cxr-home .apanel p{color:var(--muted);font-size:16px}.cxr-home .apanel ul{list-style:none;padding:0;margin:22px 0 0}.cxr-home .apanel li{position:relative;padding-left:26px;margin-bottom:12px;color:var(--ink);font-size:15.5px}.cxr-home .apanel li:before{content:"";position:absolute;left:0;top:9px;width:9px;height:9px;border-radius:2px;background:var(--brand);box-shadow:0 0 8px var(--brand-glow)}@media(max-width:760px){.cxr-home .aud{grid-template-columns:1fr}}.cxr-home .loc{background:linear-gradient(180deg,rgba(20,18,33,.5),var(--bg));border-top:1px solid var(--line)}.cxr-home .rail{margin-top:8px;display:grid;grid-template-columns:repeat(6,1fr);gap:0;position:relative}.cxr-home .rail:before{content:"";position:absolute;left:7%;right:7%;top:21px;height:1px;background:linear-gradient(90deg,transparent,var(--line-strong) 12%,var(--line-strong) 88%,transparent)}.cxr-home .step{position:relative;padding:0 12px;text-align:center}.cxr-home .step .node{width:42px;height:42px;margin:0 auto 18px;border-radius:50%;background:var(--surface-2);border:1px solid var(--line-strong);display:flex;align-items:center;justify-content:center;font-family:IBM Plex Mono,monospace;font-size:13px;color:var(--brand);position:relative;z-index:2}.cxr-home .step h4{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600;margin:0 0 6px}.cxr-home .step p{font-size:13.5px;color:var(--muted-dim);line-height:1.5}.cxr-home .loc-foot{margin-top:50px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:22px 26px;border:1px solid var(--line);border-radius:var(--r);background:var(--surface)}.cxr-home .loc-foot .pin{color:var(--brand);width:22px;height:22px;flex:0 0 22px}.cxr-home .loc-foot p{color:var(--muted);font-size:15.5px}.cxr-home .loc-foot b{color:var(--ink);font-weight:600}@media(max-width:820px){.cxr-home .rail{grid-template-columns:repeat(2,1fr);gap:34px 0}.cxr-home .rail:before{display:none}}.cxr-home .axr{display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:center}.cxr-home .axr .panel{border:1px solid var(--line);border-radius:var(--r);padding:38px;background:linear-gradient(155deg,rgba(159,134,219,.14),var(--surface) 65%)}.cxr-home .axr .panel .tag{font-family:IBM Plex Mono,monospace;font-size:13px;letter-spacing:.2em;text-transform:uppercase;color:var(--brand)}.cxr-home .axr .panel h3{font-size:30px;margin:12px 0 16px}.cxr-home .axr .panel p{color:var(--muted)}.cxr-home .axr .caps{margin-top:24px;display:flex;flex-wrap:wrap;gap:10px}.cxr-home .chip{font-size:13px;padding:8px 14px;border-radius:999px;border:1px solid var(--line-strong);color:var(--muted);font-weight:500}@media(max-width:820px){.cxr-home .axr{grid-template-columns:1fr;gap:32px}}.cxr-home .verts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cxr-home .vcard{padding:28px 26px;border:1px solid var(--line);border-radius:var(--r);background:var(--surface);transition:border-color .3s,transform .3s}.cxr-home .vcard:hover{border-color:var(--line-strong);transform:translateY(-3px)}.cxr-home .vcard .ico{width:28px;height:28px;color:var(--brand);margin-bottom:18px}.cxr-home .vcard h3{font-size:19px;margin-bottom:9px}.cxr-home .vcard p{color:var(--muted);font-size:14.5px;line-height:1.55}@media(max-width:860px){.cxr-home .verts{grid-template-columns:1fr 1fr}}@media(max-width:540px){.cxr-home .verts{grid-template-columns:1fr}}.cxr-home .cred{background:#14122166;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cxr-home .cred-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cxr-home .ctile{padding:28px 24px;border:1px solid var(--line);border-radius:var(--r);background:var(--surface)}.cxr-home .ctile .big{font-family:Space Grotesk,sans-serif;font-size:21px;font-weight:600;color:var(--ink);line-height:1.15}.cxr-home .ctile .sub{margin-top:8px;color:var(--muted-dim);font-size:13px;font-family:IBM Plex Mono,monospace;letter-spacing:.1em;text-transform:uppercase}@media(max-width:860px){.cxr-home .cred-grid{grid-template-columns:1fr 1fr}}.cxr-home .scope{position:relative;overflow:hidden}.cxr-home .scope:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(680px 360px at 50% -10%,rgba(159,134,219,.26),transparent 65%);pointer-events:none}.cxr-home .scope-in{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.cxr-home .scope h2{font-size:clamp(30px,4.4vw,46px)}.cxr-home .scope .lede{margin-top:18px}.cxr-home .next{margin-top:30px;list-style:none;padding:0}.cxr-home .next li{position:relative;padding-left:30px;margin-bottom:16px;color:var(--ink);font-size:15.5px}.cxr-home .next li:before{content:"";position:absolute;left:0;top:6px;width:14px;height:14px;border-radius:50%;border:1px solid var(--brand);box-shadow:inset 0 0 0 3px #9f86db73}.cxr-home .formcard{border:1px solid var(--line-strong);border-radius:var(--r);padding:34px;background:var(--surface)}.cxr-home .formcard h3{font-size:20px;margin-bottom:6px}.cxr-home .formcard .fnote{color:var(--muted-dim);font-size:13.5px;margin-bottom:22px}@media(max-width:860px){.cxr-home .scope-in{grid-template-columns:1fr;gap:36px}}.cxr-home .cxrform{display:grid;gap:15px}.cxr-home .cxrform .frow{display:grid;gap:15px;grid-template-columns:1fr 1fr}.cxr-home .cxrform .field{display:flex;flex-direction:column}.cxr-home .cxrform .field.full{grid-column:1/-1}.cxr-home .cxrform label{font-size:13px;color:var(--muted);margin-bottom:7px;font-weight:500}.cxr-home .cxrform input,.cxr-home .cxrform select,.cxr-home .cxrform textarea{width:100%;background:var(--bg);border:1px solid var(--line-strong);border-radius:10px;padding:13px 14px;color:var(--ink);font-family:Inter,sans-serif;font-size:15px}.cxr-home .cxrform textarea{min-height:120px;resize:vertical}.cxr-home .cxrform input:focus,.cxr-home .cxrform select:focus,.cxr-home .cxrform textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #9f86db40}.cxr-home .cxrform select{appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 18px) 19px,calc(100% - 13px) 19px;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.cxr-home .cxrform button{margin-top:4px;justify-self:start;cursor:pointer}.cxr-home .cxrform .formnote{font-size:12.5px;color:var(--muted-dim);margin-top:2px}@media(max-width:560px){.cxr-home .cxrform .frow{grid-template-columns:1fr}}.cxr-home .foot{border-top:1px solid var(--line);padding:64px 0 40px;background:var(--bg)}.cxr-home .foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px}.cxr-home .foot h5{font-family:IBM Plex Mono,monospace;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-dim);margin:0 0 18px;font-weight:500}.cxr-home .foot a{display:block;color:var(--muted);font-size:14.5px;margin-bottom:11px;transition:color .2s}.cxr-home .foot a:hover{color:var(--ink)}.cxr-home .foot .co p{color:var(--muted);font-size:14px;margin-top:14px;max-width:30ch}.cxr-home .foot .creds{font-family:IBM Plex Mono,monospace;font-size:13px;color:var(--muted-dim);margin-top:18px;line-height:1.9;letter-spacing:.04em}.cxr-home .foot-bottom{border-top:1px solid var(--line);margin-top:48px;padding-top:26px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;color:var(--muted-dim);font-size:13px}@media(max-width:820px){.cxr-home .foot-grid{grid-template-columns:1fr 1fr;gap:30px}}@media(max-width:480px){.cxr-home .foot-grid{grid-template-columns:1fr}}.cxr-home .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.cxr-home .reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.cxr-home .reveal{opacity:1;transform:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/cxr-brand.css.map */
