body{margin:0;font-family:Courier New,Courier,monospace;background:radial-gradient(circle,#393a3b,#393535);color:#fff;overflow:hidden;position:relative}body:before,body:after{content:"";position:fixed;top:50%;left:50%;width:200px;height:200px;border:3px solid #5f5f5f;border-radius:50%;transform:translate(-50%,-50%);animation:ripple 6s linear infinite;z-index:-1}body:after{animation-delay:3s}@keyframes ripple{0%{width:0;height:0;opacity:.8}70%{opacity:.2}to{width:2000px;height:2000px;opacity:0}}#tsparticles{position:fixed;width:100%;height:100%;z-index:0;top:0;left:0}.navbar{padding:1rem 2rem;background:#222;display:flex;align-items:center;gap:3rem;border:1px solid #ff9900}.navbar img{height:50px;width:auto;filter:invert(1)}.nav-link{color:#fff;text-decoration:none;font-weight:500;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:2px;background-color:#f90;transition:width .3s ease}.nav-link:hover:after{width:100%}.cv-button{padding:.5rem 1rem;background-color:#f90;color:#222;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease;text-decoration:none;position:relative;left:1000px}.cv-button:hover{color:#fff;background-color:#222;box-shadow:#f90 0 0 10px}.home-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center}.profile-wrapper{position:relative;display:inline-block;flex-shrink:0;position:absolute;left:170px;top:200px}.img-profile{width:350px;border-radius:50%;z-index:2;position:relative}.profile-wrapper:before{content:"";position:absolute;top:-15px;left:-15px;width:calc(100% + 30px);height:calc(100% + 30px);border:4px solid #ff9900;border-radius:50%;animation:rotateClockwise 6s linear infinite}.profile-wrapper:after{content:"";position:absolute;top:-30px;left:-30px;width:calc(100% + 60px);height:calc(100% + 60px);border:4px solid #ffcc66;border-radius:50%;animation:rotateCounter 8s linear infinite}.home-text{font-size:20px;position:relative;top:-100px;max-width:500px}@keyframes rotateClockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateCounter{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.about-container{display:flex;min-height:80vh;color:#fff;background:transparent}.about-sidebar{width:200px;padding:2rem 1rem;display:flex;flex-direction:column;justify-content:center;gap:1rem;background:transparent}.about-sidebar button{background:transparent;color:#fff;border:none;padding:.8rem;text-align:left;cursor:pointer;border-radius:8px;transition:background .2s}.about-sidebar button:hover{background:#ffffff1a}.about-sidebar button.active{background:#f90}.about-content{flex:1;padding:2rem;background:transparent}.tech-section h3{margin-top:1rem;color:#fff}.tech-grid{display:flex;gap:1rem;flex-wrap:wrap}.tech-card{background:#ffffff0d;padding:.5rem;border-radius:8px;text-align:center;width:80px}.tech-card img{width:40px;height:40px;object-fit:contain}.tech-card span{display:block;margin-top:.25rem;font-size:.85rem;color:#ddd}.text-section{background:#ffffff0d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #0003;max-width:800px;margin:0 auto;animation:fadeIn .3s ease-in-out}.text-section h2{margin-bottom:1rem;color:#fff}.text-section p{font-size:1rem;line-height:1.6;color:#ddd}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.card-content{background:#ffffff14;border-radius:16px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.card-content:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 25px #0000004d}.project-image{width:100%;height:180px;object-fit:cover;border-top-left-radius:16px;border-top-right-radius:16px}.project-info{padding:1rem;color:#fff}.project-info h3{font-size:1.3rem;margin-bottom:.5rem}.project-info p{font-size:.9rem;opacity:.85;margin-bottom:1rem}.project-link{display:inline-block;padding:.6rem 1rem;background:#ffffff26;border-radius:8px;color:#fff;text-decoration:none;font-weight:500;transition:background .2s ease}.project-link:hover{background:#ffffff4d}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;padding:1.5rem}.project-card{background:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000004d}.project-image{width:100%;height:150px;object-fit:cover}.project-info{padding:1rem}.project-info h3{margin:0 0 .5rem;font-size:1.2rem}.project-info p{font-size:.9rem;color:#ccc}.project-info a{display:inline-block;margin-top:.5rem;color:#0af;text-decoration:none}.contact-form{background:#ffffff0d;padding:2rem;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;max-width:600px;margin:0 auto;box-shadow:0 4px 15px #0003}.contact-form *{box-sizing:border-box}.contact-form input,.contact-form textarea{width:100%;padding:.9rem 1rem;margin-bottom:1rem;border:none;border-radius:10px;background:#ffffff1a;color:#fff;font-size:1rem;outline:none;transition:background .3s,box-shadow .3s}.contact-form input:focus,.contact-form textarea:focus{background:#ffffff26;box-shadow:0 0 0 2px #fff3}.contact-form textarea{resize:none;min-height:120px}.contact-form button{display:inline-block;background:#f60;color:#fff;font-size:1rem;padding:.9rem 2rem;border:none;border-radius:10px;cursor:pointer;transition:background .3s,transform .2s}.contact-form button:hover{background:#ff8533;transform:translateY(-2px)}.social-links{display:flex;justify-content:center;gap:1.2rem;margin-top:1.5rem}.social-links a{font-size:1.8rem;color:#fff;transition:transform .2s ease,color .3s ease}.social-links a:hover{color:#f80;transform:scale(1.2)}.contact-container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:1rem;background:linear-gradient(90deg,#2b3d6b,#012263)}.social-links{display:flex;gap:1rem}.social-links a{color:#fff;font-size:1.5rem;transition:transform .2s,color .3s}.social-links a:hover{transform:scale(1.2);color:#f60}
