.Hero-module__KTD73a__heroSection{flex-direction:column-reverse;justify-content:space-between;align-items:center;gap:3rem;padding-top:2rem;padding-bottom:2rem;display:flex;position:relative}@media (min-width:768px){.Hero-module__KTD73a__heroSection{padding-top:4rem;padding-bottom:4rem}}@media (min-width:1024px){.Hero-module__KTD73a__heroSection{flex-direction:row;gap:4rem}}.Hero-module__KTD73a__leftColumn{text-align:left;z-index:10;flex-direction:column;flex:1;gap:1.75rem;width:100%;display:flex}.Hero-module__KTD73a__statusBadge{font-size:.75rem;font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;border:1px solid;border-radius:.375rem;align-items:center;gap:.625rem;padding:.375rem .875rem;font-weight:500;transition:colors .2s;display:inline-flex}.Hero-module__KTD73a__pingDotContainer{width:.5rem;height:.5rem;display:flex;position:relative}.Hero-module__KTD73a__titleBlock{flex-direction:column;gap:.75rem;display:flex}.Hero-module__KTD73a__titleText{letter-spacing:-.025em;color:var(--foreground);font-size:2.25rem;font-weight:900;line-height:1}@media (min-width:640px){.Hero-module__KTD73a__titleText{font-size:3rem}}@media (min-width:1024px){.Hero-module__KTD73a__titleText{font-size:3.75rem}}.Hero-module__KTD73a__bioText{color:var(--muted);max-width:42rem;font-size:1rem;font-weight:400;line-height:1.625}@media (min-width:768px){.Hero-module__KTD73a__bioText{font-size:1.125rem}}.Hero-module__KTD73a__contactBar{font-size:.75rem;font-family:var(--font-mono);color:var(--muted);border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.75rem 1.5rem;padding-top:.25rem;display:flex}@media (min-width:768px){.Hero-module__KTD73a__contactBar{font-size:.875rem}}.Hero-module__KTD73a__contactLink{color:var(--muted);align-items:center;gap:.5rem;padding-top:.5rem;padding-bottom:.5rem;text-decoration:none;transition:color .2s;display:flex}.Hero-module__KTD73a__contactLink:hover{color:var(--foreground)}.Hero-module__KTD73a__actionRow{flex-wrap:wrap;align-items:center;gap:1rem;padding-top:.5rem;display:flex}.Hero-module__KTD73a__rightColumn{flex-direction:column;flex-shrink:0;align-items:center;gap:1rem;width:100%;display:flex}@media (min-width:640px){.Hero-module__KTD73a__rightColumn{flex-direction:row;align-items:stretch;width:auto}}@media (min-width:1024px){.Hero-module__KTD73a__rightColumn{flex-direction:column;align-items:flex-end}}.Hero-module__KTD73a__avatarCard{background-color:var(--surface);border-radius:1rem;flex-shrink:0;width:16rem;height:16rem;padding:.75rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (min-width:640px){.Hero-module__KTD73a__avatarCard{width:18rem;height:18rem}}.Hero-module__KTD73a__avatarInner{background-color:var(--surface-hover);border-radius:.75rem;width:100%;height:100%;position:relative;overflow:hidden}.Hero-module__KTD73a__cornerTag{background-color:var(--foreground);color:var(--background);font-family:var(--font-mono);border:1px solid var(--border);text-transform:uppercase;letter-spacing:.05em;border-radius:.25rem;padding:.25rem .625rem;font-size:.625rem;font-weight:700;position:absolute;bottom:-.5rem;right:-.5rem;box-shadow:0 4px 6px -1px #0000001a}
.Projects-module__iNRuFG__projectsSection{flex-direction:column;gap:2rem;padding-top:.5rem;padding-bottom:.5rem;display:flex}.Projects-module__iNRuFG__headerBlock{flex-direction:column;gap:.5rem;display:flex}.Projects-module__iNRuFG__filterBar{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem;padding-bottom:1rem;display:flex}.Projects-module__iNRuFG__filterLabel{color:var(--muted);font-size:.75rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-right:.5rem;font-weight:700;display:flex}.Projects-module__iNRuFG__filterTab{cursor:pointer;border:1px solid var(--border);background-color:var(--surface);color:var(--muted);border-radius:.75rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;transition:all .2s}@media (min-width:640px){.Projects-module__iNRuFG__filterTab{font-size:.875rem}}.Projects-module__iNRuFG__filterTabActive{background-color:var(--foreground);color:var(--background);border-color:var(--foreground);transform:scale(1.02);box-shadow:0 4px 6px -1px #0000001a}.Projects-module__iNRuFG__projectsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.Projects-module__iNRuFG__projectsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.Projects-module__iNRuFG__projectCard{background-color:var(--card-bg);border:1px solid var(--border);border-radius:1rem;flex-direction:column;justify-content:space-between;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Projects-module__iNRuFG__projectCard:hover{border-color:var(--border-strong);transform:translateY(-3px)}.Projects-module__iNRuFG__cardImageBanner{border-bottom:1px solid var(--border);background-color:var(--surface-hover);width:100%;height:11rem;position:relative;overflow:hidden}@media (min-width:640px){.Projects-module__iNRuFG__cardImageBanner{height:12.5rem}}.Projects-module__iNRuFG__cardImage{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .5s ease-out}.Projects-module__iNRuFG__projectCard:hover .Projects-module__iNRuFG__cardImage{transform:scale(1.04)}.Projects-module__iNRuFG__cardContent{flex-direction:column;flex-grow:1;padding:1.25rem 1.5rem 1rem;display:flex}.Projects-module__iNRuFG__cardHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.Projects-module__iNRuFG__cardTitle{color:var(--foreground);letter-spacing:-.025em;margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.Projects-module__iNRuFG__cardDescription{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.Projects-module__iNRuFG__techList{flex-wrap:wrap;gap:.375rem;margin-top:auto;margin-bottom:.5rem;padding-top:.5rem;display:flex}.Projects-module__iNRuFG__cardFooter{border-top:1px solid var(--border);background-color:#00000005;justify-content:space-between;align-items:center;padding:.875rem 1.5rem;display:flex}.dark .Projects-module__iNRuFG__cardFooter{background-color:#ffffff05}
.ProjectModal-module__oOZi_a__modalOverlay{z-index:99999;-webkit-backdrop-filter:blur(12px);background-color:#000000b3;justify-content:center;align-items:center;padding:1rem;transition:opacity .25s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0}.ProjectModal-module__oOZi_a__modalOverlayVisible{opacity:1}.ProjectModal-module__oOZi_a__modalOverlayHidden{opacity:0}.ProjectModal-module__oOZi_a__modalContainer{background-color:var(--surface);border:1px solid var(--border);border-radius:1.5rem;flex-direction:column;width:100%;max-width:54rem;max-height:88vh;transition:transform .25s cubic-bezier(.16,1,.3,1),opacity .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0006}.ProjectModal-module__oOZi_a__modalContainerOpen{opacity:1;transform:scale(1)translateY(0)}.ProjectModal-module__oOZi_a__modalContainerClosed{opacity:0;transform:scale(.95)translateY(16px)}.ProjectModal-module__oOZi_a__modalHeader{border-bottom:1px solid var(--border);background-color:var(--surface);z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.ProjectModal-module__oOZi_a__headerTitle{font-family:var(--font-mono);color:var(--accent);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:700}.ProjectModal-module__oOZi_a__closeButton{color:var(--muted);background-color:var(--surface-hover);border:1px solid var(--border);cursor:pointer;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.ProjectModal-module__oOZi_a__closeButton:hover{color:#ef4444;background-color:#ef44441a;border-color:#ef44444d}.ProjectModal-module__oOZi_a__modalBody{overscroll-behavior:contain;flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}@media (min-width:768px){.ProjectModal-module__oOZi_a__modalBody{padding:2rem}}.ProjectModal-module__oOZi_a__imageBanner{border:1px solid var(--border);background-color:var(--surface-hover);cursor:pointer;border-radius:1rem;width:100%;height:14rem;position:relative;overflow:hidden}@media (min-width:640px){.ProjectModal-module__oOZi_a__imageBanner{height:18rem}}.ProjectModal-module__oOZi_a__fullscreenOverlay{z-index:100000;-webkit-backdrop-filter:blur(16px);cursor:zoom-out;background-color:#000000eb;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ProjectModal-module__oOZi_a__techChip{font-family:var(--font-mono);background-color:var(--surface);border:1px solid var(--border);color:var(--muted);border-radius:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500}
