@import"https://fonts.googleapis.com/css2?family=Preahvihear&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body,html,#root{height:100%;font-family:Inter,sans-serif;background-color:#1a0b2e;color:#fff}.header{position:fixed;top:0;width:100%;height:70px;padding:20px 180px;background:linear-gradient(90deg,#1a0b2e,#4c007d);display:flex;justify-content:flex-end;align-items:center;z-index:1000}.group-1{display:flex;gap:80px;align-items:center}.about1,.projects,.contact{color:#fff;font-size:22px;cursor:pointer;transition:color .3s ease;text-decoration:none}.about1:hover,.projects:hover,.contact:hover{color:#c8c8ff}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;cursor:pointer}.hamburger div{background:#fff;height:3px;border-radius:2px}.mobile-menu{position:absolute;top:80px;right:0;background:#1a0b2ee6;width:100%;padding:20px 0;display:flex;flex-direction:column;align-items:center;gap:20px}.mobile-menu a{color:#fff;font-size:20px;text-decoration:none}.language-switcher-capsule{position:fixed;top:20px;right:20px;z-index:2000;display:flex;align-items:center;background-color:#000000b3;border:2px solid rgba(255,255,255,.2);border-radius:30px;padding:4px;cursor:pointer;transition:all .3s ease}.language-switcher-capsule:hover{background-color:#24074be6;border-color:#9833d9;box-shadow:0 0 15px #9833d999}.profile-circle-container{width:36px;height:36px;border-radius:50%;overflow:hidden;border:2px solid #ffffff;flex-shrink:0}.profile-pic-fill{width:100%;height:100%;object-fit:cover;display:block}.lang-label-right{margin-left:12px;margin-right:12px;color:#fff;font-weight:700;font-size:.9rem;letter-spacing:1px}main.about{display:flex;align-items:center;justify-content:space-between;margin-top:150px;padding:0 50px;min-height:400px;max-width:1200px;margin-left:auto;margin-right:auto;flex-wrap:wrap}.about2{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:20px;z-index:10;min-width:300px}.about-text{font-family:Preahvihear,sans-serif;font-size:3rem;color:#fff;text-align:left;line-height:1.2}.highlight{color:#9833d9}.about-buttons{display:flex;justify-content:flex-start;width:100%;gap:20px;max-width:600px;margin-top:30px}.ellipse-container{position:relative;width:400px;height:400px;display:flex;justify-content:center;align-items:center;z-index:1}.ellipse{position:absolute;width:100%;height:100%;border-radius:50%;background:conic-gradient(#a15ace 0deg 120deg,#4c007d 120deg 240deg,#b42c96 240deg 360deg);filter:blur(50px);opacity:.8}.ellipse-imagem{position:relative;width:280px;height:280px;border-radius:50%;object-fit:cover;z-index:2;border:4px solid #9833D9}.button1{width:180px;height:50px;border-radius:33px;background-color:#fff;color:#4c007d;font-size:1rem;font-weight:700;border:none;cursor:pointer;transition:background-color .3s ease}.button1:hover{background-color:#dcdcff}.button2{width:180px;height:50px;border-radius:33px;background-color:transparent;color:#fff;border:2px solid #ffffff;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease}.button2:hover{background-color:#dcdcff33}.ellipse2-container{position:relative;border-radius:50%;border:2px solid #9833D9;box-shadow:0 0 50px #9833d980;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#ffffff0d}.rectangle{width:380px;height:250px;background:conic-gradient(#721aab 0deg 120deg,#b42c96 120deg 240deg,#521af0 240deg 360deg);border-radius:20px;filter:blur(90px)}.rectangle1{position:absolute;left:35%;transform:translate(-50%) rotate(40deg);z-index:1;bottom:30px}.rectangle2{position:absolute;right:35%;transform:translate(50%) rotate(-40deg);z-index:1;bottom:30px}.skills-section{display:flex;flex-direction:column;align-items:center;padding:30px 0;width:100%}.skills{position:relative;display:flex;justify-content:center;align-items:center;padding:30px;height:100%}.skills-items{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;width:100%;max-width:800px;z-index:2}.skills-items>div{flex:1 1 calc(25% - 30px);max-width:150px;display:flex;justify-content:center}.language-switch-container{position:fixed;top:20px;right:20px;z-index:2000;width:70px;height:34px;background-color:#0009;border-radius:34px;border:2px solid rgba(255,255,255,.2);cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:0 5px;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.language-switch-container:hover{background-color:#24074be6;border-color:#9833d9;box-shadow:0 0 10px #9833d999}.switch-circle{width:26px;height:26px;background-color:transparent;border-radius:50%;position:absolute;top:2px;transition:all .4s cubic-bezier(.68,-.55,.27,1.55);display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:2}.language-switch-container.pt .switch-circle{left:4px;transform:rotate(0)}.language-switch-container.en .switch-circle{left:36px;transform:rotate(360deg)}.flag-icon{width:100%;height:100%;object-fit:cover;display:block}.switch-labels{width:100%;display:flex;justify-content:space-between;padding:0 4px;font-size:10px;font-weight:700;color:#ffffff80;pointer-events:none}.projects-container{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;padding:15px;margin:0 auto 30px;max-width:1200px}.project-section{width:100%;display:flex;flex-direction:column;align-items:center}.project-card{position:relative;width:320px;height:420px;border-radius:20px;overflow:hidden;background:#1a0b2e;border:1px solid rgba(152,51,217,.3);box-shadow:0 10px 30px #0000004d;transition:all .4s ease}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #9833d933;border-color:#9833d9}.project-card:hover .project-image{transform:scale(1.1);filter:brightness(.4)}.image-wrapper{width:100%;height:100%;overflow:hidden}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;filter:brightness(.6)}.project-overlay{position:absolute;bottom:0;left:0;width:100%;height:55%;padding:20px;background:linear-gradient(to top,#130521 10%,rgba(19,5,33,.95) 80%,transparent);color:#fff;display:flex;flex-direction:column;justify-content:space-between;transition:height .4s cubic-bezier(.25,.8,.25,1);z-index:10}.project-overlay.expanded{height:100%;background:#130521fa}.card-header{flex-shrink:0}.project-title{font-size:1.3rem;font-weight:700;margin-bottom:5px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}.project-description{font-size:.95rem;line-height:1.5;color:#e0e0e0;transition:all .3s}.project-description.truncated{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.card-footer{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1);padding-top:15px}.project-description.full-text{overflow-y:auto;max-height:100%;padding-right:10px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.project-description.full-text::-webkit-scrollbar{width:4px}.project-description.full-text::-webkit-scrollbar-track{background:transparent}.project-description.full-text::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:20px}.project-description.full-text::-webkit-scrollbar-thumb:hover{background-color:#fff9}.project-description.expanded{max-height:none;overflow:visible}.read-more-btn{background:none;border:none;color:#fff;font-size:.85rem;cursor:pointer;font-weight:600;transition:color .3s;display:flex;align-items:center}.read-more-btn:hover{color:#ca7afc}.card-body{flex-grow:1;overflow:hidden;margin-bottom:15px;position:relative}.project-tech{font-size:.8rem;color:#ca7afc;font-weight:600;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.project-link{background-color:#4c007d;color:#fff;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 4px 10px #4c007d66;display:flex;align-items:center;gap:8px}.project-link:hover{background-color:#9833d9;transform:translateY(-2px);box-shadow:0 6px 15px #9833d999}.project-card.clickable{cursor:pointer}.project-description{cursor:auto}.info-section{display:flex;flex-direction:column;align-items:center;width:90%;max-width:900px;margin:20px auto;padding:30px 0;text-align:center}.info-text{font-size:1.1rem;line-height:1.6;color:#e0e0e0;width:100%;padding:0 10px}.info-title,.info-project{font-size:2rem;font-weight:600;color:#fff;margin-bottom:20px;width:100%;text-align:center;display:block}.line{width:90%;max-width:900px;height:1px;background-color:#ffffff42;margin:40px auto}footer{display:flex;justify-content:center;align-items:center;gap:20px;padding:20px}footer a{color:#fff;transition:transform .3s}footer a:hover{transform:scale(1.2);color:#ff6b6b}@media(max-width:768px){.header{padding:10px 20px;justify-content:space-between}.group-1{display:none}.hamburger{display:flex}main.about{margin-top:100px;flex-direction:column;justify-content:center;text-align:center}.about2{align-items:center;text-align:center}.about-text{text-align:center;font-size:2.2rem}.about-buttons{justify-content:center;flex-direction:column;align-items:center}.ellipse-container{width:100%;height:300px;margin-bottom:20px}.ellipse-imagem{width:220px;height:220px}.projects-container{display:flex;gap:25px;justify-content:center;flex-wrap:wrap;padding:20px;margin:0 auto 50px;max-width:1280px}}
