html{scroll-behavior:smooth}body{color:#333;font-family:Rubik,sans-serif;font-weight:400;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#222;font-family:Rubik,sans-serif;font-weight:600;line-height:1.2}a{color:#667eea;font-family:Rubik,sans-serif;font-weight:500;text-decoration:none;transition:color .3s,transform .2s}a:hover{color:gold;text-decoration:underline;transform:translateY(-1px)}main{scroll-behavior:smooth}.page{justify-content:center;align-items:center;min-height:100dvh;padding:2rem;display:flex}.hero-page{color:#fff;background:linear-gradient(#764ba2,#667eea);align-items:flex-start}.about-page{background:linear-gradient(#667eea 0%,#6e65c6 25%,#b1addd 50%,#e0dff2 75%,#f4f4f4 100%)}.projects-page{color:#333;background-color:#f4f4f4}.about{border-radius:24px;justify-content:center;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.vanta-bg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.vanta-bg.vanta-fallback{filter:saturate(175%)contrast(140%);background:linear-gradient(115deg,#ff00c8a6,#ff00c826 35%,#0000 60%),linear-gradient(295deg,#00fff099,#00fff01f 40%,#0000 70%),radial-gradient(circle at 50% 120%,#141a44,#020207 70%);box-shadow:inset 0 0 180px #0000008c}.vanta-bg.vanta-fallback canvas{display:none!important}.about-card-wrapper,.about-card{z-index:1;position:relative}.about-card-wrapper{background:linear-gradient(270deg,#c5a43db3,#3a5bc2b3);border-radius:24px;justify-content:center;padding:5px;display:flex}.about-card{opacity:0;background:#ffffffb3;border-radius:19px;flex-direction:row;flex:1;align-items:center;gap:2rem;width:100%;max-width:900px;height:auto;transition:transform .3s,opacity .6s;display:flex;overflow:hidden;transform:translateY(50px);box-shadow:0 6px 18px #0000001a}.about-card.visible{opacity:1;transform:translateY(0)}.about-image{flex:none;justify-content:center;align-items:center;width:40%;max-width:360px;display:flex;overflow:hidden}.about-image img{object-fit:cover;border-radius:18px;width:100%;height:auto}.about-content{flex-direction:column;flex:1;justify-content:center;max-width:540px;padding:2rem;display:flex}.about-content h2{margin-bottom:1rem;font-size:2rem}.about-content p{color:#333;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.about-socials a{color:#667eea;margin-right:1rem;font-weight:600;text-decoration:none;transition:color .3s,transform .2s}.about-socials a:hover{color:gold;text-decoration:none;transform:translateY(-2px)}@media (max-width:768px){.about{padding:1.25rem 0}.about-card{flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:none;margin:0;padding:.75rem}.about-image{aspect-ratio:1;width:100%;max-width:320px;margin:0 auto}.about-image img{object-fit:cover;width:100%;height:100%}.about-content{text-align:center;flex:none;gap:.5rem;padding:.5rem 1rem}.about-content h2,.about-content p{margin:0}.about-socials{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}.about-socials a{margin:0}}@media (max-width:480px){.about-card{border-width:3px;gap:.5rem;padding:.5rem}.about-image{max-width:280px}.about-content h2{font-size:1.4rem}.about-content p{font-size:1rem}}.footer{text-align:center;color:#f9fafb;background-color:#1f2937;padding:2rem 1rem;font-size:.9rem}.footer a{color:#667eea;font-weight:500;text-decoration:none;transition:color .3s,transform .2s}.footer a:hover{color:gold;text-decoration:underline;transform:translateY(-1px)}.hero{text-align:center}.hero-banner{width:100%;height:396px;animation:.8s ease-out forwards slideFromTop;overflow:hidden}.hero-banner img{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.hero-content h1,.hero-content p,.hero-cta{opacity:0;animation:.6s ease-out .6s forwards fadeInUp;transform:translateY(20px)}.hero-content h1{margin-bottom:1rem;font-size:3rem}.hero-content p{margin-bottom:2rem;font-size:1.25rem}.hero-cta{color:#764ba2;background-color:#fff;border-radius:5px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .3s,color .3s,transform .2s,box-shadow .3s}.hero-cta:hover{color:#fff;background-color:#764ba2;transform:scale(1.05);box-shadow:0 6px 18px #0000004d}@keyframes slideFromTop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;opacity:0;background-color:#fffc;padding:.5rem 2rem;animation:.8s ease-out forwards slideInFromRight;position:sticky;top:0;transform:translate(100%);box-shadow:0 2px 5px #0000001a}.navbar-links{gap:2rem;margin:0;padding:0;list-style:none;display:flex;position:relative}.navbar-links li{opacity:0;animation:.5s ease-out forwards linkSlideIn;transform:translate(20px)}.navbar-links li:first-child{animation-delay:.5s}.navbar-links li:nth-child(2){animation-delay:.7s}.navbar-links li:nth-child(3){animation-delay:.9s}.navbar-links li:nth-child(4){animation-delay:1.1s}.navbar-links a{color:#333;font-weight:600;text-decoration:none;transition:color .3s,transform .2s;position:relative}.navbar-links a:after{content:"";background-color:#667eea;width:0%;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.navbar-links a:hover:after,.navbar-links a.active:after{width:100%}.navbar-links a:hover{color:#667eea;transform:translateY(-1px)}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes linkSlideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.project-content{width:100%}.project-content img{object-fit:contain;max-width:100%;height:auto;max-height:60vh;margin:0 auto;display:block}.image-carousel{box-sizing:border-box;background-color:#f9f9f9;border:2px solid #ddd;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:600px;margin:1rem auto;padding:.5rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000000d}.carousel-image{object-fit:contain;border-radius:5px;width:100%;max-width:100%;max-height:50vh;display:block}.image-carousel .placeholder{color:#888;text-align:center;background-color:#fafafa;border:2px dashed #ccc;border-radius:5px;justify-content:center;align-items:center;width:100%;height:50vh;padding:1rem;font-weight:700;display:flex}.carousel-controls{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;margin-top:.5rem;display:flex}.carousel-controls button{color:#fff;cursor:pointer;background-color:#667eea;border:none;border-radius:5px;padding:.4rem .8rem;font-weight:700;transition:all .3s}.carousel-controls button:hover{background-color:#3b50c4;transform:scale(1.05);box-shadow:0 6px 12px #00000040}.carousel-controls p{opacity:.8;margin:0;font-weight:700}@media (max-width:480px){.image-carousel{max-width:95%;padding:.3rem}.carousel-image{max-height:40vh}.carousel-controls button{padding:.3rem .6rem;font-size:.9rem}.carousel-controls p{font-size:.85rem}}@media (max-width:360px){.carousel-image{max-height:30vh}.carousel-controls button{padding:.25rem .5rem;font-size:.8rem}.carousel-controls p{font-size:.75rem}}.carousel{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:800px;margin:2rem auto;display:flex}.carousel-content{background-color:#f9f9f9;border:2px solid #ddd;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:200px;padding:1rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000000d}.carousel-index{text-align:center;opacity:.8;margin-top:.5rem;font-weight:700}.carousel-navigation{justify-content:space-between;width:100%;margin-top:1rem;display:flex}.carousel-navigation button{color:#fff;cursor:pointer;background-color:#667eea;border:none;border-radius:5px;padding:.5rem 1rem;font-weight:700;transition:all .3s}.carousel-navigation button:hover{color:#fff;background-color:#3b50c4;transform:scale(1.05);box-shadow:0 6px 12px #00000040}
