.Hero-module__Z8hQ_W__hero{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}.Hero-module__Z8hQ_W__container{z-index:2;width:100%;position:relative}.Hero-module__Z8hQ_W__bioCard{grid-column:span 2;position:relative;overflow:visible!important}.Hero-module__Z8hQ_W__branding{opacity:.8;width:60px;height:60px;position:absolute;top:2rem;right:2rem}.Hero-module__Z8hQ_W__logo{object-fit:contain;filter:brightness(.9);width:100%;height:100%}.Hero-module__Z8hQ_W__bioText{color:var(--foreground-muted);margin-top:1rem;font-size:1.1rem}.Hero-module__Z8hQ_W__highlight{color:var(--foreground);text-decoration:underline;-webkit-text-decoration-color:var(--accent-warm);text-decoration-color:var(--accent-warm);font-weight:600}.Hero-module__Z8hQ_W__status{font-family:var(--font-mono);align-items:center;gap:.5rem;margin-top:auto;font-size:.8rem;display:flex}.Hero-module__Z8hQ_W__statusDot{background:#27c93f;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #27c93f}.Hero-module__Z8hQ_W__videoCard{grid-area:span 2/span 2;border:0!important;padding:0!important}.Hero-module__Z8hQ_W__videoFrame{object-fit:cover;opacity:.8;border:none;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__videoCard:hover .Hero-module__Z8hQ_W__videoFrame{opacity:1}.Hero-module__Z8hQ_W__videoOverlay{z-index:1;pointer-events:none;background:linear-gradient(#0000,#0009);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__videoContent{z-index:2;color:#fff;width:100%;padding:2rem;position:absolute;bottom:0;left:0}.Hero-module__Z8hQ_W__videoContent h3{color:#fff!important}.Hero-module__Z8hQ_W__statsCard{flex-direction:column;display:flex}.Hero-module__Z8hQ_W__links{font-family:var(--font-mono);flex-direction:column;gap:.5rem;margin-top:auto;font-size:.9rem;display:flex}.Hero-module__Z8hQ_W__link:hover{color:var(--accent-warm)}.Hero-module__Z8hQ_W__techCard{overflow:hidden}.Hero-module__Z8hQ_W__radarWrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-10%)scale(.7)}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{padding:6rem 1rem;display:block}.Hero-module__Z8hQ_W__bioCard,.Hero-module__Z8hQ_W__videoCard{grid-area:span 1/span 1}}
.BentoGrid-module__vqQFhG__grid{width:100%;max-width:var(--max-width);grid-template-rows:repeat(2,300px);grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:0 auto;display:grid}.BentoGrid-module__vqQFhG__card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;flex-direction:column;padding:2rem;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s;display:flex;position:relative;overflow:hidden}.BentoGrid-module__vqQFhG__card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000000f}.BentoGrid-module__vqQFhG__cardHeader{font-family:var(--font-heading);letter-spacing:-.03em;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.BentoGrid-module__vqQFhG__cardSub{font-family:var(--font-mono);text-transform:uppercase;color:var(--foreground-muted);margin-bottom:1rem;font-size:.8rem}.BentoGrid-module__vqQFhG__span2{grid-column:span 2}.BentoGrid-module__vqQFhG__span4{grid-column:span 4}.BentoGrid-module__vqQFhG__row2{grid-row:span 2}@media (max-width:1024px){.BentoGrid-module__vqQFhG__grid{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.BentoGrid-module__vqQFhG__grid{grid-template-columns:1fr}.BentoGrid-module__vqQFhG__card{min-height:250px}}
.TechRadar-module__P540Ta__radarContainer{width:100%;height:400px;font-family:var(--font-mono);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.TechRadar-module__P540Ta__core{z-index:10;text-align:center;background:var(--surface);border:1px solid var(--accent-warm);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;display:flex;box-shadow:0 0 30px #d4a3731a}.TechRadar-module__P540Ta__coreLabel{color:var(--accent-warm);margin-top:.2rem;font-size:.8rem}.TechRadar-module__P540Ta__coreIcon{font-size:1.5rem;font-weight:700}.TechRadar-module__P540Ta__orbit{border:1px dashed var(--border);border-radius:50%;animation:linear infinite TechRadar-module__P540Ta__spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.TechRadar-module__P540Ta__orbit1{width:280px;height:280px;animation-duration:20s}.TechRadar-module__P540Ta__orbit2{width:450px;height:450px;animation-duration:35s;animation-direction:reverse}.TechRadar-module__P540Ta__planet{background:var(--surface);border:1px solid var(--border);white-space:nowrap;color:var(--foreground-muted);border-radius:20px;padding:.4rem .8rem;font-size:.75rem;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 10px #0000000d}.TechRadar-module__P540Ta__orbit:hover{animation-play-state:paused}.TechRadar-module__P540Ta__planetWrapper{transform-origin:0 0;position:absolute;top:50%;left:50%}@keyframes TechRadar-module__P540Ta__spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@media (max-width:600px){.TechRadar-module__P540Ta__radarContainer{height:350px}.TechRadar-module__P540Ta__orbit1{width:220px;height:220px}.TechRadar-module__P540Ta__orbit2{width:340px;height:340px}}.TechRadar-module__P540Ta__orbit1 .TechRadar-module__P540Ta__planet{animation:20s linear infinite TechRadar-module__P540Ta__counterSpin}.TechRadar-module__P540Ta__orbit2 .TechRadar-module__P540Ta__planet{animation:35s linear infinite reverse TechRadar-module__P540Ta__counterSpin}@keyframes TechRadar-module__P540Ta__counterSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(-360deg)}}
.WorkGallery-module__yyKEaW__gallery{padding:8rem 0}.WorkGallery-module__yyKEaW__title{font-family:var(--font-heading);margin-bottom:3rem;padding-left:2rem;font-size:1.5rem}.WorkGallery-module__yyKEaW__grid{flex-direction:column;gap:2rem;display:flex}.WorkGallery-module__yyKEaW__item{background:var(--surface);border:1px solid var(--border);border-radius:24px;width:100%;height:400px;text-decoration:none;transition:transform .4s cubic-bezier(.2,.8,.2,1);display:block;position:relative;overflow:hidden}.WorkGallery-module__yyKEaW__item:hover{z-index:10;transform:scale(1.01);box-shadow:0 20px 40px #0000001a}.WorkGallery-module__yyKEaW__imageWrapper{width:100%;height:100%;position:absolute;top:0;left:0}.WorkGallery-module__yyKEaW__image{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.WorkGallery-module__yyKEaW__videoWrapper{opacity:0;pointer-events:none;background:#000;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.WorkGallery-module__yyKEaW__videoFrame{object-fit:cover;border:none;width:100%;height:100%}.WorkGallery-module__yyKEaW__item:hover .WorkGallery-module__yyKEaW__videoWrapper{opacity:1;pointer-events:all}.WorkGallery-module__yyKEaW__item:hover .WorkGallery-module__yyKEaW__image{opacity:0}.WorkGallery-module__yyKEaW__overlay{color:#fff;z-index:5;pointer-events:none;background:linear-gradient(#0000,#000c);width:100%;padding:2.5rem;position:absolute;bottom:0;left:0}.WorkGallery-module__yyKEaW__projectName{font-family:var(--font-heading);margin-bottom:.5rem;font-size:2.5rem;line-height:1}.WorkGallery-module__yyKEaW__category{font-family:var(--font-mono);opacity:.8;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;display:block}.WorkGallery-module__yyKEaW__description{opacity:.9;max-width:600px;font-size:1rem;line-height:1.5}@media (min-width:768px){.WorkGallery-module__yyKEaW__grid{grid-template-columns:repeat(12,1fr);gap:6rem;display:grid}.WorkGallery-module__yyKEaW__item{grid-column:span 8;height:500px}.WorkGallery-module__yyKEaW__item:nth-child(odd){grid-column:1/9}.WorkGallery-module__yyKEaW__item:nth-child(2n){grid-column:5/13;margin-top:8rem}}@media (max-width:768px){.WorkGallery-module__yyKEaW__grid{flex-direction:column;gap:3rem;display:flex}.WorkGallery-module__yyKEaW__item{width:100%;height:300px}.WorkGallery-module__yyKEaW__projectName{font-size:1.8rem}.WorkGallery-module__yyKEaW__description{display:none}}
.About-module__vqXTeW__about{border-top:1px solid var(--border);padding:8rem 0}.About-module__vqXTeW__header{margin-bottom:4rem}.About-module__vqXTeW__title{text-transform:uppercase;letter-spacing:.1em;color:var(--foreground-muted);margin-bottom:.5rem;font-size:1rem}.About-module__vqXTeW__subtitle{font-family:var(--font-serif);font-size:2.5rem;line-height:1.2}.About-module__vqXTeW__content{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.About-module__vqXTeW__highlight{color:var(--foreground);margin-bottom:1.5rem;font-size:1.25rem;font-weight:500}.About-module__vqXTeW__text{color:var(--foreground-muted);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.About-module__vqXTeW__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);margin-bottom:1.5rem;font-size:.9rem}.About-module__vqXTeW__list{list-style:none}.About-module__vqXTeW__listItem{border-bottom:1px solid var(--border);color:var(--foreground-muted);margin-bottom:.8rem;padding-bottom:.8rem;font-size:1rem}@media (max-width:768px){.About-module__vqXTeW__content{grid-template-columns:1fr;gap:2rem}.About-module__vqXTeW__subtitle{font-size:2rem}}
.Footer-module__EZoWya__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:flex-end;margin-top:5rem;padding:5rem 0;display:flex}.Footer-module__EZoWya__col{flex-direction:column;gap:.5rem;display:flex}.Footer-module__EZoWya__label{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground-muted);margin-bottom:.5rem;font-size:.8rem}.Footer-module__EZoWya__link{font-size:1rem;transition:opacity .2s}.Footer-module__EZoWya__link:hover{opacity:.6}.Footer-module__EZoWya__copy{color:var(--foreground-muted);font-size:.9rem}
.FloatingDock-module__q2cLYG__dockContainer{z-index:100;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.FloatingDock-module__q2cLYG__dock{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#282828cc;border:1px solid #ffffff1a;border-radius:99px;gap:.5rem;padding:.5rem;display:flex;box-shadow:0 10px 30px #0003}.FloatingDock-module__q2cLYG__dockItem{color:#ffffffb3;font-family:var(--font-heading);border-radius:99px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.2,.8,.2,1)}.FloatingDock-module__q2cLYG__dockItem:hover{color:#fff;background:#fff3;transform:translateY(-2px)}.FloatingDock-module__q2cLYG__divider{background:#fff3;align-self:center;width:1px;height:24px;margin:0 .2rem}.FloatingDock-module__q2cLYG__langSwitch{cursor:pointer;color:var(--accent-warm);font-family:var(--font-mono);background:0 0;border:none;border-radius:99px;align-items:center;padding:0 1.2rem;font-size:.8rem;transition:all .2s;display:flex}.FloatingDock-module__q2cLYG__langSwitch:hover{background:#d4a37326;transform:translateY(-2px)}
