:root{--bg:#f4f1e9;--paper:#faf7ee;--ink:#1b1a2e;--ink-soft:#4b4a66;--ink-mute:#8a8aa0;--blurple:#7f5af0;--blurple-deep:#5e3fd4;--pink:#eb459e;--yellow:#ffc83d;--green:#2dc770;--line:#1b1a2e14}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);font-family:var(--font-inter), system-ui, sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}::selection{background:var(--yellow);color:var(--ink)}.wrap{max-width:1320px;margin:0 auto;padding:0 36px}@media (max-width:640px){.wrap{padding:0 22px}}.nav{z-index:50;transition:background .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:saturate(180%)blur(14px);border-bottom:1px solid var(--line);background:#f4f1e9eb}.nav-inner{justify-content:space-between;align-items:center;height:78px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand .mark{width:34px;height:34px;color:var(--blurple);transition:transform .4s;display:block}.brand:hover .mark{transform:rotate(-12deg)}.brand-name{letter-spacing:-.02em;font-size:17px;font-weight:700}.nav-cta{background:var(--ink);color:#fff;border-radius:999px;align-items:center;gap:10px;padding:11px 18px;font-size:14px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.nav-cta:hover{background:var(--blurple);transform:translateY(-1px)}.nav-cta .dot{background:var(--green);border-radius:50%;width:7px;height:7px}.btn{background:var(--ink);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;align-items:center;gap:10px;padding:16px 26px;font-size:15px;font-weight:600;transition:transform .18s,background .18s;display:inline-flex}.btn:hover{background:var(--blurple);transform:translateY(-2px)}.btn.lg{padding:20px 32px;font-size:17px}.btn.yellow{background:var(--yellow);color:var(--ink)}.btn.yellow:hover{background:var(--ink);color:#fff}.btn.ghost{color:currentColor;background:0 0;border:1.5px solid}.btn.ghost:hover{color:var(--bg);background:currentColor}.btn .arr{transition:transform .2s}.btn:hover .arr{transform:translate(4px)}.tape{z-index:5;background:#ffc83d8c;border-left:1px dashed #1b1a2e1a;border-right:1px dashed #1b1a2e1a;width:110px;height:26px;display:block;position:absolute;transform:rotate(-4deg)}.tape.pink{background:#eb459e73}.tape.blurple{background:#7f5af073}.tape.mint{background:#2dc77066}.stamp{border:1.5px solid var(--ink);font-family:var(--font-space), monospace;letter-spacing:.18em;text-transform:uppercase;color:var(--ink);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:700;display:inline-flex;transform:rotate(-2deg)}.stamp .ico{width:14px;height:14px}.kicker{font-family:var(--font-space), monospace;letter-spacing:.24em;color:var(--blurple);text-transform:uppercase;align-items:center;gap:12px;margin-bottom:28px;font-size:13px;font-weight:600;display:inline-flex}.kicker:before{content:"";background:currentColor;width:26px;height:2px;display:inline-block}.on-dark .kicker,.on-blurple .kicker{color:var(--yellow)}h2.big{letter-spacing:-.04em;margin-bottom:28px;font-size:clamp(40px,6vw,88px);font-weight:800;line-height:1}h2.big em{color:var(--blurple);font-style:normal}.on-dark h2.big em,.on-blurple h2.big em{color:var(--yellow)}h2.big .hand{font-family:var(--font-caveat), cursive;color:var(--pink);letter-spacing:0;font-style:normal;font-weight:700;display:inline-block;transform:rotate(-2deg)}h2.big .underline{display:inline-block;position:relative}h2.big .underline:after{content:"";background:var(--yellow);z-index:-1;border-radius:2px;height:22%;position:absolute;bottom:6%;left:-4px;right:-4px;transform:rotate(-1deg)}.lede{color:var(--ink-soft);max-width:720px;font-size:clamp(18px,1.6vw,22px);line-height:1.6}.on-dark .lede,.on-blurple .lede{color:#ffffffc7}.hero{background:var(--bg);flex-direction:column;justify-content:center;min-height:100vh;padding:160px 0 100px;display:flex;position:relative;overflow:hidden}.hero .wrap{z-index:5;position:relative}.hero-tag{border:1.5px solid var(--ink);font-family:var(--font-space), monospace;letter-spacing:.18em;color:var(--ink);text-transform:uppercase;box-shadow:4px 4px 0 var(--ink);background:#fff;border-radius:999px;align-items:center;gap:12px;margin-bottom:36px;padding:9px 18px 9px 14px;font-size:13px;font-weight:700;display:inline-flex;transform:rotate(-1.5deg)}.hero-tag .dot{background:var(--green);border-radius:50%;width:8px;height:8px}h1.display{letter-spacing:-.05em;max-width:1100px;font-size:clamp(54px,9vw,144px);font-weight:800;line-height:.92}h1.display .yellow-mark{color:var(--ink);display:inline-block;position:relative}h1.display .yellow-mark:after{content:"";background:var(--yellow);z-index:-1;border-radius:3px;height:28%;position:absolute;bottom:8%;left:-4px;right:-4px;transform:rotate(-1deg)}h1.display .ink-blurple{color:var(--blurple)}h1.display .scribble{vertical-align:-10px;width:.7em;height:.3em;margin:0 .04em;display:inline-block}.hero-row{grid-template-columns:1.6fr 1fr;align-items:end;gap:60px;margin-top:60px;display:grid}@media (max-width:900px){.hero-row{grid-template-columns:1fr;gap:40px}}.hero-lede{color:var(--ink-soft);max-width:560px;font-size:clamp(18px,1.8vw,24px);font-weight:400;line-height:1.5}.hero-lede strong{color:var(--ink);font-weight:600}.hero-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:14px;display:flex}@media (max-width:900px){.hero-actions{justify-content:flex-start}}.floater{pointer-events:none;z-index:2;will-change:transform;position:absolute}.floater.m1{width:130px;height:156px;animation:6s ease-in-out infinite bob;top:14%;right:8%}.floater.m2{width:110px;height:130px;animation:7s ease-in-out .7s infinite bob;top:56%;right:24%}.floater.m3{width:100px;height:118px;animation:8s ease-in-out 1.4s infinite bob;top:30%;right:22%}.floater.scribble{color:var(--blurple);opacity:.85}.floater.sc1{width:60px;height:60px;color:var(--pink);top:18%;left:8%;transform:rotate(-15deg)}.floater.sc2{width:50px;height:50px;color:var(--blurple);bottom:18%;left:18%;transform:rotate(10deg)}.floater.sc3{width:45px;height:45px;color:var(--yellow);top:62%;right:7%;transform:rotate(-5deg)}@keyframes bob{0%,to{transform:translateY(0)rotate(-3deg)}50%{transform:translateY(-14px)rotate(3deg)}}@media (max-width:900px){.floater.m1{width:86px;height:102px;right:4%}.floater.m2{width:70px;height:84px;top:14%;right:32%}.floater.m3,.floater.sc1,.floater.sc3{display:none}}.marquee{background:var(--ink);color:#fff;border-top:3px solid var(--ink);border-bottom:3px solid var(--ink);padding:26px 0;overflow:hidden}.marquee-track{white-space:nowrap;gap:56px;width:max-content;animation:38s linear infinite scroll;display:flex}.marquee-item{font-family:var(--font-space), monospace;letter-spacing:-.01em;align-items:center;gap:22px;font-size:24px;font-weight:600;display:inline-flex}.marquee-item.alt{color:var(--yellow)}.marquee .star{width:22px;height:22px;color:var(--yellow)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}section{position:relative}.block{padding:140px 0;position:relative}@media (max-width:720px){.block{padding:90px 0}}.block.cream{background:var(--paper)}.block.lilac{background:#edebff}.block.peach{background:#ffefe4}.block.dark{background:var(--ink);color:#fff}.block.blurple{background:var(--blurple);color:#fff}.block.cream:before,.block.lilac:before,.block.peach:before{content:"";height:16px;color:var(--bg);z-index:1;background-image:radial-gradient(circle at 12px 16px,currentColor 8px,#0000 9px);background-repeat:repeat-x;background-size:24px 16px;position:absolute;top:-1px;left:0;right:0}.block.cream:before{color:var(--paper)}.block.lilac:before{color:#edebff}.block.peach:before{color:#ffefe4}.manifesto{padding-top:180px}.manifesto h2{max-width:1100px}.manifesto-row{grid-template-columns:1.4fr 1fr;align-items:end;gap:60px;display:grid}@media (max-width:820px){.manifesto-row{grid-template-columns:1fr;gap:30px}}.manifesto-side{flex-direction:column;align-items:flex-end;gap:14px;display:flex}.note{background:var(--yellow);color:var(--ink);font-family:var(--font-caveat), cursive;border-radius:4px;max-width:280px;padding:22px 24px;font-size:24px;font-weight:600;line-height:1.3;display:block;position:relative;transform:rotate(2deg);box-shadow:4px 6px 14px #1b1a2e1a}.note .tape-mini{background:#1b1a2e2e;border-left:1px dashed #1b1a2e4d;border-right:1px dashed #1b1a2e4d;width:80px;height:18px;position:absolute;top:-10px;left:50%;transform:translate(-50%)rotate(-4deg)}.note.pink{background:var(--pink);color:#fff;transform:rotate(-3deg)}.note.blurple{background:var(--blurple);color:#fff;transform:rotate(1.5deg)}.split{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}@media (max-width:900px){.split{grid-template-columns:1fr;gap:50px}}.polaroid-scene{max-width:480px;margin:0 auto;padding:30px 0;position:relative}.polaroid{background:#fff;border-radius:6px;padding:22px 22px 70px;transition:transform .4s cubic-bezier(.22,1,.36,1);position:relative;box-shadow:0 30px 60px #1b1a2e24,0 4px 12px #1b1a2e0f}.polaroid.main{z-index:3;transform:rotate(-2.5deg)}.polaroid.behind{z-index:1;width:200px;padding:14px 14px 44px;position:absolute;top:50px;left:-40px;transform:rotate(-12deg);box-shadow:0 20px 40px #1b1a2e1f,0 2px 8px #1b1a2e0f}.polaroid.behind:hover{transform:rotate(-10deg)translateY(-4px)}.polaroid-scene:hover .polaroid.main{transform:rotate(-1deg)}.polaroid .frame{aspect-ratio:4/5;background:linear-gradient(160deg,#ffefe4 0%,#ffe3f0 100%);border-radius:3px;justify-content:center;align-items:flex-end;display:flex;position:relative;overflow:hidden}.polaroid.behind .frame{aspect-ratio:4/5;background:linear-gradient(160deg,#edebff 0%,#d7f4e5 100%)}.polaroid .frame svg.mascot-inside{z-index:3;width:72%;max-width:360px;margin-bottom:-6%;position:relative}.polaroid.behind .frame svg.mascot-inside{width:78%;margin-bottom:-8%}.frame-bubble{z-index:4;color:var(--ink);white-space:nowrap;background:#fff;border-radius:14px;align-items:center;gap:6px;padding:7px 12px;font-size:11px;font-weight:600;display:inline-flex;position:absolute;box-shadow:0 6px 16px #1b1a2e1a}.frame-bubble:after{content:"";background:#fff;width:10px;height:10px;position:absolute;bottom:-5px;left:14px;transform:rotate(45deg);box-shadow:3px 3px 4px #1b1a2e0d}.frame-bubble .av{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:800;display:flex}.frame-bubble.b1{top:14%;left:8%;transform:rotate(-4deg)}.frame-bubble.b1 .av{background:var(--pink)}.frame-bubble.b2{top:36%;right:6%;transform:rotate(3deg)}.frame-bubble.b2 .av{background:var(--green)}.frame-bubble.b3{background:var(--blurple);color:#fff;top:60%;left:8%;transform:rotate(-2deg)}.frame-bubble.b3:after{background:var(--blurple);box-shadow:none}.frame-bubble.b3 .av{background:var(--yellow);color:var(--ink)}.polaroid .caption{text-align:center;font-family:var(--font-caveat), cursive;color:var(--ink-soft);font-size:26px;font-weight:600;position:absolute;bottom:18px;left:0;right:0}.polaroid.behind .caption{font-size:16px;bottom:12px}.polaroid .tape{width:130px;top:-16px;left:50%;transform:translate(-50%)rotate(-3deg)}.live-sticker{background:var(--pink);color:#fff;width:70px;height:70px;font-family:var(--font-space), monospace;letter-spacing:.18em;text-transform:uppercase;z-index:6;border:3px solid var(--ink);box-shadow:3px 4px 0 var(--ink);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex;position:absolute;top:-10px;right:-18px;transform:rotate(14deg)}.live-sticker .dot-live{background:#fff;border-radius:50%;width:8px;height:8px;margin-bottom:4px;animation:1.4s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.paperclip{border:3px solid var(--ink-mute);border-bottom:3px solid var(--ink-mute);z-index:5;background:0 0;border-radius:12px 12px 8px 8px;width:32px;height:70px;position:absolute;top:-28px;left:38px;transform:rotate(-18deg)}.paperclip:before{content:"";border:3px solid var(--ink-mute);border-bottom:none;border-radius:8px 8px 6px 6px;position:absolute;inset:8px 6px 12px}.annotation{z-index:6;text-align:left;flex-direction:column;align-items:flex-start;width:200px;display:flex;position:absolute;bottom:40px;right:-150px}.annotation .scribble-arrow{width:90px;height:100px;color:var(--blurple);margin:0 0 -6px 10px;display:block}.annotation .text{font-family:var(--font-caveat), cursive;color:var(--blurple);margin-left:30px;font-size:24px;font-weight:700;line-height:1.1;display:inline-block;transform:rotate(-3deg)}@media (max-width:900px){.polaroid.behind,.annotation{display:none}}.split-text h3{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(28px,3vw,40px);font-weight:800;line-height:1.1}.split-text p{color:var(--ink-soft);margin-bottom:18px;font-size:18px;line-height:1.65}.split-text p:last-of-type{margin-bottom:28px}.link-arrow{color:var(--blurple);border-bottom:2px solid;align-items:center;gap:8px;padding-bottom:2px;font-size:16px;font-weight:600;transition:gap .2s;display:inline-flex}.link-arrow:hover{gap:14px}.mockup-section{position:relative}.mockup-head{max-width:820px;margin-bottom:60px}.discord-frame{max-width:1200px;margin:0 auto;position:relative}.discord-frame .corner-mascot{z-index:6;width:120px;height:140px;position:absolute;top:-80px;right:-40px;transform:rotate(8deg)}.discord-frame .corner-mascot.left{width:110px;height:130px;inset:auto auto -60px -50px;transform:rotate(-12deg)}.discord-app{font-family:var(--font-inter), sans-serif;border:4px solid var(--ink);background:#313338;border-radius:18px;grid-template-columns:72px 240px 1fr;height:800px;display:grid;overflow:hidden;box-shadow:0 40px 80px #1b1a2e2e,0 8px 24px #1b1a2e14}.da-tabs{display:none}@media (max-width:900px){.discord-app{border-width:3px;grid-template-columns:1fr;height:78vh;min-height:560px;max-height:760px}.discord-app .da-servers,.discord-app .da-channels,.discord-app .da-channel-header,.discord-frame .corner-mascot{display:none}.da-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#2b2d31;border-bottom:1px solid #1f2024;gap:8px;padding:12px;display:flex;overflow-x:auto}.da-tabs::-webkit-scrollbar{display:none}.da-tab{color:#b5bac1;white-space:nowrap;cursor:pointer;background:#1e1f22;border:none;border-radius:999px;flex:none;align-items:center;gap:3px;padding:9px 15px;font-family:inherit;font-size:13.5px;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.da-tab .hash{color:var(--yellow);font-weight:700}.da-tab.active{background:var(--blurple);color:#fff}.da-tab.active .hash{color:#fff}.da-messages{gap:18px;padding:18px 16px}.da-msg{grid-template-columns:38px 1fr;gap:12px}.da-msg .av{width:36px;height:36px}.da-msg .head{font-size:14px}.da-msg .head .time{font-size:11px}.bot-card .code-pill{padding:8px 12px;font-size:12.5px}.bot-card .code-pill .code-val{letter-spacing:.04em}}.da-servers{background:#1e1f22;flex-direction:column;align-items:center;gap:8px;padding:12px 0;display:flex}.da-server{color:#fff;cursor:pointer;background:#313338;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;font-size:16px;font-weight:700;transition:border-radius .2s;display:flex}.da-server:hover{border-radius:14px}.da-server.home{background:var(--blurple)}.da-server.active{border-radius:14px;position:relative}.da-server.active:before{content:"";background:#fff;border-radius:0 4px 4px 0;width:4px;height:36px;position:absolute;top:50%;left:-12px;transform:translateY(-50%)}.da-server.s1{color:#1b1a2e;background:linear-gradient(135deg,#ffc83d,#ff8a8a)}.da-server.s2{background:linear-gradient(135deg,#7f5af0,#eb459e)}.da-server.s3{background:linear-gradient(135deg,#2dc770,#0fb8ac)}.da-server.s4{background:linear-gradient(135deg,#eb459e,#f97316)}.da-divider{background:#2b2d31;border-radius:1px;width:32px;height:2px;margin:4px 0}.da-server.add{color:var(--green);background:#313338}.da-channels{background:#2b2d31;flex-direction:column;display:flex}.da-server-name{color:#f2f3f5;border-bottom:1px solid #1f2024;justify-content:space-between;align-items:center;padding:18px;font-size:15px;font-weight:700;display:flex}.da-server-name .chev{color:#b5bac1;font-size:18px}.da-cat{font-family:var(--font-space), monospace;letter-spacing:.12em;text-transform:uppercase;color:#949ba4;padding:18px 12px 6px;font-size:11px;font-weight:600}.da-channel{color:#949ba4;cursor:pointer;border-radius:6px;align-items:center;gap:6px;margin:0 8px;padding:7px 12px;font-size:15px;font-weight:500;display:flex}.da-channel:hover{color:#dbdee1;background:#35373c}.da-channel.active{color:#fff;background:#404249;font-weight:600}.da-channel .hash{color:#80848e;font-weight:400}.da-channel.switch .hash{color:var(--yellow);font-weight:700}.da-channel:not(.switch){opacity:.38;cursor:default}.da-channel:not(.switch):hover{color:#949ba4;background:0 0}.da-spacer{flex:1}.da-user{background:#232428;align-items:center;gap:8px;padding:8px 10px;display:flex}.da-user .av{background:linear-gradient(135deg, var(--blurple), var(--pink));border-radius:50%;width:32px;height:32px}.da-user .meta{color:#fff;font-size:13px;font-weight:600;line-height:1.1}.da-user .meta small{color:#80848e;font-size:11px;font-weight:400;display:block}.da-main{background:#313338;flex-direction:column;min-height:0;display:flex}.da-channel-header{color:#fff;border-bottom:1px solid #1f2024;align-items:center;gap:10px;padding:14px 22px;font-size:16px;font-weight:700;display:flex}.da-channel-header .hash{color:#80848e;font-size:22px;font-weight:400}.da-channel-header .pin{color:#b5bac1;border-left:1px solid #3f4147;margin-left:6px;padding-left:14px;font-size:13px;font-weight:400}.da-messages{flex-direction:column;flex:1;gap:22px;padding:22px 24px;display:flex;overflow-y:auto}.da-messages::-webkit-scrollbar{width:8px}.da-messages::-webkit-scrollbar-thumb{background:#1a1b1e;border-radius:4px}.da-messages::-webkit-scrollbar-track{background:0 0}.da-msg{grid-template-columns:44px 1fr;gap:16px;display:grid}.da-msg .av{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.da-msg .av.brand{background:var(--ink);border:2px solid var(--yellow)}.da-msg .av.user1{background:linear-gradient(135deg,#eb459e,#f97316)}.da-msg .av.user2{background:linear-gradient(135deg,#2dc770,#0fb8ac)}.da-msg .head{color:#f2f3f5;flex-wrap:wrap;align-items:center;gap:4px 8px;margin-bottom:4px;font-size:15px;font-weight:600;display:flex}.da-msg .head [data-brand-name]{white-space:nowrap}.da-msg .head .tag{background:var(--blurple);color:#fff;text-transform:uppercase;letter-spacing:.04em;border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:10px;font-weight:600;display:inline-flex}.da-msg .head .tag.verified:before{content:"✓";font-size:9px}.da-msg .head .time{color:#949ba4;font-size:12px;font-weight:400}.da-msg .body{color:#dbdee1;font-size:14.5px;line-height:1.45}.da-msg .body strong{color:#fff}.embed{border-left:4px solid var(--yellow);background:#2b2d31;border-radius:8px;max-width:560px;margin-top:8px;overflow:hidden}.embed-body{padding:16px 18px 18px}.embed .author{color:var(--yellow);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:6px;margin-bottom:10px;font-size:11px;font-weight:700;display:flex}.embed .author:before{content:"";background:var(--yellow);border-radius:50%;width:5px;height:5px;display:inline-block}.embed .title{color:#fff;letter-spacing:-.01em;margin-bottom:8px;font-size:17px;font-weight:700}.embed .desc{color:#b5bac1;margin-bottom:14px;font-size:14px;line-height:1.5}.embed-image{background:var(--blurple);height:200px;position:relative;overflow:hidden}.embed-image .img-mascot{width:150px;height:170px;position:absolute;bottom:-8px;right:20px}.embed-image .img-headline{color:#fff;letter-spacing:-.02em;font-size:22px;font-weight:800;line-height:1.1;position:absolute;top:24px;left:24px;right:180px}.embed-image .img-pill{color:#fff;font-size:12px;font-weight:600;font-family:var(--font-space), monospace;letter-spacing:.1em;text-transform:uppercase;background:#ffffff2e;border:1px solid #ffffff4d;border-radius:999px;padding:6px 12px;position:absolute;bottom:22px;left:24px}.embed-footer{color:#949ba4;background:#232428;align-items:center;gap:10px;padding:12px 18px;font-size:12px;display:flex}.embed-footer .logo-dot{background:var(--yellow);width:18px;height:18px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:800;display:flex}.embed-cta{background:var(--yellow);color:var(--ink);border-radius:6px;align-items:center;gap:8px;margin-top:14px;padding:9px 16px;font-size:13px;font-weight:700;display:inline-flex}.reactions{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.reaction{color:#c9c2ff;background:#7f5af026;border:1px solid #7f5af04d;border-radius:8px;align-items:center;gap:6px;padding:3px 8px;font-size:13px;font-weight:600;display:inline-flex}.reaction.alt{color:#ffd97a;background:#ffc83d1f;border-color:#ffc83d4d}.reaction.alt2{color:#f8a8d0;background:#eb459e1f;border-color:#eb459e4d}.mockup-note{justify-content:center;align-items:center;gap:12px;margin-top:40px;display:flex}.sectors-head{text-align:center;max-width:820px;margin:0 auto 70px}.sectors-head .kicker{justify-content:center}.sectors-cloud{flex-wrap:wrap;justify-content:center;gap:14px 18px;max-width:1100px;margin:0 auto;display:flex}.sector-chip{border:1.5px solid var(--ink);color:var(--ink);cursor:default;box-shadow:3px 3px 0 var(--ink);background:#fff;border-radius:999px;padding:14px 26px;font-size:clamp(15px,1.3vw,18px);font-weight:700;transition:transform .2s,background .2s,color .2s,box-shadow .2s}.sector-chip:hover{box-shadow:5px 5px 0 var(--ink);transform:translate(-2px,-2px)}.sector-chip.a{background:var(--yellow)}.sector-chip.b{background:var(--blurple);color:#fff}.sector-chip.c{background:var(--pink);color:#fff}.sector-chip.d{background:#d7f4e5}.sector-chip.e{transform:rotate(-2deg)}.sector-chip.e:hover{transform:rotate(-2deg)translate(-2px,-2px)}.sector-chip.f{transform:rotate(2deg)}.sector-chip.f:hover{transform:rotate(2deg)translate(-2px,-2px)}.method-teaser{background:var(--ink);color:#fff;border:4px solid var(--ink);border-radius:28px;padding:80px 60px;position:relative;overflow:hidden}.method-teaser .row{z-index:2;grid-template-columns:1.5fr 1fr;align-items:end;gap:60px;display:grid;position:relative}@media (max-width:900px){.method-teaser{padding:56px 32px}.method-teaser .row{grid-template-columns:1fr;gap:32px}}.method-teaser h2{color:#fff;letter-spacing:-.04em;font-size:clamp(40px,5.4vw,80px);font-weight:800;line-height:1}.method-teaser h2 em{color:var(--yellow);font-style:normal}.method-teaser p{color:#ffffffc7;max-width:560px;margin-top:22px;font-size:19px;line-height:1.6}.method-teaser .seal{font-family:var(--font-space), monospace;letter-spacing:.22em;text-transform:uppercase;color:#ffffffd9;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:14px;margin-bottom:24px;padding:12px 18px;font-size:12px;font-weight:600;display:inline-flex}.method-teaser .seal svg{width:16px;height:16px;color:var(--yellow)}.envelope{background:var(--yellow);color:var(--ink);border-radius:8px;max-width:320px;margin-left:auto;padding:28px 24px;position:relative;transform:rotate(3deg);box-shadow:6px 6px #ffffff1a}.envelope:before{content:"";clip-path:polygon(0 0,100% 0,50% 100%);border-top:80px solid #e0a800;border-left:160px solid #0000;border-right:160px solid #0000;width:0;height:0;position:absolute;top:0;left:0;right:0}.envelope .env-stamp{z-index:2;background:var(--ink);color:#fff;font-family:var(--font-space), monospace;letter-spacing:.18em;text-transform:uppercase;border-radius:4px;margin-bottom:14px;padding:6px 12px;font-size:10px;display:inline-block;position:relative;transform:rotate(-4deg)}.envelope .env-line{background:var(--ink);opacity:.2;border-radius:1px;height:2px;margin:8px 0}.envelope .env-line.short{width:60%}.envelope .env-tag{background:var(--pink);color:#fff;width:56px;height:56px;font-family:var(--font-caveat), cursive;border-radius:50%;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex;position:absolute;top:-12px;right:18px;transform:rotate(-12deg);box-shadow:2px 4px 8px #1b1a2e33}.pull{text-align:center;max-width:1100px;margin:0 auto;position:relative}.pull .quotemark{font-family:var(--font-caveat), cursive;color:var(--yellow);margin-bottom:-40px;font-size:240px;line-height:.8;display:block}.pull blockquote{letter-spacing:-.03em;color:var(--ink);font-size:clamp(32px,4.4vw,58px);font-weight:700;line-height:1.15}.pull blockquote em{color:var(--blurple);font-style:normal}.pull cite{font-family:var(--font-caveat), cursive;color:var(--ink-soft);margin-top:40px;font-size:28px;font-style:normal;font-weight:600;display:block}.pull .mascot-side{width:100px;height:116px;position:absolute;bottom:-40px;right:-20px;transform:rotate(-8deg)}.pull .mascot-side.left{left:-10px;right:auto;transform:rotate(12deg)}.proof-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:60px;display:grid}@media (max-width:900px){.proof-grid{grid-template-columns:1fr}}.proof{border:2px solid var(--ink);box-shadow:6px 6px 0 var(--ink);color:var(--ink);background:#fff;border-radius:20px;padding:38px 32px;position:relative}.proof h4{letter-spacing:-.02em;color:var(--ink);margin-bottom:10px;font-size:26px;font-weight:800}.proof p{color:var(--ink-soft);font-size:16px;line-height:1.55}.proof .badge{background:var(--ink);color:var(--yellow);font-family:var(--font-space), monospace;letter-spacing:.22em;text-transform:uppercase;border-radius:999px;margin-bottom:18px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-block}.proof.tint-yellow{background:var(--yellow)}.proof.tint-pink{background:#ffe3f0}.proof.tint-mint{background:#d7f4e5}.proof .corner{background:var(--pink);color:#fff;border:2px solid var(--ink);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:800;display:flex;position:absolute;top:-18px;right:-18px;transform:rotate(8deg)}.cta-card{background:var(--blurple);color:#fff;text-align:center;border:4px solid var(--ink);box-shadow:12px 12px 0 var(--ink);border-radius:28px;padding:100px 80px;position:relative;overflow:hidden}.cta-card .cta-mascot{pointer-events:none;width:130px;height:150px;position:absolute}.cta-card .cta-mascot.left{top:30px;left:40px;transform:rotate(-12deg)}.cta-card .cta-mascot.right{bottom:30px;right:40px;transform:rotate(14deg)}@media (max-width:720px){.cta-card .cta-mascot{display:none}}.cta-card>:not(.cta-mascot){z-index:2;position:relative}.cta-card h2{color:#fff;letter-spacing:-.045em;margin-bottom:26px;font-size:clamp(40px,6vw,80px);font-weight:800;line-height:.98}.cta-card h2 em{color:var(--yellow);font-style:normal}.cta-card p{color:#ffffffd9;max-width:620px;margin:0 auto 40px;font-size:19px;line-height:1.55}.cta-card .actions{flex-wrap:wrap;justify-content:center;gap:14px;display:inline-flex}.cta-card .actions .btn{background:var(--yellow);color:var(--ink)}.cta-card .actions .btn:hover{color:var(--ink);background:#fff}.cta-card .actions .btn.ghost{color:#fff;background:0 0;border-color:#ffffff4d}.cta-card .actions .btn.ghost:hover{color:#fff;background:#ffffff1a}.cta-card .mini{font-family:var(--font-space), monospace;letter-spacing:.22em;text-transform:uppercase;color:#ffffffa6;margin-top:28px;font-size:12px;font-weight:600}@media (max-width:720px){.cta-card{box-shadow:6px 6px 0 var(--ink);border-radius:22px;padding:64px 28px}}footer.site{background:var(--bg);border-top:1px solid var(--line);padding:90px 0 50px}.foot-top{grid-template-columns:2.4fr 1fr 1fr;gap:60px;margin-bottom:80px;display:grid}@media (max-width:820px){.foot-top{grid-template-columns:1fr;gap:40px}}.foot-top h3{letter-spacing:-.03em;max-width:560px;font-size:clamp(32px,3.6vw,52px);font-weight:800;line-height:1.05}.foot-top h3 em{color:var(--blurple);font-style:normal}.foot-top h3 .hand{font-family:var(--font-caveat), cursive;color:var(--pink);font-style:normal;font-weight:700;display:inline-block;transform:rotate(-2deg)}.foot-top h5{font-family:var(--font-space), monospace;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-mute);margin-bottom:20px;font-size:12px;font-weight:600}.foot-top ul{flex-direction:column;gap:12px;list-style:none;display:flex}.foot-top a{color:var(--ink);font-size:15px}.foot-top a:hover{color:var(--blurple)}.foot-bottom{border-top:1px solid var(--line);color:var(--ink-mute);font-size:12px;font-family:var(--font-space), monospace;letter-spacing:.18em;text-transform:uppercase;justify-content:space-between;align-items:center;padding-top:28px;display:flex}@media (max-width:600px){.foot-bottom{text-align:center;flex-direction:column;gap:10px}}.floater{cursor:pointer;transition:filter .3s;pointer-events:auto!important}.floater:hover{filter:drop-shadow(0 12px 18px #1b1a2e40);animation:.6s ease-in-out jump-bob}@keyframes jump-bob{0%{transform:translateY(0)rotate(-3deg)scale(1)}30%{transform:translateY(-32px)rotate(-18deg)scale(1.08)}60%{transform:translateY(8px)rotate(8deg)scale(.94)}to{transform:translateY(0)rotate(-3deg)scale(1)}}.polaroid-scene svg,.corner-mascot,.cta-mascot,.mascot-side,.vc-mascot{cursor:pointer;transition:transform .4s cubic-bezier(.22,1,.36,1)}.polaroid-scene .mascot-inside:hover,.corner-mascot:hover,.cta-mascot:hover,.mascot-side:hover{transform:translateY(-10px)rotate(-12deg)scale(1.05)}body{cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'><circle cx='11' cy='11' r='4' fill='%237F5AF0'/><circle cx='11' cy='11' r='9' fill='none' stroke='%237F5AF0' stroke-width='1.5' opacity='0.5'/></svg>") 11 11,auto}a,button,.sector-chip,input,[role=button]{cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'><circle cx='13' cy='13' r='6' fill='%23FFC83D'/><circle cx='13' cy='13' r='11' fill='none' stroke='%231B1A2E' stroke-width='2'/></svg>") 13 13,pointer}.playground{border:2.5px solid var(--ink);max-width:1200px;box-shadow:6px 6px 0 var(--ink);background:#fff;border-radius:22px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:28px;margin:0 auto 32px;padding:22px 28px;display:flex}.pg-left{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.pg-field{flex-direction:column;gap:6px;display:flex}.pg-field label{font-family:var(--font-space), monospace;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-mute);font-size:11px;font-weight:700}.pg-field input[type=text]{border:2px solid var(--ink);font-family:var(--font-inter), sans-serif;color:var(--ink);background:var(--paper);border-radius:10px;outline:none;min-width:220px;padding:10px 14px;font-size:15px;font-weight:600;transition:background .2s}.pg-field input[type=text]:focus{background:var(--yellow)}.pg-field input[type=color]{border:2px solid var(--ink);cursor:pointer;background:0 0;border-radius:10px;width:56px;height:44px;padding:4px}.pg-hint{font-family:var(--font-caveat), cursive;color:var(--blurple);font-size:22px;font-weight:700;transform:rotate(-2deg)}@media (max-width:760px){.playground{box-shadow:4px 4px 0 var(--ink);padding:18px 20px}.pg-hint{display:none}}:root{--brand-color:#ffc83d}.embed{border-left-color:var(--brand-color)}.embed .author{color:var(--brand-color)}.embed .author:before{background:var(--brand-color)}.embed-image .img-headline span{color:var(--brand-color)}.embed-cta,.embed-footer .logo-dot{background:var(--brand-color)}.da-msg .av.brand{border-color:var(--brand-color)}.da-channel{transition:background .15s,color .15s}.da-channel.switch{cursor:pointer}.da-channel.switch:hover{color:#dbdee1;background:#35373c}.da-channel .unread{background:var(--yellow);border-radius:50%;width:8px;height:8px;margin-left:auto}.da-channel.active .unread,.channel-view{display:none}.channel-view.active{flex-direction:column;gap:22px;display:flex}.da-msg .av.bot{background:var(--blurple);position:relative}.bot-card{border-left:4px solid var(--brand-color);background:#2b2d31;border-radius:8px;max-width:540px;margin-top:8px;padding:16px 18px}.bot-card .bc-head{align-items:center;gap:8px;margin-bottom:10px;display:flex}.bot-card .bc-head .ic{background:var(--brand-color);border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;font-size:14px;display:flex}.bot-card .bc-head .bc-title{color:#fff;font-size:15px;font-weight:700}.bot-card .bc-text{color:#dbdee1;margin-bottom:12px;font-size:14px;line-height:1.5}.bot-card .code-pill{border:1px dashed var(--brand-color);max-width:100%;font-family:var(--font-space), monospace;color:#fff;background:#1e1f22;border-radius:6px;align-items:center;gap:8px;padding:8px 14px;font-size:14px;font-weight:700;display:inline-flex}.bot-card .code-pill .lbl{color:#949ba4;letter-spacing:.06em;flex:none;font-size:11px}.bot-card .code-pill .code-val{letter-spacing:.08em;white-space:nowrap}.reaction.pop{animation:.4s cubic-bezier(.34,1.56,.64,1) both react-pop}@keyframes react-pop{0%{transform:scale(0)}to{transform:scale(1)}}.board{border-left:4px solid var(--brand-color);background:#2b2d31;border-radius:8px;max-width:540px;margin-top:8px;overflow:hidden}.board-head{border-bottom:1px solid #1f2024;align-items:center;gap:10px;padding:14px 18px 12px;display:flex}.board-head .trophy{background:var(--brand-color);border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;display:flex}.board-head .bt{color:#fff;font-size:15px;font-weight:700}.board-head .bt small{color:#949ba4;font-size:12px;font-weight:400;display:block}.board-row{grid-template-columns:32px 1fr auto;align-items:center;gap:12px;padding:9px 18px;font-size:14px;display:grid}.board-row+.board-row{border-top:1px solid #25272b}.board-row .rk{font-family:var(--font-space), monospace;color:#949ba4;text-align:center;font-size:15px;font-weight:700}.board-row.top1 .rk,.board-row.top2 .rk,.board-row.top3 .rk{color:var(--brand-color)}.board-row .who{color:#dbdee1;align-items:center;gap:8px;display:flex}.board-row .who .mini-av{border-radius:50%;width:22px;height:22px}.board-row .pts{font-family:var(--font-space), monospace;color:#fff;font-size:14px;font-weight:700}.board-row .pts .gift{margin-left:6px}.board-foot{color:#b5bac1;background:#232428;padding:12px 18px;font-size:12.5px;line-height:1.5}.board-foot strong{color:var(--brand-color)}.guide-dock{background:#2b2d31;border-top:1px solid #1f2024;flex-direction:column;justify-content:center;min-height:108px;padding:16px 20px 16px 116px;display:flex;position:relative}.guide-dock .guide{filter:drop-shadow(0 8px 12px #0006);z-index:3;width:104px;height:126px;transition:transform .3s;animation:5s ease-in-out infinite bob;position:absolute;bottom:4px;left:12px}.guide-dock .guide:hover{transform:translateY(-6px)rotate(-6deg)scale(1.04)}.guide-dock .g-top{align-items:center;gap:9px;margin-bottom:6px;display:flex}.guide-dock .badge-step{background:var(--brand-color);color:#1b1a2e;font-family:var(--font-space), monospace;letter-spacing:.06em;border-radius:999px;padding:3px 9px;font-size:10px;font-weight:700}.guide-dock .g-label{color:#fff;letter-spacing:-.01em;font-size:14.5px;font-weight:700}.guide-dock .g-tag{font-family:var(--font-space), monospace;letter-spacing:.18em;text-transform:uppercase;color:#80848e;align-items:center;gap:6px;margin-left:auto;font-size:10px;font-weight:600;display:flex}.guide-dock .g-tag svg{width:12px;height:12px}.guide-dock .g-text{color:#b5bac1;max-width:620px;font-size:13.5px;line-height:1.5;transition:opacity .2s}.guide-dock .g-text strong{color:#fff;font-weight:700}@media (max-width:900px){.guide-dock{min-height:96px;padding:14px 16px 14px 96px}.guide-dock .guide{width:74px;height:88px;left:10px}.guide-dock .g-tag{display:none}.guide-dock .g-label{font-size:13.5px}.guide-dock .g-text{font-size:13px}}@media (max-width:560px){.guide-dock{padding:12px 14px 12px 78px}.guide-dock .guide{width:60px;height:72px;left:8px}}.contact-form{text-align:left;gap:12px;max-width:480px;margin:32px auto 16px;display:grid}.contact-form .cf-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:520px){.contact-form .cf-row{grid-template-columns:1fr}}.contact-form input,.contact-form textarea{border:2px solid var(--ink);width:100%;color:var(--ink);box-shadow:3px 3px 0 var(--ink);background:#fff;border-radius:12px;outline:none;padding:13px 16px;font-family:inherit;font-size:15px;font-weight:500;transition:background .15s,transform .15s,box-shadow .15s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--ink-mute);font-weight:400}.contact-form input:focus,.contact-form textarea:focus{background:var(--yellow);box-shadow:4px 4px 0 var(--ink);transform:translate(-1px,-1px)}.contact-form input:focus::placeholder,.contact-form textarea:focus::placeholder{color:#1b1a2e80}.contact-form textarea{resize:vertical;min-height:110px;font-family:inherit}.contact-form .cf-hp{width:1px;height:1px;box-shadow:none;clip:rect(0 0 0 0);white-space:nowrap;border:0;margin:-1px;padding:0;position:absolute;overflow:hidden}.contact-form .cf-consent{color:#ffffffe0;cursor:pointer;align-items:flex-start;gap:10px;margin-top:4px;font-size:13px;line-height:1.45;display:flex}.contact-form .cf-consent input{width:18px;height:18px;accent-color:var(--yellow);cursor:pointer;flex:none;margin-top:1px}.contact-form .cf-submit{background:var(--yellow);color:var(--ink);border:2.5px solid var(--ink);cursor:pointer;box-shadow:4px 4px 0 var(--ink);border-radius:999px;margin-top:6px;padding:16px 26px;font-family:inherit;font-size:16px;font-weight:700;transition:transform .18s,background .18s,box-shadow .18s}.contact-form .cf-submit:hover:not(:disabled){box-shadow:6px 6px 0 var(--ink);background:#fff;transform:translate(-2px,-2px)}.contact-form .cf-submit:active:not(:disabled){box-shadow:1px 1px 0 var(--ink);transform:translate(2px,2px)}.contact-form .cf-submit:disabled{opacity:.7;cursor:wait}.contact-form .cf-status{min-height:1.2em;margin-top:2px}.contact-form .cf-status p{border-radius:12px;margin:0;padding:12px 16px;font-size:14px;font-weight:600}.contact-form .cf-status .success{background:var(--green);color:var(--ink);border:2px solid var(--ink)}.contact-form .cf-status .error{color:var(--ink);background:#ffe3e3;border:2px solid #ff6b8a}.m-eyes{transform-box:fill-box;transform-origin:50%;will-change:transform}.m-eyes-y{animation:4.2s infinite m-blink}.m-eyes-p{animation:5.3s infinite m-blink}.m-eyes-b{animation:4.7s infinite m-blink}@keyframes m-blink{0%,93%,to{transform:scaleY(1)}96.5%{transform:scaleY(.1)}}.m-wave{transform-box:view-box;transform-origin:168px 132px;will-change:transform;animation:5s ease-in-out infinite m-wave}@keyframes m-wave{0%,58%,to{transform:rotate(0)}66%,86%{transform:rotate(-13deg)}76%{transform:rotate(13deg)}}@media (prefers-reduced-motion:reduce){.m-eyes,.m-wave{animation:none}}
html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-behavior:allow-discrete;transition-property:overflow;transition-duration:1ms}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_a869fe2d-module__Nl2jCG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_a869fe2d-module__Nl2jCG__variable{--font-inter:"Inter", "Inter Fallback"}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/32687112bd2dd8db-s.1gepa_7fcx9fm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/28868e710e86be81-s.2eksvhm1z0jwa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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 Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_2cef7166-module__Dfbk2q__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_2cef7166-module__Dfbk2q__variable{--font-space:"Space Grotesk", "Space Grotesk Fallback"}
@font-face{font-family:Caveat;font-style:normal;font-weight:400 700;font-display:swap;src:url(../media/da4b870ab52b3094-s.2rv_b6cm3-gtx.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Caveat;font-style:normal;font-weight:400 700;font-display:swap;src:url(../media/86d70b7c76b6ec6e-s.43yn3v1dnm71_.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Caveat;font-style:normal;font-weight:400 700;font-display:swap;src:url(../media/11cc37d7380d16b4-s.27riv1g955cgo.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Caveat;font-style:normal;font-weight:400 700;font-display:swap;src:url(../media/a85fe84266768609-s.p.0h6ig86gwutp4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Caveat Fallback;src:local(Arial);ascent-override:124.77%;descent-override:38.99%;line-gap-override:0.0%;size-adjust:76.94%}.caveat_3ce791e2-module__6x6urq__className{font-family:Caveat,Caveat Fallback;font-style:normal}.caveat_3ce791e2-module__6x6urq__variable{--font-caveat:"Caveat", "Caveat Fallback"}
