@import "https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--color-bg:#000;--color-text:#fff;--color-text-muted:#888;--color-accent:#00f0ff;--color-border:#ffffff4d;--font-main:"Inter Tight", sans-serif;--font-mono:"JetBrains Mono", monospace;--section-padding:8rem 0}::selection{color:#fff;background-color:#fff3}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;line-height:1.4;overflow-x:clip}body{zoom:.8;min-width:320px}.site-grid-lines{z-index:-1;pointer-events:none;background-image:linear-gradient(to right, transparent calc(50% - .5px), var(--color-border) calc(50% - .5px), var(--color-border) calc(50% + .5px), transparent calc(50% + .5px)), linear-gradient(to bottom, transparent calc(50% - .5px), var(--color-border) calc(50% - .5px), var(--color-border) calc(50% + .5px), transparent calc(50% + .5px));background-position:top;background-repeat:repeat;background-size:min(12.5vw,175px) min(12.5vw,175px);position:fixed;inset:0;-webkit-mask-image:linear-gradient(#0000001a 0%,#000 100%);mask-image:linear-gradient(#0000001a 0%,#000 100%)}.site-grid-lines div{display:none}.site-grid-lines:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000 0%,#0f8cff00 30%,#0f8cff66 50%,#0f8cff00 70%,#0000 100%);width:100%;height:100%;animation:11s ease-in-out infinite alternate gridScanner;position:absolute;top:0;left:-100%}@keyframes gridScanner{0%{transform:translate(-25%)}to{transform:translate(125%)}}.crt-overlay{z-index:9999;pointer-events:none;opacity:.15;background:linear-gradient(#12101000 50%,#00000040 50%) 0 0/100% 4px;animation:.15s infinite crtFlicker;position:fixed;inset:0}@keyframes crtFlicker{0%{opacity:.15}50%{opacity:.17}to{opacity:.15}}.mono-text{font-family:var(--font-mono);letter-spacing:.05em}.tech-marker{font-family:var(--font-mono);letter-spacing:.1em;color:var(--color-accent);text-transform:uppercase;opacity:.8;font-size:.85rem}.container{grid-template-columns:repeat(8,1fr);max-width:1400px;margin:0 auto;padding:0;display:grid}body{min-width:320px}.App{z-index:0;position:relative}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}ul{list-style:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit;transition:all .2s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes drawBorder{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}@keyframes wordSwap{0%{opacity:0;filter:blur(8px);transform:translateY(10px)}10%{opacity:1;filter:blur();transform:translateY(0)}90%{opacity:1;filter:blur();transform:translateY(0)}to{opacity:0;filter:blur(8px);transform:translateY(-10px)}}.animate-word-swap{animation:5s ease-in-out forwards wordSwap}.delay-1{opacity:0;animation-delay:.2s}.delay-2{opacity:0;animation-delay:.4s}.delay-3{opacity:0;animation-delay:.6s}.container{width:100%;max-width:1200px;margin:0 auto}.hero-section{background:0 0;min-height:100vh;position:relative;overflow:hidden}.hero-shell{background:0 0;min-height:100vh;padding:7.5rem 2rem 3rem;position:relative}.hero-layout{z-index:1;flex-direction:column;justify-content:center;align-items:flex-start;min-height:calc(100vh - 10.5rem);display:flex;position:relative}.hero-copy{max-width:560px;color:var(--color-hero-ink)}.hero-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#132037eb;margin-bottom:1rem;font-size:.75rem;font-weight:700}.hero-title{letter-spacing:-.045em;margin-bottom:1.25rem;font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:500;line-height:1.1}.hero-description{max-width:36rem;color:var(--color-hero-muted);margin-bottom:2rem;font-size:clamp(1rem,1.8vw,1.35rem);line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-button{border-radius:16px;justify-content:center;align-items:center;gap:.7rem;min-height:60px;padding:.95rem 1.55rem;font-size:1rem;font-weight:600;transition:transform .25s,box-shadow .25s,background-color .25s;display:inline-flex}.hero-button:hover{opacity:1;transform:translateY(-2px)}.hero-button--primary{color:#00f0ff;background:0 0;border:1px solid #00f0ff;box-shadow:0 0 15px #00f0ff33,inset 0 0 10px #00f0ff1a}.hero-button--primary:hover{background:#00f0ff1a;box-shadow:0 0 25px #00f0ff66,inset 0 0 15px #00f0ff33}.hero-button--secondary{color:var(--color-hero-ink);border-color:var(--color-hero-line);background:#ffffff0d}.hero-button--secondary:hover{background:#ffffff1a;box-shadow:0 0 15px #ffffff0d}.section-title{font-size:2.5rem;font-weight:800;font-family:var(--font-main);letter-spacing:-.02em;color:var(--color-hero-ink);margin-bottom:3rem;display:inline-block;position:relative}.section-title:after{content:"";background-color:var(--color-hero-dot-accent);width:60px;height:2px;transition:width .3s,box-shadow .3s;position:absolute;bottom:-10px;left:0;box-shadow:0 0 8px #0f8cff80}.section-title:hover:after{width:100%;box-shadow:0 0 15px #0f8cffcc,0 0 30px #0f8cff99,0 0 45px #0f8cff66}#projects,#skills,#contact{min-height:100vh;padding:var(--section-padding);color:var(--color-hero-ink);background:0 0;align-items:center;display:flex;position:relative}#projects p,#skills p,#contact p,#skills ul,#skills li{color:var(--color-hero-muted)}#projects .project-card,#skills .skill-card{-webkit-backdrop-filter:blur(12px)saturate(180%);color:var(--color-hero-ink);background:#fff9;border:1px solid #1320371a}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:3rem;display:grid}.project-card{clip-path:polygon(0 20px,20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%);background:#050505;flex-direction:column;min-height:100%;transition:transform .3s,filter .3s;display:flex;position:relative;overflow:hidden}.project-card:before{content:"";background:radial-gradient(circle at top right, var(--project-accent-glow), transparent 45%);opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.project-card:hover{border-color:#0f8cff38;transform:translateY(-8px);box-shadow:0 24px 60px #13203724,inset 0 1px #ffffffe6}.project-card:hover:before{opacity:1}.project-card__banner{isolation:isolate;color:#fff;background:radial-gradient(circle at 14% 100%, #ffffff2e, transparent 32%), radial-gradient(circle at 100% 0%, #ffffff2e, transparent 26%), linear-gradient(135deg, var(--project-accent-from) 0%, var(--project-accent-from) 24%, var(--project-accent-mid) 46%, var(--project-accent-mid) 64%, var(--project-accent-to) 82%, var(--project-accent-to) 100%);background-position:0 100%,100% 0,0 0;background-size:140% 140%,145% 145%,220% 220%;flex-direction:column;justify-content:flex-end;gap:.8rem;min-height:260px;padding:1.7rem;animation:14s ease-in-out infinite alternate projectBannerGradientShift;display:flex;position:relative;overflow:hidden}.project-card__banner>:not(.project-card__atmosphere){z-index:1;position:relative}.project-card__banner:after{content:"";z-index:1;background:#ffffff2e;height:1px;position:absolute;inset:auto 1.7rem 0}.project-card__eyebrow{letter-spacing:.18em;text-transform:uppercase;opacity:.82;font-size:.72rem;font-weight:700}.project-card__title{letter-spacing:-.04em;max-width:14ch;font-size:clamp(1.8rem,2.2vw,2.4rem);font-weight:700;line-height:1.1}.project-card__content{flex-direction:column;flex:1;padding:1.75rem;display:flex}.project-card__description{color:var(--color-hero-muted);flex:1;margin-bottom:1.8rem;font-size:1.02rem;line-height:1.75}.project-card__tags{flex-wrap:wrap;gap:.7rem;margin-bottom:1.6rem;display:flex}.project-card__tag{min-height:2.2rem;color:var(--color-hero-dot-accent);letter-spacing:.02em;background:#ffffffb3;border:1px solid #0f8cff3d;border-radius:999px;align-items:center;padding:.45rem .95rem;font-size:.82rem;font-weight:600;display:inline-flex}.project-card__actions{border-top:1px solid #1320371f;flex-wrap:wrap;gap:1rem;padding-top:1.4rem;display:flex}.project-card__link{color:var(--color-hero-muted);align-items:center;gap:.55rem;font-size:.96rem;font-weight:600;text-decoration:none;transition:color .2s,opacity .2s,transform .2s;display:inline-flex}.project-card__link:hover{opacity:1;color:var(--color-hero-dot-accent);transform:translate(2px)}.project-card__link--disabled{opacity:.35;cursor:default}@keyframes projectBannerGradientShift{0%{background-position:0 100%,100% 0,0 0}35%{background-position:14% 72%,86% 18%,34% 18%}70%{background-position:8% 84%,96% 10%,72% 36%}to{background-position:18% 68%,82% 22%,100% 52%}}a{color:inherit;text-decoration:none}.nav-link{font-family:var(--font-main);letter-spacing:-.02em;opacity:.6;font-size:1.05rem;transition:opacity .2s,color .2s}.nav-link:hover{opacity:1}.text-gradient{background:linear-gradient(135deg,#0f8cff 0%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hover-gradient{transition:all .3s}.hover-gradient:hover{background:linear-gradient(135deg,#00f0ff 0%,#f05 33%,#a855f7 66%,#00f0ff 100%) 0 0/200%;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 15px #00f0ffcc);-webkit-background-clip:text;background-clip:text;animation:3s linear infinite shimmer}@keyframes shimmer{to{background-position:200%}}.cursor-reticle{pointer-events:none;z-index:9999;will-change:transform;width:40px;height:40px;position:fixed;top:0;left:0}.cursor-reticle__ring{border:1px dashed var(--color-accent);border-radius:50%;animation:8s linear infinite spin;position:absolute;inset:0;box-shadow:0 0 10px #00f0ff66,inset 0 0 10px #00f0ff66}.cursor-reticle__dot{background:var(--color-accent);width:4px;height:4px;box-shadow:0 0 8px var(--color-accent);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cursor-reticle__crosshair{background:var(--color-accent);opacity:.5;position:absolute}.cursor-reticle__crosshair.x{height:1px;top:50%;left:-10px;right:-10px;transform:translateY(-50%)}.cursor-reticle__crosshair.y{width:1px;top:-10px;bottom:-10px;left:50%;transform:translate(-50%)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.glitch-hover{transition:text-shadow .2s;display:inline-block;position:relative}.glitch-hover:hover{text-shadow:2px 0 #00f0ff,-2px 0 #f05}@media (width<=1279px){.hero-layout{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr)}.hero-map__cluster--center{width:460px}.cursor-orb{width:66px;height:66px}}@media (width<=1023px){.hero-shell{padding-top:7rem}.hero-layout{grid-template-columns:1fr;gap:2rem;min-height:auto}.hero-copy{max-width:100%}.hero-visual{min-height:360px}.hero-map__cluster--north{width:180px;right:14%}.hero-map__cluster--center{width:min(100%,430px);top:22%;right:2%}.hero-map__cluster--east{width:180px;bottom:0}}@media (width<=1023px),(pointer:coarse){.cursor-orb{display:none}}@media (width<=767px){.hero-shell{padding:6.75rem 1.25rem 2rem}.hero-title{font-size:clamp(2.8rem,14vw,4.4rem)}.hero-description{font-size:1rem}.hero-button{width:100%}.hero-visual{min-height:300px}.hero-map__cluster--west,.hero-map__cluster--north{display:none}.hero-map__cluster--center{width:min(100%,340px);top:12%;left:0;right:auto}.hero-map__cluster--south{width:160px;left:2%}.hero-map__cluster--east{width:150px;right:0}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{border-radius:24px}.project-card__banner{min-height:190px;padding:1.4rem}.project-card__banner:after{inset-inline:1.4rem}.project-card__content{padding:1.4rem}.project-card__title{max-width:100%;font-size:1.85rem}.project-card__description{font-size:.98rem;line-height:1.68}}.skills-section{padding:var(--section-padding);z-index:1;position:relative}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.folder-card{cursor:pointer;text-align:left;will-change:transform;-webkit-backdrop-filter:blur(12px);background:#ffffffb8;border:1px solid #1320371f;border-radius:24px;flex-direction:column;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #1320371a,inset 0 1px #ffffffe6}.folder-card:hover{box-shadow:0 24px 60px #13203724, 0 0 0 1px #fffc inset, 0 0 60px var(--card-glow,#6366f126);border-color:#0f8cff38;transform:translateY(-10px)scale(1.02)}.folder-card__banner{background:linear-gradient(135deg, var(--card-from) 0%, var(--card-mid) 50%, var(--card-to) 100%);align-items:flex-start;height:120px;padding:1rem 1.2rem;display:flex;position:relative;overflow:hidden}.folder-card__banner-orb{filter:blur(22px);opacity:.55;pointer-events:none;border-radius:50%;position:absolute}.folder-card__banner-orb--a{background:#ffffff59;width:90px;height:90px;top:-20px;right:-10px}.folder-card__banner-orb--b{background:#fff3;width:60px;height:60px;bottom:-15px;left:20px}.folder-card__banner-label{z-index:1;letter-spacing:.18em;text-transform:uppercase;color:#ffffffbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0003;border:1px solid #fff3;border-radius:999px;padding:.25rem .7rem;font-size:.68rem;font-weight:700;position:relative}.folder-card__body{background:#ffffffd1;border-top:1px solid #13203712;flex-direction:column;gap:1rem;padding:1.4rem 1.5rem 1.5rem;transition:background .4s;display:flex}.folder-card__title-row{color:var(--color-hero-ink);align-items:flex-start;gap:.65rem;display:flex}.folder-card__icon{color:var(--color-hero-muted);flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.folder-card__title{letter-spacing:-.01em;color:var(--color-hero-ink);font-size:1.02rem;font-weight:700;line-height:1.35}.folder-card__meta{justify-content:space-between;align-items:center;display:flex}.folder-card__count{color:var(--color-hero-ink);align-items:baseline;gap:.35rem;display:flex}.folder-card__count strong{color:var(--color-hero-ink);font-size:1.7rem;font-weight:800;line-height:1}.folder-card__count em{color:var(--color-hero-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-style:normal;font-weight:500}.folder-card__hint{color:var(--color-hero-muted);opacity:.55;letter-spacing:.02em;font-size:.75rem;font-weight:500;transition:color .2s,opacity .2s}.folder-card:hover .folder-card__hint{opacity:1;color:var(--color-hero-dot-accent)}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(40px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes skillItemIn{0%{opacity:0;transform:translate(-14px)}to{opacity:1;transform:translate(0)}}.skill-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(14px);background:#13203759;justify-content:center;align-items:center;padding:1.5rem;animation:.25s forwards backdropFadeIn;display:flex;position:fixed;inset:0}.skill-modal{width:100%;max-width:480px;max-height:90vh;box-shadow:0 32px 80px #1320372e, 0 0 0 1px #ffffffe6 inset, 0 0 100px var(--modal-glow,#6366f11f);-webkit-backdrop-filter:blur(20px);background:#ffffffe0;border:1px solid #1320371a;border-radius:28px;flex-direction:column;animation:.35s cubic-bezier(.34,1.56,.64,1) forwards modalSlideUp;display:flex;position:relative;overflow:hidden}.skill-modal__banner{background:linear-gradient(135deg, var(--modal-from) 0%, var(--modal-mid) 50%, var(--modal-to) 100%);align-items:flex-end;min-height:140px;padding:2rem 2rem 1.5rem;display:flex;position:relative;overflow:hidden}.skill-modal__banner-orb{filter:blur(28px);opacity:.5;pointer-events:none;border-radius:50%;position:absolute}.skill-modal__banner-orb--a{background:#ffffff4d;width:140px;height:140px;top:-40px;right:-20px}.skill-modal__banner-orb--b{background:#ffffff2e;width:80px;height:80px;bottom:-20px;left:30px}.skill-modal__banner-content{z-index:1;color:#fff;align-items:center;gap:1rem;display:flex;position:relative}.skill-modal__icon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff2e;border:1px solid #ffffff40;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.skill-modal__subtitle{letter-spacing:.18em;text-transform:uppercase;color:#ffffffa6;margin-bottom:.2rem;font-size:.68rem;font-weight:700}.skill-modal__title{letter-spacing:-.025em;color:#fff;font-size:1.35rem;font-weight:800;line-height:1.2}.skill-modal__close{z-index:10;color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .2s;display:flex;position:absolute;top:1rem;right:1rem}.skill-modal__close:hover{background:#ffffff47;transform:scale(1.1)}.skill-modal__body{scrollbar-width:thin;scrollbar-color:#13203726 transparent;flex:1;padding:1.75rem 2rem 2rem;overflow-y:auto}.skill-modal__body::-webkit-scrollbar{width:4px}.skill-modal__body::-webkit-scrollbar-thumb{background:#13203726;border-radius:99px}.skill-modal__count-label{letter-spacing:.06em;color:var(--color-hero-muted);text-transform:uppercase;border-bottom:1px solid var(--color-hero-line);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:.78rem;font-weight:600}.skill-modal__count-label strong{color:var(--color-hero-ink);font-size:1.05rem;font-weight:800}.skill-modal__list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.skill-modal__item{color:var(--color-hero-ink);background:#1320370a;border:1px solid #13203714;border-radius:12px;align-items:center;gap:.85rem;padding:.7rem 1rem;font-size:1.02rem;font-weight:500;transition:background .2s,color .2s,transform .2s;animation:.35s cubic-bezier(.16,1,.3,1) both skillItemIn;display:flex}.skill-modal__item:hover{color:var(--color-hero-dot-accent);background:#0f8cff0f;border-color:#0f8cff2e;transform:translate(4px)}.skill-modal__dot{background:linear-gradient(135deg, var(--modal-from), var(--modal-to));border-radius:50%;flex-shrink:0;width:7px;height:7px}@media (width<=640px){.skills-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.skill-modal{border-radius:24px;max-width:100%}.skill-modal__banner{min-height:120px;padding:1.5rem 1.5rem 1.25rem}.skill-modal__body{padding:1.5rem}}html.dark .skill-modal-backdrop{background:#050512cc!important}html.dark .skill-modal{box-shadow:0 32px 80px #0009, 0 0 0 1px #ffffff0d inset, 0 0 120px var(--modal-glow,#6366f140)!important;-webkit-backdrop-filter:none!important;background:#0e0e1a!important;border-color:#ffffff1a!important}html.dark .skill-modal__body{scrollbar-color:#ffffff1f transparent!important}html.dark .skill-modal__body::-webkit-scrollbar-thumb{background:#ffffff1f!important}html.dark .skill-modal__count-label{color:#ffffff59!important;border-bottom-color:#ffffff14!important}html.dark .skill-modal__count-label strong{color:#ffffffb3!important}html.dark .skill-modal__item{color:#ffffffd1!important;background:#ffffff0a!important;border-color:#ffffff0f!important}html.dark .skill-modal__item:hover{color:#fff!important;background:#ffffff17!important;border-color:#ffffff1f!important}html.dark .hero-button--secondary{background:#ffffff12;border-color:#ffffff24}html.dark .hero-button--secondary:hover{background:#ffffff21}html.dark .project-card{filter:drop-shadow(0 0 1px #fff3);background:#050505!important;border:none!important}html.dark .project-card:hover{filter:drop-shadow(0 0 12px #00f0ff99)}html.dark .project-card__tag{color:#f05!important;text-shadow:0 0 8px #f056!important;background:0 0!important;border:1px solid #f05!important;border-radius:0!important}html.dark .project-card__actions{border-top-color:#ffffff14}html.dark .project-card__link{color:#c8d2e6a6}html.dark .project-card__link:hover{color:#60b8ff}html.dark .project-card__link--disabled{opacity:.25}html.dark .contact-btn-secondary{color:#e8e8e8!important;background:#ffffff0f!important;border-color:#ffffff1f!important}html.dark .contact-social-btn{color:#c8d2e6b3!important;background:#ffffff0f!important;border-color:#ffffff1a!important}html.dark .folder-card{clip-path:polygon(0 20px,20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%);filter:drop-shadow(0 0 1px #fff3);background:#050505!important;border:none!important;border-radius:0!important}html.dark .folder-card:hover{filter:drop-shadow(0 0 12px #f059)}html.dark .folder-card__body{background:0 0!important;border-top-color:#ffffff1a!important}html.dark .folder-card__title-row{color:#fff}html.dark .folder-card__icon{color:#ffffffa6}html.dark .folder-card__title{color:#f0f0f8}html.dark .folder-card__count{color:#ffffffd9}html.dark .folder-card__count strong{color:#fff}html.dark .folder-card__count em{color:#ffffff6b}html.dark .folder-card__hint{color:#ffffff4d;opacity:.8}html.dark .folder-card:hover .folder-card__hint{color:#ffffffb3;opacity:1}.site-footer{background-color:var(--color-hero-bg);border-top:1px solid var(--color-hero-line);text-align:center;padding:3rem 0;transition:background-color .4s,border-color .4s,color .4s}.project-card:hover .project-arrow,.contact-btn:hover .contact-arrow{transform:rotate(-45deg)}.project-card:hover .project-image{filter:grayscale(0%);transform:scale(1.02);opacity:1!important}.footer-logo{grid-column:1/3;align-items:center;padding-left:2rem;display:flex}.footer-links{font-family:var(--font-main);opacity:.6;grid-column:4/7;align-items:center;gap:2rem;font-size:.9rem;display:flex}.footer-social{opacity:.6;grid-column:7/9;justify-content:flex-end;align-items:center;gap:1.5rem;padding-right:2rem;display:flex}@media (width<=768px){.footer-logo{grid-column:1/9;justify-content:center;margin-bottom:1.5rem;padding-left:0}.footer-links{flex-wrap:wrap;grid-column:1/9;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.footer-social{grid-column:1/9;justify-content:center;padding-right:0}}.nav-logo{grid-column:1/4;align-items:center;padding-left:2rem;display:flex}.nav-logo a{letter-spacing:-.02em;font-size:1.25rem;font-weight:500;text-decoration:none}.nav-links{grid-column:4/9;justify-content:flex-end;align-items:center;gap:3rem;padding-right:2rem;display:flex}.nav-link.get-resume-btn{color:#10b981}.nav-mobile-toggle{z-index:101;background:0 0;border:none;grid-column:7/9;justify-content:flex-end;align-items:center;padding-right:2rem;display:none}.hamburger{cursor:pointer;width:24px;height:20px;position:relative}.hamburger span{background:var(--color-text);opacity:1;border-radius:2px;width:100%;height:2px;transition:all .25s ease-in-out;display:block;position:absolute;left:0;transform:rotate(0)}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:9px}.hamburger span:nth-child(3){top:18px}.hamburger.open span:first-child{top:9px;transform:rotate(135deg)}.hamburger.open span:nth-child(2){opacity:0;left:-20px}.hamburger.open span:nth-child(3){top:9px;transform:rotate(-135deg)}@media (width<=1023px){.nav-links{gap:1.5rem}}@media (width<=768px){.nav-logo{grid-column:1/5}.nav-mobile-toggle{display:flex}.nav-links{-webkit-backdrop-filter:blur(12px);border-left:1px solid var(--color-border);z-index:100;background:#0a0a0af2;flex-direction:column;justify-content:center;align-items:flex-start;width:250px;height:100vh;padding-left:3rem;transition:right .3s;position:fixed;top:0;right:-100%}.nav-links.open{right:0}}
