.Navbar-module__UMbBgq__navbarContainer{z-index:1000;width:90%;max-width:500px;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.Navbar-module__UMbBgq__navbar{-webkit-backdrop-filter:blur(16px);background:#fffc;border:1px solid #0000000d;border-radius:9999px;align-items:center;gap:2rem;padding:.75rem 1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 10px 15px -3px #0000000d}.Navbar-module__UMbBgq__logo{color:var(--foreground);letter-spacing:-.02em;margin-right:1rem;font-size:1rem;font-weight:700;display:block}.Navbar-module__UMbBgq__links{gap:.5rem;display:flex}.Navbar-module__UMbBgq__link{color:var(--secondary-text);border-radius:999px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.Navbar-module__UMbBgq__link:hover{color:var(--foreground);background:#0000000d}@media (max-width:768px){.Navbar-module__UMbBgq__navbarContainer{width:90%;top:auto;bottom:2rem}.Navbar-module__UMbBgq__navbar{justify-content:space-evenly;width:100%;padding:1rem}.Navbar-module__UMbBgq__logo{display:none}.Navbar-module__UMbBgq__links{justify-content:space-between;gap:0;width:100%}.Navbar-module__UMbBgq__link{padding:.5rem;font-size:.85rem}}
.Hero-module__oEVfFq__hero{text-align:center;background:var(--background);flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:0 1.5rem;display:flex}.Hero-module__oEVfFq__profileContainer{justify-content:center;margin-bottom:2rem;display:flex}.Hero-module__oEVfFq__profileImageWrapper{border:4px solid #fff;border-radius:50%;width:150px;height:150px;position:relative;overflow:hidden;box-shadow:0 10px 30px -5px #00000026}.Hero-module__oEVfFq__profileImage{object-fit:cover;object-position:center 15%;width:100%;height:100%}.Hero-module__oEVfFq__greeting{color:var(--secondary-text);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:1rem;font-weight:500}.Hero-module__oEVfFq__headline{letter-spacing:-.03em;color:var(--foreground);max-width:800px;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.Hero-module__oEVfFq__subheadline{color:var(--secondary-text);max-width:600px;margin-bottom:3rem;font-size:1.25rem;font-weight:400;line-height:1.6}.Hero-module__oEVfFq__actions{gap:1rem;display:flex}.Hero-module__oEVfFq__primaryBtn{background-color:var(--foreground);color:var(--background);border:1px solid var(--foreground);border-radius:9999px;padding:1rem 2rem;font-weight:600;transition:transform .2s,box-shadow .2s}.Hero-module__oEVfFq__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #0000001a}.Hero-module__oEVfFq__secondaryBtn{color:var(--foreground);border:1px solid var(--border);background-color:#0000;border-radius:9999px;padding:1rem 2rem;font-weight:600;transition:all .2s}.Hero-module__oEVfFq__secondaryBtn:hover{border-color:var(--foreground);background-color:#f9fafb}@media (max-width:768px){.Hero-module__oEVfFq__headline{font-size:2.5rem}.Hero-module__oEVfFq__subheadline{font-size:1.1rem}}
.About-module__5_NaKq__about{background-color:var(--background);justify-content:center;padding:6rem 1.5rem;display:flex}.About-module__5_NaKq__container{width:100%;max-width:800px}.About-module__5_NaKq__title{color:var(--foreground);text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:700}.About-module__5_NaKq__content{color:var(--secondary-text);text-align:center;font-size:1.25rem;line-height:1.8}.About-module__5_NaKq__content p{margin-bottom:2rem}@media (max-width:768px){.About-module__5_NaKq__title{font-size:1.75rem}.About-module__5_NaKq__content{text-align:left;font-size:1.1rem}}
.Skills-module__RIe_Ua__skills{background-color:var(--background);justify-content:center;padding:4rem 1.5rem 8rem;display:flex}.Skills-module__RIe_Ua__container{width:100%;max-width:1000px}.Skills-module__RIe_Ua__header{text-align:center;margin-bottom:4rem}.Skills-module__RIe_Ua__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Skills-module__RIe_Ua__subtitle{color:var(--secondary-text);max-width:600px;margin:0 auto;font-size:1.1rem}.Skills-module__RIe_Ua__grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(140px,auto);gap:1.5rem;display:grid}.Skills-module__RIe_Ua__card{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:20px;flex-direction:column;justify-content:center;align-items:flex-start;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Skills-module__RIe_Ua__card:hover{box-shadow:var(--shadow-md);background:#fff;border-color:#0000001a;transform:translateY(-4px)scale(1.01)}.Skills-module__RIe_Ua__cardLarge{grid-area:span 2/span 2}.Skills-module__RIe_Ua__cardMedium{grid-column:span 2}.Skills-module__RIe_Ua__cardSmall{grid-column:span 1}.Skills-module__RIe_Ua__skillName{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.Skills-module__RIe_Ua__category{color:var(--secondary-text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.85rem;font-weight:500}.Skills-module__RIe_Ua__description{color:var(--secondary-text);font-size:.95rem;line-height:1.5}@media (max-width:900px){.Skills-module__RIe_Ua__grid{grid-template-columns:repeat(2,1fr)}.Skills-module__RIe_Ua__cardLarge{grid-column:span 2}}@media (max-width:600px){.Skills-module__RIe_Ua__grid{grid-template-columns:1fr}.Skills-module__RIe_Ua__cardMedium,.Skills-module__RIe_Ua__cardSmall,.Skills-module__RIe_Ua__cardLarge{grid-area:span 1/span 1}}
.Projects-module__I8N56G__projects{background-color:var(--background);justify-content:center;padding:8rem 1.5rem;display:flex;overflow:visible}.Projects-module__I8N56G__container{width:100%;max-width:1000px;position:relative}.Projects-module__I8N56G__header{text-align:center;margin-bottom:6rem}.Projects-module__I8N56G__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Projects-module__I8N56G__subtitle{color:var(--secondary-text);max-width:600px;margin:0 auto;font-size:1.1rem}.Projects-module__I8N56G__projectList{flex-direction:column;gap:4rem;padding-bottom:10vh;display:flex;position:relative}.Projects-module__I8N56G__projectCardContainer{perspective:1000px;height:auto;min-height:400px;position:sticky;top:10vh}.Projects-module__I8N56G__projectCard{border:1px solid #0000000d;border-radius:24px;grid-template-columns:1fr 1fr;gap:2rem;width:100%;height:auto;min-height:100%;padding:3rem;transition:transform .3s;display:grid;box-shadow:0 -10px 40px #0000000d}.Projects-module__I8N56G__cardContent{flex-direction:column;justify-content:center;display:flex}.Projects-module__I8N56G__category{text-transform:uppercase;letter-spacing:.05em;color:#4b5563;margin-bottom:1rem;font-size:.85rem;font-weight:600}.Projects-module__I8N56G__projectTitle{color:#111827;margin-bottom:1rem;font-size:2.25rem;font-weight:700;line-height:1.1}.Projects-module__I8N56G__description{color:#4b5563;margin-bottom:2rem;font-size:1rem;line-height:1.6}.Projects-module__I8N56G__tags{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.Projects-module__I8N56G__tag{color:#111827;background-color:#ffffff80;border:1px solid #0000000d;border-radius:9999px;padding:.5rem 1rem;font-size:.8rem;font-weight:500}.Projects-module__I8N56G__imagePlaceholder{justify-content:center;align-items:center;display:flex;position:relative}.Projects-module__I8N56G__mockup{background:linear-gradient(135deg,#fff6 0%,#ffffff1a 100%);border-radius:12px;width:100%;height:100%;transition:transform .4s;transform:rotate(3deg)translateY(10px);box-shadow:0 20px 40px #0000001a}.Projects-module__I8N56G__projectCard:hover .Projects-module__I8N56G__mockup{transform:rotate(0)translateY(0)}.Projects-module__I8N56G__projectLink{color:#111827;background-color:#ffffff80;border-radius:9999px;align-self:flex-start;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Projects-module__I8N56G__projectLink:hover{background-color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.Projects-module__I8N56G__disabledLink{opacity:.6;cursor:default;background-color:#0000000d}.Projects-module__I8N56G__disabledLink:hover{box-shadow:none;background-color:#0000000d;transform:none}.Projects-module__I8N56G__imageWrapper{background-color:#fff;border:4px solid #fffc;border-radius:28px;justify-content:center;align-items:center;width:120px;height:120px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden;transform:rotate(6deg);box-shadow:0 20px 40px -10px #00000026}.Projects-module__I8N56G__projectCard:hover .Projects-module__I8N56G__imageWrapper{transform:rotate(0)scale(1.1)}.Projects-module__I8N56G__projectImage{object-fit:contain;padding:0}@media (max-width:768px){.Projects-module__I8N56G__projectCard{grid-template-columns:1fr;height:auto;min-height:450px;padding:2rem}.Projects-module__I8N56G__projectTitle{font-size:1.75rem}.Projects-module__I8N56G__imagePlaceholder{order:-1;height:200px}.Projects-module__I8N56G__imageWrapper{transform:rotate(0)!important}}
.Experience-module__KDFbla__experience{background-color:#fcfcfc;justify-content:center;padding:6rem 1.5rem;display:flex}.Experience-module__KDFbla__container{width:100%;max-width:800px}.Experience-module__KDFbla__header{margin-bottom:4rem}.Experience-module__KDFbla__title{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Experience-module__KDFbla__list{flex-direction:column;gap:2rem;display:flex}.Experience-module__KDFbla__item{border-bottom:1px solid var(--border);gap:2rem;padding-bottom:2rem;transition:opacity .3s;display:flex}.Experience-module__KDFbla__item:last-child{border-bottom:none}.Experience-module__KDFbla__item:hover{opacity:.8}.Experience-module__KDFbla__period{width:140px;color:var(--secondary-text);flex-shrink:0;padding-top:.25rem;font-size:.9rem;font-weight:500}.Experience-module__KDFbla__content{flex-grow:1}.Experience-module__KDFbla__role{color:var(--foreground);margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.Experience-module__KDFbla__company{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;display:flex}.Experience-module__KDFbla__company:before{content:"";background-color:#e5e7eb;border-radius:4px;width:16px;height:16px;display:inline-block}.Experience-module__KDFbla__achievements{list-style:none}.Experience-module__KDFbla__achievements li{color:var(--secondary-text);margin-bottom:.5rem;font-size:1rem;line-height:1.6}@media (max-width:600px){.Experience-module__KDFbla__item{flex-direction:column;gap:.5rem}.Experience-module__KDFbla__period{width:auto;color:var(--secondary-text);margin-bottom:.5rem;font-size:.8rem}}
.Contact-module__RDTI0G__contact{background-color:var(--background);text-align:center;flex-direction:column;align-items:center;padding:8rem 1.5rem 4rem;display:flex}.Contact-module__RDTI0G__container{width:100%;max-width:600px}.Contact-module__RDTI0G__title{color:var(--foreground);letter-spacing:-.03em;margin-bottom:3rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Contact-module__RDTI0G__emailBtn{background-color:var(--foreground);color:var(--background);border-radius:9999px;margin-bottom:4rem;padding:1.25rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-block;box-shadow:0 10px 25px -5px #0000001a}.Contact-module__RDTI0G__emailBtn:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 20px 35px -5px #00000026}.Contact-module__RDTI0G__socials{border-top:1px solid var(--border);justify-content:center;gap:2.5rem;width:100%;margin-top:2rem;padding-top:2rem;display:flex}.Contact-module__RDTI0G__link{color:var(--secondary-text);font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.Contact-module__RDTI0G__link:hover{color:var(--foreground)}@media (max-width:768px){.Contact-module__RDTI0G__title{font-size:2.5rem}}
