:root{--color-primary: #f27cf4;--color-secondary: #f59e0b;--color-bg: #f5f5f5;--color-surface: #f3f4f6;--color-text-primary: #111827;--color-text-secondary: #6b7280;--color-text-inverse: #ffffff;--color-success: #16a34a;--color-error: #dc2626;--color-warning: #fbbf24;--color-info: #3b82f6;--color-border: #e5e7eb;--color-link: var(--color-primary);--color-link-hover: #1e40af;--color-ink-active: #af1e1e;--font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-size-base: 16px;--spacing-unit: 8px}body{font-family:Nunito,system-ui,sans-serif;font-weight:400;background-color:var(--color-bg);color:var(--color-text-secondary)}h1,h2,h3{font-family:Space Grotesk,sans-serif;font-weight:600;letter-spacing:-.02em;color:var(--color-text-primary)}code,pre{font-family:Fira Code,monospace;font-weight:450}a{text-decoration:none;font-size:large;font-weight:400;color:var(--color-link);transition:all .5s ease}a:hover{scale:1.1;color:var(--color-link-hover)}a:active{color:var(--color-link-active)}header nav{height:100px;display:flex;justify-content:space-evenly;align-items:center;margin:0 100px}.home-container{padding:2rem}.techstack-container{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1rem}.techstack-card{flex:1 1 300px;background:#f5f5f5;border-radius:1rem;box-shadow:0 4px 6px #0000001a;overflow:hidden}.techstack-card-header{background:#4f9eff;padding:.8rem 1rem;text-align:center}.techstack-title{margin:0;color:#fff;font-size:1.2rem;font-weight:700}.techstack-list{margin:1rem 0;padding-left:0;list-style-type:none}.techstack-list li{padding:.5rem 1rem;border-bottom:1px solid #e0e0e0}.techstack-section{margin:1rem}.techstack-subtitle{margin-bottom:.25rem;font-weight:700}
