@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #0a0a0a;--bg-card: #111111;--bg-card-hover: #161616;--border: #222222;--text: #e5e7eb;--text-muted: #6b7280;--accent: #6366f1;--accent-light: #818cf8;--accent-glow: rgba(99, 102, 241, .12);--max-w: 1100px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:4rem}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}section{padding:5rem 0}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#0a0a0ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:4rem;max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.navbar__logo{font-size:1.125rem;font-weight:700;color:#fff}.navbar__logo span{color:var(--accent-light)}.navbar__links{display:flex;gap:2rem;list-style:none}.navbar__links a{font-size:.875rem;color:var(--text-muted);transition:color .2s}.navbar__links a:hover{color:var(--text)}.hero{min-height:100vh;display:flex;align-items:center;padding-top:4rem}.hero__content{padding:4rem 0}.hero__greeting{display:inline-block;font-size:.875rem;font-weight:500;color:var(--accent-light);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.hero__name{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;color:#fff;line-height:1.1;margin-bottom:.5rem}.hero__title{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:500;color:var(--text-muted);margin-bottom:1.5rem}.hero__title span{color:var(--accent-light)}.hero__description{font-size:1rem;color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;line-height:1.8}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:all .2s}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-light);transform:translateY(-1px)}.btn--outline{background:transparent;color:var(--text);border:1px solid var(--border)}.btn--outline:hover{border-color:var(--accent);color:var(--accent-light);transform:translateY(-1px)}.hero__socials{display:flex;gap:.75rem}.hero__socials a{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;border:1px solid var(--border);color:var(--text-muted);font-size:.8125rem;font-weight:600;transition:all .2s}.hero__socials a:hover{border-color:var(--accent);color:var(--accent-light)}.section-tag{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-light);margin-bottom:.75rem}.section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#fff;margin-bottom:1rem}.section-divider{width:3rem;height:3px;background:var(--accent);border-radius:2px;margin-bottom:3rem}.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about__text p{color:var(--text-muted);margin-bottom:1.25rem;line-height:1.8}.about__image{display:flex;justify-content:center}.about__avatar{width:280px;height:280px;border-radius:1.5rem;background:var(--bg-card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:6rem}.about__photo-wrap{width:280px;height:280px;border-radius:1.5rem;border:1px solid var(--border);overflow:hidden;flex-shrink:0}.about__photo{width:100%;height:100%;object-fit:cover;display:block}.skills__groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.5rem}.skills__group h3{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem}.skills__tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{padding:.375rem .875rem;border-radius:9999px;font-size:.8125rem;font-weight:500;background:var(--bg-card);border:1px solid var(--border);color:var(--text);transition:all .2s;cursor:default}.skill-tag:hover{border-color:var(--accent);color:var(--accent-light);background:var(--accent-glow)}.projects__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.project-card{background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;padding:1.75rem;display:flex;flex-direction:column;transition:all .2s}.project-card:hover{border-color:var(--accent);background:var(--bg-card-hover);transform:translateY(-2px);box-shadow:0 8px 32px var(--accent-glow)}.project-card--placeholder{border-style:dashed;opacity:.6;position:relative;padding-top:2.75rem}.project-card--placeholder:hover{opacity:.85;transform:none;box-shadow:none}.project-card__placeholder-badge{position:absolute;top:1rem;right:1rem;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:9999px;padding:.2rem .6rem}.project-card__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.project-card__icon{font-size:2rem}.project-card__links{display:flex;gap:.75rem}.project-card__links a{font-size:.8125rem;color:var(--text-muted);transition:color .2s}.project-card__links a:hover{color:var(--accent-light)}.project-card__title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.5rem}.project-card__desc{font-size:.875rem;color:var(--text-muted);line-height:1.7;flex:1;margin-bottom:1.5rem}.project-card__tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:.25rem;background:#6366f11a;color:var(--accent-light);border:1px solid rgba(99,102,241,.2)}.contact__inner{max-width:600px}.contact__text{color:var(--text-muted);margin-bottom:2rem;line-height:1.8}.contact__list{display:flex;flex-direction:column;gap:1rem}.contact__item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.75rem;color:var(--text);transition:all .2s}.contact__item:hover{border-color:var(--accent);transform:translate(4px)}.contact__item__icon{font-size:1.25rem;flex-shrink:0}.contact__item__label{font-size:.75rem;color:var(--text-muted);margin-bottom:.125rem}.contact__item__value{font-size:.9375rem;font-weight:500;color:var(--text)}.footer{border-top:1px solid var(--border);padding:2rem 0}.footer__inner{display:flex;align-items:center;justify-content:space-between}.footer__copy{font-size:.875rem;color:var(--text-muted)}.footer__links{display:flex;gap:1.5rem}.footer__links a{font-size:.875rem;color:var(--text-muted);transition:color .2s}.footer__links a:hover{color:var(--accent-light)}@media(max-width:768px){.about__grid{grid-template-columns:1fr;gap:2rem}.about__image{order:-1}.about__avatar{width:200px;height:200px;font-size:4rem}.footer__inner{flex-direction:column;gap:1rem;text-align:center}.navbar__links{gap:1.25rem}}
