*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:#333;background-color:#fafafa}header{background:#fff;box-shadow:0 2px 4px #0000001a;padding:1rem 2rem}nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo{font-size:1.5rem;font-weight:700;color:#333;text-decoration:none}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#333;text-decoration:none;transition:color .3s}.nav-links a:hover,.nav-links a.active{color:#007bff}main{max-width:1200px;margin:0 auto;padding:2rem}footer{text-align:center;padding:2rem;background:#333;color:#fff;margin-top:3rem}.hero{text-align:center;padding:4rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;margin-bottom:2rem}.hero h1{font-size:2.5rem;margin-bottom:1rem}.about,.projects,.skills{margin-bottom:3rem}.about h2,.projects h2,.skills h2{font-size:2rem;margin-bottom:1rem;color:#333}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.project-card{display:block;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s;text-decoration:none;color:inherit}.project-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #00000026}.project-card h3{margin-bottom:.5rem;color:#333}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tags span{background:#e9ecef;padding:.5rem 1rem;border-radius:4px;font-size:.9rem}@media (max-width: 768px){.hero h1{font-size:1.5rem}.project-grid{grid-template-columns:1fr}}.contact{max-width:600px;margin:0 auto}.contact h1{font-size:2rem;margin-bottom:1rem}.contact-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#007bff}.btn{background:#007bff;color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;border-radius:4px;cursor:pointer;transition:background .3s}.btn:hover{background:#0056b3}.container{max-width:800px;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}h1{text-align:center;color:#333;margin-bottom:2rem}.input-section{margin-bottom:1.5rem}textarea{width:100%;height:200px;padding:1rem;font-size:1rem;border:2px solid #ddd;border-radius:8px;resize:vertical;font-family:inherit;box-sizing:border-box}textarea:focus{outline:none;border-color:#4a90d9}.controls{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:center}select{padding:.75rem 1rem;font-size:1rem;border:2px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;min-width:200px}select:focus{outline:none;border-color:#4a90d9}button{padding:.75rem 1.5rem;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}button.primary{background:#4a90d9;color:#fff}button.primary:hover{background:#357abd}button.secondary{background:#f5f5f5;color:#666}button.secondary:hover{background:#e5e5e5}.result{background:#f8f9fa;padding:1.5rem;border-radius:8px;text-align:center}.result h2{margin:0;font-size:1rem;color:#666;font-weight:400}.result .count{font-size:3rem;font-weight:700;color:#333;margin:.5rem 0}.result .label{font-size:.875rem;color:#888}.error{background:#fee;color:#c00;padding:1rem;border-radius:8px;margin-bottom:1rem}.loading{text-align:center;color:#666;padding:1rem}.description{text-align:center;color:#666;margin-bottom:2rem;font-size:1.1rem}
