@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap";:root{--color-bg: #050505;--color-text: #eaeaea;--color-text-muted: #888888;--color-accent: #ffffff;--color-accent-subtle: #2a2a2a;--font-mono: "Space Mono", monospace;--font-sans: "Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);overflow-x:hidden;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;position:relative}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:600;margin:0 0 1rem;line-height:1.2;letter-spacing:-.02em}h1,h2{font-family:var(--font-sans);font-weight:600;letter-spacing:-.02em}a{color:inherit;text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.7}.container{max-width:1000px;margin:0 auto;padding:0 1.5rem}.atmosphere{position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(60vw 50vh at 10% 15%,#785aff2e,#0000),radial-gradient(50vw 45vh at 85% 20%,#00c8b429,#0000),radial-gradient(55vw 55vh at 30% 90%,#ff78501f,#0000);filter:blur(30px);opacity:.8}.atmosphere:after{content:"";position:absolute;inset:-50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");background-size:160px 160px;mix-blend-mode:soft-light;opacity:.08;pointer-events:none}#content-shifter{position:relative;z-index:1}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-accent-subtle);border-radius:3px}@media(prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.hero[data-astro-cid-bbe6dxrz]{min-height:85vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.content[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;max-width:900px}h1[data-astro-cid-bbe6dxrz]{font-size:clamp(4rem,15vw,10rem);line-height:.9;margin-bottom:2rem;letter-spacing:-.04em;font-weight:600;color:var(--color-text)}.role-container[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:1rem;font-family:var(--font-mono);font-size:1.1rem;color:var(--color-text-muted);margin-bottom:2rem}.separator[data-astro-cid-bbe6dxrz]{opacity:.5}.intro[data-astro-cid-bbe6dxrz]{font-size:1.5rem;max-width:600px;line-height:1.4;font-weight:300;color:var(--color-text);opacity:.9}.bg-gradient[data-astro-cid-bbe6dxrz]{position:absolute;top:50%;right:-10%;width:60vw;height:60vw;background:radial-gradient(circle,#ffffff14,#0000 70%);transform:translateY(-50%);pointer-events:none;z-index:1;filter:blur(90px);animation:breathe 16s infinite alternate ease-in-out}@keyframes breathe{0%{opacity:.35;transform:translateY(-50%) scale(.96)}to{opacity:.7;transform:translateY(-50%) scale(1.04)}}.fade-in[data-astro-cid-bbe6dxrz]{animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) forwards;opacity:0;transform:translateY(20px)}.fade-in-delay[data-astro-cid-bbe6dxrz]{animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) .2s forwards;opacity:0;transform:translateY(20px)}.fade-in-more-delay[data-astro-cid-bbe6dxrz]{animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) .4s forwards;opacity:0;transform:translateY(20px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.role-container[data-astro-cid-bbe6dxrz]{font-size:.9rem;flex-direction:column;align-items:flex-start;gap:.5rem}.separator[data-astro-cid-bbe6dxrz]{display:none}}@media(prefers-reduced-motion:reduce){.bg-gradient[data-astro-cid-bbe6dxrz],.fade-in[data-astro-cid-bbe6dxrz],.fade-in-delay[data-astro-cid-bbe6dxrz],.fade-in-more-delay[data-astro-cid-bbe6dxrz]{animation:none!important;opacity:1;transform:none}}#case-studies[data-astro-cid-2urjykrc]{padding:4rem 0}.header[data-astro-cid-2urjykrc]{display:flex;align-items:baseline;gap:1rem;margin-bottom:3rem;border-bottom:1px solid var(--color-accent-subtle);padding-bottom:1rem}.mono[data-astro-cid-2urjykrc]{font-family:var(--font-mono);color:var(--color-text-muted)}.grid[data-astro-cid-2urjykrc]{display:grid;grid-template-columns:1fr;gap:2rem}.card[data-astro-cid-2urjykrc]{background:#ffffff08;border:1px solid var(--color-accent-subtle);padding:2rem;border-radius:4px;transition:transform .2s ease;cursor:pointer;width:100%;text-align:left;color:inherit;font:inherit}.card[data-astro-cid-2urjykrc]:hover{transform:translateY(-2px);border-color:var(--color-text-muted)}.card[data-astro-cid-2urjykrc]:focus-visible{outline:2px solid var(--color-text);outline-offset:2px}.top[data-astro-cid-2urjykrc]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}h3[data-astro-cid-2urjykrc]{font-size:1.5rem;margin:0}.metrics[data-astro-cid-2urjykrc]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.badge[data-astro-cid-2urjykrc]{font-size:.75rem;background:#ffffff1a;padding:2px 8px;border-radius:2px;color:var(--color-text)}p[data-astro-cid-2urjykrc]{font-size:.95rem;color:var(--color-text-muted);line-height:1.5}@media(min-width:768px){.grid[data-astro-cid-2urjykrc]{grid-template-columns:repeat(2,1fr)}}#experience[data-astro-cid-xpq65ryk]{padding:6rem 0}.header[data-astro-cid-xpq65ryk]{display:flex;align-items:baseline;gap:1rem;margin-bottom:3rem;border-bottom:1px solid var(--color-accent-subtle);padding-bottom:1rem}.mono[data-astro-cid-xpq65ryk]{font-family:var(--font-mono);font-size:.9rem;color:var(--color-text-muted)}.timeline[data-astro-cid-xpq65ryk]{display:flex;flex-direction:column;gap:3rem}.entry[data-astro-cid-xpq65ryk]{display:grid;grid-template-columns:1fr;gap:1rem;background:transparent;border:none;padding:0;text-align:left;color:inherit;font:inherit}.meta[data-astro-cid-xpq65ryk]{font-size:.85rem;color:var(--color-text-muted)}h3[data-astro-cid-xpq65ryk]{font-size:1.2rem;font-weight:600;margin:0 0 .2rem;line-height:1.2;min-height:1.2em;display:block}.company[data-astro-cid-xpq65ryk]{font-size:1rem;font-weight:400;color:var(--color-text-muted);margin-bottom:.8rem}p[data-astro-cid-xpq65ryk]{font-size:1rem;color:var(--color-text);margin:0;max-width:600px;line-height:1.5}@media(min-width:768px){.entry[data-astro-cid-xpq65ryk]{grid-template-columns:200px 1fr;gap:2rem;cursor:pointer}}.entry[data-astro-cid-xpq65ryk]:hover h3[data-astro-cid-xpq65ryk],.entry[data-astro-cid-xpq65ryk]:focus-visible h3[data-astro-cid-xpq65ryk]{color:#e7fff4;text-shadow:0 0 6px rgba(100,255,180,.25),0 0 14px rgba(100,255,180,.18)}.entry[data-astro-cid-xpq65ryk]:hover .company[data-astro-cid-xpq65ryk],.entry[data-astro-cid-xpq65ryk]:focus-visible .company[data-astro-cid-xpq65ryk]{color:#a0ffdcb3}.entry[data-astro-cid-xpq65ryk]:focus-visible{outline:2px solid var(--color-text);outline-offset:6px}#lifestyle .face{position:absolute;width:100%;height:100%;background:#000;border:1px solid var(--color-accent-subtle);border-radius:12px;padding:1.25rem;box-sizing:border-box;display:flex;flex-direction:column;text-decoration:none;color:inherit;backface-visibility:hidden;overflow:hidden;transform:rotateX(calc(var(--i) * -90deg)) translateZ(var(--cube-radius));box-shadow:inset 0 0 40px #ffffff05;transition:opacity .3s ease,visibility .3s ease,border-color .3s ease}#lifestyle .face.hidden-face{opacity:0;visibility:hidden}#lifestyle .dummy-face{pointer-events:none}#lifestyle .spotify .content{display:flex;flex-direction:row;align-items:center;flex-grow:1;transform:translateY(-5px)}#lifestyle .art{width:56px;height:56px;background:#333;border-radius:4px;position:relative;overflow:hidden;margin-right:1.25rem;flex-shrink:0}#lifestyle .disc{width:100%;height:100%;background:conic-gradient(from 0deg,#333,#666);border-radius:50%;animation:spin 4s linear infinite}#lifestyle .spotify .info{display:flex;flex-direction:column;justify-content:center}#lifestyle .spotify .playlist-name{font-size:1.5rem;font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:.25rem}#lifestyle .spotify .curated-by{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}#lifestyle .strava .activity-meta{display:flex;align-items:baseline;justify-content:flex-start;gap:.8rem;width:100%;margin-bottom:0}#lifestyle .strava .type-large{font-size:1.5rem;font-weight:700;color:#fc4c02;letter-spacing:-.02em}#lifestyle .strava .date{font-size:.85rem;color:var(--color-text-muted)}#lifestyle .stat-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:0}#lifestyle .label{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.25rem;color:var(--color-text-muted)}#lifestyle .val{font-size:1.15rem;font-weight:600;letter-spacing:-.02em}#lifestyle .strava .content{flex-grow:1;display:flex;flex-direction:column;justify-content:center;padding-top:0;gap:.25rem}#lifestyle .icon-header{display:flex;align-items:center;gap:.8rem;color:var(--color-text);margin-bottom:0;height:24px}#lifestyle .status{position:absolute;bottom:1.2rem;left:1.25rem;display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--color-text-muted)}#lifestyle .pulse{width:6px;height:6px;border-radius:50%;animation:pulse 2s infinite}#lifestyle .spotify .pulse{background:#1db954;box-shadow:0 0 5px #1db954}#lifestyle .strava .pulse{background:#fc4c02;box-shadow:0 0 5px #fc4c02}#lifestyle .center-msg{display:flex;align-items:center;justify-content:center;height:100%;font-size:1.2rem;transition:color .3s ease}#lifestyle .spotify-cube .profile-card{border-color:#1db954}#lifestyle .strava-cube .profile-card{border-color:#fc4c02}#lifestyle .spotify-cube .profile-card:hover .center-msg{color:#1db954}#lifestyle .strava-cube .profile-card:hover .center-msg{color:#fc4c02}:root{--cube-height: 210px;--cube-depth: 210px;--cube-radius: 105px}#lifestyle[data-astro-cid-ocyvg3by]{padding:4rem 0}.header[data-astro-cid-ocyvg3by]{display:flex;align-items:baseline;gap:1rem;margin-bottom:3rem;border-bottom:1px solid var(--color-accent-subtle);padding-bottom:1rem}.mono[data-astro-cid-ocyvg3by]{font-family:var(--font-mono);color:var(--color-text-muted);font-size:.85rem}.grid[data-astro-cid-ocyvg3by]{display:grid;grid-template-columns:1fr;gap:4rem}.cube-container[data-astro-cid-ocyvg3by]{height:var(--cube-height);perspective:1000px;position:relative;cursor:grab;overflow:visible;z-index:1;touch-action:none}.cube-container[data-astro-cid-ocyvg3by]:hover{z-index:10}.cube-container[data-astro-cid-ocyvg3by]:active{cursor:grabbing}.cube-wrapper[data-astro-cid-ocyvg3by]{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.2,.8,.2,1);transform-origin:center center}.cube[data-astro-cid-ocyvg3by]{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform .4s cubic-bezier(.2,.8,.2,1);transform:rotateX(0);transform-origin:center center}.cube-container[data-astro-cid-ocyvg3by].first-card:hover .cube[data-astro-cid-ocyvg3by]{transform:rotateX(20deg)}.cube-container[data-astro-cid-ocyvg3by]:not(.first-card):hover .cube[data-astro-cid-ocyvg3by]{transform:rotateX(10deg)}.spotify-cube[data-astro-cid-ocyvg3by]:hover .face[data-astro-cid-ocyvg3by].active-face{border-color:#1db954}.strava-cube[data-astro-cid-ocyvg3by]:hover .face[data-astro-cid-ocyvg3by].active-face{border-color:#fc4c02}.face[data-astro-cid-ocyvg3by]{position:absolute;width:100%;height:100%;background:#000;border:1px solid var(--color-accent-subtle);border-radius:12px;padding:1.25rem;box-sizing:border-box;display:flex;flex-direction:column;text-decoration:none;color:inherit;backface-visibility:hidden;overflow:hidden;transform:rotateX(calc(var(--i) * -90deg)) translateZ(var(--cube-radius));box-shadow:inset 0 0 40px #ffffff05;transition:opacity .3s ease,visibility .3s ease,border-color .3s ease}.face[data-astro-cid-ocyvg3by].hidden-face{opacity:0;visibility:hidden}.dummy-face[data-astro-cid-ocyvg3by]{pointer-events:none}.spotify[data-astro-cid-ocyvg3by] .content[data-astro-cid-ocyvg3by]{display:flex;flex-direction:row;align-items:center;flex-grow:1;transform:translateY(-5px)}.art[data-astro-cid-ocyvg3by]{width:56px;height:56px;background:#333;border-radius:4px;position:relative;overflow:hidden;margin-right:1.25rem;flex-shrink:0}.disc[data-astro-cid-ocyvg3by]{width:100%;height:100%;background:conic-gradient(from 0deg,#333,#666);border-radius:50%;animation:spin 4s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.spotify[data-astro-cid-ocyvg3by] .info[data-astro-cid-ocyvg3by]{display:flex;flex-direction:column;justify-content:center}.spotify[data-astro-cid-ocyvg3by] .playlist-name[data-astro-cid-ocyvg3by]{font-size:1.5rem;font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:.25rem}.spotify[data-astro-cid-ocyvg3by] .curated-by[data-astro-cid-ocyvg3by]{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.strava[data-astro-cid-ocyvg3by] .activity-meta[data-astro-cid-ocyvg3by]{display:flex;align-items:baseline;justify-content:flex-start;gap:.8rem;width:100%;margin-bottom:0}.strava[data-astro-cid-ocyvg3by] .type-large[data-astro-cid-ocyvg3by]{font-size:1.5rem;font-weight:700;color:#fc4c02;letter-spacing:-.02em}.strava[data-astro-cid-ocyvg3by] .date[data-astro-cid-ocyvg3by]{font-size:.85rem;color:var(--color-text-muted)}.stat-row[data-astro-cid-ocyvg3by]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:0}.label[data-astro-cid-ocyvg3by]{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.25rem;color:var(--color-text-muted)}.val[data-astro-cid-ocyvg3by]{font-size:1.15rem;font-weight:600;letter-spacing:-.02em}.strava[data-astro-cid-ocyvg3by] .content[data-astro-cid-ocyvg3by]{flex-grow:1;display:flex;flex-direction:column;justify-content:center;padding-top:0;gap:.25rem}.icon-header[data-astro-cid-ocyvg3by]{display:flex;align-items:center;gap:.8rem;color:var(--color-text);margin-bottom:0;height:24px}.status[data-astro-cid-ocyvg3by]{position:absolute;bottom:1.2rem;left:1.25rem;display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--color-text-muted)}.pulse[data-astro-cid-ocyvg3by]{width:6px;height:6px;border-radius:50%;animation:pulse 2s infinite}.spotify[data-astro-cid-ocyvg3by] .pulse[data-astro-cid-ocyvg3by]{background:#1db954;box-shadow:0 0 5px #1db954}.strava[data-astro-cid-ocyvg3by] .pulse[data-astro-cid-ocyvg3by]{background:#fc4c02;box-shadow:0 0 5px #fc4c02}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.center-msg[data-astro-cid-ocyvg3by]{display:flex;align-items:center;justify-content:center;height:100%;font-size:1.2rem;transition:color .3s ease}.spotify-cube[data-astro-cid-ocyvg3by] .profile-card[data-astro-cid-ocyvg3by]{border-color:#1db954}.strava-cube[data-astro-cid-ocyvg3by] .profile-card[data-astro-cid-ocyvg3by]{border-color:#fc4c02}.spotify-cube[data-astro-cid-ocyvg3by] .profile-card[data-astro-cid-ocyvg3by]:hover .center-msg[data-astro-cid-ocyvg3by]{color:#1db954}.strava-cube[data-astro-cid-ocyvg3by] .profile-card[data-astro-cid-ocyvg3by]:hover .center-msg[data-astro-cid-ocyvg3by]{color:#fc4c02}@media(min-width:768px){.grid[data-astro-cid-ocyvg3by]{grid-template-columns:repeat(2,1fr)}}@media(prefers-reduced-motion:reduce){.cube-wrapper[data-astro-cid-ocyvg3by],.cube[data-astro-cid-ocyvg3by]{transition:none}.disc[data-astro-cid-ocyvg3by],.pulse[data-astro-cid-ocyvg3by]{animation:none}}.perspective-container[data-astro-cid-p74self4]{position:fixed;top:0;right:0;height:100vh;width:100vw;z-index:90;pointer-events:none}.stretch-overlay[data-astro-cid-p74self4]{position:absolute;inset:0;z-index:101;pointer-events:none}.sidebar-panel[data-astro-cid-p74self4]{position:absolute;top:0;right:0;bottom:0;width:clamp(400px,35vw,600px);z-index:100;transform:translate(0);transition:opacity .4s ease-out,filter .4s ease-out}.sidebar-panel[data-astro-cid-p74self4].hidden{opacity:0;filter:blur(20px);transition:opacity .1s ease-out,filter .1s ease-out}.sidebar-panel[data-astro-cid-p74self4].visible{opacity:1;filter:blur(0)}.panel-surface[data-astro-cid-p74self4]{width:100%;height:100%;background:#030303;border-left:1px solid var(--color-accent-subtle);display:flex;flex-direction:column;justify-content:center;position:relative}.panel-surface[data-astro-cid-p74self4]:after{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.03),rgba(255,255,255,.03) 1px,transparent 1px,transparent 4px);opacity:.25;mix-blend-mode:screen;pointer-events:none;animation:scanline 8s linear infinite}@keyframes scanline{0%{transform:translateY(0)}to{transform:translateY(24px)}}.dud-mono{font-family:inherit;font-weight:inherit;color:var(--color-accent-subtle);opacity:.6}.dud-rgb{font-family:inherit;font-weight:inherit;color:#ff64ffcc;text-shadow:1px 0 rgba(100,255,100,.5);opacity:.9}.encrypted-row-text{font-family:inherit;color:#aaffdc99;text-shadow:0 0 6px rgba(100,255,200,.2),0 0 12px rgba(100,255,200,.12);font-size:1em;letter-spacing:0;line-height:inherit;white-space:nowrap}.encrypted-row-text span{pointer-events:none;font-family:inherit;font-size:inherit;letter-spacing:inherit;line-height:inherit;display:inline-block}.content-wrapper[data-astro-cid-p74self4]{display:flex;flex-direction:column;height:100%;transition:opacity .3s ease-out;position:relative;z-index:1;padding:2rem;overflow-y:auto}.panel-label[data-astro-cid-p74self4]{font-family:var(--font-mono);font-size:.75rem;color:#fff6;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.title-block[data-astro-cid-p74self4]{margin-bottom:2rem}.meta-row[data-astro-cid-p74self4]{font-family:var(--font-mono);display:flex;flex-wrap:wrap;row-gap:.5rem;column-gap:1.5rem;font-size:.875rem;color:#fff9;margin-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:1.5rem}.role-title[data-astro-cid-p74self4]{font-size:1.875rem;font-weight:700;color:#fff;line-height:1.1;margin:0 0 .5rem}.company-sub[data-astro-cid-p74self4]{font-family:var(--font-mono);color:#ffffff80;font-size:1.125rem}.main-body[data-astro-cid-p74self4]{flex:1;display:flex;flex-direction:column;gap:2rem}.details-list[data-astro-cid-p74self4]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.details-list[data-astro-cid-p74self4] li[data-astro-cid-p74self4]{display:flex;gap:.75rem;color:#ffffffb3;line-height:1.625;font-size:1.125rem}.details-list[data-astro-cid-p74self4] li[data-astro-cid-p74self4]:before{content:"—";color:#ffffff4d}.footer-row[data-astro-cid-p74self4]{margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.tags-row[data-astro-cid-p74self4]{display:flex;flex-wrap:wrap;gap:.5rem}.pill[data-astro-cid-p74self4]{font-family:var(--font-mono);font-size:.75rem;color:#ffffff80;background:#ffffff0d;padding:.25rem .75rem;border-radius:4px;border:1px solid rgba(255,255,255,.05)}@media(min-width:768px){.content-wrapper[data-astro-cid-p74self4]{padding:3rem}.role-title[data-astro-cid-p74self4]{font-size:2.25rem}}body.hover-sidebar-open #content-shifter{filter:brightness(.8);transition:filter .2s ease}@media(prefers-reduced-motion:reduce){.panel-surface[data-astro-cid-p74self4]:after{animation:none}}.overlay-backdrop{position:fixed;inset:0;background-color:#0009;z-index:150;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.overlay-modal{position:fixed;top:50%;left:50%;width:min(900px,92vw);max-height:min(80vh,900px);background-color:#030303;z-index:160;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;box-shadow:0 20px 60px #0000008c;border-radius:12px;overflow:hidden}@media(min-width:768px){.overlay-content{padding:3rem!important}.overlay-title h2{font-size:2.25rem!important}}.glitch-canvas-layer{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:161;mix-blend-mode:screen;opacity:.35}.overlay-content{position:relative;z-index:162;height:100%;display:flex;flex-direction:column;padding:2rem;overflow-y:auto}.overlay-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.overlay-label{font-family:var(--font-mono);font-size:.75rem;color:#fff6;text-transform:uppercase;letter-spacing:.1em}.overlay-close{color:#fff6;transition:color .2s;padding:.5rem;margin-right:-.5rem;background:none;border:none;cursor:pointer}.overlay-close:hover{color:#fff}.overlay-title{margin-bottom:2rem}.overlay-title h2{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1.1}.overlay-subtitle{font-family:var(--font-mono);color:#ffffff80;font-size:1.125rem}.overlay-meta{display:flex;flex-wrap:wrap;row-gap:.5rem;column-gap:1.5rem;font-size:.875rem;color:#fff9;margin-bottom:2.5rem;font-family:var(--font-mono);border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:1.5rem}.overlay-body{flex:1;display:flex;flex-direction:column;gap:2rem}.overlay-desc{color:#fffc;line-height:1.625;font-size:1.125rem;max-width:90%}.overlay-bullets{list-style:none;padding:0;margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.overlay-bullets li{display:flex;gap:.75rem;color:#ffffffb3}.bullet-dash{color:#ffffff4d}.overlay-section h3{color:#fff;font-weight:600;font-size:1.125rem;margin-bottom:.5rem}.overlay-section-content{color:#ffffffb3;line-height:1.625;white-space:pre-line}.overlay-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.05);display:flex;flex-wrap:wrap;gap:.5rem}.overlay-tag{padding:.25rem .75rem;background:#ffffff0d;border-radius:4px;font-size:.75rem;color:#ffffff80;font-family:var(--font-mono);border:1px solid rgba(255,255,255,.05)}#content-shifter{transition:transform .4s cubic-bezier(.2,.8,.2,1),filter .4s ease;transform-origin:center center;will-change:transform,filter}body.overlay-open #content-shifter{transform:scale(.98);filter:brightness(.55) blur(2px);pointer-events:none;overflow:hidden}@media(max-width:768px){body.overlay-open #content-shifter{transform:scale(.96);filter:brightness(.45) blur(3px)}}.spacer[data-astro-cid-j7pv25f6]{height:100px}#about[data-astro-cid-j7pv25f6]{padding:4rem 0;max-width:800px}.header[data-astro-cid-j7pv25f6]{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem}.mono[data-astro-cid-j7pv25f6]{font-family:var(--font-mono);color:var(--color-text-muted);font-size:.9rem}.bio[data-astro-cid-j7pv25f6]{font-size:1.5rem;line-height:1.4;margin-bottom:1.5rem;font-weight:300}.bio[data-astro-cid-j7pv25f6].text-muted{color:var(--color-text-muted);font-size:1.1rem}footer[data-astro-cid-j7pv25f6]{padding:6rem 0 4rem;margin-top:4rem;border-top:1px solid var(--color-accent-subtle)}.links-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:4rem}.link-item[data-astro-cid-j7pv25f6]{font-size:1.2rem;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:4px;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.link-item[data-astro-cid-j7pv25f6]:hover{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.arrow[data-astro-cid-j7pv25f6]{opacity:0;transform:translate(-5px);transition:all .2s ease}.link-item[data-astro-cid-j7pv25f6]:hover .arrow[data-astro-cid-j7pv25f6]{opacity:1;transform:translate(0)}.f-credits[data-astro-cid-j7pv25f6]{font-size:.75rem;color:var(--color-text-muted);text-align:center;opacity:.5;margin-top:4rem}@media(min-width:768px){.links-grid[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(3,1fr)}.bio[data-astro-cid-j7pv25f6]{font-size:2rem}}
