:root{--igrejav1-color-title:#1C2448;--igrejav1-color-subtitle:#2D3C74;--igrejav1-color-text:#5F6680;--igrejav1-color-muted:#7A8199;--igrejav1-color-border:#DDE1EC;--igrejav1-color-bg:#F5F7FB;--igrejav1-color-card:#FFFFFF;--igrejav1-color-hover:#EEF2FF}.igrejav1-wrap{margin:16px 0}.igrejav1-grid{display:grid;gap:16px}.igrejav1-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.igrejav1-card{background:#fff;border:1px solid var(--igrejav1-color-border);border-radius:16px;padding:20px;box-shadow:0 4px 18px rgba(20,32,76,.05)}.igrejav1-card h3,.igrejav1-card h4,.igrejav1-card h5{margin-top:0;margin-bottom:12px;color:var(--igrejav1-color-title)}.igrejav1-number{font-size:32px;font-weight:700;margin:0;color:var(--igrejav1-color-title)}.igrejav1-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.igrejav1-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:var(--igrejav1-color-hover);color:var(--igrejav1-color-title);font-size:12px;font-weight:600}.igrejav1-table-wrap{overflow-x:auto}.igrejav1-table{width:100%;border-collapse:collapse}.igrejav1-table th,.igrejav1-table td{border-bottom:1px solid var(--igrejav1-color-border);padding:12px;text-align:left;font-size:14px;vertical-align:top}.igrejav1-col-actions,.igrejav1-actions-cell{width:96px;text-align:center}.igreja-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.igreja-form-grid-tight{grid-template-columns:1fr}.igrejav1-field{display:flex;flex-direction:column;gap:8px}.igreja-field-full{grid-column:1 / -1}.igrejav1-field label{font-size:14px;font-weight:600;color:var(--igrejav1-color-title)}.igrejav1-field input,.igrejav1-field select,.igrejav1-field textarea{width:100%;min-height:42px;border:1px solid var(--igrejav1-color-border);border-radius:10px;padding:10px 12px;background:#fff}.igrejav1-actions{display:flex;justify-content:flex-end}.igrejav1-button{appearance:none;border:0;border-radius:12px;padding:12px 18px;background:var(--igrejav1-color-title);color:#fff;font-weight:600;cursor:pointer}.igrejav1-icon-actions{display:inline-flex;align-items:center;justify-content:center;gap:8px}.igrejav1-inline-form{margin:0}.igrejav1-icon-button{appearance:none;border:1px solid var(--igrejav1-color-border);background:#fff;color:var(--igrejav1-color-title);width:38px;height:38px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;line-height:1;padding:0;transition:transform 0.16s ease,box-shadow 0.16s ease,border-color 0.16s ease,background-color 0.16s ease,color 0.16s ease}.igrejav1-icon-button svg{width:18px;height:18px;display:block}.igrejav1-icon-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(20,32,76,.1)}.igrejav1-icon-button--view:hover{background:#f5f7ff;border-color:#c7d2fe;color:#24308a}.igrejav1-icon-button--edit:hover{background:#eef4ff;border-color:#bfd3ff;color:#175cd3}.igrejav1-icon-button--delete{color:#b42318;border-color:#fecdca;background:#fff7f6}.igrejav1-icon-button--delete:hover{background:#fee4e2;border-color:#fda29b;color:#912018}.igrejav1-notice{border-radius:12px;padding:14px 16px;font-weight:600}.igreja-success{background:#ecfdf3;color:#027a48;border:1px solid #abefc6}.igreja-error{background:#fef3f2;color:#b42318;border:1px solid #fecdca}.igreja-warning{background:#fffaeb;color:#b54708;border:1px solid #fedf89}.igrejav1-checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}.igrejav1-checkbox{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--igrejav1-color-border);border-radius:12px}.igrejav1-section+.igrejav1-section,.igrejav1-permission-group+.igrejav1-permission-group{margin-top:16px}.igrejav1-text-muted{color:var(--igrejav1-color-text)}.igrejav1-section-title{grid-column:1 / -1;padding-top:8px;margin-top:4px;border-top:1px solid var(--igrejav1-color-border)}.igrejav1-section-title h4{margin:0 0 6px;color:var(--igrejav1-color-title)}.igrejav1-section-title p{margin:0}.igrejav1-field-help{margin:0;font-size:12px;color:var(--igrejav1-color-text)}.igrejav1-field input:disabled,.igrejav1-field select:disabled,.igrejav1-field textarea:disabled{background:var(--igrejav1-color-bg);color:var(--igrejav1-color-muted)}.igrejav1-inline-toggle{display:inline-flex;align-items:center;gap:10px}.igrejav1-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:flex-start;justify-content:center;width:100%;height:100vh;padding:24px 16px;overflow:hidden;box-sizing:border-box}.igrejav1-modal[hidden]{display:none!important}.igrejav1-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.54);touch-action:none}.igrejav1-modal__dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:min(760px, calc(100vw - 32px));max-height:calc(100vh - 48px);margin:0 auto;background:#fff;border-radius:18px;box-shadow:0 24px 48px rgba(15,23,42,.18);overflow:hidden;box-sizing:border-box}.igrejav1-modal__dialog--large{width:min(980px, calc(100vw - 32px))}.igrejav1-modal__header{display:flex;flex:0 0 auto;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid var(--igrejav1-color-border)}.igrejav1-modal__header h3{margin:0}.igrejav1-modal__body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:20px}.igrejav1-detail-section+.igrejav1-detail-section{margin-top:18px}.igrejav1-detail-section__header{margin-bottom:12px}.igrejav1-detail-section__header h4{margin:0;color:var(--igrejav1-color-title);font-size:16px}.igrejav1-modal__close{appearance:none;width:36px;height:36px;border:1px solid var(--igrejav1-color-border);border-radius:10px;background:#fff;color:var(--igrejav1-color-title);cursor:pointer;font-size:22px;line-height:1}.igrejav1-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.igrejav1-detail-item{padding:14px;border:1px solid var(--igrejav1-color-border);border-radius:12px;background:var(--igrejav1-color-bg)}.igrejav1-detail-item.is-empty{background:var(--igrejav1-color-bg)}.igrejav1-detail-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--igrejav1-color-text);margin-bottom:6px}.igrejav1-detail-value{display:block;color:var(--igrejav1-color-title);word-break:break-word}.igrejav1-detail-item.is-empty .igrejav1-detail-value{color:var(--igrejav1-color-muted);font-style:italic}body.igrejav1-modal-open{overflow:hidden;width:100%}body.igrejav1-modal-open.igrejav1-modal-scroll-locked{position:fixed;left:0;right:0}body.igrejav1-modal-open .igrejav1-modal__body form,body.igrejav1-modal-open .igrejav1-modal__body .igreja-form-grid{min-width:0}@media (max-width:900px){.igrejav1-grid-3,.igreja-form-grid,.igrejav1-checkbox-grid,.igrejav1-detail-grid{grid-template-columns:1fr}.igrejav1-toolbar{flex-direction:column;align-items:flex-start}}@supports (height:100svh){.igrejav1-modal{height:100svh}.igrejav1-modal__dialog{max-height:calc(100svh - 48px)}}@supports (height:100dvh){.igrejav1-modal.is-keyboard-active{height:100dvh}.igrejav1-modal.is-keyboard-active .igrejav1-modal__dialog{max-height:calc(100dvh - 48px)}}@media (max-width:700px){.igrejav1-modal{align-items:stretch;padding:8px}.igrejav1-modal__dialog,.igrejav1-modal__dialog--large{width:100%;max-height:calc(100vh - 16px);margin:0;border-radius:14px}.igrejav1-modal__header{padding:14px 16px}.igrejav1-modal__header h3{font-size:18px;line-height:1.25}.igrejav1-modal__body{padding:16px;touch-action:pan-y}.igrejav1-modal__body .igrejav1-actions,.igrejav1-modal__body .igrejav1-form-actions,.igrejav1-modal__body .igreja-form-actions{position:sticky;bottom:-16px;z-index:2;margin:18px -16px -16px;padding:12px 16px calc(12px + env(safe-area-inset-bottom, 0px));background:#fff;border-top:1px solid var(--igrejav1-color-border)}}@media (max-width:700px) and (max-height:520px){.igrejav1-modal{padding:6px}.igrejav1-modal__dialog,.igrejav1-modal__dialog--large{max-height:calc(100vh - 12px)}.igrejav1-modal__header{padding:10px 14px}.igrejav1-modal__body{padding:14px}}@supports (height:100svh){@media (max-width:700px){.igrejav1-modal__dialog,.igrejav1-modal__dialog--large{max-height:calc(100svh - 16px)}}@media (max-width:700px) and (max-height:520px){.igrejav1-modal__dialog,.igrejav1-modal__dialog--large{max-height:calc(100svh - 12px)}}}@supports (height:100dvh){@media (max-width:700px){.igrejav1-modal.is-keyboard-active .igrejav1-modal__dialog,.igrejav1-modal.is-keyboard-active .igrejav1-modal__dialog--large{max-height:calc(100dvh - 16px)}}}.igrejav1-qr-card{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:center}.igrejav1-qr-content h3,.igrejav1-qr-title{margin:14px 0 10px;color:#1C2448!important;font-size:25px;font-weight:600}.igrejav1-qr-content p,.igrejav1-qr-text{margin:0 0 18px;color:#2D3C74!important;line-height:1.6}.igrejav1-qr-button,.igrejav1-qr-button:hover,.igrejav1-qr-button:focus,.igrejav1-qr-button:active,.igrejav1-qr-button:visited{background:#1C2448!important;color:#fff!important;text-decoration:none!important;box-shadow:none;transform:none}.igrejav1-qr-box{display:flex;flex-direction:column;align-items:center;gap:10px;padding:18px;border:1px solid var(--igrejav1-color-border);border-radius:18px;background:var(--igrejav1-color-bg);text-align:center}.igrejav1-qr-box img{display:block;width:260px;max-width:100%;height:auto;border-radius:12px;background:#fff}.igrejav1-qr-box small{color:#2D3C74}.igrejav1-qr-card .igrejav1-badge{color:#1C2448}.igrejav1-public-page{max-width:920px;margin:0 auto;padding:32px 16px}.igrejav1-public-visitor-form{max-width:760px;margin:0 auto}.igrejav1-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}@media (max-width:900px){.igrejav1-qr-card{grid-template-columns:1fr}.igrejav1-qr-button,.igrejav1-qr-button:hover,.igrejav1-qr-button:focus,.igrejav1-qr-button:active,.igrejav1-qr-button:visited{background:#1C2448!important;color:#fff!important;text-decoration:none!important;box-shadow:none;transform:none}.igrejav1-qr-box{align-items:center}}.igrejav1-icon-button--convert{color:#027a48;border-color:#abefc6;background:#ecfdf3}.igrejav1-icon-button--convert:hover{background:#dcfae6;border-color:#75e0a7;color:#05603a}.igrejav1-icon-button--success,.igrejav1-icon-button--success:disabled{color:#027a48;border-color:#abefc6;background:#ecfdf3;cursor:not-allowed;opacity:.92}.igrejav1-icon-button--disabled,.igrejav1-icon-button--disabled:disabled{color:var(--igrejav1-color-muted);border-color:var(--igrejav1-color-border);background:#f9fafb;cursor:not-allowed;opacity:.75}.igrejav1-icon-button:disabled:hover{transform:none;box-shadow:none}.igrejav1-calendar-card{overflow:hidden}.igrejav1-calendar-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px}.igrejav1-calendar-toolbar h3{margin:10px 0 0;color:var(--igrejav1-color-title);font-size:25px;font-weight:600}.igrejav1-calendar-nav{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.igrejav1-calendar-nav__link{display:inline-flex;align-items:center;min-height:38px;padding:8px 12px;border:1px solid var(--igrejav1-color-border);border-radius:10px;background:#fff;color:var(--igrejav1-color-title);font-size:13px;font-weight:600;text-decoration:none}.igrejav1-calendar-nav__link:hover{background:#f5f7ff;border-color:#c7d2fe}.igrejav1-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(130px,1fr));border:1px solid var(--igrejav1-color-border);border-radius:14px;overflow-x:auto;background:#fff}.igrejav1-calendar-weekday{padding:10px;background:var(--igrejav1-color-bg);border-right:1px solid var(--igrejav1-color-border);border-bottom:1px solid var(--igrejav1-color-border);color:var(--igrejav1-color-title);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;text-align:center}.igrejav1-calendar-weekday:nth-child(7n){border-right:0}.igrejav1-calendar-day{min-height:132px;padding:10px;border-right:1px solid var(--igrejav1-color-border);border-bottom:1px solid var(--igrejav1-color-border);background:#fff}.igrejav1-calendar-day:nth-child(7n){border-right:0}.igrejav1-calendar-day.is-other-month{background:#fbfcff;color:var(--igrejav1-color-muted)}.igrejav1-calendar-day.is-today{box-shadow:inset 0 0 0 2px var(--igrejav1-color-title)}.igrejav1-calendar-day__number{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:var(--igrejav1-color-title);font-weight:700;margin-bottom:8px}.igrejav1-calendar-day.is-today .igrejav1-calendar-day__number{background:var(--igrejav1-color-title);color:#fff}.igrejav1-calendar-events{display:flex;flex-direction:column;gap:6px}.igrejav1-calendar-event{appearance:none;width:100%;border:1px solid var(--igrejav1-color-border);border-radius:9px;padding:7px 8px;background:var(--igrejav1-color-bg);color:var(--igrejav1-color-title);cursor:pointer;text-align:left;line-height:1.25}.igrejav1-calendar-event:hover{background:var(--igrejav1-color-hover);border-color:#c7d2fe}.igrejav1-calendar-event.is-publicado{border-color:#abefc6;background:#ecfdf3;color:#027a48}.igrejav1-calendar-event.is-cancelado{border-color:#fecdca;background:#fef3f2;color:#b42318}.igrejav1-calendar-event__time{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.igrejav1-calendar-event__title{display:block;font-size:13px;font-weight:700;word-break:break-word}@media (max-width:900px){.igrejav1-calendar-toolbar{align-items:flex-start;flex-direction:column}.igrejav1-calendar-nav{justify-content:flex-start}.igrejav1-calendar-grid{grid-template-columns:repeat(7,minmax(116px,1fr))}}.igrejav1-calendar-event.is-agendado{border-color:#bfd3ff;background:#eef4ff;color:#175cd3}.igrejav1-calendar-event.is-realizado{border-color:#abefc6;background:#ecfdf3;color:#027a48}.igrejav1-financial-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:16px 0 20px}.igrejav1-financial-card{padding:16px;border:1px solid var(--igrejav1-color-border);border-radius:14px;background:var(--igrejav1-color-bg)}.igrejav1-financial-card span{display:block;margin-bottom:8px;color:var(--igrejav1-color-text);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.igrejav1-financial-card strong{display:block;color:var(--igrejav1-color-title);font-size:22px;font-weight:800}.igrejav1-financial-card.is-receita,.igrejav1-financial-card.is-positive{background:#ecfdf3;border-color:#abefc6}.igrejav1-financial-card.is-despesa,.igrejav1-financial-card.is-negative{background:#fef3f2;border-color:#fecdca}.igrejav1-financial-card.is-pendente{background:#fffaeb;border-color:#fedf89}.igrejav1-financial-pill{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800}.igrejav1-financial-pill.is-receita{background:#ecfdf3;color:#027a48}.igrejav1-financial-pill.is-despesa{background:#fef3f2;color:#b42318}.igrejav1-money-positive,.igrejav1-number.is-positive{color:#027a48;font-weight:800}.igrejav1-money-negative,.igrejav1-number.is-negative{color:#b42318;font-weight:800}.igrejav1-financial-filters{padding:16px;margin-bottom:16px;border:1px solid var(--igrejav1-color-border);border-radius:14px;background:var(--igrejav1-color-bg)}.igrejav1-card--inner{box-shadow:none;margin-bottom:18px}.igrejav1-section-heading{margin:18px 0 12px;color:var(--igrejav1-color-title)}@media (max-width:900px){.igrejav1-financial-summary{grid-template-columns:1fr}}.igrejav1-button:disabled,.igrejav1-button[disabled]{opacity:.55;cursor:not-allowed}.igrejav1-button--secondary{background:#eef2ff;color:var(--igrejav1-color-title);border:1px solid #c7d7fe}.igrejav1-badge.is-success{background:#ecfdf3;color:#027a48;border-color:#abefc6}.igrejav1-badge.is-warning{background:#fffaeb;color:#b54708;border-color:#fedf89}.igrejav1-financial-closure-panel{margin-top:16px}.igrejav1-financial-closure-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0}.igrejav1-financial-closure-details>div{padding:14px;border:1px solid var(--igrejav1-color-border);border-radius:14px;background:var(--igrejav1-color-bg)}.igrejav1-financial-closure-details strong,.igrejav1-financial-closure-details span{display:block}.igrejav1-financial-closure-details strong{margin-bottom:6px;color:var(--igrejav1-color-title)}.igrejav1-financial-closure-actions{gap:10px;flex-wrap:wrap}.igrejav1-financial-closure-note{margin-top:12px}.igrejav1-financial-validation-card .igrejav1-toolbar{align-items:flex-start}@media (max-width:900px){.igrejav1-financial-closure-details{grid-template-columns:1fr}}.igrejav1-report-actions{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:16px;margin-bottom:16px;border:1px solid var(--igrejav1-color-border);border-radius:14px;background:var(--igrejav1-color-bg)}.igrejav1-report-actions strong{display:block;margin-bottom:4px;color:var(--igrejav1-color-title)}.igrejav1-report-actions p{margin:0}.igrejav1-report-actions__buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.igrejav1-report-actions__buttons .igrejav1-button{text-decoration:none}.igrejav1-report-actions__note{flex-basis:100%;font-size:13px}@media (max-width:900px){.igrejav1-report-actions,.igrejav1-report-actions__buttons{align-items:stretch;flex-direction:column}.igrejav1-report-actions__buttons .igrejav1-button{text-align:center}}.igrejav1-inner-card{box-shadow:none;padding:16px}.igrejav1-documents-filters{padding:16px;margin-bottom:16px;border:1px solid var(--igrejav1-color-border);border-radius:14px;background:var(--igrejav1-color-bg);align-items:end}.igrejav1-documents-summary{margin-bottom:16px}.igrejav1-document-actions{gap:10px;margin-top:18px;flex-wrap:wrap;justify-content:flex-start}.igrejav1-icon-button--download{text-decoration:none;color:#175cd3;border-color:#bfd3ff;background:#eef4ff}.igrejav1-icon-button--download:hover{background:#dbeafe;border-color:#93c5fd;color:#1849a9}.igrejav1-assets-filters{padding:16px;margin-bottom:16px;border:1px solid var(--igrejav1-color-border);border-radius:14px;background:var(--igrejav1-color-bg);align-items:end}.igrejav1-assets-summary{margin-bottom:16px}.igrejav1-icon-button--archive{color:#7a4b00;border-color:#f5d08a;background:#fff7e6}.igrejav1-icon-button--archive:hover{color:#5c3900;border-color:#e0aa3e;background:#ffedc2}.igrejav1-ministries-filters{padding:16px;margin-bottom:16px;border:1px solid var(--igrejav1-color-border);border-radius:14px;background:var(--igrejav1-color-bg);align-items:end}.igrejav1-ministries-summary{margin-bottom:16px}.igrejav1-birthdays-summary{margin-bottom:4px}.igrejav1-birthday-card h4{margin-bottom:8px}.igrejav1-birthday-card span{display:block;color:var(--igrejav1-color-text);font-size:13px}.igrejav1-birthday-card.is-today{background:#eef4ff;border-color:#bfd3ff}.igrejav1-birthdays-highlight{border-color:#abefc6;background:#f6fef9}.igrejav1-birthday-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.igrejav1-birthday-person{padding:14px;border:1px solid #d1fadf;border-radius:14px;background:#fff}.igrejav1-birthday-person strong,.igrejav1-birthday-person span,.igrejav1-birthday-person small{display:block}.igrejav1-birthday-person strong{color:var(--igrejav1-color-title);margin-bottom:5px}.igrejav1-birthday-person span,.igrejav1-birthday-person small{color:var(--igrejav1-color-text)}.igrejav1-birthdays-filters{padding:16px;margin-bottom:16px;border:1px solid var(--igrejav1-color-border);border-radius:14px;background:var(--igrejav1-color-bg);align-items:end}@media (max-width:900px){.igrejav1-birthday-list{grid-template-columns:1fr}}.igrejav1-button--small{padding:8px 12px;border-radius:10px;font-size:13px}.igrejav1-message-target{display:flex;flex-direction:column;gap:4px;margin-bottom:16px;padding:14px;border:1px solid var(--igrejav1-color-border);border-radius:12px;background:var(--igrejav1-color-bg);color:var(--igrejav1-color-title)}.igrejav1-message-target span{color:var(--igrejav1-color-text);font-size:14px}.igrejav1-button--whatsapp{background:#128c7e;border-color:#128c7e;color:#fff}.igrejav1-button--whatsapp:hover,.igrejav1-button--whatsapp:focus{background:#0f766c;border-color:#0f766c;color:#fff}.igrejav1-birthday-actions{display:inline-flex;flex-direction:row;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center}.igrejav1-icon-button--whatsapp{color:#128c7e;border-color:#b7eadf;background:#f0fdf8}.igrejav1-icon-button--whatsapp:hover,.igrejav1-icon-button--whatsapp:focus{background:#dcfce7;border-color:#86efac;color:#0f766c}.igrejav1-table .igrejav1-col-actions,.igrejav1-table .igrejav1-actions-cell{width:112px}.igrejav1-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.igrejav1-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.igrejav1-general-panel{display:grid;gap:18px}.igrejav1-general-hero{background:linear-gradient(135deg,#ffffff 0%,#f7f8ff 100%)}.igrejav1-general-userline{display:inline-flex;align-items:center;flex-wrap:wrap;gap:10px;padding:10px 12px;border:1px solid var(--igrejav1-color-border);border-radius:12px;background:#fff;color:var(--igrejav1-color-title)}.igrejav1-general-userline span{color:var(--igrejav1-color-text)}.igrejav1-general-section{display:grid;gap:12px}.igrejav1-section-heading h3{margin:0 0 4px;color:var(--igrejav1-color-title);font-size:20px}.igrejav1-section-heading p{margin:0}.igrejav1-inner-card{box-shadow:none}.igrejav1-kpi-card{min-height:160px;display:flex;flex-direction:column;justify-content:space-between;gap:8px}.igrejav1-kpi-card h4{margin:0;color:var(--igrejav1-color-title);font-size:15px}.igrejav1-kpi-module{width:fit-content;display:inline-flex;padding:5px 9px;border-radius:999px;background:#f2f4f7;color:var(--igrejav1-color-subtitle);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.igrejav1-kpi-meta{color:var(--igrejav1-color-text);font-size:13px}.igrejav1-mini-list{display:grid;gap:10px}.igrejav1-mini-list__item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;border:1px solid var(--igrejav1-color-border);border-radius:12px;background:var(--igrejav1-color-bg)}.igrejav1-mini-list__item div{display:grid;gap:4px}.igrejav1-mini-list__item strong{color:var(--igrejav1-color-title)}.igrejav1-mini-list__item span,.igrejav1-mini-list__item small{color:var(--igrejav1-color-text)}.igrejav1-mini-list__item em{color:var(--igrejav1-color-subtitle);font-style:normal;font-size:13px;text-align:right}@media (max-width:1100px){.igrejav1-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.igrejav1-grid-4,.igrejav1-grid-2{grid-template-columns:1fr}.igrejav1-mini-list__item{flex-direction:column}.igrejav1-mini-list__item em{text-align:left}}.igrejav1-members-card .igrejav1-col-actions,.igrejav1-members-card .igrejav1-actions-cell{width:178px}.igrejav1-icon-button--pdf{text-decoration:none;color:var(--igrejav1-color-title);border-color:#c7d2fe;background:#f5f7ff}.igrejav1-icon-button--pdf:hover,.igrejav1-icon-button--pdf:focus{background:var(--igrejav1-color-hover);border-color:#a5b4fc;color:var(--igrejav1-color-title)}.igrejav1-members-filters{padding:16px;margin-bottom:16px;border:1px solid var(--igrejav1-color-border);border-radius:14px;background:var(--igrejav1-color-bg);align-items:end}.igrejav1-filter-actions{gap:10px;flex-wrap:wrap}@media (max-width:900px){.igrejav1-filter-actions .igrejav1-button{width:100%;text-align:center}}.igreja-v1-login-wrap{display:flex;justify-content:center}.igreja-v1-login-card{width:min(100%, 460px)}.igreja-v1-login-card .igrejav1-notice{margin-bottom:16px}.igreja-v1-login-form{display:grid;gap:16px;margin-top:16px}.igreja-v1-login-remember{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--igrejav1-color-title)}.igreja-v1-login-actions{justify-content:flex-start;gap:10px;flex-wrap:wrap}.igreja-v1-login-secondary{background:var(--igrejav1-color-hover);color:var(--igrejav1-color-title)}.igreja-v1-login-links{font-size:13px}.igreja-v1-login-links a{color:var(--igrejav1-color-title);font-weight:600;text-decoration:none}.igreja-v1-login-links a:hover,.igreja-v1-login-links a:focus{text-decoration:underline}.igreja-v1-password-form{margin-top:18px}.igreja-v1-password-form .igrejav1-field-help{display:block}.igrejav1-system-menu{width:100%;max-width:320px;background:#fff;border:1px solid var(--igrejav1-color-border);border-radius:18px;box-shadow:0 8px 26px rgba(20,32,76,.06);overflow:hidden;color:var(--igrejav1-color-title)}.igrejav1-system-menu__header{padding:18px;border-bottom:1px solid var(--igrejav1-color-border);background:var(--igrejav1-color-bg)}.igrejav1-system-menu__brand{font-size:18px;font-weight:800;color:var(--igrejav1-color-title);margin-bottom:10px}.igrejav1-system-menu__user{display:flex;flex-direction:column;gap:2px;font-size:13px;line-height:1.35}.igrejav1-system-menu__user span{font-weight:700;color:var(--igrejav1-color-title)}.igrejav1-system-menu__user small{color:var(--igrejav1-color-text);word-break:break-word}.igrejav1-system-menu__body{padding:10px}.igrejav1-system-menu__link,.igrejav1-system-menu__group-title,.igrejav1-system-menu__logout{display:flex;align-items:center;gap:10px;width:100%;min-height:42px;padding:10px 12px;border-radius:12px;color:var(--igrejav1-color-title);text-decoration:none;font-size:14px;font-weight:700;line-height:1.2;cursor:pointer;transition:background-color 0.16s ease,color 0.16s ease,transform 0.16s ease}.igrejav1-system-menu__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex:0 0 24px;border-radius:0;background:transparent;color:var(--igrejav1-color-title);box-shadow:none;transition:color 0.16s ease,transform 0.16s ease}.igrejav1-system-menu__link svg,.igrejav1-system-menu__group-title svg,.igrejav1-system-menu__logout svg{width:18px;height:18px;flex:0 0 18px}.igrejav1-system-menu__link:hover,.igrejav1-system-menu__group-title:hover,.igrejav1-system-menu__logout:hover,.igrejav1-system-menu__link.is-active{background:var(--igrejav1-color-hover);color:#151a54;transform:translateY(-1px)}.igrejav1-system-menu__link:hover .igrejav1-system-menu__icon,.igrejav1-system-menu__link.is-active .igrejav1-system-menu__icon{background:transparent;color:#151a54;box-shadow:none}.igrejav1-system-menu__group{margin:2px 0}.igrejav1-system-menu__group summary{list-style:none}.igrejav1-system-menu__group summary::-webkit-details-marker{display:none}.igrejav1-system-menu__chevron{margin-left:auto;font-size:20px;line-height:1;transform:rotate(0deg);transition:transform 0.16s ease}.igrejav1-system-menu__group[open] .igrejav1-system-menu__chevron{transform:rotate(90deg)}.igrejav1-system-menu__children{padding:2px 0 6px 28px}.igrejav1-system-menu__link--child{min-height:36px;padding:8px 10px;font-size:13px;font-weight:600;color:var(--igrejav1-color-subtitle)}.igrejav1-system-menu__link--child::before{content:'';width:6px;height:6px;border-radius:999px;background:#c4c9d8;flex:0 0 6px}.igrejav1-system-menu__link--child.is-active::before,.igrejav1-system-menu__link--child:hover::before{background:var(--igrejav1-color-title)}.igrejav1-system-menu__footer{padding:10px;border-top:1px solid var(--igrejav1-color-border);background:var(--igrejav1-color-bg)}.igrejav1-system-menu__logout{color:#b42318}.igrejav1-system-menu__logout .igrejav1-system-menu__icon{background:transparent;color:#b42318;box-shadow:none}.igrejav1-system-menu__logout:hover{background:#fff7f6;color:#912018}.igrejav1-system-menu__logout:hover .igrejav1-system-menu__icon{background:transparent;color:#912018;box-shadow:none}.igreja-v1-menu-restricted .igrejav1-button{display:inline-flex;margin-top:10px;text-decoration:none}@media (max-width:900px){.igrejav1-system-menu{max-width:none}}.igreja-v1-system-menu--clean .igrejav1-system-menu__body{display:flex;flex-direction:column;gap:3px}.igreja-v1-system-menu--clean .igrejav1-system-menu__link{justify-content:flex-start}.igreja-v1-system-menu--clean .igrejav1-system-menu__logout span{font-weight:700}.igrejav1-members-create-area{margin-bottom:16px}.igrejav1-member-avatar{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:999px;background:var(--igrejav1-color-hover);color:var(--igrejav1-color-title);font-weight:800;letter-spacing:.02em;text-transform:uppercase;flex:0 0 auto}.igrejav1-member-avatar img,.igrejav1-member-avatar__image{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.igrejav1-member-avatar--table{width:38px;height:38px;font-size:13px}.igrejav1-member-avatar--form,.igrejav1-member-avatar--modal{width:72px;height:72px;font-size:22px}.igrejav1-member-identity,.igrejav1-member-photo-control,.igrejav1-member-profile-summary{display:flex;align-items:center;gap:12px}.igrejav1-member-identity>div,.igrejav1-member-profile-summary>div{display:grid;gap:3px;min-width:0}.igrejav1-member-identity strong,.igrejav1-member-profile-summary strong{color:var(--igrejav1-color-title);font-weight:800}.igrejav1-member-identity small,.igrejav1-member-profile-summary span{color:var(--igrejav1-color-text);font-size:12px}.igrejav1-member-photo-control input[type="file"]{width:100%}.igrejav1-member-photo-remove{margin-top:8px}.igrejav1-member-profile-summary{padding:14px;margin-bottom:16px;border:1px solid var(--igrejav1-color-border);border-radius:14px;background:var(--igrejav1-color-bg)}.igrejav1-system-menu__user{flex-direction:row;align-items:center;gap:10px}.igrejav1-system-menu__avatar{width:42px;height:42px;font-size:14px}.igrejav1-system-menu__user-info{display:grid;gap:2px;min-width:0}@media (max-width:640px){.igrejav1-member-photo-control,.igrejav1-member-profile-summary{align-items:flex-start}}.igrejav1-system-menu-shell{width:100%}.igrejav1-system-menu__header-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.igrejav1-system-menu__header-top .igrejav1-system-menu__brand{margin-bottom:0}.igrejav1-system-menu-mobile-toggle,.igrejav1-system-menu-mobile-overlay,.igrejav1-system-menu-mobile-bottom-nav,.igrejav1-system-menu__close{display:none}@media (max-width:900px){body.igrejav1-has-system-bottom-nav{padding-bottom:calc(92px + env(safe-area-inset-bottom))}.igrejav1-system-menu-mobile-bottom-nav{position:fixed;left:12px;right:12px;bottom:max(10px, env(safe-area-inset-bottom));z-index:10000;display:grid;grid-template-columns:repeat(var(--igrejav1-mobile-nav-count,5),minmax(0,1fr));align-items:center;gap:4px;min-height:66px;padding:7px;border:1px solid rgba(29,35,102,.1);border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 16px 36px rgba(16,24,64,.18);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.igrejav1-system-menu-mobile-bottom-nav__item{appearance:none;-webkit-appearance:none;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;min-height:52px;padding:6px 4px;border:0;border-radius:16px;background:transparent;color:var(--igrejav1-color-text);text-align:center;text-decoration:none;font-family:inherit;font-size:10.5px;font-weight:800;line-height:1.1;cursor:pointer;transition:background-color 0.16s ease,color 0.16s ease,transform 0.16s ease}.igrejav1-system-menu-mobile-bottom-nav__item:hover,.igrejav1-system-menu-mobile-bottom-nav__item:focus,.igrejav1-system-menu-mobile-bottom-nav__item.is-active{background:var(--igrejav1-color-hover);color:var(--igrejav1-color-title);transform:translateY(-1px);outline:none}.igrejav1-system-menu-shell.is-mobile-open .igrejav1-system-menu-mobile-bottom-nav__more{background:var(--igrejav1-color-title);color:#fff}.igrejav1-system-menu-mobile-bottom-nav__item .igrejav1-system-menu__icon{width:22px;height:22px;flex:0 0 22px;color:currentColor}.igrejav1-system-menu-mobile-bottom-nav__item svg{width:20px;height:20px}.igrejav1-system-menu-mobile-bottom-nav__item>span:not(.igrejav1-system-menu__icon){display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.igrejav1-system-menu-mobile-toggle{position:fixed;right:18px;bottom:18px;z-index:10020;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 16px;border:0;border-radius:999px;background:var(--igrejav1-color-title);color:#fff;box-shadow:0 12px 28px rgba(29,35,102,.25);font-size:14px;font-weight:800;line-height:1;cursor:pointer}.igrejav1-system-menu-mobile-toggle .igrejav1-system-menu__icon{width:20px;height:20px;flex-basis:20px;color:#fff}.igrejav1-system-menu-mobile-toggle svg{width:20px;height:20px}.igrejav1-system-menu-mobile-overlay{position:fixed;inset:0;z-index:10010;display:block;width:100%;height:100%;padding:0;border:0;background:rgba(10,15,40,.42);opacity:0;pointer-events:none;transition:opacity 0.18s ease;cursor:pointer}.igrejav1-system-menu{position:fixed;top:0;left:0;bottom:0;z-index:10030;width:min(86vw, 340px);max-width:min(86vw, 340px);height:100dvh;max-height:100dvh;border-radius:0 22px 22px 0;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translateX(-105%);transition:transform 0.22s ease;box-shadow:18px 0 38px rgba(16,24,64,.18)}.igrejav1-system-menu__close{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:0;border-radius:999px;background:var(--igrejav1-color-hover);color:var(--igrejav1-color-title);cursor:pointer}.igrejav1-system-menu__close .igrejav1-system-menu__icon{width:20px;height:20px;flex-basis:20px}.igrejav1-system-menu__close svg{width:20px;height:20px}.igrejav1-system-menu-shell.is-mobile-open .igrejav1-system-menu{transform:translateX(0)}.igrejav1-system-menu-shell.is-mobile-open .igrejav1-system-menu-mobile-overlay{opacity:1;pointer-events:auto}body.igrejav1-mobile-menu-open{overflow:hidden}}@media (max-width:380px){.igrejav1-system-menu-mobile-bottom-nav{left:8px;right:8px;min-height:62px;padding:6px;border-radius:20px}.igrejav1-system-menu-mobile-bottom-nav__item{min-height:49px;font-size:9.5px;border-radius:14px}.igrejav1-system-menu-mobile-bottom-nav__item .igrejav1-system-menu__icon{width:20px;height:20px;flex-basis:20px}.igrejav1-system-menu-mobile-bottom-nav__item svg{width:18px;height:18px}.igrejav1-system-menu-mobile-toggle span{display:none}.igrejav1-system-menu-mobile-toggle{width:48px;height:48px;padding:0}}.igrejav1-icon-actions{gap:6px}.igrejav1-icon-button,.igrejav1-icon-button:visited{border:0;outline:0;background:transparent;box-shadow:none;width:36px;height:36px;border-radius:10px;padding:0;color:var(--igrejav1-color-title);text-decoration:none}.igrejav1-icon-button svg{width:19px;height:19px;display:block}.igrejav1-icon-button:hover,.igrejav1-icon-button:focus-visible{background:#f5f7ff;border:0;box-shadow:none;color:var(--igrejav1-color-title);transform:translateY(-1px)}.igrejav1-icon-button--view,.igrejav1-icon-button--pdf,.igrejav1-icon-button--download{color:var(--igrejav1-color-title);background:transparent;border:0}.igrejav1-icon-button--view:hover,.igrejav1-icon-button--view:focus-visible,.igrejav1-icon-button--pdf:hover,.igrejav1-icon-button--pdf:focus-visible,.igrejav1-icon-button--download:hover,.igrejav1-icon-button--download:focus-visible{color:var(--igrejav1-color-title);background:var(--igrejav1-color-hover);border:0}.igrejav1-icon-button--edit{color:#175cd3;background:transparent;border:0}.igrejav1-icon-button--edit:hover,.igrejav1-icon-button--edit:focus-visible{color:#175cd3;background:#eef4ff;border:0}.igrejav1-icon-button--delete{color:#b42318;background:transparent;border:0}.igrejav1-icon-button--delete:hover,.igrejav1-icon-button--delete:focus-visible{color:#912018;background:#fff1f0;border:0}.igrejav1-icon-button--archive{color:#7a4b00;background:transparent;border:0}.igrejav1-icon-button--archive:hover,.igrejav1-icon-button--archive:focus-visible{color:#5c3900;background:#fff7e6;border:0}.igrejav1-icon-button--convert,.igrejav1-icon-button--success,.igrejav1-icon-button--success:disabled,.igrejav1-icon-button--whatsapp{color:#027a48;background:transparent;border:0}.igrejav1-icon-button--convert:hover,.igrejav1-icon-button--convert:focus-visible,.igrejav1-icon-button--whatsapp:hover,.igrejav1-icon-button--whatsapp:focus-visible{color:#05603a;background:#ecfdf3;border:0}.igrejav1-icon-button--cancel{color:#b54708;background:transparent;border:0}.igrejav1-icon-button--cancel:hover,.igrejav1-icon-button--cancel:focus-visible{color:#93370d;background:#fffaeb;border:0}.igrejav1-icon-button--disabled,.igrejav1-icon-button--disabled:disabled,.igrejav1-icon-button:disabled{color:var(--igrejav1-color-muted);background:transparent;border:0;box-shadow:none;cursor:not-allowed;opacity:.75}.igrejav1-icon-button:disabled:hover,.igrejav1-icon-button--disabled:hover{transform:none;border:0;background:transparent;box-shadow:none}.igrejav1-icon-actions .igrejav1-icon-button--delete,.igrejav1-icon-actions .igrejav1-inline-form .igrejav1-icon-button--delete,.igrejav1-inline-form .igrejav1-icon-button--delete,button.igrejav1-icon-button.igrejav1-icon-button--delete,a.igrejav1-icon-button.igrejav1-icon-button--delete{appearance:none!important;-webkit-appearance:none!important;border:none!important;outline:none;background:transparent!important;box-shadow:none!important;border-radius:0!important;min-width:0!important;width:30px!important;height:30px!important;padding:0!important;margin:0!important;color:#b42318!important}.igrejav1-icon-actions .igrejav1-icon-button--delete:hover,.igrejav1-icon-actions .igrejav1-icon-button--delete:focus,.igrejav1-icon-actions .igrejav1-icon-button--delete:focus-visible,.igrejav1-inline-form .igrejav1-icon-button--delete:hover,.igrejav1-inline-form .igrejav1-icon-button--delete:focus,.igrejav1-inline-form .igrejav1-icon-button--delete:focus-visible,button.igrejav1-icon-button.igrejav1-icon-button--delete:hover,button.igrejav1-icon-button.igrejav1-icon-button--delete:focus,button.igrejav1-icon-button.igrejav1-icon-button--delete:focus-visible{border:none!important;background:transparent!important;box-shadow:none!important;color:#912018!important;transform:scale(1.06)}.igrejav1-icon-actions .igrejav1-icon-button--delete svg,.igrejav1-inline-form .igrejav1-icon-button--delete svg,button.igrejav1-icon-button.igrejav1-icon-button--delete svg{width:20px!important;height:20px!important;display:block!important}.igrejav1-system-mobile-profile{display:none}@media (max-width:900px){.igrejav1-system-mobile-profile{display:flex;align-items:center;gap:14px;width:100%;margin:0 0 18px;padding:14px 16px;border:1px solid rgba(29,35,102,.08);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 14px 32px rgba(16,24,64,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.igrejav1-system-mobile-profile>.igrejav1-system-mobile-profile__avatar{width:56px;height:56px;min-width:56px;font-size:17px;color:var(--igrejav1-color-title);background:var(--igrejav1-color-hover);border:3px solid #fff;box-shadow:0 0 0 1px rgba(29,35,102,.1),0 8px 18px rgba(16,24,64,.12)}.igrejav1-system-mobile-profile__content{display:grid;gap:4px;min-width:0}.igrejav1-system-mobile-profile__system{display:block;overflow:hidden;color:var(--igrejav1-color-title);font-size:17px;font-weight:900;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.igrejav1-system-mobile-profile__message{display:block;color:var(--igrejav1-color-text);font-size:13px;font-weight:700;line-height:1.35}}@media (max-width:380px){.igrejav1-system-mobile-profile{gap:12px;padding:12px 14px;border-radius:21px}.igrejav1-system-mobile-profile>.igrejav1-system-mobile-profile__avatar{width:50px;height:50px;min-width:50px;font-size:15px}.igrejav1-system-mobile-profile__system{font-size:15px}.igrejav1-system-mobile-profile__message{font-size:12px}}.igrejav1-system-menu__desktop-toggle{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;border-radius:999px;background:var(--igrejav1-color-hover);color:var(--igrejav1-color-title);cursor:pointer;transition:background-color 0.16s ease,color 0.16s ease,transform 0.16s ease}.igrejav1-system-menu__desktop-toggle:hover,.igrejav1-system-menu__desktop-toggle:focus{background:var(--igrejav1-color-title);color:#fff;outline:none;transform:translateY(-1px)}.igrejav1-system-menu__desktop-toggle .igrejav1-system-menu__icon,.igrejav1-system-menu__desktop-toggle svg{width:18px;height:18px;flex-basis:18px;color:currentColor}@media (min-width:901px){.igrejav1-system-menu-shell[data-igrejav1-desktop-menu]{width:min(100%, 320px);max-width:320px;transition:width 0.2s ease,max-width 0.2s ease}.igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu{transition:width 0.2s ease,max-width 0.2s ease,border-radius 0.2s ease}.igrejav1-system-menu__link,.igrejav1-system-menu__logout{position:relative}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu],.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed{width:82px;max-width:82px}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu{width:82px;max-width:82px}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__header,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__header{padding:14px 10px}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__header-top,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__header-top{justify-content:center;margin-bottom:12px}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__brand,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__brand,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__user-info,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__user-info,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link>span:not(.igrejav1-system-menu__icon),.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link>span:not(.igrejav1-system-menu__icon),html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout>span:not(.igrejav1-system-menu__icon),.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout>span:not(.igrejav1-system-menu__icon){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__user,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__user{justify-content:center}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__avatar,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__avatar{width:44px;height:44px;font-size:14px}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__body,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__body,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__footer,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__footer{padding:10px 8px}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout{justify-content:center;gap:0;min-height:46px;padding:11px 0}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link .igrejav1-system-menu__icon,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link .igrejav1-system-menu__icon,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout .igrejav1-system-menu__icon,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout .igrejav1-system-menu__icon{width:25px;height:25px;flex-basis:25px}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link::after,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link::after,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout::after,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout::after{content:attr(data-igrejav1-label);position:absolute;left:calc(100% + 10px);top:50%;z-index:10040;display:block;min-width:max-content;max-width:220px;padding:7px 10px;border-radius:10px;background:var(--igrejav1-color-title);color:#fff;font-size:12px;font-weight:800;line-height:1.2;opacity:0;pointer-events:none;transform:translate(-4px,-50%);transition:opacity 0.14s ease,transform 0.14s ease;white-space:nowrap;box-shadow:0 10px 24px rgba(16,24,64,.18)}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link:hover::after,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link:hover::after,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link:focus::after,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link:focus::after,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout:hover::after,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout:hover::after,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout:focus::after,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout:focus::after{opacity:1;transform:translate(0,-50%)}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__desktop-toggle svg,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__desktop-toggle svg{transform:rotate(180deg)}}@media (max-width:900px){.igrejav1-system-menu__desktop-toggle{display:none}}:root{--igrejav1-system-menu-collapsed-column-width:96px}@media (min-width:901px){.igrejav1-system-menu-layout-row{min-width:0}.igrejav1-system-menu-layout-column,.igrejav1-system-content-layout-column,.igreja-coluna-menu,.igreja-coluna-conteudo{min-width:0;transition:width 0.22s ease,max-width 0.22s ease,flex-basis 0.22s ease}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-layout-column,html.igrejav1-menu-desktop-collapsed .igreja-coluna-menu{width:var(--igrejav1-system-menu-collapsed-column-width)!important;max-width:var(--igrejav1-system-menu-collapsed-column-width)!important;flex:0 0 var(--igrejav1-system-menu-collapsed-column-width)!important;flex-basis:var(--igrejav1-system-menu-collapsed-column-width)!important;--width:var(--igrejav1-system-menu-collapsed-column-width) !important;--flex-basis:var(--igrejav1-system-menu-collapsed-column-width) !important;--flex-grow:0 !important;--flex-shrink:0 !important}html.igrejav1-menu-desktop-collapsed .igrejav1-system-content-layout-column,html.igrejav1-menu-desktop-collapsed .igreja-coluna-conteudo{width:calc(100% - var(--igrejav1-system-menu-collapsed-column-width))!important;max-width:calc(100% - var(--igrejav1-system-menu-collapsed-column-width))!important;flex:1 1 calc(100% - var(--igrejav1-system-menu-collapsed-column-width))!important;flex-basis:calc(100% - var(--igrejav1-system-menu-collapsed-column-width))!important;--width:calc(100% - var(--igrejav1-system-menu-collapsed-column-width)) !important;--flex-basis:calc(100% - var(--igrejav1-system-menu-collapsed-column-width)) !important;--flex-grow:1 !important;--flex-shrink:1 !important;min-width:0!important}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-layout-column>.elementor-widget-wrap,html.igrejav1-menu-desktop-collapsed .igreja-coluna-menu>.elementor-widget-wrap{padding-left:0!important;padding-right:0!important}}@media (min-width:901px){html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-row="system"]{display:flex!important;flex-wrap:nowrap!important;align-items:stretch!important;width:100%!important;max-width:100%!important;min-width:0!important}html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-row="system"]>[data-igrejav1-menu-layout-column="menu"]{width:var(--igrejav1-system-menu-collapsed-column-width)!important;max-width:var(--igrejav1-system-menu-collapsed-column-width)!important;flex:0 0 var(--igrejav1-system-menu-collapsed-column-width)!important;flex-basis:var(--igrejav1-system-menu-collapsed-column-width)!important;flex-grow:0!important;flex-shrink:0!important;min-width:0!important}html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-row="system"]>[data-igrejav1-menu-layout-column="content"]{width:auto!important;max-width:none!important;flex:1 1 0%!important;flex-basis:0%!important;flex-grow:1!important;flex-shrink:1!important;min-width:0!important}html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-column="content"]>.elementor-widget-wrap,html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-column="content"]>.e-con-inner,html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-column="content"] .elementor-widget,html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-column="content"] .elementor-widget-container,html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-column="content"] .igrejav1-wrap,html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-column="content"] .igrejav1-general-panel{width:100%!important;max-width:100%!important;min-width:0!important}html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-column="content"] .igrejav1-grid-4{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-column="content"] .igrejav1-grid-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-column="content"] .igrejav1-grid-2{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media (min-width:901px){html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-row="system"][data-igrejav1-menu-layout-type="elementor-classic-inner"]{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;width:100%!important;max-width:100%!important;min-width:0!important}html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-row="system"][data-igrejav1-menu-layout-type="elementor-classic-inner"]>.elementor-column[data-igrejav1-menu-layout-column="menu"]{width:var(--igrejav1-system-menu-collapsed-column-width)!important;max-width:var(--igrejav1-system-menu-collapsed-column-width)!important;flex:0 0 var(--igrejav1-system-menu-collapsed-column-width)!important;flex-basis:var(--igrejav1-system-menu-collapsed-column-width)!important;flex-grow:0!important;flex-shrink:0!important}html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-row="system"][data-igrejav1-menu-layout-type="elementor-classic-inner"]>.elementor-column[data-igrejav1-menu-layout-column="content"]{width:auto!important;max-width:none!important;flex:1 1 0%!important;flex-basis:0%!important;flex-grow:1!important;flex-shrink:1!important;min-width:0!important}html.igrejav1-menu-desktop-collapsed .elementor-section:has(>[data-igrejav1-menu-layout-row="system"]){width:100%!important;max-width:100%!important}}@media (min-width:901px){html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu],html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__body,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__footer,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__body,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__footer{overflow:visible}html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-column="menu"],html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-layout-column,html.igrejav1-menu-desktop-collapsed .igreja-coluna-menu{overflow:visible!important;position:relative;z-index:30}html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-column="menu"]>.elementor-widget-wrap,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-layout-column>.elementor-widget-wrap,html.igrejav1-menu-desktop-collapsed .igreja-coluna-menu>.elementor-widget-wrap,html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-column="menu"] .elementor-widget-container,html.igrejav1-menu-desktop-collapsed .igreja-coluna-menu .elementor-widget-container{overflow:visible!important}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout{position:relative;z-index:2;outline-offset:4px}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link::after,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout::after,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link::after,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout::after{content:attr(data-igrejav1-tooltip);position:absolute;left:calc(100% + 14px);top:50%;z-index:99999;display:inline-flex;align-items:center;min-height:34px;max-width:260px;padding:8px 12px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#05196B;color:#fff;font-size:12px;font-weight:800;line-height:1.2;letter-spacing:.01em;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-6px,-50%) scale(.98);transform-origin:left center;transition:opacity 0.16s ease,transform 0.16s ease,visibility 0.16s ease;white-space:nowrap;box-shadow:0 14px 30px rgba(5,25,107,.24)}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link::before,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout::before,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link::before,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout::before{content:'';position:absolute;left:calc(100% + 8px);top:50%;z-index:100000;width:10px;height:10px;background:#05196B;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-6px,-50%) rotate(45deg) scale(.92);transition:opacity 0.16s ease,transform 0.16s ease,visibility 0.16s ease;box-shadow:0 6px 16px rgba(5,25,107,.14)}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link:hover::after,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link:focus::after,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link:focus-visible::after,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout:hover::after,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout:focus::after,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout:focus-visible::after,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link:hover::after,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link:focus::after,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link:focus-visible::after,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout:hover::after,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout:focus::after,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout:focus-visible::after,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link:hover::before,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link:focus::before,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link:focus-visible::before,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout:hover::before,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout:focus::before,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout:focus-visible::before,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link:hover::before,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link:focus::before,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link:focus-visible::before,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout:hover::before,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout:focus::before,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout:focus-visible::before{opacity:1;visibility:visible;transform:translate(0,-50%) scale(1)}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link:hover::before,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link:focus::before,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link:focus-visible::before,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout:hover::before,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout:focus::before,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout:focus-visible::before,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link:hover::before,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link:focus::before,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__link:focus-visible::before,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout:hover::before,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout:focus::before,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__logout:focus-visible::before{transform:translate(0,-50%) rotate(45deg) scale(1)}}@media (min-width:901px){.igreja-menu-fixo,.igreja-coluna-menu.igreja-menu-fixo,[data-igrejav1-menu-layout-column="menu"].igreja-menu-fixo,.igrejav1-system-menu-layout-column.igreja-menu-fixo{position:sticky!important;top:var(--igrejav1-system-menu-sticky-top,20px)!important;align-self:flex-start!important;z-index:80!important;overflow:visible!important}body.admin-bar .igreja-menu-fixo,body.admin-bar .igreja-coluna-menu.igreja-menu-fixo,body.admin-bar [data-igrejav1-menu-layout-column="menu"].igreja-menu-fixo,body.admin-bar .igrejav1-system-menu-layout-column.igreja-menu-fixo{top:var(--igrejav1-system-menu-sticky-top-admin,52px)!important}html.igrejav1-menu-desktop-collapsed .igreja-menu-fixo,html.igrejav1-menu-desktop-collapsed .igreja-coluna-menu.igreja-menu-fixo,html.igrejav1-menu-desktop-collapsed [data-igrejav1-menu-layout-column="menu"].igreja-menu-fixo,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-layout-column.igreja-menu-fixo{position:sticky!important;top:var(--igrejav1-system-menu-sticky-top,20px)!important;align-self:flex-start!important;z-index:90!important;overflow:visible!important}html.igrejav1-menu-desktop-collapsed body.admin-bar .igreja-menu-fixo,html.igrejav1-menu-desktop-collapsed body.admin-bar .igreja-coluna-menu.igreja-menu-fixo,html.igrejav1-menu-desktop-collapsed body.admin-bar [data-igrejav1-menu-layout-column="menu"].igreja-menu-fixo,html.igrejav1-menu-desktop-collapsed body.admin-bar .igrejav1-system-menu-layout-column.igreja-menu-fixo{top:var(--igrejav1-system-menu-sticky-top-admin,52px)!important}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu,.igrejav1-system-menu-shell.is-desktop-collapsed .igrejav1-system-menu{position:relative;border-radius:18px!important;background:#fff;isolation:isolate}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__header,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__header,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu__header,.igrejav1-system-menu-shell.is-desktop-collapsed .igrejav1-system-menu__header{border-radius:18px 18px 0 0!important;overflow:hidden}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__body,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__body,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu__body,.igrejav1-system-menu-shell.is-desktop-collapsed .igrejav1-system-menu__body{background:#fff}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__footer,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__footer,html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu__footer,.igrejav1-system-menu-shell.is-desktop-collapsed .igrejav1-system-menu__footer{border-radius:0 0 18px 18px!important;overflow:hidden}html.igrejav1-menu-desktop-collapsed .igreja-menu-fixo .igrejav1-system-menu-shell[data-igrejav1-desktop-menu],html.igrejav1-menu-desktop-collapsed .igreja-menu-fixo .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__link,html.igrejav1-menu-desktop-collapsed .igreja-menu-fixo .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__logout{overflow:visible}}@media (max-width:900px){.igreja-menu-fixo{position:relative!important;top:auto!important;z-index:auto!important}}.igrejav1-financial-layout{display:flex;flex-direction:column;gap:24px;width:100%}.igrejav1-financial-layout>.igrejav1-card,.igrejav1-financial-layout>.igrejav1-grid{margin-top:0;margin-bottom:0}.igrejav1-financial-layout .igrejav1-card{padding:24px}.igrejav1-financial-layout .igrejav1-toolbar{margin-bottom:22px}.igrejav1-financial-layout .igrejav1-toolbar h3,.igrejav1-financial-layout .igrejav1-toolbar p{margin-top:0}.igrejav1-financial-summary{gap:20px;margin:22px 0 26px}.igrejav1-financial-card{padding:18px;border-radius:16px}.igrejav1-financial-extra-grid{gap:22px}.igrejav1-financial-layout .igrejav1-card--inner{padding:20px;margin-bottom:22px}.igrejav1-financial-filters,.igrejav1-report-actions{padding:18px;margin-bottom:22px}.igrejav1-financial-closure-panel{margin-top:0}.igrejav1-financial-closure-details{gap:18px;margin:22px 0}.igrejav1-financial-closure-details>div{padding:18px;border-radius:16px}.igrejav1-financial-closure-actions{gap:12px;margin-top:18px}.igrejav1-financial-closure-note{margin-top:16px}.igrejav1-financial-layout .igreja-form-grid{gap:20px 22px}.igrejav1-financial-layout .igrejav1-table-wrap{margin-top:8px}.igrejav1-financial-report-grid{display:grid;gap:24px}@media (max-width:900px){.igrejav1-financial-layout{gap:18px}.igrejav1-financial-layout .igrejav1-card{padding:18px}.igrejav1-financial-summary{gap:14px;margin:18px 0 20px}.igrejav1-financial-extra-grid{gap:16px}.igrejav1-financial-filters,.igrejav1-report-actions{padding:16px;margin-bottom:18px}.igrejav1-financial-closure-details{gap:14px;margin:18px 0}}.igrejav1-wrap,.igrejav1-card,.igrejav1-modal,.igrejav1-system-menu,.igreja-v1-login-wrap{color:var(--igrejav1-color-text)}.igrejav1-wrap h1,.igrejav1-wrap h2,.igrejav1-wrap h3,.igrejav1-wrap h4,.igrejav1-wrap h5,.igrejav1-wrap h6,.igrejav1-card h1,.igrejav1-card h2,.igrejav1-card h3,.igrejav1-card h4,.igrejav1-card h5,.igrejav1-section-heading h3,.igrejav1-section-title h4,.igrejav1-detail-section__header h4,.igrejav1-system-menu__brand,.igrejav1-system-menu__user span,.igrejav1-system-menu__link,.igrejav1-system-menu__group-title,.igrejav1-system-menu__logout{color:var(--igrejav1-color-title)}.igrejav1-wrap p,.igrejav1-wrap li,.igrejav1-wrap td,.igrejav1-wrap input,.igrejav1-wrap select,.igrejav1-wrap textarea,.igrejav1-card p,.igrejav1-table td,.igrejav1-detail-value{color:var(--igrejav1-color-text)}.igrejav1-field label,.igrejav1-table th,.igrejav1-detail-label,.igrejav1-kpi-module,.igrejav1-mini-list__item em,.igrejav1-system-menu__link--child{color:var(--igrejav1-color-subtitle)}.igrejav1-text-muted,.igrejav1-field-help,.igrejav1-section-heading p,.igrejav1-section-title p,.igrejav1-toolbar p,.igrejav1-card small,.igrejav1-mini-list__item span,.igrejav1-mini-list__item small,.igrejav1-system-menu__user small{color:var(--igrejav1-color-muted)}.igrejav1-card,.igrejav1-modal__dialog,.igrejav1-system-menu,.igrejav1-detail-item,.igrejav1-mini-list__item{border-color:var(--igrejav1-color-border)}.igrejav1-field input,.igrejav1-field select,.igrejav1-field textarea,.igrejav1-table th,.igrejav1-table td,.igrejav1-modal__header,.igrejav1-section-title{border-color:var(--igrejav1-color-border)}.igrejav1-system-menu__link:hover,.igrejav1-system-menu__group-title:hover,.igrejav1-system-menu__logout:hover,.igrejav1-system-menu__link.is-active,.igrejav1-button--secondary,.igreja-v1-login-secondary{background-color:var(--igrejav1-color-hover)}.igrejav1-create-launcher{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.igrejav1-create-launcher__content{min-width:0}.igrejav1-create-launcher__content h3{margin:10px 0 6px}.igrejav1-create-launcher__content p{margin:0}.igrejav1-create-launcher__button{flex:0 0 auto;white-space:nowrap}.igrejav1-create-launcher__button span{display:inline-block;margin-right:6px;font-weight:800}.igrejav1-create-modal .igrejav1-modal__body>.igrejav1-card,.igrejav1-create-modal .igrejav1-modal__body>form.igrejav1-card,.igrejav1-create-modal .igrejav1-modal__body>.igrejav1-inner-card{border:0;box-shadow:none;padding:0;border-radius:0}.igrejav1-create-modal .igrejav1-modal__body>.igrejav1-card .igrejav1-toolbar:first-child,.igrejav1-create-modal .igrejav1-modal__body>form.igrejav1-card .igrejav1-toolbar:first-child{margin-bottom:16px}.igrejav1-create-modal .igrejav1-modal__body .igrejav1-toolbar h3{font-size:20px}@media (max-width:700px){.igrejav1-create-launcher{align-items:stretch;flex-direction:column}.igrejav1-create-launcher__button{justify-content:center;width:100%}}.igrejav1-birthdays-layout,.igrejav1-documents-layout,.igrejav1-assets-layout,.igrejav1-secretary-layout,.igrejav1-users-permissions-layout{display:flex;flex-direction:column;gap:24px;width:100%}.igrejav1-birthdays-layout>.igrejav1-card,.igrejav1-documents-layout>.igrejav1-card,.igrejav1-assets-layout>.igrejav1-card,.igrejav1-secretary-layout>.igrejav1-card,.igrejav1-users-permissions-layout>.igrejav1-card,.igrejav1-users-permissions-layout>form.igrejav1-card,.igrejav1-documents-layout>.igrejav1-create-launcher,.igrejav1-assets-layout>.igrejav1-create-launcher,.igrejav1-secretary-layout>.igrejav1-create-launcher{margin-top:0;margin-bottom:0}.igrejav1-birthdays-layout>.igrejav1-card,.igrejav1-documents-layout>.igrejav1-card,.igrejav1-assets-layout>.igrejav1-card,.igrejav1-secretary-layout>.igrejav1-card,.igrejav1-users-permissions-layout>.igrejav1-card,.igrejav1-users-permissions-layout>form.igrejav1-card{padding:24px}.igrejav1-birthdays-layout .igrejav1-toolbar,.igrejav1-documents-layout .igrejav1-toolbar,.igrejav1-assets-layout .igrejav1-toolbar,.igrejav1-secretary-layout .igrejav1-toolbar,.igrejav1-users-permissions-layout .igrejav1-toolbar{margin-bottom:22px}.igrejav1-birthdays-layout .igrejav1-grid,.igrejav1-documents-layout .igrejav1-grid,.igrejav1-assets-layout .igrejav1-grid,.igrejav1-secretary-layout .igrejav1-grid{gap:20px}.igrejav1-birthdays-layout .igrejav1-inner-card,.igrejav1-documents-layout .igrejav1-inner-card,.igrejav1-assets-layout .igrejav1-inner-card,.igrejav1-secretary-layout .igrejav1-inner-card{padding:20px}.igrejav1-birthdays-summary,.igrejav1-documents-summary,.igrejav1-assets-summary,.igrejav1-secretary-layout .igrejav1-card>.igrejav1-grid{margin:22px 0 26px}.igrejav1-birthdays-layout .igrejav1-birthdays-filters,.igrejav1-documents-layout .igrejav1-documents-filters,.igrejav1-assets-layout .igrejav1-assets-filters,.igrejav1-secretary-layout .igrejav1-filter-form{gap:18px 20px;margin-bottom:24px;padding:18px}.igrejav1-birthdays-layout .igrejav1-birthday-list{gap:18px}.igrejav1-birthdays-layout .igrejav1-birthday-person{padding:18px}.igrejav1-users-permissions-layout .igrejav1-section{padding:18px;border:1px solid var(--igrejav1-color-border);border-radius:14px;background:#fff}.igrejav1-users-permissions-layout .igrejav1-section+.igrejav1-section{margin-top:22px}.igrejav1-users-permissions-layout .igrejav1-permission-group{padding:18px;border:1px solid var(--igrejav1-color-border);border-radius:14px;background:var(--igrejav1-color-bg)}.igrejav1-users-permissions-layout .igrejav1-permission-group+.igrejav1-permission-group{margin-top:18px}.igrejav1-users-permissions-layout .igrejav1-checkbox-grid{gap:14px 16px}.igrejav1-users-permissions-layout .igrejav1-checkbox{padding:14px;background:#fff}@media (max-width:900px){.igrejav1-birthdays-layout,.igrejav1-documents-layout,.igrejav1-assets-layout,.igrejav1-secretary-layout,.igrejav1-users-permissions-layout{gap:18px}.igrejav1-birthdays-layout>.igrejav1-card,.igrejav1-documents-layout>.igrejav1-card,.igrejav1-assets-layout>.igrejav1-card,.igrejav1-secretary-layout>.igrejav1-card,.igrejav1-users-permissions-layout>.igrejav1-card,.igrejav1-users-permissions-layout>form.igrejav1-card{padding:18px}.igrejav1-birthdays-summary,.igrejav1-documents-summary,.igrejav1-assets-summary,.igrejav1-secretary-layout .igrejav1-card>.igrejav1-grid{margin:18px 0 22px}.igrejav1-birthdays-layout .igrejav1-birthdays-filters,.igrejav1-documents-layout .igrejav1-documents-filters,.igrejav1-assets-layout .igrejav1-assets-filters,.igrejav1-secretary-layout .igrejav1-filter-form,.igrejav1-users-permissions-layout .igrejav1-section,.igrejav1-users-permissions-layout .igrejav1-permission-group{padding:16px}}.igreja-v1-login-wrap{width:100%;min-height:clamp(520px, 72svh, 760px);align-items:center;justify-content:center;padding:clamp(24px, 5vw, 56px) 16px;background:transparent}.igreja-v1-login-card{position:relative;width:min(100%, 500px);padding:clamp(24px, 4vw, 36px);border-radius:26px;border-color:rgba(29,35,102,.13);box-shadow:0 20px 54px rgba(20,32,76,.12);overflow:hidden}.igreja-v1-login-heading{text-align:center;margin-bottom:22px}.igreja-v1-login-heading h3{margin:8px 0 8px;font-size:clamp(24px, 3vw, 30px);line-height:1.15;letter-spacing:-.03em}.igreja-v1-login-heading p{max-width:360px;margin:0 auto;line-height:1.55}.igreja-v1-login-kicker{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;background:var(--igrejav1-color-hover);color:var(--igrejav1-color-title);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.igreja-v1-login-form{gap:18px;margin-top:0}.igreja-v1-login-card .igrejav1-field{gap:9px}.igreja-v1-login-card .igrejav1-field label{font-size:13px;letter-spacing:.01em}.igreja-v1-login-card .igrejav1-field input{min-height:50px;border-radius:14px;padding:12px 14px;border-color:rgba(29,35,102,.16);background:#fbfcff;transition:border-color 0.16s ease,box-shadow 0.16s ease,background-color 0.16s ease}.igreja-v1-login-card .igrejav1-field input:focus{outline:none;border-color:rgba(29,35,102,.62);background:#fff;box-shadow:0 0 0 4px rgba(29,35,102,.1)}.igreja-v1-password-field{position:relative;display:flex;align-items:center}.igreja-v1-password-field input{padding-right:52px!important}.igreja-v1-password-toggle{position:absolute;right:9px;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;padding:0;background:transparent;color:var(--igrejav1-color-muted);cursor:pointer;transition:background-color 0.16s ease,color 0.16s ease,transform 0.16s ease}.igreja-v1-password-toggle:hover,.igreja-v1-password-toggle:focus{background:var(--igrejav1-color-hover);color:var(--igrejav1-color-title);outline:none}.igreja-v1-password-toggle:focus-visible{box-shadow:0 0 0 3px rgba(29,35,102,.16)}.igreja-v1-password-toggle svg{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.igreja-v1-password-toggle__icon--hide,.igreja-v1-password-toggle.is-visible .igreja-v1-password-toggle__icon--show{display:none}.igreja-v1-password-toggle.is-visible .igreja-v1-password-toggle__icon--hide{display:inline-flex}.igreja-v1-login-remember{width:fit-content;padding:4px 0;color:var(--igrejav1-color-subtitle)}.igreja-v1-login-remember input{width:16px;height:16px;accent-color:var(--igrejav1-color-title)}.igreja-v1-login-actions{width:100%;justify-content:stretch}.igreja-v1-login-actions .igrejav1-button{min-height:48px;flex:1 1 auto;display:inline-flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 12px 24px rgba(29,35,102,.18)}.igreja-v1-login-actions .igrejav1-button:hover,.igreja-v1-login-actions .igrejav1-button:focus{filter:brightness(1.04)}.igreja-v1-login-actions .igreja-v1-login-access-button:hover,.igreja-v1-login-actions .igreja-v1-login-access-button:focus{background:var(--igrejav1-color-title);color:#fff;filter:none;transform:none}.igreja-v1-login-actions .igreja-v1-login-secondary{box-shadow:none}.igreja-v1-login-links{padding-top:2px;text-align:center}.igreja-v1-login-user-box{display:grid;gap:4px;margin:18px 0 22px;padding:16px;border:1px solid var(--igrejav1-color-border);border-radius:16px;background:var(--igrejav1-color-bg);text-align:center}.igreja-v1-login-user-box strong{color:var(--igrejav1-color-title);font-size:15px}.igreja-v1-login-user-box span{color:var(--igrejav1-color-muted);font-size:13px;overflow-wrap:anywhere}.igreja-v1-login-card .igrejav1-notice{margin:0 0 18px;text-align:left}@media (max-width:600px){.igreja-v1-login-wrap{min-height:auto;padding:18px 8px;background:transparent}.igreja-v1-login-card{padding:24px 18px;border-radius:20px;box-shadow:0 12px 32px rgba(20,32,76,.1)}.igreja-v1-login-actions{flex-direction:column}.igreja-v1-login-actions .igrejav1-button{width:100%}}.igrejav1-secretary-dashboard,.igrejav1-secretary-layout{gap:26px}.igrejav1-secretary-hero{display:flex;align-items:stretch;justify-content:space-between;gap:22px;padding:26px;overflow:hidden;position:relative}.igrejav1-secretary-hero::after{content:"";position:absolute;right:-72px;top:-72px;width:180px;height:180px;border-radius:999px;background:rgba(29,35,102,.05);pointer-events:none}.igrejav1-secretary-hero__content{position:relative;z-index:1;max-width:760px}.igrejav1-secretary-hero__content h3{margin:10px 0 8px;font-size:clamp(24px, 3vw, 32px);line-height:1.14}.igrejav1-secretary-hero__content p{max-width:680px}.igrejav1-secretary-hero__meta{position:relative;z-index:1;min-width:160px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:6px;padding:16px 18px;border:1px solid var(--igrejav1-color-border);border-radius:16px;background:var(--igrejav1-color-bg);text-align:right}.igrejav1-secretary-hero__meta strong{font-size:32px;line-height:1;color:var(--igrejav1-color-title)}.igrejav1-secretary-hero__meta span,.igrejav1-secretary-hero__meta small{color:var(--igrejav1-color-subtitle);font-weight:700}.igrejav1-secretary-panel{padding:24px}.igrejav1-secretary-summary{margin:0}.igrejav1-secretary-summary-card{position:relative;min-height:150px;display:flex;flex-direction:column;justify-content:space-between}.igrejav1-secretary-summary-card h4{margin-bottom:8px}.igrejav1-secretary-summary-card small{display:block;margin-top:10px;line-height:1.45}.igrejav1-secretary-insights{align-items:stretch}.igrejav1-secretary-insights>.igrejav1-card{margin:0}.igrejav1-secretary-type-chips,.igrejav1-secretary-active-filters{display:flex;flex-wrap:wrap;gap:10px}.igrejav1-secretary-type-chips span,.igrejav1-secretary-active-filters strong{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border-radius:999px;border:1px solid var(--igrejav1-color-border);background:var(--igrejav1-color-bg);color:var(--igrejav1-color-title);font-size:13px;font-weight:700}.igrejav1-secretary-active-filters{margin-top:16px;align-items:center}.igrejav1-secretary-active-filters>span{color:var(--igrejav1-color-subtitle);font-size:13px;font-weight:800}.igrejav1-secretary-type-list{display:grid;gap:12px}.igrejav1-secretary-type-list>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 14px;border:1px solid var(--igrejav1-color-border);border-radius:14px;background:var(--igrejav1-color-bg)}.igrejav1-secretary-type-list span{color:var(--igrejav1-color-title);font-weight:700}.igrejav1-secretary-type-list strong{min-width:34px;min-height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:var(--igrejav1-color-title);border:1px solid var(--igrejav1-color-border)}.igrejav1-secretary-steps{display:grid;gap:12px}.igrejav1-secretary-steps>div{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:center;padding:12px;border-radius:14px;background:var(--igrejav1-color-bg);border:1px solid var(--igrejav1-color-border)}.igrejav1-secretary-steps strong{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--igrejav1-color-title);color:#fff}.igrejav1-secretary-steps span{color:var(--igrejav1-color-subtitle);line-height:1.45}.igrejav1-secretary-filters-card .igrejav1-filter-form{margin:0}.igrejav1-secretary-filter-form{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end}.igrejav1-secretary-filter-form .igreja-field-full{grid-column:1 / -1}.igrejav1-secretary-table-wrap{border:1px solid var(--igrejav1-color-border);border-radius:16px;overflow:auto}.igrejav1-secretary-table{min-width:920px}.igrejav1-secretary-table th{background:var(--igrejav1-color-bg);color:var(--igrejav1-color-title);font-weight:800}.igrejav1-secretary-table th,.igrejav1-secretary-table td{padding:16px}.igrejav1-secretary-table tr:last-child td{border-bottom:0}.igrejav1-secretary-document-cell{display:flex;flex-direction:column;gap:5px;min-width:240px}.igrejav1-secretary-document-cell strong{color:var(--igrejav1-color-title)}.igrejav1-secretary-protocol{display:inline-flex;width:fit-content;padding:4px 8px;border-radius:999px;background:#eef2ff;color:var(--igrejav1-color-title);font-size:11px;font-weight:800;letter-spacing:.02em}.igrejav1-secretary-actions{justify-content:flex-start;flex-wrap:wrap}.igrejav1-secretary-actions .igrejav1-icon-button{width:auto;min-width:42px;padding:0 12px;gap:7px;font-weight:800}.igrejav1-secretary-actions .igrejav1-icon-button span{font-size:12px}.igrejav1-secretary-empty{padding:24px;border:1px dashed var(--igrejav1-color-border);border-radius:16px;background:var(--igrejav1-color-bg);text-align:center}.igrejav1-secretary-empty.is-compact{padding:18px;text-align:left}.igrejav1-secretary-empty strong{display:block;margin-bottom:6px;color:var(--igrejav1-color-title)}.igrejav1-secretary-create-form textarea{min-height:150px}.igrejav1-secretary-success-card .igrejav1-toolbar{margin-bottom:0}@media (max-width:900px){.igrejav1-secretary-hero{flex-direction:column;padding:22px}.igrejav1-secretary-hero__meta{width:100%;align-items:flex-start;text-align:left}.igrejav1-secretary-filter-form{grid-template-columns:1fr 1fr}}@media (max-width:700px){.igrejav1-secretary-panel{padding:18px}.igrejav1-secretary-filter-form{grid-template-columns:1fr}.igrejav1-secretary-filters-card .igrejav1-toolbar,.igrejav1-secretary-panel .igrejav1-toolbar,.igrejav1-secretary-success-card .igrejav1-toolbar{align-items:stretch;flex-direction:column}.igrejav1-secretary-filters-card .igrejav1-button,.igrejav1-secretary-success-card .igrejav1-button{justify-content:center;text-align:center;width:100%}.igrejav1-secretary-table-wrap{border:0;overflow:visible}.igrejav1-secretary-table{min-width:0;border-collapse:separate;border-spacing:0 14px}.igrejav1-secretary-table thead{display:none}.igrejav1-secretary-table,.igrejav1-secretary-table tbody,.igrejav1-secretary-table tr,.igrejav1-secretary-table td{display:block;width:100%}.igrejav1-secretary-table tr{border:1px solid var(--igrejav1-color-border);border-radius:16px;background:#fff;box-shadow:0 4px 14px rgba(20,32,76,.05);overflow:hidden}.igrejav1-secretary-table td{display:grid;grid-template-columns:112px minmax(0,1fr);gap:12px;border-bottom:1px solid var(--igrejav1-color-border);padding:13px 14px}.igrejav1-secretary-table td::before{content:attr(data-label);color:var(--igrejav1-color-title);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.igrejav1-secretary-table td:last-child{border-bottom:0}.igrejav1-secretary-actions{width:100%}.igrejav1-secretary-actions .igrejav1-inline-form,.igrejav1-secretary-actions .igrejav1-icon-button{width:100%}.igrejav1-secretary-actions .igrejav1-icon-button{justify-content:center}}.igrejav1-secretary-template-helper{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 14px;padding:14px;border:1px solid var(--igrejav1-color-border);border-radius:16px;background:var(--igrejav1-color-bg)}.igrejav1-secretary-template-helper p{margin:8px 0 0;line-height:1.45}.igrejav1-secretary-template-helper .igrejav1-button{flex:0 0 auto;white-space:nowrap}.igrejav1-secretary-create-form textarea[data-igrejav1-secretary-body]{min-height:240px;line-height:1.6;resize:vertical}@media (max-width:700px){.igrejav1-secretary-template-helper{align-items:stretch;flex-direction:column}.igrejav1-secretary-template-helper .igrejav1-button{width:100%;justify-content:center}.igrejav1-secretary-create-form textarea[data-igrejav1-secretary-body]{min-height:220px}}.igrejav1-secretary-actions{align-items:center;gap:8px}.igrejav1-secretary-actions .igrejav1-inline-form{display:inline-flex;width:auto;margin:0}.igrejav1-secretary-actions .igrejav1-icon-button,.igrejav1-secretary-actions .igrejav1-inline-form .igrejav1-icon-button{width:34px!important;min-width:34px!important;height:34px!important;padding:0!important;border-radius:10px!important;gap:0!important;justify-content:center!important}.igrejav1-secretary-actions .igrejav1-icon-button span{display:none!important}.igrejav1-secretary-actions .igrejav1-icon-button--cancel svg{width:21px!important;height:21px!important}@media (max-width:700px){.igrejav1-secretary-actions .igrejav1-inline-form,.igrejav1-secretary-actions .igrejav1-icon-button,.igrejav1-secretary-actions .igrejav1-inline-form .igrejav1-icon-button{width:34px!important;min-width:34px!important}}.igrejav1-secretary-actions .igrejav1-icon-button--cancel,.igrejav1-secretary-actions .igrejav1-icon-button--cancel:hover,.igrejav1-secretary-actions .igrejav1-icon-button--cancel:focus-visible{background:transparent!important;border:0!important;box-shadow:none!important;color:#b42318!important}.igrejav1-secretary-actions .igrejav1-icon-button--cancel:hover,.igrejav1-secretary-actions .igrejav1-icon-button--cancel:focus-visible{color:#912018!important}.igrejav1-secretary-actions .igrejav1-icon-button--cancel svg{width:22px!important;height:22px!important}.igrejav1-public-events-wrap{display:flex;flex-direction:column;gap:16px}.igrejav1-public-events-hero{background:linear-gradient(135deg,#ffffff 0%,#f5f7fb 100%)}.igrejav1-public-events-hero h3{margin:10px 0 8px;font-size:28px;line-height:1.18}.igrejav1-public-events-hero p,.igrejav1-public-events-empty p{margin:0;color:var(--igrejav1-color-subtitle);line-height:1.65}.igrejav1-public-events-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.igrejav1-public-event-card{display:grid;grid-template-columns:76px 1fr;gap:16px;align-items:flex-start;transition:transform 0.18s ease,box-shadow 0.18s ease,border-color 0.18s ease}.igrejav1-public-event-card:hover{transform:translateY(-2px);border-color:#c7d2fe;box-shadow:0 12px 28px rgba(20,32,76,.09)}.igrejav1-public-event-date{min-height:76px;border-radius:16px;background:var(--igrejav1-color-title);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.igrejav1-public-event-date strong{display:block;font-size:28px;line-height:1;font-weight:800}.igrejav1-public-event-date span{display:block;margin-top:4px;font-size:12px;font-weight:800;letter-spacing:.08em}.igrejav1-public-event-content h4{margin:10px 0 8px;color:var(--igrejav1-color-title);font-size:18px;line-height:1.25}.igrejav1-public-event-topline{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.igrejav1-public-event-weekday{color:var(--igrejav1-color-muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.igrejav1-public-event-meta{display:flex;flex-direction:column;gap:5px;color:var(--igrejav1-color-subtitle);font-size:13px;font-weight:600}.igrejav1-public-event-meta span{display:flex;gap:6px;align-items:flex-start}.igrejav1-public-event-description{margin-top:12px;color:var(--igrejav1-color-text);font-size:14px;line-height:1.65}.igrejav1-public-event-description p:last-child{margin-bottom:0}.igrejav1-public-calendar-card .igrejav1-calendar-toolbar h3{margin-bottom:6px}.igrejav1-public-calendar-card .igrejav1-calendar-toolbar h4{margin:12px 0 0;color:var(--igrejav1-color-title);font-size:18px}.igrejav1-public-calendar-event{cursor:default}.igrejav1-public-calendar-event__local{display:block;margin-top:4px;font-size:11px;font-weight:600;opacity:.85}@media (max-width:1024px){.igrejav1-public-events-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.igrejav1-public-events-grid{grid-template-columns:1fr}.igrejav1-public-event-card{grid-template-columns:64px 1fr;gap:12px;padding:16px}.igrejav1-public-event-date{min-height:64px;border-radius:14px}.igrejav1-public-event-date strong{font-size:24px}.igrejav1-public-events-hero h3{font-size:24px}}.igrejav1-financial-report-accordion{padding:0;overflow:hidden}.igreja-v1-login-recaptcha-message{margin:0}.igreja-v1-login-recaptcha-disclosure{margin:-2px 0 0;color:var(--igrejav1-color-subtitle);font-size:11px;line-height:1.55;text-align:center}.igreja-v1-login-recaptcha-disclosure a{color:var(--igrejav1-color-title);font-weight:700;text-decoration:underline;text-underline-offset:2px}.igreja-v1-login-recaptcha-disclosure a:hover,.igreja-v1-login-recaptcha-disclosure a:focus-visible{color:var(--igrejav1-color-subtitle)}.grecaptcha-badge{z-index:9999}.igrejav1-financial-report-accordion__content{display:block;padding:20px}@media (max-width:680px){.igrejav1-financial-report-accordion__content{padding:15px}}.igrejav1-public-events-wrap .igrejav1-public-events-hero h3,.igrejav1-public-events-wrap .igrejav1-public-events-empty h4,.igrejav1-public-events-wrap .igrejav1-public-event-content h4,.igrejav1-public-calendar-card .igrejav1-calendar-toolbar h3,.igrejav1-public-calendar-card .igrejav1-calendar-toolbar h4,.igrejav1-public-calendar-card .igrejav1-calendar-weekday,.igrejav1-public-calendar-card .igrejav1-calendar-day__number,.igrejav1-public-calendar-card .igrejav1-calendar-event__title{color:#1C2448}.igrejav1-public-events-wrap .igrejav1-public-events-hero p,.igrejav1-public-events-wrap .igrejav1-public-events-empty p,.igrejav1-public-events-wrap .igrejav1-public-event-weekday,.igrejav1-public-events-wrap .igrejav1-public-event-meta,.igrejav1-public-events-wrap .igrejav1-public-event-description,.igrejav1-public-calendar-card .igrejav1-text-muted,.igrejav1-public-calendar-card .igrejav1-calendar-event__time,.igrejav1-public-calendar-card .igrejav1-public-calendar-event__local{color:#2D3C74}.igrejav1-public-events-wrap .igrejav1-public-event-date,.igrejav1-public-calendar-card .igrejav1-calendar-day.is-today .igrejav1-calendar-day__number{background:#1C2448}.igrejav1-public-calendar-card .igrejav1-calendar-day.is-today{box-shadow:inset 0 0 0 2px #1C2448}.igrejav1-public-devotionals-wrap{display:flex;flex-direction:column;gap:16px}.igrejav1-public-devotionals-hero{background:linear-gradient(135deg,#ffffff 0%,#f5f7fb 100%)}.igrejav1-public-devotionals-hero h3{margin:10px 0 8px;color:#1C2448;font-size:28px;line-height:1.18}.igrejav1-public-devotionals-hero p,.igrejav1-public-devotionals-empty p{margin:0;color:#2D3C74;line-height:1.65}.igrejav1-public-devotionals-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.igrejav1-public-devotional-card{display:flex;min-height:100%;flex-direction:column;gap:10px;transition:transform 0.18s ease,box-shadow 0.18s ease,border-color 0.18s ease}.igrejav1-public-devotional-card:hover{transform:translateY(-2px);border-color:#c7d2fe;box-shadow:0 12px 28px rgba(20,32,76,.09)}.igrejav1-public-devotional-kicker{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;color:#2D3C74;font-size:12px;font-weight:700}.igrejav1-public-devotional-card h4,.igrejav1-public-devotionals-empty h4,.igrejav1-public-devotional-modal .igrejav1-modal__header h3{color:#1C2448}.igrejav1-public-devotional-card h4{margin:4px 0 0;font-size:20px;line-height:1.25}.igrejav1-public-devotional-reference{margin:0;color:#1C2448;font-size:13px;font-weight:800}.igrejav1-public-devotional-summary{margin:0;color:#2D3C74;font-size:14px;line-height:1.7}.igrejav1-public-devotional-actions{margin-top:auto;padding-top:8px}.igrejav1-public-devotional-button{background:#1C2448}.igrejav1-public-devotional-full-meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin-bottom:16px;color:#2D3C74;font-size:13px;font-weight:700}.igrejav1-public-devotional-verse{margin:0 0 18px;padding:16px 18px;border-left:4px solid #1C2448;border-radius:12px;background:#F5F7FB;color:#2D3C74;line-height:1.75}.igrejav1-public-devotional-verse p:last-child,.igrejav1-public-devotional-text p:last-child{margin-bottom:0}.igrejav1-public-devotional-text{color:#2D3C74;font-size:15px;line-height:1.85}@media (max-width:1024px){.igrejav1-public-devotionals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.igrejav1-public-devotionals-grid{grid-template-columns:1fr}.igrejav1-public-devotionals-hero h3{font-size:24px}}.igrejav1-devotionals-admin-wrap{display:flex;flex-direction:column;gap:22px}.igrejav1-devotionals-admin-wrap>.igrejav1-card,.igrejav1-devotionals-admin-wrap .igrejav1-modal .igrejav1-card{padding:24px}.igrejav1-devotional-form{gap:20px 18px}.igrejav1-devotionals-admin-filter,.igrejav1-public-devotionals-filter{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;margin:14px 0 18px}.igrejav1-public-devotionals-filter{margin:0;padding:18px}.igrejav1-devotionals-admin-filter .igrejav1-field,.igrejav1-public-devotionals-filter .igrejav1-field{min-width:240px;flex:1 1 260px;margin:0}.igrejav1-devotionals-admin-filter__actions,.igrejav1-public-devotionals-filter__actions{display:flex;flex-wrap:wrap;gap:8px}.igrejav1-public-devotional-author{margin:-2px 0 0;color:#2D3C74;font-size:13px;font-weight:700}.igrejav1-public-devotional-modal .igrejav1-public-devotional-verse,.igrejav1-public-devotional-modal .igrejav1-public-devotional-text,.igrejav1-public-devotional-modal .igrejav1-public-devotional-text p{text-align:justify}.igrejav1-public-devotional-modal .igrejav1-public-devotional-text p{margin-bottom:1em}@media (max-width:680px){.igrejav1-devotionals-admin-filter,.igrejav1-public-devotionals-filter{align-items:stretch}.igrejav1-devotionals-admin-filter .igrejav1-field,.igrejav1-public-devotionals-filter .igrejav1-field,.igrejav1-devotionals-admin-filter__actions,.igrejav1-public-devotionals-filter__actions{width:100%}.igrejav1-devotionals-admin-filter__actions .igrejav1-button,.igrejav1-public-devotionals-filter__actions .igrejav1-button{flex:1 1 auto;justify-content:center}}.igrejav1-button.igrejav1-button-secondary{background:#F5F7FB;color:#1C2448;border:1px solid rgba(28,36,72,.18)}.igrejav1-button.igrejav1-button-secondary:hover{background:#ECEFF7;color:#1C2448}.igrejav1-devotionals-admin-list-card{position:relative;overflow:visible}.igrejav1-devotionals-admin-topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;margin:0 0 24px;padding-bottom:20px;border-bottom:1px solid rgba(28,36,72,.08)}.igrejav1-devotionals-admin-title h3{margin:0 0 10px}.igrejav1-devotionals-admin-title p{margin:0}.igrejav1-devotionals-record-count{position:static!important;float:none!important;align-self:start;white-space:nowrap;margin:0}.igrejav1-devotionals-admin-wrap .igrejav1-public-devotionals-wrap{gap:24px;margin:20px 0 34px}.igrejav1-public-devotionals-grid{gap:26px}.igrejav1-devotionals-admin-wrap .igrejav1-public-devotionals-grid{gap:30px;clear:both;margin:10px 0 34px}.igrejav1-devotionals-admin-wrap .igrejav1-public-devotional-card{padding:24px}.igrejav1-devotionals-admin-filter{margin:0 0 24px;padding:18px;border:1px solid rgba(28,36,72,.08);border-radius:16px;background:#FFF}.igrejav1-devotionals-admin-wrap .igrejav1-table-wrap{margin-top:8px}@media (max-width:680px){.igrejav1-devotionals-admin-topbar{grid-template-columns:1fr;gap:12px}.igrejav1-devotionals-record-count{justify-self:start}.igrejav1-devotionals-admin-wrap .igrejav1-public-devotionals-grid,.igrejav1-public-devotionals-grid{gap:22px}}.igrejav1-devotionals-admin-list-card{display:flex;width:100%;max-width:100%;flex-direction:column;gap:28px;box-sizing:border-box}.igrejav1-devotionals-admin-list-card>*{width:100%;max-width:100%;box-sizing:border-box}.igrejav1-devotionals-admin-list-card .igrejav1-devotionals-admin-topbar{margin:0}.igrejav1-devotionals-admin-wrap .igrejav1-public-devotionals-wrap,.igrejav1-devotionals-admin-list-card .igrejav1-public-devotionals-wrap{width:100%;max-width:none;margin:0;padding:0;display:flex;flex-direction:column;gap:28px;clear:both;box-sizing:border-box}.igrejav1-devotionals-admin-wrap .igrejav1-public-devotionals-hero,.igrejav1-devotionals-admin-wrap .igrejav1-public-devotionals-filter,.igrejav1-devotionals-admin-list-card .igrejav1-public-devotionals-hero,.igrejav1-devotionals-admin-list-card .igrejav1-public-devotionals-filter{width:100%;max-width:none;margin:0;box-sizing:border-box}.igrejav1-devotionals-admin-wrap .igrejav1-public-devotionals-hero,.igrejav1-devotionals-admin-list-card .igrejav1-public-devotionals-hero{padding:26px}.igrejav1-devotionals-admin-wrap .igrejav1-public-devotionals-filter,.igrejav1-devotionals-admin-list-card .igrejav1-public-devotionals-filter,.igrejav1-devotionals-admin-filter{padding:22px;gap:16px;border-radius:18px;box-sizing:border-box}.igrejav1-devotionals-admin-filter{width:100%;max-width:none;margin:0}.igrejav1-devotionals-admin-wrap .igrejav1-public-devotionals-grid,.igrejav1-devotionals-admin-list-card .igrejav1-public-devotionals-grid{width:100%;max-width:none;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%, 280px),1fr));gap:30px;box-sizing:border-box}.igrejav1-devotionals-admin-wrap .igrejav1-public-devotional-card,.igrejav1-devotionals-admin-list-card .igrejav1-public-devotional-card{width:100%;min-width:0;max-width:none;padding:26px;box-sizing:border-box}.igrejav1-devotionals-admin-filter .igrejav1-field,.igrejav1-devotionals-admin-wrap .igrejav1-public-devotionals-filter .igrejav1-field,.igrejav1-devotionals-admin-list-card .igrejav1-public-devotionals-filter .igrejav1-field{flex:1 1 360px;min-width:280px}.igrejav1-devotionals-admin-filter__actions,.igrejav1-devotionals-admin-wrap .igrejav1-public-devotionals-filter__actions,.igrejav1-devotionals-admin-list-card .igrejav1-public-devotionals-filter__actions{display:flex;align-items:flex-end;justify-content:flex-end;gap:10px;margin-left:auto}.igrejav1-devotionals-admin-wrap .igrejav1-table-wrap,.igrejav1-devotionals-admin-list-card .igrejav1-table-wrap{width:100%;max-width:none;margin-top:0;box-sizing:border-box}@media (max-width:680px){.igrejav1-devotionals-admin-list-card{gap:22px}.igrejav1-devotionals-admin-wrap .igrejav1-public-devotionals-hero,.igrejav1-devotionals-admin-list-card .igrejav1-public-devotionals-hero,.igrejav1-devotionals-admin-wrap .igrejav1-public-devotionals-filter,.igrejav1-devotionals-admin-list-card .igrejav1-public-devotionals-filter,.igrejav1-devotionals-admin-filter{padding:20px}.igrejav1-devotionals-admin-wrap .igrejav1-public-devotionals-grid,.igrejav1-devotionals-admin-list-card .igrejav1-public-devotionals-grid{gap:22px}.igrejav1-devotionals-admin-filter__actions,.igrejav1-devotionals-admin-wrap .igrejav1-public-devotionals-filter__actions,.igrejav1-devotionals-admin-list-card .igrejav1-public-devotionals-filter__actions{margin-left:0;justify-content:stretch;width:100%}}.igrejav1-public-devotionals-wrap{gap:22px}.igrejav1-public-devotionals-hero{padding:24px 26px;border:1px solid #E7EAF3;border-radius:18px;background:#FFF;box-shadow:0 10px 26px rgba(28,36,72,.045)}.igrejav1-public-devotionals-hero .igrejav1-badge,.igrejav1-devotionals-admin-list-card--compact .igrejav1-badge,.igrejav1-devotional-admin-row__chips span{background:#F5F7FB;color:#2D3C74}.igrejav1-public-devotionals-hero h3{margin:8px 0 6px;font-size:26px;color:#1C2448}.igrejav1-public-devotionals-hero p{max-width:760px;color:#2D3C74}.igrejav1-public-devotionals-filter{align-items:flex-end;gap:14px;padding:16px;border:1px solid #E7EAF3;border-radius:16px;background:#FFF;box-shadow:0 8px 20px rgba(28,36,72,.035)}.igrejav1-public-devotionals-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%, 290px),1fr));gap:18px}.igrejav1-public-devotional-card{gap:9px;padding:20px;border:1px solid #E7EAF3;border-radius:18px;background:#FFF;box-shadow:0 8px 22px rgba(28,36,72,.045)}.igrejav1-public-devotional-card:hover{transform:translateY(-1px);border-color:#DDE3EF;box-shadow:0 12px 26px rgba(28,36,72,.07)}.igrejav1-public-devotional-card h4{margin:4px 0 0;font-size:18px;line-height:1.32;color:#1C2448}.igrejav1-public-devotional-reference,.igrejav1-public-devotional-author{font-size:12.5px;color:#2D3C74}.igrejav1-public-devotional-summary{font-size:14px;line-height:1.65;color:#2D3C74}.igrejav1-public-devotional-actions{padding-top:6px}.igrejav1-public-devotional-button{min-height:38px;padding:10px 16px;border-radius:10px;background:#1C2448}.igrejav1-devotionals-admin-wrap{gap:24px}.igrejav1-devotionals-admin-wrap>.igrejav1-card,.igrejav1-devotionals-admin-list-card--compact{border:1px solid #E7EAF3;box-shadow:0 10px 28px rgba(28,36,72,.045)}.igrejav1-devotionals-admin-list-card--compact{gap:22px;padding:28px;background:#FFF}.igrejav1-devotionals-admin-list-card--compact .igrejav1-devotionals-admin-topbar{align-items:center;margin:0;padding-bottom:18px;border-bottom:1px solid #EEF1F6}.igrejav1-devotionals-admin-eyebrow{display:inline-flex;margin:0 0 7px;color:#2D3C74;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.igrejav1-devotionals-admin-title h3{color:#1C2448}.igrejav1-devotionals-admin-top-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.igrejav1-devotionals-shortcode-note{display:inline-flex;padding:6px 10px;border-radius:999px;background:#F5F7FB;color:#2D3C74;font-size:11px;font-weight:700;white-space:nowrap}.igrejav1-devotionals-admin-list-card--compact .igrejav1-devotionals-admin-filter{margin:0;padding:16px;border:1px solid #E7EAF3;border-radius:16px;background:#FAFBFD}.igrejav1-devotionals-admin-compact-list{display:flex;flex-direction:column;gap:12px}.igrejav1-devotional-admin-row{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(170px,0.45fr) auto;align-items:center;gap:18px;padding:16px 18px;border:1px solid #E7EAF3;border-radius:16px;background:#FFF;box-shadow:0 6px 16px rgba(28,36,72,.035)}.igrejav1-devotional-admin-row__content{min-width:0}.igrejav1-devotional-admin-row__chips{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 8px}.igrejav1-devotional-admin-row__chips span{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800}.igrejav1-devotional-admin-row__chips .is-status-publicado{background:#ECFDF3;color:#166534}.igrejav1-devotional-admin-row__chips .is-status-rascunho{background:#FFF7ED;color:#9A3412}.igrejav1-devotional-admin-row__chips .is-status-arquivado{background:#F3F4F6;color:#4B5563}.igrejav1-devotional-admin-row h4{margin:0 0 5px;color:#1C2448;font-size:16px;line-height:1.35}.igrejav1-devotional-admin-row__reference{margin:0 0 5px;color:#2D3C74;font-size:12.5px;font-weight:800}.igrejav1-devotional-admin-row__summary{margin:0;color:#2D3C74;font-size:13px;line-height:1.55}.igrejav1-devotional-admin-row__dates{display:flex;flex-direction:column;gap:8px;color:#2D3C74;font-size:12px;line-height:1.35}.igrejav1-devotional-admin-row__dates strong{display:block;color:#1C2448;font-size:10px;letter-spacing:.06em;text-transform:uppercase}.igrejav1-devotional-admin-row__actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}.igrejav1-devotionals-empty-compact{padding:24px;border:1px dashed #DDE3EF;border-radius:16px;background:#FAFBFD;color:#2D3C74}.igrejav1-devotionals-empty-compact h4{margin:0 0 6px;color:#1C2448}.igrejav1-devotionals-empty-compact p{margin:0}@media (max-width:900px){.igrejav1-devotional-admin-row{grid-template-columns:1fr;align-items:stretch}.igrejav1-devotional-admin-row__actions{justify-content:flex-start}}@media (max-width:680px){.igrejav1-public-devotionals-hero,.igrejav1-devotionals-admin-list-card--compact{padding:20px}.igrejav1-devotionals-admin-list-card--compact .igrejav1-devotionals-admin-topbar{align-items:flex-start}.igrejav1-devotionals-admin-top-actions{align-items:flex-start}}.igrejav1-devotionals-admin-list-card--minimal{padding:26px 28px;gap:22px}.igrejav1-devotionals-admin-list-card--minimal .igrejav1-devotionals-admin-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid #EEF1F6}.igrejav1-devotionals-admin-title--minimal .igrejav1-badge{margin-bottom:10px}.igrejav1-devotionals-admin-title--minimal h3{margin:0 0 6px;color:#1C2448;font-size:24px;line-height:1.25}.igrejav1-devotionals-admin-title--minimal p{margin:0;color:#2D3C74}.igrejav1-devotionals-admin-table-wrap{width:100%;overflow-x:auto;border:1px solid #EEF1F6;border-radius:16px;background:#FFF}.igrejav1-devotionals-admin-table{margin:0;min-width:860px;border:0}.igrejav1-devotionals-admin-table th{background:#F5F7FB;color:#1C2448;font-size:11px;letter-spacing:.045em;text-transform:uppercase}.igrejav1-devotionals-admin-table td{vertical-align:middle;color:#2D3C74}.igrejav1-devotionals-table-title{display:block;max-width:290px;color:#1C2448;line-height:1.35}.igrejav1-devotional-table-chip{display:inline-flex;align-items:center;min-height:24px;padding:4px 9px;border-radius:999px;background:#F5F7FB;color:#2D3C74;font-size:11px;font-weight:800;white-space:nowrap}.igrejav1-devotional-table-chip.is-status-publicado{background:#ECFDF3;color:#166534}.igrejav1-devotional-table-chip.is-status-rascunho{background:#FFF7ED;color:#9A3412}.igrejav1-devotional-table-chip.is-status-arquivado{background:#F3F4F6;color:#4B5563}.igrejav1-devotionals-table-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;white-space:nowrap}@media (max-width:680px){.igrejav1-devotionals-admin-list-card--minimal{padding:20px}.igrejav1-devotionals-admin-list-card--minimal .igrejav1-devotionals-admin-topbar{flex-direction:column}.igrejav1-devotionals-admin-title--minimal h3{font-size:22px}}.igrejav1-devotionals-admin-wrap--simple{gap:22px}.igrejav1-devotional-form--simple,.igrejav1-devotionals-admin-filter--simple,.igrejav1-devotionals-admin-list-card--simple{width:100%;border:1px solid #E7EAF3;border-radius:18px;background:#FFF;box-shadow:0 10px 28px rgba(28,36,72,.045)}.igrejav1-devotional-form--simple{padding:26px 28px;gap:18px 20px}.igrejav1-devotional-form--simple .igrejav1-toolbar{margin:0 0 4px;padding:0 0 16px;border-bottom:1px solid #EEF1F6}.igrejav1-devotional-form--simple h3,.igrejav1-devotionals-admin-topbar--simple h3{margin:8px 0 6px;color:#1C2448;font-size:22px;line-height:1.25}.igrejav1-devotional-form--simple .igrejav1-text-muted,.igrejav1-devotionals-admin-topbar--simple .igrejav1-text-muted{margin:0;color:#2D3C74}.igrejav1-devotionals-admin-filter--simple{display:grid;grid-template-columns:minmax(180px,1fr) minmax(160px,0.65fr) minmax(140px,0.55fr) auto;align-items:end;gap:14px;padding:18px}.igrejav1-devotionals-admin-filter--simple .igrejav1-field{margin:0}.igrejav1-devotionals-admin-filter--simple label{color:#1C2448;font-weight:700}.igrejav1-devotionals-admin-filter--simple select{width:100%}.igrejav1-devotionals-admin-filter--simple .igrejav1-devotionals-admin-filter__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin:0}.igrejav1-devotionals-admin-list-card--simple{padding:24px 28px 28px;gap:18px}.igrejav1-devotionals-admin-topbar--simple{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid #EEF1F6}.igrejav1-devotionals-admin-list-card--simple .igrejav1-devotionals-admin-table-wrap{margin-top:0}.igrejav1-devotionals-admin-list-card--simple .igrejav1-devotionals-record-count{flex:0 0 auto;background:#F5F7FB;color:#2D3C74}@media (max-width:920px){.igrejav1-devotionals-admin-filter--simple{grid-template-columns:1fr 1fr}.igrejav1-devotionals-admin-filter--simple .igrejav1-devotionals-admin-filter__actions{justify-content:flex-start}}@media (max-width:680px){.igrejav1-devotional-form--simple,.igrejav1-devotionals-admin-filter--simple,.igrejav1-devotionals-admin-list-card--simple{padding:20px}.igrejav1-devotionals-admin-filter--simple{grid-template-columns:1fr}.igrejav1-devotionals-admin-topbar--simple{flex-direction:column}}.igrejav1-devotionals-create-bar{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border:1px solid #E7EAF3;border-radius:18px;background:#FFF;box-shadow:0 10px 28px rgba(28,36,72,.045)}.igrejav1-devotionals-create-bar h3{margin:0;color:#1C2448;font-size:20px;line-height:1.25}.igrejav1-devotional-form-modal{margin:0}.igrejav1-devotional-form-modal .igrejav1-section-title:first-child{margin-top:0}@media (max-width:680px){.igrejav1-devotionals-create-bar{flex-direction:column;align-items:stretch;padding:18px}.igrejav1-devotionals-create-bar .igrejav1-button{width:100%;justify-content:center}}.igrejav1-devotionals-create-bar__content{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.igrejav1-devotionals-create-bar__content .igrejav1-badge{margin:0 0 2px}.igrejav1-devotionals-create-bar__content h3{margin:0}.igrejav1-devotionals-create-bar__content p{margin:0;color:#2D3C74;font-size:14px;line-height:1.45}.igrejav1-devotionals-admin-filter--simple{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 18px}.igrejav1-devotionals-admin-filter--simple .igrejav1-field{min-width:0}.igrejav1-devotionals-admin-filter--simple select{max-width:100%}.igrejav1-devotionals-admin-filter--simple .igrejav1-devotionals-admin-filter__actions{grid-column:1 / -1;justify-content:flex-start;flex-wrap:wrap;padding-top:2px}@media (max-width:920px){.igrejav1-devotionals-admin-filter--simple{grid-template-columns:1fr}}@media (max-width:680px){.igrejav1-devotionals-create-bar__content p{font-size:13px}}.igrejav1-devotionals-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;width:100%;margin:22px 0 0;padding-top:4px}.igrejav1-devotionals-admin-table-wrap+.igrejav1-devotionals-pagination{margin-top:18px}.igrejav1-devotionals-page-link,.igrejav1-devotionals-page-ellipsis{min-width:36px;height:36px;padding:0 12px;border:1px solid rgba(28,36,72,.14);border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;line-height:1;text-decoration:none!important;color:#1C2448;background:#fff;box-shadow:0 8px 20px rgba(28,36,72,.05)}.igrejav1-devotionals-page-link:hover,.igrejav1-devotionals-page-link:focus{color:#1C2448;border-color:rgba(28,36,72,.28);transform:translateY(-1px)}.igrejav1-devotionals-page-link.is-current{color:#fff;background:#1C2448;border-color:#1C2448;box-shadow:0 10px 22px rgba(28,36,72,.18)}.igrejav1-devotionals-page-link.is-disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.igrejav1-devotionals-page-ellipsis{border-color:transparent;background:transparent;box-shadow:none;min-width:22px;padding:0 4px}@media (max-width:680px){.igrejav1-devotionals-pagination{justify-content:flex-start;gap:6px}.igrejav1-devotionals-page-link,.igrejav1-devotionals-page-ellipsis{min-width:34px;height:34px;padding:0 10px;font-size:12px}}.igrejav1-public-event-actions{margin-top:14px}.igrejav1-public-event-details-button{width:100%;justify-content:center}.igrejav1-public-calendar-event{cursor:pointer;font-family:inherit}.igrejav1-public-calendar-event:hover,.igrejav1-public-calendar-event:focus-visible{border-color:#1C2448;box-shadow:0 0 0 2px rgba(28,36,72,.12);outline:none}.igrejav1-public-event-modal .igrejav1-modal__header h3{color:#1C2448}.igrejav1-public-event-full{display:flex;flex-direction:column;gap:18px}.igrejav1-public-event-full-meta{display:flex;flex-wrap:wrap;gap:8px}.igrejav1-public-event-full-meta span{display:inline-flex;align-items:center;border:1px solid rgba(45,60,116,.16);border-radius:999px;background:#F5F7FB;color:#2D3C74;font-size:13px;font-weight:700;line-height:1.35;padding:7px 11px}.igrejav1-public-event-full-description{color:#2D3C74;font-size:15px;line-height:1.75;text-align:justify}.igrejav1-public-event-full-description p:first-child{margin-top:0}.igrejav1-public-event-full-description p:last-child{margin-bottom:0}@media (max-width:680px){.igrejav1-public-event-full-meta{flex-direction:column;align-items:stretch}.igrejav1-public-event-full-meta span{border-radius:14px}}.igrejav1-public-devotionals-sidebar{width:100%;display:block}.igrejav1-public-devotionals-side-card{display:flex;flex-direction:column;gap:18px;padding:22px;border:1px solid #E7EAF3;border-radius:18px;background:#FFF;box-shadow:0 10px 26px rgba(28,36,72,.045)}.igrejav1-public-devotionals-side-header{display:flex;flex-direction:column;align-items:flex-start;gap:7px;padding-bottom:16px;border-bottom:1px solid #EEF1F6}.igrejav1-public-devotionals-side-header h3{margin:0;color:#1C2448;font-size:20px;line-height:1.25}.igrejav1-public-devotionals-side-header p{margin:0;color:#2D3C74;font-size:13.5px;line-height:1.55}.igrejav1-public-devotionals-side-total{display:flex;align-items:center;gap:10px;padding:14px 16px;border:1px solid #E7EAF3;border-radius:14px;background:#F5F7FB}.igrejav1-public-devotionals-side-total strong{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;border-radius:12px;background:#FFF;color:#1C2448;font-size:18px;line-height:1}.igrejav1-public-devotionals-side-total span{color:#2D3C74;font-size:13px;font-weight:700;line-height:1.35}.igrejav1-public-devotionals-side-section{display:flex;flex-direction:column;gap:10px}.igrejav1-public-devotionals-side-section h4{margin:0;color:#1C2448;font-size:14px;font-weight:800;letter-spacing:.035em;text-transform:uppercase}.igrejav1-public-devotionals-side-list{display:flex;flex-direction:column;gap:10px}.igrejav1-public-devotionals-side-item{padding:14px;border:1px solid #EEF1F6;border-radius:14px;background:#FFF}.igrejav1-public-devotionals-side-item__meta{display:flex;flex-wrap:wrap;gap:6px 10px;margin-bottom:8px;color:#2D3C74;font-size:11px;font-weight:800}.igrejav1-public-devotionals-side-item h5{margin:0 0 6px;color:#1C2448;font-size:15px;line-height:1.35}.igrejav1-public-devotionals-side-reference,.igrejav1-public-devotionals-side-author{margin:0 0 6px;color:#2D3C74;font-size:12.5px;line-height:1.45}.igrejav1-public-devotionals-side-reference{font-weight:800}.igrejav1-public-devotionals-side-link{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;padding:0;border:0;background:transparent;color:#1C2448;cursor:pointer;font-size:12.5px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.igrejav1-public-devotionals-side-link:hover,.igrejav1-public-devotionals-side-link:focus{color:#2D3C74}.igrejav1-public-devotionals-side-categories{display:flex;flex-direction:column;gap:8px}.igrejav1-public-devotionals-side-categories a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid #EEF1F6;border-radius:12px;background:#FAFBFD;color:#2D3C74;font-size:13px;font-weight:700;text-decoration:none!important}.igrejav1-public-devotionals-side-categories a:hover,.igrejav1-public-devotionals-side-categories a:focus{border-color:#DDE3EF;background:#F5F7FB;color:#1C2448}.igrejav1-public-devotionals-side-categories strong{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:24px;padding:0 7px;border-radius:999px;background:#FFF;color:#1C2448;font-size:11px}.igrejav1-public-devotionals-side-empty{padding:16px;border:1px dashed #DDE3EF;border-radius:14px;background:#FAFBFD}.igrejav1-public-devotionals-side-empty h4{margin:0 0 6px;color:#1C2448;font-size:15px}.igrejav1-public-devotionals-side-empty p{margin:0;color:#2D3C74;font-size:13px;line-height:1.55}@media (max-width:680px){.igrejav1-public-devotionals-side-card{padding:18px}}.igrejav1-public-events-sidebar{width:100%;display:block}.igrejav1-public-events-side-card{display:flex;flex-direction:column;gap:18px;padding:22px;border:1px solid #E7EAF3;border-radius:18px;background:#FFF;box-shadow:0 10px 26px rgba(28,36,72,.045)}.igrejav1-public-events-side-header{display:flex;flex-direction:column;align-items:flex-start;gap:7px;padding-bottom:16px;border-bottom:1px solid #EEF1F6}.igrejav1-public-events-side-header h3{margin:0;color:#1C2448;font-size:20px;line-height:1.25}.igrejav1-public-events-side-header p{margin:0;color:#2D3C74;font-size:13.5px;line-height:1.55}.igrejav1-public-events-side-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.igrejav1-public-events-side-summary>div{min-width:0;padding:14px 12px;border:1px solid #E7EAF3;border-radius:14px;background:#F5F7FB}.igrejav1-public-events-side-summary strong{display:block;margin-bottom:5px;color:#1C2448;font-size:22px;line-height:1}.igrejav1-public-events-side-summary span{display:block;color:#2D3C74;font-size:12px;font-weight:800;line-height:1.35}.igrejav1-public-events-side-section{display:flex;flex-direction:column;gap:10px}.igrejav1-public-events-side-section h4{margin:0;color:#1C2448;font-size:14px;font-weight:800;letter-spacing:.035em;text-transform:uppercase}.igrejav1-public-events-side-list{display:flex;flex-direction:column;gap:10px}.igrejav1-public-events-side-item{display:grid;grid-template-columns:54px minmax(0,1fr);gap:12px;align-items:flex-start;padding:14px;border:1px solid #EEF1F6;border-radius:14px;background:#FFF}.igrejav1-public-events-side-date{min-height:54px;border-radius:14px;background:#1C2448;color:#FFF;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.igrejav1-public-events-side-date strong{display:block;font-size:21px;line-height:1;font-weight:800}.igrejav1-public-events-side-date span{display:block;margin-top:4px;font-size:10px;font-weight:800;letter-spacing:.08em}.igrejav1-public-events-side-content{min-width:0}.igrejav1-public-events-side-kicker{display:inline-flex;margin-bottom:6px;color:#2D3C74;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.045em}.igrejav1-public-events-side-content h5{margin:0 0 6px;color:#1C2448;font-size:15px;line-height:1.35}.igrejav1-public-events-side-time,.igrejav1-public-events-side-location{margin:0 0 6px;color:#2D3C74;font-size:12.5px;font-weight:700;line-height:1.45}.igrejav1-public-events-side-location{font-weight:600}.igrejav1-public-events-side-link{display:inline-flex;align-items:center;justify-content:center;margin-top:2px;padding:0;border:0;background:transparent;color:#1C2448;cursor:pointer;font-size:12.5px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.igrejav1-public-events-side-link:hover,.igrejav1-public-events-side-link:focus{color:#2D3C74}.igrejav1-public-events-side-categories{display:flex;flex-direction:column;gap:8px}.igrejav1-public-events-side-category{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid #EEF1F6;border-radius:12px;background:#FAFBFD;color:#2D3C74;font-size:13px;font-weight:700}.igrejav1-public-events-side-category strong{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:24px;padding:0 7px;border-radius:999px;background:#FFF;color:#1C2448;font-size:11px}.igrejav1-public-events-side-empty{padding:16px;border:1px dashed #DDE3EF;border-radius:14px;background:#FAFBFD}.igrejav1-public-events-side-empty h4{margin:0 0 6px;color:#1C2448;font-size:15px}.igrejav1-public-events-side-empty p{margin:0;color:#2D3C74;font-size:13px;line-height:1.55}@media (max-width:680px){.igrejav1-public-events-side-card{padding:18px}.igrejav1-public-events-side-summary{grid-template-columns:1fr}}.igrejav1-public-visitor-form .igrejav1-toolbar h3,.igrejav1-public-visitor-form .igrejav1-field label{color:#1C2448}.igrejav1-public-visitor-form .igrejav1-toolbar .igrejav1-text-muted,.igrejav1-public-visitor-form .igrejav1-text-muted{color:#2D3C74}.igrejav1-public-visitor-form input::placeholder{color:#2D3C74;opacity:.72}.igrejav1-visitor-privacy-card{display:flex;flex-direction:column;gap:14px;padding:24px;border:1px solid #e5e9f2;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(28,36,72,.07)}.igrejav1-visitor-privacy-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:14px;background:#f5f7fb;color:#1C2448}.igrejav1-visitor-privacy-icon svg{width:24px;height:24px}.igrejav1-visitor-privacy-card h3{margin:0;color:#1C2448;font-size:21px;line-height:1.3}.igrejav1-visitor-privacy-card p,.igrejav1-visitor-privacy-card li{color:#2D3C74;line-height:1.65}.igrejav1-visitor-privacy-card p{margin:0}.igrejav1-visitor-privacy-card ul{display:grid;gap:9px;margin:0;padding-left:20px}.igrejav1-visitor-privacy-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border:1px solid #1C2448;border-radius:10px;color:#1C2448!important;font-weight:600;text-decoration:none!important;transition:background-color .2s ease,color .2s ease}.igrejav1-visitor-privacy-link:hover,.igrejav1-visitor-privacy-link:focus{background:#1C2448;color:#fff!important}.igrejav1-privacy-consent{padding:16px;border:1px solid #dfe4ef;border-radius:12px;background:#f8f9fc}.igrejav1-privacy-consent__label{display:flex;align-items:flex-start;gap:11px;margin:0;color:#1C2448;font-weight:500;line-height:1.5;cursor:pointer}.igrejav1-privacy-consent__label input[type="checkbox"]{flex:0 0 auto;width:19px;height:19px;margin:2px 0 0;accent-color:#1C2448}.igrejav1-privacy-consent__label a{color:#1C2448;font-weight:700;text-decoration:underline;text-underline-offset:3px}.igrejav1-privacy-consent__help{margin:8px 0 0 30px!important;color:#2D3C74!important;font-size:13px}.igrejav1-visitor-submit:disabled,.igrejav1-visitor-submit.is-disabled{opacity:.48;cursor:not-allowed;pointer-events:none;box-shadow:none;transform:none}@media (max-width:680px){.igrejav1-visitor-privacy-card{padding:20px}.igrejav1-privacy-consent__help{margin-left:0!important}}.igrejav1-filter-accordion-host{display:block!important;padding:0!important;overflow:hidden}.igrejav1-filter-accordion-host--form{border:1px solid var(--igrejav1-color-border);border-radius:16px;background:var(--igrejav1-color-bg)}.igrejav1-filter-accordion-host--panel{border-radius:18px}.igrejav1-filter-accordion{display:block;width:100%}.igrejav1-filter-accordion__summary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:68px;padding:15px 18px;color:var(--igrejav1-color-title);cursor:pointer;list-style:none;user-select:none;transition:background-color 0.18s ease,color 0.18s ease}.igrejav1-filter-accordion__summary::-webkit-details-marker{display:none}.igrejav1-filter-accordion__summary::marker{content:''}.igrejav1-filter-accordion__summary:hover,.igrejav1-filter-accordion__summary:focus-visible{background:rgba(28,36,72,.045)}.igrejav1-filter-accordion__summary:focus-visible{outline:3px solid rgba(28,36,72,.14);outline-offset:-3px}.igrejav1-filter-accordion__heading{display:grid;min-width:0;gap:4px}.igrejav1-filter-accordion__heading strong{color:var(--igrejav1-color-title);font-size:16px;font-weight:800;line-height:1.3}.igrejav1-filter-accordion__heading small{color:var(--igrejav1-color-subtitle);font-size:12.5px;font-weight:500;line-height:1.4}.igrejav1-filter-accordion__meta{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:10px}.igrejav1-filter-accordion__badge{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border:1px solid #C7D7FE;border-radius:999px;background:#EEF4FF;color:#1C2448;font-size:11px;font-weight:800;white-space:nowrap}.igrejav1-filter-accordion__badge.is-neutral{border-color:var(--igrejav1-color-border);background:#FFF;color:var(--igrejav1-color-subtitle)}.igrejav1-filter-accordion__chevron{width:34px;height:34px;border:1px solid var(--igrejav1-color-border);border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#FFF;color:var(--igrejav1-color-title)}.igrejav1-filter-accordion__chevron svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform 0.22s ease}.igrejav1-filter-accordion[open]>.igrejav1-filter-accordion__summary .igrejav1-filter-accordion__chevron svg{transform:rotate(180deg)}.igrejav1-filter-accordion__body{border-top:1px solid var(--igrejav1-color-border);background:#FFF}.igrejav1-filter-accordion[open]>.igrejav1-filter-accordion__body{animation:igrejav1-filter-accordion-open 0.2s ease both}.igrejav1-filter-accordion__content{width:100%;padding:18px}.igrejav1-filter-accordion__content.is-grid-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:16px}.igrejav1-filter-accordion__content.is-grid-layout.is-single-column{grid-template-columns:1fr}.igrejav1-filter-accordion__content.is-grid-layout.is-secretary-layout{grid-template-columns:repeat(4,minmax(0,1fr))}.igrejav1-filter-accordion__content.is-flex-layout{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px}.igrejav1-filter-accordion__quick-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px;width:100%}.igrejav1-filter-accordion__content.is-flex-layout .igrejav1-filter-accordion__quick-actions{flex:1 0 100%}.igrejav1-filter-accordion-host .igrejav1-filter-form,.igrejav1-filter-accordion-host .igrejav1-devotionals-admin-filter,.igrejav1-filter-accordion-host .igrejav1-public-devotionals-filter{margin:0}.igrejav1-filter-accordion-host--panel .igrejav1-filter-form,.igrejav1-filter-accordion-host--panel .igrejav1-secretary-active-filters{grid-column:1 / -1;width:100%}@keyframes igrejav1-filter-accordion-open{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.igrejav1-filter-accordion__content.is-grid-layout,.igrejav1-filter-accordion__content.is-grid-layout.is-secretary-layout{grid-template-columns:1fr}}@media (max-width:680px){.igrejav1-filter-accordion__summary{align-items:flex-start;min-height:62px;padding:14px}.igrejav1-filter-accordion__heading small{display:none}.igrejav1-filter-accordion__meta{gap:7px}.igrejav1-filter-accordion__badge{max-width:118px;overflow:hidden;text-overflow:ellipsis}.igrejav1-filter-accordion__chevron{width:32px;height:32px}.igrejav1-filter-accordion__content{padding:15px}.igrejav1-filter-accordion__content.is-flex-layout{align-items:stretch}.igrejav1-filter-accordion__quick-actions,.igrejav1-filter-accordion__quick-actions .igrejav1-button{width:100%}.igrejav1-filter-accordion__quick-actions .igrejav1-button{justify-content:center;text-align:center}}@media (prefers-reduced-motion:reduce){.igrejav1-filter-accordion__summary,.igrejav1-filter-accordion__chevron svg,.igrejav1-filter-accordion[open]>.igrejav1-filter-accordion__body{animation:none;transition:none}}.igrejav1-table{border-collapse:separate;border-spacing:0}.igrejav1-table thead th{padding:17px 18px;border-top:1px solid #E3E7EF;border-bottom:1px solid #DDE3EC;background:#F5F7FB;color:#1C2448;font-size:13px;font-weight:800;line-height:1.35;letter-spacing:.015em;text-align:left;text-transform:uppercase;vertical-align:middle;white-space:nowrap}.igrejav1-table thead th:first-child{border-left:1px solid #E3E7EF;border-top-left-radius:15px}.igrejav1-table thead th:last-child{border-right:1px solid #E3E7EF;border-top-right-radius:15px}.igrejav1-table thead .igrejav1-col-actions,.igrejav1-table thead .igrejav1-actions-cell{text-align:center}@media (max-width:700px){.igrejav1-table thead th{padding:15px 14px;font-size:12px}}.igrejav1-financial-category-table-wrap,.igrejav1-secretary-table-wrap{max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.igrejav1-financial-category-table-wrap:focus-visible,.igrejav1-secretary-table-wrap:focus-visible{outline:3px solid rgba(28,36,72,.16);outline-offset:3px}@media (max-width:700px){.igrejav1-financial-category-table{width:100%;min-width:620px}.igrejav1-financial-category-table th:first-child,.igrejav1-financial-category-table td:first-child{min-width:190px}.igrejav1-financial-category-table th:not(:first-child),.igrejav1-financial-category-table td:not(:first-child){min-width:140px;white-space:nowrap}.igrejav1-secretary-table-wrap{border:1px solid var(--igrejav1-color-border);border-radius:16px;overflow-x:auto;overflow-y:hidden}.igrejav1-secretary-table{display:table;width:100%;min-width:920px;border-collapse:separate;border-spacing:0}.igrejav1-secretary-table thead{display:table-header-group}.igrejav1-secretary-table tbody{display:table-row-group;width:auto}.igrejav1-secretary-table tr{display:table-row;width:auto;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.igrejav1-secretary-table th,.igrejav1-secretary-table td{display:table-cell;width:auto;min-width:130px;border-bottom:1px solid var(--igrejav1-color-border);padding:15px 16px;vertical-align:top}.igrejav1-secretary-table th:first-child,.igrejav1-secretary-table td:first-child{min-width:260px}.igrejav1-secretary-table th:last-child,.igrejav1-secretary-table td:last-child{min-width:150px}.igrejav1-secretary-table td{grid-template-columns:none;gap:0}.igrejav1-secretary-table td::before{display:none;content:none}.igrejav1-secretary-table td:last-child{border-bottom:1px solid var(--igrejav1-color-border)}.igrejav1-secretary-table tr:last-child td{border-bottom:0}.igrejav1-secretary-table .igrejav1-secretary-actions{width:auto;flex-wrap:nowrap}.igrejav1-secretary-table .igrejav1-secretary-actions .igrejav1-inline-form,.igrejav1-secretary-table .igrejav1-secretary-actions .igrejav1-icon-button{width:auto}}.igrejav1-financial-report-layout,.igrejav1-financial-report-layout>.igrejav1-card,.igrejav1-financial-report-grid,.igrejav1-financial-report-grid>.igrejav1-card{min-width:0;max-width:100%}.igrejav1-financial-report-table-wrap{max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.igrejav1-financial-report-table-wrap:focus-visible{outline:3px solid rgba(28,36,72,.16);outline-offset:3px}@media (max-width:900px){.igrejav1-financial-report-layout>.igrejav1-card{width:100%;overflow:hidden}.igrejav1-financial-report-table{width:100%;min-width:1120px}.igrejav1-financial-report-table th,.igrejav1-financial-report-table td{white-space:nowrap}.igrejav1-financial-report-table th:nth-child(1),.igrejav1-financial-report-table td:nth-child(1){min-width:105px}.igrejav1-financial-report-table th:nth-child(2),.igrejav1-financial-report-table td:nth-child(2){min-width:110px}.igrejav1-financial-report-table th:nth-child(3),.igrejav1-financial-report-table td:nth-child(3){min-width:240px;white-space:normal}.igrejav1-financial-report-table th:nth-child(4),.igrejav1-financial-report-table td:nth-child(4){min-width:160px;white-space:normal}.igrejav1-financial-report-table th:nth-child(5),.igrejav1-financial-report-table td:nth-child(5){min-width:140px}.igrejav1-financial-report-table th:nth-child(6),.igrejav1-financial-report-table td:nth-child(6){min-width:150px}.igrejav1-financial-report-table th:nth-child(7),.igrejav1-financial-report-table td:nth-child(7){min-width:120px}.igrejav1-financial-report-table th:nth-child(8),.igrejav1-financial-report-table td:nth-child(8){min-width:95px}}.igrejav1-system-menu__desktop-greeting{display:none}@media (min-width:901px){.igrejav1-system-menu__user-info .igrejav1-system-menu__desktop-greeting{display:block;margin-bottom:1px;color:var(--igrejav1-color-subtitle);font-size:11px;font-weight:800;line-height:1.25;letter-spacing:.02em}}.igrejav1-financial-competencies-layout{gap:22px}.igrejav1-financial-competency-counts,.igrejav1-financial-competency-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.igrejav1-financial-competency-selector-form{display:grid;grid-template-columns:minmax(240px,1fr) auto;align-items:end;gap:14px}.igrejav1-financial-competency-selector-form .igrejav1-button{min-height:42px}.igrejav1-financial-competency-details{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:20px 0}.igrejav1-financial-competency-details>div{min-width:0;padding:16px;border:1px solid var(--igrejav1-color-border);border-radius:14px;background:var(--igrejav1-color-bg)}.igrejav1-financial-competency-details strong,.igrejav1-financial-competency-details span{display:block}.igrejav1-financial-competency-details strong{margin-bottom:7px;color:var(--igrejav1-color-title);font-size:13px}.igrejav1-financial-competency-details span{color:var(--igrejav1-color-subtitle);font-size:13px;overflow-wrap:anywhere}.igrejav1-financial-competency-table-wrap{max-width:100%;overflow-x:auto;overflow-y:hidden;border:1px solid var(--igrejav1-color-border);border-radius:16px;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.igrejav1-financial-competency-table-wrap:focus-visible{outline:3px solid rgba(28,36,72,.16);outline-offset:3px}.igrejav1-financial-competency-table{min-width:1180px}.igrejav1-financial-competency-table tbody tr.is-selected td{background:#F8FAFF;box-shadow:inset 0 1px 0 rgba(28,36,72,.05),inset 0 -1px 0 rgba(28,36,72,.05)}.igrejav1-financial-competency-table td:nth-child(1){min-width:118px}.igrejav1-financial-competency-table td:nth-child(2){min-width:110px}.igrejav1-financial-competency-table td:nth-child(3),.igrejav1-financial-competency-table td:nth-child(4),.igrejav1-financial-competency-table td:nth-child(5),.igrejav1-financial-competency-table td:nth-child(6){min-width:145px;white-space:nowrap}.igrejav1-financial-competency-table td:nth-child(7){min-width:260px}.igrejav1-financial-competency-table .igrejav1-button--small{padding:9px 12px;white-space:nowrap}@media (max-width:900px){.igrejav1-financial-competency-details{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.igrejav1-financial-competencies-layout{gap:16px}.igrejav1-financial-competency-selector-card .igrejav1-toolbar,.igrejav1-financial-selected-competency .igrejav1-toolbar,.igrejav1-financial-competency-history-card .igrejav1-toolbar{align-items:flex-start;flex-direction:column}.igrejav1-financial-competency-selector-form,.igrejav1-financial-competency-details{grid-template-columns:1fr}.igrejav1-financial-competency-selector-form .igrejav1-button,.igrejav1-financial-competency-actions,.igrejav1-financial-competency-actions form,.igrejav1-financial-competency-actions .igrejav1-button{width:100%}.igrejav1-financial-competency-actions .igrejav1-button{justify-content:center;text-align:center}}.igrejav1-ebd-public,.igrejav1-ebd-library,.igrejav1-ebd-study-page,.igrejav1-ebd-admin,.igrejav1-area-choice{--ebd-primary:#1C2448;--ebd-secondary:#2D3C74;--ebd-soft:#F5F7FB;--ebd-border:rgba(28, 36, 72, 0.14)}.igrejav1-ebd-hero{padding:clamp(28px, 5vw, 52px);margin-bottom:24px;border-radius:18px;background:linear-gradient(135deg,#1C2448 0%,#2D3C74 100%);color:#fff;overflow:hidden}.igrejav1-ebd-hero h2,.igrejav1-ebd-hero p{color:#fff}.igrejav1-ebd-hero h2{margin:12px 0 10px;font-size:clamp(30px, 4vw, 46px)}.igrejav1-ebd-hero p{max-width:760px;margin:0 0 22px;opacity:.9}.igrejav1-ebd-public-highlights,.igrejav1-ebd-section{margin-bottom:24px}.igrejav1-ebd-public-highlights .igrejav1-card strong,.igrejav1-ebd-class-card h4,.igrejav1-ebd-study-card h3,.igrejav1-ebd-library-header h2,.igrejav1-ebd-admin-header h2,.igrejav1-area-choice h2,.igrejav1-area-choice__card h3{color:var(--ebd-primary)}.igrejav1-ebd-class-card{min-width:0;padding:22px;border:1px solid var(--ebd-border);border-radius:14px;background:#fff}.igrejav1-ebd-class-card h4{margin:0 0 6px}.igrejav1-ebd-class-card span,.igrejav1-ebd-class-card small{display:block;color:var(--ebd-secondary)}.igrejav1-ebd-class-card p{margin:12px 0;color:var(--ebd-secondary)}.igrejav1-ebd-study-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%, 260px),1fr));gap:20px;width:100%}.igrejav1-ebd-study-card{display:flex;flex-direction:column;min-width:0;min-height:100%;padding:24px;border:1px solid var(--ebd-border);border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(28,36,72,.05)}.igrejav1-ebd-study-card__meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}.igrejav1-ebd-study-card h3{margin:0 0 8px;font-size:21px;line-height:1.3}.igrejav1-ebd-study-card>strong,.igrejav1-ebd-study-card>small,.igrejav1-ebd-study-card>p{color:var(--ebd-secondary)}.igrejav1-ebd-study-card>p{flex:1 1 auto;margin:12px 0;line-height:1.65}.igrejav1-ebd-study-card>small{margin-bottom:16px}.igrejav1-ebd-study-card .igrejav1-button{align-self:flex-start}.igrejav1-ebd-menu{display:flex;align-items:center;justify-content:space-between;gap:22px;width:100%;padding:18px 22px;border:1px solid rgba(28,36,72,.12);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(28,36,72,.05)}.igrejav1-ebd-menu__brand{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center}.igrejav1-ebd-menu__brand strong{color:#1C2448}.igrejav1-ebd-menu__brand small{grid-column:2;color:#2D3C74}.igrejav1-ebd-menu__links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.igrejav1-ebd-menu__links a{padding:9px 12px;border-radius:9px;color:#1C2448;font-weight:600;text-decoration:none}.igrejav1-ebd-menu__links a:hover,.igrejav1-ebd-menu__links a:focus-visible{background:#F5F7FB}.igrejav1-ebd-menu__links a.is-logout{color:#8f2f2f}.igrejav1-ebd-library-header,.igrejav1-ebd-admin-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.igrejav1-ebd-library-header h2,.igrejav1-ebd-admin-header h2{margin:10px 0 6px}.igrejav1-ebd-filters{margin-bottom:20px}.igrejav1-ebd-library-views{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px}.igrejav1-ebd-library-views a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding:16px 18px;border:1px solid var(--ebd-border);border-radius:13px;background:#fff;color:var(--ebd-secondary);font-weight:700;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.igrejav1-ebd-library-views a:hover,.igrejav1-ebd-library-views a:focus-visible{border-color:rgba(28,36,72,.3);box-shadow:0 8px 20px rgba(28,36,72,.06);transform:translateY(-1px)}.igrejav1-ebd-library-views a.is-active{border-color:var(--ebd-primary);background:var(--ebd-primary);color:#fff}.igrejav1-ebd-library-views a strong{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 9px;border-radius:999px;background:var(--ebd-soft);color:var(--ebd-primary);font-size:13px}.igrejav1-ebd-library-views a.is-active strong{background:rgba(255,255,255,.16);color:#fff}.igrejav1-ebd-filter-accordion{padding:0;margin-bottom:22px;overflow:hidden}.igrejav1-ebd-filter-accordion>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;color:var(--ebd-primary);cursor:pointer;list-style:none;user-select:none}.igrejav1-ebd-filter-accordion>summary::-webkit-details-marker{display:none}.igrejav1-ebd-filter-accordion>summary>span:first-child{display:grid;gap:4px}.igrejav1-ebd-filter-accordion>summary strong{color:var(--ebd-primary);font-size:17px}.igrejav1-ebd-filter-accordion>summary small{color:var(--ebd-secondary);font-weight:400}.igrejav1-ebd-filter-accordion[open]>summary{border-bottom:1px solid var(--ebd-border);background:#FBFCFE}.igrejav1-ebd-filter-accordion .igrejav1-ebd-filters{padding:22px;margin:0;border:0;border-radius:0;box-shadow:none}.igrejav1-ebd-admin-filter-accordion{padding:0;margin-bottom:20px;overflow:hidden}.igrejav1-ebd-admin-filter-accordion>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;color:var(--ebd-primary);cursor:pointer;list-style:none;user-select:none}.igrejav1-ebd-admin-filter-accordion>summary::-webkit-details-marker{display:none}.igrejav1-ebd-admin-filter-accordion>summary>span:first-child{display:grid;gap:4px}.igrejav1-ebd-admin-filter-accordion>summary strong{color:var(--ebd-primary);font-size:17px}.igrejav1-ebd-admin-filter-accordion>summary small{color:var(--ebd-secondary);font-weight:400}.igrejav1-ebd-admin-filter-accordion[open]>summary{border-bottom:1px solid var(--ebd-border);background:#FBFCFE}.igrejav1-ebd-admin-filter-accordion .igrejav1-ebd-admin-filters{padding:22px;margin:0;border:0;border-radius:0;box-shadow:none}.igrejav1-ebd-admin .igrejav1-icon-actions{justify-content:center;width:100%}.igrejav1-ebd-library-section-title{margin:6px 0 16px}.igrejav1-ebd-library-section-title h3{margin:0 0 4px;color:var(--ebd-primary)}.igrejav1-ebd-study-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:24px;align-items:start}.igrejav1-ebd-study-content h1{margin:12px 0;color:#1C2448;font-size:clamp(30px, 4vw, 44px);line-height:1.18}.igrejav1-ebd-study-content h3,.igrejav1-ebd-study-content h2,.igrejav1-ebd-study-content h4{color:#1C2448}.igrejav1-ebd-study-content blockquote{padding:18px 20px;margin:22px 0;border-left:4px solid #1C2448;border-radius:0 10px 10px 0;background:#F5F7FB;color:#2D3C74}.igrejav1-ebd-study-body{color:#2D3C74;line-height:1.8}.igrejav1-ebd-study-content footer{padding-top:20px;margin-top:28px;border-top:1px solid rgba(28,36,72,.12);color:#2D3C74}.igrejav1-ebd-materials{padding-top:24px;margin-top:30px;border-top:1px solid var(--ebd-border)}.igrejav1-ebd-materials>h3{margin:0 0 16px}.igrejav1-ebd-video{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:14px;background:#0f1428}.igrejav1-ebd-video iframe{width:100%;height:100%;border:0}.igrejav1-ebd-video--consent{display:grid;place-items:stretch;min-height:260px;background:linear-gradient(135deg,#121831,#1C2448)}.igrejav1-ebd-video__slot,.igrejav1-ebd-video__placeholder{grid-area:1 / 1}.igrejav1-ebd-video__slot{min-width:0;min-height:0}.igrejav1-ebd-video__placeholder{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:28px;color:#fff;text-align:center;background:linear-gradient(135deg,rgba(18,24,49,.97),rgba(28,36,72,.94));transition:opacity .2s ease,visibility .2s ease}.igrejav1-ebd-video.is-loaded .igrejav1-ebd-video__placeholder{opacity:0;visibility:hidden;pointer-events:none}.igrejav1-ebd-video__icon{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;padding-left:4px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.12);font-size:22px}.igrejav1-ebd-video__placeholder strong{color:#fff;font-size:19px}.igrejav1-ebd-video__placeholder p{max-width:620px;margin:0;color:rgba(255,255,255,.82);font-size:14px;line-height:1.6}.igrejav1-ebd-video__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:4px}.igrejav1-ebd-video__placeholder .igrejav1-button--secondary{border-color:rgba(255,255,255,.4);color:#fff;background:rgba(255,255,255,.1)}.igrejav1-ebd-video__placeholder small{min-height:20px;color:rgba(255,255,255,.74)}.igrejav1-ebd-video.is-loading .igrejav1-ebd-video__icon{animation:igrejav1-ebd-video-pulse 1s ease-in-out infinite alternate}@keyframes igrejav1-ebd-video-pulse{from{transform:scale(.94);opacity:.72}to{transform:scale(1.04);opacity:1}}@media (max-width:640px){.igrejav1-ebd-video--consent{min-height:330px;aspect-ratio:auto}.igrejav1-ebd-video__placeholder{padding:24px 18px}.igrejav1-ebd-video__actions{width:100%;flex-direction:column}.igrejav1-ebd-video__actions .igrejav1-button{width:100%;justify-content:center}}.igrejav1-ebd-external-link{display:inline-flex;margin:10px 0 18px;color:var(--ebd-primary);font-weight:700;text-decoration:none}.igrejav1-ebd-file-list{display:grid;gap:10px}.igrejav1-ebd-file-list a{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 14px;border:1px solid var(--ebd-border);border-radius:11px;background:var(--ebd-soft);color:var(--ebd-secondary);text-decoration:none}.igrejav1-ebd-file-list a>span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:30px;border-radius:7px;background:var(--ebd-primary);color:#fff;font-size:11px;font-weight:800}.igrejav1-ebd-file-list a strong{min-width:0;overflow:hidden;color:var(--ebd-primary);text-overflow:ellipsis;white-space:nowrap}.igrejav1-ebd-file-list a small{color:var(--ebd-secondary);white-space:nowrap}.igrejav1-ebd-file-list a:hover,.igrejav1-ebd-file-list a:focus-visible{border-color:rgba(28,36,72,.3)}.igrejav1-ebd-pdf-manager{display:grid;gap:14px}.igrejav1-ebd-pdf-manager>h4,.igrejav1-ebd-pdf-manager>p{margin:0}.igrejav1-ebd-existing-files{display:grid;gap:9px}.igrejav1-ebd-existing-file{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 14px;border:1px solid var(--ebd-border);border-radius:10px;background:#fff}.igrejav1-ebd-existing-file>span:first-child{display:grid;min-width:0;gap:3px}.igrejav1-ebd-existing-file strong{overflow:hidden;color:var(--ebd-primary);text-overflow:ellipsis;white-space:nowrap}.igrejav1-ebd-existing-file small{color:var(--ebd-secondary)}.igrejav1-ebd-study-sidebar{display:grid;gap:20px;position:sticky;top:24px}.igrejav1-ebd-study-sidebar textarea{width:100%;resize:vertical}.igrejav1-ebd-note-form{display:grid;gap:20px}.igrejav1-ebd-note-form .igrejav1-field{margin:0}.igrejav1-ebd-note-form .igrejav1-button{justify-self:start}.igrejav1-ebd-progress-form{display:grid;gap:12px}.igrejav1-ebd-back{display:inline-flex;margin-bottom:16px;color:#1C2448;font-weight:700;text-decoration:none}.igrejav1-ebd-study-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:#2D3C74}.igrejav1-ebd-tabs{display:flex;flex-wrap:wrap;gap:8px;padding:8px;margin-bottom:20px;border:1px solid rgba(28,36,72,.12);border-radius:13px;background:#fff}.igrejav1-ebd-tabs a{padding:10px 15px;border-radius:9px;color:#2D3C74;font-weight:700;text-decoration:none}.igrejav1-ebd-tabs a.is-active{background:#1C2448;color:#fff}.igrejav1-ebd-admin>.igrejav1-card,.igrejav1-ebd-admin>.igrejav1-create-launcher,.igrejav1-ebd-admin>form{margin-bottom:20px}.igrejav1-ebd-user-checkboxes{max-height:260px;overflow:auto;padding:12px;border:1px solid rgba(28,36,72,.12);border-radius:12px;background:#F9FAFC}body.igrejav1-ebd-profile-page .igrejav1-wrap>.igrejav1-card,body.igrejav1-ebd-profile-page .igrejav1-wrap>.igrejav1-grid,body.igrejav1-ebd-profile-page .igrejav1-wrap>form,body.igrejav1-ebd-profile-page .igrejav1-wrap>section{margin-bottom:26px}body.igrejav1-ebd-profile-page .igrejav1-wrap>:last-child{margin-bottom:0}body.igrejav1-ebd-profile-page .igrejav1-grid{gap:24px}body.igrejav1-ebd-profile-page .igrejav1-wrap>.igrejav1-card+.igrejav1-card{margin-top:24px}.igrejav1-area-choice__card{display:block;color:#2D3C74;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.igrejav1-area-choice__card:hover,.igrejav1-area-choice__card:focus-visible{transform:translateY(-2px);box-shadow:0 12px 28px rgba(28,36,72,.09)}.igrejav1-button-danger{background:#9d2f2f;border-color:#9d2f2f}@media (max-width:900px){.igrejav1-ebd-study-layout{grid-template-columns:1fr}.igrejav1-ebd-study-sidebar{position:static}.igrejav1-ebd-menu{align-items:flex-start;flex-direction:column}.igrejav1-ebd-menu__links{justify-content:flex-start;width:100%}}@media (max-width:640px){.igrejav1-ebd-hero,.igrejav1-ebd-study-card,.igrejav1-ebd-class-card{border-radius:13px}.igrejav1-ebd-library-header,.igrejav1-ebd-admin-header{flex-direction:column}.igrejav1-ebd-menu__links a{width:100%}.igrejav1-ebd-library-views{grid-template-columns:1fr}.igrejav1-ebd-filter-accordion>summary{align-items:flex-start;padding:18px}.igrejav1-ebd-filter-accordion .igrejav1-ebd-filters{padding:18px}.igrejav1-ebd-admin-filter-accordion>summary{align-items:flex-start;padding:18px}.igrejav1-ebd-admin-filter-accordion .igrejav1-ebd-admin-filters{padding:18px}.igrejav1-ebd-existing-file{align-items:flex-start;flex-direction:column}.igrejav1-ebd-file-list a{grid-template-columns:auto minmax(0,1fr)}.igrejav1-ebd-file-list a small{grid-column:2}}.igrejav1-ebd-menu__links a{display:inline-flex;align-items:center;gap:8px}.igrejav1-ebd-menu__links a svg{opacity:.82;transition:opacity .18s ease,transform .18s ease}.igrejav1-ebd-menu__links a:hover svg,.igrejav1-ebd-menu__links a:focus-visible svg{opacity:1;transform:translateY(-1px)}.igrejav1-ebd-study-body,.igrejav1-ebd-study-body p,.igrejav1-ebd-study-body li{text-align:justify;text-justify:inter-word;hyphens:auto}.igrejav1-ebd-study-body ul,.igrejav1-ebd-study-body ol{padding-left:1.4em}body.igrejav1-ebd-profile-page .igrejav1-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%, 260px),1fr));align-items:stretch}body.igrejav1-ebd-profile-page .igrejav1-grid>.igrejav1-card,body.igrejav1-ebd-profile-page .igrejav1-grid>article,body.igrejav1-ebd-profile-page .igrejav1-grid>section{display:flex;flex-direction:column;width:100%;min-height:210px;height:100%}body.igrejav1-ebd-profile-page .igrejav1-grid>.igrejav1-card .igrejav1-actions,body.igrejav1-ebd-profile-page .igrejav1-grid>article .igrejav1-actions,body.igrejav1-ebd-profile-page .igrejav1-grid>section .igrejav1-actions{margin-top:auto}@media (max-width:640px){.igrejav1-ebd-menu__links a{justify-content:flex-start}body.igrejav1-ebd-profile-page .igrejav1-grid>.igrejav1-card,body.igrejav1-ebd-profile-page .igrejav1-grid>article,body.igrejav1-ebd-profile-page .igrejav1-grid>section{min-height:0}}.igrejav1-ebd-menu .igrejav1-ebd-menu__brand{font-size:16px;line-height:1.25}.igrejav1-ebd-menu .igrejav1-ebd-menu__brand .igrejav1-badge{font-size:11px;line-height:1}.igrejav1-ebd-menu .igrejav1-ebd-menu__brand strong{font-size:15px!important;line-height:1.25!important;font-weight:700}.igrejav1-ebd-menu .igrejav1-ebd-menu__brand small{font-size:12px!important;line-height:1.35!important}.igrejav1-ebd-menu .igrejav1-ebd-menu__links a{gap:7px;font-size:13px!important;line-height:1.2!important}.igrejav1-ebd-menu .igrejav1-ebd-menu__links a svg{display:block;width:18px!important;height:18px!important;min-width:18px;max-width:18px;min-height:18px;max-height:18px;flex:0 0 18px}@media (max-width:640px){.igrejav1-ebd-menu .igrejav1-ebd-menu__brand strong{font-size:14px!important}.igrejav1-ebd-menu .igrejav1-ebd-menu__links a{font-size:13px!important}}.igrejav1-ebd-note-status{min-height:20px;margin:10px 0 0;color:#2D3C74;font-size:13px;line-height:1.45}.igrejav1-ebd-note-status.is-success{color:#1f6b45}.igrejav1-ebd-note-status.is-error{color:#a12626}.igrejav1-ebd-note-form .igrejav1-button[aria-busy="true"]{cursor:wait;opacity:.72}body.igrejav1-ebd-profile-page .igrejav1-area-choice>.igrejav1-grid-2{align-items:stretch;grid-auto-rows:1fr}body.igrejav1-ebd-profile-page .igrejav1-area-choice__card,body.igrejav1-ebd-profile-page .igrejav1-area-choice__card+.igrejav1-area-choice__card{display:flex;flex-direction:column;align-self:stretch;width:100%;min-height:170px;height:100%;margin-top:0}body.igrejav1-ebd-profile-page .igrejav1-area-choice__card h3{margin:0 0 12px}body.igrejav1-ebd-profile-page .igrejav1-area-choice__card p{margin:0 0 18px}body.igrejav1-ebd-profile-page .igrejav1-area-choice__card>strong{display:block;margin-top:auto}@media (max-width:640px){body.igrejav1-ebd-profile-page .igrejav1-area-choice>.igrejav1-grid-2{grid-auto-rows:auto}body.igrejav1-ebd-profile-page .igrejav1-area-choice__card,body.igrejav1-ebd-profile-page .igrejav1-area-choice__card+.igrejav1-area-choice__card{min-height:0;height:auto}}.igrejav1-ebd-profile-dashboard{width:100%;margin-top:28px}.igrejav1-ebd-profile-dashboard__header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:20px}.igrejav1-ebd-profile-dashboard__header h2{margin:8px 0 6px;color:#1C2448}.igrejav1-ebd-profile-dashboard__header p{margin:0}.igrejav1-ebd-dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.igrejav1-ebd-dashboard-card{display:flex;flex-direction:column;align-items:flex-start;min-width:0;min-height:190px;height:100%;padding:24px}.igrejav1-ebd-dashboard-card__icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:16px;border-radius:11px;background:#F5F7FB;color:#1C2448}.igrejav1-ebd-dashboard-card__icon svg{display:block;width:18px;height:18px;flex:0 0 18px}.igrejav1-ebd-dashboard-card>span{display:block;margin-bottom:8px;color:#2D3C74;font-size:13px;font-weight:700}.igrejav1-ebd-dashboard-card__value{display:block;margin-bottom:10px;color:#1C2448;font-size:clamp(28px, 3vw, 38px);line-height:1}.igrejav1-ebd-dashboard-card>p{margin:0 0 14px;color:#2D3C74;font-size:14px;line-height:1.55}.igrejav1-ebd-dashboard-card>a{margin-top:auto;color:#1C2448;font-size:13px;font-weight:700;text-decoration:none}.igrejav1-ebd-dashboard-card--continue>strong,.igrejav1-ebd-dashboard-card--list>strong{margin-bottom:8px;color:#1C2448;font-size:17px;line-height:1.35}.igrejav1-ebd-dashboard-card--continue>small,.igrejav1-ebd-dashboard-card--list>small{margin-bottom:14px;color:#2D3C74}.igrejav1-ebd-dashboard-card--list ul{width:100%;margin:2px 0 0;padding:0;list-style:none}.igrejav1-ebd-dashboard-card--list li{display:flex;flex-direction:column;gap:2px;padding:8px 0;border-bottom:1px solid rgba(28,36,72,.1);color:#1C2448;font-size:13px;line-height:1.4}.igrejav1-ebd-dashboard-card--list li:last-child{border-bottom:0}.igrejav1-ebd-dashboard-card--list li a{color:#1C2448;font-weight:700;text-decoration:none;overflow-wrap:anywhere}.igrejav1-ebd-dashboard-card--list li small{color:#2D3C74;font-size:11px}.igrejav1-ebd-admin .igrejav1-table td .igrejav1-badge+small,.igrejav1-ebd-admin .igrejav1-table td .igrejav1-badge~small{display:block;margin-top:6px;color:#2D3C74;font-size:11px;line-height:1.4}@media (max-width:900px){.igrejav1-ebd-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.igrejav1-ebd-profile-dashboard__header{align-items:flex-start;flex-direction:column}.igrejav1-ebd-dashboard-grid{grid-template-columns:1fr}.igrejav1-ebd-dashboard-card{min-height:0;height:auto}}.igrejav1-ebd-dashboard-card--list ul{max-height:118px;overflow-y:auto;padding-right:4px}.igrejav1-ebd-public .igrejav1-ebd-hero .igrejav1-button,.igrejav1-ebd-study-card .igrejav1-button{background:var(--ebd-primary)!important;color:#fff!important;border-color:transparent!important;text-decoration:none!important;box-shadow:none!important;transform:none!important;opacity:1!important;transition:none!important}.igrejav1-ebd-public .igrejav1-ebd-hero .igrejav1-button:hover,.igrejav1-ebd-public .igrejav1-ebd-hero .igrejav1-button:active,.igrejav1-ebd-public .igrejav1-ebd-hero .igrejav1-button:visited,.igrejav1-ebd-public .igrejav1-ebd-hero .igrejav1-button:focus,.igrejav1-ebd-study-card .igrejav1-button:hover,.igrejav1-ebd-study-card .igrejav1-button:active,.igrejav1-ebd-study-card .igrejav1-button:visited,.igrejav1-ebd-study-card .igrejav1-button:focus{background:var(--ebd-primary)!important;color:#fff!important;border-color:transparent!important;text-decoration:none!important;box-shadow:none!important;transform:none!important;opacity:1!important}.igrejav1-ebd-public .igrejav1-ebd-hero .igrejav1-button:focus-visible,.igrejav1-ebd-study-card .igrejav1-button:focus-visible{outline:2px solid #fff;outline-offset:3px}.igrejav1-ebd-menu .igrejav1-ebd-menu__links a.is-active,.igrejav1-ebd-menu .igrejav1-ebd-menu__links a.is-active:hover,.igrejav1-ebd-menu .igrejav1-ebd-menu__links a.is-active:focus-visible{background:#1C2448;color:#FFF}.igrejav1-ebd-admin>.igrejav1-card+.igrejav1-card{margin-top:22px}.igrejav1-ebd-menu .igrejav1-ebd-menu__profile{color:#1C2448;font-weight:700}.igrejav1-members-card .igrejav1-table td>.igrejav1-text-muted{display:block;margin-top:4px;font-size:12px;line-height:1.35}.igrejav1-visitor-qr-pdf-card{display:grid;gap:24px;width:100%}.igrejav1-visitor-qr-pdf-heading{display:flex;align-items:flex-start;gap:16px}.igrejav1-visitor-qr-pdf-heading h3{margin:8px 0 6px;color:#1C2448}.igrejav1-visitor-qr-pdf-heading p{margin:0;color:#2D3C74;line-height:1.65}.igrejav1-visitor-qr-pdf-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:#F5F7FB;color:#1C2448}.igrejav1-visitor-qr-pdf-icon svg{display:block;width:24px;height:24px}.igrejav1-visitor-qr-pdf-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.igrejav1-visitor-qr-pdf-option{display:flex;flex-direction:column;align-items:flex-start;min-width:0;min-height:190px;padding:20px;border:1px solid rgba(28,36,72,.13);border-radius:14px;background:#FFF}.igrejav1-visitor-qr-pdf-option strong{color:#1C2448;font-size:15px}.igrejav1-visitor-qr-pdf-option span{margin:8px 0 20px;color:#2D3C74;line-height:1.55}.igrejav1-visitor-qr-pdf-button{margin-top:auto;white-space:nowrap}.igrejav1-visitor-qr-pdf-button:hover,.igrejav1-visitor-qr-pdf-button:focus,.igrejav1-visitor-qr-pdf-button:active,.igrejav1-visitor-qr-pdf-button:visited{background:#1C2448;color:#FFF;transform:none;box-shadow:none}.igrejav1-visitor-qr-pdf-note{display:flex;flex-wrap:wrap;gap:6px 10px;padding:14px 16px;border-radius:12px;background:#F5F7FB;color:#2D3C74;overflow-wrap:anywhere}.igrejav1-visitor-qr-pdf-note strong{color:#1C2448}@media (max-width:900px){.igrejav1-visitor-qr-pdf-options{grid-template-columns:1fr}.igrejav1-visitor-qr-pdf-option{min-height:auto}}@media (max-width:560px){.igrejav1-visitor-qr-pdf-heading{flex-direction:column}.igrejav1-visitor-qr-pdf-button{width:100%;justify-content:center;text-align:center}}.igrejav1-management-reports{display:grid;gap:18px}.igrejav1-management-reports__hero{overflow:hidden;background:linear-gradient(135deg,#FFFFFF 0%,#F5F7FB 100%)}.igrejav1-management-reports__hero h2{margin:10px 0 6px;color:#1C2448;font-size:clamp(24px, 3vw, 34px);line-height:1.15}.igrejav1-management-reports__hero .igrejav1-toolbar{align-items:flex-start;gap:18px}.igrejav1-management-reports__pdf{flex:0 0 auto;white-space:nowrap;transition:none!important}.igrejav1-management-reports__pdf:hover,.igrejav1-management-reports__pdf:focus,.igrejav1-management-reports__pdf:active{border:0!important;background:var(--igrejav1-color-title)!important;color:#FFFFFF!important;transform:none!important;box-shadow:none!important;text-decoration:none!important}.igrejav1-management-reports__tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px;padding-top:16px;border-top:1px solid rgba(28,36,72,.12)}.igrejav1-management-reports__tabs a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 16px;border:1px solid rgba(28,36,72,.13);border-radius:10px;background:#FFF;color:#2D3C74;font-weight:700;text-decoration:none;transition:none}.igrejav1-management-reports__tabs a:hover,.igrejav1-management-reports__tabs a:focus,.igrejav1-management-reports__tabs a.is-active{border-color:#1C2448;background:#1C2448;color:#FFF;transform:none;box-shadow:none}.igrejav1-management-reports__period{display:flex;align-items:center;justify-content:space-between;gap:20px}.igrejav1-management-reports__period>div{display:grid;gap:5px;flex:0 0 auto}.igrejav1-management-reports__period strong{color:#1C2448}.igrejav1-management-reports__period span{color:#2D3C74;font-weight:700}.igrejav1-management-reports__period p{margin:0;max-width:720px;text-align:right}.igrejav1-management-reports__summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.igrejav1-management-report-card{position:relative;display:grid;gap:5px;min-width:0;overflow:hidden}.igrejav1-management-report-card::before{content:none;display:none}.igrejav1-management-report-card>span{color:#2D3C74;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.igrejav1-management-report-card>strong{color:#1C2448;font-size:clamp(22px, 3vw, 31px);line-height:1.15;overflow-wrap:anywhere}.igrejav1-management-report-card>small{color:#2D3C74;font-size:13px}.igrejav1-management-report-card.is-negative>strong{color:#B42318}.igrejav1-management-reports__sections{display:grid;gap:12px}.igrejav1-management-report-section{padding:0;overflow:hidden}.igrejav1-management-report-section>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:76px;padding:18px 20px;cursor:pointer;list-style:none;background:#FFF}.igrejav1-management-report-section>summary::-webkit-details-marker{display:none}.igrejav1-management-report-section>summary::after{content:"+";display:inline-flex;align-items:center;justify-content:center;flex:0 0 30px;width:30px;height:30px;margin-left:2px;border-radius:50%;background:#F5F7FB;color:#1C2448;font-size:20px;font-weight:600}.igrejav1-management-report-section[open]>summary::after{content:"−"}.igrejav1-management-report-section>summary>div{display:grid;gap:5px;min-width:0;margin-right:auto}.igrejav1-management-report-section>summary strong{color:#1C2448;font-size:17px}.igrejav1-management-report-section>summary span:not(.igrejav1-badge){color:#2D3C74;line-height:1.45}.igrejav1-management-report-section__body{display:grid;gap:20px;padding:20px;border-top:1px solid rgba(28,36,72,.1);background:#FBFCFE}.igrejav1-management-report-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.igrejav1-management-report-metrics>div{display:grid;gap:7px;min-width:0;padding:14px;border:1px solid rgba(28,36,72,.1);border-radius:12px;background:#FFF}.igrejav1-management-report-metrics span{color:#2D3C74;font-size:12px}.igrejav1-management-report-metrics strong{color:#1C2448;font-size:20px;overflow-wrap:anywhere}.igrejav1-management-report-table-block{display:grid;gap:10px;min-width:0}.igrejav1-management-report-table-block h4{margin:0;color:#1C2448}.igrejav1-management-reports__filters .igreja-form-grid{align-items:end}.igrejav1-management-reports__filters .igrejav1-actions{margin:0}.igrejav1-management-reports__activity-summary{align-items:start}.igrejav1-management-reports__activity-summary>.igrejav1-card{min-width:0}.igrejav1-management-reports__activity-table{min-width:900px}.igrejav1-management-reports__privacy-note{margin:0;padding:12px 14px;border-radius:10px;background:#F5F7FB}@media (max-width:1100px){.igrejav1-management-reports__summary-grid,.igrejav1-management-report-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:800px){.igrejav1-management-reports__hero .igrejav1-toolbar,.igrejav1-management-reports__period{align-items:stretch;flex-direction:column}.igrejav1-management-reports__period p{text-align:left}.igrejav1-management-reports__pdf{width:100%;justify-content:center;text-align:center}.igrejav1-management-reports__summary-grid,.igrejav1-management-report-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.igrejav1-management-reports__tabs{display:grid;grid-template-columns:1fr}.igrejav1-management-reports__tabs a{width:100%}.igrejav1-management-reports__summary-grid,.igrejav1-management-report-metrics{grid-template-columns:1fr}.igrejav1-management-report-section>summary{align-items:flex-start;padding:16px}.igrejav1-management-report-section>summary .igrejav1-badge{display:none}.igrejav1-management-report-section__body{padding:16px}}.igrejav1-system-menu__privacy{appearance:none;border:0;background:transparent;text-align:left;font-family:inherit}.igrejav1-system-menu__privacy[hidden]{display:none!important}.igrejav1-system-menu__privacy .igrejav1-system-menu__icon{color:var(--igrejav1-color-title)}@media (max-width:900px){body.igrejav1-system-page.igrejav1-has-system-bottom-nav .igrejav1-cookie-floating-control,body.igrejav1-system-page.igrejav1-has-system-bottom-nav [data-igrejav1-cookie-floating-control="true"]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;transform:scale(0)!important}}.igrejav1-event-gallery-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-top:4px}.igrejav1-event-gallery-title>div{min-width:0}.igrejav1-event-gallery-count{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 11px;border-radius:999px;background:#eef1f8;color:#1c2448;font-size:11px;font-weight:800}.igrejav1-event-gallery-editor{padding:16px;border:1px solid #dfe4ee;border-radius:14px;background:#f8f9fc}.igrejav1-event-gallery-file{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.igrejav1-event-gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.igrejav1-event-gallery-toolbar>span{color:#69738c;font-size:12px;line-height:1.5}.igrejav1-event-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.igrejav1-event-gallery-empty{grid-column:1 / -1;display:grid;place-items:center;min-height:150px;padding:24px;border:1px dashed #cfd6e3;border-radius:12px;background:#fff;text-align:center}.igrejav1-event-gallery-empty strong,.igrejav1-event-gallery-empty span{display:block}.igrejav1-event-gallery-empty strong{color:#1c2448;font-size:14px}.igrejav1-event-gallery-empty span{margin-top:5px;color:#74809a;font-size:12px}.igrejav1-event-gallery-item{min-width:0;overflow:hidden;border:1px solid #dfe4ee;border-radius:12px;background:#fff;box-shadow:0 6px 18px rgba(28,36,72,.05);transition:border-color .18s ease,box-shadow .18s ease,opacity .18s ease}.igrejav1-event-gallery-item.is-cover{border-color:#8394c8;box-shadow:0 0 0 2px rgba(28,36,72,.08),0 8px 20px rgba(28,36,72,.07)}.igrejav1-event-gallery-item.is-dragging{opacity:.45}.igrejav1-event-gallery-item__preview{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:#e9edf5;cursor:grab}.igrejav1-event-gallery-item__preview img{width:100%;height:100%;display:block;object-fit:cover}.igrejav1-event-gallery-item__preview span{position:absolute;top:9px;left:9px;display:inline-flex;align-items:center;min-height:25px;padding:5px 9px;border-radius:999px;background:#1c2448;color:#fff;font-size:10px;font-weight:800;letter-spacing:.02em}.igrejav1-event-gallery-item__body{padding:11px}.igrejav1-event-gallery-item__body input{width:100%;min-height:38px;padding:8px 10px;border:1px solid #dfe4ee;border-radius:8px;background:#fff;color:#2d3c74;font-size:12px}.igrejav1-event-gallery-item__body input:focus{border-color:#1c2448;box-shadow:0 0 0 3px rgba(28,36,72,.09);outline:none}.igrejav1-event-gallery-item__actions{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:9px}.igrejav1-event-gallery-action{min-height:31px;padding:6px 9px;border:1px solid #dfe4ee;border-radius:7px;background:#fff;color:#2d3c74;font-size:10px;font-weight:750;cursor:pointer}.igrejav1-event-gallery-action:hover:not(:disabled),.igrejav1-event-gallery-action:focus-visible:not(:disabled){border-color:#aeb9d0;background:#f2f5fb;color:#1c2448}.igrejav1-event-gallery-action:disabled{opacity:.58;cursor:default}.igrejav1-event-gallery-action.is-icon{width:31px;padding:0}.igrejav1-event-gallery-action.is-remove{margin-left:auto;color:#9b4350}.igrejav1-event-gallery-action.is-remove:hover,.igrejav1-event-gallery-action.is-remove:focus-visible{border-color:#e2b8bf;background:#fceef0;color:#832f3b}.igrejav1-event-gallery-privacy{margin:13px 0 0;padding:11px 12px;border-radius:9px;background:#fff7e7;color:#775719;font-size:11px;line-height:1.55}.igrejav1-public-event-cover{grid-column:1 / -1;width:100%;padding:0;overflow:hidden;border:0;border-radius:13px;background:#e9edf5;cursor:zoom-in}.igrejav1-public-event-cover img{width:100%;aspect-ratio:16 / 9;display:block;object-fit:cover;transition:transform .25s ease}.igrejav1-public-event-cover:hover img,.igrejav1-public-event-cover:focus-visible img{transform:scale(1.025)}.igrejav1-event-gallery-view{margin-bottom:18px}.igrejav1-event-gallery-view__main{overflow:hidden;border:1px solid #e0e5ee;border-radius:13px;background:#f4f6fa}.igrejav1-event-gallery-view__main>button{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.igrejav1-event-gallery-view__main img{width:100%;max-height:520px;display:block;object-fit:cover}.igrejav1-event-gallery-view__main p{margin:0;padding:10px 13px;color:#59657f;font-size:12px}.igrejav1-event-gallery-view__thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:8px}.igrejav1-event-gallery-view__thumbs button{position:relative;aspect-ratio:1 / 1;padding:0;overflow:hidden;border:1px solid #dfe4ee;border-radius:9px;background:#eef1f6;cursor:zoom-in}.igrejav1-event-gallery-view__thumbs img{width:100%;height:100%;display:block;object-fit:cover}.igrejav1-event-gallery-view__thumbs span{position:absolute;left:5px;bottom:5px;padding:3px 6px;border-radius:999px;background:rgba(28,36,72,.9);color:#fff;font-size:8px;font-weight:800}.igrejav1-event-photo-lightbox{position:fixed;inset:0;z-index:1000000;display:flex;align-items:center;justify-content:center;padding:28px;background:rgba(6,9,17,.92)}.igrejav1-event-photo-lightbox img{max-width:min(1180px, 94vw);max-height:90vh;display:block;border-radius:10px;object-fit:contain;box-shadow:0 24px 80px rgba(0,0,0,.48)}.igrejav1-event-photo-lightbox>button{position:fixed;top:18px;right:20px;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:27px;line-height:1;cursor:pointer}@media (max-width:900px){.igrejav1-event-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.igrejav1-event-gallery-view__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:600px){.igrejav1-event-gallery-title,.igrejav1-event-gallery-toolbar{align-items:stretch;flex-direction:column}.igrejav1-event-gallery-count{align-self:flex-start}.igrejav1-event-gallery-editor{padding:12px}.igrejav1-event-gallery-grid{grid-template-columns:1fr}.igrejav1-event-gallery-item{display:grid;grid-template-columns:116px minmax(0,1fr)}.igrejav1-event-gallery-item__preview{aspect-ratio:auto;min-height:138px}.igrejav1-event-gallery-item__actions{align-items:stretch}.igrejav1-event-gallery-action:first-child{width:100%}.igrejav1-event-gallery-view__thumbs{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:3px}.igrejav1-event-gallery-view__thumbs button{flex:0 0 78px;scroll-snap-align:start}.igrejav1-event-photo-lightbox{padding:12px}}.igrejav1-public-event-share{display:flex;align-items:center;justify-content:flex-start;padding-top:18px;border-top:1px solid rgba(45,60,116,.14)}.igrejav1-public-event-share-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;text-decoration:none;box-shadow:none}.igrejav1-public-event-share-button svg{width:20px;height:20px;flex:0 0 20px}@media (max-width:680px){.igrejav1-public-event-share-button{width:100%}}.igrejav1-ebd-member-home,.igrejav1-ebd-restricted{--ebd-primary:#1C2448;--ebd-secondary:#2D3C74;--ebd-soft:#F5F7FB;--ebd-border:rgba(28, 36, 72, .14);width:100%}.igrejav1-ebd-member-home>.igrejav1-card,.igrejav1-ebd-member-home__lead-grid>.igrejav1-card,.igrejav1-ebd-member-home__two-columns>.igrejav1-card,.igrejav1-ebd-restricted>.igrejav1-card{border:1px solid var(--ebd-border);box-shadow:none}.igrejav1-ebd-member-home__header{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:20px;padding:clamp(24px, 4vw, 38px);background:#fff}.igrejav1-ebd-member-home__header h2,.igrejav1-ebd-restricted h2{margin:9px 0 8px;color:var(--ebd-primary);font-size:clamp(27px, 3vw, 38px);line-height:1.12}.igrejav1-ebd-member-home__header p,.igrejav1-ebd-restricted p{max-width:720px;margin:0;color:var(--ebd-secondary);line-height:1.65}.igrejav1-ebd-member-home__header .igrejav1-actions{flex:0 0 auto;justify-content:flex-end}.igrejav1-ebd-member-home__schedule{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.igrejav1-ebd-member-home__schedule span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:var(--ebd-soft);color:var(--ebd-primary);font-size:13px;font-weight:700}.igrejav1-ebd-member-home__schedule svg{width:16px;height:16px}.igrejav1-ebd-member-home__lead-grid,.igrejav1-ebd-member-home__two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:20px;align-items:stretch}.igrejav1-ebd-member-home__lead-grid>.igrejav1-card,.igrejav1-ebd-member-home__two-columns>.igrejav1-card{min-width:0;height:100%;padding:clamp(22px, 3vw, 30px)}.igrejav1-ebd-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.igrejav1-ebd-section-heading h3{margin:5px 0 0;color:var(--ebd-primary);font-size:clamp(20px, 2vw, 25px);line-height:1.25}.igrejav1-eyebrow{display:block;color:var(--ebd-secondary);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.igrejav1-ebd-section-heading>a{flex:0 0 auto;color:var(--ebd-primary);font-size:13px;font-weight:700;text-decoration:none}.igrejav1-ebd-next-class__time{display:block;margin:-7px 0 20px;color:var(--ebd-secondary);font-size:17px}.igrejav1-ebd-next-class__lesson{padding:20px;border-left:3px solid var(--ebd-primary);border-radius:0 10px 10px 0;background:var(--ebd-soft)}.igrejav1-ebd-next-class__lesson>span,.igrejav1-ebd-week-lesson__theme{display:block;margin-bottom:6px;color:var(--ebd-secondary);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.igrejav1-ebd-next-class__lesson h4{margin:0 0 7px;color:var(--ebd-primary);font-size:19px;line-height:1.35}.igrejav1-ebd-next-class__lesson p,.igrejav1-ebd-week-lesson>p,.igrejav1-ebd-quarter-progress>p{color:var(--ebd-secondary);line-height:1.65}.igrejav1-ebd-next-class__lesson a{display:inline-block;margin-top:7px;color:var(--ebd-primary);font-size:13px;font-weight:800;text-decoration:none}.igrejav1-ebd-week-lesson{display:flex;flex-direction:column}.igrejav1-ebd-week-lesson__reference{margin:0 0 12px;color:var(--ebd-primary)!important;font-weight:700}.igrejav1-ebd-week-lesson .igrejav1-button{align-self:flex-start;margin-top:auto}.igrejav1-ebd-class-list{display:grid;gap:14px}.igrejav1-ebd-class-list>article{padding:18px;border:1px solid var(--ebd-border);border-radius:12px;background:#fff}.igrejav1-ebd-class-list h4{margin:0 0 4px;color:var(--ebd-primary);font-size:18px}.igrejav1-ebd-class-list>article>span{color:var(--ebd-secondary);font-size:12px}.igrejav1-ebd-class-list dl{display:grid;gap:8px;margin:15px 0 0}.igrejav1-ebd-class-list dl>div{display:grid;grid-template-columns:94px minmax(0,1fr);gap:10px}.igrejav1-ebd-class-list dt{color:var(--ebd-secondary);font-size:12px;font-weight:700}.igrejav1-ebd-class-list dd{min-width:0;margin:0;color:var(--ebd-primary);font-size:13px;overflow-wrap:anywhere}.igrejav1-ebd-empty-state{padding:20px;border:1px dashed var(--ebd-border);border-radius:12px;background:var(--ebd-soft)}.igrejav1-ebd-empty-state p{margin:0 0 5px;color:var(--ebd-primary);font-weight:700}.igrejav1-ebd-empty-state small{color:var(--ebd-secondary)}.igrejav1-ebd-progress{width:100%;height:9px;margin-top:24px;overflow:hidden;border-radius:999px;background:rgba(28,36,72,.1)}.igrejav1-ebd-progress span{display:block;height:100%;border-radius:inherit;background:var(--ebd-primary)}.igrejav1-ebd-progress__legend{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;color:var(--ebd-secondary);font-size:12px}.igrejav1-ebd-progress__legend strong{color:var(--ebd-primary);font-size:14px}.igrejav1-ebd-timeline,.igrejav1-ebd-history-list,.igrejav1-ebd-material-links,.igrejav1-ebd-notice-list{display:grid;gap:10px}.igrejav1-ebd-timeline>a,.igrejav1-ebd-history-list>a,.igrejav1-ebd-material-links>a{display:grid;min-width:0;padding:14px 15px;border:1px solid var(--ebd-border);border-radius:11px;color:var(--ebd-primary);text-decoration:none}.igrejav1-ebd-timeline time{margin-bottom:4px;color:var(--ebd-secondary);font-size:11px;font-weight:800;text-transform:uppercase}.igrejav1-ebd-timeline span,.igrejav1-ebd-history-list strong,.igrejav1-ebd-material-links strong{min-width:0;color:var(--ebd-primary);font-size:14px;line-height:1.4;overflow-wrap:anywhere}.igrejav1-ebd-timeline small,.igrejav1-ebd-history-list small,.igrejav1-ebd-material-links small{margin-top:3px;color:var(--ebd-secondary);font-size:11px}.igrejav1-ebd-material-links>a{grid-template-columns:44px minmax(0,1fr);column-gap:12px}.igrejav1-ebd-material-links>a>span{grid-row:1 / span 2;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:var(--ebd-soft);color:var(--ebd-primary);font-size:10px;font-weight:900}.igrejav1-ebd-history-list>a{grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:10px}.igrejav1-ebd-history-list>a>small{grid-column:2}.igrejav1-ebd-notice-list article{padding:15px 16px;border-left:3px solid var(--ebd-primary);border-radius:0 10px 10px 0;background:var(--ebd-soft)}.igrejav1-ebd-notice-list article.is-warning{border-left-color:#B7791F;background:#FFF9EB}.igrejav1-ebd-notice-list article.is-success{border-left-color:#2F855A;background:#F0FFF4}.igrejav1-ebd-notice-list strong{display:block;color:var(--ebd-primary);font-size:14px}.igrejav1-ebd-notice-list p{margin:6px 0 0;color:var(--ebd-secondary);font-size:13px;line-height:1.55}.igrejav1-ebd-notice-list small{display:block;margin-top:7px;color:var(--ebd-secondary);font-size:11px}.igrejav1-ebd-restricted{max-width:760px;margin-inline:auto}.igrejav1-ebd-restricted>.igrejav1-card{padding:clamp(28px, 5vw, 48px);text-align:center}.igrejav1-ebd-restricted .igrejav1-button{margin-top:20px}.igrejav1-ebd-admin .igrejav1-table td>small{display:block;margin-top:5px;color:#2D3C74;line-height:1.45}@media (max-width:900px){.igrejav1-ebd-member-home__header{align-items:flex-start;flex-direction:column}.igrejav1-ebd-member-home__header .igrejav1-actions{justify-content:flex-start}}@media (max-width:760px){.igrejav1-ebd-member-home__lead-grid,.igrejav1-ebd-member-home__two-columns{grid-template-columns:1fr}}@media (max-width:520px){.igrejav1-ebd-member-home__header .igrejav1-actions,.igrejav1-ebd-member-home__header .igrejav1-button{width:100%}.igrejav1-ebd-member-home__header .igrejav1-button{justify-content:center}.igrejav1-ebd-section-heading{gap:10px}.igrejav1-ebd-class-list dl>div{grid-template-columns:1fr;gap:2px}}.igrejav1-ebd-profile-dashboard__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}@media (max-width:640px){.igrejav1-ebd-profile-dashboard__actions{width:100%;justify-content:flex-start}.igrejav1-ebd-profile-dashboard__actions .igrejav1-button{width:100%;justify-content:center}}.igrejav1-ebd-public-overview{--ebd-primary:#1C2448;--ebd-secondary:#2D3C74;--ebd-soft:#F5F7FB;--ebd-border:rgba(28, 36, 72, .14);display:grid;gap:24px;margin-bottom:28px}.igrejav1-ebd-public-overview__hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:center;gap:clamp(26px, 5vw, 64px);padding:clamp(30px, 5vw, 58px);border-radius:20px;background:linear-gradient(135deg,#1C2448 0%,#2D3C74 100%);color:#fff;overflow:hidden}.igrejav1-ebd-public-overview__hero .igrejav1-badge{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.12);color:#fff}.igrejav1-ebd-public-overview__hero h1{margin:14px 0 10px;color:#fff;font-size:clamp(31px, 4.6vw, 52px);line-height:1.08}.igrejav1-ebd-public-overview__hero>div:first-child>p{max-width:720px;margin:0;color:rgba(255,255,255,.9);font-size:clamp(16px, 1.7vw, 19px);line-height:1.65}.igrejav1-ebd-public-overview__schedule{display:grid;gap:10px}.igrejav1-ebd-public-overview__schedule>span{display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto;column-gap:13px;align-items:center;min-width:0;padding:14px 16px;border:1px solid rgba(255,255,255,.18);border-radius:13px;background:rgba(255,255,255,.09)}.igrejav1-ebd-public-overview__schedule svg{grid-row:1 / span 2;width:23px;height:23px;color:#fff}.igrejav1-ebd-public-overview__schedule small,.igrejav1-ebd-public-overview__schedule strong{min-width:0;color:#fff}.igrejav1-ebd-public-overview__schedule small{font-size:10px;font-weight:800;letter-spacing:.08em;opacity:.72;text-transform:uppercase}.igrejav1-ebd-public-overview__schedule strong{font-size:14px;line-height:1.35;overflow-wrap:anywhere}.igrejav1-ebd-public-overview__intro,.igrejav1-ebd-public-overview__how{display:grid;grid-template-columns:minmax(230px,.72fr) minmax(0,1.28fr);gap:clamp(24px, 5vw, 64px);align-items:start;padding:clamp(24px, 4vw, 38px);border:1px solid var(--ebd-border);border-radius:16px;background:#fff}.igrejav1-ebd-public-overview__intro h2,.igrejav1-ebd-public-overview__how h2,.igrejav1-ebd-public-overview__theme h2,.igrejav1-ebd-public-overview__access h2,.igrejav1-ebd-public-overview__devotionals h2{margin:7px 0 0;color:var(--ebd-primary);font-size:clamp(22px, 2.6vw, 30px);line-height:1.25}.igrejav1-ebd-public-overview__intro>p,.igrejav1-ebd-public-overview__how p,.igrejav1-ebd-public-overview__theme p,.igrejav1-ebd-public-overview__access p,.igrejav1-ebd-public-overview__devotionals p,.igrejav1-ebd-public-overview__compact-text p{margin:0;color:var(--ebd-secondary);line-height:1.75;text-align:justify}.igrejav1-ebd-public-overview__principles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.igrejav1-ebd-public-overview__principles article{min-width:0;padding:22px;border:1px solid var(--ebd-border);border-radius:14px;background:transparent}.igrejav1-ebd-public-overview__principles article>span,.igrejav1-ebd-public-overview__access>span,.igrejav1-ebd-public-overview__devotionals>span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:11px;background:var(--ebd-soft);color:var(--ebd-primary)}.igrejav1-ebd-public-overview__principles h3{margin:16px 0 8px;color:var(--ebd-primary);font-size:17px;line-height:1.35}.igrejav1-ebd-public-overview__principles p{margin:0;color:var(--ebd-secondary);font-size:13px;line-height:1.65;text-align:left}.igrejav1-ebd-public-overview__how{align-items:center;background:var(--ebd-soft)}.igrejav1-ebd-public-overview__how>div:first-child p{margin-top:14px}.igrejav1-ebd-public-overview__class-types{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.igrejav1-ebd-public-overview__class-types span{display:flex;align-items:center;justify-content:center;min-height:54px;padding:12px;border:1px solid var(--ebd-border);border-radius:12px;background:#fff;color:var(--ebd-primary);font-size:14px;font-weight:800;text-align:center}.igrejav1-ebd-public-overview__theme{padding:clamp(24px, 4vw, 38px);border-left:4px solid var(--ebd-primary);border-radius:0 15px 15px 0;background:var(--ebd-soft)}.igrejav1-ebd-public-overview__theme p{max-width:820px;margin-top:12px}.igrejav1-ebd-public-overview__actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.igrejav1-ebd-public-overview__access,.igrejav1-ebd-public-overview__devotionals{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:start;column-gap:15px;row-gap:20px;min-width:0;padding:clamp(22px, 3vw, 30px);border:1px solid var(--ebd-border);border-radius:15px;background:#fff}.igrejav1-ebd-public-overview__access h2,.igrejav1-ebd-public-overview__devotionals h2{font-size:22px}.igrejav1-ebd-public-overview__access p,.igrejav1-ebd-public-overview__devotionals p{margin-top:9px;font-size:14px}.igrejav1-ebd-public-overview__access .igrejav1-button,.igrejav1-ebd-public-overview__devotionals .igrejav1-button{grid-column:2;justify-self:start}.igrejav1-ebd-public-overview__compact-text{padding:0 clamp(4px, 1vw, 12px)}.igrejav1-ebd-public-overview__compact-text p{max-width:920px}.igrejav1-ebd-public-overview.is-compact{gap:16px;margin-bottom:22px}.igrejav1-ebd-public-overview.is-compact .igrejav1-ebd-public-overview__hero{grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);padding:clamp(24px, 4vw, 38px)}.igrejav1-ebd-public-overview.is-compact .igrejav1-ebd-public-overview__hero h1{font-size:clamp(28px, 3.8vw, 40px)}@media (max-width:980px){.igrejav1-ebd-public-overview__hero,.igrejav1-ebd-public-overview.is-compact .igrejav1-ebd-public-overview__hero,.igrejav1-ebd-public-overview__intro,.igrejav1-ebd-public-overview__how{grid-template-columns:1fr}.igrejav1-ebd-public-overview__schedule{grid-template-columns:repeat(3,minmax(0,1fr))}.igrejav1-ebd-public-overview__principles{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.igrejav1-ebd-public-overview__schedule,.igrejav1-ebd-public-overview__actions-grid{grid-template-columns:1fr}.igrejav1-ebd-public-overview__intro>p,.igrejav1-ebd-public-overview__how p,.igrejav1-ebd-public-overview__theme p,.igrejav1-ebd-public-overview__access p,.igrejav1-ebd-public-overview__devotionals p,.igrejav1-ebd-public-overview__compact-text p{text-align:left}}@media (max-width:520px){.igrejav1-ebd-public-overview__hero,.igrejav1-ebd-public-overview.is-compact .igrejav1-ebd-public-overview__hero{padding:25px 20px;border-radius:15px}.igrejav1-ebd-public-overview__principles,.igrejav1-ebd-public-overview__class-types{grid-template-columns:1fr}.igrejav1-ebd-public-overview__access,.igrejav1-ebd-public-overview__devotionals{grid-template-columns:1fr}.igrejav1-ebd-public-overview__access .igrejav1-button,.igrejav1-ebd-public-overview__devotionals .igrejav1-button{grid-column:1;width:100%;justify-content:center}}.igrejav1-ebd-public .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp),.igrejav1-ebd-public-overview .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp),.igrejav1-ebd-member-home .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp),.igrejav1-ebd-library .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp),.igrejav1-ebd-study-page .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp),.igrejav1-ebd-admin .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp),.igrejav1-ebd-restricted .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp),.igrejav1-ebd-profile-dashboard .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp){background:#1C2448!important;border-color:transparent!important;color:#FFFFFF!important;box-shadow:none!important;filter:none!important;opacity:1!important;text-decoration:none!important;transform:none!important;transition:none!important}.igrejav1-ebd-public .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):hover,.igrejav1-ebd-public .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):active,.igrejav1-ebd-public .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):focus,.igrejav1-ebd-public .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):visited,.igrejav1-ebd-public-overview .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):hover,.igrejav1-ebd-public-overview .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):active,.igrejav1-ebd-public-overview .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):focus,.igrejav1-ebd-public-overview .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):visited,.igrejav1-ebd-member-home .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):hover,.igrejav1-ebd-member-home .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):active,.igrejav1-ebd-member-home .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):focus,.igrejav1-ebd-member-home .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):visited,.igrejav1-ebd-library .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):hover,.igrejav1-ebd-library .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):active,.igrejav1-ebd-library .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):focus,.igrejav1-ebd-library .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):visited,.igrejav1-ebd-study-page .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):hover,.igrejav1-ebd-study-page .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):active,.igrejav1-ebd-study-page .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):focus,.igrejav1-ebd-study-page .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):visited,.igrejav1-ebd-admin .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):hover,.igrejav1-ebd-admin .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):active,.igrejav1-ebd-admin .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):focus,.igrejav1-ebd-admin .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):visited,.igrejav1-ebd-restricted .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):hover,.igrejav1-ebd-restricted .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):active,.igrejav1-ebd-restricted .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):focus,.igrejav1-ebd-restricted .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):visited,.igrejav1-ebd-profile-dashboard .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):hover,.igrejav1-ebd-profile-dashboard .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):active,.igrejav1-ebd-profile-dashboard .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):focus,.igrejav1-ebd-profile-dashboard .igrejav1-button:not(.igrejav1-button-secondary):not(.igrejav1-button--secondary):not(.igrejav1-button-danger):not(.igrejav1-button--whatsapp):visited{background:#1C2448!important;border-color:transparent!important;color:#FFFFFF!important;box-shadow:none!important;filter:none!important;opacity:1!important;text-decoration:none!important;transform:none!important}.igrejav1-ebd-library-views a.is-active,.igrejav1-ebd-library-views a.is-active:hover,.igrejav1-ebd-library-views a.is-active:active,.igrejav1-ebd-library-views a.is-active:focus-visible,.igrejav1-ebd-menu .igrejav1-ebd-menu__links a.is-active,.igrejav1-ebd-menu .igrejav1-ebd-menu__links a.is-active:hover,.igrejav1-ebd-menu .igrejav1-ebd-menu__links a.is-active:active,.igrejav1-ebd-menu .igrejav1-ebd-menu__links a.is-active:focus-visible{background:#1C2448!important;border-color:#1C2448!important;color:#FFFFFF!important;box-shadow:none!important;filter:none!important;opacity:1!important;transform:none!important;transition:none!important}.igrejav1-ebd-public .igrejav1-button:focus-visible,.igrejav1-ebd-public-overview .igrejav1-button:focus-visible,.igrejav1-ebd-member-home .igrejav1-button:focus-visible,.igrejav1-ebd-library .igrejav1-button:focus-visible,.igrejav1-ebd-study-page .igrejav1-button:focus-visible,.igrejav1-ebd-admin .igrejav1-button:focus-visible,.igrejav1-ebd-restricted .igrejav1-button:focus-visible,.igrejav1-ebd-profile-dashboard .igrejav1-button:focus-visible{outline:2px solid rgba(28,36,72,.42);outline-offset:3px}.igrejav1-ebd-admin .igrejav1-ebd-notice-actions{display:inline-flex;align-items:center;justify-content:flex-start;gap:6px}.igrejav1-ebd-admin .igrejav1-ebd-notice-actions .igrejav1-icon-button,.igrejav1-ebd-admin .igrejav1-ebd-notice-actions .igrejav1-icon-button:visited,.igrejav1-ebd-admin .igrejav1-ebd-notice-actions .igrejav1-icon-button:hover,.igrejav1-ebd-admin .igrejav1-ebd-notice-actions .igrejav1-icon-button:active,.igrejav1-ebd-admin .igrejav1-ebd-notice-actions .igrejav1-icon-button:focus{border:0!important;background:transparent!important;box-shadow:none!important;filter:none!important;transform:none!important;transition:none!important}.igrejav1-ebd-admin .igrejav1-ebd-notice-actions .igrejav1-icon-button--edit,.igrejav1-ebd-admin .igrejav1-ebd-notice-actions .igrejav1-icon-button--edit:hover,.igrejav1-ebd-admin .igrejav1-ebd-notice-actions .igrejav1-icon-button--edit:focus-visible{color:#175CD3!important}.igrejav1-ebd-admin .igrejav1-ebd-notice-actions .igrejav1-icon-button--delete,.igrejav1-ebd-admin .igrejav1-ebd-notice-actions .igrejav1-icon-button--delete:hover,.igrejav1-ebd-admin .igrejav1-ebd-notice-actions .igrejav1-icon-button--delete:focus-visible{color:#B42318!important}.igrejav1-ebd-admin .igrejav1-ebd-notice-actions .igrejav1-icon-button:focus-visible{outline:2px solid rgba(28,36,72,.32);outline-offset:2px}.igrejav1-toast-source[hidden]{display:none!important}.igrejav1-toast-region{position:fixed;top:max(18px, env(safe-area-inset-top));right:18px;z-index:2147483000;display:flex;width:min(360px, calc(100vw - 36px));max-height:calc(100vh - 36px);flex-direction:column;gap:10px;pointer-events:none}.igrejav1-toast{--igrejav1-toast-accent:#175cd3;display:grid;grid-template-columns:24px minmax(0,1fr) 24px;align-items:center;gap:10px;min-height:54px;padding:11px 10px 11px 12px;border:1px solid rgba(28,36,72,.12);border-left:4px solid var(--igrejav1-toast-accent);border-radius:12px;background:#fff;color:#1c2448;box-shadow:0 12px 30px rgba(20,32,76,.16);opacity:0;transform:translate3d(18px,-4px,0);transition:opacity 180ms ease,transform 180ms ease;pointer-events:auto;overflow-wrap:anywhere}.igrejav1-toast.is-visible{opacity:1;transform:translate3d(0,0,0)}.igrejav1-toast.is-leaving{opacity:0;transform:translate3d(18px,-4px,0)}.igrejav1-toast--success{--igrejav1-toast-accent:#067647}.igrejav1-toast--warning{--igrejav1-toast-accent:#b54708}.igrejav1-toast--error{--igrejav1-toast-accent:#b42318}.igrejav1-toast--info{--igrejav1-toast-accent:#175cd3}.igrejav1-toast__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--igrejav1-toast-accent)}.igrejav1-toast__icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.igrejav1-toast__message{color:#2d3c74;font-size:13.5px;font-weight:600;line-height:1.4}.igrejav1-toast__close{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin:0;padding:0;border:0;border-radius:7px;background:transparent;box-shadow:none;color:#667085;font:500 20px/1 Arial,sans-serif;cursor:pointer;transform:none;transition:none}.igrejav1-toast__close:hover,.igrejav1-toast__close:active{border:0;background:transparent;box-shadow:none;color:#1c2448;transform:none}.igrejav1-toast:focus,.igrejav1-toast__close:focus-visible{outline:2px solid rgba(23,92,211,.45);outline-offset:2px}@media (max-width:600px){.igrejav1-toast-region{top:max(12px, env(safe-area-inset-top));right:12px;left:12px;width:auto}.igrejav1-toast{width:100%;min-height:50px;padding:10px}}@media (prefers-reduced-motion:reduce){.igrejav1-toast{transition:opacity 100ms linear;transform:none}.igrejav1-toast.is-leaving{transform:none}}.igrejav1-ministries-module{display:grid;gap:18px;width:100%;min-width:0}.igrejav1-ministries-module__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:4px 0}.igrejav1-ministries-module__header h2{margin:8px 0 6px;color:#1C2448}.igrejav1-ministries-module__header p{margin:0;max-width:760px}.igrejav1-ministries-module__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.igrejav1-module-tabs{display:flex;align-items:center;gap:6px;padding:5px;border:1px solid #e2e7f2;border-radius:12px;background:#f7f9fd;overflow-x:auto;scrollbar-width:thin}.igrejav1-module-tab{flex:0 0 auto;appearance:none;border:0;border-radius:9px;background:transparent;color:#2D3C74;font:inherit;font-weight:700;line-height:1.2;padding:11px 16px;cursor:pointer;white-space:nowrap;text-decoration:none}.igrejav1-module-tab:hover,.igrejav1-module-tab:active{background:#edf1f9;color:#1C2448;transform:none;box-shadow:none}.igrejav1-module-tab.is-active,.igrejav1-module-tab.is-active:hover,.igrejav1-module-tab.is-active:active{background:#1C2448;color:#fff;transform:none;box-shadow:none}.igrejav1-module-tab:focus-visible{outline:3px solid rgba(28,36,72,.24);outline-offset:2px}.igrejav1-module-panel{width:100%;min-width:0}.igrejav1-module-panel[hidden]{display:none!important}.igrejav1-ministries-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.igrejav1-ministries-overview-grid>.igrejav1-card{min-width:0;margin:0}.igrejav1-link-button{appearance:none;border:0;background:transparent;color:#1C2448;font:inherit;font-weight:700;padding:6px 0;cursor:pointer;white-space:nowrap;text-decoration:none}.igrejav1-link-button:hover,.igrejav1-link-button:active{color:#1C2448;background:transparent;box-shadow:none;transform:none;text-decoration:underline}.igrejav1-link-button:focus-visible{outline:2px solid #1C2448;outline-offset:3px;border-radius:3px}.igrejav1-ministries-module .igrejav1-inner-card{margin:0}@media (max-width:900px){.igrejav1-ministries-module__header{flex-direction:column}.igrejav1-ministries-module__actions{justify-content:flex-start;width:100%}.igrejav1-ministries-overview-grid{grid-template-columns:1fr}}@media (max-width:640px){.igrejav1-ministries-module__actions .igrejav1-button{flex:1 1 100%;width:100%;justify-content:center}.igrejav1-module-tabs{margin-inline:-2px;padding:4px}.igrejav1-module-tab{padding:10px 13px}}.igrejav1-ministries-compact-list{display:grid;gap:0;margin-top:8px}.igrejav1-ministries-compact-list>.igrejav1-text-muted{margin:8px 0 0}.igrejav1-ministries-compact-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 0;border-bottom:1px solid #edf0f6}.igrejav1-ministries-compact-item:last-child{border-bottom:0}.igrejav1-ministries-compact-item>div{display:grid;gap:4px;min-width:0}.igrejav1-ministries-compact-item strong,.igrejav1-ministries-compact-item span{overflow-wrap:anywhere}.igrejav1-ministries-compact-item>div>span{color:#2D3C74;font-size:13px}.igrejav1-ministries-compact-item>.igrejav1-badge{flex:0 0 auto}@media (max-width:480px){.igrejav1-ministries-compact-item{align-items:flex-start}}.igrejav1-financial-module{display:grid;gap:18px;width:100%;min-width:0}.igrejav1-financial-module__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:4px 0}.igrejav1-financial-module__header h2{margin:8px 0 6px;color:#1C2448}.igrejav1-financial-module__header p{margin:0;max-width:780px}.igrejav1-financial-module__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.igrejav1-financial-module .igrejav1-module-panel{display:grid;gap:16px}.igrejav1-financial-module .igrejav1-module-panel>.igrejav1-card,.igrejav1-financial-module .igrejav1-module-panel>.igrejav1-financial-layout{margin:0;width:100%;min-width:0}.igrejav1-financial-module .igrejav1-financial-report-filter-card{margin-bottom:0}.igrejav1-financial-module .igrejav1-financial-report-accordion{margin:0}.igrejav1-financial-module .igrejav1-financial-summary{margin-top:16px}@media (max-width:900px){.igrejav1-financial-module__header{flex-direction:column}.igrejav1-financial-module__actions{justify-content:flex-start;width:100%}}@media (max-width:640px){.igrejav1-financial-module__actions .igrejav1-button{width:100%;justify-content:center}}.igrejav1-secretary-module{display:grid;gap:18px;width:100%;min-width:0}.igrejav1-secretary-module__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:4px 0}.igrejav1-secretary-module__header h2{margin:8px 0 6px;color:#1C2448}.igrejav1-secretary-module__header p{margin:0;max-width:780px}.igrejav1-secretary-module__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.igrejav1-secretary-module .igrejav1-module-panel{display:grid;gap:16px;width:100%;min-width:0}.igrejav1-secretary-module .igrejav1-module-panel>.igrejav1-card,.igrejav1-secretary-module .igrejav1-module-panel>.igrejav1-wrap,.igrejav1-secretary-module .igrejav1-module-panel>.igrejav1-grid{margin:0;width:100%;min-width:0}.igrejav1-secretary-module .igrejav1-secretary-layout{gap:16px}.igrejav1-secretary-module .igrejav1-secretary-summary{margin-bottom:0}@media (max-width:900px){.igrejav1-secretary-module__header{flex-direction:column}.igrejav1-secretary-module__actions{justify-content:flex-start;width:100%}}@media (max-width:640px){.igrejav1-secretary-module__actions .igrejav1-button{width:100%;justify-content:center}}.igrejav1-secretary-module__toolbar-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}@media (max-width:640px){.igrejav1-secretary-module__toolbar-actions{align-items:stretch;width:100%}.igrejav1-secretary-module__toolbar-actions .igrejav1-button{width:100%;justify-content:center}}.igrejav1-secretary-module__actions .igrejav1-button,.igrejav1-secretary-module__actions .igrejav1-button:hover,.igrejav1-secretary-module__actions .igrejav1-button:active,.igrejav1-secretary-module__actions .igrejav1-button:visited{background:#1C2448!important;color:#ffffff!important;border:0!important;box-shadow:none!important;filter:none!important;opacity:1!important;transform:none!important;transition:none!important}.igrejav1-secretary-module__actions .igrejav1-button:focus-visible{outline:3px solid rgba(28,36,72,.24);outline-offset:3px}.igrejav1-secretary-layout--module-modal{margin:0;gap:0!important}@media (min-width:1101px){.igrejav1-secretary-filter-form--cancelados{grid-template-columns:minmax(200px,1.25fr) minmax(150px,1fr) minmax(150px,1fr) auto;align-items:end}.igrejav1-secretary-filter-form--cancelados>.igreja-field-full{grid-column:1 / -1}.igrejav1-secretary-filter-form--cancelados .igrejav1-secretary-filter-form__actions{align-self:end;justify-content:flex-start}.igrejav1-secretary-filter-form--cancelados .igrejav1-secretary-filter-form__actions .igrejav1-button{min-height:42px;white-space:nowrap}}@media (max-width:1100px) and (min-width:901px){.igrejav1-secretary-filter-form--cancelados .igrejav1-secretary-filter-form__actions{align-self:end;justify-content:flex-start}}@media (max-width:900px){.igrejav1-secretary-filter-form--cancelados .igrejav1-secretary-filter-form__actions,.igrejav1-secretary-filter-form--cancelados .igrejav1-secretary-filter-form__actions .igrejav1-button{width:100%}.igrejav1-secretary-filter-form--cancelados .igrejav1-secretary-filter-form__actions .igrejav1-button{justify-content:center}}.igrejav1-secretary-module .igrejav1-secretary-results{width:100%;min-width:0;margin-top:24px}.igrejav1-secretary-module .igrejav1-secretary-results>.igrejav1-secretary-table-wrap,.igrejav1-secretary-module .igrejav1-secretary-results>.igrejav1-secretary-empty{margin-top:0;margin-bottom:0}@media (min-width:1101px){.igrejav1-secretary-filter-form--tabbed{grid-template-columns:minmax(200px,1.25fr) minmax(150px,1fr) minmax(150px,1fr) auto;align-items:end}.igrejav1-secretary-filter-form--tabbed>.igreja-field-full{grid-column:1 / -1}.igrejav1-secretary-filter-form--tabbed .igrejav1-secretary-filter-form__actions{align-self:end;justify-content:flex-start}.igrejav1-secretary-filter-form--tabbed .igrejav1-secretary-filter-form__actions .igrejav1-button{min-height:42px;white-space:nowrap}}@media (max-width:1100px) and (min-width:901px){.igrejav1-secretary-filter-form--tabbed .igrejav1-secretary-filter-form__actions{align-self:end;justify-content:flex-start}}@media (max-width:900px){.igrejav1-secretary-module .igrejav1-secretary-results{margin-top:20px}.igrejav1-secretary-filter-form--tabbed .igrejav1-secretary-filter-form__actions,.igrejav1-secretary-filter-form--tabbed .igrejav1-secretary-filter-form__actions .igrejav1-button{width:100%}.igrejav1-secretary-filter-form--tabbed .igrejav1-secretary-filter-form__actions .igrejav1-button{justify-content:center}}.igrejav1-secretary-success-card .igrejav1-secretary-ready-pdf-button,.igrejav1-secretary-success-card .igrejav1-secretary-ready-pdf-button:hover,.igrejav1-secretary-success-card .igrejav1-secretary-ready-pdf-button:active,.igrejav1-secretary-success-card .igrejav1-secretary-ready-pdf-button:visited{background:#1C2448!important;color:#ffffff!important;border:0!important;box-shadow:none!important;filter:none!important;opacity:1!important;transform:none!important;text-decoration:none!important;transition:none!important}.igrejav1-secretary-success-card .igrejav1-secretary-ready-pdf-button:focus-visible{outline:3px solid rgba(28,36,72,.24);outline-offset:3px}.igrejav1-documents-module{display:grid;gap:18px;width:100%;min-width:0}.igrejav1-documents-module__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:4px 0}.igrejav1-documents-module__header h2{margin:8px 0 6px;color:#1C2448}.igrejav1-documents-module__header p{max-width:760px;margin:0}.igrejav1-documents-module__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.igrejav1-documents-module .igrejav1-module-panel{width:100%;min-width:0}.igrejav1-documents-module .igrejav1-module-panel>.igrejav1-card{width:100%;min-width:0;margin:0}.igrejav1-documents-module__summary{gap:16px}.igrejav1-documents-module__summary>.igrejav1-card{min-width:0;margin:0}.igrejav1-documents-module__overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.igrejav1-documents-module__overview-grid>.igrejav1-card{min-width:0;margin:0}.igrejav1-documents-compact-list{display:grid;gap:0;margin-top:8px}.igrejav1-documents-compact-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 0;border-bottom:1px solid #edf0f6}.igrejav1-documents-compact-item:last-child{border-bottom:0}.igrejav1-documents-compact-item>div{display:grid;gap:4px;min-width:0}.igrejav1-documents-compact-item strong,.igrejav1-documents-compact-item span{overflow-wrap:anywhere}.igrejav1-documents-compact-item>div>span{color:#2D3C74;font-size:13px}.igrejav1-documents-compact-item>.igrejav1-badge{flex:0 0 auto}.igrejav1-documents-category-list{display:grid;gap:14px;margin-top:8px}.igrejav1-documents-category-item{display:grid;gap:7px}.igrejav1-documents-category-item>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#2D3C74}.igrejav1-documents-category-item>div:first-child span{flex:0 0 auto;font-size:13px}.igrejav1-documents-category-bar{height:7px;overflow:hidden;border-radius:999px;background:#edf1f8}.igrejav1-documents-category-bar>span{display:block;height:100%;border-radius:inherit;background:#1C2448}.igrejav1-documents-module__toolbar-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.igrejav1-documents-module .igrejav1-documents-filters{margin-bottom:0}.igrejav1-documents-module__results{width:100%;min-width:0;margin-top:24px}.igrejav1-documents-module__results>.igrejav1-table-wrap{margin-top:0;margin-bottom:0}.igrejav1-documents-module .igrejav1-create-modal form.igrejav1-card{margin:0}@media (min-width:1101px){.igrejav1-documents-filters--tabbed{grid-template-columns:minmax(240px,1.4fr) minmax(180px,1fr) minmax(150px,.8fr) auto;align-items:end}.igrejav1-documents-filters--tabbed .igrejav1-documents-filter-actions{align-self:end;justify-content:flex-start}.igrejav1-documents-filters--tabbed .igrejav1-documents-filter-actions .igrejav1-button{min-height:42px;white-space:nowrap}}@media (max-width:900px){.igrejav1-documents-module__header{flex-direction:column}.igrejav1-documents-module__actions,.igrejav1-documents-module__toolbar-actions{justify-content:flex-start;width:100%}.igrejav1-documents-module__overview-grid{grid-template-columns:1fr}.igrejav1-documents-module__results{margin-top:20px}.igrejav1-documents-filters--tabbed .igrejav1-documents-filter-actions,.igrejav1-documents-filters--tabbed .igrejav1-documents-filter-actions .igrejav1-button{width:100%}.igrejav1-documents-filters--tabbed .igrejav1-documents-filter-actions .igrejav1-button{justify-content:center}}@media (max-width:640px){.igrejav1-documents-module__actions .igrejav1-button{width:100%;justify-content:center}.igrejav1-documents-compact-item{align-items:flex-start}}.igrejav1-system-loader{--igrejav1-loader-left:0px;--igrejav1-loader-right:0px;--igrejav1-loader-top:0px;position:fixed;left:var(--igrejav1-loader-left);right:var(--igrejav1-loader-right);top:var(--igrejav1-loader-top);bottom:0;z-index:10005;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(248,250,255,.86);opacity:0;visibility:hidden;pointer-events:none;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);transition:opacity 0.16s ease,visibility 0.16s ease;box-sizing:border-box}.igrejav1-system-loader[hidden]{display:none!important}.igrejav1-system-loader.is-visible{opacity:1;visibility:visible;pointer-events:auto}.igrejav1-system-loader__status{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;max-width:min(360px, calc(100vw - 48px));padding:13px 18px;border:1px solid rgba(28,36,72,.1);border-radius:15px;background:rgba(255,255,255,.97);color:#2D3C74;box-shadow:0 12px 32px rgba(28,36,72,.1);font-size:14px;font-weight:800;line-height:1.25;text-align:center}.igrejav1-system-loader__spinner{width:22px;height:22px;flex:0 0 22px;border:3px solid rgba(28,36,72,.16);border-top-color:#1C2448;border-radius:50%;animation:igrejav1-system-loader-spin 0.78s linear infinite;box-sizing:border-box}body.igrejav1-page-loading{cursor:progress}body.igrejav1-page-loading .igrejav1-system-content-layout-column,body.igrejav1-page-loading [data-igrejav1-menu-layout-column="content"]{user-select:none}form.is-igrejav1-submitting button[type="submit"],form.is-igrejav1-submitting input[type="submit"]{cursor:progress}@keyframes igrejav1-system-loader-spin{to{transform:rotate(360deg)}}@media (max-width:900px){.igrejav1-system-loader{left:0!important;right:0!important;top:0!important;bottom:calc(88px + env(safe-area-inset-bottom));padding:18px}body:not(.igrejav1-has-system-bottom-nav) .igrejav1-system-loader{bottom:0}.igrejav1-system-loader__status{min-height:50px;max-width:min(330px, calc(100vw - 36px));padding:12px 16px;border-radius:14px;font-size:13px}}@media (prefers-reduced-motion:reduce){.igrejav1-system-loader,.igrejav1-system-loader__spinner{transition:none;animation:none}}.igrejav1-assets-icon-actions .igrejav1-icon-button,.igrejav1-assets-icon-actions .igrejav1-icon-button:visited,.igrejav1-assets-icon-actions .igrejav1-inline-form .igrejav1-icon-button{appearance:none!important;-webkit-appearance:none!important;width:30px!important;min-width:30px!important;height:30px!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:none!important;transform:none!important;transition:none!important}.igrejav1-assets-icon-actions .igrejav1-icon-button:hover,.igrejav1-assets-icon-actions .igrejav1-icon-button:focus,.igrejav1-assets-icon-actions .igrejav1-icon-button:focus-visible,.igrejav1-assets-icon-actions .igrejav1-inline-form .igrejav1-icon-button:hover,.igrejav1-assets-icon-actions .igrejav1-inline-form .igrejav1-icon-button:focus,.igrejav1-assets-icon-actions .igrejav1-inline-form .igrejav1-icon-button:focus-visible{border:0!important;background:transparent!important;box-shadow:none!important;filter:none!important;transform:none!important;opacity:1!important}.igrejav1-assets-icon-actions .igrejav1-icon-button:focus-visible{outline:2px solid rgba(28,36,72,.34)!important;outline-offset:2px!important}.igrejav1-assets-icon-actions .igrejav1-icon-button--view{color:var(--igrejav1-color-title)!important}.igrejav1-assets-icon-actions .igrejav1-icon-button--edit{color:#175cd3!important}.igrejav1-assets-icon-actions .igrejav1-icon-button--archive,.igrejav1-assets-icon-actions .igrejav1-inline-form .igrejav1-icon-button--archive{color:#7a4b00!important}.igrejav1-assets-icon-actions .igrejav1-icon-button--delete,.igrejav1-assets-icon-actions .igrejav1-inline-form .igrejav1-icon-button--delete{color:#b42318!important}.igrejav1-assets-icon-actions .igrejav1-icon-button--archive:hover,.igrejav1-assets-icon-actions .igrejav1-icon-button--archive:focus,.igrejav1-assets-icon-actions .igrejav1-icon-button--archive:focus-visible,.igrejav1-assets-icon-actions .igrejav1-inline-form .igrejav1-icon-button--archive:hover,.igrejav1-assets-icon-actions .igrejav1-inline-form .igrejav1-icon-button--archive:focus,.igrejav1-assets-icon-actions .igrejav1-inline-form .igrejav1-icon-button--archive:focus-visible{color:#7a4b00!important}.igrejav1-assets-icon-actions .igrejav1-icon-button svg{width:20px!important;height:20px!important;display:block!important}.igrejav1-actions-cell .igrejav1-icon-actions{gap:5px!important}.igrejav1-actions-cell .igrejav1-inline-form{display:inline-flex!important;align-items:center!important;margin:0!important}.igrejav1-actions-cell .igrejav1-icon-button,.igrejav1-actions-cell .igrejav1-icon-button:visited,.igrejav1-actions-cell .igrejav1-inline-form .igrejav1-icon-button{appearance:none!important;-webkit-appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:none!important;transform:none!important;transition:opacity .14s ease,color .14s ease!important;text-decoration:none!important;line-height:1!important}.igrejav1-actions-cell .igrejav1-icon-button svg{display:none!important}.igrejav1-actions-cell .igrejav1-icon-button::before{content:"";display:block;width:16px;height:16px;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.igrejav1-actions-cell .igrejav1-icon-button:hover,.igrejav1-actions-cell .igrejav1-icon-button:focus,.igrejav1-actions-cell .igrejav1-icon-button:focus-visible,.igrejav1-actions-cell .igrejav1-inline-form .igrejav1-icon-button:hover,.igrejav1-actions-cell .igrejav1-inline-form .igrejav1-icon-button:focus,.igrejav1-actions-cell .igrejav1-inline-form .igrejav1-icon-button:focus-visible{border:0!important;background:transparent!important;box-shadow:none!important;filter:none!important;transform:none!important;opacity:.72!important}.igrejav1-actions-cell .igrejav1-icon-button:focus-visible{outline:2px solid rgba(28,36,72,.28)!important;outline-offset:1px!important;border-radius:4px!important}.igrejav1-actions-cell .igrejav1-icon-button--view{color:#1C2448!important}.igrejav1-actions-cell .igrejav1-icon-button--edit{color:#2563eb!important}.igrejav1-actions-cell .igrejav1-icon-button--delete{color:#d92d20!important}.igrejav1-actions-cell .igrejav1-icon-button--archive,.igrejav1-actions-cell .igrejav1-icon-button--cancel{color:#b54708!important}.igrejav1-actions-cell .igrejav1-icon-button--download,.igrejav1-actions-cell .igrejav1-icon-button--pdf{color:#1C2448!important}.igrejav1-actions-cell .igrejav1-icon-button--convert,.igrejav1-actions-cell .igrejav1-icon-button--success,.igrejav1-actions-cell .igrejav1-icon-button--whatsapp{color:#027a48!important}.igrejav1-actions-cell .igrejav1-icon-button--disabled,.igrejav1-actions-cell .igrejav1-icon-button:disabled{color:#98a2b3!important;opacity:.72!important;cursor:not-allowed!important}.igrejav1-actions-cell .igrejav1-icon-button--view::before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTIuMSAxMnMzLjYtNi41IDkuOS02LjVTMjEuOSAxMiAyMS45IDEycy0zLjYgNi41LTkuOSA2LjVTMi4xIDEyIDIuMSAxMloiLz48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTIuMSAxMnMzLjYtNi41IDkuOS02LjVTMjEuOSAxMiAyMS45IDEycy0zLjYgNi41LTkuOSA2LjVTMi4xIDEyIDIuMSAxMloiLz48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIi8+PC9zdmc+)}.igrejav1-actions-cell .igrejav1-icon-button--edit::before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTIxLjIgNi44YTIuOCAyLjggMCAwIDAtNC00TDQuMSAxNS45YTIgMiAwIDAgMC0uNS44TDIuMiAyMS44bDUuMS0xLjRhMiAyIDAgMCAwIC44LS41WiIvPjxwYXRoIGQ9Im0xNS41IDQuNSA0IDQiLz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTIxLjIgNi44YTIuOCAyLjggMCAwIDAtNC00TDQuMSAxNS45YTIgMiAwIDAgMC0uNS44TDIuMiAyMS44bDUuMS0xLjRhMiAyIDAgMCAwIC44LS41WiIvPjxwYXRoIGQ9Im0xNS41IDQuNSA0IDQiLz48L3N2Zz4=)}.igrejav1-actions-cell .igrejav1-icon-button--delete::before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTMgNmgxOCIvPjxwYXRoIGQ9Ik04IDZWNC41QTEuNSAxLjUgMCAwIDEgOS41IDNoNUExLjUgMS41IDAgMCAxIDE2IDQuNVY2Ii8+PHBhdGggZD0ibTE5IDYtMSAxNGEyIDIgMCAwIDEtMiAySDhhMiAyIDAgMCAxLTItMkw1IDYiLz48cGF0aCBkPSJNMTAgMTF2Nk0xNCAxMXY2Ii8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTMgNmgxOCIvPjxwYXRoIGQ9Ik04IDZWNC41QTEuNSAxLjUgMCAwIDEgOS41IDNoNUExLjUgMS41IDAgMCAxIDE2IDQuNVY2Ii8+PHBhdGggZD0ibTE5IDYtMSAxNGEyIDIgMCAwIDEtMiAySDhhMiAyIDAgMCAxLTItMkw1IDYiLz48cGF0aCBkPSJNMTAgMTF2Nk0xNCAxMXY2Ii8+PC9zdmc+)}.igrejav1-actions-cell .igrejav1-icon-button--archive::before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHJlY3QgeD0iMyIgeT0iMyIgd2lkdGg9IjE4IiBoZWlnaHQ9IjUiIHJ4PSIxLjUiLz48cGF0aCBkPSJNNSA4djExYTIgMiAwIDAgMCAyIDJoMTBhMiAyIDAgMCAwIDItMlY4Ii8+PHBhdGggZD0iTTEwIDEyaDQiLz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHJlY3QgeD0iMyIgeT0iMyIgd2lkdGg9IjE4IiBoZWlnaHQ9IjUiIHJ4PSIxLjUiLz48cGF0aCBkPSJNNSA4djExYTIgMiAwIDAgMCAyIDJoMTBhMiAyIDAgMCAwIDItMlY4Ii8+PHBhdGggZD0iTTEwIDEyaDQiLz48L3N2Zz4=)}.igrejav1-actions-cell .igrejav1-icon-button--download::before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTE0IDJINmEyIDIgMCAwIDAtMiAydjE2YTIgMiAwIDAgMCAyIDJoMTJhMiAyIDAgMCAwIDItMlY4WiIvPjxwYXRoIGQ9Ik0xNCAydjZoNiIvPjxwYXRoIGQ9Ik0xMiAxMnY2Ii8+PHBhdGggZD0ibTkgMTUgMyAzIDMtMyIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTE0IDJINmEyIDIgMCAwIDAtMiAydjE2YTIgMiAwIDAgMCAyIDJoMTJhMiAyIDAgMCAwIDItMlY4WiIvPjxwYXRoIGQ9Ik0xNCAydjZoNiIvPjxwYXRoIGQ9Ik0xMiAxMnY2Ii8+PHBhdGggZD0ibTkgMTUgMyAzIDMtMyIvPjwvc3ZnPg==)}.igrejav1-actions-cell .igrejav1-icon-button--pdf::before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHJlY3QgeD0iMyIgeT0iNSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE0IiByeD0iMiIvPjxjaXJjbGUgY3g9IjgiIGN5PSIxMSIgcj0iMiIvPjxwYXRoIGQ9Ik01LjUgMTZjLjctMS40IDEuOC0yIDMuNS0yczIuOC42IDMuNSAyTTE1IDloM00xNSAxM2gzIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHJlY3QgeD0iMyIgeT0iNSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE0IiByeD0iMiIvPjxjaXJjbGUgY3g9IjgiIGN5PSIxMSIgcj0iMiIvPjxwYXRoIGQ9Ik01LjUgMTZjLjctMS40IDEuOC0yIDMuNS0yczIuOC42IDMuNSAyTTE1IDloM00xNSAxM2gzIi8+PC9zdmc+)}.igrejav1-actions-cell .igrejav1-icon-button--cancel::before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iOSIvPjxwYXRoIGQ9Im0xNSA5LTYgNk05IDlsNiA2Ii8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iOSIvPjxwYXRoIGQ9Im0xNSA5LTYgNk05IDlsNiA2Ii8+PC9zdmc+)}.igrejav1-actions-cell .igrejav1-icon-button--convert::before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTE1IDIxdi0yYTQgNCAwIDAgMC00LTRINmE0IDQgMCAwIDAtNCA0djIiLz48Y2lyY2xlIGN4PSI4LjUiIGN5PSI3IiByPSI0Ii8+PHBhdGggZD0iTTE5IDh2Nk0yMiAxMWgtNiIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTE1IDIxdi0yYTQgNCAwIDAgMC00LTRINmE0IDQgMCAwIDAtNCA0djIiLz48Y2lyY2xlIGN4PSI4LjUiIGN5PSI3IiByPSI0Ii8+PHBhdGggZD0iTTE5IDh2Nk0yMiAxMWgtNiIvPjwvc3ZnPg==)}.igrejav1-actions-cell .igrejav1-icon-button--success::before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iOSIvPjxwYXRoIGQ9Im04LjUgMTIgMi4zIDIuMyA0LjgtNSIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iOSIvPjxwYXRoIGQ9Im04LjUgMTIgMi4zIDIuMyA0LjgtNSIvPjwvc3ZnPg==)}.igrejav1-actions-cell .igrejav1-icon-button--disabled::before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHJlY3QgeD0iNCIgeT0iMTAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMSIgcng9IjIiLz48cGF0aCBkPSJNOCAxMFY3YTQgNCAwIDAgMSA4IDB2MyIvPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTUuNSIgcj0iMSIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHJlY3QgeD0iNCIgeT0iMTAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMSIgcng9IjIiLz48cGF0aCBkPSJNOCAxMFY3YTQgNCAwIDAgMSA4IDB2MyIvPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTUuNSIgcj0iMSIvPjwvc3ZnPg==)}.igrejav1-actions-cell .igrejav1-icon-button--whatsapp::before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTIxIDE1YTQgNCAwIDAgMS00IDRIOWwtNSAzdi01YTcgNyAwIDAgMS0xLTRWOGE0IDQgMCAwIDEgNC00aDEwYTQgNCAwIDAgMSA0IDRaIi8+PHBhdGggZD0iTTggOWg4TTggMTNoNSIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTIxIDE1YTQgNCAwIDAgMS00IDRIOWwtNSAzdi01YTcgNyAwIDAgMS0xLTRWOGE0IDQgMCAwIDEgNC00aDEwYTQgNCAwIDAgMSA0IDRaIi8+PHBhdGggZD0iTTggOWg4TTggMTNoNSIvPjwvc3ZnPg==)}.igrejav1-actions-cell .igrejav1-icon-button:not([class*="igrejav1-icon-button--"])::before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTIuMSAxMnMzLjYtNi41IDkuOS02LjVTMjEuOSAxMiAyMS45IDEycy0zLjYgNi41LTkuOSA2LjVTMi4xIDEyIDIuMSAxMloiLz48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTIuMSAxMnMzLjYtNi41IDkuOS02LjVTMjEuOSAxMiAyMS45IDEycy0zLjYgNi41LTkuOSA2LjVTMi4xIDEyIDIuMSAxMloiLz48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIi8+PC9zdmc+)}.igrejav1-actions-cell .igrejav1-icon-button>svg,.igrejav1-actions-cell button.igrejav1-icon-button>svg,.igrejav1-actions-cell a.igrejav1-icon-button>svg,.igrejav1-actions-cell .igrejav1-inline-form button.igrejav1-icon-button>svg,.igrejav1-actions-cell .igrejav1-inline-form .igrejav1-icon-button--delete>svg{display:none!important;visibility:hidden!important;width:0!important;min-width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important}@media (max-width:767px){.igrejav1-actions-cell .igrejav1-icon-button,.igrejav1-actions-cell .igrejav1-inline-form .igrejav1-icon-button{width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important}}@media (min-width:901px){.igrejav1-system-menu__desktop-toggle{position:relative;width:32px;min-width:32px;height:32px;padding:0;border:1px solid rgba(28,36,72,.14);border-radius:10px;background:rgba(255,255,255,.72);color:var(--igrejav1-color-title);box-shadow:none;transform:none;transition:background-color 0.16s ease,border-color 0.16s ease,color 0.16s ease,opacity 0.16s ease}.igrejav1-system-menu__desktop-toggle:hover,.igrejav1-system-menu__desktop-toggle:focus,.igrejav1-system-menu__desktop-toggle:focus-visible{border-color:rgba(28,36,72,.24);background:rgba(28,36,72,.08);color:var(--igrejav1-color-title);box-shadow:none;transform:none}.igrejav1-system-menu__desktop-toggle:focus-visible{outline:2px solid rgba(28,36,72,.28);outline-offset:2px}.igrejav1-system-menu__desktop-toggle-state{position:absolute;inset:0;display:inline-flex;align-items:center;justify-content:center;opacity:1;transform:scale(1);transition:opacity 0.14s ease,transform 0.14s ease}.igrejav1-system-menu__desktop-toggle-state--expand{opacity:0;transform:scale(.82);pointer-events:none}.igrejav1-system-menu__desktop-toggle .igrejav1-system-menu__icon,.igrejav1-system-menu__desktop-toggle svg{width:17px;height:17px;flex:0 0 17px;transform:none!important}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__desktop-toggle-state--collapse,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__desktop-toggle-state--collapse{opacity:0;transform:scale(.82);pointer-events:none}html.igrejav1-menu-desktop-collapsed .igrejav1-system-menu-shell[data-igrejav1-desktop-menu] .igrejav1-system-menu__desktop-toggle-state--expand,.igrejav1-system-menu-shell[data-igrejav1-desktop-menu].is-desktop-collapsed .igrejav1-system-menu__desktop-toggle-state--expand{opacity:1;transform:scale(1);pointer-events:auto}}@media (prefers-reduced-motion:reduce){.igrejav1-system-menu__desktop-toggle,.igrejav1-system-menu__desktop-toggle-state{transition:none!important}}