.chess-widget{--chess-control-size:clamp(40px, 3vw, 60px);--chess-space:clamp(10px, 1vw, 18px);--chess-coordinate-size:clamp(12px, .9vw, 20px);color:#eeeae0;min-width:0;padding:clamp(12px,1.1vw,22px);position:relative}.chess-heading{color:#a2a3b3;font-family:var(--font-mono,"IBM Plex Mono", monospace);letter-spacing:.07em;justify-content:space-between;align-items:center;gap:8px;font-size:clamp(11px,.75vw,14px);line-height:1.4;display:flex}.chess-heading>:last-child{letter-spacing:0;white-space:nowrap;font-size:clamp(11px,.75vw,14px)}.chess-difficulty{color:#c4ccb5;min-height:32px;font-family:var(--font-mono,"IBM Plex Mono", monospace);cursor:pointer;background:#a9bd8910;border:1px solid #a9bd8930;border-radius:5px;max-width:55%;padding:4px 6px 4px 8px}.chess-difficulty option{color:#e1e3d5;background:#222632}.chess-difficulty:focus-visible,.chess-tools button:focus-visible{outline-offset:3px;outline:2px solid #b9d8a3}.chess-content{grid-template-columns:minmax(0, 1fr) var(--chess-control-size);align-items:start;gap:var(--chess-space);margin-top:var(--chess-space);display:grid}.chess-coordinates{grid-template-columns:var(--chess-coordinate-size) minmax(0, 1fr);grid-template-rows:auto var(--chess-coordinate-size);min-width:0;display:grid;position:relative}.chess-board{aspect-ratio:1;border-radius:3px;outline:1px solid #969c6e77;grid-template-rows:repeat(8,1fr);width:100%;display:grid;box-shadow:0 3px 16px #0003,inset 0 0 20px #151a1320}.chess-row{grid-template-columns:repeat(8,1fr);min-height:0;display:grid}.chess-square{appearance:none;aspect-ratio:1;cursor:pointer;touch-action:manipulation;border:0;border-radius:0;place-items:center;min-width:0;min-height:0;margin:0;padding:0;transition:box-shadow .15s;display:grid;position:relative}.chess-square.chess-light{background:#c1c7a3}.chess-square.chess-dark{background:#58664d}.chess-square:before{content:"";pointer-events:none;background:linear-gradient(120deg,#ffffff09,#0000 55%,#00000005);position:absolute;inset:0;box-shadow:inset 1px 1px #ffffff08}.chess-square:hover{box-shadow:inset 0 0 0 2px #eeeeac88}.chess-square:focus-visible{outline-offset:-3px;z-index:2;outline:2px solid #f4b56d}.chess-square.chess-last{box-shadow:inset 0 0 0 50px #cadb672a}.chess-square.chess-selected{box-shadow:inset 0 0 0 3px #e5eab1}.chess-piece{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 1px 1px #0007);z-index:1;width:91%;height:91%}.chess-move-dot{aspect-ratio:1;pointer-events:none;background:#10250c69;border-radius:50%;width:24%;position:absolute}.chess-ranks{color:#a0a399;grid-template-rows:repeat(8,1fr);align-items:center;display:grid}.chess-ranks span,.chess-files span{text-align:center;font:clamp(10px, .7vw, 13px)/1 var(--font-mono,"IBM Plex Mono", monospace)}.chess-files{color:#a0a399;grid-column:2;grid-template-columns:repeat(8,1fr);align-items:end;display:grid}.chess-reset{color:#a9a9b5;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:4px;width:100%;padding:0;display:flex}.chess-reset>span{width:var(--chess-control-size);height:var(--chess-control-size);border:1px solid #ffffff20;border-radius:50%;place-items:center;transition:background .18s,transform .18s;display:grid}.chess-reset:hover>span{background:#ffffff0b;transform:rotate(-35deg)}.chess-reset small{font:clamp(10px, .7vw, 13px)/1.4 var(--font-mono,"IBM Plex Mono", monospace)}.chess-tools{align-items:center;gap:var(--chess-space);flex-direction:column;min-width:0;display:flex}.chess-tools .chess-reset{flex:none}.chess-tools button svg{width:45%;height:45%}.chess-reset>span svg{width:50%;height:50%}.chess-turn{place-items:center;height:12px;display:grid}.chess-turn i{background:#e6ead6;border:1px solid #d6dfbb;border-radius:50%;width:9px;height:9px;display:block;box-shadow:0 0 8px #e6ead62a}.chess-turn-black i{box-shadow:none;background:#1b2018}.chess-navigation{flex-direction:column;gap:8px;width:100%;display:flex}.chess-navigation button{aspect-ratio:1;color:#c0c6b4;cursor:pointer;background:#9ba77f0a;border:1px solid #aab28c35;border-radius:6px;place-items:center;width:100%;padding:0;display:grid}.chess-navigation button:hover{background:#a7bd8230;border-color:#a7bd8280}.chess-counter{font:clamp(12px, .85vw, 16px)/1.3 var(--font-mono,"IBM Plex Mono", monospace);text-align:center;color:#c4c8b9}.chess-counter>span{color:#949a8b;font-size:clamp(10px,.7vw,13px);display:block}.chess-promotion{inset:24% 0 auto var(--chess-coordinate-size);z-index:5;color:#e4e8d9;background:#222a23f5;border:1px solid #b2c29288;border-radius:8px;padding:12px;position:absolute;box-shadow:0 8px 30px #0008}.chess-promotion>span{font:10px/1.5 var(--font-mono,"IBM Plex Mono", monospace);margin-bottom:8px;display:block}.chess-promotion>div{grid-template-columns:repeat(4,1fr);gap:3px;display:grid}.chess-promotion>div>button{cursor:pointer;background:#a5ba8820;border:1px solid #9cb58866;border-radius:3px;padding:2px}.chess-promotion img{aspect-ratio:1;width:100%}.chess-promotion-cancel{color:#b9c0af;cursor:pointer;font:10px var(--font-mono,"IBM Plex Mono", monospace);background:0 0;border:none;margin:8px auto 0;padding:3px 8px;display:block}.chess-status{color:#9a9daf;font:clamp(11px, .75vw, 14px)/1.4 var(--font-mono,"IBM Plex Mono", monospace);margin:var(--chess-space) 0 0 var(--chess-coordinate-size);min-height:1.4em}.chess-status.chess-error{color:#f3ae77}.chess-solved .chess-status,.chess-solved .chess-heading>:last-child{color:#afe8a0}.chess-solved .chess-board{outline-color:#afe8a0;box-shadow:0 0 18px #9ccd6226}@media (width<=1000px){.chess-widget{--chess-control-size:44px;--chess-space:12px;--chess-coordinate-size:16px;padding:20px 16px}}@container (width<=22rem){.chess-content{grid-template-columns:minmax(0,1fr)}.chess-tools{grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;display:grid}.chess-tools .chess-reset{width:var(--chess-control-size)}.chess-navigation{flex-direction:row;justify-content:center}.chess-navigation button{width:var(--chess-control-size);flex-shrink:0}}@media (prefers-reduced-motion:reduce){.chess-widget *,.chess-widget :before{transition:none!important}}.home-page{--home-gap:clamp(12px, .9vw, 18px);--home-top:clamp(14px, 1.1vw, 22px);--home-height:calc(100svh - var(--header-height) - var(--home-top) - 78px);--home-chess-height:calc((var(--home-height) - var(--home-gap)) * .532);min-height:calc(100svh - var(--header-height));padding:var(--home-top) 2.6vw 24px;background-image:radial-gradient(circle,#8185a525 .7px,#0000 .9px),radial-gradient(circle,#8185a525 .7px,#0000 .9px);background-size:5px 49px,49px 5px;position:relative}.home-page:before{content:"";pointer-events:none;opacity:.055;mix-blend-mode:screen;background:url(/art/map-background.png) 50%/cover;position:absolute;inset:0}.home-desktop{gap:var(--home-gap);height:var(--home-height);grid-template-columns:minmax(0,28fr) minmax(0,40fr) minmax(0,30fr);min-height:570px;display:grid;position:relative;container-type:inline-size}.home-main-column,.home-play-column{gap:var(--home-gap);min-width:0;min-height:0;display:grid}.home-main-column{grid-template-rows:minmax(0,1.245fr) minmax(0,1fr)}.home-play-column{grid-template-rows:minmax(0,.88fr) minmax(0,1fr)}.desktop-card{background:radial-gradient(at 55% 0,#43435224,#0000 72%),linear-gradient(130deg,#262837cc,#1d1f2b);border:1px solid #797b964a;border-radius:18px;min-width:0;min-height:0;overflow:hidden;box-shadow:inset 0 1px #ffffff04,0 15px 36px #0e0d1726}.home-page .portrait-card{background:#b7a58f;position:relative}.home-page .portrait-card>img{object-fit:cover;object-position:50% 50%;width:100%;height:170%;transition:transform .7s;position:absolute;top:-38.2%;left:0}.portrait-card:hover>img{transform:scale(1.02)}.portrait-about{position:absolute;inset:0}.portrait-location{color:#68695d;font:clamp(11px, .81cqw, 15px)/1.5 var(--font-mono);letter-spacing:.025em;pointer-events:none;position:absolute;top:1.3cqw;left:1.35cqw}.portrait-online{color:#f7f3df;font:clamp(11px, .81cqw, 15px) var(--font-mono);pointer-events:none;align-items:center;gap:10px;display:flex;position:absolute;top:1.3cqw;right:1.5cqw}.portrait-online i,.home-bottom i{background:#a6e3a1;border-radius:50%;width:10px;height:10px;box-shadow:0 0 10px #a6e3a147}.portrait-footer{color:#dcd9d3;font:clamp(10px, .75cqw, 14px)/1.25 var(--font-mono);white-space:pre-line;text-shadow:0 2px 8px #000;pointer-events:none;justify-content:space-between;align-items:end;display:flex;position:absolute;bottom:1cqw;left:1.35cqw;right:1.35cqw}.portrait-footer>a{pointer-events:auto;max-width:85px}.portrait-footer>a:hover{color:#b9eab1}.portrait-footer svg{vertical-align:middle;width:18px;height:14px;margin-left:4px}.intro-card{padding:1.4cqw 1.9cqw;position:relative}.card-meta{color:#a5a8bd;font:clamp(11px, .89cqw, 16px)/1.4 var(--font-mono);letter-spacing:.055em;justify-content:space-between;display:flex}.intro-aside{white-space:pre-line;text-align:right;color:#7c8197;font-size:.81cqw;line-height:1.4;position:absolute;top:1.4cqw;right:1.7cqw}.intro-card h1{letter-spacing:-.04em;white-space:nowrap;color:#f1ede5;margin-top:1.7cqw;font-size:2.76cqw;font-weight:600;line-height:1.15}.orange-text{color:#f4a36a}.violet-text{color:#a399eb}.personal-signature{font:1.72cqw var(--font-mono);color:#a5a7c2;letter-spacing:-.035em;margin-top:1.4cqw}.explore-link{font:1cqw var(--font-mono);letter-spacing:.04em;border-bottom:2px solid #aaa2ee;align-items:center;gap:8px;padding-bottom:6px;display:flex;position:absolute;bottom:1.7cqw;left:1.9cqw}.explore-link svg{width:19px}.explore-link:hover{color:#c8baff}.intro-footnote{color:#80859c;font:.72cqw/1.5 var(--font-mono);white-space:pre-line;padding-top:9px;padding-left:12px;position:absolute;bottom:1.7cqw;right:1.4cqw}.intro-footnote:before{content:"";border-top:1px solid #b4b4cd;border-left:1px solid #b4b4cd;width:18px;height:18px;position:absolute;top:0;left:-9px}.vibe-card{background:radial-gradient(at 20% 0,#45614930,#0000 80%),linear-gradient(140deg,#26312d,#1b2727);border-color:#73967650;padding:1.35cqw 1.7cqw;position:relative}.vibe-card .card-meta{color:#c9d6cb}.vibe-question{align-items:center;gap:2.2cqw;min-height:3.7cqw;margin-top:1.1cqw;padding-right:2.7cqw;display:flex}.vibe-smile{color:#a6e3a1;flex:none;width:3.8cqw;height:3.8cqw}.vibe-card h2{letter-spacing:-.02em;color:#f0ede3;font-size:2.7cqw;font-weight:400;line-height:1.1}.vibe-card:has(.vibe-work-link) h2{font-size:1.85cqw}.vibe-answers{gap:.68cqw;margin-top:.9cqw;display:grid}.vibe-answers :is(button,.vibe-work-link){min-height:2.95cqw;font:1.24cqw/1.3 var(--font-mono);letter-spacing:-.025em;background:#a4bca308;border:1px solid #a6d49d;border-radius:40px;justify-content:center;align-items:center;gap:12px;padding:.35cqw .8cqw;transition:background .2s,transform .2s;display:flex}.vibe-answers :is(button,.vibe-work-link):hover{background:#a4bca32b;transform:translateY(-2px)}.vibe-answers button:nth-child(2){color:#f3a466;background:#60412b2a;border-color:#ee9454}.vibe-answers button:nth-child(3){color:#e3d4ba;background:#71634219;border-color:#d7bf94}.handwritten{font-family:Caveat,cursive}.good-vibes{text-align:center;color:#a7e4af;pointer-events:none;font-size:1.5cqw;line-height:.95;position:absolute;top:1.5cqw;right:.8cqw;transform:rotate(-9deg)}.music-card{flex-direction:column;padding:1.35cqw 1.7cqw;display:flex;position:relative}.music-indicator{letter-spacing:0;font-size:.81cqw}.music-indicator i{background:#f6a55f;border-radius:50%;width:10px;height:10px;margin-right:10px;display:inline-block;box-shadow:0 0 9px #f6a55f44}.music-body{flex:1;align-items:center;gap:1.5cqw;min-height:0;padding-bottom:1cqw;display:flex}.vinyl{background:#0b0c0d url(/art/home-reference.png) 36.49% 60.55%/1321.67% 826.67% no-repeat;border:1px solid #6c6d705d;border-radius:50%;flex-shrink:0;place-items:center;width:11.3cqw;height:11.3cqw;display:grid;position:relative;box-shadow:inset 0 0 20px #000,0 4px 15px #0005}.vinyl>span{background:linear-gradient(140deg,#2f3242,#181b27);border:2px solid #07090e;border-radius:50%;place-items:center;width:41%;height:41%;display:grid;position:relative;box-shadow:0 0 0 1px #777d9690}.vinyl svg{width:35%;height:35%}.vinyl.spinning{animation:12s linear infinite record-rotate}.vinyl.spinning>span{animation:12s linear infinite reverse record-rotate}@keyframes record-rotate{to{transform:rotate(360deg)}}.music-info{flex:1;min-width:0;position:relative}.music-info h2{white-space:nowrap;text-overflow:ellipsis;font-size:1.2cqw;font-weight:400;overflow:hidden}.music-info>p{font:.86cqw var(--font-mono);color:#aaabbe;white-space:nowrap;text-overflow:ellipsis;margin-top:.35cqw;overflow:hidden}.track-time{text-align:right;font:.74cqw var(--font-mono);color:#a2a5ba;margin-top:1.1cqw}.seek-wrap{margin-top:-.3cqw;position:relative}.seek-wrap>.waveform{height:3cqw}.seek-wrap>input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.volume-control{color:#b0b3c5;align-items:center;gap:1.2cqw;margin-top:.85cqw;display:flex}.volume-control>input{accent-color:#d7d9e5;cursor:pointer;width:9.5cqw;height:3px}.audio-error{font:10px var(--font-mono);color:#f4a163}.home-chess{container-type:inline-size}.home-chess .chess-widget{--chess-coordinate-size:clamp(14px, .9vw, 20px);--chess-control-size:clamp(35px, 2.4vw, 48px);--chess-space:clamp(10px, .8vw, 16px);flex-direction:column;height:100%;padding:12px clamp(16px,1.5vw,29px) 18px;display:flex}.home-chess .chess-heading{font-size:clamp(11px,.85vw,16px)}.home-chess .chess-difficulty{color:#c0c4d3;background:#191e2b55;border-color:#78829944;border-radius:20px;min-height:26px;padding:2px 10px;font-size:clamp(11px,.75vw,14px)}.home-chess .chess-content{flex:1;grid-template-columns:minmax(0,1.77fr) minmax(0,1fr);gap:clamp(16px,1.8vw,34px);min-height:0;margin-top:12px;display:grid}.home-chess .chess-coordinates{max-width:calc(var(--home-chess-height) - 90px);align-self:start}.home-chess .chess-tools{align-items:stretch;gap:clamp(15px,1.5vw,28px);padding-top:12px;display:flex}.home-chess .chess-turn{height:auto;font:clamp(11px, .8vw, 15px)/1.35 var(--font-mono);white-space:normal;display:block}.home-chess .chess-turn i{display:none}.home-chess .chess-reset{flex-direction:row;justify-content:flex-start;gap:16px;width:auto}.home-chess .chess-reset>span{border-color:#8290b155;border-radius:15px}.home-chess .chess-reset small{font-size:clamp(11px,.8vw,15px)}.home-chess .chess-navigation{flex-direction:row;justify-content:space-between;align-items:center;gap:6px}.home-chess .chess-navigation button{width:var(--chess-control-size);height:var(--chess-control-size);color:#e5e6eb;border-color:#8290b155;border-radius:15px;flex:none}.home-chess .chess-counter{white-space:nowrap;font-size:clamp(10px,.72vw,14px)}.home-chess .chess-counter>span{font-size:inherit;display:inline}.home-chess .chess-doodle{white-space:pre-line;color:#c6c6da;font:clamp(19px,1.5vw,28px)/.95 Caveat,cursive;transform:rotate(-7deg)}.home-chess .chess-footer{min-height:18px;padding-left:var(--chess-coordinate-size);justify-content:space-between;align-items:end;gap:8px;margin-top:10px;display:flex}.home-chess .chess-status{min-height:0;margin:0;font-size:clamp(10px,.7vw,13px)}.home-chess .chess-status:empty{display:none}.home-chess .chess-calm{color:#8990aa;font:clamp(9px, .65vw, 12px)/1.3 var(--font-mono);text-align:right;margin-left:auto}.home-bottom{font:clamp(11px, .8vw, 14px) var(--font-mono);color:#a5a8bd;align-items:center;min-height:20px;margin-top:26px;display:flex;position:relative}.home-bottom>a{border-right:1px solid #797c924b;align-items:center;gap:14px;padding:0 26px 0 14px;display:flex}@media (width>=1001px) and (height<=800px){.home-page{--home-height:calc(100svh - var(--header-height) - var(--home-top) - 60px)}.home-desktop{min-height:540px}.home-bottom{margin-top:18px}.home-page{padding-bottom:22px}.intro-card h1{margin-top:1.45cqw}.home-chess .chess-widget{padding-bottom:12px}.home-chess .chess-tools{gap:17px;padding-top:8px}.home-chess .chess-footer{margin-top:6px}}@media (width<=1000px){.home-page{padding:20px 22px 64px}.home-desktop{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;height:auto;min-height:0;container-type:normal}.home-main-column,.home-play-column{display:contents}.home-page .portrait-card{grid-area:1/1/3;min-height:640px}.home-page .portrait-card>img{object-position:50% 50%;height:100%;top:0}.portrait-location,.portrait-online{font-size:11px;top:18px}.portrait-location{left:18px}.portrait-online{right:18px}.portrait-footer{font-size:11px;bottom:20px;left:22px;right:22px}.intro-card{grid-area:1/2;min-height:310px;padding:24px}.card-meta{font-size:12px}.intro-aside{display:none}.intro-card h1{white-space:normal;margin-top:28px;font-size:clamp(22px,3vw,30px);line-height:1.2}.personal-signature{margin-top:20px;font-size:19px}.explore-link{width:max-content;margin-top:32px;font-size:12px;position:relative;inset:auto}.intro-footnote{display:none}.vibe-card{grid-area:2/2;min-height:310px;padding:24px}.vibe-question{gap:24px;margin-top:20px;padding-right:35px}.vibe-smile{width:48px;height:48px}.vibe-card h2{font-size:34px}.vibe-card:has(.vibe-work-link) h2{font-size:24px}.vibe-answers{gap:10px;margin-top:18px}.vibe-answers :is(button,.vibe-work-link){min-height:43px;padding:8px;font-size:15px}.good-vibes{font-size:22px;top:32px;right:18px}.music-card{grid-column:1;min-height:320px;padding:24px}.music-indicator{font-size:10px}.music-body{gap:18px;padding-bottom:0}.vinyl{width:105px;height:105px}.music-info h2{white-space:normal;font-size:16px}.music-info>p{margin-top:8px;font-size:11px}.track-time{margin-top:22px;font-size:10px}.seek-wrap{margin-top:3px}.seek-wrap>.waveform{height:38px}.volume-control{gap:12px;margin-top:15px}.volume-control>input{width:90px}.home-chess{grid-column:2}.home-chess .chess-widget{padding:16px}.home-chess .chess-heading{font-size:11px}.home-chess .chess-content{grid-template-columns:minmax(0,1fr);gap:18px}.home-chess .chess-coordinates{max-width:none}.home-chess .chess-tools{grid-template-columns:auto 1fr;align-items:center;gap:14px;padding-top:0;display:grid}.home-chess .chess-turn{font-size:11px}.home-chess .chess-reset{justify-self:end;gap:10px}.home-chess .chess-navigation{justify-content:start;gap:12px}.home-chess .chess-doodle{justify-self:end;font-size:22px}.home-chess .chess-footer{margin-top:16px}.home-chess .chess-calm{font-size:10px}}@media (width<=620px){.home-page{padding:12px 16px 64px}.home-desktop{grid-template-columns:minmax(0,1fr);gap:16px}.home-desktop :is(.portrait-card,.intro-card,.vibe-card,.music-card,.home-chess){grid-area:auto}.home-page .portrait-card{order:1;height:520px;min-height:0}.intro-card{order:0;min-height:330px;padding:24px}.intro-card h1{margin-top:28px;font-size:clamp(25px,6.5vw,37px);line-height:1.2}.personal-signature{margin-top:22px;font-size:21px}.vibe-card{order:2;min-height:320px}.music-card{order:3;min-height:265px}.home-chess{order:4}.home-chess .chess-content{grid-template-columns:minmax(0,1fr)}.home-bottom{margin-top:28px;font-size:11px}}.work-page{max-width:1800px;min-height:calc(100vh - 72px);margin:0 auto;padding:26px 3.15vw 42px}.work-toolbar{height:55px;font:12px var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:1px;color:#9394af;justify-content:space-between;align-items:flex-start;display:flex}.work-toolbar>span{padding-top:10px}.work-toolbar button{color:#deddec;height:41px;font:12px var(--font-mono,"IBM Plex Mono",monospace);cursor:pointer;background:#282938;border:1px solid #3b3b51;border-radius:13px;align-items:center;gap:18px;padding:0 13px;display:flex}.work-toolbar button:hover{background:#343649}.work-desktop{aspect-ratio:1486/702;width:100%;position:relative}.archive-card{color:#f0eff7;isolation:isolate;background:#20222f;border:1px solid #4b4c62;border-radius:14px;text-decoration:none;transition:left .65s cubic-bezier(.22,1,.36,1),top .65s cubic-bezier(.22,1,.36,1),width .65s,height .65s,box-shadow .3s,translate .3s;display:block;position:absolute;overflow:hidden;box-shadow:0 14px 30px #05060b38}.archive-card:hover{translate:0 -5px;box-shadow:0 20px 40px #0006}.archive-card:focus-visible{outline-offset:5px;outline:2px solid #ade391}.archive-art{z-index:-2;background:#21262c;position:absolute;inset:0 0 43%;overflow:hidden}.archive-art>div{width:100%;height:100%}.archive-copy{z-index:2;position:absolute;bottom:19px;left:23px;right:59px}.archive-copy h2{letter-spacing:-.02em;margin:0 0 8px;font-size:clamp(16px,1.35vw,25px);font-weight:500;line-height:1.17}.archive-copy p{color:#cfced9;margin:0 0 10px;font-size:clamp(11px,.91vw,16px);line-height:1.3}.archive-tags{font:clamp(9px,.74vw,12px)/1.25 var(--font-mono,"IBM Plex Mono",monospace);color:#a1b6c6;text-transform:capitalize;letter-spacing:.02em;white-space:nowrap;display:block}.archive-open{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:3;background:#ffffff0d;border:1px solid #ffffff21;border-radius:15px;place-items:center;width:49px;height:45px;transition:background .2s,transform .2s;display:grid;position:absolute;bottom:29px;right:17px}.archive-card:hover .archive-open{background:#fff2;transform:translate(3px)}.archive-more{color:#c8cce1;position:absolute;top:10px;right:17px}.archive-parking-label{font:14px var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:1px;align-items:center;gap:12px;display:flex;position:absolute;top:22px;left:24px}.archive-parking-label>span{font:23px var(--font-sans,"Space Grotesk",sans-serif);text-align:center;border:1px solid #c3d6d6;border-radius:5px;width:26px;line-height:24px}.archive-parkovka68{background:#172727;border-color:#426253}.archive-parkovka68 .archive-art{opacity:.9;inset:0 0 24%}.archive-parkovka68 .archive-copy{bottom:19px}.archive-parkovka68 .archive-copy h2{font-size:clamp(20px,1.55vw,28px)}.archive-status{font:9px var(--font-mono,"IBM Plex Mono",monospace);text-transform:uppercase;white-space:nowrap;background:#173332b3;border:1px solid #88cbb52b;border-radius:10px;align-items:center;gap:8px;max-width:90%;padding:10px 12px;display:flex;position:absolute;bottom:127px;left:23px}.archive-status i{background:#2ce987;border-radius:50%;width:9px;height:9px;box-shadow:0 0 12px #2ce9874d}.archive-modul-plus{background:#944720;border-color:#e58d3e}.archive-modul-plus .archive-art{opacity:.91;inset:0}.archive-modul-plus .archive-copy{text-shadow:0 1px 10px #602904;top:22px;bottom:auto;right:30%}.archive-modul-plus .archive-copy h2{font-size:clamp(22px,1.95vw,35px)}.archive-modul-plus .archive-copy p,.archive-modul-plus .archive-tags{color:#f3d5bc}.archive-modul-plus .archive-open{border-color:#f4c49655;bottom:17px;right:23px}.archive-aside{color:#ecd4bf;font:12px/1.4 var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:1px;position:absolute;top:48px;right:31px}.folder-card{box-shadow:none;background:0 0;border:0;overflow:visible}.folder-face,.folder-back{z-index:-1;background:#352b53;border:1px solid #76609d;border-radius:14px;position:absolute;inset:35px 28px 0 0;box-shadow:0 8px 16px #08091280}.folder-back-1{z-index:-2;background:#59418a;inset:23px 16px 13px 12px;transform:rotate(1deg)}.folder-back-2{z-index:-3;background:#634995;inset:12px 4px 27px 25px;transform:rotate(2deg)}.folder-back-3{z-index:-4;background:#514078;inset:0 -8px 39px 40px;transform:rotate(3deg)}.folder-face{background:#302741}.archive-folder-label{font:12px var(--font-mono,"IBM Plex Mono",monospace);color:#d3bafc;align-items:center;gap:12px;display:flex;position:absolute;top:59px;left:23px}.folder-card .archive-copy{bottom:18px;right:62px}.folder-card .archive-copy h2{max-width:260px;font-size:clamp(19px,1.55vw,28px);line-height:1.16}.folder-card .archive-copy p{margin-bottom:12px;font-size:clamp(10px,.88vw,15px)}.folder-card .archive-open{background:#8268ba25;border-color:#a083d755;bottom:23px;right:48px}.folder-card .archive-tags{color:#b4a5db}.archive-mr-taco .archive-copy,.archive-promovygoda .archive-copy,.archive-binance-watcher .archive-copy{bottom:17px;left:21px}.archive-promovygoda{background:#172d2a;border-color:#487461}.archive-promovygoda .archive-tags{color:#7dc7af}.archive-binance-watcher{background:#172333;border-color:#355b80}.archive-binance-watcher .archive-tags{color:#7eb5d5}.archive-ozon-parser{background:#543a4b;border-color:#ad7890}.archive-ozon-parser .archive-tags{color:#d3a6c1}.archive-hyperliquid-monitor{background:#182729;border-color:#36786f}.archive-hyperliquid-monitor .archive-tags{color:#9abab9}.archive-website-rebuilder{color:#08222c;background:#a9d9ec;border-color:#8fb3d2}.archive-website-rebuilder .archive-copy{text-shadow:0 0 15px #bddfec;bottom:18px;left:24px;right:30%}.archive-website-rebuilder .archive-copy h2{color:#052430}.archive-website-rebuilder .archive-copy p,.archive-website-rebuilder .archive-tags{color:#082531}.archive-website-rebuilder .archive-open{color:#072f43;background:#6db4d2b3;border-color:#95d2e5;bottom:23px;right:25px}.archive-browser{color:#92b0ca;height:33px;font:10px var(--font-mono,"IBM Plex Mono",monospace);background:#24364e;border-bottom:1px solid #657d95;align-items:center;gap:18px;padding:0 17px;display:flex;position:absolute;top:0;left:0;right:0}.browser-dots{gap:8px;display:flex}.browser-dots i{background:#ef6470;border-radius:50%;width:10px;height:10px;display:block;box-shadow:inset 0 1px #ffffff70}.browser-dots i:nth-child(2){background:#e6bd43}.browser-dots i:nth-child(3){background:#3ccc8b}.work-baseline{color:#797b96;font:11px var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:1.7px;margin-top:40px}.archive-card.slot-0 .archive-art{bottom:24%}.archive-card.slot-0 .archive-copy{top:auto;bottom:18px}.archive-card:not(.slot-0) .archive-status{display:none}.archive-card:not(.slot-0) .archive-parking-label{font-size:10px;top:13px;left:17px}.archive-card:not(.slot-1) .archive-aside{display:none}.archive-card.slot-1 .archive-copy{top:23px;bottom:auto}.archive-card.slot-1 .archive-art{inset:0}.archive-card.folder-card.slot-1 .archive-copy{top:95px}.archive-card.folder-card:not(.slot-2) .archive-folder-label{top:49px}.archive-card.folder-card.slot-3 .archive-copy h2,.archive-card.folder-card.slot-4 .archive-copy h2,.archive-card.folder-card.slot-5 .archive-copy h2{font-size:17px}.archive-card.folder-card.slot-3 .archive-copy p,.archive-card.folder-card.slot-4 .archive-copy p,.archive-card.folder-card.slot-5 .archive-copy p{display:none}.archive-ozon-parser .archive-art{bottom:46%}.archive-hyperliquid-monitor .archive-art{bottom:48%}@media (width>=1800px){.archive-copy h2{font-size:25px}.archive-copy p{font-size:16px}.archive-tags{font-size:12px}}@media (width<=1000px){.work-page{padding:25px 24px 55px}.work-desktop{aspect-ratio:auto;grid-template-columns:1fr 1fr;gap:26px;display:grid}.archive-card{width:100%!important;height:230px!important;position:relative!important;top:auto!important;left:auto!important}.archive-card.slot-0{grid-row:span 2;height:486px!important}.archive-card.slot-1{height:230px!important}.archive-copy h2{font-size:21px}.archive-copy p{font-size:13px}.archive-tags{font-size:10px}.folder-card .archive-copy h2{font-size:21px}.folder-card .archive-copy p{font-size:12px}.archive-modul-plus .archive-copy h2{font-size:26px}.archive-parkovka68 .archive-copy h2{font-size:24px}.archive-status{bottom:127px}.archive-aside{display:none}.folder-back-3{right:1px}.folder-back-2{right:8px}.folder-back-1{right:16px}.folder-face{right:26px}.archive-copy{left:19px}.archive-open{width:40px;height:40px;right:14px}.archive-browser{gap:12px;font-size:9px}.work-baseline{margin-top:30px}}@media (width<=580px){.work-page{padding:24px 19px 55px}.work-toolbar{height:59px;font-size:9px}.work-toolbar button{gap:8px;height:36px;padding:0 9px;font-size:10px}.work-toolbar button svg:last-child{display:none}.work-desktop{grid-template-columns:1fr;gap:24px}.archive-card.slot-0{grid-row:auto;height:410px!important}.archive-card{height:228px!important}.archive-card.folder-card{height:248px!important}.archive-copy h2{font-size:22px}.archive-copy p{font-size:13px}.archive-tags{font-size:10px}.archive-open{right:20px}.folder-card .archive-open{right:44px}.archive-status{font-size:10px}}@media (prefers-reduced-motion:reduce){.archive-card,.archive-open{transition:none}}.map-atmosphere{z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;inset:0;overflow:hidden;container-type:size}.map-atmosphere-star{opacity:var(--star-opacity);animation:map-star-drift var(--star-drift) ease-in-out var(--star-delay) infinite alternate,map-star-twinkle var(--star-twinkle) ease-in-out var(--star-delay) infinite alternate;background:#e0eaff;border-radius:50%;animation-play-state:paused;display:block;position:absolute;box-shadow:0 0 4px #c2daff55}.map-atmosphere[data-running=true] .map-atmosphere-star{animation-play-state:running}@keyframes map-star-drift{0%{transform:translate(0,0)}to{transform:translate3d(var(--star-x),var(--star-y),0)}}@keyframes map-star-twinkle{0%,to{opacity:var(--star-opacity)}57%{opacity:.09}}.map-atmosphere-meteor{pointer-events:none;opacity:0;width:0;height:0;animation:map-meteor-flight var(--meteor-duration) cubic-bezier(.2,.35,.5,1) both;position:absolute}.map-atmosphere-meteor>span{width:150px;height:2px;transform:rotate(var(--meteor-angle));transform-origin:100%;background:linear-gradient(90deg,#0000,#b8d4e7a6 42%,#fffef4);border-radius:50%;position:absolute;top:0;right:0;box-shadow:0 0 8px #d2e4ff99}.map-atmosphere-meteor>span:after{content:"";background:#fffef4;border-radius:50%;width:4px;height:4px;position:absolute;top:-1px;right:-2px;box-shadow:0 0 8px 2px #d5e6ffcc}.map-atmosphere[data-running=false] .map-atmosphere-meteor{display:none}@keyframes map-meteor-flight{0%{opacity:0;transform:translate(0,0)}17%{opacity:1}72%{opacity:.85}to{opacity:0;transform:translate3d(var(--meteor-x),var(--meteor-y),0)}}@media (width<=760px){.map-atmosphere-star:nth-child(n+31){display:none}.map-atmosphere-meteor>span{width:100px}}@media (prefers-reduced-motion:reduce){.map-atmosphere-star{animation:none!important;transform:none!important}.map-atmosphere-meteor{animation:none!important;display:none!important}}.map-moon-plane{aspect-ratio:1586/992;pointer-events:none;width:max(100cqw,159.879cqh);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.map-moon{aspect-ratio:1;border-radius:50%;width:23.58%;position:absolute;top:70.36%;left:-8.95%;overflow:hidden}.map-moon img{width:120%;max-width:none;height:120%;animation:180s linear infinite paused map-moon-spin;display:block;position:absolute;top:-10%;left:-10%}.map-atmosphere[data-running=true] .map-moon img{animation-play-state:running}@keyframes map-moon-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.map-moon img{animation:none!important}}.constellation-page{--inspector-width:clamp(340px, 26.75vw, 450px);--map-duration:.28s;--map-quick:.22s;--map-ease:var(--motion-ease,cubic-bezier(.22,.61,.36,1));--map-top-space:64px;--node-pad:clamp(16px, 1.25vw, 22px);--node-gap:12px;--node-icon:clamp(43px, 3.4vw, 54px);grid-template-columns:minmax(0,1fr);grid-template-rows:var(--map-top-space) minmax(0, 1fr);width:100%;height:calc(100svh - var(--header-height,64px));isolation:isolate;color:#dedfeb;background:#0a0d14 url(/art/map-stars-only.png) 50%/cover no-repeat;min-height:800px;display:grid;position:relative;overflow:visible}.constellation-world{overscroll-behavior:contain;width:100%;min-width:0;height:100%;transition:width var(--map-duration) var(--map-ease);grid-row:2;position:relative;overflow:auto}.constellation-is-open{background-position:100% 0;background-size:145%}.constellation-is-open .constellation-world{width:calc(100% - var(--inspector-width))}.constellation-graph{width:100%;min-width:1000px;height:100%;min-height:760px;position:relative}.constellation-connections{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.constellation-connections line{stroke:#9299b1;stroke-width:.75px;opacity:.45}.constellation-connections circle{filter:drop-shadow(0 0 3px)}.constellation-connections g{opacity:.9;transition:opacity var(--map-quick) var(--map-ease)}.constellation-connections g.is-dimmed{opacity:.065}.constellation-filter{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:16.8%;min-width:215px;transition:width var(--map-duration) var(--map-ease), padding var(--map-duration) var(--map-ease), background var(--map-quick) var(--map-ease);background:#11141cdb;border:1px solid #4b4e60a6;border-radius:8px;padding:22px 17px 24px;font-family:IBM Plex Mono,monospace;position:absolute;top:22px;left:1.9%;box-shadow:0 6px 22px #0000000d}.constellation-filter-title{border-bottom:1px solid #4b4e6070;justify-content:space-between;align-items:center;gap:10px;padding:0 1px 16px;display:flex}.constellation-filter-title h1{color:#e9e8ff;letter-spacing:.14em;white-space:nowrap;margin:0;font:500 15px IBM Plex Mono,monospace}.constellation-filter-title>span{color:#868899;white-space:nowrap;font-size:10px}.constellation-filter-intro>p{color:#a0a4b7;letter-spacing:.015em;margin:18px 1px 21px;font-size:11px;line-height:1.6}.constellation-filter-options{gap:7px;display:grid}.constellation-filter-options button{text-align:left;color:#9599ae;letter-spacing:.04em;width:100%;min-height:37px;transition:color var(--map-quick) var(--map-ease), background var(--map-quick) var(--map-ease), border-color var(--map-quick) var(--map-ease);cursor:pointer;background:0 0;border:1px solid #4b4e6085;border-radius:22px;align-items:center;gap:15px;padding:7px 12px;font:12px IBM Plex Mono,monospace;display:flex}.constellation-filter-options button:hover{color:#e8e8f5;background:#ffffff07;border-color:#86889b}.constellation-filter-options button.is-active{color:#ecebff;background:#b9b3d90b;border-color:#a2a1c8}.constellation-filter-dot{opacity:.75;background:#767b91;border-radius:50%;flex:0 0 10px;height:10px}.constellation-filter-options .is-active .constellation-filter-dot{opacity:1;background:#ccc9fc;box-shadow:0 0 10px #bbb9ff25}.constellation-filter-count{color:#687775;margin-left:auto;font-size:11px;display:none}.constellation-filter-end{margin-top:24px;padding:19px 1px 0;position:relative}.constellation-filter-end:before{content:"";background:#757986;width:86px;height:1px;position:absolute;top:0;left:1px}.constellation-filter-end p{letter-spacing:.02em;color:#9095a5;margin:0;font:11px/1.5 IBM Plex Mono,monospace}.constellation-open-copy{display:none}.constellation-node{z-index:2;text-align:left;color:#dddff0;cursor:pointer;height:auto;font-family:var(--font-sans);transition:left var(--map-duration) var(--map-ease), top var(--map-duration) var(--map-ease), width var(--map-duration) var(--map-ease), border-color var(--map-quick) var(--map-ease), box-shadow var(--map-quick) var(--map-ease), opacity var(--map-quick) var(--map-ease), background var(--map-quick) var(--map-ease);background:#10141cef;border:1px solid #53576a85;border-radius:6px;margin:0;position:absolute;box-shadow:inset 0 1px 1px #ffffff04,0 8px 26px #0000000a}.constellation-node:hover{border-color:var(--node-accent);box-shadow:0 0 24px color-mix(in srgb, var(--node-accent) 9%, transparent);z-index:4;background:#171d26f2}.constellation-node:focus-visible,.constellation-filter button:focus-visible,.constellation-close:focus-visible,.constellation-open-case:focus-visible{outline-offset:5px;outline:2px solid #d8e0ff}.constellation-node.is-dimmed{opacity:.105;cursor:default;pointer-events:none}.constellation-node-featured{grid-template-columns:var(--node-icon) minmax(0, 1fr);align-content:start;gap:var(--node-gap) 16px;width:25.2%;min-width:252px;min-height:176px;padding:var(--node-pad);border-color:color-mix(in srgb, var(--node-accent) 63%, transparent);grid-template-rows:auto auto;display:grid}.constellation-node-visual{opacity:.13;filter:grayscale();pointer-events:none;width:51%;height:90%;position:absolute;bottom:0;right:0;-webkit-mask-image:linear-gradient(110deg,#0000 7%,#000 94%);mask-image:linear-gradient(110deg,#0000 7%,#000 94%)}.constellation-node-symbol,.constellation-node-content,.constellation-node-tags{z-index:1;position:relative}.constellation-node-symbol{width:var(--node-icon);height:var(--node-icon);color:var(--node-accent);background:color-mix(in srgb, var(--node-accent) 11%, #111419);border:1px solid #0000;border-radius:9px;justify-content:center;align-self:start;align-items:center;display:flex}.constellation-node-symbol svg{width:68%;height:68%}.constellation-node-content{flex-direction:column;gap:8px;min-width:0;display:flex}.constellation-node-content strong{letter-spacing:-.025em;overflow-wrap:anywhere;font-size:clamp(18px,1.35vw,24px);font-weight:600;line-height:1.25}.constellation-node-description{white-space:normal;letter-spacing:-.015em;color:#a6abbc;overflow-wrap:anywhere;font-size:clamp(12px,.85vw,15px);font-weight:400;line-height:1.4}.constellation-node-number{display:none}.constellation-node-status{border:1px solid color-mix(in srgb, var(--node-accent) 85%, transparent);color:var(--node-accent);letter-spacing:.035em;text-transform:uppercase;white-space:normal;overflow-wrap:anywhere;border-radius:12px;align-self:flex-start;padding:3px 8px;font:9px/1.4 IBM Plex Mono,monospace}.constellation-node-tags{color:#a9aec2;text-transform:uppercase;letter-spacing:.025em;overflow-wrap:anywhere;flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:7px;min-width:0;font:10px/1.35 IBM Plex Mono,monospace;display:flex}.constellation-node-tags>span{border:1px solid #666c8540;border-radius:5px;padding:7px 10px}.constellation-satellite{background:#11151de0;align-items:flex-start;gap:12px;width:14%;min-width:140px;min-height:70px;padding:13px;display:flex}.constellation-satellite-dot{background:var(--node-accent);border-radius:50%;flex:none;align-self:flex-start;width:12px;height:12px;margin-top:3px}.constellation-satellite-copy{flex-direction:column;gap:6px;min-width:0;display:flex}.constellation-satellite-copy strong{white-space:normal;overflow-wrap:anywhere;font-size:clamp(12px,.85vw,15px);font-weight:500;line-height:1.35}.constellation-satellite-copy>span{color:#8d93a7;letter-spacing:.025em;text-transform:capitalize;white-space:normal;overflow-wrap:anywhere;font:9px/1.45 IBM Plex Mono,monospace}.constellation-side-note{z-index:1;pointer-events:none;letter-spacing:.09em;color:#7c859d;width:70px;font:10px/1.5 IBM Plex Mono,monospace;position:absolute;right:2.6%}.constellation-side-note-top{flex-direction:column;gap:26px;display:flex;top:24px}.constellation-side-note-top svg{width:40px;height:40px}.constellation-side-note-middle{top:24.6%;right:4.6%}.constellation-orbit-note{color:#7c859d;letter-spacing:.09em;pointer-events:none;font:10px/1.5 IBM Plex Mono,monospace;position:absolute;top:10.2%;left:41%}.constellation-bottom-note{color:#8b92a8;letter-spacing:.09em;align-items:center;gap:17px;font:10px IBM Plex Mono,monospace;display:flex;position:absolute;bottom:3.8%;left:2%}.constellation-bottom-note svg{width:22px;height:22px}.constellation-open-bottom{display:none}.constellation-filter-announcement{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.constellation-is-open .constellation-filter{background:#10171ac9;border-color:#39475345;border-radius:6px;width:15%;min-width:165px;padding:12px 13px 15px;top:22px;left:1.7%}.constellation-is-open .constellation-filter-intro,.constellation-is-open .constellation-closed-copy{display:none}.constellation-is-open .constellation-filter-options{gap:3px}.constellation-is-open .constellation-filter-options button{background:0 0;border:0;border-radius:2px;gap:10px;min-height:35px;padding:8px 0;font-size:11px}.constellation-is-open .constellation-filter-options .is-active{color:#b4df9c}.constellation-is-open .constellation-filter-dot{opacity:0;flex-basis:6px;height:6px}.constellation-is-open .constellation-filter-options .is-active .constellation-filter-dot{opacity:1;background:#b4df9c}.constellation-is-open .constellation-filter-count{display:inline}.constellation-is-open .constellation-filter-end{margin-top:19px;padding-top:15px}.constellation-is-open .constellation-filter-end:before{background:#727e84;width:100%}.constellation-is-open .constellation-open-copy{display:block}.constellation-is-open .constellation-node-featured{padding:var(--node-pad);gap:var(--node-gap);background:#0e1519e8;border-color:#657a858b;flex-direction:column;display:flex}.constellation-is-open .constellation-node-visual{opacity:.035}.constellation-is-open .constellation-node-symbol{border:1px solid var(--node-accent);background:color-mix(in srgb, var(--node-accent) 7%, #101719);border-radius:7px;flex-shrink:0;width:49px;height:49px}.constellation-is-open .constellation-node-symbol svg{width:35px;height:35px}.constellation-is-open .constellation-node-content{gap:8px}.constellation-is-open .constellation-node-content strong{color:#eff1f3}.constellation-is-open .constellation-node-description{color:#939faa}.constellation-is-open .constellation-node-number{color:#a0aaaf;font:11px IBM Plex Mono,monospace;display:block;position:absolute;top:19px;right:18px}.constellation-is-open .constellation-node-tags{color:color-mix(in srgb, var(--node-accent) 68%, #8598a6);letter-spacing:.025em;gap:6px;margin-top:auto;font-size:9px}.constellation-is-open .constellation-node-tags>span{white-space:normal;border:0;border-radius:0;padding:0}.constellation-is-open .constellation-node-tags>span+span:before{content:"/";margin-right:6px}.constellation-is-open .constellation-node.is-selected{border-color:var(--node-accent);box-shadow:0 0 1px 1px color-mix(in srgb, var(--node-accent) 30%, transparent), inset 0 0 30px color-mix(in srgb, var(--node-accent) 4%, transparent);background:#101812ed}.constellation-is-open .constellation-satellite{background:#0e161ad9;border-color:#53677165}.constellation-is-open .constellation-satellite-dot{background:#87929f;width:10px;height:10px}.constellation-is-open .constellation-side-note,.constellation-is-open .constellation-orbit-note,.constellation-is-open .constellation-bottom-note{display:none}.constellation-is-open .constellation-open-bottom{color:#71818c;letter-spacing:.05em;margin:0;font:11px/1.5 IBM Plex Mono,monospace;display:block;position:absolute;bottom:3%;left:2.3%}.constellation-inspector{z-index:6;width:var(--inspector-width);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);animation:constellation-inspector-arrive var(--map-duration) var(--map-ease) both;background:#0e1519f5;border-left:1px solid #8792985c;padding:54px 31px;position:absolute;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-15px 0 60px #00000012}.constellation-close{color:#e5eaed;cursor:pointer;background:0 0;border:0;place-items:center;width:32px;height:32px;padding:0;display:grid;position:absolute;top:20px;right:22px}.constellation-close:hover{color:var(--node-accent)}.constellation-inspector-kicker{text-transform:uppercase;color:var(--node-accent);letter-spacing:.015em;margin:0 0 22px;font:12px/1.5 IBM Plex Mono,monospace}.constellation-inspector h2{letter-spacing:-.025em;color:#f2f3f3;overflow-wrap:break-word;outline:none;margin:0 0 11px;font-family:Space Grotesk,sans-serif;font-size:clamp(31px,3vw,48px);font-weight:600;line-height:1.13}.constellation-inspector-summary{color:#b4becb;white-space:pre-line;letter-spacing:-.02em;margin:0;font:18px/1.4 IBM Plex Mono,monospace}.constellation-inspector-context{color:#a9b5c3;letter-spacing:.005em;margin:26px 0 23px;font:13px/1.65 IBM Plex Mono,monospace}.constellation-inspector-facts{text-transform:uppercase;border-top:1px solid #6576818c;gap:12px;margin:0;padding:23px 0 24px;font:12px/1.5 IBM Plex Mono,monospace;display:grid}.constellation-inspector-facts>div{grid-template-columns:112px minmax(0,1fr);column-gap:16px;display:grid}.constellation-inspector-facts dt{color:#7b899c}.constellation-inspector-facts dd{color:#b8c4d2;overflow-wrap:anywhere;margin:0}.constellation-inspector-facts .constellation-fact-status{color:var(--node-accent);align-items:baseline;gap:13px;display:flex}.constellation-fact-status>span{background:var(--node-accent);height:8px;box-shadow:0 0 12px color-mix(in srgb, var(--node-accent) 15%, transparent);border-radius:50%;flex:0 0 8px;display:inline-block}.constellation-open-case{border:1px solid var(--node-accent);width:100%;min-height:56px;color:var(--node-accent);letter-spacing:.1em;transition:background var(--map-quick) var(--map-ease), color var(--map-quick) var(--map-ease);border-radius:5px;justify-content:center;align-items:center;gap:19px;font:15px IBM Plex Mono,monospace;text-decoration:none;display:flex}.constellation-open-case:hover{background:color-mix(in srgb, var(--node-accent) 10%, transparent)}.constellation-inspector-focus{border-top:1px solid #53677277;margin-top:28px;padding-top:23px}.constellation-inspector-focus h3{color:#6b7a8b;margin:0 0 16px;font:11px IBM Plex Mono,monospace}.constellation-inspector-focus ul{gap:13px;margin:0;padding:0;list-style:none;display:grid}.constellation-inspector-focus li{color:#98a5b4;align-items:center;gap:20px;font:13px Space Grotesk,sans-serif;display:flex}.constellation-inspector-focus li svg{color:#d3dce5}.constellation-inspector-signoff{color:#8796a6;margin-top:34px;font:italic 12px/1.6 IBM Plex Mono,monospace}@keyframes constellation-inspector-arrive{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@media (width<=1250px) and (width>=761px){.constellation-page{--inspector-width:335px;min-height:750px}.constellation-filter{min-width:185px;padding:18px 12px}.constellation-filter-title h1{font-size:12px}.constellation-filter-intro>p{font-size:10px}.constellation-filter-options button{gap:10px;font-size:10px}.constellation-page{--node-pad:16px;--node-icon:43px}.constellation-is-open .constellation-filter{min-width:148px;padding:10px;left:12px}.constellation-is-open .constellation-filter-options button{gap:7px;font-size:9px}.constellation-inspector{padding-left:23px;padding-right:23px}.constellation-inspector-summary{font-size:16px}.constellation-inspector-context{font-size:12px}.constellation-inspector-facts{font-size:10px}.constellation-inspector-facts>div{grid-template-columns:85px minmax(0,1fr);gap:10px}}@media (width<=760px){.constellation-page{height:auto;min-height:calc(100svh - var(--header-height,64px));--node-pad:16px;--node-icon:45px}.constellation-world,.constellation-is-open .constellation-world{width:100%;min-height:760px;height:calc(100svh - var(--header-height,64px) - var(--map-top-space));transition:none}.constellation-graph{min-width:1150px}.constellation-filter,.constellation-is-open .constellation-filter{width:185px;min-width:0;padding:16px 12px;top:20px;left:16px}.constellation-filter-title h1{font-size:12px}.constellation-filter-title>span{font-size:9px}.constellation-filter-intro>p{font-size:10px}.constellation-filter-options button{gap:9px;min-height:35px;padding:8px 10px;font-size:10px}.constellation-filter-dot{flex-basis:8px;height:8px}.constellation-side-note{font-size:9px}.constellation-inspector{z-index:35;background:#0d151afa;border-top:1px solid #657681;border-left:none;border-radius:18px 18px 0 0;width:100%;max-height:min(77svh,720px);padding:41px 23px 46px;position:fixed;inset:auto 0 0;box-shadow:0 -15px 50px #0009}.constellation-inspector h2{font-size:36px}.constellation-inspector-summary{font-size:17px}.constellation-inspector-context{max-width:550px;font-size:12px}.constellation-inspector-facts{font-size:11px}.constellation-inspector-facts>div{grid-template-columns:106px minmax(0,1fr)}.constellation-inspector-signoff{margin-bottom:25px}}@media (prefers-reduced-motion:reduce){.constellation-world,.constellation-node,.constellation-filter,.constellation-connections g{transition:none}.constellation-inspector{animation:none}}.constellation-page.interactive-map{height:calc(100svh - var(--header-height));min-height:540px;display:block}.interactive-map .constellation-world{height:100%;min-height:0;overflow:visible}.interactive-map .constellation-filter,.interactive-map.constellation-is-open .constellation-filter{width:230px;min-width:0;top:36px;left:28px}.interactive-map .constellation-filter-title h1{font-size:13px}.interactive-map .graph-viewport{touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none;outline:none;position:absolute;inset:24px 24px 82px 286px;overflow:hidden}.interactive-map .graph-viewport:focus-visible{outline-offset:-4px;border-radius:12px;outline:1px dashed #a0a8c26b}.interactive-map .graph-viewport.is-dragging,.interactive-map .graph-viewport.is-dragging .constellation-node{cursor:grabbing}.interactive-map .constellation-graph{transform-origin:0 0;will-change:transform;width:1px;min-width:0;height:1px;min-height:0;position:absolute;top:0;left:0}.interactive-map .constellation-connections{pointer-events:none;width:1px;height:1px;overflow:visible}.interactive-map .constellation-connections line{stroke-width:1.2px;opacity:.62}.interactive-map .constellation-node{cursor:grab;touch-action:none;transition:border-color .18s,box-shadow .18s,opacity .18s,background .18s}.interactive-map .constellation-node-featured,.interactive-map.constellation-is-open .constellation-node-featured{background:#10141cef;grid-template-rows:auto auto;grid-template-columns:54px minmax(0,1fr);align-content:start;gap:18px 16px;min-width:0;min-height:218px;padding:22px;display:grid}.interactive-map .constellation-node-symbol,.interactive-map.constellation-is-open .constellation-node-symbol{background:color-mix(in srgb,var(--node-accent) 11%,#111419);border:1px solid #0000;border-radius:9px;width:54px;height:54px}.interactive-map .constellation-node-content strong{font-size:22px}.interactive-map .constellation-node-description{font-size:14px}.interactive-map .constellation-node-tags,.interactive-map.constellation-is-open .constellation-node-tags{color:#a9aec2;gap:7px;margin-top:0;font-size:10px}.interactive-map.constellation-is-open .constellation-node-tags>span{border:1px solid #666c8540;border-radius:5px;padding:7px 10px}.interactive-map.constellation-is-open .constellation-node-tags>span+span:before{content:none}.interactive-map.constellation-is-open .constellation-node-visual{opacity:.13}.interactive-map.constellation-is-open .constellation-node-number{display:none}.interactive-map .constellation-satellite{align-items:center;min-width:0;min-height:86px;padding:16px}.interactive-map .constellation-satellite-copy strong{font-size:15px}.interactive-map .constellation-satellite-copy>span{font-size:10px}.interactive-map .constellation-satellite-dot{align-self:center;margin-top:0}.interactive-map .constellation-side-note,.interactive-map .constellation-orbit-note,.interactive-map .constellation-bottom-note,.interactive-map .constellation-open-bottom{display:none}.graph-controls{z-index:5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);white-space:nowrap;background:#141925e8;border:1px solid #53596c80;border-radius:12px;align-items:center;gap:4px;padding:5px;display:flex;position:absolute;bottom:38px;left:calc(50% + 130px);transform:translate(-50%);box-shadow:0 6px 24px #0003}.graph-controls button{color:#dfe4f3;border-radius:8px;justify-content:center;align-items:center;min-width:38px;min-height:38px;display:flex}.graph-controls button:hover{background:#a7bcdb16}.graph-controls output{text-align:center;width:49px;font:11px var(--font-mono);color:#aeb7cb}.graph-controls>span{background:#545b6c70;width:1px;height:20px;margin:0 5px}.graph-controls .graph-fit{font:12px var(--font-mono);gap:9px;padding:0 12px}.graph-instructions{text-align:center;pointer-events:none;font:10px var(--font-mono);color:#858da4;position:absolute;bottom:14px;left:286px;right:24px}.interactive-map .constellation-inspector{z-index:8}@media (width<=1250px) and (width>=761px){.interactive-map .constellation-filter,.interactive-map.constellation-is-open .constellation-filter{width:190px;left:18px}.interactive-map .graph-viewport{left:228px;right:12px}.graph-controls{left:calc(50% + 104px)}.graph-instructions{font-size:9px;left:228px;right:12px}}@media (width<=760px){.constellation-page.interactive-map{height:calc(100svh - var(--header-height));min-height:480px}.interactive-map .constellation-world,.interactive-map.constellation-is-open .constellation-world{width:100%;height:100%;min-height:0}.interactive-map .constellation-filter,.interactive-map.constellation-is-open .constellation-filter{-webkit-backdrop-filter:none;backdrop-filter:none;width:calc(100% - 24px);box-shadow:none;background:0 0;border:0;padding:0;top:14px;left:12px}.interactive-map .constellation-filter-intro,.interactive-map .constellation-filter-end{display:none}.interactive-map .constellation-filter-options{gap:6px;padding:2px 2px 8px;display:flex;overflow-x:auto}.interactive-map .constellation-filter-options button{background:#111722ef;border:1px solid #4b4e6085;border-radius:22px;flex:none;gap:8px;width:auto;min-height:36px;padding:8px 12px;font-size:10px}.interactive-map .constellation-filter-dot{opacity:1;flex-basis:6px;width:6px;height:6px}.interactive-map .constellation-filter-count{display:none}.interactive-map .graph-viewport{inset:70px 0 118px}.graph-controls{bottom:64px;left:50%}.graph-instructions{font-size:9px;line-height:1.5;bottom:31px;left:20px;right:20px}}.case-page{color:#e5e3ec;max-width:1800px;margin:0 auto;padding:27px 3.35vw 85px}.case-intro{grid-template-columns:1fr 400px;min-height:271px;display:grid}.case-kicker{font:11px var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:3px;color:#8f8ca2}.case-kicker span{color:#a6dc91}.case-headline h1{font-family:var(--font-sans,"Space Grotesk",sans-serif);letter-spacing:-.075em;margin:18px 0 11px;font-size:clamp(62px,7vw,123px);font-weight:600;line-height:1.07}.case-category{font:12px var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:2.6px;text-transform:uppercase;color:#8c879e}.case-summary{color:#dedce7;max-width:590px;margin:20px 0 18px;font-size:21px;line-height:1.32}.case-marginalia{font:10px/1.9 var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:1.7px;justify-content:space-between;gap:35px;padding-top:42px;display:flex}.case-marginalia p{color:#dfdce7;margin:0}.case-marginalia p:after{content:"";background:#a8e68d;width:30px;height:1px;margin-top:18px;display:block}.case-marginalia>span{color:#656278}.case-cover{aspect-ratio:1475/392;background:#10151b;border:1px solid #464553;border-radius:9px;width:100%;margin:0 0 36px;position:relative;overflow:hidden}.case-cover>.case-illustration{width:100%;height:100%;position:absolute;inset:0}.case-cover>img{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.case-cover figcaption{font:9px var(--font-mono,"IBM Plex Mono",monospace);color:#c5c4ca;opacity:.8;background:#0b101ae0;border-radius:3px;padding:5px 7px;position:absolute;bottom:8px;right:11px}.case-metadata{min-height:55px;font:11px var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:1.1px;text-transform:uppercase;border-block:1px solid #383541;grid-template-columns:1.12fr 1fr auto;align-items:center;gap:30px;display:grid}.case-metadata>div{align-items:center;gap:30px;display:flex}.case-metadata>div:last-child{color:#c6c2d0;gap:13px}.case-metadata span{color:#b7b2c7}.case-metadata strong{color:#abe98c;align-items:center;gap:13px;font-weight:400;display:flex}.case-metadata strong i{background:#9cdb8a;border-radius:50%;width:10px;height:10px;display:block}.case-metadata b{color:#d8d2e5;font-weight:400}.case-navigation{justify-content:space-between;margin-top:19px;display:flex}.case-navigation a,.case-not-found>a{font:10px var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:2px;color:#e1dde8;border:1px solid #a4d58b;border-radius:4px;justify-content:center;align-items:center;gap:15px;padding:13px 26px;text-decoration:none;transition:background .2s;display:inline-flex}.case-navigation a:hover{background:#a4d58b15}.case-story{border-top:1px solid #393541;grid-template-columns:.58fr 1fr;gap:70px;margin-top:96px;padding-top:44px;display:grid}.case-section-label{font:11px var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:2px;color:#cfccda;flex-direction:column;gap:15px;display:flex}.case-section-label span{color:#7e7b8d}.case-story h2{letter-spacing:-1.2px;margin:0 0 25px;font-size:36px;font-weight:500;line-height:1.2}.case-story p{color:#afacbb;max-width:790px;margin:0 0 22px;font-size:18px;line-height:1.65}.case-live-link{font:13px var(--font-mono,"IBM Plex Mono",monospace);color:#b1e692;border-bottom:1px solid #b1e692;align-items:center;gap:12px;margin-top:5px;padding:10px 0;text-decoration:none;display:inline-flex}.case-gallery{grid-template-columns:.58fr 1fr;gap:70px;margin-top:74px;display:grid}.case-gallery-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.case-gallery figure{min-width:0;margin:0}.case-gallery figure:first-child{grid-column:1/-1}.case-gallery button{cursor:zoom-in;background:#17191d;border:1px solid #464553;border-radius:8px;width:100%;padding:0;display:block;position:relative;overflow:hidden}.case-gallery img{object-fit:cover;object-position:top;width:100%;height:auto;max-height:520px;display:block}.case-gallery button>span{color:#e4e4ed;opacity:0;background:#12151ee6;border-radius:50%;place-items:center;padding:10px;transition:opacity .2s;display:grid;position:absolute;bottom:12px;right:12px}.case-gallery button:hover>span,.case-gallery button:focus-visible>span{opacity:1}.case-gallery figcaption{font:11px/1.6 var(--font-mono,"IBM Plex Mono",monospace);color:#aaa5ba;margin-top:10px}.case-lightbox{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:90;background:#080b14ee;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.case-lightbox>button{color:#fff;z-index:2;background:#2e303e;border:1px solid #606171;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:absolute;top:18px;right:18px}.case-lightbox>img{object-fit:contain;border-radius:8px;max-width:94vw;max-height:92vh}.knowledge-case-cover{background:#242135;border-color:#696084;justify-content:space-between;padding:50px 60px;display:flex}.knowledge-case-title>span{font:12px var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:2px;color:#bbacd7}.knowledge-case-title strong{letter-spacing:-2px;margin-top:30px;font-size:clamp(34px,4vw,68px);font-weight:500;line-height:1.05;display:block}.knowledge-case-title p{font:13px var(--font-mono,"IBM Plex Mono",monospace);color:#c2b1df;margin-top:20px}.knowledge-case-cycle{flex-direction:column;justify-content:center;gap:0;width:270px;display:flex}.knowledge-case-cycle span{font:13px var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:2px;color:#cfc0ed;border-bottom:1px solid #675c81;padding:21px 10px}.concept-cover-copy{text-shadow:0 2px 15px #0009;background:#0006;flex-direction:column;justify-content:center;padding:60px;display:flex;position:absolute;inset:0}.concept-cover-copy>span,.concept-cover-copy>p{font:13px var(--font-mono,"IBM Plex Mono",monospace);text-transform:uppercase;letter-spacing:2px}.concept-cover-copy strong{letter-spacing:-3px;margin-top:20px;font-size:clamp(40px,5vw,90px);font-weight:500}.case-digital-assets-kb .case-headline h1,.case-binance-watcher .case-headline h1,.case-hyperliquid-monitor .case-headline h1,.case-website-rebuilder .case-headline h1{font-size:clamp(53px,6vw,95px)}.case-not-found{padding-top:130px}.case-not-found h1{letter-spacing:-3px;font-size:65px}.case-not-found>span{font-family:var(--font-mono,"IBM Plex Mono",monospace);color:#a6dc91}@media (width<=1100px){.case-intro{grid-template-columns:1fr;min-height:260px}.case-marginalia{display:none}.case-metadata{gap:15px;font-size:9px}.case-metadata>div{gap:15px}.case-category{letter-spacing:2px;font-size:10px}.case-story,.case-gallery{grid-template-columns:200px 1fr;gap:35px}.case-cover{aspect-ratio:2.8}.knowledge-case-cover{padding:35px}.knowledge-case-cycle{width:210px}.knowledge-case-title strong{font-size:42px}.case-summary{font-size:20px}}@media (width<=650px){.case-page{padding:27px 19px 80px}.case-intro{min-height:0;padding-bottom:25px}.case-headline h1{letter-spacing:-4px;overflow-wrap:anywhere;margin:20px 0 15px;font-size:57px}.case-category{letter-spacing:1px;font-size:9px;line-height:1.8}.case-summary{margin-bottom:0;font-size:18px}.case-cover{aspect-ratio:1.5;margin-bottom:20px}.parking-case-cover{aspect-ratio:2.7}.case-cover figcaption{padding:3px;font-size:7px;bottom:3px;right:3px}.case-metadata{letter-spacing:.5px;grid-template-columns:1fr;gap:15px;padding:19px 0;font-size:10px}.case-metadata>div{justify-content:space-between}.case-metadata>div:last-child{justify-content:flex-start;gap:12px}.case-navigation{gap:12px}.case-navigation a{letter-spacing:.6px;gap:8px;padding:12px 10px;font-size:8px}.case-story,.case-gallery{grid-template-columns:1fr;gap:24px;margin-top:55px}.case-section-label{flex-direction:row;justify-content:space-between}.case-story h2{font-size:29px}.case-story p{font-size:16px}.case-gallery-grid{grid-template-columns:1fr}.case-gallery figure:first-child{grid-column:auto}.case-lightbox{padding:15px}.knowledge-case-cover{padding:24px}.knowledge-case-title>span{letter-spacing:1px;font-size:7px}.knowledge-case-title strong{letter-spacing:-1px;font-size:29px}.knowledge-case-title p{font-size:9px}.knowledge-case-cycle{display:none}.concept-cover-copy{padding:25px}.concept-cover-copy strong{letter-spacing:-1.5px;font-size:36px}.concept-cover-copy>span,.concept-cover-copy>p{letter-spacing:1px;font-size:10px}.case-digital-assets-kb .case-headline h1,.case-binance-watcher .case-headline h1,.case-hyperliquid-monitor .case-headline h1,.case-website-rebuilder .case-headline h1{font-size:48px}}.about-page{--about-space-sm:clamp(16px,1.25vw,20px);--about-space-md:clamp(20px,1.5vw,24px);--about-space-lg:clamp(24px,2vw,32px);max-width:1560px;padding:var(--about-space-lg) 3.35vw;grid-template-columns:minmax(330px,.84fr) 1.4fr;align-items:start;gap:65px;margin:0 auto;display:grid}.about-photo{aspect-ratio:2/3.1;background:#a79681;border:1px solid #81776c;border-radius:19px;position:sticky;top:108px;overflow:hidden}.about-photo img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.about-photo .about-founded{color:#4f4b47;font:11px var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:1px;white-space:nowrap;position:absolute;top:25px;left:24px}.about-kicker{font:11px var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:2px;color:#9993ad}.about-copy h1{letter-spacing:-4px;margin:var(--about-space-sm) 0;font-size:clamp(50px,5vw,85px);font-weight:500;line-height:1.02}.about-manifesto{letter-spacing:-1.1px;margin:0 0 var(--about-space-sm);color:#ede6e2;font-size:clamp(23px,2.4vw,40px);line-height:1.28}.about-manifesto em{color:#f9a16b;font-style:normal}.about-manifesto strong{color:#a399f1;font-weight:500}.about-manifesto .about-ideas{color:#a8d99b}.about-summary{color:#a9a5b6;max-width:660px;margin:0;font-size:17px;line-height:1.6}.about-personal{font:22px var(--font-mono,"IBM Plex Mono",monospace);color:#b5aed0;margin:var(--about-space-sm) 0 var(--about-space-md)}.about-proof{padding-top:var(--about-space-md);border-top:1px solid #393644;grid-template-columns:1fr 1fr;gap:34px;display:grid}.about-proof section{align-content:start;gap:var(--about-space-sm);display:grid}.about-proof h2{font:10px var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:2px;color:#a6daa0;margin:0}.about-proof time{font:10px var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:1px;color:#8b839c}.about-proof h3{color:#dfd9e7;margin:7px 0;font-size:17px;font-weight:500}.about-proof p{color:#a09aaa;max-width:260px;margin:0;font-size:13px;line-height:1.65}.about-contact{font:13px var(--font-mono,"IBM Plex Mono",monospace);letter-spacing:.3px;color:#a8d99b;border:0;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:9px 0;text-decoration:none;display:inline-flex}.about-contact span{font:inherit;letter-spacing:inherit;color:inherit}.about-contact:hover,.about-contact:hover span{color:#d0f9b6}.about-contact:focus-visible{outline-offset:7px;outline:2px solid #ade391}@media (width<=1000px){.about-page{grid-template-columns:.9fr 1.2fr;gap:35px;padding:30px 25px 70px}.about-copy h1{font-size:58px}.about-manifesto{font-size:28px}.about-summary{font-size:15px}.about-proof{gap:var(--about-space-md);grid-template-columns:1fr}.about-proof p{max-width:none}.about-photo{top:100px}.about-personal{font-size:19px}}@media (width<=650px){.about-page{flex-direction:column;gap:35px;padding:24px 20px 65px;display:flex}.about-photo{aspect-ratio:2/2.55;width:100%;height:auto;position:relative;top:auto}.about-photo img{object-position:center 45%}.about-copy h1{font-size:64px}.about-manifesto{font-size:29px}.about-proof{grid-template-columns:1fr 1fr;gap:20px}.about-proof h3{font-size:15px}.about-proof p{font-size:12px}}.map-star-cursor{z-index:2147483646;opacity:0;visibility:hidden;-webkit-user-select:none;user-select:none;will-change:transform;contain:layout style;background:#fffefa;border-radius:50%;width:4px;height:4px;display:block;position:fixed;top:0;left:0;box-shadow:0 0 4px 1px #f6f9ff8a,0 0 9px 2px #dcecff26;pointer-events:none!important}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){html.map-star-cursor-ready,html.map-star-cursor-ready body,html.map-star-cursor-ready body *{cursor:none!important}html.map-star-cursor-ready :is(input,textarea,select,option,iframe,video,audio,[contenteditable]:not([contenteditable=false]),[role=textbox],[role=combobox],[role=slider],[role=scrollbar],[draggable=true],[data-native-cursor],[data-resize-handle],.gd-agentation,[data-agentation-root]),html.map-star-cursor-ready :is([contenteditable]:not([contenteditable=false]),[data-native-cursor],.gd-agentation,[data-agentation-root]) *{cursor:revert!important}}@media (prefers-reduced-motion:reduce),(pointer:coarse),(hover:none){.map-star-cursor{display:none!important}}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/space-grotesk-vietnamese-400-normal-B7xT_GF5.woff2)format("woff2"),url(/assets/space-grotesk-vietnamese-400-normal-BIWiOVfw.woff)format("woff");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-display:swap;font-weight:400;src:url(/assets/space-grotesk-latin-ext-400-normal-CfP_5XZW.woff2)format("woff2"),url(/assets/space-grotesk-latin-ext-400-normal-DRPE3kg4.woff)format("woff");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-display:swap;font-weight:400;src:url(/assets/space-grotesk-latin-400-normal-CJ-V5oYT.woff2)format("woff2"),url(/assets/space-grotesk-latin-400-normal-BnQMeOim.woff)format("woff");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;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff)format("woff");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-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2)format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2)format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2)format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff)format("woff");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-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2)format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff)format("woff");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-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2)format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff)format("woff");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-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff");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;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff)format("woff");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-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2)format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2)format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2)format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff)format("woff");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-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2)format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff)format("woff");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-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2)format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff)format("woff");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-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2)format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff)format("woff");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;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff)format("woff");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-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2)format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2)format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2)format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff)format("woff");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-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2)format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff)format("woff");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-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2)format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff)format("woff");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-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2)format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff)format("woff");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;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff)format("woff");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-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2)format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2)format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2)format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff)format("woff");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-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2)format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.woff)format("woff");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-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2)format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.woff)format("woff");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-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2)format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff)format("woff");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;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/space-grotesk-vietnamese-500-normal-BmEvtly_.woff2)format("woff2"),url(/assets/space-grotesk-vietnamese-500-normal-BTqKIpxg.woff)format("woff");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-display:swap;font-weight:500;src:url(/assets/space-grotesk-latin-ext-500-normal-DUe3BAxM.woff2)format("woff2"),url(/assets/space-grotesk-latin-ext-500-normal-3dgZTiw9.woff)format("woff");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-display:swap;font-weight:500;src:url(/assets/space-grotesk-latin-500-normal-lFbtlQH6.woff2)format("woff2"),url(/assets/space-grotesk-latin-500-normal-CNSSEhBt.woff)format("woff");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;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/space-grotesk-vietnamese-600-normal-DUi7WF5p.woff2)format("woff2"),url(/assets/space-grotesk-vietnamese-600-normal-D6zpsUhD.woff)format("woff");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-display:swap;font-weight:600;src:url(/assets/space-grotesk-latin-ext-600-normal-DxxdqCpr.woff2)format("woff2"),url(/assets/space-grotesk-latin-ext-600-normal-VcznFIpX.woff)format("woff");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-display:swap;font-weight:600;src:url(/assets/space-grotesk-latin-600-normal-DjKNqYRj.woff2)format("woff2"),url(/assets/space-grotesk-latin-600-normal-BflQw4A9.woff)format("woff");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:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(data:font/woff2;base64,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)format("woff2"),url(data:font/woff;base64,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)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-cyrillic-400-normal-BMzJvInZ.woff2)format("woff2"),url(/assets/manrope-cyrillic-400-normal-Dvx59UGC.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-greek-400-normal-CM4qok81.woff2)format("woff2"),url(/assets/manrope-greek-400-normal-DuX9RsAR.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-vietnamese-400-normal-DHb3EETF.woff2)format("woff2"),url(/assets/manrope-vietnamese-400-normal-D7E_mLGF.woff)format("woff");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:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-latin-ext-400-normal-CMDvPJRp.woff2)format("woff2"),url(/assets/manrope-latin-ext-400-normal-C-X6QNXX.woff)format("woff");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:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-latin-400-normal-PaqtzbVb.woff2)format("woff2"),url(/assets/manrope-latin-400-normal-8tf8FM3T.woff)format("woff");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:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(data:font/woff2;base64,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)format("woff2"),url(data:font/woff;base64,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)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-cyrillic-500-normal-B1OEZity.woff2)format("woff2"),url(/assets/manrope-cyrillic-500-normal-CNwnNrRC.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-greek-500-normal-GeMIHyWm.woff2)format("woff2"),url(/assets/manrope-greek-500-normal-DyxYGEtJ.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-vietnamese-500-normal-DCXiE_xi.woff2)format("woff2"),url(/assets/manrope-vietnamese-500-normal-DaZ8i3XM.woff)format("woff");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:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-latin-ext-500-normal-dm74KBQw.woff2)format("woff2"),url(/assets/manrope-latin-ext-500-normal-EtoS1VaI.woff)format("woff");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:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-latin-500-normal-BYYD-dBL.woff2)format("woff2"),url(/assets/manrope-latin-500-normal-DMZssgOp.woff)format("woff");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:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(data:font/woff2;base64,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)format("woff2"),url(data:font/woff;base64,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)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-cyrillic-600-normal-DvRl3Mj-.woff2)format("woff2"),url(/assets/manrope-cyrillic-600-normal-It4mZcQk.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-greek-600-normal-BoRV6lzK.woff2)format("woff2"),url(/assets/manrope-greek-600-normal-CF2i9ZRY.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-vietnamese-600-normal-C1J5PCl_.woff2)format("woff2"),url(/assets/manrope-vietnamese-600-normal-lA7a_7Ok.woff)format("woff");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:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-latin-ext-600-normal-_gBojHdJ.woff2)format("woff2"),url(/assets/manrope-latin-ext-600-normal-u5Pl7hTU.woff)format("woff");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:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-latin-600-normal-4f0koTD-.woff2)format("woff2"),url(/assets/manrope-latin-600-normal-BqgrALkZ.woff)format("woff");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:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-cyrillic-ext-400-normal-xuaO2J-f.woff2)format("woff2"),url(/assets/ibm-plex-mono-cyrillic-ext-400-normal-DMdlQ8Kv.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-cyrillic-400-normal-BSMlKf0J.woff2)format("woff2"),url(/assets/ibm-plex-mono-cyrillic-400-normal-CEL4l2ZJ.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-vietnamese-400-normal-BulugwFq.woff2)format("woff2"),url(/assets/ibm-plex-mono-vietnamese-400-normal-DDuiU_S-.woff)format("woff");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:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-latin-ext-400-normal-BmRBH3aV.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-ext-400-normal-D3D2R8hC.woff)format("woff");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:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-latin-400-normal-DMJ8VG8y.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-400-normal-CvHOgSBP.woff)format("woff");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:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-cyrillic-ext-500-normal-BqneJy0T.woff2)format("woff2"),url(/assets/ibm-plex-mono-cyrillic-ext-500-normal-BIfNGwUT.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-cyrillic-500-normal-Bq9vWWag.woff2)format("woff2"),url(/assets/ibm-plex-mono-cyrillic-500-normal-Ael50iVv.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-vietnamese-500-normal-DZ4AoWbu.woff2)format("woff2"),url(/assets/ibm-plex-mono-vietnamese-500-normal-C8zxqsMH.woff)format("woff");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:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-latin-ext-500-normal-CAhNIIs5.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-ext-500-normal-CZ70TYgx.woff)format("woff");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:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-latin-500-normal-DSY6xOcd.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-500-normal-CB9ihrfo.woff)format("woff");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;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/caveat-cyrillic-ext-500-normal-DcrB4vVx.woff2)format("woff2"),url(/assets/caveat-cyrillic-ext-500-normal-DqTXtm5N.woff)format("woff");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-display:swap;font-weight:500;src:url(/assets/caveat-cyrillic-500-normal-DpMZbbjM.woff2)format("woff2"),url(/assets/caveat-cyrillic-500-normal-DLSfp5IU.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Caveat;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/caveat-latin-ext-500-normal-jKqJW7bC.woff2)format("woff2"),url(/assets/caveat-latin-ext-500-normal-wUUXxlbS.woff)format("woff");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-display:swap;font-weight:500;src:url(/assets/caveat-latin-500-normal-B9SDL8cy.woff2)format("woff2"),url(/assets/caveat-latin-500-normal-Do9veZfZ.woff)format("woff");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;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/caveat-cyrillic-ext-600-normal-DDEJyoof.woff2)format("woff2"),url(/assets/caveat-cyrillic-ext-600-normal-BLVNc-Ct.woff)format("woff");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-display:swap;font-weight:600;src:url(/assets/caveat-cyrillic-600-normal-Ba_MyzgW.woff2)format("woff2"),url(/assets/caveat-cyrillic-600-normal-CqH0c_uj.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Caveat;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/caveat-latin-ext-600-normal-DDJRD6ps.woff2)format("woff2"),url(/assets/caveat-latin-ext-600-normal-shBvSnoU.woff)format("woff");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-display:swap;font-weight:600;src:url(/assets/caveat-latin-600-normal-zlTlWIYU.woff2)format("woff2"),url(/assets/caveat-latin-600-normal-DUjB8dgm.woff)format("woff");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}:root{color:#eeeef5;font-synthesis:none;-webkit-font-smoothing:antialiased;--font-sans:"Space Grotesk","Manrope",sans-serif;--font-mono:"IBM Plex Mono",monospace;--text:#eeeef5;--muted:#9699ad;--line:#3b3e51;--moss:#a6e3a1;--orange:#f4a163;--violet:#a69cf4;--blue:#90b8de;--header-height:70px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#191b27;font-family:Space Grotesk,Manrope,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,a{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit;background:0 0;border:0}a{color:inherit;text-decoration:none}button:disabled{cursor:default}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:5px;outline:2px solid #a69cf4}button svg{flex-shrink:0}::selection{color:#fff;background:#766aab}h1,h2,h3,p{margin:0}audio{display:none}.app-shell{background:radial-gradient(at 55%,#292a3b55,#0000 70%),#191b27;min-height:100svh}.site-header{height:var(--header-height);z-index:30;background:linear-gradient(#2526364d,#191b2700);border-bottom:1px solid #8c8bba13;align-items:center;gap:1.5vw;padding:0 2.5%;display:flex;position:relative}.wordmark{font-family:var(--font-mono);letter-spacing:.13em;white-space:nowrap;font-size:clamp(14px,1.45vw,23px);font-weight:500}.site-nav{align-items:center;gap:2.25vw;height:100%;margin-left:auto;padding-right:3vw;display:flex}.site-nav>a{white-space:nowrap;font-family:var(--font-mono);color:#9597ac;font-size:clamp(10px,.87vw,14px);transition:color .2s;position:relative}.site-nav>a[aria-current]{color:#f0f0fb}.site-nav>a[aria-current]:after{content:"";background:#b4a8fa;border-radius:50%;width:7px;height:7px;position:absolute;bottom:-14px;left:calc(50% - 3px);box-shadow:0 0 10px #b4a8fa55}.header-player{background:linear-gradient(130deg,#3536456b,#20232e7d);border:1px solid #8e8eac44;border-radius:27px;align-items:center;gap:12px;height:44px;padding:3px 15px 3px 8px;display:flex;box-shadow:inset 0 1px #b2b4d009}.audio-controls{align-items:center;gap:8px;display:flex}.audio-controls>button{place-items:center;width:27px;height:29px;padding:5px;display:grid}.audio-controls>button>svg{width:17px;height:17px}.audio-controls>button.play-control{background:linear-gradient(130deg,#6c6e7e88,#343643aa);border:1px solid #9294a958;border-radius:50%;width:35px;height:35px}.audio-controls>button:hover{color:#a6e3a1}.header-track{font:500 clamp(12px,.85vw,14px)/1.3 var(--font-mono);text-align:center;text-overflow:ellipsis;white-space:nowrap;color:#b6b8cb;align-self:center;width:116px;overflow:hidden}.language-switch{font:13px var(--font-mono);white-space:nowrap;gap:5px;display:flex}.language-switch button{color:#797c90;padding:3px}.language-switch button[aria-pressed=true]{color:#dedaf4}.language-switch span{color:#77798c}.header-telegram{color:#969aac;display:none}.mobile-menu,.site-nav>.mobile-telegram{display:none}.vibecoded-signature{z-index:32;font:12px var(--font-mono);letter-spacing:.035em;color:#a5a6be;pointer-events:none;position:fixed;bottom:24px;right:2.5vw}.reference-art{background-repeat:no-repeat}.waveform{justify-content:space-between;align-items:center;gap:2px;width:100%;height:40px;display:flex;overflow:hidden}.waveform i{opacity:.72;background:#9a9eb5;border-radius:2px;width:1px;min-width:1px;display:block}.waveform.small{gap:2px;width:43px;height:24px}.waveform.playing i{animation:.65s ease-in-out infinite alternate pulse-wave}@keyframes pulse-wave{to{opacity:.4;transform:scaleY(.35)}}.route-map{--header-height:64px;background:#0b0f16}.route-map .site-header{background:#0d1016;border-bottom:1px solid #54596a88}.route-map .site-nav>a[aria-current]{color:#c0e3ad}.route-map .site-nav>a[aria-current]:after{background:#c0e3ad}.route-map .wordmark{letter-spacing:.3em;font-size:17px}.route-case .wordmark{letter-spacing:.24em;font-size:16px}.route-case{--header-height:58px}.route-work .site-header{border-bottom-color:#6b6b871f}.route-work .site-nav>a[aria-current]{color:#a0eac7}:root{--font-sans:"Inter","Manrope",sans-serif;--header-height:clamp(64px,4.414vw,70px);font-family:Inter,Manrope,sans-serif}@media (width>=1800px){.site-header{gap:28px}.site-nav{gap:40px}.header-track{width:140px}}@media (width<=1180px){.site-header{gap:16px;padding:0 24px}.site-nav{gap:18px;padding-right:0}.wordmark,.route-map .wordmark,.route-case .wordmark{letter-spacing:.13em;font-size:15px}.header-track{display:none}.header-player{padding-right:8px}.header-player>.waveform{display:none}.language-switch{font-size:12px}}@media (width<=760px){:root{--header-height:64px}.site-header{flex-wrap:nowrap;gap:clamp(6px,2vw,12px);padding:0 16px}.wordmark{letter-spacing:.06em;flex:1;font-size:clamp(10px,3vw,12px)}.header-player{border-radius:20px;height:34px;padding:0 3px}.audio-controls{gap:0}.audio-controls>button{width:24px;padding:4px}.audio-controls>button.play-control{width:28px;height:28px}.audio-controls>button>svg{width:14px;height:14px}.language-switch{gap:0;font-size:10px}.language-switch button{padding:2px}.mobile-menu{place-items:center;width:28px;height:32px;padding:0;font-size:24px;display:grid}.site-nav{display:none}.site-nav.mobile-open{background:#242634;border:1px solid #46485c;border-radius:15px;flex-wrap:wrap;gap:20px;height:auto;margin:0;padding:20px;display:flex;position:absolute;top:62px;left:12px;right:12px;box-shadow:0 20px 60px #0008}.site-nav>a{font-size:12px}.site-nav>.mobile-telegram{display:block}.site-nav>a[aria-current]:after{width:4px;height:4px;bottom:-6px}.vibecoded-signature{font-size:10px;bottom:14px;right:16px}.route-map .wordmark,.route-case .wordmark{letter-spacing:.06em;font-size:clamp(10px,3vw,12px)}.gd-agentation{bottom:10px!important;left:10px!important}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.mint-text{color:#a8d99b}@media (width>=761px){.site-nav{margin-left:0;padding-right:0;position:absolute;left:50%;transform:translate(-50%)}.header-player{margin-left:auto}}:root{--motion-ease:cubic-bezier(.22,.61,.36,1);view-transition-name:none}.app-shell>main{view-transition-name:route-view}::view-transition{pointer-events:none}::view-transition-group(route-view){animation:none}::view-transition-old(route-view){animation:route-fade-out .18s var(--motion-ease) both;mix-blend-mode:normal}::view-transition-new(route-view){animation:route-fade-in .22s var(--motion-ease) both;mix-blend-mode:normal}@keyframes route-fade-out{to{opacity:0}}@keyframes route-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){::view-transition-group(route-view){animation:none}::view-transition-old(route-view){animation:none}::view-transition-new(route-view){animation:none}}.portrait-about:focus-visible{outline-offset:-5px;border-radius:inherit}.route-home,.route-about{position:relative}.route-home .vibecoded-signature,.route-about .vibecoded-signature{position:absolute}.archive-mr-taco .archive-art,.archive-promovygoda .archive-art,.archive-binance-watcher .archive-art{bottom:56%!important}.archive-modul-plus .archive-image{background-image:url(/art/modul-texture.png)!important;background-position:50%!important;background-size:cover!important}.archive-website-rebuilder .archive-art{inset:32px 0 0!important}.archive-website-rebuilder .archive-image{background-image:url(/art/rebuilder-architecture.png)!important;background-position:50%!important;background-size:cover!important}.folder-face{background:radial-gradient(at 12% 3%,#8473c58c 0,#0000 64%),linear-gradient(145deg,#51436f,#2d283f 78%);box-shadow:inset 0 1px #d8cfff35,0 8px 16px #08091280}.archive-modul-plus .archive-art{opacity:1}.case-art-website-rebuilder .case-illustration{background-image:url(/art/rebuilder-architecture.png)!important;background-position:50%!important;background-size:cover!important}@media (width>=1001px){.portrait-card>img{height:150%;top:-28.3%}}.site-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background-color:#191b27ed;position:sticky;top:0}.route-map .site-header{background-color:#0d1016ed}.gd-agentation{bottom:52px!important;left:auto!important;right:14px!important}@media (width<=760px){.gd-agentation{display:none!important}}@media (width>=1001px){.case-headline h1{letter-spacing:-.04em;font-size:7.15vw;font-weight:700}.case-summary{max-width:560px;font-size:21px;line-height:1.32}.case-intro{min-height:18.5vw}.case-page{padding-top:35px}}@media (width>=1101px){.case-parkovka68{padding-top:27px}.case-parkovka68 .case-intro{height:17.65vw;min-height:254px;display:block;position:relative}.case-parkovka68 .case-kicker{position:absolute;top:0;left:0}.case-parkovka68 .case-headline h1{margin:0;position:absolute;top:1.46vw;left:0}.case-parkovka68 .case-category{margin:0;position:absolute;top:9.44vw;left:0}.case-parkovka68 .case-summary{max-width:39vw;margin:0;font-size:1.43vw;line-height:1.3;position:absolute;top:11.67vw;left:0}.case-parkovka68 .case-marginalia{width:25.2vw;padding:0;position:absolute;top:2.5vw;right:0}}
