: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;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:Poppins,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;background-color:#fdfcfb;color:#333;line-height:1.6;scroll-behavior:smooth}header{background-color:#f7f2ff;color:#3a0061;padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;box-shadow:0 2px 6px #0000000d}header h1{margin:0;font-size:1.5rem;letter-spacing:1px;transition:color .3s ease}header h1:hover{color:#7b2cbf}nav a{color:#3a0061;margin-left:1.5rem;text-decoration:none;font-weight:500;transition:color .3s ease}nav a:hover{color:#9d4edd}.hero{text-align:center;padding:6rem 1rem;background:linear-gradient(180deg,#fff,#f3e8ff);animation:fadeIn 1.5s ease-in-out}.hero h2{font-size:2.2rem;color:indigo;margin-bottom:.5rem}.hero p{font-size:1.1rem;color:#555}.btn{display:inline-block;background-color:#9d4edd;color:#fff;padding:.7rem 1.4rem;border-radius:8px;text-decoration:none;margin-top:1.5rem;font-weight:500;transition:background-color .3s ease,transform .3s ease}.btn:hover{background-color:#7b2cbf;transform:translateY(-2px)}section{padding:3rem 2rem;max-width:900px;margin:auto;text-align:center;animation:fadeInUp 1s ease-in-out}section h2{border-bottom:3px solid #9d4edd;display:inline-block;margin-bottom:1.2rem;color:#3a0061;padding-bottom:.3rem}section p{color:#444}ul{list-style:none;padding:0}ul li{background:#f4ecff;margin:.5rem 0;padding:.7rem;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}ul li:hover{transform:scale(1.02);box-shadow:0 2px 8px #9d4edd33}.project{background:#faf7ff;padding:1.2rem;border-radius:10px;margin-bottom:1.5rem;box-shadow:0 2px 5px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.project:hover{transform:translateY(-4px);box-shadow:0 4px 10px #9d4edd33}.project h3{color:indigo;margin-bottom:.5rem}footer{background-color:#3a0061;color:#fff;text-align:center;padding:1rem 0;margin-top:3rem;font-size:.9rem;letter-spacing:.5px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}
