:root{font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light}body{margin:0;min-width:320px;min-height:100vh}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:#f5f7fa;color:#1a202c}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,#1e3a5f,#2d5a87)}.login-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 40px #00000026;width:100%;max-width:400px}.login-card h1{margin:0 0 .25rem;font-size:1.5rem;color:#1e3a5f}.login-subtitle{margin:0 0 1.5rem;color:#64748b;font-size:.95rem}.login-error{padding:.75rem;margin-bottom:1rem;background:#fee;color:#c00;border-radius:8px;font-size:.9rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.35rem;font-weight:500;font-size:.9rem}.form-group input{width:100%;padding:.65rem .85rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem}.form-group input:focus{outline:none;border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f26}.btn-primary{width:100%;padding:.75rem 1rem;margin-top:.5rem;background:#1e3a5f;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer}.btn-primary:hover:not(:disabled){background:#2d5a87}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.btn-secondary{padding:.5rem 1rem;background:#e2e8f0;color:#334155;border:none;border-radius:8px;font-size:.9rem;cursor:pointer}.btn-secondary:hover{background:#cbd5e1}.dashboard{min-height:100vh}.dashboard-header{background:#1e3a5f;color:#fff;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.dashboard-header h1{margin:0;font-size:1.25rem}.user-info{display:flex;align-items:center;gap:1rem}.user-info .btn-secondary{background:#fff3;color:#fff}.user-info .btn-secondary:hover{background:#ffffff4d}.dashboard-main{padding:1.5rem;max-width:900px;margin:0 auto}.dashboard-loading,.dashboard-error{padding:2rem;text-align:center;color:#64748b}.dashboard-error{color:#c00}.welcome-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.welcome-card h2{margin:0 0 .75rem;font-size:1.25rem}.welcome-card p{margin:0 0 .5rem;color:#475569;line-height:1.5}.layout-loading{padding:2rem;text-align:center}.layout{min-height:100vh}.layout-shell{display:flex;background:#f5f7fa}.layout-sidebar{width:260px;min-height:100vh;background:linear-gradient(180deg,#14314f,#1e3a5f);color:#fff;display:flex;flex-direction:column;position:sticky;top:0}.layout-brand{padding:1.25rem 1rem;border-bottom:1px solid rgba(255,255,255,.12);text-align:center}.layout-brand h1{margin:.5rem 0 .2rem;font-size:1rem;letter-spacing:.01em}.layout-logo{width:84px;height:84px;object-fit:contain;border-radius:50%;background:#fff;padding:.3rem}.layout-brand-user{margin:0;font-size:.85rem;color:#dbeafe}.layout-nav{display:flex;flex-direction:column;gap:0;padding:1rem .75rem .25rem}.hamburger-btn{display:none;width:40px;height:40px;border:1px solid rgba(255,255,255,.35);border-radius:8px;background:transparent;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.hamburger-btn span{width:18px;height:2px;background:#fff;transition:transform .2s ease,opacity .2s ease}.hamburger-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-btn.open span:nth-child(2){opacity:0}.hamburger-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.layout-nav-link{color:#ffffffeb;text-decoration:none;padding:.72rem .55rem;border-radius:8px;transition:background .2s ease,color .2s ease;display:flex;align-items:center;gap:.6rem;border-bottom:1px solid #57a0eb}.layout-nav-link:last-child{border-bottom:0}.layout-nav-link:hover{color:#fff;background:#ffffff1f}.layout-nav-link.active{background:#57a0eb3d;color:#fff}.layout-nav-icon{color:#57a0eb;display:inline-flex;align-items:center}.layout-user{margin-top:auto;display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;padding:1rem;border-top:1px solid rgba(255,255,255,.12)}.layout-user .btn-secondary{background:#ffffff2e;color:#fff;width:100%;text-align:left}.layout-main{flex:1;min-width:0;padding:1.5rem}.layout-backdrop{display:none}.admin-page,.members-page{padding:0}.page-loading,.empty-msg,.info-msg{padding:2rem;text-align:center;color:#64748b}.page-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.page-header h2{margin:0;font-size:1.35rem}.page-header-right{display:flex;gap:.75rem;align-items:center}.page-header-right .btn-primary{width:auto;margin-top:0;white-space:nowrap}.page-header-right select{padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:8px}.members-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.pagination-bar{margin-top:.85rem;display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.pagination-bar select{padding:.35rem .5rem;border:1px solid #cbd5e1;border-radius:6px}.data-table{width:100%;min-width:720px;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.data-table th,.data-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.data-table th{background:#f8fafc;font-weight:600;font-size:.85rem}.data-table tbody tr:hover{background:#f8fafc}.btn-sm{padding:.35rem .65rem;font-size:.8rem;border:none;border-radius:6px;cursor:pointer;margin-right:.35rem;background:#e2e8f0;color:#334155}.btn-sm:hover{background:#cbd5e1}.btn-sm.btn-danger{background:#fecaca;color:#b91c1c}.btn-sm.btn-danger:hover{background:#fca5a5}.table-link-btn{padding:0;border:0;background:transparent;color:#1d4ed8;text-decoration:underline;cursor:pointer;font:inherit}.table-link-btn:hover{color:#1e3a8a}.stats-info{text-align:left;padding:0;margin:-.5rem 0 1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.9rem}.stats-grid-summary{margin-bottom:1rem}.stats-section-title{margin:.25rem 0 .8rem;font-size:1rem;color:#334155}.stats-card{background:#fff;border:1px solid #dbeafe;border-left:4px solid #57a0eb;border-radius:10px;padding:.85rem .95rem;box-shadow:0 1px 3px #0000000f}.stats-card h3{margin:0 0 .5rem;font-size:.88rem;color:#334155;font-weight:600}.stats-card p{margin:0;font-size:.95rem;color:#1e293b}.stats-card-kpi p{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a}.member-photo-preview-wrap{margin-top:.75rem}.member-photo-preview{width:3cm;height:4cm;object-fit:cover;border-radius:8px;border:1px solid #cbd5e1;background:#f8fafc}.member-card{display:grid;grid-template-columns:3cm 1fr;gap:1rem;margin-top:.5rem}.member-card-data p{margin:0 0 .4rem}.member-photo-empty{width:3cm;height:4cm;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:.8rem}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem}.photo-item{border:1px solid #dbeafe;border-radius:8px;background:#fff;padding:.5rem;text-decoration:none;color:inherit}.photo-item-btn{cursor:zoom-in;width:100%;text-align:left}.photo-item img{width:100%;height:100px;object-fit:cover;border-radius:6px;display:block;margin-bottom:.45rem}.church-profile-page .photo-grid{margin-bottom:1rem}.church-detail-table{min-width:0}.church-detail-table th{width:250px;background:#f8fafc}.church-detail-table td{background:#fff}.church-edit-panel{margin-top:1rem;background:#fff;border:1px solid #dbeafe;border-radius:10px;padding:1rem}.map-frame-wrap{border:1px solid #dbeafe;border-radius:10px;overflow:hidden;background:#fff}.map-frame-wrap iframe{width:100%;height:min(65vh,500px);border:0;display:block}.map-thumb-wrap{max-width:760px}.map-thumb-btn{width:100%;border:0;padding:0;background:transparent;cursor:zoom-in;display:block}.map-thumb-btn iframe{height:min(42vh,320px);pointer-events:none}.map-actions-inline{margin-top:.5rem;display:flex;gap:.5rem;flex-wrap:wrap}.map-external-link{text-decoration:none;display:inline-flex;align-items:center}.media-lightbox-overlay{position:fixed;inset:0;background:#08111eeb;z-index:300;display:flex;align-items:center;justify-content:center;padding:1rem}.media-lightbox-shell{position:relative;width:min(1200px,95vw);height:min(86vh,860px);background:#0f2238;border:1px solid rgba(87,160,235,.35);border-radius:12px;overflow:hidden}.media-lightbox-content{width:100%;height:calc(100% - 56px);display:flex;align-items:center;justify-content:center}.media-lightbox-image{max-width:100%;max-height:100%;object-fit:contain}.media-lightbox-map{width:100%;height:100%;border:0}.media-lightbox-close{position:absolute;top:10px;right:10px;border:none;border-radius:999px;width:34px;height:34px;background:#fff3;color:#fff;cursor:pointer;z-index:2}.media-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);border:none;width:42px;height:42px;border-radius:999px;background:#57a0eb73;color:#fff;font-size:1.4rem;cursor:pointer;z-index:2}.media-lightbox-nav.prev{left:12px}.media-lightbox-nav.next{right:12px}.media-lightbox-caption{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;color:#e2ecfa;background:#0a1828f0;border-top:1px solid rgba(87,160,235,.25)}.modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal{background:#fff;padding:1.5rem;border-radius:12px;max-width:420px;width:100%;max-height:90vh;overflow-y:auto}.modal.modal-lg{max-width:520px}.modal h3{margin:0 0 1rem;font-size:1.2rem}.modal .form-group input,.modal .form-group select,.modal .form-group textarea{width:100%;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:8px}.modal .form-group textarea{resize:vertical}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:0 1rem}.form-error{padding:.5rem;margin-bottom:.75rem;background:#fee;color:#c00;border-radius:6px;font-size:.9rem}.modal-actions{display:flex;gap:.75rem;margin-top:1.25rem}.modal-actions .btn-primary{width:auto;margin-top:0}@media(max-width:640px){.layout-main{padding:4.2rem 1rem 1rem}.hamburger-btn{display:inline-flex;position:fixed;top:.75rem;left:.75rem;z-index:50;background:#1e3a5f}.layout-sidebar{position:absolute;left:0;top:0;z-index:40;width:min(78vw,280px);transform:translate(-105%);transition:transform .25s ease;box-shadow:0 12px 26px #00000059}.layout-sidebar.open{transform:translate(0)}.layout-backdrop{display:block;position:fixed;inset:0;z-index:30;background:#0006}.page-header{align-items:stretch}.page-header-right{width:100%;flex-direction:column;align-items:stretch}.page-header-right select,.page-header-right .btn-primary{width:100%}.members-table-wrap{margin:0 -.25rem;padding:0 .25rem}.data-table{min-width:640px}.btn-sm{margin-bottom:.35rem}.modal{padding:1rem;max-height:92vh}.map-frame-wrap iframe{height:min(58vh,420px)}.media-lightbox-shell{width:96vw;height:82vh}.media-lightbox-nav{width:36px;height:36px}.church-detail-table th{width:170px}.modal-actions{flex-direction:column}.modal-actions .btn-secondary,.modal-actions .btn-primary{width:100%}.member-card{grid-template-columns:1fr}}
