.Navbar-module__nuAbfa__nav{z-index:1000;border-radius:2rem;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 4px 30px #0000001a}.Navbar-module__nuAbfa__scrolled{background:#09090bcc;top:1rem}.Navbar-module__nuAbfa__links{align-items:center;gap:.5rem;display:flex}.Navbar-module__nuAbfa__link{color:#ffffffb3;border-radius:1.5rem;flex-direction:column;align-items:center;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex;position:relative}.Navbar-module__nuAbfa__link:hover{color:hsl(var(--foreground));background:#ffffff0d}.Navbar-module__nuAbfa__active{font-weight:700;color:#fff!important}.Navbar-module__nuAbfa__dot{background:hsl(var(--primary));width:4px;height:4px;box-shadow:0 0 8px hsl(var(--primary));border-radius:50%;position:absolute;bottom:.25rem}@media (max-width:640px){.Navbar-module__nuAbfa__link{padding:.5rem .75rem;font-size:.8rem}}
.Hero-module__Z8hQ_W__hero{align-items:center;min-height:100vh;padding-top:6rem;display:flex}.Hero-module__Z8hQ_W__content{max-width:800px}.Hero-module__Z8hQ_W__badge{background:hsla(var(--primary), .1);color:hsl(var(--primary));border:1px solid hsla(var(--primary), .2);border-radius:2rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.Hero-module__Z8hQ_W__title{font-size:clamp(3rem,8vw,5rem);line-height:1.1;font-family:var(--font-outfit);margin-bottom:1rem}.Hero-module__Z8hQ_W__subtitle{margin-bottom:2rem;font-size:clamp(1.5rem,4vw,2.5rem)}.Hero-module__Z8hQ_W__description{color:hsl(var(--muted-foreground));margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.Hero-module__Z8hQ_W__actions{justify-content:center;gap:1.5rem;margin-bottom:3rem;display:flex}.Hero-module__Z8hQ_W__primaryBtn{background:hsl(var(--primary));color:#fff;border-radius:.75rem;padding:1rem 2rem;font-weight:600;transition:transform .2s}.Hero-module__Z8hQ_W__primaryBtn:hover{transform:translateY(-2px)}.Hero-module__Z8hQ_W__secondaryBtn{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);color:#fff;border-radius:.75rem;padding:1rem 2rem;font-weight:600;transition:all .2s}.Hero-module__Z8hQ_W__secondaryBtn:hover{background:#ffffff1a}.Hero-module__Z8hQ_W__socials{justify-content:center;gap:1rem;margin-top:3rem;display:flex}.Hero-module__Z8hQ_W__socialIcon{background:var(--glass-bg);border:1px solid var(--glass-border);width:40px;height:40px;color:hsl(var(--muted-foreground));border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Hero-module__Z8hQ_W__socialIcon:hover{color:#fff;background:#ffffff1a;transform:translateY(-3px)}@media (max-width:768px){.Hero-module__Z8hQ_W__actions{flex-direction:column}}
.Login-module__t61pwq__loginPage{background-color:hsl(var(--background));justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.Login-module__t61pwq__loginPage:before{content:"";z-index:0;background-image:radial-gradient(#ffffff1a 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.Login-module__t61pwq__card{z-index:1;border-radius:1.5rem;flex-direction:column;gap:2rem;width:100%;max-width:400px;padding:3rem;display:flex}.Login-module__t61pwq__header h1{text-align:center;font-size:1.75rem;font-weight:700;font-family:var(--font-outfit)}.Login-module__t61pwq__form{flex-direction:column;gap:1.5rem;display:flex}.Login-module__t61pwq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Login-module__t61pwq__inputGroup label{color:hsl(var(--muted-foreground));font-size:.85rem;font-weight:500}.Login-module__t61pwq__inputGroup input{border:1px solid var(--glass-border);color:#fff;background:#ffffff0d;border-radius:.75rem;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.Login-module__t61pwq__inputGroup input:focus{background:#ffffff1a;border-color:#3b82f6;outline:none}.Login-module__t61pwq__submitBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:.75rem;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s}.Login-module__t61pwq__submitBtn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 4px 20px #3b82f64d}.Login-module__t61pwq__footer{text-align:center}.Login-module__t61pwq__backLink{color:hsl(var(--muted-foreground));font-size:.85rem;transition:color .2s}.Login-module__t61pwq__backLink:hover{color:#fff}
.About-module__vqXTeW__about{min-height:80vh}.About-module__vqXTeW__content{padding:3rem;line-height:1.8}.About-module__vqXTeW__description{margin-top:2rem;font-size:1.1rem}
.Blog-module__eHt_rq__blog{min-height:100vh;padding-top:6rem}.Blog-module__eHt_rq__headerRow{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:4rem;display:flex}.Blog-module__eHt_rq__headerLeft{flex:1}.Blog-module__eHt_rq__headerRight{width:100%;max-width:400px;margin-top:1rem}.Blog-module__eHt_rq__title{margin-bottom:.5rem;}.Blog-module__eHt_rq__subtitle{color:hsl(var(--muted-foreground));max-width:500px;font-size:1.15rem}.Blog-module__eHt_rq__searchBar{border-radius:2rem;align-items:center;gap:1rem;padding:.85rem 1.5rem;display:flex}.Blog-module__eHt_rq__searchIcon{color:hsl(var(--muted-foreground))}.Blog-module__eHt_rq__searchInput{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:1rem}.Blog-module__eHt_rq__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.Blog-module__eHt_rq__postCard{border-radius:1.5rem;flex-direction:column;gap:1.5rem;padding:2.5rem;transition:transform .3s;display:flex}.Blog-module__eHt_rq__postCard:hover{transform:translateY(-5px)}.Blog-module__eHt_rq__date{color:hsl(var(--primary));text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.Blog-module__eHt_rq__postTitle{font-size:1.75rem;line-height:1.3;font-family:var(--font-outfit)}.Blog-module__eHt_rq__excerpt{color:hsl(var(--muted-foreground));font-size:1rem;line-height:1.6}.Blog-module__eHt_rq__readMore{color:hsl(var(--foreground));font-size:.9rem;font-weight:600}.Blog-module__eHt_rq__noResults{text-align:center;color:hsl(var(--muted-foreground));grid-column:1/-1;padding:6rem 2rem}@media (max-width:768px){.Blog-module__eHt_rq__headerRow{flex-direction:column;align-items:flex-start;gap:1.5rem}.Blog-module__eHt_rq__title{font-size:3rem}.Blog-module__eHt_rq__headerRight{max-width:100%}}
.Contact-module__OWeMSG__contact{background-color:#000;padding:6rem 0;position:relative;overflow:hidden}.Contact-module__OWeMSG__dotPattern{pointer-events:none;z-index:0;background-image:radial-gradient(#ffffff1a 1px,#0000 1px);background-size:30px 30px;width:100%;height:100%;position:absolute;top:0;left:0}.Contact-module__OWeMSG__content{z-index:1;grid-template-columns:1.2fr 1fr;align-items:center;gap:6rem;display:grid;position:relative}.Contact-module__OWeMSG__formWrapper{background:#0a0a0a;border:1px solid #ffffff0d;border-radius:2.5rem;padding:3.5rem;box-shadow:0 25px 50px -12px #00000080}.Contact-module__OWeMSG__form{flex-direction:column;gap:2rem;display:flex}.Contact-module__OWeMSG__inputRow{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Contact-module__OWeMSG__inputGroup{flex-direction:column;gap:.75rem;display:flex}.Contact-module__OWeMSG__inputGroup label{color:#666;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.Contact-module__OWeMSG__inputGroup input,.Contact-module__OWeMSG__inputGroup textarea{color:#fff;background:#111;border:1px solid #ffffff1a;border-radius:1rem;padding:1.25rem;font-family:inherit;font-size:1rem;transition:all .3s}.Contact-module__OWeMSG__inputGroup input:focus,.Contact-module__OWeMSG__inputGroup textarea:focus{background:#161616;border-color:#fff3;outline:none}.Contact-module__OWeMSG__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:1.5rem;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 10px 15px -3px #2563eb4d}.Contact-module__OWeMSG__submitBtn:hover{filter:brightness(1.1);transform:translateY(-3px);box-shadow:0 20px 25px -5px #2563eb66}.Contact-module__OWeMSG__submitBtn:active{transform:translateY(-1px)}.Contact-module__OWeMSG__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.Contact-module__OWeMSG__success{color:#10b981;text-align:center;margin-top:1rem;font-weight:500}.Contact-module__OWeMSG__info{flex-direction:column;gap:2.5rem;display:flex}.Contact-module__OWeMSG__title{color:#fff;margin-bottom:.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.Contact-module__OWeMSG__gradientText{background:linear-gradient(90deg,#3b82f6,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Contact-module__OWeMSG__description{color:#999;max-width:500px;font-size:1.25rem;line-height:1.6}.Contact-module__OWeMSG__contactList{flex-direction:column;gap:2rem;display:flex}.Contact-module__OWeMSG__contactItem{align-items:center;gap:1.5rem;display:flex}.Contact-module__OWeMSG__iconBox{color:#3b82f6;background:#111;border:1px solid #ffffff0d;border-radius:1.25rem;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.Contact-module__OWeMSG__itemText span{color:#666;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700}.Contact-module__OWeMSG__itemText p{color:#fff;margin:0;font-size:1.25rem;font-weight:600}.Contact-module__OWeMSG__socials{gap:1rem;margin-top:1rem;display:flex}.Contact-module__OWeMSG__socialIcon{color:#999;background:#111;border:1px solid #ffffff0d;border-radius:1rem;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.Contact-module__OWeMSG__socialIcon:hover{color:#fff;background:#1a1a1a;border-color:#ffffff1a;transform:translateY(-3px)}@media (max-width:1024px){.Contact-module__OWeMSG__title{font-size:3.5rem}.Contact-module__OWeMSG__content{gap:4rem}}@media (max-width:768px){.Contact-module__OWeMSG__contact{padding:5rem 0}.Contact-module__OWeMSG__content{grid-template-columns:1fr;gap:5rem}.Contact-module__OWeMSG__formWrapper{order:2;padding:2.5rem}.Contact-module__OWeMSG__info{text-align:center;order:1;align-items:center}.Contact-module__OWeMSG__title{font-size:3rem}.Contact-module__OWeMSG__description{margin:0 auto}.Contact-module__OWeMSG__contactList{align-items:center}.Contact-module__OWeMSG__contactItem{text-align:center;flex-direction:column;gap:1rem}.Contact-module__OWeMSG__inputRow{grid-template-columns:1fr}}
.Projects-module__K3d-Xa__sectionTitle{}.Projects-module__K3d-Xa__grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2.5rem;display:grid}.Projects-module__K3d-Xa__card{flex-direction:column;min-height:300px;display:flex;position:relative;overflow:hidden}.Projects-module__K3d-Xa__content{flex-direction:column;height:100%;padding:2.5rem;display:flex}.Projects-module__K3d-Xa__projectTitle{font-size:1.75rem;font-family:var(--font-outfit);margin-bottom:1rem}.Projects-module__K3d-Xa__description{color:hsl(var(--muted-foreground));flex-grow:1;margin-bottom:2rem}.Projects-module__K3d-Xa__techStack{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.Projects-module__K3d-Xa__techTag{background:hsla(var(--accent), .1);color:hsl(var(--accent));border-radius:2rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.Projects-module__K3d-Xa__links{gap:1rem;display:flex}.Projects-module__K3d-Xa__linkIcon{color:hsl(var(--muted-foreground));transition:color .2s}.Projects-module__K3d-Xa__linkIcon:hover{color:#fff}@media (max-width:640px){.Projects-module__K3d-Xa__grid{grid-template-columns:1fr}}
.SkillsMarquee-module__xesdMq__marqueeContainer{align-items:center;width:100%;margin:2rem 0;padding:2rem 0;display:flex;position:relative;overflow:hidden}.SkillsMarquee-module__xesdMq__marqueeContent{white-space:nowrap;gap:4rem;animation:40s linear infinite SkillsMarquee-module__xesdMq__scroll;display:flex}.SkillsMarquee-module__xesdMq__skillItem{color:hsl(var(--muted-foreground));font-family:var(--font-outfit);letter-spacing:.1em;align-items:center;gap:.75rem;font-size:.85rem;font-weight:600;transition:color .3s;display:flex}.SkillsMarquee-module__xesdMq__skillItem:hover{color:#fff}.SkillsMarquee-module__xesdMq__icon{opacity:.7;justify-content:center;align-items:center;display:flex}.SkillsMarquee-module__xesdMq__fadeLeft,.SkillsMarquee-module__xesdMq__fadeRight{z-index:2;pointer-events:none;width:150px;position:absolute;top:0;bottom:0}.SkillsMarquee-module__xesdMq__fadeLeft{background:linear-gradient(to right, hsl(var(--background)) 0%, transparent 100%);left:0}.SkillsMarquee-module__xesdMq__fadeRight{background:linear-gradient(to left, hsl(var(--background)) 0%, transparent 100%);right:0}@keyframes SkillsMarquee-module__xesdMq__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.SkillsMarquee-module__xesdMq__marqueeContent{gap:2.5rem;animation:30s linear infinite SkillsMarquee-module__xesdMq__scroll}.SkillsMarquee-module__xesdMq__fadeLeft,.SkillsMarquee-module__xesdMq__fadeRight{width:80px}}
