@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}:root,html,body{color-scheme:light only!important}html,body{margin:0;padding:0;width:100%;min-height:100%;background-color:#f3f4f6;font-size:16px}input,select,textarea{color-scheme:light only!important;background-color:#fff!important;color:#111827!important;border-color:#d1d5db!important}input::placeholder,textarea::placeholder{color:#9ca3af!important;opacity:1!important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:#111827!important;transition:background-color 5000s ease-in-out 0s}#root{width:100%;min-height:100%}:root{--fc-button-bg-color: #006B3F;--fc-button-border-color: #006B3F;--fc-button-hover-bg-color: #004d2d;--fc-today-bg-color: #dcfce7;--fc-page-bg-color: #ffffff;--fc-neutral-bg-color: #f9fafb;--fc-neutral-text-color: #374151;--fc-border-color: #e5e7eb;--fc-daygrid-event-dot-width: 8px;--fc-list-event-hover-bg-color: #f3f4f6;--fc-small-font-size: .85em;--fc-event-bg-color: #006B3F;--fc-event-border-color: #006B3F;--fc-event-text-color: #fff;--fc-event-selected-overlay-color: rgba(0,0,0,.25);--fc-non-business-color: rgba(215,215,215,.3);--fc-highlight-color: rgba(0,107,63,.1)}.fc,.fc *,.fc-theme-standard,.fc-theme-standard *{color-scheme:light!important}.fc-theme-standard .fc-scrollgrid,.fc-view-harness,.fc-daygrid-body,.fc-daygrid-body table,.fc-scrollgrid-sync-table,.fc-col-header{background-color:#fff!important}.fc-theme-standard th,.fc-col-header-cell{background-color:#fff!important;color:#6b7280!important;border-color:#e5e7eb!important}.fc-daygrid-day{background-color:#fff!important}.fc-daygrid-day-number{color:#374151!important}.fc-day-today{background-color:#dcfce7!important}.fc-day-today .fc-daygrid-day-number{color:#006b3f!important;font-weight:700}.fc-day-other{background-color:#f9fafb!important}.fc-day-other .fc-daygrid-day-number{color:#d1d5db!important}.fc-theme-standard td,.fc-theme-standard th{border-color:#e5e7eb!important}.fc .fc-button{background-color:#006b3f!important;border-color:#006b3f!important;color:#fff!important}.fc .fc-button:hover{background-color:#004d2d!important}.app-container{min-height:100vh;width:100%;font-family:Inter,sans-serif;display:flex;flex-direction:column}.header-principal{background-color:#006b3f;padding:12px 20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 6px -1px #0000001a;z-index:10;flex-shrink:0}.layout-principal{display:flex;gap:24px;padding:20px 24px;max-width:1600px;margin:0 auto;width:100%;flex:1;align-items:flex-start}.coluna-esquerda{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px}.coluna-direita{width:300px;flex-shrink:0;display:flex;flex-direction:column;gap:16px;position:sticky;top:20px;height:auto}.area-filtros-topo{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.botoes-filtros{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.btn-filtro{display:flex;align-items:center;gap:5px;padding:5px 12px;border-radius:24px;cursor:pointer;font-weight:500;font-size:.8rem;transition:all .2s ease}.header-calendario{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.btn-titulo-calendario{margin:0;color:#111827;font-size:1.3rem;cursor:pointer;padding:6px 12px;border-radius:8px;transition:background-color .2s;-webkit-user-select:none;user-select:none;background-color:transparent}.btn-titulo-calendario:hover{background-color:#f3f4f6;color:#006b3f}.mobile-tabs{display:none;background:#fff;border-bottom:2px solid #e5e7eb;position:sticky;top:0;z-index:8;box-shadow:0 2px 4px #0000000f}.mobile-tab-btn{flex:1;padding:11px 4px;border:none;background:none;font-size:.78rem;font-weight:600;color:#6b7280;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s;font-family:Inter,sans-serif;letter-spacing:.3px}.mobile-tab-btn.ativo{color:#006b3f;border-bottom-color:#006b3f}.filtros-chips-wrapper{display:contents}.filtros-chips-inner{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}@media(max-width:1024px){.layout-principal{flex-direction:column!important;padding:12px 16px!important;gap:16px!important;align-items:stretch}.coluna-direita{width:100%!important;position:static;display:grid;grid-template-columns:1fr 1fr}}@media(max-width:640px){.layout-principal{padding:0!important}.mobile-tabs{display:flex}.painel-tab{display:none!important}.painel-tab.ativo{display:block!important}.nav-row-1{display:grid!important;grid-template-columns:80px 1fr 80px!important;align-items:center;width:100%}.btn-hoje{justify-self:start}.nav-row-1>div{justify-self:center;display:flex;align-items:center;justify-content:center;gap:4px;width:100%}.btn-titulo-calendario{font-size:1rem!important;white-space:nowrap}.filtros-section-mobile{border-radius:0!important;box-shadow:none!important;border-bottom:1px solid #e5e7eb}.filtros-chips-wrapper{display:block;overflow-x:auto;padding-bottom:4px;margin:0 -12px;padding-left:12px;padding-right:12px}.filtros-chips-inner{display:flex!important;flex-wrap:nowrap!important;gap:7px;width:max-content}}.proximos-eventos-lista{display:flex;flex-direction:column;gap:12px}.grupo-eventos-titulo{font-size:.72rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:1.2px;margin:14px 0 6px;border-bottom:1px solid #f3f4f6;padding-bottom:4px}.card-evento-pro{background:#fff;border-radius:10px;padding:14px;border:1px solid #f3f4f6;border-left-width:5px;border-left-style:solid;box-shadow:0 2px 4px #0000000a;display:flex;flex-direction:column;gap:10px;transition:transform .2s ease,box-shadow .2s ease}.card-evento-pro:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000014}.card-evento-titulo{margin:0;font-size:.88rem;color:#1f2937;font-weight:700;line-height:1.35}.card-evento-meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px;font-size:.75rem;color:#6b7280}.card-evento-badge{padding:3px 10px;border-radius:12px;font-weight:700;font-size:.68rem;margin-left:auto;letter-spacing:.3px}@media print{header,main,.no-print,nav{display:none!important}@page{size:A4 portrait;margin:2cm}html,body{background-color:#fff!important;-webkit-print-color-adjust:exact!important}}
