:root{--bg-page:#1a1c1b;--bg-card:#302f2c;--bg-card-alt:#302f2c4d;--text-primary:#d9fb06;--text-secondary:#888680;--text-light:#dfddd6;--text-inverse:#1a1c1b;--border-light:#3f481680;--border-medium:#3f4816}.btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--text-primary);color:var(--text-inverse)}.btn-primary:hover{opacity:.9;transform:scale(1.02)}.btn-primary:active{transform:scale(.98)}.btn-outline{color:var(--text-primary);border:1px solid var(--text-primary);background:0 0}.btn-outline:hover{background:var(--text-primary);color:var(--text-inverse)}.btn-lg{padding:16px 32px;font-size:1.125rem}.btn-full{width:100%}.btn svg{transition:transform .3s}.btn:hover svg{transform:translate(4px)}html{scroll-behavior:smooth}body{background-color:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{max-width:1280px;margin:0 auto;padding:0 24px}@media (min-width:768px){.container{padding:0 40px}}.hidden{display:none!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-page)}::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-primary)}::selection{background:var(--text-primary);color:var(--text-inverse)}
:root{--bg-page:#1a1c1b;--bg-card:#302f2c;--bg-card-alt:#302f2c4d;--text-primary:#d9fb06;--text-secondary:#888680;--text-light:#dfddd6;--text-inverse:#1a1c1b;--border-light:#3f481680;--border-medium:#3f4816}.header-module-scss-module__9QronG__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);background:#1a1c1bf2;position:fixed;top:0;left:0;right:0}.header-module-scss-module__9QronG__headerContent{justify-content:space-between;align-items:center;height:80px;display:flex}.header-module-scss-module__9QronG__logo{color:var(--text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:700;text-decoration:none}.header-module-scss-module__9QronG__logo span{color:var(--text-secondary)}.header-module-scss-module__9QronG__navDesktop{align-items:center;gap:32px;display:none}@media (min-width:768px){.header-module-scss-module__9QronG__navDesktop{display:flex}}.header-module-scss-module__9QronG__navLink{color:var(--text-light);font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s}.header-module-scss-module__9QronG__navLink:hover{color:var(--text-primary)}.header-module-scss-module__9QronG__mobileMenuBtn{color:var(--text-light);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:color .3s;display:flex}.header-module-scss-module__9QronG__mobileMenuBtn:hover{color:var(--text-primary)}@media (min-width:768px){.header-module-scss-module__9QronG__mobileMenuBtn{display:none}}.header-module-scss-module__9QronG__navMobile{background:var(--bg-page);border-top:1px solid var(--border-light);flex-direction:column;gap:16px;padding:16px 24px 24px;display:flex}.header-module-scss-module__9QronG__navMobile .header-module-scss-module__9QronG__navLink{padding:8px 0}.header-module-scss-module__9QronG__navMobile .header-module-scss-module__9QronG__btn{margin-top:8px}
:root{--bg-page:#1a1c1b;--bg-card:#302f2c;--bg-card-alt:#302f2c4d;--text-primary:#d9fb06;--text-secondary:#888680;--text-light:#dfddd6;--text-inverse:#1a1c1b;--border-light:#3f481680;--border-medium:#3f4816}.hero-module-scss-module__wa_LHq__hero{align-items:center;min-height:100vh;padding-top:80px;display:flex}.hero-module-scss-module__wa_LHq__container{max-width:1280px;margin:0 auto;padding:0 24px}@media (min-width:768px){.hero-module-scss-module__wa_LHq__container{padding:0 40px}}.hero-module-scss-module__wa_LHq__heroGrid{grid-template-columns:1fr;align-items:center;gap:48px;padding:60px 0;display:grid}@media (min-width:1024px){.hero-module-scss-module__wa_LHq__heroGrid{grid-template-columns:1fr 1fr;padding:80px 0}}.hero-module-scss-module__wa_LHq__heroContent{flex-direction:column;gap:32px;display:flex}.hero-module-scss-module__wa_LHq__statusBadge{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:8px;font-size:.875rem;font-weight:500;display:inline-flex}.hero-module-scss-module__wa_LHq__statusDot{background:var(--text-primary);border-radius:50%;width:8px;height:8px;animation:2s infinite hero-module-scss-module__wa_LHq__pulse}@keyframes hero-module-scss-module__wa_LHq__pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-module-scss-module__wa_LHq__heroTitle{text-transform:uppercase;letter-spacing:-.02em;font-size:clamp(3rem,8vw,7rem);font-weight:900;line-height:.85}.hero-module-scss-module__wa_LHq__heroTitle span{display:block}.hero-module-scss-module__wa_LHq__heroTagline{color:var(--text-light);max-width:480px;font-size:1.25rem;font-weight:500}@media (min-width:768px){.hero-module-scss-module__wa_LHq__heroTagline{font-size:1.5rem}}.hero-module-scss-module__wa_LHq__heroButtons{flex-wrap:wrap;gap:16px;display:flex}.hero-module-scss-module__wa_LHq__socialLinks{align-items:center;gap:24px;padding-top:16px;display:flex}.hero-module-scss-module__wa_LHq__socialLink{color:var(--text-secondary);transition:color .3s}.hero-module-scss-module__wa_LHq__socialLink:hover{color:var(--text-primary)}.hero-module-scss-module__wa_LHq__heroVisual{justify-content:center;display:none;position:relative}@media (min-width:1024px){.hero-module-scss-module__wa_LHq__heroVisual{display:flex}}.hero-module-scss-module__wa_LHq__heroCircleBg{background:var(--border-medium);border-radius:50%;width:320px;height:320px;position:absolute;top:-16px;left:calc(50% - 176px)}.hero-module-scss-module__wa_LHq__heroCircle{background:var(--bg-card);border:4px solid var(--text-primary);border-radius:50%;justify-content:center;align-items:center;width:320px;height:320px;display:flex;position:relative;overflow:hidden}.hero-module-scss-module__wa_LHq__heroIcon{opacity:.2;color:var(--text-primary)}.hero-module-scss-module__wa_LHq__scrollIndicator{justify-content:center;margin-top:48px;display:flex}.hero-module-scss-module__wa_LHq__scrollIndicator a{color:var(--text-secondary);transition:color .3s;animation:2s infinite hero-module-scss-module__wa_LHq__bounce}.hero-module-scss-module__wa_LHq__scrollIndicator a:hover{color:var(--text-primary)}@keyframes hero-module-scss-module__wa_LHq__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}
:root{--bg-page:#1a1c1b;--bg-card:#302f2c;--bg-card-alt:#302f2c4d;--text-primary:#d9fb06;--text-secondary:#888680;--text-light:#dfddd6;--text-inverse:#1a1c1b;--border-light:#3f481680;--border-medium:#3f4816}.projects-module-scss-module__NV4olq__projects{background:var(--bg-card-alt);padding:96px 0}.projects-module-scss-module__NV4olq__projectsGrid{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:768px){.projects-module-scss-module__NV4olq__projectsGrid{grid-template-columns:repeat(2,1fr)}}.projects-module-scss-module__NV4olq__sectionHeader{margin-bottom:48px}.projects-module-scss-module__NV4olq__sectionLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;font-size:.875rem;font-weight:500;display:block}.projects-module-scss-module__NV4olq__sectionTitle{text-transform:uppercase;font-size:clamp(2rem,5vw,4rem);font-weight:900;line-height:1}.projects-module-scss-module__NV4olq__projectCard{background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;transition:border-color .3s;overflow:hidden}.projects-module-scss-module__NV4olq__projectCard:hover{border-color:#d9fb0680}.projects-module-scss-module__NV4olq__projectImage{aspect-ratio:16/10;overflow:hidden}.projects-module-scss-module__NV4olq__projectImage img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.projects-module-scss-module__NV4olq__projectCard:hover .projects-module-scss-module__NV4olq__projectImage img{transform:scale(1.05)}.projects-module-scss-module__NV4olq__projectContent{flex-direction:column;gap:16px;padding:24px;display:flex}.projects-module-scss-module__NV4olq__projectTitle{color:var(--text-primary);font-size:1.25rem;font-weight:700}.projects-module-scss-module__NV4olq__projectDescription{color:var(--text-light);font-size:.875rem;line-height:1.6}.projects-module-scss-module__NV4olq__projectTags{flex-wrap:wrap;gap:8px;display:flex}.projects-module-scss-module__NV4olq__tag{background:var(--border-medium);color:var(--text-primary);border-radius:9999px;padding:6px 12px;font-size:.75rem;font-weight:500}.projects-module-scss-module__NV4olq__projectLinks{gap:16px;padding-top:8px;display:flex}.projects-module-scss-module__NV4olq__projectLink{color:var(--text-secondary);align-items:center;gap:8px;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex}.projects-module-scss-module__NV4olq__projectLink:hover{color:var(--text-primary)}
:root{--bg-page:#1a1c1b;--bg-card:#302f2c;--bg-card-alt:#302f2c4d;--text-primary:#d9fb06;--text-secondary:#888680;--text-light:#dfddd6;--text-inverse:#1a1c1b;--border-light:#3f481680;--border-medium:#3f4816}.about-module-scss-module__l4oPxW__about{padding:96px 0}.about-module-scss-module__l4oPxW__aboutGrid{grid-template-columns:1fr;gap:64px;display:grid}@media (min-width:1024px){.about-module-scss-module__l4oPxW__aboutGrid{grid-template-columns:1fr 1fr}}.about-module-scss-module__l4oPxW__sectionLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;font-size:.875rem;font-weight:500;display:block}.about-module-scss-module__l4oPxW__sectionTitle{text-transform:uppercase;font-size:clamp(2rem,5vw,4rem);font-weight:900;line-height:1}.about-module-scss-module__l4oPxW__aboutContent{flex-direction:column;gap:32px;display:flex}.about-module-scss-module__l4oPxW__aboutBio{color:var(--text-light);font-size:1.125rem;line-height:1.7}.about-module-scss-module__l4oPxW__location{color:var(--text-secondary);align-items:center;gap:8px;display:flex}.about-module-scss-module__l4oPxW__experience{flex-direction:column;gap:16px;display:flex}.about-module-scss-module__l4oPxW__experienceTitle{font-size:1.25rem;font-weight:700}.about-module-scss-module__l4oPxW__experienceList{flex-direction:column;gap:16px;display:flex}.about-module-scss-module__l4oPxW__experienceItem{border-left:2px solid var(--border-medium);padding-top:8px;padding-bottom:8px;padding-left:16px;transition:border-color .3s}.about-module-scss-module__l4oPxW__experienceItem:hover{border-color:var(--text-primary)}.about-module-scss-module__l4oPxW__experienceItem h4{color:var(--text-primary);margin-bottom:4px;font-size:1rem;font-weight:600}.about-module-scss-module__l4oPxW__experienceMeta{color:var(--text-secondary);font-size:.875rem}.about-module-scss-module__l4oPxW__experienceDesc{color:var(--text-light);margin-top:4px;font-size:.875rem}.about-module-scss-module__l4oPxW__skillsSection{flex-direction:column;gap:32px;display:flex}.about-module-scss-module__l4oPxW__skillsTitle{font-size:1.25rem;font-weight:700}.about-module-scss-module__l4oPxW__skillsGrid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:640px){.about-module-scss-module__l4oPxW__skillsGrid{grid-template-columns:repeat(2,1fr)}}.about-module-scss-module__l4oPxW__skillCard{background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;padding:24px}.about-module-scss-module__l4oPxW__skillHeader{align-items:center;gap:12px;margin-bottom:16px;display:flex}.about-module-scss-module__l4oPxW__skillIcon{background:var(--border-medium);width:40px;height:40px;color:var(--text-primary);border-radius:8px;justify-content:center;align-items:center;display:flex}.about-module-scss-module__l4oPxW__skillHeader h4{color:var(--text-primary);font-size:1rem;font-weight:600}.about-module-scss-module__l4oPxW__skillTags{flex-wrap:wrap;gap:8px;display:flex}.about-module-scss-module__l4oPxW__skillTags span{background:var(--bg-page);color:var(--text-light);border-radius:9999px;padding:6px 12px;font-size:.75rem;font-weight:500}
:root{--bg-page:#1a1c1b;--bg-card:#302f2c;--bg-card-alt:#302f2c4d;--text-primary:#d9fb06;--text-secondary:#888680;--text-light:#dfddd6;--text-inverse:#1a1c1b;--border-light:#3f481680;--border-medium:#3f4816}.contact-module-scss-module__Zu2NSq__contact{background:var(--bg-card-alt);padding:96px 0}.contact-module-scss-module__Zu2NSq__contactGrid{grid-template-columns:1fr;gap:64px;display:grid}@media (min-width:1024px){.contact-module-scss-module__Zu2NSq__contactGrid{grid-template-columns:1fr 1fr}}.contact-module-scss-module__Zu2NSq__sectionLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;font-size:.875rem;font-weight:500;display:block}.contact-module-scss-module__Zu2NSq__sectionTitle{text-transform:uppercase;font-size:clamp(2rem,5vw,4rem);font-weight:900;line-height:1}.contact-module-scss-module__Zu2NSq__contactInfo{flex-direction:column;gap:32px;display:flex}.contact-module-scss-module__Zu2NSq__contactText{color:var(--text-light);font-size:1.125rem;line-height:1.7}.contact-module-scss-module__Zu2NSq__contactDetails{flex-direction:column;gap:16px;display:flex}.contact-module-scss-module__Zu2NSq__contactItem{color:var(--text-light);align-items:center;gap:12px;text-decoration:none;transition:color .3s;display:flex}a.contact-module-scss-module__Zu2NSq__contactItem:hover{color:var(--text-primary)}a.contact-module-scss-module__Zu2NSq__contactItem:hover .contact-module-scss-module__Zu2NSq__contact-icon{background:var(--text-primary)}a.contact-module-scss-module__Zu2NSq__contactItem:hover .contact-module-scss-module__Zu2NSq__contact-icon svg{color:var(--text-inverse)}.contact-module-scss-module__Zu2NSq__contactIcon{background:var(--border-medium);width:48px;height:48px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;transition:background .3s;display:flex}.contact-module-scss-module__Zu2NSq__contactSocial{gap:16px;padding-top:16px;display:flex}.contact-module-scss-module__Zu2NSq__socialBtn{background:var(--border-medium);width:48px;height:48px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.contact-module-scss-module__Zu2NSq__socialBtn:hover{background:var(--text-primary);color:var(--text-inverse)}.contact-module-scss-module__Zu2NSq__contactFormWrapper{background:var(--bg-card);border:1px solid var(--border-light);border-radius:12px;padding:32px}.contact-module-scss-module__Zu2NSq__contactForm{flex-direction:column;gap:24px;display:flex}.contact-module-scss-module__Zu2NSq__formGroup{flex-direction:column;gap:8px;display:flex}.contact-module-scss-module__Zu2NSq__formGroup label{color:var(--text-light);font-size:.875rem;font-weight:500}.contact-module-scss-module__Zu2NSq__formGroup input,.contact-module-scss-module__Zu2NSq__formGroup textarea{width:100%;color:var(--text-light);background:var(--bg-page);border:1px solid var(--border-medium);border-radius:8px;outline:none;padding:12px 16px;font-family:inherit;font-size:1rem;transition:border-color .3s}.contact-module-scss-module__Zu2NSq__formGroup input::placeholder,.contact-module-scss-module__Zu2NSq__formGroup textarea::placeholder{color:var(--text-secondary)}.contact-module-scss-module__Zu2NSq__formGroup input:focus,.contact-module-scss-module__Zu2NSq__formGroup textarea:focus{border-color:var(--text-primary)}.contact-module-scss-module__Zu2NSq__formGroup textarea{resize:none;min-height:120px}.contact-module-scss-module__Zu2NSq__formSuccess{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px 24px;display:flex}.contact-module-scss-module__Zu2NSq__successIcon{background:var(--text-primary);width:64px;height:64px;color:var(--text-inverse);border-radius:50%;justify-content:center;align-items:center;display:flex}.contact-module-scss-module__Zu2NSq__formSuccess h3{color:var(--text-primary);font-size:1.5rem;font-weight:700}.contact-module-scss-module__Zu2NSq__formSuccess p{color:var(--text-secondary)}
:root{--bg-page:#1a1c1b;--bg-card:#302f2c;--bg-card-alt:#302f2c4d;--text-primary:#d9fb06;--text-secondary:#888680;--text-light:#dfddd6;--text-inverse:#1a1c1b;--border-light:#3f481680;--border-medium:#3f4816}.footer-module-scss-module__90egQa__footer{border-top:1px solid var(--border-light);padding:32px 0}.footer-module-scss-module__90egQa__footerContent{flex-direction:column;align-items:center;gap:16px;display:flex}@media (min-width:768px){.footer-module-scss-module__90egQa__footerContent{flex-direction:row;justify-content:space-between}}.footer-module-scss-module__90egQa__footer p{color:var(--text-secondary);font-size:.875rem}.footer-module-scss-module__90egQa__footerSocial{gap:24px;display:flex}.footer-module-scss-module__90egQa__footerSocial a{color:var(--text-secondary);transition:color .3s}.footer-module-scss-module__90egQa__footerSocial a:hover{color:var(--text-primary)}
