*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:#f9fafb;color:#111}a{text-decoration:none;color:inherit}.navbar{background:#fff;border-bottom:1px solid #e5e7eb}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;max-width:1100px;margin:0 auto}.logo{display:flex;align-items:center}.logo img{height:30px;width:auto}.links{display:flex;gap:1.5rem}.links a{text-decoration:none;font-size:.9rem;font-weight:500;color:#374151}.links a:hover{color:#111827}@media(max-width:768px){.navbar{flex-direction:column;gap:.75rem}.links{gap:1rem}}.page{max-width:1000px;margin:auto;padding:40px 20px}h1,h2,h3{margin-top:0}section{margin-bottom:60px}.projects-grid{display:grid;align-items:stretch;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:1.5rem}.card{background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;border:1px solid #e5e7eb}.project-card{height:100%;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:0rem;transition:transform .2s ease,box-shadow .2s ease}.project-card p{font-size:.9rem;line-height:1.45}.project-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000000f}.project-image{width:100%;height:auto;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:.5rem;object-fit:cover}.project-card .project-image:hover{filter:brightness(.98)}.project-card h3{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:.5rem}.project-card p{font-size:.95rem;color:#374151;line-height:1.5;margin:0}.project-card .project-details{margin:1rem 0;font-size:.85rem;color:#6b7280}.project-tech{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:1rem 0}.project-tech li{background:#f3f4f6;color:#374151;font-size:.75rem;padding:.25rem .5rem;border-radius:999px}.project-links{display:flex;gap:1rem;margin-top:auto}.project-links a{font-size:.85rem;font-weight:500;color:#2563eb;text-decoration:none}.project-links a:hover{text-decoration:underline}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center;padding:4rem 1rem;max-width:1100px;margin:0 auto}.hero h1{font-size:2.25rem;font-weight:600;margin-bottom:1rem}.hero-subtitle{font-size:1.05rem;color:#4b5563;max-width:520px}.hero-image{display:flex;justify-content:center}.hero-image img{width:100%;max-width:340px;border-radius:14px}.hero-actions{margin-top:30px}@media(max-width:768px){.hero{grid-template-columns:1fr;text-align:center}.hero-subtitle{margin:0 auto}.hero-actions{justify-content:center}}.button{display:inline-block;padding:12px 20px;border-radius:6px;font-weight:500;margin-right:15px}.button.primary{background:#111;color:#fff}.button.secondary{border:1px solid #111}.tech{color:#555;font-size:.9rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}form input,form textarea{width:100%;padding:10px;margin-bottom:15px;border-radius:6px;border:1px solid #ccc;font-family:inherit}form textarea{min-height:120px;resize:vertical}form button{cursor:pointer;margin-top:10px}.char-success{display:none;color:#16a34a;font-size:.85rem;margin-top:4px;opacity:0;transition:opacity .2s ease}.char-success.visible{opacity:1;display:block}.char-hint{display:block;color:#666;font-size:.85rem;margin-top:4px}@media(max-width:768px){.nav-inner{flex-direction:column;align-items:center;gap:10px}.links a{margin-left:0;margin-right:15px}.hero h1{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.page{padding:30px 16px}.button{display:block;margin-bottom:10px;text-align:center}}.footer{position:relative;background-color:#111827;color:#ccc;padding:60px 20px 30px;margin-top:80px;font-family:inherit}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:#46d1fc}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:15px}.footer-brand{font-size:1.5rem;font-weight:600}.footer-tagline{font-size:.9rem;color:#999}.footer-section a{display:block;margin-bottom:10px;text-decoration:none;color:#ccc;transition:color .3s ease}.footer-section a:hover{color:#fff}.social-link{display:flex;align-items:center;gap:10px}.footer-bottom{text-align:center;margin-top:50px;font-size:.8rem;color:#777;border-top:1px solid #222;padding-top:20px}@media(max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center}.social-link{justify-content:center}}
