@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&family=Poppins:wght@400;500;600&display=swap";.app{min-height:100vh;width:100%;overflow-x:hidden}.section-placeholder{min-height:60vh;padding:4rem 1.5rem;background:#f8f9fa;scroll-margin-top:80px}.section-placeholder:nth-child(2n){background:#fff}.container{max-width:var(--container-max-width, 1200px);margin:0 auto}.section-placeholder h2{font-size:2rem;color:#333;margin-bottom:1rem}p{font-size:1.125rem;line-height:1.6;color:#ffffffdb;margin:0 0 1rem}.section-placeholder p{color:inherit}@media (max-width: 767px){p{font-size:1rem;line-height:1.5}}@media (min-width: 768px){.section-placeholder{padding:5rem 2rem;scroll-margin-top:90px}.section-placeholder h2{font-size:2.5rem}}@media (min-width: 1024px){.section-placeholder{padding:6rem 3rem;scroll-margin-top:100px}.section-placeholder h2{font-size:3rem}}.expedicao-inscricao-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease;padding:1rem}.expedicao-inscricao-modal{background:#fff;box-shadow:0 20px 60px #0006;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:2rem}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.expedicao-inscricao-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;color:#000;cursor:pointer;width:35px;height:35px;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;opacity:.5;transition:opacity .2s ease;z-index:10;font-family:inherit}.expedicao-inscricao-close:hover{opacity:1}.expedicao-inscricao-mode-toggle{display:flex;gap:0;margin-bottom:1.5rem;border:2px solid #000;overflow:hidden}.expedicao-inscricao-mode-btn{flex:1;border:none;background:transparent;color:#000;font:inherit;font-size:.95rem;font-weight:700;padding:.7rem 1rem;cursor:pointer;transition:background .15s ease,color .15s ease}.expedicao-inscricao-mode-btn:not(:last-child){border-right:2px solid #000}.expedicao-inscricao-mode-btn.active{background:#000;color:#fff}.expedicao-inscricao-mode-btn:not(.active):hover{background:#f1f5f9}.expedicao-inscricao-step{padding:0}.expedicao-inscricao-title{font-size:2rem;font-weight:900;color:#000;margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.5px}.expedicao-inscricao-description{font-size:1rem;line-height:1.6;color:#333;margin:0 0 2rem}.expedicao-inscricao-buttons{display:flex;flex-direction:column;gap:1rem}.expedicao-inscricao-btn-primary{background:#d53137;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all .2s ease;width:100%;text-align:center}.expedicao-inscricao-btn-primary:hover{background:#e63c46;transform:translateY(-2px);box-shadow:0 4px 12px #d531374d}.expedicao-inscricao-btn-secondary{background:transparent;color:#000;border:2px solid #000;padding:.875rem 2rem;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;width:100%;text-align:center}.expedicao-inscricao-btn-secondary:hover{background:#000;color:#fff}.expedicao-inscricao-form{display:flex;flex-direction:column;gap:1.5rem}.expedicao-inscricao-field{display:flex;flex-direction:column;gap:.5rem}.expedicao-inscricao-label{font-size:1rem;font-weight:600;color:#000}.expedicao-inscricao-input{width:100%;padding:.75rem;border:2px solid #ddd;font-size:1rem;font-family:inherit;color:#000;outline:none;transition:border-color .2s ease}.expedicao-inscricao-input:focus{border-color:#d53137}.expedicao-inscricao-input.error{border-color:#c00000}.expedicao-inscricao-input::placeholder{color:#999}.expedicao-inscricao-hint{font-size:.875rem;color:#3c3c3c;margin-top:-.25rem}.expedicao-inscricao-error{font-size:.875rem;color:#c00000}.expedicao-inscricao-checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:1rem;color:#000}.expedicao-inscricao-checkbox{width:20px;height:20px;cursor:pointer;accent-color:rgb(213,49,55)}.expedicao-inscricao-regioes{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:.5rem}.expedicao-inscricao-checkbox-text{font-size:.95rem}.expedicao-inscricao-radio-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.expedicao-inscricao-radio-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:1rem;color:#000}.expedicao-inscricao-radio{width:20px;height:20px;cursor:pointer;accent-color:rgb(213,49,55)}.expedicao-inscricao-radio-text{font-size:.95rem}@media (max-width: 767px){.expedicao-inscricao-regioes{grid-template-columns:1fr}}@media (max-width: 480px){.expedicao-inscricao-regioes{grid-template-columns:1fr}}.expedicao-inscricao-age-check{border:2px solid #ddd;padding:1rem;background:#f9f9f9}.expedicao-inscricao-age-text{font-size:1rem;color:#333;margin:0 0 1rem;line-height:1.5}.expedicao-inscricao-select{width:100%;padding:.75rem;border:2px solid #ddd;font-size:1rem;font-family:inherit;color:#000;outline:none;transition:border-color .2s ease;background:#fff;cursor:pointer}.expedicao-inscricao-select:focus{border-color:#d53137}.expedicao-inscricao-select.error{border-color:#c00000}.expedicao-inscricao-evento-selecionado{border:2px solid rgb(213,49,55);padding:1rem;background:#f0f0ff}.expedicao-inscricao-evento-info{display:flex;flex-direction:column;gap:.5rem}.expedicao-inscricao-evento-cidade{font-size:1.125rem;font-weight:700;color:#000;margin:0}.expedicao-inscricao-evento-data{font-size:1rem;color:#333;margin:0}.expedicao-inscricao-evento-local{font-size:1rem;color:#3c3c3c;margin:0}.expedicao-inscricao-evento-sessao{font-size:1rem;color:#333;margin:0;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #ddd}.expedicao-inscricao-age-btn{background:#d53137;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;width:100%;transition:all .2s ease}.expedicao-inscricao-age-btn:hover{background:#e63c46;transform:translateY(-2px);box-shadow:0 4px 12px #d531374d}.expedicao-inscricao-age-verified{display:flex;align-items:center;gap:.75rem;color:#0a0;font-weight:600}.expedicao-inscricao-check-icon{background:#0a0;color:#fff;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.expedicao-inscricao-submit-wrapper{display:flex;justify-content:center;width:100%;margin-top:.5rem}.expedicao-inscricao-submit{background:#000;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all .2s ease;width:100%}.expedicao-inscricao-submit:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.expedicao-inscricao-submit:disabled{opacity:.6;cursor:not-allowed}@media (min-width: 768px){.expedicao-inscricao-modal{padding:2.5rem;max-width:650px}.expedicao-inscricao-title{font-size:2.5rem}.expedicao-inscricao-description{font-size:1.125rem}.expedicao-inscricao-input{font-size:1.125rem;padding:.875rem}.expedicao-inscricao-submit{font-size:1.125rem;padding:1.125rem 2.5rem}}@media (min-width: 1024px){.expedicao-inscricao-modal{padding:3rem;max-width:700px}.expedicao-inscricao-title{font-size:3rem}.expedicao-inscricao-description{font-size:1.25rem}.expedicao-inscricao-input{font-size:1.25rem;padding:1rem}.expedicao-inscricao-submit{font-size:1.25rem;padding:1.25rem 3rem}}.expedicao-success-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10001;animation:fadeIn .3s ease;padding:1rem}.expedicao-success-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000080;padding:3rem 2rem;max-width:500px;width:100%;text-align:center;animation:scaleIn .4s cubic-bezier(.175,.885,.32,1.275);position:relative}.expedicao-success-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;color:#000;cursor:pointer;width:35px;height:35px;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;opacity:.5;transition:opacity .2s ease;z-index:10;font-family:inherit}.expedicao-success-close:hover{opacity:1}@keyframes scaleIn{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.expedicao-success-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#0a0,#0d0);color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 8px 20px #00aa004d;animation:checkPop .6s cubic-bezier(.175,.885,.32,1.275) .2s both}@keyframes checkPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.expedicao-success-title{font-size:1.75rem;font-weight:900;color:#000;margin:0 0 1rem;line-height:1.2}.expedicao-success-message{font-size:1.125rem;line-height:1.6;color:#333;margin:0}@media (min-width: 768px){.expedicao-success-modal{padding:3.5rem 2.5rem}.expedicao-success-icon{width:100px;height:100px;font-size:4rem}.expedicao-success-title{font-size:2rem}.expedicao-success-message{font-size:1.25rem}}@media (min-width: 1024px){.expedicao-success-modal{padding:4rem 3rem}.expedicao-success-icon{width:120px;height:120px;font-size:4.5rem}.expedicao-success-title{font-size:2.5rem}.expedicao-success-message{font-size:1.375rem}}.contact-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:10001;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease;pointer-events:auto;cursor:pointer}.contact-modal-content{background:#fff;max-width:800px;width:100%;padding:3rem 2rem;position:relative;box-shadow:0 10px 40px #0000004d;pointer-events:auto;cursor:default}.contact-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;color:#000;cursor:pointer;line-height:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;font-family:inherit;padding:0;z-index:10}.contact-modal-close:hover{color:#3c3c3c}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-title{font-size:1.75rem;font-weight:900;color:#000;margin:0 0 2rem;line-height:.95;letter-spacing:-1px}.contact-form-field{display:flex;flex-direction:column;gap:.5rem}.contact-form-label{font-size:1rem;font-weight:400;color:#000;display:block}.contact-form-input{background:transparent;border:none;border-bottom:3px solid #000;color:#000;font-size:1rem;padding:.75rem 0;font-family:inherit;width:100%;box-sizing:border-box;transition:border-color .2s ease}.contact-form-input:focus{outline:none;border-bottom-color:#333}.contact-form-input::placeholder{color:#999}.contact-form-input.error{border-color:#c00000}.contact-form-error{font-size:.875rem;color:#c00000;margin-top:.25rem}.contact-form-submit{background:#000;border:none;color:#fff;font-size:1.125rem;font-weight:700;text-transform:none;padding:1rem 2rem;cursor:pointer;display:inline-block;transition:all .2s ease;box-shadow:none;text-align:center;width:100%;margin-top:.5rem;font-family:inherit}.contact-form-submit:hover{background:#333;transform:translateY(-2px)}.contact-form-submit:active{transform:translateY(0)}.contact-form-success{text-align:center;padding:2rem 0}.contact-form-success-message{font-size:1.125rem;line-height:1.6;color:#000;margin:1rem 0 0}.contact-invite-section{margin-top:2rem;padding:2rem;background:#d53137;border:1px solid rgba(255,255,255,.2)}.contact-invite-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1rem}.contact-invite-description{font-size:1rem;line-height:1.6;color:#fff;margin:0 0 1.5rem}.contact-invite-form{display:flex;flex-direction:column;gap:1rem}.contact-invite-input{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:1rem;padding:1rem;font-family:inherit;width:100%;box-sizing:border-box;transition:border-color .2s ease}.contact-invite-input:focus{outline:none;border-color:#ffffff80;background:#ffffff26}.contact-invite-input::placeholder{color:#fff9}.contact-invite-input.error{border-color:#c00000}.contact-invite-submit{background:#fff;border:none;color:#d53137;font-size:1rem;font-weight:700;padding:1rem 2rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.contact-invite-submit:hover{background:#e0e0e0;transform:translateY(-2px)}.contact-invite-success{margin-top:2rem;padding:1rem;background:#00ff001a;border:1px solid rgba(0,255,0,.3)}.contact-invite-success-message{font-size:1rem;color:#fff;margin:0;text-align:center}@media (min-width: 768px){.contact-modal-content{padding:4rem 3rem}.contact-form-title{font-size:2.5rem;margin-bottom:2.5rem}.contact-form-input{font-size:1.125rem;padding:.875rem 0}.contact-form-submit{font-size:1.25rem;padding:1.25rem 2.5rem}.contact-form-success-message{font-size:1.25rem}}@media (min-width: 1024px){.contact-modal-content{padding:5rem 4rem;max-width:900px}.contact-form-title{font-size:3rem;margin-bottom:3rem}.contact-form-input{font-size:1.25rem;padding:1rem 0;border-bottom-width:4px}.contact-form-submit{font-size:1.5rem;padding:1.5rem 3rem}.contact-form-success-message{font-size:1.5rem}}.material-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:10001;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease;pointer-events:auto;cursor:pointer}.material-modal-content{background:#fff;max-width:800px;width:100%;padding:3rem 2rem;position:relative;box-shadow:0 10px 40px #0000004d;pointer-events:auto;cursor:default}.material-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#000;font-size:2rem;cursor:pointer;line-height:1;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;font-family:inherit;z-index:10}.material-modal-close:hover{color:#999}.material-form{display:flex;flex-direction:column;gap:1.5rem}.material-form-title{font-size:1.75rem;font-weight:900;color:#000;margin:0 0 .5rem;line-height:.95;letter-spacing:-1px}.material-form-subtitle{font-size:1rem;color:#3c3c3c;margin:0 0 1rem}.material-form-field{display:flex;flex-direction:column;gap:.5rem}.material-form-label{font-size:1rem;font-weight:400;color:#000;display:block}.material-form-input{background:transparent;border:none;border-bottom:3px solid #000;color:#000;font-size:1rem;padding:.75rem 0;font-family:inherit;width:100%;box-sizing:border-box;transition:border-color .2s ease}.material-form-input:focus{outline:none;border-bottom-color:#333}.material-form-input::placeholder{color:#999}.material-form-input.error{border-color:#c00000}.material-form-error{font-size:.875rem;color:#c00000;margin-top:.25rem}.material-form-submit{background:#000;border:none;color:#fff;font-size:1.125rem;font-weight:700;text-transform:none;padding:1rem 2rem;cursor:pointer;display:inline-block;transition:all .2s ease;box-shadow:none;text-align:center;width:100%;margin-top:.5rem;font-family:inherit}.material-form-submit:hover{background:#333;transform:translateY(-2px)}.material-form-submit:active{transform:translateY(0)}.material-form-success{text-align:center;padding:2rem 0}.material-form-success-message{font-size:1.125rem;line-height:1.6;color:#000;margin:1rem 0 0}.material-invite-section{margin-top:2rem;padding:2rem;background:#d53137;border:1px solid rgba(255,255,255,.2)}.material-invite-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1rem}.material-invite-description{font-size:1rem;line-height:1.6;color:#fff;margin:0 0 1.5rem}.material-invite-form{display:flex;flex-direction:column;gap:1rem}.material-invite-input{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:1rem;padding:1rem;font-family:inherit;width:100%;box-sizing:border-box;transition:border-color .2s ease}.material-invite-input:focus{outline:none;border-color:#ffffff80;background:#ffffff26}.material-invite-input::placeholder{color:#fff9}.material-invite-input.error{border-color:#c00000}.material-invite-submit{background:#fff;border:none;color:#d53137;font-size:1rem;font-weight:700;padding:1rem 2rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.material-invite-submit:hover{background:#e0e0e0;transform:translateY(-2px)}.material-invite-success{margin-top:2rem;padding:1rem;background:#00ff001a;border:1px solid rgba(0,255,0,.3)}.material-invite-success-message{font-size:1rem;color:#fff;margin:0;text-align:center}@media (min-width: 768px){.material-modal-content{padding:4rem 3rem}.material-form-title{font-size:2rem}.material-form-input{font-size:1.125rem;padding:.875rem 0}.material-form-submit{font-size:1.25rem;padding:1.25rem 2.5rem}}@media (min-width: 1024px){.material-modal-content{padding:5rem 4rem;max-width:900px}.material-form-title{font-size:2.5rem}.material-form-input{font-size:1.25rem;padding:1rem 0;border-bottom-width:4px}.material-form-submit{font-size:1.5rem;padding:1.5rem 3rem}}._overlay_1ghww_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:10001;display:flex;align-items:stretch;justify-content:flex-end;animation:_overlayFadeIn_1ghww_1 .25s ease}._panel_1ghww_12{background:#fff;width:min(50vw,760px);min-width:420px;height:100vh;max-height:100vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0006;animation:_panelSlideIn_1ghww_1 .38s cubic-bezier(.22,1,.36,1);padding:2rem 2rem 2.25rem;font-family:var(--font-sans, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._panel_1ghww_12 :where(input,button,textarea,select){font:inherit}._closeButton_1ghww_34{position:absolute;top:1rem;left:1rem;background:transparent;border:none;color:#000;cursor:pointer;display:inline-flex;align-items:center;gap:.55rem;line-height:1.1;padding:.2rem .55rem .2rem .2rem;transition:background .2s ease,color .2s ease;z-index:10;font-family:inherit;border-radius:999px}._closeButton_1ghww_34:hover{background:#000;color:#fff}._closeButtonIcon_1ghww_58{width:2rem;height:2rem;border:1.5px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease,border-color .2s ease}._closeButtonLabel_1ghww_69{font-size:.95rem;font-weight:700;letter-spacing:.01em;text-transform:uppercase}._content_1ghww_76{display:flex;flex-direction:column;gap:1.5rem;padding-top:3.5rem}._title_1ghww_83{font-size:2rem;font-weight:900;color:#000;margin:0;line-height:1.1;letter-spacing:-.5px}._description_1ghww_92{font-size:1rem;color:#333;margin:0;line-height:1.6}._form_1ghww_99{display:flex;flex-direction:column;gap:1.5rem}._field_1ghww_105{display:flex;flex-direction:column;gap:.5rem}._label_1ghww_111{font-size:1rem;font-weight:600;color:#000}._required_1ghww_117{color:#c00000}._input_1ghww_121{width:100%;background:transparent;border:none;border-bottom:3px solid #000;color:#000;font-size:1rem;padding:.75rem 0;font-family:inherit;box-sizing:border-box;transition:border-color .2s ease}._input_1ghww_121:focus{outline:none;border-bottom-color:#333}._input_1ghww_121::placeholder{color:#999}._inputError_1ghww_143{border-color:#c00000}._error_1ghww_147{font-size:.875rem;color:#c00000}._radios_1ghww_152{display:flex;flex-direction:column;gap:1rem;margin-top:.25rem}._radioLabel_1ghww_159{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:1rem;color:#000}._radio_1ghww_152{width:20px;height:20px;cursor:pointer;accent-color:#000}._submitButton_1ghww_175{background:#000;border:none;color:#fff;font-size:1.1rem;font-weight:700;padding:1rem 2rem;cursor:pointer;width:100%;margin-top:.5rem;font-family:inherit;transition:background .2s ease,transform .2s ease}._submitButton_1ghww_175:hover:not(:disabled){background:#333;transform:translateY(-2px)}._submitButton_1ghww_175:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 767px){._panel_1ghww_12{width:100vw;min-width:0;padding:1.4rem 1.2rem 1.6rem}._closeButton_1ghww_34{top:.85rem;left:.75rem}._title_1ghww_83{font-size:1.6rem}._submitButton_1ghww_175{font-size:1rem}}@media (min-width: 1024px){._panel_1ghww_12{min-width:560px;padding:3rem}._title_1ghww_83{font-size:2.4rem}._input_1ghww_121{font-size:1.12rem}}@keyframes _overlayFadeIn_1ghww_1{0%{opacity:0}to{opacity:1}}@keyframes _panelSlideIn_1ghww_1{0%{transform:translate(100%);opacity:.85}to{transform:translate(0);opacity:1}}.whatsapp-float-button{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9998;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d36673;transition:transform .2s,box-shadow .2s}.whatsapp-float-button:hover{transform:scale(1.08);box-shadow:0 6px 16px #25d36680;color:#fff}.whatsapp-float-icon{width:30px;height:30px}@media (max-width: 767px){.whatsapp-float-button{bottom:1rem;right:1rem;width:52px;height:52px}.whatsapp-float-icon{width:28px;height:28px}}[data-animate-id=header-nav],[data-animate-id=hero-expedicao],[data-animate-id=hero-description],[data-animate-id=hero-image]{opacity:0}[data-animate-id^=word-]{opacity:0;transform:translateY(100%)}.hover-fill{position:relative;overflow:hidden;z-index:1;transition:color .3s ease}.hover-fill:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:0%;background-color:var(--fill-color, #39ff14);transition:height .4s cubic-bezier(.215,.61,.355,1);z-index:-1}.hover-fill:hover:before{height:100%}.hover-fill>*{position:relative;z-index:2}.hover-fill:hover{color:#000}.hover-fill:hover h1,.hover-fill:hover h2,.hover-fill:hover h3,.hover-fill:hover h4,.hover-fill:hover p,.hover-fill:hover span,.hover-fill:hover a{color:inherit}.sweep-fill{position:relative;overflow:hidden;--sweep-color: rgba(48, 0, 150, .95);--sweep-duration: .45s;--sweep-easing: cubic-bezier(.19, 1, .22, 1);--sweep-start: translateY(110%)}.sweep-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--sweep-color);transform:var(--sweep-start);transition:transform var(--sweep-duration) var(--sweep-easing);z-index:0;pointer-events:none}.sweep-fill:hover:after,.sweep-fill.sweep-fill-active:after{transform:translateY(0)}.sweep-fill>*{position:relative;z-index:1}.plus-indicator{position:relative;display:inline-block;width:var(--plus-size, 1.25rem);height:var(--plus-size, 1.25rem);transform-origin:50% 50%;transition:transform .35s ease;--plus-color: #fff;--plus-hover-color: #fff;--plus-open-color: #00ff9d;--plus-stroke: 2px}.plus-indicator:before,.plus-indicator:after{content:"";position:absolute;top:50%;left:50%;background:var(--plus-color);transition:background .35s ease}.plus-indicator:before{width:var(--plus-stroke);height:100%;transform:translate(-50%,-50%)}.plus-indicator:after{width:100%;height:var(--plus-stroke);transform:translate(-50%,-50%)}.plus-indicator-trigger:hover .plus-indicator{transform:rotate(var(--plus-hover-rotate, 90deg)) scale(var(--plus-hover-scale, 1.05))}.plus-indicator-trigger:hover .plus-indicator:before,.plus-indicator-trigger:hover .plus-indicator:after{background:var(--plus-hover-color, var(--plus-color))}.plus-indicator-open{transform:rotate(var(--plus-open-rotate, 45deg)) scale(var(--plus-open-scale, 1.1))}.plus-indicator-open:before,.plus-indicator-open:after{background:var(--plus-open-color)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.modal-close-button{background:#00000073;border:1px solid rgba(57,255,20,.45);color:#39ff14;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease;line-height:1;padding:0}.modal-close-button:hover{background:#39ff1433;border-color:#39ff14cc;color:#fff;transform:scale(1.05)}.admin-container{min-height:100vh;background:#f5f5f5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;box-shadow:0 2px 10px #0000001a}.admin-header h1{margin:0 0 .5rem;font-size:2rem;font-weight:700}.admin-header p{margin:0 0 1.5rem;opacity:.9}.admin-actions{display:flex;gap:1rem;flex-wrap:wrap}.admin-btn{padding:.75rem 1.5rem;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.admin-btn-save{background:#fff;color:#667eea}.admin-btn-save:hover:not(:disabled){background:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.admin-btn-save:disabled{opacity:.5;cursor:not-allowed}.admin-btn-reset{background:#fff3;color:#fff;border:2px solid white}.admin-btn-reset:hover{background:#ffffff4d}.admin-btn-back{background:#fff3;color:#fff;border:2px solid white}.admin-btn-back:hover{background:#ffffff4d}.admin-content{display:flex;max-width:1400px;margin:0 auto;gap:2rem;padding:2rem}.admin-sidebar{width:250px;background:#fff;padding:1.5rem;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:2rem}.admin-sidebar h3{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#333}.admin-nav{display:flex;flex-direction:column;gap:.5rem}.admin-nav-page{margin-bottom:.5rem}.admin-nav-page-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:none;background:transparent;cursor:pointer;text-align:left;font-size:1rem;font-weight:600;color:#333;transition:all .2s ease;width:100%}.admin-nav-page-header:hover{background:#f0f0f0}.admin-nav-page-header.expanded{background:#e8e8e8}.admin-nav-page-icon{font-size:.875rem;color:#667eea;min-width:12px}.admin-nav-page-sections{margin-left:1.5rem;margin-top:.25rem;margin-bottom:.5rem;border-left:2px solid #e0e0e0;padding-left:.5rem}.admin-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background:transparent;cursor:pointer;text-align:left;font-size:.95rem;color:#3c3c3c;transition:all .2s ease}.admin-nav-subitem{font-size:.875rem;padding:.5rem .75rem;margin-left:.5rem}.admin-nav-item:hover{background:#f5f5f5;color:#333}.admin-nav-item.active{background:#667eea;color:#fff}.admin-nav-icon{font-size:1rem}.admin-main{flex:1;background:#fff;padding:2rem;box-shadow:0 2px 8px #0000001a}.admin-section h2{margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;color:#333;border-bottom:2px solid #667eea;padding-bottom:.5rem}.admin-section h3{margin:2rem 0 1rem;font-size:1.3rem;font-weight:600;color:#555}.admin-field-group{margin-bottom:1.5rem}.admin-field-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#555;font-size:.875rem}.admin-input,.admin-textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;font-size:1rem;font-family:inherit;transition:all .2s ease}.admin-input:focus,.admin-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.admin-textarea{resize:vertical;min-height:80px}.admin-color-input-group{display:flex;gap:.5rem;align-items:center}.admin-color-input{flex:1}.admin-color-picker{width:60px;height:40px;border:2px solid #e0e0e0;cursor:pointer;padding:0}.admin-color-preview{width:40px;height:40px;border:2px solid #e0e0e0}.admin-card{background:#f9f9f9;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e0e0e0}.admin-card h4{margin:0 0 1rem;color:#667eea;font-size:1.125rem}@media (max-width: 768px){.admin-content{flex-direction:column;padding:1rem}.admin-sidebar{width:100%;position:static}.admin-nav{flex-direction:row;flex-wrap:wrap}.admin-nav-item{flex:1;min-width:120px;justify-content:center}.admin-actions{flex-direction:column}.admin-btn{width:100%}}.mobile-creation-app-delete-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:1rem;background:#17171747;z-index:5}.mobile-creation-app-delete-modal{width:min(100%,18rem);display:grid;gap:.9rem;padding:1rem;border:1px solid rgba(23,23,23,.1);border-radius:14px;background:#fffffffa;box-shadow:0 18px 45px #17171729}.mobile-creation-app-delete-modal-title{margin:0;text-align:center;font-size:1rem;line-height:1.3;font-weight:800;color:#171717}.mobile-creation-app-delete-modal-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.mobile-creation-app-delete-modal-button{width:100%;min-height:2.75rem;border:none;border-radius:6px;font:inherit;font-size:.92rem;font-weight:700;line-height:1;cursor:pointer}.mobile-creation-app-delete-modal-button-confirm{background:#b91c1c;color:#fff}.mobile-creation-app-delete-modal-button-cancel{background:#fffffff5;color:#171717}.mobile-creation-app-footer-module{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(2.25rem,.72fr) minmax(0,1.4fr);gap:.36rem;min-width:0;min-height:100%}.mobile-creation-app-footer-button{border:none;border-radius:6px;background:#2563eb;color:#fff;font:inherit;font-size:.74rem;font-weight:700;line-height:1.05;white-space:nowrap;width:100%;height:100%;padding:.62rem .5rem;cursor:pointer}.mobile-creation-app-footer-button-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;padding:.4rem .3rem}.mobile-creation-app-footer-button-icon svg{width:1.25rem;height:1.25rem;flex-shrink:0}.mobile-creation-app-footer-button-secondary{background:#ffffffe0;color:#171717}.mobile-creation-app-footer-button-danger{background:#dc2626;color:#fff}.mobile-creation-app-footer-button:disabled{opacity:.48;cursor:not-allowed}.mobile-creation-app-footer-button-icon-only{padding:.5rem;display:grid;place-items:center}.mobile-creation-app-footer-button-icon-only .mobile-creation-app-footer-button-icon{width:1.8rem;height:1.8rem}.mobile-creation-app-header-module{position:relative;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) minmax(0,1fr);gap:0;min-width:0;min-height:0;border:1px solid #b9b9b9}.mobile-creation-app-header-primary-row{display:grid;grid-template-columns:repeat(var(--mobile-creation-app-header-columns, 2),minmax(0,1fr));min-width:0;min-height:0;border-bottom:1px solid #c2c2c2}.mobile-creation-app-header-response-row{min-width:0;min-height:0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(91,104,123,.52) transparent;touch-action:pan-x;overscroll-behavior-x:contain;scroll-snap-type:x proximity}.mobile-creation-app-header-response-row::-webkit-scrollbar{height:.32rem}.mobile-creation-app-header-response-row::-webkit-scrollbar-thumb{background:#5b687b73;border-radius:999px}.mobile-creation-app-header-response-grid{display:flex;align-items:stretch;gap:.3rem;min-width:0;min-height:100%;width:max-content;padding:.08rem .3rem .2rem;overflow:visible}.mobile-creation-app-header-response-grid>.mobile-creation-app-header-cell{flex:0 0 clamp(4.6rem,17vw,5.3rem);min-height:3rem;scroll-snap-align:start}.mobile-creation-app-header-response-placeholder{min-width:0;min-height:100%}.mobile-creation-app-header-cell{display:grid;place-items:stretch;align-content:stretch;justify-items:stretch;min-width:0;min-height:0;overflow:visible}.mobile-creation-app-header-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;border:none;border-radius:6px;background:#fffc;color:#171717;font:inherit;font-size:.86rem;font-weight:700;line-height:1;width:100%;height:100%;padding:.7rem .95rem;cursor:pointer;touch-action:pan-x}.mobile-creation-app-header-button:focus-visible{outline:2px solid #6ea4ff;outline-offset:1px}.mobile-creation-app-header-button-with-icon{font-size:.66rem;line-height:1.05;text-align:center;padding:.35rem .3rem;gap:.2rem}.mobile-creation-app-header-button-icon{display:block;width:1.1rem;height:1.1rem;margin-inline:auto;object-fit:contain;flex:0 0 auto}.mobile-creation-app-header-button-active{background:#f1f3f5}.mobile-creation-app-header-part-accordion-cell{position:relative;z-index:10}.mobile-creation-app-header-part-split-button{display:flex;align-items:stretch;width:100%;height:100%;min-width:0;overflow:hidden;border-radius:6px;background:#fffc}.mobile-creation-app-header-part-split-button-active{background:#f1f3f5}.mobile-creation-app-header-part-split-button-main,.mobile-creation-app-header-part-split-button-toggle{width:auto;height:auto;min-width:0;border-radius:0;background:transparent;flex-shrink:0;padding:.35rem .3rem;cursor:pointer}.mobile-creation-app-header-part-split-button-main{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;text-align:center}.mobile-creation-app-header-part-split-button-toggle{display:flex;align-items:center;justify-content:center;flex:0 0 1.65rem;border-left:1px solid rgba(23,23,23,.14);font-size:.72rem;line-height:1;padding-inline:.24rem}.mobile-creation-app-header-part-split-button-main:focus-visible,.mobile-creation-app-header-part-split-button-toggle:focus-visible{outline:2px solid #6ea4ff;outline-offset:-2px}.mobile-creation-app-header-material-menu-cell{position:relative;z-index:11}.mobile-creation-app-header-color-menu-cell{position:relative;z-index:12}.mobile-creation-app-header-part-accordion-trigger{flex-direction:column;align-items:center;justify-content:center;gap:.2rem;text-align:center;padding:.35rem .3rem}.mobile-creation-app-header-button-icon-row{display:inline-flex;align-items:center;justify-content:center;gap:.18rem;min-width:0;line-height:1}.mobile-creation-app-header-button-text{line-height:1}.mobile-creation-app-header-button-text-with-swatch{display:inline-flex;align-items:center;justify-content:center;gap:.24rem}.mobile-creation-app-header-color-chip{display:inline-block;width:.64rem;height:.64rem;border-radius:999px;background:var(--mobile-creation-app-color-chip, #e5e8ee);border:1px solid rgba(23,23,23,.4);box-shadow:0 0 0 1px #ffffffbf inset}.mobile-creation-app-header-accordion-chevron{display:inline-block;font-size:.75rem;line-height:1;transform-origin:center;transition:transform .12s ease}.mobile-creation-app-header-accordion-chevron-open{transform:rotate(180deg)}.mobile-creation-app-header-part-accordion-menu{position:absolute;top:calc(100% + .35rem);left:0;min-width:9.8rem;display:grid;grid-template-columns:minmax(0,1fr);gap:.2rem;padding:.32rem;border-radius:8px;border:1px solid #b9bec8;background:#d7d8db;box-shadow:0 8px 14px #20273138}.mobile-creation-app-header-part-shape-option{display:flex;align-items:center;gap:.55rem;width:100%;border:none;border-radius:6px;padding:.42rem .5rem;background:transparent;color:#202125;font:inherit;font-size:.78rem;font-weight:700;line-height:1.1;text-align:left;cursor:pointer}.mobile-creation-app-header-part-shape-option:hover,.mobile-creation-app-header-part-shape-option:focus-visible{outline:none;background:#ffffffc7}.mobile-creation-app-header-part-shape-option-active{background:#ffffffe6}.mobile-creation-app-header-part-shape-icon{position:relative;display:inline-flex;width:1.1rem;height:1.1rem;flex:0 0 auto}.mobile-creation-app-header-part-shape-icon:before,.mobile-creation-app-header-part-shape-icon:after{content:"";position:absolute;box-sizing:border-box}.mobile-creation-app-header-part-shape-icon-Block:before{top:.1rem;right:.1rem;bottom:.1rem;left:.1rem;border:1.5px solid #312f3a;background:linear-gradient(145deg,#c59cf8,#8f62ce);border-radius:2px}.mobile-creation-app-header-part-shape-icon-Sphere:before{top:.06rem;right:.06rem;bottom:.06rem;left:.06rem;border:1.5px solid #312f3a;background:radial-gradient(circle at 35% 30%,#b878f6,#7d47bf 78%);border-radius:50%}.mobile-creation-app-header-part-shape-icon-Wedge:before{left:.12rem;right:.06rem;top:.18rem;bottom:.12rem;border:1.5px solid #312f3a;background:linear-gradient(140deg,#bd8df6,#8c57cc);transform:skew(-25deg);border-radius:2px}.mobile-creation-app-header-part-shape-icon-CornerWedge:before{top:.08rem;right:.08rem;bottom:.08rem;left:.08rem;border:1.5px solid #312f3a;background:linear-gradient(145deg,#c59cf8,#8f62ce);clip-path:polygon(0 100%,100% 100%,0 0)}.mobile-creation-app-header-part-shape-icon-Cylinder:before{left:.2rem;right:.2rem;top:.2rem;bottom:.18rem;border-left:1.5px solid #312f3a;border-right:1.5px solid #312f3a;background:linear-gradient(90deg,#ca9dfb,#8f5fd1)}.mobile-creation-app-header-part-shape-icon-Cylinder:after{left:.2rem;right:.2rem;top:.1rem;height:.25rem;border:1.5px solid #312f3a;border-radius:50%;background:#b888ef}.mobile-creation-app-header-material-menu{position:absolute;top:calc(100% + .35rem);left:0;min-width:min(13.5rem,calc(100vw - 1.6rem));max-height:16rem;display:grid;grid-template-columns:minmax(0,1fr);gap:.36rem;padding:.45rem;border-radius:8px;border:1px solid #b9bec8;background:#d7d8db;box-shadow:0 8px 14px #20273138}.mobile-creation-app-header-material-search-label{font-size:.68rem;font-weight:700;color:#2e3340}.mobile-creation-app-header-material-search-input{width:100%;border:1px solid #9ea8b9;border-radius:6px;background:#f7f8fb;color:#171717;font:inherit;font-size:.76rem;line-height:1.2;padding:.38rem .46rem}.mobile-creation-app-header-material-search-input:focus-visible{outline:2px solid #6ea4ff;outline-offset:1px}.mobile-creation-app-header-material-options{max-height:10.6rem;overflow:auto;display:grid;grid-template-columns:minmax(0,1fr);gap:.24rem}.mobile-creation-app-header-material-option{width:100%;display:grid;grid-template-columns:minmax(0,1fr);gap:.06rem;border:none;border-radius:6px;padding:.38rem .42rem;background:transparent;color:#202125;text-align:left;cursor:pointer}.mobile-creation-app-header-material-option:hover,.mobile-creation-app-header-material-option:focus-visible{outline:none;background:#ffffffc7}.mobile-creation-app-header-material-option-active{background:#ffffffe6}.mobile-creation-app-header-material-option-label{font-size:.74rem;font-weight:700;line-height:1.1}.mobile-creation-app-header-material-option-id{font-size:.62rem;line-height:1.1;color:#555f72}.mobile-creation-app-header-material-empty{font-size:.72rem;color:#4a5263;padding:.3rem .24rem}.mobile-creation-app-header-color-menu{position:absolute;top:calc(100% + .35rem);left:0;min-width:min(16.6rem,calc(100vw - 1.6rem));max-width:min(17.8rem,calc(100vw - 1.6rem));display:grid;grid-template-columns:minmax(0,1fr);gap:.4rem;padding:.46rem;border-radius:8px;border:1px solid #b9bec8;background:#d7d8db;box-shadow:0 8px 14px #20273138}.mobile-creation-app-header-color-input-label{font-size:.68rem;font-weight:700;color:#2e3340}.mobile-creation-app-header-color-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.32rem}.mobile-creation-app-header-color-input{width:100%;border:1px solid #9ea8b9;border-radius:6px;background:#f7f8fb;color:#171717;font:inherit;font-size:.76rem;line-height:1.2;padding:.42rem .46rem}.mobile-creation-app-header-color-input:focus-visible{outline:2px solid #6ea4ff;outline-offset:1px}.mobile-creation-app-header-color-input[aria-invalid=true]{border-color:#b91c1c}.mobile-creation-app-header-color-apply-button{border:none;border-radius:6px;background:#334155;color:#fff;font:inherit;font-size:.7rem;font-weight:700;line-height:1;padding:.42rem .56rem;cursor:pointer}.mobile-creation-app-header-color-input-error{font-size:.68rem;color:#991b1b;line-height:1.2}.mobile-creation-app-header-color-swatches{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.24rem;max-height:13.4rem;overflow:auto;padding-right:.06rem}.mobile-creation-app-header-color-swatch{width:100%;aspect-ratio:1 / 1;border:1px solid rgba(26,32,44,.48);border-radius:8px;background:var(--mobile-creation-app-color-swatch, #e5e8ee);cursor:pointer}.mobile-creation-app-header-color-swatch:focus-visible{outline:2px solid #6ea4ff;outline-offset:1px}.mobile-creation-app-header-color-swatch-active{box-shadow:0 0 0 2px #f8fafc inset,0 0 0 2px #1d4ed8}.mobile-creation-app-header-floating-layer{position:absolute;top:0;right:0;bottom:0;left:0;overflow:visible;pointer-events:none;z-index:40}.mobile-creation-app-header-floating-menu{position:absolute;pointer-events:auto}.mobile-creation-app-viewport-module{position:absolute;top:0;right:0;bottom:0;left:0;min-width:0;min-height:0;border-radius:inherit;overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none;background:#c8dced}.mobile-creation-app-viewport-module:focus{outline:none}.mobile-creation-app-viewport-canvas{display:block;width:100%;height:100%}.mobile-creation-app-viewport-orientation-controls{position:absolute;top:.55rem;right:.55rem;z-index:5;pointer-events:auto;background:#14182047;border-radius:.9rem;padding:.22rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-creation-app-viewport-orientation-net{--face-size: clamp(1.9rem, 7vw, 2.4rem);display:grid;grid-template-columns:repeat(3,var(--face-size));grid-template-rows:repeat(3,var(--face-size));grid-template-areas:"topleft top topright" "left front right" "botleft back botright";gap:.14rem}.mobile-creation-app-viewport-orientation-face{border:none;background:#ffffff2e;color:#ffffffeb;border-radius:.55rem;padding:0;display:grid;place-items:center;cursor:pointer;touch-action:none;box-shadow:0 1px 4px #00000038,inset 0 1px #ffffff26;transition:background .08s,transform .08s}.mobile-creation-app-viewport-orientation-face:active{background:#ffffff61;transform:scale(.9)}.mobile-creation-app-viewport-orientation-face-topleft{grid-area:topleft}.mobile-creation-app-viewport-orientation-face-top{grid-area:top}.mobile-creation-app-viewport-orientation-face-topright{grid-area:topright}.mobile-creation-app-viewport-orientation-face-left{grid-area:left}.mobile-creation-app-viewport-orientation-face-front{grid-area:front}.mobile-creation-app-viewport-orientation-face-right{grid-area:right}.mobile-creation-app-viewport-orientation-face-botleft{grid-area:botleft}.mobile-creation-app-viewport-orientation-face-back{grid-area:back}.mobile-creation-app-viewport-orientation-face-botright{grid-area:botright}.mobile-creation-app-viewport-orientation-face-topleft,.mobile-creation-app-viewport-orientation-face-topright,.mobile-creation-app-viewport-orientation-face-botleft,.mobile-creation-app-viewport-orientation-face-botright{background:#ffffff1a;border-radius:.4rem}.mobile-creation-app-viewport-orientation-face-arrow-glyph{font-size:1.15rem;font-weight:800;line-height:1;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4)}.mobile-creation-app-viewport-orientation-face-default-glyph{width:.65rem;height:.65rem;background:#ffffffb3;border-radius:999px;box-sizing:border-box}.mobile-creation-app-viewport-center-button{min-width:clamp(4.6rem,19vw,6.3rem);height:clamp(1.75rem,6.5vw,2.3rem);border:1px solid rgba(37,46,60,.7);border-radius:.18rem;background:#f7f9fcf2;color:#212936e6;font:inherit;font-size:.56rem;font-weight:700;line-height:1;letter-spacing:.01em;text-transform:uppercase;cursor:pointer;touch-action:none;box-shadow:0 1px 3px #11141833}.mobile-creation-app-viewport-center-button:active{background:#e0e8f3fa}.mobile-creation-app-viewport-center-button:disabled{opacity:.45;cursor:default}.mobile-creation-app-viewport-toolbar{position:absolute;top:.55rem;left:.55rem;z-index:5;display:flex;align-items:center;gap:.24rem;pointer-events:auto}.mobile-creation-app-viewport-center-button-floating{position:absolute;top:.55rem;left:.55rem;z-index:5}.mobile-creation-app-viewport-tool-toggle{width:clamp(1.75rem,6.5vw,2.3rem);height:clamp(1.75rem,6.5vw,2.3rem);border:1px solid rgba(37,46,60,.7);border-radius:.18rem;background:#f7f9fcf2;color:#212936e6;font:inherit;font-size:.64rem;font-weight:800;line-height:1;display:grid;place-items:center;cursor:pointer;touch-action:none;box-shadow:0 1px 3px #11141833}.mobile-creation-app-viewport-tool-toggle:active{background:#e0e8f3fa}.mobile-creation-app-viewport-tool-toggle-active{background:#d4e4f7f5;color:#134785f2}.mobile-creation-app-viewport-tool-icon{width:.88rem;height:.88rem;display:block}.mobile-creation-app-viewport-context-menu{position:absolute;z-index:12;min-width:9rem;display:flex;flex-direction:column;background:#161b24f2;border:1px solid rgba(97,112,135,.55);border-radius:8px;box-shadow:0 12px 26px #00000059;overflow:hidden}.mobile-creation-app-viewport-context-menu-item{border:0;background:transparent;color:#dbe7ff;font-size:.76rem;text-align:left;padding:.46rem .62rem}.mobile-creation-app-viewport-context-menu-item:hover{background:#35455ed9}.mobile-creation-app-viewport-context-menu-item-danger{color:#fecaca}.mobile-creation-app-viewport-scale-handles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.mobile-creation-app-viewport-part-drag-guides{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9}.mobile-creation-app-viewport-part-drag-guides-svg{width:100%;height:100%;display:block}.mobile-creation-app-viewport-part-drag-guide-line{stroke:#f7e059f5;stroke-width:1.5;stroke-linecap:round;filter:drop-shadow(0 0 1px rgba(120,99,20,.45))}.mobile-creation-app-viewport-scale-handle{position:absolute;width:2.5rem;height:2.5rem;padding:0;border:none;background:transparent;transform:translate(-50%,-50%);display:grid;place-items:center;pointer-events:auto;cursor:grab;touch-action:none}.mobile-creation-app-viewport-scale-handle:before{content:"";width:1rem;height:1rem;border-radius:999px;border:2px solid rgba(255,255,255,.95);box-shadow:0 2px 8px #17171738}.mobile-creation-app-viewport-scale-handle-axis-x:before{background:#ef4444}.mobile-creation-app-viewport-scale-handle-axis-y:before{background:#22c55e}.mobile-creation-app-viewport-scale-handle-axis-z:before{background:#2563eb}.mobile-creation-app-viewport-scale-handle:active{cursor:grabbing}.mobile-creation-app-viewport-position-handle{width:3.2rem;height:3.2rem}.mobile-creation-app-viewport-position-handle:before{display:none}.mobile-creation-app-viewport-position-handle .mobile-creation-app-viewport-position-handle-line{position:absolute;width:1.4rem;height:.18rem;border-radius:999px;background:currentColor;box-shadow:0 1px 2px #00000059;transform-origin:left center}.mobile-creation-app-viewport-position-handle .mobile-creation-app-viewport-position-handle-arrow{position:absolute;width:0;height:0;border-top:.36rem solid transparent;border-bottom:.36rem solid transparent;border-left:.56rem solid currentColor;transform:translate(.62rem);filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.mobile-creation-app-viewport-position-handle.mobile-creation-app-viewport-scale-handle-axis-x{color:#ef4444}.mobile-creation-app-viewport-position-handle.mobile-creation-app-viewport-scale-handle-axis-y{color:#22c55e;transform:translate(-50%,-50%) rotate(-90deg)}.mobile-creation-app-viewport-position-handle.mobile-creation-app-viewport-scale-handle-axis-z{color:#2563eb;transform:translate(-50%,-50%) rotate(35deg)}.mobile-creation-app-viewport-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(180deg,#fff7d6eb,#ffeeaae6)}.mobile-creation-app-viewport-fallback-text{margin:0;max-width:16rem;text-align:center;font-size:.82rem;line-height:1.45;color:#171717d1}.mobile-creation-app-workspace-module{min-width:0;min-height:0;flex:1;overflow:hidden}.mobile-creation-app-workspace-surface{position:relative;width:100%;height:100%;min-width:0;min-height:0;border:2px solid rgb(108 108 108 / 53%);background:linear-gradient(180deg,#ffffffb8,#fffffff5);overflow:hidden}.mobile-creation-app-workspace-guide{position:absolute;right:.65rem;bottom:.65rem;display:flex;align-items:flex-end;gap:.35rem;pointer-events:none;max-width:70%}.mobile-creation-app-workspace-guide-bubble{padding:.5rem .7rem;border-radius:12px 12px 4px;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(23,23,23,.1);box-shadow:0 2px 8px #00000014}.mobile-creation-app-workspace-guide-text{margin:0;color:#1e293b;font-size:.76rem;line-height:1.35;font-weight:600}.mobile-creation-app-workspace-guide-mascot{flex:0 0 auto;width:2.6rem;height:2.6rem;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.12));animation:guide-mascot-bounce 2s ease-in-out infinite}@keyframes guide-mascot-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.explorer-panel{display:flex;flex-direction:column;background:#f8f9fa;border-left:1px solid #d1d5db;overflow:hidden;font-size:.75rem;color:#1e293b;transition:transform .25s ease,opacity .25s ease}@media (max-width: 767px){.explorer-panel{position:fixed;bottom:0;left:0;right:0;z-index:13000;max-height:55vh;border-left:none;border-top:1px solid #d1d5db;border-radius:14px 14px 0 0;box-shadow:0 -4px 20px #00000026;transform:translateY(100%);opacity:0;pointer-events:none}.explorer-panel.explorer-panel-open{transform:translateY(0);opacity:1;pointer-events:auto}}@media (min-width: 768px){.explorer-panel{position:relative;width:0;min-width:0;opacity:0;pointer-events:none;transition:width .2s ease,opacity .2s ease}.explorer-panel.explorer-panel-open{width:180px;min-width:180px;opacity:1;pointer-events:auto}}.explorer-panel-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .65rem;background:#e8eaed;border-bottom:1px solid #d1d5db;flex-shrink:0}.explorer-panel-title{font-size:.72rem;font-weight:700;color:#1e293b;letter-spacing:.02em;text-transform:uppercase}.explorer-panel-close{display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#64748b;cursor:pointer;padding:.2rem;border-radius:4px}.explorer-panel-close:hover{background:#d1d5db;color:#1e293b}.explorer-panel-tree{overflow-y:auto;flex:1;padding:.35rem 0}.explorer-panel-workspace-row{display:flex;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.72rem;font-weight:600;color:#475569;border-bottom:1px solid #e2e8f0;margin-bottom:.2rem}.explorer-panel-parts-list{display:flex;flex-direction:column}.explorer-panel-part-row{display:flex;align-items:center;gap:.35rem;width:100%;padding:.28rem .65rem .28rem 1.1rem;border:none;background:transparent;color:#334155;font:inherit;font-size:.72rem;text-align:left;cursor:pointer;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.explorer-panel-part-row:hover{background:#e2e8f0}.explorer-panel-part-row-selected{background:#dbeafe;color:#1d4ed8}.explorer-panel-part-row-selected:hover{background:#bfdbfe}.explorer-panel-part-color{display:inline-block;width:10px;height:10px;border-radius:2px;border:1px solid rgba(0,0,0,.12);flex-shrink:0}.explorer-panel-part-glyph{color:#94a3b8;font-size:.7rem;flex-shrink:0}.explorer-panel-part-label{overflow:hidden;text-overflow:ellipsis}.explorer-panel-empty{padding:1rem .65rem;font-size:.7rem;color:#94a3b8;margin:0;text-align:center}.properties-panel{display:flex;flex-direction:column;background:#f8f9fa;border-left:1px solid #d1d5db;overflow:hidden;font-size:.75rem;color:#1e293b}@media (max-width: 767px){.properties-panel{position:fixed;bottom:0;left:0;right:0;z-index:13000;max-height:60vh;border-left:none;border-top:1px solid #d1d5db;border-radius:14px 14px 0 0;box-shadow:0 -4px 20px #00000026;transform:translateY(100%);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease}.properties-panel.properties-panel-open{transform:translateY(0);opacity:1;pointer-events:auto}}@media (min-width: 768px){.properties-panel{position:relative;width:0;min-width:0;opacity:0;pointer-events:none;transition:width .2s ease,opacity .2s ease}.properties-panel.properties-panel-open{width:180px;min-width:180px;opacity:1;pointer-events:auto}}.properties-panel-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .65rem;background:#e8eaed;border-bottom:1px solid #d1d5db;flex-shrink:0}.properties-panel-title{font-size:.72rem;font-weight:700;color:#1e293b;letter-spacing:.02em;text-transform:uppercase}.properties-panel-close{display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#64748b;cursor:pointer;padding:.2rem;border-radius:4px}.properties-panel-close:hover{background:#d1d5db;color:#1e293b}.properties-panel-body{overflow-y:auto;flex:1;padding:.35rem 0 1rem}.properties-panel-section-label{font-size:.65rem;font-weight:700;color:#94a3b8;letter-spacing:.06em;text-transform:uppercase;padding:.55rem .65rem .2rem;border-top:1px solid #e2e8f0;margin-top:.2rem}.properties-panel-section-label:first-child{border-top:none;margin-top:0}.properties-panel-prop-row{display:flex;align-items:center;justify-content:space-between;padding:.22rem .65rem;gap:.4rem}.properties-panel-prop-label{font-size:.7rem;color:#64748b;flex-shrink:0}.properties-panel-prop-value{font-size:.7rem;font-family:ui-monospace,monospace;color:#1e293b;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.properties-panel-prop-input{width:4.2rem;border:1px solid #cbd5e1;background:#fff;border-radius:4px;padding:.2rem .28rem;font-size:.7rem;font-family:ui-monospace,monospace;color:#1e293b;text-align:right}.properties-panel-prop-input:focus{outline:1px solid #1f8fe5;border-color:#1f8fe5}.properties-panel-prop-select{width:7rem;border:1px solid #cbd5e1;background:#fff;border-radius:4px;padding:.2rem .28rem;font-size:.7rem;color:#1e293b}.properties-panel-prop-select:focus{outline:1px solid #1f8fe5;border-color:#1f8fe5}.properties-panel-color-editor{display:flex;align-items:center;gap:.28rem}.properties-panel-color-picker{width:1.4rem;height:1rem;border:1px solid #cbd5e1;border-radius:2px;padding:0;background:#fff}.properties-panel-prop-input-hex{width:4.8rem}.properties-panel-color-value{display:flex;align-items:center;gap:.3rem;justify-content:flex-end}.properties-panel-color-swatch{display:inline-block;width:12px;height:12px;border-radius:2px;border:1px solid rgba(0,0,0,.12);flex-shrink:0}.properties-panel-empty{padding:1rem .65rem;font-size:.7rem;color:#94a3b8;margin:0;text-align:center;line-height:1.5}.properties-panel-mobile-actions{display:none}@media (max-width: 767px){.properties-panel-mobile-actions{display:flex;gap:.45rem;padding:.7rem .65rem .2rem;border-top:1px solid #e2e8f0;margin-top:.6rem}.properties-panel-mobile-action-button{flex:1;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;font-size:.74rem;font-weight:600;padding:.44rem .5rem}.properties-panel-mobile-action-button-danger{border-color:#fecaca;background:#fee2e2;color:#b91c1c}}.mobile-creation-app-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:11000;background:#ffe;color:#171717;overflow:hidden;overscroll-behavior:none}.mobile-creation-app-frame{background:#fff;height:100dvh;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(5.5rem,auto) auto minmax(0,1fr) minmax(3.5rem,auto);gap:.5rem;padding:calc(1rem + env(safe-area-inset-top,0px)) 1rem calc(1.25rem + env(safe-area-inset-bottom,0px));box-sizing:border-box;overflow:hidden;position:relative}.mobile-creation-app-panel-buttons{display:flex;align-items:center;gap:.35rem;padding:0 .1rem;flex-shrink:0}.mobile-creation-app-panel-btn{display:flex;align-items:center;gap:.3rem;padding:.3rem .55rem;border:1px solid #d1d5db;border-radius:6px;background:#f8f9fa;color:#475569;font:inherit;font-size:.72rem;font-weight:600;cursor:pointer;line-height:1;transition:background .1s,border-color .1s}.mobile-creation-app-panel-btn:hover{background:#e2e8f0;border-color:#94a3b8;color:#1e293b}.mobile-creation-app-panel-btn-active{background:#dbeafe;border-color:#93c5fd;color:#1d4ed8}.mobile-creation-app-panel-btn-active:hover{background:#bfdbfe}.mobile-creation-app-content-row{display:flex;flex-direction:row;min-height:0;overflow:hidden;border-radius:8px;border:1px solid #e2e8f0}.mobile-creation-app-user-area{position:absolute;top:calc(.5rem + env(safe-area-inset-top,0px));right:.5rem;z-index:100}.mobile-creation-app-user-button{position:relative;display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border:1.5px solid #b9b9b9;border-radius:50%;background:#ffffffeb;color:#334155;cursor:pointer;box-shadow:0 2px 6px #0000001a}.mobile-creation-app-user-button:hover,.mobile-creation-app-user-button:focus-visible{background:#f1f5f9;border-color:#94a3b8}.mobile-creation-app-user-dot{position:absolute;bottom:1px;right:1px;width:8px;height:8px;border-radius:50%;background:#22c55e;border:1.5px solid #ffffff}.mobile-creation-app-user-dot-pulse{animation:user-dot-pulse .9s ease-in-out infinite}@keyframes user-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.mobile-creation-app-user-menu{position:absolute;top:calc(100% + .4rem);right:0;min-width:13rem;background:#fff;border:1px solid #d1d5db;border-radius:10px;box-shadow:0 8px 20px #00000026;overflow:hidden}.mobile-creation-app-user-menu-header{display:flex;flex-direction:column;gap:.15rem;padding:.75rem .85rem;background:#f8fafc}.mobile-creation-app-user-menu-name{font-size:.82rem;font-weight:700;color:#1e293b;line-height:1.2}.mobile-creation-app-user-menu-email{font-size:.7rem;color:#64748b;line-height:1.2;word-break:break-all}.mobile-creation-app-user-menu-divider{height:1px;background:#e2e8f0}.mobile-creation-app-user-menu-item{display:flex;align-items:center;gap:.5rem;width:100%;border:none;background:transparent;color:#334155;font:inherit;font-size:.78rem;font-weight:600;padding:.65rem .85rem;cursor:pointer;text-align:left}.mobile-creation-app-user-menu-item:hover{background:#f1f5f9}.mobile-creation-app-user-menu-item-danger{color:#dc2626}.mobile-creation-app-user-menu-item-danger:hover{background:#fef2f2}.mobile-creation-app-creations-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1.5rem}.mobile-creation-app-creations-panel{background:#fff;border-radius:14px;box-shadow:0 12px 32px #0003;width:100%;max-width:30rem;max-height:86vh;display:flex;flex-direction:column;overflow:hidden}.mobile-creation-app-creations-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid #e2e8f0}.mobile-creation-app-creations-title{font-size:.95rem;font-weight:700;color:#1e293b;margin:0}.mobile-creation-app-creations-close{display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#64748b;cursor:pointer;padding:.2rem;border-radius:6px}.mobile-creation-app-creations-close:hover{background:#f1f5f9;color:#334155}.mobile-creation-app-creations-empty{padding:2rem 1rem;text-align:center;font-size:.8rem;color:#94a3b8;margin:0}.mobile-creation-app-creations-list{list-style:none;margin:0;padding:.4rem 0;overflow-y:auto}.mobile-creation-app-creations-item{display:flex;align-items:center;gap:.65rem;padding:.6rem 1rem;color:#475569}.mobile-creation-app-creations-item:not(:last-child){border-bottom:1px solid #f1f5f9}.mobile-creation-app-creations-item-info{display:flex;flex-direction:column;gap:.1rem;min-width:0}.mobile-creation-app-creations-item-name{font-size:.78rem;font-weight:600;color:#1e293b;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-creation-app-creations-item-meta{font-size:.68rem;color:#94a3b8;line-height:1.2}.mobile-creation-app-creations-item-icon{flex:0 0 auto}.mobile-creation-app-creations-item-actions{display:flex;align-items:center;gap:.35rem;margin-left:auto;flex:0 0 auto}.mobile-creation-app-creations-action-btn{display:flex;align-items:center;justify-content:center;min-width:1.85rem;height:1.85rem;padding:0 .42rem;gap:.24rem;border:1.5px solid #d1d5db;border-radius:7px;background:#fff;color:#475569;cursor:pointer}.mobile-creation-app-creations-action-btn-with-label{width:auto}.mobile-creation-app-creations-action-label{font-size:.67rem;font-weight:600;line-height:1}.mobile-creation-app-save-dialog{width:100%;max-width:28rem;border-radius:12px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 14px 34px #0206174d;overflow:hidden}.mobile-creation-app-save-dialog-header{padding:.95rem 1rem .25rem}.mobile-creation-app-save-dialog-title{margin:0;color:#0f172a;font-size:1rem;font-weight:700}.mobile-creation-app-save-dialog-body{padding:.65rem 1rem .95rem;display:flex;flex-direction:column;gap:.4rem}.mobile-creation-app-save-dialog-label{color:#334155;font-size:.8rem;font-weight:600}.mobile-creation-app-save-dialog-input{width:100%;height:2.45rem;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;font-size:.88rem;padding:0 .75rem}.mobile-creation-app-save-dialog-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb2e}.mobile-creation-app-save-dialog-footer{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem 1rem}.mobile-creation-app-save-dialog-btn{min-width:5.75rem;height:2.2rem;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;border:1px solid transparent}.mobile-creation-app-save-dialog-btn-secondary{background:#fff;border-color:#cbd5e1;color:#334155}.mobile-creation-app-save-dialog-btn-secondary:hover{background:#f8fafc}.mobile-creation-app-save-dialog-btn-primary{background:#2563eb;color:#fff}.mobile-creation-app-save-dialog-btn-primary:hover{background:#1d4ed8}.mobile-creation-app-creations-action-btn:hover{background:#f1f5f9;border-color:#94a3b8;color:#1e293b}.mobile-creation-app-creations-action-btn-open:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.mobile-creation-app-creations-action-btn-danger:hover{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.mobile-creation-app-toast{position:absolute;bottom:5rem;left:50%;transform:translate(-50%);background:#171717bf;color:#fff;font-size:.8rem;font-weight:600;padding:.45rem 1rem;border-radius:999px;pointer-events:none;white-space:nowrap;z-index:20000;animation:mobile-creation-app-toast-in .18s ease}@keyframes mobile-creation-app-toast-in{0%{opacity:0;transform:translate(-50%) translateY(6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.creator-auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:24px;background:linear-gradient(160deg,#cedff2,#c3d8ee)}.creator-auth-logo{width:min(120px,34vw);height:auto;display:block}.creator-auth-card{width:min(460px,100%);border-radius:20px;padding:24px;background:#fffffff2;border:1px solid rgba(31,62,93,.16);box-shadow:0 16px 36px #1a324d33;display:flex;flex-direction:column;gap:16px}.creator-auth-header{display:flex;flex-direction:column;gap:4px}.creator-auth-title{margin:0;color:#13314f;font-size:1.55rem;line-height:1.2}.creator-auth-subtitle{margin:0;color:#365675;font-size:.95rem}.creator-auth-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px}.creator-auth-mode-btn{border:1px solid rgba(30,66,97,.22);background:#f4f8fd;color:#1f4467;border-radius:12px;height:40px;font-weight:700;cursor:pointer}.creator-auth-mode-btn.active{background:#1f8fe5;border-color:#1f8fe5;color:#fff}.creator-auth-form{display:flex;flex-direction:column;gap:8px}.creator-auth-label{color:#234a6f;font-size:.9rem;font-weight:700}.creator-auth-input{height:42px;border-radius:10px;border:1px solid rgba(28,60,89,.26);padding:0 12px;background:#fff;color:#13314f;font-size:.95rem}.creator-auth-input:focus{outline:none;border-color:#1f8fe5;box-shadow:0 0 0 3px #1f8fe533}.creator-auth-input.error{border-color:#bf3f4d}.creator-auth-error{margin:0 0 4px;color:#a63542;font-size:.84rem}.creator-auth-submit{margin-top:6px;height:44px;border:none;border-radius:12px;background:#1f8fe5;color:#fff;font-weight:800;cursor:pointer}.creator-auth-submit:disabled{opacity:.65;cursor:not-allowed}.creator-auth-status{margin:0;padding:10px 12px;border-radius:10px;background:#fff4da;border:1px solid #edcb7a;color:#7d5a14;font-size:.9rem}.creator-auth-footer{border-top:1px solid rgba(28,60,89,.16);padding-top:12px;display:flex;flex-direction:column;gap:4px}.creator-auth-admin-title{margin:0;color:#1f4467;font-size:.86rem;font-weight:800}.creator-auth-admin-cred{margin:0;color:#345878;font-size:.82rem}.convide-seus-amigos-section{width:100%;background:#71b4e9;padding:0;position:relative;transition:background .3s ease}.convide-seus-amigos-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:2.1rem 1.5rem;position:relative;z-index:1}.convide-seus-amigos-accordion-item{background:transparent;border:none;transition:all .3s ease;padding:0;overflow:visible}.convide-seus-amigos-heading{margin:0}.convide-seus-amigos-title-text{font-size:2.5rem;font-weight:900;color:#000;line-height:.95;letter-spacing:-1px;margin:0 0 1rem;font-family:inherit;display:block}.convide-seus-amigos-content{padding:2rem 0 0;background:transparent;display:block}.convide-seus-amigos-body{padding-top:0;display:grid;grid-template-columns:1fr;gap:0;position:relative;max-width:var(--container-max-width, 1200px);width:100%}.convide-seus-amigos-column{padding-left:0;position:relative;margin-top:2rem}.convide-seus-amigos-column:before{content:"";position:absolute;left:0;top:0;width:1px;height:50%;background:#00000040}.convide-seus-amigos-column:first-child:before{display:none}.convide-seus-amigos-column:first-child{padding-right:1.5rem}.convide-seus-amigos-column:not(:first-child){padding-left:1.5rem}.convide-seus-amigos-body p{font-size:1.125rem;line-height:1.6;color:#000;margin:0 0 1rem}.convide-seus-amigos-body p:last-child{margin-bottom:0}.convide-seus-amigos-description{font-size:1.125rem;line-height:1.6;color:#000;margin:0 0 1rem}.convide-line-1,.convide-line-2{white-space:normal}.convide-seus-amigos-cta{margin-top:1rem;display:flex;justify-content:flex-end;width:100%}.convide-seus-amigos-button{background:#000;border:none;color:#fff;font-size:1.5rem;font-weight:700;padding:1rem 2rem;cursor:pointer;display:inline-block}.convide-seus-amigos-button:hover{background:#0056d6;transform:translateY(-2px)}@media (max-width: 767px){.convide-seus-amigos-body{grid-template-columns:1fr}}@media (min-width: 768px){.convide-seus-amigos-container{padding:2.6rem 2rem}.convide-seus-amigos-title-text{font-size:3.5rem}.convide-seus-amigos-body{grid-template-columns:1fr 1fr;gap:2rem}.convide-seus-amigos-column:first-child{padding-right:2rem}.convide-seus-amigos-column:not(:first-child){padding-left:2rem}.convide-seus-amigos-body p{font-size:1.25rem}.convide-seus-amigos-button{font-size:1.25rem;padding:1.25rem 2.5rem}}@media (min-width: 1024px){.convide-seus-amigos-container{padding:3.1rem 2rem}.convide-seus-amigos-title-text{font-size:4.5rem}.convide-seus-amigos-body{gap:3rem}.convide-seus-amigos-column:first-child{padding-right:2.5rem}.convide-seus-amigos-column:not(:first-child){padding-left:2.5rem}.convide-seus-amigos-body p{font-size:1.5rem}.convide-seus-amigos-button{font-size:1.5rem;padding:1.5rem 3rem}}@media (min-width: 1440px){.convide-seus-amigos-title-text{font-size:5.5rem}}.convide-seus-amigos-form{margin-top:1.5rem}.convide-seus-amigos-form-row{display:flex;gap:1.5rem;align-items:center}.convide-seus-amigos-input{flex:1 1 auto;min-width:0;background:transparent;border:none;border-bottom:4px solid rgba(0,0,0,.95);padding:.6rem 0;color:#000;font-size:1.125rem;line-height:1.2}.convide-seus-amigos-input::placeholder{color:#0009}.convide-seus-amigos-input:focus{outline:none;border-bottom-color:#000}.convide-seus-amigos-submit{background:#d53137;color:#fff;border:none;padding:1rem 1.25rem;font-size:1.125rem;font-weight:700;line-height:1.2;cursor:pointer;transition:all .3s ease;font-family:inherit;border-radius:4px;width:auto;max-width:fit-content;display:inline-block;white-space:nowrap}.convide-seus-amigos-submit:disabled{opacity:.6;cursor:not-allowed}.convide-seus-amigos-submit:hover:not(:disabled){background:#e63c46;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.convide-seus-amigos-submit:active:not(:disabled){transform:translateY(0)}.convide-seus-amigos-submit:focus-visible{outline:3px solid rgba(0,0,0,.12);outline-offset:3px}@media (min-width: 768px){.convide-seus-amigos-submit{padding:1.25rem 1.75rem;font-size:1.25rem}}@media (min-width: 1024px){.convide-seus-amigos-submit{padding:1.5rem 2rem;font-size:1.375rem}}@media (max-width: 767px){.convide-seus-amigos-container{padding:2rem}.convide-seus-amigos-title-text{font-size:2.5rem}.convide-seus-amigos-body p{font-size:1rem}.convide-seus-amigos-form-row{flex-direction:column;align-items:stretch}.convide-seus-amigos-input{border-bottom-width:3px}.convide-seus-amigos-submit{width:100%;padding:1rem 1.5rem;font-size:1rem}}.contact-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:10001;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease;pointer-events:auto;cursor:pointer}.contact-popup-content{background:#fff;max-width:800px;width:100%;padding:3rem 2rem;position:relative;box-shadow:0 10px 40px #0000004d;pointer-events:auto;cursor:default}.contact-popup-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;color:#000;cursor:pointer;line-height:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;font-family:inherit;padding:0;z-index:10}.contact-popup-close:hover{color:#3c3c3c}.contact-popup-title{font-size:1.5rem;font-weight:900;color:#000;margin:0 0 2rem;line-height:.95;letter-spacing:-1px}.contact-popup-options{text-align:center}.contact-popup-buttons{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.contact-popup-option-button{background:#000;border:none;color:#fff;font-size:1.125rem;font-weight:700;padding:1rem 2rem;cursor:pointer;transition:all .2s ease;font-family:inherit;text-align:center;width:100%}.contact-popup-option-button:hover{background:#333;transform:translateY(-2px)}.contact-popup-option-button:active{transform:translateY(0)}.contact-popup-form-container{display:flex;flex-direction:column}.contact-popup-form{display:flex;flex-direction:column;gap:1.5rem}.contact-popup-field{display:flex;flex-direction:column;gap:.5rem}.contact-popup-label{font-size:1rem;font-weight:400;color:#000;display:block}.required{color:#c00000}.contact-popup-input,.contact-popup-select,.contact-popup-textarea{background:transparent;border:none;border-bottom:3px solid #000;color:#000;font-size:1rem;padding:.75rem 0;font-family:inherit;width:100%;box-sizing:border-box;transition:border-color .2s ease}.contact-popup-textarea{resize:vertical;min-height:120px}.contact-popup-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0 top 50%;padding-right:1.5rem}.contact-popup-input:focus,.contact-popup-select:focus,.contact-popup-textarea:focus{outline:none;border-bottom-color:#333}.contact-popup-input::placeholder,.contact-popup-textarea::placeholder{color:#999}.contact-popup-input.error,.contact-popup-select.error,.contact-popup-textarea.error{border-color:#c00000}.contact-popup-error{font-size:.875rem;color:#c00000;margin-top:.25rem}.contact-popup-form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.contact-popup-back-button{background:transparent;border:1px solid #000;color:#000;font-size:1rem;font-weight:700;padding:1rem 2rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.contact-popup-back-button:hover{background:#000;color:#fff}.contact-popup-submit{background:#000;border:none;color:#fff;font-size:1rem;font-weight:700;padding:1rem 2rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.contact-popup-submit:hover{background:#333;transform:translateY(-2px)}.contact-popup-submit:active{transform:translateY(0)}.contact-popup-success{text-align:center;padding:2rem 0}.contact-popup-success-message{font-size:1.125rem;line-height:1.6;color:#000;margin:0}@media (min-width: 768px){.contact-popup-content{padding:4rem 3rem}.contact-popup-title{font-size:2rem;margin-bottom:2.5rem}.contact-popup-option-button{font-size:1.25rem;padding:1.25rem 2.5rem}.contact-popup-input,.contact-popup-select,.contact-popup-textarea{font-size:1.125rem;padding:.875rem 0}.contact-popup-back-button,.contact-popup-submit{font-size:1.125rem;padding:1.25rem 2.5rem}.contact-popup-success-message{font-size:1.25rem}}@media (min-width: 1024px){.contact-popup-content{padding:5rem 4rem;max-width:900px}.contact-popup-title{font-size:2.5rem;margin-bottom:3rem}.contact-popup-option-button{font-size:1.5rem;padding:1.5rem 3rem}.contact-popup-input,.contact-popup-select,.contact-popup-textarea{font-size:1.25rem;padding:1rem 0;border-bottom-width:4px}.contact-popup-back-button,.contact-popup-submit{font-size:1.25rem;padding:1.5rem 3rem}.contact-popup-success-message{font-size:1.5rem}}.faq-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:10001;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease;pointer-events:auto;cursor:pointer}.faq-popup-content{background:#fff;max-width:400px;width:100%;padding:3rem 2rem;position:relative;box-shadow:0 10px 40px #0000004d;pointer-events:auto;cursor:default;text-align:center}.faq-popup-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;color:#000;cursor:pointer;line-height:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;font-family:inherit;padding:0;z-index:10}.faq-popup-close:hover{color:#3c3c3c}.faq-popup-message{font-size:1.125rem;line-height:1.6;color:#3c3c3c;margin:0;font-weight:400}@media (min-width: 768px){.faq-popup-content{padding:4rem 3rem;max-width:500px}.faq-popup-message{font-size:1.25rem}}@media (min-width: 1024px){.faq-popup-content{padding:5rem 4rem;max-width:600px}.faq-popup-message{font-size:1.5rem}}.glossario-section{width:100%;background:#fff;padding:2.1rem 0;margin:0;min-height:120px}.glossario-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:0}.glossario-accordion-item{width:100%;margin-top:0;background:transparent;padding:0}.glossario-accordion-header{width:100%;background:transparent;border:none;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;font-family:inherit;transition:opacity .2s ease}.glossario-accordion-header:hover{opacity:.8}.glossario-title-wrapper{display:flex;flex-direction:column;gap:.5rem}.glossario-accordion-title{font-size:1.75rem;font-weight:900;color:#000;line-height:.95;letter-spacing:-1px;font-family:inherit;margin:0}.glossario-accordion-subtitle{font-size:1.125rem;font-weight:400;font-style:normal;color:#666;line-height:1.4;font-family:inherit;margin:0}.glossario-accordion-arrow{font-size:2.5rem;font-weight:100;color:#666;line-height:1;transition:transform .3s ease;flex-shrink:0;min-width:30px;text-align:center}.glossario-accordion-content{padding:2rem 2rem 0;animation:fadeIn .3s ease}.glossario-list{display:grid;grid-template-columns:1fr;gap:1.5rem}.glossario-item{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.glossario-item:last-child{border-bottom:none;padding-bottom:0}.glossario-termo{font-size:1rem;font-weight:700;color:#000;margin:0;line-height:1.3;font-family:inherit}.glossario-descricao{font-size:.875rem;font-weight:400;color:#333;margin:0;line-height:1.6;font-family:inherit}@media (max-width: 767px){.glossario-section{margin-left:-2rem;margin-right:-2rem;width:calc(100% + 4rem);background:#fff;margin-top:1rem;padding:.25rem 0 .5rem;min-height:auto;border-top:1px solid rgba(0,0,0,.08)}.glossario-section:has(.glossario-accordion-open){background:#fdbb2c}.glossario-accordion-subtitle{display:none}.glossario-accordion-header{padding:.5rem var(--site-horizontal-padding, 1.5rem) .6em 2rem;min-height:44px;align-items:center;border-bottom:1px solid #000;text-decoration:none;font-size:1.26rem;font-weight:700;line-height:1.38;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;box-shadow:none}.glossario-accordion-header:focus-visible{box-shadow:0 0 0 2px #0003}.glossario-accordion-title{font-size:1.26rem;font-weight:700;line-height:1.38;letter-spacing:0;font-family:inherit}.glossario-accordion-title,.glossario-accordion-subtitle,.glossario-accordion-arrow{color:#000}.glossario-accordion-arrow{font-size:1.25rem;font-weight:400}.glossario-accordion-open .glossario-accordion-header{background:#e0e0e0;border-bottom:none;padding-bottom:.5rem;box-shadow:none}.glossario-accordion-open .glossario-accordion-header:focus-visible{box-shadow:0 0 0 2px #0003}.glossario-accordion-content{padding:.75rem var(--site-horizontal-padding, 1.5rem) 0 2rem}.glossario-list{grid-template-columns:1fr;gap:.75rem}.glossario-item{padding-bottom:.75rem}.glossario-termo,.glossario-descricao{font-size:var(--font-size-body);color:#000}}@media (min-width: 768px){.glossario-section{padding:1.5rem 0;min-height:90px}.glossario-accordion-header{padding:.9rem 2.5rem}.glossario-accordion-title{font-size:2.5rem}.glossario-accordion-subtitle{display:none}.glossario-accordion-content{padding:2.5rem 2.5rem 0}.glossario-accordion-arrow{font-size:3.5rem}.glossario-list{grid-template-columns:1fr 1fr;gap:2rem;column-gap:2rem}.glossario-item{gap:.75rem;padding-bottom:2rem}.glossario-termo{font-size:1.125rem}.glossario-descricao{font-size:1rem}}@media (min-width: 1024px){.glossario-section{padding:1.75rem 0;min-height:100px}.glossario-accordion-header{padding:1rem 3rem}.glossario-accordion-title{font-size:2.55rem}.glossario-accordion-subtitle{display:none}.glossario-accordion-arrow{font-size:4.5rem}.glossario-accordion-content{padding:3rem 3rem 0}.glossario-list{grid-template-columns:1fr 1fr;gap:2.5rem;column-gap:3rem}.glossario-item{gap:1rem;padding-bottom:2.5rem}.glossario-termo{font-size:1.25rem}.glossario-descricao{font-size:1.125rem}}.faq-section{width:100%;background:#fff;padding:2.1rem 0;margin:0;min-height:120px}.faq-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:0}.faq-accordion-item{width:100%;margin-top:0;background:transparent;padding:0}.faq-accordion-header{width:100%;background:transparent;border:none;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;font-family:inherit;transition:opacity .2s ease;position:relative;z-index:1}.faq-accordion-open .faq-accordion-header{position:sticky;top:0;z-index:10;background:#fff;box-shadow:0 2px 8px #0000001a}.faq-accordion-header:hover{opacity:.8}.faq-title-wrapper{display:flex;flex-direction:column;gap:.5rem}.faq-accordion-title{font-size:1.75rem;font-weight:900;color:#000;line-height:.95;letter-spacing:-1px;font-family:inherit;margin:0}.faq-accordion-subtitle{font-size:1.125rem;font-weight:400;font-style:normal;color:#666;line-height:1.4;font-family:inherit;margin:0}.faq-accordion-arrow{font-size:2.5rem;font-weight:100;color:#666;line-height:1;transition:transform .3s ease;flex-shrink:0;min-width:30px;text-align:center}.faq-accordion-content{padding:2rem 2rem 0;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-categorias{display:flex;flex-direction:column;gap:0}.faq-categoria{display:flex;flex-direction:column;gap:0;margin-bottom:1.25rem}.faq-categoria:last-child{margin-bottom:0}.faq-categoria-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 1rem;background:#e8e8e8;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:background .2s ease}.faq-categoria-header:hover{background:#d8d8d8}.faq-categoria-title{font-size:1.25rem;font-weight:600;color:#000;margin:0;line-height:1.4;font-family:inherit;flex:1}.faq-categoria-arrow{font-size:2rem;font-weight:100;color:#666;line-height:1;transition:transform .3s ease;flex-shrink:0;min-width:30px;text-align:center}.faq-categoria-content{padding:1rem 1rem 0;animation:fadeIn .3s ease}.faq-list{display:grid;grid-template-columns:1fr;gap:1.5rem}.faq-item{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.faq-item:last-child{border-bottom:none;padding-bottom:0}.faq-pergunta{font-size:1rem;font-weight:700;color:#000;margin:0;line-height:1.3;font-family:inherit}.faq-resposta{font-size:.875rem;font-weight:400;color:#000;margin:0;line-height:1.6;font-family:inherit}@media (max-width: 767px){.faq-section{margin-left:-2rem;margin-right:-2rem;width:calc(100% + 4rem);background:#fff;margin-bottom:0;margin-top:1rem;padding:0 0 .25rem;min-height:auto;border-top:1px solid rgba(0,0,0,.08)}.faq-section:has(.faq-accordion-open){background:#fdbb2c}.faq-accordion-subtitle{display:none}.faq-accordion-header{padding:.5rem var(--site-horizontal-padding, 1.5rem) .6em 2rem;min-height:44px;align-items:center;border-bottom:1px solid #000;text-decoration:none;font-size:1.26rem;font-weight:700;line-height:1.38;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;box-shadow:none}.faq-accordion-header:focus-visible{box-shadow:0 0 0 2px #0003}.faq-accordion-title{font-size:1.26rem;font-weight:700;line-height:1.38;letter-spacing:0;font-family:inherit}.faq-accordion-open .faq-accordion-header{background:#e0e0e0;border-bottom:none;padding-bottom:.5rem;box-shadow:none}.faq-accordion-open .faq-accordion-header:focus-visible{box-shadow:0 0 0 2px #0003}.faq-accordion-title,.faq-accordion-subtitle,.faq-accordion-arrow{color:#000}.faq-accordion-arrow{font-size:1.25rem;font-weight:400}.faq-accordion-content{padding:.75rem var(--site-horizontal-padding, 1.5rem) 0 2rem}.faq-categoria-header{padding:.5rem var(--site-horizontal-padding, 1.5rem) .5rem 0;background:transparent;border-bottom:1px solid rgba(0,0,0,.15)}.faq-categoria-header:hover{background:#0000000f}.faq-categorias{gap:0}.faq-categoria{margin-bottom:.75rem}.faq-categoria:last-child{margin-bottom:0}.faq-categoria-content{padding:.5rem var(--site-horizontal-padding, 1.5rem) 0 0}.faq-categoria-title,.faq-categoria-arrow{color:#000}.faq-list{gap:.75rem}.faq-item{padding-bottom:.75rem}.faq-pergunta,.faq-resposta{font-size:var(--font-size-body);color:#000}}@media (min-width: 768px){.faq-section{padding:1.5rem 0;min-height:90px}.faq-accordion-header{padding:.9rem 2.5rem}.faq-accordion-title{font-size:2.5rem}.faq-accordion-subtitle{display:none}.faq-accordion-arrow{font-size:3.5rem}.faq-accordion-content{padding:2.5rem 2.5rem 0}.faq-categorias{gap:0}.faq-categoria-header{padding:.5rem 1.5rem}.faq-categoria{margin-bottom:1.25rem}.faq-categoria-content{padding:1.25rem 1.5rem 0}.faq-categoria-title{font-size:1.125rem}.faq-categoria-arrow{font-size:2.5rem}.faq-list{grid-template-columns:1fr;gap:2rem}.faq-item{gap:.75rem;padding-bottom:2rem}.faq-pergunta{font-size:1.125rem}.faq-resposta{font-size:1rem}}@media (min-width: 1024px){.faq-section{padding:1.75rem 0;min-height:100px}.faq-accordion-header{padding:1rem 3rem}.faq-accordion-title{font-size:2.55rem}.faq-accordion-subtitle{display:none}.faq-accordion-arrow{font-size:4.5rem}.faq-accordion-content{padding:3rem 3rem 0}.faq-categorias{gap:0}.faq-categoria-header{padding:.625rem 2rem}.faq-categoria{margin-bottom:1.25rem}.faq-categoria-title{font-size:1.5rem}.faq-categoria-arrow{font-size:3rem}.faq-categoria-content{padding:1.5rem 2rem 0}.faq-list{grid-template-columns:1fr;gap:2.5rem}.faq-item{gap:1rem;padding-bottom:2.5rem}.faq-pergunta{font-size:1.25rem}.faq-resposta{font-size:1.125rem}}.footer-section{padding:0;margin:0;position:relative;background:#4a4a4a}.footer-cta{background:#d53137;padding:0;margin:0;position:relative;background-image:none;background-size:contain;background-position:center right;background-repeat:no-repeat}@media (min-width: 768px){.footer-cta{background-image:url(/images/dad-son.png)}}.footer-cta:before{display:none}.footer-mastertech-band{background:#d53137;padding:0;margin:0}.footer-mastertech-band-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:1.25rem var(--site-horizontal-padding, 1.5rem)}.footer-mastertech-band-link{display:block;color:#fff;font-size:1.25rem;font-weight:700;text-decoration:none;text-align:left;transition:opacity .2s ease}.footer-mastertech-band-link:hover{color:#fff;opacity:.9}@media (max-width: 767px){.footer-mastertech-band-link{font-size:1.26rem;font-weight:700;line-height:1.38;font-family:inherit}}@media (min-width: 768px){.footer-mastertech-band-container{padding:1.5rem var(--site-horizontal-padding, 1.5rem)}.footer-mastertech-band-link{font-size:1.5rem}}.footer-cta-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:4rem var(--site-horizontal-padding, 1.5rem);position:relative;z-index:2}.footer-title{display:flex;flex-direction:column;align-items:flex-start;text-align:left}@media (min-width: 768px){.footer-title{align-items:flex-start;text-align:left}}.footer-title-roblox{font-weight:900;color:#fff;margin:0 0 .5rem;line-height:1;letter-spacing:-1px}.footer-cta-content{margin-top:.75rem;max-width:100%;display:flex;justify-content:flex-start;text-align:left}@media (min-width: 768px){.footer-cta-content{max-width:100%;justify-content:flex-start;text-align:left}}.footer-cta-text{font-size:1.5rem;line-height:1.6;color:#fff;margin:0;text-align:left}@media (min-width: 768px){.footer-cta-text{text-align:left}}.footer-link-button:not(.cta-section-button){background:#fff;color:#000;border:none;padding:1rem 1.25rem;font-size:1.125rem;font-weight:700;line-height:1.2;cursor:pointer;font-family:inherit;transition:all .3s ease;border-radius:4px;width:auto;max-width:fit-content;display:inline-block}.footer-link-button:not(.cta-section-button):hover{background:#f0f0f0;color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.footer-link-button:not(.cta-section-button):active{transform:translateY(0)}.footer-cta .cta-section-button{background:#fff!important;color:#000!important;margin-top:10px}.footer-cta .cta-section-button:hover{background:#f0f0f0!important;color:#000!important}.footer-container-wrapper{width:100%;background:#8a8a8a;margin-top:0;color:#050505}.footer-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding-top:2.1rem;padding-bottom:4rem;padding-left:var(--site-horizontal-padding, 1.5rem);padding-right:var(--site-horizontal-padding, 1.5rem)}.footer-links-title{font-weight:900;color:#000;margin:2rem 0 1rem;line-height:1;letter-spacing:-1px;font-family:inherit}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.footer-link-item{opacity:0;transform:translate(-12px);animation:footerLinkDrift .6s cubic-bezier(.22,1,.36,1) forwards}.footer-link{color:#000;text-decoration:none;font-weight:700;font-size:1.25rem;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s ease;position:relative}.footer-link:hover{color:#333}.footer-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#000;transition:width .3s ease}.footer-link:hover:after{width:100%}.footer-arrow{font-size:1.25rem;display:inline-flex;align-items:center;color:#000}.footer-arrow svg{display:block;width:1em;height:1em}.footer-link-text{text-decoration:none}@keyframes footerLinkDrift{0%{opacity:0;transform:translate(-16px)}60%{opacity:.8;transform:translate(6px)}to{opacity:1;transform:translate(0)}}.footer-separator{width:100%;height:1px;background:#ffffff40;margin:2.5rem 0}.footer-contact-info{margin:1rem 0;padding:0}.footer-final-content .footer-contact-info{margin:1rem 0}.footer-contact-address{color:#ffffffb3;font-size:.875rem;line-height:1.8;margin:0 0 .75rem;font-weight:400}.footer-contact-phone{color:#ffffffb3;font-size:.875rem;line-height:1.6;margin:0;font-weight:400}.footer-contact-link{color:#ffffffb3;text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;transition:color .2s ease}.footer-contact-link:hover{color:#ffffffe6}.footer-calls-title{font-weight:900;color:#fff;margin:0 0 2rem;line-height:.95;letter-spacing:-1px}.footer-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%}.footer-card{position:relative;width:100%;border:none;padding:0;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:none;background:#fdbb2c;min-height:280px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;color:#000}.footer-card:hover,.footer-card--visible{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.footer-card-label-wrapper{width:100%;box-sizing:border-box;background:#fff;padding:1rem 2rem;margin-bottom:0}.footer-card-label{font-size:1.125rem;font-weight:700;letter-spacing:-1px;text-transform:uppercase;margin:0;color:#000;text-decoration:none;display:block}.footer-card-content{width:100%;padding:2rem}.footer-card-title{font-size:1.125rem;font-weight:700;margin:0 0 1rem;line-height:1.4;color:#000}.footer-card-description{font-size:1rem;line-height:1.6;margin:0;color:#000}@media (max-width: 767px){.footer-title-roblox{font-weight:900;line-height:1;letter-spacing:-1px;margin:0 0 .5rem}.footer-title-roblox br{display:none}.footer-cards{grid-template-columns:1fr}.footer-final-container{grid-template-columns:1fr;padding:0 2rem 5em}.footer-final-col{padding-left:0}.footer-final-col:before{display:none}.footer-copyright,.footer-contact-info{display:none}.footer-cta-container{padding:3rem var(--site-horizontal-padding, 1rem)}.footer-cta-content{width:100%;padding:0;align-items:flex-start}.footer-cta-text{width:100%;margin:0;padding:0;font-size:1.25rem;text-align:left;box-sizing:border-box}.footer-card-content{padding:1.5rem}.footer-card-title,.footer-card-description{font-size:1rem}.footer-links-title{margin:1rem 0 .25rem}.footer-links{gap:.5rem;margin-bottom:1rem;margin-top:0}.footer-separator{margin:.5rem 0}.footer-container-wrapper{background:#fff}.footer-container{display:flex;flex-direction:column;padding:1.5rem var(--site-horizontal-padding, 1.5rem) 2rem}.footer-links-title{order:1}.footer-container .faq-section{order:2}.footer-container>.footer-separator:nth-child(3){order:5}.footer-container .glossario-section{order:3}.footer-container>.footer-separator:nth-child(5){order:6}.footer-links{order:4}}@media (min-width: 768px){.footer-cta-container{padding:5rem var(--site-horizontal-padding, 2rem)}.footer-cta-text{font-size:1.5rem}.footer-link-button:not(.cta-section-button){font-size:1.25rem;padding:1.25rem 1.75rem}.footer-container{padding-top:2.1rem;padding-bottom:5rem;padding-left:var(--site-horizontal-padding, 2rem);padding-right:var(--site-horizontal-padding, 2rem)}.footer-links-title{font-weight:900;margin-bottom:2.5rem}.footer-final-content .footer-contact-info{margin:1.25rem 0}.footer-final-content .footer-contact-address{font-size:.875rem;margin-bottom:.75rem}.footer-final-content .footer-contact-phone{font-size:.875rem}.footer-calls-title{margin-bottom:2rem}.footer-cards{grid-template-columns:repeat(3,1fr);gap:2rem}.footer-card-label-wrapper{padding:1.25rem 2.5rem}.footer-card-content{padding:2.5rem}.footer-card-label,.footer-card-title{font-size:1.25rem}.footer-card-description{font-size:1.125rem}.footer-link,.footer-arrow{font-size:1.5rem}}@media (min-width: 1024px){.footer-cta-container{padding:6rem var(--site-horizontal-padding, 2rem)}.footer-cta-text{font-size:1.5rem}.footer-link-button:not(.cta-section-button){font-size:1.375rem;padding:1.5rem 2rem}.footer-container{padding-top:2.1rem;padding-bottom:6rem;padding-left:var(--site-horizontal-padding, 2rem);padding-right:var(--site-horizontal-padding, 2rem)}.footer-links-title{font-weight:900;margin-bottom:1rem}.footer-final-content .footer-contact-info{margin:1.5rem 0}.footer-final-content .footer-contact-address{font-size:.875rem;margin-bottom:.75rem}.footer-final-content .footer-contact-phone{font-size:.875rem}.footer-calls-title{margin-bottom:2.5rem}.footer-cards{gap:2.5rem}.footer-card-label-wrapper{padding:1.5rem 3rem}.footer-card-content{padding:3rem}.footer-card-label,.footer-card-title,.footer-link,.footer-arrow{font-size:1.5rem}}.footer-final{background:#4a4a4a;border-top:1px solid #666;margin-top:0;padding:1rem 0}.footer-final-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:2rem;align-items:flex-start}.footer-final-col{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;text-align:left;position:relative;padding-left:1.5rem}.footer-final-col:before{content:"";position:absolute;left:0;top:0;width:1px;height:50%;background:#ffffff40}.footer-final-col:first-child{padding-left:0}.footer-final-col:first-child:before{display:none}.footer-final-text{color:#ccc;font-size:1.125rem;margin:0;line-height:1.6}.footer-copyright{color:#ffffff80;font-size:1.125rem;margin:0;line-height:1.6;letter-spacing:.02em;font-weight:400}.footer-final-col-2 .footer-contact-info{margin:0;padding:0}.footer-final-col-2 .footer-contact-address{color:#ccc;font-size:1.125rem;line-height:1.8;margin:0 0 .75rem;font-weight:400}.footer-final-col-2 .footer-contact-phone{color:#ccc;font-size:1.125rem;line-height:1.6;margin:0;font-weight:400}.footer-final-col-2 .footer-contact-link{color:#ccc;text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;transition:color .2s ease}.footer-final-col-2 .footer-contact-link:hover{color:#fff}.footer-final-social{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.footer-social-link{color:#fff;text-decoration:underline;font-size:.875rem;text-underline-offset:.2rem;text-decoration-thickness:1px;transition:color .2s ease}.footer-social-link:hover{color:#ccc}.footer-social-link-icon{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:.25rem}.footer-social-link-icon svg{width:1.5rem;height:1.5rem}.footer-social-link-icon:hover{color:#ccc}@media (min-width: 768px){.footer-final-container{grid-template-columns:repeat(3,1fr);gap:3rem;align-items:flex-start;padding:0 2rem}.footer-final-col{gap:1rem;padding-left:2rem}.footer-final-col:first-child{padding-left:0}.footer-final-col:before{height:50%}.footer-final-text,.footer-final-col-2 .footer-contact-address,.footer-final-col-2 .footer-contact-phone,.footer-copyright,.footer-social-link{font-size:1.125rem}}@media (min-width: 1024px){.footer-final{padding:2.5rem 0}.footer-final-container{grid-template-columns:repeat(3,1fr);gap:4rem;padding:0 2rem;align-items:flex-start}.footer-final-col{gap:1.25rem;padding-left:2.5rem}.footer-final-col:first-child{padding-left:0}.footer-final-col:before{height:50%}.footer-final-text,.footer-final-col-2 .footer-contact-address,.footer-final-col-2 .footer-contact-phone,.footer-copyright,.footer-social-link{font-size:1.125rem}}@media (min-width: 1440px){.footer-title-roblox{font-size:5.5rem}}@media (max-width: 767px){.footer-final-container{padding:0 1.5rem 5em}.footer-final-col{padding-left:0}}.header-nav{position:fixed;top:0;left:0;right:0;background:#1a1a1a;z-index:var(--layer-header, 1002);transition:transform .3s ease,opacity .3s ease,visibility .3s ease}.header-nav.header-nav-hidden-until-scroll{transform:translateY(-100%);opacity:0;visibility:hidden;pointer-events:none}.header-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:1rem var(--site-horizontal-padding, 1.5rem);display:flex;justify-content:space-between;align-items:center;min-height:60px;height:60px;position:relative}.logo{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.logo-icon-wrapper{width:32px;height:45px;display:flex;align-items:center;justify-content:center}.logo-text-wrapper{display:flex;flex-direction:column}.logo-roblox{display:none;font-size:1.5rem;font-weight:700;color:#000;line-height:1.1;letter-spacing:-.5px}.logo-creator-jam{display:none;font-size:1.25rem;font-weight:700;color:#3c3c3c;line-height:1.1;letter-spacing:-.3px}.header-animated-logo-separate{width:32px;height:45px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:absolute;right:var(--site-horizontal-padding, 1.5rem);top:50%;transform:translateY(-50%)}.nav{display:none;position:absolute;left:0;right:0;width:100%;max-width:var(--container-max-width, 1200px);margin:0 auto;padding-left:var(--site-horizontal-padding, 1.5rem);box-sizing:border-box}.nav-list{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.header-voltar-link{text-decoration:underline;text-underline-offset:.4em;text-decoration-thickness:1px}.nav-list li a{color:#fff;text-decoration:none;font-weight:500;font-size:1.125rem;transition:color .2s ease;position:relative;white-space:nowrap;display:inline-flex;align-items:center;gap:.5rem}.nav-item-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.nav-item-icon svg{width:18px;height:18px}.nav-link-label{display:inline-block}.nav-list-typewriter .nav-link-label{display:inline-block;max-width:0;overflow:hidden;white-space:nowrap;animation:header-typewriter .5s ease-out forwards}.nav-list-typewriter li:nth-child(1) .nav-link-label{animation-delay:.05s}.nav-list-typewriter li:nth-child(2) .nav-link-label{animation-delay:.15s}.nav-list-typewriter li:nth-child(3) .nav-link-label{animation-delay:.25s}.nav-list-typewriter li:nth-child(4) .nav-link-label{animation-delay:.35s}.nav-list-typewriter li:nth-child(5) .nav-link-label{animation-delay:.45s}@keyframes header-typewriter{0%{max-width:0;opacity:.6}to{max-width:32ch;opacity:1}}.nav-list li a:hover{color:#ccc}.nav-list li a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-list li a:hover:after{width:100%}.nav-item-with-dropdown{position:relative}.nav-dropdown{position:absolute;top:100%;left:0;background:#000;list-style:none;margin:0;padding:.75rem 0 .5rem;min-width:150px;box-shadow:0 4px 6px #0000004d;z-index:1001;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;pointer-events:none}.nav-dropdown:before{content:"";position:absolute;top:-.5rem;left:0;right:0;height:.5rem;background:transparent}.nav-dropdown-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.nav-dropdown li{margin:0}.nav-dropdown li a{display:flex;flex-direction:column;padding:.875rem 1.5rem;color:#fff;text-decoration:none;font-weight:500;font-size:1.125rem;transition:background .2s ease;align-items:flex-start;min-height:auto}.nav-dropdown li a:hover{background:#d53137;color:#fff}.nav-dropdown li a:after{display:none}.nav-dropdown-item-active a{background:#d5313733}.nav-dropdown-title{display:block;line-height:1.2;margin-bottom:.125rem}.nav-dropdown-subtitle{font-size:.75rem;font-weight:400;color:#fff9;line-height:1.2;font-style:normal;margin-top:0}.nav-dropdown-you-are-here{font-size:.875rem;font-weight:400;color:#ffffffb3;font-style:italic;margin-top:.25rem}.header-cta-wrapper{display:none;margin-left:auto}.header-cta-button{background:#fff;border:none;color:#000;font-size:.875rem;font-weight:700;text-transform:none;padding:.5rem 1.5rem;border-radius:0;display:flex;flex-direction:row;align-items:center;transition:transform .2s ease;font-family:inherit;line-height:1.2;gap:.5rem;transform:scale(1);white-space:nowrap}.header-cta-button:hover{transform:scale(1.01)}.header-cta-line-1{display:inline}.header-cta-link{color:#000;text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;cursor:pointer;transition:color .2s ease;font-weight:700;font-size:.875rem}.header-cta-link:hover{color:#666}.menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;order:-1;margin-right:auto;border-radius:4px}@media (max-width: 767px){.menu-toggle{background:transparent}.header-animated-logo-separate{display:flex;position:relative;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);width:32px;height:45px}}.hamburger{display:flex;flex-direction:column;justify-content:space-between;width:20px;height:18px;position:relative}.hamburger span{display:block;height:3px;width:100%;background:var(--hamburger-line-color, #fff);transition:transform .3s ease,opacity .2s ease,background .2s ease;transform-origin:center}.hamburger-open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.hamburger-open span:nth-child(2){opacity:0}.hamburger-open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}@media (max-width: 767px){.nav{display:block;position:fixed;top:60px;left:0;right:0;background:#000;box-shadow:0 4px 10px #0000004d;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav.nav-open{max-height:100vh;height:100vh;overflow-y:auto;padding:1rem 0}.nav-list{flex-direction:column;gap:0;padding:0 var(--site-horizontal-padding, 1.5rem)}.nav-list li{border-bottom:1px solid #333}.nav-list li:last-child{border-bottom:none}.nav-list li a{display:flex;align-items:center;gap:.5rem;padding:1rem 0;font-size:1.5rem;color:#fff}.nav-item-with-dropdown{display:flex;flex-direction:column}.nav-dropdown{position:static;opacity:1;visibility:visible;transform:none;background:transparent;box-shadow:none;padding:0;margin:0;min-width:auto;border-left:2px solid rgba(255,255,255,.2);margin-left:1rem;display:none}.nav-dropdown-open{display:block;animation:fadeInDropdown .3s ease}@keyframes fadeInDropdown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-dropdown li a{padding:.75rem 0 .75rem 1rem;font-size:1.25rem;color:#fffc;background:transparent}.nav-dropdown li a:hover{background:transparent;color:#fff}.nav-dropdown-title{font-size:1.125rem}.nav-dropdown-subtitle{font-size:.875rem}}.header-nav-cta-plus{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:transparent;color:#fff;font-size:1.25rem;font-weight:300;text-decoration:none;transition:all .3s ease;line-height:1;border:1px solid #fff;cursor:pointer;padding:0;margin:0;text-align:center;vertical-align:middle}.header-nav-cta-plus:hover{background:#ffffff1a;transform:scale(1.05)}.nav-cta-menu{position:relative}.nav-cta-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;min-width:220px;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:.5rem 0;z-index:1001}.nav-cta-dropdown li{border-bottom:none;padding:0}.nav-cta-dropdown li a{display:block;padding:.5rem 1rem;font-size:.875rem;color:#fffc;text-decoration:none;transition:background .2s ease,color .2s ease}.nav-cta-dropdown li a .nav-dropdown-title{font-size:.875rem}.nav-cta-dropdown li a:hover{background:#ffffff0d;color:#fff}@media (min-width: 768px){.nav{display:block;position:absolute;left:0;right:0;width:100%;max-width:var(--container-max-width, 1200px);margin:0 auto;padding-left:var(--site-horizontal-padding, 2rem);box-sizing:border-box}.header-nav-cta-plus{width:2.25rem;height:2.25rem;font-size:1.375rem}.nav-cta-dropdown{min-width:240px}.nav-cta-dropdown li a{padding:.625rem 1.25rem;font-size:.75rem}.nav-cta-dropdown li a .nav-dropdown-title{font-size:.75rem}.header-animated-logo-separate{right:var(--site-horizontal-padding, 2rem)}.nav-list{gap:2rem}.menu-toggle{display:none}.header-container{padding:1.25rem var(--site-horizontal-padding, 2rem);min-height:70px;height:70px}.header-cta-wrapper{display:block}.header-cta-button{font-size:1rem;padding:.625rem 2rem}}@media (min-width: 1024px){.header-container{padding:1.5rem var(--site-horizontal-padding, 2rem);min-height:80px;height:80px}.nav{left:0;right:0;width:100%;max-width:var(--container-max-width, 1200px);margin:0 auto;padding-left:var(--site-horizontal-padding, 2rem);box-sizing:border-box}.nav-list{gap:2.5rem}.nav-list li a{font-size:1.25rem}.header-nav-cta-plus{width:2.5rem;height:2.5rem;font-size:1.5rem}.nav-cta-dropdown{min-width:260px}.nav-cta-dropdown li a{padding:.75rem 1.5rem;font-size:.875rem}.nav-cta-dropdown li a .nav-dropdown-title{font-size:.875rem}.header-cta-button{font-size:1.125rem;padding:.75rem 2.5rem}.header-cta-link{font-size:1.125rem}.nav-dropdown{min-width:200px}.nav-dropdown li a{font-size:1.125rem;padding:1rem 2.5rem}.nav-dropdown-subtitle{font-size:.875rem}}.home-hero-section{height:100vh;height:100dvh;min-height:600px;position:relative;z-index:var(--layer-hero, 0);width:100%;background:#000;overflow:hidden;display:flex;justify-content:center;align-items:center;box-sizing:border-box;background-size:cover;background-position:center center;background-repeat:no-repeat;margin-bottom:0}.home-hero-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0}.home-hero-inner{width:100%;height:100%;max-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;padding-top:0;box-sizing:border-box}.home-hero-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.25rem;width:100%;margin-top:.5rem;text-align:left}.home-hero-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0;position:relative}.home-hero-logo{width:97px;height:auto;object-fit:contain;display:block;margin-bottom:.25rem}.home-hero-expedicao-roblox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.home-hero-description{width:100%;max-width:440px;margin-top:2rem;margin-left:0;margin-right:auto;line-height:1.38}.home-hero-description-paragraph{font-size:var(--font-size-body);line-height:1.38;color:#fffc;margin-bottom:1rem;font-weight:400;text-align:left}.home-hero-description-paragraph:last-child{margin-bottom:0}.home-hero-cta{margin-top:3.5rem}.home-hero-roblox-button{background:#d53137;color:#fff;border:none;padding:1rem 1.25rem;font-size:1.125rem;font-weight:700;line-height:1.2;cursor:pointer;transition:all .3s ease;font-family:inherit;border-radius:4px;width:auto;max-width:fit-content;display:inline-block}.home-hero-roblox-button:hover{background:#e63c46;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.home-hero-roblox-button:active{transform:translateY(0)}@media (max-width: 767px){.home-hero-logo{width:125px;height:auto;max-width:100%}}@media (min-width: 768px){.home-hero-inner{padding:0}.home-hero-content{gap:1.5rem}.home-hero-logo{width:104px}.home-hero-description-paragraph{font-size:1.25rem}.home-hero-roblox-button{padding:1.25rem 1.75rem;font-size:1.25rem}}@media (min-width: 1024px){.home-hero-inner{padding:0}.home-hero-logo{width:119px}.home-hero-content{gap:2rem}.home-hero-description{max-width:440px}}@media (min-width: 1279px){.home-hero-inner{padding:0 2rem}.home-hero-logo{width:125px}.home-hero-content{gap:2.5rem}}@media (min-width: 1440px){.home-hero-logo{width:154px}.home-hero-description-paragraph{font-size:1.5rem;line-height:1.38}.home-hero-description{max-width:500px}}@media (min-width: 1024px){.home-hero-description-paragraph{font-size:1.5rem}}@media (max-height: 820px){.home-hero-content{gap:1rem}.home-hero-logo{width:75px;margin-bottom:0}.home-hero-description-paragraph{font-size:1.375rem;line-height:1.38;margin-bottom:1rem}.home-hero-roblox-button{padding:1.5rem 2rem;font-size:1.375rem}}@media (max-height: 600px){.home-hero-logo{width:58px}.home-hero-description-paragraph{font-size:1.5rem;line-height:1.38;margin-bottom:1rem}.home-hero-cta{margin-top:.5rem}}@media (max-width: 767px){.home-hero-section{padding-top:var(--header-height, 60px)!important}.home-hero-inner{height:80vh;max-height:none;padding-top:30px}.home-hero-content{flex:1 1 auto;height:100%;min-height:0;gap:12rem}.home-hero-logo{width:162px}}.manifesto-section{background:#71b4e9;padding:0;position:relative;width:100%;transition:background .3s ease}.manifesto-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:2.1rem 1.5rem;position:relative;z-index:1}.manifesto-accordion-item{background:transparent;border:none;transition:all .3s ease;padding:0;overflow:visible}.manifesto-heading{margin:0}.manifesto-heading .manifesto-title-text{font-size:2.5rem;font-weight:900;color:#000;line-height:1;letter-spacing:-1px;margin:0;font-family:inherit;display:block}.manifesto-heading .manifesto-title-text span{display:block;line-height:1.05}.manifesto-content{padding:2rem 0 0;background:transparent;display:block}.manifesto-body{padding-top:0;display:grid;grid-template-columns:1fr;gap:0;position:relative;max-width:var(--container-max-width, 1200px);width:100%}.manifesto-column{padding-left:0;position:relative;margin-top:2rem}.manifesto-column:before{display:none}.manifesto-column:first-child:before{display:none}.manifesto-column:first-child{padding-right:1.5rem}.manifesto-column:not(:first-child){padding-left:1.5rem}.manifesto-body p{font-size:var(--font-size-body);line-height:1.38;color:#000;margin:0 0 1rem}@media (max-width: 767px){.manifesto-heading .manifesto-title-text{font-size:clamp(1.5rem,6vw,2.5rem)}.manifesto-body p{font-size:var(--font-size-body, 1rem)}.manifesto-body p.manifesto-paragraph-highlight{font-size:var(--font-size-body);font-weight:700;line-height:1.45}.manifesto-cta-button{width:100%;max-width:100%;min-height:2.75rem;box-sizing:border-box}}.manifesto-body p:last-child{margin-bottom:0}.manifesto-cta{margin-top:2rem;display:flex;justify-content:flex-start;width:100%;padding-left:0}.manifesto-cta-button{background:#d53137;color:#fff;border:none;padding:1rem 1.25rem;font-size:1.125rem;font-weight:700;line-height:1.2;cursor:pointer;transition:all .3s ease;font-family:inherit;border-radius:4px;width:auto;max-width:fit-content;display:inline-block}.manifesto-cta-button:hover{background:#e63c46;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.manifesto-cta-button:active{transform:translateY(0)}.manifesto-button{background:#000;border:none;color:#fff;font-size:1.5rem;font-weight:700;text-transform:none;padding:1rem 2rem;cursor:pointer;display:inline-block;transition:all .2s ease;box-shadow:none;text-align:left;white-space:nowrap}.manifesto-button:hover{background:#0056d6;transform:translateY(-2px);box-shadow:none}.manifesto-button:active{transform:translateY(0);box-shadow:none}@media (min-width: 768px){.manifesto-container{padding:2.6rem 2rem}.manifesto-heading .manifesto-title-text{font-size:3.5rem;font-weight:900;letter-spacing:-1px}.manifesto-content{padding:2.5rem 0 0}.manifesto-body{grid-template-columns:1fr 1fr;gap:2rem}.manifesto-column:last-child{display:block}.manifesto-cta{justify-content:flex-start;width:100%;margin-top:2rem;display:flex;padding-left:0}.manifesto-cta-button{padding:1.25rem 1.75rem;font-size:1.25rem}.manifesto-column:first-child{padding-left:0;padding-right:2rem}.manifesto-column:not(:first-child){padding-left:2rem}.manifesto-column{margin-top:0}.manifesto-column:before{height:50%}.manifesto-body p{font-size:1.25rem}.manifesto-button{font-size:1.25rem;padding:1.25rem 2.5rem}}@media (min-width: 1024px){.manifesto-container{padding:3.1rem 2rem}.manifesto-heading .manifesto-title-text{font-size:4.5rem;font-weight:900;letter-spacing:-1px}.manifesto-content{padding:3rem 0 0}.manifesto-body{grid-template-columns:1fr 1fr;gap:3rem}.manifesto-column:last-child{display:block}.manifesto-cta{justify-content:flex-start;width:100%;margin-top:2rem;display:flex;padding-left:0}.manifesto-cta-button{padding:1.5rem 2rem;font-size:1.375rem}.manifesto-column:first-child{padding-left:0;padding-right:2.5rem}.manifesto-column:not(:first-child){padding-left:2.5rem}.manifesto-column:before{height:50%}.manifesto-body p{font-size:1.5rem}.manifesto-button{font-size:1.5rem;padding:1.5rem 3rem}}@media (min-width: 1440px){.manifesto-heading .manifesto-title-text{font-size:5.5rem;font-weight:900;letter-spacing:-1px}.manifesto-button,.manifesto-cta-button{font-size:1.5rem}}@media (max-width: 767px){.manifesto-column:not(:first-child){padding-left:0}}.next-event-bar{position:sticky;top:var(--header-height, 60px);background:#fdbb2cc7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.08);z-index:var(--layer-events, 999);padding:0;margin-top:-2px;opacity:0;min-height:3rem;height:3rem;overflow:hidden;transition:opacity 1.2s ease;display:flex;align-items:center}.next-event-bar.next-event-bar-hide-until-scroll{transition:opacity .5s ease-out;position:fixed;left:0;right:0;top:0;z-index:var(--layer-events, 999)}.next-event-bar.next-event-bar-hide-until-scroll.next-event-bar-below-header{top:var(--header-height, 60px)}.next-event-bar.visible{opacity:.88;animation:none}.next-event-bar-closed{opacity:0!important;pointer-events:none;visibility:hidden;min-height:3rem;height:3rem}.next-event-bar-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:0 var(--site-horizontal-padding, 1.5rem);display:flex;align-items:center;justify-content:flex-start;gap:.5rem;flex-wrap:nowrap;height:100%;position:relative;overflow:hidden}.next-event-bar-marquee{display:flex;gap:3rem;animation:marquee 15s linear infinite;padding-right:3rem}.next-event-bar-marquee:hover{animation-play-state:paused}.next-event-bar-content{display:flex;align-items:center;gap:.5rem;flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.next-event-bar-label{font-size:.875rem;font-weight:500;color:#000!important;white-space:nowrap;display:none;align-items:center;line-height:1}@media (min-width: 640px){.next-event-bar-label{display:flex}}.next-event-bar-date{font-size:.875rem;font-weight:500;color:#000;white-space:nowrap;display:flex;align-items:center;line-height:1}.next-event-bar-separator{font-size:.875rem;color:#00000080;display:flex;align-items:center;line-height:1}.next-event-bar-title,.next-event-bar-location{font-size:.875rem;font-weight:400;color:#000;white-space:nowrap;display:flex;align-items:center;line-height:1}@keyframes fadeInBar{0%{opacity:0}to{opacity:1}}.next-event-bar-link,.next-event-bar-ver-todos{background:transparent;border:1px solid #000;color:#000;padding:.25rem .75rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;border-radius:3px;white-space:nowrap;display:flex;align-items:center;justify-content:center;line-height:1;min-height:1.75rem;box-sizing:border-box}.next-event-bar-link{text-decoration:none}.next-event-bar-link:hover,.next-event-bar-ver-todos:hover{background:#0000000d;border-color:#000}.next-event-bar-close{background:#000;color:#fff;border:none;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;font-weight:300;line-height:1;padding:0;transition:all .2s ease;flex-shrink:0;position:absolute;right:var(--site-horizontal-padding, 1.5rem);z-index:2}.next-event-bar-close:hover{background:#000c;transform:scale(1.1)}@media (min-width: 768px){.next-event-bar{top:var(--header-height, 70px);padding:0;min-height:2.75rem;height:2.75rem}.next-event-bar-closed{min-height:2.75rem;height:2.75rem}.next-event-bar-container{padding:0 var(--site-horizontal-padding, 2rem);gap:.625rem}.next-event-bar-marquee{animation:none;gap:0;padding-right:0}.next-event-bar-content{gap:.625rem}.next-event-bar-content:nth-child(2){display:none}.next-event-bar-close{position:relative;right:auto;margin-left:.5rem}.next-event-bar-link,.next-event-bar-ver-todos{padding:.3125rem .875rem}.next-event-bar-link{margin-left:auto}.next-event-bar-label,.next-event-bar-date,.next-event-bar-title,.next-event-bar-location,.next-event-bar-separator,.next-event-bar-link,.next-event-bar-ver-todos{font-size:.9375rem}}@media (min-width: 1024px){.next-event-bar{top:var(--header-height, 80px);padding:0;min-height:2.5rem;height:2.5rem}.next-event-bar-closed{min-height:2.5rem;height:2.5rem}.next-event-bar-container{gap:.75rem}.next-event-bar-link,.next-event-bar-ver-todos{padding:.3125rem .875rem}.next-event-bar-label,.next-event-bar-date,.next-event-bar-title,.next-event-bar-location,.next-event-bar-separator,.next-event-bar-link,.next-event-bar-ver-todos{font-size:1rem}}.o-que-roblox-studio-section{background:#000;padding:0;position:relative;width:100%;height:auto;min-height:85vh;overflow:hidden;display:flex;align-items:center}.o-que-roblox-studio-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;transition:transform 10s ease}.o-que-roblox-studio-section:hover .o-que-roblox-studio-background{transform:scale(1.05)}.o-que-roblox-studio-gradient{position:absolute;top:0;left:0;width:100%;height:calc(100vh - 80px);background:linear-gradient(90deg,#000000b3,#0006 40%,#0000);z-index:1}.o-que-roblox-studio-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;background:#000;display:flex;align-items:center;justify-content:center;animation:fadeInVideo .8s ease-in-out}@keyframes fadeInVideo{0%{opacity:0}to{opacity:1}}.video-iframe-container{width:100%;height:100%}.o-que-roblox-studio-iframe{width:100%;height:100%;border:none}.o-que-roblox-studio-close-btn{position:absolute;top:2rem;right:2rem;z-index:20;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border:1px solid rgba(255,255,255,.3);padding:.8rem 1.5rem;border-radius:30px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1rem;transition:all .3s ease}.o-que-roblox-studio-close-btn:hover{background:#fff3;transform:translateY(2px)}.close-icon{font-size:1.5rem;line-height:.8;display:inline-flex;align-items:center;justify-content:center}.close-icon svg{display:block}.play-icon-svg{display:inline-flex;align-items:center;justify-content:center}.play-icon-svg svg{display:block}.o-que-roblox-studio-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:2.1rem 1.5rem;position:relative;z-index:2;height:100%;display:flex;align-items:flex-start;transition:opacity .5s ease,transform .5s ease}.o-que-roblox-studio-content{max-width:432px;display:flex;flex-direction:column;gap:1.5rem;animation:fadeIn 1s ease-out}.content-hidden{opacity:0;pointer-events:none;transform:scale(.98)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.o-que-roblox-studio-title{font-size:2.5rem;font-weight:900;color:#fff;margin:0 0 2rem;line-height:1;letter-spacing:-1px;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.o-que-roblox-studio-text{margin-top:0}.o-que-roblox-studio-paragraph{font-size:var(--font-size-body);line-height:1.38;color:#ffffffe6;margin:0 0 1rem;text-shadow:none}.o-que-roblox-studio-paragraph:last-child{margin-bottom:0}.o-que-roblox-studio-play-centered{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;cursor:pointer;transition:opacity .5s ease}.play-button{width:100px;height:100px;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid rgba(255,255,255,.6);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.o-que-roblox-studio-play-centered:hover .play-button{transform:scale(1.2);background:#d53137cc;border-color:#fff;box-shadow:0 0 30px #d5313799}.play-icon{color:#fff;font-size:2.5rem;margin-left:5px;line-height:1;opacity:.9;transition:opacity .3s ease}.o-que-roblox-studio-play-centered:hover .play-icon{opacity:1}.o-que-roblox-studio-bg-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover}.o-que-roblox-studio-fullscreen-video{width:100%;height:100%;object-fit:contain;background:#000}.o-que-roblox-studio-more-btn{display:inline-flex;align-items:center;justify-content:center;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:none;padding:.4rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;cursor:pointer;margin-left:.5rem;transition:all .2s ease;vertical-align:middle}.o-que-roblox-studio-more-btn:hover{background:#ffffff59}.o-que-roblox-studio-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:fadeInOverlay .3s ease}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.o-que-roblox-studio-modal{background:#fff;border-radius:20px 20px 0 0;padding:1.5rem;width:100%;max-height:60vh;overflow-y:auto;position:relative;animation:slideUpModal .3s ease}@keyframes slideUpModal{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.o-que-roblox-studio-modal-close{position:absolute;top:1rem;left:1rem;width:32px;height:32px;border-radius:50%;background:#0000001a;border:none;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background .2s ease}.o-que-roblox-studio-modal-close:hover{background:#0003}.o-que-roblox-studio-modal-content{padding-top:2.5rem;color:#333;font-size:1rem;line-height:1.7}.o-que-roblox-studio-modal-title{font-size:1.5rem;font-weight:700;color:#000;margin:0 0 1rem}.o-que-roblox-studio-modal-content p{margin:0 0 1rem}.o-que-roblox-studio-modal-content p:last-child{margin-bottom:0}@media (max-width: 767px){.o-que-roblox-studio-section{height:auto;min-height:765px;padding:0;display:flex;align-items:stretch;overflow:hidden}.o-que-roblox-studio-gradient{height:100%;min-height:765px;background:linear-gradient(0deg,#000000f2,#0009 40%,#0003,#0000)}.o-que-roblox-studio-container{flex-direction:column;align-items:flex-start;justify-content:flex-start;min-height:680px;padding:1.5rem;padding-bottom:0}.o-que-roblox-studio-play-centered{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;z-index:10;order:unset}.o-que-roblox-studio-content{flex:1;display:flex;flex-direction:column;margin-top:0;margin-bottom:-.8rem;text-align:left;align-items:flex-start;max-width:90%;gap:.5rem}.o-que-roblox-studio-text{margin-top:auto}.o-que-roblox-studio-title{font-size:2.5rem;line-height:1;letter-spacing:-1px;margin-bottom:.5rem}.o-que-roblox-studio-paragraph{font-size:var(--font-size-body);line-height:1.5;color:#ffffffd9;margin-bottom:1rem}.o-que-roblox-studio-paragraph:last-child{margin-bottom:0}.o-que-roblox-studio-desktop-notice{font-size:.8125rem;line-height:1.45;color:#ffffffd9;margin:.75rem 0 0;padding:.625rem .75rem;background:#ffffff1f;border-left:3px solid rgba(255,255,255,.4);border-radius:0;max-width:100%}.o-que-roblox-studio-more-btn{display:none}.play-button{width:64px;height:64px}.play-icon{font-size:1.5rem;margin-left:2px}.play-icon svg{width:32px;height:32px}}@media (min-width: 768px) and (max-width: 1023px){.o-que-roblox-studio-container{padding:2.6rem 2rem}.o-que-roblox-studio-title{font-size:3.5rem;margin-bottom:2.5rem;letter-spacing:-1px}.o-que-roblox-studio-paragraph{font-size:1.25rem}}@media (min-width: 1024px){.o-que-roblox-studio-container{padding:3.1rem 2rem}.o-que-roblox-studio-title{font-size:4.5rem;margin-bottom:3rem;letter-spacing:-1px}.o-que-roblox-studio-paragraph{font-size:1.5rem}}@media (min-width: 1440px){.o-que-roblox-studio-title{font-size:5.5rem;letter-spacing:-1px;margin-bottom:3rem}}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.arcade-loader,.arcade-screen{position:relative;display:flex;align-items:center;justify-content:center}.arcade-scanlines{display:none}.arcade-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:400;color:#000;letter-spacing:.1em;animation:fade 1.5s ease-in-out infinite;text-transform:uppercase}@keyframes fade{0%,to{opacity:.3}50%{opacity:1}}.arcade-grid,.arcade-glow{display:none}.expedicao-roblox-section{background:#fdbb2c;padding:0;position:relative;width:100%;overflow:hidden}.expedicao-roblox-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/robloxian-fall.png);background-size:70%;background-position:center;background-repeat:no-repeat;z-index:0;pointer-events:none;transform:rotate(-5deg) scale(1)}.expedicao-roblox-container{position:relative;z-index:1;max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:4rem 1.5rem 0}.expedicao-roblox-subtitle{font-size:1.5rem;font-weight:450;color:#000;margin:0 0 1rem;line-height:1.6}.expedicao-roblox-subtitle-line2{display:inline}.expedicao-roblox-separator{width:100%;height:1px;background:#00000040;margin:2.5rem 0}.expedicao-download-block{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin:0 0 1rem;padding:0;min-width:0}.expedicao-roblox-main-title{font-size:2.5rem;font-weight:900;color:#000;margin:0;padding:0;line-height:1;letter-spacing:-1px;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:0}.expedicao-download-line-1{display:inline;font-size:2.5rem;font-weight:900;line-height:1;letter-spacing:-1px}.expedicao-download-arrow-link{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#000;transition:transform .2s ease,opacity .2s ease;cursor:pointer;margin-top:.25rem}.expedicao-download-arrow-link:hover{transform:translateY(2px);opacity:.8}.expedicao-download-arrow-circle{display:inline-flex!important;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:#fff!important;border:none;border-radius:50%;flex-shrink:0;box-shadow:0 1px 4px #0000001a}.expedicao-download-arrow{font-size:1.375rem;display:inline-block;font-weight:400;line-height:1;color:#000}.expedicao-download-arrow-svg{display:inline-flex;align-items:center;justify-content:center}.expedicao-download-arrow-svg svg{width:1.25rem;height:1.25rem}.expedicao-video-icon-svg{display:inline-flex;align-items:center;justify-content:center}.expedicao-video-icon-svg svg{width:.875rem;height:.875rem}.expedicao-download-help{font-size:var(--font-size-body);line-height:1.38;color:#000;margin:.5rem 0 2rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.expedicao-download-help-line-1{display:block}.expedicao-download-video-link{display:inline-flex;align-items:center;gap:.5rem;font-size:var(--font-size-body);line-height:1.38;color:#000;text-decoration:underline;text-underline-offset:.2em;transition:opacity .2s ease}.expedicao-download-video-link:hover{opacity:.7}.expedicao-video-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:#000;color:#fff;border-radius:50%;font-size:.75rem;line-height:1;flex-shrink:0;position:relative;top:.05em}.expedicao-download-desktop{display:flex}.expedicao-download-mobile{display:none}.expedicao-download-balls{display:flex;flex-direction:row;align-items:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}.expedicao-download-ball{display:inline-flex;align-items:center;justify-content:center;width:115px;height:115px;min-width:115px;min-height:115px;background:#000;color:#fff;border:none;border-radius:50%;text-decoration:none;cursor:pointer;position:relative;transition:opacity .2s ease,transform .2s ease;font-weight:700;font-size:1.75rem}.expedicao-download-ball:hover{opacity:.9;transform:scale(1.05)}.expedicao-download-ball-static{cursor:default}.expedicao-download-ball-static:hover{transform:none}.expedicao-download-ball-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;color:inherit}.expedicao-download-ball-icon svg{width:2.5rem;height:2.5rem;flex-shrink:0}.expedicao-download-ball-label{position:absolute;left:50%;transform:translate(-50%);bottom:-1.75rem;font-size:.7rem;font-weight:700;letter-spacing:.05em;white-space:nowrap;opacity:0;transition:opacity .2s ease;color:#000;pointer-events:none}.expedicao-download-ball:hover .expedicao-download-ball-label,.expedicao-download-ball:focus-within .expedicao-download-ball-label{opacity:1}.expedicao-download-ball-label-mobile{display:none}.expedicao-roblox-title{font-size:var(--font-size-body);font-weight:400;color:#000;margin:0 0 2rem;line-height:1.38;letter-spacing:0;text-transform:none;display:block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.expedicao-title-head{display:block;font-size:1.125rem;font-weight:700;line-height:1.3;margin-bottom:.35rem}.expedicao-title-line-1,.expedicao-title-line-2{display:block;font-size:var(--font-size-body);font-weight:400}.expedicao-title-line-1{margin-top:0;margin-bottom:0}.expedicao-title-line-2{margin-top:.75rem}.expedicao-roblox-description{font-size:1.125rem;line-height:1.6;color:#000;margin:0 0 1rem;max-width:800px}.expedicao-features{display:flex;flex-direction:column;gap:1rem;width:100%;padding:0 0 4rem;margin-top:0;transition:transform .5s ease;box-shadow:none}.expedicao-feature-box{padding:1.25rem 1.5rem;width:100%;border:none;cursor:pointer;text-align:left;transition:transform .35s ease,opacity .35s ease;transform:scale(1);opacity:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:none;outline:none}.expedicao-feature-content{display:flex;flex-direction:column;gap:.5rem;flex:1}.expedicao-publico-alvo-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:.25rem 0 0}.expedicao-publico-alvo-tag{display:inline-block;padding:.75rem 1.5rem;background:#000!important;border:none!important;outline:none!important;box-shadow:none!important;border-radius:2rem;font-size:1rem;font-weight:700;color:#fff!important;line-height:1.4}.expedicao-feature-label{font-size:.75rem;font-weight:700;color:#000;line-height:1.2}.expedicao-arrow{flex-shrink:0;font-size:1.5rem;font-weight:100;color:#3c3c3c;line-height:1;min-width:24px;text-align:center}.expedicao-feature-box-1,.expedicao-feature-box-2,.expedicao-feature-box-3{background:#fff}.expedicao-feature-box:hover{transform:translateY(-4px);box-shadow:none}.expedicao-feature-box:hover .expedicao-feature-text{font-weight:700}.expedicao-features:hover .expedicao-feature-box:not(:hover){opacity:.5}.expedicao-feature-box-1:hover,.expedicao-feature-box-2:hover,.expedicao-feature-box-3:hover{background:#fff}.expedicao-feature-text{font-size:1.125rem;line-height:1.6;color:#000;margin:0;position:relative;padding-left:0;font-weight:400;transition:font-weight .3s ease}.expedicao-feature-content .expedicao-feature-text{padding-left:0}.expedicao-accordion-item{width:100%;transition:transform .35s ease;box-shadow:none}.expedicao-accordion-item:hover{transform:translateY(-3px);box-shadow:none}.expedicao-accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0;background:#fff;border:none;box-shadow:none}.expedicao-accordion-open .expedicao-accordion-content{max-height:5000px;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;margin-top:0;border-top:none}.expedicao-accordion-item:last-child .expedicao-accordion-content{background:#fff;position:relative}.expedicao-accordion-item:last-child .expedicao-accordion-open .expedicao-accordion-content{min-height:250px;padding:2rem 1.5rem;position:relative}.expedicao-accordion-item:last-child .expedicao-accordion-open .expedicao-accordion-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:0}.expedicao-accordion-text{font-size:1.125rem;line-height:1.6;color:#000;margin:0;text-align:left;position:relative;z-index:1}.expedicao-accordion-item:last-child .expedicao-accordion-text{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);position:relative;z-index:1}.expedicao-accordion-heading{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem;color:#222}.expedicao-accordion-item:last-child .expedicao-accordion-heading{color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.7)}.expedicao-accordion-cta{display:flex;justify-content:flex-start;width:100%;position:relative;z-index:1;margin-top:1.5rem}.expedicao-accordion-button{background:#000;border:none;color:#fff;font-size:1.5rem;font-weight:700;text-transform:none;padding:1rem 2rem;cursor:pointer;display:inline-block;transition:all .2s ease;box-shadow:none;text-align:left;white-space:nowrap;font-family:inherit;max-width:100%;overflow:hidden;text-overflow:ellipsis}.expedicao-accordion-button:hover{background:#333;transform:translateY(-2px);box-shadow:none}.expedicao-accordion-button:active{transform:translateY(0);box-shadow:none}.expedicao-accordion-button,.expedicao-accordion-link{background:#000;border:none;color:#fff;font-size:1.5rem;font-weight:700;text-transform:none;padding:1rem 2rem;cursor:pointer;display:inline-block;transition:all .2s ease;box-shadow:none;text-align:left;white-space:nowrap;font-family:inherit;text-decoration:none;width:auto;min-width:auto;max-width:100%;overflow:hidden;text-overflow:ellipsis}.expedicao-accordion-link:hover{background:#333;transform:translateY(-2px);box-shadow:none;color:#fff}.expedicao-accordion-link:active{transform:translateY(0);box-shadow:none}.expedicao-accordion-layout{display:flex;flex-direction:column;gap:2rem;width:100%}.expedicao-accordion-text-col{width:100%}.expedicao-accordion-image-col{width:100%;position:relative;margin-top:0}.expedicao-accordion-backdrop{position:absolute;top:1.5rem;right:-1rem;bottom:-1.5rem;left:2rem;background-color:#ffe600;z-index:0}.expedicao-accordion-image{width:100%;height:300px;object-fit:cover;position:relative;z-index:1;display:block}.expedicao-accordion-heading-large{font-size:2.5rem;font-weight:700;color:#000;line-height:1.1;margin:0 0 1.5rem}.expedicao-accordion-text-editorial{font-size:var(--font-size-body);line-height:1.38;color:#000;margin:0 0 1rem;white-space:pre-line}@media (min-width: 768px){.expedicao-download-wrapper{display:flex;flex-direction:row;align-items:center;gap:2rem;flex-wrap:wrap}.expedicao-download-desktop{display:flex}.expedicao-download-mobile{display:none}.expedicao-download-balls{margin-top:0}.expedicao-roblox-container{padding:5rem 2rem 0}.expedicao-roblox-subtitle{font-size:1.75rem}.expedicao-download-block{gap:1.25rem}.expedicao-roblox-main-title,.expedicao-download-line-1{font-size:3.5rem}.expedicao-download-arrow-circle{width:2.75rem;height:2.75rem}.expedicao-download-arrow{font-size:1.5rem}.expedicao-download-help,.expedicao-download-video-link{font-size:1.25rem;line-height:1.38}.expedicao-video-icon{width:1.75rem;height:1.75rem;font-size:.875rem}.expedicao-roblox-title{font-size:1.25rem;font-weight:400;line-height:1.38;margin-bottom:2.5rem;letter-spacing:0}.expedicao-roblox-title .expedicao-title-head{font-size:1.375rem;margin-bottom:.4rem}.expedicao-roblox-description{font-size:1.25rem;margin-bottom:1rem}.expedicao-features{padding:1rem 0 4rem}.expedicao-feature-box{padding:1.5rem 2rem}.expedicao-arrow{font-size:1.75rem}.expedicao-accordion-open .expedicao-accordion-content{padding:2rem}.expedicao-accordion-text{font-size:1.25rem}.expedicao-accordion-button,.expedicao-accordion-link{font-size:1.25rem;padding:1.25rem 2.5rem}.expedicao-feature-text{font-size:1.25rem;padding-left:0}.expedicao-feature-content .expedicao-feature-text{padding-left:0}.expedicao-feature-label{font-size:.875rem}.expedicao-accordion-text-editorial{font-size:1.25rem}.expedicao-accordion-image{height:350px}}@media (min-width: 1024px){.expedicao-roblox-container{padding:6rem 2rem 0}.expedicao-roblox-subtitle{font-size:2rem}.expedicao-download-block{gap:1.5rem}.expedicao-roblox-main-title,.expedicao-download-line-1{font-size:4.5rem}.expedicao-download-arrow-circle{width:3.25rem;height:3.25rem}.expedicao-download-arrow{font-size:2rem}.expedicao-download-help,.expedicao-download-video-link{font-size:1.5rem;line-height:1.38}.expedicao-video-icon{width:2rem;height:2rem;font-size:.875rem}.expedicao-roblox-title{font-size:1.5rem;font-weight:400;line-height:1.38;margin-bottom:3rem;letter-spacing:0}.expedicao-roblox-title .expedicao-title-head{font-size:1.625rem;margin-bottom:.5rem}.expedicao-roblox-title .expedicao-title-line-1,.expedicao-roblox-title .expedicao-title-line-2{font-size:1.5rem;line-height:1.5}.expedicao-roblox-description{font-size:1.5rem;margin-bottom:1rem}.expedicao-features{padding:1rem 0 4rem}.expedicao-feature-box{padding:1.75rem 2.5rem}.expedicao-arrow{font-size:2rem}.expedicao-accordion-open .expedicao-accordion-content{padding:2.5rem}.expedicao-accordion-text{font-size:1.5rem}.expedicao-accordion-button,.expedicao-accordion-link{font-size:1.5rem;padding:1.5rem 3rem}.expedicao-feature-text{font-size:1.5rem;padding-left:2rem}.expedicao-feature-content .expedicao-feature-text{padding-left:0}.expedicao-feature-label{font-size:1rem}.expedicao-accordion-layout{flex-direction:row;gap:4rem;align-items:flex-start}.expedicao-accordion-text-col{flex:1;width:50%}.expedicao-accordion-image-col{flex:1;width:50%;margin-top:0}.expedicao-accordion-backdrop{top:2rem;right:-2rem;bottom:-2rem;left:2rem}.expedicao-accordion-heading-large{font-size:3.5rem;margin-bottom:2rem}.expedicao-accordion-text-editorial{font-size:1.5rem}.expedicao-accordion-image{height:400px}}@media (min-width: 1440px){.expedicao-roblox-subtitle{font-size:2rem}.expedicao-download-block{gap:1.75rem}.expedicao-roblox-main-title,.expedicao-download-line-1{font-size:5.5rem}.expedicao-download-arrow-circle{width:3.75rem;height:3.75rem}.expedicao-download-arrow{font-size:2rem}.expedicao-download-help,.expedicao-download-video-link{font-size:1.5rem;line-height:1.38}.expedicao-video-icon{width:2.25rem;height:2.25rem;font-size:1rem}.expedicao-roblox-title{font-size:1.5rem;font-weight:400;line-height:1.38;margin-bottom:3rem;letter-spacing:0}.expedicao-roblox-title .expedicao-title-head{font-size:1.625rem;margin-bottom:.5rem}.expedicao-roblox-title .expedicao-title-line-1,.expedicao-roblox-title .expedicao-title-line-2{font-size:1.625rem;line-height:1.5}.expedicao-roblox-description,.expedicao-accordion-text,.expedicao-accordion-button,.expedicao-accordion-link{font-size:1.5rem}.expedicao-feature-text{font-size:1.5rem;padding-left:0}.expedicao-feature-content .expedicao-feature-text{padding-left:0}.expedicao-feature-label{font-size:1.125rem}.expedicao-accordion-heading-large{font-size:4rem}.expedicao-accordion-text-editorial{font-size:1.5rem}.expedicao-accordion-image{height:450px}}.manual-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.manual-modal-content{background:#fff;border-radius:12px;width:100%;max-width:900px;height:90vh;max-height:800px;position:relative;display:flex;flex-direction:column;overflow:hidden}.manual-modal-close{position:absolute;top:10px;right:10px;width:36px;height:36px;border:none;background:#000;color:#fff;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s ease}.manual-modal-close:hover{background:#333}.manual-modal-iframe{width:100%;height:100%;border:none}@media (max-width: 768px){.manual-modal-content{height:95vh;max-height:none;border-radius:8px}}.expedicao-desktop-notice-block{display:none}@media (max-width: 767px){.expedicao-roblox-section:after{background-image:none}.expedicao-desktop-notice-block{display:block;margin-top:calc(1rem + 25px);width:100%}.expedicao-desktop-notice{font-size:.8125rem;line-height:1.45;color:#000;margin:0 0 .5rem;padding:.625rem .75rem;background:#ffffff1f;border-left:3px solid rgba(255,255,255,.4);border-radius:0}.expedicao-desktop-notice:last-child{margin-bottom:0}.expedicao-download-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.expedicao-download-balls{margin-top:0;align-items:flex-end}.expedicao-download-ball{width:90px;height:90px;min-width:90px;min-height:90px}.expedicao-download-ball-icon svg{width:2rem;height:2rem}.expedicao-download-ball-label{opacity:1;display:block;text-align:center;min-width:6.5rem;left:50%;transform:translate(-50%);bottom:-1.75rem;line-height:1.2}.expedicao-download-ball-label-desktop{display:none!important}.expedicao-download-ball-label-mobile{display:block!important}.expedicao-download-arrow-circle{width:44px;height:44px}.expedicao-roblox-title .expedicao-title-head{font-size:1.125rem;margin-bottom:.4rem}.expedicao-roblox-title .expedicao-title-line-2{margin-top:.75rem}.expedicao-roblox-subtitle-line2{display:block}.expedicao-accordion-layout{flex-direction:column}.expedicao-accordion-text-col,.expedicao-accordion-image-col{width:100%}.expedicao-features{flex-direction:column;width:100%;padding-right:0;align-items:stretch}.expedicao-features::-webkit-scrollbar{display:none}.expedicao-accordion-item{flex:1 1 auto;width:100%;min-width:0;max-width:100%;height:auto;display:flex;flex-direction:column;background:#fff;overflow:hidden}.expedicao-feature-box{width:100%;padding:1.5rem;flex-direction:column;align-items:flex-start;justify-content:flex-start;box-sizing:border-box;flex:0 0 auto;height:auto;background:transparent}.expedicao-accordion-item:not(.expedicao-accordion-open) .expedicao-feature-box{flex:1 1 auto;height:100%}.expedicao-accordion-content{flex:1 1 auto;max-height:0;padding:0 1.5rem;display:none}.expedicao-accordion-open .expedicao-accordion-content{max-height:none;padding:0 1.5rem 1.25rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.expedicao-feature-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.expedicao-publico-alvo-tags{display:none}.expedicao-arrow{align-self:flex-start;margin-top:auto}.expedicao-features:hover .expedicao-feature-box:not(:hover){opacity:1}.expedicao-feature-box:hover,.expedicao-accordion-item:hover{transform:none}.expedicao-accordion-button,.expedicao-accordion-link{font-size:1rem;padding:.9rem 1.25rem}}button.expedicao-download-video-link{background:none;border:none;padding:0;font:inherit;cursor:pointer}.proximos-eventos-section{width:100%;background:#d53137;position:sticky;top:var(--header-height, 60px);height:var(--events-height, 48px);min-height:var(--events-height, 48px);z-index:var(--layer-events, 999);border-bottom:1px solid #333;pointer-events:auto;transform:translateY(0);opacity:1;transition:border-color .35s ease,transform .3s ease,opacity .3s ease;--sweep-color: #00ff9d}.proximos-eventos-section:not(.hidden):hover{background-color:#fdbb2c;border-bottom-color:#00ff9d99}.proximos-eventos-section:not(.hidden):hover .proximos-eventos-title{color:#fff}.proximos-eventos-section:not(.hidden):hover .proximos-eventos-arrow{--plus-color: #000}.proximos-eventos-section.hidden{opacity:0;pointer-events:none;display:none}.proximos-eventos-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:.4rem 1.5rem .7rem;display:flex;align-items:flex-end;height:100%;position:relative;z-index:1}.proximos-eventos-header{width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;padding:0;font-family:inherit;cursor:pointer}.proximos-eventos-title{font-size:.875rem;font-weight:400;color:#fff;margin:0;transition:color .3s ease}.proximos-eventos-arrow{--plus-size: 1.25rem;--plus-stroke: 2px;--plus-color: #fff;--plus-hover-color: #9e7bff;--plus-open-color: #00ff9d;--plus-hover-rotate: 90deg;--plus-open-rotate: 45deg}.proximos-eventos-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:10001;display:flex;align-items:center;justify-content:center;padding:0;animation:fadeIn .3s ease;pointer-events:auto;cursor:pointer}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.proximos-eventos-calendar{background:#0a0a0ac7;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);max-width:none;width:100%;height:100%;overflow-y:auto;padding:5rem 2rem 3rem;position:relative;box-shadow:none;pointer-events:auto;cursor:default;display:flex;flex-direction:column;justify-content:flex-start}.proximos-eventos-close{position:absolute;top:1.5rem;right:1.5rem;z-index:10;background:transparent;border:none;color:#fff;font-size:4rem;font-weight:300;width:80px;height:80px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease;line-height:1;padding:0}.proximos-eventos-close:hover{opacity:.7}.proximos-eventos-calendar-title{font-size:2rem;font-weight:900;color:#fff;margin:0 0 2rem;line-height:.95;letter-spacing:-1px}.proximos-eventos-list{display:flex;flex-direction:column;gap:1.5rem}.proximos-eventos-item{display:flex;align-items:flex-start;gap:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(213,49,55,.35);flex-wrap:wrap}.proximos-eventos-item:last-child{border-bottom:none;padding-bottom:0}.proximos-eventos-cta{background:transparent;border:.5px solid #fff;color:#fff;padding:0;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;border-radius:4px;white-space:nowrap;margin-left:auto;width:160px;height:52px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.proximos-eventos-cta:hover{background:#ffffff1a;border-color:#fffc}.proximos-eventos-cta:active{background:#fff3}.proximos-eventos-date{font-size:1.125rem;font-weight:700;color:#fff;min-width:120px;flex-shrink:0;padding-top:0}.proximos-eventos-content{flex:1}.proximos-eventos-event-title{font-size:1.125rem;font-weight:400;color:#fff;margin:0 0 .25rem;line-height:1.4}.proximos-eventos-location{font-size:1rem;font-weight:400;color:#fff;margin:0}@media (max-width: 767px){.proximos-eventos-item{gap:1rem;flex-direction:column}.proximos-eventos-date{min-width:auto;width:100%;font-size:1rem}.proximos-eventos-content{width:100%}.proximos-eventos-cta{width:100%;margin-left:0;margin-top:1rem}.proximos-eventos-event-title{font-size:1rem;word-wrap:break-word}.proximos-eventos-location{font-size:1rem}.proximos-eventos-calendar-title{font-size:1.75rem;margin-bottom:1.5rem}}@media (min-width: 768px){.proximos-eventos-section{top:70px}.proximos-eventos-container{padding:.75rem 2rem}.proximos-eventos-title{font-size:1rem}.proximos-eventos-arrow{font-size:1.25rem}.proximos-eventos-calendar{padding:6rem 3rem 4rem}.proximos-eventos-calendar-title{font-size:3rem;margin-bottom:2.5rem}.proximos-eventos-date{font-size:1.25rem;min-width:140px}.proximos-eventos-event-title{font-size:1.25rem}.proximos-eventos-location{font-size:1.125rem}.proximos-eventos-cta{width:160px;height:52px;padding:0;font-size:1rem}}@media (min-width: 1024px){.proximos-eventos-section{top:80px}.proximos-eventos-container{padding:1rem 2rem}.proximos-eventos-title{font-size:1.125rem}.proximos-eventos-arrow{font-size:1.5rem}.proximos-eventos-calendar{padding:7rem 4rem 5rem;max-width:none}.proximos-eventos-calendar-title{font-size:3.5rem;margin-bottom:3rem}.proximos-eventos-date{font-size:1.5rem;min-width:160px}.proximos-eventos-event-title{font-size:1.5rem}.proximos-eventos-location{font-size:1.25rem}.proximos-eventos-cta{width:160px;height:52px;padding:0;font-size:1rem}}@media (min-width: 1440px){.proximos-eventos-calendar-title{font-size:4.5rem}.proximos-eventos-date{font-size:1.5rem;min-width:180px}.proximos-eventos-event-title{font-size:1.5rem}.proximos-eventos-cta{width:160px;height:52px;padding:0;font-size:1rem}}.hidden-events-section .proximos-eventos-section{display:none!important}.hidden-events-section .proximos-eventos-overlay{display:flex!important}.home-content{scroll-margin-top:0;opacity:0}.home-content.home-content-in-view{animation:home-content-fade-in .6s ease-out forwards}.home-page .layout-test-hero .layout-test-hero-inner{margin-top:0;width:100%;max-width:var(--container-max-width, 1200px);padding:0 var(--site-horizontal-padding, 1.5rem);box-sizing:border-box;display:flex;align-items:flex-start}.home-page .layout-test-hero{overflow-x:hidden;overflow-y:visible;position:relative}.home-page .layout-test-hero .home-hero-container{width:100%;margin:0;padding:0;justify-content:flex-start}.home-page .layout-test-hero .home-hero-content{width:min(92vw,780px);max-width:780px;margin-top:0;gap:.5rem;box-sizing:border-box}.home-page .layout-test-hero .home-hero-header,.home-page .layout-test-hero .home-hero-title-layer{transform:none!important}.home-page .layout-test-hero .home-hero-header{padding-top:0;margin-bottom:0}.home-page .layout-test-hero .home-hero-logo{margin-top:0!important}.home-page .layout-test-hero .home-hero-title-layer{display:grid!important;grid-template-columns:minmax(0,1fr);grid-auto-flow:row;justify-items:start;align-content:start}.layout-test-hero .home-hero-mission-title{position:static;width:100%;max-width:980px;margin:0;color:#fff;font-size:2.5rem;line-height:1.12;font-weight:900;letter-spacing:-1px;font-family:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;text-wrap:pretty}.layout-test-hero .home-hero-mission-highlight{color:#d53137}.home-page .layout-test-hero .home-hero-desktop-paths{--home-hero-path-width: 1fr;display:grid;grid-template-columns:repeat(4,minmax(0,var(--home-hero-path-width)));gap:1rem;width:100%;max-width:100%;margin-top:3.2rem}.home-page .layout-test-hero .home-hero-desktop-path{display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem;min-width:0;height:100%;width:min(100%,var(--home-hero-path-width));padding-left:1.2rem;position:relative}.home-page .layout-test-hero .home-hero-desktop-path:before{content:"";position:absolute;left:0;top:.35rem;bottom:.45rem;width:1px;background:#ffffff47;pointer-events:none}.home-page .layout-test-hero .home-hero-desktop-path:first-child:before{display:none}.home-page .layout-test-hero .home-hero-desktop-path:first-child{padding-left:0}.home-page .layout-test-hero .home-hero-desktop-path-icon{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;color:#fff}.home-page .layout-test-hero .home-hero-desktop-path-icon svg{width:2.16rem;height:2.16rem}.home-page .layout-test-hero .home-hero-desktop-path-red .home-hero-desktop-path-icon{color:#ff5e54}.home-page .layout-test-hero .home-hero-desktop-path-gold .home-hero-desktop-path-icon{color:#e8c84d}.home-page .layout-test-hero .home-hero-desktop-path-green .home-hero-desktop-path-icon{color:#2dde78}.home-page .layout-test-hero .home-hero-desktop-path-neutral .home-hero-desktop-path-icon{color:#ffffffeb}.home-page .layout-test-hero .home-hero-desktop-path-title{margin:0;color:#fff;font-size:1.22rem;line-height:1.3;font-weight:700;letter-spacing:-.03em;text-wrap:pretty;width:100%}.home-page .layout-test-hero .home-hero-desktop-path-body{margin:0;color:#ffffffc7;font-size:1.04rem;line-height:1.32;width:100%;max-width:100%}.home-page .layout-test-hero .home-hero-desktop-path-cta{display:inline-flex;align-items:center;gap:.32rem;margin-top:auto;min-height:auto;padding:0;border:0;border-radius:0;background:transparent;color:#ff4d43;font-size:1.15rem;line-height:1.2;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;text-align:left;width:auto;max-width:100%;box-sizing:border-box;white-space:normal;position:relative;text-decoration:none}.home-page .layout-test-hero .home-hero-desktop-path-cta:before{content:"";flex:0 0 auto;width:.72rem;height:.72rem;margin-left:-.08rem;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:translateY(.02rem) rotate(45deg)}.home-page .layout-test-hero .home-hero-desktop-path-cta:after{content:"";position:absolute;left:1.04rem;bottom:-.38rem;width:0;height:1px;background:currentColor;transition:width .24s ease}.home-page .layout-test-hero .home-hero-desktop-path-cta:hover{background:transparent;color:#ff7268;transform:translateY(-1px);box-shadow:none}.home-page .layout-test-hero .home-hero-desktop-path-cta:hover:after,.home-page .layout-test-hero .home-hero-desktop-path-cta:focus-visible:after{width:calc(100% - 1.04rem)}.home-page .layout-test-hero .home-hero-desktop-path-cta:focus-visible{outline:2px solid rgba(255,255,255,.92);outline-offset:2px}.layout-test-hero .home-hero-mission-subtitle{width:100%;max-width:560px;margin:.9rem 0 0;color:#ffffffe0;font-size:clamp(1.05rem,1.85vw,1.55rem);line-height:1.32;text-align:left}.layout-test-hero .home-hero-inline-link{color:inherit;font:inherit;font-weight:700;text-decoration:underline;text-decoration-thickness:.09em;text-underline-offset:.14em}.layout-test-hero .home-hero-inline-link:hover{color:#fff}.layout-test-hero .home-hero-audience-block{width:100%;max-width:560px;margin:.9rem 0 0}.home-page .layout-test-hero .home-hero-audience-icon{display:inline-flex;align-items:center;justify-content:center;margin:0 0 .8rem;color:#ffffff80}.home-page .layout-test-hero .home-hero-audience-icon svg{width:1.1rem;height:1.1rem;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.layout-test-hero .home-hero-audience-title{margin:0;color:#fffc;font-size:clamp(.82rem,.94vw,.9rem);line-height:1.3;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.layout-test-hero .home-hero-audience-links{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.55rem}.home-page .layout-test-hero .home-hero-audience-links-desktop{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;margin-top:0}.layout-test-hero .home-hero-audience-link{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0d;color:#ffffffe6;font-size:clamp(.78rem,.84vw,.86rem);line-height:1.2;font-weight:600;padding:.5rem .74rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.home-page .layout-test-hero .home-hero-audience-link-desktop{justify-content:flex-start;border:0;border-radius:0;background:transparent;color:#ffffffc7;font-size:clamp(.9rem,.88vw,.96rem);font-weight:600;padding:0 0 .1rem;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:.22rem;text-decoration-color:#ffffff59}.layout-test-hero .home-hero-audience-link:hover{background:#ffffff1f;border-color:#ffffff38;color:#fff;transform:translateY(-1px)}.home-page .layout-test-hero .home-hero-audience-link-desktop:hover{background:transparent;border-color:transparent;color:#fffffff2;text-decoration-color:#d53137}.layout-test-hero .home-hero-audience-link:focus-visible{outline:2px solid rgba(255,255,255,.88);outline-offset:2px}.layout-test-hero .home-hero-audience-mobile-trigger{display:inline-flex;align-items:center;justify-content:center;width:100%;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0d;color:#ffffffe6;font-size:.88rem;line-height:1.2;font-weight:700;padding:.72rem .9rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.layout-test-hero .home-hero-audience-mobile-trigger:hover{background:#ffffff1a;border-color:#ffffff2e;color:#fff}.layout-test-hero .home-hero-audience-mobile-trigger:focus-visible{outline:2px solid rgba(255,255,255,.88);outline-offset:2px}.layout-test-hero .home-hero-mission-checklist{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:520px}.layout-test-hero .home-hero-mission-checklist-item{display:flex;align-items:center;gap:.55rem;color:#fffffff2;font-size:clamp(.98rem,1.2vw,1.2rem);line-height:1.3;font-weight:500}.layout-test-hero .home-hero-mission-checklist-icon{width:36px;height:36px;flex:0 0 36px;object-fit:contain;display:block}.layout-test-hero .home-hero-mission-checklist-text{display:block}.layout-test-hero .home-hero-mission-actions{margin-top:1.2rem;display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;width:100%;max-width:520px}.layout-test-hero .home-hero-mission-primary-btn{display:inline-flex;align-items:center;gap:.55rem;border:0;border-radius:8px;background:#d53137;color:#fff;font-size:clamp(.96rem,1.1vw,1.17rem);line-height:1.2;font-weight:800;padding:.9rem 1.2rem;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;text-align:left;width:fit-content;max-width:100%}.layout-test-hero .home-hero-mission-primary-btn:hover{background:#e63c46;transform:translateY(-1px);box-shadow:0 8px 20px #0003}.layout-test-hero .home-hero-mission-app-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffff14;color:#fff;font-size:clamp(.92rem,1.02vw,1.05rem);line-height:1.2;font-weight:700;padding:.82rem 1.05rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease;text-align:center;width:fit-content;max-width:100%}.layout-test-hero .home-hero-mission-app-btn:hover{background:#ffffff24;border-color:#ffffff47;transform:translateY(-1px)}.layout-test-hero .home-hero-mission-primary-btn:active{transform:translateY(0)}.layout-test-hero .home-hero-mission-primary-btn:focus-visible,.layout-test-hero .home-hero-mission-secondary-btn:focus-visible,.layout-test-hero .home-hero-mission-app-btn:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:2px}.layout-test-hero .home-hero-mission-primary-icon{font-size:.95em;transform:translateY(-.03em)}.layout-test-hero .home-hero-mission-secondary-btn{border:0;background:transparent;color:#ffffffe0;font-size:clamp(.82rem,.98vw,.94rem);line-height:1.3;font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;padding:0;cursor:pointer;text-align:left}.layout-test-hero .home-hero-mission-secondary-btn:hover{color:#fff}@media (max-width: 1024px){.layout-test-hero .home-hero-mission-checklist{margin-top:.9rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.layout-test-hero .home-hero-mission-checklist-item{flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:.38rem;font-size:clamp(.58rem,1.8vw,.86rem);line-height:1.22}.layout-test-hero .home-hero-mission-checklist-icon{width:30px;height:30px;flex-basis:30px}.layout-test-hero .home-hero-mission-checklist-text{width:100%;text-align:center;white-space:normal;overflow:visible;text-overflow:clip;text-wrap:balance}}@media (max-width: 767px){.home-page .layout-test-hero .home-hero-mission-highlight{color:#d53137}.home-page .layout-test-hero{height:100dvh;min-height:100dvh;max-height:100dvh;overflow:hidden;padding-bottom:0!important;padding-left:var(--site-horizontal-padding, 1.5rem);padding-right:var(--site-horizontal-padding, 1.5rem);padding-top:calc(var(--header-height, 60px) + 1.1rem)!important}.home-page .layout-test-hero .layout-test-hero-inner,.home-page .layout-test-hero .home-hero-container,.home-page .layout-test-hero .home-hero-content{max-width:100%;height:100%;min-height:0}.home-page .layout-test-hero .layout-test-hero-inner{padding-left:0;padding-right:0}.home-page .layout-test-hero .home-hero-content{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding-bottom:calc(2.35rem + env(safe-area-inset-bottom,0px));box-sizing:border-box}.home-page .layout-test-hero .home-hero-header,.home-page .layout-test-hero .home-hero-title-layer{transform:none!important}.home-page .layout-test-hero .home-hero-header,.home-page .layout-test-hero .home-hero-title-layer,.home-page .layout-test-hero .home-hero-mobile-stack,.home-page .layout-test-hero .home-hero-mobile-paths,.home-page .layout-test-hero .home-hero-audience-block,.home-page .layout-test-hero .layout-test-hero-saiba-mais{width:100%;margin-left:0;margin-right:0}.home-page .layout-test-hero .home-hero-title-layer{display:flex!important;flex:1 1 auto;min-height:0;flex-direction:column;align-items:flex-start;justify-content:flex-start}.home-page .layout-test-hero .layout-test-hero-saiba-mais{position:absolute;left:50%;right:auto;bottom:calc(1.15rem + env(safe-area-inset-bottom,0px));transform:translate(-50%);display:inline-flex;align-self:auto;margin:0;padding:.05rem .3rem;gap:0;z-index:3;visibility:visible;opacity:1}.home-page .layout-test-hero .layout-test-hero-saiba-mais-text{display:none}.home-page .layout-test-hero .layout-test-hero-saiba-mais-arrow{display:block;width:36px;height:36px;color:#fffffff0;animation:layout-test-arrow-bounce 2.6s ease-in-out infinite}.layout-test-hero .home-hero-mission-title{width:100%;margin-top:.5rem;font-size:clamp(2.24rem,10.35vw,3.05rem);line-height:1.08;text-wrap:pretty}.layout-test-hero .home-hero-mission-subtitle{display:none}.home-page .layout-test-hero .home-hero-logo{width:101px;max-width:48vw;padding:0;background:transparent;border-radius:0;filter:drop-shadow(0 4px 10px rgba(0,0,0,.32))}.layout-test-hero .home-hero-mission-app-btn,.layout-test-hero .home-hero-mission-primary-btn,.layout-test-hero .home-hero-mission-secondary-btn,.layout-test-hero .home-hero-mission-checklist{display:none}.home-page .layout-test-hero .home-hero-mobile-stack{width:100%;display:grid;gap:1rem;margin-top:2.4rem;transform:none}.home-page .layout-test-hero .home-hero-mobile-paths{width:100%;display:grid;gap:0;margin-top:0}.home-page .layout-test-hero .home-hero-mobile-path{display:grid;justify-items:stretch;gap:.34rem;width:100%;padding:.7rem 0;border-top:1px solid rgba(255,255,255,.1)}.home-page .layout-test-hero .home-hero-mobile-path-top{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;column-gap:.75rem;width:100%}.home-page .layout-test-hero .home-hero-mobile-path-icon{display:inline-flex;align-items:center;justify-content:center;margin-top:0;align-self:start}.home-page .layout-test-hero .home-hero-mobile-path-icon svg{width:1.7rem;height:1.7rem}.home-page .layout-test-hero .home-hero-mobile-path-red .home-hero-mobile-path-icon{color:#ff5e54}.home-page .layout-test-hero .home-hero-mobile-path-gold .home-hero-mobile-path-icon{color:#e8c84d}.home-page .layout-test-hero .home-hero-mobile-path-green .home-hero-mobile-path-icon{color:#2dde78}.home-page .layout-test-hero .home-hero-mobile-path-title{margin:0;color:#fff;font-size:1.18rem;line-height:1.24;font-weight:700;letter-spacing:-.02em;width:100%;padding-top:.02rem}.home-page .layout-test-hero .home-hero-mobile-path-body{display:none}.home-page .layout-test-hero .home-hero-mobile-path-cta{display:inline-flex;align-items:center;gap:.42rem;margin-top:.15rem;margin-left:2rem;padding:0;border:0;background:transparent;color:#ff4d43;font-size:1.15rem;line-height:1.2;font-weight:700;text-align:left;justify-self:start}.home-page .layout-test-hero .home-hero-mobile-path-cta:before{content:"";flex:0 0 auto;width:.72rem;height:.72rem;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:translateY(.02rem) rotate(45deg)}.layout-test-hero .home-hero-audience-block{margin-top:.25rem}.layout-test-hero .home-hero-audience-links{width:100%;display:grid;gap:0;margin-top:0}.home-page .layout-test-hero .home-hero-audience-mobile-item{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;column-gap:.75rem;width:100%;padding:.76rem 0 .7rem;border-top:1px solid rgba(255,255,255,.18)}.home-page .layout-test-hero .home-hero-audience-mobile-icon{display:inline-flex;align-items:center;justify-content:center;color:#ffffffeb;align-self:start}.home-page .layout-test-hero .home-hero-audience-mobile-icon svg{width:1.7rem;height:1.7rem;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.layout-test-hero .home-hero-audience-link{display:block;width:100%;border:0;border-radius:0;background:transparent;color:#fff;font-size:1.18rem;font-weight:700;line-height:1.24;padding:0;text-align:left;text-decoration:none;grid-column:2;white-space:normal}.layout-test-hero .home-hero-audience-link:hover{background:transparent;border-color:transparent;color:#fff;transform:none}}@media (min-width: 768px){.home-page .layout-test-hero{align-items:flex-start;justify-content:flex-start;--home-hero-content-max: 1250px;--home-hero-content-top: .35rem;--home-hero-logo-offset: -4rem;--home-hero-logo-size: 90px}.home-page .layout-test-hero .layout-test-hero-inner,.home-page .layout-test-hero .home-hero-container{height:100%}.home-page .layout-test-hero .layout-test-hero-inner{padding-top:0;padding-left:1.5rem;padding-right:1.5rem}.home-page .layout-test-hero .home-hero-content{width:100%;max-width:var(--home-hero-content-max);gap:.9rem;position:static;padding-top:var(--home-hero-content-top)}.home-page .layout-test-hero .home-hero-header{position:relative;top:auto;left:auto;z-index:auto;transform:translateY(var(--home-hero-logo-offset))}.home-page .layout-test-hero .home-hero-logo{width:var(--home-hero-logo-size)}.home-page .layout-test-hero .home-hero-title-layer{width:100%}.home-page .layout-test-hero:after{content:"";position:absolute;top:clamp(12.5rem,26vw,16rem);left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000,#0000002e 18%,#0000005c 52%,#00000085);pointer-events:none;z-index:0}.home-page .layout-test-hero>*{position:relative;z-index:1}.home-page .layout-test-hero .layout-test-hero-saiba-mais{position:absolute;left:50%;right:auto;bottom:1rem;transform:translate(-50%);display:inline-flex;visibility:visible;opacity:1;z-index:6;color:#fff;margin:0;padding:.2rem .4rem;border-radius:999px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:auto}.home-page .layout-test-hero .layout-test-hero-saiba-mais-text{display:none}.home-page .layout-test-hero .layout-test-hero-saiba-mais-arrow{width:42px;height:42px;color:#ffffffe6}}@media (max-width: 1180px) and (min-width: 768px){.home-page .layout-test-hero:after{top:clamp(11rem,30vw,14rem)}.home-page .layout-test-hero .home-hero-desktop-paths{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;max-width:920px}.home-page .layout-test-hero .home-hero-desktop-path-body{max-width:44ch}}@media (min-width: 1024px){.home-page .layout-test-hero .home-hero-content{--home-hero-content-top: .35rem;--home-hero-logo-size: 101px}.layout-test-hero .home-hero-mission-title{font-size:5rem;line-height:1.04}.home-page .layout-test-hero .home-hero-desktop-path-title,.home-page .layout-test-hero .home-hero-desktop-path-body{font-size:1.375rem;line-height:1.6}.home-page .layout-test-hero .home-hero-desktop-path-title{font-size:1.3rem;line-height:1.3}.home-page .layout-test-hero .home-hero-desktop-path-body{font-size:1.04rem;line-height:1.32}.home-page .layout-test-hero .home-hero-desktop-path-cta{font-size:1.25rem}}@media (min-width: 1280px){.home-page .layout-test-hero .home-hero-content{--home-hero-logo-size: 109px}.layout-test-hero .home-hero-mission-title{max-width:1040px;font-size:5.5rem;line-height:1.03}}@media (min-width: 768px) and (max-width: 1023px){.layout-test-hero .home-hero-mission-title{font-size:4rem;line-height:1.06}.home-page .layout-test-hero .home-hero-desktop-path-title,.home-page .layout-test-hero .home-hero-desktop-path-body{font-size:1.25rem;line-height:1.6}.home-page .layout-test-hero .home-hero-desktop-path-title{font-size:1.18rem;line-height:1.3}.home-page .layout-test-hero .home-hero-desktop-path-body{font-size:.9rem;line-height:1.34}.home-page .layout-test-hero .home-hero-desktop-path-cta{font-size:1.25rem}}@keyframes home-content-fade-in{0%{opacity:0}to{opacity:1}}.home-floating-create-btn{position:fixed;bottom:calc(1.2rem + env(safe-area-inset-bottom,0px));right:1rem;z-index:9000;display:inline-flex;align-items:center;gap:.4rem;border:none;border-radius:999px;background:#d53137;color:#fff;font-size:.88rem;font-weight:800;padding:.75rem 1.1rem;cursor:pointer;box-shadow:0 4px 16px #d5313766,0 2px 6px #00000026;animation:home-fab-slide-in .3s ease-out}.home-floating-create-btn:active{transform:scale(.95)}@keyframes home-fab-slide-in{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.layout-test-page{min-height:100vh}.layout-test-hero{height:100vh;height:100dvh;min-height:600px;max-height:100vh;max-height:100dvh;display:flex;align-items:center;justify-content:center;box-sizing:border-box;margin-bottom:0;position:relative;z-index:var(--layer-hero, 0);width:100%;background:#000;overflow-x:hidden}.layout-test-hero-inner{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;margin-top:-11rem;display:flex;flex-direction:column;gap:0;align-items:stretch;padding:0;flex:1 1 auto;min-height:0;position:relative}.layout-test-hero-row{width:100%;display:flex;flex-direction:column;gap:2rem;align-items:flex-start}.layout-test-hero-left{width:100%;flex:1 1 auto;min-height:0}.layout-test-hero-left .home-hero-container{margin-left:0;margin-right:0;width:100%}.layout-test-hero .home-hero-logo{width:116px;margin-top:-1rem}.home-hero-title-layer{flex:1 1 auto;min-height:0;display:flex;align-items:center;width:100%}.layout-test-hero .hero-title-module{position:absolute;left:var(--site-horizontal-padding, 1.5rem);top:185px;font-size:2.57rem;margin-top:0;margin-bottom:3.5rem}.layout-test-hero-nav{width:100%}.layout-test-hero-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.21rem;align-items:stretch;width:max-content}.layout-test-hero-nav-link{color:#fff;text-decoration:none;font-weight:400;font-size:1.45rem;transition:color .25s ease,background .25s ease,border-color .25s ease,box-shadow .3s ease;position:relative;white-space:nowrap;font-family:inherit;display:flex;align-items:center;justify-content:flex-start;gap:1.15rem;width:100%;min-width:403px;padding:.42rem 1.84rem;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:#ffffff1a;box-shadow:0 0 0 transparent}.layout-test-hero-nav-link:hover{color:#fff;background:#ffffff2e;border-color:#ffffff80;box-shadow:0 0 20px #fff3}.layout-test-hero-nav-link:after{display:none}.layout-test-hero-nav-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.layout-test-hero-nav-icon svg{width:18px;height:18px}@media (min-width: 768px){.layout-test-hero-row{flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:0;flex:1 1 auto;min-height:0}.layout-test-hero-left{flex:0 0 50%;width:50%;max-width:50%;height:100%}.layout-test-hero-left .home-hero-container{height:100%;justify-content:flex-start}.layout-test-hero-nav{flex:0 0 50%;width:50%;display:flex;align-items:flex-start;justify-content:flex-start;padding-left:2rem;padding-top:9rem}.layout-test-hero-nav-list{gap:1.21rem}.layout-test-hero-nav-link{font-size:1.63rem;min-width:454px;padding:.48rem 2.1rem}.layout-test-hero .hero-title-module{font-size:3.85rem}.layout-test-hero .home-hero-logo{width:124px;margin-top:-1.05rem}}@media (min-width: 1024px){.layout-test-hero-nav-list{gap:1.21rem}.layout-test-hero-nav-link{font-size:1.81rem;min-width:504px;padding:.55rem 2.36rem}.layout-test-hero .hero-title-module{font-size:4.7rem}.layout-test-hero .home-hero-logo{width:142px;margin-top:-1.15rem}.layout-test-hero-nav{padding-top:10rem}}@media (min-width: 1279px){.layout-test-hero .home-hero-logo{width:149px;margin-top:-1.25rem}.layout-test-hero-nav{padding-top:10.5rem}}@media (min-width: 1440px){.layout-test-hero .hero-title-module{font-size:5.56rem}.layout-test-hero .home-hero-logo{width:184px;margin-top:-1.45rem}.layout-test-hero-nav{padding-top:11rem}}@media (max-width: 767px){.layout-test-hero{height:100dvh;min-height:100dvh;min-height:100vh;flex-direction:column;align-items:stretch;overflow-x:hidden;overflow-y:visible;padding-bottom:0;padding-top:calc(var(--header-height, 60px) + .75rem);padding-left:var(--site-horizontal-padding, 1.5rem);padding-right:var(--site-horizontal-padding, 1.5rem)}.layout-test-hero-inner{margin-top:0;flex:1 1 auto;min-height:0;padding:0;justify-content:space-between;overflow-x:hidden;display:flex;flex-direction:column}.layout-test-hero-row{flex:1 1 auto;min-height:0;gap:0;padding:0;display:flex;flex-direction:column;justify-content:flex-start}.layout-test-hero-left{flex:0 0 auto;height:auto}.layout-test-hero-left .home-hero-container,.layout-test-hero .home-hero-inner{height:auto;min-height:0}.layout-test-hero .home-hero-content{flex:0 0 auto;height:auto;min-height:0;gap:.5rem}.layout-test-hero .home-hero-header{margin-bottom:0}.layout-test-hero .home-hero-title-layer{transform:translateY(-50px)!important;text-align:left}.layout-test-hero .hero-title-module{position:static;left:auto;top:auto;margin-bottom:.25rem;margin-top:100px;font-size:clamp(2.31rem,10.58vw,2.98rem);line-height:1.12;word-break:break-word;transform:translateY(20px)}.layout-test-hero .hero-title-module .hero-title-line-1,.layout-test-hero .hero-title-module .hero-title-line-2{display:block}.layout-test-hero .home-hero-logo{width:137px;max-width:70vw;height:auto;margin-top:0;margin-bottom:.25rem}.layout-test-hero-nav{width:100%;max-width:100%;padding-left:0;padding-top:0;flex:1 1 auto;min-height:0;display:flex;align-items:center;align-self:center;margin-top:-250px}.layout-test-hero-nav-list{width:100%;max-width:100%;gap:.6rem;box-sizing:border-box}.layout-test-hero-nav-link{min-width:0;width:100%;max-width:100%;padding:.55rem 1rem;font-size:1.25rem;white-space:normal;word-break:break-word;box-sizing:border-box}}.layout-test-hero-saiba-mais{position:absolute;bottom:4rem;left:50%;transform:translate(-50%);display:inline-flex;flex-direction:column;align-items:center;gap:.35rem;background:none;border:none;cursor:pointer;padding:.5rem;color:inherit;font:inherit;z-index:1;animation:layout-test-saiba-mais-pulse 2.5s ease-in-out infinite}@media (max-width: 767px){.layout-test-hero-saiba-mais{bottom:auto;gap:0;padding:0;left:50%;transform:translate(-50%)}}.layout-test-hero-saiba-mais-text{font-size:.75rem;font-weight:400;color:#ffffffb3;letter-spacing:.05em;text-transform:uppercase}.layout-test-hero-saiba-mais-arrow{width:32px;height:32px;color:#fff9;animation:layout-test-arrow-bounce 2s ease-in-out infinite}@keyframes layout-test-arrow-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@keyframes layout-test-saiba-mais-pulse{0%,to{opacity:1}50%{opacity:.75}}#layout-test-scroll-area{scroll-margin-top:0}.layout-test-scroll-area{padding:2rem var(--site-horizontal-padding, 1.5rem) 4rem;background:#000}.layout-test-scroll-hint{font-size:.875rem;color:#fff9;margin:0 0 2rem;text-align:center}.layout-test-filler{height:120vh;background:linear-gradient(to bottom,#000,#1a1a1a)}.new-door-root,.new-door-root *{margin:0;padding:0;box-sizing:border-box}.new-door-root{--jam: #f5b731;--jam-d: #d4992a;--jam-l: #fef3d7;--expo: #5bb8e8;--expo-d: #3a9acc;--expo-l: #e8f6fd;--aprender: #e63946;--aprender-d: #c02530;--aprender-l: #fdeaeb;--blk: #0a0a0a;--wht: #fafafa;--gray: #f0f0f0;--gray2: #e0e0e0;--t2: #555;--t3: #999}html{scroll-behavior:smooth}body.new-door-page{font-family:Poppins,sans-serif;background:var(--wht);color:var(--blk);min-height:100vh;overflow-x:hidden;hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;word-break:normal;overflow-wrap:normal}button,input{font:inherit}.entry-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px;background:linear-gradient(180deg,#f7f7f7,#fff)}.entry-shell{width:min(1040px,100%);background:#fff;border:1px solid var(--gray2);box-shadow:0 24px 60px #00000014;padding:40px 32px 32px;text-align:center}.entry-logo{height:52px;width:auto;object-fit:contain;margin:0 auto 18px;display:block}.entry-kicker{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--t3);margin-bottom:12px}.entry-title{font-family:Space Grotesk,sans-serif;font-size:clamp(34px,5vw,56px);letter-spacing:-2px;line-height:1;margin-bottom:12px}.entry-sub{font-size:16px;color:var(--t2);max-width:640px;margin:0 auto 28px;line-height:1.7}.entry-device{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 auto 24px;flex-wrap:wrap}.entry-device-label{font-size:12px;font-weight:600;color:var(--t2)}.entry-device-toggle{display:flex;gap:6px;padding:4px;background:var(--gray);border:1px solid var(--gray2)}.entry-device-btn{border:none;background:transparent;padding:8px 14px;font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:700;color:var(--t2);cursor:pointer}.entry-device-btn.on{background:#fff;color:var(--blk);box-shadow:0 2px 8px #0000000f}.entry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.entry-card{padding:24px;text-align:left;border:1px solid var(--gray2);background:#fff;cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;flex-direction:column;gap:10px;min-height:220px}.entry-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px #00000014}.entry-card strong{font-family:Space Grotesk,sans-serif;font-size:24px;line-height:1.05;letter-spacing:-1px;color:var(--blk)}.entry-card span{font-size:14px;line-height:1.6;color:var(--t2)}.entry-card-ey{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.entry-card.jam{border-color:#f1d48a;box-shadow:inset 0 0 0 2px #f5b7312e}.entry-card.jam .entry-card-ey{color:var(--jam-d)}.entry-card.expo{border-color:#bcdff2;box-shadow:inset 0 0 0 2px #5bb8e82e}.entry-card.expo .entry-card-ey{color:var(--expo-d)}.entry-card.aprender{border-color:#f0bcc2;box-shadow:inset 0 0 0 2px #e6394624}.entry-card.aprender .entry-card-ey{color:var(--aprender-d)}.device-intro-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px;background:radial-gradient(circle at center,#fff,#f4f4f4 58%,#ececec)}.device-intro-shell{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px}.device-intro-clock{width:88px;height:88px;border-radius:50%;position:relative;background:conic-gradient(from -90deg,var(--blk) 0deg,rgba(10,10,10,.14) 0deg);animation:deviceSweep 1.35s ease-out forwards;box-shadow:0 14px 32px #00000014}.device-intro-clock:before{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border-radius:50%;background:#fff}.device-intro-clock-core{position:absolute;top:50%;right:50%;bottom:50%;left:50%;width:14px;height:14px;transform:translate(-50%,-50%);border-radius:50%;background:var(--blk)}.device-intro-kicker{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--t3);animation:deviceFade .4s ease-out forwards}.device-intro-title{font-family:Space Grotesk,sans-serif;font-size:clamp(26px,4vw,40px);font-weight:700;letter-spacing:-1.2px;color:var(--blk);opacity:0;transform:translateY(4px);animation:deviceReveal .38s ease-out .7s forwards}@keyframes deviceSweep{0%{background:conic-gradient(from -90deg,var(--blk) 0deg,rgba(10,10,10,.14) 0deg)}to{background:conic-gradient(from -90deg,var(--blk) 360deg,rgba(10,10,10,.14) 360deg)}}@keyframes deviceFade{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes deviceReveal{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes fabricGlow{0%,to{transform:scale(.98);opacity:.78}50%{transform:scale(1.04);opacity:1}}.mock-destination{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px;background:linear-gradient(180deg,#f3f3f3,#fff)}.transbordo-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1350;display:flex;align-items:center;justify-content:center;padding:24px;background:#0a0a0aa6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.frame-modal-backdrop,.frame-phone-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1350;display:flex;align-items:center;justify-content:center;padding:18px;background:#0a0a0aa6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mock-destination-card{width:min(720px,100%);background:#fff;border:1px solid var(--gray2);box-shadow:0 24px 60px #0003,0 8px 20px #00000026;padding:36px 32px;text-align:center;border-radius:8px;position:relative}.mock-destination-ey{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--t3);margin-bottom:12px}.mock-destination-title{font-family:Space Grotesk,sans-serif;font-size:clamp(32px,4vw,50px);line-height:1;letter-spacing:-2px;margin-bottom:14px}.mock-destination-body{font-size:16px;line-height:1.7;color:var(--t2);max-width:520px;margin:0 auto 24px}.mock-destination-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.mock-destination-btn{border:none;background:var(--blk);color:#fff;padding:14px 20px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700;cursor:pointer}.mock-destination-secondary{border:none;background:transparent;color:var(--t2);padding:14px 4px;font-size:13px;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.phone-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;background:#0a0a0aa6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:18px}.phone-modal{width:min(560px,100%);background:#fff;border:1px solid var(--gray2);box-shadow:0 24px 60px #0003,0 8px 20px #00000026;padding:30px 28px 24px;text-align:left;border-radius:8px;position:relative}.phone-modal-ey{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--t3);margin-bottom:10px}.phone-modal-title{font-family:Space Grotesk,sans-serif;font-size:clamp(24px,3.2vw,34px);line-height:1.05;letter-spacing:-1.4px;color:var(--blk);margin-bottom:12px}.phone-modal-body{font-size:15px;line-height:1.6;color:var(--t2);margin-bottom:18px}.phone-modal-form{display:flex;gap:0;margin-bottom:12px;width:100%}.phone-modal-form input{flex:1;background:#fff;border:2px solid var(--gray2);border-right:none;padding:14px 16px;color:var(--blk);font-size:15px;outline:none;box-shadow:0 2px 8px #0000000a}.phone-modal-form input::placeholder{color:#7f7f7f}.phone-modal-form input:focus{border-color:var(--blk)}.phone-modal-form button{background:var(--blk);border:none;padding:14px 18px;color:#fff;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}.phone-modal-done{padding:14px 16px;background:#fafafa;border:1px solid var(--gray2);font-size:14px;line-height:1.6;color:var(--t2);margin-bottom:12px}.phone-modal-done strong{color:var(--blk)}.phone-modal-close{border:none;background:transparent;color:var(--t2);font-size:13px;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:3px;padding:4px 0 0}.event-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;background:#0a0a0a75;display:flex;align-items:center;justify-content:center;padding:18px}.event-modal{width:min(560px,100%);background:#fff;border:1px solid var(--gray2);box-shadow:0 28px 80px #0000002e;padding:30px 28px 24px;text-align:left;border-radius:0}.event-modal-ey{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--t3);margin-bottom:10px}.event-modal-title{font-family:Space Grotesk,sans-serif;font-size:clamp(24px,3.2vw,34px);line-height:1.05;letter-spacing:-1.4px;color:var(--blk);margin-bottom:12px}.event-modal-body{font-size:15px;line-height:1.6;color:var(--t2);margin-bottom:18px}.event-modal-form{display:grid;gap:10px;margin-bottom:12px;width:100%}.event-modal-form select,.event-modal-form input{width:100%;background:#fff;border:2px solid var(--gray2);padding:14px 16px;color:var(--blk);font-size:15px;outline:none;box-shadow:0 2px 8px #0000000a}.event-modal-form input::placeholder{color:#7f7f7f}.event-modal-form select:focus,.event-modal-form input:focus{border-color:var(--blk)}.event-modal-form button{background:var(--blk);border:none;padding:14px 18px;color:#fff;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}.event-modal-done{padding:14px 16px;background:#fafafa;border:1px solid var(--gray2);font-size:14px;line-height:1.6;color:var(--t2);margin-bottom:12px}.event-modal-done strong{color:var(--blk)}.event-modal-close{border:none;background:transparent;color:var(--t2);font-size:13px;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:3px;padding:4px 0 0}.frame-modal-backdrop.mobile,.frame-phone-modal-backdrop.mobile{align-items:center;padding:10px}.frame-modal-backdrop.mobile .mock-destination-card,.frame-phone-modal-backdrop.mobile .mock-destination-card,.frame-phone-modal-backdrop.mobile .phone-modal{width:min(92vw,270px)}.frame-modal-backdrop.mobile .mock-destination-card{padding:18px 12px 12px;border-radius:8px}.frame-modal-backdrop.mobile .mock-destination-ey{font-size:8px;letter-spacing:1.4px;margin-bottom:6px}.frame-modal-backdrop.mobile .mock-destination-title{font-size:16px;line-height:1.08;letter-spacing:-.7px;margin-bottom:7px}.frame-modal-backdrop.mobile .mock-destination-body{font-size:11px;line-height:1.4;margin-bottom:12px}.frame-modal-backdrop.mobile .mock-destination-actions{flex-direction:column;align-items:stretch;gap:8px}.frame-modal-backdrop.mobile .mock-destination-btn,.frame-modal-backdrop.mobile .mock-destination-secondary{width:100%;padding:12px 14px}.frame-modal-backdrop.mobile .mock-destination-btn{font-size:12px}.frame-modal-backdrop.mobile .mock-destination-secondary{font-size:12px;text-align:center}.frame-phone-modal-backdrop.mobile .phone-modal{padding:18px 12px 12px;border-radius:8px}.frame-phone-modal-backdrop.mobile .phone-modal-ey{font-size:8px;letter-spacing:1.4px;margin-bottom:6px}.frame-phone-modal-backdrop.mobile .phone-modal-title{font-size:16px;line-height:1.08;letter-spacing:-.7px;margin-bottom:7px}.frame-phone-modal-backdrop.mobile .phone-modal-body{font-size:11px;line-height:1.4;margin-bottom:12px}.frame-phone-modal-backdrop.mobile .phone-modal-form{flex-direction:column;gap:8px;margin-bottom:10px}.frame-phone-modal-backdrop.mobile .phone-modal-form input{border-right:2px solid var(--gray2);padding:11px 12px;font-size:12px}.frame-phone-modal-backdrop.mobile .phone-modal-form button{width:100%;padding:11px 12px;font-size:11px}.frame-phone-modal-backdrop.mobile .phone-modal-done{padding:11px 12px;font-size:11px;margin-bottom:10px}.frame-event-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1350;display:flex;align-items:center;justify-content:center;padding:18px;background:#0a0a0a6b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.frame-event-modal-backdrop.mobile{align-items:center;padding:10px}.frame-event-modal-backdrop.mobile .event-modal{width:min(92vw,270px);padding:18px 12px 12px;border-radius:0}.frame-event-modal-backdrop.mobile .event-modal-ey{font-size:8px;letter-spacing:1.4px;margin-bottom:6px}.frame-event-modal-backdrop.mobile .event-modal-title{font-size:16px;line-height:1.08;letter-spacing:-.7px;margin-bottom:7px}.frame-event-modal-backdrop.mobile .event-modal-body{font-size:11px;line-height:1.4;margin-bottom:12px}.frame-event-modal-backdrop.mobile .event-modal-form{gap:8px;margin-bottom:10px}.frame-event-modal-backdrop.mobile .event-modal-form select,.frame-event-modal-backdrop.mobile .event-modal-form input{padding:11px 12px;font-size:12px}.frame-event-modal-backdrop.mobile .event-modal-form button{width:100%;padding:11px 12px;font-size:11px}.frame-event-modal-backdrop.mobile .event-modal-done{padding:11px 12px;font-size:11px;margin-bottom:10px}.shell-nav{position:sticky;top:0;z-index:1000;background:#fafafaf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:6px 24px 5px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(10,10,10,.06)}.nav-row{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;width:min(100%,1440px);margin:0 auto}.nav-topline{gap:14px}.nav-device-box,.nav-font-box{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border:1px solid rgba(10,10,10,.12);border-radius:999px;background:#ffffffb8}.nav-mascot{width:20px;height:20px;flex-shrink:0;opacity:.95}.nav-btn-inner{display:inline-flex;align-items:center;gap:7px}.nav-btn-inner svg{width:13px;height:13px;stroke-width:1.7;flex-shrink:0}.stbtn{padding:1px 2px;font-size:11px;font-weight:500;cursor:pointer;border:none;background:transparent;color:var(--t2);transition:all .2s;border-bottom:2px solid transparent}.stbtn.on{color:var(--blk)}.stbtn.on:after{content:"";display:block;height:2px;background:var(--blk);margin-top:4px}.view{display:none}.view.on{display:block}.jbtn{padding:2px;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:500;cursor:pointer;border:none;background:transparent;color:var(--t2);transition:all .2s;letter-spacing:.3px;white-space:nowrap;border-bottom:2px solid transparent}.jbtn:hover,.jbtn.on{color:var(--blk)}.jbtn[data-j=jam].on{border-bottom-color:var(--jam)}.jbtn[data-j=expo].on{border-bottom-color:var(--expo)}.jbtn[data-j=aprender].on{border-bottom-color:var(--aprender)}.cd-bar{background:var(--blk);padding:14px 32px;display:flex;align-items:center;gap:0;border-bottom:2px solid var(--jam)}.font-mode-inter body,.font-mode-inter{font-family:Inter,sans-serif}.font-mode-inter .hero-h1,.font-mode-inter .bc-title,.font-mode-inter .sec-lbl,.font-mode-inter .next-lbl,.font-mode-inter .ns-title,.font-mode-inter .why-title,.font-mode-inter .cw-name,.font-mode-inter .cw-ex-title,.font-mode-inter .cd-num,.font-mode-inter .jbtn,.font-mode-inter .stbtn,.font-mode-inter .btn-main,.font-mode-inter .bc-btn{font-family:Inter,sans-serif;letter-spacing:normal}.cd-pre{font-size:10px;font-weight:700;color:#ffffffb8;text-transform:uppercase;letter-spacing:2px;margin-right:20px;align-self:center}.cd-timer{display:flex;align-items:baseline;flex:1;gap:0}.cd-unit{display:flex;flex-direction:column;align-items:flex-start;margin-right:20px}.cd-num{font-family:Space Grotesk,sans-serif;font-size:44px;font-weight:700;color:#fff;line-height:1;letter-spacing:-2px}.cd-lbl{font-size:8px;font-weight:700;color:#ffffffad;text-transform:uppercase;letter-spacing:2px;margin-top:2px}.cd-sep{font-family:Space Grotesk,sans-serif;font-size:36px;font-weight:700;opacity:.4;margin-right:20px;line-height:1.1}.cd-btn{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:700;padding:10px 24px;border:none;cursor:pointer;margin-left:auto;background:var(--jam);color:var(--blk)}.site-prompt-top{--site-prompt-text: #0a0a0a;--site-prompt-text-soft: rgba(10, 10, 10, .72);position:sticky;top:0;z-index:1001;padding:15px 32px}.site-prompt-inner{width:min(100%,1440px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.site-prompt-copy{font-size:14px;font-weight:700;color:var(--site-prompt-text-soft);line-height:1.3}.site-prompt-main{display:inline-flex;align-items:center;gap:8px;border:none;background:transparent;padding:0;cursor:pointer;min-width:0;flex:1}.site-prompt-actions{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;color:var(--site-prompt-text)}.site-prompt-actions svg{width:17px;height:17px;stroke-width:1.7}.site-prompt-main:hover{transform:translateY(-1px)}.site-prompt-close{width:28px;height:28px;border:none;border-radius:999px;background:#0a0a0a;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.site-prompt-close svg{width:12px;height:12px;stroke-width:2}.section-inner{width:min(100%,1440px);margin:0 auto}.page-nav{background:var(--wht);border-bottom:1px solid var(--gray2);padding:0 32px;position:sticky;top:58px;z-index:1000}.page-nav-inner{width:min(100%,1440px);margin:0 auto;min-height:48px;display:flex;align-items:center;gap:12px}.pn-brand,.pn-sub{border:none;background:transparent;padding:0;cursor:pointer}.pn-logo{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700;color:var(--blk)}.pn-sep{width:1px;height:14px;background:var(--gray2)}.pn-sub{font-size:11px;font-weight:500;color:var(--t3);text-transform:uppercase;letter-spacing:.5px}.pn-spacer{flex:1}.pn-date{font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:600;color:var(--t2)}.pn-cta{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:700;padding:7px 18px;border:none;cursor:pointer;transition:all .2s;white-space:nowrap}.hero{padding:64px 32px 56px;border-bottom:1px solid var(--gray2);position:relative}.hero-inner{position:relative}.hero-mascot-wrap{position:absolute;top:28px;right:0;display:flex;flex-direction:column;align-items:flex-end;gap:8px;opacity:.95}.hero-mascot{width:72px;height:72px}.hero-ey{display:flex;align-items:center;gap:12px;margin-bottom:20px}.hero-ey-line{width:32px;height:2px}.hero-ey-txt{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:2.5px;color:var(--t3)}.hero-h1{font-family:Space Grotesk,sans-serif;font-size:clamp(36px,5.5vw,68px);font-weight:700;line-height:1;color:var(--blk);letter-spacing:-2.5px;text-transform:uppercase;margin-bottom:24px}.hero-h1 .ac{display:block}.hero-bot{display:flex;align-items:flex-end;justify-content:space-between;gap:32px}.hero-desc{font-size:16px;font-weight:400;color:var(--t2);line-height:1.7;max-width:460px}.hero-desc strong{color:var(--blk);font-weight:600}.hero-acts{display:flex;flex-direction:column;gap:10px;align-items:flex-end;flex-shrink:0}.btn-main{display:inline-flex;align-items:center;gap:10px;color:#fff;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700;padding:13px 26px;border:none;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-main svg{width:15px;height:15px}.hero-mini-countdown{display:flex;align-items:center;gap:8px;font-family:Space Grotesk,sans-serif}.hero-mini-kicker{font-size:10px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:var(--t3)}.hero-mini-value{font-size:12px;font-weight:700;color:var(--blk)}.btn-sec{background:transparent;color:var(--t3);font-size:13px;border:none;cursor:pointer}.vblock{border-bottom:1px solid var(--gray2)}.vph{aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:var(--blk);cursor:pointer;position:relative;overflow:hidden}.vph:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.06;pointer-events:none}.vph-play{width:68px;height:68px;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;color:#fff;position:relative;z-index:1;transition:all .2s}.vph:hover .vph-play{background:#ffffff1a}.vph-play svg{width:24px;height:24px}.vph-t{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600;color:#fff;position:relative;z-index:1}.vph-s{font-size:12px;color:#ffffff4d;position:relative;z-index:1}.vmedia{width:100%;height:100%;display:block;background:var(--blk);object-fit:cover}.why{padding:56px 32px;border-bottom:1px solid var(--gray2);background:#fbfbfb;text-align:center}.sec-lbl{font-size:24px;font-weight:700;color:var(--blk);text-transform:none;letter-spacing:-.6px;margin-bottom:26px;font-family:Space Grotesk,sans-serif}.why-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--gray2);max-width:980px;margin:0 auto;background:#fff;text-align:left;box-shadow:0 16px 40px #0000000d}.why-item{padding:32px;border-right:1px solid var(--gray2);border-bottom:1px solid var(--gray2)}.why-item:nth-child(2n){border-right:none}.why-item:nth-child(3),.why-item:nth-child(4){border-bottom:none}.why-ic{margin-bottom:16px}.why-ic svg{width:32px;height:32px;stroke-width:1.2}.why-title{font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:700;color:var(--blk);margin-bottom:6px;letter-spacing:-.3px}.why-sub{font-size:13px;color:var(--t2);line-height:1.65}.why-sub{white-space:pre-line}.next{border-top:1px solid var(--gray2);border-bottom:1px solid var(--gray2);background:#f7f7f7;padding:0 32px 36px;text-align:center}.next-lbl{padding:28px 0 22px;font-size:24px;font-weight:700;color:var(--blk);text-transform:none;letter-spacing:-.6px;font-family:Space Grotesk,sans-serif}.next-grid{display:grid;grid-template-columns:1fr 1fr;max-width:980px;margin:0 auto;text-align:left;box-shadow:0 16px 40px #0000000f}.ns{padding:32px;border-right:1px solid var(--gray2);cursor:pointer;transition:background .15s,transform .15s,box-shadow .15s;border-top:1px solid var(--gray2);background:#fff;min-height:230px;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:inset 0 0 0 1px #00000005}.ns:last-child{border-right:none}.ns.primary{background:var(--ac-color, var(--jam))}.ns:not(.primary):hover{background:#fff;box-shadow:0 10px 24px #00000014}.ns.primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0000001f}.ns-ic{margin-bottom:16px}.ns-ic svg{width:32px;height:32px;stroke-width:1.2}.ns.primary .ns-ic{color:var(--blk)}.ns:not(.primary) .ns-ic{color:var(--blk)}.ns-title{font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700;color:var(--blk);margin-bottom:8px;letter-spacing:-.5px}.ns-sub{font-size:14px;color:var(--t2);line-height:1.65;margin-bottom:20px;max-width:360px}.ns.primary .ns-sub{color:#0009}.ns-btn{display:inline-flex;align-items:center;gap:6px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700;padding:11px 18px;border:none;cursor:pointer;letter-spacing:.3px;transition:all .2s;margin-top:auto}.ns:not(.primary) .ns-btn{background:transparent;color:var(--blk);border:1px solid var(--gray2)}.ns-help{margin-top:12px;align-self:flex-end;background:transparent;border:none;padding:0;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:var(--t2);cursor:pointer;transition:opacity .2s,color .2s}.ns-help:hover{color:var(--blk)}.ns-help-inner{display:inline-flex;align-items:center;gap:6px}.ns-help-inner svg{width:13px;height:13px;stroke-width:1.7;flex-shrink:0}.ns.primary .ns-help{color:#fff}.ns.primary .ns-help:hover{color:#ffffffd1}.bcta{background:var(--blk);padding:56px 32px}.bcta-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.bc-title{font-family:Space Grotesk,sans-serif;font-size:clamp(28px,3.5vw,48px);font-weight:700;color:#fff;letter-spacing:-2px;line-height:1;text-transform:uppercase;margin-bottom:8px}.bc-sub{font-size:14px;color:#fff6;line-height:1.6}.bc-actions{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.bc-btn{display:inline-flex;align-items:center;gap:10px;color:var(--blk);font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700;padding:13px 26px;border:none;cursor:pointer;flex-shrink:0;transition:all .2s;white-space:nowrap}.bc-btn svg{width:16px;height:16px}.bc-note{font-size:12px;color:#ffffff9e;margin-top:10px;text-align:right;line-height:1.4}.email-row{display:flex;gap:0;margin-top:14px;margin-bottom:14px;width:100%;max-width:380px}.chat-email-row{max-width:none;margin-bottom:0}.email-row input{flex:1;background:#fff;border:2px solid #cfcfcf;border-right:none;padding:12px 14px;color:var(--blk);font-size:14px;outline:none;box-shadow:0 2px 8px #0000000a}.email-row input::placeholder{color:#7f7f7f}.email-row input:focus{border-color:var(--blk)}.email-row button{background:var(--blk);border:none;padding:12px 16px;color:#fff;font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.fab-wrap{position:fixed;right:20px;bottom:20px;z-index:120;display:flex;flex-direction:column;align-items:flex-end}.mobile-chat-wrap{position:fixed;right:10px;bottom:44px;z-index:120;display:flex;flex-direction:column;align-items:flex-end}.fab-btn{width:48px;height:48px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 16px #00000026,0 0 24px color-mix(in srgb,var(--fab-glow, #f5b731) 26%,transparent);transition:all .2s;background:var(--blk)}.fab-btn:before{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:22px;background:radial-gradient(circle,color-mix(in srgb,var(--fab-glow, #f5b731) 34%,transparent),color-mix(in srgb,var(--fab-glow, #f5b731) 18%,transparent) 38%,#fff0 72%);opacity:.9;pointer-events:none;animation:fabricGlow 2.8s ease-in-out infinite}.fab-btn-combo{width:48px;height:48px;padding:0;background:transparent}.fab-main-icon{display:flex;align-items:center;justify-content:center}.fab-btn:hover{transform:scale(1.05)}.fab-btn svg{width:24px;height:24px;color:currentColor}.fab-badge{position:absolute;top:-4px;right:-4px;width:16px;height:16px;background:#fff;display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-size:9px;font-weight:700;color:var(--blk)}.chat-widget{display:none;flex-direction:column;background:var(--wht);border:1px solid #222;box-shadow:0 18px 48px #0003;margin-bottom:8px;width:380px}.chat-widget.open{display:flex}.cw-head{position:sticky;top:0;z-index:2;background:var(--blk);padding:13px 16px;display:flex;align-items:center;gap:10px;flex-shrink:0}.cw-av{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:700;color:var(--blk)}.cw-name{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:600;color:#fff}.cw-st{font-size:10px;color:#fff6;display:flex;align-items:center;gap:4px}.cw-dot{width:5px;height:5px;background:#22c55e}.cw-close{margin-left:auto;background:transparent;border:none;color:#fff;cursor:pointer;font-size:22px;line-height:1}.cw-close:hover{color:#fff}.cw-msgs{padding:12px;min-height:360px;max-height:620px;overflow-y:auto;display:flex;flex-direction:column;gap:7px;scroll-padding-top:72px}.cw-msgs::-webkit-scrollbar{width:3px}.cw-msgs::-webkit-scrollbar-thumb{background:var(--gray2)}.cmsg{display:flex;gap:7px;align-items:flex-start}.cmsg.u{flex-direction:row-reverse}.cmav{width:22px;height:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700}.cmsg.ai .cmbub{background:var(--gray);color:var(--blk)}.cmsg.u .cmbub{color:#fff}.cmbub{max-width:84%;padding:7px 10px;font-size:12px;line-height:1.55;font-weight:400}.cw-opts{display:flex;flex-direction:column;gap:4px;padding-left:29px;margin-top:3px}.cw-opt{background:var(--wht);border:.5px solid var(--gray2);padding:7px 12px;font-size:12px;color:var(--blk);cursor:pointer;text-align:left;transition:all .15s}.cw-opt:hover{background:var(--gray);border-color:#999}.cw-results{display:flex;flex-direction:column;gap:6px;padding-left:29px;margin-top:3px}.cw-rbtn{border:none;padding:10px 14px;font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:700;cursor:pointer;text-align:left;transition:opacity .2s}.cw-rbtn:hover{opacity:.85}.cw-restart{background:transparent;border:none;font-size:11px;color:var(--t3);cursor:pointer;text-align:left;padding:4px 0}.cw-restart:hover{color:var(--t2)}.cw-highlight{margin-left:29px;background:#f5b731;color:var(--blk);padding:10px 12px;font-size:12px;font-weight:600;line-height:1.55;box-shadow:inset 0 0 0 1px #00000014}.cw-explain{background:var(--gray);padding:12px;margin-top:6px}.cw-ex-title{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:700;color:var(--blk);margin-bottom:10px}.cw-ex-list{display:flex;flex-direction:column;gap:7px;margin-bottom:12px}.cw-ex-item{display:flex;gap:8px;font-size:12px;color:var(--t2);line-height:1.5}.cw-ex-num{width:18px;height:18px;background:var(--blk);color:#fff;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;flex-shrink:0;margin-top:1px}.cw-go-btn{display:block;width:100%;border:none;padding:11px;font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:700;color:var(--blk);cursor:pointer;text-align:center}.cw-back{background:transparent;border:none;font-size:11px;color:#0a0a0a;cursor:pointer;margin:6px auto 0;display:block;width:fit-content;text-align:center;font-family:Poppins,sans-serif;font-weight:600}.cw-back:hover{color:#000}.frame-blur{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background:#fafafa99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:49}.frame-blur.on{display:block}.frames{padding:0;display:flex;justify-content:center}.frame-wrap{display:flex;justify-content:center;padding:20px 0 36px}.browser{width:1100px;background:var(--wht);border:1px solid #ccc;box-shadow:0 8px 40px #0000001f;display:flex;flex-direction:column;position:relative}.browser-bar{background:#f0f0f0;border-bottom:1px solid #ddd;padding:8px 12px;display:flex;align-items:center;gap:10px;flex-shrink:0}.bdots{display:flex;gap:6px}.bdot{width:12px;height:12px;border-radius:50%}.bdot.r{background:#ff5f57}.bdot.y{background:#ffbd2e}.bdot.g{background:#28c840}.burl{flex:1;background:#fff;border:1px solid #ddd;padding:5px 12px;font-size:12px;color:#666;margin:0 8px}.browser-body{height:700px;overflow-y:auto;position:relative}.browser-body::-webkit-scrollbar{width:5px}.browser-body::-webkit-scrollbar-thumb{background:#ddd}.phone-wrap{display:flex;flex-direction:column;align-items:center;padding:4px 0 32px}.phone-lbl{font-size:10px;font-weight:500;color:var(--t3);letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}.phone{width:352px;border-radius:40px;border:8px solid #111;box-shadow:0 0 0 1px #333,0 22px 56px #00000038;overflow:hidden;display:flex;flex-direction:column;height:744px;background:var(--wht)}.phone-notch{height:26px;background:#111;border-radius:0 0 18px 18px;width:110px;margin:0 auto;flex-shrink:0}.phone-body{flex:1;position:relative;overflow:hidden;display:flex;flex-direction:column}.phone-scroll{flex:1;overflow-y:auto;position:relative}.phone-scroll::-webkit-scrollbar{width:0}.phone-hbar{height:20px;background:#111;display:flex;align-items:center;justify-content:center;flex-shrink:0}.phone-hb{width:34px;height:4px;background:#333}.mobile .cd-bar{padding:10px 14px}.mobile .cd-pre,.mobile .cd-btn{display:none}.mobile .cd-num{font-size:28px;letter-spacing:-1px}.mobile .cd-sep{font-size:22px;margin-right:12px}.mobile .cd-unit{margin-right:12px}.mobile .site-prompt-top{padding:13px 12px}.mobile .site-prompt-inner{gap:10px}.mobile .site-prompt-copy{font-size:10px;font-weight:700;text-align:left;white-space:nowrap;flex:1;min-width:0;letter-spacing:0}.mobile .site-prompt-main{gap:6px}.mobile .site-prompt-actions{width:17px;height:17px}.mobile .site-prompt-actions svg{width:14px;height:14px}.mobile .site-prompt-close{width:24px;height:24px}.mobile .site-prompt-close svg{width:11px;height:11px}.mobile .page-nav{padding:0 12px;top:50px}.mobile .page-nav-inner{min-height:42px;gap:8px}.mobile .pn-logo{font-size:13px}.mobile .pn-sub,.mobile .pn-date{font-size:10px}.mobile .pn-cta{padding:7px 12px;font-size:11px}.mobile .hero{padding:22px 14px 20px}.mobile .hero-mascot-wrap{top:16px;right:0}.mobile .hero-mascot{width:44px;height:44px}.mobile .hero-h1{font-size:34px;letter-spacing:-2px;margin-bottom:16px}.mobile .hero-bot{flex-direction:column;align-items:flex-start;gap:16px}.mobile .hero-acts{align-items:stretch;width:100%}.mobile .btn-main{justify-content:center;padding:13px}.mobile .hero-mini-countdown{justify-content:center;width:100%}.mobile .hero-mini-kicker{font-size:9px}.mobile .hero-mini-value{font-size:11px}.mobile .btn-sec{display:none}.mobile .hero-desc{max-width:100%;font-size:13px}.mobile .shell-nav{padding:5px 12px 4px}.mobile .nav-topline{width:100%;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;flex-wrap:nowrap}.mobile .nav-topline::-webkit-scrollbar{display:none}.mobile .nav-row{gap:10px}.mobile .nav-device-box,.mobile .nav-font-box{padding:2px 7px;gap:5px}.mobile .nav-site-link{width:22px;height:22px}.mobile .nav-site-link svg{width:14px;height:14px}.mobile .stbtn,.mobile .jbtn{font-size:10px}.mobile .nav-mascot{width:16px;height:16px}.mobile .nav-btn-inner{gap:5px}.mobile .nav-btn-inner svg{width:11px;height:11px}.mobile .why{padding:24px 14px}.mobile .why-grid{grid-template-columns:1fr}.mobile .why-item{border-right:none;padding:16px 14px}.mobile .why-item:nth-child(3){border-bottom:1px solid var(--gray2)}.mobile .why-ic svg{width:24px;height:24px}.mobile .sec-lbl{font-size:20px;margin-bottom:18px}.mobile .next{padding:0 14px 20px}.mobile .next-lbl{padding:20px 0 16px;font-size:20px}.mobile .next-grid{grid-template-columns:1fr}.mobile .ns{padding:20px 14px;border-right:none;border-bottom:1px solid var(--gray2);min-height:auto}.mobile .entry-screen{padding:18px}.mobile .entry-shell{padding:28px 18px 18px}.mobile .entry-logo{height:40px}.mobile .entry-sub{font-size:14px;margin-bottom:20px}.mobile .entry-device{margin-bottom:18px}.mobile .entry-grid{grid-template-columns:1fr}.mobile .entry-card{min-height:auto}.mobile .device-intro-screen{padding:20px}.mobile .device-intro-clock{width:74px;height:74px}.mobile .device-intro-title{font-size:28px}.mobile .mock-destination{padding:18px}.mobile .transbordo-backdrop,.mobile .frame-modal-backdrop,.mobile .frame-phone-modal-backdrop{padding:16px}.mobile .mock-destination-card{width:min(100%,340px);padding:24px 16px 18px;border-radius:8px}.mobile .mock-destination-title{font-size:22px;line-height:1.08;letter-spacing:-1px;margin-bottom:10px;word-break:normal;overflow-wrap:normal}.mobile .mock-destination-body{font-size:13px;line-height:1.55;margin-bottom:18px}.mobile .mock-destination-actions{flex-direction:column;align-items:stretch;gap:10px}.mobile .mock-destination-btn,.mobile .mock-destination-secondary{width:100%}.mobile .phone-modal-backdrop{padding:16px}.mobile .phone-modal{width:min(100%,340px);padding:22px 16px 16px;border-radius:8px}.mobile .phone-modal-title{font-size:20px;line-height:1.1;letter-spacing:-.8px}.mobile .phone-modal-body{font-size:13px}.mobile .phone-modal-form{flex-direction:column;gap:10px}.mobile .phone-modal-form input{border-right:2px solid var(--gray2)}.mobile .phone-modal-form button{width:100%}.mobile .event-modal-backdrop{padding:16px}.mobile .event-modal{width:min(100%,340px);padding:22px 16px 16px;border-radius:0}.mobile .event-modal-title{font-size:20px;line-height:1.1;letter-spacing:-.8px}.mobile .event-modal-body{font-size:13px}.mobile .event-modal-form{gap:10px}.mobile-chat-wrap .chat-widget{width:320px}.mobile .ns:last-child{border-bottom:none}.mobile .ns-ic svg{width:24px;height:24px}.mobile .bcta{padding:28px 14px}.mobile .bcta-inner{flex-direction:column;gap:20px}.mobile .bc-title{font-size:28px}.mobile .bc-actions{width:100%;align-items:stretch}.mobile .bc-btn{width:100%;justify-content:center}.mobile .bc-note{text-align:center}.mobile .email-row input,.mobile .email-row button{font-size:12px}@media (max-width: 767px){.hero-title-module br.hero-title-br-desktop{display:none}}.hero-title-module{font-size:2.5rem;font-weight:900;color:#fff;margin:0;line-height:1;letter-spacing:-1px;text-align:left;max-width:100%;word-wrap:break-word}@media (min-width: 768px){.hero-title-module{font-size:3.5rem;letter-spacing:-1px}}@media (min-width: 1024px){.hero-title-module{font-size:4.5rem;letter-spacing:-1px}}@media (min-width: 1440px){.hero-title-module{font-size:5.5rem;letter-spacing:-1px}}@media (max-height: 820px){.hero-title-module{font-size:3rem;letter-spacing:-1px}}@media (max-height: 600px){.hero-title-module{font-size:2.5rem;letter-spacing:-1px}}.biblioteca-hero-section{min-height:calc(100vh - 40px);display:flex;align-items:flex-start;justify-content:center;background:#000;background-size:cover;background-position:center center;background-repeat:no-repeat;padding:0;position:relative;overflow:hidden}.biblioteca-hero-container{width:100%;min-height:inherit;display:grid;grid-template-columns:1fr;margin:0;padding:0;position:relative;z-index:2}.biblioteca-hero-left{padding:0;display:flex;align-items:flex-start;justify-content:flex-start;max-width:100%;min-height:inherit}.biblioteca-hero-content-wrapper{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:6.25rem var(--site-horizontal-padding, 1.5rem) 3.5rem;min-height:inherit;display:flex;flex-direction:column;justify-content:center}.biblioteca-hero-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.25rem;width:100%;max-width:100%;margin-top:.5rem}.biblioteca-hero-content{flex:1 1 auto;height:100%;min-height:0}.biblioteca-hero-header{display:flex;flex-direction:column;margin-bottom:0;position:relative}.biblioteca-hero-expedicao-roblox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.biblioteca-hero-logo{width:81px;height:auto;object-fit:contain;display:block;margin-bottom:.25rem}.biblioteca-hero-main-title{font-weight:900;color:#fff;margin:0;line-height:1;letter-spacing:-1px;max-width:80%}.biblioteca-hero-main-title span{display:block}.biblioteca-hero-main-text{font-size:var(--font-size-body);line-height:1.38;color:#fffc;margin:0;max-width:50%;font-weight:400;text-align:left}.biblioteca-hero-scroll-arrow{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;margin-top:1rem;transition:transform .2s ease,opacity .2s ease;cursor:pointer;flex-shrink:0}.biblioteca-hero-scroll-arrow:hover{transform:translateY(4px);opacity:.9}.biblioteca-hero-scroll-arrow-circle{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;background:#fff;border:2px solid rgba(255,255,255,.4);border-radius:50%;box-shadow:0 2px 8px #0003}.biblioteca-hero-scroll-arrow-icon{font-size:2rem;line-height:1;color:#000}.biblioteca-hero-scroll-arrow-icon-svg{display:inline-flex;align-items:center;justify-content:center}.biblioteca-hero-scroll-arrow-icon-svg svg{display:block}@media (max-width: 767px){.biblioteca-hero-section{clip-path:inset(0 0 20% 0);margin-bottom:-20vh}.biblioteca-hero-content-wrapper{padding:calc(3.5rem + 30px) var(--site-horizontal-padding, 1.5rem) 2.5rem;justify-content:center}.biblioteca-hero-content{gap:1.5rem}.biblioteca-hero-logo{width:76px;height:auto;max-width:100%;margin-bottom:.5rem}.biblioteca-hero-main-title{margin-top:0;margin-bottom:0;line-height:1.05}.biblioteca-hero-main-title span+span{margin-top:.2em}.biblioteca-hero-main-text{font-size:var(--font-size-body);max-width:100%;margin-top:.5rem;margin-bottom:.5rem}.biblioteca-hero-scroll-arrow{margin-top:.5rem}}@media (min-width: 768px){.biblioteca-hero-content-wrapper{padding:7.25rem var(--site-horizontal-padding, 2rem) 3.5rem}.biblioteca-hero-content{gap:1.5rem}.biblioteca-hero-logo{width:87px}.biblioteca-hero-main-text{font-size:1.25rem}}@media (min-width: 1024px){.biblioteca-hero-content-wrapper{padding:8.25rem var(--site-horizontal-padding, 2rem) 3.5rem}.biblioteca-hero-content{gap:2rem}.biblioteca-hero-logo{width:99px}.biblioteca-hero-main-text{font-size:1.5rem}}@media (min-width: 1279px){.biblioteca-hero-content{gap:2.5rem}.biblioteca-hero-logo{width:104px}}@media (min-width: 1440px){.biblioteca-hero-logo{width:128px}.biblioteca-hero-main-text{font-size:1.5rem}}.onboarding-hero-section{min-height:70vh;display:flex;align-items:flex-start;justify-content:center;background:#000;background-size:cover;background-position:right center;background-repeat:no-repeat;padding:0;position:relative;overflow:hidden}@media (max-width: 767px){.onboarding-hero-section{min-height:55vh}}.onboarding-hero-container{width:100%;min-height:inherit;display:grid;grid-template-columns:1fr;margin:0;padding:0;position:relative;z-index:2}.onboarding-hero-left{padding:0;display:flex;align-items:flex-start;justify-content:flex-start;max-width:100%;min-height:inherit}.onboarding-hero-content-wrapper{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:5rem var(--site-horizontal-padding, 1.5rem) 3.5rem;min-height:inherit;display:flex;flex-direction:column;justify-content:flex-start}.onboarding-hero-content{display:flex;flex-direction:column;gap:1.25rem;transform:translateY(70px)}.onboarding-hero-header{display:flex;flex-direction:column;margin-bottom:0;position:relative}.onboarding-hero-expedicao-roblox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.onboarding-hero-logo{width:81px;height:auto;object-fit:contain;display:block;margin-top:-20px;margin-bottom:.25rem}.onboarding-hero-main-title{font-weight:900;color:#fff;margin:0;line-height:1.2;letter-spacing:-1px}.onboarding-hero-main-title-line1{display:block;line-height:1.25;margin-bottom:0}.onboarding-hero-welcome-block{display:block;margin-top:.5rem}.onboarding-hero-main-title-line2{display:block;font-size:.65em;line-height:1.25;margin-bottom:.25rem}.onboarding-hero-main-title-line3{display:block;font-size:.65em;line-height:1.25}.onboarding-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:2rem 1.5rem 4rem}.onboarding-title{font-weight:900;color:#000;margin:0 0 1.5rem;line-height:.95;letter-spacing:-1px;font-family:inherit}.onboarding-section{padding:0;background:#71b4e9;margin-top:0}.onboarding-subtitle{font-weight:900;color:#000;margin:0 0 1.1rem;line-height:1;letter-spacing:-1px;font-family:inherit}@media (max-width: 767px){.onboarding-subtitle{font-size:0;line-height:0}.onboarding-subtitle:before{content:"Onboarding";font-size:var(--section-title-font-size);font-weight:900;color:#000;line-height:1;letter-spacing:-1px;font-family:inherit;display:block}}.onboarding-legend{display:flex;flex-direction:column;gap:.75rem;margin-top:2.5rem;margin-bottom:0;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}.onboarding-legend-item{display:flex;align-items:center;gap:.5rem;white-space:nowrap}.onboarding-legend-tag{display:inline-block;padding:.125rem .5rem;font-size:.875rem;font-weight:600;border-radius:2rem;font-family:inherit;text-transform:none;letter-spacing:0;width:8rem;text-align:center;flex-shrink:0}.onboarding-legend-tag-required{background:#000;color:#fff}.onboarding-legend-tag-optional{background:#fff;color:#000}.onboarding-legend-item-opaque{opacity:.4}.onboarding-legend-tag-recommended{background:#fdbb2c;color:#000}.onboarding-legend-text{font-size:.875rem;color:#000;font-family:inherit}.onboarding-steps{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.onboarding-step-order-1{order:1}.onboarding-step-order-2{order:2}.onboarding-step-order-3{order:3}.onboarding-step{display:flex;flex-direction:column;gap:1rem;padding:0;background:transparent;border-radius:0;min-height:0}.onboarding-step-number{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background:#000;color:#fdbb2c;font-size:1.75rem;font-weight:900;border-radius:50%;font-family:inherit;margin-bottom:.5rem}.onboarding-step-content{display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:0}.onboarding-step-title,.onboarding-chapter-title{font-size:1.125rem;font-weight:700;color:#000;margin:0 0 .5rem;font-family:inherit;line-height:1.38}.onboarding-step-title-button{display:inline-flex;align-items:center;gap:.55rem;margin:0;border:0;border-radius:8px;background:#d53137;text-align:left;cursor:pointer;color:#fff;font-size:clamp(.96rem,1.1vw,1.17rem);line-height:1.2;font-weight:800;padding:.9rem 1.2rem;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;width:fit-content;max-width:100%}.onboarding-step-title-button:hover{background:#e63c46;transform:translateY(-1px);box-shadow:0 8px 20px #0003}.onboarding-step-title-button:active{transform:translateY(0)}.onboarding-step-title-button:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:2px}.onboarding-step-tag-wrapper{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.25rem}.onboarding-step-tag-wrapper:hover .onboarding-step-tag-description{opacity:1;visibility:visible}.onboarding-step-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.21rem .64rem;background:#000;color:#fff;font-size:.85rem;font-weight:600;border-radius:2rem;margin:0;font-family:inherit;text-transform:none;letter-spacing:0;width:fit-content;max-width:100%;cursor:help;position:relative}.onboarding-step-tag-info-icon{width:16px;height:16px;flex-shrink:0;opacity:.9;transition:opacity .2s ease}.onboarding-step-tag:hover .onboarding-step-tag-info-icon{opacity:1}.onboarding-step-tag-description{font-size:.75rem;color:#fff;margin:0 0 .5rem;line-height:1.4;font-family:inherit;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.onboarding-step-tag-optional{background:#fff;color:#000}.onboarding-step-tag-recommended{background:#fdbb2c;color:#000}.onboarding-step-description{font-size:var(--font-size-body);line-height:1.38;color:#000;margin:0;font-family:inherit}.onboarding-desktop-only-notice{display:none}.onboarding-step-cta{display:inline-flex;align-items:center;gap:.5rem;color:#000;text-decoration:none;font-size:1rem;font-weight:700;transition:opacity .2s ease;font-family:inherit;margin-top:1rem;cursor:pointer}.onboarding-step-cta-icon{font-size:1rem;line-height:1}.onboarding-step-cta-icon-play{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:#000;color:#fff;border-radius:50%;font-size:.75rem;padding-left:.125rem}.onboarding-step-cta:hover{opacity:.7}.onboarding-plugin-info{padding:0;background:transparent;border-radius:0;margin-top:.125rem;padding-top:.5rem;border-top:1px solid #000;margin-left:0;padding-left:0}.onboarding-plugin-description{font-size:.75rem;color:#000;line-height:1.5}.onboarding-plugin-doc-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.875rem;color:#000;text-decoration:underline;text-underline-offset:.3em;text-decoration-thickness:1px;font-weight:500;transition:opacity .2s ease}.onboarding-plugin-doc-link:hover{opacity:.7}.onboarding-plugin-doc-icon{width:18px;height:18px;flex-shrink:0;stroke:#000}.mastertech-link{color:#000;text-decoration:underline;text-underline-offset:.2em;cursor:pointer;transition:opacity .2s ease}.mastertech-link:hover{opacity:.7}@media (max-width: 767px){.onboarding-steps{grid-template-columns:1fr;grid-auto-flow:row}.onboarding-chapters-steps,.onboarding-info-modal-body{grid-template-columns:1fr}.onboarding-hero-content-wrapper{padding:5.5rem var(--site-horizontal-padding, 1.5rem) 3rem}.onboarding-hero-content{gap:1.75rem}.onboarding-hero-header{margin-bottom:0}.onboarding-hero-logo{width:99px;height:auto;max-width:100%;margin-bottom:.5rem}.onboarding-hero-main-title{line-height:1.15;margin:0}.onboarding-hero-main-title-line1{font-weight:900;line-height:1.3;letter-spacing:-.5px;color:#fff;display:block;margin-bottom:0}.onboarding-hero-welcome-block{margin-top:.55rem}.onboarding-hero-main-title-line2{font-size:1.25rem;font-weight:700;line-height:1.3;letter-spacing:-.5px;color:#fffffff2;display:block;margin-bottom:.35rem}.onboarding-hero-main-title-line3{font-size:1.25rem;font-weight:700;line-height:1.25;letter-spacing:-.5px;color:#fffffff2;display:block}.onboarding-container{padding:1.5rem 1.5rem 3rem}.onboarding-title{margin-bottom:1rem}.onboarding-subtitle{margin-bottom:1.1rem}.onboarding-legend{gap:.5rem;margin-top:1.5rem;padding-top:.75rem}.onboarding-legend-tag{font-size:.75rem;padding:.125rem .4375rem;width:7rem}.onboarding-legend-text{font-size:.75rem}.onboarding-steps{gap:2rem;margin-bottom:1.5rem}#primeiros-passos .onboarding-step:first-child{border-top:1px solid rgba(0,0,0,.35);padding-top:2rem}#primeiros-passos .onboarding-step:not(:last-child){border-bottom:1px solid rgba(0,0,0,.35);padding-bottom:2rem}.onboarding-step{gap:.875rem}.onboarding-step-number{width:auto;height:auto;min-width:0;background:none;border-radius:0;justify-content:flex-start;font-size:1.5rem;margin-bottom:.375rem;color:#000}.onboarding-step-number-prefix{margin-right:.35em}.onboarding-plugin-info{display:none}.onboarding-step-title,.onboarding-chapter-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#000;line-height:1.38}.onboarding-step-tag{font-size:.85rem;font-weight:700;padding:0;background:transparent!important;border:none!important;border-radius:0;color:#000;text-decoration:underline;text-underline-offset:.4em;text-decoration-thickness:2px;letter-spacing:.02em}.onboarding-step-tag-optional,.onboarding-step-tag-recommended{background:transparent!important;color:#000}.onboarding-step-tag-info-icon{width:14px;height:14px}.onboarding-step-tag-description{font-size:.875rem;margin-bottom:.375rem}.onboarding-step-description{font-size:var(--font-size-body);line-height:1.38}.onboarding-desktop-only-notice{display:block;font-size:.875rem;line-height:1.45;color:#1a1a1a;margin:.875rem 0 0;padding:.75rem 1rem;background:#ffffff80;border-left:4px solid rgba(0,0,0,.25);border-radius:0;font-family:inherit;font-weight:500}.onboarding-step-cta{font-size:1rem;font-weight:700;line-height:1.2;margin-top:1.25rem;padding:.55rem 1.25rem;min-height:45px;height:45px;border-radius:999px;background:#000;color:#fff;display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:100%;box-sizing:border-box;text-decoration:none;transition:opacity .2s ease,transform .2s ease}.onboarding-step-cta:hover{opacity:.9}.onboarding-step-cta-icon{font-size:1.125rem}.onboarding-step-cta-icon-play{width:1.375rem;height:1.375rem;font-size:.875rem;background:#ffffff40}.onboarding-plugin-info{margin-top:.5rem;padding-top:.75rem}.onboarding-plugin-description{font-size:.875rem;line-height:1.5}.onboarding-plugin-doc-link{margin-top:.75rem;font-size:.875rem;padding:.5rem 0}.onboarding-plugin-doc-icon{width:16px;height:16px}.onboarding-step-content{gap:.375rem}.onboarding-step-tag-wrapper{gap:.375rem;margin-bottom:.375rem}#primeiros-passos .onboarding-step:nth-child(1) .onboarding-plugin-info{display:none}#primeiros-passos .onboarding-step:nth-child(2) .onboarding-plugin-info{display:none}.onboarding-chapter-cta{font-size:1rem;font-weight:700;line-height:1.2;margin-top:.5rem;padding:.55rem 1.25rem;min-height:45px;height:45px;border-radius:999px;background:#000;color:#fff!important;display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:100%;box-sizing:border-box;text-decoration:none;transition:opacity .2s ease,transform .2s ease}.onboarding-chapter-cta:hover{opacity:.9;color:#fff!important}.onboarding-chapter-cta,.onboarding-chapter-cta *,.onboarding-chapter-cta-icon,.onboarding-chapter-cta-icon-down{color:#fff!important}.onboarding-chapter-cta-icon-down{margin-left:.5rem}.onboarding-chapters-info-links .onboarding-chapters-info-link:nth-of-type(3){display:none}.onboarding-chapters-intro-line1{display:block}.onboarding-chapters-intro-line2{display:block;margin-top:1rem}}@media (min-width: 768px){.onboarding-hero-content-wrapper{padding:6.5rem var(--site-horizontal-padding, 2rem)}.onboarding-hero-logo{width:87px}.onboarding-hero-main-title{line-height:1.2}.onboarding-hero-main-title-line1{margin-bottom:0}.onboarding-hero-welcome-block{margin-top:.6rem}.onboarding-hero-main-title-line2,.onboarding-hero-main-title-line3{font-size:1.75rem}.onboarding-hero-main-title-line2{margin-bottom:.35rem}.onboarding-container{padding:3rem 2rem 5rem}.onboarding-subtitle{margin-bottom:1.25rem}.onboarding-legend{gap:1rem;margin-top:3rem;margin-bottom:2rem}.onboarding-legend-tag{font-size:.75rem;padding:.1875rem .625rem;width:9rem}.onboarding-legend-text{font-size:.75rem}.onboarding-steps{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;grid-auto-flow:row;column-gap:1rem;row-gap:.75rem;margin-bottom:2rem;align-items:start}.onboarding-step{display:flex;flex-direction:column;gap:1rem;min-height:0}.onboarding-step-content{display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:0}.onboarding-step-body{display:flex;flex-direction:column;gap:.5rem}.onboarding-step-number{width:4rem;height:4rem;font-size:2rem}.onboarding-step-number-prefix{display:none}.onboarding-step-title,.onboarding-chapter-title{font-size:1.25rem}.onboarding-step-tag{font-size:.96rem;padding:.32rem .85rem}.onboarding-step-tag-description{font-size:.875rem;margin-bottom:.625rem}.onboarding-step-description{font-size:1.25rem;line-height:1.38}.onboarding-step-cta,.onboarding-step-cta-icon{font-size:1.125rem}.onboarding-step-cta-icon-play{width:1.75rem;height:1.75rem;font-size:.875rem}.onboarding-plugin-description{font-size:.875rem}}@media (min-width: 1024px){.onboarding-hero-content-wrapper{padding:8rem var(--site-horizontal-padding, 2rem)}.onboarding-hero-logo{width:99px}.onboarding-hero-main-title{line-height:1.2}.onboarding-hero-main-title-line1{margin-bottom:0}.onboarding-hero-welcome-block{margin-top:.75rem}.onboarding-hero-main-title-line2,.onboarding-hero-main-title-line3{font-size:2rem}.onboarding-hero-main-title-line2{margin-bottom:.35rem}.onboarding-container{padding:4rem 2rem 6rem}.onboarding-subtitle{margin-bottom:1.1rem}.onboarding-legend{gap:1.25rem;margin-top:3.5rem;margin-bottom:2.5rem}.onboarding-legend-tag{font-size:.875rem;padding:.25rem .75rem;width:10rem}.onboarding-legend-text{font-size:.875rem}.onboarding-steps{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:10rem;row-gap:.75rem;margin-bottom:2.5rem}.onboarding-step{gap:1.5rem}.onboarding-step-number{width:4.5rem;height:4.5rem;font-size:2.5rem}.onboarding-step-title,.onboarding-chapter-title{font-size:1.5rem}.onboarding-step-tag{font-size:1.06rem;padding:.43rem 1.06rem}.onboarding-step-tag-description{font-size:.875rem;margin-bottom:.75rem}.onboarding-step-description{font-size:1.5rem;line-height:1.38}.onboarding-step-cta,.onboarding-step-cta-icon{font-size:1.25rem}.onboarding-step-cta-icon-play{width:2rem;height:2rem;font-size:1rem}.onboarding-plugin-description{font-size:.875rem}}@media (min-width: 1440px){.onboarding-hero-logo{width:128px}.onboarding-hero-main-title{line-height:1.2}.onboarding-hero-main-title-line1{margin-bottom:0}.onboarding-hero-welcome-block{margin-top:.85rem}.onboarding-hero-main-title-line2,.onboarding-hero-main-title-line3{font-size:2.25rem}.onboarding-hero-main-title-line2{margin-bottom:.35rem}}.onboarding-chapters-section{padding:0 0 2.9rem;margin-top:0;background:transparent}@media (max-width: 767px){.onboarding-chapters-section{background:#f0f0f0!important}}.onboarding-chapters-title{font-weight:900;color:#000;line-height:1;letter-spacing:-1px;margin-bottom:1.1rem;font-family:inherit}.onboarding-chapters-intro{font-size:var(--font-size-body);line-height:1.38;color:#000;margin:0 0 1.45rem;font-family:inherit;max-width:100%}.onboarding-chapters-intro br{display:block;content:"";margin-top:2rem;min-height:0}.onboarding-chapters-steps{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (max-width: 767px){.onboarding-chapters-steps{display:flex;flex-direction:column;gap:0;margin-left:-1.5rem;margin-right:-1.5rem}.onboarding-chapters-steps>div{width:100%;box-sizing:border-box}.onboarding-chapter-step{width:100%;min-height:280px;box-sizing:border-box}.onboarding-chapters-steps>div:nth-child(1){order:3}.onboarding-chapters-steps>div:nth-child(2){order:1}.onboarding-chapters-steps>div:nth-child(3){order:2}.onboarding-chapters-info-links,.onboarding-chapter-step-blue .onboarding-chapter-cta.onboarding-chapter-cta-down{display:none}.onboarding-chapter-step-blue{padding-bottom:1.4rem;clip-path:inset(0 0 25% 0);margin-bottom:-70px}#escolha-seu-caminho.onboarding-chapters-section,#escolha-seu-caminho .onboarding-container{padding-bottom:0}#primeiros-passos.onboarding-section{margin-top:0;padding-top:0}#primeiros-passos .onboarding-container{padding-top:0}#primeiros-passos .onboarding-subtitle{display:none}.onboarding-chapter-title-row,.onboarding-step-title-row{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.onboarding-chapter-title-row .onboarding-chapter-title,.onboarding-step-title-row .onboarding-step-title{margin:0;line-height:1.25}.onboarding-chapter-title-icon,.onboarding-step-title-icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;color:#000}.onboarding-chapter-title-icon-svg,.onboarding-step-title-icon-svg{width:1.8rem;height:1.8rem;display:block}}.onboarding-chapter-step{display:flex;flex-direction:column;gap:1rem;padding:2rem 1.5rem;background:transparent;border-radius:0;min-height:280px}.onboarding-chapter-step-blue{background:#71b4e9}.onboarding-chapter-step-yellow{background:#fdbb2c}.onboarding-chapter-step-red{background:#e63c46}.onboarding-chapter-number{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background:#000;color:#fdbb2c;font-size:1.75rem;font-weight:900;border-radius:50%;font-family:inherit;margin-bottom:.5rem}.onboarding-chapter-content{display:flex;flex-direction:column;gap:.75rem}.onboarding-chapter-description{font-size:var(--font-size-body);line-height:1.38;color:#000;margin:0;font-family:inherit}.onboarding-chapter-cta{display:inline-flex;align-items:center;gap:.5rem;color:#000;text-decoration:none;font-size:1rem;font-weight:700;transition:opacity .2s ease;font-family:inherit;margin-top:.5rem;cursor:pointer}.onboarding-chapter-cta:hover{opacity:.7}.onboarding-chapter-cta-icon{font-size:1rem;line-height:1}.onboarding-chapter-cta-icon-down{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#000;color:#fff;border-radius:50%;font-size:1.25rem;line-height:1;margin-left:.5rem}.onboarding-chapters-info-links{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:1rem;padding-left:0;width:100%}@media (max-width: 767px){.onboarding-chapters-info-links{display:none!important}}@media (min-width: 768px){.onboarding-chapter-title-icon,.onboarding-step-title-icon{display:none}}.onboarding-chapters-info-link{display:inline-flex;align-items:center;gap:.5rem;color:#000;text-decoration:underline;text-underline-offset:.4em;text-decoration-thickness:2px;font-size:.875rem;font-weight:700;transition:opacity .2s ease;font-family:inherit;margin-top:.5rem;cursor:pointer}.onboarding-chapters-info-link:hover{opacity:.7}.onboarding-chapters-info-play-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:#000;color:#fff;border-radius:50%;font-size:.75rem;line-height:1;margin-left:.5rem;padding-left:.125rem}@media (min-width: 768px){.onboarding-chapter-title-icon,.onboarding-step-title-icon{display:none}.onboarding-chapters-section{padding:0 0 3.6rem}.onboarding-chapters-title{margin-bottom:1.1rem}.onboarding-chapters-intro{font-size:1.25rem;margin-bottom:3.5rem}.onboarding-chapters-intro-line2{display:block;margin-top:1rem}.onboarding-chapters-steps{grid-template-columns:1fr 1fr 1fr;gap:2rem}.onboarding-chapter-step-blue{order:3}.onboarding-chapter-step-yellow{order:2}.onboarding-chapter-step-red{order:1}.onboarding-chapter-step{padding:2.5rem 2rem;min-height:320px}.onboarding-chapter-number{width:4rem;height:4rem;font-size:2rem}.onboarding-chapter-description{font-size:1.25rem}.onboarding-chapter-cta,.onboarding-chapter-cta-icon{font-size:1.125rem}.onboarding-chapter-cta-icon-down{width:2.25rem;height:2.25rem;font-size:1.5rem}.onboarding-chapters-info-link{font-size:1rem}.onboarding-chapters-info-play-icon{width:1.75rem;height:1.75rem;font-size:.875rem}.onboarding-chapters-info-links .onboarding-chapters-info-link:nth-of-type(3){display:none}}@media (min-width: 1024px){.onboarding-chapters-section{padding:0 0 4.35rem}#escolha-seu-caminho.onboarding-chapters-section,#escolha-seu-caminho .onboarding-container{padding-bottom:2rem}.onboarding-chapters-title{margin-bottom:1.1rem}.onboarding-chapters-intro{font-size:1.5rem;margin-bottom:4.5rem}.onboarding-chapters-intro-line2{display:block;margin-top:.75rem}.onboarding-chapters-steps{gap:3rem}.onboarding-chapter-step-blue{order:3}.onboarding-chapter-step-yellow{order:2}.onboarding-chapter-step-red{order:1}.onboarding-chapter-step{padding:3rem 2rem;min-height:360px}.onboarding-chapter-number{width:4.5rem;height:4.5rem;font-size:2.5rem}.onboarding-chapter-description{font-size:1.5rem}.onboarding-chapter-cta,.onboarding-chapter-cta-icon{font-size:1.25rem}.onboarding-chapter-cta-icon-down{width:2.5rem;height:2.5rem;font-size:1.75rem}.onboarding-chapters-info-link{font-size:1.125rem}.onboarding-chapters-info-play-icon{width:2rem;height:2rem;font-size:1rem}}.onboarding-info-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:10002;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease;pointer-events:auto;cursor:pointer}.onboarding-info-modal{background:#fff;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 40px #0000004d;pointer-events:auto;cursor:default}.onboarding-info-modal-close{position:sticky;top:0;right:0;background:#fff;border:none;color:#000;font-size:2rem;cursor:pointer;line-height:1;padding:1rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;font-family:inherit;z-index:10;margin-left:auto}.onboarding-info-modal-close:hover{color:#999}.onboarding-info-modal-content{padding:2rem}.onboarding-info-modal-title{font-size:2rem;font-weight:900;color:#000;margin:0 0 2rem;line-height:.95;letter-spacing:-1px;font-family:inherit}.onboarding-info-modal-body{display:grid;grid-template-columns:1fr;gap:2rem}.onboarding-info-modal-column{display:flex;flex-direction:column;gap:1rem}.onboarding-info-modal-column p{font-size:1rem;line-height:1.6;color:#000;margin:0;font-family:inherit}.onboarding-info-modal-video-wrapper{width:100%;position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin-bottom:2rem}.onboarding-info-modal-video{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.onboarding-info-modal-text{display:flex;flex-direction:column;gap:1rem}.onboarding-info-modal-text p{font-size:1rem;line-height:1.6;color:#000;margin:0;font-family:inherit}@media (min-width: 768px){.onboarding-info-modal{max-width:1000px}.onboarding-info-modal-content{padding:3rem}.onboarding-info-modal-title{font-size:2.5rem}.onboarding-info-modal-body{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.onboarding-info-modal{max-width:1200px}.onboarding-info-modal-content{padding:4rem}.onboarding-info-modal-title{font-size:3rem}}.onboarding-invite-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:10003;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease;pointer-events:auto;cursor:pointer}.onboarding-invite-modal{background:#fff;max-width:600px;width:100%;padding:3rem 2rem;position:relative;box-shadow:0 10px 40px #0000004d;pointer-events:auto;cursor:default}.onboarding-invite-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#000;font-size:2rem;cursor:pointer;line-height:1;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;font-family:inherit;z-index:10}.onboarding-invite-modal-close:hover{color:#999}.onboarding-invite-modal-content{display:flex;flex-direction:column;gap:1.5rem}.onboarding-invite-modal-title{font-size:1.75rem;font-weight:900;color:#000;margin:0;line-height:.95;letter-spacing:-1px}.onboarding-invite-modal-description{font-size:1rem;color:#3c3c3c;margin:0;line-height:1.6}.onboarding-invite-modal-form{display:flex;flex-direction:column;gap:1rem}.onboarding-invite-modal-form-row{display:flex;gap:1rem;align-items:flex-start;flex-direction:column}.onboarding-invite-modal-input{width:100%;background:transparent;border:none;border-bottom:3px solid #000;color:#000;font-size:1rem;padding:.75rem 0;font-family:inherit;box-sizing:border-box;transition:border-color .2s ease}.onboarding-invite-modal-input:focus{outline:none;border-bottom-color:#333}.onboarding-invite-modal-input::placeholder{color:#999}.onboarding-invite-modal-input.error{border-color:#c00000}.onboarding-invite-modal-submit{background:#d53137;color:#fff;border:none;padding:1rem 1.25rem;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:inherit;border-radius:4px;width:100%;white-space:nowrap}.onboarding-invite-modal-submit:hover:not(:disabled){background:#e63c46;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.onboarding-invite-modal-submit:disabled{opacity:.6;cursor:not-allowed}.onboarding-invite-modal-error{font-size:.875rem;color:#c00000;margin-top:.25rem}.onboarding-invite-modal-success{font-size:.875rem;color:#006400;margin-top:.25rem}@media (min-width: 768px){.onboarding-invite-modal{padding:4rem 3rem}.onboarding-invite-modal-title{font-size:2rem}.onboarding-invite-modal-input{font-size:1.125rem;padding:.875rem 0}.onboarding-invite-modal-form-row{flex-direction:row;align-items:center}.onboarding-invite-modal-submit{font-size:1.25rem;padding:1.25rem 2.5rem;width:auto}}@media (min-width: 1024px){.onboarding-invite-modal{padding:5rem 4rem;max-width:700px}.onboarding-invite-modal-title{font-size:2.5rem}.onboarding-invite-modal-input{font-size:1.25rem;padding:1rem 0;border-bottom-width:4px}.onboarding-invite-modal-submit{font-size:1.5rem;padding:1.5rem 3rem}}.onboarding-manual-link{background:none;border:none;padding:0;font:inherit;color:#06c;text-decoration:underline;cursor:pointer}.onboarding-manual-link:hover{color:#049}.onboarding-manual-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.onboarding-manual-modal-content{background:#fff;border-radius:12px;width:100%;max-width:900px;height:90vh;max-height:800px;position:relative;display:flex;flex-direction:column;overflow:hidden}.onboarding-manual-modal-close{position:absolute;top:10px;right:10px;width:36px;height:36px;border:none;background:#000;color:#fff;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s ease}.onboarding-manual-modal-close:hover{background:#333}.onboarding-manual-modal-iframe{width:100%;height:100%;border:none}@media (max-width: 768px){.onboarding-manual-modal-content{height:95vh;max-height:none;border-radius:8px}}.biblioteca-page{background:#fff;min-height:100vh}.biblioteca-publico-section{padding:1.5rem;background:#fff;position:relative}.biblioteca-publico-header{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto}.biblioteca-publico-title{font-size:2.5rem;font-weight:900;color:#000;margin:0;line-height:1;letter-spacing:-1px;text-align:left}@media (min-width: 768px){.biblioteca-publico-section{padding:2rem}.biblioteca-publico-title{font-size:3.5rem}}@media (min-width: 1024px){.biblioteca-publico-section{padding:2.5rem 2rem}.biblioteca-publico-title{font-size:4.5rem}}#escolha-sua-trilha{scroll-margin-top:var(--header-height, 80px)}.biblioteca-selecao-section{padding:0;background:#fff;position:relative;z-index:1;opacity:1}.biblioteca-selecao-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:3.9rem 1.5rem;background:#fff}.biblioteca-selecao-card-educadores.biblioteca-selecao-card-jam-style,.biblioteca-selecao-card-educadores .biblioteca-selecao-card-content{background-color:#4285f4}.biblioteca-selecao-card-educadores .biblioteca-selecao-card-title,.biblioteca-selecao-card-educadores .biblioteca-selecao-card-description,.biblioteca-selecao-card-educadores .biblioteca-selecao-card-icon{color:#fff}.biblioteca-selecao-card-responsaveis.biblioteca-selecao-card-jam-style,.biblioteca-selecao-card-responsaveis .biblioteca-selecao-card-content{background-color:#d53137}.biblioteca-selecao-card-responsaveis .biblioteca-selecao-card-title,.biblioteca-selecao-card-responsaveis .biblioteca-selecao-card-description,.biblioteca-selecao-card-responsaveis .biblioteca-selecao-card-icon{color:#fff}.biblioteca-selecao-title{font-size:2.5rem;font-weight:900;color:#000;margin:0 0 3rem;line-height:1;letter-spacing:-1px;text-align:left}.biblioteca-selecao-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}@media (min-width: 768px){.biblioteca-selecao-container{padding:4.875rem 2rem}.biblioteca-selecao-title{font-size:3.5rem;margin-bottom:3.75rem}.biblioteca-selecao-cards{gap:1.5rem}.biblioteca-selecao-card-wrapper{height:300px}.biblioteca-selecao-card-content{padding:2rem}.biblioteca-selecao-card-title{font-size:1.3rem}}@media (min-width: 1024px){.biblioteca-selecao-container{padding:5.85rem 2rem}.biblioteca-selecao-title{font-size:4.5rem;margin-bottom:4.5rem}.biblioteca-selecao-cards{gap:2rem}.biblioteca-selecao-card-wrapper{height:320px}.biblioteca-selecao-card-content{padding:2.5rem}.biblioteca-selecao-card-title{font-size:1.4rem}}.biblioteca-selecao-card-wrapper{height:320px;perspective:1000px}.biblioteca-selecao-card{position:relative;width:100%;height:100%;border:none;padding:0;cursor:pointer;transition:all .5s ease-in-out;box-shadow:none;background:linear-gradient(135deg,#fdbb2c,#ffc83c,#fdbb2c);background-size:200% 200%;border-radius:0;transform-style:preserve-3d}.biblioteca-selecao-card-jam-style:hover{background-position:80% 20%;transform:rotate3d(.5,1,0,15deg)}.biblioteca-selecao-card-open{background:linear-gradient(135deg,#e0e0e0,#f0f0f0,#e0e0e0);background-size:200% 200%}.biblioteca-selecao-card-open:hover{background-position:80% 20%;transform:rotate3d(.5,1,0,15deg)}.biblioteca-selecao-card-badge{position:absolute;top:20px;left:20px;height:50px;width:50px;background-color:#000;border-radius:0;display:flex;align-items:center;justify-content:center;box-shadow:#ffe36a 0 15px 40px,#fff6cc 0 15px 30px -15px;transform:translateZ(50px);transition:all .5s ease-in-out;z-index:20;pointer-events:none}.biblioteca-selecao-card-open .biblioteca-selecao-card-badge{background-color:#333;box-shadow:#999 0 15px 40px,#ccc 0 15px 30px -15px}.biblioteca-selecao-card-jam-style:hover .biblioteca-selecao-card-badge{transform:translateZ(70px)}.biblioteca-selecao-card-badge-label{font-size:1.125rem;font-weight:900;color:#ffe36a;text-align:center;line-height:1;display:block}.biblioteca-selecao-card-open .biblioteca-selecao-card-badge-label{color:#fff}.biblioteca-selecao-card-content{height:100%;width:100%;background-color:transparent;border-radius:0;transition:all .5s ease-in-out;padding:2rem 1.5rem 1.5rem;transform-style:preserve-3d;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.75rem;box-sizing:border-box;position:relative;z-index:1}.biblioteca-selecao-card-icon{width:24px;height:24px;color:#000;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .5s ease-in-out;transform:translateZ(20px)}.biblioteca-selecao-card-icon svg{width:100%;height:100%}.biblioteca-selecao-card-icon-open{color:#000}.biblioteca-selecao-card-jam-style:hover .biblioteca-selecao-card-icon{transform:translateZ(40px)}.biblioteca-selecao-card-title{font-size:.875rem;font-weight:700;margin:0;padding:0;line-height:1.38;color:#000;text-align:left;display:block;transition:all .5s ease-in-out;transform:translateZ(20px)}.biblioteca-selecao-card-open .biblioteca-selecao-card-title{color:#000}.biblioteca-selecao-card-jam-style:hover .biblioteca-selecao-card-title{transform:translateZ(40px)}.biblioteca-selecao-card-description{font-size:var(--font-size-body);font-weight:400;margin:0;padding:0;line-height:1.38;color:#000000a6;text-align:left;display:block;transition:all .5s ease-in-out;transform:translateZ(20px)}.biblioteca-selecao-card-jam-style:hover .biblioteca-selecao-card-description{transform:translateZ(40px)}.biblioteca-selecao-card-enter-arrow{position:absolute;bottom:1.5rem;right:1.5rem;left:auto;width:4.5rem;height:4.5rem;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;pointer-events:none;z-index:2}.biblioteca-selecao-card-enter-arrow svg{width:2rem;height:2rem}@media (min-width: 768px){.biblioteca-selecao-card-wrapper{height:340px}.biblioteca-selecao-card-content{padding:2rem}.biblioteca-selecao-card-enter-arrow{bottom:2rem;right:2rem}.biblioteca-selecao-card-title{font-size:1.3rem}.biblioteca-selecao-card-description{font-size:1.25rem}}@media (min-width: 1024px){.biblioteca-selecao-card-wrapper{height:360px}.biblioteca-selecao-card-content{padding:2.5rem}.biblioteca-selecao-card-enter-arrow{bottom:2.5rem;right:2.5rem}.biblioteca-selecao-card-title{font-size:1.4rem}.biblioteca-selecao-card-description{font-size:1.5rem}}.biblioteca-voltar-wrapper{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 1rem}.biblioteca-voltar-btn{background:#000;border:2px solid #000;color:#fff;padding:1rem 2rem;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:inherit;text-transform:none;margin-bottom:2rem;display:inline-block}.biblioteca-voltar-btn:hover{background:#333;border-color:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.biblioteca-container{width:100%;padding:0;margin:0}.biblioteca-section{margin-bottom:0;padding:0;width:100%}.biblioteca-section-mochilao{background:#71b4e9;padding:0;margin-bottom:0;width:100%}.biblioteca-section-acampamento{background:#000;padding:0;margin-bottom:0;width:100%}.biblioteca-section-sobrevivencia{background:#fdbb2c;padding:0;margin-bottom:0;width:100%}.biblioteca-section-tutorial{background:#ffc2e7;padding:0;margin-bottom:0;width:100%}.biblioteca-section-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1.5rem;padding:2.1rem 1.5rem 0;max-width:1200px;width:100%;margin-left:auto;margin-right:auto;position:relative}.biblioteca-section-header>.biblioteca-section-controls{position:absolute;right:1.5rem;top:2.1rem}.biblioteca-section-label{font-size:.875rem;font-weight:900;color:#000;line-height:1;letter-spacing:-.3px;text-decoration:none;white-space:nowrap;margin-bottom:.5rem}.biblioteca-section-title{font-size:2.5rem;font-weight:900;color:#000;margin:0;line-height:.95;letter-spacing:-1px;font-family:inherit}.biblioteca-section-acampamento .biblioteca-section-title,.biblioteca-section-acampamento .biblioteca-section-label{color:#fff}.biblioteca-section-controls{display:flex;gap:.5rem}.biblioteca-scroll-btn{background:#0000001a;border:none;color:#000;font-size:2rem;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;opacity:.7}.biblioteca-section-acampamento .biblioteca-scroll-btn{background:#fff3;color:#fff}.biblioteca-scroll-btn:hover{background:#0003;opacity:1;transform:scale(1.1)}.biblioteca-section-acampamento .biblioteca-scroll-btn:hover{background:#fff6}.biblioteca-row{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding:1.5rem 1.5rem 2.1rem;scrollbar-width:none;-ms-overflow-style:none;max-width:1200px;width:100%;margin:0 auto}.biblioteca-row::-webkit-scrollbar{display:none}.biblioteca-card{background:#f5f5f5;overflow:hidden;cursor:pointer;transition:all .3s ease;position:relative;flex-shrink:0;width:200px;border:none}.biblioteca-card:before,.biblioteca-card:after{display:none;content:none}.biblioteca-card:hover{transform:scale(1.03);box-shadow:0 10px 30px #00000080;z-index:10}.biblioteca-card-image{width:100%;height:280px;overflow:hidden;background:#333;position:relative;border:none;outline:none;list-style:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.biblioteca-card-image:before,.biblioteca-card-image:after{display:none;content:none}.biblioteca-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block;border:none;outline:none}.biblioteca-card-image img:before,.biblioteca-card-image img:after{display:none;content:none}.biblioteca-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block;border:none;outline:none;list-style:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;z-index:1}.biblioteca-card-image img::marker{display:none;content:none}.biblioteca-card:hover .biblioteca-card-image img{transform:scale(1.1)}.biblioteca-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:10;pointer-events:none}.biblioteca-card:hover .biblioteca-card-overlay{opacity:1;pointer-events:auto}.biblioteca-card-actions{display:flex;flex-direction:column;align-items:center;gap:1.5rem;pointer-events:auto}.biblioteca-action-btn{background:#ffffffe6;border:none;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0003;pointer-events:auto;position:relative;z-index:11;font-family:inherit;line-height:1}.biblioteca-action-btn:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.biblioteca-download-btn{font-size:2rem}.biblioteca-download-btn:before{content:"";display:block;width:1em;height:1em;margin:0 auto;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12l7 7 7-7'/%3E%3C/svg%3E") center/contain no-repeat}.biblioteca-share-buttons{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;max-width:200px}.biblioteca-share-btn{width:40px;height:40px;font-size:.65rem;font-weight:700;position:relative;color:#000}.biblioteca-share-btn[title*=WhatsApp]:before{content:"WA";display:block;line-height:1}.biblioteca-share-btn[title*=Instagram]:before{content:"IG";display:block;line-height:1}.biblioteca-share-btn[title*=TikTok]:before{content:"TT";display:block;line-height:1}.biblioteca-share-btn[title*=Copiar]:before{content:"LINK";font-size:.5rem;display:block;line-height:1}.biblioteca-card-content{padding:1rem}.biblioteca-card-title{font-size:.875rem;font-weight:700;color:#000;margin:0;line-height:1.38;text-align:left}@media (min-width: 768px){.biblioteca-section-label{font-size:1rem}.biblioteca-section-header{padding:2.6rem 2rem 0}.biblioteca-section-header>.biblioteca-section-controls{right:2rem;top:2.6rem}.biblioteca-row{padding:1.5rem 2rem 2.6rem}.biblioteca-section-title{font-size:3.5rem}.biblioteca-card{width:250px}.biblioteca-card-image{height:350px}.biblioteca-card-title{font-size:1rem}.biblioteca-action-btn{width:55px;height:55px;font-size:1.5rem}.biblioteca-download-btn{font-size:2.2rem}.biblioteca-share-btn{width:45px;height:45px;font-size:1.3rem}.biblioteca-share-buttons{max-width:220px}}@media (min-width: 1024px){.biblioteca-section-label{font-size:1.125rem}.biblioteca-section-header{padding:3.1rem 2rem 0}.biblioteca-section-header>.biblioteca-section-controls{right:2rem;top:3.1rem}.biblioteca-row{padding:1.5rem 2rem 3.1rem}.biblioteca-section-title{font-size:4.5rem}.biblioteca-card{width:300px}.biblioteca-card-image{height:400px}.biblioteca-card-title{font-size:1.125rem}.biblioteca-scroll-btn{width:50px;height:50px;font-size:2.5rem}.biblioteca-action-btn{width:60px;height:60px;font-size:1.75rem}.biblioteca-download-btn{font-size:2.5rem}.biblioteca-share-btn{width:50px;height:50px;font-size:1.4rem}.biblioteca-share-buttons{max-width:240px;gap:1rem}}.biblioteca-back-button-wrapper{margin-top:60px;background:#fff;padding:0}.biblioteca-back-button-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:1.5rem 1.5rem 0}.biblioteca-back-button{background:#000;border:2px solid #000;color:#fff;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:inherit;text-transform:none;white-space:nowrap}.biblioteca-back-button:hover{background:#333;border-color:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media (min-width: 768px){.biblioteca-back-button-wrapper{margin-top:70px}.biblioteca-back-button-container{padding:2rem 2rem 0}.biblioteca-back-button{padding:1rem 2rem;font-size:1.125rem}}@media (min-width: 1024px){.biblioteca-back-button-wrapper{margin-top:80px}.biblioteca-back-button{padding:1.125rem 2.25rem;font-size:1.25rem}}.biblioteca-logo-only-section{padding:0;background:#fff;margin-top:var(--header-height, 60px)}.biblioteca-logo-only-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:1rem 1.5rem 0}.biblioteca-logo-only-header{display:flex;flex-direction:column;margin-bottom:0;position:relative}.biblioteca-logo-only-expedicao-roblox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.biblioteca-logo-only-logo{width:81px;height:45px;display:block;margin-bottom:0;position:relative}.biblioteca-logo-only-logo .animated-logo-container{width:100%;height:100%}@media (min-width: 768px){.biblioteca-logo-only-section{margin-top:70px}.biblioteca-logo-only-container{padding:1.5rem 2rem 0}.biblioteca-logo-only-logo{width:87px}}@media (min-width: 1024px){.biblioteca-logo-only-section{margin-top:80px}.biblioteca-logo-only-container{padding:2rem 2rem 0}.biblioteca-logo-only-logo{width:99px}}@media (min-width: 1440px){.biblioteca-logo-only-logo{width:128px}}.biblioteca-videos-section{padding:0;background:#fff;margin-top:0}.biblioteca-videos-container{max-width:var(--container-max-width, 1200px);width:100%;margin:0 auto;padding:1rem 1.5rem 4rem}.biblioteca-outros-perfis{font-size:.95rem;color:#666;margin:0 0 1rem;line-height:1.5}.biblioteca-outros-perfis-link{color:var(--primary-color, #d53137);text-decoration:underline;font-weight:500}.biblioteca-outros-perfis-link:hover{text-decoration:none}.biblioteca-videos-header{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.biblioteca-videos-title{font-size:2.5rem;font-weight:900;color:#000;margin:0;line-height:1;letter-spacing:-1px}.biblioteca-videos-title-line2{font-size:.6em}.biblioteca-perfis-filters{display:flex;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.biblioteca-perfil-filter{background:transparent;border:1px solid #ccc;color:#666;padding:.5rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;border-radius:4px}.biblioteca-perfil-filter:hover{border-color:#000;color:#000}.biblioteca-perfil-filter.active{background:#fdbb2c;border-color:#000;color:#000}.biblioteca-temas-filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.biblioteca-tema-filter,.biblioteca-tipo-filter{background:transparent;border:1px solid #ccc;color:#666;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:inherit;border-radius:20px}.biblioteca-tema-filter:hover,.biblioteca-tipo-filter:hover{border-color:#000;color:#000}.biblioteca-tema-filter.active,.biblioteca-tipo-filter.active{background:#000;border-color:#000;color:#fff}.biblioteca-tipo-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.biblioteca-videos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;width:100%}.biblioteca-video-card{background:#f5f5f5;overflow:hidden;cursor:pointer;transition:all .3s ease;position:relative;border-radius:8px}.biblioteca-doc-card{background:#71b4e9!important}.biblioteca-doc-card .biblioteca-video-card-content{background:#71b4e9}.biblioteca-doc-card .biblioteca-video-card-title,.biblioteca-doc-card .biblioteca-video-card-sinopse{color:#000}.biblioteca-video-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0003}.biblioteca-video-card-image{width:100%;height:200px;overflow:hidden;background:#333;position:relative}.biblioteca-video-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.biblioteca-video-card:hover .biblioteca-video-card-image img{transform:scale(1.1)}.biblioteca-video-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.biblioteca-video-card:hover .biblioteca-video-card-overlay{opacity:1}.biblioteca-video-card-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.biblioteca-video-card-content{padding:1.5rem}.biblioteca-video-card-title{font-size:1rem;font-weight:700;color:#000;margin:0 0 .5rem;line-height:1.38}.biblioteca-video-card-tema{font-size:.75rem;color:#000;font-weight:500;margin:0 0 .75rem;display:inline-block;background:transparent;border:1px solid #000;padding:.25rem .75rem;border-radius:2rem;text-transform:none;letter-spacing:0}.biblioteca-video-card-sinopse{font-size:.875rem;font-weight:400;color:#666;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.biblioteca-video-card-sinopse.biblioteca-video-card-sinopse-expanded{-webkit-line-clamp:unset;line-clamp:unset;display:block}.biblioteca-video-card-sinopse-toggle{display:inline-block;background:none;border:none;border-radius:0;padding:0;font-size:.8125rem;font-weight:700;color:#555;cursor:pointer;font-family:inherit;margin-top:.5rem;text-decoration:underline;text-underline-offset:.35em;text-decoration-thickness:1px;transition:color .2s ease,opacity .2s ease}.biblioteca-video-card-sinopse-toggle:hover{color:#333;opacity:.9}@media (max-width: 767px){.biblioteca-video-card-sinopse-toggle{position:relative;z-index:2;-webkit-tap-highlight-color:transparent}}.biblioteca-no-videos{grid-column:1 / -1;text-align:left;padding:4rem 0}.biblioteca-no-videos-message{font-size:1.25rem;color:#666;font-weight:500;margin:0;line-height:1.6}@media (max-width: 768px){.biblioteca-no-videos{padding:3rem 0}.biblioteca-no-videos-message{font-size:1.125rem}}@media (min-width: 768px){.biblioteca-videos-section{padding:0;margin-top:0}.biblioteca-videos-container{padding:3rem 2rem 5rem}.biblioteca-voltar-btn{padding:1.125rem 2.25rem;font-size:1.25rem}.biblioteca-videos-title{font-size:3.5rem}.biblioteca-videos-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem}.biblioteca-video-card-image{height:250px}}@media (min-width: 1024px){.biblioteca-videos-section{padding:0;margin-top:0}.biblioteca-videos-container{padding:4rem 2rem 6rem}.biblioteca-voltar-btn{padding:1.25rem 2.5rem;font-size:1.375rem}.biblioteca-videos-title{font-size:4.5rem}.biblioteca-videos-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:3rem}.biblioteca-video-card-image{height:300px}}@media (min-width: 1440px){.biblioteca-selecao-title,.biblioteca-videos-title,.biblioteca-publico-title{font-size:5.5rem}}.biblioteca-video-card-clickable{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.biblioteca-video-card-clickable:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.biblioteca-video-card-clickable:focus{outline:2px solid #0066cc;outline-offset:2px}.biblioteca-video-card-image{position:relative;overflow:hidden}.biblioteca-doc-icon-wrapper{width:100%;height:100%;display:block;background:#71b4e9;overflow:hidden;position:absolute;top:0;left:0}.biblioteca-doc-image{width:100%;height:100%;object-fit:cover;display:block;margin:0;padding:0}.biblioteca-video-play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.biblioteca-video-card-clickable:hover .biblioteca-video-play-overlay{opacity:1}.biblioteca-video-play-icon{width:60px;height:60px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#000;padding-left:4px}.biblioteca-video-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.biblioteca-video-modal-content{background:#000;border-radius:12px;width:100%;max-width:900px;position:relative;overflow:hidden}.biblioteca-video-modal-close{position:absolute;top:-40px;right:0;width:36px;height:36px;border:none;background:#fff;color:#000;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s ease}.biblioteca-video-modal-close:hover{background:#ddd}.biblioteca-video-modal-player{position:relative;width:100%;padding-bottom:56.25%}.biblioteca-video-modal-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.biblioteca-video-modal-info{padding:1.5rem;background:#111;color:#fff}.biblioteca-video-modal-info h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.biblioteca-video-modal-info p{margin:0;font-size:.95rem;color:#aaa;line-height:1.5}@media (max-width: 768px){.biblioteca-video-modal-content{max-width:100%;border-radius:8px}.biblioteca-video-modal-close{top:10px;right:10px;background:#000000b3;color:#fff}.biblioteca-video-play-icon{width:50px;height:50px;font-size:20px}}.biblioteca-docs-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start;margin-top:7rem;margin-bottom:2rem;padding:0}.biblioteca-doc-button{background:#000;color:#fff;border:none;padding:1.5rem 2rem;border-radius:10px;font-size:1.125rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center;line-height:1.5;min-width:280px;flex:1;max-width:320px}.biblioteca-doc-button:hover{background:#333;transform:translateY(-2px)}.biblioteca-doc-button:active{transform:translateY(0)}.biblioteca-doc-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.biblioteca-doc-modal-content{background:#fff;border-radius:12px;width:100%;max-width:900px;height:90vh;max-height:800px;position:relative;display:flex;flex-direction:column;overflow:hidden}.biblioteca-doc-modal-close{position:absolute;top:10px;right:10px;width:36px;height:36px;border:none;background:#000;color:#fff;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s ease}.biblioteca-doc-modal-close:hover{background:#333}.biblioteca-doc-modal-iframe{width:100%;height:100%;border:none}@media (max-width: 767px){.biblioteca-publico-title,.biblioteca-videos-title{font-size:2.5rem}.biblioteca-section-title{font-size:2rem}.biblioteca-selecao-section{background:#71b4e9}.biblioteca-selecao-title{color:#000}.biblioteca-selecao-card,.biblioteca-selecao-card-jam-style,.biblioteca-selecao-card-open{background:#71b4e9;background-size:100% 100%}.biblioteca-selecao-cards{grid-template-columns:1fr;gap:0;align-items:stretch;margin-left:-1.5rem;margin-right:-1.5rem;width:calc(100% + 3rem)}.biblioteca-selecao-card-wrapper{height:260px;min-height:260px}.biblioteca-selecao-card-content{padding:1.5rem var(--site-horizontal-padding, 1.5rem);height:100%;background-color:#fdbb2c}.biblioteca-selecao-card-enter-arrow{bottom:calc(.5rem + 20px);right:1rem;width:3.47rem;height:3.47rem}.biblioteca-selecao-card-enter-arrow svg{width:1.54rem;height:1.54rem}.biblioteca-selecao-card-description{font-size:.875rem}.biblioteca-selecao-card-title{font-size:1.05rem}.biblioteca-selecao-card-jam-style:active,.biblioteca-selecao-card-open:active{background-position:80% 20%;transform:rotate3d(.5,1,0,15deg)}.biblioteca-selecao-card-jam-style:active .biblioteca-selecao-card-badge{transform:translateZ(70px)}.biblioteca-selecao-card-jam-style:active .biblioteca-selecao-card-icon,.biblioteca-selecao-card-jam-style:active .biblioteca-selecao-card-title,.biblioteca-selecao-card-jam-style:active .biblioteca-selecao-card-description{transform:translateZ(40px)}.biblioteca-videos-grid{grid-template-columns:1fr;gap:1.5rem}.biblioteca-video-card-image{height:200px}.biblioteca-video-card-title{font-size:1rem}.biblioteca-video-card-sinopse{font-size:var(--font-size-body)}.biblioteca-video-card-sinopse-toggle{position:relative;z-index:2;-webkit-tap-highlight-color:transparent}.biblioteca-video-card-tema{font-size:.75rem}.biblioteca-voltar-btn{padding:.875rem 1.5rem;font-size:1rem}.biblioteca-back-button{padding:.75rem 1.25rem;font-size:1rem}.biblioteca-action-btn{width:36px;height:36px;font-size:1.5rem}.biblioteca-share-btn{width:36px;height:36px;font-size:.6rem}.biblioteca-perfis-filters{flex-wrap:wrap;gap:.5rem}.biblioteca-perfil-filter{padding:.4375rem .875rem;font-size:.875rem}.biblioteca-video-modal-content{max-width:100%;border-radius:8px;margin:.5rem}.biblioteca-video-modal-close{top:10px;right:10px;width:32px;height:32px;font-size:1.25rem;background:#000000b3;color:#fff}.biblioteca-video-play-icon{width:50px;height:50px;font-size:20px}.biblioteca-video-modal-info{padding:1rem}.biblioteca-video-modal-info h3{font-size:1.125rem}.biblioteca-video-modal-info p{font-size:var(--font-size-body)}.biblioteca-docs-buttons{flex-direction:column;align-items:stretch;gap:1rem;margin-top:3rem}.biblioteca-doc-button{min-width:auto;width:100%;padding:1.25rem 1.5rem;font-size:1rem}.biblioteca-doc-modal-content{height:95vh;max-height:none;border-radius:8px;margin:.5rem}.biblioteca-doc-modal-header{padding:1rem}.biblioteca-doc-modal-title{font-size:1.125rem}.biblioteca-doc-modal-close{width:32px;height:32px;font-size:1.25rem}.biblioteca-doc-modal-iframe{height:calc(95vh - 80px)}.biblioteca-videos-container{padding:1.5rem 1.5rem 3rem}.biblioteca-videos-header{gap:1rem;margin-bottom:1.5rem}.biblioteca-section-header{padding:1.5rem 1.5rem 0}.biblioteca-row{padding:1rem 1.5rem 2rem}.biblioteca-logo-only-logo{width:60px}}*{margin:0;padding:0;box-sizing:border-box}button[aria-label=Fechar]{display:inline-flex;align-items:center;justify-content:center}button[aria-label=Fechar] svg{display:block}:root{--primary-color: #667eea;--primary-dark: #5568d3;--secondary-color: #764ba2;--text-color: #333;--text-light: #666;--bg-color: #ffffff;--bg-light: #f8f9fa;--shadow: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .15);--header-height: 60px;--events-height: 48px;--layer-header: 1002;--layer-events: 1000;--layer-hero: 0;--layer-hero-image: 1;--site-horizontal-padding: 1.5rem;--hero-horizontal-padding: clamp(2rem, 6vw, 4.5rem);--hero-vertical-padding: 1.5rem;--container-max-width: 1200px;--font-size-body: 1.125rem;--section-padding-block: 4rem;--ty-title-size: 2.5rem;--ty-title-weight: 700;--ty-subtitle-size: 1.5rem;--ty-subtitle-weight: 600;--ty-body-size: var(--font-size-body);--ty-body-weight: 400;--ty-label-size: .875rem;--ty-label-weight: 500;--ty-cta-size: 1rem;--ty-cta-weight: 600;--ty-small-size: .75rem;--ty-small-weight: 400;--section-title-font-size: 2.5rem}h1,h2{font-size:var(--section-title-font-size)}.o-que-roblox-studio-title,.cta-section-title,.footer-links-title,.footer-calls-title,.expedicao-roblox-main-title,.biblioteca-section-title,.regras-section-title,.manifesto-heading .manifesto-title-text,.proximos-eventos-title,.expedicao-na-estrada-programacao-title,.expedicao-na-estrada-content-title-line-1,.expedicao-na-estrada-content-title-line-2,.expedicao-na-estrada-content-title-line-3{font-size:var(--section-title-font-size)!important}@media (max-width: 767px){:root{--font-size-body: 1.125rem}#footer .footer-cta .footer-link-button,#footer .footer-mastertech-band-link{font-size:1.26rem!important;font-weight:700!important;line-height:1.38!important;font-family:inherit!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.biblioteca-selecao-card-description,.cta-section-description,.o-que-roblox-studio-paragraph,.glossario-descricao,.faq-resposta,.footer-card-description,.manifesto-body p,.expedicao-roblox-description,.expedicao-feature-text,.home-hero-description-paragraph,.library-hero-description-paragraph,.road-expedition-hero-description-paragraph,.hero-description-paragraph,.official-communication-description,.official-materials-description,.trilha-card-description,.convide-seus-amigos-description,.jam-challenge-description,.challenge-submission-description,.trusted-connection-description{font-size:var(--font-size-body)}.cta-section-button,.home-hero-roblox-button,.manifesto-cta-button,.manifesto-button,.btn-cta-global,.biblioteca-voltar-btn,.biblioteca-back-button,.biblioteca-doc-button,.expedicao-accordion-button,.expedicao-accordion-link,.footer-link-button,.onboarding-invite-modal-submit,.expedicao-inscricao-btn-primary,.expedicao-inscricao-btn-secondary,.expedicao-inscricao-age-btn,.expedicao-inscricao-submit,.inscricao-form-submit,.material-form-submit,.contact-form-submit,form button[type=submit]{width:100%!important;max-width:100%!important;min-height:45px!important;height:45px!important;border-radius:999px!important;padding:.55rem 1.25rem!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;font-size:1.125rem!important}}@media (min-width: 768px){:root{--header-height: 70px;--events-height: 52px;--site-horizontal-padding: 2rem;--hero-horizontal-padding: clamp(2.5rem, 6vw, 5rem);--hero-vertical-padding: 1.75rem;--font-size-body: 1.0625rem;--section-padding-block: 4.5rem;--section-title-font-size: 3.5rem}}@media (min-width: 1024px){:root{--header-height: 80px;--events-height: 56px;--site-horizontal-padding: 2rem;--hero-horizontal-padding: clamp(3rem, 7vw, 5.5rem);--hero-vertical-padding: 2rem;--font-size-body: 1.125rem;--section-padding-block: 5rem;--section-title-font-size: 4.5rem}}@media (min-width: 1440px){:root{--container-max-width: 1400px;--section-title-font-size: 5.5rem}}@media (min-width: 1920px){:root{--container-max-width: 1800px}}html{overflow-x:hidden;max-width:100vw}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:var(--font-size-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#fff;background:#000;min-height:100vh;margin:0;padding:0;overflow-x:hidden;max-width:100vw}#root{min-height:100vh;width:100%;overflow-x:hidden}@media (max-width: 767px){img{max-width:100%;height:auto}}.text-body{font-size:var(--font-size-body)}.btn-cta-global{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0;min-height:52px;border:none;cursor:pointer;overflow:hidden;background:transparent;color:#fff;font-weight:700;font-size:1rem;text-transform:none;letter-spacing:0;transition:transform .2s ease;-moz-appearance:none;appearance:none;-webkit-appearance:none;text-decoration:none;font-family:inherit}.btn-cta-global:focus-visible{outline:2px solid #fff;outline-offset:3px}.btn-cta-global:before,.btn-cta-global:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .3s ease;transform-origin:center;backface-visibility:hidden}.btn-cta-global:before{background:#0050ff}.btn-cta-global:after{background:#ff5b00;transform:rotateX(-90deg)}.btn-cta-global:hover:before,.btn-cta-global:focus-visible:before{transform:rotateX(90deg)}.btn-cta-global:hover:after,.btn-cta-global:focus-visible:after{transform:rotateX(0)}.btn-cta-global-inner{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 2rem;min-height:100%;width:100%;box-sizing:border-box;pointer-events:none}.btn-cta-global-label{position:relative;z-index:1;white-space:nowrap}@media (min-width: 1024px){.btn-cta-global{height:56px;font-size:1.125rem}.btn-cta-global-inner{padding:0 2.5rem}}
