.hero-container{flex-direction:row;justify-content:space-between;align-items:center;gap:3rem;min-height:100vh;padding-top:5rem;padding-bottom:2rem;display:flex}.hero-me-container{z-index:10;flex-direction:column;flex:1 1 0;gap:1rem;display:flex}.hero-available{color:var(--success);background:var(--info);border:1px solid var(--primary);letter-spacing:.02em;border-radius:2rem;align-items:center;gap:.5rem;width:fit-content;padding:.3rem .875rem;font-size:clamp(.8rem,1.25vw,1rem);font-weight:700;display:inline-flex}.available-dot{background:var(--success);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.8)}}.hero-name{text-shadow:var(--shadow-hero);flex-wrap:wrap;gap:0 .35em;font-family:Algreya-Black;font-size:clamp(2.75rem,5.625vw,5.5rem);line-height:1.05;display:flex}.word-mask{vertical-align:bottom;padding-bottom:.06em;display:inline-block;overflow:hidden}.word-inner{display:inline-block}.hero-job-wrapper{align-items:center;min-height:2.5rem;display:flex}.hero-cursor{background:var(--primary);vertical-align:middle;border-radius:1px;width:2px;height:1em;margin-left:.125rem;animation:.75s step-end infinite blink-cursor;display:inline-block}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}.hero-job{color:var(--primary);font-family:Algreya-Bold;font-size:clamp(1.25rem,3vw,2rem)}.hero-bio{color:var(--text-muted);max-width:460px;font-size:clamp(.9rem,1.5vw,1.075rem);font-weight:500;line-height:1.65}.hero-currently{color:var(--text-muted);align-items:center;gap:.5rem;font-size:clamp(.75rem,1.25vw,.825rem);font-weight:600;display:flex}.currently-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text);font-size:clamp(.625rem,1.5vw,.75rem);font-weight:800}.currently-sep{color:var(--secondary);font-size:.875rem}.currently-item-wrapper{align-items:center;height:1.3em;display:flex;position:relative;overflow:hidden}.currently-item{white-space:nowrap}.hero-btn-container{flex-wrap:wrap;gap:.75rem;margin-top:.25rem;display:flex}.hero-btn{background-color:var(--bg-dark);border:1px solid var(--border-muted);box-shadow:var(--shadow-s);color:var(--text);cursor:pointer;border-radius:10em;align-items:center;gap:.375rem;padding:.625rem 1.25rem;font-family:Mada;font-size:clamp(.8rem,1.25vw,1rem);font-weight:700;text-decoration:none;display:flex}.primary-btn{background-color:var(--secondary);color:var(--bg-light);border-color:var(--secondary)}.hero-img-wrapper{flex:none;justify-content:center;align-items:center;display:flex}.hero-img{object-fit:cover;aspect-ratio:1;will-change:transform;filter:drop-shadow(0 20px 30px #00000040);border-radius:50%;width:clamp(260px,35vw,460px);height:auto}@media screen and (max-width:768px){.hero-container{flex-direction:column-reverse;padding-top:6rem;padding-bottom:3rem}.hero-img{width:clamp(180px,55vw,280px)}}
.about-section{padding-block:4rem}.about-card{background:var(--card-bg);border-top:1px solid var(--highlight);box-shadow:var(--shadow-s);border-radius:1.5rem;flex-direction:row;gap:2rem;margin-top:2rem;padding:2rem;display:flex}.about-left{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;display:flex}@property --ring-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.about-img-ring{background:conic-gradient(from var(--ring-angle),var(--primary),var(--info),var(--primary));box-shadow:var(--shadow-m);border-radius:1.125rem;padding:3px;animation:5s linear infinite spin-ring}@keyframes spin-ring{to{--ring-angle:360deg}}.about-img{object-fit:cover;border-radius:1rem;width:auto;height:clamp(180px,26vh,280px);display:block}.about-right{flex-direction:column;flex:1 1 0;justify-content:center;gap:1.25rem;min-width:0;display:flex}.about-bio{flex-direction:column;gap:.625rem;display:flex}.about-bio-lead{color:var(--text);font-family:Algreya-Bold;font-size:clamp(1rem,2vw,1.2rem);font-weight:700;line-height:1.4}.about-bio-body{color:var(--text-muted);font-size:clamp(.875rem,1.5vw,1rem);font-weight:500;line-height:1.75}.about-edu-card{background:var(--bg-dark);border:1px solid var(--border-muted);border-radius:.875rem;align-items:center;gap:.875rem;padding:.875rem 1.125rem;display:flex}.about-edu-icon{color:var(--primary);flex-shrink:0;align-items:center;display:flex}.about-edu-degree{color:var(--text);font-size:.9375rem;font-weight:700;line-height:1.3}.about-edu-meta{color:var(--text-muted);margin-top:.2rem;font-size:.8125rem;font-weight:600}.about-tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag{background:var(--primary);color:var(--text-white);cursor:default;letter-spacing:.01em;border-radius:2rem;padding:.3rem .75rem;font-size:clamp(.75rem,1.25vw,.8125rem);font-weight:700}@media screen and (max-width:768px){.about-card{flex-direction:column;gap:1.5rem;padding:1.5rem}.about-left{align-items:center}.about-img{aspect-ratio:1;width:clamp(120px,45vw,200px);height:auto}}
.section-title{text-align:center;padding-block:.5rem}.projects-section{padding-block:4rem}.projects-wrapper{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.project-tilt-wrapper{perspective:900px;flex:450px;max-width:760px}.project-tilt-wrapper--featured{flex:420px;max-width:calc(50% - .5rem)}.project-container{background:var(--card-bg);height:100%;min-height:22vh;box-shadow:var(--shadow-s);border-top:1px solid var(--highlight);border-radius:1.125rem;flex-direction:column;justify-content:space-between;padding:1.25rem;display:flex;position:relative;overflow:hidden}.project-tilt-wrapper--featured .project-container{border-top-color:var(--primary);min-height:28vh;padding:1.5rem}.project-featured-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);border:1px solid var(--primary);opacity:.85;border-radius:2rem;width:fit-content;margin-bottom:.375rem;padding:.15rem .6rem;font-size:.6875rem;font-weight:700;display:inline-block}.card-glow{border-radius:inherit;pointer-events:none;z-index:0;position:absolute;inset:0}.project-main,.project-stack-wrapper{z-index:1;position:relative}.project-main{flex-direction:column;gap:.375rem;display:flex}.project-title-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.project-title{font-family:Algreya-Bold;font-size:clamp(1.125rem,2.5vw,1.375rem)}.project-status-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--secondary);border:1px solid var(--secondary);opacity:.9;white-space:nowrap;border-radius:2rem;padding:.15rem .55rem;font-size:.625rem;font-weight:700}.project-status-badge--live{color:var(--success);border-color:var(--success)}.project-description{color:var(--text-muted);font-size:clamp(.8125rem,1.5vw,.9375rem);font-weight:500;line-height:1.6}.project-stack-wrapper{justify-content:space-between;align-items:flex-end;gap:.5rem;padding-top:1rem;display:flex}.project-stack-container{flex-wrap:wrap;gap:.375rem;display:flex}.stack-item{color:var(--text-muted);background:var(--bg-dark);border:1px solid var(--border-muted);border-radius:2rem;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.75rem;font-weight:600;display:flex}.project-github-link{background:var(--bg-dark);border:1px solid var(--border-muted);box-shadow:var(--shadow-s);white-space:nowrap;color:var(--text);border-radius:2rem;flex-shrink:0;align-items:center;gap:.25rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:700;transition:border-color .2s,color .2s;display:flex}.project-github-link:hover{border-color:var(--primary);color:var(--primary)}.github-profile{width:fit-content;color:var(--primary);text-shadow:var(--shadow-s);margin:2rem auto;font-weight:600;text-decoration:underline;display:flex}@media screen and (max-width:768px){.project-tilt-wrapper--featured{max-width:100%}}
.skills-section{padding-block:4rem}.skills-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2rem;display:grid}@media screen and (max-width:900px){.skills-grid{grid-template-columns:repeat(2,1fr)}}.skills-group{background:var(--card-bg);border-top:1px solid var(--highlight);box-shadow:var(--shadow-s);border-radius:1rem;padding:1.25rem 1.5rem}.skills-group-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1rem;font-size:.75rem;font-weight:700}.skills-list{flex-direction:column;gap:0;display:flex}.skill-item{color:var(--text);align-items:center;gap:.625rem;padding-block:.5rem;font-size:.9375rem;font-weight:600;transition:color .2s;display:flex;position:relative}.skill-item:hover{color:var(--brand-color)}.skill-bar{background:var(--brand-color);opacity:.5;border-radius:1px;width:100%;height:1.5px;position:absolute;bottom:0;left:0}@media screen and (max-width:640px){.skills-grid{flex-direction:column;gap:0;margin-top:1.5rem;display:flex}.skills-group{box-shadow:none;border:none;border-bottom:1px solid var(--border-muted);background:0 0;border-radius:0;flex-direction:row;align-items:flex-start;gap:.875rem;padding:.75rem 0;display:flex}.skills-group:last-child{border-bottom:none}.skills-group-label{width:78px;min-width:78px;margin-bottom:0;padding-top:.3rem;font-size:.6875rem;line-height:1.4}.skills-list{flex-flow:wrap;gap:.375rem}.skill-item{background:var(--bg-dark);border:1px solid var(--border-muted);padding:.25rem .625rem;border-radius:2rem;gap:.3rem;padding-block:.25rem;font-size:.8rem}.skill-bar{display:none}}
.contact-section{padding-block:4rem}.contact-wrapper{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:580px;margin-inline:auto;display:flex}.contact-title{font-family:Algreya-Black;font-size:clamp(2rem,5vw,3.5rem)}.contact-subtitle{color:var(--text-muted);font-size:clamp(.9rem,1.5vw,1.05rem);line-height:1.7}.contact-email-btn{background:var(--primary);color:var(--text-white);box-shadow:var(--shadow-m);border-radius:2rem;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:clamp(.875rem,1.5vw,1rem);font-weight:700;transition:opacity .2s;display:flex}.contact-email-btn:hover{opacity:.9}.contact-links{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.contact-social-btn{background:var(--bg-dark);border:1px solid var(--border-muted);box-shadow:var(--shadow-s);border-radius:2rem;align-items:center;gap:.375rem;padding:.5rem 1.125rem;font-size:.875rem;font-weight:700;transition:border-color .2s,color .2s;display:flex}.contact-social-btn:hover{border-color:var(--primary);color:var(--primary)}
.footer{border-top:1px solid var(--border-muted);padding-block:2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding-inline:1rem;display:flex}.footer-name{font-family:Algreya-Bold;font-size:1rem}.footer-copy{color:var(--text-muted);font-size:.875rem}.footer-links{color:var(--text-muted);gap:1rem;display:flex}.footer-links a{align-items:center;transition:color .2s;display:flex}.footer-links a:hover{color:var(--primary)}@media screen and (max-width:480px){.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:.5rem}}
.navbar{z-index:100;transition:background .3s,border-bottom .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0;right:0}.navbar-scrolled{background:var(--navbar-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-muted)}.navbar-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.navbar-logo{color:var(--text);cursor:pointer;letter-spacing:-.02em;background:0 0;border:none;font-family:Algreya-Black;font-size:1.5rem}.navbar-links{gap:.125rem;list-style:none;display:flex}.navbar-link{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:2rem;padding:.375rem .75rem;font-family:Mada;font-size:.875rem;font-weight:600;transition:color .2s,background .2s}.navbar-link:hover{color:var(--text);background:var(--bg-dark)}@media screen and (max-width:600px){.navbar-inner{padding:.875rem 1rem}.navbar-links{gap:0}.navbar-link{padding:.25rem .5rem;font-size:.75rem}.navbar-logo{font-size:1.25rem}}
.progress-bar-container{background:var(--primary);z-index:50;width:100%;height:5px;position:fixed;top:0;left:0}.progress-bar{background:var(--secondary);transform-origin:0%;opacity:.8;height:100%}
