:root{--color-light:#faf7ff;--color-dark:#2f2c34;--color-branco:#fff;--color-preto:#282828;--color-primary:#8137ea;--color-primary-dark:#3b0f78;--color-primary-light:#bc8bff;--color-fundo-preto:#0e0e0e;--color-fundo-claro:#f7f7f7;--color-card-light:#f5f5f5;--color-card-dark:#1e1e1e;--color-light1:#afa0c3;--color-dark1:#3a2856;--sombra:4px 4px 10px #0a0a0a1a;--brilho:0 0 10px 1px var(--color-primary);--card-padding:20px;--section-padding:30px 0;--card-border-radius:20px}.light-theme{--color-light:#faf7ff;--color-light1:#afa0c3;--color-dark:#2f2c34;--color-dark1:#3a2856;--color-branco:#fff;--color-card-light:#f5f5f5;--color-preto:#282828;--color-card-dark:#313131;--color-primary-dark:#5318a4;--color-primary-light:#bc8bff;--color-fundo-preto:#0e0e0e;--color-fundo-claro:#f7f7f7}.dark-theme{--color-light1:#3a2856;--color-light:#2f2c34;--color-dark:#faf7ff;--color-dark1:#afa0c3;--color-branco:#282828;--color-card-light:#313131;--color-card-dark:#f5f5f5;--color-preto:#fff;--color-primary-dark:#bc8bff;--color-primary-light:#5318a4;--color-fundo-preto:#f7f7f7;--color-fundo-claro:#0e0e0e}*{box-sizing:border-box;outline:none;margin:0;padding:0}body{background-color:var(--color-branco);color:var(--color-preto);font-family:Tilt Neon,cursive;line-height:1.6;transition:background-color .3s,color .3s}#root{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-fundo-claro)}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary-dark)}.theme-toggle{cursor:pointer;color:var(--color-preto);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .3s;display:flex}.theme-toggle:hover{background-color:var(--color-light);transform:rotate(360deg)}.theme-icon{font-size:1.2em}.language-selector{border:2px solid var(--color-primary);background-color:var(--color-light);color:var(--color-preto);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238137ff' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:16px;border-radius:20px;padding:8px 30px 8px 16px;font-family:Tilt Neon,cursive;font-weight:500;transition:all .3s}.language-selector:hover{background-color:var(--color-primary);color:#fff}.language-selector:focus{box-shadow:var(--brilho);outline:none}.header{z-index:1000;flex-wrap:wrap;justify-content:center;width:80%;margin:2rem auto 0;transition:all .3s;display:flex;position:sticky;top:0}.header-container{justify-content:space-around;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:10px 3rem;transition:all .3s;display:flex}.header.scrolled{background-color:var(--color-fundo-claro);box-shadow:var(--sombra);width:100%}.nav-left,.nav-right{gap:1.5rem;display:flex}.nav-link{color:var(--color-preto);cursor:pointer;background:0 0;border:none;padding:10px;font-family:Tilt Neon,cursive;font-size:.9em;transition:all .3s;position:relative}.nav-link:after{content:"";background-color:var(--color-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-link:hover,.nav-link.active{color:var(--color-primary)}.nav-link:hover:after,.nav-link.active:after{width:100%}.logo-container{margin:0 1.5rem}.logo-btn{cursor:pointer;background:0 0;border:none;padding:0}.logo{width:auto;height:48px;transition:transform .3s;display:block}.logo-btn:hover .logo{transform:scale(1.05)}.fixed-right{z-index:1100;padding-top:2rem;position:fixed;top:20px;right:10px}.fixed-right.scrolled{padding-top:0}.header-actions{align-items:center;gap:.5rem;display:flex}.btn{cursor:pointer;box-shadow:var(--sombra);border:none;border-radius:30px;justify-content:center;align-items:center;gap:8px;padding:10px 25px;font-family:Tilt Neon,cursive;font-size:1em;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover{box-shadow:var(--brilho);transform:translateY(-2px)}.btn-secondary{background-color:var(--color-light);color:var(--color-preto);border:2px solid var(--color-primary)}.btn-secondary:hover{background-color:var(--color-primary);color:#fff}.btn-icon{min-width:30px;height:50px;color:var(--color-preto);box-shadow:var(--sombra);background-color:var(--color-light);border-radius:30px;justify-content:center;align-items:center;padding:10px 0;font-size:1em;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.btn-icon span{padding-left:0;font-size:0;transition:all .5s}.btn-icon i{font-size:1.5em}.btn-icon:hover span{padding-left:10px;font-size:1em}.btn-sm{padding:8px 16px;font-size:.9em}.btn-md{padding:10px 10px 10px 15px}.btn-lg{padding:14px 32px;font-size:1.1em}.hero-section{flex-direction:column;justify-content:center;align-items:center;max-width:1200px;min-height:100vh;margin:0 auto;padding:1rem 8rem;display:flex}.hero-container{grid-template-columns:2fr 1fr;align-items:center;gap:2rem;width:100%;display:grid}.hero-content{animation:.8s ease-out fadeInLeft}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.hero-title{color:var(--color-primary-dark);margin-bottom:1.5rem;font-size:4em;font-weight:700;line-height:1.2}.hero-description{color:var(--color-dark);max-width:600px;margin-bottom:2rem;font-size:1.2em;line-height:1.8}.hero-buttons{align-items:center;gap:.5rem;display:flex}.social-links{gap:.5rem;display:flex}.hero-image{justify-content:center;align-items:center;animation:.8s ease-out fadeInRight;display:flex}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.hero-img{border-radius:20px;width:330px;height:auto;transition:transform .3s;animation:3s ease-in-out infinite float}.hero-img:hover{cursor:pointer;transform:scale(1.05)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.hero-break{text-align:center;background-color:var(--color-fundo-claro);width:100%;color:var(--color-preto);padding:2rem;animation:1s ease-out slideInUp}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.break-text{opacity:0;font-size:2em;font-weight:600;transition:opacity 10s,transform 3s}.break-text.show{opacity:1}@keyframes revealText{to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-content{animation:.8s ease-out fadeInUp}.hero-image{animation:.8s ease-out .2s fadeInUp}.hero-title{font-size:2.5em}.hero-description{font-size:1.2em}.hero-buttons{align-items:center}.social-links{justify-content:center}}.projects-section{background-color:var(--color-branco);min-height:100vh;padding:3rem 8rem;position:relative;overflow:hidden}.projects-bg-decoration-1,.projects-bg-decoration-2,.projects-bg-decoration-3{pointer-events:none;z-index:0;filter:blur(60px);opacity:.3;border-radius:50%;position:absolute}.projects-bg-decoration-1{background:linear-gradient(135deg,var(--color-primary)40,transparent);width:400px;height:400px;top:10%;left:5%}.projects-bg-decoration-2{background:linear-gradient(135deg,var(--color-primary)30,transparent);width:500px;height:500px;bottom:15%;right:8%}.projects-bg-decoration-3{background:linear-gradient(135deg,var(--color-primary)25,transparent);width:300px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%)}.projects-header{text-align:center;margin-bottom:3rem;position:relative}.projects-header-description{max-width:700px;color:var(--color-preto);opacity:.8;margin:0 auto 2rem;font-size:1.1rem;line-height:1.8}.projects-slider-container{background:var(--color-light);border-radius:20px;width:100%;max-width:1200px;height:500px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 30px 50px #0000001a}.projects-slide{width:100%;height:100%;position:relative}.project-item{border-bottom:5px solid var(--color-primary);opacity:.2;background-position:50%;background-size:cover;border-radius:20px;width:200px;height:300px;transition:all .5s;display:inline-block;position:absolute;top:50%;overflow:hidden;transform:translateY(-50%);box-shadow:0 30px 50px #0000004d}.project-item:hover{opacity:1}.projects-slide .project-item:first-child,.projects-slide .project-item:nth-child(2){opacity:1;border:none;border-radius:0;width:100%;height:100%;top:0;left:0;transform:translate(0)}.projects-slide .project-item:nth-child(3){left:50%}.projects-slide .project-item:nth-child(4){left:calc(50% + 220px)}.projects-slide .project-item:nth-child(5){left:calc(50% + 440px)}.projects-slide .project-item:nth-child(n+6){opacity:0;left:calc(50% + 660px)}.project-content{text-align:left;width:420px;max-width:calc(100% - 120px);color:var(--color-preto);z-index:10;background:var(--color-fundo-claro);border-radius:0 2rem 0 0;padding:2rem .5rem 2rem 2rem;font-family:Tilt Neon,cursive;display:none;position:absolute;bottom:0;left:0}.projects-slide .project-item:nth-child(2) .project-content{display:block}.project-content-header{justify-content:space-between;align-items:center;margin-bottom:1.7rem;padding-right:2rem;display:flex}.project-category-badge{border-bottom:2px solid var(--color-primary);color:var(--color-preto);opacity:0;padding:0 15px 5px 0;animation:.4s ease-in-out .1s forwards animate;display:inline-block;background-color:#0000!important}.project-name{text-transform:uppercase;opacity:0;margin:0 0 1.7rem;font-size:1.5rem;line-height:100%;animation:.4s ease-in-out .2s forwards animate}.project-description{opacity:0;margin:0 0 1.7rem;font-size:1rem;font-weight:100;line-height:1.2;animation:.4s ease-in-out .2s forwards animate}.project-description.collapsed{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.project-tags{opacity:0;flex-wrap:wrap;gap:8px;animation:.4s ease-in-out .3s forwards animate;display:flex}.project-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-preto);color:var(--color-preto);background-color:#fff3;border-radius:15px;padding:4px 12px;font-size:.7rem;font-weight:500}.project-link-btn{color:var(--color-preto);cursor:pointer;opacity:0;background-color:#0000;border:1px solid #0000;border-radius:50px;align-items:center;gap:8px;padding:12px;font-family:Tilt Neon,cursive;transition:all .3s;animation:.4s ease-in-out .4s forwards animate;display:inline-flex}.project-link-btn:hover{border:1px solid var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.projects-slide .project-item:first-child:before,.projects-slide .project-item:nth-child(2):before{content:"";z-index:1;opacity:1;background:linear-gradient(#0000004d 50%,#00000080 75%,#000c 100% 100%,#000c 100%);position:absolute;inset:0}@keyframes animate{0%{opacity:0;filter:blur(33px);transform:translateY(100px)}to{opacity:1;filter:blur();transform:translate(0)}}.projects-navigation{text-align:center;z-index:20;justify-content:center;gap:15px;width:100%;display:flex;position:absolute;bottom:30px;left:0;right:0}.nav-btn{background-color:var(--color-fundo-claro);width:50px;height:50px;color:var(--color-preto);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000026}.nav-btn:hover{background-color:var(--color-primary);color:#fff;transform:scale(1.1);box-shadow:0 6px 16px #0003}.nav-btn:active{transform:scale(.95)}@media (max-width:1200px){.projects-slider-container{max-width:1000px;height:450px}.project-item{width:180px;height:280px}.projects-slide .project-item:nth-child(4){left:calc(50% + 200px)}.projects-slide .project-item:nth-child(5){left:calc(50% + 400px)}.project-content{width:450px;left:80px}.project-name{font-size:2.5rem}}@media (max-width:900px){.section-title{font-size:2.5rem}.projects-header-description{font-size:1rem}.projects-slider-container{max-width:100%;height:420px}.project-item{width:170px;height:260px}.projects-slide .project-item:nth-child(4){left:calc(50% + 190px)}.projects-slide .project-item:nth-child(5){left:calc(50% + 380px)}.project-content{width:400px;left:60px}.project-name{font-size:2rem}.project-description{font-size:1rem}}@media (max-width:600px){.projects-section{padding:4rem 1rem}.section-title{font-size:2rem}.projects-header-description{padding:0 1rem;font-size:.95rem}.projects-slider-container{border-radius:15px;height:400px}.project-item{width:150px;height:230px}.projects-slide .project-item:nth-child(3){left:55%}.projects-slide .project-item:nth-child(4){left:calc(55% + 170px)}.projects-slide .project-item:nth-child(5){left:calc(55% + 340px)}.project-content{width:calc(100% - 60px);left:30px}.project-category-badge{padding:4px 12px;font-size:.75rem}.project-name{font-size:1.8rem}.project-description{font-size:.9rem;line-height:1.5}.project-tags{gap:6px;margin-bottom:1rem}.project-tag{padding:3px 10px;font-size:.75rem}.project-link-btn{padding:10px 20px;font-size:.9rem}.nav-btn{width:45px;height:45px;font-size:1.1rem}.projects-navigation{gap:10px;bottom:20px}}@media (max-width:480px){.projects-slider-container{height:350px}.project-item{width:130px;height:200px}.project-content{width:calc(100% - 40px);left:20px}.project-name{font-size:1.5rem}.project-description{font-size:.85rem}.nav-btn{width:40px;height:40px;font-size:1rem}}.nav-btn:focus,.project-link-btn:focus{outline:3px solid var(--color-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){.project-item,.nav-btn,.project-link-btn{transition:none}.project-category-badge,.project-name,.project-description,.project-tags,.project-link-btn{opacity:1;animation:none}}.dialog-box{padding:var(--card-padding);border-radius:var(--card-border-radius);box-shadow:var(--sombra);text-align:left;background-color:var(--color-light);z-index:1000;pointer-events:none;border:1px solid var(--color-light1);max-width:350px;position:fixed;bottom:20px}.dialog-header{border-bottom:2px solid var(--color-primary);margin-bottom:15px;padding-bottom:10px}.dialog-title{color:var(--color-dark);margin:0;font-size:1.2em;font-weight:700}.dialog-description{color:var(--color-dark1);font-size:.95em;line-height:1.6}@media (max-width:600px){.dialog-box{max-width:95%;left:50%;right:auto;transform:translate(-50%)}}.skills-section{background-color:var(--color-branco);padding:3rem 8rem;position:relative;overflow:hidden}.skills-bg-decoration-1,.skills-bg-decoration-2,.skills-bg-decoration-3{pointer-events:none;z-index:0;filter:blur(60px);opacity:.3;border-radius:50%;position:absolute}.skills-bg-decoration-1{background:linear-gradient(135deg,var(--color-primary)40,transparent);width:400px;height:400px;top:10%;left:5%}.skills-bg-decoration-2{background:linear-gradient(135deg,var(--color-primary)30,transparent);width:500px;height:500px;bottom:15%;right:8%}.skills-bg-decoration-3{background:linear-gradient(135deg,var(--color-primary)25,transparent);width:300px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%)}.skills-header{text-align:center;position:relative}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.section-title{color:var(--color-preto);font-size:3.5rem;font-weight:700;line-height:1.2}.skills-carousel-container{justify-content:center;align-items:center;gap:20px;width:100%;max-width:1400px;margin:10px auto;display:flex;position:relative}.skills-slider-container{cursor:grab;-webkit-user-select:none;user-select:none;flex:1;max-width:1400px;padding:2rem 0;position:relative;overflow:visible}.skills-slider-container:active{cursor:grabbing}.skills-slider{justify-content:center;align-items:center;min-height:60px;display:flex;position:relative}.skills-carousel-item{background:var(--color-light);cursor:pointer;text-align:center;white-space:nowrap;text-overflow:ellipsis;border:2px solid #0000;border-radius:25px;justify-content:center;align-items:center;width:200px;height:50px;padding:0 20px;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;overflow:hidden}.skills-carousel-item.hidden{pointer-events:none;opacity:0!important}.skills-carousel-item.active{cursor:default;background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:0 10px 30px #0003}.skills-carousel-item:hover:not(.active){opacity:.7!important}.skill-tab-text{color:inherit;white-space:nowrap;text-overflow:ellipsis;width:100%;margin:0;font-size:14px;font-weight:300;display:block;overflow:hidden}.skills-nav-arrow{background-color:var(--color-fundo-claro);width:45px;height:45px;color:var(--color-preto);cursor:pointer;z-index:20;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000026}.skills-nav-arrow:hover{background-color:var(--color-primary);color:#fff;transform:scale(1.1);box-shadow:0 6px 16px #0003}.skills-nav-arrow:active{transform:scale(.95)}.skills-content-container{margin-top:2rem}.skill-card-wrapper{border-radius:20px;grid-template-columns:1fr 1.2fr;gap:1.5rem;padding:10px 0;animation:.5s ease-out fadeInUp;display:grid}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.skill-column-left{flex-direction:column;gap:2rem;display:flex}.skill-image-container{aspect-ratio:4/3;z-index:100;border-radius:16px;width:100%;position:relative;overflow:hidden}.skill-image{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.skill-card-wrapper:hover .skill-image{transform:scale(1.01)}.skill-tools-section{flex-direction:column;gap:1rem;display:flex}.skill-tools-title{border-bottom:2px solid var(--color-light);margin:0;padding-bottom:.75rem;font-size:1.2rem;font-weight:600}.skill-tools-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:10px;display:grid}.skill-tool-item{background-color:var(--color-light);cursor:pointer;border:2px solid #0000;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:8px;transition:all .3s;display:flex}.skill-tool-item:hover{background-color:var(--hover-color,var(--color-primary));color:#fff;border-color:var(--hover-color,var(--color-primary));transform:translateY(-3px)scale(1.05);box-shadow:0 6px 16px #00000026}.skill-tool-item.active{background-color:var(--hover-color,var(--color-primary));color:#fff;border-color:var(--hover-color,var(--color-primary));transform:scale(1.08);box-shadow:0 6px 16px #0003}.skill-tool-icon-wrapper{justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;display:flex}.skill-tool-name{text-align:center;font-size:.7rem;font-weight:500;line-height:1.2}.skill-column-right{flex-direction:column;justify-content:flex-start;gap:2rem;display:flex}.skill-title-wrapper{align-items:center;gap:1rem;display:flex}.skill-number{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.3rem;font-weight:700;display:flex;box-shadow:0 4px 12px #00000026}.skill-title{color:var(--color-preto);margin:0;font-size:2rem;font-weight:700;line-height:1.2}.skill-description{color:var(--color-dark1);margin:0;font-size:1.1rem;line-height:1.8}.skill-stats{flex-direction:column;gap:1.5rem;display:flex}.skill-stats-title{color:var(--color-preto);border-bottom:2px solid var(--color-light);margin:0 0 1rem;padding-bottom:.75rem;font-size:1.3rem;font-weight:600}.skill-stat-item{opacity:0;animation:.6s ease-out forwards fadeInUp}.skill-stat-item:first-child{animation-delay:.1s}.skill-stat-item:nth-child(2){animation-delay:.2s}.skill-stat-item:nth-child(3){animation-delay:.3s}.skill-stat-item:nth-child(4){animation-delay:.4s}.skill-stat-item:nth-child(5){animation-delay:.5s}.skill-stat-header{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.skill-stat-label{color:var(--color-dark1);font-size:.95rem;font-weight:500}.skill-stat-value{font-size:1.2rem;font-weight:700}.skill-progress-bar{background-color:var(--color-light);border-radius:5px;height:10px;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a}.skill-progress-fill{border-radius:5px;height:100%;animation:1.2s ease-out forwards progressFill;box-shadow:0 2px 4px #0000001a}@keyframes progressFill{0%{width:0}to{width:var(--progress-width,100%)}}@media (max-width:1200px){.skill-card-wrapper{grid-template-columns:1fr 1fr;gap:2rem;padding:2rem}}@media (max-width:900px){.skills-section{padding:3rem 2rem}.section-title{font-size:2.5rem}.skills-header-description{font-size:1rem}.skill-card-wrapper{grid-template-columns:1fr;gap:2rem}.skill-tools-grid{grid-template-columns:repeat(auto-fill,minmax(65px,1fr))}.skill-title{font-size:1.7rem}.skills-carousel-container{gap:15px}.skills-carousel-item{width:180px;height:45px}.skill-tab-text{font-size:13px}.skills-nav-arrow{width:40px;height:40px;font-size:1rem}}@media (max-width:600px){.skills-section{padding:4rem 1rem}.section-title{font-size:2rem}.skills-header-badge{padding:6px 16px;font-size:.85em}.skill-card-wrapper{gap:1.5rem;padding:1.5rem}.skill-number{width:40px;height:40px;font-size:1.1rem}.skill-title{font-size:1.5rem}.skill-description{font-size:1rem}.skill-tools-grid{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:8px}.skill-tool-icon-wrapper{width:28px;height:28px;font-size:1.3rem}.skill-tool-name{font-size:.65rem}.skill-stats-title{font-size:1.1rem}.skill-stat-label{font-size:.85rem}.skill-stat-value{font-size:1rem}.skills-carousel-container{gap:10px;margin:30px auto}.skills-carousel-item{width:150px;height:42px;padding:0 15px}.skill-tab-text{font-size:12px}.skills-nav-arrow{width:35px;height:35px;font-size:.9rem}.dot{width:10px;height:10px}.dot.active{width:28px}.skills-dots{bottom:-35px}}.skills-nav-arrow:focus,.dot:focus{outline:3px solid var(--color-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){.skills-carousel-item,.skills-nav-arrow,.dot{transition:none}.skills-nav-arrow:hover,.dot:hover{transform:none}}.skill-tab-tools-carousel{align-items:center;gap:10px;margin-top:1rem;display:flex;position:relative}.skill-tab-tools-grid{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;flex:1;gap:10px;padding:5px 0;display:flex;overflow:auto hidden}.skill-tab-tools-grid::-webkit-scrollbar{display:none}.skill-tools-nav-arrow{background:var(--color-primary);color:#fff;cursor:pointer;z-index:10;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;font-size:.9rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000026}.skill-tools-nav-arrow:hover{background:var(--color-primary-dark);transform:scale(1.1);box-shadow:0 6px 16px #0003}.skill-tools-nav-arrow:active{transform:scale(.95)}.skill-tab-tool-item{background-color:var(--color-light);cursor:pointer;border:2px solid #0000;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;min-width:70px;padding:8px;transition:all .3s;display:flex}.skill-tab-tool-item:hover{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:translateY(-3px)scale(1.05);box-shadow:0 6px 16px #00000026}.skill-tab-tool-item.active{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:scale(1.08);box-shadow:0 6px 16px #0003}.skill-tab-tool-icon-wrapper{justify-content:center;align-items:center;width:28px;height:28px;font-size:1.3rem;display:flex}.skill-tab-tool-name{text-align:center;white-space:nowrap;font-size:.7rem;font-weight:500;line-height:1.2}.skill-tools-small{flex-wrap:wrap;gap:1rem;display:flex}.skill-tool-small-icon{color:var(--color-preto);background:var(--color-light);cursor:pointer;border-radius:10px;padding:8px;font-size:1.5em;transition:all .3s}.skill-tool-small-icon:hover{color:var(--color-light);background:var(--color-preto);transition:all .3s}.timeline-section{background-color:var(--color-branco);padding:3rem 8rem;position:relative;overflow:hidden}.timeline-bg-decoration-1,.timeline-bg-decoration-2,.timeline-bg-decoration-3{pointer-events:none;z-index:0;filter:blur(60px);opacity:.3;border-radius:50%;position:absolute}.timeline-bg-decoration-1{background:linear-gradient(135deg,var(--color-primary)40,transparent);width:400px;height:400px;top:10%;left:5%}.timeline-bg-decoration-2{background:linear-gradient(135deg,var(--color-primary)30,transparent);width:500px;height:500px;bottom:15%;right:8%}.timeline-bg-decoration-3{background:linear-gradient(135deg,var(--color-primary)25,transparent);width:300px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%)}.timeline-header{text-align:center;margin-bottom:4rem;position:relative}.timeline-header-description{max-width:700px;color:var(--color-preto);opacity:.8;margin:0 auto;font-size:1.1rem;line-height:1.8}.timeline-grid{grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;display:grid}.timeline-column-header{align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.timeline-column-icon{color:var(--color-primary);font-size:2rem}.timeline-column-title{color:var(--color-preto);margin:0;font-size:1.8rem;font-weight:700}.timeline-content{border-left:2px solid var(--color-primary);padding-left:2rem;position:relative}.timeline-item{margin-bottom:2rem;animation:.6s ease-out fadeInUp;position:relative}.timeline-item-marker{background-color:var(--color-branco);border:3px solid var(--color-primary);z-index:2;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;top:0;left:-2.6rem}.timeline-item:hover .timeline-item-marker{background-color:var(--color-primary);box-shadow:0 0 15px var(--color-primary);transform:scale(1.2)}.timeline-item-card{background:var(--color-branco);border:1px solid #0000;border-radius:12px;padding:1.5rem;transition:all .3s;position:relative;box-shadow:0 4px 12px #00000014}.timeline-item-card:hover{border-color:var(--color-primary);transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.timeline-item-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.timeline-item-period{color:var(--color-dark1);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.timeline-icon-inline{font-size:.85rem}.timeline-item-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:15px;padding:4px 12px;font-size:.85rem}.timeline-item-title{color:var(--color-preto);margin:0 0 .5rem;font-size:1.3rem;line-height:1.3}.timeline-item-field{color:var(--color-primary);margin-bottom:.5rem;font-size:.95rem;font-style:italic}.timeline-item-company{color:var(--color-dark1);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;font-weight:500;display:flex}.timeline-item-description{color:var(--color-dark1);margin:0;font-size:.95rem;line-height:1.6}@media (max-width:1200px){.timeline-grid{gap:2.5rem}.timeline-column-title{font-size:1.6rem}.timeline-item-title{font-size:1.2rem}}@media (max-width:900px){.section-title{font-size:2.5rem}.timeline-header-description{font-size:1rem}.timeline-grid{grid-template-columns:1fr;gap:3rem}.timeline-column-header{justify-content:center}.timeline-column-title{font-size:1.5rem}}@media (max-width:600px){.timeline-section{padding:4rem 1rem}.section-title{font-size:2rem}.timeline-header-description{padding:0 1rem;font-size:.95rem}.timeline-grid{gap:2.5rem}.timeline-column-header{gap:.75rem;margin-bottom:1.5rem}.timeline-column-icon{font-size:1.5rem}.timeline-column-title{font-size:1.3rem}.timeline-content{padding-left:1.5rem}.timeline-item-marker{border-width:2px;width:16px;height:16px;left:-2.3rem}.timeline-item-card{padding:1.2rem}.timeline-item-header{flex-direction:column;align-items:flex-start;gap:.5rem}.timeline-item-period{font-size:.85rem}.timeline-item-badge{padding:3px 10px;font-size:.7rem}.timeline-item-title{font-size:1.1rem}.timeline-item-company,.timeline-item-description,.timeline-item-field{font-size:.9rem}}@media (max-width:480px){.timeline-section{padding:3rem .75rem}.section-title{font-size:1.75rem}.timeline-header-description{font-size:.9rem}.timeline-column-title{font-size:1.2rem}.timeline-content{padding-left:1.2rem}.timeline-item-marker{width:14px;height:14px;left:-2rem}.timeline-item-card{padding:1rem}.timeline-item-title{font-size:1rem}.timeline-item-company,.timeline-item-description{font-size:.85rem}}.timeline-item-card:focus{outline:3px solid var(--color-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){.timeline-item,.timeline-item-card,.timeline-item-marker{transition:none;animation:none}.timeline-item:hover .timeline-item-marker,.timeline-item-card:hover{transform:none}}.timeline-content{scroll-behavior:smooth}.timeline-item:first-child{animation-delay:.1s}.timeline-item:nth-child(2){animation-delay:.2s}.timeline-item:nth-child(3){animation-delay:.3s}.timeline-item:nth-child(4){animation-delay:.4s}.timeline-item:nth-child(5){animation-delay:.5s}.timeline-item:nth-child(6){animation-delay:.6s}.testimonials-section{background-color:var(--color-branco);padding:3rem 2rem;position:relative;overflow:hidden}.testimonials-bg-decoration-1,.testimonials-bg-decoration-2,.testimonials-bg-decoration-3{pointer-events:none;z-index:0;filter:blur(60px);opacity:.3;border-radius:50%;position:absolute}.testimonials-bg-decoration-1{background:linear-gradient(135deg,var(--color-primary)40,transparent);width:400px;height:400px;top:10%;left:5%}.testimonials-bg-decoration-2{background:linear-gradient(135deg,var(--color-primary)30,transparent);width:500px;height:500px;bottom:15%;right:8%}.testimonials-bg-decoration-3{background:linear-gradient(135deg,var(--color-primary)25,transparent);width:300px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%)}.section-container{z-index:1;max-width:1400px;margin:0 auto;position:relative}.testimonials-header{text-align:center;margin-bottom:12rem;position:relative}.section-title{color:var(--color-preto);margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.2}.section-title-highlight{background:linear-gradient(90deg,var(--color-primary),var(--color-primary-dark));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.testimonials-header-description{max-width:700px;color:var(--color-preto);opacity:.8;margin:0 auto;font-size:1.1rem;line-height:1.8}.testimonials-slider-container{cursor:grab;-webkit-user-select:none;user-select:none;max-width:1000px;margin:0 auto;padding:3rem 0;position:relative}.testimonials-slider-container:active{cursor:grabbing}.testimonials-slider{justify-content:center;align-items:center;display:flex;position:relative}.testimonial-card{background:var(--color-branco);cursor:pointer;border-radius:20px;width:600px;max-width:90%;padding:3rem;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute}.testimonial-card.hidden{pointer-events:none;opacity:0!important}.testimonial-card.active{cursor:default}.testimonial-card:hover:not(.active){opacity:.7!important}.testimonial-quote-icon{color:var(--color-primary);opacity:.2;font-size:3rem;position:absolute;bottom:2rem;right:2rem}.testimonial-author{border-bottom:2px solid var(--color-light);align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.testimonial-avatar{object-fit:cover;border:3px solid var(--color-primary);border-radius:50%;width:70px;height:70px;box-shadow:0 4px 12px #0000001a}.testimonial-author-info{flex:1}.testimonial-author-name{color:var(--color-preto);margin:0 0 .25rem;font-size:1.2rem;font-weight:700}.testimonial-author-title{color:var(--color-primary);margin:0;font-size:.95rem;font-weight:500}.testimonial-content{align-items:center;min-height:150px;display:flex}.testimonial-text{color:var(--color-dark1);z-index:1;margin:0;font-size:1.15rem;font-style:italic;line-height:1.8;position:relative}.testimonials-controls{pointer-events:none;z-index:20;justify-content:space-between;padding:0 1rem;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.control-btn{background-color:var(--color-branco);width:50px;height:50px;color:var(--color-primary);cursor:pointer;pointer-events:all;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000026}.control-btn:hover{background-color:var(--color-primary);color:#fff;transform:scale(1.1);box-shadow:0 6px 16px #0003}.control-btn:active{transform:scale(.95)}.testimonials-dots{justify-content:center;align-items:center;gap:12px;margin-top:3rem;display:flex}.dot{border:2px solid var(--color-primary);cursor:pointer;background-color:#0000;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.dot:hover{background-color:var(--color-primary);transform:scale(1.2)}.dot.active{background-color:var(--color-primary);border-radius:6px;width:32px}@media (max-width:1200px){.testimonial-card{width:550px;padding:2.5rem}.testimonial-text{font-size:1.1rem}}@media (max-width:900px){.section-title{font-size:2.5rem}.testimonials-header-description{font-size:1rem}.testimonials-slider{height:500px}.testimonial-card{width:500px;padding:2rem}.testimonial-quote-icon{font-size:2.5rem;bottom:1.5rem;right:1.5rem}.testimonial-content{min-height:180px}.testimonial-text{font-size:1.05rem}.testimonial-avatar{width:60px;height:60px}}@media (max-width:600px){.testimonials-section{padding:4rem 1rem}.section-title{font-size:2rem}.testimonials-header-description{padding:0 1rem;font-size:.95rem}.testimonials-slider{height:550px}.testimonial-card{width:100%;margin:0 1rem;padding:1.75rem}.testimonial-quote-icon{font-size:2rem;bottom:1.25rem;right:1.25rem}.testimonial-content{min-height:180px}.testimonial-text{font-size:.95rem;line-height:1.7}.testimonial-author{gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.testimonial-avatar{border-width:2px;width:50px;height:50px}.testimonial-author-name{font-size:1.05rem}.testimonial-author-title{font-size:.85rem}.control-btn{width:45px;height:45px;font-size:1.1rem}.testimonials-controls{padding:0}.dot{width:10px;height:10px}.dot.active{width:28px}}@media (max-width:480px){.testimonials-slider{height:600px}.testimonial-card{padding:1.5rem}.testimonial-quote-icon{font-size:1.75rem;bottom:1rem;right:1rem}.testimonial-content{min-height:200px}.testimonial-text{font-size:.9rem}.testimonial-avatar{width:45px;height:45px}.testimonial-author-name{font-size:1rem}.testimonial-author-title{font-size:.8rem}.control-btn{width:40px;height:40px;font-size:1rem}}.control-btn:focus,.dot:focus{outline:3px solid var(--color-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){.testimonial-card,.control-btn,.dot{transition:none}.control-btn:hover,.dot:hover{transform:none}}.testimonials-slider.loading .testimonial-card{opacity:.5;pointer-events:none}@media (hover:none) and (pointer:coarse){.control-btn:active{transform:scale(.95)}}.logo{will-change:filter;height:4em;padding:.5em;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:20s linear infinite logo-spin}}.card{padding:2em}.read-the-docs{color:#888}.app{flex-direction:column;min-height:100vh;display:flex}
