:root{--paper:#000;--ink:#f2f2f7;--blue:#1457ff;--sky:#87ceeb;--grid:rgba(20,87,255,.48);--panel:#111114;--secondary:#8e8e93;--font:-apple-system,BlinkMacSystemFont,"SF Pro Text","Inter",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background-color:var(--paper);color:var(--ink);font-family:var(--font);overflow-x:hidden;background-image:linear-gradient(var(--grid) 1px,transparent 1px),linear-gradient(90deg,var(--grid) 1px,transparent 1px);background-size:34px 34px;-webkit-font-smoothing:antialiased}.page-shell{margin-left:250px;min-height:100vh}.portfolio-sidebar{position:fixed;z-index:120;inset:0 auto 0 0;width:250px;padding:92px 24px 24px 32px;background:#000;border-right:.5px solid #38383a;display:flex;flex-direction:column}.brand{color:var(--ink);text-decoration:none;display:flex;flex-direction:column;gap:4px}.brand strong{font-size:19px;font-weight:500;letter-spacing:-.02em}.brand span,.project-nav>span{font-size:11px;color:var(--secondary);letter-spacing:.04em;text-transform:uppercase}.portfolio-nav{margin-top:48px;display:flex;flex-direction:column}.portfolio-nav a{color:var(--ink);text-decoration:none;font-size:17px;padding:8px 0;letter-spacing:-.022em}.portfolio-nav a:hover,.portfolio-nav a.active{color:var(--sky)}.project-nav{margin-top:74px;padding-top:23px;border-top:.5px solid #38383a;display:flex;flex-direction:column}.project-nav>span{margin-bottom:14px}.project-nav a{color:var(--secondary);font-size:15px;text-decoration:none;padding:5px 0;line-height:1.25}.project-nav a:hover{color:var(--ink)}.sidebar-status{margin-top:auto;display:flex;align-items:center;gap:8px;color:var(--secondary);font-size:11px}.sidebar-status i{width:7px;height:7px;background:var(--blue);border-radius:50%;box-shadow:0 0 14px var(--blue)}.topbar{position:fixed;z-index:100;top:18px;left:calc(250px + (100vw - 250px)/2);width:calc(100% - 294px);transform:translate(-50%);display:flex;justify-content:center;pointer-events:none}.pill-nav,.round-action{pointer-events:auto;border:0}.pill-nav{display:flex;padding:4px;border-radius:999px;background:#2c2c2ee6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pill-nav a{color:var(--ink);text-decoration:none;padding:10px 22px;border-radius:99px;font-size:14px}.pill-nav a.active{background:#87ceeb;color:#071114}.edit-actions{position:absolute;right:0;display:flex;gap:8px}.round-action{width:44px;height:44px;border-radius:50%;font-size:24px;color:#071114;background:#87ceeb;cursor:pointer}.edit-toast{position:fixed;z-index:90;left:calc(250px + (100vw - 250px)/2);top:77px;transform:translate(-50%);background:#87ceeb;color:#071114;padding:7px 13px;border-radius:99px;font-size:10px;letter-spacing:.06em;pointer-events:none}main{padding-top:1px}.intro{position:relative;min-height:105vh;padding:175px 3.3vw 80px}.intro h1{font:italic 400 clamp(48px,6.2vw,102px)/.94 "Instrument Serif",serif;letter-spacing:-.035em;max-width:1200px;margin:0}.intro p{font-size:11px;margin-top:30px;letter-spacing:.05em;text-transform:uppercase}.contact-pill{position:absolute;display:flex;align-items:center;gap:20px;border-radius:999px;padding:18px 28px;color:#071114;text-decoration:none;font:400 clamp(24px,3.2vw,48px)/1 "Instrument Serif",serif;background:var(--blue);white-space:nowrap}.contact-pill>span{font:10px var(--font);letter-spacing:.08em}.intro>.phone-pill{inset:auto 5% 90px auto;transform:rotate(-2deg)}.github-canvas>.mail-pill{right:1%;bottom:10px;top:auto;background:#f2f2f7;color:#111;transform:rotate(1deg);z-index:4}.chapter{position:relative;padding:120px 3.3vw 160px;border-top:.5px solid #38383a;min-height:100vh}.chapter-title{display:grid;grid-template-columns:70px 1fr auto;align-items:start;margin-bottom:110px}.chapter-title>span{font-size:11px}.chapter-title h2{font:400 clamp(70px,11vw,180px)/.76 var(--font);letter-spacing:-.065em;margin:0}.chapter-title h2 em{font-family:"Instrument Serif",serif;font-weight:400;color:var(--sky)}.chapter-title p{font-size:12px;line-height:1.45;text-transform:uppercase;margin:0;color:var(--secondary)}.mono{font-size:10px;letter-spacing:.04em}.github-canvas{position:relative;min-height:1150px}.github-profile{position:absolute;left:0;top:30px;width:580px;display:grid;grid-template-columns:180px 1fr;gap:25px;background:var(--panel);padding:18px;border-radius:14px}.github-profile img{width:100%;border-radius:8px}.github-profile h3{font-size:42px;font-weight:400;margin:20px 0 8px}.github-profile p{font-size:15px;line-height:1.4;color:var(--secondary)}.github-profile a{color:var(--sky);font-size:11px}.repo-cloud{position:absolute;inset:0}.repo{position:absolute;width:260px;height:170px;padding:17px;border-radius:14px;background:#171719;color:inherit;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 13px 30px #0000004d}.repo span,.repo small{font-size:10px}.repo strong{font-size:32px;font-weight:400}.repo:nth-child(1){right:19%;top:0;transform:rotate(2deg)}.repo:nth-child(2){right:0;top:230px;transform:rotate(-3deg)}.repo:nth-child(3){left:36%;top:360px;transform:rotate(2deg)}.repo:nth-child(4){right:24%;top:590px;transform:rotate(-2deg)}.repo.blue{background:#164cc2}.repo.yellow{background:#6b5d00}.repo.pink{background:#782846}.contribution{position:absolute;left:1%;bottom:180px;width:620px;background:var(--panel);border-radius:14px;padding:18px}#contribution-grid{display:grid;grid-template-columns:repeat(30,1fr);gap:3px;margin-top:15px}#contribution-grid i{aspect-ratio:1;border-radius:1px;background:#29292c}#contribution-grid i.on{background:var(--blue)}.interaction-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:90px 18px;padding-bottom:520px}.interaction-card{grid-column:span 5;position:relative;background:var(--panel);border-radius:14px;padding:8px;min-height:470px}.interaction-card:nth-child(2){grid-column:8/span 5;margin-top:250px}.interaction-card:nth-child(3){grid-column:2/span 8}.interaction-card iframe{width:100%;height:420px;border:0;border-radius:9px;background:#fff}.interaction-card footer{display:flex;justify-content:space-between;padding:10px 4px 3px;font-size:10px;color:var(--secondary)}.decode-card{background:#123b9c;display:flex;flex-direction:column;justify-content:center}.decoder{text-align:center;font:32px/1.15 var(--font);margin:auto}.decoder span{opacity:.3}.prompt-card{position:absolute;right:6%;bottom:150px;width:min(480px,42vw);min-height:430px;padding:34px;background:#173fa8;border-radius:8px;display:flex;flex-direction:column}.prompt-card>span{font-size:10px;letter-spacing:.08em;color:var(--sky)}.prompt-card h3{font:400 clamp(42px,5vw,72px)/.9 "Instrument Serif",serif;margin:40px 0 auto}.prompt-actions{display:flex;gap:8px;justify-content:flex-end}.prompt-actions button{border:0;border-radius:99px;padding:9px 14px;background:#ffffff24;color:inherit;cursor:pointer}.hand-playground{position:relative;min-height:760px;margin-bottom:110px}.doodle-card{position:absolute;left:2%;top:0;width:min(520px,45vw);height:620px;background:#ffd94a;color:#111;padding:18px;border-radius:8px}.move-grip{position:absolute;right:12px;top:12px;border:0;border-radius:99px;background:#0000001f;padding:7px 10px;font:9px var(--font);cursor:move}.doodle-meta{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.04em}.doodle-card canvas{display:block;width:100%;height:520px;touch-action:none;cursor:crosshair}.doodle-card footer{display:flex;justify-content:space-between;align-items:center;font-size:11px;gap:10px}.doodle-card footer>div{display:flex;gap:6px}.doodle-name{min-width:0;width:120px;border:0;border-bottom:1px solid rgba(0,0,0,.28);color:#071114;background:transparent;outline:0}.doodle-card footer button,.note-form button{border:0;border-radius:99px;padding:9px 14px;background:#00000024;color:inherit;cursor:pointer}.post-doodle{background:#071114!important;color:#fff!important}.drawing-wall{position:absolute;right:0;top:180px;width:46%;padding-top:20px;border-top:.5px solid #38383a}.drawing-wall>header{display:flex;justify-content:space-between;font-size:11px;letter-spacing:.05em}.drawing-wall>header p,.empty-wall{color:var(--secondary);margin:0}.drawing-wall-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:25px}.wall-doodle{position:relative;margin:0;background:#ffd94a;color:#111;border-radius:8px;padding:8px}.wall-doodle img{display:block;width:100%;aspect-ratio:1;object-fit:contain;background:#ffd94a}.wall-doodle figcaption{display:flex;justify-content:space-between;padding:8px 3px 3px;font-size:10px;text-transform:uppercase}.wall-doodle button{position:absolute;right:12px;top:12px;width:25px;height:25px;border:0;border-radius:50%;background:#00000029;cursor:pointer}.empty-wall{font:italic 28px "Instrument Serif",serif;margin-top:45px}.work-grid{columns:3;column-gap:16px}.work{break-inside:avoid;margin:0 0 34px;position:relative;background:var(--panel);border-radius:12px;padding:7px}.work img,.work video{width:100%;height:auto;display:block;border-radius:7px}.work figcaption{display:flex;justify-content:space-between;padding:9px 3px 4px;font-size:10px;text-transform:uppercase;color:var(--secondary)}.writing-play-slot{position:relative;min-height:500px}.note-card{position:absolute;left:9%;top:20px;width:min(650px,58vw);height:360px;background:#9eeff5;color:#0b2427;border-radius:8px;padding:30px;transform:rotate(-1deg)}.note-form{height:100%;display:flex;flex-direction:column}.note-form textarea{flex:1;resize:none;border:0;background:transparent;outline:0;color:inherit;font:400 48px/1.05 "Instrument Serif",serif}.note-form textarea::placeholder,.note-form input::placeholder{color:#0b24277a}.note-form>div{display:flex;gap:12px}.note-form input{flex:1;border:0;border-bottom:1px solid rgba(11,36,39,.3);background:transparent;outline:0}.pinned-note{font:400 42px/1.05 "Instrument Serif",serif;padding-top:70px}.writing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:100px 18px}.article-card{position:relative;color:inherit;text-decoration:none}.article-card:nth-child(2n){margin-top:220px}.article-art{aspect-ratio:1.55;border-radius:14px;padding:28px;font:400 clamp(36px,5vw,78px)/.85 "Instrument Serif",serif;display:flex;flex-direction:column;justify-content:flex-end;background:#164cc2}.article-art.second{background:#1a1a1d}.article-art.probe{background:#0d3186;font-family:var(--font)}.article-art.interview{background:#152d68;font-family:var(--font)}.article-card h3{font-size:24px;font-weight:400;letter-spacing:-.02em;margin:14px 0 7px}.article-card>span{font-size:10px;color:var(--secondary)}.movable{touch-action:auto;outline:1.5px solid var(--blue);cursor:move;z-index:10!important;-webkit-user-select:none;user-select:none}.resize-handle{display:block;position:absolute;right:-7px;bottom:-7px;width:16px;height:16px;border:3px solid var(--blue);background:#000;border-radius:50%;cursor:nwse-resize}.movable iframe{pointer-events:none}.footer{padding:25px 3.3vw;border-top:.5px solid #38383a;display:flex;justify-content:space-between;font-size:10px;color:var(--secondary)}.footer a,.footer button{color:inherit;background:none;border:0;font:inherit}.back-top{cursor:pointer}@media(max-width:900px){.portfolio-sidebar{position:relative;width:100%;height:auto;inset:auto;padding:25px 22px;border-right:0;border-bottom:.5px solid #38383a}.portfolio-nav{margin-top:20px;flex-direction:row;gap:20px}.project-nav,.sidebar-status{display:none}.page-shell{margin-left:0}.topbar{left:50%;width:calc(100% - 30px);justify-content:flex-start}.pill-nav a{padding:9px 10px;font-size:13px}.pill-nav a:nth-child(2){display:none}.round-action,.edit-toast{display:none}.intro{padding-top:140px;min-height:90vh}.contact-pill,.doodle-card,.prompt-card,.note-card{position:relative!important;inset:auto!important;transform:none!important;width:100%;height:auto}.contact-pill{font-size:34px;padding:20px;white-space:normal;margin-top:80px}.chapter{padding-top:80px}.chapter-title{grid-template-columns:40px 1fr;margin-bottom:70px}.chapter-title p{display:none}.github-canvas{min-height:auto;display:flex;flex-direction:column;gap:18px}.github-profile,.repo,.contribution{position:relative!important;inset:auto!important;transform:none!important;width:100%}.repo-cloud{position:relative;display:grid;gap:18px}.interaction-grid{display:block;padding-bottom:30px}.interaction-card,.interaction-card:nth-child(n),.article-card,.article-card:nth-child(n){display:block;margin:0 0 50px;min-height:0}.prompt-card{min-height:360px;margin-top:40px}.hand-playground{min-height:auto;display:flex;flex-direction:column;gap:50px}.doodle-card{height:560px!important}.doodle-card canvas{height:470px}.drawing-wall{position:relative;inset:auto;width:100%}.drawing-wall-grid{grid-template-columns:1fr}.writing-play-slot{min-height:auto;margin-bottom:60px}.note-card{height:320px!important}.writing-grid{display:block}.work-grid{columns:1}.movable{outline:none}.resize-handle{display:none}.chapter-title h2{font-size:64px}.github-profile{grid-template-columns:100px 1fr}.github-profile h3{font-size:28px}.footer{gap:15px;flex-wrap:wrap}}:root{--doodle-paper:#ffd94a;--note-paper:#9eeff5}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}.reset-layout{display:grid;place-items:center;background:#87ceeb;color:#071114;box-shadow:0 4px 16px #0003;transition:transform .35s cubic-bezier(.22,1,.36,1),background .25s}.save-layout{display:none!important}.reset-layout svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.reset-layout:hover{transform:rotate(-22deg) scale(1.06);background:#a8dcf3}.gallery-link{display:grid;place-items:center;text-decoration:none;transition:transform .3s cubic-bezier(.22,1,.36,1),background .25s}.gallery-link svg{width:21px;height:21px;fill:none;stroke:#071114;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.gallery-link:hover{transform:scale(1.08) rotate(3deg);background:#a8dcf3}.text-movable{position:relative;transform-origin:center;max-width:max-content}.intro h1.text-movable{width:min(880px,90%);max-width:880px;font-size:clamp(32px,3.6vw,54px)}.chapter-title h2.text-movable{max-width:92%;font-size:clamp(54px,8vw,120px);line-height:.82}.text-movable .rotate-handle{display:block;position:absolute;left:50%;top:-34px;width:14px;height:14px;border:3px solid var(--blue);background:#000;border-radius:50%;cursor:grab}.text-movable .rotate-handle:after{content:"";position:absolute;left:50%;top:11px;width:2px;height:20px;background:var(--blue);transform:translate(-50%)}.phone-sticker{position:absolute;right:4%;bottom:36px;width:220px;z-index:1;transform-origin:50% 90%}.phone-sticker img{display:block;width:100%;height:auto;filter:drop-shadow(0 12px 20px rgba(0,0,0,.32))}.phone-sticker span{position:absolute;right:72%;top:18%;white-space:nowrap;color:var(--sky);font:italic 28px "Instrument Serif",serif;transform:rotate(-8deg)}.intro>.phone-pill{z-index:2}.interaction-card.wide{grid-column:2/span 9;margin-top:0}@media(max-width:900px){.phone-sticker{position:relative;right:auto;bottom:auto;width:170px;margin:25px 0 -35px auto}.phone-sticker span{font-size:22px}}.site-loader{position:fixed;z-index:1000;inset:0;background:#1457ff;color:#fff;display:grid;grid-template-columns:1fr auto;grid-template-rows:1fr auto;align-items:end;padding:28px 32px;transform-origin:top}.loader-mark{font-size:11px;letter-spacing:.08em}.loader-count{font:400 clamp(70px,13vw,190px)/.75 "Instrument Serif",serif;letter-spacing:-.05em}.loader-progress{position:absolute;left:32px;right:32px;bottom:25%;height:1px;background:#ffffff40;overflow:hidden}.loader-progress span{display:block;width:100%;height:100%;background:#fff;transform:scaleX(0);transform-origin:left}.intro h1 .reveal-word{display:inline-block;overflow:hidden;vertical-align:bottom;padding-bottom:.08em;margin-bottom:-.08em}.intro h1 .reveal-word>span{display:inline-block}.chapter-title h2,.chapter-title p,.chapter-title>span,.scroll-float{will-change:transform}.doodle-card{background:var(--doodle-paper)}.doodle-card canvas{background:var(--doodle-paper)}.doodle-meta{align-items:center}.mini-palettes{display:flex;gap:12px;align-items:center}.palette,.note-colors{display:flex;gap:5px;align-items:center}.palette>span,.note-colors>span{font-size:8px;letter-spacing:.06em;margin-right:2px}.palette button,.note-colors button{width:16px;height:16px;padding:0;border:1px solid rgba(0,0,0,.22);border-radius:50%;background:var(--swatch);cursor:pointer}.palette button.selected,.note-colors button.selected{outline:2px solid currentColor;outline-offset:2px}.palette button[data-pen="#111111"]{--swatch:#111111}.palette button[data-pen="#ffffff"]{--swatch:#ffffff}.palette button[data-pen="#1457ff"]{--swatch:#1457ff}.palette button[data-pen="#ff3b30"]{--swatch:#ff3b30}.palette button[data-paper="#ffd94a"],.note-colors button[data-note="#ffd94a"]{--swatch:#ffd94a}.palette button[data-paper="#9eeff5"],.note-colors button[data-note="#9eeff5"]{--swatch:#9eeff5}.palette button[data-paper="#f6a7c1"],.note-colors button[data-note="#f6a7c1"]{--swatch:#f6a7c1}.palette button[data-paper="#f2f2f7"]{--swatch:#f2f2f7}.note-colors button[data-note="#c7f2a4"]{--swatch:#c7f2a4}.note-card{background:var(--note-paper)}article.note-card{padding-top:46px;width:390px;height:265px;left:15%}.note-form textarea{font-size:34px}.note-form input{font-size:12px}.note-form button{padding:8px 13px}.note-colors{left:22px;top:15px}.note-colors{position:absolute;left:30px;top:18px}.edit-switch{position:fixed;z-index:2000;right:20px;top:38px;pointer-events:auto;width:104px;height:58px;padding:0;border:0;border-radius:999px;background:#8e8e93;display:block;cursor:pointer;box-shadow:inset 0 2px 6px #00000040,0 6px 20px #00000059;transition:background .35s ease,box-shadow .35s ease,right .35s cubic-bezier(.22,1,.36,1)}.edit-switch i{position:absolute;left:5px;top:5px;display:block;width:48px;height:48px;border-radius:50%;background:#fff;transition:left .35s cubic-bezier(.34,1.56,.64,1);box-shadow:0 3px 9px #00000059}.edit-switch.is-on{background:#87ceeb;box-shadow:0 6px 22px #87ceeb73}.edit-switch.is-on i{left:51px}.edit-switch:not(.is-on) i{left:5px}@media(max-width:900px){.edit-switch{width:64px;height:36px;right:14px;top:16px}.edit-switch i{width:28px;height:28px;left:4px;top:4px}.edit-switch.is-on i{left:32px}}.switch-doodles{position:absolute;z-index:1998;top:96px;right:8px;width:230px;height:200px;pointer-events:none;transform:scale(.68);transform-origin:top right}.switch-doodles .sd-curl{position:absolute;left:0;top:24px;width:160px;height:165px;overflow:visible}.switch-doodles .sd-curl path{stroke:#f2f2f7;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:1;stroke-dashoffset:1;animation:sd-drawline 1.25s cubic-bezier(.6,0,.3,1) .4s forwards}.sd-star-wrap{position:absolute;left:128px;top:0;width:70px;height:70px;animation:sd-float 4.5s ease-in-out 3.4s infinite}.sd-star{display:block;width:100%;height:100%;opacity:0;transform:scale(0) rotate(-60deg);animation:sd-bloom .95s cubic-bezier(.34,1.56,.64,1) 1.35s forwards}.sd-doodle{position:absolute;opacity:0}.sd-cloud{left:8px;top:0;width:44px;animation:sd-pop .5s cubic-bezier(.34,1.56,.64,1) 1.75s forwards}.sd-heart{left:64px;top:168px;width:26px;animation:sd-pop .5s cubic-bezier(.34,1.56,.64,1) 1.9s forwards}.sd-sparkle{left:196px;top:118px;width:22px;animation:sd-pop .5s cubic-bezier(.34,1.56,.64,1) 2.05s forwards}@keyframes sd-drawline{to{stroke-dashoffset:0}}@keyframes sd-bloom{0%{opacity:0;transform:scale(0) rotate(-60deg)}55%{opacity:1;transform:scale(1.22) rotate(9deg)}78%{transform:scale(.93) rotate(-4deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes sd-pop{0%{opacity:0;transform:scale(0)}70%{opacity:1;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}@keyframes sd-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(5deg)}}@media(max-width:900px){.switch-doodles{top:60px;right:0;transform:scale(.55);transform-origin:top right}}@media(prefers-reduced-motion:reduce){.switch-doodles .sd-curl path,.sd-star,.sd-star-wrap,.sd-doodle{animation:none;opacity:1;transform:none}.switch-doodles .sd-curl path{stroke-dashoffset:0}}.motion-statement{position:relative;width:100%;height:44vh;min-height:320px;max-height:440px;margin:-36px 0 80px;border:0;border-radius:0;overflow:hidden;background:transparent}.motion-pin{position:relative;width:100%;height:44vh;min-height:320px;max-height:440px;display:flex;align-items:center;overflow:hidden}.motion-track{display:flex;flex:none;width:max-content;gap:2.8vw;padding-left:100%;margin:0;white-space:nowrap;color:#f2f2f7;font:500 clamp(34px,4.4vw,68px)/1.05 var(--font);letter-spacing:-.04em;will-change:transform}.motion-word{position:relative;display:inline-flex;flex:none;transform-origin:50% 80%}.motion-char{display:inline-block;will-change:transform}.sticker-red{background:#e03a3e}.sticker-blue{background:#1f4193}.sticker-yellow{background:#f9d616}.sticker-white{background:#fdfdfd}.help-stickers{position:absolute;z-index:6;inset:0;pointer-events:none}.help-sticker{position:absolute;padding:.45em .8em;border:3px solid #0e100f;border-radius:2px;color:#0e100f;font:600 clamp(14px,1.5vw,22px)/1 var(--font);letter-spacing:-.02em;white-space:nowrap;box-shadow:6px 6px #0e100fd9;opacity:0;transform:scale(0);will-change:transform}.help-sticker.sticker-blue{color:#fdfdfd}a.help-sticker{pointer-events:auto;text-decoration:none;display:inline-flex;align-items:center;gap:.4em}a.help-sticker svg{width:1.05em;height:1.05em;flex:none}a.help-sticker:hover{box-shadow:3px 3px #0e100fd9;filter:brightness(1.06)}.help-soft{display:block;margin:.6em 0 0;font-size:.52em;line-height:1.35;letter-spacing:-.02em;opacity:.95;max-width:34ch}.help-shape{position:absolute;opacity:0;transform:scale(0);will-change:transform}.shape-ring{width:54px;height:54px;border-radius:50%;border:3px solid #0e100f;background:conic-gradient(#e03a3e 0 25%,#f9d616 0 50%,#1f4193 0 75%,#fdfdfd 0 100%)}.shape-dome{width:76px;height:38px;border:3px solid #0e100f;border-bottom-width:4px;border-radius:76px 76px 0 0;background:#1f4193}.shape-asterisk{color:#e03a3e;font:400 44px/1 var(--font);font-style:normal}.shape-diamond{color:#f9d616;font:400 36px/1 var(--font)}.motion-sticker{padding:.02em .16em;margin:0 .05em;border-radius:.06em;box-shadow:inset 0 0 0 .045em #0e100f;color:#0e100f}.motion-sticker .motion-char{color:inherit}.motion-sticker.sticker-blue,.motion-sticker.sticker-blue .motion-char{color:#fdfdfd}.motion-tag{position:absolute;left:50%;padding:.55em .85em;border:2.5px solid #0e100f;border-radius:2px;color:#0e100f;font:600 clamp(12px,1.15vw,19px)/1 var(--font);letter-spacing:0;white-space:nowrap;pointer-events:none;box-shadow:5px 5px #0e100fd9}.tag-top{bottom:calc(100% + 16px)}.tag-bottom{top:calc(100% + 16px)}.tag-red{background:#e03a3e}.tag-blue{background:#1f4193;color:#fdfdfd}.tag-yellow{background:#f9d616}.tag-white{background:#fdfdfd}.track-deco{display:inline-flex;flex:none;align-self:center;will-change:transform}.deco-asterisk{font-size:.75em;line-height:1;color:#e03a3e}.deco-curve{width:clamp(84px,9vw,150px);height:auto}.motion-deco{position:absolute;inset:0;pointer-events:none}.motion-deco>*{position:absolute;opacity:0;transform:scale(0)}@media(max-width:900px){.help-sticker{font-size:12px;padding:.4em .6em}.help-shape{scale:.7}.motion-tag{font-size:11px}.shape-asterisk{font-size:30px}.shape-diamond{font-size:26px}.shape-ring{width:38px;height:38px}.shape-dome{width:52px;height:26px}}body:not(.editing) .edit-toast,body:not(.editing) .save-layout,body:not(.editing) .reset-layout{opacity:0;pointer-events:none}body:not(.editing) .movable{outline-color:transparent;cursor:auto}body:not(.editing) .resize-handle,body:not(.editing) .rotate-handle,body:not(.editing) button.move-grip{opacity:0;pointer-events:none}body:not(.editing) #interaction .interaction-card footer.move-grip{cursor:default}.save-layout,.reset-layout,.edit-toast,.resize-handle,.rotate-handle,button.move-grip{transition:opacity .25s}.edit-actions{position:fixed;z-index:1999;right:136px;top:45px}#interaction .interaction-grid{display:flex;flex-direction:column;gap:90px;padding-bottom:80px}#interaction .interaction-card,#interaction .interaction-card:nth-child(n),#interaction .interaction-card.wide{width:100%;min-height:0;margin:0;grid-column:auto;padding:8px}#interaction .interaction-card iframe{display:block;width:100%;height:520px;border:0;border-radius:9px;background:#fff;pointer-events:auto}#interaction .interaction-card:not(.philosophy-card){aspect-ratio:16/9}#interaction .interaction-card:not(.philosophy-card) iframe{height:calc(100% - 42px)}#interaction .interaction-card footer.move-grip{position:relative;inset:auto;display:flex;width:100%;height:42px;align-items:center;justify-content:space-between;padding:10px 6px 3px;border-radius:0;background:transparent;color:var(--secondary);cursor:move}#interaction .decode-card{display:flex;flex-direction:column;background:var(--panel)}#interaction .decode-stage{flex:1;min-height:0;display:grid;place-items:center;position:relative;overflow:hidden;border-radius:9px;background:#dceaff;color:#173967;cursor:pointer}#interaction .decrypted-text{max-width:78%;text-align:center;font-size:clamp(28px,4vw,64px);font-weight:600;line-height:1.15;letter-spacing:-.04em}#interaction .decode-stage>span{position:absolute;bottom:28px;font-size:10px;letter-spacing:.14em;color:#1739677a}@media(max-width:900px){.edit-actions .round-action{display:grid}.motion-statement,.motion-pin{height:38vh;min-height:280px;max-height:360px}.motion-statement{margin:0 0 60px}.motion-track{font-size:clamp(36px,9vw,64px)}#interaction .interaction-grid{gap:48px;padding-bottom:40px}#interaction .interaction-card iframe{height:clamp(460px,85vw,700px)}#interaction .interaction-card:not(.philosophy-card){aspect-ratio:16/9}#interaction .interaction-card:not(.philosophy-card) iframe{height:calc(100% - 42px)}}#github{min-height:auto;padding-bottom:80px}#github .github-canvas{min-height:390px}#github .repo:nth-child(1){right:9%;top:120px}.mail-pill{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.help-window{position:relative;width:min(1040px,92%);margin:0 auto 120px;padding:0;border-radius:4px;background:transparent;color:#111}.help-desktop{position:relative;min-height:0;padding:62px 0 28px;background:transparent}.help-preview{overflow:hidden;border-radius:14px 14px 7px 7px;box-shadow:0 28px 34px #37000052}.help-toolbar{position:relative;inset:auto;width:100%;height:62px;padding:0 24px;display:flex;align-items:center;gap:22px;border:0;border-radius:0;background:#eee5df;color:#2c2928;cursor:move}.window-lights{display:flex;gap:11px}.window-lights i{width:14px;height:14px;border-radius:50%;background:#ff5f57}.window-lights i:nth-child(2){background:#febc2e}.window-lights i:nth-child(3){background:#28c840}.sidebar-icon{font-size:19px}.help-toolbar strong{font-size:18px;font-weight:500}.toolbar-tools{margin-left:auto;color:#5d5855;font-size:21px;letter-spacing:.04em;white-space:nowrap}.help-copy{padding:22px 32px 28px;background:#171df4;color:#f7f3ef;font:400 clamp(22px,2.6vw,40px)/1.16 var(--font);letter-spacing:-.045em}.help-phrase{display:inline-block;transform-origin:50% 75%;will-change:transform,opacity,filter}.help-word{display:inline-block;transform-origin:50% 80%;will-change:transform,opacity,filter}.help-mark{display:inline-grid;place-items:center;width:.76em;height:.76em;margin:0 .09em;border-radius:50%;background:#87ceeb;color:#171df4;font:.48em/1 var(--font);vertical-align:.16em;will-change:transform}.help-mark-wide{width:1.28em;border-radius:999px}.help-glyphs{position:absolute;z-index:4;inset:0;pointer-events:none;overflow:visible}.help-glyphs i{position:absolute;display:grid;place-items:center;width:48px;height:48px;border:1.5px solid var(--blue);border-radius:50%;background:#050505;color:var(--sky);font:400 30px/1 "Instrument Serif",serif;font-style:normal;will-change:transform}.help-glyphs i:nth-child(1){left:4%;top:2%}.help-glyphs i:nth-child(2){right:7%;top:0}.help-glyphs i:nth-child(3){left:22%;top:1%;width:32px;height:32px;font-size:20px}.help-glyphs i:nth-child(4){right:27%;top:2%;width:36px;height:36px;font-size:18px}.help-glyphs i:nth-child(5){left:51%;top:0;width:58px;height:32px;border-radius:999px}.help-copy label{display:inline}.help-copy input{display:inline-block;width:29%;min-width:150px;padding:0 4px 2px;border:0;border-bottom:3px solid currentColor;border-radius:0;outline:0;background:transparent;color:inherit;font:inherit;letter-spacing:inherit;vertical-align:baseline}.help-copy input:focus{background:#ffffff1f}.help-window>.resize-handle{right:-7px;bottom:-7px}body:not(.editing) .help-window{outline-color:transparent}@media(max-width:900px){.help-window{width:100%;margin-bottom:70px}.help-desktop{min-height:0;padding:55px 0 20px}.help-toolbar{height:48px;padding:0 12px;gap:10px}.toolbar-tools{display:none}.help-copy{padding:18px;font-size:clamp(24px,7vw,40px)}.help-copy input{border-bottom-width:2px}}@media(prefers-reduced-motion:reduce){.motion-statement{height:auto;min-height:0}.motion-pin{height:auto;min-height:520px;padding:100px 6vw 70px}.motion-track{width:auto;padding-left:0;white-space:normal;flex-wrap:wrap;will-change:auto}}.work-grid{display:block;columns:3;column-gap:20px}.work{width:100%;break-inside:avoid;margin:0 0 22px;padding:0;background:transparent;border-radius:0;overflow:visible}.work img,.work video{display:block;width:100%;height:auto;border-radius:0}.work-reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.work-reveal.is-visible{opacity:1;transform:translateY(0)}.work:hover img,.work:hover video{opacity:.85}.work figcaption{display:none}@media(max-width:1024px){.work-grid{columns:2}}@media(max-width:768px){.work-grid{columns:1}}@media(hover:hover)and (pointer:fine){body,a,button,input,textarea,[data-cursor-text]{cursor:none!important}.custom-cursor{position:fixed;z-index:99999;top:0;left:0;pointer-events:none;display:flex;align-items:center;justify-content:center;width:11px;height:11px;padding:0;border:1.5px solid var(--blue);border-radius:50%;overflow:hidden;white-space:nowrap;background:#f5f5f2;color:#050505;font-size:10px;font-weight:600;line-height:1;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 0 0 1px #0009;transition:width .22s cubic-bezier(.22,1,.36,1),height .22s cubic-bezier(.22,1,.36,1),border-radius .22s cubic-bezier(.22,1,.36,1),background .16s ease,color .16s ease,box-shadow .16s ease;will-change:transform}.custom-cursor .cursor-text{opacity:0;padding:0 12px;transition:opacity .12s ease .04s}.custom-cursor.is-active{height:27px;border-radius:3px;background:var(--blue);color:#050505;box-shadow:3px 3px #050505}.custom-cursor.is-active .cursor-text{opacity:1}.custom-cursor.is-link{background:#f5f5f2;color:#050505}}.hand-playground{min-height:700px;display:grid;grid-template-columns:minmax(300px,1.06fr) minmax(300px,1fr);align-items:center;gap:clamp(42px,7vw,120px);padding:40px clamp(10px,4vw,70px) 70px}.hand-playground .drawing-wall,.hand-playground .doodle-card{position:relative;inset:auto;width:100%;margin:0;border:0;border-radius:14px;background:var(--doodle-paper,#ffdf4f);color:#111;box-shadow:none}.hand-playground .drawing-wall{order:1;align-self:center;aspect-ratio:.94;padding:20px;overflow:hidden}.hand-playground .doodle-card{order:2;align-self:center;height:auto;aspect-ratio:1.06;padding:22px;overflow:hidden}.hand-playground .drawing-wall>header{position:absolute;z-index:3;inset:20px 20px auto;border:0;color:#111}.hand-playground .drawing-wall>header p{color:#1111117a}.hand-playground .drawing-wall-grid{display:block;height:100%;margin:0}.hand-playground .wall-doodle{display:none;height:100%;margin:0;padding:54px 0 36px;background:transparent!important;border-radius:0}.hand-playground .wall-doodle:first-child{display:block}.hand-playground .wall-doodle img{width:100%;height:100%;aspect-ratio:auto;object-fit:contain;background:transparent!important}.hand-playground .wall-doodle figcaption{position:absolute;inset:auto 0 0;padding:0;color:#111}.hand-playground .wall-doodle button{top:54px;right:0}.hand-playground .empty-wall{display:grid;place-items:center;height:100%;margin:0;color:#11111157;text-align:center;font:400 clamp(34px,4vw,58px)/.92 "Instrument Serif",serif}.hand-playground .empty-wall[hidden]{display:none}.default-doodle{position:absolute;z-index:1;inset:58px 22px 44px;width:calc(100% - 44px);height:calc(100% - 102px);object-fit:contain;pointer-events:none}.default-doodle[hidden]{display:none}.latest-sticker{position:absolute;z-index:3;right:18px;top:64px;width:150px;margin:0;padding:8px 8px 6px;border:2.5px solid #0e100f;border-radius:4px;box-shadow:5px 5px #0e100fd9;transform:rotate(7deg)}.latest-sticker img{display:block;width:100%;aspect-ratio:1;object-fit:contain}.latest-sticker figcaption{display:flex;justify-content:space-between;gap:6px;padding-top:5px;font-size:8px;letter-spacing:.05em;text-transform:uppercase;color:#111}.sidebar-back{padding:96px 0 24px;border-bottom:.5px solid #38383a;margin-bottom:24px}.sidebar-back a{display:inline-flex;align-items:center;gap:8px;color:#87ceeb;text-decoration:none;font-size:15px;letter-spacing:-.02em}.sidebar-back a:hover{color:var(--ink)}.portfolio-sidebar{padding-top:0}.portfolio-nav{margin-top:0;gap:4px}.portfolio-nav a{padding:8px 0}.portfolio-nav a.active{font-weight:500}.project-nav{margin-top:32px;padding-top:24px;gap:4px}.project-nav a{font-size:15px;padding:4px 0}@media(max-width:900px){.sidebar-back{padding:0 0 14px;margin-bottom:10px}}.say-hi{position:absolute;right:5%;top:44px;padding:0;border:0;text-align:left;overflow:visible;z-index:5}.say-hi-kicker{margin:0 0 14px;font-size:11px;letter-spacing:.1em;color:var(--secondary)}.say-hi-mail{position:relative;display:inline-flex;align-items:center;gap:18px;border-radius:999px;padding:18px 30px;background:#fdfdfd;color:#0e100f;font:400 clamp(20px,2.1vw,34px)/1 "Instrument Serif",serif;letter-spacing:0;text-decoration:none;white-space:nowrap;box-shadow:0 8px 26px #0006;transition:filter .25s}.say-hi-mail>span{font:500 10px var(--font);letter-spacing:.08em;color:#8e8e93}.say-hi-mail:hover{filter:brightness(.92)}.freelance-badge{position:absolute;right:-34px;top:-34px;z-index:2;padding:.6em .9em;border:2.5px solid #0e100f;background:#fdfdfd;color:#0e100f;font:600 13px/1 var(--font);white-space:nowrap;box-shadow:5px 5px #0e100fd9}.note-form[hidden]{display:none!important}.work video{background:#0d0d10;min-height:160px}.hi-doodle{position:absolute;pointer-events:none}.hi-curl{left:-128px;bottom:-46px;width:112px;height:auto}.hi-star-wrap{right:-64px;top:16px;width:58px;height:58px}.hi-star{display:block;width:100%;height:100%}.hi-cloud{left:-52px;top:-40px;width:42px}.hi-heart{right:-24px;bottom:-42px;width:26px}.hi-sparkle{left:34%;bottom:-52px;width:20px}.writing-play-slot{min-height:420px}@media(max-width:900px){.say-hi{position:relative;right:auto;top:auto;margin:56px 0 30px;text-align:center}.freelance-badge{right:0;top:-30px}.hi-curl{width:80px;left:-8px;bottom:-60px}.hi-star-wrap{width:42px;height:42px;right:-10px;top:-24px}.hi-cloud{width:30px;left:6%;top:-34px}}.pinned-note{padding-top:34px;font-size:clamp(24px,2.4vw,32px);line-height:1.18;overflow-wrap:break-word}.pinned-note small{display:block;margin-top:12px;font:500 11px var(--font);letter-spacing:.04em;text-transform:uppercase;opacity:.6}.wall-badge{position:absolute;right:18px;bottom:16px;padding:9px 15px;border-radius:999px;background:#11111121;font:400 14px "Instrument Serif",serif}.hand-playground .doodle-card>.move-grip{display:none}.hand-playground .doodle-meta{position:relative;z-index:3;align-items:flex-start;min-height:32px;color:#11111180}.hand-playground .doodle-meta>span{font-size:9px;letter-spacing:.08em}.hand-playground .mini-palettes{position:absolute;top:0;left:50%;transform:translate(-50%);gap:13px}.hand-playground .palette>span{display:none}.hand-playground .palette button{width:13px;height:13px;border-color:#11111147}.hand-playground .doodle-prompt{position:absolute;z-index:1;top:66px;left:22px;right:22px;pointer-events:none;color:#52460e8c;font:400 clamp(34px,4.1vw,62px)/.94 "Instrument Serif",serif;letter-spacing:-.025em;transition:opacity .2s ease}.hand-playground .doodle-prompt.is-hidden{opacity:0}.hand-playground .doodle-card canvas{position:absolute;z-index:2;inset:54px 18px 58px;width:calc(100% - 36px);height:calc(100% - 112px);background:transparent}.hand-playground .doodle-card footer{position:absolute;z-index:4;left:22px;right:18px;bottom:16px}.hand-playground .doodle-name{border:0;width:100px;font:400 14px "Instrument Serif",serif}.hand-playground .doodle-card footer button{padding:8px 12px;background:#1111111f;font:400 13px "Instrument Serif",serif}.hand-playground .post-doodle{background:#11111124!important;color:#111!important}.hand-playground .resize-handle{display:none}@media(max-width:900px){.hand-playground{display:flex;padding:20px 0 60px;gap:30px}.hand-playground .drawing-wall,.hand-playground .doodle-card{width:100%;aspect-ratio:1}.hand-playground .doodle-card{height:auto!important}}.toolkit-folder{position:absolute;z-index:8;left:5%;bottom:84px;width:190px;height:132px;padding:0;border:0;color:#050505;background:transparent;cursor:pointer;filter:drop-shadow(10px 12px 0 rgba(0,0,0,.4));transform:rotate(-4deg);transform-origin:50% 85%}.folder-tab{position:absolute;left:3px;top:0;width:104px;height:34px;padding:9px 13px;border-radius:8px 11px 0 0;background:#87ceeb;text-align:left;font:500 11px var(--font);letter-spacing:.06em;text-transform:uppercase}.folder-front{position:absolute;inset:25px 0 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:16px 18px;border:1.5px solid #050505;border-radius:7px 12px 12px;overflow:hidden;background:#87ceeb}.folder-front:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.34),transparent 48%)}.folder-front i{position:absolute;right:16px;top:15px;width:16px;height:16px;border:1.5px solid #050505;border-radius:50%}.folder-front i:after{content:"+";position:absolute;inset:-4px 0 0;font:16px/1 var(--font)}.folder-front b{position:relative;font:500 19px/1 var(--font);letter-spacing:.04em}.folder-front small{position:relative;margin-top:5px;font:9px var(--font);letter-spacing:.08em;text-transform:uppercase;opacity:.56}.toolkit-folder:hover{transform:rotate(-1deg) translateY(-5px)}.toolkit-folder.is-open{display:none}.toolkit-stickers{position:absolute;z-index:7;left:4%;bottom:22px;width:min(390px,33vw);opacity:0;visibility:hidden;pointer-events:none;transform:rotate(-4deg)}.toolkit-stickers.is-unpacked{visibility:visible;pointer-events:auto;opacity:1}.toolkit-stickers img{display:block;width:100%;height:auto;filter:drop-shadow(7px 10px 0 rgba(0,0,0,.46));-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.toolkit-stickers .resize-handle{right:7%;bottom:4%}@media(max-width:900px){.toolkit-folder{left:22px;bottom:36px;width:150px;height:106px}.toolkit-stickers{left:12px;bottom:14px;width:245px}}.chapter-title h2{line-height:1.08;letter-spacing:-.03em}.chapter-title h2.text-movable{font-size:clamp(30px,3.4vw,52px);line-height:1.08}.chapter-title p{font-size:14px;line-height:1.65;text-transform:none;letter-spacing:0;max-width:300px}#writing{min-height:auto;padding:100px 3.3vw 110px}#writing .chapter-title{margin-bottom:70px}#writing .chapter-title h2.text-movable{font-size:clamp(28px,3vw,46px);line-height:1.1;letter-spacing:-.03em;max-width:26ch}.writing-grid{gap:64px 18px}.article-card:nth-child(2n){margin-top:110px}.writing-play-slot{min-height:340px}.article-art.has-cover{padding:0;overflow:hidden;background:#111114}.article-art.has-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.22,1,.36,1)}.article-card:hover .article-art.has-cover img{transform:scale(1.04)}.resize-handle{display:none!important}.corner-handle{display:block;position:absolute;width:14px;height:14px;border:3px solid var(--blue);background:#000;border-radius:50%;z-index:5;transition:opacity .25s}.corner-handle[data-corner=tl]{left:-8px;top:-8px;cursor:nwse-resize}.corner-handle[data-corner=tr]{right:-8px;top:-8px;cursor:nesw-resize}.corner-handle[data-corner=bl]{left:-8px;bottom:-8px;cursor:nesw-resize}.corner-handle[data-corner=br]{right:-8px;bottom:-8px;cursor:nwse-resize}body:not(.editing) .corner-handle{opacity:0;pointer-events:none}.motion-statement{height:86vh;min-height:480px;max-height:none;margin:0 0 60px}.motion-pin{height:100%;min-height:0;max-height:none}@media(max-width:900px){.corner-handle{display:none}.motion-statement{height:70vh;min-height:380px;max-height:none}.motion-pin{height:100%}#writing{padding:70px 3.3vw 80px}.chapter-title p{display:none}}.github-strip{width:min(1040px,92%);margin:30px auto 0;padding-top:34px;border-top:.5px solid #38383a}.strip-title{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:40px}.strip-title span{font-size:11px;letter-spacing:.06em}.strip-title p{margin:0;font-size:12px;color:var(--secondary)}.github-strip .github-canvas{min-height:0;position:relative;display:flex;flex-wrap:wrap;align-items:flex-start;gap:44px}.github-strip .github-profile{position:relative;left:auto;top:auto;width:min(560px,100%)}.github-strip .repo-cloud{position:relative;inset:auto;flex:1;min-width:300px;display:flex;justify-content:center}.github-strip .repo{position:relative;right:auto!important;top:auto!important;transform:rotate(-2deg)}.repo-badge{position:absolute;right:-14px;top:-16px;z-index:2;padding:.55em .8em;border:2.5px solid #0e100f;border-radius:2px;background:#f9d616;color:#0e100f;font:600 12px/1 var(--font);letter-spacing:0;box-shadow:5px 5px #0e100fd9;white-space:nowrap}.repo-lang{display:inline-flex;align-items:center;gap:7px;font-size:11px;letter-spacing:.03em}.repo-lang svg{width:17px;height:17px;flex:none}.writing-index{border-bottom:.5px solid #38383a;margin-top:10px}.writing-row{display:grid;grid-template-columns:130px minmax(230px,350px) 1fr;gap:30px;padding:26px 0;border-top:.5px solid #38383a;color:inherit;text-decoration:none;align-items:start}.w-date{font-size:12px;color:var(--secondary);letter-spacing:.04em;padding-top:4px}.w-title{font-size:19px;line-height:1.3;color:var(--sky);letter-spacing:-.01em}.writing-row:hover .w-title{text-decoration:underline;text-underline-offset:3px}.w-desc{font-size:15px;line-height:1.55;color:var(--ink);max-width:56ch}.writing-more .w-title{color:#f9d616}.writing-feature{overflow:hidden;border-top:.5px solid #38383a;padding:22px 0 26px;margin-left:160px}.writing-feature img{display:block;width:min(640px,100%);border-radius:8px}@media(max-width:900px){.github-strip{width:100%}.github-strip .github-canvas{flex-direction:column}.github-strip .repo{width:100%}.writing-row{grid-template-columns:1fr;gap:8px;padding:20px 0}.writing-feature{margin-left:0}}
