.overlay-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000}.overlay-container{background:#212b66;padding:4rem 2rem 2rem;border-radius:24px;width:1000px;max-height:90vh;height:75vh;overflow-y:auto;box-shadow:0 0 30px #00000040;position:relative;display:flex;flex-direction:column;align-items:center}.close-btn{position:absolute;top:1rem;right:1rem;background:#7599fc;border:2px solid #ccc;border-radius:8px;font-size:1.5rem;padding:.3rem .7rem;cursor:pointer;z-index:100}.overlay-title{white-space:pre;text-align:center;font-size:1.75rem;color:#fff}.project-carousel{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;width:100%}.project-card{width:280px;background:#13172c;border:2px solid #c9b6f3;border-radius:16px;padding:1rem;text-align:left;word-wrap:break-word;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;min-height:360px}.project-card img{width:100%;border-radius:12px;margin-bottom:.5rem}.skills:before{content:"";display:block;height:1px;background:#444;margin:1rem 0 .5rem}.skills{font-size:.8rem;overflow-wrap:break-word;color:#ccc;margin-top:.5rem;white-space:normal}.animated-letter{display:inline-block;opacity:0;transform:translateY(20px);animation:fadeInUp .4s forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.profile-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;width:100%}.profile-image{width:140px;height:140px;border-radius:50%;object-fit:cover;box-shadow:0 4px 8px #0003;border:3px solid #ffffff}.profile-info{flex:1}.profile-name{margin:0;font-size:1.75rem;font-weight:700;color:#fff}.profile-description{margin-top:.5rem;font-size:.95rem;color:#ddd;line-height:1.4}.profile-links{margin-top:.75rem;display:flex;gap:1rem;flex-wrap:wrap}.profile-links a{font-size:.9rem;color:#acf;text-decoration:none;font-weight:500;transition:color .2s ease}.profile-links a:hover{color:#fff;text-decoration:underline}.top-bar{position:fixed;top:0;left:0;width:100%;height:50px;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;display:flex;justify-content:center;box-shadow:0 2px 10px #0000004d}.top-bar-inner{width:100%;max-width:1200px;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.1rem;font-weight:600;color:#fff}.about-btn{background:transparent;border:1px solid #ffffff88;padding:.4rem .9rem;border-radius:6px;color:#fffc;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s ease}.about-btn:hover{background:#ffffff22;color:#fff;border-color:#fffa}html,body{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden;background-color:#0f0f0f;font-family:Avenir,sans-serif;color:#fff}canvas{display:block;width:100%;height:100%;position:absolute;top:0;left:0}.overlay{position:absolute;top:10%;left:10%;background-color:#000000e6;color:#fff;padding:2rem;border-radius:12px;max-width:400px;z-index:10;box-shadow:0 0 20px #fff3;animation:fadeIn .3s ease-in-out}.overlay button{position:absolute;top:10px;right:10px;background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
