.Navbar-module__cJzEcG__nav{width:100%;height:var(--navbar-height);background:var(--surface);border-bottom:1px solid var(--border);z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#161b22f2;align-items:center;display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}.Navbar-module__cJzEcG__logo{color:var(--foreground);border-radius:var(--radius-sm);background:var(--surface-hover);border:1px solid var(--border);font-size:1rem;font-weight:700;font-family:var(--font-mono);align-items:center;gap:8px;padding:6px 12px;display:flex}.Navbar-module__cJzEcG__logoIcon{color:var(--accent-blue)}.Navbar-module__cJzEcG__links{gap:8px;display:flex}.Navbar-module__cJzEcG__link{color:var(--foreground-muted);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;transition:all .2s;display:flex}.Navbar-module__cJzEcG__link:hover,.Navbar-module__cJzEcG__activeLink{color:var(--foreground);background:var(--surface-hover)}
.Hero-module__ZARIfG__hero{min-height:100vh;padding-top:var(--navbar-height);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__intro{z-index:10;max-width:600px}.Hero-module__ZARIfG__greeting{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--accent-blue);align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:.9rem;font-weight:500;display:inline-flex}.Hero-module__ZARIfG__headline{letter-spacing:-.03em;background:linear-gradient(135deg,#fff 0%,#888 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:4rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__description{color:var(--foreground-muted);margin-bottom:40px;font-size:1.25rem;line-height:1.6}.Hero-module__ZARIfG__actions{gap:16px;display:flex}.Hero-module__ZARIfG__primaryButton{background:var(--accent-blue);color:#fff;border-radius:var(--radius-md);align-items:center;gap:8px;padding:14px 28px;font-weight:600;transition:transform .2s;display:flex}.Hero-module__ZARIfG__primaryButton:hover{background:#4a9eff;transform:translateY(-2px)}.Hero-module__ZARIfG__secondaryButton{background:var(--surface);border:1px solid var(--border);color:var(--foreground);border-radius:var(--radius-md);padding:14px 28px;font-weight:600;transition:all .2s}.Hero-module__ZARIfG__secondaryButton:hover{background:var(--surface-hover);border-color:var(--foreground-muted)}.Hero-module__ZARIfG__editorWindow{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:500px;font-family:var(--font-mono);margin-left:60px;display:none;overflow:hidden;box-shadow:0 20px 50px -10px #00000080}.Hero-module__ZARIfG__windowHeader{background:var(--surface-hover);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:12px 16px;display:flex}.Hero-module__ZARIfG__dot{border-radius:50%;width:12px;height:12px}.Hero-module__ZARIfG__dotRed{background:#ff5f56}.Hero-module__ZARIfG__dotYellow{background:#ffbd2e}.Hero-module__ZARIfG__dotGreen{background:#27c93f}.Hero-module__ZARIfG__fileName{color:var(--foreground-muted);margin-left:12px;font-size:.8rem}.Hero-module__ZARIfG__windowContent{padding:24px;font-size:.9rem;line-height:1.6}.Hero-module__ZARIfG__line{display:flex}.Hero-module__ZARIfG__lineNumber{color:var(--border);text-align:right;-webkit-user-select:none;user-select:none;width:30px;margin-right:16px}@media (min-width:1024px){.Hero-module__ZARIfG__hero{justify-content:space-between}.Hero-module__ZARIfG__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Hero-module__ZARIfG__editorWindow{display:block}}
.Projects-module__2BoJ-q__section{padding:100px 0}.Projects-module__2BoJ-q__header{text-align:center;margin-bottom:60px}.Projects-module__2BoJ-q__title{background:linear-gradient(135deg,#fff 0%,#888 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:2.5rem;font-weight:700}.Projects-module__2BoJ-q__subtitle{color:var(--foreground-muted);font-size:1.1rem}.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;display:grid}.Projects-module__2BoJ-q__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;height:100%;transition:all .3s;display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__card:hover{border-color:var(--accent-blue);transform:translateY(-8px);box-shadow:0 20px 40px -20px #00000080}.Projects-module__2BoJ-q__cardPreview{background:linear-gradient(135deg,var(--surface-hover),var(--background));border-bottom:1px solid var(--border);justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__previewIcon{color:var(--foreground-muted);opacity:.2;transition:all .3s}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__previewIcon{color:var(--accent-blue);opacity:1;transform:scale(1.1)}.Projects-module__2BoJ-q__cardContent{flex-direction:column;flex:1;padding:24px;display:flex}.Projects-module__2BoJ-q__projectTitle{color:var(--foreground);margin-bottom:12px;font-size:1.5rem;font-weight:700}.Projects-module__2BoJ-q__projectDesc{color:var(--foreground-muted);flex:1;margin-bottom:24px;line-height:1.6}.Projects-module__2BoJ-q__techStack{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.Projects-module__2BoJ-q__techTag{border-radius:var(--radius-full);background:var(--surface-hover);color:var(--accent-blue);border:1px solid #0000;padding:4px 10px;font-size:.8rem}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__techTag{border-color:#58a6ff33}.Projects-module__2BoJ-q__links{border-top:1px solid var(--border);gap:16px;margin-top:auto;padding-top:16px;display:flex}.Projects-module__2BoJ-q__linkButton{color:var(--foreground);align-items:center;gap:8px;font-size:.9rem;font-weight:500;transition:color .2s;display:inline-flex}.Projects-module__2BoJ-q__linkButton:hover{color:var(--accent-blue)}
.Skills-module__G7oUEG__section{padding:100px 0}.Skills-module__G7oUEG__header{text-align:center;margin-bottom:60px}.Skills-module__G7oUEG__title{background:linear-gradient(135deg,#fff 0%,#888 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:2.5rem;font-weight:700}.Skills-module__G7oUEG__subtitle{color:var(--foreground-muted);font-size:1.1rem}.Skills-module__G7oUEG__categoryGroup{margin-bottom:60px}.Skills-module__G7oUEG__categoryTitle{color:var(--accent-blue);align-items:center;gap:12px;margin-bottom:24px;font-size:1.25rem;font-weight:600;display:flex}.Skills-module__G7oUEG__categoryTitle:after{content:"";background:var(--border);opacity:.5;flex:1;height:1px}.Skills-module__G7oUEG__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:20px;display:grid}.Skills-module__G7oUEG__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:default;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;transition:all .2s cubic-bezier(.2,.4,.2,1);display:flex;position:relative;overflow:hidden}.Skills-module__G7oUEG__card:hover{border-color:var(--accent-blue);transform:translateY(-4px);box-shadow:0 10px 30px -10px #58a6ff33}.Skills-module__G7oUEG__card:hover .Skills-module__G7oUEG__icon{color:var(--accent-blue);transform:scale(1.1)}.Skills-module__G7oUEG__icon{color:var(--foreground);transition:all .2s}.Skills-module__G7oUEG__name{color:var(--foreground);font-size:.95rem;font-weight:600}.Skills-module__G7oUEG__glow{opacity:0;background:radial-gradient(circle,#58a6ff14,#0000 70%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Skills-module__G7oUEG__card:hover .Skills-module__G7oUEG__glow{opacity:1}
.Timeline-module__ah2UrG__section{padding:100px 0}.Timeline-module__ah2UrG__header{text-align:center;margin-bottom:60px}.Timeline-module__ah2UrG__title{background:linear-gradient(135deg,#fff 0%,#888 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:2.5rem;font-weight:700}.Timeline-module__ah2UrG__timeline{max-width:800px;margin:0 auto;position:relative}.Timeline-module__ah2UrG__timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.Timeline-module__ah2UrG__item{width:100%;margin-bottom:60px;position:relative}.Timeline-module__ah2UrG__itemContent{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:45%;padding:24px;transition:all .3s;position:relative}.Timeline-module__ah2UrG__itemContent:hover{border-color:var(--accent-blue);box-shadow:0 10px 30px -10px #0000004d}.Timeline-module__ah2UrG__left{left:0}.Timeline-module__ah2UrG__right{left:55%}.Timeline-module__ah2UrG__dot{background:var(--accent-blue);border:4px solid var(--background);z-index:2;width:16px;height:16px;box-shadow:0 0 0 2px var(--border);border-radius:50%;position:absolute;top:24px;left:50%;transform:translate(-50%)}.Timeline-module__ah2UrG__date{color:var(--accent-blue);font-family:var(--font-mono);margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.Timeline-module__ah2UrG__role{color:var(--foreground);margin-bottom:4px;font-size:1.25rem;font-weight:700}.Timeline-module__ah2UrG__company{color:var(--foreground-muted);margin-bottom:16px;font-size:1rem;font-weight:500}.Timeline-module__ah2UrG__description{color:var(--foreground-muted);font-size:.95rem;line-height:1.6}.Timeline-module__ah2UrG__tags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.Timeline-module__ah2UrG__tag{background:var(--surface-hover);color:var(--foreground);border-radius:var(--radius-full);padding:4px 10px;font-size:.75rem}@media (max-width:768px){.Timeline-module__ah2UrG__timeline:before{left:20px}.Timeline-module__ah2UrG__itemContent{width:calc(100% - 60px);margin-left:60px}.Timeline-module__ah2UrG__right{left:0}.Timeline-module__ah2UrG__dot{left:20px}}
.Contact-module__hcVmEa__section{justify-content:center;padding:100px 0;display:flex}.Contact-module__hcVmEa__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:600px;padding:48px;box-shadow:0 20px 40px -20px #00000080}.Contact-module__hcVmEa__title{color:var(--foreground);text-align:center;margin-bottom:8px;font-size:2rem;font-weight:700}.Contact-module__hcVmEa__text{color:var(--foreground-muted);text-align:center;margin-bottom:32px}.Contact-module__hcVmEa__form{flex-direction:column;gap:20px;display:flex}.Contact-module__hcVmEa__formGroup{flex-direction:column;gap:8px;display:flex}.Contact-module__hcVmEa__label{color:var(--foreground);font-size:.9rem;font-weight:500}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground);font-family:var(--font-sans);padding:12px 16px;font-size:1rem;transition:all .2s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--accent-blue);outline:none;box-shadow:0 0 0 2px #58a6ff1a}.Contact-module__hcVmEa__textarea{resize:vertical;min-height:120px}.Contact-module__hcVmEa__button{background:var(--accent-blue);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;margin-top:8px;padding:14px 32px;font-weight:600;transition:transform .2s,background .2s;display:inline-flex}.Contact-module__hcVmEa__button:hover{background:#4a9eff;transform:translateY(-2px)}@media (max-width:640px){.Contact-module__hcVmEa__card{padding:24px}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border);background:var(--background);margin-top:60px;padding:40px 0}.Footer-module__S6Hkya__text{color:var(--foreground-muted);font-size:.9rem;line-height:1.6}
