:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{font-family:Arial,sans-serif;margin:0;background:#f4f4f4;color:#fff}.navbar{background-color:#a9a9a9;padding:1rem;display:flex;justify-content:flex-end;color:#fff}.navbar ul{list-style:none;display:flex;gap:1rem;margin:0;padding:0}.navbar a{color:#fff;text-decoration:none}.section{padding:2rem;margin:0;width:100%;max-width:100vw;box-sizing:border-box;background:#fff;border-radius:0}.home-container{display:flex;align-items:center;justify-content:space-between;padding:3rem 2rem;flex-wrap:wrap;background-color:#696969;border-radius:0;margin:0;width:100vw;box-sizing:border-box}.bubbles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;margin:0;padding:0;list-style:none}.bubbles li{position:absolute;display:block;list-style:none;width:40px;height:40px;background:#dc143c;animation:bubble 20s infinite;bottom:-150px;border-radius:50%;filter:blur(1px)}.bubbles li:nth-child(1){left:10%;width:60px;height:60px;animation-duration:25s}.bubbles li:nth-child(2){left:20%;width:30px;height:30px;animation-duration:18s}.bubbles li:nth-child(3){left:25%;animation-duration:22s}.bubbles li:nth-child(4){left:40%;width:50px;height:50px;animation-duration:17s}.bubbles li:nth-child(5){left:55%;animation-duration:20s}.bubbles li:nth-child(6){left:70%;width:25px;height:25px;animation-duration:26s}.bubbles li:nth-child(7){left:80%;animation-duration:19s}.bubbles li:nth-child(8){left:90%;width:45px;height:45px;animation-duration:24s}.bubbles li:nth-child(9){left:65%;animation-duration:21s}.bubbles li:nth-child(10){left:35%;animation-duration:23s}@keyframes bubble{0%{transform:translateY(0) scale(1);opacity:0}50%{opacity:.5}to{transform:translateY(-1200px) scale(1.2);opacity:0}}.home-text,.home-image{position:relative;z-index:1}.home-text{flex:1 1 50%;padding:1rem}.home-text h1{font-size:2.5rem;margin-bottom:1rem}.home-text span{color:#fff;font-weight:700}.home-text p{font-size:1.1rem;margin-bottom:1.5rem}.btn{background-color:silver;color:#fff;padding:.8rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:700}.btn:hover{background-color:#696969}.home-image{flex:1 1 40%;text-align:center;padding:1rem}.home-image img{max-width:250px;width:100%;border-radius:50%;box-shadow:0 0 10px #0000001a}.about-container{display:flex;align-items:center;gap:2rem;padding:3rem 2rem;background-color:silver;border-radius:0;width:100vw;margin:0;flex-wrap:wrap;box-sizing:border-box}.about-image{flex:1 1 40%;text-align:center}.about-image img{width:100%;max-width:300px;border-radius:10px;box-shadow:0 4px 10px #0000001a}.about-text{flex:1 1 60%;padding:1rem;flex-direction:column;align-items:center;justify-content:center;text-align:center}.about-text h2{font-size:2rem;margin-bottom:1rem;color:gray}.about-text p{font-size:1.1rem;margin-bottom:1rem;line-height:1.6}.about-text span{color:gray;font-weight:600}.projects{padding:3rem 2rem;width:100vw;margin:0;box-sizing:border-box;background-color:gray}.projects h2{text-align:center;font-size:2.2rem;margin-bottom:2.5rem;color:#fff}.project-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;width:100%;box-sizing:border-box}.project-card{background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease;text-align:center}.project-card:hover{transform:translateY(-8px)}.project-icon{font-size:2rem;margin-bottom:.5rem;color:#696969}.project-card h3{font-size:1.3rem;margin-bottom:.5rem}.project-card p{font-size:.95rem;color:#555;margin-bottom:1rem}.tech-stack{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.tech{background-color:#eee;color:#333;font-size:.8rem;padding:.3rem .7rem;border-radius:20px}.skills-section{padding:3rem 2rem;max-width:900px;margin:auto}.skills-section h2{text-align:center;font-size:2.2rem;margin-bottom:2rem;color:#6200ea}.skills-list{display:flex;flex-direction:column;gap:1.5rem}.skill-card{background-color:#d3d3d3;border-radius:10px;padding:1rem 1.5rem;box-shadow:0 4px 8px #0000000d;transition:transform .3s ease}.skill-card:hover{transform:translateY(-5px)}.skill-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.skill-icon{font-size:1.5rem}.skill-name{font-weight:600;flex:1;margin-left:.5rem}.skill-percentage{font-weight:500;color:#555}.skill-bar{background-color:#e0e0e0;border-radius:20px;height:12px;overflow:hidden}.skill-fill{height:100%;border-radius:20px;transition:width 1s ease}.edu-container{padding:3rem 2rem;width:100vw;margin:0;box-sizing:border-box;background-color:#dcdcdc}.edu-container h2{text-align:center;font-size:2.2rem;margin-bottom:2.5rem;color:#000}.edu-content{display:flex;flex-wrap:wrap;gap:2rem;width:100%;box-sizing:border-box}.edu-box{flex:1 1 300px;background:#f9f9f9;padding:2rem;border-radius:10px;box-shadow:0 4px 10px #0000000d;transition:transform .3s ease}.edu-box:hover{transform:translateY(-5px)}.edu-box h3{font-size:1.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;color:#000}.edu-item{margin-bottom:1.2rem}.edu-item h4{font-size:1.1rem;font-weight:600;color:#333}.degree{color:#696969;font-weight:500}.year{font-size:.9rem;color:#777;margin-bottom:.5rem}.desc{font-size:.95rem;color:#444}.contact-section{padding:3rem 2rem;text-align:center;width:100vw;margin:0;box-sizing:border-box;background-color:#d3d3d3}.contact-section h2{font-size:2rem;margin-bottom:2rem;color:gray}.contact-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;box-sizing:border-box}.contact-icon{display:flex;flex-direction:column;align-items:center;font-size:2rem;transition:transform .3s ease,color .3s;text-decoration:none}.contact-icon span{font-size:1rem;margin-top:.5rem;color:#333}.contact-icon:hover{transform:scale(1.1);color:#000}.footer{background-color:#f3f0ff;color:#333;padding:2rem 1rem;text-align:center;margin-top:4rem;border-top:1px solid #ddd;width:100vw;box-sizing:border-box}.footer-container{width:100%;max-width:none;margin:0;padding:0 2rem;box-sizing:border-box}.footer-name{font-size:1.5rem;font-weight:700;color:gray;margin-bottom:1rem}.footer-nav{list-style:none;padding:0;margin:1rem 0;display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.footer-nav li a{color:#555;text-decoration:none;font-weight:500;transition:color .3s}.footer-nav li a:hover{color:gray}.footer-icons{margin:1rem 0;font-size:1.5rem;display:flex;justify-content:center;gap:1rem}.footer-icons a{color:#777;transition:color .3s,transform .3s}.footer-icons a:hover{color:gray;transform:scale(1.1)}.footer-copy{font-size:.9rem;color:#777;margin-top:1rem}
