html{scroll-behavior:smooth}body{margin:0;font-family:Segoe UI,Arial,sans-serif;background:#181818;color:#fff;min-height:100vh}.content{padding-top:80px;padding:80px 2rem 2rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.intro-section{flex-direction:column}}.navbar{display:flex;align-items:center;justify-content:space-between;background:#111;padding:1rem 2rem;border-bottom:2px solid #222;position:fixed;top:0;left:0;width:100vw;z-index:1000;box-sizing:border-box}.logo{font-size:2.2rem;font-weight:700;letter-spacing:2px;display:flex;align-items:center;gap:.5rem}.logo-bold{color:#fff;font-family:Cinzel,serif;font-size:2.2rem}.logo-orange{color:#e63946;font-family:Cinzel,serif;font-size:2.2rem}nav ul{list-style:none;display:flex;gap:3rem;margin:0;padding:0;margin-right:5rem}nav ul li a{color:#cfcfcf;text-decoration:none;font-weight:600;font-size:1.1rem;transition:color .2s}nav ul li a:hover{color:#e63946}.content{padding:80px 2rem 2rem;max-width:1200px;margin:0 auto;scroll-margin-top:80px}.intro-section{display:flex;flex-direction:row;gap:2rem;margin-top:2rem}.text-block{background:#ffffff0d;padding:2rem;border-radius:8px;border-left:4px solid #e63946}.text-block h2{color:#e63946;margin:0 0 1rem;font-size:1.8rem;font-weight:600}.text-block p{color:#cfcfcf;line-height:1.6;margin:0;font-size:1.1rem}.profile-image{max-width:300px;max-height:400px}.projetos-section{margin-top:2rem;padding:0 2rem 3rem;max-width:1200px;margin-left:auto;margin-right:auto;scroll-margin-top:80px}.projetos-section h2{color:#e63946;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.carousel-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width: 900px){.carousel-thumbs{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.carousel-thumbs{grid-template-columns:1fr}}.carousel-thumb{position:relative;border-radius:10px;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.08);transition:border-color .3s,transform .25s,box-shadow .25s;background:#ffffff0a}.carousel-thumb:hover{transform:translateY(-4px);box-shadow:0 8px 28px #00000080;border-color:#e6394680}.carousel-thumb.active{border-color:#e63946;box-shadow:0 0 0 2px #e639464d}.thumb-img-wrap{position:relative;width:100%;height:200px;overflow:hidden;background:#111}.thumb-img-wrap img{width:calc(100% - 1rem);height:calc(100% - 1rem);object-fit:contain;display:block;margin:.5rem;transition:transform .3s}.carousel-thumb:hover .thumb-img-wrap img{transform:scale(1.05)}.thumb-footer{display:flex;flex-direction:column;gap:.2rem;padding:.5rem .8rem;background:#ffffff0a;border-top:1px solid rgba(255,255,255,.08);height:5rem;overflow:hidden;flex-shrink:0}.thumb-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:.4rem;flex:1;min-width:0}.thumb-title{color:#cfcfcf;font-size:.88rem;font-weight:600;font-family:Segoe UI,Arial,sans-serif;letter-spacing:.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3;width:100%}.thumb-desc{color:#888;font-size:.75rem;font-family:Segoe UI,Arial,sans-serif;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0;margin:0}.thumb-actions{display:flex;gap:.4rem;flex-shrink:0}.thumb-btn{background:transparent;border:1px solid rgba(255,255,255,.15);color:#aaa;padding:.22rem .65rem;border-radius:4px;font-size:.75rem;text-decoration:none;font-weight:500;font-family:Segoe UI,Arial,sans-serif;transition:background .2s,border-color .2s,color .2s}.thumb-btn:hover{background:#e63946;border-color:#e63946;color:#fff}.thumb-btn-disabled{opacity:.4;cursor:not-allowed;outline:none!important;-webkit-user-select:none;user-select:none}.thumb-count{position:absolute;top:.5rem;right:.5rem;background:#000000a6;color:#fff;font-size:.72rem;font-weight:600;padding:.2rem .5rem;border-radius:20px;pointer-events:none;letter-spacing:.3px}.thumb-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#00000059;border:none;color:#ffffffb3;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;width:22px;height:26px;transition:color .2s;line-height:1;padding:0;z-index:2}.thumb-arrow:hover{color:#e63946}.thumb-arrow-left{left:6px}.thumb-arrow-right{right:6px}.carousel-overlay{position:fixed;inset:0;background:#000000e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.carousel-expanded{position:relative;width:100%;max-width:860px;display:flex;flex-direction:column;align-items:stretch;gap:0;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.carousel-close{position:absolute;top:.5rem;right:.5rem;background:#0009;border:none;color:#ddd;font-size:1.3rem;cursor:pointer;transition:color .2s,background .2s,transform .2s;z-index:10;line-height:1;padding:.3rem .55rem;border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center}.carousel-close:hover{color:#fff;background:#e63946;transform:scale(1.1)}.carousel-main{display:flex;align-items:center;gap:0;width:100%;position:relative}.carousel-slide{flex:1;border-radius:10px 10px 0 0;overflow:hidden;background:#111;aspect-ratio:16 / 9;box-shadow:0 6px 30px #00000080}.carousel-slide img{width:100%;height:100%;object-fit:contain;display:block;animation:slideFade .3s ease}@keyframes slideFade{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#0000004d;border:none;color:#ffffffa6;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:5px;width:28px;height:36px;transition:color .2s;line-height:1;padding:0;z-index:5}.carousel-arrow.left{left:.4rem}.carousel-arrow.right{right:.4rem}.carousel-arrow:hover{color:#e63946}.carousel-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:#ffffff0a;border-top:1px solid rgba(255,255,255,.08);border-radius:0 0 10px 10px}.carousel-footer-info{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.carousel-footer-info h3{color:#fff;font-size:1rem;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.carousel-footer-info p{color:#aaa;font-size:.82rem;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.carousel-buttons{display:flex;gap:.5rem;flex-shrink:0}.btn-proj{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff;padding:.45rem 1.2rem;border-radius:6px;font-size:.9rem;text-decoration:none;font-weight:500;transition:background .2s,border-color .2s,color .2s}.btn-proj:hover{background:#e63946;border-color:#e63946;color:#fff}.btn-proj-disabled{opacity:.4;cursor:not-allowed;outline:none!important;-webkit-user-select:none;user-select:none}.btn-proj-disabled:hover{background:transparent;border-color:#ffffff26;color:#fff;cursor:not-allowed}.carousel-dots{position:absolute;bottom:.6rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:5}.carousel-dot{width:9px;height:9px;border-radius:50%;background:#fff3;border:none;cursor:pointer;transition:background .2s,transform .2s;padding:0}.carousel-dot.active{background:#e63946;transform:scale(1.3)}.carousel-dot:hover{background:#e6394699}@media (max-width: 600px){.carousel-expanded{max-width:95vw}.carousel-arrow{font-size:1.6rem}.carousel-close{width:30px;height:30px;font-size:1.1rem;top:.4rem;right:.4rem}.carousel-info h3{font-size:1.1rem}}.desc-slide{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem 2.5rem;background-color:#000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%23b21d2c' fill-opacity='0.13'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/G%3E%3C/svg%3E");box-sizing:border-box}.desc-slide-title{color:#e63946;font-size:1.5rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;font-family:Segoe UI,Arial,sans-serif;text-align:center}.desc-slide-text{color:#cfcfcf;font-size:.95rem;line-height:1.7;font-family:Segoe UI,Arial,sans-serif;text-align:center;max-width:560px;margin:0}.desc-slide-compact .desc-slide-title{font-size:.6rem;letter-spacing:1px}.desc-slide-compact .desc-slide-text{font-size:.65rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.tech-pills-container{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:1.6rem 1.5rem 1.4rem;background-color:#000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%23b21d2c' fill-opacity='0.13'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");border-radius:0;box-sizing:border-box}.tech-pills-title{position:absolute;top:3rem;left:0;right:0;color:#e63946;font-size:1.6rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;margin:0;text-align:center;font-family:Segoe UI,Arial,sans-serif;width:100%}.tech-pills-list{display:flex;flex-direction:column;align-items:center;gap:.65rem;width:100%}.tech-pills-row{display:flex;justify-content:center;gap:.65rem;flex-wrap:nowrap}.tech-pill{display:inline-flex;align-items:center;gap:.55rem;padding:.6rem 1.3rem;border-radius:999px;border:1.5px solid;font-size:1rem;font-weight:600;color:#fff;text-decoration:none;cursor:pointer;white-space:nowrap;font-family:Segoe UI,Arial,sans-serif;transition:transform .15s,box-shadow .15s}.tech-pill:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000080}.tech-pill:focus-visible{outline:2px solid #e63946;outline-offset:2px}.tech-pill-icon{font-size:1.25rem;flex-shrink:0}.tech-pill-label{line-height:1}.tech-pills-compact{position:relative;padding:1.1rem .5rem .6rem;gap:0;justify-content:center;min-height:70px}.tech-pills-compact .tech-pills-title{position:absolute;top:1.2rem;left:0;right:0;font-size:.65rem;letter-spacing:1px;margin:0;text-align:center;width:100%;z-index:1}.tech-pills-compact .tech-pills-row,.tech-pills-compact .tech-pills-list{gap:.28rem}.tech-pills-compact .tech-pill{padding:.22rem .5rem;font-size:.6rem;gap:.22rem}.tech-pills-compact .tech-pill-icon{font-size:.65rem}
