.Layout-module__jbLzUW__topNav{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;padding:18px 32px;font-size:1.1rem;display:flex;position:relative}.Layout-module__jbLzUW__logo{color:var(--text-primary);align-items:center;font-size:1.4rem;font-weight:700;text-decoration:none;display:flex}.Layout-module__jbLzUW__dot{background:var(--accent-yellow);border-radius:50%;width:25px;height:25px;margin-right:7px;display:inline-block}.Layout-module__jbLzUW__navLinks{align-items:center;gap:8px;display:flex}.Layout-module__jbLzUW__navLinks a{color:var(--text-secondary);margin:0 8px;font-weight:400}.Layout-module__jbLzUW__divider{color:var(--text-light);margin:0 5px}.Layout-module__jbLzUW__footer{box-sizing:border-box;border-top:1px solid var(--border-light);letter-spacing:normal;background:0 0;justify-content:space-between;align-items:center;width:100%;margin-top:60px;padding:32px 32px 24px;font-size:1rem;display:flex;position:relative}.Layout-module__jbLzUW__footer b{letter-spacing:normal;font-size:20px;font-weight:600}.Layout-module__jbLzUW__footer div span,.Layout-module__jbLzUW__footer div a{letter-spacing:normal;font-size:15px;font-weight:400}.Layout-module__jbLzUW__footer div{min-width:120px}.Layout-module__jbLzUW__socialIcon{color:var(--text-primary);margin-right:20px;font-size:25px;transition:color .2s;display:inline-block}.Layout-module__jbLzUW__socialIcon:last-child{margin-right:0}.Layout-module__jbLzUW__socialIcon:hover{color:var(--accent-yellow)}.Layout-module__jbLzUW__contentWrapper{box-sizing:border-box}.Layout-module__jbLzUW__copyrightSection{color:var(--text-lighter);text-align:right;letter-spacing:normal;min-width:150px;font-size:15px}@media (max-width:768px){.Layout-module__jbLzUW__topNav{flex-direction:column;align-items:flex-start;padding:12px 20px;font-size:1.05rem}.Layout-module__jbLzUW__navLinks{justify-content:space-around;width:100%;margin-top:8px;display:flex}.Layout-module__jbLzUW__contentWrapper{min-height:auto}.Layout-module__jbLzUW__footer{flex-direction:column;align-items:flex-start;width:100%;margin-top:40px;padding:20px;font-size:15px}.Layout-module__jbLzUW__footer div,.Layout-module__jbLzUW__copyrightSection{min-width:unset;text-align:left;width:100%;margin-bottom:12px}.Layout-module__jbLzUW__socialIcon{margin-right:18px;font-size:22px}}@media (max-width:480px){.Layout-module__jbLzUW__topNav{padding:10px 16px;font-size:1rem}.Layout-module__jbLzUW__navLinks{justify-content:center;gap:16px}.Layout-module__jbLzUW__contentWrapper{min-height:auto}.Layout-module__jbLzUW__footer{text-align:center;flex-direction:column;align-items:center;width:100%;margin-top:32px;padding:16px}.Layout-module__jbLzUW__footer div,.Layout-module__jbLzUW__copyrightSection{width:100%;min-width:unset;text-align:center;margin-bottom:12px}.Layout-module__jbLzUW__footer b,.Layout-module__jbLzUW__footer span,.Layout-module__jbLzUW__footer a{text-align:center;width:100%;display:block}.Layout-module__jbLzUW__socialIcon{margin-right:16px;font-size:20px}}
.ThemeToggle-module__jULQXG__themeToggle{border:2px solid var(--border-color);cursor:pointer;width:40px;height:40px;color:var(--text-primary);background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.1rem;transition:all .3s;display:flex}.ThemeToggle-module__jULQXG__themeToggle:hover{background-color:var(--bg-secondary);border-color:var(--text-muted);transform:rotate(20deg)}.ThemeToggle-module__jULQXG__themeToggle:active{transform:scale(.95)rotate(20deg)}@media (max-width:768px){.ThemeToggle-module__jULQXG__themeToggle{width:36px;height:36px;font-size:1rem}}
.Index-module__pXLh6W__main{justify-content:center;align-items:center;padding:2rem 0;display:flex}.Index-module__pXLh6W__hero{box-sizing:border-box;justify-content:center;align-items:center;gap:50px;width:100%;max-width:1100px;padding:0 32px;display:flex}.Index-module__pXLh6W__profileImg{object-fit:cover;width:70vw;max-width:450px;height:auto;box-shadow:0 0 14px var(--shadow-sm);border-radius:50%}.Index-module__pXLh6W__heroText{flex-direction:column;justify-content:center;align-items:flex-start;max-width:470px;display:flex}.Index-module__pXLh6W__hello{margin-bottom:0;font-size:4.5rem;font-weight:700}.Index-module__pXLh6W__aboutTitle{margin:22px 0 5px;font-size:1.25rem;font-weight:600}.Index-module__pXLh6W__aboutText{color:var(--text-secondary);margin-bottom:32px;font-size:1.08rem}.Index-module__pXLh6W__buttonGroup{gap:28px;margin-top:7px;display:flex}.Index-module__pXLh6W__circleButton{cursor:pointer;width:124px;height:124px;box-shadow:0 2px 8px var(--shadow-sm);border:1px solid var(--text-primary);color:var(--button-text);border-radius:50%;outline:none;justify-content:center;align-items:center;margin-right:10px;font-size:20px;font-weight:700;transition:border-color .2s;display:flex}.Index-module__pXLh6W__resumeBtn{background:var(--accent-yellow)}.Index-module__pXLh6W__projectsBtn{background:var(--accent-orange)}.Index-module__pXLh6W__contactBtn{background:var(--accent-cyan)}.Index-module__pXLh6W__circleButton:hover{filter:brightness(92%)}@media (max-width:768px){.Index-module__pXLh6W__main{flex-direction:column;align-items:center;padding:20px}.Index-module__pXLh6W__hero{flex-direction:column;align-items:center;gap:30px}.Index-module__pXLh6W__profileImg{width:320px;height:320px}.Index-module__pXLh6W__heroText{text-align:center;align-items:center;max-width:100%}.Index-module__pXLh6W__buttonGroup{flex-wrap:wrap;justify-content:center;gap:20px}.Index-module__pXLh6W__hello{font-size:3.8rem}.Index-module__pXLh6W__aboutTitle{font-size:1.15rem}.Index-module__pXLh6W__aboutText{margin-bottom:25px;font-size:1rem}.Index-module__pXLh6W__circleButton{width:110px;height:110px;margin-bottom:15px;font-size:18px}}@media (max-width:480px){.Index-module__pXLh6W__profileImg{width:70vw;max-width:280px;height:auto;box-shadow:0 0 14px var(--shadow-sm)}.Index-module__pXLh6W__hello{font-size:3rem}.Index-module__pXLh6W__buttonGroup{gap:16px}.Index-module__pXLh6W__circleButton{width:100px;height:100px;font-size:16px}}
.Projects-module__59Bbfa__main{max-width:1200px;margin:0 auto}.Projects-module__59Bbfa__title{color:var(--text-primary);margin-bottom:2rem;font-size:2.5rem}.Projects-module__59Bbfa__filterContainer{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.Projects-module__59Bbfa__filterButton{border:2px solid var(--border-color);background-color:var(--bg-secondary);color:var(--text-muted);cursor:pointer;border-radius:20px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.Projects-module__59Bbfa__filterButton:hover{border-color:var(--text-light);background-color:var(--bg-primary)}.Projects-module__59Bbfa__filterButton.Projects-module__59Bbfa__active{background-color:var(--text-primary);color:var(--bg-secondary);border-color:var(--text-primary)}.Projects-module__59Bbfa__emptyState{color:var(--text-light);font-size:1.125rem}.Projects-module__59Bbfa__projectsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.Projects-module__59Bbfa__projectCard{border:1px solid var(--border-color);background-color:var(--bg-secondary);box-shadow:0 2px 4px var(--shadow-sm);border-radius:8px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.Projects-module__59Bbfa__projectCard:hover{box-shadow:0 4px 8px var(--shadow-md);transform:translateY(-4px)}.Projects-module__59Bbfa__projectImage{object-fit:cover;border-radius:4px;width:100%;height:200px;margin-bottom:1rem}.Projects-module__59Bbfa__cardHeader{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;display:flex}.Projects-module__59Bbfa__projectTitle{color:var(--text-primary);flex:1;margin:0}.Projects-module__59Bbfa__statusBadge{text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-radius:12px;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-block}.Projects-module__59Bbfa__status-active{background-color:var(--badge-active-bg);color:var(--badge-active-text)}.Projects-module__59Bbfa__status-in-progress{background-color:var(--badge-progress-bg);color:var(--badge-progress-text)}.Projects-module__59Bbfa__status-archived{background-color:var(--badge-archived-bg);color:var(--badge-archived-text)}.Projects-module__59Bbfa__status-experimental{background-color:var(--badge-experimental-bg);color:var(--badge-experimental-text)}.Projects-module__59Bbfa__projectDescription{color:var(--text-light);margin-bottom:1rem;line-height:1.6}.Projects-module__59Bbfa__technologiesContainer{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.Projects-module__59Bbfa__technologyTag{background-color:var(--border-light);color:var(--text-muted);border-radius:12px;padding:.25rem .75rem;font-size:.875rem}.Projects-module__59Bbfa__linksContainer{gap:1rem;display:flex}.Projects-module__59Bbfa__projectLink{color:var(--link-color);font-weight:500;text-decoration:none}.Projects-module__59Bbfa__projectLink:hover{text-decoration:underline}@media (max-width:768px){.Projects-module__59Bbfa__main{padding:1.5rem}.Projects-module__59Bbfa__title{font-size:2rem}.Projects-module__59Bbfa__filterContainer{gap:.5rem}.Projects-module__59Bbfa__filterButton{padding:.4rem 1rem;font-size:.8rem}.Projects-module__59Bbfa__projectsGrid{grid-template-columns:1fr}}@media (max-width:480px){.Projects-module__59Bbfa__main{padding:1.5rem}.Projects-module__59Bbfa__title{font-size:1.75rem}}
