.Header-module__S_JOkq__header{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--color-border);z-index:100;justify-content:space-between;align-items:center;width:100%;padding:.75rem 2rem;display:flex;position:relative;top:0}.Header-module__S_JOkq__brand{color:inherit;align-items:center;gap:.85rem;text-decoration:none;display:flex}.Header-module__S_JOkq__logoWrapper{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:#fff;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative;overflow:hidden}.Header-module__S_JOkq__brandText{flex-direction:column;display:flex}.Header-module__S_JOkq__brandTitle{color:var(--color-primary);margin:0;font-size:1.15rem;font-weight:700;line-height:1.2}.Header-module__S_JOkq__brandSubtitle{color:var(--color-text-muted);letter-spacing:.02em;font-size:.75rem;font-weight:600}.Header-module__S_JOkq__controls{align-items:center;gap:1.5rem;display:flex}.Header-module__S_JOkq__accessibilityGroup,.Header-module__S_JOkq__roleSwitcherGroup{border-right:1px solid var(--color-border);align-items:center;gap:.75rem;padding-right:1.5rem;display:flex}.Header-module__S_JOkq__previewBanner{border-bottom:1px solid var(--color-border);width:100%;color:var(--color-text);background:#e4c12426;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:flex}.Header-module__S_JOkq__previewBannerBtn{border:2px solid var(--color-primary);background:var(--color-surface);color:var(--color-primary);cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition-smooth);padding:.25rem .75rem;font-size:.8rem;font-weight:700}.Header-module__S_JOkq__previewBannerBtn:hover{background:var(--color-primary);color:var(--color-text-on-primary)}.Header-module__S_JOkq__controlLabel{color:var(--color-text-muted);font-size:.85rem;font-weight:700}.Header-module__S_JOkq__sizeButtons{background:var(--color-background);border-radius:var(--radius-sm);border:2px solid var(--color-border);gap:.25rem;padding:.25rem;display:flex}.Header-module__S_JOkq__sizeBtn{cursor:pointer;color:var(--color-text);transition:var(--transition-smooth);background:0 0;border:none;border-radius:4px;padding:.25rem .6rem;font-size:.85rem;font-weight:700}.Header-module__S_JOkq__sizeBtnActive{background:var(--color-surface);color:var(--color-primary);box-shadow:var(--shadow-sm)}.Header-module__S_JOkq__themeSelector{border-radius:var(--radius-sm);border:2px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;transition:var(--transition-smooth);padding:.35rem .75rem;font-size:.85rem;font-weight:700}.Header-module__S_JOkq__userInfo{align-items:center;gap:1rem;display:flex}.Header-module__S_JOkq__userMeta{flex-direction:column;align-items:flex-end;font-size:.85rem;display:flex}.Header-module__S_JOkq__userName{color:var(--color-text);font-weight:700}.Header-module__S_JOkq__userRole{color:var(--color-text-muted);font-size:.75rem;font-weight:600}.Header-module__S_JOkq__modeToggleTrack{background:var(--color-border);cursor:pointer;width:46px;height:26px;transition:var(--transition-smooth);border:none;border-radius:999px;flex-shrink:0;align-items:center;padding:2px;display:flex;position:relative}:root[data-mode=dark] .Header-module__S_JOkq__modeToggleTrack{background:var(--color-primary)}.Header-module__S_JOkq__modeToggleThumb{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;line-height:1;transition:transform .2s;display:flex;transform:translate(0)}:root[data-mode=dark] .Header-module__S_JOkq__modeToggleThumb{transform:translate(20px)}.Header-module__S_JOkq__notificationBadge{cursor:pointer;background:var(--color-background);border:2px solid var(--color-border);width:38px;height:38px;transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.Header-module__S_JOkq__notificationBadge:hover{background:var(--color-surface-hover)}.Header-module__S_JOkq__badge{background:var(--color-error);color:#fff;border:2px solid var(--color-surface);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.Header-module__S_JOkq__logoutBtn{border:2px solid var(--color-border);cursor:pointer;border-radius:var(--radius-sm);color:var(--color-text-muted);transition:var(--transition-smooth);background:0 0;padding:.4rem .8rem;font-size:.8rem;font-weight:700}.Header-module__S_JOkq__logoutBtn:hover{border-color:var(--color-error);color:var(--color-error);background:#c530300d}.Header-module__S_JOkq__menuToggle{background:var(--color-primary);color:var(--color-text-on-primary);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-smooth);border:none;justify-content:center;align-items:center;padding:.5rem;display:none}.Header-module__S_JOkq__menuToggle:hover{background:var(--color-primary-light)}.Header-module__S_JOkq__controlsDropdown{background:var(--color-surface);border-bottom:2px solid var(--color-border);width:100%;box-shadow:var(--shadow-lg);z-index:99;flex-direction:column;gap:1.25rem;padding:1.5rem;display:none;position:absolute;top:100%;left:0}@media (max-width:900px){.Header-module__S_JOkq__header{height:64px;padding:.75rem 1rem}.Header-module__S_JOkq__controls{display:none}.Header-module__S_JOkq__menuToggle,.Header-module__S_JOkq__controlsDropdownActive{display:flex}.Header-module__S_JOkq__mobileUserInfo{border-bottom:1px dashed var(--color-border);flex-direction:column;gap:.75rem;padding-bottom:1rem;display:flex}.Header-module__S_JOkq__mobileUserMeta{flex-direction:column;gap:.25rem;display:flex}.Header-module__S_JOkq__mobileAccessGroup{flex-direction:column;gap:.75rem;display:flex}.Header-module__S_JOkq__mobileAccessRow{justify-content:space-between;align-items:center;width:100%;display:flex}}.Header-module__S_JOkq__avatar{background:var(--color-surface-hover);cursor:pointer;border:2px solid var(--color-border);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.Header-module__S_JOkq__avatar:hover{border-color:var(--color-primary);transform:scale(1.05);box-shadow:0 0 8px #00000026}.Header-module__S_JOkq__userMenuWrapper{align-items:center;gap:.75rem;display:flex;position:relative}.Header-module__S_JOkq__profileMenu{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);width:260px;box-shadow:var(--shadow-lg);z-index:200;flex-direction:column;padding:.75rem 0;display:flex;position:absolute;top:calc(100% + 10px);right:0}.Header-module__S_JOkq__menuHeader{flex-direction:column;gap:.25rem;padding:.5rem 1rem;display:flex}.Header-module__S_JOkq__menuCloseBtn{border:1px solid var(--color-border);background:var(--color-background);width:22px;height:22px;color:var(--color-text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;line-height:1;transition:background-color .2s,color .2s;display:flex;position:absolute;top:8px;right:8px}.Header-module__S_JOkq__menuCloseBtn:hover{color:#fff;background:#ff6b6b;border-color:#ff6b6b}.Header-module__S_JOkq__menuName{color:var(--color-text);font-size:1.1rem;font-weight:800}.Header-module__S_JOkq__menuRole{color:var(--color-text-muted);font-size:.8rem}.Header-module__S_JOkq__menuDivider{background:var(--color-border);height:1px;margin:.5rem 0}.Header-module__S_JOkq__menuItem{text-align:left;width:100%;color:var(--color-text);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.95rem;font-weight:700;transition:background .2s;display:flex}.Header-module__S_JOkq__menuItem:hover{background:var(--color-surface-hover);color:var(--color-primary)}.Header-module__S_JOkq__menuItemTheme{color:var(--color-text);justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.95rem;font-weight:700;display:flex}.Header-module__S_JOkq__themeSelectorMenu{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-background);color:var(--color-text);padding:.25rem .5rem;font-size:.85rem}.Header-module__S_JOkq__menuItemLogout{text-align:left;width:100%;color:var(--color-error);cursor:pointer;background:0 0;border:none;padding:.65rem 1rem;font-size:.95rem;font-weight:700;transition:background .2s}.Header-module__S_JOkq__menuItemLogout:hover{background:#c530300d}.Header-module__S_JOkq__notificationWrapper{position:relative}.Header-module__S_JOkq__notificationsMenu{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);width:320px;box-shadow:var(--shadow-lg);z-index:200;position:absolute;top:calc(100% + 10px);right:-50px;overflow:hidden}.Header-module__S_JOkq__notifHeader{color:var(--color-text);background:var(--color-surface-hover);justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.95rem;font-weight:800;display:flex}.Header-module__S_JOkq__clearBtn{color:var(--color-primary);cursor:pointer;background:0 0;border:none;font-size:.8rem;font-weight:700}.Header-module__S_JOkq__clearBtn:hover{text-decoration:underline}.Header-module__S_JOkq__notifList{flex-direction:column;max-height:280px;display:flex;overflow-y:auto}.Header-module__S_JOkq__emptyNotif{text-align:center;color:var(--color-text-muted);padding:2rem;font-size:.9rem}.Header-module__S_JOkq__notifItem{border-bottom:1px solid var(--color-border);gap:.75rem;padding:.85rem 1rem;transition:background .2s;display:flex}.Header-module__S_JOkq__notifItem:hover{background:var(--color-surface-hover)}.Header-module__S_JOkq__notifTag{border-radius:var(--radius-sm);height:fit-content;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.Header-module__S_JOkq__tagAnn{color:#d4a017;background:#e4c12426}.Header-module__S_JOkq__tagBlog{color:#cc5de8;background:#cc5de826}.Header-module__S_JOkq__tagReport{color:#17a2b8;background:#24b1d126}.Header-module__S_JOkq__notifBody{color:var(--color-text);text-align:left;flex-direction:column;gap:.25rem;font-size:.85rem;line-height:1.4;display:flex}.Header-module__S_JOkq__notifTime{color:var(--color-text-muted);font-size:.75rem}.Header-module__S_JOkq__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.Header-module__S_JOkq__modalContent{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:90%;max-width:480px;box-shadow:var(--shadow-xl);text-align:left;padding:2rem}.Header-module__S_JOkq__modalTitle{color:var(--color-text);border-bottom:2px solid var(--color-primary-light);margin-top:0;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.4rem;font-weight:800}.Header-module__S_JOkq__modalForm{flex-direction:column;gap:1.25rem;display:flex}.Header-module__S_JOkq__modalGroup{flex-direction:column;gap:.4rem;display:flex}.Header-module__S_JOkq__modalLabel{color:var(--color-text);font-size:.95rem;font-weight:700}.Header-module__S_JOkq__modalInput{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-background);color:var(--color-text);padding:.7rem .9rem;font-size:1.05rem}.Header-module__S_JOkq__modalActions{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}
.Sidebar-module__06rEea__sidebar{background-color:var(--color-sidebar-bg);width:260px;color:var(--color-text);border-right:1px solid var(--color-border);height:calc(100vh - 73px);transition:var(--transition-smooth);flex-direction:column;flex-shrink:0;gap:1.375rem;padding:1.375rem 1rem;display:flex;position:sticky;top:73px;overflow-y:auto}.Sidebar-module__06rEea__sidebarBrand{border-bottom:1px solid var(--color-border);flex-shrink:0;align-items:center;gap:.6rem;padding-bottom:1.125rem;display:flex}.Sidebar-module__06rEea__sidebarBrandLogo{border-radius:var(--radius-sm);background:var(--color-surface);border:1px solid var(--color-border);flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;overflow:hidden}.Sidebar-module__06rEea__sidebarBrandTitle{font-family:var(--font-zen-maru), var(--font-noto-sans), sans-serif;color:var(--color-text);font-size:.85rem;font-weight:800;line-height:1.3}.Sidebar-module__06rEea__sidebarBrandSub{color:var(--color-text-muted);font-size:.7rem;font-weight:600}.Sidebar-module__06rEea__nav{flex-direction:column;flex:1;gap:1.125rem;display:flex}.Sidebar-module__06rEea__navSection{flex-direction:column;gap:.5rem;display:flex}.Sidebar-module__06rEea__navSectionPinned{margin-top:auto}.Sidebar-module__06rEea__navSectionLabelRow{align-items:center;gap:.5rem;padding:0 .25rem;display:flex}.Sidebar-module__06rEea__navSectionDot{background:var(--color-accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.Sidebar-module__06rEea__navSectionLabel{font-family:var(--font-zen-maru), var(--font-noto-sans), sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text);font-size:.7rem;font-weight:800}.Sidebar-module__06rEea__navSectionBox{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:.3rem;padding:.5rem;list-style:none;display:flex}.Sidebar-module__06rEea__menuItem{width:100%}.Sidebar-module__06rEea__menuLink{color:var(--color-text);border-radius:var(--radius-sm);transition:var(--transition-smooth);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:.75rem;width:100%;min-width:0;padding:.6rem;font-size:.85rem;font-weight:700;display:flex}.Sidebar-module__06rEea__menuLink:hover{background-color:var(--color-surface-hover);color:var(--color-primary)}.Sidebar-module__06rEea__menuLinkActive{background-color:var(--color-surface-hover);color:var(--color-text);border-color:var(--color-border);font-weight:800}.Sidebar-module__06rEea__icon{border-radius:var(--radius-sm);width:30px;height:30px;transition:var(--transition-smooth);border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Sidebar-module__06rEea__menuText{white-space:normal;word-break:keep-all;overflow-wrap:break-word;min-width:0;line-height:1.3}:root[data-theme=pure-contrast] .Sidebar-module__06rEea__sidebar{color:#000;background-color:#fff;border-right:2px solid #000}:root[data-theme=pure-contrast] .Sidebar-module__06rEea__sidebarBrand{border-bottom:2px solid #000}:root[data-theme=pure-contrast] .Sidebar-module__06rEea__navSectionDot{background:#000}:root[data-theme=pure-contrast] .Sidebar-module__06rEea__navSectionBox{box-shadow:none;border:2px solid #000;border-radius:0}:root[data-theme=pure-contrast] .Sidebar-module__06rEea__menuLink{color:#000;border-radius:0}:root[data-theme=pure-contrast] .Sidebar-module__06rEea__menuLink:hover{color:#ff0;background-color:#000;outline:2px solid #000}:root[data-theme=pure-contrast] .Sidebar-module__06rEea__menuLinkActive{color:#ff0;background-color:#000;border-color:#ff0}:root[data-theme=pure-contrast] .Sidebar-module__06rEea__icon{color:#000!important;background:0 0!important;border:1px solid #000!important}:root[data-theme=pure-contrast] .Sidebar-module__06rEea__menuLinkActive .Sidebar-module__06rEea__icon{color:#ff0!important;border-color:#ff0!important}:root[data-theme=pure-contrast] .Sidebar-module__06rEea__navSectionLabel{color:#000;text-decoration:underline}@media (max-width:768px){.Sidebar-module__06rEea__sidebar{width:64px;padding:1rem .5rem}.Sidebar-module__06rEea__sidebarBrandTitle,.Sidebar-module__06rEea__sidebarBrandSub,.Sidebar-module__06rEea__navSectionLabelRow,.Sidebar-module__06rEea__menuText{display:none}.Sidebar-module__06rEea__menuLink{justify-content:center;padding:.5rem}}
.AppLayout-module__Et_8hW__loadingContainer{background-color:var(--color-background);flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100vw;min-height:100vh;display:flex}.AppLayout-module__Et_8hW__spinner{border:5px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:50px;height:50px;animation:1s linear infinite AppLayout-module__Et_8hW__spin}@keyframes AppLayout-module__Et_8hW__spin{to{transform:rotate(360deg)}}.AppLayout-module__Et_8hW__loadingText{color:var(--color-text-muted);font-size:1rem;font-weight:600}.AppLayout-module__Et_8hW__pendingContainer{background:linear-gradient(135deg, var(--color-background) 0%, var(--color-surface-hover) 100%);justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:1.5rem;display:flex}.AppLayout-module__Et_8hW__pendingCard{background:var(--glass-bg);border:1px solid var(--glass-border);width:100%;max-width:550px;-webkit-backdrop-filter:var(--glass-blur);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;flex-direction:column;align-items:center;padding:3rem 2.5rem;display:flex}.AppLayout-module__Et_8hW__pendingIconWrapper{background:#dd6b201a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:flex}.AppLayout-module__Et_8hW__pendingTitle{color:var(--color-warning);margin-bottom:1.5rem;font-size:1.8rem;font-weight:700}.AppLayout-module__Et_8hW__pendingBody{color:var(--color-text);text-align:left;flex-direction:column;gap:1rem;margin-bottom:2rem;font-size:1rem;line-height:1.7;display:flex}.AppLayout-module__Et_8hW__instruction{color:var(--color-text-muted);background:var(--color-background);border-radius:var(--radius-md);border-left:4px solid var(--color-warning);padding:1rem;font-size:.95rem}.AppLayout-module__Et_8hW__pendingActions{justify-content:center;width:100%;display:flex}:root[data-theme=pure-contrast] .AppLayout-module__Et_8hW__pendingCard{box-shadow:none!important;background:#fff!important;border:3px solid #000!important;border-radius:0!important}:root[data-theme=pure-contrast] .AppLayout-module__Et_8hW__pendingIconWrapper{background:#000;border-radius:0}:root[data-theme=pure-contrast] .AppLayout-module__Et_8hW__pendingIconWrapper svg{stroke:#ff0}:root[data-theme=pure-contrast] .AppLayout-module__Et_8hW__pendingTitle{color:#000;text-decoration:underline}:root[data-theme=pure-contrast] .AppLayout-module__Et_8hW__instruction{border:2px solid #000;border-left-width:6px;border-radius:0}
.DocumentPreviewModal-module__ce2TXG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0006;justify-content:center;align-items:center;animation:.2s ease-out DocumentPreviewModal-module__ce2TXG__fadeIn;display:flex;position:fixed;inset:0}.DocumentPreviewModal-module__ce2TXG__modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;width:90%;max-width:900px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) DocumentPreviewModal-module__ce2TXG__slideUp;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #00000026,0 10px 10px -5px #0000001a}.DocumentPreviewModal-module__ce2TXG__header{border-bottom:1px solid var(--color-border);background:var(--color-surface);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.DocumentPreviewModal-module__ce2TXG__titleInfo{flex-direction:column;gap:.25rem;display:flex}.DocumentPreviewModal-module__ce2TXG__category{text-transform:uppercase;color:var(--color-accent);letter-spacing:.05em;font-size:.75rem;font-weight:700}.DocumentPreviewModal-module__ce2TXG__title{color:var(--color-text);margin:0;font-size:1.25rem;font-weight:700}.DocumentPreviewModal-module__ce2TXG__description{color:var(--color-text-muted);margin:.15rem 0 0;font-size:.875rem}.DocumentPreviewModal-module__ce2TXG__closeBtn{background:var(--color-background);border:1px solid var(--color-border);cursor:pointer;width:36px;height:36px;color:var(--color-text);border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:flex}.DocumentPreviewModal-module__ce2TXG__closeBtn:hover{color:#fff;background:#ff6b6b;border-color:#ff6b6b}.DocumentPreviewModal-module__ce2TXG__content{background:var(--color-background);flex-direction:column;flex:1;min-height:400px;padding:1.5rem;display:flex;overflow-y:auto}.DocumentPreviewModal-module__ce2TXG__previewContainer{border:1px solid var(--color-border);background:#fff;border-radius:8px;width:100%;height:60vh;min-height:450px;overflow:hidden}.DocumentPreviewModal-module__ce2TXG__previewEmbed{border:none;width:100%;height:100%}.DocumentPreviewModal-module__ce2TXG__officeNotice{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);max-width:500px;box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;margin:auto;padding:3rem 2rem;display:flex}.DocumentPreviewModal-module__ce2TXG__officeIcon{color:var(--color-accent);margin-bottom:1.5rem}.DocumentPreviewModal-module__ce2TXG__noticeText{color:var(--color-text);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.DocumentPreviewModal-module__ce2TXG__noticeSubText{color:var(--color-text-muted);margin-bottom:2rem;font-size:.9rem;line-height:1.5}.DocumentPreviewModal-module__ce2TXG__largeDownloadBtn{border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:700;transition:transform .2s;display:inline-flex}.DocumentPreviewModal-module__ce2TXG__largeDownloadBtn:hover{transform:translateY(-1px)}@keyframes DocumentPreviewModal-module__ce2TXG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes DocumentPreviewModal-module__ce2TXG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.churches-module__9ROVHa__container{max-width:1200px;margin:0 auto;padding:1rem 0 3rem}.churches-module__9ROVHa__headerArea{margin-bottom:2rem}.churches-module__9ROVHa__title{color:var(--color-primary);padding-left:.75rem;font-size:2rem;font-weight:700;position:relative}.churches-module__9ROVHa__title:before{content:"";background-color:var(--color-accent);border-radius:4px;width:5px;height:70%;position:absolute;top:15%;left:0}.churches-module__9ROVHa__layout{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:900px){.churches-module__9ROVHa__layout{grid-template-columns:1fr 2fr}}.churches-module__9ROVHa__formCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:16px;height:fit-content;padding:1.5rem}.churches-module__9ROVHa__formTitle{color:var(--color-primary);border-bottom:1.5px solid var(--color-border);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:700}.churches-module__9ROVHa__formGroup{margin-bottom:1rem}.churches-module__9ROVHa__label{color:var(--color-text);margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:block}.churches-module__9ROVHa__input,.churches-module__9ROVHa__select{border:1px solid var(--color-border);background:var(--color-background);width:100%;color:var(--color-text);border-radius:6px;padding:.5rem .75rem;font-size:.95rem}.churches-module__9ROVHa__input:focus,.churches-module__9ROVHa__select:focus{border-color:var(--color-primary);outline:none}.churches-module__9ROVHa__listCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-md);border-radius:16px;overflow:hidden}.churches-module__9ROVHa__table{border-collapse:collapse;text-align:left;width:100%}.churches-module__9ROVHa__th{background:var(--color-background);color:var(--color-primary);border-bottom:1px solid var(--color-border);padding:1rem 1.25rem;font-size:.9rem;font-weight:700}.churches-module__9ROVHa__tr{border-bottom:1px solid var(--color-border);transition:background-color .2s}.churches-module__9ROVHa__tr:hover{background-color:#1a365d05}.churches-module__9ROVHa__td{color:var(--color-text);padding:1rem 1.25rem;font-size:.95rem}.churches-module__9ROVHa__typeBadge{border-radius:10px;padding:.15rem .4rem;font-size:.75rem;font-weight:600}.churches-module__9ROVHa__badgeChurch{color:#1c7ed6;background:#4dadf726}.churches-module__9ROVHa__badgeCommittee{color:#ae3ec9;background:#cc5de826}.churches-module__9ROVHa__actionBtn{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:4px;padding:.4rem;transition:all .2s}.churches-module__9ROVHa__actionBtn:hover{background:var(--color-background);color:var(--color-primary)}.churches-module__9ROVHa__actionBtnDelete:hover{color:#ff6b6b;background:#fff5f5}.churches-module__9ROVHa__checkboxCol{text-align:center;width:48px;padding:0 .5rem 0 1.25rem}.churches-module__9ROVHa__bulkPanel{background:#fdf2e9;border:1px solid #f5c098;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.75rem 1.25rem;animation:.2s ease-out churches-module__9ROVHa__slideDown;display:flex;box-shadow:0 4px 6px -1px #0000000d}.churches-module__9ROVHa__bulkInfo{color:#c05621;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.churches-module__9ROVHa__bulkActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}@keyframes churches-module__9ROVHa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.churches-module__9ROVHa__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.churches-module__9ROVHa__modalCard{background:var(--color-surface);border:1px solid var(--color-border);width:90%;max-width:800px;max-height:85vh;box-shadow:var(--shadow-xl);border-radius:16px;flex-direction:column;animation:.2s cubic-bezier(.16,1,.3,1) churches-module__9ROVHa__scaleUp;display:flex;overflow:hidden}.churches-module__9ROVHa__modalHeader{border-bottom:1px solid var(--color-border);background:var(--color-surface);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.churches-module__9ROVHa__modalTitle{color:var(--color-primary);margin:0;font-size:1.25rem;font-weight:700}.churches-module__9ROVHa__closeBtn{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.churches-module__9ROVHa__closeBtn:hover{background:var(--color-background);color:var(--color-primary)}.churches-module__9ROVHa__modalBody{flex:1;padding:1.5rem;overflow-y:auto}.churches-module__9ROVHa__modalFooter{border-top:1px solid var(--color-border);background:var(--color-background);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.churches-module__9ROVHa__importListContainer{border:1px solid var(--color-border);border-radius:8px;max-height:50vh;overflow-y:auto}.churches-module__9ROVHa__statusBadge{border-radius:10px;padding:.15rem .4rem;font-size:.75rem;font-weight:600;display:inline-block}.churches-module__9ROVHa__badgeExists{color:#495057;background:#868e9626}.churches-module__9ROVHa__badgeNew{color:#2f9e44;background:#40c05726}@keyframes churches-module__9ROVHa__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.churches-module__9ROVHa__tableInput{border:1px solid var(--color-border);background:var(--color-background);width:100%;color:var(--color-text);border-radius:4px;padding:.35rem .5rem;font-size:.9rem}.churches-module__9ROVHa__tableInput:focus{border-color:var(--color-primary);outline:none}
.logs-module__vXUZPW__container{max-width:1200px;margin:0 auto;padding:1rem 0 3rem}.logs-module__vXUZPW__headerArea{margin-bottom:2rem}.logs-module__vXUZPW__title{color:var(--color-primary);padding-left:.75rem;font-size:2rem;font-weight:700;position:relative}.logs-module__vXUZPW__title:before{content:"";background-color:var(--color-accent);border-radius:4px;width:5px;height:70%;position:absolute;top:15%;left:0}.logs-module__vXUZPW__subtitle{color:var(--color-text-muted);margin-top:.5rem;font-size:.95rem}.logs-module__vXUZPW__filterBar{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:12px;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}.logs-module__vXUZPW__input,.logs-module__vXUZPW__select{border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text);border-radius:6px;padding:.5rem .75rem;font-size:.9rem}.logs-module__vXUZPW__input:focus,.logs-module__vXUZPW__select:focus{border-color:var(--color-primary);outline:none}.logs-module__vXUZPW__listContainer{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:16px;overflow-x:auto}.logs-module__vXUZPW__table{border-collapse:collapse;text-align:left;width:100%}.logs-module__vXUZPW__th{background:var(--color-background);color:var(--color-primary);border-bottom:1px solid var(--color-border);white-space:nowrap;padding:.8rem .5rem;font-size:.85rem;font-weight:700}.logs-module__vXUZPW__tr{border-bottom:1px solid var(--color-border)}.logs-module__vXUZPW__tr:hover{background-color:#1a365d05}.logs-module__vXUZPW__td{color:var(--color-text);white-space:nowrap;padding:.8rem .5rem;font-size:.85rem}.logs-module__vXUZPW__tdDetail{white-space:normal;word-break:break-word;max-width:320px;color:var(--color-text-muted)}.logs-module__vXUZPW__badge{border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.logs-module__vXUZPW__badgeSuccess{color:#38a169;background:#38a16926}.logs-module__vXUZPW__badgeDenied{color:#b7791f;background:#d69e2e26}.logs-module__vXUZPW__badgeError{color:#e53e3e;background:#e53e3e26}.logs-module__vXUZPW__pagination{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.logs-module__vXUZPW__pageButton{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;border-radius:6px;padding:.5rem 1rem;font-size:.9rem}.logs-module__vXUZPW__pageButton:disabled{opacity:.5;cursor:not-allowed}.logs-module__vXUZPW__emptyState{text-align:center;color:var(--color-text-muted);padding:2rem}
.newsletter-module__TQoYYW__container{max-width:1200px;margin:0 auto;padding:1rem 0 3rem}.newsletter-module__TQoYYW__headerArea{margin-bottom:2rem}.newsletter-module__TQoYYW__title{color:var(--color-primary);padding-left:.75rem;font-size:2rem;font-weight:700;position:relative}.newsletter-module__TQoYYW__title:before{content:"";background-color:var(--color-accent);border-radius:4px;width:5px;height:70%;position:absolute;top:15%;left:0}.newsletter-module__TQoYYW__layout{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:900px){.newsletter-module__TQoYYW__layout{grid-template-columns:3fr 2fr}}.newsletter-module__TQoYYW__pane{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-md);border-radius:16px;padding:2rem}.newsletter-module__TQoYYW__paneTitle{color:var(--color-primary);border-bottom:1.5px solid var(--color-border);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:700}.newsletter-module__TQoYYW__formGroup{margin-bottom:1.25rem}.newsletter-module__TQoYYW__label{color:var(--color-text);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.newsletter-module__TQoYYW__input,.newsletter-module__TQoYYW__textarea{border:1px solid var(--color-border);background:var(--color-background);width:100%;color:var(--color-text);border-radius:6px;padding:.6rem .8rem;font-size:1rem}.newsletter-module__TQoYYW__input:focus,.newsletter-module__TQoYYW__textarea:focus{border-color:var(--color-primary);outline:none}.newsletter-module__TQoYYW__textarea{min-height:120px}.newsletter-module__TQoYYW__insertSettingsBox{background:var(--color-background);border:1px solid var(--color-border);border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}.newsletter-module__TQoYYW__toggleLabel{cursor:pointer;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.95rem;font-weight:600;display:flex}.newsletter-module__TQoYYW__numberInput{border:1px solid var(--color-border);text-align:center;border-radius:4px;width:60px;padding:.25rem}.newsletter-module__TQoYYW__historyCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:16px;margin-top:2rem;padding:1.5rem}.newsletter-module__TQoYYW__table{border-collapse:collapse;text-align:left;width:100%}.newsletter-module__TQoYYW__th{background:var(--color-background);color:var(--color-primary);border-bottom:1px solid var(--color-border);padding:.75rem 1rem;font-size:.9rem;font-weight:700}.newsletter-module__TQoYYW__td{border-bottom:1px solid var(--color-border);color:var(--color-text);padding:1rem;font-size:.95rem}.newsletter-module__TQoYYW__statusBadge{border-radius:10px;padding:.15rem .4rem;font-size:.75rem;font-weight:600}.newsletter-module__TQoYYW__badgeDraft{color:#495057;background:#f1f3f5}.newsletter-module__TQoYYW__badgeScheduled{color:#b7791f;background:#d69e2e26}.newsletter-module__TQoYYW__badgeSent{color:#0ca678;background:#e6fcf5}
.roles-module__ygUsLa__container{max-width:1200px;margin:0 auto;padding:1rem 0 3rem}.roles-module__ygUsLa__headerArea{margin-bottom:2rem}.roles-module__ygUsLa__title{color:var(--color-primary);padding-left:.75rem;font-size:2rem;font-weight:700;position:relative}.roles-module__ygUsLa__title:before{content:"";background-color:var(--color-accent);border-radius:4px;width:5px;height:70%;position:absolute;top:15%;left:0}.roles-module__ygUsLa__layout{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:800px){.roles-module__ygUsLa__layout{grid-template-columns:280px 1fr}}.roles-module__ygUsLa__sidebar{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:.5rem;height:fit-content;padding:1rem;display:flex}.roles-module__ygUsLa__sidebarTitle{color:var(--color-primary);border-bottom:1.5px solid var(--color-border);margin-bottom:.5rem;padding-bottom:.5rem;font-size:1.05rem;font-weight:700}.roles-module__ygUsLa__roleItem{cursor:pointer;border:1px solid var(--color-border);background:var(--color-surface);border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex}.roles-module__ygUsLa__roleItem:hover{border-color:var(--color-primary-light);background:#1a365d05}.roles-module__ygUsLa__roleItemActive{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.roles-module__ygUsLa__roleIdLabel{opacity:.8;font-family:monospace;font-size:.75rem}.roles-module__ygUsLa__pane{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-md);border-radius:16px;padding:2rem}.roles-module__ygUsLa__paneHeader{border-bottom:1.5px solid var(--color-border);margin-bottom:1.5rem;padding-bottom:1rem}.roles-module__ygUsLa__paneTitle{color:var(--color-text);margin-bottom:.25rem;font-size:1.4rem;font-weight:700}.roles-module__ygUsLa__inputGroup{margin-bottom:1.5rem}.roles-module__ygUsLa__label{color:var(--color-text);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.roles-module__ygUsLa__input{border:1px solid var(--color-border);background:var(--color-background);width:100%;max-width:400px;color:var(--color-text);border-radius:6px;padding:.6rem .8rem;font-size:1rem}.roles-module__ygUsLa__input:focus{border-color:var(--color-primary);outline:none}.roles-module__ygUsLa__permissionsTable{border-collapse:collapse;width:100%;margin-bottom:2rem}.roles-module__ygUsLa__th{background:var(--color-background);color:var(--color-primary);border-bottom:1px solid var(--color-border);padding:.75rem 1rem;font-size:.9rem;font-weight:700}.roles-module__ygUsLa__td{border-bottom:1px solid var(--color-border);color:var(--color-text);padding:1rem;font-size:.95rem}.roles-module__ygUsLa__permissionValueLabel{cursor:pointer;align-items:center;gap:.4rem;margin-right:1.5rem;font-size:.9rem;display:inline-flex}.roles-module__ygUsLa__jsonPreview{color:#f8f8f2;background:#272822;border-radius:8px;margin-top:1rem;padding:1rem;font-family:monospace;font-size:.85rem;overflow-x:auto}
.settings-module__Hwfg1W__container{max-width:1200px;margin:0 auto;padding:1rem 0 3rem}.settings-module__Hwfg1W__headerArea{margin-bottom:2rem}.settings-module__Hwfg1W__title{color:var(--color-primary);padding-left:.75rem;font-size:2rem;font-weight:700;position:relative}.settings-module__Hwfg1W__title:before{content:"";background-color:var(--color-accent);border-radius:4px;width:5px;height:70%;position:absolute;top:15%;left:0}.settings-module__Hwfg1W__searchBar{gap:.75rem;margin-bottom:1.5rem;display:flex}.settings-module__Hwfg1W__searchInput{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);border-radius:12px;flex:1;padding:.75rem 1rem;font-size:.95rem}.settings-module__Hwfg1W__searchInput:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #4185f426}.settings-module__Hwfg1W__listCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-md);border-radius:16px;overflow:hidden}.settings-module__Hwfg1W__table{border-collapse:collapse;width:100%}.settings-module__Hwfg1W__th{background:var(--color-background);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;text-align:left;border-bottom:2px solid var(--color-border);padding:1rem 1.25rem;font-size:.85rem;font-weight:700}.settings-module__Hwfg1W__tr{border-bottom:1px solid var(--color-border);transition:var(--transition-smooth)}.settings-module__Hwfg1W__tr:hover{background-color:var(--color-surface-hover)}.settings-module__Hwfg1W__td{color:var(--color-text);vertical-align:middle;padding:1.25rem;font-size:.95rem}.settings-module__Hwfg1W__churchName{color:var(--color-primary);font-size:1.05rem;font-weight:700;display:block}.settings-module__Hwfg1W__deducedBadge{color:var(--color-text-muted);background-color:var(--color-background);border:1px dashed var(--color-border);border-radius:6px;align-items:center;gap:.3rem;margin-top:.35rem;padding:.2rem .5rem;font-size:.75rem;display:inline-flex}.settings-module__Hwfg1W__select{border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text);width:100%;max-width:240px;transition:var(--transition-smooth);border-radius:8px;padding:.5rem .75rem;font-size:.9rem;font-weight:600}.settings-module__Hwfg1W__select:focus{border-color:var(--color-primary);outline:none}.settings-module__Hwfg1W__inputPref{border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text);width:100px;transition:var(--transition-smooth);border-radius:8px;padding:.5rem .75rem;font-size:.9rem}.settings-module__Hwfg1W__inputPref:focus{border-color:var(--color-primary);outline:none}.settings-module__Hwfg1W__inputPref:disabled{background:var(--color-surface-hover);color:var(--color-text-muted);cursor:not-allowed;border-color:var(--color-border)}.settings-module__Hwfg1W__statusIndicator{text-align:center;border-radius:8px;justify-content:center;align-items:center;gap:.3rem;min-width:90px;padding:.35rem .75rem;font-size:.8rem;font-weight:700;display:inline-flex}.settings-module__Hwfg1W__statusSaved{color:#2b8a3e;background-color:#ebfbee;border:1px solid #c3fae8}.settings-module__Hwfg1W__statusSaving{color:#1971c2;background-color:#e8f4fd;border:1px solid #d0ebff}.settings-module__Hwfg1W__statusError{color:#c92a2a;background-color:#fff5f5;border:1px solid #ffdeeb}.settings-module__Hwfg1W__btnSave{background:var(--color-primary);color:#fff;cursor:pointer;transition:var(--transition-smooth);box-shadow:var(--shadow-sm);border:none;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:700}.settings-module__Hwfg1W__btnSave:hover{background:var(--color-primary-dark);box-shadow:var(--shadow-md)}.settings-module__Hwfg1W__btnSave:disabled{background:var(--color-border);color:var(--color-text-muted);cursor:not-allowed;box-shadow:none}.settings-module__Hwfg1W__summaryCard{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.25rem;display:flex}.settings-module__Hwfg1W__summaryItem{flex-direction:column;gap:.25rem;display:flex}.settings-module__Hwfg1W__summaryVal{color:var(--color-primary);font-size:1.5rem;font-weight:800}.settings-module__Hwfg1W__summaryLabel{color:var(--color-text-muted);text-transform:uppercase;font-size:.8rem;font-weight:700}.settings-module__Hwfg1W__layout{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:900px){.settings-module__Hwfg1W__layout{grid-template-columns:1fr 2fr}}.settings-module__Hwfg1W__formCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:16px;height:fit-content;padding:1.5rem}.settings-module__Hwfg1W__formTitle{color:var(--color-primary);border-bottom:1.5px solid var(--color-border);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:700}.settings-module__Hwfg1W__formGroup{margin-bottom:1rem}.settings-module__Hwfg1W__label{color:var(--color-text);margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:block}.settings-module__Hwfg1W__input{border:1px solid var(--color-border);background:var(--color-background);width:100%;color:var(--color-text);border-radius:6px;padding:.5rem .75rem;font-size:.95rem}.settings-module__Hwfg1W__input:focus{border-color:var(--color-primary);outline:none}.settings-module__Hwfg1W__actionBtn{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:4px;padding:.4rem;transition:all .2s}.settings-module__Hwfg1W__actionBtn:hover{background:var(--color-background);color:var(--color-primary)}.settings-module__Hwfg1W__actionBtnDelete:hover{color:#ff6b6b;background:#fff5f5}.settings-module__Hwfg1W__tableInput{border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text);border-radius:6px;width:100%;padding:.35rem .5rem;font-size:.9rem}.settings-module__Hwfg1W__tableInput:focus{border-color:var(--color-primary);outline:none}.settings-module__Hwfg1W__addFormRow{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:16px;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex}.settings-module__Hwfg1W__addFormItem{flex-direction:column;flex:1;gap:.35rem;min-width:180px;display:flex}.settings-module__Hwfg1W__addFormLabel{color:var(--color-text-muted);font-size:.85rem;font-weight:700}.settings-module__Hwfg1W__sectionTabs{border-bottom:2px solid var(--color-border);gap:.25rem;margin-bottom:2rem;display:flex}.settings-module__Hwfg1W__sectionTab{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;border-radius:8px 8px 0 0;align-items:center;gap:.45rem;margin-bottom:-2px;padding:.65rem 1.2rem;font-size:.95rem;font-weight:600;transition:all .18s;display:flex}.settings-module__Hwfg1W__sectionTab:hover{color:var(--color-primary);background:#1a365d0a}.settings-module__Hwfg1W__sectionTabActive{color:var(--color-primary);border-bottom-color:var(--color-primary);background:#1a365d0d}.settings-module__Hwfg1W__dbSection{flex-direction:column;gap:1.5rem;display:flex}.settings-module__Hwfg1W__dbStatusCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-md);border-radius:16px;overflow:hidden}.settings-module__Hwfg1W__dbStatusHeader{border-bottom:1px solid var(--color-border);background:var(--color-background);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.settings-module__Hwfg1W__dbStatusTitle{color:var(--color-primary);align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;display:flex}.settings-module__Hwfg1W__dbStatusActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.settings-module__Hwfg1W__dbTable{border-collapse:collapse;width:100%}.settings-module__Hwfg1W__dbTh{background:var(--color-background);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;text-align:left;border-bottom:1px solid var(--color-border);padding:.75rem 1.25rem;font-size:.8rem;font-weight:700}.settings-module__Hwfg1W__dbTr{border-bottom:1px solid var(--color-border);transition:background .15s}.settings-module__Hwfg1W__dbTr:last-child{border-bottom:none}.settings-module__Hwfg1W__dbTr:hover{background:#1a365d05}.settings-module__Hwfg1W__dbTd{color:var(--color-text);vertical-align:middle;padding:.85rem 1.25rem;font-size:.9rem}.settings-module__Hwfg1W__dbColId{color:var(--color-text-muted);background:var(--color-background);border:1px solid var(--color-border);border-radius:4px;padding:.15rem .45rem;font-family:Fira Code,Cascadia Code,monospace;font-size:.82rem;display:inline-block}.settings-module__Hwfg1W__statusBadge{border-radius:20px;align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.78rem;font-weight:700;display:inline-flex}.settings-module__Hwfg1W__badgeOk{color:#2b8a3e;background:#ebfbee;border:1px solid #b2f2bb}.settings-module__Hwfg1W__badgeMissing{color:#c92a2a;background:#fff5f5;border:1px solid #ffc9c9}.settings-module__Hwfg1W__badgeWarn{color:#e67700;background:#fff3bf;border:1px solid #ffec99}.settings-module__Hwfg1W__badgeLoading{color:#868e96;background:#f1f3f5;border:1px solid #dee2e6}.settings-module__Hwfg1W__badgeExtra{color:#c92a2a;cursor:pointer;background:#fff5f5;border:1px solid #ffc9c9;font-family:inherit;transition:all .15s}.settings-module__Hwfg1W__badgeExtra:hover:not(:disabled){background:#ffe3e3;border-color:#ff8787}.settings-module__Hwfg1W__badgeExtra:disabled{cursor:not-allowed;opacity:.6}.settings-module__Hwfg1W__logBox{color:#a9b7d0;white-space:pre-wrap;background:#1a1b2e;border:1px solid #2d3561;border-radius:12px;max-height:280px;padding:1rem 1.25rem;font-family:Fira Code,monospace;font-size:.82rem;line-height:1.7;overflow-y:auto}.settings-module__Hwfg1W__logLine{display:block}.settings-module__Hwfg1W__logOk{color:#69db7c}.settings-module__Hwfg1W__logWarn{color:#ffd43b}.settings-module__Hwfg1W__logErr{color:#ff6b6b}.settings-module__Hwfg1W__logInfo{color:#74c0fc}.settings-module__Hwfg1W__summaryBanner{border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:.9rem;font-weight:600;display:flex}.settings-module__Hwfg1W__bannerOk{color:#2b8a3e;background:#ebfbee;border:1px solid #b2f2bb}.settings-module__Hwfg1W__bannerWarn{color:#e67700;background:#fff3bf;border:1px solid #ffec99}.settings-module__Hwfg1W__bannerError{color:#c92a2a;background:#fff5f5;border:1px solid #ffc9c9}.settings-module__Hwfg1W__missingCount{font-size:1.5rem;font-weight:800;line-height:1}
.statistics-data-module__2r8_kq__container{max-width:1400px;margin:0 auto;padding:1.5rem}.statistics-data-module__2r8_kq__header{margin-bottom:1.5rem}.statistics-data-module__2r8_kq__title{color:var(--color-primary);margin:0 0 .4rem;font-size:1.5rem;font-weight:700}.statistics-data-module__2r8_kq__subtitle{color:var(--color-text-muted);margin:0;font-size:.9rem}.statistics-data-module__2r8_kq__metaBar{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.2rem;padding:1rem 1.2rem;display:flex}.statistics-data-module__2r8_kq__metaItem{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.statistics-data-module__2r8_kq__metaItem label{color:var(--color-text-muted);font-weight:600}.statistics-data-module__2r8_kq__yearSelect{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);border-radius:6px;padding:.3rem .5rem}.statistics-data-module__2r8_kq__searchInput{border:1px solid var(--color-border);background:var(--color-surface);min-width:12rem;color:var(--color-text);border-radius:8px;flex:1;padding:.5rem .8rem;font-size:.9rem}.statistics-data-module__2r8_kq__searchInput:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #4185f426}.statistics-data-module__2r8_kq__tableWrap{border:1px solid var(--color-border);background:var(--color-surface);border-radius:8px;overflow-x:hidden}.statistics-data-module__2r8_kq__table{table-layout:fixed;border-collapse:collapse;width:100%;font-size:.82rem}.statistics-data-module__2r8_kq__table th,.statistics-data-module__2r8_kq__table td{border-bottom:1px solid var(--color-border);text-align:left;overflow-wrap:break-word;padding:.4rem .5rem}.statistics-data-module__2r8_kq__table th{background:var(--color-background);color:var(--color-text-muted);font-weight:700;position:sticky;top:0}.statistics-data-module__2r8_kq__table tbody tr:nth-child(2n){background:var(--color-background)}.statistics-data-module__2r8_kq__table tbody tr:hover{background:#4185f414}.statistics-data-module__2r8_kq__sortableTh{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.statistics-data-module__2r8_kq__sortableTh:hover{color:var(--color-primary)}.statistics-data-module__2r8_kq__num{text-align:right;padding-right:1.1rem}.statistics-data-module__2r8_kq__totalRow{background:var(--color-background);border-top:2px solid var(--color-border);font-weight:700}.statistics-data-module__2r8_kq__churchLinkBtn{color:var(--color-primary);cursor:pointer;font:inherit;text-align:left;text-underline-offset:2px;background:0 0;border:none;padding:0;text-decoration:underline}.statistics-data-module__2r8_kq__churchLinkBtn:hover{opacity:.75}.statistics-data-module__2r8_kq__table th:first-child,.statistics-data-module__2r8_kq__table td:first-child{width:6%}.statistics-data-module__2r8_kq__table th:nth-child(2),.statistics-data-module__2r8_kq__table td:nth-child(2){width:18%}.statistics-data-module__2r8_kq__table th:nth-child(3),.statistics-data-module__2r8_kq__table td:nth-child(3),.statistics-data-module__2r8_kq__table th:nth-child(4),.statistics-data-module__2r8_kq__table td:nth-child(4),.statistics-data-module__2r8_kq__table th:nth-child(5),.statistics-data-module__2r8_kq__table td:nth-child(5){width:7%}.statistics-data-module__2r8_kq__table th:nth-child(6),.statistics-data-module__2r8_kq__table td:nth-child(6),.statistics-data-module__2r8_kq__table th:nth-child(7),.statistics-data-module__2r8_kq__table td:nth-child(7),.statistics-data-module__2r8_kq__table th:nth-child(8),.statistics-data-module__2r8_kq__table td:nth-child(8),.statistics-data-module__2r8_kq__table th:nth-child(9),.statistics-data-module__2r8_kq__table td:nth-child(9){width:6%}.statistics-data-module__2r8_kq__table th:nth-child(10),.statistics-data-module__2r8_kq__table td:nth-child(10),.statistics-data-module__2r8_kq__table th:nth-child(11),.statistics-data-module__2r8_kq__table td:nth-child(11),.statistics-data-module__2r8_kq__table th:nth-child(12),.statistics-data-module__2r8_kq__table td:nth-child(12){width:9%}.statistics-data-module__2r8_kq__table th:nth-child(13),.statistics-data-module__2r8_kq__table td:nth-child(13){width:6%}.statistics-data-module__2r8_kq__actionBtn{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:4px;padding:.3rem;transition:all .2s}.statistics-data-module__2r8_kq__actionBtn:hover{color:#ff6b6b;background:#fff5f5}.statistics-data-module__2r8_kq__actionBtn:disabled{opacity:.4;cursor:not-allowed}.statistics-data-module__2r8_kq__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.statistics-data-module__2r8_kq__modalCard{background:var(--color-surface);border-radius:10px;width:100%;max-width:640px;max-height:90vh;padding:1.5rem;overflow-y:auto}.statistics-data-module__2r8_kq__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.statistics-data-module__2r8_kq__modalHeader h3{color:var(--color-primary);margin:0;font-size:1.1rem;font-weight:700}.statistics-data-module__2r8_kq__modalClose{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;padding:.2rem .5rem;font-size:1.4rem;line-height:1}.statistics-data-module__2r8_kq__modalClose:hover{color:var(--color-text)}.statistics-data-module__2r8_kq__metricBar{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.statistics-data-module__2r8_kq__metricBtn{border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text-muted);cursor:pointer;border-radius:999px;padding:.3rem .7rem;font-size:.82rem}.statistics-data-module__2r8_kq__metricBtn:hover{border-color:var(--color-primary)}.statistics-data-module__2r8_kq__metricBtnActive{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.statistics-data-module__2r8_kq__modalChart{min-height:220px;margin-bottom:1rem;position:relative}.statistics-data-module__2r8_kq__modalEmpty{height:220px;color:var(--color-text-muted);justify-content:center;align-items:center;font-size:.9rem;display:flex}.statistics-data-module__2r8_kq__modalTable{border-collapse:collapse;width:100%;font-size:.85rem}.statistics-data-module__2r8_kq__modalTable th,.statistics-data-module__2r8_kq__modalTable td{border-bottom:1px solid var(--color-border);text-align:left;padding:.35rem .5rem}.statistics-data-module__2r8_kq__modalTable th{color:var(--color-text-muted);font-weight:700}
.statistics-import-module___Z72Qa__container{max-width:1400px;margin:0 auto;padding:1.5rem}.statistics-import-module___Z72Qa__header{margin-bottom:1.5rem}.statistics-import-module___Z72Qa__title{color:var(--color-primary);margin:0 0 .4rem;font-size:1.5rem;font-weight:700}.statistics-import-module___Z72Qa__subtitle{color:var(--color-text-muted);margin:0;font-size:.9rem}.statistics-import-module___Z72Qa__metaBar{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:1.2rem;padding:1rem 1.2rem;display:flex}.statistics-import-module___Z72Qa__metaItem{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.statistics-import-module___Z72Qa__metaItem label{color:var(--color-text-muted);font-weight:600}.statistics-import-module___Z72Qa__yearInput{border:1px solid var(--color-border);background:var(--color-surface);width:6rem;color:var(--color-text);border-radius:6px;padding:.3rem .5rem}.statistics-import-module___Z72Qa__tableWrap{border:1px solid var(--color-border);background:var(--color-surface);border-radius:8px;overflow-x:hidden}.statistics-import-module___Z72Qa__table{table-layout:fixed;border-collapse:collapse;width:100%;font-size:.82rem}.statistics-import-module___Z72Qa__table th,.statistics-import-module___Z72Qa__table td{border-bottom:1px solid var(--color-border);text-align:left;overflow-wrap:break-word;padding:.4rem .5rem}.statistics-import-module___Z72Qa__table th{background:var(--color-background);color:var(--color-text-muted);font-weight:700;position:sticky;top:0}.statistics-import-module___Z72Qa__table th:first-child,.statistics-import-module___Z72Qa__table td:first-child{width:16%}.statistics-import-module___Z72Qa__table th:nth-child(2),.statistics-import-module___Z72Qa__table td:nth-child(2){width:14%}.statistics-import-module___Z72Qa__table th:nth-child(3),.statistics-import-module___Z72Qa__table td:nth-child(3),.statistics-import-module___Z72Qa__table th:nth-child(4),.statistics-import-module___Z72Qa__table td:nth-child(4),.statistics-import-module___Z72Qa__table th:nth-child(5),.statistics-import-module___Z72Qa__table td:nth-child(5),.statistics-import-module___Z72Qa__table th:nth-child(6),.statistics-import-module___Z72Qa__table td:nth-child(6),.statistics-import-module___Z72Qa__table th:nth-child(7),.statistics-import-module___Z72Qa__table td:nth-child(7),.statistics-import-module___Z72Qa__table th:nth-child(8),.statistics-import-module___Z72Qa__table td:nth-child(8),.statistics-import-module___Z72Qa__table th:nth-child(9),.statistics-import-module___Z72Qa__table td:nth-child(9){width:6.5%}.statistics-import-module___Z72Qa__table th:nth-child(10),.statistics-import-module___Z72Qa__table td:nth-child(10),.statistics-import-module___Z72Qa__table th:nth-child(11),.statistics-import-module___Z72Qa__table td:nth-child(11){width:8%}.statistics-import-module___Z72Qa__table th:nth-child(12),.statistics-import-module___Z72Qa__table td:nth-child(12){width:4%}.statistics-import-module___Z72Qa__unmatchedRow{background:#e53e3e0f}.statistics-import-module___Z72Qa__skippedRow{opacity:.45}.statistics-import-module___Z72Qa__subLabels{color:var(--color-text-muted);font-size:.72rem}.statistics-import-module___Z72Qa__numInput,.statistics-import-module___Z72Qa__financeInput{box-sizing:border-box;border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:var(--color-text);border-radius:4px;padding:.25rem .35rem}.statistics-import-module___Z72Qa__churchSelect{box-sizing:border-box;border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:var(--color-text);text-overflow:ellipsis;border-radius:4px;padding:.3rem .4rem}.statistics-import-module___Z72Qa__footer{justify-content:space-between;align-items:center;margin-top:1.2rem;display:flex}.statistics-import-module___Z72Qa__resultLog{background:var(--color-background);border:1px solid var(--color-border);border-radius:8px;margin-top:1rem;padding:1rem;font-size:.85rem;line-height:1.6}
.users-module__Ma8s5q__container{max-width:1200px;margin:0 auto;padding:1rem 0 3rem}.users-module__Ma8s5q__headerArea{margin-bottom:2rem}.users-module__Ma8s5q__title{color:var(--color-primary);padding-left:.75rem;font-size:2rem;font-weight:700;position:relative}.users-module__Ma8s5q__title:before{content:"";background-color:var(--color-accent);border-radius:4px;width:5px;height:70%;position:absolute;top:15%;left:0}.users-module__Ma8s5q__layout{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:900px){.users-module__Ma8s5q__layout{grid-template-columns:1fr 2fr}}.users-module__Ma8s5q__formCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:16px;height:fit-content;padding:1.5rem}.users-module__Ma8s5q__formTitle{color:var(--color-primary);border-bottom:1.5px solid var(--color-border);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:700}.users-module__Ma8s5q__formGroup{margin-bottom:1rem}.users-module__Ma8s5q__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.users-module__Ma8s5q__label{color:var(--color-text);margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:block}.users-module__Ma8s5q__input,.users-module__Ma8s5q__select{border:1px solid var(--color-border);background:var(--color-background);width:100%;color:var(--color-text);border-radius:6px;padding:.5rem .75rem;font-size:.95rem}.users-module__Ma8s5q__input:focus,.users-module__Ma8s5q__select:focus{border-color:var(--color-primary);outline:none}.users-module__Ma8s5q__checkboxGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;display:grid}.users-module__Ma8s5q__checkboxLabel{background:var(--color-background);border:1px solid var(--color-border);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.9rem;display:flex}.users-module__Ma8s5q__checkboxLabel:hover{background:var(--color-surface);border-color:var(--color-primary)}.users-module__Ma8s5q__checkboxLabel input{width:16px;height:16px;accent-color:var(--color-primary);cursor:pointer}.users-module__Ma8s5q__listCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-md);border-radius:16px;overflow:hidden}.users-module__Ma8s5q__table{border-collapse:collapse;text-align:left;width:100%}.users-module__Ma8s5q__th{background:var(--color-background);color:var(--color-primary);border-bottom:1px solid var(--color-border);padding:1rem 1.25rem;font-size:.9rem;font-weight:700}.users-module__Ma8s5q__tr{border-bottom:1px solid var(--color-border);transition:background-color .2s}.users-module__Ma8s5q__tr:hover{background-color:#1a365d05}.users-module__Ma8s5q__td{color:var(--color-text);padding:1rem 1.25rem;font-size:.95rem}.users-module__Ma8s5q__typeBadge{border-radius:10px;padding:.15rem .4rem;font-size:.75rem;font-weight:600}.users-module__Ma8s5q__badgeChurch{color:#1c7ed6;background:#4dadf726}.users-module__Ma8s5q__badgeCommittee{color:#ae3ec9;background:#cc5de826}.users-module__Ma8s5q__actionBtn{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:4px;padding:.4rem;transition:all .2s}.users-module__Ma8s5q__actionBtn:hover{background:var(--color-background);color:var(--color-primary)}.users-module__Ma8s5q__actionBtnDelete:hover{color:#ff6b6b;background:#fff5f5}.users-module__Ma8s5q__checkboxCol{text-align:center;width:48px;padding:0 .5rem 0 1.25rem}.users-module__Ma8s5q__bulkPanel{background:#fdf2e9;border:1px solid #f5c098;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.75rem 1.25rem;animation:.2s ease-out users-module__Ma8s5q__slideDown;display:flex;box-shadow:0 4px 6px -1px #0000000d}.users-module__Ma8s5q__bulkInfo{color:#c05621;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.users-module__Ma8s5q__bulkActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}@keyframes users-module__Ma8s5q__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.users-module__Ma8s5q__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.users-module__Ma8s5q__modalCard{background:var(--color-surface);border:1px solid var(--color-border);width:90%;max-width:800px;max-height:85vh;box-shadow:var(--shadow-xl);border-radius:16px;flex-direction:column;animation:.2s cubic-bezier(.16,1,.3,1) users-module__Ma8s5q__scaleUp;display:flex;overflow:hidden}.users-module__Ma8s5q__modalHeader{border-bottom:1px solid var(--color-border);background:var(--color-surface);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.users-module__Ma8s5q__modalTitle{color:var(--color-primary);margin:0;font-size:1.25rem;font-weight:700}.users-module__Ma8s5q__closeBtn{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.users-module__Ma8s5q__closeBtn:hover{background:var(--color-background);color:var(--color-primary)}.users-module__Ma8s5q__modalBody{flex:1;padding:1.5rem;overflow-y:auto}.users-module__Ma8s5q__modalFooter{border-top:1px solid var(--color-border);background:var(--color-background);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.users-module__Ma8s5q__importListContainer{border:1px solid var(--color-border);border-radius:8px;max-height:50vh;overflow-y:auto}.users-module__Ma8s5q__statusBadge{border-radius:10px;padding:.15rem .4rem;font-size:.75rem;font-weight:600;display:inline-block}.users-module__Ma8s5q__badgeExists{color:#495057;background:#868e9626}.users-module__Ma8s5q__badgeNew{color:#2f9e44;background:#40c05726}@keyframes users-module__Ma8s5q__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.users-module__Ma8s5q__tableInput{border:1px solid var(--color-border);background:var(--color-background);width:100%;color:var(--color-text);border-radius:4px;padding:.35rem .5rem;font-size:.9rem}.users-module__Ma8s5q__tableInput:focus{border-color:var(--color-primary);outline:none}.users-module__Ma8s5q__badgeActive{color:#2f9e44;background:#40c05726}.users-module__Ma8s5q__badgePending{color:#e8590c;background:#f59f0026}.users-module__Ma8s5q__badgeSuspended{color:#495057;background:#868e9626}.users-module__Ma8s5q__errorBox{color:#c92a2a;background:#fff5f5;border:1px solid #ffc9c9;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}
.announcements-module__FL0CTq__container{max-width:1200px;margin:0 auto;padding:1rem 0 3rem}.announcements-module__FL0CTq__headerArea{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.announcements-module__FL0CTq__title{color:var(--color-primary);padding-left:.75rem;font-size:2rem;font-weight:700;position:relative}.announcements-module__FL0CTq__title:before{content:"";background-color:var(--color-accent);border-radius:4px;width:5px;height:70%;position:absolute;top:15%;left:0}.announcements-module__FL0CTq__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:900px){.announcements-module__FL0CTq__grid{grid-template-columns:minmax(260px,320px) 1fr}}.announcements-module__FL0CTq__listSection{flex-direction:column;gap:.75rem;min-width:0;display:flex}.announcements-module__FL0CTq__card{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:12px;padding:.9rem 1.1rem;transition:transform .2s,box-shadow .2s,border-color .2s}.announcements-module__FL0CTq__card:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary-light);transform:translateY(-2px)}.announcements-module__FL0CTq__cardActive{border:2px solid var(--color-primary);box-shadow:var(--shadow-md)}.announcements-module__FL0CTq__cardMeta{color:var(--color-text-muted);justify-content:space-between;margin-bottom:.35rem;font-size:.8rem;display:flex}.announcements-module__FL0CTq__author{color:var(--color-primary);font-weight:600}.announcements-module__FL0CTq__cardTitle{color:var(--color-text);overflow-wrap:anywhere;font-size:1rem;font-weight:700}.announcements-module__FL0CTq__cardFooter{border-top:1px dashed var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.5rem;padding-top:.5rem;display:flex}.announcements-module__FL0CTq__badgeList{flex-wrap:wrap;gap:.5rem;display:flex}.announcements-module__FL0CTq__badge{background:var(--color-background);color:var(--color-primary);border:1px solid var(--color-border);border-radius:20px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.announcements-module__FL0CTq__scopeBadge{color:#b7791f;background:#d69e2e26;border:1px solid #d69e2e4d}.announcements-module__FL0CTq__attachmentList{flex-wrap:wrap;gap:.5rem;display:flex}.announcements-module__FL0CTq__attachmentItem{background:var(--color-background);border:1px solid var(--color-border);color:var(--color-text);border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.8rem;display:inline-flex}.announcements-module__FL0CTq__detailSection{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-md);border-radius:16px;min-width:0;height:fit-content;padding:2rem;position:sticky;top:100px}.announcements-module__FL0CTq__detailHeader{border-bottom:1px solid var(--color-border);margin-bottom:1.5rem;padding-bottom:1rem}.announcements-module__FL0CTq__detailTitleRow{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.announcements-module__FL0CTq__detailActions{flex-shrink:0;gap:.25rem;display:flex}.announcements-module__FL0CTq__detailTitle{color:var(--color-text);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.announcements-module__FL0CTq__detailMeta{color:var(--color-text-muted);justify-content:space-between;font-size:.9rem;display:flex}.announcements-module__FL0CTq__detailBody{color:var(--color-text);overflow-wrap:anywhere;margin-bottom:2rem;font-size:1rem;line-height:1.8}.announcements-module__FL0CTq__detailBody p{margin-bottom:1rem}.announcements-module__FL0CTq__detailBody ul{margin-bottom:1rem;padding-left:1.5rem}.announcements-module__FL0CTq__detailBody li{margin-bottom:.5rem}.announcements-module__FL0CTq__formCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-left:4px solid var(--color-accent);border-radius:16px;margin-bottom:2rem;padding:2rem}.announcements-module__FL0CTq__formTitle{color:var(--color-primary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;display:flex}.announcements-module__FL0CTq__formGroup{margin-bottom:1.25rem}.announcements-module__FL0CTq__label{color:var(--color-text);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.announcements-module__FL0CTq__input,.announcements-module__FL0CTq__textarea{border:1px solid var(--color-border);background:var(--color-background);width:100%;color:var(--color-text);border-radius:8px;padding:.75rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.announcements-module__FL0CTq__input:focus,.announcements-module__FL0CTq__textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #1a365d1a}.announcements-module__FL0CTq__textarea{resize:vertical;min-height:150px}.announcements-module__FL0CTq__checkboxGroup{background:var(--color-background);border:1px solid var(--color-border);border-radius:8px;flex-wrap:wrap;gap:1rem;padding:.5rem;display:flex}.announcements-module__FL0CTq__checkboxLabel{cursor:pointer;color:var(--color-text);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.announcements-module__FL0CTq__fileDropArea{border:2px dashed var(--color-border);text-align:center;background:var(--color-background);cursor:pointer;border-radius:8px;padding:1.5rem;transition:border-color .2s,background-color .2s}.announcements-module__FL0CTq__fileDropArea:hover{border-color:var(--color-primary);background:#1a365d05}.announcements-module__FL0CTq__fileList{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.announcements-module__FL0CTq__fileItem{background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.85rem;display:flex}.announcements-module__FL0CTq__removeFileBtn{color:#ff6b6b;cursor:pointer;background:0 0;border:none;font-weight:700}.announcements-module__FL0CTq__btnArea{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}.announcements-module__FL0CTq__actionBtn{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:4px;align-items:center;padding:.4rem;transition:background-color .2s,color .2s;display:inline-flex}.announcements-module__FL0CTq__actionBtn:hover{background:var(--color-background);color:var(--color-primary)}.announcements-module__FL0CTq__deleteBtn:hover{color:#e53e3e;background:#fff5f5}.announcements-module__FL0CTq__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.announcements-module__FL0CTq__modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;width:90%;max-width:600px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #00000026}.announcements-module__FL0CTq__modalHeader{border-bottom:1px solid var(--color-border);background:var(--color-surface);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.announcements-module__FL0CTq__modalTitle{color:var(--color-primary);margin:0;font-size:1.25rem;font-weight:700}.announcements-module__FL0CTq__modalBody{flex:1;padding:1.5rem;overflow-y:auto}.announcements-module__FL0CTq__modalFooter{border-top:1px solid var(--color-border);background:var(--color-background);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}
.bulletin-reports-module__5ce6Ya__container{max-width:1200px;margin:0 auto;padding:1rem 0 3rem}.bulletin-reports-module__5ce6Ya__headerArea{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.bulletin-reports-module__5ce6Ya__title{color:var(--color-primary);padding-left:.75rem;font-size:2rem;font-weight:700;position:relative}.bulletin-reports-module__5ce6Ya__title:before{content:"";background-color:var(--color-accent);border-radius:4px;width:5px;height:70%;position:absolute;top:15%;left:0}.bulletin-reports-module__5ce6Ya__tabs{border-bottom:1px solid var(--color-border);gap:.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.bulletin-reports-module__5ce6Ya__tab{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;color:var(--color-text-muted);border-radius:6px;padding:.5rem 1rem;font-size:.95rem;font-weight:600}.bulletin-reports-module__5ce6Ya__tabActive{background:var(--color-primary);border-color:var(--color-primary);color:#fff!important}.bulletin-reports-module__5ce6Ya__layout{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:900px){.bulletin-reports-module__5ce6Ya__layout{grid-template-columns:320px 1fr}}.bulletin-reports-module__5ce6Ya__sidebarList{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:.75rem;height:fit-content;padding:1rem;display:flex}.bulletin-reports-module__5ce6Ya__sidebarTitle{color:var(--color-primary);border-bottom:1.5px solid var(--color-border);margin-bottom:.5rem;padding-bottom:.5rem;font-size:1.05rem;font-weight:700}.bulletin-reports-module__5ce6Ya__listItem{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;border-radius:8px;padding:.75rem;transition:all .2s}.bulletin-reports-module__5ce6Ya__listItem:hover{border-color:var(--color-primary-light);background:#1a365d05}.bulletin-reports-module__5ce6Ya__listItemActive{border:2px solid var(--color-primary);background:#1a365d0a}.bulletin-reports-module__5ce6Ya__detailCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-md);border-radius:16px;padding:2rem}.bulletin-reports-module__5ce6Ya__detailHeader{border-bottom:1.5px solid var(--color-border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.bulletin-reports-module__5ce6Ya__detailChurchName{color:var(--color-primary);font-size:1.4rem;font-weight:700}.bulletin-reports-module__5ce6Ya__answerBlock{margin-bottom:2rem}.bulletin-reports-module__5ce6Ya__answerLabel{color:var(--color-text);align-items:center;gap:.25rem;margin-bottom:.5rem;font-size:1.05rem;font-weight:700;display:flex}.bulletin-reports-module__5ce6Ya__answerContent{background:var(--color-background);border:1px solid var(--color-border);white-space:pre-line;border-radius:8px;padding:1rem;font-size:1rem;line-height:1.6}.bulletin-reports-module__5ce6Ya__imagePlaceholder{border:1px solid var(--color-border);width:100%;max-width:400px;height:250px;color:var(--color-text-muted);background:#f1f3f5;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.bulletin-reports-module__5ce6Ya__formCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-md);border-radius:16px;padding:2rem}.bulletin-reports-module__5ce6Ya__formGroup{margin-bottom:1.5rem}.bulletin-reports-module__5ce6Ya__label{color:var(--color-text);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.bulletin-reports-module__5ce6Ya__textarea{border:1px solid var(--color-border);background:var(--color-background);width:100%;min-height:120px;color:var(--color-text);resize:vertical;border-radius:8px;padding:.75rem;font-size:1rem}.bulletin-reports-module__5ce6Ya__textarea:focus{border-color:var(--color-primary);outline:none}.bulletin-reports-module__5ce6Ya__imageUpload{border:2px dashed var(--color-border);background:var(--color-background);text-align:center;cursor:pointer;border-radius:8px;padding:1.5rem;transition:all .2s}.bulletin-reports-module__5ce6Ya__imageUpload:hover{border-color:var(--color-primary)}.bulletin-reports-module__5ce6Ya__settingsCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-left:4px solid var(--color-accent);border-radius:16px;padding:2rem}
.committee-blogs-module__E4rMra__container{max-width:1200px;margin:0 auto;padding:1.5rem}.committee-blogs-module__E4rMra__headerArea{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.committee-blogs-module__E4rMra__title{color:var(--color-primary);font-size:2.2rem;font-weight:800}.committee-blogs-module__E4rMra__formCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:2rem;padding:2rem}.committee-blogs-module__E4rMra__formTitle{color:var(--color-text);border-bottom:2px solid var(--color-primary-light);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.4rem;font-weight:700}.committee-blogs-module__E4rMra__formGroup{margin-bottom:1.25rem}.committee-blogs-module__E4rMra__label{margin-bottom:.5rem;font-size:1rem;font-weight:700;display:block}.committee-blogs-module__E4rMra__input,.committee-blogs-module__E4rMra__select,.committee-blogs-module__E4rMra__textarea{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-background);width:100%;color:var(--color-text);padding:.75rem;font-size:1.1rem}.committee-blogs-module__E4rMra__textarea{resize:vertical;min-height:150px}.committee-blogs-module__E4rMra__btnArea{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}.committee-blogs-module__E4rMra__toolbar{background:var(--color-surface-hover);border-radius:var(--radius-md);border:1px solid var(--color-border);align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem 1.5rem;display:flex}.committee-blogs-module__E4rMra__selectFilter{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-background);color:var(--color-text);padding:.5rem 1rem;font-size:1rem}.committee-blogs-module__E4rMra__feed{flex-direction:column;gap:1.5rem;display:flex}.committee-blogs-module__E4rMra__emptyFeed{text-align:center;color:var(--color-text-muted);background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);padding:4rem}.committee-blogs-module__E4rMra__blogCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.75rem;transition:transform .2s,box-shadow .2s}.committee-blogs-module__E4rMra__blogCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.committee-blogs-module__E4rMra__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.committee-blogs-module__E4rMra__committeeBadge{color:#cc5de8;border-radius:var(--radius-full);background:#cc5de81f;border:1px solid #cc5de84d;padding:.3rem .8rem;font-size:.95rem;font-weight:700}.committee-blogs-module__E4rMra__cardDate{color:var(--color-text-muted);font-size:.9rem}.committee-blogs-module__E4rMra__cardTitle{color:var(--color-text);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.committee-blogs-module__E4rMra__cardAuthor{color:var(--color-text-muted);margin-bottom:1.25rem;font-size:.95rem}.committee-blogs-module__E4rMra__cardContent{color:var(--color-text);white-space:pre-wrap;font-size:1.1rem;line-height:1.8}@media (max-width:768px){.committee-blogs-module__E4rMra__headerArea{flex-direction:column;align-items:flex-start}}
.dashboard-module__ksDoLq__heroSection{background:linear-gradient(135deg, var(--color-surface) 0%, var(--color-surface-hover) 100%);border:1px solid var(--color-border);border-left:6px solid var(--color-primary-light);color:var(--color-text);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:2rem;padding:1.25rem 2rem;position:relative;overflow:hidden}.dashboard-module__ksDoLq__heroTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem 1.5rem;display:flex}.dashboard-module__ksDoLq__heroTextGroup{flex:380px;min-width:0}.dashboard-module__ksDoLq__welcomeDesc{color:var(--color-text);font-size:1.1rem;font-weight:600}.dashboard-module__ksDoLq__visitDigest{color:var(--color-text-muted);margin-top:.4rem;font-size:.85rem}.dashboard-module__ksDoLq__bulletinAlert{background:color-mix(in srgb, var(--color-warning) 12%, var(--color-surface));border:1px solid var(--color-warning);border-radius:var(--radius-md,8px);color:var(--color-text);flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:1rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.dashboard-module__ksDoLq__bulletinAlertLink{color:var(--color-warning);white-space:nowrap;font-weight:700;text-decoration:underline}.dashboard-module__ksDoLq__heroActions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:.4rem;max-width:100%;display:flex}.dashboard-module__ksDoLq__heroActionBtn{padding:.45rem .9rem;font-size:.8rem}.dashboard-module__ksDoLq__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (max-width:1100px){.dashboard-module__ksDoLq__grid{grid-template-columns:1fr}}.dashboard-module__ksDoLq__sectionTitle{color:var(--color-primary);border-bottom:2px solid var(--color-border);align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.3rem;font-weight:700;display:flex}.dashboard-module__ksDoLq__feedList{flex-direction:column;gap:1rem;display:flex}.dashboard-module__ksDoLq__annCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem 1rem;display:flex}.dashboard-module__ksDoLq__annCard:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary-light)}.dashboard-module__ksDoLq__annCardBody{min-width:0}.dashboard-module__ksDoLq__annTitle{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:1.1rem;font-weight:700;overflow:hidden}.dashboard-module__ksDoLq__annDate{color:var(--color-text-muted);margin-top:.1rem;font-size:.7rem;display:block}.dashboard-module__ksDoLq__resourceGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (max-width:600px){.dashboard-module__ksDoLq__resourceGrid{grid-template-columns:1fr}}.dashboard-module__ksDoLq__resItem{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:var(--transition-smooth);color:inherit;cursor:pointer;align-items:center;gap:.75rem;padding:1rem;text-decoration:none;display:flex}.dashboard-module__ksDoLq__resItem:hover{border-color:var(--color-primary-light);background:var(--color-surface-hover)}.dashboard-module__ksDoLq__resItemMain{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.dashboard-module__ksDoLq__resItemHead{align-items:center;gap:.5rem;display:flex}.dashboard-module__ksDoLq__resThumb{object-fit:cover;border:1px solid var(--color-border);background:var(--color-background);border-radius:6px;flex-shrink:0;width:40px;height:40px}.dashboard-module__ksDoLq__resThumbPlaceholder{border:1px solid var(--color-border);background:var(--color-background);width:40px;height:40px;color:var(--color-text-muted);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.dashboard-module__ksDoLq__fileIcon{background:var(--color-background);width:28px;height:28px;color:var(--color-primary);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.dashboard-module__ksDoLq__pdfIcon{color:#d6336c;background:#fff0f6}.dashboard-module__ksDoLq__officeIcon{color:#1890ff;background:#e6f7ff}.dashboard-module__ksDoLq__resCategory{text-transform:uppercase;color:var(--color-accent-hover);letter-spacing:.05em;font-size:.7rem;font-weight:700}.dashboard-module__ksDoLq__resTitle{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.9rem;font-weight:700;line-height:1.4;overflow:hidden}.dashboard-module__ksDoLq__eventCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);display:flex;overflow:hidden}.dashboard-module__ksDoLq__eventCard:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary-light)}.dashboard-module__ksDoLq__eventDateBadge{background-color:var(--color-primary-dark);color:var(--color-text-on-primary);text-align:center;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:90px;padding:1rem;font-weight:700;display:flex}.dashboard-module__ksDoLq__eventMonth{text-transform:uppercase;letter-spacing:.05em;opacity:.8;font-size:.75rem}.dashboard-module__ksDoLq__eventDay{margin:.25rem 0;font-size:1.8rem;line-height:1.1}.dashboard-module__ksDoLq__eventTime{opacity:.8;font-size:.75rem}.dashboard-module__ksDoLq__eventInfo{flex-direction:column;flex:1;justify-content:space-between;padding:1rem;display:flex}.dashboard-module__ksDoLq__eventTitle{color:var(--color-text);margin-bottom:.25rem;font-size:1rem;font-weight:700}.dashboard-module__ksDoLq__eventMeta{color:var(--color-text-muted);font-size:.8rem}.dashboard-module__ksDoLq__pastTag{color:#495057;vertical-align:middle;background:#868e9626;border-radius:8px;margin-left:.5rem;padding:.1rem .4rem;font-size:.7rem;font-weight:700;display:inline-block}.dashboard-module__ksDoLq__crawlerCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:.75rem 1rem}.dashboard-module__ksDoLq__crawlerMeta{color:var(--color-text-muted);border-bottom:1px dashed var(--color-border);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.25rem;font-size:.8rem;display:flex}.dashboard-module__ksDoLq__crawlerContent{align-items:center;gap:.75rem;display:flex}.dashboard-module__ksDoLq__crawlerThumbnail{object-fit:cover;border:1px solid var(--color-border);background:var(--color-surface-hover);border-radius:6px;flex-shrink:0;width:72px;height:48px}.dashboard-module__ksDoLq__crawlerInfo{flex:1;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.dashboard-module__ksDoLq__crawlerText{color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.dashboard-module__ksDoLq__crawlerRatioBadge{color:var(--color-accent-hover);background-color:#d69e2e1a;border-radius:4px;padding:.15rem .4rem;font-size:.75rem;font-weight:700}:root[data-theme=pure-contrast] .dashboard-module__ksDoLq__heroSection{color:#000;box-shadow:none;background:#fff;border:3px solid #000}:root[data-theme=pure-contrast] .dashboard-module__ksDoLq__welcomeDesc{color:#000}:root[data-theme=pure-contrast] .dashboard-module__ksDoLq__visitDigest{color:#000;border-top-color:#000}:root[data-theme=pure-contrast] .dashboard-module__ksDoLq__bulletinAlert{color:#000;background:#fff;border:2px solid #000}:root[data-theme=pure-contrast] .dashboard-module__ksDoLq__bulletinAlertLink{color:#000}:root[data-theme=pure-contrast] .dashboard-module__ksDoLq__sectionTitle{color:#000;border-bottom-color:#000}:root[data-theme=pure-contrast] .dashboard-module__ksDoLq__annCard,:root[data-theme=pure-contrast] .dashboard-module__ksDoLq__resItem,:root[data-theme=pure-contrast] .dashboard-module__ksDoLq__eventCard,:root[data-theme=pure-contrast] .dashboard-module__ksDoLq__crawlerCard{box-shadow:none!important;background-color:#fff!important;border:2px solid #000!important;border-radius:0!important}:root[data-theme=pure-contrast] .dashboard-module__ksDoLq__eventDateBadge{color:#fff;background-color:#000;border-right:2px solid #000;border-radius:0}:root[data-theme=pure-contrast] .dashboard-module__ksDoLq__crawlerRatioBadge{color:#ff0;background-color:#000;border:1px solid #000}
.disaster-module__z5aNDW__container{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:flex}.disaster-module__z5aNDW__headerPanel{background:rgba(var(--color-surface), .7);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border);box-shadow:var(--shadow-md);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.disaster-module__z5aNDW__headerInfo{flex-direction:column;gap:.5rem;display:flex}.disaster-module__z5aNDW__title{color:var(--color-primary);font-size:2rem;font-weight:700;font-family:var(--font-outfit), var(--font-noto-sans), sans-serif;letter-spacing:-.02em;margin:0}.disaster-module__z5aNDW__subtitle{color:var(--color-text-muted);margin:0;font-size:1.05rem}.disaster-module__z5aNDW__emergencyBanner{color:#fff;background:linear-gradient(135deg,#e53e3e 0%,#c53030 100%);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 2rem;animation:3s infinite alternate disaster-module__z5aNDW__pulseAlert;display:flex;box-shadow:0 10px 15px -3px #e53e3e66}@keyframes disaster-module__z5aNDW__pulseAlert{0%{box-shadow:0 10px 15px -3px #e53e3e4d}to{box-shadow:0 10px 25px 5px #e53e3e99}}.disaster-module__z5aNDW__emergencyInfo{align-items:center;gap:1rem;display:flex}.disaster-module__z5aNDW__alertIcon{font-size:2rem;animation:1s infinite alternate disaster-module__z5aNDW__flashIcon}@keyframes disaster-module__z5aNDW__flashIcon{0%{opacity:.5}to{opacity:1}}.disaster-module__z5aNDW__alertTitle{letter-spacing:-.01em;color:#fff;margin:0;font-size:1.3rem;font-weight:700}.disaster-module__z5aNDW__alertMeta{opacity:.9;margin:.25rem 0 0;font-size:.95rem}.disaster-module__z5aNDW__grid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}@media (max-width:968px){.disaster-module__z5aNDW__grid{grid-template-columns:1fr}}.disaster-module__z5aNDW__section{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:1.5rem;padding:1.5rem 2rem;display:flex}.disaster-module__z5aNDW__sectionTitle{color:var(--color-primary);border-bottom:2px solid var(--color-border);align-items:center;gap:.5rem;margin:0;padding-bottom:.75rem;font-size:1.25rem;font-weight:700;display:flex}.disaster-module__z5aNDW__cardList{flex-direction:column;gap:1rem;display:flex}.disaster-module__z5aNDW__statusCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;gap:1rem;padding:1.25rem;transition:transform .2s,box-shadow .2s;display:flex}.disaster-module__z5aNDW__statusCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.disaster-module__z5aNDW__cardHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.disaster-module__z5aNDW__churchInfo{flex-direction:column;gap:.25rem;display:flex}.disaster-module__z5aNDW__churchName{color:var(--color-text);font-size:1.1rem;font-weight:700}.disaster-module__z5aNDW__districtBadge{background:var(--color-primary-light);color:#fff;border-radius:9999px;width:fit-content;padding:.2rem .5rem;font-size:.75rem}.disaster-module__z5aNDW__badge{text-transform:uppercase;border-radius:6px;padding:.3rem .7rem;font-size:.8rem;font-weight:700}.disaster-module__z5aNDW__badgeRed{color:#c53030;background-color:#fed7d7;border:1px solid #feb2b2}.disaster-module__z5aNDW__badgeYellow{color:#c05621;background-color:#feebc8;border:1px solid #fbd38d}.disaster-module__z5aNDW__badgeGreen{color:#22543d;background-color:#c6f6d5;border:1px solid #9ae6b4}.disaster-module__z5aNDW__badgeGray{color:#4a5568;background-color:#edf2f7;border:1px solid #e2e8f0}.disaster-module__z5aNDW__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.75rem;display:grid}.disaster-module__z5aNDW__metricItem{background:var(--color-background);border:1px solid var(--color-border);border-radius:8px;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.85rem;display:flex}.disaster-module__z5aNDW__metricLabel{color:var(--color-text-muted)}.disaster-module__z5aNDW__metricValue{font-weight:700}.disaster-module__z5aNDW__notesText{background:var(--color-background);color:var(--color-text);white-space:pre-wrap;border-radius:8px;margin:0;padding:.75rem 1rem;font-size:.95rem;line-height:1.5}.disaster-module__z5aNDW__cardFooter{color:var(--color-text-muted);border-top:1px dashed var(--color-border);justify-content:space-between;align-items:center;margin-top:.25rem;padding-top:.75rem;font-size:.8rem;display:flex}.disaster-module__z5aNDW__form{flex-direction:column;gap:1.5rem;display:flex}.disaster-module__z5aNDW__formGroup{flex-direction:column;gap:.5rem;display:flex}.disaster-module__z5aNDW__label{color:var(--color-text);font-size:.95rem;font-weight:700}.disaster-module__z5aNDW__input,.disaster-module__z5aNDW__textarea,.disaster-module__z5aNDW__select{border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:var(--color-text);border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.disaster-module__z5aNDW__input:focus,.disaster-module__z5aNDW__textarea:focus,.disaster-module__z5aNDW__select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary), .15);outline:none}.disaster-module__z5aNDW__textarea{resize:vertical;min-height:120px}.disaster-module__z5aNDW__checkboxGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.disaster-module__z5aNDW__checkboxLabel{background:var(--color-background);border:1px solid var(--color-border);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:600;transition:all .2s;display:flex}.disaster-module__z5aNDW__checkboxLabel:hover{background:var(--color-surface);border-color:var(--color-primary)}.disaster-module__z5aNDW__checkboxLabel input{width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer}.disaster-module__z5aNDW__statsSummary{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.disaster-module__z5aNDW__statWidget{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:12px;align-items:center;gap:1rem;padding:1.25rem;display:flex}.disaster-module__z5aNDW__statIcon{border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:flex}.disaster-module__z5aNDW__statIconRed{color:#c53030;background-color:#fed7d7}.disaster-module__z5aNDW__statIconYellow{color:#c05621;background-color:#feebc8}.disaster-module__z5aNDW__statIconGreen{color:#22543d;background-color:#c6f6d5}.disaster-module__z5aNDW__statIconGray{color:#4a5568;background-color:#edf2f7}.disaster-module__z5aNDW__statContent{flex-direction:column;display:flex}.disaster-module__z5aNDW__statNum{color:var(--color-text);font-size:1.75rem;font-weight:700;line-height:1.1}.disaster-module__z5aNDW__statLabel{color:var(--color-text-muted);font-size:.85rem}.disaster-module__z5aNDW__needCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.disaster-module__z5aNDW__needMeta{color:var(--color-text-muted);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.disaster-module__z5aNDW__needTitle{color:var(--color-primary);margin:0;font-size:1.1rem;font-weight:700}.disaster-module__z5aNDW__needBody{margin:0;font-size:.95rem;line-height:1.5}.disaster-module__z5aNDW__btnGroup{flex-wrap:wrap;gap:1rem;display:flex}.disaster-module__z5aNDW__btnPrimary{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:700;transition:all .2s;display:inline-flex}.disaster-module__z5aNDW__btnPrimary:hover{background:var(--color-primary-light);transform:translateY(-1px)}.disaster-module__z5aNDW__btnSecondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:700;transition:all .2s;display:inline-flex}.disaster-module__z5aNDW__btnSecondary:hover{background:var(--color-background);border-color:var(--color-text-muted)}.disaster-module__z5aNDW__btnDanger{color:#fff;cursor:pointer;background:#e53e3e;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:700;transition:all .2s;display:inline-flex}.disaster-module__z5aNDW__btnDanger:hover{background:#c53030}.disaster-module__z5aNDW__successCard{background:var(--color-surface);border:1px solid var(--color-border);text-align:center;max-width:500px;box-shadow:var(--shadow-md);border-radius:16px;flex-direction:column;align-items:center;gap:1.5rem;margin:4rem auto;padding:3rem 2rem;display:flex}.disaster-module__z5aNDW__successIcon{color:#22543d;background:#c6f6d5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:2rem;display:flex}.disaster-module__z5aNDW__lightReportBody{color:#2d3748;background-color:#f7fafc;margin:0;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.disaster-module__z5aNDW__lightReportContainer{background:#fff;border:1px solid #e2e8f0;border-radius:12px;max-width:600px;margin:2rem auto;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a}
.documents-module__HzDQOW__container{max-width:1200px;margin:0 auto;padding:1rem 0 3rem}.documents-module__HzDQOW__headerArea{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.documents-module__HzDQOW__headerLeft{flex:1;min-width:280px}.documents-module__HzDQOW__title{color:var(--color-primary);margin:0;padding-left:.75rem;font-size:2rem;font-weight:700;position:relative}.documents-module__HzDQOW__title:before{content:"";background-color:var(--color-accent);border-radius:4px;width:5px;height:70%;position:absolute;top:15%;left:0}.documents-module__HzDQOW__headerButtons{gap:.75rem;display:flex}.documents-module__HzDQOW__tabs{border-bottom:1px solid var(--color-border);flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.documents-module__HzDQOW__tabsBottomBorder{display:none}.documents-module__HzDQOW__tab{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;white-space:nowrap;color:var(--color-text-muted);border-radius:24px;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;transition:all .2s}.documents-module__HzDQOW__tab:hover{background:var(--color-background);color:var(--color-primary);border-color:var(--color-primary-light)}.documents-module__HzDQOW__tabActive{background:var(--color-primary);border-color:var(--color-primary);color:#fff!important}.documents-module__HzDQOW__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.documents-module__HzDQOW__searchWrapper{flex:1;min-width:250px;position:relative}.documents-module__HzDQOW__searchIcon{color:var(--color-text-muted);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.documents-module__HzDQOW__searchInput{border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:var(--color-text);border-radius:8px;padding:.6rem 1rem .6rem 2.25rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.documents-module__HzDQOW__searchInput:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #1a365d1a}.documents-module__HzDQOW__sortGroup{align-items:center;gap:.5rem;display:flex}.documents-module__HzDQOW__selectInput{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;border-radius:8px;padding:.6rem 1rem;font-size:.9rem;font-weight:500}.documents-module__HzDQOW__selectInput:focus{border-color:var(--color-primary);outline:none}.documents-module__HzDQOW__bulkPanel{background:#fdf2e9;border:1px solid #f5c098;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.75rem 1.25rem;animation:.2s ease-out documents-module__HzDQOW__slideDown;display:flex;box-shadow:0 4px 6px -1px #0000000d}.documents-module__HzDQOW__bulkInfo{color:#c05621;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.documents-module__HzDQOW__bulkActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.documents-module__HzDQOW__listContainer{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:16px;transition:border-color .3s;position:relative;overflow:hidden}.documents-module__HzDQOW__dropZoneActive{border-color:var(--color-accent);box-shadow:0 0 0 4px #dd6b2026}.documents-module__HzDQOW__dropIndicator{border:3px dashed var(--color-accent);z-index:50;pointer-events:none;color:var(--color-primary);background:#1a365d0d;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex;position:absolute;inset:0}.documents-module__HzDQOW__dropIndicatorText{color:var(--color-accent);font-size:1.25rem;font-weight:700}.documents-module__HzDQOW__table{border-collapse:collapse;text-align:left;width:100%}.documents-module__HzDQOW__th{background:var(--color-background);color:var(--color-primary);border-bottom:1px solid var(--color-border);padding:1rem 1.25rem;font-size:.9rem;font-weight:700}.documents-module__HzDQOW__checkboxCol{text-align:center;width:48px;padding:0 .5rem 0 1.25rem}.documents-module__HzDQOW__tr{border-bottom:1px solid var(--color-border);transition:background-color .2s}.documents-module__HzDQOW__tr:hover{background-color:#1a365d04}.documents-module__HzDQOW__td{vertical-align:middle;color:var(--color-text);padding:1.1rem 1.25rem;font-size:.95rem}.documents-module__HzDQOW__docTitleCell{cursor:pointer;align-items:flex-start;gap:.75rem;display:flex}.documents-module__HzDQOW__docTextWrapper{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.documents-module__HzDQOW__docTitleText{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-weight:600;transition:color .15s;display:block;overflow:hidden}.documents-module__HzDQOW__docTitleText:hover{color:var(--color-primary-light);text-decoration:underline}.documents-module__HzDQOW__fileNameLabel{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-family:monospace;font-size:.8rem;display:block;overflow:hidden}.documents-module__HzDQOW__memoLabel{color:var(--color-text-muted);background:var(--color-background);border-left:3px solid var(--color-primary-light);border-radius:4px;max-width:fit-content;margin-top:.25rem;padding:.2rem .5rem;font-size:.85rem}.documents-module__HzDQOW__fileIcon{background:var(--color-background);width:32px;height:32px;color:var(--color-primary);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:inline-flex}.documents-module__HzDQOW__docThumbnailArea{background:var(--color-background);border:1px solid var(--color-border);cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:60px;display:flex;overflow:hidden}.documents-module__HzDQOW__docThumbnailImg{object-fit:contain;width:100%;height:100%;display:block}.documents-module__HzDQOW__pdfIcon{color:#d6336c;background:#fff0f6}.documents-module__HzDQOW__officeIcon{color:#1890ff;background:#e6f7ff}.documents-module__HzDQOW__categoryBadge{background:var(--color-background);border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:4px;padding:.2rem .6rem;font-size:.85rem;font-weight:600;display:inline-block}.documents-module__HzDQOW__actionBtn{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:4px;align-items:center;padding:.4rem;transition:background-color .2s,color .2s;display:inline-flex}.documents-module__HzDQOW__actionBtn:hover{background:var(--color-background);color:var(--color-primary)}.documents-module__HzDQOW__deleteBtn:hover{color:#e53e3e;background:#fff5f5}.documents-module__HzDQOW__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.documents-module__HzDQOW__modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;width:90%;max-width:600px;max-height:90vh;animation:.2s cubic-bezier(.16,1,.3,1) documents-module__HzDQOW__scaleUp;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #00000026}.documents-module__HzDQOW__modalLarge{max-width:900px}.documents-module__HzDQOW__modalHeader{border-bottom:1px solid var(--color-border);background:var(--color-surface);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.documents-module__HzDQOW__modalTitle{color:var(--color-primary);margin:0;font-size:1.25rem;font-weight:700}.documents-module__HzDQOW__modalBody{flex:1;padding:1.5rem;overflow-y:auto}.documents-module__HzDQOW__modalFooter{border-top:1px solid var(--color-border);background:var(--color-background);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.documents-module__HzDQOW__formGroup{margin-bottom:1.25rem}.documents-module__HzDQOW__formLabel{color:var(--color-text);margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:block}.documents-module__HzDQOW__textInput{border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:var(--color-text);border-radius:8px;padding:.6rem .8rem;font-size:.95rem}.documents-module__HzDQOW__textInput:focus{border-color:var(--color-primary);outline:none}.documents-module__HzDQOW__rolesCheckboxGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.5rem;margin-top:.25rem;display:grid}.documents-module__HzDQOW__checkboxLabel{cursor:pointer;color:var(--color-text);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.documents-module__HzDQOW__wpCategoryMapHeader{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.documents-module__HzDQOW__wpCategoryMapList{flex-direction:column;gap:.5rem;margin-top:.25rem;display:flex}.documents-module__HzDQOW__wpCategoryMapValue{min-width:0;color:var(--color-text-muted);flex:1;font-size:.9rem}.documents-module__HzDQOW__wpCategoryMapRow{border-bottom:1px solid var(--color-border);align-items:center;gap:.75rem;padding:.4rem 0;display:flex}.documents-module__HzDQOW__wpCategoryMapRow .documents-module__HzDQOW__checkboxLabel{flex:1;min-width:0}.documents-module__HzDQOW__wpCategoryMapArrow{color:var(--color-text-muted)}.documents-module__HzDQOW__wpCategoryMapRow .documents-module__HzDQOW__selectInput{flex:1;min-width:0}.documents-module__HzDQOW__modalDropArea{border:2px dashed var(--color-border);text-align:center;cursor:pointer;background:var(--color-background);border-radius:8px;padding:2rem;transition:border-color .2s,background-color .2s}.documents-module__HzDQOW__modalDropArea:hover{border-color:var(--color-primary-light);background:#1a365d03}.documents-module__HzDQOW__batchTableWrapper{border:1px solid var(--color-border);border-radius:8px;margin-bottom:1.5rem;overflow-x:auto}.documents-module__HzDQOW__batchTable{border-collapse:collapse;width:100%}.documents-module__HzDQOW__batchTh{background:var(--color-background);color:var(--color-primary);border-bottom:1px solid var(--color-border);padding:.75rem 1rem;font-size:.85rem;font-weight:700}.documents-module__HzDQOW__batchTd{border-bottom:1px solid var(--color-border);vertical-align:middle;padding:.75rem 1rem}.documents-module__HzDQOW__categoryList{border:1px solid var(--color-border);border-radius:8px;flex-direction:column;gap:.5rem;max-height:250px;margin-top:1rem;padding:.75rem;display:flex;overflow-y:auto}.documents-module__HzDQOW__categoryListItem{background:var(--color-background);border-radius:6px;justify-content:space-between;align-items:center;padding:.4rem .6rem;display:flex}.documents-module__HzDQOW__categoryName{font-size:.9rem;font-weight:600}.documents-module__HzDQOW__categoryActions{gap:.25rem;display:flex}.documents-module__HzDQOW__catDragHandle{cursor:grab;color:var(--color-text-muted);border-radius:3px;align-items:center;padding:.1rem;transition:color .15s;display:inline-flex}.documents-module__HzDQOW__catDragHandle:hover{color:var(--color-primary)}.documents-module__HzDQOW__catDragging{opacity:.4;background:var(--color-background)}.documents-module__HzDQOW__catDragOver{border:2px dashed var(--color-primary-light)!important;background:#1a365d0d!important}.documents-module__HzDQOW__btn{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:opacity .15s,background-color .15s;display:inline-flex}.documents-module__HzDQOW__btn:hover{opacity:.9}.documents-module__HzDQOW__btnPrimary{background:var(--color-primary);color:#fff}.documents-module__HzDQOW__btnSecondary{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text)}.documents-module__HzDQOW__btnDanger{color:#fff;background:#e53e3e}.documents-module__HzDQOW__btnSuccess{background:var(--color-success,#38a169);color:#fff}.documents-module__HzDQOW__btnOutline{border-color:var(--color-primary);color:var(--color-primary);background:0 0}.documents-module__HzDQOW__btnOutline:hover{background:#1a365d0d}.documents-module__HzDQOW__btnWarning{color:#fff;background:#dd6b20}@keyframes documents-module__HzDQOW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes documents-module__HzDQOW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes documents-module__HzDQOW__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.documents-module__HzDQOW__thCategory,.documents-module__HzDQOW__tdCategory,.documents-module__HzDQOW__thSize,.documents-module__HzDQOW__tdSize{display:none}.documents-module__HzDQOW__headerArea{flex-direction:column;align-items:stretch}.documents-module__HzDQOW__headerButtons{justify-content:flex-start}}
.statistics-module___pZl-q__container{max-width:1200px;margin:0 auto;padding:1rem 0 3rem}.statistics-module___pZl-q__headerArea{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.statistics-module___pZl-q__headerText{flex:1;min-width:280px}.statistics-module___pZl-q__yearSelector{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.statistics-module___pZl-q__yearLabel{color:var(--color-text-muted);font-size:.9rem;font-weight:700}.statistics-module___pZl-q__yearSelect{border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234a5568'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.25rem;border-radius:6px;outline:none;padding:.4rem 2rem .4rem .8rem;font-size:.95rem;font-weight:600}.statistics-module___pZl-q__yearSelect:focus{border-color:var(--color-primary)}.statistics-module___pZl-q__title{color:var(--color-primary);padding-left:.75rem;font-size:2rem;font-weight:700;position:relative}.statistics-module___pZl-q__title:before{content:"";background-color:var(--color-accent);border-radius:4px;width:5px;height:70%;position:absolute;top:15%;left:0}.statistics-module___pZl-q__summaryGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.statistics-module___pZl-q__summaryCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-top:4px solid var(--color-primary);border-radius:16px;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.statistics-module___pZl-q__summaryCard:nth-child(2){border-top-color:var(--color-accent)}.statistics-module___pZl-q__summaryCard:nth-child(3){border-top-color:#20c997}.statistics-module___pZl-q__summaryCard:nth-child(4){border-top-color:#cc5de8}.statistics-module___pZl-q__summaryCard:nth-child(5){border-top-color:#f59f00}.statistics-module___pZl-q__summaryLabel{color:var(--color-text-muted);font-size:.9rem;font-weight:600}.statistics-module___pZl-q__summaryVal{color:var(--color-text);font-size:1.8rem;font-weight:800}.statistics-module___pZl-q__summaryValSmall{white-space:nowrap;font-size:1.2rem!important}.statistics-module___pZl-q__summarySubLabel{color:var(--color-text-muted);margin-top:.15rem;font-size:.8rem;font-weight:600}.statistics-module___pZl-q__formCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-md);border-radius:16px;padding:2rem}.statistics-module___pZl-q__formSectionTitle{color:var(--color-primary);border-bottom:1.5px solid var(--color-border);margin:1.5rem 0 1rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:700}.statistics-module___pZl-q__formGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:600px){.statistics-module___pZl-q__formGrid{grid-template-columns:1fr 1fr}}.statistics-module___pZl-q__formGroup{flex-direction:column;gap:.5rem;display:flex}.statistics-module___pZl-q__label{color:var(--color-text);font-size:.95rem;font-weight:600}.statistics-module___pZl-q__input{border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text);border-radius:6px;padding:.6rem .8rem;font-size:1rem}.statistics-module___pZl-q__input:focus{border-color:var(--color-primary);outline:none}.statistics-module___pZl-q__notesArea{grid-column:1/-1}.statistics-module___pZl-q__textarea{border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text);resize:vertical;border-radius:6px;min-height:100px;padding:.6rem .8rem;font-size:1rem}.statistics-module___pZl-q__textarea:focus{border-color:var(--color-primary);outline:none}.statistics-module___pZl-q__alertSubmitted{color:#2b8a3e;background:#ebfbee;border:1px solid #d3f9d8;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1rem;font-weight:600;display:flex}.statistics-module___pZl-q__listContainer{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:16px;margin-top:1.5rem;overflow-x:auto}.statistics-module___pZl-q__table{border-collapse:collapse;text-align:left;width:100%}.statistics-module___pZl-q__th{background:var(--color-background);color:var(--color-primary);border-bottom:1px solid var(--color-border);white-space:nowrap;padding:.8rem .5rem;font-size:.85rem;font-weight:700}.statistics-module___pZl-q__thName{white-space:normal}.statistics-module___pZl-q__tr{border-bottom:1px solid var(--color-border);transition:background-color .2s}.statistics-module___pZl-q__tr:hover{background-color:#1a365d05}.statistics-module___pZl-q__td{color:var(--color-text);white-space:nowrap;padding:.8rem .5rem;font-size:.9rem}.statistics-module___pZl-q__tdName{white-space:normal;font-weight:600}@media (max-width:768px){.statistics-module___pZl-q__hideMobile{display:none}}.statistics-module___pZl-q__tfootTr{background:var(--color-background);border-top:2px solid var(--color-border)}.statistics-module___pZl-q__tfootTr:hover{background-color:var(--color-background)!important}
