:root{--bg-primary: #0a0a0a;--bg-secondary: #111;--bg-card: #1a1a1a;--bg-card-hover: #222;--text-primary: #fafafa;--text-secondary: #afafaf;--text-muted: #a0a0a0;--accent: #64ffda;--accent-hover: #45e0be;--border: #2a2a2a;--radius: 12px;--radius-sm: 8px;--max-width: 1100px;--font-mono: "JetBrains Mono", "Fira Code", monospace;--transition: .3s ease}#root{min-height:100vh}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 24px;transition:background var(--transition),backdrop-filter var(--transition),border-color var(--transition)}.header--scrolled{background:#0a0a0ad9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header__inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;transition:opacity var(--transition)}.header__logo:hover{opacity:.7}.header__nav{display:flex;gap:24px}.header__nav a{font-size:14px;color:var(--text-secondary);transition:color var(--transition)}.header__nav a:hover{color:var(--accent)}.hero{min-height:100vh;display:flex;align-items:center;padding:120px 24px 80px}.hero__inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%}.hero__content{flex:1;max-width:580px}.hero__title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;margin-bottom:16px}.hero__title .accent{color:var(--accent)}.hero__intro{display:flex;flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:20px}.hero__intro .hero__title{margin-bottom:4px}.hero__intro .hero__subtitle{margin-bottom:0}.hero__avatar-frame{width:115px;min-width:115px;height:115px;border-radius:50%;overflow:hidden;border:1px solid var(--accent)}.hero__avatar{width:100%;height:100%;object-fit:cover;object-position:30% 14px;display:block;transform:scale(1.25);transform-origin:left center}.hero__subtitle{font-size:1.2rem;color:var(--text-secondary);font-weight:400;margin-bottom:20px}.hero__description{font-size:1rem;color:var(--text-muted);line-height:1.7;margin-bottom:32px;max-width:480px}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:40px}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:all var(--transition);border:none}.btn--primary{background:var(--accent);color:#0a0a0a}.btn--primary:hover{background:var(--accent-hover);transform:translateY(-2px)}.btn--outline{background:transparent;color:var(--text-primary);border:1px solid var(--border)}.btn--outline:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.social-link{color:var(--text-muted);transition:color var(--transition),transform var(--transition);display:flex}.social-link:hover{color:var(--accent)!important;transform:translateY(-2px)}.hero__visual{flex-shrink:0}.phone-mockup{width:290px;height:610px;background:#111;border-radius:40px;border:3px solid #2a2a2a;padding:10px;position:relative;box-shadow:0 0 0 1px #ffffff0d,0 20px 80px #0009,0 0 60px #64ffda0a}.phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:18px;background:#111;border-radius:0 0 10px 10px;z-index:2}.phone-screen{width:100%;height:100%;border-radius:30px;overflow:hidden;background:#000}.phone-screen svg{width:100%;height:100%;display:block}.phone-home-indicator{position:absolute;bottom:7px;left:50%;transform:translate(-50%);width:130px;height:5px;background:#2a2a2a;border-radius:3px}.section{padding:100px 24px}.section__inner{max-width:var(--max-width);margin:0 auto}.section__header{margin-bottom:60px}.section__title{font-size:2rem;font-weight:700;letter-spacing:-.02em;position:relative;display:inline-block}.section__title:after{content:"";position:absolute;bottom:-4px;left:0;width:40px;height:3px;background:var(--accent);border-radius:2px}.section__subtitle{color:var(--text-muted);font-size:1rem;margin-top:8px}.tech-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.tech-grid:has(.tech-item:nth-child(7):last-child){grid-template-columns:repeat(4,1fr)}@media (min-width: 1150px){.tech-grid{grid-template-columns:repeat(9,1fr)}.tech-grid:has(.tech-item:nth-child(7):last-child){grid-template-columns:repeat(7,1fr)}}@media (max-width: 480px){.tech-grid:has(.tech-item:nth-child(7):last-child){grid-template-columns:repeat(2,1fr)}}.tech-item{display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition)}.tech-item:hover{background:var(--bg-card-hover);border-color:var(--accent);transform:translateY(-4px)}.tech-item__icon{width:48px;height:48px;object-fit:contain}.tech-item__name{font-size:12px;color:var(--text-secondary);font-weight:500;text-align:center}.tech-item__icon[alt=GitHub],.tech-item__icon[alt=Vercel]{filter:brightness(0) invert(1)}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.project-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all var(--transition)}.project-card:hover{border-color:var(--accent);transform:translateY(-4px)}.project-card__image{width:100%;height:240px;overflow:hidden;background:#000}.project-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-card__image img{transform:scale(1.05)}.project-card__content{padding:20px}.project-card__title{font-size:1.1rem;font-weight:600;margin-bottom:6px}.project-card__description{font-size:.9rem;color:var(--text-muted);line-height:1.6}.edu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.edu-item{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 20px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;transition:all var(--transition)}.edu-item:hover{border-color:var(--accent);transform:translateY(-4px)}.edu-item__icon{width:64px;height:64px;object-fit:contain;border-radius:8px}.edu-item__name{font-size:.95rem;font-weight:600}.edu-item__meta{font-size:.8rem;color:var(--text-muted)}.contact-form{max-width:520px;margin:0 auto}.footer{padding:40px 24px;border-top:1px solid var(--border)}.footer__inner{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--text-muted)}.footer__links{display:flex;gap:20px}.footer__links a{color:var(--text-muted);transition:color var(--transition)}.footer__links a:hover{color:var(--accent)}.text-center{text-align:center}@media (max-width: 900px){.hero__inner{flex-direction:column;text-align:center}.hero__content{max-width:100%}.hero__intro{align-items:center;gap:16px}.hero__socials{justify-content:center}.hero__description{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.header__nav{display:none}.project-grid{grid-template-columns:1fr}.edu-grid{grid-template-columns:repeat(2,1fr)}.footer__inner{flex-direction:column;gap:12px;text-align:center}}@media (max-width: 600px){.phone-mockup{width:230px;height:484px}.edu-grid{grid-template-columns:1fr}.section{padding:60px 16px}.hero{padding:100px 16px 60px}.header__logo svg{width:32px;height:32px}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#0a0a0a;color:#fafafa;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}::selection{background:#64ffda33;color:#fafafa}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}
