:root{--font-display:var(--font-hanken-grotesk);--font-body:var(--font-hanken-grotesk);--font-mono:var(--font-hanken-grotesk);--bg:#18181c;--bg-deep:#121216;--card:#1e1e23;--pop:#2a2a31;--pop-2:#323239;--fg:#e7e8eb;--muted:#9d9ea6;--faint:#71727a;--line:#33333b;--line-strong:#3a3a42;--accent:#d26032;--accent-deep:#b55529;--coral:#b74677;--purple:#8b80bf;--amber:#e3a514;--green:#4cae4c;--corner:#e7e8eb8c;--ease-out:cubic-bezier(.215, .61, .355, 1);--ease-inout:cubic-bezier(.645, .045, .355, 1);--ease-pop:cubic-bezier(.2, .9, .25, 1.14);--radius:6px}*{box-sizing:border-box;border-color:var(--line);margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:var(--font-body,ui-sans-serif);font-feature-settings:"cv02", "cv03", "cv04";font-kerning:normal;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;font-weight:400;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display,ui-sans-serif);letter-spacing:-.02em;font-weight:600;line-height:1.12}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0}::selection{background:var(--fg);color:var(--bg)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--pop-2);border-radius:4px}.wrap{max-width:1600px;margin:0 auto;padding:0 clamp(24px,4.5vw,80px)}.btn-ghost:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(var(--corner), var(--corner)) left 2px top 0 / 6px 2px, linear-gradient(var(--corner), var(--corner)) left 0 top 0 / 2px 8px, linear-gradient(var(--corner), var(--corner)) right 2px top 0 / 6px 2px, linear-gradient(var(--corner), var(--corner)) right 0 top 0 / 2px 8px, linear-gradient(var(--corner), var(--corner)) left 2px bottom 0 / 6px 2px, linear-gradient(var(--corner), var(--corner)) left 0 bottom 0 / 2px 8px, linear-gradient(var(--corner), var(--corner)) right 2px bottom 0 / 6px 2px, linear-gradient(var(--corner), var(--corner)) right 0 bottom 0 / 2px 8px;background-repeat:no-repeat;position:absolute;inset:0}.btn-ghost:hover:after{animation:.6s ease-in-out cornerGlitch}@keyframes cornerGlitch{0%{opacity:1}15%{opacity:0}30%{opacity:1}45%{opacity:0}60%{opacity:1}to{opacity:1}}@keyframes borderGlitch{0%{border-color:var(--line-strong)}15%{border-color:#0000}30%{border-color:var(--line-strong)}45%{border-color:#0000}60%{border-color:var(--line-strong)}to{border-color:var(--line-strong)}}.legal-badge{background-image:repeating-linear-gradient(-50deg,#ffffff14 0 1px,#0000 1px 5px)}.btn{height:44px;font-family:var(--font-display,ui-sans-serif);letter-spacing:-.01em;white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:0 22px;font-size:14px;font-weight:500;transition:transform .15s cubic-bezier(.22,1,.36,1),box-shadow .15s cubic-bezier(.22,1,.36,1),background-color .15s cubic-bezier(.22,1,.36,1),border-color .15s;display:inline-flex;position:relative}.btn svg{flex:none}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.55;cursor:default;transform:none}.btn-primary{background:var(--fg);color:var(--bg);border:1px solid #0000}.btn-primary:hover:not(:disabled){background:#fff}.btn-primary:active:not(:disabled){background:color-mix(in oklab, var(--fg) 88%, var(--bg))}.btn-ghost{border:1px solid var(--line-strong);color:var(--fg);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background:#e7e8eb0d;box-shadow:inset 0 4px 18px -8px #ffffff24,inset 0 1px 40px -14px #ffffff14}.btn-ghost:hover{background:#e7e8eb17;animation:.6s ease-in-out borderGlitch}.btn-sm{height:38px;padding:0 16px;font-size:13.5px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.field{background:var(--bg-deep);justify-content:center;align-items:center;width:100%;min-height:100svh;display:flex;position:relative;overflow:clip}.field-veil{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:clip}.veil-zoom{--veil-scale:190%;--veil-x:-42%;--veil-y:-44%;width:var(--veil-scale);height:var(--veil-scale);transform:translate(var(--veil-x), var(--veil-y));position:absolute;top:50%;left:50%}.veil-canvas{filter:saturate(1.9)contrast(1.35)brightness(.72);display:block}.field-veil:after{content:"";background:#1212164d;position:absolute;inset:0}.field-layer{z-index:1;transform-origin:50%;width:100%;height:100%;transition:transform .5s var(--ease-out), opacity .4s ease;position:absolute;top:0;left:0;overflow:clip}:is(.field:has(.wl-inline.is-open) .field-layer,.field:has(.wl-follow) .field-layer){opacity:.22;transform:scale(1.16)}@media (max-width:767px){:is(.field:has(.wl-inline.is-open) .field-layer,.field:has(.wl-follow) .field-layer){opacity:.14;transform:scale(1.34)}}.field-slot{--x:var(--x-sm);--y:var(--y-sm);--w:min(var(--w-sm), 50vw);--h:calc(var(--w) * 9 / 16);--inset-x:calc(var(--w) * .5 + 10px);--inset-y:calc(var(--h) * .5 + 10px);left:clamp(var(--inset-x), var(--x), calc(100% - var(--inset-x)));top:clamp(var(--inset-y), var(--y), calc(100% - var(--inset-y)));transform:translate(var(--push-x,0px), var(--push-y,0px));transition:transform .5s var(--ease-out), opacity .35s ease;position:absolute}.field-slot.lg-only{display:none}@media (min-width:768px){.field-slot{--x:var(--x-lg);--y:var(--y-lg);--w:min(var(--w-lg), 26vw)}.field-slot.lg-only{display:block}}.field-slot.is-active{z-index:30}.field-layer.has-active .field-slot:not(.is-active){opacity:.4}.field-layer.has-active{z-index:60}.tile{width:var(--w);height:var(--h);opacity:0;animation:fieldIn .5s var(--ease-out) forwards;animation-delay:calc(var(--i) * .15s);transition:transform .45s var(--ease-out), border-color .2s ease;background:#000;border:1px solid #e7e8eb1a;border-radius:4px;padding:0;display:block;position:relative;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 18px 40px -20px #000000e6}.tile:hover{border-color:#e7e8eb4d;transform:translate(-50%,-50%)scale(1.05)}.tile.playing,.tile.playing:hover{transform:translate(-50%, -50%) scale(var(--grow,1.5));border-color:#e7e8eb8c}@keyframes fieldIn{0%{opacity:0}to{opacity:1}}.tile-video{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;width:100%;height:100%;display:block}.tile-badge{width:22px;height:22px;color:var(--fg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#09090c9e;border:1px solid #e7e8eb38;border-radius:999px;justify-content:center;align-items:center;transition:opacity .2s,background-color .2s;display:inline-flex;position:absolute;bottom:6px;right:6px}.tile-badge svg{width:9px;height:9px}.tile.playing .tile-badge{opacity:0}.tile.playing:hover .tile-badge,.tile.playing:focus-visible .tile-badge{opacity:1}.field-center{z-index:50;text-align:center;transform:translate(var(--push-x,0px), var(--push-y,0px));transition:transform .5s var(--ease-out), opacity .35s ease;flex-direction:column;align-items:center;gap:20px;padding:0 24px;display:flex;position:relative}.field-center.is-shifted{opacity:.55}.field-help{z-index:70;width:clamp(34px,3.4vw,44px);height:clamp(34px,3.4vw,44px);color:var(--bg);border:1px solid var(--fg);background:var(--fg);transition:color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s var(--ease-out);border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:clamp(16px,2.2vw,30px);right:clamp(16px,2.2vw,30px);box-shadow:0 4px 24px #09090c99}.field-help svg{width:54%;height:54%}.field-help:hover{background:#fff;border-color:#fff;transform:scale(1.1)}.field-help:active{transform:scale(1)}.field-word{font-family:var(--font-display,ui-sans-serif);letter-spacing:-.035em;color:var(--fg);text-shadow:0 2px 40px #09090ccc,0 1px 3px #09090c99;font-size:clamp(2.4rem,7vw,4.6rem);font-weight:500;line-height:1}.field-sub{white-space:nowrap;font-family:var(--font-display,ui-sans-serif);letter-spacing:-.01em;color:var(--muted);text-shadow:0 2px 30px #09090ce6,0 1px 3px #09090cb3;max-height:2em;transition:opacity .16s ease, transform .24s var(--ease-out), filter .16s ease, max-height .32s var(--ease-out), margin-bottom .32s var(--ease-out);margin-top:-6px;font-size:clamp(.8rem,1.6vw,1.15rem);font-weight:400;line-height:1.35;overflow:hidden}:is(.field-center:has(.wl-inline.is-open) .field-sub,.field-center:has(.wl-follow) .field-sub){opacity:0;filter:blur(1px);pointer-events:none;max-height:0;margin-bottom:-20px;transform:translateY(-7px)}.wl-inline{background:var(--fg);border:1px solid var(--fg);width:172px;height:46px;transition:width .36s var(--ease-pop), border-color .25s ease, background-color .25s ease, transform .2s var(--ease-out);border-radius:999px;align-items:center;gap:4px;padding:0 5px 0 16px;display:flex;position:relative;overflow:hidden}.wl-inline:not(.is-open):hover{background:#fff;border-color:#fff;transform:scale(1.04)}.wl-inline:not(.is-open):active{transform:scale(1)}.wl-inline.is-open{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#09090c8c;border-color:#e7e8eb29;width:min(340px,82vw);overflow:visible}.wl-inline.is-open:hover{border-color:#e7e8eb47}.wl-inline.is-open:focus-within{background:#09090cb8;border-color:#e7e8eb80}.wl-inline-label{color:var(--bg);font-family:var(--font-display,ui-sans-serif);letter-spacing:-.01em;white-space:nowrap;opacity:1;border-radius:999px;justify-content:center;align-items:center;font-size:14px;font-weight:500;transition:opacity .18s .14s;display:flex;position:absolute;inset:0}.wl-inline.is-open .wl-inline-label{opacity:0;transition:opacity .12s}.wl-inline-input{min-width:0;color:var(--fg);font-family:var(--font-body,ui-sans-serif);letter-spacing:-.01em;background:0 0;border:0;outline:none;flex:auto;font-size:15px}.wl-inline-input::placeholder{color:var(--faint)}.wl-inline-input:disabled{opacity:.6}.wl-inline-input:focus-visible{outline:none}.wl-inline-input:-webkit-autofill{-webkit-text-fill-color:var(--fg);caret-color:var(--fg);transition:background-color 100000s ease-in-out}.wl-inline-input:-webkit-autofill:hover{-webkit-text-fill-color:var(--fg);caret-color:var(--fg);transition:background-color 100000s ease-in-out}.wl-inline-input:-webkit-autofill:focus{-webkit-text-fill-color:var(--fg);caret-color:var(--fg);transition:background-color 100000s ease-in-out}.wl-inline-input::selection{color:var(--fg);background:#e7e8eb47}.wl-inline-input,.wl-inline-go{opacity:0;pointer-events:none;transition:opacity .2s}.wl-inline.is-open .wl-inline-input{opacity:1;pointer-events:auto;transition-delay:.1s}.wl-inline.is-open .wl-inline-go{opacity:1;pointer-events:auto;transition-delay:.16s;transform:scale(1)}.wl-inline-go{background:var(--fg);width:36px;height:36px;color:var(--bg);transition:transform .32s var(--ease-out), background-color .15s ease, opacity .2s ease;border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex;transform:scale(.55)}.wl-inline-go svg{width:14px;height:14px}.wl-inline-go:hover{background:#fff;transform:scale(1.08)}.wl-inline-go:active{transform:scale(1)}.wl-inline-go:disabled{opacity:.5;transform:none}.wl-inline-go{position:relative}.wl-go-face{transition:opacity .16s ease, transform .2s var(--ease-out);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.wl-go-face.is-spin,.wl-inline-go[aria-busy=true] .is-arrow{opacity:0;transform:scale(.5)}.wl-inline-go[aria-busy=true] .is-spin{opacity:1;transform:none}.wl-inline-go[aria-busy=true] .is-spin svg{animation:.75s linear infinite wlSpin}@keyframes wlSpin{to{transform:rotate(1turn)}}.wl-inline-go:disabled{cursor:default}.wl-inline.is-open .wl-inline-go:disabled:hover{background:var(--fg);transform:scale(1)}.wl-capture{flex-direction:column;align-items:center;gap:10px;display:flex}.wl-follow{text-align:left;width:min(360px,86vw);animation:wlFollowIn .34s var(--ease-pop) both;flex-direction:column;align-items:stretch;display:flex}@keyframes wlFollowIn{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:none}}.wl-receipt{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;max-width:100%;min-height:46px;color:var(--fg);text-shadow:0 1px 3px #09090ccc;background:#09090c8c;border:1px solid #e7e8eb29;border-radius:999px;justify-content:center;align-self:center;align-items:center;gap:9px;padding:8px 18px;display:inline-flex}.wl-follow-head{font-family:var(--font-display,ui-sans-serif);letter-spacing:-.015em;font-size:15px;font-weight:600}.wl-follow-sub{text-align:center;color:var(--muted);text-shadow:0 1px 3px #09090ccc;margin-top:10px;font-size:13px}.wl-q{border:0;min-width:0;margin:18px 0 0;padding:0}.wl-q-label{color:var(--muted);text-shadow:0 1px 3px #09090ccc;align-items:baseline;gap:8px;margin-bottom:8px;padding:0;font-size:12.5px;display:flex}.wl-q-error{color:var(--coral)}.seg{grid-template-columns:repeat(var(--n), minmax(0, 1fr));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#09090c8c;border:1px solid #e7e8eb24;border-radius:999px;padding:3px;display:grid;position:relative}.seg-thumb{width:calc((100% - 6px) / var(--n));transform:translateX(calc(var(--i) * 100%));transition:transform .28s var(--ease-out), opacity .2s ease;background:#e7e8eb26;border:1px solid #e7e8eb1a;border-radius:999px;position:absolute;top:3px;bottom:3px;left:3px}.seg:not(.has-pick) .seg-thumb{opacity:0}.seg-opt{z-index:1;cursor:pointer;height:32px;font-family:var(--font-display,ui-sans-serif);letter-spacing:-.01em;white-space:nowrap;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:12.5px;font-weight:500;transition:color .2s;display:inline-flex;position:relative}.seg-opt.on{color:var(--fg)}.seg-opt input{opacity:0;width:0;height:0;margin:0;position:absolute}.seg-opt:has(input:focus-visible){outline-offset:2px;outline:2px solid #e7e8ebb3}.wl-follow-error{color:var(--coral);text-shadow:0 1px 3px #09090ccc;margin-top:16px;margin-bottom:-8px;font-size:12.5px}.wl-submit{background:var(--fg);height:42px;color:var(--bg);font-family:var(--font-display,ui-sans-serif);letter-spacing:-.01em;transition:background-color .15s ease, transform .15s var(--ease-out), opacity .15s ease;border-radius:999px;margin-top:20px;font-size:14px;font-weight:600}.wl-submit:hover:not(:disabled){background:#fff;transform:scale(1.02)}.wl-submit:active:not(:disabled){transform:scale(1)}.wl-submit:disabled{opacity:.55}.wl-modal.is-light{text-align:left;color:#16161a;background:#fff;border-color:#09090c1f;box-shadow:0 2px 8px -2px #00000047,0 48px 100px -32px #0000008c}.is-light .wl-close{color:#16161a73}.is-light .wl-close:hover{color:#16161a;background:#09090c0f}.about-lead{max-width:40ch;font-family:var(--font-display,ui-sans-serif);letter-spacing:-.02em;color:#16161a;padding-right:30px;font-size:18px;font-weight:700;line-height:1.42}.about-lead-turn{display:block}.about-lead-closer{margin-top:.55em;font-size:.88em;font-weight:400;display:block}.about-body{color:#16161aa8;margin-top:10px;font-size:14.5px;line-height:1.6}.about-panel{background:#09090c07;border:1px solid #09090c1a;border-radius:12px;margin-bottom:16px;padding:20px 18px 18px}.about-panel>.about-body:last-child{padding-bottom:0}.about-faces{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.about-face{text-align:left}.about-face-photo{object-fit:cover;background:#09090c0f;border-radius:999px;width:88px;height:88px;margin-bottom:11px;display:block}.about-face-name{font-family:var(--font-display,ui-sans-serif);letter-spacing:-.01em;color:#16161a;font-size:14.5px;font-weight:600}.about-face-role{color:#16161ab8;margin-top:2px;font-size:13px;font-weight:500}.about-face-cred{color:#16161a80;margin-top:3px;font-size:12.5px;line-height:1.4}.about-face-links{gap:4px;margin-top:10px;margin-left:-6px;display:flex}.about-face-link{color:#16161a6b;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;transition:color .15s,background-color .15s;display:inline-flex}.about-face-link svg{width:14px;height:14px}.about-face-link:hover{color:#16161a;background:#09090c12}.about-team .about-body{padding-top:24px}.sch{font-family:var(--font-mono,ui-monospace);letter-spacing:.04em;color:#e7e8eb80;-webkit-user-select:none;user-select:none;background:#17171b;border:1px solid #ffffff1a;border-radius:10px;margin-bottom:16px;font-size:10.5px;overflow:hidden}.sch-cap{color:#e7e8eb6b}.sch-top{border-bottom:1px solid #ffffff17;align-items:center;gap:14px;padding:9px 12px;display:flex}.sch-brand{color:var(--fg);letter-spacing:-.01em;font-weight:600}.sch-doc{color:#e7e8eb73}.sch-export{background:var(--fg);color:#17171b;border-radius:5px;margin-left:auto;padding:3px 8px;font-weight:600}.sch-body{min-height:96px;display:flex}.sch-scenes{border-right:1px solid #ffffff17;flex-direction:column;flex:0 0 82px;gap:7px;padding:11px 12px;display:flex}.sch-scene{color:#e7e8eb52}.sch-scene.is-on{color:#e7e8ebd9}.sch-stage{background:repeating-conic-gradient(#ffffff06 0% 25%,#0000 0% 50%) 0 0/14px 14px;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:9px;display:flex}.sch-play{border:7px solid #0000;border-left:12px solid #e7e8eb8c;border-right-width:0;width:0;height:0}.sch-tracks{border-top:1px solid #ffffff17;flex-direction:column;gap:7px;padding:10px 12px 12px;display:flex}.sch-track{align-items:center;gap:10px;display:flex}.sch-track .sch-cap{flex:0 0 40px}.sch-lane{flex:auto;align-items:center;height:12px;display:flex}.sch-clip{border-radius:3px;height:100%}.sch-clip-text{background:#e7e8eb80;border-radius:999px;height:3px}.sch-clip-video{background:repeating-linear-gradient(90deg,#e7e8eb57 0 9px,#0000 9px 11px)}.sch-clip-audio{background:repeating-linear-gradient(90deg,#e7e8eb4d 0 2px,#0000 2px 5px)}@media (max-width:430px){.about-faces{gap:14px}.about-face-photo{width:66px;height:66px;margin-bottom:9px}.about-face-cred{font-size:12px}.about-face-links{flex-wrap:wrap}}.about-qa{border-top:1px solid #09090c1a;margin-top:22px;padding-top:20px}.about-qa-list{margin-top:22px}.about-item{border-top:1px solid #09090c1a}.about-item-q{text-align:left;width:100%;font-family:var(--font-display,ui-sans-serif);letter-spacing:-.01em;color:#16161a;justify-content:space-between;align-items:center;gap:16px;padding:15px 0;font-size:14.5px;font-weight:600;display:flex}.about-item-mark{color:#16161a80;width:22px;height:22px;transition:transform .28s var(--ease-out), background-color .18s ease;background:#09090c0f;border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.about-item.is-open .about-item-mark{transform:rotate(135deg)}.about-item-q:hover .about-item-mark{background:#09090c1c}.about-item-a{transition:grid-template-rows .3s var(--ease-out);grid-template-rows:0fr;display:grid}.about-item.is-open .about-item-a{grid-template-rows:1fr}.about-item-a>div{min-height:0;overflow:hidden}.about-item-a .about-body{margin-top:0;padding-bottom:16px}.about-question{font-family:var(--font-display,ui-sans-serif);letter-spacing:-.01em;color:#16161a;font-size:14.5px;font-weight:600}.usage-yes{font-family:var(--font-display,ui-sans-serif);letter-spacing:-.035em;color:#16161a;font-size:30px;font-weight:700;line-height:1}.about-panel .usage-yes+.about-body{margin-top:10px}.about-logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 16px;margin-top:18px;display:grid}.cust{border-radius:8px;align-items:center;gap:10px;padding:7px 8px;transition:background-color .15s;display:flex}.cust-mark{flex:none;justify-content:center;align-items:center;width:30px;height:24px;display:flex}.cust-mark img{object-fit:contain;filter:grayscale();opacity:.75;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.cust-name{color:#16161ab8;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}a.cust:hover,a.cust:focus-visible{background:#09090c0f}a.cust:hover .cust-mark img,a.cust:focus-visible .cust-mark img{filter:grayscale(0);opacity:1}a.cust:hover .cust-name,a.cust:focus-visible .cust-name{color:#16161a}.cust-more{text-align:center;color:#16161a73;margin-top:10px;font-size:13px}.usage-proof{color:#16161a73;border-top:1px solid #09090c17;margin-top:16px;padding-top:14px;font-size:12px;line-height:1.5}@media (max-width:767px){.wl-scrim:has(.is-light){align-items:flex-end;padding:0}.wl-modal.is-light{max-width:none;max-height:90svh;padding:26px 22px calc(24px + env(safe-area-inset-bottom));animation:aboutSheetUp .3s var(--ease-out);border-bottom:0;border-radius:20px 20px 0 0}@keyframes aboutSheetUp{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}.is-light:before{content:"";background:#09090c29;border-radius:999px;width:38px;height:4px;margin:-6px auto 16px;display:block}.is-light .wl-close{top:16px;right:12px}.about-lead{padding-right:26px;font-size:17px}}.wl-inline-error{color:var(--coral);text-shadow:0 1px 3px #09090ccc;margin-top:-8px;font-size:13px}.wl-joined{font-size:14.5px}.wl-joined-tick{background:var(--green);color:#0b0b0e;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.wl-joined-tick svg{width:10px;height:10px}.wl-scrim{z-index:200;-webkit-backdrop-filter:blur(18px)saturate(.9);backdrop-filter:blur(18px)saturate(.9);animation:wlFade .2s var(--ease-out);background:#09090c94;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}@keyframes wlFade{0%{opacity:0}to{opacity:1}}.wl-modal{background:linear-gradient(180deg, #23232a 0%, var(--card) 42%);border:1px solid var(--line-strong);width:100%;max-width:640px;max-height:calc(100svh - 48px);animation:wlRise .26s var(--ease-out);border-radius:14px;padding:32px 32px 28px;position:relative;overflow-y:auto;box-shadow:inset 0 1px #ffffff12,0 2px 8px -2px #00000080,0 48px 100px -32px #000000d9}.wl-modal-sm{max-width:460px}@keyframes wlRise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.wl-close{z-index:1;width:34px;height:34px;color:var(--muted);border-radius:8px;justify-content:center;align-items:center;font-size:21px;line-height:1;transition:color .15s,background-color .15s;display:inline-flex;position:absolute;top:14px;right:14px}.wl-close:hover{color:var(--fg);background:#ffffff12}.wl-close svg{width:12px;height:12px}.wl-chips{flex-wrap:wrap;gap:8px;margin-top:2px;display:flex}.wl-chip{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#09090c66;border-radius:999px;align-items:center;gap:7px;padding:8px 13px;font-size:13.5px;transition:border-color .15s,background-color .15s,color .15s;display:inline-flex;position:relative}.wl-chip:hover{border-color:var(--line-strong);color:var(--fg)}.wl-chip input{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:0;padding:0;position:absolute;overflow:hidden}.wl-chip:before{content:"";border:1px solid var(--line-strong);background:#ffffff08;border-radius:4px;flex:none;width:14px;height:14px;transition:background-color .15s,border-color .15s}.wl-chip.on{color:var(--fg);background:#e7e8eb14;border-color:#e7e8eb66}.wl-chip.on:before{background:var(--fg);border-color:var(--fg);clip-path:polygon(14% 47%,38% 71%,86% 20%,96% 32%,40% 90%,4% 56%)}.wl-chip:focus-within{outline-offset:3px;outline:2px solid #e7e8ebb3}.nav{z-index:50;-webkit-backdrop-filter:blur(14px)saturate(1.1);backdrop-filter:blur(14px)saturate(1.1);background:#1212164d;border-bottom:1px solid #e7e8eb12;position:absolute;top:0;left:0;right:0}.nav-inner{align-items:center;gap:28px;height:72px;display:flex}.logo{font-family:var(--font-display,ui-sans-serif);letter-spacing:-.02em;align-items:center;gap:9px;font-size:27px;font-weight:500;display:flex}.logo-mark{background:radial-gradient(circle at 32% 68%, #ff7a33 0%, #f2440d 42%, #f2440d00 74%), var(--pop);border:1px solid var(--line-strong);border-radius:6px;flex:none;width:24px;height:24px}.nav-cta{align-items:center;gap:10px;margin-left:auto;display:flex}.nav-signin{color:var(--muted);padding:8px 10px;font-size:14px;font-weight:400}.nav-signin:hover{color:var(--fg)}button.nav-signin{font:inherit;cursor:pointer;background:0 0;border:0}.footer-thin{border-top:1px solid var(--line);background:var(--bg-deep)}.footer-thin-inner{min-height:58px;font-family:var(--font-mono,ui-monospace);letter-spacing:.04em;color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;padding-top:14px;padding-bottom:14px;font-size:11px;display:flex}.footer-thin-links{gap:20px;display:flex}.footer-thin-links a:hover{color:var(--fg)}.footer-thin-house{opacity:.7}.legal{padding:142px 0 110px}.legal .wrap{max-width:780px}.legal-badge{font-family:var(--font-mono,ui-monospace);letter-spacing:.14em;text-transform:uppercase;color:var(--fg);background-color:var(--card);border:1px solid var(--line-strong);border-radius:4px;padding:5px 12px;font-size:10px;font-weight:500;display:inline-block}.legal h1{letter-spacing:-.03em;margin-top:20px;font-size:clamp(2.1rem,3.8vw,3rem);font-weight:600}.legal-updated{font-family:var(--font-mono,ui-monospace);letter-spacing:.06em;color:var(--muted);margin-top:10px;font-size:11.5px}.legal-body{border-top:1px solid var(--line);margin-top:34px}.legal-body h2{letter-spacing:-.01em;margin-top:34px;font-size:18px;font-weight:600}.legal-body p{color:var(--muted);max-width:68ch;margin-top:10px;font-size:15px;line-height:1.7}.legal-body a{color:var(--fg);text-underline-offset:3px;font-weight:500;text-decoration:underline}@media (max-width:860px){.wl-modal{padding:24px 22px 22px}}@media (max-width:620px){.nav-signin{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:1ms!important;animation:none!important}.btn{transform:none!important}.tile{opacity:1}.wl-inline-go[aria-busy=true] .is-spin svg{animation:1.8s linear infinite wlSpin!important}}
@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/91bd2e40df15814e-s.19s5evoqhirey.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:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/a63431c4ac64ea8b-s.386o_ri1vb0yv.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:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8b4ed0a90d903ab5-s.44dak0sams9f0.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:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/c47649aa31f9e140-s.p.3lxpqujs87tck.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:Hanken Grotesk Fallback;src:local(Arial);ascent-override:99.07%;descent-override:30.02%;line-gap-override:0.0%;size-adjust:100.94%}.hanken_grotesk_d6af10e2-module__2e3qIq__className{font-family:Hanken Grotesk,Hanken Grotesk Fallback;font-style:normal}.hanken_grotesk_d6af10e2-module__2e3qIq__variable{--font-hanken-grotesk:"Hanken Grotesk", "Hanken Grotesk Fallback"}
