:root{--ease-out-expo:cubic-bezier(.16,1,.3,1)}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-delay:0s!important}}.about{min-height:100vh;padding:10vw 8vw}@media (max-width:768px){.about{padding:15vw 5vw}}.about__header{animation:slideInFromLeft .7s var(--ease-out-expo)both;margin-bottom:4rem}.about__title{letter-spacing:.2em;text-transform:uppercase;color:#ddfa42;align-items:center;gap:1rem;font-size:.75rem;font-weight:500;display:flex}.about__title:after{content:"";background:#ffffff14;flex:1;max-width:100px;height:1px}.about__badge{letter-spacing:.1em;text-transform:uppercase;color:#0a0a0a;background:#ddfa42;border-radius:3px;margin-top:1rem;padding:.25rem .6rem;font-size:.65rem;font-weight:500;display:inline-block}.about__content{max-width:800px}.about__section{border-bottom:1px solid #ffffff14;margin-bottom:3rem;padding-bottom:3rem}.about__section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.about__section-title{color:#fff;letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1.25rem;font-weight:500}.about__text{color:#ffffff80;font-size:.95rem;line-height:1.8}.about__grid{background:#ffffff14;grid-template-columns:repeat(2,1fr);gap:1px;display:grid}@media (max-width:600px){.about__grid{grid-template-columns:1fr}}.about__grid-item{background:#0a0a0a;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.about__label{letter-spacing:.1em;text-transform:uppercase;color:#ddfa42;font-size:.7rem;font-weight:500}.about__value{color:#ffffff80;font-size:.9rem;line-height:1.5}.about__list{flex-direction:column;display:flex}.about__list-item{border-bottom:1px solid #ffffff0a;gap:1.5rem;padding:1rem 0;display:flex}.about__list-item:last-child{border-bottom:none}@media (max-width:600px){.about__list-item{flex-direction:column;gap:.5rem}}.about__list-label{color:#fff;flex-shrink:0;width:140px;font-size:.85rem;font-weight:500}@media (max-width:600px){.about__list-label{width:auto}}.about__list-desc{color:#ffffff80;font-size:.85rem;line-height:1.6}.about__code{color:#ddfa42;background:#ffffff08;border:1px solid #ffffff14;border-radius:4px;margin-top:1rem;padding:.75rem 1rem;font-family:Geist Mono,monospace;font-size:.85rem;overflow-x:auto}
