.main-wrapper{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;align-items:start;gap:3.2rem;width:100%;max-width:104rem;margin:0 auto;padding:6rem 2rem}.main-wrapper>*{min-width:0}.projects-panel>h2{margin:0 0 2rem}.projects-panel .project-grid{grid-template-columns:1fr;gap:2.4rem}.brand{fill:currentColor}.profile-card{position:relative;align-self:center;display:flex;flex-direction:column;gap:1.6rem;width:100%;padding:1.8rem;border:1px solid rgba(255,255,255,.04);border-radius:2rem;background:linear-gradient(180deg,#24252c 0,#1c1d23 100%);box-shadow:0 2.4rem 5rem -2.4rem rgba(0,0,0,.8)}.profile-card-head{display:flex;align-items:center;gap:1rem;padding-bottom:1.2rem;border-bottom:1px solid rgba(255,255,255,.1);transform:translateZ(1rem)}.profile-card-title{margin:0;font-size:2.2rem;font-weight:700}.profile-card-body{display:grid;grid-template-columns:12rem minmax(0,1fr);align-items:start;gap:1.6rem}.profile-card-bio{font-size:1.5rem;color:var(--text-soft)}.profile-card-bio a{text-decoration:underline;text-underline-offset:2px}.profile-card-avatar{position:relative;width:100%;height:auto;aspect-ratio:1;overflow:hidden;border-radius:1.4rem;background:linear-gradient(180deg,rgba(34,39,56,.84),rgba(17,20,32,.9));box-shadow:inset 0 .1rem 0 rgba(255,255,255,.08),0 1.4rem 2.8rem -2rem rgba(0,0,0,.9);transform:translateZ(1.8rem)}.profile-card-stack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:1rem;margin:0;padding:0;list-style:none;transform:translateZ(1.4rem)}.stack-tile{display:flex;align-items:center;justify-content:center;gap:.6rem;min-height:3.6rem;padding:.6rem .8rem;border:1px solid rgba(255,255,255,.08);border-radius:1rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 .8rem 1.6rem -1.25rem rgba(0,0,0,.9);font-family:var(--font-mono);font-size:1.25rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.stack-tile svg{flex-shrink:0;width:1.6rem;height:1.6rem}.stack-html{background:rgba(227,79,38,.18);color:#ff8a63}.stack-css{background:rgba(38,77,228,.2);color:#7fc1ff}.stack-js{background:rgba(240,219,79,.18);color:#f7de6c}.stack-node{background:rgba(104,160,99,.18);color:#91d482}.stack-express{background:rgba(148,163,184,.14);color:#cbd5e1}.stack-sqlite{background:rgba(0,118,173,.2);color:#6cc7f0}.stack-electron{background:rgba(71,191,238,.16);color:#8edcff}.stack-nginx{background:rgba(0,150,57,.16);color:#6ee7a8}.stack-cloud{background:rgba(243,128,32,.16);color:#f6a05a}.profile-card-foot{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;transform:translateZ(1.2rem)}.card-link{display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border:1px solid var(--border);border-radius:1rem;background:var(--surface-2);color:var(--text-soft);transition:color .2s ease,border-color .2s ease}.card-link:hover{color:var(--text);border-color:var(--border-strong)}.card-link svg{width:1.8rem;height:1.8rem}.card-link.is-pushed{margin-left:auto}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(30rem,1fr));gap:1.6rem}.project-card{position:relative;display:flex;flex-direction:column;gap:1.2rem;padding:2.2rem;border:1px solid rgba(255,255,255,.04);border-radius:1.4rem;background:linear-gradient(180deg,#24252c 0,#1c1d23 100%);box-shadow:0 1.6rem 3.2rem -2rem rgba(0,0,0,.8);transition:border-color .25s ease,background .25s ease}html.threejs.fx .profile-card,html.threejs.fx .project-card{border-color:transparent;background:0 0;box-shadow:none}html.threejs.fx .profile-card{transform:perspective(220rem) rotateY(7deg) rotateX(-5deg)}html.threejs.fx .project-card{transform:perspective(220rem) rotateY(-2deg) rotateX(-7deg)}html.threejs.fx a.project-card:hover .project-name{color:#fff}.project-card.is-static{opacity:.92}.project-head{display:flex;align-items:center;gap:1.2rem}.project-icon{flex-shrink:0;width:4.5rem;height:auto;object-fit:cover;overflow:hidden}.project-name{font-family:var(--font-head);font-size:2rem;font-weight:700;letter-spacing:-.01em}.project-desc{flex:1;font-size:1.5rem;color:var(--text-soft)}.project-foot{display:inline-flex;align-items:center;gap:.3rem;font-family:var(--font-mono);font-size:1.3rem;color:var(--text-dim)}.project-foot a{display:inline-flex;align-items:center;gap:.6rem;color:inherit;transition:color .2s ease}.project-foot a:not(:last-child){margin-right:1.4rem}.project-foot a.is-primary::after{content:"";position:absolute;inset:0;border-radius:inherit}.project-foot a:not(.is-primary){position:relative;z-index:1}.project-card:hover .project-foot a.is-primary,.project-foot a:hover{color:#f472b6}.project-foot:hover a.is-primary:not(:hover){color:inherit}.project-foot svg{width:1.6rem;height:1.6rem}a.project-card:hover .project-foot{color:#f472b6}@keyframes wave-hand{0%,100%,14%,4%{transform:rotate(0)}11%,7%{transform:rotate(16deg)}9%{transform:rotate(-8deg)}}.wave{display:inline-block;transform-origin:70% 80%;animation:wave-hand 10s ease-in-out infinite}@media (max-width:980px){html.threejs.fx .profile-card,html.threejs.fx .project-card{transform:none}.main-wrapper{padding:2rem;grid-template-columns:1fr;gap:2.4rem}.projects-panel .project-grid{gap:1.6rem}}@media (max-width:640px){.main-wrapper{padding:2rem 1.5rem}.profile-card{padding:1.5rem;background:linear-gradient(180deg,#101015,#08080d),var(--bg)}.project-card,a.project-card:hover{background:linear-gradient(180deg,#0d0d12,#08080c),var(--bg)}.profile-card-stack{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:480px){.profile-card-head{gap:.8rem}.profile-card-title{font-size:1.8rem}.profile-card-body{display:block;overflow:hidden}.profile-card-avatar{float:left;width:9.2rem;margin-right:1.4rem}.profile-card-stack{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:340px){.profile-card-foot .is-pushed{margin-left:0}.profile-card-foot{gap:.8rem;justify-content:space-between}}