:root{--primary-green:#2ecc71;--dark-green:#27ae60;--light-green:#e9f7ef;--coffee-brown:#4e342e;--light-brown:#795548;--dark-brown:#894c29;--bg-color:#fcfcfc;--text-main:#894c29;--text-muted:#616161;--border-color:#b0b0b0;--white:#fff;--error:#e74c3c;--shadow-sm:0 1px 3px #0000001f;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--transition-fast:.2s ease}.style-module__PEzrzW__formContainer{flex-direction:column;gap:2.5rem;display:flex}.style-module__PEzrzW__sectionTitle{color:var(--coffee-brown);border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600}.style-module__PEzrzW__roleSelection{margin-bottom:.5rem}.style-module__PEzrzW__radioGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem;width:100%;display:grid}@media (min-width:768px){.style-module__PEzrzW__radioGrid{grid-template-columns:repeat(4,1fr)}}.style-module__PEzrzW__radioCard{background-color:var(--white);border:2px solid var(--border-color);cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 1rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.style-module__PEzrzW__radioCard:hover,.style-module__PEzrzW__radioCard.style-module__PEzrzW__selected{box-shadow:var(--shadow-sm);background-color:#0f3d2e;border-color:#22c55e;transform:translateY(-4px)}.style-module__PEzrzW__hiddenRadio{opacity:0;width:0;height:0;position:absolute}.style-module__PEzrzW__cardIcon{margin-bottom:.5rem;font-size:1.875rem;transition:transform .2s}.style-module__PEzrzW__radioCard:hover .style-module__PEzrzW__cardIcon,.style-module__PEzrzW__radioCard.style-module__PEzrzW__selected .style-module__PEzrzW__cardIcon{transform:scale(1.05)}.style-module__PEzrzW__cardLabel{color:var(--text-main);font-size:.875rem;font-weight:500}.style-module__PEzrzW__radioCard:hover .style-module__PEzrzW__cardLabel,.style-module__PEzrzW__radioCard.style-module__PEzrzW__selected .style-module__PEzrzW__cardLabel{color:#86efac;font-weight:600}.style-module__PEzrzW__dynamicFormAnimation{animation:.4s ease-out forwards style-module__PEzrzW__slideDown}@keyframes style-module__PEzrzW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.style-module__PEzrzW__validationError{color:var(--error);margin-top:.25rem;font-size:.75rem;animation:.2s ease-out style-module__PEzrzW__fadeIn;display:block}.style-module__PEzrzW__inputGrid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1rem;display:grid}@media (min-width:768px){.style-module__PEzrzW__inputGrid{grid-template-columns:repeat(2,1fr)}}.style-module__PEzrzW__inputGroup,.style-module__PEzrzW__inputGroupFull{flex-direction:column;gap:.375rem;display:flex}@media (min-width:768px){.style-module__PEzrzW__inputGroupFull{grid-column:span 2}}.style-module__PEzrzW__inputGroup label,.style-module__PEzrzW__inputGroupFull label{color:var(--text-muted);font-size:.875rem;font-weight:500}.style-module__PEzrzW__inputGroup input,.style-module__PEzrzW__inputGroup select,.style-module__PEzrzW__inputGroupFull input,.style-module__PEzrzW__inputGroupFull select{border:1px solid var(--border-color);background-color:var(--bg-color);border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;transition:all .2s}input::placeholder{color:var(--text-muted)}.style-module__PEzrzW__inputGroup input:focus,.style-module__PEzrzW__inputGroup select:focus,.style-module__PEzrzW__inputGroupFull input:focus,.style-module__PEzrzW__inputGroupFull select:focus{border-color:var(--primary-green);outline:none;box-shadow:0 0 0 3px #2ecc7133}.style-module__PEzrzW__countrySearchContainer{width:100%;position:relative}.style-module__PEzrzW__countriesDropdown{background-color:var(--white);border:1px solid var(--border-color);max-height:250px;box-shadow:var(--shadow-lg);z-index:1000;border-radius:8px;padding:.5rem 0;position:absolute;top:105%;left:0;right:0;overflow-y:auto}.style-module__PEzrzW__countryOption{cursor:pointer;color:var(--text-main);justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9375rem;transition:background-color .2s;display:flex}.style-module__PEzrzW__countryOption:hover{background-color:var(--light-green);color:var(--dark-green)}.style-module__PEzrzW__countryCode{color:var(--text-muted);background-color:#f0f0f0;border-radius:4px;padding:2px 6px;font-size:.75rem}.style-module__PEzrzW__noResults{text-align:center;color:var(--text-muted);padding:1rem;font-size:.875rem}.style-module__PEzrzW__lgpdSection{background-color:var(--bg-color);border-left:4px solid var(--coffee-brown);border-radius:8px;margin-top:2rem;padding:1.25rem}.style-module__PEzrzW__checkboxLabel{cursor:pointer;color:var(--text-muted);-webkit-user-select:none;user-select:none;align-items:flex-start;padding-left:2rem;font-size:.85rem;line-height:1.4;display:flex;position:relative}.style-module__PEzrzW__lgpdLink{color:var(--coffee-brown);transition:color var(--transition-fast);margin-left:.3rem;font-weight:600;text-decoration:underline}.style-module__PEzrzW__lgpdLink:hover{color:var(--primary-green)}.style-module__PEzrzW__checkboxLabel input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.style-module__PEzrzW__checkmark{background-color:var(--white);border:2px solid var(--border-color);width:20px;height:20px;transition:all var(--transition-fast);border-radius:4px;position:absolute;top:0;left:0}.style-module__PEzrzW__checkboxLabel:hover input~.style-module__PEzrzW__checkmark{border-color:var(--primary-green)}.style-module__PEzrzW__checkboxLabel input:checked~.style-module__PEzrzW__checkmark{background-color:var(--primary-green);border-color:var(--primary-green)}.style-module__PEzrzW__checkmark:after{content:"";display:none;position:absolute}.style-module__PEzrzW__checkboxLabel input:checked~.style-module__PEzrzW__checkmark:after{display:block}.style-module__PEzrzW__checkboxLabel .style-module__PEzrzW__checkmark:after{border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;top:2px;left:6px;transform:rotate(45deg)}.style-module__PEzrzW__submitBtn{background-color:var(--primary-green);color:var(--white);cursor:pointer;transition:all var(--transition-fast);width:100%;box-shadow:var(--shadow-md);text-transform:uppercase;letter-spacing:1px;border:none;border-radius:8px;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600}.style-module__PEzrzW__submitBtn:hover{background-color:var(--dark-green);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.style-module__PEzrzW__submitBtn:active{transform:translateY(0)}@media (max-width:768px){.style-module__PEzrzW__inputGrid{grid-template-columns:1fr;gap:1rem}.style-module__PEzrzW__radioGrid{grid-template-columns:repeat(2,1fr)}}.style-module__PEzrzW__feedbackMessage{text-align:center;border-radius:8px;margin-top:1.5rem;padding:1rem;font-weight:500;animation:.3s ease-out style-module__PEzrzW__fadeIn}.style-module__PEzrzW__feedbackMessage.style-module__PEzrzW__success{background-color:var(--light-green);color:var(--dark-green);border:1px solid var(--primary-green)}.style-module__PEzrzW__feedbackMessage.style-module__PEzrzW__error{color:var(--error);text-align:left;background-color:#fdeded;border:1px solid #f5c6c6}.style-module__PEzrzW__errorList{margin:0;padding-left:1.2rem;font-size:.9rem}.style-module__PEzrzW__errorList li{margin-bottom:.2rem}@media (max-width:600px){.style-module__PEzrzW__formContainer{gap:1rem;padding:0}.style-module__PEzrzW__sectionTitle{margin-bottom:.5rem;padding-bottom:.25rem;font-size:1.1rem}.style-module__PEzrzW__radioGrid{grid-template-columns:1fr 1fr;gap:.75rem}.style-module__PEzrzW__radioCard{padding:1rem}.style-module__PEzrzW__cardIcon{font-size:1.5rem}.style-module__PEzrzW__cardLabel{font-size:.9rem}.style-module__PEzrzW__sectionTitle{margin-bottom:1rem;font-size:1.1rem}}@keyframes style-module__PEzrzW__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.style-module__qrvgaq__searchContainer{border-bottom:3px solid var(--coffee-brown);width:100%;max-width:380px;margin:1.5rem auto 0;transition:all .3s;position:relative}.style-module__qrvgaq__searchContainer:focus-within{border-bottom-color:var(--primary-green)}.style-module__qrvgaq__inputWrapper{align-items:flex-end;height:40px;display:flex;position:relative}.style-module__qrvgaq__label{color:var(--coffee-brown);pointer-events:none;opacity:.8;font-size:1.1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:8px;left:0}.style-module__qrvgaq__input{width:100%;color:var(--dark-brown);opacity:0;background:0 0;border:none;outline:none;padding:8px 0;font-size:1.2rem;transition:opacity .2s}.style-module__qrvgaq__searchContainer.style-module__qrvgaq__active .style-module__qrvgaq__input,.style-module__qrvgaq__input:focus{opacity:1}.style-module__qrvgaq__searchContainer.style-module__qrvgaq__active .style-module__qrvgaq__label,.style-module__qrvgaq__input:focus+.style-module__qrvgaq__label,.style-module__qrvgaq__input:not(:placeholder-shown)+.style-module__qrvgaq__label{color:var(--primary-green);opacity:1;font-size:.85rem;bottom:35px}.style-module__qrvgaq__searchIcon{cursor:pointer;color:var(--coffee-brown);background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:1.2rem;transition:color .2s,transform .2s;display:flex;position:absolute;bottom:8px;right:0}.style-module__qrvgaq__searchIcon:hover{color:var(--primary-green);transform:scale(1.2)}.style-module__qrvgaq__searchIcon:disabled{opacity:.5;cursor:not-allowed}.style-module__qrvgaq__loadingSpinner{border:2px solid #4e342e1a;border-top-color:var(--primary-green);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite style-module__qrvgaq__spin}@keyframes style-module__qrvgaq__spin{to{transform:rotate(360deg)}}
:root{--primary-green:#2ecc71;--dark-green:#27ae60;--light-green:#e9f7ef;--coffee-brown:#4e342e;--text-muted:#616161}.style-module__-RinrW__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000bf;justify-content:center;align-items:center;padding:1.25rem;animation:.3s ease-out style-module__-RinrW__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.style-module__-RinrW__modalContent{background-color:#fff;border-radius:20px;width:90%;max-width:550px;padding:2.5rem;box-shadow:0 25px 50px -12px #00000040}.style-module__-RinrW__modalHeader{text-align:center;margin-bottom:2rem}.style-module__-RinrW__modalHeader h2{color:var(--coffee-brown);margin-bottom:.75rem;font-size:1.8rem;font-weight:700}.style-module__-RinrW__modalHeader p{color:var(--text-muted)}.style-module__-RinrW__alertBox{color:var(--coffee-brown);background-color:#fff9c4;border-left:4px solid #fbc02d;border-radius:.5rem;margin-bottom:2rem;padding:1.25rem}.style-module__-RinrW__alertBox strong{color:#455a64;margin-bottom:.5rem;display:block}.style-module__-RinrW__actions{flex-direction:column;gap:1rem;display:flex}.style-module__-RinrW__downloadBtn{background-color:var(--primary-green);color:#fff;cursor:pointer;border:none;border-radius:.75rem;padding:1.25rem;font-size:1.25rem;font-weight:700;transition:all .2s}.style-module__-RinrW__downloadBtn:hover{background-color:var(--dark-green);transform:translateY(-2px)}.style-module__-RinrW__closeBtn{color:#555;cursor:pointer;background-color:#f0f0f0;border:none;border-radius:.75rem;padding:1rem;font-weight:600}@keyframes style-module__-RinrW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.style-module__zw53HG__folhaA4{color:#000;box-sizing:border-box;background:#fff;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;width:210mm;height:296mm;font-family:Arial,sans-serif;display:grid;overflow:hidden}.style-module__zw53HG__quadrante{box-sizing:border-box;border:.1mm dashed #ccc;flex-direction:column;justify-content:space-between;width:105mm;height:148.5mm;padding:3mm 5mm 5mm;display:flex}.style-module__zw53HG__logoEventoContainer{justify-content:center;align-items:center;gap:10px;margin-top:0;display:flex}.style-module__zw53HG__logoEvento{width:auto;max-height:30mm;margin-bottom:5mm;display:block}.style-module__zw53HG__nomeUsuario{text-transform:uppercase;text-align:center;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:19pt;font-weight:700;line-height:1.1;display:-webkit-box;overflow:hidden}.style-module__zw53HG__cidadeEmpresa{text-align:center;margin-top:3mm;font-size:13pt;line-height:1.2}.style-module__zw53HG__qrContainer{justify-content:center;align-items:center;margin-top:3mm;margin-bottom:2mm;display:flex}.style-module__zw53HG__qrCode{box-sizing:border-box;object-fit:contain;background:#fff;border:.1mm solid #000;width:48mm;max-width:100%;height:48mm;padding:2mm;display:block}.style-module__zw53HG__faixaTipo{background:var(--cor-tipo);color:#fff;text-align:center;text-transform:uppercase;width:calc(100% + 16mm);margin-bottom:-5mm;margin-left:-8mm;padding:12px 0;font-size:22pt;font-weight:700}.style-module__zw53HG__tituloSecao{text-align:center;color:var(--coffee-brown);margin-bottom:4mm;font-size:14pt;font-weight:700;text-decoration:underline}.style-module__zw53HG__gridLogos{flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;margin-bottom:6mm;display:flex}.style-module__zw53HG__gridLogos img{object-fit:contain;max-width:100px;max-height:55px}.style-module__zw53HG__labelEvento{color:#444;font-size:10pt;font-weight:700}.style-module__zw53HG__valorEvento{margin-bottom:5mm;font-size:14pt;font-weight:700}.style-module__zw53HG__q4{text-align:justify;flex-direction:column;justify-content:space-around;padding:12mm 8mm;font-size:10pt;line-height:1.4;display:flex}.style-module__zw53HG__tituloRegras{text-align:center;text-transform:uppercase;margin-top:10px;margin-bottom:5px;font-size:11pt;font-weight:700}
:root{--error:#e74c3c;--dark-error:#c0392b;--light-error:#fdf2f2;--border-error:#fae3e3}.style-module__iKUCbq__modalOverlay{z-index:1000;background-color:#0009;justify-content:center;align-items:center;padding:20px;animation:.3s style-module__iKUCbq__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.style-module__iKUCbq__modalContent{border-top:5px solid var(--error);background-color:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:500px;animation:.3s style-module__iKUCbq__slideUp;display:flex;overflow:hidden;box-shadow:0 10px 25px #0003}.style-module__iKUCbq__modalHeader{background-color:var(--light-error);text-align:center;border-bottom:1px solid var(--border-error);flex-direction:column;align-items:center;gap:15px;padding:24px;display:flex}.style-module__iKUCbq__errorIcon{background-color:var(--error);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:30px;display:flex}.style-module__iKUCbq__modalHeader h2{color:var(--dark-error);margin:0;font-size:1.5rem}.style-module__iKUCbq__modalBody{background-color:#fff;padding:24px}.style-module__iKUCbq__errorList{color:#e74c3c;background-color:#fffaf9;border:1px solid #ffd8d6;border-radius:8px;max-height:250px;margin-bottom:20px;padding:15px 15px 15px 35px;font-size:1rem;line-height:1.5;overflow-y:auto}.style-module__iKUCbq__errorList li{margin-bottom:8px}.style-module__iKUCbq__errorList li:last-child{margin-bottom:0}.style-module__iKUCbq__singleMessage{color:#e74c3c;text-align:center;background-color:#fffaf9;border:1px solid #ffd8d6;border-radius:8px;margin-bottom:20px;padding:16px;font-size:1rem}.style-module__iKUCbq__actions{justify-content:center;padding:0 24px 24px;display:flex}.style-module__iKUCbq__closeBtn{background-color:var(--error);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:12px 30px;font-size:1rem;font-weight:600;transition:background-color .2s}.style-module__iKUCbq__closeBtn:hover{background-color:var(--dark-error)}@keyframes style-module__iKUCbq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes style-module__iKUCbq__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.page-module___8aEwW__main{background-image:linear-gradient(#fffc,#ffffffd9),url(/bg-madeira.png);background-size:cover;background-attachment:fixed;flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.page-module___8aEwW__header{text-align:center;padding:3rem 0;animation:.8s ease-out page-module___8aEwW__fadeInDown}.page-module___8aEwW__logoContainer{flex-direction:column;align-items:center;gap:.5rem;display:flex}.page-module___8aEwW__logoImage{width:100%;max-width:250px;height:auto;margin-bottom:1rem}.page-module___8aEwW__alta{color:var(--primary-green)}.page-module___8aEwW__cafe{color:var(--dark-green)}.page-module___8aEwW__date{color:var(--coffee-brown);letter-spacing:1px;border-bottom:2px solid var(--primary-green);margin-top:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600}.page-module___8aEwW__tagline{color:var(--light-brown);text-transform:uppercase;letter-spacing:2px;-webkit-user-select:none;user-select:none;margin-top:.5rem;font-size:1.5rem;font-weight:700;transition:all .3s}.page-module___8aEwW__formSection{justify-content:center;padding:2rem 0 5rem;display:flex}.page-module___8aEwW__formCard{background-color:var(--white);box-shadow:var(--shadow-lg);border-top:4px solid var(--primary-green);border-radius:12px;width:100%;max-width:800px;padding:3rem;animation:.8s ease-out .2s both page-module___8aEwW__fadeInUp}.page-module___8aEwW__formTitle{color:var(--dark-brown);text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:600}.page-module___8aEwW__formSubtitle{color:var(--text-muted);text-align:center;margin-bottom:2.5rem}@keyframes page-module___8aEwW__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes page-module___8aEwW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.page-module___8aEwW__header{padding:1rem 0}.page-module___8aEwW__logoImage{max-width:180px;margin-bottom:.5rem}.page-module___8aEwW__date{margin-top:.5rem;font-size:.85rem}.page-module___8aEwW__tagline{margin-top:.25rem;font-size:1rem}.page-module___8aEwW__formSection{padding:1rem 0 3rem}.page-module___8aEwW__formCard{padding:1rem}.page-module___8aEwW__formTitle{margin-bottom:.25rem;font-size:1.4rem}.page-module___8aEwW__formSubtitle{margin-bottom:.5rem;font-size:.9rem}}@media (min-width:769px){.page-module___8aEwW__main{zoom:1}}
