@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Sacramento&display=swap";:root{font-family:Caveat,cursive;line-height:1.5;font-weight:400;color-scheme:light;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;flex-direction:column;align-items:center;min-width:320px;min-height:100vh;padding:4rem 2rem 2rem}#root{max-width:800px;width:100%;margin:0 auto;text-align:left}.section{margin:4rem 0;padding:2rem 0;border-top:1px dashed #ccc}.hero-section{text-align:center;margin-bottom:5rem;border-top:none}h2{font-size:2rem;margin-bottom:1.5rem;font-weight:700;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}h3{font-size:1.5rem;margin:.5rem 0;font-weight:700}p{font-size:1.8rem;line-height:1.4;font-weight:400;margin-bottom:1rem}.hero-section p{font-size:2.5rem;font-weight:700}.signature{font-family:Sacramento,cursive;font-size:2.5rem;margin-top:2rem;opacity:.8;transform:rotate(-5deg);display:inline-block}.experience-item{margin-bottom:2rem}.experience-item .company,.experience-item .period{display:block;font-family:Courier New,Courier,monospace;font-size:1rem;color:#555;margin-bottom:.25rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{padding:1.5rem;border:2px solid #000;border-radius:8px;transition:transform .2s ease}.project-card:hover{transform:translateY(-5px);box-shadow:4px 4px #000}.project-card .tech-stack{display:block;font-family:Courier New,Courier,monospace;font-size:.9rem;margin-bottom:1rem;color:#333;background:#f0f0f0;padding:.2rem .5rem;border-radius:4px;width:fit-content}.project-card a{display:inline-block;margin-top:1rem;color:#000;text-decoration:underline;font-weight:700;font-size:1.2rem}.contact-section{text-align:center;border-bottom:none;margin-bottom:0}.contact-links{margin-top:2rem;display:flex;justify-content:center;gap:2rem}.contact-links a{font-size:1.5rem;color:#000;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .2s}.contact-links a:hover{border-bottom:2px solid #000}@media(max-width:600px){body{padding:2rem 1rem 1rem}p{font-size:1.25rem}.hero-section p{font-size:1.8rem}h2{font-size:1.75rem}.projects-grid{grid-template-columns:1fr}}
