@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg:#0a0e17;--bg-elevated:#111827;--bg-card:#1a2234;--text:#e2e8f0;--text-muted:#94a3b8;--accent:#38bdf8;--accent-dim:#38bdf826;--border:#94a3b81f;--font-sans:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace;--transition:.25s ease;--max-width:1100px;--header-height:70px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.btn{font-family:var(--font-mono);transition:var(--transition);cursor:pointer;border-radius:4px;padding:.85rem 1.75rem;font-size:.875rem;display:inline-block}.btn--primary{background:var(--accent);color:var(--bg);border:2px solid var(--accent)}.btn--primary:hover{color:var(--accent);background:0 0}.btn--outline{color:var(--accent);border:2px solid var(--accent);background:0 0}.btn--outline:hover{background:var(--accent-dim)}.section{padding:6rem 0}.section__title{white-space:nowrap;align-items:center;gap:.75rem;margin-bottom:3rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;display:flex}.section__title:after{content:"";background:var(--border);width:100%;max-width:300px;height:1px;display:block}.section__title--center{justify-content:center}.section__title--center:after{display:none}.section__number{font-family:var(--font-mono);color:var(--accent);font-size:clamp(1rem,3vw,1.25rem);font-weight:400}.header{z-index:100;height:var(--header-height);transition:var(--transition);position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0a0e17d9}.header__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.header__logo{font-family:var(--font-mono);color:var(--accent);font-size:1.25rem;font-weight:600}.header__logo-bracket{color:var(--text-muted)}.header__links{gap:2rem;display:flex}.header__links a{font-family:var(--font-mono);color:var(--text-muted);transition:var(--transition);font-size:.8rem}.header__links a:hover{color:var(--accent)}.header__menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.header__menu-btn span{background:var(--accent);width:24px;height:2px;transition:var(--transition);display:block}.header__menu-btn--open span:first-child{transform:translateY(7px)rotate(45deg)}.header__menu-btn--open span:nth-child(2){opacity:0}.header__menu-btn--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{min-height:100vh;padding-top:var(--header-height);flex-direction:column;justify-content:center;display:flex;position:relative}.hero__inner{animation:.8s both fadeUp}.hero__greeting{font-family:var(--font-mono);color:var(--accent);margin-bottom:1rem;font-size:1rem}.hero__name{color:var(--text);font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1.1}.hero__brand{font-family:var(--font-mono);color:var(--accent);margin:.75rem 0 1rem;font-size:clamp(1rem,2.5vw,1.25rem)}.hero__title{color:var(--text-muted);margin-bottom:1.5rem;font-size:clamp(1.75rem,5vw,3.5rem);font-weight:700;line-height:1.1}.hero__tagline{max-width:540px;color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem}.hero__actions{flex-wrap:wrap;gap:1.25rem;display:flex}.hero__scroll{color:var(--text-muted);font-family:var(--font-mono);flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;animation:.8s .4s both fadeUp;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll-line{background:linear-gradient(to bottom, var(--accent), transparent);width:1px;height:40px;animation:2s infinite scrollLine}.about__grid{grid-template-columns:3fr 2fr;align-items:center;gap:3rem;display:grid}.about__text p{color:var(--text-muted);margin-bottom:1.25rem;font-size:1.05rem}.about__highlights{grid-template-columns:1fr 1fr;gap:.5rem 1rem;display:grid}.about__highlights li{font-family:var(--font-mono);color:var(--text-muted);padding-left:1.25rem;font-size:.85rem;position:relative}.about__highlights li:before{content:"▹";color:var(--accent);position:absolute;left:0}.about__image-frame{max-width:280px;margin:0 auto;position:relative}.about__image-frame:before{content:"";border:2px solid var(--accent);transition:var(--transition);border-radius:4px;position:absolute;inset:12px;translate:16px 16px}.about__image-frame:hover:before{translate:10px 10px}.about__image-placeholder{aspect-ratio:1;background:var(--bg-card);color:var(--text-muted);font-family:var(--font-mono);z-index:1;filter:grayscale();transition:var(--transition);border-radius:4px;justify-content:center;align-items:center;font-size:.85rem;display:flex;position:relative}.about__image-frame:hover .about__image-placeholder{filter:grayscale(0%)}.projects__grid{flex-direction:column;gap:5rem;display:flex}.project-card{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.project-card--reverse .project-card__image{order:2}.project-card--reverse .project-card__content{text-align:right}.project-card--reverse .project-card__tech,.project-card--reverse .project-card__links{justify-content:flex-end}.project-card__image-placeholder{aspect-ratio:16/10;background:var(--bg-card);color:var(--text-muted);font-family:var(--font-mono);border:1px solid var(--border);transition:var(--transition);border-radius:4px;justify-content:center;align-items:center;font-size:.85rem;display:flex}.project-card:hover .project-card__image-placeholder{border-color:var(--accent)}.project-card__label{font-family:var(--font-mono);color:var(--accent);margin-bottom:.5rem;font-size:.8rem}.project-card__title{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.project-card__description{background:var(--bg-card);border-radius:4px;margin-bottom:1rem;padding:1.5rem;box-shadow:0 10px 30px -15px #00000080}.project-card__description p{color:var(--text-muted);font-size:.95rem}.project-card__tech{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.project-card__tech li{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}.project-card__links{gap:1rem;display:flex}.project-card__links a{color:var(--text-muted);transition:var(--transition)}.project-card__links a:hover{color:var(--accent)}.skills__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.skills__group{background:var(--bg-card);border:1px solid var(--border);transition:var(--transition);border-radius:8px;padding:2rem}.skills__group:hover{border-color:var(--accent);transform:translateY(-4px)}.skills__category{font-family:var(--font-mono);color:var(--accent);margin-bottom:1.25rem;font-size:.85rem}.skills__list{flex-wrap:wrap;gap:.6rem;display:flex}.skills__item{color:var(--text-muted);background:var(--bg-elevated);border-radius:4px;padding:.35rem .75rem;font-size:.85rem}.section--contact{text-align:center;padding-bottom:4rem}.contact__inner{max-width:600px}.contact__text{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.contact__social{justify-content:center;gap:2rem;margin-top:3rem;display:flex}.contact__social a{font-family:var(--font-mono);color:var(--text-muted);transition:var(--transition);font-size:.8rem}.contact__social a:hover{color:var(--accent)}.footer{border-top:1px solid var(--border);padding:2rem 0}.footer__inner{text-align:center}.footer p{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollLine{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}50.1%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}@media (width<=768px){.header__nav{inset:0;top:var(--header-height);background:var(--bg);transition:var(--transition);justify-content:center;align-items:center;display:flex;position:fixed;transform:translate(100%)}.header__nav--open{transform:translate(0)}.header__links{flex-direction:column;align-items:center;gap:2.5rem}.header__links a{font-size:1.1rem}.header__menu-btn{display:flex}.about__grid{grid-template-columns:1fr}.about__image{order:-1}.project-card,.project-card--reverse{grid-template-columns:1fr}.project-card--reverse .project-card__image{order:0}.project-card--reverse .project-card__content{text-align:left}.project-card--reverse .project-card__tech,.project-card--reverse .project-card__links{justify-content:flex-start}.skills__grid{grid-template-columns:1fr}.hero__scroll{display:none}}
