@import "https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800&display=swap";
:root{--header-bg:#4c01b5;--header-height:72px;--text-white:#fff;--hover-bg:#ffffff1a;--dropdown-shadow:0 10px 40px -10px #0003}.global-header,.global-header *{box-sizing:border-box}.global-header{background-color:var(--header-bg);height:var(--header-height);z-index:1000;width:100%;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.header-container{justify-content:space-between;align-items:center;max-width:1280px;height:100%;margin:0 auto;padding:0 24px;display:flex}.logo-link{align-items:center;display:flex}.header-logo{filter:brightness(0)invert();width:auto;height:32px;transition:transform .2s}.header-logo:hover{transform:scale(1.05)}.header-actions{align-items:center;gap:16px;display:flex}.btn-create-event{color:var(--text-white);white-space:nowrap;background-color:#ffffff26;border:1px solid #fff3;border-radius:50px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.btn-create-event:hover{background-color:var(--text-white);color:var(--header-bg);transform:translateY(-1px)}.icon-mobile{display:none}.icon-desktop{font-size:1rem;display:block}.btn-login{color:var(--text-white);border-radius:8px;padding:8px 24px;font-weight:600;text-decoration:none;transition:background .2s}.btn-login:hover{background-color:var(--hover-bg)}.user-menu-container{position:relative}.user-profile-trigger{cursor:pointer;background:0 0;border:none;border-radius:50px;align-items:center;gap:10px;padding:4px 8px 4px 4px;transition:background .2s;display:flex}.user-profile-trigger:hover,.user-profile-trigger.active{background-color:var(--hover-bg)}.user-avatar{object-fit:cover;border:2px solid #fffc;border-radius:50%;flex-shrink:0;width:36px;height:36px}.user-name{color:var(--text-white);white-space:nowrap;text-overflow:ellipsis;max-width:100px;font-size:.95rem;font-weight:600;overflow:hidden}.chevron-icon{color:#ffffffb3;font-size:.8rem;transition:transform .2s}.user-profile-trigger.active .chevron-icon{transform:rotate(180deg)}.dropdown-menu{width:220px;box-shadow:var(--dropdown-shadow);opacity:0;visibility:hidden;background:#fff;border-radius:16px;flex-direction:column;gap:2px;padding:8px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:calc(100% + 12px);right:0;transform:translateY(10px)}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-header-mobile{color:#1e293b;border-bottom:1px solid #f1f5f9;margin-bottom:4px;padding:12px 16px;display:none}.dropdown-item{text-align:left;color:#475569;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:.9rem;font-weight:500;transition:background .1s;display:flex}.dropdown-item:hover{color:var(--header-bg);background-color:#f8fafc}.dropdown-item svg{opacity:.8;font-size:1.1rem}.dropdown-divider{background-color:#e2e8f0;height:1px;margin:4px 8px}.dropdown-item.logout{color:#ef4444}.dropdown-item.logout:hover{color:#dc2626;background-color:#fef2f2}@media (max-width:768px){.header-container{padding:0 16px}.btn-create-event{background-color:var(--text-white);min-width:36px;color:var(--header-bg);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;width:36px!important;height:36px!important}.btn-create-event:hover{background-color:#f0f0f0}.btn-create-event .btn-text,.btn-create-event .icon-desktop{display:none}.btn-create-event .icon-mobile{margin:0;font-size:1rem;display:block}.user-name,.chevron-icon{display:none}.user-profile-trigger{padding:0}.user-avatar{border-width:0;width:36px;height:36px}.dropdown-menu{width:260px;right:-10px}.dropdown-header-mobile{display:block}}
:root{--primary-purple:#4c01b5;--bg-page:#f8fafc;--text-dark:#1e293b;--text-medium:#64748b;--text-light:#94a3b8;--border:#e2e8f0}.CadastroEvento-module__dDZd3G__pageWrapper{background-color:var(--bg-page);min-height:100vh;color:var(--text-dark);flex-direction:column;padding-bottom:0;font-family:Urbanist,sans-serif;display:flex;overflow-x:hidden}.CadastroEvento-module__dDZd3G__pageWrapper *,.CadastroEvento-module__dDZd3G__pageWrapper :before,.CadastroEvento-module__dDZd3G__pageWrapper :after{box-sizing:border-box}.CadastroEvento-module__dDZd3G__mainContent{flex:1;width:100%;max-width:900px;margin:0 auto;padding:40px 20px}.CadastroEvento-module__dDZd3G__pageHeader{text-align:center;margin-bottom:40px}.CadastroEvento-module__dDZd3G__pageHeader h1{color:var(--text-dark);letter-spacing:-.02em;margin:0;font-size:2.2rem;font-weight:800}.CadastroEvento-module__dDZd3G__pageHeader p{color:var(--text-medium);margin-top:8px;font-size:1.1rem}.CadastroEvento-module__dDZd3G__backBtn{color:var(--text-medium);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:12px;font-size:.95rem;font-weight:600;transition:color .2s;display:inline-flex}.CadastroEvento-module__dDZd3G__backBtn:hover{color:var(--primary-purple)}.CadastroEvento-module__dDZd3G__formContainer{flex-direction:column;gap:32px;display:flex}.CadastroEvento-module__dDZd3G__card{border:1px solid var(--border);background:#fff;border-radius:20px;width:100%;padding:32px;transition:transform .2s;box-shadow:0 10px 30px -10px #0000000d}.CadastroEvento-module__dDZd3G__card:hover{transform:translateY(-2px);box-shadow:0 15px 35px -10px #00000014}.CadastroEvento-module__dDZd3G__cardHeader{border-bottom:1px solid #f1f5f9;align-items:center;gap:16px;margin-bottom:30px;padding-bottom:20px;display:flex}.CadastroEvento-module__dDZd3G__iconWrapper{width:48px;height:48px;color:var(--primary-purple);background:#f5f3ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.CadastroEvento-module__dDZd3G__cardHeader h3{color:var(--text-dark);margin:0;font-size:1.3rem;font-weight:700}.CadastroEvento-module__dDZd3G__gridTwo{grid-template-columns:1fr 1fr;gap:24px;display:grid}.CadastroEvento-module__dDZd3G__gridDateTime{grid-template-columns:2fr 1fr;gap:16px;display:grid}.CadastroEvento-module__dDZd3G__gridAddressTop{grid-template-columns:1.5fr 3fr .8fr;gap:16px;margin-bottom:16px;display:grid}.CadastroEvento-module__dDZd3G__gridAddressStreet{grid-template-columns:4fr 1fr;gap:16px;margin-bottom:16px;display:grid}.CadastroEvento-module__dDZd3G__inputGroup{flex-direction:column;gap:8px;width:100%;display:flex}.CadastroEvento-module__dDZd3G__inputGroupFull{flex-direction:column;gap:8px;width:100%;margin-bottom:16px;display:flex}.CadastroEvento-module__dDZd3G__label{color:#334155;margin-left:2px;font-size:.9rem;font-weight:700}.CadastroEvento-module__dDZd3G__inputWrapper{align-items:center;width:100%;display:flex;position:relative}.CadastroEvento-module__dDZd3G__inputIcon{color:var(--text-light);pointer-events:none;font-size:1.2rem;position:absolute;left:16px}.CadastroEvento-module__dDZd3G__input,.CadastroEvento-module__dDZd3G__textarea,.CadastroEvento-module__dDZd3G__select{width:100%;height:52px;color:var(--text-dark);box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:0 16px;font-family:inherit;font-size:1rem;transition:all .2s}.CadastroEvento-module__dDZd3G__inputWrapper .CadastroEvento-module__dDZd3G__input,.CadastroEvento-module__dDZd3G__inputWrapper .CadastroEvento-module__dDZd3G__select{padding-left:50px}.CadastroEvento-module__dDZd3G__textarea{resize:vertical;height:auto;min-height:140px;padding:16px;line-height:1.6}.CadastroEvento-module__dDZd3G__input:focus,.CadastroEvento-module__dDZd3G__select:focus,.CadastroEvento-module__dDZd3G__textarea:focus,.CadastroEvento-module__dDZd3G__inputSmall:focus{border-color:var(--primary-purple);outline:none;box-shadow:0 0 0 4px #4c01b51a}.CadastroEvento-module__dDZd3G__input::placeholder{color:var(--text-light)}.CadastroEvento-module__dDZd3G__uploadSection{margin-bottom:30px}.CadastroEvento-module__dDZd3G__uploadBox{cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;justify-content:center;align-items:center;width:100%;height:250px;transition:all .2s;display:flex;position:relative;overflow:hidden}.CadastroEvento-module__dDZd3G__uploadBox:hover{border-color:var(--primary-purple);background:#f5f3ff}.CadastroEvento-module__dDZd3G__uploadPlaceholder{color:var(--text-medium);flex-direction:column;align-items:center;gap:10px;font-weight:500;display:flex}.CadastroEvento-module__dDZd3G__imagePreview{object-fit:cover;width:100%;height:100%}.CadastroEvento-module__dDZd3G__imageOverlay{color:#fff;text-align:center;opacity:0;background:#0009;padding:10px;transition:all .3s;position:absolute;bottom:0;left:0;right:0}.CadastroEvento-module__dDZd3G__uploadBox:hover .CadastroEvento-module__dDZd3G__imageOverlay{opacity:1}.CadastroEvento-module__dDZd3G__sessionCard,.CadastroEvento-module__dDZd3G__ticketTypeCard{border:1px solid var(--border);background:#f8fafc;border-radius:12px;width:100%;margin-bottom:16px;padding:24px}.CadastroEvento-module__dDZd3G__ticketTypeCard{background:#fcfcfc;position:relative}.CadastroEvento-module__dDZd3G__sessionHeader,.CadastroEvento-module__dDZd3G__ticketTypeHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.CadastroEvento-module__dDZd3G__ticketTypeHeader{border-bottom:1px solid #f1f5f9;align-items:flex-end;gap:16px;padding-bottom:20px}.CadastroEvento-module__dDZd3G__sessionHeader h4{color:var(--primary-purple);margin:0;font-size:1rem;font-weight:700}.CadastroEvento-module__dDZd3G__batchesContainer{background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:12px;padding:20px}.CadastroEvento-module__dDZd3G__batchTitle{color:var(--text-medium);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:.85rem;font-weight:700}.CadastroEvento-module__dDZd3G__batchRow{grid-template-columns:2fr 1.5fr 1fr auto;align-items:center;gap:12px;margin-bottom:12px;display:grid}.CadastroEvento-module__dDZd3G__inputSmall{width:100%;height:42px;color:var(--text-dark);background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:0 12px;font-size:.95rem}.CadastroEvento-module__dDZd3G__inputWrapper .CadastroEvento-module__dDZd3G__inputSmall{padding-left:36px}.CadastroEvento-module__dDZd3G__currencyPrefix{color:var(--text-medium);pointer-events:none;font-size:.9rem;font-weight:600;position:absolute;left:12px}.CadastroEvento-module__dDZd3G__addBtnSmall,.CadastroEvento-module__dDZd3G__addBatchBtn{border:2px dashed var(--text-light);color:var(--text-medium);cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;font-weight:600;transition:all .2s;display:flex}.CadastroEvento-module__dDZd3G__addBtnSmall{width:100%;margin-top:10px;padding:14px;font-size:.95rem}.CadastroEvento-module__dDZd3G__addBatchBtn{color:var(--primary-purple);background:0 0;border:none;border-radius:6px;margin-top:16px;padding:4px 8px}.CadastroEvento-module__dDZd3G__addBtnSmall:hover,.CadastroEvento-module__dDZd3G__addBatchBtn:hover{color:var(--primary-purple);border-color:var(--primary-purple);background:#f5f3ff}.CadastroEvento-module__dDZd3G__trashBtn,.CadastroEvento-module__dDZd3G__removeBatchBtn{color:#ef4444;cursor:pointer;background:#fee2e2;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.CadastroEvento-module__dDZd3G__trashBtn{border-radius:10px;width:42px;height:42px}.CadastroEvento-module__dDZd3G__removeBatchBtn{border-radius:8px;width:36px;height:36px}.CadastroEvento-module__dDZd3G__trashBtn:hover,.CadastroEvento-module__dDZd3G__removeBatchBtn:hover{background:#fecaca}.CadastroEvento-module__dDZd3G__addBtnFull{color:#16a34a;cursor:pointer;background:#f0fdf4;border:2px dashed #16a34a;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:24px;padding:16px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.CadastroEvento-module__dDZd3G__addBtnFull:hover{background:#dcfce7}.CadastroEvento-module__dDZd3G__submitButton{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#4c01b5 0%,#7c3aed 100%);border:none;border-radius:16px;width:100%;margin-top:20px;padding:20px;font-size:1.15rem;font-weight:800;transition:all .3s;box-shadow:0 10px 25px -5px #4c01b566}.CadastroEvento-module__dDZd3G__submitButton:hover{filter:brightness(1.1);transform:translateY(-3px);box-shadow:0 15px 35px -5px #4c01b580}.CadastroEvento-module__dDZd3G__submitButton:disabled{cursor:not-allowed;box-shadow:none;background:#cbd5e1;transform:none}.CadastroEvento-module__dDZd3G__divider{background:var(--border);height:1px;margin:32px 0}.CadastroEvento-module__dDZd3G__infoSwitchContainer{border:1px solid var(--border);background:#f8fafc;border-radius:16px;align-items:center;gap:15px;margin-bottom:20px;padding:20px;display:flex}.CadastroEvento-module__dDZd3G__switch{flex-shrink:0;width:52px;height:28px;display:inline-block;position:relative}.CadastroEvento-module__dDZd3G__hiddenCheckbox{opacity:0;width:0;height:0}.CadastroEvento-module__dDZd3G__slider{cursor:pointer;background-color:#cbd5e1;border-radius:34px;transition:all .4s;position:absolute;inset:0}.CadastroEvento-module__dDZd3G__slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .4s;position:absolute;bottom:4px;left:4px;box-shadow:0 2px 4px #0003}.CadastroEvento-module__dDZd3G__hiddenCheckbox:checked+.CadastroEvento-module__dDZd3G__slider{background-color:var(--primary-purple)}.CadastroEvento-module__dDZd3G__hiddenCheckbox:checked+.CadastroEvento-module__dDZd3G__slider:before{transform:translate(24px)}.CadastroEvento-module__dDZd3G__checkboxLabel{color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:.95rem;display:flex}.CadastroEvento-module__dDZd3G__checkbox{width:18px;height:18px;accent-color:var(--primary-purple);cursor:pointer;flex-shrink:0}.CadastroEvento-module__dDZd3G__highlightGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.CadastroEvento-module__dDZd3G__highlightCard{border:2px solid var(--border);cursor:pointer;background:#fff;border-radius:16px;flex-direction:column;justify-content:space-between;padding:24px;transition:all .3s;display:flex}.CadastroEvento-module__dDZd3G__highlightCard:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000000d}.CadastroEvento-module__dDZd3G__highlightCard.CadastroEvento-module__dDZd3G__active{border-color:var(--text-medium);background:#f8fafc}.CadastroEvento-module__dDZd3G__highlightCard.CadastroEvento-module__dDZd3G__activeStandard{border-color:var(--primary-purple);background:#f5f3ff}.CadastroEvento-module__dDZd3G__highlightCard.CadastroEvento-module__dDZd3G__activePremium{background:#fffbeb;border-color:#f59e0b}.CadastroEvento-module__dDZd3G__questionList{flex-direction:column;gap:16px;margin-bottom:20px;display:flex}.CadastroEvento-module__dDZd3G__questionCard{border:1px solid var(--border);background-color:#f8fafc;border-radius:12px;width:100%;padding:20px;position:relative}.CadastroEvento-module__dDZd3G__questionRow{grid-template-columns:3fr 1.5fr;align-items:start;gap:16px;margin-bottom:12px;display:grid}.CadastroEvento-module__dDZd3G__optionsRow{border-top:1px dashed var(--border);margin-top:12px;padding-top:12px}.CadastroEvento-module__dDZd3G__questionFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:16px;padding-top:12px;display:flex}.CadastroEvento-module__dDZd3G__deleteQuestionBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:.85rem;font-weight:700;display:flex}.CadastroEvento-module__dDZd3G__deleteQuestionBtn:hover{background:#fee2e2}.CadastroEvento-module__dDZd3G__addQuestionBtn{width:100%;color:var(--text-medium);cursor:pointer;background-color:#fff;border:2px dashed #cbd5e1;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:16px;font-size:1rem;font-weight:600;display:flex}.CadastroEvento-module__dDZd3G__addQuestionBtn:hover{border-color:var(--primary-purple);color:var(--primary-purple);background-color:#f5f3ff}.CadastroEvento-module__dDZd3G__switchLabel{color:#475569;cursor:pointer;align-items:center;gap:8px;font-size:.9rem;font-weight:600;display:flex}@keyframes CadastroEvento-module__dDZd3G__skeletonPulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.CadastroEvento-module__dDZd3G__skeletonPulse{background-color:#e2e8f0;animation:1.5s ease-in-out infinite CadastroEvento-module__dDZd3G__skeletonPulse}.CadastroEvento-module__dDZd3G__skTitle{border-radius:8px;height:40px;margin:0 auto 10px}.CadastroEvento-module__dDZd3G__skSubtitle{border-radius:4px;height:20px;margin:0 auto 40px}.CadastroEvento-module__dDZd3G__skCard{background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-bottom:32px;padding:32px}.CadastroEvento-module__dDZd3G__skInput{border-radius:12px;width:100%;height:52px}.CadastroEvento-module__dDZd3G__skLabel{border-radius:4px;width:100px;height:16px;margin-bottom:8px}.CadastroEvento-module__dDZd3G__skImage{border-radius:16px;width:100%;height:250px;margin-bottom:10px}.CadastroEvento-module__dDZd3G__skButton{border-radius:14px;width:100%;height:56px;margin-top:20px}@media (max-width:768px){.CadastroEvento-module__dDZd3G__mainContent{padding:20px 16px}.CadastroEvento-module__dDZd3G__pageHeader h1{font-size:1.8rem}.CadastroEvento-module__dDZd3G__pageHeader p{font-size:1rem}.CadastroEvento-module__dDZd3G__card{border-radius:16px;padding:24px 16px}.CadastroEvento-module__dDZd3G__uploadBox{height:180px}.CadastroEvento-module__dDZd3G__gridTwo,.CadastroEvento-module__dDZd3G__gridDateTime,.CadastroEvento-module__dDZd3G__gridAddressTop,.CadastroEvento-module__dDZd3G__gridAddressStreet{grid-template-columns:1fr;gap:16px}.CadastroEvento-module__dDZd3G__ticketTypeHeader{flex-direction:column;align-items:stretch;gap:16px}.CadastroEvento-module__dDZd3G__batchRow{grid-template-columns:1fr 1fr;gap:12px}.CadastroEvento-module__dDZd3G__batchRow>:first-child{grid-column:span 2}.CadastroEvento-module__dDZd3G__removeBatchBtn{grid-column:span 2;width:100%}.CadastroEvento-module__dDZd3G__inputWrapper .CadastroEvento-module__dDZd3G__input,.CadastroEvento-module__dDZd3G__inputWrapper .CadastroEvento-module__dDZd3G__select{padding-left:44px}.CadastroEvento-module__dDZd3G__inputIcon{left:14px}.CadastroEvento-module__dDZd3G__questionRow{grid-template-columns:1fr;gap:12px}.CadastroEvento-module__dDZd3G__questionFooter{flex-direction:column-reverse;align-items:stretch;gap:16px}.CadastroEvento-module__dDZd3G__deleteQuestionBtn{background:#fee2e2;justify-content:center;width:100%}.CadastroEvento-module__dDZd3G__highlightGrid{grid-template-columns:1fr}.CadastroEvento-module__dDZd3G__sessionCard,.CadastroEvento-module__dDZd3G__ticketTypeCard{padding:16px}}@media (max-width:480px){.CadastroEvento-module__dDZd3G__batchRow{flex-direction:column;gap:10px;display:flex}.CadastroEvento-module__dDZd3G__batchRow>*{width:100%}.CadastroEvento-module__dDZd3G__cardHeader{flex-direction:column;align-items:flex-start;gap:12px}.CadastroEvento-module__dDZd3G__submitButton{padding:16px;font-size:1.05rem}}
