*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0f1117;--color-surface: #1a1d27;--color-surface-2: #22263a;--color-border: #2a2f47;--color-accent: #4f7ef7;--color-accent-light: #7ba3ff;--color-text: #e8eaf0;--color-text-muted: #8892aa;--color-text-dim: #5a6282;--color-tag-bg: #1e2d5a;--color-tag-text: #7ba3ff;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--color-bg);color:var(--color-text);min-height:100vh}a{color:var(--color-accent-light);text-decoration:none;transition:color .2s}a:hover{color:#fff}.page{max-width:960px;margin:0 auto;padding:3rem 1.5rem 5rem}.hero{display:flex;gap:2.5rem;align-items:center;padding:2.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;margin-bottom:2rem}.hero__photo{flex-shrink:0;width:140px;height:140px;border-radius:50%;object-fit:cover;object-position:center top;border:3px solid var(--color-accent);box-shadow:0 0 0 6px #4f7ef71f}.hero__body{display:flex;flex-direction:column;gap:.5rem}.hero__name{font-size:2rem;font-weight:700;line-height:1.2;color:#fff}.hero__title{font-size:1rem;font-weight:500;color:var(--color-accent-light);letter-spacing:.02em;text-transform:uppercase}.hero__summary{font-size:.97rem;color:var(--color-text-muted);line-height:1.65;max-width:580px;margin-top:.25rem}.hero__contact{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.75rem}.contact-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;color:var(--color-text-muted);transition:color .2s}.contact-link:hover{color:var(--color-accent-light)}.contact-link svg{width:16px;height:16px;flex-shrink:0}.section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:1.75rem 2rem;margin-bottom:1.25rem}.section__heading{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-dim);margin-bottom:1.25rem}.skills-grid{display:flex;flex-direction:column;gap:.75rem}.skill-row{display:grid;grid-template-columns:130px 1fr;gap:.5rem;align-items:start}.skill-row__label{font-size:.8rem;font-weight:600;color:var(--color-text-dim);text-transform:uppercase;letter-spacing:.06em;padding-top:.2rem}.tags{display:flex;flex-wrap:wrap;gap:.4rem}.tag{background:var(--color-tag-bg);color:var(--color-tag-text);font-size:.78rem;font-weight:500;padding:.2rem .6rem;border-radius:6px;border:1px solid rgba(79,126,247,.2)}.edu-list{display:flex;flex-direction:column;gap:.6rem}.edu-item{display:flex;justify-content:space-between;align-items:baseline;font-size:.9rem}.edu-item__name{color:var(--color-text)}.edu-item__year{font-size:.8rem;color:var(--color-text-dim)}.footer{text-align:center;margin-top:3rem;font-size:.8rem;color:var(--color-text-dim)}@media(max-width:640px){.hero{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.75rem}.hero__name{font-size:1.6rem}.skill-row{grid-template-columns:1fr;gap:.25rem}}
