@font-face{font-family:Manrope;src:url(/assets/manrope-regular.ttf);font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url(/assets/manrope-bold.ttf);font-weight:500 900;font-display:swap}:root{font-family:Manrope,Arial,sans-serif;font-synthesis:none;color-scheme:only light;--paper:#fff;--ink:#242426;--subtle:#89898b;--line:#2020241c;--surface:#ffffff65;--hover:#fff;--accent:#9c745a;--ease:cubic-bezier(.16,1,.3,1);background:var(--paper);color:var(--ink)}:root[data-palette=midnight]{color-scheme:dark;--paper:#000;--ink:#eeeef0;--subtle:#86868d;--line:#ffffff20;--surface:#ffffff09;--hover:#ffffff12;--accent:#c4a28d}*{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#9c9c9c44 transparent}body{margin:0;background:var(--paper);transition:background .65s}button,a{touch-action:manipulation}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:2px solid currentColor;outline-offset:6px}img{-webkit-user-drag:none}.icon{width:22px;height:22px;flex-shrink:0;pointer-events:none}.magnetic{transition:translate .25s var(--ease)}.hero{height:100svh;min-height:760px;position:relative;isolation:isolate;overflow:hidden;background:var(--paper);transition:background .65s,color .65s;--exit:0}.hero-light{position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 50% 55%,#fff9,transparent 65%);pointer-events:none;transition:opacity .65s}[data-palette=midnight] .hero-light{opacity:.035}.header{position:relative;z-index:6;padding:36px 4.5%;display:flex;align-items:center;justify-content:space-between}.identity-pill{display:flex;align-items:center;gap:12px;padding:0;text-align:left;font-size:13px;letter-spacing:-.2px;height:44px}.identity-pill img{height:36px;width:36px;object-fit:cover;border-radius:50%;filter:saturate(.7);box-shadow:0 0 0 4px var(--surface);transition:filter .4s,scale .4s}.identity-pill:hover img{filter:saturate(1);scale:1.05}.identity-age{margin-left:3px;color:var(--subtle);font-size:11px}.utilities{display:flex;gap:10px}.utility{height:44px;width:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;transition:background .3s,translate .25s var(--ease)}.utility:hover{background:var(--hover)}.utility .icon{width:18px;height:18px;stroke-width:1.3}.hero-copy{position:absolute;left:0;right:0;top:15%;z-index:2;pointer-events:none;transform:translateY(calc(var(--exit)*-110px));opacity:calc(1 - var(--exit)*1.4)}.wordmark{display:flex;justify-content:center;align-items:baseline;margin:0;font-size:clamp(120px,19.5vw,340px);font-weight:500;letter-spacing:-.085em;line-height:1.02;padding-right:.08em}.wordmark span{display:block;opacity:0;transform:translateY(75px) rotate(4deg);filter:blur(8px);transition:opacity 1.2s,transform 1.7s var(--ease),filter 1.4s;transition-delay:calc(var(--i)*45ms + .12s)}.entered .wordmark span{opacity:1;transform:translateY(0) rotate(0);filter:blur(0)}.sculpture-wrap{position:absolute;z-index:3;inset:29% 22% 11%;pointer-events:none;transform:translateY(calc(var(--exit)*80px)) scale(calc(1 - var(--exit)*.12));opacity:calc(1 - var(--exit)*.9)}.scene{position:absolute;inset:-9% -12%;pointer-events:auto;opacity:0;scale:.88;filter:blur(6px);transition:opacity 1.6s .3s,scale 2s var(--ease) .15s,filter 1.5s .3s;touch-action:pan-y}.entered .scene{opacity:1;scale:1;filter:blur(0)}.scene canvas{display:block;cursor:grab}.scene canvas:active{cursor:grabbing}.scene-fallback:after{content:"";position:absolute;width:64%;aspect-ratio:1;left:18%;top:10%;border-radius:50%;background:repeating-linear-gradient(166deg,transparent 0 8px,#eee5 9px,#080808 12px),radial-gradient(ellipse at 32% 15%,#fafafa,#939393 20%,#111 50%,#555 68%,#181818 78%);box-shadow:inset 0 -12px 20px #000,0 40px 60px #0002}.sculpture-control{position:absolute;z-index:5;right:23%;bottom:26%;width:46px;height:46px;border:1px solid var(--line);border-radius:50%;background:var(--surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:grid;place-items:center;color:var(--subtle);transition:color .3s,background .3s,translate .25s var(--ease)}.sculpture-control .icon{width:18px;height:18px}.sculpture-control:hover{background:var(--hover);color:var(--ink)}.hero-bottom{position:absolute;left:4.5%;right:4.5%;bottom:45px;z-index:6;display:flex;align-items:center;justify-content:space-between;gap:24px}.social-dock{display:flex;align-items:center;gap:4px;padding:7px;border:1px solid var(--line);border-radius:23px;background:var(--surface);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 7px 20px #00000003,inset 0 1px #fff6}.social{height:46px;width:46px;border-radius:15px;display:grid;place-items:center;position:relative;transition:background .3s,box-shadow .3s,translate .25s var(--ease),transform .3s}.social .icon{width:20px;height:20px;stroke-width:1.45}.social:hover{background:var(--hover);box-shadow:0 4px 10px #00000009;transform:translateY(-3px)}.project-teaser{height:62px;min-width:222px;display:flex;align-items:center;gap:18px;padding:7px 19px 7px 8px;border:1px solid var(--line);border-radius:23px;background:var(--surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-size:14px;letter-spacing:-.3px;transition:background .3s,translate .25s var(--ease)}.project-teaser:hover{background:var(--hover)}.project-teaser>.icon{width:16px;height:16px;margin-left:12px;opacity:.5;transition:transform .4s}.project-teaser:hover>.icon{transform:translate(2px,-2px)}.teaser-art{height:46px;width:48px;position:relative;perspective:120px}.teaser-art i{position:absolute;width:25px;height:25px;border-radius:7px;left:11px;top:6px;transform:rotateX(50deg) rotate(-32deg);background:linear-gradient(145deg,#efefef,#949599);border:1px solid #fff9;box-shadow:2px 4px 5px #0002}.teaser-art i:nth-child(2){top:12px;background:linear-gradient(145deg,#545459,#0d0d11);border-color:#ffffff25}.teaser-art i:nth-child(3){top:18px;background:linear-gradient(145deg,#e3d8cd,#9e8b78)}.scroll-cue{position:absolute;left:50%;transform:translate(-50%);width:48px;height:48px;display:grid;place-items:center;border-radius:50%;color:var(--subtle)}.scroll-cue .icon{width:20px;height:20px;animation:scrollhint 3s ease-in-out infinite}.scroll-cue:hover{color:var(--ink)}.hero-hairline{height:1px;position:absolute;left:4.5%;right:4.5%;bottom:20px;background:var(--line);transform-origin:left;scale:0 1;transition:scale 1.8s var(--ease) .7s}.entered .hero-hairline{scale:1 1}.reveal{opacity:0;translate:0 15px;transition:opacity 1s .6s,translate 1.3s var(--ease) .6s}.entered .reveal{opacity:1;translate:0 0}.hero-bottom.reveal{transition-delay:.85s}.modules{position:relative;min-height:850px;height:110svh;max-height:1280px;isolation:isolate;overflow:hidden;color:#eeeef0;background:#141416;--arrival:0}.modules-glow{position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 50% 47%,#3c3d4226,transparent 60%);pointer-events:none}.modules-grid{position:absolute;left:50%;top:48%;width:750px;height:750px;border:1px solid #ffffff06;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none}.modules-grid:before,.modules-grid:after{content:"";position:absolute;border:1px solid #ffffff04;border-radius:50%;inset:65px}.modules-grid:after{inset:125px}.modules-header{position:absolute;top:40px;left:4.5%;right:4.5%;display:flex;align-items:center;justify-content:space-between;z-index:5;font-size:13px;letter-spacing:-.2px;color:#a0a0a7}.back-top{width:44px;height:44px;border:1px solid #ffffff1c;border-radius:50%;display:grid;place-items:center;transition:background .3s,translate .25s var(--ease)}.back-top:hover{background:#fff1}.back-top .icon{rotate:180deg;width:18px;height:18px}.module-heading{position:absolute;top:15%;left:0;right:0;text-align:center;font-size:clamp(105px,15.2vw,270px);font-weight:500;line-height:1.1;letter-spacing:-.08em;margin:0;color:#eeeef0;opacity:calc(.2 + var(--arrival)*.8);transform:translateY(calc((1 - var(--arrival))*90px));pointer-events:none}.module-composition{position:absolute;left:50%;top:26%;width:650px;height:440px;perspective:1200px;transform:translate(-50%) translateY(calc((1 - var(--arrival))*80px)) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;--rx:0deg;--ry:0deg}.module-plane{position:absolute;display:grid;place-items:center;border-radius:28px;transform-style:preserve-3d;overflow:hidden;box-shadow:0 25px 50px #0005,inset 0 1px 1px #fff8;transition:filter .5s;will-change:transform}.plane-main{width:250px;height:300px;left:205px;top:70px;background:linear-gradient(140deg,#fff,#e7e6e3 70%,#bab9b7);border:1px solid #fff8;transform:translateY(calc((1 - var(--arrival))*40px)) rotateX(18deg) rotateY(-23deg) rotate(-15deg);z-index:3}.plane-main img{width:92%;height:auto;mix-blend-mode:multiply;pointer-events:none}.plate-sheen{position:absolute;inset:0;background:linear-gradient(120deg,#fff9,transparent 35%,transparent 65%,#fff7);z-index:2;pointer-events:none}.plane-back{width:220px;height:250px;left:80px;top:25px;background:linear-gradient(130deg,#44464b,#17181b 65%,#292b30);border:1px solid #72747d66;transform:translate(calc((1 - var(--arrival))*90px)) rotateX(18deg) rotateY(-23deg) rotate(-26deg);z-index:1}.plane-symbol .icon{width:74px;height:74px;stroke-width:.6;color:#a1a3ad}.plane-front{width:145px;height:168px;left:430px;top:248px;background:linear-gradient(130deg,#d6c2af,#a9917e 40%,#796452);color:#30251e;border:1px solid #dac4b58a;transform:translate(calc((1 - var(--arrival))*-80px)) rotateX(14deg) rotateY(-23deg) rotate(12deg);z-index:4}.plane-front .icon{width:48px;height:48px;stroke-width:.9}.module-shadow{position:absolute;left:18%;right:12%;height:90px;bottom:-30px;border-radius:50%;filter:blur(20px);background:#0007;transform:rotate(-10deg)}.module-links{position:absolute;left:50%;bottom:13%;width:min(760px,82%);display:grid;grid-template-columns:repeat(3,1fr);gap:13px;transform:translate(-50%);z-index:6}.module-link{height:76px;padding:0 20px;display:flex;align-items:center;gap:13px;background:linear-gradient(135deg,#ffffff0a,#ffffff03);border:1px solid #ffffff1c;border-radius:20px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);font-size:14px;letter-spacing:-.25px;box-shadow:inset 0 1px #ffffff06;transition:background .3s,border-color .3s,translate .25s var(--ease)}.module-link>.icon:first-child{width:21px;height:21px;stroke-width:1.3;color:#b0b1b9}.module-link>.icon:last-child{width:15px;height:15px;margin-left:auto;color:#777982;transition:transform .3s}.module-link:hover{background:#ffffff10;border-color:#ffffff42}.module-link:hover>.icon:last-child{transform:translate(2px,-2px);color:#fff}.bottom-return{position:absolute;bottom:30px;left:50%;transform:translate(-50%);height:44px;font-size:12px;letter-spacing:-.2px;display:flex;align-items:center;gap:18px;color:#77777e}.bottom-return span{font-size:17px}.bottom-return:hover{color:#eee}.chapter-nav{position:fixed;z-index:15;top:50%;right:14px;transform:translateY(-50%);display:flex;flex-direction:column;gap:1px;mix-blend-mode:difference}.chapter{width:28px;height:28px;display:grid;place-items:center;color:#f2f2f2}.chapter i{width:4px;height:4px;background:#eee6;border-radius:50%;transition:height .4s,background .4s}.chapter.active i{height:16px;background:#eee}.chapter:hover i{background:#fff}.entrance{position:fixed;inset:0;z-index:50;background:#efeeeb;color:#272729;display:flex;flex-direction:column;align-items:center;justify-content:center;clip-path:inset(0);transition:clip-path 1.1s cubic-bezier(.76,0,.24,1),visibility 1.1s;overflow:hidden}.entrance-word{position:relative;font-size:clamp(60px,9vw,128px);font-weight:500;letter-spacing:-.08em;z-index:2;animation:wordin 1.2s var(--ease) both}.entrance-halo{position:absolute;top:50%;left:50%;width:350px;height:350px;border:1px solid #15151509;border-radius:50%;transform:translate(-50%,-50%) scale(.8);animation:haloin 1.5s var(--ease) both}.entrance-halo:after{content:"";position:absolute;inset:40px;border:1px solid #15151508;border-radius:50%}.entrance-track{height:1px;width:76px;background:#10101415;margin-top:30px;overflow:hidden}.entrance-track i{display:block;height:100%;background:#37373c;animation:load 1.5s cubic-bezier(.76,0,.24,1) both}.entered .entrance{clip-path:inset(0 0 100% 0);visibility:hidden;pointer-events:none}.cursor{position:fixed;z-index:40;left:0;top:0;pointer-events:none;opacity:0;transition:opacity .25s;mix-blend-mode:difference}.cursor i{position:absolute;left:-21px;top:-21px;width:42px;height:42px;border:1px solid #fff8;border-radius:50%}.cursor i:before,.cursor i:after{content:"";position:absolute;width:4px;height:4px;top:18px;border:1px solid #fff9;rotate:45deg}.cursor i:before{left:8px;border-top:0;border-right:0}.cursor i:after{right:8px;border-bottom:0;border-left:0}.cursor.visible{opacity:1}.dialog-open{overflow:hidden}dialog{padding:0;border:0;max-height:calc(100svh - 32px);outline:0}dialog::backdrop{background:#18181a66;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:backdropin .4s both}dialog[open]{animation:dialogin .5s var(--ease) both}dialog.closing{animation:dialogout .22s ease-in both}dialog.closing::backdrop{animation:backdropin .22s reverse both}.profile-dialog{width:min(720px,calc(100vw - 40px));background:var(--paper);color:var(--ink);border:1px solid var(--line);border-radius:28px;overflow:auto;box-shadow:0 50px 140px #0004;display:none}.profile-dialog[open]{display:grid;grid-template-columns:1fr 1fr}.dialog-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:50%;background:var(--surface);border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:grid;place-items:center;z-index:8;transition:rotate .4s,translate .25s var(--ease)}.dialog-close:hover{rotate:90deg}.dialog-close .icon{width:19px;height:19px}.portrait-wrap{min-height:410px;overflow:hidden}.portrait-wrap img{width:100%;height:100%;object-fit:cover;display:block}.profile-info{padding:90px 34px 34px;display:flex;flex-direction:column;align-items:flex-start}.profile-info h2{font-size:42px;letter-spacing:-2px;font-weight:500;line-height:1.1;margin:0}.profile-info h2 span{font-size:14px;color:var(--subtle);vertical-align:super;letter-spacing:0;margin-left:13px}.profile-handle{font-size:13px;color:var(--subtle);margin-top:12px}.profile-info nav{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:30px;margin-top:auto}.profile-info .social{border:1px solid var(--line);height:50px;width:50px}@keyframes scrollhint{0%,60%,to{translate:0 0}75%{translate:0 4px}85%{translate:0 0}92%{translate:0 2px}}@keyframes wordin{0%{opacity:0;translate:0 18px;filter:blur(8px);letter-spacing:-.04em}to{opacity:1;translate:0 0;filter:blur(0);letter-spacing:-.08em}}@keyframes haloin{to{transform:translate(-50%,-50%) scale(1.05)}}@keyframes load{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes dialogin{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes dialogout{to{opacity:0;transform:translateY(15px) scale(.97)}}@keyframes backdropin{0%{opacity:0}to{opacity:1}}@media(min-width:1600px){.hero{min-height:900px}.hero-copy{top:13%}.sculpture-wrap{inset:29% 24% 10%}.modules{min-height:1050px}.module-composition{scale:1.2;transform-origin:0 0;top:29%}.module-links{bottom:12%}.header{padding-top:44px}.hero-bottom{bottom:50px}}@media(max-width:1000px){.hero{min-height:730px}.hero-copy{top:20%}.wordmark{font-size:20vw}.sculpture-wrap{inset:32% 14% 12%}.sculpture-control{right:15%;bottom:27%}.project-teaser{min-width:196px;gap:10px}.project-teaser>.icon{margin-left:6px}.social-dock{padding:6px}.social{width:43px;height:43px}.module-composition{top:29%}.module-heading{top:17%;font-size:16vw}.modules{height:100svh;min-height:860px}.module-links{width:88%;gap:9px}.module-link{padding:0 15px;gap:10px;font-size:13px}}@media(max-width:700px){.hero{height:100svh;min-height:730px}.header{padding:26px 6%}.identity-pill{gap:9px;font-size:12px}.identity-pill img{width:32px;height:32px}.identity-age{font-size:10px;margin-left:1px}.utilities{gap:8px}.utility{height:40px;width:40px}.utility .icon{height:17px;width:17px}.hero-copy{top:21%}.wordmark{font-size:22.2vw;line-height:1.08}.sculpture-wrap{inset:30% -4% 19%}.scene{inset:-5% -1%}.sculpture-control{bottom:30%;right:9%;width:42px;height:42px}.hero-bottom{left:6%;right:6%;bottom:37px;display:grid;grid-template-columns:1fr auto;gap:13px}.social-dock{grid-column:1;grid-row:2;justify-self:start;border-radius:19px;padding:5px;gap:1px}.social{width:42px;height:42px;border-radius:13px}.social .icon{height:19px;width:19px}.project-teaser{grid-column:1 / -1;grid-row:1;justify-self:stretch;height:57px;min-width:0;border-radius:19px;padding:5px 17px 5px 7px;gap:12px;font-size:13px}.project-teaser>.icon{margin-left:auto}.teaser-art{height:43px;width:42px}.teaser-art i{left:8px}.scroll-cue{position:static;transform:none;grid-column:2;grid-row:2;width:44px;height:44px;justify-self:end}.hero-hairline{left:6%;right:6%;bottom:16px}.chapter-nav{right:2px}.chapter{width:24px}.modules{min-height:810px;height:100svh;max-height:none}.modules-header{top:27px;left:6%;right:6%;font-size:12px}.back-top{width:40px;height:40px}.module-heading{top:17%;font-size:18vw;letter-spacing:-.08em}.module-composition{width:650px;height:440px;top:27%;scale:.64;transform-origin:0 0}.module-links{left:6%;right:6%;width:auto;bottom:90px;transform:none;grid-template-columns:1fr;gap:9px}.module-link{height:56px;padding:0 17px;border-radius:17px;font-size:13px}.module-link>.icon:first-child{width:19px;height:19px}.module-link>.icon:last-child{width:14px;height:14px}.bottom-return{bottom:25px}.modules-grid{width:560px;height:560px;top:38%}.profile-dialog{width:calc(100vw - 32px);max-width:420px;border-radius:24px}.profile-dialog[open]{grid-template-columns:1fr}.portrait-wrap{height:310px;min-height:0}.portrait-wrap img{object-position:50% 35%}.profile-info{padding:27px}.profile-info h2{font-size:38px}.profile-info nav{display:flex;margin:23px 0 0;padding:0;gap:9px}.profile-info .social{height:47px;width:47px}.profile-handle{margin-top:8px}.dialog-close{background:#f5f4f0d9;color:#222;border-color:#fff4}.cursor{display:none}}@media(max-width:380px){.hero{min-height:690px}.header{padding:21px 6%}.utility{width:38px;height:38px}.hero-copy{top:23%}.sculpture-wrap{top:33%;bottom:21%}.hero-bottom{bottom:30px;gap:10px}.social{width:39px;height:40px}.project-teaser{height:53px}.sculpture-control{bottom:32%;right:8%}.modules{min-height:750px}.module-composition{scale:.53;top:28%}.module-links{bottom:78px}.module-link{height:52px}.module-heading{top:18%}.portrait-wrap{height:255px}.profile-info{padding:24px}.profile-info .social{width:43px;height:43px}}@media(min-width:701px)and (max-height:760px){.hero{min-height:650px}.header{padding-top:25px;padding-bottom:25px}.hero-copy{top:16%}.wordmark{font-size:min(19vw,245px)}.sculpture-wrap{inset:30% 27% 9%}.sculpture-control{right:25%;bottom:25%}.hero-bottom{bottom:32px}.hero-hairline{bottom:14px}}@media(max-height:600px){.profile-dialog{max-height:calc(100svh - 24px)}.profile-dialog[open]{grid-template-columns:1fr 1fr}.portrait-wrap{height:100%;min-height:330px}.profile-info{padding:65px 25px 26px}.profile-info h2{font-size:32px}.profile-info nav{display:grid;grid-template-columns:1fr 1fr;gap:8px}.profile-info .social{width:43px;height:43px}}@media(max-height:600px)and (max-width:430px){.profile-dialog[open]{grid-template-columns:1fr}.portrait-wrap{min-height:0;height:210px}.profile-info{padding:20px}.profile-info nav{display:flex;margin-top:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;transition-delay:0ms!important}.cursor{display:none}.hero-copy,.sculpture-wrap,.module-heading{transform:none;opacity:1}.module-composition{transform:translate(-50%)}.module-plane{will-change:auto}}.chapter{width:44px;height:44px}.chapter-nav{right:5px;gap:0}@media(max-width:700px){.utility{width:44px;height:44px}.chapter-nav{right:0}.hero-bottom{bottom:max(37px,calc(env(safe-area-inset-bottom) + 12px))}}html{scroll-behavior:auto;scroll-snap-type:y mandatory;overscroll-behavior-y:none}html.section-transition{scroll-snap-type:none}.hero,.modules{height:100vh;height:100svh;min-height:0;max-height:none;scroll-snap-align:start;scroll-snap-stop:always}.identity-pill{cursor:default}.modules>.scroll-up{position:absolute;left:50%;bottom:45px;transform:translate(-50%);color:#89898f;display:grid;place-items:center;width:48px;height:48px}.scroll-up .icon{rotate:180deg}.scroll-up:hover{color:#eee}.module-plane{background:#fff;border-color:#ffffffa0}.module-plane img{width:100%;height:100%;object-fit:contain;mix-blend-mode:normal;pointer-events:none;display:block}.plane-back{width:220px;height:220px;left:52px;top:12px}.plane-main{width:250px;height:250px;left:223px;top:92px}.plane-front{width:185px;height:185px;left:450px;top:263px}.module-links{bottom:16%}@media(min-width:1600px){.module-composition{top:27%;scale:1.2}}@media(max-width:1000px){.module-composition{top:27%}}@media(max-width:700px){.hero-copy{top:19%}.sculpture-wrap{top:28%;bottom:21%}.module-heading{top:14%}.module-composition{top:24%;scale:.58}.module-links{bottom:88px}.modules>.scroll-up{bottom:max(25px,calc(env(safe-area-inset-bottom) + 8px));width:44px;height:44px}}@media(max-width:380px){.hero-copy{top:18%}.sculpture-wrap{top:27%;bottom:24%}.module-composition{scale:.47;top:23%}.module-links{bottom:74px}.module-link{height:48px}.modules>.scroll-up{bottom:18px}}@media(max-height:740px)and (max-width:700px){.header{padding-top:18px;padding-bottom:18px}.hero-copy{top:16%}.sculpture-wrap{top:25%;bottom:25%}.hero-bottom{bottom:25px;gap:9px}.hero-hairline{bottom:10px}.module-heading{top:12%}.module-composition{top:23%;scale:.46}.module-links{bottom:71px;gap:7px}.module-link{height:46px}.modules>.scroll-up{bottom:16px}}@media(max-height:550px){.hero-copy{top:12%}.wordmark{font-size:min(17vw,145px)}.header{padding-top:12px;padding-bottom:12px}.sculpture-wrap{inset:28% 30% 17%}.sculpture-control{bottom:28%;right:28%}.hero-bottom{bottom:23px;display:flex;gap:12px}.hero-bottom>.scroll-cue{position:absolute;left:50%;transform:translate(-50%)}.project-teaser{min-width:0;width:175px;height:51px}.social-dock{padding:4px}.social{width:38px;height:40px}.modules-header{top:18px}.module-heading{top:14%;font-size:min(15vw,110px)}.module-composition{top:29%;scale:.36;transform-origin:0 0}.module-links{left:6%;right:6%;bottom:65px;width:auto;transform:none;grid-template-columns:repeat(3,1fr);gap:8px}.module-link{height:46px;padding:0 12px;font-size:11px;gap:8px}.module-link>.icon:last-child{display:none}.modules>.scroll-up{bottom:9px;width:44px;height:44px}}@media(max-height:550px)and (max-width:430px){.hero-copy{top:16%}.wordmark{font-size:22vw}.sculpture-wrap{inset:27% 10% 26%}.sculpture-control{right:14%}.hero-bottom{display:grid}.hero-bottom>.scroll-cue{position:static;transform:none}.project-teaser{width:100%;height:44px}.social{height:36px;width:36px}.module-composition{scale:.3;top:27%}.module-heading{font-size:18vw}.module-links{gap:5px}.module-link{padding:0 8px;gap:5px;font-size:9px}.module-link>.icon:first-child{width:15px}}@supports (height:100dvh){.hero,.modules{height:100dvh}}@supports not (height:100svh){dialog{max-height:calc(100vh - 32px)}.profile-dialog{max-height:calc(100vh - 32px)}}@media(max-height:740px)and (max-width:700px)and (min-height:551px){.module-composition{scale:.43}}.module-intro{position:absolute;left:4%;right:4%;top:7%;z-index:5;text-align:center;pointer-events:none;opacity:calc(.2 + var(--arrival)*.8);transform:translateY(calc((1 - var(--arrival))*50px))}.module-intro .module-heading{position:relative;top:auto;left:auto;right:auto;transform:none;opacity:1;font-size:clamp(100px,14.5vw,260px);line-height:1.08;letter-spacing:-.025em}.module-context{display:flex;align-items:center;justify-content:center;gap:9px;margin:18px 0 0;font-size:15px;font-weight:400;letter-spacing:-.15px;line-height:1.5;color:#777880}.module-context a{display:inline-flex;align-items:center;gap:7px;min-height:44px;color:#d8d8df;pointer-events:auto;position:relative}.module-context a:after{content:"";position:absolute;bottom:7px;left:0;right:21px;height:1px;background:#ffffff38;transform-origin:left;transition:background .3s,scale .3s}.module-context a:hover{color:#fff}.module-context a:hover:after{background:#fff8}.module-context .icon{width:13px;height:13px;transition:transform .3s}.module-context a:hover .icon{transform:translate(2px,-2px)}.module-composition{top:34%;scale:.88;transform-origin:0 0;transform-style:flat}.module-plane{transform-style:flat;isolation:isolate;background:#fff;box-shadow:0 22px 42px #0003;backface-visibility:hidden}.module-plane img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#fff;border-radius:inherit;mix-blend-mode:normal;backface-visibility:hidden}.module-links{left:50%;right:auto;bottom:12%;width:auto;display:flex;align-items:center;justify-content:center;gap:18px;transform:translate(-50%)}.module-links .module-link{width:58px;height:58px;border-radius:50%;padding:0;display:grid;place-items:center;background:linear-gradient(145deg,#ffffff0c,#ffffff03);border:1px solid #ffffff20;box-shadow:inset 0 1px #ffffff05;transition:background .3s,border-color .3s,translate .25s var(--ease),transform .3s}.module-links .module-link>.icon:first-child,.module-links .module-link>.icon:last-child{display:block;width:22px;height:22px;margin:0;color:#c9cad1;stroke-width:1.4;transform:none}.module-links .module-link:hover{background:#ffffff12;border-color:#ffffff50;transform:translateY(-3px)}.module-links .module-link:hover .icon{color:#fff}.module-link-divider{width:30px;height:1px;background:#ffffff1c}.teaser-art{width:65px;height:44px;perspective:none;flex-shrink:0}.teaser-art img{position:absolute;width:32px;height:32px;top:6px;border-radius:7px;object-fit:contain;background:#fff;box-shadow:0 3px 9px #0002;border:1px solid #e2e2e2;transition:transform .45s var(--ease)}.teaser-art img:nth-child(1){left:0;transform:rotate(-17deg);z-index:1}.teaser-art img:nth-child(2){left:29px;transform:rotate(16deg);z-index:2}.teaser-art img:nth-child(3){left:14px;top:4px;transform:rotate(-3deg);z-index:3}.project-teaser:hover .teaser-art img:nth-child(1){transform:translate(-3px) rotate(-22deg)}.project-teaser:hover .teaser-art img:nth-child(2){transform:translate(3px) rotate(21deg)}.project-teaser:hover .teaser-art img:nth-child(3){transform:translateY(-2px) rotate(0)}@media(min-width:1600px){.module-intro{top:8%}.module-composition{top:35%;scale:1.1}.module-links{bottom:12%}}@media(max-width:1000px){.module-intro{top:9%}.module-intro .module-heading{font-size:15.5vw}.module-composition{top:34%;scale:.8}.module-context{font-size:14px;margin-top:9px}}@media(max-width:700px){.module-intro{top:8%;left:3%;right:3%}.module-intro .module-heading{font-size:18vw}.module-context{font-size:12px;gap:6px;margin-top:8px}.module-context a{gap:5px}.module-context .icon{width:11px;height:11px}.module-context a:after{right:16px;bottom:9px}.module-composition{top:31%;scale:.54}.module-links{left:50%;right:auto;bottom:14%;gap:15px}.module-links .module-link{width:52px;height:52px}.module-link-divider{width:24px}.teaser-art{width:60px;height:42px}}@media(max-width:380px){.module-intro{top:7%}.module-context{font-size:11px}.module-composition{top:32%;scale:.45}.module-links{bottom:14%}}@media(max-height:740px)and (max-width:700px){.module-intro{top:7%}.module-context{margin-top:0}.module-composition{top:32%;scale:.43}.module-links{bottom:13%}.module-links .module-link{width:48px;height:48px}}@media(max-height:550px){.module-intro{top:6%}.module-intro .module-heading{font-size:min(13vw,90px)}.module-context{font-size:11px;margin-top:0;gap:6px}.module-context a{min-height:36px}.module-composition{top:39%;scale:.28}.module-links{left:50%;right:auto;bottom:13%;width:52%;justify-content:space-between;gap:0}.module-link-divider{display:none}.module-links .module-link{width:46px;height:46px}.module-links .module-link .icon{width:20px;height:20px}}@media(max-height:550px)and (max-width:430px){.module-intro .module-heading{font-size:18vw}.module-composition{top:36%;scale:.3}.module-links{bottom:14%;width:auto;gap:30px}.teaser-art{width:55px}.teaser-art img{width:28px;height:28px}.teaser-art img:nth-child(2){left:24px}.teaser-art img:nth-child(3){left:12px}}@media(prefers-reduced-motion:reduce){.module-intro{transform:none;opacity:1}}@media(min-width:1001px){.module-intro .module-heading{font-size:min(14.5vw,20vh,260px)}.module-composition{top:40%;scale:.78}}@media(min-width:1600px){.module-composition{top:39%;scale:1.05}}@media(min-width:701px)and (max-height:800px){.module-intro .module-heading{font-size:min(14.5vw,20vh,180px)}.module-composition{top:40%;scale:.59}.module-context{margin-top:6px}}@media(min-width:701px)and (max-height:550px){.module-intro .module-heading{font-size:min(13vw,18vh,90px)}.module-composition{top:39%;scale:.28}.module-context{margin-top:0}}.module-links{inset:0;width:auto;height:auto;display:block;transform:none;pointer-events:none}.module-links .module-link{position:absolute;left:calc(50% - 390px);top:64%;width:82px;height:82px;border-radius:23px;pointer-events:auto;--card-angle:-14deg;transform:rotate(var(--card-angle));background:linear-gradient(145deg,#343438dd,#1b1b1ee8);border-color:#ffffff26;box-shadow:0 20px 40px #0004,inset 0 1px #ffffff10;animation:social-float 6s ease-in-out infinite;transition:scale .4s var(--ease),border-color .3s,background .3s,translate .25s var(--ease)}.module-links .module-link:last-child{left:calc(50% + 330px);top:47%;--card-angle:12deg;animation-delay:-3s}.module-links .module-link>.icon:first-child,.module-links .module-link>.icon:last-child{width:30px;height:30px;stroke-width:1.25;color:#e2e2e7}.module-links .module-link:hover{transform:rotate(var(--card-angle));scale:1.1;border-color:#ffffff65;background:linear-gradient(145deg,#45454bdd,#242429ee)}@keyframes social-float{0%,to{transform:translateY(0) rotate(var(--card-angle))}50%{transform:translateY(-12px) rotate(calc(var(--card-angle) + 3deg))}}@media(min-width:1600px){.module-links .module-link{left:calc(50% - 490px);width:94px;height:94px;border-radius:27px}.module-links .module-link:last-child{left:calc(50% + 430px);top:49%}}@media(max-width:1000px){.module-links .module-link{left:10%;top:68%;width:70px;height:70px;border-radius:20px}.module-links .module-link:last-child{left:auto;right:9%;top:43%}}@media(max-width:700px){.module-links .module-link{left:16%;top:68%;width:64px;height:64px;border-radius:18px}.module-links .module-link:last-child{left:auto;right:17%;top:75%}.module-links .module-link>.icon:first-child,.module-links .module-link>.icon:last-child{width:26px;height:26px}}@media(max-height:740px)and (max-width:700px){.module-links .module-link{top:65%;width:56px;height:56px;border-radius:16px}.module-links .module-link:last-child{top:72%}}@media(max-height:550px)and (min-width:701px){.module-links .module-link{left:22%;top:55%;width:58px;height:58px;border-radius:17px}.module-links .module-link:last-child{left:auto;right:22%;top:49%}}@media(prefers-reduced-motion:reduce){.module-links .module-link{animation:none}}.plane-back{left:18px;top:95px;transform:translate(calc((1 - var(--arrival))*90px)) rotateX(9deg) rotateY(-12deg) rotate(-23deg)}.plane-main{left:245px;top:265px;transform:translateY(calc((1 - var(--arrival))*40px)) rotateX(12deg) rotateY(-15deg) rotate(14deg)}.plane-front{left:450px;top:8px;transform:translate(calc((1 - var(--arrival))*-80px)) rotateX(8deg) rotateY(-12deg) rotate(-11deg)}.module-shadow{left:10%;right:4%;bottom:-90px;opacity:.65}.modules>.scroll-up{inset:30px 4.5% auto auto;transform:none;z-index:8}@media(max-width:700px){.modules>.scroll-up{right:5%;top:max(10px,env(safe-area-inset-top))}.plane-back{left:25px}.plane-front{left:435px}.plane-main{left:220px}}@media(max-height:550px){.modules>.scroll-up{top:8px}}.modules>.scroll-up{left:50%;right:auto;transform:translate(-50%)}.header-name{font-size:19px;font-weight:600;letter-spacing:-.8px}.hero-copy{top:13%;z-index:4}.wordmark{font-size:min(17vw,20vh,270px);letter-spacing:-.025em;padding-right:0}.wordmark span:nth-child(2){margin-right:.025em}.wordmark span:last-child{letter-spacing:0}.profile-details{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:16px;color:var(--subtle);font-size:13px;letter-spacing:.1px;opacity:0;translate:0 12px;transition:opacity 1.1s .65s,translate 1.4s var(--ease) .65s}.entered .profile-details{opacity:1;translate:0 0}.profile-age{display:grid;place-items:center;min-width:33px;height:29px;border:1px solid var(--line);border-radius:10px;color:var(--ink);font-size:12px;font-variant-numeric:tabular-nums}.profile-divider{display:block;width:19px;height:1px;background:var(--line)}.profile-country{display:inline-flex;align-items:center;gap:9px}.ukraine-flag{display:block;width:15px;height:11px;border-radius:3px;background:linear-gradient(#5b8fce 0 50%,#e7cb67 50%);box-shadow:inset 0 0 0 1px #ffffff15}.sculpture-wrap{top:39%;bottom:11%}@media(max-width:1000px){.hero-copy{top:16%}.wordmark{font-size:min(23vw,19vh)}.sculpture-wrap{top:38%;bottom:14%}}@media(max-width:700px){.header-name{font-size:17px}.hero-copy{top:16%}.wordmark{font-size:min(26vw,16vh)}.profile-details{font-size:12px;gap:12px;margin-top:13px}.profile-age{height:27px;min-width:31px;font-size:11px}.sculpture-wrap{top:36%;bottom:22%}.sculpture-control{bottom:29%}}@media(max-height:740px)and (max-width:700px){.hero-copy{top:15%}.profile-details{margin-top:9px}.sculpture-wrap{top:36%;bottom:25%}}@media(max-height:550px)and (min-width:701px){.hero-copy{top:12%}.wordmark{font-size:19vh}.profile-details{margin-top:6px;font-size:11px}.profile-age{height:23px;min-width:27px}.sculpture-wrap{top:40%;bottom:17%}}@media(max-height:550px)and (max-width:700px){.hero-copy{top:16%}.wordmark{font-size:14vh}.profile-details{margin-top:6px;font-size:11px}.profile-age{height:23px;min-width:27px}.sculpture-wrap{top:39%;bottom:26%}}.sculpture-fallback,.scene-fallback:after{position:absolute;width:100%;height:100%;aspect-ratio:auto;inset:0;border-radius:0;background:url(/assets/ribbon-fallback.svg) center / contain no-repeat;box-shadow:none}.plane-bsr{left:250px;top:0;width:160px;height:160px;z-index:2;transform:translateY(calc((1 - var(--arrival))*-45px)) rotateX(7deg) rotateY(-9deg) rotate(18deg)}.plane-scd{left:25px;top:380px;width:155px;height:155px;z-index:2;transform:translate(calc((1 - var(--arrival))*-65px)) rotateX(9deg) rotateY(12deg) rotate(-9deg)}.module-plane{padding:0;cursor:pointer;transition:box-shadow .35s,filter .35s,scale .35s var(--ease)}.module-plane:hover{scale:1.035;box-shadow:0 26px 60px #0006}.module-plane:focus-visible{outline:3px solid #bfcdf7;outline-offset:8px}.module-plane.module-source-open{opacity:0;pointer-events:none}.module-card-open{position:absolute;right:12px;bottom:12px;z-index:2;width:29px;height:29px;display:grid;place-items:center;color:#38383e;background:#f0f0f3;border-radius:50%;opacity:0;translate:0 5px;transition:opacity .25s,translate .3s}.module-card-open .icon{width:14px;height:14px}.module-plane:hover .module-card-open,.module-plane:focus-visible .module-card-open{opacity:1;translate:0 0}html.module-open{overflow:hidden;scroll-snap-type:none}.module-dialog{width:min(820px,calc(100vw - 48px));max-width:none;max-height:calc(100dvh - 48px);margin:auto;padding:40px;border:1px solid #ffffff24;border-radius:28px;background:#1b1b1f;color:#eeeef2;overflow:auto;overscroll-behavior:contain;box-shadow:0 40px 120px #0009;transform-origin:center;color-scheme:dark}.module-dialog[open]{display:grid;grid-template-columns:190px minmax(0,1fr);gap:32px;animation:none}.module-dialog::backdrop{background:#08080cbf;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:backdropin .4s both}.module-dialog.detail-closing::backdrop{animation:backdropin .26s reverse both}.module-detail-close{position:absolute;right:14px;top:14px;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#ffffff08;color:#a9a9b3;z-index:2;transition:background .2s,color .2s}.module-detail-close:hover{color:#fff;background:#ffffff15}.module-detail-close .icon{width:19px;height:19px}.module-detail-art{padding-top:8px}.module-detail-art img{display:block;width:100%;aspect-ratio:1;object-fit:contain;border-radius:23px;background:#fff;box-shadow:0 12px 40px #0003}.module-detail-content{min-width:0;padding-top:6px}.module-detail-content h2{font-size:38px;line-height:1.12;letter-spacing:-1.3px;font-weight:500;margin:0 20px 15px 0}.module-description{font-size:14px;line-height:1.7;color:#b7b7c0;margin:0 0 26px}.module-detail-content h3{font-size:11px;letter-spacing:1.7px;text-transform:uppercase;font-weight:500;color:#8e8e9a;margin:0 0 12px}.module-commands{list-style:none;padding:0;margin:0 0 27px;display:grid;gap:12px}.module-commands li{padding:13px 15px;border:1px solid #ffffff10;background:#ffffff04;border-radius:13px;display:grid;gap:7px}.module-dialog code{font:12px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere;white-space:normal;-webkit-user-select:text;user-select:text}.module-commands li span{color:#92929f;font-size:12px;line-height:1.6}.install-command{display:block;padding:14px 15px;background:#111114;border:1px solid #ffffff0a;border-radius:13px;color:#b4b4c0}.copy-install{margin-top:12px;min-height:48px;width:100%;display:flex;align-items:center;justify-content:center;gap:10px;background:#ededf2;color:#202025;font-size:13px;border-radius:13px;transition:background .25s,transform .25s}.copy-install:hover{background:#fff;transform:translateY(-1px)}.copy-install .icon{height:18px;width:18px}.copy-install.copied{background:#d5ebdf}.copy-status:empty{display:none}.copy-status{display:block;color:#adc4b6;font-size:12px;line-height:1.5;margin-top:9px}.install-alternative{color:#747480;font-size:11px;text-align:center;margin:12px 0 0}.module-news{margin-top:23px;display:inline-flex;align-items:center;gap:9px;color:#b7b7c3;font-size:12px;min-height:35px}.module-news:hover{color:#fff}.module-news .icon{width:16px;height:16px}.module-news .icon:last-child{width:12px;height:12px;margin-left:5px}@media(max-width:700px){.module-composition{--tile:min(35vw,16vh,138px);--tile:min(35vw,16svh,138px);top:max(180px,28%);left:50%;width:max-content;height:auto;display:grid;grid-template-columns:repeat(2,var(--tile));grid-auto-rows:var(--tile);gap:12px;scale:1;transform:translate(-50%);perspective:none}.module-composition .module-plane{position:relative;inset:auto;width:var(--tile);height:var(--tile);transform:none;scale:1;border-radius:20px;box-shadow:0 12px 25px #0002;will-change:auto}.module-composition .plane-main{order:-1}.module-composition .plane-scd{grid-column:1 / -1;justify-self:center}.module-shadow{display:none}.module-card-open{opacity:1;translate:none;right:8px;bottom:8px;width:22px;height:22px}.module-card-open .icon{height:11px;width:11px}.module-links{inset:auto 0 28px;display:flex;width:auto;height:48px;gap:14px;justify-content:center;transform:none;pointer-events:none}.module-links .module-link,.module-links .module-link:last-child{position:static;inset:auto;width:48px;height:48px;border-radius:16px;animation:none;transform:none;--card-angle:0deg}.module-links .module-link>.icon:first-child,.module-links .module-link>.icon:last-child{width:22px;height:22px}.module-dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);padding:25px;border-radius:24px}.module-dialog[open]{grid-template-columns:minmax(0,1fr);gap:20px}.module-detail-art{padding:0}.module-detail-art img{width:90px;border-radius:19px}.module-detail-content{padding:0}.module-detail-content h2{font-size:32px;margin-bottom:12px}.module-description{font-size:13px;margin-bottom:23px}.module-dialog code{font-size:11px}}@media(max-height:650px)and (max-width:700px){.module-composition{--tile:min(32vw,14vh);gap:10px;top:max(158px,28%)}.module-links{bottom:16px}.module-dialog{padding:22px}.module-detail-art img{width:64px}.module-dialog[open]{gap:15px}}@media(max-height:550px)and (min-width:701px){.module-dialog{padding:28px}.module-dialog[open]{grid-template-columns:120px minmax(0,1fr)}.module-detail-art{position:sticky;top:0}}.module-source-open{opacity:0;pointer-events:none}.module-dialog{width:min(600px,calc(100vw - 48px));max-height:none;padding:0;border:0;background:transparent;box-shadow:none;overflow:visible;perspective:none;color:var(--detail-ink,var(--ink));color-scheme:inherit}.module-dialog[open]{display:block;animation:none}.module-flight{position:relative;transform-origin:0 0;will-change:transform}.module-flip{position:relative;transform-style:preserve-3d;transform:perspective(1600px) rotateY(180deg);transform-origin:center;will-change:transform}.module-flip-front,.module-flip-back{border-radius:28px;backface-visibility:hidden;-webkit-backface-visibility:hidden;box-shadow:0 32px 100px #0004}.module-flip-front{position:absolute;inset:0;background:transparent;border-radius:0;box-shadow:none;transform:rotateY(0);pointer-events:none}.module-flip-front img{display:block;width:100%;height:100%;object-fit:fill}.module-flip-back{position:relative;transform:rotateY(180deg);padding:40px;max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);overflow:auto;overscroll-behavior:contain;background:var(--detail-bg,#1b1b1f);color:var(--detail-ink,#eeeef2);border:1px solid var(--detail-border,#ffffff24);scrollbar-width:thin}.module-flip-back .module-detail-content{padding:0}.module-flip-back .module-detail-content h2{padding-right:28px}.module-flip-back .module-detail-close{position:sticky;top:0;right:auto;float:right;margin:-12px -12px -28px 0;background:var(--detail-bg,#1b1b1f);border:1px solid var(--detail-border,#ffffff24)}.module-face-art .module-card-open{display:none}.module-dialog.detail-closing::backdrop{animation-duration:.65s}@media(max-width:700px){.module-dialog{width:calc(100vw - 24px);padding:0;max-height:none}.module-flip-front,.module-flip-back{border-radius:24px}.module-flip-back{padding:28px 24px;max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px)}}@media(max-width:700px){.module-dialog .module-flip-front{border-radius:calc(20px * var(--flight-scale,1));box-shadow:0 calc(12px * var(--flight-scale,1)) calc(25px * var(--flight-scale,1)) #0002}[data-palette=pearl] .module-dialog .module-flip-front{box-shadow:0 calc(22px * var(--flight-scale,1)) calc(42px * var(--flight-scale,1)) #25253018}.module-dialog .module-flip-front .module-face-art{box-shadow:none!important}.module-dialog .module-flip-back{box-shadow:0 18px 48px #0003}[data-palette=pearl] .module-dialog .module-flip-back{box-shadow:0 18px 48px #2525301c}}@media(max-height:650px){.module-flip-back{padding:25px}.module-flip-back .module-description{margin-bottom:18px}.module-flip-back .module-commands{margin-bottom:20px}}@media(prefers-reduced-motion:reduce){.module-flip,.module-flight{will-change:auto}}.palette-toggle{translate:7px 0}.module-install>.copy-install{margin-top:0}.module-commands{gap:2px;margin-bottom:24px}.module-commands li{padding:0;border:0;background:transparent;border-radius:0;display:block}.module-command{width:100%;display:flex;align-items:baseline;gap:12px;padding:8px 0;border:0;border-radius:8px;background:transparent;color:inherit;text-align:left;cursor:pointer}.module-command:hover{background:var(--detail-surface);padding-left:8px}.module-command code{font:600 12px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;color:var(--detail-ink);white-space:nowrap;user-select:none;-webkit-user-select:none}:root[data-palette=midnight] .hero-light,:root[data-palette=midnight] .modules-glow{opacity:0}.module-flip-back{padding-top:48px}@media(max-width:700px){.module-flip-back{padding-top:34px}}.module-command span{color:var(--detail-muted);font-size:12px;line-height:1.5}.module-command:active{transform:scale(.985)}.module-command.command-bounce{animation:command-bounce .24s cubic-bezier(.2,.8,.2,1)}@keyframes command-bounce{0%{transform:translateY(0) scale(1)}45%{transform:translateY(-3px) scale(1.012)}to{transform:translateY(0) scale(1)}}.module-shadow-layer{position:absolute;inset:0;z-index:10;perspective:1200px;pointer-events:none;overflow:visible}.module-shadow-plane{position:absolute;display:block;z-index:11!important;border:0 solid transparent;box-sizing:border-box;outline:0!important;border-radius:28px;background:transparent!important;pointer-events:none;box-shadow:0 22px 42px #0003;transform-style:flat;transition:box-shadow .35s,scale .35s var(--ease)}.module-shadow-plane.is-hovered{box-shadow:0 26px 60px #0006;scale:1.035}[data-palette=pearl] .module-shadow-plane{box-shadow:0 22px 42px #25253018}[data-palette=pearl] .module-shadow-plane.is-hovered{box-shadow:0 26px 60px #25253026}.module-shadow-plane.is-source-open{opacity:0;transition:none}.module-flight-shadows{position:fixed;inset:0;z-index:20;pointer-events:none;overflow:visible;visibility:hidden;opacity:0}.module-flight-shadow{position:absolute;left:0;top:0;display:block;box-sizing:border-box;background:transparent;transform-origin:0 0;pointer-events:none}html.module-shadow-flight-active .module-shadow-layer{visibility:hidden}@media(max-width:700px){.module-shadow-layer{display:grid;grid-template-columns:repeat(2,var(--tile));grid-auto-rows:var(--tile);gap:12px;perspective:none}.module-shadow-plane{position:relative;inset:auto;width:var(--tile);height:var(--tile);border-radius:20px;transform:none;scale:1;box-shadow:0 12px 25px #0002}.module-shadow-plane.plane-main{order:-1}.module-shadow-plane.plane-scd{grid-column:1/-1;justify-self:center}.module-shadow-plane.is-hovered{scale:1}[data-palette=pearl] .module-shadow-plane,[data-palette=pearl] .module-shadow-plane.is-hovered{box-shadow:0 22px 42px #25253018}}.copy-install{margin-top:0}.copy-install.install-press{animation:install-press .2s ease-out}@keyframes install-press{0%{transform:scale(1)}45%{transform:scale(.975)}to{transform:scale(1)}}.module-news{position:absolute;top:20px;right:20px;margin:0;min-height:40px;padding:0 12px;border:1px solid var(--detail-border);border-radius:999px;background:var(--detail-surface);color:var(--detail-muted)}.module-detail-content h2{padding-right:138px}@media(max-width:700px){.module-news{top:12px;right:12px;min-height:36px;padding:0 9px;font-size:10px}.module-news .icon{width:14px;height:14px}.module-detail-content h2{padding-right:112px}.module-command{gap:8px}.module-command code{font-size:10px}.module-command span{font-size:11px}}:root[data-palette=midnight] .module-links .module-link,:root[data-palette=midnight] .module-links .module-link:hover{background:#000}.module-command:hover{background:transparent;padding-left:0}.module-title-line{display:flex;align-items:baseline;flex-wrap:wrap;gap:0 14px;margin:-20px 0 22px;padding-right:138px}.module-title-line .module-detail-content h2,.module-title-line h2{margin:0;padding:0;flex:0 0 auto}.module-title-line .module-description{flex:1 1 200px;min-width:140px;margin:0}@media(max-width:700px){.module-title-line{gap:0 8px;margin-top:-16px;padding-right:112px}.module-title-line .module-description{flex-basis:180px;min-width:125px}}.module-title-line h2{translate:0 -3px}.module-title-line,.module-detail-content .module-title-line h2{padding-right:0}.module-news{position:relative;inset:auto;display:flex;width:max-content;max-width:100%;min-height:36px;margin:2px 0 12px auto;padding:0 12px}@media(max-width:700px){.module-title-line,.module-detail-content .module-title-line h2{padding-right:0}.module-news{top:auto;right:auto;min-height:34px;margin:0 0 10px auto;padding:0 10px}}.module-title-line{align-items:flex-start;margin-bottom:6px}.module-title-line .module-description{padding-top:2px}.module-commands{margin-top:0}.module-command{padding-top:3px;padding-bottom:3px}@media(max-width:700px){.module-title-line{margin-bottom:4px}}.module-title-line{align-items:center;justify-content:space-between;flex-wrap:nowrap;margin:-20px 0 8px;padding:0}.module-title-line h2{translate:0 -2px}.module-description{margin:0 0 5px;padding:0}.module-title-line .module-news{position:relative;inset:auto;flex:0 0 auto;min-height:36px;margin:0 0 0 14px;padding:0 12px}@media(max-width:700px){.module-title-line{margin-top:-16px;margin-bottom:6px;padding:0}.module-title-line .module-news{top:auto;right:auto;min-height:34px;margin-left:8px;padding:0 9px;font-size:10px}.module-description{margin-bottom:4px}}.module-news{transition:transform .18s cubic-bezier(.2,.8,.2,1),background .2s,border-color .2s}.module-news:active{transform:scale(.94)}.module-command,.copy-install,.module-news{transition:transform .42s cubic-bezier(.22,1,.36,1),background-color .3s ease,border-color .3s ease}.module-command:active,.copy-install:active,.module-news:active{transform:translateY(1px) scale(.975);transition-duration:.16s}.module-command.command-bounce{animation:command-bounce .48s cubic-bezier(.22,1,.36,1)}@keyframes command-bounce{0%{transform:translateY(1px) scale(.975)}55%{transform:translateY(-2px) scale(1.008)}to{transform:translateY(0) scale(1)}}.copy-install.install-press{animation:install-press .42s cubic-bezier(.22,1,.36,1)}@keyframes install-press{0%{transform:scale(1)}35%{transform:translateY(1px) scale(.975)}70%{transform:translateY(-1px) scale(1.006)}to{transform:translateY(0) scale(1)}}.module-news:active{transform:translateY(1px) scale(.96);transition-duration:.16s}.copy-install{animation:none!important;transition:transform .38s cubic-bezier(.22,1,.36,1),background .25s}.copy-install:hover{transform:none}.copy-install:active{transform:scale(.975);transition-duration:.12s}.module-command{transition:transform .38s cubic-bezier(.22,1,.36,1),background-color .3s ease}.module-command:active{transform:scale(.975);transition-duration:.12s}@media(max-width:700px){html{scroll-snap-type:none}.hero,.modules{touch-action:pan-x pinch-zoom}}@media(max-width:700px){.module-composition .module-plane:hover{scale:1;box-shadow:0 12px 25px #0002}[data-palette=pearl] .module-composition .module-plane:hover{box-shadow:0 22px 42px #25253018}}.module-command.command-bounce{animation:none}.module-title-line .module-news{min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;gap:7px}.module-title-line .module-news:hover{background:transparent;color:var(--detail-ink)}.module-title-line .module-news:active{transform:translateY(1px) scale(.96)}:root{--detail-bg: #09090a;--detail-ink: #eeeef2;--detail-muted: #b7b7c0;--detail-border: #ffffff24;--detail-code-bg: #111114;--detail-surface: #ffffff04;--detail-hover: #ffffff15;--detail-backdrop: #08080cbf;--detail-copy-bg: #ededf2;--detail-copy-ink: #202025;--detail-success: #adc4b6}:root[data-palette=pearl]{--detail-bg: #faf9f6;--detail-ink: #242426;--detail-muted: #67676f;--detail-border: #20202421;--detail-code-bg: #eeede9;--detail-surface: #20202403;--detail-hover: #2020240c;--detail-backdrop: #24242c52;--detail-copy-bg: #242426;--detail-copy-ink: #faf9f6;--detail-success: #397552}.modules{color:var(--ink);background:var(--paper);transition:background .65s,color .65s}.module-heading{color:var(--ink)}.module-context{color:var(--subtle)}.module-context a{color:var(--ink)}.module-context a:after{background:var(--line)}.module-context a:hover{color:var(--ink)}.module-context a:hover:after{background:var(--subtle)}.modules>.scroll-up{color:var(--subtle)}.modules>.scroll-up:hover{color:var(--ink)}.module-links .module-link>.icon:first-child,.module-links .module-link>.icon:last-child,.module-links .module-link:hover .icon{color:var(--ink)}[data-palette=pearl] .modules-glow{background:radial-gradient(ellipse at 50% 47%,#fff9,transparent 65%)}[data-palette=pearl] .modules-grid{border-color:#20202407}[data-palette=pearl] .modules-grid:before,[data-palette=pearl] .modules-grid:after{border-color:#20202405}[data-palette=pearl] .module-shadow{background:#25253023}[data-palette=pearl] .module-plane{box-shadow:0 22px 42px #25253018;border-color:#2020240d}[data-palette=pearl] .module-plane:hover{box-shadow:0 26px 60px #25253026}[data-palette=pearl] .module-plane:focus-visible{outline-color:#555f78}[data-palette=pearl] .module-links .module-link{background:#fff;border-color:#20202419;box-shadow:0 20px 40px #25253012,inset 0 1px #fff}[data-palette=pearl] .module-links .module-link:hover{background:#fff;border-color:#20202442}.entrance{background:var(--paper);color:var(--ink)}.entrance-halo,.entrance-halo:after{border-color:var(--line)}.entrance-track{background:var(--line)}.entrance-track i{background:var(--ink)}.profile-age{display:inline-flex;align-items:center;justify-content:center;padding:0 8px;white-space:nowrap}.module-dialog{color:var(--detail-ink);color-scheme:inherit}.module-dialog::backdrop{background:var(--detail-backdrop)}.module-detail-close{background:var(--detail-surface);color:var(--detail-muted)}.module-detail-close:hover{color:var(--detail-ink);background:var(--detail-hover)}.module-description,.module-detail-content h3,.module-commands li span,.install-alternative,.module-news{color:var(--detail-muted)}.module-commands li{border-color:var(--detail-border);background:var(--detail-surface)}.module-commands li{border-color:transparent;background:transparent}.install-command{background:var(--detail-code-bg);border-color:var(--detail-border);color:var(--detail-muted)}.copy-install{background:var(--detail-copy-bg);color:var(--detail-copy-ink)}.copy-install:hover{background:var(--detail-copy-bg);filter:brightness(1.08)}.copy-install.copied{background:#d5ebdf;color:#204d34}.copy-status{color:var(--detail-success)}.module-news:hover{color:var(--detail-ink)}
