body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:#fff;font-family:Segoe UI,sans-serif;margin:0;padding:0}.hero-section{align-items:center;background:linear-gradient(135deg,#8e2de2,#4a00e0);color:#fff;display:flex;height:80vh;justify-content:center;text-align:center}.hero-content h1{font-size:3rem;margin:0}.hero-content p{font-size:1.5rem;margin-top:1rem}.about-section{background-color:#fff;padding:4rem 2rem;text-align:center}.about-section h2{font-size:2rem;margin-bottom:1rem}.about-section p{color:#555;font-size:1.2rem;margin:0 auto;max-width:600px}.projects-section{background-color:#f7f7f7;padding:4rem 2rem;text-align:center}.projects-section h2{font-size:2rem;margin-bottom:2rem}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1000px}.project-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 6px 30px #0000001a;transform:translateY(-5px)}.project-card h3{font-size:1.4rem;margin-bottom:.5rem}.project-card p{color:#666;font-size:1rem;margin-bottom:1rem}.project-card button{background-color:#4a00e0;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.6rem 1.2rem}.project-card button:hover{background-color:#3700b3}.skills-section{background-color:#fff;padding:4rem 2rem;text-align:center}.skills-section h2{font-size:2rem;margin-bottom:2rem}.skills-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:0 auto;max-width:900px}.skill-card{background:#f5f5f5;border-radius:8px;box-shadow:0 2px 10px #0000000d;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:transform .2s ease}.skill-card:hover{background:#e0e0ff;transform:scale(1.05)}.contact-section{background-color:#f7f7f7;padding:4rem 2rem;text-align:center}.contact-section h2{font-size:2rem;margin-bottom:1rem}.contact-section p{color:#555;font-size:1.1rem;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:600px}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:6px;font-size:1rem;padding:.8rem 1rem;resize:none}.contact-form button{background-color:#4a00e0;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.8rem 1.2rem;transition:background .3s ease}.contact-form button:hover{background-color:#3700b3}@media (max-width:768px){.hero-section{height:auto;padding:3rem 1rem}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.1rem}.about-section{padding:3rem 1rem}.about-section h2{font-size:1.5rem}.about-section p{font-size:1rem}.projects-section{padding:3rem 1rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-card{padding:1.5rem}.project-card h3{font-size:1.2rem}.project-card p{font-size:.95rem}.skills-section{padding:3rem 1rem}.skills-grid{gap:1rem}.skill-card{font-size:.95rem;padding:.8rem 1.5rem}.contact-section{padding:3rem 1rem}.contact-section h2{font-size:1.5rem}.contact-section p{font-size:1rem}.contact-form button,.contact-form input,.contact-form textarea{font-size:.95rem}}.navbar{align-items:center;background-color:#fff;border-bottom:1px solid #e0e0e0;display:flex;flex-wrap:wrap;justify-content:space-between;padding:1rem 2rem;position:sticky;top:0;transition:background-color .3s ease,border-color .3s ease;z-index:10}.logo{font-size:1.2rem;font-weight:700;transition:color .3s ease}.nav-links{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:center;list-style:none;padding:0 1rem;row-gap:.5rem;width:100%}.nav-links li{margin:0}.nav-links a{color:#333;font-weight:500;padding:.5rem .75rem;text-align:center;text-decoration:none;transition:color .3s ease}.nav-links li:first-child a,.nav-links li:last-child a{margin:0}.nav-links a:hover{color:#007bff}.theme-toggle{color:#333;cursor:pointer;font-size:1.2rem;margin-top:.5rem;transition:color .3s ease}html.dark .navbar{background-color:#333;border-bottom:1px solid #555}html.dark .nav-links a{color:#eee}html.dark .nav-links a:hover{color:#4dabf7}html.dark .logo,html.dark .theme-toggle{color:#eee}@media (max-width:768px){.navbar{align-items:center;flex-direction:column;padding:1rem}.nav-links{gap:1rem;justify-content:center;padding:0 1rem;row-gap:.5rem}.nav-links a{font-size:.95rem}.theme-toggle{font-size:1.5rem}}
/*# sourceMappingURL=main.90e27dbb.css.map*/