:root{--section-gap: 300px;--nav-height: 60px;color-scheme:dark;--ink: #0e0929;--accent: #92acff;--bg: var(--ink);--text: rgba(255, 255, 255, .92);--muted: rgba(255, 255, 255, .72);--border: rgba(146, 172, 255, .22);--border-2: rgba(255, 255, 255, .16);--card: rgba(255, 255, 255, .04);--card-2: rgba(255, 255, 255, .06);--shadow: 0 12px 40px rgba(0, 0, 0, .35);--radius-lg: 18px;--radius-md: 14px;--radius-sm: 12px;--container: 1080px;--ring: 0 0 0 3px rgba(146, 172, 255, .25)}*,*:before,*:after{box-sizing:border-box}html,body{min-height:100%}body{margin:0;overflow-x:hidden;background:transparent;color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Noto Sans,Helvetica Neue,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(900px 520px at 20% 40%,rgba(146,172,255,.1),transparent 60%),radial-gradient(700px 420px at 80% 70%,rgba(146,172,255,.06),transparent 62%),linear-gradient(135deg,var(--bg),#09061e);background-repeat:no-repeat;background-size:cover}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}::selection{background:#92acff40}.bg-layer{position:fixed;inset:0;z-index:0;pointer-events:none}.bg-glow{position:absolute;inset:-20%;background:radial-gradient(60% 50% at 20% 20%,rgba(146,172,255,.22),transparent 55%),radial-gradient(55% 45% at 70% 35%,rgba(146,172,255,.12),transparent 60%),radial-gradient(55% 50% at 50% 90%,rgba(255,255,255,.06),transparent 60%);filter:blur(10px);opacity:.9}.app{position:relative;z-index:1;min-height:100%}.page{padding-top:84px}.container{max-width:var(--container);margin:0 auto;padding:0 16px}main>*+*{margin-top:var(--section-gap)}@media(max-width:900px){:root{--section-gap: 220px}}@media(max-width:600px){:root{--section-gap: 140px}.page{padding-top:72px}}.section{padding:0}.stack{display:flex;flex-direction:column;gap:16px}.row{display:flex;align-items:center;gap:12px}.grid{display:grid;gap:16px}@media(min-width:860px){.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.card{background:linear-gradient(180deg,var(--card),rgba(255,255,255,.02));border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow)}.card.soft{background:linear-gradient(180deg,var(--card-2),rgba(255,255,255,.03));border-color:var(--border-2);box-shadow:none}h1,h2,h3{margin:0;line-height:1.15;letter-spacing:-.02em}h1{font-size:clamp(34px,4vw,48px)}h2{font-size:clamp(22px,2.3vw,30px)}h3{font-size:18px}p{margin:0;color:var(--muted)}.muted{color:var(--muted)}.kicker{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#92acffd9}.grad{background:linear-gradient(90deg,var(--accent),rgba(255,255,255,.88));-webkit-background-clip:text;background-clip:text;color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 14px;border-radius:var(--radius-sm);border:1px solid rgba(146,172,255,.28);background:#ffffff0a;color:#ffffffeb;transition:transform .16s ease,opacity .16s ease,border-color .16s ease,background .16s ease}.btn:hover{opacity:.95;border-color:#92acff73;background:#ffffff0f;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn.primary{background:linear-gradient(180deg,#92acff2e,#92acff14);border-color:#92acff8c}.btn:focus-visible,a:focus-visible{outline:none;box-shadow:var(--ring);border-radius:10px}.link{color:#92acfff2}.link:hover{opacity:.9}.hr{height:1px;background:linear-gradient(90deg,transparent,rgba(146,172,255,.25),transparent);border:0}section{scroll-margin-top:96px}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:#09090be6;backdrop-filter:blur(12px);border-bottom:1px solid #1f1f23}.nav__inner{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:60px;max-width:1200px;margin:0 auto}.nav__left{display:flex;align-items:center;gap:1rem}.nav__brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:inherit}.nav__logo{height:32px;width:auto}.nav__name{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.9rem;font-weight:600;color:#e4e4e7}.nav__prompt{color:#22c55e}.nav__divider{color:#27272a;font-size:.9rem}.nav__links{display:flex;align-items:center;gap:.25rem}.nav__link{display:flex;align-items:center;gap:.35rem;padding:.45rem .7rem;border-radius:6px;text-decoration:none;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.75rem;transition:all .15s ease}.nav__link:hover{background:#22c55e1a}.nav__link-cmd{color:#22c55e;opacity:0;transform:translate(-4px);transition:all .15s ease}.nav__link:hover .nav__link-cmd{opacity:.7;transform:translate(0)}.nav__link-label{color:#a1a1aa;transition:color .15s ease}.nav__link:hover .nav__link-label{color:#e4e4e7}.nav__right{display:flex;align-items:center;gap:1rem}.nav__status{display:flex;align-items:center;gap:.4rem;padding:.3rem .6rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:20px}.nav__status-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;animation:statusPulse 2s ease-in-out infinite}@keyframes statusPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.nav__status-text{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.65rem;color:#4ade80}.nav__social{display:flex;align-items:center;gap:.35rem}.nav__social-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;color:#71717a;transition:all .15s ease}.nav__social-link:hover{background:#18181b;color:#e4e4e7}.nav__social-link svg{width:16px;height:16px}.nav__toggle{display:none;flex-direction:column;justify-content:center;gap:4px;width:32px;height:32px;padding:6px;background:transparent;border:1px solid #27272a;border-radius:6px;cursor:pointer;transition:all .15s ease}.nav__toggle:hover{background:#18181b}.nav__toggle-bar{width:100%;height:2px;background:#71717a;border-radius:1px;transition:all .2s ease}.nav__toggle--active .nav__toggle-bar:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.nav__toggle--active .nav__toggle-bar:nth-child(2){opacity:0}.nav__toggle--active .nav__toggle-bar:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.nav__mobile{display:none;position:absolute;top:100%;left:0;right:0;background:#09090b;border-bottom:1px solid #1f1f23;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav__mobile--open{max-height:400px}.nav__mobile-inner{padding:1rem}.nav__mobile-link{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;text-decoration:none;font-family:SF Mono,Fira Code,Consolas,monospace;transition:background .15s ease}.nav__mobile-link:hover{background:#18181b}.nav__mobile-index{font-size:.6rem;color:#3f3f46}.nav__mobile-cmd{font-size:.7rem;color:#22c55e}.nav__mobile-label{font-size:.85rem;color:#a1a1aa}.nav__mobile-social{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px dashed #1f1f23}.nav__mobile-social-link{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:#0f0f12;border:1px solid #27272a;border-radius:6px;text-decoration:none;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.7rem;color:#71717a;transition:all .15s ease}.nav__mobile-social-link:hover{border-color:#3f3f46;color:#a1a1aa}.nav__mobile-social-link svg{width:14px;height:14px}@media(max-width:768px){.nav__inner{padding:0 1rem}.nav__links,.nav__status,.nav__right .nav__divider,.nav__social{display:none}.nav__toggle,.nav__mobile{display:flex}.nav__left .nav__divider{display:none}}@media(max-width:400px){.nav__name{display:none}.nav__logo{height:28px}}.ftr{border-top:1px solid #1f1f23;background:#09090bcc;backdrop-filter:blur(8px)}.ftr__inner{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;padding:1rem 1.5rem}.ftr__echo{display:flex;align-items:center;gap:.4rem;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.75rem}.ftr__prompt{color:#22c55e}.ftr__cmd{color:#52525b}.ftr__text{color:#71717a}.ftr__name{color:#f472b6}@media(max-width:500px){.ftr__inner{flex-direction:column;gap:.75rem;text-align:center}.ftr__echo{font-size:.7rem}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:2.5rem 1.5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:8% auto 12% 50%;width:min(560px,46vw);transform:translate(-68%);border-radius:50%;background:radial-gradient(circle,rgba(146,172,255,.2) 0%,rgba(146,172,255,.06) 42%,transparent 72%);filter:blur(24px);pointer-events:none;opacity:.8}.hero__inner{max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr);gap:4rem;align-items:center;position:relative;z-index:1}.hero__visual{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:520px}.hero__visual canvas{width:100%;max-width:470px;aspect-ratio:1;display:block;margin-inline:auto;border-radius:32px}.hero__float{position:absolute;display:flex;align-items:center;gap:.5rem;padding:.5rem .85rem;background:#09090bc7;border:1px solid rgba(146,172,255,.16);border-radius:999px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.65rem;backdrop-filter:blur(12px);box-shadow:0 12px 28px #00000038;animation:floatPulse 4s ease-in-out infinite}.hero__float--1{top:14%;left:-2%;animation-delay:0s}.hero__float--2{bottom:18%;right:0;animation-delay:2s}@keyframes floatPulse{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:.9;transform:translateY(-4px)}}.hero__float-prompt{color:#22c55e}.hero__float-cmd{color:#71717a}.hero__content{display:flex;flex-direction:column;gap:.2rem;max-width:620px}.hero__terminal-line{display:flex;align-items:center;gap:0;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.85rem;margin-bottom:1rem;letter-spacing:.02em}.hero__user{color:#22c55e}.hero__at{color:#52525b}.hero__host{color:#60a5fa}.hero__colon{color:#52525b}.hero__path{color:#a78bfa}.hero__dollar{color:#52525b;margin-left:.35rem}.hero__title{margin:0 0 1.1rem;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:clamp(2.1rem,4.4vw,3.45rem);font-weight:600;line-height:1.16;letter-spacing:-.03em;color:#e4e4e7}.hero__greeting{color:#a1a1aa;font-weight:400}.hero__intro{color:#e4e4e7}.hero__name{color:#f472b6;position:relative;text-shadow:0 0 18px rgba(244,114,182,.18)}.hero__cursor{color:#22c55e;animation:cursorBlink 1s step-end infinite}.hero__output{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:1.5rem;padding:1rem 1.1rem;background:linear-gradient(180deg,#0f0f12c7,#0f0f1280);border:1px solid rgba(146,172,255,.14);border-left:3px solid #22c55e;border-radius:14px;box-shadow:0 18px 30px #00000029}.hero__output-arrow{color:#22c55e;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.85rem;flex-shrink:0;margin-top:.1rem}.hero__desc{margin:0;font-size:1rem;color:#c4c4cf;line-height:1.72;max-width:54ch}.hero__roles{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.7rem}.hero__role{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .78rem;background:#0f0f12b8;border:1px solid rgba(146,172,255,.12);border-radius:999px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.7rem;color:#9ea7c6;transition:all .18s ease}.hero__role:hover{border-color:#92acff52;color:#d8deff;transform:translateY(-1px)}.hero__role-index{color:#6b7394;font-size:.6rem}.hero__cta{margin-bottom:1.6rem}.hero__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.15rem;background:linear-gradient(135deg,#0f0f12eb,#18181bfa);border:1px solid rgba(146,172,255,.18);border-radius:12px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.8rem;color:#a1a1aa;text-decoration:none;transition:all .2s ease;position:relative;overflow:hidden;box-shadow:0 16px 26px #00000029}.hero__btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(34,197,94,.1),transparent);transition:left .4s ease}.hero__btn:hover:before{left:100%}.hero__btn:hover{border-color:#22c55e;color:#e4e4e7;transform:translateY(-2px);box-shadow:0 4px 16px #22c55e26}.hero__btn-prompt{color:#22c55e}.hero__btn-cmd{color:#e4e4e7}.hero__btn-text{color:#52525b;font-size:.7rem}.hero__history{display:flex;flex-direction:column;gap:.5rem;padding:.95rem 0 0;border-top:1px dashed rgba(146,172,255,.14)}.hero__history-line{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.68rem}.hero__history-prompt{color:#3f3f46}.hero__history-cmd{color:#767b91}.hero__history-output{color:#8ee7aa;opacity:.86}.hero__history-output:before{content:"→ ";color:#3f3f46}.hero__bottom-line{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:1rem;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.65rem;color:#3f3f46}.hero__line-text{white-space:nowrap}.hero__line-bar{width:60px;height:1px;background:linear-gradient(to right,#27272a,#3f3f46,#27272a)}.hero__line-arrow{animation:bounceDown 2s ease-in-out infinite}@keyframes bounceDown{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@media(max-width:900px){.hero{min-height:auto;padding:calc(var(--nav-height) + 1.5rem) 1.25rem 4rem}.hero:before{inset:4% auto auto 50%;width:min(420px,86vw);transform:translate(-50%)}.hero__inner{grid-template-columns:1fr;gap:2.25rem;text-align:left}.hero__visual{order:-1;min-height:360px}.hero__visual canvas{max-width:min(320px,72vw)}.hero__float{display:none}.hero__terminal-line{justify-content:flex-start}.hero__output{text-align:left}.hero__roles{justify-content:flex-start}.hero__cta{display:flex;justify-content:flex-start}.hero__history{align-items:stretch}.hero__bottom-line{position:static;transform:none;justify-content:flex-start;margin-top:1.5rem}}@media(max-width:680px){.hero{padding:calc(var(--nav-height) + 1.25rem) 1rem 3rem}.hero__inner{gap:1.75rem}.hero__visual{justify-content:center;min-height:300px}.hero__visual canvas{max-width:min(280px,78vw)}.hero__title{font-size:clamp(1.45rem,7.5vw,1.95rem);line-height:1.22}.hero__output{padding:.8rem .85rem}.hero__desc{font-size:.88rem}.hero__btn{width:100%;justify-content:center;flex-wrap:wrap;gap:.35rem}.hero__btn-text{width:100%;text-align:center}}@media(max-width:550px){.hero{padding:calc(var(--nav-height) + 1rem) 1rem 2.5rem}.hero__visual{min-height:240px;margin-top:.35rem}.hero__title{font-size:clamp(1.25rem,8vw,1.6rem)}.hero__terminal-line{font-size:.75rem;flex-wrap:wrap;gap:.1rem .2rem}.hero__output{flex-wrap:wrap;padding:.7rem .85rem}.hero__desc{font-size:.85rem}.hero__roles{gap:.35rem}.hero__role{font-size:.65rem;padding:.3rem .55rem}.hero__history{padding-top:.6rem}.hero__history-line{font-size:.62rem;gap:.25rem .5rem}.hero__history-output{width:100%;padding-left:1rem}}@media(max-width:400px){.hero{padding:calc(var(--nav-height) + .85rem) .9rem 2.25rem}.hero__visual{min-height:210px;margin-top:.25rem}.hero__visual canvas{max-width:min(240px,82vw)}.hero__terminal-line{font-size:.7rem}.hero__title{font-size:1.18rem}.hero__desc{font-size:.8rem}.hero__roles{gap:.3rem}.hero__role{width:100%;justify-content:flex-start}.hero__bottom-line{gap:.6rem;font-size:.6rem}.hero__line-bar{flex:1;min-width:24px}}.abt{max-width:1100px;margin:0 auto;padding:3rem 1.5rem}.abt__container{width:100%}.abt__header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.75rem}.abt__title{display:flex;align-items:center;gap:.75rem;white-space:nowrap}.abt__prompt{font-size:.8rem;color:#22c55e;font-family:SF Mono,Fira Code,Consolas,monospace}.abt__title h2{margin:0;font-size:1.4rem;font-family:SF Mono,Fira Code,Consolas,monospace;color:#e4e4e7;font-weight:600}.abt__rule{flex:1;height:1px;background:linear-gradient(to right,rgba(34,197,94,.35),rgba(34,197,94,.08),transparent)}.abt__grid{display:grid;grid-template-columns:1fr 320px;gap:1rem;align-items:start}.abt__main,.abt__sidebar{min-width:0}.abt__window,.abt__photo-window,.abt__info-window{background:#09090b;border:1px solid #27272a;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px #0006,0 0 0 1px #ffffff08 inset}.abt__window-top{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;background:#111114;border-bottom:1px solid #1f1f23}.abt__dots{display:flex;gap:6px}.dot{width:10px;height:10px;border-radius:50%}.abt__window-title{flex:1;text-align:center;font-size:.7rem;color:#3f3f46;font-family:SF Mono,Fira Code,Consolas,monospace;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.abt__window-actions{display:flex;align-items:center;color:#3f3f46}.abt__window-actions svg{width:14px;height:14px}.abt__window-body{padding:1.5rem}.abt__file-header{margin-bottom:1rem}.abt__file-comment{font-size:.8rem;color:#22c55e;font-family:SF Mono,Fira Code,Consolas,monospace;opacity:.9}.abt__bio{margin-bottom:1.25rem}.abt__bio-p{margin:0 0 .85rem;font-size:.85rem;color:#a1a1aa;line-height:1.7}.abt__bio-p:last-child{margin-bottom:0;color:#71717a}.abt__bio-p em{color:#60a5fa;font-style:normal}.abt__bio-p strong{color:#e4e4e7;font-weight:500}.abt__divider{margin:1.25rem 0;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.75rem;color:#27272a;letter-spacing:2px}.abt__tech{margin-bottom:1.5rem}.abt__tech .abt__file-comment{display:block;margin-bottom:.85rem}.abt__tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.abt__tech-item{display:flex;align-items:center;gap:.5rem;padding:.45rem .65rem;background:#0f0f12;border:1px solid #1f1f23;border-radius:6px;font-size:.75rem;color:#a1a1aa;font-family:SF Mono,Fira Code,Consolas,monospace;transition:all .15s ease}.abt__tech-item:hover{border-color:#27272a;background:#18181b;color:#e4e4e7}.abt__tech-item svg{width:12px;height:12px;color:#22c55e;opacity:.7}.abt__cta{padding-top:1rem;border-top:1px solid #1f1f23}.abt__cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem .9rem;background:#0f0f12;border:1px solid #27272a;border-radius:6px;font-size:.75rem;color:#a1a1aa;font-family:SF Mono,Fira Code,Consolas,monospace;text-decoration:none;transition:all .15s ease}.abt__cta-btn:hover{background:#18181b;border-color:#22c55e;color:#e4e4e7}.abt__cta-prompt{color:#22c55e}.abt__cta-comment{color:#52525b;font-size:.65rem}.abt__sidebar{display:flex;flex-direction:column;gap:1rem;position:sticky;top:5rem}.abt__photo-body{padding:0;background:#0c0c0f}.abt__photo-body img{width:300%;height:auto;display:block;filter:grayscale(10%);transition:filter .3s ease}.abt__photo-body{overflow:hidden}.abt__photo-body img{width:100%;transform:scale(1.2);transition:transform .4s ease,filter .3s ease;filter:grayscale(10%);transform-origin:center top}.abt__info-body{padding:1rem}.abt__json{margin:0;padding:.75rem;background:#0c0c0f;border:1px solid #1f1f23;border-radius:6px;font-size:.7rem;font-family:SF Mono,Fira Code,Consolas,monospace;line-height:1.6;overflow-x:auto}.abt__json code{color:#a1a1aa}.json-key{color:#60a5fa}.json-string{color:#4ade80}.abt__status{display:inline-flex;align-items:center;gap:.4rem;margin-top:.85rem;padding:.35rem .65rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:6px;font-size:.65rem;color:#4ade80;font-family:SF Mono,Fira Code,Consolas,monospace}.abt__status-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;animation:statusPulse 2s ease-in-out infinite}@media(max-width:900px){.abt__grid{grid-template-columns:1fr}.abt__sidebar{position:relative;top:auto;flex-direction:row;flex-wrap:wrap}.abt__photo-window{flex:1;min-width:200px;max-width:280px}.abt__info-window{flex:1;min-width:250px}.abt__tech-grid{grid-template-columns:1fr}}@media(max-width:600px){.abt{padding:2rem 1rem}.abt__window-top{padding:.6rem .8rem}.abt__window-body,.abt__info-body{padding:1rem}.abt__header{flex-direction:column;align-items:flex-start;gap:.75rem}.abt__title{flex-direction:column;align-items:flex-start;gap:.35rem}.abt__prompt{font-size:.7rem}.abt__title h2{font-size:1.15rem}.abt__rule{width:100%}.abt__sidebar{flex-direction:column}.abt__photo-window,.abt__info-window{max-width:100%}.abt__photo-body img{transform:scale(1.05)}.abt__json{font-size:.65rem;line-height:1.5}.abt__cta-btn{flex-wrap:wrap}.abt__cta-comment{width:100%;margin-top:.25rem}}.exp__container{width:100%}.exp__header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.75rem}.exp__title{display:flex;align-items:center;gap:.75rem;white-space:nowrap}.exp__prompt{font-size:.8rem;color:#22c55e;font-family:SF Mono,Fira Code,Consolas,monospace}.exp__title h2{margin:0;font-size:1.4rem;font-family:SF Mono,Fira Code,Consolas,monospace;color:#e4e4e7;font-weight:600}.exp__rule{flex:1;height:1px;background:linear-gradient(to right,rgba(34,197,94,.35),rgba(34,197,94,.08),transparent)}.exp__terminal{display:grid;grid-template-columns:240px 1fr;background:#09090b;border:1px solid #27272a;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px #0006,0 0 0 1px #ffffff08 inset}.exp__sidebar,.exp__main{min-width:0}.exp__sidebar{background:#0f0f12;border-right:1px solid #1f1f23}.exp__nav{padding:.75rem}.exp__tab{display:flex;align-items:center;gap:.6rem;width:100%;padding:.65rem .7rem;background:transparent;border:1px solid transparent;border-radius:8px;cursor:pointer;text-align:left;transition:all .15s ease;margin-bottom:.25rem}.exp__tab:hover{background:#ffffff08}.exp__tab--active{background:#22c55e14;border-color:#22c55e33}.exp__tab-index{font-size:.6rem;color:#3f3f46;font-family:SF Mono,Fira Code,Consolas,monospace;min-width:1.1rem}.exp__tab--active .exp__tab-index{color:#22c55e}.exp__tab-content{flex:1;min-width:0}.exp__tab-title{display:block;font-size:.75rem;color:#71717a;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s ease}.exp__tab:hover .exp__tab-title{color:#a1a1aa}.exp__tab--active .exp__tab-title{color:#e4e4e7}.exp__tab-org{display:block;font-size:.6rem;color:#3f3f46;margin-top:.1rem}.exp__tab-arrow{font-size:.65rem;color:#27272a;opacity:0;transform:translate(-3px);transition:all .15s ease}.exp__tab:hover .exp__tab-arrow{opacity:1;transform:translate(0);color:#52525b}.exp__tab--active .exp__tab-arrow{opacity:1;transform:translate(0);color:#22c55e}.exp__main{display:flex;flex-direction:column;background:#0c0c0f}.exp__main-top{display:flex;align-items:center;padding:.6rem 1rem;background:#111114;border-bottom:1px solid #1f1f23}.exp__dots{display:flex;gap:6px}.dot{width:10px;height:10px;border-radius:50%;transition:opacity .2s ease}.dot--r{background:#ff5f57;box-shadow:0 0 6px #ff5f5766}.dot--y{background:#febc2e;box-shadow:0 0 6px #febc2e66}.dot--g{background:#28c840;box-shadow:0 0 6px #28c84066}.exp__main-title{flex:1;text-align:center;font-size:.7rem;color:#3f3f46;font-family:SF Mono,Fira Code,Consolas,monospace}.exp__main-actions{display:flex;align-items:center;justify-content:center;color:#3f3f46}.exp__main-actions svg{width:14px;height:14px}.exp__panels{flex:1;padding:1.5rem;min-height:400px;position:relative}.exp__panel{animation:fadeSlide .2s ease}@keyframes fadeSlide{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.exp__cmd{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem;padding:.5rem .8rem;background:#18181b;border:1px solid #27272a;border-radius:6px;margin-bottom:1.25rem;font-family:SF Mono,Fira Code,Consolas,monospace}.exp__cmd-prompt{color:#22c55e;font-size:.7rem}.exp__cmd-text{color:#71717a;font-size:.7rem}.exp__cmd-cursor{color:#22c55e;animation:cursorBlink 1s step-end infinite;font-size:.75rem;line-height:1}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.exp__role-header{margin-bottom:.75rem}.exp__role-title{margin:0;font-size:1.1rem;font-weight:600;color:#60a5fa;font-family:SF Mono,Fira Code,Consolas,monospace}.exp__role-subtitle{margin:.2rem 0 0;font-size:.75rem;color:#52525b}.exp__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin-bottom:1rem;font-size:.7rem;color:#52525b;font-family:SF Mono,Fira Code,Consolas,monospace}.exp__meta-item{display:flex;align-items:center;gap:.35rem}.exp__meta-item svg{width:12px;height:12px;opacity:.6}.exp__meta-divider{color:#27272a}.exp__status{display:inline-flex;align-items:center;gap:.3rem;padding:.15rem .45rem;border-radius:4px;font-size:.55rem;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.exp__status--active,.exp__status--current{background:#22c55e1f;color:#4ade80}.exp__status--recent{background:#3b82f61f;color:#60a5fa}.exp__status--past{background:#71717a1f;color:#71717a}.exp__status-dot{width:4px;height:4px;border-radius:50%;background:currentColor}.exp__status--active .exp__status-dot,.exp__status--current .exp__status-dot{animation:statusPulse 2s ease-in-out infinite}@keyframes statusPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.exp__list{list-style:none;padding:0;margin:0 0 1.25rem}.exp__list-item{display:flex;gap:.6rem;padding:.55rem 0;border-bottom:1px solid #1a1a1e}.exp__list-item:last-child{border-bottom:none}.exp__list-marker{color:#22c55e;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.7rem;flex-shrink:0;margin-top:.15rem;opacity:.8}.exp__list-text{font-size:.78rem;color:#a1a1aa;line-height:1.6}.exp__skills{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;padding-top:1rem;border-top:1px solid #1a1a1e}.exp__skills-label{font-size:.6rem;color:#3f3f46;font-family:SF Mono,Fira Code,Consolas,monospace;margin-right:.25rem}.exp__skill{font-size:.6rem;padding:.25rem .55rem;background:#18181b;border:1px solid #27272a;border-radius:4px;color:#71717a;font-family:SF Mono,Fira Code,Consolas,monospace;transition:all .15s ease}.exp__skill:hover{border-color:#3f3f46;color:#a1a1aa}@media(max-width:800px){.exp__terminal{grid-template-columns:1fr}.exp__sidebar{border-right:none;border-bottom:1px solid #1f1f23}.exp__nav{display:flex;overflow-x:auto;padding:.6rem;gap:.4rem;scrollbar-width:none;-ms-overflow-style:none}.exp__nav::-webkit-scrollbar{display:none}.exp__tab{flex-shrink:0;min-width:140px;margin-bottom:0}.exp__tab-arrow{display:none}.exp__panels{min-height:auto;padding:1.25rem}}@media(max-width:550px){.exp{padding:2rem 1rem}.exp__header{flex-direction:column;align-items:flex-start;gap:.75rem}.exp__title{flex-direction:column;align-items:flex-start;gap:.35rem}.exp__prompt{font-size:.7rem}.exp__title h2{font-size:1.15rem}.exp__rule{width:100%}.exp__meta{flex-direction:column;align-items:flex-start;gap:.4rem}.exp__cmd{width:100%;padding:.55rem .7rem}.exp__meta-divider{display:none}.exp__role-title{font-size:1rem}.exp__list-text{font-size:.75rem}.exp__tab{min-width:132px}.exp__skills{gap:.35rem}}[x-cloak]{display:none!important}.exp{max-width:1100px;margin:0 auto;padding:3rem 1.5rem}.meta{margin:0 0 16px;font-size:13px;color:var(--muted)}.meta .org{color:var(--accent);font-weight:500}.skills{margin-top:18px;display:flex;flex-wrap:wrap;gap:10px}.skill-chip{padding:6px 10px;font-size:12px;border-radius:999px;background:#92acff1f;color:var(--accent);border:1px solid rgba(146,172,255,.25)}.projects{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.projects__header{text-align:center;margin-bottom:2.5rem}.projects__header h1{font-size:1.85rem;margin-bottom:.35rem;font-family:SF Mono,Fira Code,Consolas,monospace;color:#e4e4e7}.projects__header h1:before{content:"~/";color:#22c55e}.projects__header .muted{color:#52525b;font-size:.9rem;font-family:SF Mono,Fira Code,Consolas,monospace}.win__image{width:100%;height:200px;overflow:hidden;border-bottom:1px solid var(--border-color);background:var(--surface-color)}.win__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.win:hover .win__image img{transform:scale(1.05)}.projects__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}@media(max-width:1000px){.projects__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.projects{padding:2rem 1rem}.projects__header{margin-bottom:1.75rem}.projects__header h1{font-size:1.4rem}.projects__grid{grid-template-columns:1fr}}.win{display:flex;flex-direction:column;background:#0c0c0f;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;border:1px solid #27272a;position:relative}.win:hover{transform:translateY(-4px);box-shadow:0 10px 28px #00000080;border-color:#3f3f46}.win__top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .85rem;background:#18181b;border-bottom:1px solid #27272a}.win__dots{display:flex;gap:7px}.dot{width:11px;height:11px;border-radius:50%;opacity:.6;transition:opacity .2s ease}.win:hover .dot{opacity:1}.dot--r{background:#ef4444;box-shadow:0 0 6px #ef444466}.dot--y{background:#eab308;box-shadow:0 0 6px #eab30866}.dot--g{background:#22c55e;box-shadow:0 0 6px #22c55e66}.win__title{font-size:.7rem;color:#52525b;font-family:SF Mono,Fira Code,Consolas,monospace;letter-spacing:.5px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.win__badge{display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:#27272a;border-radius:6px;color:#71717a;border:1px solid #3f3f46;transition:color .2s ease,background .2s ease}.win:hover .win__badge{color:#a1a1aa;background:#3f3f46}.win__badge svg{width:14px;height:14px}.win__body{padding:1rem;flex:1;display:flex;flex-direction:column;position:relative}.win__prompt{font-size:.65rem;color:#22c55e;font-family:SF Mono,Fira Code,Consolas,monospace;margin-bottom:.6rem;opacity:.8}.win__prompt span{color:#71717a}.win__name{font-size:1.05rem;font-weight:600;margin-bottom:.6rem;line-height:1.3;font-family:SF Mono,Fira Code,Consolas,monospace}.win__desc{font-size:.8rem;color:#71717a;line-height:1.55;margin-bottom:.85rem;flex:1;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.win__stack{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto}.pill{font-size:.65rem;padding:.3rem .55rem;background:#18181b;border:1px solid #27272a;border-radius:4px;color:#a1a1aa;font-family:SF Mono,Fira Code,Consolas,monospace;white-space:nowrap}.win__footer{display:flex;align-items:center;justify-content:space-between;padding:.5rem .85rem;background:#18181b;border-top:1px solid #27272a;font-size:.6rem;color:#52525b;font-family:SF Mono,Fira Code,Consolas,monospace}.win__footer-left{display:flex;align-items:center;gap:.5rem}@media(max-width:640px){.win__top,.win__footer{padding-left:.75rem;padding-right:.75rem}.win__footer{flex-wrap:wrap;gap:.35rem .75rem}.win__body{padding:.9rem}.win__name{font-size:.95rem}.win__desc{font-size:.76rem}}.win:hover .win__arrow{opacity:1;transform:translate(0)}.win[data-accent=blue]{border-top:2px solid #3b82f6}.win[data-accent=blue] .win__name{color:#60a5fa}.win[data-accent=blue]:hover{box-shadow:0 10px 28px #3b82f626}.win[data-accent=violet]{border-top:2px solid #8b5cf6}.win[data-accent=violet] .win__name{color:#a78bfa}.win[data-accent=violet]:hover{box-shadow:0 10px 28px #8b5cf626}.win[data-accent=teal]{border-top:2px solid #14b8a6}.win[data-accent=teal] .win__name{color:#2dd4bf}.win[data-accent=teal]:hover{box-shadow:0 10px 28px #14b8a626}.win[data-accent=amber]{border-top:2px solid #f59e0b}.win[data-accent=amber] .win__name{color:#fbbf24}.win[data-accent=amber]:hover{box-shadow:0 10px 28px #f59e0b26}.notfound{min-height:75vh;display:grid;place-items:center;text-align:center;padding:4rem 1rem;font-family:monospace}.notfoundtitle{font-size:clamp(3rem,8vw,6rem);margin:0;font-weight:700;letter-spacing:.1em;color:var(--accent)}.notfound p{margin-top:.5rem;font-size:1.1rem;opacity:.8}.btn{display:inline-block;margin-top:1.5rem;padding:.8rem 1.4rem;border:#3c49f6;color:#dbdeff;text-decoration:none;font-weight:600;transition:all .25s ease}.btn:hover{background:var(--card-2);color:var(--accent);transform:translateY(-2px)}
