body{margin:0;background-color:#24273a;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.home{background-color:#24273a;min-height:100vh;display:flex;flex-direction:column}.navbar{background-color:#24273a;display:flex;justify-content:space-between;align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.navbar-img{display:flex;width:5rem;height:auto;background-color:#24273a;padding-left:2rem;cursor:pointer}.navbar-list{display:flex;flex-direction:row;align-items:center;margin:0;padding:0 1rem 0 0;list-style:none}.navbar-item{display:flex;padding:1.5rem;color:#cad3f5;cursor:pointer;transition:.3s ease}.navbar-item:hover{color:#f5a97f}.navbar-resume-link{color:inherit}@media(max-width:700px){.navbar{align-items:flex-start;gap:1rem}.navbar-img{width:4rem;padding-left:1rem}.navbar-list{flex-wrap:wrap;justify-content:flex-end;padding-right:.5rem}.navbar-item{padding:1rem .75rem}}.Welcome{padding-left:clamp(2rem,24vw,29rem);padding-top:6rem;padding-right:2rem;display:flex;flex-direction:column;font-family:Space Grotesk,sans-serif;color:#e4e9ff}.Header{color:#e4e9ff;font-size:2.8rem}.Header-emphasis{color:#f5a97f}.Summary{color:#cad3f5;font-size:1.3rem;line-height:1.55}.Header-emphasis-link{color:#f5a97f;display:inline-block;padding-bottom:1px;background-image:repeating-linear-gradient(to right,#F5A97F 0 10px,transparent 10px 22px);background-repeat:repeat-x;background-size:100% 3px;background-position:left bottom;transition:.3s ease}.Header-emphasis-link:Hover{cursor:pointer;color:#24273a;background-color:#f5a97f}.Socials{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:.35rem;color:#cad3f5}.Social{cursor:pointer;padding-left:.25rem;padding-right:.25rem;display:inline-flex;align-items:center;gap:.35rem}.Social:hover{color:#f5a97f}.Arrow{padding-left:.25rem;transition:transform 1ms ease}.Social:Hover .Arrow{padding-left:.5rem}@media(max-width:800px){.Welcome{padding-top:4rem}.Header{font-size:2.2rem}.Summary{font-size:1.05rem}.Summary br{display:none}}.Featured{width:min(72rem,calc(100% - 4rem));margin:6rem auto 0;grid-template-columns:minmax(0,.8fr) minmax(18rem,1.2fr);gap:2rem;align-items:stretch;font-family:Space Grotesk,sans-serif;color:#cad3f5;display:flex;flex-direction:column}.Featured-copy{display:flex;flex-direction:row}.Featured-label{margin:0 0 .75rem;color:#f5a97f;font-weight:700;letter-spacing:.02rem}.Featured-title{margin:0;color:#e4e9ff;font-size:2rem;line-height:1.15}.Featured-text{margin:1rem 0 0;line-height:1.6;font-size:1.05rem}.Featured-placeholder{border:1px solid rgba(202,211,245,.16);background-color:#363a4f99;border-radius:8px;padding:1.5rem}.Featured-placeholder h3{color:#e4e9ff;margin:0 0 .75rem}.Featured-placeholder p{margin:0 0 1rem;line-height:1.55}@media(max-width:800px){.Featured{width:min(100% - 2rem,72rem);grid-template-columns:1fr;margin-top:4rem}.Featured-title{font-size:1.6rem}}.featuredProjects{display:grid;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:1rem;margin-top:2rem;padding-bottom:4rem}.project_card{border:1px solid rgba(202,211,245,.16);background-color:#363a4f9e;border-radius:8px;padding:1.5rem;color:#cad3f5;cursor:pointer;font-family:Space Grotesk,sans-serif;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.project_card:hover{border-color:#f5a97f6b;background-color:#363a4fc7;transform:translateY(-2px)}.project_card-featured{min-height:auto}.project_card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.project_card h3{margin:0;color:#e4e9ff;font-size:1.35rem}.project_card-badge{color:#f5a97f;border:1px solid rgba(245,169,127,.35);border-radius:999px;padding:.25rem .65rem;font-size:.8rem;white-space:nowrap}.project_card-description{margin:1rem 0;line-height:1.55}.project_card-tech-list{display:flex;flex-wrap:wrap;gap:.5rem}.project_card-tech{color:#e4e9ff;background-color:#f5a97f1f;border:1px solid rgba(245,169,127,.22);border-radius:999px;padding:.3rem .65rem;font-size:.85rem}.project_card-commit{margin:1.25rem 0 0;color:#cad3f5;line-height:1.45}.project_card-commit span{display:block;color:#f5a97f;font-size:.85rem;margin-bottom:.25rem}body.project_readme-open{overflow:hidden}.project_readme-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#181926d1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.project_readme-modal{width:min(900px,100%);max-height:min(82vh,760px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(202,211,245,.18);border-radius:8px;background-color:#24273a;color:#cad3f5;box-shadow:0 24px 70px #00000059;font-family:Space Grotesk,sans-serif}.project_readme-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid rgba(202,211,245,.12)}.project_readme-header h2{margin:0;color:#e4e9ff;font-size:1.15rem}.project_readme-close{width:2.25rem;height:2.25rem;flex:0 0 auto;border:1px solid rgba(245,169,127,.35);border-radius:50%;background-color:#f5a97f1f;color:#f5a97f;cursor:pointer;font:inherit;font-size:1rem}.project_readme-close:hover,.project_readme-close:focus-visible{background-color:#f5a97f33;outline:none}.project_readme-content{margin:0;padding:1.5rem;overflow:auto;color:#cad3f5;font-size:.95rem;line-height:1.65}.project_readme-content-header{margin:1.4rem 0 .55rem;color:#f5a97f;font-size:1.05rem}.project_readme-content-header:first-child{margin-top:0}.project_readme-line{margin:0;white-space:pre-wrap}@media(max-width:700px){.project_readme-overlay{align-items:stretch;padding:1rem}.project_readme-modal{max-height:100%}}.Contact{width:min(72rem,calc(100% - 4rem));margin:6rem auto 0;display:flex;grid-template-columns:minmax(0,.85fr) minmax(20rem,1.15fr);gap:2rem;color:#cad3f5;font-family:Space Grotesk,sans-serif;flex-direction:column}.Contact-heading{padding-top:.5rem}.Contact-label{margin:0 0 .75rem;color:#f5a97f;font-weight:700}.Contact h2{color:#e4e9ff;margin:0;font-size:2rem}.Contact-heading p:last-child{line-height:1.6;font-size:1.05rem}.Contact-form{border:1px solid rgba(202,211,245,.16);background-color:#363a4f99;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.Contact-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.Contact label{display:flex;flex-direction:column;gap:.45rem;color:#e4e9ff}.Contact input,.Contact textarea{width:100%;box-sizing:border-box;border:1px solid rgba(202,211,245,.18);border-radius:8px;background-color:#24273a;color:#e4e9ff;padding:.8rem .9rem;outline:none}.Contact input:focus,.Contact textarea:focus{border-color:#f5a97fbf}.Contact textarea{resize:vertical;min-height:10rem}.Contact-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.Contact button{border:1px solid rgba(245,169,127,.55);border-radius:8px;background-color:#f5a97f;color:#24273a;padding:.8rem 1rem;font-weight:700;cursor:pointer}.Contact button:disabled{cursor:default;opacity:.7}.Contact-status{margin:0}.Contact-status-success{color:#a6da95}.Contact-status-error{color:#ed8796}@media(max-width:800px){.Contact{width:min(100% - 2rem,72rem);grid-template-columns:1fr;margin-top:4rem}.Contact-row{grid-template-columns:1fr}}.Commits{width:min(72rem,calc(100% - 4rem));margin:6rem auto 0;padding-bottom:4rem;color:#cad3f5;font-family:Space Grotesk,sans-serif}.Commits-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.Commits-label{margin:0 0 .5rem;color:#f5a97f;font-weight:700}.Commits h2{margin:0;color:#e4e9ff;font-size:2rem}.Commits-list{display:grid;gap:.75rem}.Commit{border:1px solid rgba(202,211,245,.16);background-color:#363a4f70;border-radius:8px;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.Commit h3{margin:0;color:#e4e9ff;font-size:1rem;line-height:1.35}.Commit p{margin:.35rem 0 0}.Commit time{color:#f5a97f;white-space:nowrap}.Commits-status{margin:0}@media(max-width:700px){.Commits{width:min(100% - 2rem,72rem);margin-top:4rem}.Commits-heading,.Commit{align-items:flex-start;flex-direction:column}}.about{min-height:100vh;background-color:#24273a}.about-content{padding-bottom:4rem}.about-intro{width:min(72rem,calc(100% - 4rem));margin:4rem auto 0;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(16rem,.8fr);gap:2.5rem;align-items:center;color:#cad3f5;font-family:Space Grotesk,sans-serif}.about-label{margin:0 0 .75rem;color:#f5a97f;font-weight:700}.about h1{margin:0;color:#e4e9ff;font-size:2.5rem;line-height:1.15}.about-text{margin-top:1.25rem;font-size:1.05rem;line-height:1.65}.about-emphasis{color:#f5a97f}.about-photo{width:100%;max-height:32rem;object-fit:cover;border-radius:8px;border:1px solid rgba(202,211,245,.16)}@media(max-width:850px){.about-intro{width:min(100% - 2rem,72rem);grid-template-columns:1fr;margin-top:3rem}.about h1{font-size:2rem}.about-photo{max-height:26rem}}.Projects{min-height:100vh;background-color:#24273a}.Projects-content{width:min(72rem,calc(100% - 4rem));margin:4rem auto 0;color:#cad3f5;font-family:Space Grotesk,sans-serif}.Projects-heading{max-width:46rem}.Projects-label{margin:0 0 .75rem;color:#f5a97f;font-weight:700}.Projects-heading h1{margin:0;color:#e4e9ff;font-size:2.5rem}.Projects-heading p:last-child{line-height:1.6;font-size:1.05rem}.Projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:1rem;margin-top:2rem;padding-bottom:4rem}.Projects-status{margin:2rem 0 0;color:#cad3f5}@media(max-width:700px){.Projects-content{width:min(100% - 2rem,72rem);margin-top:3rem}.Projects-heading h1{font-size:2rem}}
