:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#fffffff2;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#121218;font-family:Space Grotesk,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.6}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#93c5fd;text-underline-offset:2px;font-weight:500;text-decoration:none;transition:color .3s}a:hover{color:#bfdbfe}*,:before,:after{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}h1{margin:0;font-size:3.2em;line-height:1.1}h2,h3,h4,h5,h6,p{margin:0}img{max-width:100%;height:auto;display:block}button{color:#fff;cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:all .25s}button:hover{border-color:#8ab4ff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#111827;background-color:#fafafa}a{color:#1d4ed8}a:hover{color:#1e40af}button{color:#111827;background-color:#f9f9f9;border-color:#cbd5e1}}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:root{--font-sans:"Space Grotesk",system-ui,-apple-system,sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace;--color-primary:#7877c6;--color-primary-light:#a8a8ff;--color-primary-dark:#5a59a8;--color-accent:#ff6b6b;--color-accent-teal:#4ecdc4;--ease-out-expo:cubic-bezier(.16,1,.3,1);--ease-in-out:cubic-bezier(.65,0,.35,1);--text-primary:#fffffff2;--text-secondary:#ffffffb3;--text-muted:#ffffffb3;--bg-card:#ffffff05;--bg-card-hover:#ffffff0d;--border-subtle:#ffffff14;--border-hover:#7877c64d;--bg-gradient-primary:radial-gradient(ellipse 80% 50% at 50% -20%,#7877c626,transparent);--bg-gradient-accent:radial-gradient(ellipse 60% 40% at 80% 60%,#ff6b6b14,transparent);--bg-gradient-subtle:linear-gradient(180deg,transparent 0%,#7877c608 50%,transparent 100%);--bg-gradient-border:linear-gradient(90deg,transparent,#7877c64d,transparent)}@media (prefers-color-scheme:light){:root{--color-primary-dark:#5a59a8;--text-primary:#000000e6;--text-secondary:#000000b3;--text-muted:#000000b3;--bg-card:#00000005;--bg-card-hover:#0000000a;--border-subtle:#00000014;--border-hover:#7877c633}}#root{text-align:left;max-width:none;min-height:100vh;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:700;line-height:1.2}.skip-link{background-color:var(--color-primary);color:#fff;z-index:9999;opacity:0;pointer-events:none;font-weight:600;font-family:var(--font-sans);border-radius:0 0 8px;padding:12px 24px;text-decoration:none;position:absolute;top:-9999px;left:-9999px}.skip-link:focus{opacity:1;pointer-events:auto;outline-offset:2px;outline:3px solid #fff;position:fixed;top:0;left:0}.section-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-label{font-family:var(--font-mono);color:var(--color-primary);letter-spacing:.15em;text-transform:uppercase;opacity:0;margin-bottom:.75rem;font-size:.85rem;transition:opacity .6s,transform .6s;display:inline-block;transform:translateY(20px)}.visible .section-label{opacity:1;transform:translateY(0)}.section-title{font-family:var(--font-sans);color:inherit;opacity:0;margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:700;transition:opacity .6s .1s,transform .6s .1s;transform:translateY(20px)}.visible .section-title{opacity:1;transform:translateY(0)}.section-subtitle{color:#fff9;opacity:0;max-width:500px;margin:1rem auto 0;font-size:1.125rem;transition:opacity .6s .2s,transform .6s .2s;transform:translateY(20px)}.visible .section-subtitle{opacity:1;transform:translateY(0)}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}::selection{color:inherit;background:#7877c64d}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#ffffff05}::-webkit-scrollbar-thumb{background:#7877c64d;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#7877c680}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media (prefers-color-scheme:light){.section-subtitle{color:#0009}::selection{background:#7877c633}::-webkit-scrollbar-track{background:#00000005}::-webkit-scrollbar-thumb{background:#7877c633}::-webkit-scrollbar-thumb:hover{background:#7877c666}}@media (max-width:768px){.section-header{margin-bottom:3rem}}.pwa-toast{color:#111827;z-index:9999;background:#fff;border-radius:12px;max-width:400px;padding:16px;animation:.3s ease-out slideInUp;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 6px #0000001a,0 10px 25px #00000026}@media (prefers-color-scheme:dark){.pwa-toast{color:#f3f4f6;background:#2a2a2a;border:1px solid #ffffff14}}@keyframes slideInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.pwa-toast{animation:none}.pwa-toast-button:hover,.pwa-toast-button:active{transform:none}}.pwa-toast-content{flex-direction:column;gap:12px;display:flex}.pwa-toast-message{align-items:flex-start;gap:12px;display:flex}.pwa-toast-icon{flex-shrink:0;font-size:24px;line-height:1}.pwa-toast-title{margin:0 0 4px;font-size:16px;font-weight:600;line-height:1.3}.pwa-toast-description{color:#374151;margin:0;font-size:14px;line-height:1.5}@media (prefers-color-scheme:dark){.pwa-toast-description{color:#d1d5db}}.pwa-toast-actions{gap:8px;margin-top:4px;display:flex}.pwa-toast-button{cursor:pointer;border:1px solid #0000;border-radius:8px;flex:1;padding:10px 16px;font-size:14px;font-weight:500;transition:background-color .2s,border-color .2s,transform .2s}.pwa-toast-button:focus-visible{outline-offset:2px;outline:3px solid #fbbf24}.pwa-toast-button-primary{color:#fff;background:#1d4ed8}.pwa-toast-button-primary:hover{background:#1e40af}.pwa-toast-button-secondary{color:#111827;background:#e5e5e5}.pwa-toast-button-secondary:hover{background:#d5d5d5}@media (prefers-color-scheme:dark){.pwa-toast-button-secondary{color:#f3f4f6;background:#3a3a3a}}.pwa-toast-button-install{color:#fff;background:#047857}.pwa-toast-button-install:hover{background:#065f46}.pwa-toast-button-install:disabled{cursor:not-allowed;opacity:.7;background:#9ca3af}@media (prefers-color-scheme:dark){.pwa-toast-button-install:disabled{background:#4b5563}}.navigation{z-index:1000;padding:1rem 2rem;transition:all .3s;position:fixed;top:0;left:0;right:0}.navigation.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#121218e6;padding:.75rem 2rem;box-shadow:0 4px 30px #0003}.navigation.scrolled:after{content:"";background:linear-gradient(90deg,#0000,#7877c633,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.nav-logo{align-items:center;gap:.25rem;font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;text-decoration:none;transition:transform .3s;display:flex}.nav-logo:hover{transform:scale(1.05)}.nav-logo:focus-visible{outline-offset:4px;border-radius:4px;outline:2px solid #7877c6}.logo-text{background:linear-gradient(135deg,#7877c6 0%,#a8a8ff 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.logo-dot{background:#ff6b6b;border-radius:50%;width:8px;height:8px;animation:2s ease-out infinite pulse-dot-logo}@keyframes pulse-dot-logo{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}.nav-links{align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:#ffffffb3;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-link:after{content:"";background:linear-gradient(90deg,#7877c6,#a8a8ff);border-radius:1px;width:calc(100% - 2rem);height:2px;transition:transform .3s;position:absolute;bottom:4px;left:50%;transform:translate(-50%)scaleX(0)}.nav-link:hover,.nav-link.active{color:#fffffff2}.nav-link.active:after{transform:translate(-50%)scaleX(1)}.nav-link:focus-visible{outline-offset:2px;outline:2px solid #7877c6}.nav-social{align-items:center;gap:.5rem;display:flex}.nav-social-link{color:#fff9;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.nav-social-link:hover{color:#7877c6;background:#7877c61a}.nav-social-link:focus-visible{outline-offset:2px;outline:2px solid #7877c6}.nav-social-link svg{width:18px;height:18px}.mobile-menu-button{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;display:none}.hamburger-line{background:#fffc;border-radius:1px;width:24px;height:2px;transition:all .3s;display:block}.mobile-menu-button.open .hamburger-line:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-button.open .hamburger-line:nth-child(2){opacity:0;transform:translate(10px)}.mobile-menu-button.open .hamburger-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{z-index:1001;pointer-events:none;display:none;position:fixed;inset:0}.mobile-menu.open{pointer-events:auto}.mobile-menu-backdrop{opacity:0;background:#00000080;transition:opacity .3s;position:absolute;inset:0}.mobile-menu.open .mobile-menu-backdrop{opacity:1}.mobile-menu-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#181820fa;flex-direction:column;width:min(320px,100vw - 60px);height:100%;padding:5rem 2rem 2rem;transition:transform .3s;display:flex;position:absolute;top:0;right:0;transform:translate(100%)}.mobile-menu.open .mobile-menu-content{transform:translate(0)}.mobile-nav-links{flex-grow:1;margin:0;padding:0;list-style:none}.mobile-nav-links li{opacity:0;transition:all .3s;transform:translate(20px)}.mobile-menu.open .mobile-nav-links li{opacity:1;transition-delay:var(--delay);transform:translate(0)}.mobile-nav-link{color:#ffffffb3;border-bottom:1px solid #ffffff0f;padding:1rem 0;font-size:1.25rem;font-weight:500;text-decoration:none;transition:color .3s;display:block}.mobile-nav-link:hover,.mobile-nav-link.active{color:#7877c6}.mobile-nav-link:focus-visible{outline-offset:2px;outline:2px solid #7877c6}.mobile-social{border-top:1px solid #ffffff1a;gap:1rem;padding-top:2rem;display:flex}.mobile-social-link{color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.mobile-social-link:hover{color:#7877c6;background:#7877c626;border-color:#7877c64d}.mobile-social-link:focus-visible{outline-offset:2px;outline:2px solid #7877c6}.mobile-social-link svg{width:22px;height:22px}@media (max-width:900px){.nav-links,.nav-social{display:none}.mobile-menu-button,.mobile-menu{display:flex}}@media (max-width:640px){.navigation{padding:.75rem 1rem}.navigation.scrolled{padding:.5rem 1rem}}@media (prefers-color-scheme:light){.navigation.scrolled{background:#ffffffe6;box-shadow:0 4px 30px #0000001a}.navigation.scrolled:after{background:linear-gradient(90deg,#0000,#7877c626,#0000)}.nav-link,.mobile-nav-link{color:var(--text-muted)}.nav-link:hover,.nav-link.active,.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--text-primary)}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--color-primary-dark)}.nav-social-link{color:var(--text-muted)}.nav-social-link:hover{color:var(--color-primary-dark);background:#7877c614}.hamburger-line{background:#000000b3}.mobile-menu-content{background:#fffffffa}.mobile-nav-link{border-bottom-color:var(--border-subtle)}.mobile-social{border-top-color:var(--border-subtle)}.mobile-social-link{background:var(--bg-card);border-color:var(--border-subtle);color:var(--text-muted)}.mobile-social-link:hover{color:var(--color-primary-dark);background:#7877c61a}}.hero-section{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;background:radial-gradient(circle at 25% 25%,#7877c608 2px,#0000 2px) 0 0/40px 40px,radial-gradient(circle at 75% 75%,#ff6b6b05 1px,#0000 1px) 0 0/60px 60px;position:absolute;inset:0;overflow:hidden}.hero-grid{background-image:linear-gradient(#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60%,#000 40%,#0000);mask-image:radial-gradient(80% 60%,#000 40%,#0000)}.hero-particles{position:absolute;inset:0}.particle{width:4px;height:4px;left:var(--x);top:var(--y);animation:6s ease-in-out infinite float;animation-delay:var(--delay);opacity:.4;background:#7877c699;border-radius:50%;position:absolute}@keyframes float{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:.7;transform:translateY(-15px)}}.hero-content{z-index:1;text-align:center;opacity:0;flex-direction:column;align-items:center;max-width:800px;transition:opacity .8s,transform .8s;display:flex;position:relative;transform:translateY(30px)}.hero-section.visible .hero-content{opacity:1;transform:translateY(0)}.hero-avatar-wrapper{margin-bottom:2rem;position:relative}.hero-avatar{object-fit:cover;z-index:2;border:3px solid #ffffff1a;border-radius:50%;width:160px;height:160px;transition:transform .3s;position:relative}.hero-avatar-wrapper:hover .hero-avatar{transform:scale(1.05)}.avatar-ring{border:2px solid #7877c6;border-radius:50%;animation:8s linear infinite rotate;position:absolute;inset:-6px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.avatar-glow{filter:blur(15px);z-index:0;background:radial-gradient(circle,#7877c64d 0%,#0000 70%);border-radius:50%;position:absolute;inset:-20px}.hero-greeting{color:#7877c6;letter-spacing:.2em;text-transform:uppercase;opacity:0;margin-bottom:.5rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.9rem;animation:.6s .3s forwards fadeInUp}.hero-name{background:linear-gradient(135deg,#fff 0%,#a8a8ff 50%,#ff9f9f 100%);color:#0000;opacity:0;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1.1;animation:.6s .4s forwards fadeInUp}.hero-title{opacity:0;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin:0 0 1.5rem;animation:.6s .5s forwards fadeInUp;display:flex}.title-text{color:#fffc;font-size:clamp(1rem,3vw,1.25rem);font-weight:500}.title-divider{color:#7877c6;font-size:1.5rem}.hero-tagline{opacity:0;max-width:600px;margin:0 0 2.5rem;animation:.6s .6s forwards fadeInUp}.hero-tagline p{color:#fff9;margin:0 0 .5rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.7}.hero-tagline p:last-child{margin-bottom:0}.hero-tagline .hero-tagline-subtext{color:#ffffff80;margin-top:1.5rem;font-size:clamp(.75rem,1.5vw,.875rem)}.hero-cta{opacity:0;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;animation:.6s .7s forwards fadeInUp;display:flex}.cta-primary,.cta-secondary{border-radius:50px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cta-primary{color:#fff;background:linear-gradient(135deg,#7877c6 0%,#5a59a8 100%);box-shadow:0 4px 20px #7877c666,inset 0 1px #fff3}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #7877c680,inset 0 1px #fff3}.cta-primary:focus-visible{outline-offset:3px;outline:3px solid #7877c6cc}.cta-icon{width:18px;height:18px;transition:transform .3s}.cta-primary:hover .cta-icon{transform:translate(4px)}.cta-secondary{color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff26}.cta-secondary:hover{background:#ffffff1a;border-color:#ffffff40;transform:translateY(-2px)}.cta-secondary:focus-visible{outline-offset:3px;outline:3px solid #ffffff80}.hero-social{opacity:0;gap:1rem;animation:.6s .8s forwards fadeInUp;display:flex}.social-link{color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.social-link:hover{color:#7877c6;background:#ffffff1a;border-color:#7877c680;transform:translateY(-2px)}.social-link:focus-visible{outline-offset:2px;outline:3px solid #7877c6cc}.social-link svg{width:20px;height:20px}.scroll-indicator{opacity:0;justify-content:center;align-items:center;animation:.6s 1.5s forwards fadeIn,2s ease-in-out 2s infinite bounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-chevron{color:#fff9;width:24px;height:24px;transition:all .3s;animation:2s ease-in-out 2s infinite chevron-bounce}@keyframes chevron-bounce{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:.8;transform:translateY(-3px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-8px)}60%{transform:translate(-50%)translateY(-4px)}}@media (max-width:768px){.hero-section{min-height:100svh;padding:1.5rem}.hero-avatar{width:120px;height:120px}.avatar-ring{inset:-6px}.hero-title{flex-direction:column;gap:.25rem}.title-divider{display:none}.hero-cta{flex-direction:column;width:100%;max-width:280px}.cta-primary,.cta-secondary{justify-content:center;width:100%}.scroll-indicator{display:none}}@media (prefers-color-scheme:light){.hero-gradient{background:radial-gradient(80% 50% at 50% -20%,#7877c61a,#0000),radial-gradient(60% 40% at 80% 60%,#ff6b6b0f,#0000)}.hero-grid{background-image:linear-gradient(#00000008 1px,#0000 1px),linear-gradient(90deg,#00000008 1px,#0000 1px)}.particle{background:#7877c666}.hero-name{background:linear-gradient(135deg,#1a1a2e 0%,#5a59a8 50%,#d35f5f 100%);-webkit-background-clip:text;background-clip:text}.title-text,.cta-secondary{color:var(--text-secondary)}.hero-tagline,.scroll-text{color:var(--text-muted)}.cta-secondary,.social-link{background:var(--bg-card);border-color:var(--border-subtle)}.cta-secondary:hover,.social-link:hover{background:var(--bg-card-hover)}.social-link:hover{color:var(--color-primary-dark)}.scroll-chevron{color:var(--text-muted)}}.about-section{padding:6rem 2rem;position:relative}.about-section:before{content:"";background:var(--bg-gradient-border);height:1px;position:absolute;top:0;left:0;right:0}.about-content{grid-template-columns:1.2fr 320px;align-items:start;gap:3rem;max-width:1000px;margin-bottom:4rem;margin-left:auto;margin-right:auto;display:grid}.about-center{flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;max-width:320px;display:flex;transform:translate(6px)}.about-text{opacity:0;transition:opacity .6s .2s,transform .6s .2s;transform:translate(-30px)}.about-section.visible .about-text{opacity:1;transform:translate(0)}.about-intro{color:#ffffffe6;margin-bottom:1.5rem;font-size:1.25rem;line-height:1.8}.about-text p{color:#ffffffb3;margin-bottom:1.25rem;line-height:1.8}.about-highlights{border-top:1px solid #ffffff1a;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;padding-top:2rem;display:grid}.highlight-item{text-align:center}.highlight-number{background:linear-gradient(135deg,#7877c6 0%,#ff6b6b 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:700;line-height:1;display:block}.highlight-label{color:#fff9;letter-spacing:.05em;font-size:.875rem}.about-image-container{opacity:0;justify-content:center;transition:opacity .6s .3s,transform .6s .3s;display:flex;position:relative;transform:translate(30px)}.about-section.visible .about-image-container{opacity:1;transform:translate(0)}.about-image-wrapper{display:inline-block;position:relative}.about-image{object-fit:cover;z-index:1;border-radius:16px;width:100%;max-width:400px;height:auto;position:relative}.image-decoration{z-index:0;border:2px solid #7877c64d;border-radius:20px;position:absolute;inset:-8px;transform:translate(6px,12px)}.about-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;background:#1e1e2de6;border:1px solid #ffffff1a;border-radius:16px;align-items:flex-start;gap:1rem;max-width:340px;padding:1.25rem;display:flex;position:absolute;bottom:-30px;left:-30px;box-shadow:0 20px 40px #0000004d}.card-icon{background:linear-gradient(135deg,#7877c6 0%,#5a59a8 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.card-icon svg{color:#fff;width:24px;height:24px}.card-content h3{color:#fffffff2;margin:0 0 .25rem;font-size:1rem;font-weight:600}.card-content p{color:#fff9;margin:0;font-size:.875rem;line-height:1.5}.about-values{opacity:0;flex-direction:column;align-items:center;width:100%;transition:opacity .6s .5s,transform .6s .5s;display:flex;transform:translateY(20px)}.about-section.visible .about-values{opacity:1;transform:translateY(0)}.values-title{text-align:center;text-transform:uppercase;letter-spacing:.05em;color:inherit;width:100%;margin:0 0 2rem;padding:0;font-family:Space Grotesk,sans-serif;font-size:1.125rem;font-weight:600}.values-grid{grid-template-columns:1fr;justify-items:center;gap:.75rem;width:100%;max-width:280px;display:grid}.value-card{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;height:120px;padding:1.25rem;transition:all .3s;display:flex}.value-card:hover{background:#ffffff0d;border-color:#7877c64d;height:auto;min-height:160px;transform:translateY(-4px)}.value-icon{background:#7877c61a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.75rem;display:flex}.value-icon svg{color:#7877c6;width:24px;height:24px}.value-card h4{color:inherit;flex-shrink:0;margin:0 0 .25rem;font-size:1rem;font-weight:600}.value-card p{color:#fff9;opacity:0;flex-shrink:0;max-height:0;margin:0;font-size:.875rem;line-height:1.5;transition:all .3s;overflow:hidden}.value-card:hover p{opacity:1;max-height:100px;margin-top:.5rem}@media (max-width:1024px){.about-content{grid-template-columns:1fr;gap:3rem;max-width:none;margin-left:0;margin-right:0}.about-center{order:-1;max-width:100%;transform:translate(0)}.about-image-container{justify-content:center;display:flex}.about-values{margin-top:1rem}.values-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:none}.value-card{height:140px}.value-card:hover{height:auto;min-height:180px}}@media (max-width:640px){.about-section{padding:4rem 1.5rem}.about-content{gap:2rem}.about-center{gap:1.5rem;max-width:100%;transform:translate(0)}.about-highlights{grid-template-columns:1fr;gap:1rem}.highlight-item{justify-content:center;align-items:center;gap:.75rem;display:flex}.highlight-number{margin-bottom:0;font-size:2rem}.values-title{margin-bottom:1.5rem;padding:0 .5rem;font-size:1rem}.values-grid{grid-template-columns:1fr;gap:1rem;max-width:100%}.value-card{height:auto;min-height:140px;padding:1.5rem}.value-card p{opacity:1;max-height:100px;margin-top:.5rem}.image-decoration{display:none}}@media (prefers-color-scheme:light){.about-section:before{background:linear-gradient(90deg,#0000,#7877c633,#0000)}.about-intro{color:var(--text-primary)}.about-text p,.card-content p,.value-card p,.highlight-label{color:var(--text-muted)}.about-highlights{border-top-color:var(--border-subtle)}.image-decoration{border-color:#7877c633}.about-card{border-color:var(--border-subtle);background:#fffffff2;box-shadow:0 20px 40px #0000001a}.card-content h3{color:var(--text-primary)}.value-card{background:var(--bg-card);border-color:var(--border-subtle)}.value-card:hover{background:var(--bg-card-hover)}.value-icon{background:#7877c614}}.projects-section{background:var(--bg-gradient-subtle);padding:6rem 2rem;position:relative}.featured-projects{gap:3rem;margin-bottom:4rem;display:grid}.featured-project{opacity:0;transition:opacity .6s,transform .6s;transition-delay:var(--delay);grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem;display:grid;transform:translateY(40px)}.projects-section.visible .featured-project{opacity:1;transform:translateY(0)}.featured-project:nth-child(2n){direction:rtl}.featured-project:nth-child(2n)>*{direction:ltr}.project-image-wrapper{aspect-ratio:4/3;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000004d}.project-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-image-wrapper:hover .project-image{transform:scale(1.05)}.project-overlay{opacity:0;background:linear-gradient(#0000 0%,#000c 100%);align-items:flex-end;padding:1.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.project-image-wrapper:hover .project-overlay{opacity:1}.project-links{gap:.75rem;display:flex}.project-link{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.project-link:hover{background:#ffffff40}.project-link:focus-visible{outline-offset:2px;outline:2px solid #fff}.project-link svg{width:18px;height:18px}.project-status{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fbbf24;background:#fbbf2426;border:1px solid #fbbf2466;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.project-status svg{width:16px;height:16px}.project-content{padding:1rem 0}.project-title{color:inherit;margin:0 0 1rem;font-family:Space Grotesk,sans-serif;font-size:1.75rem;font-weight:700}.project-description{color:#ffffffb3;margin:0 0 1.5rem;font-size:1rem;line-height:1.7}.project-tech{flex-wrap:wrap;gap:.5rem;display:flex}.tech-tag{color:#a8a8ff;background:#7877c626;border:1px solid #7877c64d;border-radius:20px;padding:.375rem .875rem;font-family:JetBrains Mono,monospace;font-size:.8rem;display:inline-block}.other-projects-title{text-align:center;color:inherit;opacity:0;margin:0 0 2rem;font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:600;transition:opacity .6s,transform .6s;transform:translateY(20px)}.projects-section.visible .other-projects-title{opacity:1;transition-delay:.6s;transform:translateY(0)}.other-projects{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.project-card{opacity:0;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;padding:1.75rem;transition:all .3s;display:flex;transform:translateY(30px)}.projects-section.visible .project-card{opacity:1;transition-delay:var(--delay);transform:translateY(0)}.project-card:hover{background:#ffffff0d;border-color:#7877c64d;transform:translateY(-8px)}.card-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.folder-icon{color:#7877c6;width:40px;height:40px}.card-links{gap:.75rem;display:flex}.card-link{color:#ffffffb3;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:color .3s;display:flex}.card-link:hover{color:#7877c6}.card-link:focus-visible{outline-offset:2px;outline:2px solid #7877c6}.card-link svg{width:20px;height:20px}.card-title{color:inherit;margin:0 0 .75rem;font-size:1.125rem;font-weight:600;transition:color .3s}.project-card:hover .card-title{color:#7877c6}.card-description{color:#fff9;flex-grow:1;margin:0 0 1.25rem;font-size:.9rem;line-height:1.6}.card-tech{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.tech-tag-small{color:#ffffffb3;font-family:JetBrains Mono,monospace;font-size:.75rem}.tech-tag-small:not(:last-child):after{content:"·";color:#ffffffb3;margin-left:.5rem}@media (max-width:1024px){.featured-project{grid-template-columns:1fr;gap:2rem}.featured-project:nth-child(2n){direction:ltr}.other-projects{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.projects-section{padding:4rem 1.5rem}.featured-projects{gap:2.5rem}.project-title{font-size:1.5rem}.other-projects{grid-template-columns:1fr}}@media (prefers-color-scheme:light){.projects-section{background:linear-gradient(#0000 0%,#7877c605 50%,#0000 100%)}.project-image-wrapper{box-shadow:0 20px 50px #00000026}.project-description,.card-description{color:var(--text-muted)}.tech-tag{color:var(--color-primary-dark);background:#7877c61a;border-color:#7877c633}.project-card{background:var(--bg-card);border-color:var(--border-subtle)}.project-card:hover{background:var(--bg-card-hover)}.card-link{color:var(--text-muted)}.card-link:hover{color:var(--color-primary-dark)}.tech-tag-small{color:var(--text-muted)}.tech-tag-small:not(:last-child):after{color:#0000004d}.project-status{color:#b45309;background:#d9770626;border-color:#d9770666}}.skills-section{padding:6rem 2rem;position:relative;overflow:hidden}.skills-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#7877c614 0%,#0000 70%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.skills-table{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}.table-section{opacity:0;transition:opacity .6s,transform .6s;transition-delay:var(--cat-delay);transform:translateY(20px)}.skills-section.visible .table-section{opacity:1;transform:translateY(0)}.table-section-title{color:var(--color-primary);text-align:center;letter-spacing:.025em;margin:0 0 1.5rem;font-family:Space Grotesk,sans-serif;font-size:1.125rem;font-weight:600}.skills-table-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;display:grid}.skill-table-item{opacity:0;transition:background .3s,border-color .3s,transform .2s;transition-delay:var(--skill-delay);text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.375rem;padding:.75rem .5rem;display:flex;transform:scale(.95)}.skills-section.visible .skill-table-item{opacity:1;transform:scale(1)}.skill-table-item:hover{background:#ffffff0a;border-color:#7877c633;transform:scale(1.02)}.skill-table-icon{background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:.25rem;font-size:1.25rem;display:flex}.skill-table-name{color:#fffc;font-size:.75rem;font-weight:500;line-height:1.3}.skill-item:hover{background:#ffffff0f;border-color:#7877c64d;transform:translate(4px)}.skill-icon{font-size:1.25rem;line-height:1}.skill-name{color:#ffffffd9;font-size:.9rem;font-weight:500}.additional-skills{opacity:0;transition:opacity .6s .5s,transform .6s .5s;transform:translateY(20px)}.skills-section.visible .additional-skills{opacity:1;transform:translateY(0)}.additional-title{text-align:center;color:#fffc;margin:0 0 1.5rem;font-family:Space Grotesk,sans-serif;font-size:1.125rem;font-weight:600}.skill-tags{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.skill-tag{color:#ffffffb3;opacity:0;background:#ffffff08;border:1px solid #ffffff1a;border-radius:50px;padding:.5rem 1.25rem;font-size:.875rem;transition:all .3s;transform:scale(.9)}.skills-section.visible .skill-tag{opacity:1;transition-delay:calc(.6s + var(--tag-delay));transform:scale(1)}.skill-tag:hover{color:#a8a8ff;background:#7877c626;border-color:#7877c666;transform:translateY(-2px)}@media (max-width:1024px){.skills-table-grid{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.625rem}}@media (max-width:768px){.skills-section{padding:4rem 1.5rem}.skills-table{gap:2rem}.skills-table-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.5rem}.skill-table-item{padding:.625rem .375rem}}@media (max-width:480px){.skills-table-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}@media (prefers-color-scheme:light){.skills-section:before{background:radial-gradient(circle,#7877c60d 0%,#0000 70%)}.skill-table-item,.skill-tag{background:var(--bg-card);border-color:var(--border-subtle)}.skill-table-item:hover,.skill-tag:hover{background:var(--bg-card-hover);border-color:var(--border-hover)}.skill-table-name,.additional-title,.skill-tag{color:var(--text-secondary)}.skill-table-icon{background:#00000005;border-color:#0000000f}.skill-tag:hover{color:var(--color-primary-dark);background:#7877c61a}}.experience-section{background:linear-gradient(#0000 0%,#ff6b6b05 50%,#0000 100%);padding:6rem 2rem;position:relative}.experience-content{grid-template-columns:1.2fr 1fr;gap:4rem;display:grid}.experience-column{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.experience-section.visible .experience-column{opacity:1;transform:translateY(0)}.experience-section.visible .education-column{transition-delay:.2s}.column-title{color:inherit;align-items:center;gap:.75rem;margin:0 0 2rem;font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:600;display:flex}.column-icon{color:#7877c6;width:28px;height:28px}.timeline{padding-left:2rem;position:relative}.timeline:before{content:"";background:linear-gradient(#7877c680 0%,#7877c61a 100%);border-radius:1px;width:2px;position:absolute;top:8px;bottom:0;left:0}.timeline-item{opacity:0;transition:opacity .6s,transform .6s;transition-delay:var(--delay);padding-bottom:2.5rem;position:relative;transform:translate(-20px)}.experience-section.visible .timeline-item{opacity:1;transform:translate(0)}.timeline-item:last-child{padding-bottom:0}.timeline-marker{z-index:1;background:#242424;border:2px solid #7877c6;border-radius:50%;width:14px;height:14px;position:absolute;top:8px;left:-2rem;transform:translate(-50%)}.timeline-item.current .timeline-marker{background:#7877c6}.pulse{border:2px solid #7877c6;border-radius:50%;animation:2s ease-out infinite pulse;position:absolute;inset:-4px}@keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2)}}.timeline-content{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;padding:1.5rem;transition:all .3s}.timeline-content:hover{background:#ffffff0a;border-color:#7877c633}.item-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.item-title{color:inherit;margin:0;font-size:1.125rem;font-weight:600}.item-period{color:#7877c6;white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:.8rem}.item-org{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.org-name{color:#fffc;font-weight:500}.org-location{color:#ffffffb3;font-size:.9rem}.org-location:before{content:"·";color:#ffffffb3;margin-right:.5rem}.item-description{color:#fff9;margin:0 0 1rem;font-size:.95rem;line-height:1.6}.item-description a{color:#7877c6;font-weight:500;text-decoration:none;transition:color .3s}.item-description a:hover{color:#a8a8ff;text-decoration:underline}.item-description a:focus-visible{outline-offset:2px;outline:2px solid #7877c6}.item-highlights{margin:0 0 1rem;padding:0;list-style:none}.item-highlights li{color:#ffffffb3;margin-bottom:.5rem;padding-left:1.25rem;font-size:.875rem;line-height:1.6;position:relative}.item-highlights li:before{content:"→";color:#7877c6;position:absolute;left:0}.item-tech{flex-wrap:wrap;gap:.5rem;display:flex}.tech-badge{color:#a8a8ff;background:#7877c61a;border-radius:20px;padding:.25rem .75rem;font-family:JetBrains Mono,monospace;font-size:.75rem}.resume-cta{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:2rem}.resume-button{color:#ffffffe6;background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.resume-button:hover{background:#7877c626;border-color:#7877c666;transform:translateY(-2px)}.resume-button:focus-visible{outline-offset:2px;outline:2px solid #7877c6}.resume-button svg{width:20px;height:20px}@media (max-width:1024px){.experience-content{grid-template-columns:1fr;gap:3rem}}@media (max-width:640px){.experience-section{padding:4rem 1.5rem}.timeline{padding-left:1.5rem}.timeline-marker{left:-1.5rem}.item-header{flex-direction:column;gap:.25rem}.timeline-content{padding:1.25rem}}@media (prefers-color-scheme:light){.experience-section{background:linear-gradient(#0000 0%,#ff6b6b04 50%,#0000 100%)}.timeline:before{background:linear-gradient(#7877c64d 0%,#7877c60d 100%)}.timeline-marker{background:#fff}.timeline-item.current .timeline-marker{background:var(--color-primary)}.timeline-content,.resume-button{background:var(--bg-card);border-color:var(--border-subtle)}.timeline-content:hover{background:var(--bg-card-hover)}.org-name{color:var(--text-secondary)}.org-location,.item-description{color:var(--text-muted)}.org-location:before{color:#0000004d}.item-highlights li{color:var(--text-secondary)}.item-description a{color:var(--color-primary-dark)}.item-description a:hover{color:var(--color-primary-darker)}.tech-badge{color:var(--color-primary-dark);background:#7877c614}.resume-cta{border-top-color:var(--border-subtle)}.resume-button{color:var(--text-secondary)}.resume-button:hover{background:#7877c61a}}.contribution-graph{opacity:0;background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;margin-bottom:2rem;padding:1.5rem;transition:opacity .6s .2s,transform .6s .2s;overflow:auto visible;transform:translateY(20px)}.contribution-graph.visible{opacity:1;transform:translateY(0)}.contribution-graph.loading{opacity:.5}.graph-header{margin-bottom:1rem}.graph-title{color:#ffffffb3;margin:0;font-size:.95rem;font-weight:500}.graph-container{gap:.5rem;display:flex}.day-labels{grid-template-rows:repeat(7,var(--day-size,11px));align-content:start;gap:2px;min-height:0;padding-top:24px;display:grid}.day-label{color:#ffffffb3;font-size:.65rem;line-height:var(--day-size,11px);text-align:right;min-height:var(--day-size,11px);align-items:center;padding-right:4px;display:flex}.graph-content{isolation:isolate;flex:1;min-width:0;overflow:auto visible}.month-labels{gap:2px;height:20px;margin-bottom:4px;display:flex;position:relative}.month-label{color:#ffffffb3;white-space:nowrap;font-size:.65rem;position:absolute}.contribution-grid{contain:layout;gap:2px;width:100%;padding-bottom:4px;display:flex;overflow:visible}.contribution-week{flex-direction:column;flex:1 1 0;gap:2px;min-width:0;display:flex;overflow:visible}.contribution-day{aspect-ratio:1;cursor:pointer;opacity:0;transform-origin:50%;will-change:transform;border-radius:2px;width:100%;min-width:11px;min-height:11px;transition:transform .2s,opacity .4s;position:relative}.contribution-graph.visible .contribution-day{opacity:1;transition-delay:var(--delay)}.contribution-day:hover{z-index:10;transform:scale(1.3)}.contribution-day.level-0{background:#ffffff0d}.contribution-day.level-1{background:#0e4429}.contribution-day.level-2{background:#006d32}.contribution-day.level-3{background:#26a641}.contribution-day.level-4{background:#39d353}.graph-legend{justify-content:flex-end;align-items:center;gap:.5rem;margin-top:1rem;display:flex}.legend-label{color:#ffffffb3;font-size:.7rem}.legend-levels{gap:2px;display:flex}.legend-level{border-radius:2px;width:11px;height:11px}.legend-level.level-0{background:#ffffff0d}.legend-level.level-1{background:#0e4429}.legend-level.level-2{background:#006d32}.legend-level.level-3{background:#26a641}.legend-level.level-4{background:#39d353}@media (prefers-color-scheme:light){.contribution-graph{background:var(--bg-card);border-color:var(--border-subtle)}.graph-title,.day-label,.month-label,.legend-label{color:var(--text-muted)}.contribution-day.level-0,.legend-level.level-0{background:#0000000f}.contribution-day.level-1,.legend-level.level-1{background:#9be9a8}.contribution-day.level-2,.legend-level.level-2{background:#40c463}.contribution-day.level-3,.legend-level.level-3{background:#30a14e}.contribution-day.level-4,.legend-level.level-4{background:#216e39}}@media (max-width:768px){.contribution-graph{padding:1rem}.day-labels{display:none}.month-labels{grid-template-columns:repeat(26,11px)}.contribution-grid{justify-content:flex-start}}.github-section{background:linear-gradient(#0000 0%,#39d35305 50%,#0000 100%);padding:6rem 2rem;position:relative}.github-error{color:#ff6b6b;background:#ff6b6b1a;border:1px solid #ff6b6b4d;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;margin-bottom:2rem;padding:1rem 1.5rem;display:flex}.github-error svg{width:20px;height:20px}.github-stats-bar{opacity:0;background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem;padding:1.5rem;transition:opacity .6s .1s,transform .6s .1s;display:flex;transform:translateY(20px)}.github-section.visible .github-stats-bar{opacity:1;transform:translateY(0)}.github-profile-link{align-items:center;gap:1rem;text-decoration:none;transition:opacity .3s;display:flex}.github-profile-link:hover{opacity:.8}.github-profile-link:focus-visible{outline-offset:4px;border-radius:8px;outline:2px solid #7877c6}.github-avatar{border:2px solid #ffffff1a;border-radius:50%;width:48px;height:48px}.github-profile-info{flex-direction:column;gap:.125rem;display:flex}.github-name{color:#fffffff2;font-weight:600}.github-username{color:#ffffffb3;font-family:JetBrains Mono,monospace;font-size:.875rem}.github-stats{gap:2rem;display:flex}.stat-item{flex-direction:column;align-items:center;gap:.25rem;display:flex}.stat-value{color:#fffffff2;font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700}.stat-item.highlight .stat-value{background:linear-gradient(135deg,#39d353 0%,#26a641 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.stat-label{color:#ffffffb3;font-size:.8rem}.github-loading{flex-direction:column;gap:2rem;display:flex}.loading-skeleton{background:linear-gradient(90deg,#ffffff05 25%,#ffffff0d 50%,#ffffff05 75%) 0 0/200% 100%;border-radius:16px;animation:1.5s ease-in-out infinite shimmer}.contribution-skeleton{height:180px}.repos-skeleton{height:200px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.github-cta{text-align:center;opacity:0;transition:opacity .6s .5s,transform .6s .5s;transform:translateY(20px)}.github-section.visible .github-cta{opacity:1;transform:translateY(0)}.github-button{color:#ffffffe6;background:#ffffff0d;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.github-button:hover{background:#ffffff1a;border-color:#ffffff40;transform:translateY(-2px)}.github-button:focus-visible{outline-offset:2px;outline:2px solid #7877c6}.github-button svg{width:20px;height:20px}.github-button .arrow-icon{transition:transform .3s}.github-button:hover .arrow-icon{transform:translate(4px)}@media (max-width:768px){.github-section{padding:4rem 1.5rem}.github-stats-bar{text-align:center;flex-direction:column;gap:1.5rem}.github-stats{justify-content:center;gap:1.5rem}.stat-value{font-size:1.25rem}}@media (prefers-color-scheme:light){.github-section{background:linear-gradient(#0000 0%,#39d35304 50%,#0000 100%)}.github-error{background:#ff6b6b14;border-color:#ff6b6b33}.github-stats-bar,.github-button{background:var(--bg-card);border-color:var(--border-subtle)}.github-avatar{border-color:var(--border-subtle)}.github-name,.stat-value{color:var(--text-primary)}.github-username,.stat-label{color:var(--text-muted)}.loading-skeleton{background:linear-gradient(90deg,var(--bg-card)25%,var(--bg-card-hover)50%,var(--bg-card)75%);background-size:200% 100%}.github-button{color:var(--text-secondary)}.github-button:hover{background:var(--bg-card-hover);border-color:#0003}}.contact-section{padding:6rem 2rem;position:relative;overflow:hidden}.contact-background{z-index:0;position:absolute;inset:0}.contact-gradient{background:radial-gradient(60% 40% at 20% 100%,#7877c61a,#0000);position:absolute;inset:0}.contact-content{z-index:1;grid-template-columns:1fr 1fr;gap:4rem;display:grid;position:relative}.contact-info{opacity:0;transition:opacity .6s .2s,transform .6s .2s;transform:translate(-30px)}.contact-section.visible .contact-info{opacity:1;transform:translate(0)}.contact-intro{color:#ffffffb3;margin:0 0 2rem;font-size:1.125rem;line-height:1.8}.contact-methods{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.contact-method{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem;text-decoration:none;transition:all .3s;display:flex}.contact-method:hover{background:#ffffff0f;border-color:#7877c64d;transform:translate(8px)}.contact-method:focus-visible{outline-offset:2px;outline:2px solid #7877c6}.method-icon{background:linear-gradient(135deg,#7877c6 0%,#5a59a8 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.method-icon svg{color:#fff;width:24px;height:24px}.method-content{flex-direction:column;gap:.25rem;display:flex}.method-label{color:#ffffffb3;font-size:.875rem}.method-value{color:#ffffffe6;font-size:1rem;font-weight:500}.availability{background:#4ecdc41a;border:1px solid #4ecdc433;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.availability-indicator{width:12px;height:12px;position:relative}.indicator-dot{background:#4ecdc4;border-radius:50%;animation:2s ease-out infinite pulse-dot;position:absolute;inset:0}.indicator-dot:before{content:"";background:#4ecdc4;border-radius:50%;position:absolute;inset:2px}@keyframes pulse-dot{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}.availability-text{color:#4ecdc4;font-size:.9rem;font-weight:500}.contact-form{opacity:0;background:#ffffff05;border:1px solid #ffffff14;border-radius:24px;padding:2rem;transition:opacity .6s .3s,transform .6s .3s;transform:translate(30px)}.contact-section.visible .contact-form{opacity:1;transform:translate(0)}.form-group{margin-bottom:1.5rem}.form-label{color:#fffc;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.form-input{color:#fffffff2;box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-input::placeholder{color:#ffffff59}.form-input:focus{background:#ffffff0d;border-color:#7877c6;outline:none;box-shadow:0 0 0 3px #7877c626}.form-textarea{resize:vertical;min-height:120px}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7877c6 0%,#5a59a8 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #7877c666}.submit-button:focus-visible{outline-offset:2px;outline:2px solid #7877c6}.submit-button:disabled{opacity:.7;cursor:not-allowed}.submit-button svg{width:18px;height:18px;transition:transform .3s}.submit-button:hover:not(:disabled) svg{transform:translate(4px)}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.form-success{color:#4ecdc4;background:#4ecdc41a;border:1px solid #4ecdc44d;border-radius:12px;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1rem 1.25rem;font-size:.9rem;display:flex}.form-success svg{flex-shrink:0;width:20px;height:20px}.form-error{color:#f87171;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1rem 1.25rem;font-size:.9rem;display:flex}.form-error svg{flex-shrink:0;width:20px;height:20px}@media (max-width:1024px){.contact-content{grid-template-columns:1fr;gap:3rem}}@media (max-width:640px){.contact-section{padding:4rem 1.5rem}.contact-form{padding:1.5rem}.contact-method{padding:1rem}.method-icon{width:40px;height:40px}.method-icon svg{width:20px;height:20px}}@media (prefers-color-scheme:light){.contact-gradient{background:radial-gradient(60% 40% at 20% 100%,#7877c60f,#0000),radial-gradient(50% 30% at 80% 80%,#4ecdc40d,#0000)}.contact-intro,.method-label{color:var(--text-muted)}.contact-method,.contact-form{background:var(--bg-card);border-color:var(--border-subtle)}.contact-method:hover{background:var(--bg-card-hover)}.method-value{color:var(--text-primary)}.availability{background:#4ecdc414;border-color:#4ecdc426}.form-label{color:var(--text-secondary)}.form-input{color:var(--text-primary);background:#fffc;border-color:#00000026}.form-input::placeholder{color:#00000059}.form-input:focus{background:#fffffff2}.form-success{background:#4ecdc414;border-color:#4ecdc433}.form-error{color:#dc2626;background:#ef444414;border-color:#ef444433}}.pet-dogs-section{padding:6rem 2rem;transition:padding .3s;position:relative}.pet-dogs-section.collapsed{padding:2rem}.pet-dogs-section.collapsed .section-header{margin-bottom:0}.pet-dogs-toggle{cursor:pointer;color:inherit;background:0 0;border:none;justify-content:center;align-items:center;margin:0 auto;padding:.75rem 1.5rem;font-family:inherit;display:inline-flex}.pet-dogs-toggle .section-label{cursor:pointer;vertical-align:middle;padding:0;line-height:1;display:inline-block;margin:0!important}.pet-dogs-toggle:hover .section-label{opacity:.8}.pet-dogs-toggle:focus-visible{outline:2px solid var(--color-primary);outline-offset:4px;border-radius:4px}.pet-dogs-section:before{content:"";background:var(--bg-gradient-border);height:1px;position:absolute;top:0;left:0;right:0}.dogs-grid{opacity:0;grid-template-columns:1fr;gap:2rem;max-width:900px;margin-bottom:3rem;margin-left:auto;margin-right:auto;transition:opacity .6s .3s,transform .6s .3s;display:grid;transform:translateY(30px)}.pet-dogs-section.visible .dogs-grid{opacity:1;transform:translateY(0)}.dog-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:1rem;align-items:center;gap:2rem;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.dog-card:before{content:"";opacity:0;background:linear-gradient(90deg,#ff6b6b,#4ecdc4,#7877c6);height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.dog-card:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 8px 32px #7877c626}.dog-card:hover:before{opacity:1}.dog-image-container{flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.dog-image{object-fit:contain;border-radius:1rem;width:auto;max-width:200px;height:auto;max-height:200px;transition:all .3s}.dog-card:hover .dog-image{transform:scale(1.05)}.dog-name{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;background:#000c;border:1px solid #ffffff1a;border-radius:1rem;padding:.5rem 1rem;font-size:1.125rem;font-weight:600;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.dog-content{flex-direction:column;flex:1;gap:1.5rem;display:flex}.dog-stats{background:#ffffff05;border-radius:.75rem;justify-content:space-around;padding:1rem;display:flex}.stat-item{text-align:center}.stat-label{color:var(--text-secondary);margin-bottom:.25rem;font-size:.875rem;display:block}.stat-count{color:var(--color-primary);font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;display:block}.dog-actions{flex-wrap:wrap;gap:1rem;display:flex}.action-button{cursor:pointer;text-transform:uppercase;letter-spacing:.025em;border:none;border-radius:.75rem;min-width:120px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.action-button:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px}.treat-button{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);box-shadow:0 4px 12px #ff6b6b4d}.treat-button:hover,.treat-button:active{background:linear-gradient(135deg,#ff5252 0%,#ff7676 100%);transform:translateY(-2px);box-shadow:0 6px 16px #ff6b6b66}.scritch-button{color:#fff;background:linear-gradient(135deg,#4ecdc4 0%,#6dd5cc 100%);box-shadow:0 4px 12px #4ecdc44d}.scritch-button:hover,.scritch-button:active{background:linear-gradient(135deg,#26d0ce 0%,#45b7b0 100%);transform:translateY(-2px);box-shadow:0 6px 16px #4ecdc466}.pet-dogs-message{text-align:center;opacity:0;max-width:600px;margin:0 auto;transition:opacity .6s .5s,transform .6s .5s;transform:translateY(20px)}.pet-dogs-section.visible .pet-dogs-message{opacity:1;transform:translateY(0)}.pet-dogs-message p{color:var(--text-secondary);font-size:1rem;line-height:1.7}@media (max-width:768px){.pet-dogs-section{padding:4rem 1rem}.pet-dogs-section.collapsed .section-header{margin-bottom:0}.dogs-grid{gap:1.5rem}.dog-card{text-align:center;flex-direction:column;padding:1.5rem}.dog-image{max-width:180px;max-height:180px}.dog-content{width:100%}.dog-stats{flex-direction:column;gap:1rem}.dog-actions{justify-content:center}.action-button{flex:1;min-width:140px}}@media (max-width:480px){.dog-image{max-width:150px;max-height:150px}.dog-name{padding:.375rem .75rem;font-size:1rem}.dog-actions{flex-direction:column}.action-button{width:100%}}.footer{padding:4rem 2rem 2rem;position:relative;overflow:hidden}.footer:before{content:"";background:var(--bg-gradient-border);height:1px;position:absolute;top:0;left:0;right:0}.footer-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.footer-content{justify-content:space-between;gap:4rem;margin-bottom:3rem;display:flex}.footer-brand{max-width:300px}.footer-logo{align-items:center;gap:.25rem;margin-bottom:1rem;font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;text-decoration:none;display:inline-flex}.footer-logo:focus-visible{outline-offset:4px;border-radius:4px;outline:2px solid #7877c6}.footer-logo .logo-text{background:linear-gradient(135deg,#7877c6 0%,#a8a8ff 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.footer-logo .logo-dot{background:#ff6b6b;border-radius:50%;width:8px;height:8px}.footer-tagline{color:#ffffffb3;margin:0;font-size:.95rem;line-height:1.6}.footer-nav{gap:4rem;display:flex}.footer-links-group h4{color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem;font-size:.85rem;font-weight:600}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.625rem}.footer-links a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#7877c6}.footer-links a:focus-visible{outline-offset:2px;outline:2px solid #7877c6}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.copyright,.built-with{color:#ffffffb3;margin:0;font-size:.85rem}.heart{animation:1.5s ease-in-out infinite heartbeat;display:inline-block}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.footer-decoration{pointer-events:none;position:absolute;inset:0;overflow:hidden}.decoration-gradient{background:radial-gradient(#7877c614 0%,#0000 70%);width:800px;height:400px;position:absolute;bottom:-50%;left:50%;transform:translate(-50%)}@media (max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{flex-direction:column;gap:2rem}.footer-brand{text-align:center;max-width:none}.footer-logo{justify-content:center}.footer-nav{justify-content:center;gap:3rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}@media (prefers-color-scheme:light){.footer:before{background:linear-gradient(90deg,#0000,#7877c633,#0000)}.footer-tagline,.footer-links-group h4,.copyright,.built-with,.footer-links a{color:var(--text-muted)}.footer-links a:hover{color:var(--color-primary-dark)}.footer-bottom{border-top-color:var(--border-subtle)}.decoration-gradient{background:radial-gradient(#7877c60d 0%,#0000 70%)}}
