@import"https://fonts.googleapis.com/css2?family=Inter:wght@300..700&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}:root{--bg-base: #0f172a;--bg-surface: #1e293b;--bg-elevated: #334155;--text-1: #f1f5f9;--text-2: #cbd5e1;--text-3: #94a3b8;--accent: #f59e0b;--accent-hover: #fbbf24;--accent-dim: #d97706;--accent-subtle: rgba(245, 158, 11, .1);--accent-border: rgba(245, 158, 11, .2);--border: rgba(148, 163, 184, .12);--border-hover: rgba(148, 163, 184, .25);--font-sans: "Inter", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .4);--ease: cubic-bezier(.25, .46, .45, .94);font-family:var(--font-sans)}body{display:flex;justify-content:center;min-height:100vh;margin:0;color:var(--text-2);background:var(--bg-base)}#root{width:100%;min-height:100vh;display:flex;justify-content:center}.main{margin:2em auto;display:flex;min-height:90vh;width:90vw;max-width:1100px;flex-direction:column;background:var(--bg-surface);border-radius:var(--radius-xl);border:1px solid var(--border);padding:2.5rem 3rem}@media (max-width: 768px){.main{padding:1.5rem;margin:1em auto;width:95vw;border-radius:var(--radius-lg)}}@media (max-width: 525px){.main{padding:1.25rem 1rem;margin:.5em auto;width:98vw;border-radius:var(--radius-md);min-height:auto}}.nav{display:flex;justify-content:space-between;align-items:center;padding-bottom:2rem}.nav__logo a{text-decoration:none;color:var(--text-1);font-size:1.5rem;font-weight:700;font-family:var(--font-mono)}.nav__logo .logo-accent{color:var(--accent)}.nav__menu{list-style:none;display:flex;gap:2rem}.nav__menu a{text-decoration:none;color:var(--text-3);font-size:.95rem;font-weight:500;position:relative;transition:color .2s}.nav__menu a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);transition:width .2s var(--ease)}.nav__menu a:hover{color:var(--text-1)}.nav__menu a:hover:after{width:100%}.nav__menu a.active{color:var(--text-1)}.nav__menu a.active:after{width:100%}@media (max-width: 525px){.nav{flex-direction:column;gap:1rem;padding-bottom:1.5rem}.nav__logo a{font-size:1.3rem}.nav__menu{gap:1.25rem;background:var(--bg-elevated);padding:.5rem 1.25rem;border-radius:20px;border:1px solid var(--border)}.nav__menu a{font-size:.85rem}}.btn{padding:.75rem 1.5rem;border-radius:var(--radius-sm);display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .25s var(--ease);border:none;cursor:pointer}.btn_primary{background:var(--accent);color:var(--bg-base);font-weight:600}.btn_primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 24px #f59e0b33}.btn_secondary{background:transparent;color:var(--accent);border:1px solid var(--border)}.btn_secondary:hover{background:var(--accent-subtle);border-color:var(--accent-border);transform:translateY(-2px)}.home{display:flex;align-items:flex-start;justify-content:space-between;flex:1;gap:3rem;padding-top:2rem}.home__content{flex:1;display:flex;flex-direction:column;gap:1rem}.home__greeting{font-size:1rem;color:var(--text-3)}.home__title{font-family:var(--font-mono);font-size:2.5rem;font-weight:700;color:var(--text-1);line-height:1.2}.home__subtitle{font-size:1.1rem;color:var(--text-2);line-height:1.7;max-width:520px}.home__subtitle a{color:var(--accent);text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:border-color .2s}.home__subtitle a:hover{border-bottom-color:var(--accent)}.home__stats{display:flex;align-items:center;gap:.75rem}.home__stats span{font-size:.9rem;color:var(--text-3);font-weight:500}.home__stats .dot{color:var(--accent)}.home__actions{display:flex;gap:1rem;margin-top:1rem}@media (max-width: 1075px){.home{flex-direction:column;align-items:center;text-align:center;gap:2rem;padding-top:1rem}.home__content{align-items:center}.home__subtitle{max-width:100%}.home__actions,.home__stats{justify-content:center}}@media (max-width: 525px){.home__title{font-size:1.75rem}.home__subtitle{font-size:.95rem}.home__actions{flex-direction:column;width:100%}.home__actions .btn{width:100%;justify-content:center}}.profile{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.profile__img{width:180px;height:180px;border-radius:50%;object-fit:cover;border:3px solid var(--border);transition:border-color .25s}.profile__img:hover{border-color:var(--accent-border)}.profile__links{display:flex;gap:1rem}.profile__links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--bg-elevated);color:var(--text-3);transition:all .25s var(--ease);font-size:1.1rem}.profile__links a:hover{background:var(--accent-subtle);color:var(--accent);transform:translateY(-3px)}@media (max-width: 525px){.profile__img{width:140px;height:140px}}.about{display:flex;gap:2.5rem}.about__sidebar{display:flex;flex-direction:column;align-items:center;gap:1.5rem;flex-shrink:0;width:260px}.about__divider{width:100%;height:1px;background:var(--border);border:none}.about__main{flex:1;display:flex;flex-direction:column;gap:2rem}.about__bio{width:100%}.about__bio>h4{font-family:var(--font-mono);font-size:.9rem;color:var(--text-1);margin-bottom:.5rem}.about__bio p{line-height:1.7;font-size:.9rem;margin-bottom:.75rem;color:var(--text-2)}.about__bio p:last-child{margin-bottom:0}.about__bio b{color:var(--accent-hover);font-weight:600}.tech-section h4{font-family:var(--font-mono);font-size:.9rem;color:var(--text-1);margin-bottom:.75rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{padding:.3rem .7rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:20px;font-size:.8rem;color:var(--text-3);font-weight:500;transition:all .2s}.tech-tag:hover{border-color:var(--accent-border);color:var(--accent)}.about__education,.about__certs{width:100%}.about__education>h4,.about__certs>h4{font-family:var(--font-mono);font-size:.9rem;color:var(--text-1);margin-bottom:.5rem}.education-item,.cert-item{display:flex;flex-direction:column;gap:.15rem}.education-degree,.cert-name{font-size:.9rem;color:var(--text-2);font-weight:500}.education-school,.cert-issuer{font-size:.8rem;color:var(--text-3)}.cert-name{color:var(--accent)}.about__skills{width:100%}.about__skills>h4{font-family:var(--font-mono);font-size:.9rem;color:var(--text-1);margin-bottom:.75rem}.skills-sidebar{display:flex;flex-direction:column;gap:.6rem}.skill-group{display:flex;flex-direction:column;gap:.15rem}.skill-label{font-family:var(--font-mono);font-size:.75rem;color:var(--accent);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.skill-items{font-size:.85rem;color:var(--text-3);line-height:1.4}.experience{display:flex;flex-direction:column;gap:1.5rem}.experience>h3{font-family:var(--font-mono);font-size:1.1rem;color:var(--text-1)}.timeline{display:flex;flex-direction:column;gap:1.5rem;position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:6px;top:8px;bottom:8px;width:2px;background:var(--border)}.timeline__item{position:relative}.timeline__item:before{content:"";position:absolute;left:calc(-2rem + 1px);top:8px;width:10px;height:10px;border-radius:50%;background:var(--accent);border:2px solid var(--bg-surface)}.timeline__date{font-size:.8rem;color:var(--text-3);font-weight:500;margin-bottom:.5rem}.timeline__content{background:var(--bg-elevated);border-radius:var(--radius-md);border:1px solid var(--border);padding:1.25rem;transition:border-color .2s}.timeline__content:hover{border-color:var(--border-hover)}.timeline__content h3{font-family:var(--font-mono);font-size:.95rem;font-weight:600;color:var(--accent-hover);margin-bottom:.25rem}.timeline__content h4{font-size:.85rem;color:var(--text-3);margin-bottom:.5rem}.timeline__content p{font-size:.85rem;line-height:1.6;color:var(--text-2)}.timeline__content b{color:var(--accent-hover)}@media (max-width: 1050px){.about{flex-direction:column}.about__sidebar{width:100%}}.projects{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.project-card{background:var(--bg-elevated);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;transition:all .25s var(--ease)}.project-card:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.project-card__img{height:180px;width:100%;overflow:hidden;background:var(--bg-base)}.project-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.project-card:hover .project-card__img img{transform:scale(1.05)}.project-card__body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.project-card__title{font-size:1.1rem;font-weight:600;color:var(--text-1);margin-bottom:.5rem}.project-card__desc{font-size:.85rem;color:var(--text-3);line-height:1.6;flex:1;margin-bottom:1.25rem}.project-card__link{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.project-card__link:hover{color:var(--accent-hover)}@media (max-width: 525px){.projects{grid-template-columns:1fr}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--bg-elevated);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}
