@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes expandLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes glowDrift{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.1)}66%{transform:translate(-20px,15px) scale(.95)}}[data-astro-cid-yphgojkv]{margin:0;padding:0;box-sizing:border-box}body,html{min-height:100%;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;background-color:#050505;color:#fff}.bg-grid[data-astro-cid-yphgojkv]{position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px;z-index:0;animation:fadeIn 2s ease-out}.bg-glow[data-astro-cid-yphgojkv]{position:fixed;width:500px;height:500px;border-radius:50%;filter:blur(120px);opacity:.08;z-index:0;pointer-events:none}.bg-glow--1[data-astro-cid-yphgojkv]{background:#6366f1;top:-150px;right:-100px;animation:glowDrift 12s ease-in-out infinite}.bg-glow--2[data-astro-cid-yphgojkv]{background:#06b6d4;bottom:-200px;left:-100px;animation:glowDrift 15s ease-in-out infinite reverse}.page-container[data-astro-cid-yphgojkv]{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column}.top-nav[data-astro-cid-yphgojkv]{display:flex;justify-content:space-between;align-items:center;padding:2rem 3rem;opacity:0;animation:fadeIn .6s ease-out .2s forwards}.back-link[data-astro-cid-yphgojkv]{display:flex;align-items:center;gap:.5rem;color:#ffffff80;text-decoration:none;font-size:.85rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;transition:color .3s ease,gap .3s ease}.back-link[data-astro-cid-yphgojkv]:hover{color:#fff;gap:.8rem}.back-arrow[data-astro-cid-yphgojkv]{font-size:1.1rem;transition:transform .3s ease}.back-link[data-astro-cid-yphgojkv]:hover .back-arrow[data-astro-cid-yphgojkv]{transform:translate(-3px)}.nav-links[data-astro-cid-yphgojkv]{display:flex;gap:2rem}.nav-link[data-astro-cid-yphgojkv]{color:#fff6;text-decoration:none;font-size:.8rem;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;transition:color .3s ease;position:relative}.nav-link[data-astro-cid-yphgojkv]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#6366f1;transition:width .3s ease}.nav-link[data-astro-cid-yphgojkv]:hover{color:#fff}.nav-link[data-astro-cid-yphgojkv]:hover:after{width:100%}.content-wrapper[data-astro-cid-yphgojkv]{flex:1;max-width:1000px;margin:0 auto;padding:2rem 3rem 4rem;width:100%}.page-header[data-astro-cid-yphgojkv]{margin-bottom:3.5rem;opacity:0;animation:slideInLeft .8s cubic-bezier(.16,1,.3,1) .3s forwards}.section-tag[data-astro-cid-yphgojkv]{font-family:JetBrains Mono,monospace;font-size:.8rem;color:#6366f1;letter-spacing:2px;display:block;margin-bottom:1rem}.page-title[data-astro-cid-yphgojkv]{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.05;letter-spacing:-1.5px;background:linear-gradient(135deg,#fff 50%,#6366f1b3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-subtitle[data-astro-cid-yphgojkv]{margin-top:.8rem;font-size:1rem;color:#fff6;font-weight:400;letter-spacing:.5px}.title-line[data-astro-cid-yphgojkv]{margin-top:1.5rem;height:2px;width:80px;background:linear-gradient(90deg,#6366f1,#06b6d4);transform-origin:left;animation:expandLine .8s cubic-bezier(.16,1,.3,1) .6s both}.tech-section[data-astro-cid-yphgojkv]{margin-bottom:3rem;opacity:0;animation:fadeIn .6s ease-out var(--section-delay) forwards}.section-label[data-astro-cid-yphgojkv]{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.label-line[data-astro-cid-yphgojkv]{width:24px;height:1px;background:#6366f180}.label-text[data-astro-cid-yphgojkv]{font-family:JetBrains Mono,monospace;font-size:.75rem;color:#ffffff59;letter-spacing:2px;text-transform:uppercase}.tech-grid[data-astro-cid-yphgojkv]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.tech-grid[data-astro-cid-yphgojkv].cols-2{grid-template-columns:repeat(2,1fr)}.tech-card[data-astro-cid-yphgojkv]{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:2rem;opacity:0;animation:fadeInUp .7s cubic-bezier(.16,1,.3,1) var(--delay) forwards;transition:border-color .4s ease,background .4s ease,transform .4s ease;display:flex;flex-direction:column;align-items:flex-start}.tech-card[data-astro-cid-yphgojkv]:hover{border-color:#6366f14d;background:#ffffff0d;transform:translateY(-5px)}.tech-card[data-astro-cid-yphgojkv]:hover .tech-icon[data-astro-cid-yphgojkv]{transform:scale(1.1)}.tech-icon[data-astro-cid-yphgojkv]{margin-bottom:1.2rem;transition:transform .4s cubic-bezier(.16,1,.3,1);line-height:0}.tech-name[data-astro-cid-yphgojkv]{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.3px}.tech-desc[data-astro-cid-yphgojkv]{font-size:.82rem;line-height:1.6;color:#fff6;font-weight:400}.section-footer[data-astro-cid-yphgojkv]{margin-top:1.5rem;opacity:0;animation:fadeIn .6s ease-out 1.2s forwards}@media(max-width:900px){.tech-grid[data-astro-cid-yphgojkv],.tech-grid[data-astro-cid-yphgojkv].cols-2{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.top-nav[data-astro-cid-yphgojkv]{padding:1.5rem;flex-direction:column;gap:1rem;align-items:flex-start}.nav-links[data-astro-cid-yphgojkv]{gap:1.2rem}.content-wrapper[data-astro-cid-yphgojkv]{padding:1.5rem 1.5rem 3rem}.page-header[data-astro-cid-yphgojkv]{margin-bottom:2.5rem}.tech-card[data-astro-cid-yphgojkv]{padding:1.5rem}}@media(max-width:480px){.top-nav[data-astro-cid-yphgojkv]{padding:1rem}.nav-links[data-astro-cid-yphgojkv]{gap:1rem;font-size:.7rem}.content-wrapper[data-astro-cid-yphgojkv]{padding:1rem 1rem 2rem}.tech-grid[data-astro-cid-yphgojkv],.tech-grid[data-astro-cid-yphgojkv].cols-2{grid-template-columns:1fr}.tech-name[data-astro-cid-yphgojkv]{font-size:1rem}.tech-desc[data-astro-cid-yphgojkv]{font-size:.78rem}.bg-glow[data-astro-cid-yphgojkv]{width:300px;height:300px}}@media(prefers-reduced-motion:reduce){[data-astro-cid-yphgojkv],[data-astro-cid-yphgojkv]:before,[data-astro-cid-yphgojkv]:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
