.About-module__wV_3oW__container{width:100%;min-height:100vh;color:var(--foreground);justify-content:center;padding-top:100px;padding-bottom:100px;display:flex;position:relative;overflow-x:hidden}.About-module__wV_3oW__contentWrapper{z-index:10;grid-template-columns:1fr 2fr;gap:2rem;width:100%;max-width:1200px;padding:0 2rem;display:grid;position:relative}.About-module__wV_3oW__glassPanel{background:rgba(var(--foreground-rgb),.03);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(var(--foreground-rgb),.1);border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden}.About-module__wV_3oW__glassPanel:hover{border-color:rgba(var(--foreground-rgb),.3);box-shadow:0 10px 30px -10px #00000080}[data-theme=dark] .About-module__wV_3oW__glassPanel:hover{border-color:#fff6;box-shadow:0 10px 30px -10px #ffffff26}.About-module__wV_3oW__glassPanel:before{content:"";border-top:2px solid var(--foreground);border-left:2px solid var(--foreground);opacity:.5;border-top-left-radius:12px;width:20px;height:20px;transition:opacity .3s;position:absolute;top:0;left:0}.About-module__wV_3oW__glassPanel:after{content:"";border-bottom:2px solid var(--foreground);border-right:2px solid var(--foreground);opacity:.5;border-bottom-right-radius:12px;width:20px;height:20px;transition:opacity .3s;position:absolute;bottom:0;right:0}.About-module__wV_3oW__glassPanel:hover:before,.About-module__wV_3oW__glassPanel:hover:after{opacity:1}[data-theme=dark] .About-module__wV_3oW__glassPanel:hover:before{border-color:#fff}[data-theme=dark] .About-module__wV_3oW__glassPanel:hover:after{border-color:#fff}.About-module__wV_3oW__profileColumn{flex-direction:column;gap:1.5rem;display:flex}.About-module__wV_3oW__profileImageContainer{aspect-ratio:1;border:1px solid rgba(var(--foreground-rgb),.2);border-radius:12px;width:100%;position:relative;overflow:hidden}.About-module__wV_3oW__profileImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.About-module__wV_3oW__glassPanel:hover .About-module__wV_3oW__profileImage{transform:scale(1.05)}.About-module__wV_3oW__statusIndicator{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:.75rem;font-family:var(--font-turret-road);letter-spacing:1px;color:#fff;background:#0009;border:1px solid #ffffff1a;border-radius:99px;align-items:center;gap:.5rem;padding:.25rem .75rem;display:flex;position:absolute;bottom:1rem;right:1rem}.About-module__wV_3oW__statusDot{background-color:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite About-module__wV_3oW__pulse;box-shadow:0 0 10px #10b981}@keyframes About-module__wV_3oW__pulse{0%{opacity:1;box-shadow:0 0 #10b981b3}70%{opacity:1;box-shadow:0 0 0 10px #10b98100}to{opacity:1;box-shadow:0 0 #10b98100}}.About-module__wV_3oW__profileInfo h2{font-family:var(--font-turret-road);text-transform:uppercase;letter-spacing:2px;margin-bottom:.25rem;font-size:2rem}.About-module__wV_3oW__role{opacity:.7;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;display:block}.About-module__wV_3oW__dataList{flex-direction:column;gap:.75rem;font-size:.9rem;display:flex}.About-module__wV_3oW__dataItem{border-bottom:1px dashed rgba(var(--foreground-rgb),.15);justify-content:space-between;padding-bottom:.5rem;display:flex}.About-module__wV_3oW__dataLabel{opacity:.6;font-family:var(--font-turret-road)}.About-module__wV_3oW__detailsColumn{flex-direction:column;gap:2rem;display:flex}.About-module__wV_3oW__sectionTitle{font-family:var(--font-turret-road);text-transform:uppercase;letter-spacing:3px;color:var(--foreground);align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.5rem;display:flex}.About-module__wV_3oW__sectionTitle:after{content:"";background:linear-gradient(to right,var(--foreground),transparent);opacity:.3;flex:1;height:1px}.About-module__wV_3oW__bioText{opacity:.9;margin-bottom:2rem;font-size:1rem;line-height:1.8}.About-module__wV_3oW__skillsGrid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem;margin-top:1rem;display:grid}.About-module__wV_3oW__skillItem{background:rgba(var(--foreground-rgb),.05);border:1px solid rgba(var(--foreground-rgb),.1);text-align:center;font-family:var(--font-turret-road);cursor:default;border-radius:8px;padding:1rem;font-size:.85rem;transition:all .3s}.About-module__wV_3oW__skillItem:hover{background:rgba(var(--foreground-rgb),.1);border-color:var(--foreground);transform:translateY(-3px)}[data-theme=dark] .About-module__wV_3oW__skillItem:hover{border-color:#fff;box-shadow:0 0 15px #ffffff1a}.About-module__wV_3oW__timeline{border-left:1px solid rgba(var(--foreground-rgb),.2);flex-direction:column;gap:1.5rem;margin-top:1rem;padding-left:1rem;display:flex}.About-module__wV_3oW__timelineItem{padding-left:1.5rem;position:relative}.About-module__wV_3oW__timelineItem:before{content:"";background:var(--background);border:2px solid var(--foreground);border-radius:50%;width:9px;height:9px;position:absolute;top:6px;left:-5px}.About-module__wV_3oW__timelineDate{font-family:var(--font-turret-road);opacity:.6;margin-bottom:.25rem;font-size:.8rem;display:block}.About-module__wV_3oW__timelineRole{margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.About-module__wV_3oW__timelineCompany{opacity:.8;font-size:.9rem}@media (max-width:768px){.About-module__wV_3oW__contentWrapper{grid-template-columns:1fr;padding:0 1rem}.About-module__wV_3oW__profileColumn{margin-bottom:1rem}.About-module__wV_3oW__container{padding-top:80px;padding-bottom:80px}}
