.resume-root{flex-direction:column;gap:40px;width:100%;max-width:640px;margin:0 auto;padding:48px 20px 64px;display:flex}.hero{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.brand{letter-spacing:-.02em;color:var(--text-h);margin:0;font-size:2.5rem;font-weight:700}.tagline{color:var(--muted);margin:0;font-size:1.05rem}.social-icons{gap:12px;margin-top:8px;display:flex}.social-icons a{width:42px;height:42px;color:var(--text);background:var(--panel);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;transition:color .2s,border-color .2s,transform .2s;display:inline-flex}.social-icons a:hover{color:var(--accent);border-color:var(--accent);transform:translateY(-2px)}.social-icons svg{width:20px;height:20px}.projects{flex-direction:column;gap:16px;display:flex}.projects-heading{color:var(--text-h);margin:0 0 4px;font-size:1.35rem}.project-card{aspect-ratio:1;border:1px solid var(--border);background:var(--panel);width:220px;max-width:100%;color:inherit;border-radius:12px;flex-direction:column;align-self:center;padding:20px;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.project-card:hover{border-color:var(--accent);box-shadow:var(--shadow);transform:translateY(-2px)}.project-title{color:var(--text-h);font-size:1.1rem;font-weight:600}.project-desc{color:var(--muted);margin:6px 0 0;font-size:.95rem}.skills-section{flex-direction:column;gap:16px;margin-top:8px;display:flex}.skills-card{border:1px solid var(--border);background:var(--panel);border-radius:12px;flex-direction:column;gap:18px;padding:20px;display:flex}.skill-group{flex-direction:column;gap:10px;display:flex}@media (width>=480px){.skill-group{flex-direction:row;align-items:flex-start}}.skill-group-label{color:var(--text-h);font-size:.95rem;font-weight:600}@media (width>=480px){.skill-group-label{flex:0 0 120px}}.skill-tags{flex-wrap:wrap;gap:8px;display:flex}.skill-tag{background:var(--accent-bg);color:var(--accent);white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:4px 12px;font-size:.85rem}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#fff;--panel:#f7f7f8;--text:#213547;--text-h:#1a1a1a;--muted:#6b7280;--accent:#646cff;--accent-bg:#646cff1a;--border:#e5e7eb;--shadow:0 6px 20px #0000001a;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#1e1e20;--panel:#27272a;--text:#ffffffde;--text-h:#fff;--muted:#9ca3af;--accent:#7c82ff;--accent-bg:#7c82ff24;--border:#34343a;--shadow:0 6px 20px #00000073}}*{box-sizing:border-box}html,body{margin:0}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased}#root{flex-direction:column;min-height:100vh;display:flex}
