@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg:#f8fafc;--surface:#fff;--surface-soft:#eef4ff;--text:#0f172a;--muted:#64748b;--line:#e2e8f0;--primary:#2563eb;--primary-dark:#1d4ed8;--primary-soft:#dbeafe;--shadow:0 20px 60px #0f172a1a;--radius:24px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}ul{list-style:none}.section-padding{padding:96px 8%}.navbar{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);background:#f8fafce0;justify-content:space-between;align-items:center;padding:18px 8%;display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;font-size:1.05rem;font-weight:800;display:flex}.brand-mark{background:var(--primary);color:#fff;border-radius:14px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 10px 25px #2563eb47}.nav-links{color:var(--muted);align-items:center;gap:26px;font-weight:600;display:flex}.nav-links a{transition:color .2s}.nav-links a:hover{color:var(--primary)}.menu-btn{border:1px solid var(--line);background:var(--surface);width:42px;height:42px;color:var(--text);cursor:pointer;border-radius:12px;display:none}.hero{background:radial-gradient(circle at 10% 10%,#2563eb1f,#0000 35%),radial-gradient(circle at 90% 20%,#0ea5e921,#0000 32%);grid-template-columns:1.35fr .65fr;align-items:center;gap:56px;min-height:calc(100vh - 80px);display:grid}.eyebrow{color:var(--primary);text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px;font-size:.82rem;font-weight:800}.hero h1{letter-spacing:-.05em;margin-bottom:18px;font-size:clamp(2.5rem,6vw,5rem);line-height:1.06}.hero h1 span{color:var(--primary)}.hero h2{color:var(--muted);margin-bottom:20px;font-size:clamp(1.1rem,2vw,1.45rem);font-weight:700}.hero-text{max-width:720px;color:var(--muted);margin-bottom:28px;font-size:1.08rem}.hero-info{flex-wrap:wrap;gap:12px;margin-bottom:32px;display:flex}.hero-info span,.status-row{color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:999px;align-items:center;gap:8px;padding:10px 14px;display:inline-flex}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.btn{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px 18px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn.primary{background:var(--primary);color:#fff;box-shadow:0 18px 35px #2563eb47}.btn.primary:hover{background:var(--primary-dark)}.btn.secondary{background:var(--surface);color:var(--primary);border-color:var(--line)}.btn.ghost{color:var(--text);border-color:var(--line);background:0 0}.hero-card{border:1px solid var(--line);box-shadow:var(--shadow);background:linear-gradient(145deg,#fff,#eaf2ff);border-radius:34px;padding:34px;position:relative;overflow:hidden}.hero-card:before{content:"";background:#2563eb24;border-radius:50%;width:180px;height:180px;position:absolute;top:-65px;right:-65px}.profile-circle{z-index:1;background:var(--primary);color:#fff;border-radius:50%;place-items:center;width:150px;height:150px;margin:0 auto 24px;font-size:3rem;font-weight:900;display:grid;position:relative;box-shadow:0 25px 50px #2563eb47}.hero-card h3{text-align:center;margin-bottom:4px;font-size:1.55rem}.hero-card p{color:var(--muted);text-align:center;margin-bottom:22px}.status-row{background:#ffffffb8;border-radius:18px;font-size:.93rem}.status-dot{background:#22c55e;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 6px #22c55e24}.section-heading{max-width:720px;margin-bottom:38px}.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2{letter-spacing:-.04em;font-size:clamp(2rem,4vw,3.2rem);line-height:1.12}.about-grid{grid-template-columns:1fr 360px;align-items:stretch;gap:28px;display:grid}.glass-card,.skill-card,.project-card,.timeline-card,.contact-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.glass-card{padding:32px}.glass-card p+p{margin-top:16px}.highlights{gap:16px;display:grid}.highlights div{border-radius:var(--radius);background:var(--primary);color:#fff;padding:28px;box-shadow:0 18px 45px #2563eb38}.highlights strong{margin-bottom:8px;font-size:2rem;line-height:1;display:block}.highlights span{color:#ffffffd9}.muted-section{background:var(--surface-soft)}.skills-grid{grid-template-columns:repeat(5,1fr);gap:18px;display:grid}.skill-card{padding:24px}.skill-icon,.timeline-icon{background:var(--primary-soft);width:50px;height:50px;color:var(--primary);border-radius:16px;place-items:center;margin-bottom:18px;display:grid}.skill-card h3{margin-bottom:14px;font-size:1rem}.tags,.stack{flex-wrap:wrap;gap:8px;display:flex}.tags span,.stack span{color:#334155;background:#f1f5f9;border-radius:999px;align-items:center;padding:7px 10px;font-size:.85rem;font-weight:700;display:inline-flex}.projects-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.project-card{padding:28px}.project-top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.project-number{color:var(--primary);font-size:1.25rem;font-weight:900}.project-type{background:var(--primary-soft);color:var(--primary);border-radius:999px;padding:6px 12px;font-size:.82rem;font-weight:800}.project-card h3{margin-bottom:14px;font-size:1.55rem;line-height:1.2}.project-card p{color:var(--muted);margin-bottom:16px}.stack{margin-bottom:18px}.project-card ul{gap:10px;margin:18px 0;display:grid}.project-card li{color:var(--muted);padding-left:24px;position:relative}.project-card li:before{content:"✓";color:var(--primary);font-weight:900;position:absolute;left:0}.project-actions{flex-wrap:wrap;gap:18px;margin-top:20px;display:flex}.text-link{color:var(--primary);align-items:center;gap:6px;font-weight:800;display:inline-flex}.timeline{gap:18px;max-width:980px;margin:0 auto;display:grid}.timeline-card{grid-template-columns:70px 1fr;gap:8px;padding:28px;display:grid}.timeline-card h3{margin-bottom:6px;font-size:1.25rem}.timeline-card p,.timeline-card span{color:var(--muted)}.contact-section{justify-content:center;display:flex}.contact-card{text-align:center;background:linear-gradient(145deg,#fffffffa,#eff6fffa);width:min(820px,100%);padding:44px}.contact-card h2{margin-bottom:12px;font-size:clamp(2rem,4vw,3rem)}.contact-card p{color:var(--muted);margin-bottom:24px}.contact-links{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.contact-links a,.contact-item{background:var(--surface);border:1px solid var(--line);color:var(--text);border-radius:999px;align-items:center;gap:8px;padding:12px 14px;font-weight:800;display:inline-flex}.contact-item{cursor:default}.footer{text-align:center;border-top:1px solid var(--line);color:var(--muted);background:var(--surface);padding:28px 8%}@media (width<=1100px){.hero,.about-grid,.projects-grid{grid-template-columns:1fr}.skills-grid{grid-template-columns:repeat(2,1fr)}.hero-card{max-width:520px}}@media (width<=760px){.section-padding{padding:72px 5%}.navbar{padding:14px 5%}.menu-btn{place-items:center;display:grid}.nav-links{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;flex-direction:column;align-items:stretch;gap:8px;padding:14px;display:none;position:absolute;top:72px;left:5%;right:5%}.nav-links.open{display:flex}.nav-links a{border-radius:12px;padding:10px 12px}.nav-links a:hover{background:var(--surface-soft)}.hero{gap:34px;min-height:auto}.hero-actions,.contact-links{flex-direction:column}.hero-actions .btn,.contact-links a,.contact-item{width:100%}.skills-grid,.timeline-card{grid-template-columns:1fr}.contact-card,.glass-card,.project-card{padding:24px}}.brand-photo{object-fit:cover;border:2px solid #2563eb;border-radius:50%;width:42px;height:42px;display:block;box-shadow:0 8px 20px #2563eb2e}.profile-photo{object-fit:cover;border:5px solid #2563eb;border-radius:50%;width:126px;height:126px;margin:0 auto 22px;display:block;box-shadow:0 18px 40px #2563eb38}
