.login-screen{min-height:100vh;background:linear-gradient(180deg,#f0e6ff,#fff 45%,#fff0e6)}.login-screen__content{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:24px;max-width:440px;margin:0 auto}.login-screen__header{margin-bottom:32px;text-align:center}.login-screen__logo{width:110px;height:110px;object-fit:contain;margin-bottom:24px}.login-screen__title{margin:0 0 8px;font-size:32px;font-weight:800;line-height:1.25;letter-spacing:-.02em;color:#312e81}.login-screen__subtitle{margin:0;font-size:16px;font-weight:600;color:#7c3aed}.login-screen__card{background:#fff;border-radius:24px;padding:24px;border-top:4px solid #7c3aed;box-shadow:0 12px 24px #0003}.login-screen__error{display:flex;align-items:flex-start;gap:8px;background:#fee2e2;border:1px solid rgba(239,68,68,.19);border-radius:12px;padding:16px;margin-bottom:16px;color:#ef4444;font-size:14px;font-weight:600;line-height:1.4}.login-screen__error svg{flex-shrink:0;margin-top:1px}.login-field{margin-bottom:16px}.login-field__wrap{display:flex;align-items:center;min-height:48px;background:#f5f5f5;border-radius:12px;border:1.5px solid transparent;transition:background .2s,border-color .2s}.login-field__wrap:focus-within{background:#fff;border-color:#7c3aed}.login-field__icon{display:flex;align-items:center;justify-content:center;margin-left:16px;margin-right:8px;color:#64748b;flex-shrink:0}.login-field__input{flex:1;min-width:0;border:none;background:transparent;padding:12px 16px 12px 0;margin:0;font-size:16px;color:#1e293b;outline:none;box-shadow:none}.login-field__input::placeholder{color:#94a3b8}.login-field__toggle{margin-right:16px;margin-left:8px;background:transparent;border:none;color:#7c3aed;font-size:14px;font-weight:600;cursor:pointer;padding:4px 0;flex-shrink:0}.login-field__toggle:focus-visible{outline:2px solid rgba(124,58,237,.35);outline-offset:2px;border-radius:4px}.login-screen__forgot{display:block;margin:-4px 0 16px;text-align:right;color:#6d28d9;font-size:14px;font-weight:700;text-decoration:none}.login-screen__forgot:hover{text-decoration:underline}.login-screen__submit{width:100%;min-height:56px;border:none;border-radius:12px;background:linear-gradient(90deg,#a78bfa,#7c3aed,#6d28d9);color:#fff;font-size:18px;font-weight:600;cursor:pointer;box-shadow:0 6px 12px #7c3aed40;transition:transform .2s,box-shadow .2s,opacity .2s}.login-screen__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 16px #7c3aed52}.login-screen__submit:disabled{opacity:.55;cursor:not-allowed}.login-screen__signup{margin:24px 0 0;text-align:center;font-size:14px;color:#64748b}.login-screen__signup a{color:#6d28d9;font-weight:700;text-decoration:none}.login-screen__signup a:hover{text-decoration:underline}@media (max-width: 480px){.login-screen__content{padding:20px 16px;justify-content:flex-start;padding-top:max(32px,env(safe-area-inset-top,32px))}.login-screen__title{font-size:28px}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top left,rgba(79,70,229,.12) 0%,transparent 40%),radial-gradient(circle at bottom right,rgba(245,158,11,.1) 0%,transparent 40%),radial-gradient(circle at center,rgba(255,251,245,.6),transparent 60%),linear-gradient(135deg,#fafbfc,#fff);position:relative;overflow:hidden}.auth-container:before{content:"";position:absolute;top:-50%;right:-10%;width:40%;height:100%;background:radial-gradient(circle,rgba(254,243,199,.4),transparent);border-radius:50%;pointer-events:none}.auth-card{background:#fff;padding:48px;border-radius:24px;box-shadow:0 24px 60px #1e293b1f,0 0 0 1px #e2e8f099;width:100%;max-width:480px;border:1px solid rgba(241,245,249,.9);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#4f46e5,#7c3aed,#f59e0b)}.auth-card:after{content:"✦";position:absolute;top:24px;right:24px;font-size:1.5rem;color:#fbbf24;opacity:.3}.auth-card h1{color:#1e293b;margin-bottom:12px;text-align:center;font-weight:800;font-size:2rem;letter-spacing:-.02em;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-card>p{color:#64748b;text-align:center;margin-bottom:30px}.auth-card form{display:flex;flex-direction:column}.password-field{position:relative;display:flex;align-items:center}.password-field input{padding-right:80px}.toggle-password{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#f59e0b;font-weight:600;font-size:14px;cursor:pointer;padding:4px 6px}.toggle-password:focus{outline:none}.error-message{background:#fff1f2;color:#be123c;padding:12px;border-radius:10px;margin-bottom:15px;border:1px solid #ffe4e6}.success-message{background:#ecfdf5;color:#047857;padding:12px;border-radius:10px;margin-bottom:15px;border:1px solid #d1fae5}.auth-link-row{margin:6px 0 0;text-align:right}.auth-link-row a{color:#b45309;font-weight:600;text-decoration:none}.auth-link-row a:hover{text-decoration:underline}.auth-footer{margin-top:20px;text-align:center;color:#6b7280}.auth-footer a{color:#2f80ed;text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.auth-legal-links{margin-top:18px;display:flex;justify-content:center;align-items:center;gap:10px;color:#94a3b8;font-size:.92rem}.auth-legal-links a{color:#8b5e34;font-weight:600;text-decoration:none}.auth-legal-links a:hover{text-decoration:underline}.divider{text-align:center;margin:20px 0;position:relative}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:45%;height:1px;background:#e2e8f0}.divider:before{left:0}.divider:after{right:0}.divider span{background:#fff;padding:0 10px;color:#999;font-size:14px}.btn-google{display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;color:#1f2937;border:1px solid #e2e8f0;padding:12px 20px;font-size:16px;font-weight:600;transition:all .3s}.btn-google:hover{background:#f8fafc;box-shadow:0 10px 18px #0f172a14}.btn-google svg{flex-shrink:0}@media (max-width: 640px){.auth-card{padding:32px 22px;margin:20px}.auth-legal-links{flex-wrap:wrap}}.reg-steps{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:24px;font-size:.85rem;font-weight:600}.reg-step{color:#cbd5e1;padding:4px 10px;border-radius:20px;transition:all .2s}.reg-step.active{color:#4f46e5;background:#eef2ff}.reg-step.done{color:#047857;background:#ecfdf5}.reg-step-sep{color:#cbd5e1}.btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;padding:12px 20px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;width:100%;transition:background .2s}.btn-secondary:hover:not(:disabled){background:#e2e8f0}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.share-options-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1200;padding:20px}.share-options-modal{width:min(100%,420px);padding:0;overflow:hidden}.share-options-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #e2e8f0}.share-options-header h3{margin:0;font-size:18px}.share-options-close{border:none;background:transparent;font-size:18px;cursor:pointer;color:#64748b}.share-options-actions{display:flex;flex-direction:column;gap:10px;padding:18px}.link-preview-card{display:block;margin-top:12px;border:1px solid var(--border-light);border-radius:14px;overflow:hidden;background:var(--surface-warm);text-decoration:none;color:inherit}.link-preview-card:hover{border-color:var(--primary)}.link-preview-image-wrap{position:relative;width:100%;aspect-ratio:16 / 9;background:#e2e8f0}.link-preview-image{width:100%;height:100%;object-fit:cover;display:block}.link-preview-play-button{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;background:#00000040}.link-preview-brand-banner{min-height:120px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.link-preview-meta{padding:12px 14px;display:flex;flex-direction:column;gap:6px}.link-preview-provider{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--primary)}.link-preview-text strong{display:block;margin-bottom:4px}.link-preview-text p,.link-preview-text span{margin:0;color:#64748b;font-size:14px}.feed-container{max-width:820px;margin:0 auto;padding:24px 16px 40px}.feed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.feed-header h2{margin:0 0 6px;color:#1e293b;font-weight:800;font-size:1.875rem;letter-spacing:-.02em;background:linear-gradient(135deg,#1e293b,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feed-header p{margin:0;color:#64748b}.feed-discover{margin:12px 0 18px;padding:24px;border-radius:20px;background:linear-gradient(135deg,#fef3c7,#fef0e6,#fff);border:2px solid #fde68a;box-shadow:0 8px 24px #f59e0b26,0 0 0 1px #fbbf241a;position:relative;overflow:hidden}.feed-discover:before{content:"✦";position:absolute;top:12px;right:12px;font-size:2rem;color:#f59e0b;opacity:.2}.feed-discover-content h3{margin:0 0 6px;color:#1e293b;font-weight:700}.feed-discover-content p{margin:0;color:#64748b}.create-post-card form{display:flex;flex-direction:column;gap:10px}.create-post-row{display:flex;align-items:center;gap:10px}.create-post-avatar-link{flex-shrink:0;width:42px;height:42px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;text-decoration:none}.create-post-avatar-img{width:42px;height:42px;border-radius:50%;object-fit:cover}.create-post-avatar-initial{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center}.create-post-input{flex:1;min-height:42px;max-height:160px;padding:10px 16px;border-radius:22px;border:1.5px solid #e2e8f0;background:#f8fafc;font-size:.95rem;color:#1e293b;resize:none;line-height:1.5;outline:none;transition:border-color .15s;overflow-y:auto;font-family:inherit}.create-post-input:focus{border-color:#4f46e5;background:#fff}.create-post-input::placeholder{color:#94a3b8}.create-post-photo-btn{flex-shrink:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#4f46e5;background:#eef2ff;border:none;transition:background .15s}.create-post-photo-btn:hover{background:#e0e7ff}.create-post-photo-btn input{display:none}.create-post-actions{display:flex;justify-content:flex-end}.create-post-actions .btn:disabled{opacity:.4;cursor:not-allowed}.post-media-previews{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.post-media-preview{position:relative;border-radius:14px;overflow:hidden;border:1px solid #e2e8f0}.post-media-preview button{position:absolute;top:6px;right:6px;border:none;background:#0f172abf;color:#fff;width:24px;height:24px;border-radius:50%;cursor:pointer}.user-search{margin-top:18px;padding:18px;border-radius:18px;border:1px solid #e2e8f0;background:linear-gradient(135deg,#fff,#eef2ff);box-shadow:0 12px 30px #4f46e514}.user-search-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.user-search-header h4{margin:0;color:#0f172a}.user-search-header span{font-size:12px;color:#94a3b8}.user-search input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;margin-bottom:10px}.search-loading,.search-empty{margin:0;color:#94a3b8;font-size:13px}.search-results{display:flex;flex-direction:column;gap:10px}.search-result-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.search-result-link{background:transparent;border:none;padding:0;text-align:left;cursor:pointer;width:100%;color:inherit;display:block}.search-result-link:hover strong{color:#7c3aed}.search-result-item p{margin:4px 0 0;font-size:12px;color:#94a3b8}.create-post-card textarea{border-radius:14px;border:1px solid #e2e8f0;padding:14px 16px;background:linear-gradient(180deg,#fff,#f8fafc);font-size:15px;transition:border-color .2s,box-shadow .2s}.create-post-card textarea:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed2e}.create-post-card .btn{align-self:flex-end}.posts-list{margin-top:20px}.post-card{margin-bottom:20px;border:1px solid rgba(245,158,11,.2);border-radius:18px;background:linear-gradient(180deg,#fff,#fff7ed);box-shadow:0 12px 26px #b453091f;padding:18px;transition:transform .2s ease,box-shadow .2s ease}.post-card:hover{transform:translateY(-2px);box-shadow:0 18px 40px #b453092e}.post-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}.post-author{display:flex;align-items:center;gap:10px}.post-author-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.post-author-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid rgba(245,158,11,.35);flex-shrink:0}.post-author-avatar img{width:100%;height:100%;object-fit:cover;display:block}.post-author-initial{font-size:13px;font-weight:700;color:#b45309}.post-header strong{font-size:15px;color:#1e293b}.post-time{color:#94a3b8;font-size:13px}.post-content{margin:15px 0;color:#1f2937;font-size:15px;line-height:1.6}.shared-preview-card{width:100%;margin:0 0 14px;padding:14px;border-radius:16px;border:1px solid rgba(124,58,237,.16);background:linear-gradient(135deg,#faf5ff,#fffaf3);text-align:left}.shared-preview-card.is-pressable{cursor:pointer}.shared-preview-header{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#7c3aed;font-size:13px;font-weight:700}.shared-preview-body{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.shared-preview-text-wrap{display:flex;flex-direction:column;gap:6px;min-width:0}.shared-preview-title{color:#1e293b;font-size:15px}.shared-preview-meta,.shared-preview-description,.shared-unavailable-text{color:#64748b;font-size:13px}.shared-preview-description{margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.shared-preview-image{width:92px;height:92px;border-radius:14px;object-fit:cover;flex-shrink:0;border:1px solid #e2e8f0;cursor:zoom-in}.post-media-grid img{width:100%;height:auto;max-height:420px;object-fit:contain;background:#0f172a;border-radius:12px;border:1px solid #e2e8f0;cursor:zoom-in;box-shadow:0 10px 24px #0f172a33}.post-actions{display:flex;gap:20px;padding-top:10px;border-top:1px solid #e2e8f0;color:#64748b;align-items:center;flex-wrap:wrap}.share-count-btn,.likes-count-btn,.comments-count-btn{background:transparent;border:none;color:inherit;cursor:pointer;font-size:14px;font-weight:600}@media (max-width: 640px){.shared-preview-body{flex-direction:column}.shared-preview-image{width:100%;height:180px}.feed-container{padding:10px 8px 20px}.feed-header{flex-direction:column;align-items:flex-start;gap:8px}.feed-header h2{font-size:1.35rem}.create-post-card,.post-card{padding:12px}.post-actions{flex-wrap:wrap;gap:8px}.comments-modal,.likes-modal{width:100%;max-width:none;max-height:88dvh;border-radius:16px 16px 0 0}}.share-count-btn:hover,.likes-count-btn:hover,.comments-count-btn:hover{color:var(--primary-700)}.like-btn{background:linear-gradient(135deg,#fff,#eef2ff);border:1px solid #e2e8f0;cursor:pointer;font-size:18px;transition:color .2s,border-color .2s,box-shadow .2s,transform .2s;padding:8px 12px;border-radius:999px}.like-btn .heart-icon{width:18px;height:18px;display:block;fill:currentColor}.like-btn:not(.liked){color:#94a3b8}.like-btn:not(.liked):hover{color:#ef4444;border-color:#fecdd3;box-shadow:0 6px 14px #ef444426;transform:translateY(-1px)}.like-btn.liked{color:#ef4444!important;border-color:#fecdd3}.like-btn.liked:hover{box-shadow:0 6px 14px #ef444426;transform:translateY(-1px)}.post-edit-actions{display:flex;gap:8px;margin-left:auto}.post-edit-textarea{width:100%;border-radius:12px;border:1px solid #e2e8f0;padding:12px;resize:vertical}.post-comments{margin-top:12px;display:flex;flex-direction:column;gap:10px}.post-comment-item{padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:linear-gradient(135deg,#fff,#f8fafc)}.post-comment-header{display:flex;align-items:center;gap:8px}.post-comment-author{display:inline-flex;align-items:center;gap:8px;color:inherit;text-decoration:none}.post-comment-avatar{width:32px;height:32px;border-radius:999px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#e2e8f0;color:#475569;font-size:13px;font-weight:600}.post-comment-avatar img{width:100%;height:100%;object-fit:cover}.post-comment-item p{margin:6px 0 4px;color:#475569}.post-comment-item span{font-size:11px;color:#94a3b8}.post-comment-empty{margin:0;color:#94a3b8;font-size:13px}.post-comment-form{margin-top:10px;display:flex;flex-direction:column;gap:8px}.post-comment-form textarea{padding:12px 14px;border-radius:12px;border:1px solid #e2e8f0;resize:vertical;background:#fff}.post-comment-form .btn{align-self:flex-start}.likes-count-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background .2s;font-size:14px}.likes-count-btn:hover{background:#f1f5f9}.comments-count-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background .2s;font-size:14px}.comments-count-btn:hover{background:#f1f5f9}.youtube-thumbnail-card{display:block;margin-top:12px;border-radius:14px;overflow:hidden;border:1px solid #e2e8f0;text-decoration:none;color:inherit}.youtube-thumbnail-wrap{position:relative}.youtube-thumbnail-image{width:100%;display:block;aspect-ratio:16 / 9;object-fit:cover}.youtube-play-button{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;background:#00000040}.youtube-meta{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f8fafc;font-size:13px;font-weight:600}.youtube-meta-icon{color:#ef4444}.churches-container h1{margin-bottom:24px;font-weight:800;font-size:2rem;letter-spacing:-.02em;color:#1e293b;display:flex;align-items:center;gap:12px}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:30px;background:linear-gradient(135deg,#fffbeb,#fef3c7,#fff7ed);padding:22px;border-radius:16px;border:1px solid rgba(245,158,11,.35);box-shadow:0 10px 28px #b4530926}.churches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px}.church-card h3{color:#b45309;margin-bottom:12px;font-weight:700;font-size:1.125rem;transition:color .2s}.church-card{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;background:linear-gradient(180deg,#fff,#fff7ed);border-radius:18px;border:1px solid rgba(245,158,11,.2);box-shadow:0 12px 26px #b453091f;padding:18px;overflow:hidden}.church-card:focus{outline:3px solid rgba(245,158,11,.4);outline-offset:2px}.church-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #b453092e,0 0 0 1px #f59e0b33;border-color:#f59e0b66}.church-card:hover h3{color:#92400e}.church-card-image{width:100%;height:180px;margin:-18px -18px 16px;border-radius:18px 18px 0 0;overflow:hidden}.church-card-image img{width:100%;height:100%;object-fit:cover;display:block}.church-card p{margin:6px 0;color:#7c5b1a}.posted-by{position:absolute;right:16px;bottom:12px;margin:0;font-size:12px;color:#b45309;font-weight:600}.posted-by-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:inherit}.posted-by-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid rgba(245,158,11,.35);flex-shrink:0}.posted-by-avatar img{width:100%;height:100%;object-fit:cover;display:block}.posted-by-initial{font-size:12px;font-weight:700;color:#b45309}.view-details-button{margin-top:12px}.directions-chip{margin-top:8px;border:1px solid rgba(96,165,250,.32);background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700;cursor:pointer}.view-details-button .btn,.view-details-button button{background:var(--gradient-primary);color:#fff;border:none;box-shadow:0 10px 22px #b4530938}.view-details-button .btn:hover,.view-details-button button:hover{box-shadow:0 14px 28px #b4530947;transform:translateY(-1px)}.no-results{text-align:center;padding:40px;color:#94a3b8}@media (max-width: 768px){.churches-grid{grid-template-columns:1fr}.filters{grid-template-columns:1fr;padding:14px}.header-with-button{flex-direction:column;align-items:stretch}.header-with-button .btn{width:100%}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.location-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1200}.location-picker-modal{width:min(980px,100%);max-height:min(92vh,900px);overflow:hidden;display:grid;grid-template-rows:auto auto auto 1fr auto;background:#fff;border:1px solid rgba(147,197,253,.28);border-radius:24px;box-shadow:0 28px 50px #2563eb29}.location-picker-header,.location-picker-search,.location-picker-footer{padding:18px 20px}.location-picker-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(147,197,253,.22)}.location-picker-header h3{margin:0;color:#1e293b;font-size:1.4rem}.location-picker-header p{margin:6px 0 0;color:#64748b}.location-picker-search{display:grid;grid-template-columns:1fr auto auto;gap:10px}.location-picker-search input{margin:0}.location-picker-map-shell{min-height:420px;padding:0 20px}.location-picker-map{height:100%;min-height:420px;border-radius:20px;overflow:hidden;border:1px solid rgba(147,197,253,.24)}.location-picker-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid rgba(147,197,253,.22)}.location-picker-summary{display:flex;flex-direction:column;gap:4px;color:#334155}.location-picker-summary strong{color:#1d4ed8}.location-picker-summary small{color:#64748b}.web-location-marker{background:transparent;border:none}.web-location-marker span{display:block;width:24px;height:24px;border-radius:999px 999px 999px 0;background:linear-gradient(135deg,#3b82f6,#1d4ed8);transform:rotate(-45deg);border:2px solid #fff;box-shadow:0 8px 18px #b4530959}.web-location-marker span:after{content:"";position:absolute;width:8px;height:8px;border-radius:999px;background:#fff;top:7px;left:7px}@media (max-width: 720px){.location-picker-overlay{padding:12px}.location-picker-modal{max-height:96vh}.location-picker-search{grid-template-columns:1fr}.location-picker-footer{flex-direction:column;align-items:stretch}}.create-church-container{max-width:800px;margin:0 auto;padding:24px}.create-church-card{padding:40px;border:1px solid rgba(147,197,253,.3);border-radius:20px;background:#fff;box-shadow:0 12px 26px #2563eb14;position:relative;overflow:hidden}.create-church-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#1d4ed8,#2563eb 60%,#60a5fa)}.create-church-card h1{margin-bottom:12px;margin-top:8px;font-weight:800;font-size:2rem;letter-spacing:-.02em;color:#1e293b;display:flex;align-items:center;gap:12px}.create-church-card h1:before{content:"u26ea";font-size:1.75rem;color:#2563eb}.create-church-card>p{color:#64748b;margin-bottom:30px}.form-group{margin-bottom:20px;padding:12px 14px;background:#fff;border-radius:14px;border:1px solid rgba(147,197,253,.2)}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#1d4ed8}.form-group input,.form-group textarea{width:100%;margin:0}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.photo-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-top:15px}.photo-previews img{width:100%;height:150px;object-fit:cover;border-radius:12px;border:1px solid rgba(147,197,253,.25);box-shadow:0 10px 22px #2563eb1f}@media (max-width: 768px){.create-church-container{padding:12px 8px}.create-church-card{padding:18px 14px}.create-church-card h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}.photo-previews{grid-template-columns:repeat(2,minmax(0,1fr))}}.church-detail-container{padding:24px}.church-detail-card{background:linear-gradient(180deg,#fff,#fff7ed);padding:32px;position:relative;border-radius:20px;box-shadow:0 12px 26px #b453091f;border:1px solid rgba(245,158,11,.2)}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px}.detail-header-actions{display:flex;gap:10px}.detail-header h1{margin:0 0 8px;color:#1e293b;font-weight:800;font-size:2rem;letter-spacing:-.02em;display:flex;align-items:center;gap:12px}.detail-header h1:before{content:"⛪";font-size:1.75rem;color:#4f46e5}.detail-subtitle{margin:0;color:#475569;font-weight:600}.status-strip{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.detail-quick-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.inline-directions-link{margin-top:8px;padding:0;border:none;background:transparent;color:#1d4ed8;font-weight:700;cursor:pointer}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:24px}.detail-section h3{margin-bottom:14px;color:#1e293b;font-weight:700;font-size:1.125rem;padding-bottom:8px;border-bottom:2px solid var(--primary-100);display:flex;align-items:center;gap:8px}.detail-section p{margin:6px 0;color:#475569}.church-edit-form{border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-bottom:24px;background:linear-gradient(135deg,#fff,#eef2ff)}@media (max-width: 680px){.detail-quick-actions{flex-direction:column}.detail-quick-actions .btn{width:100%}}.church-edit-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.church-edit-form .form-group{display:flex;flex-direction:column;gap:6px}.church-edit-form .form-group input{padding:10px 12px;border-radius:8px;border:1px solid #e2e8f0}.photo-edit-hint{margin:0 0 10px;font-size:13px;color:#64748b}.photo-edit-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:12px}.photo-edit-item{position:relative;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;background:#fff}.photo-edit-item img{width:100%;height:120px;object-fit:cover;display:block}.photo-remove{position:absolute;inset:auto 8px 8px auto;padding:6px 10px;border-radius:999px;border:none;background:#0f172ad9;color:#fff;font-size:12px;cursor:pointer}.photo-remove:hover{background:#0f172a}.photo-empty{margin:0 0 8px;color:#94a3b8;font-size:13px}.edit-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:12px}.detail-posted-by{position:absolute;right:24px;bottom:18px;margin:0;font-size:12px;color:#94a3b8}.pill-list{display:flex;flex-wrap:wrap;gap:8px}.pill{background:linear-gradient(135deg,#eef2ff,#fef3c7);color:#4338ca;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid rgba(99,102,241,.2)}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.photo-button{padding:0;border:none;background:transparent;cursor:pointer}.photo-grid img{width:100%;height:120px;object-fit:cover;border-radius:10px;border:1px solid #e2e8f0}.photo-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ad9;display:flex;align-items:center;justify-content:center;z-index:50;padding:24px}.photo-lightbox-content{position:relative;max-width:min(960px,90vw);max-height:90vh}.photo-lightbox-content img{width:100%;height:auto;max-height:90vh;border-radius:12px;object-fit:contain;background:#0f172a}.photo-lightbox-close{position:absolute;top:-12px;right:-12px;width:36px;height:36px;border-radius:50%;border:none;background:#fff;color:#0f172a;cursor:pointer;font-size:18px;box-shadow:0 8px 18px #0f172a33}.community-actions{display:flex;align-items:center;gap:12px;margin-bottom:12px}.community-hint{font-size:12px;color:#94a3b8}.comments-list{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.comment-item{padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff}.comment-header{display:flex;align-items:center;gap:8px}.comment-author{display:inline-flex;align-items:center;gap:8px;color:inherit;text-decoration:none}.comment-avatar{width:32px;height:32px;border-radius:999px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#e2e8f0;color:#475569;font-size:13px;font-weight:600}.comment-avatar img{width:100%;height:100%;object-fit:cover}.comment-item p{margin:6px 0 4px;color:#475569}.comment-time{font-size:11px;color:#94a3b8}.comment-empty{color:#94a3b8;font-size:13px;margin:0 0 8px}.comment-form{display:flex;flex-direction:column;gap:10px}.comment-form textarea{padding:10px 12px;border-radius:8px;border:1px solid #e2e8f0;resize:vertical}.events-container h1{margin-bottom:24px;font-weight:800;font-size:2rem;letter-spacing:-.02em;color:#1e293b;display:flex;align-items:center;gap:12px}.header-with-button{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.events-filters{margin-bottom:20px;padding:16px}.events-filters-toggle{width:100%;border:none;background:transparent;text-align:left;font-weight:700;cursor:pointer;color:#334155}.events-filters-body{display:flex;flex-direction:column;gap:12px;margin-top:12px}.events-filters-body input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #e2e8f0}.events-filter-chips{display:flex;flex-wrap:wrap;gap:8px}.events-filter-chip{border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:8px 14px;cursor:pointer;font-weight:600;color:#64748b}.events-filter-chip.active{background:#7c3aed;border-color:#7c3aed;color:#fff}.phone-link{color:#7c3aed;font-weight:600;text-decoration:underline}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.event-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;padding-bottom:12px;border-bottom:2px solid var(--primary-50)}.event-title-button{background:transparent;border:none;padding:0;cursor:pointer;text-align:left}.event-title-button h3{margin:0;color:#1e293b;font-weight:700;font-size:1.125rem;transition:all .2s}.event-title-button:hover h3{color:#92400e;transform:translate(2px)}.event-owner{position:absolute;right:16px;bottom:12px;margin:0;font-size:12px;color:#b45309;font-weight:600}.event-owner-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:inherit}.event-owner-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid rgba(245,158,11,.35);flex-shrink:0}.event-owner-avatar img{width:100%;height:100%;object-fit:cover;display:block}.event-owner-initial{font-size:12px;font-weight:700;color:#b45309}.event-detail-link{margin-top:10px;background:transparent;border:none;padding:0;color:#b45309;font-weight:600;cursor:pointer;transition:color .2s,transform .2s}.event-detail-link:hover{color:#92400e;transform:translate(2px)}.directions-chip{margin-top:4px;border:1px solid rgba(96,165,250,.32);background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700;cursor:pointer}.directions-chip:hover{background:#dbeafe}.btn-sm{padding:6px 10px;font-size:12px}.event-card h3{color:#b45309;margin:0;font-weight:700}.event-card{background:linear-gradient(180deg,#fff,#fff7ed);border:1px solid rgba(245,158,11,.2);border-radius:18px;padding:18px 18px 44px;box-shadow:0 12px 26px #b453091f;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.event-card-image{width:100%;height:180px;margin:-18px -18px 16px;border-radius:18px 18px 0 0;overflow:hidden}.event-card-image img{width:100%;height:100%;object-fit:cover;display:block}.event-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #b453092e}.event-details-compact{margin:8px 0 12px;display:grid;gap:6px;font-size:13px;color:#64748b}.loading{text-align:center;padding:40px;color:#94a3b8}.create-event-container{max-width:800px;margin:0 auto;padding:24px}.create-event-card{padding:40px;border:1px solid rgba(147,197,253,.3);border-radius:20px;background:#fff;box-shadow:0 12px 26px #2563eb14;position:relative;overflow:hidden}.create-event-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#1d4ed8,#2563eb 60%,#60a5fa)}.create-event-card h1{margin-bottom:12px;margin-top:8px;font-weight:800;font-size:2rem;letter-spacing:-.02em;color:#1e293b;display:flex;align-items:center;gap:12px}.create-event-card h1:before{content:"📅";font-size:1.75rem;color:#2563eb}.create-event-card>p{color:#64748b;margin-bottom:30px}.create-event-card .form-group{margin-bottom:20px;padding:12px 14px;background:#fff;border-radius:14px;border:1px solid rgba(147,197,253,.2)}.create-event-card .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#1d4ed8}select{width:100%;padding:12px 14px;margin:10px 0;border:1px solid rgba(147,197,253,.35);border-radius:14px;font-size:14px;background:#fff;cursor:pointer}select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f629}.form-hint{margin:0 0 12px;color:#64748b;font-size:.95rem}.location-block{background:linear-gradient(180deg,#fff,#f8fbff)}.location-actions{display:flex;flex-wrap:wrap;gap:10px}.location-action-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(147,197,253,.4);background:#fff;color:#1d4ed8;border-radius:12px;padding:11px 16px;font-weight:700;cursor:pointer}.location-action-button:hover{background:#eff6ff}.location-summary,.location-empty{margin-top:12px;border-radius:12px;border:1px solid rgba(147,197,253,.24);background:#fff;padding:12px 14px}.location-summary{display:flex;flex-direction:column;gap:4px;color:#334155}.location-summary strong{color:#1d4ed8}.location-summary small,.location-empty{color:#64748b}@media (max-width: 768px){.create-event-container{padding:12px 8px}.create-event-card{padding:18px 14px}.create-event-card h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}.photo-previews{grid-template-columns:repeat(2,minmax(0,1fr))}}.event-detail-container{max-width:900px;margin:0 auto;padding:20px 16px 40px}.event-back{background:transparent;border:none;color:#7c3aed;font-weight:600;cursor:pointer;margin-bottom:12px;transition:color .2s,transform .2s}.event-back:hover{color:#4f46e5;transform:translate(-2px)}.event-detail-card{padding:28px;border-radius:20px;border:1px solid rgba(245,158,11,.2);background:linear-gradient(180deg,#fff,#fff7ed);box-shadow:0 12px 26px #b453091f}.event-detail-header h1{margin:0 0 4px;font-weight:800;font-size:2rem;letter-spacing:-.02em}.event-detail-owner{margin:0;color:#94a3b8;font-size:13px}.event-status-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.live-pill-inline,.soft-pill-inline{display:inline-flex;align-items:center;border-radius:999px;padding:8px 12px;font-weight:700;font-size:.88rem}.live-pill-inline{background:#dc26261f;color:#b91c1c}.soft-pill-inline{background:#f59e0b1f;color:#b45309}.event-detail-cta-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.directions-button{border-color:#60a5fa59}.event-detail-description{margin-top:16px;color:#334155;line-height:1.6}.event-detail-meta{margin-top:16px;display:grid;gap:8px;color:#475569}.inline-directions-link{justify-self:start;padding:0;border:none;background:transparent;color:#1d4ed8;font-weight:700;cursor:pointer}.inline-directions-link:hover{color:#1e40af}@media (max-width: 680px){.event-detail-cta-grid{flex-direction:column}.event-detail-cta-grid .btn{width:100%}}.event-detail-photos{margin-top:18px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.event-detail-photos img{width:100%;height:auto;max-height:420px;object-fit:contain;background:#0f172a;border-radius:12px;border:1px solid #e2e8f0;cursor:zoom-in;box-shadow:0 10px 24px #0f172a33}.image-viewer{position:relative;max-width:min(960px,92vw);max-height:90vh;background:#0f172a;border-radius:18px;box-shadow:0 20px 50px #0f172a59;overflow:hidden}.image-viewer img{display:block;max-width:100%;max-height:90vh;object-fit:contain}.event-detail-actions{margin-top:16px;display:flex;align-items:center;gap:12px;color:#64748b}.event-detail-comments{margin-top:16px;display:flex;flex-direction:column;gap:10px}.event-comment-item{padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:linear-gradient(135deg,#fff,#f8fafc)}.event-comment-header{display:flex;align-items:center;gap:8px}.event-comment-author{display:inline-flex;align-items:center;gap:8px;color:inherit;text-decoration:none}.event-comment-avatar{width:32px;height:32px;border-radius:999px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#e2e8f0;color:#475569;font-size:13px;font-weight:600}.event-comment-avatar img{width:100%;height:100%;object-fit:cover}.event-comment-item p{margin:6px 0 4px}.event-comment-item span{font-size:11px;color:#94a3b8}.event-comment-empty{margin:0;color:#94a3b8;font-size:13px}.event-comment-form{margin-top:12px;display:flex;flex-direction:column;gap:8px}.event-comment-form textarea{padding:12px 14px;border-radius:12px;border:1px solid #e2e8f0;resize:vertical}.likes-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.likes-modal{background:#fff;border-radius:16px;max-width:400px;width:90%;max-height:500px;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.likes-modal-header{padding:16px 20px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.likes-modal-header h3{margin:0;font-size:18px;color:#1e293b}.likes-modal-close{background:none;border:none;font-size:24px;color:#64748b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.likes-modal-close:hover{background:#f1f5f9}.likes-modal-content{padding:12px 0;overflow-y:auto;flex:1}.likes-modal-item{padding:8px 20px}.likes-modal-user{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none;padding:8px;border-radius:8px;transition:background .2s}.likes-modal-user:hover{background:#f8fafc}.likes-modal-avatar{width:40px;height:40px;border-radius:999px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#e2e8f0;color:#475569;font-size:16px;font-weight:600;flex-shrink:0}.likes-modal-avatar img{width:100%;height:100%;object-fit:cover}.likes-modal-empty{padding:40px 20px;text-align:center;color:#94a3b8}.comments-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.comments-modal{background:#fff;border-radius:16px;max-width:600px;width:90%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.comments-modal-header{padding:16px 20px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.comments-modal-header h3{margin:0;font-size:18px;color:#1e293b}.comments-modal-close{background:none;border:none;font-size:24px;color:#64748b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.comments-modal-close:hover{background:#f1f5f9}.comments-modal-content{padding:16px 20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:16px}.comment-modal-item{padding:12px;border-radius:12px;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0}.comment-modal-user-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.comment-modal-author{display:inline-flex;align-items:center;gap:8px;color:inherit;text-decoration:none}.comment-modal-avatar{width:36px;height:36px;border-radius:999px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#e2e8f0;color:#475569;font-size:14px;font-weight:600}.comment-modal-avatar img{width:100%;height:100%;object-fit:cover}.comment-modal-text{margin:8px 0 4px;color:#475569;line-height:1.5}.comment-modal-time{font-size:11px;color:#94a3b8}.comment-modal-empty{padding:40px 20px;text-align:center;color:#94a3b8;margin:0}.comments-modal-footer{padding:16px 20px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:10px}.comments-modal-footer textarea{padding:12px 14px;border-radius:12px;border:1px solid #e2e8f0;resize:vertical;background:#fff;min-height:60px}.comments-modal-footer .btn{align-self:flex-end}.btn-secondary{font-size:18px}.btn-secondary .heart-icon{width:18px;height:18px;display:block;fill:currentColor}.btn-secondary:not(.liked){color:#94a3b8!important}.btn-secondary.liked{color:#ef4444!important;border-color:#fecdd3}.event-detail-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.event-detail-header-actions{display:flex;gap:8px;flex-wrap:wrap}.btn.danger{color:#ef4444;border-color:#fecdd3}.comment-edit-block textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;margin-top:8px}.comment-edit-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:8px}.comment-modal-footer-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.comment-modal-actions{display:flex;gap:8px}.comment-action-btn{border:none;background:transparent;color:#7c3aed;font-size:12px;font-weight:600;cursor:pointer}.comment-action-btn.danger{color:#ef4444}.edit-event-container{max-width:1100px;margin:0 auto;padding:24px 20px 40px;width:100%}.edit-event-card{padding:40px;border:1px solid rgba(245,158,11,.2);border-radius:20px;background:linear-gradient(180deg,#fff,#fff7ed);box-shadow:0 12px 26px #b453091f;position:relative;overflow:hidden}.edit-event-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#4f46e5,#7c3aed,#f59e0b)}.edit-event-header{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:20px}.edit-event-header h1{margin:0 0 6px;font-weight:800;font-size:2rem;letter-spacing:-.02em}.edit-event-header p{margin:0;color:#475569}.edit-event-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}.photo-previews{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.photo-preview-item{position:relative;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 8px 18px #1e293b1f}.photo-preview-item img{width:100%;height:140px;object-fit:cover;display:block}.photo-preview-item button{position:absolute;top:6px;right:6px;width:26px;height:26px;border-radius:50%;border:none;background:#0f172abf;color:#fff;cursor:pointer}@media (max-width: 768px){.edit-event-container{padding:12px 8px}.edit-event-card{padding:18px 14px}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.profile-container{max-width:800px;margin:0 auto}.profile-back-button{border:none;background:transparent;color:#7c3aed;font-weight:700;cursor:pointer;margin-bottom:12px}.profile-cover{width:100%;height:300px;overflow:hidden;border-radius:20px;margin-bottom:-70px;position:relative;z-index:0;box-shadow:0 12px 40px #1e293b26,0 0 0 1px #e2e8f080;background:linear-gradient(135deg,#e0e7ff,#fef3c7)}.profile-cover-button{border:none;padding:0;background:transparent;cursor:zoom-in}.profile-cover img{width:100%;height:100%;object-fit:cover}.profile-cover-fallback{width:100%;height:100%;background:linear-gradient(135deg,#7c3aed,#f59e0b 55%,#ec4899)}.profile-header{display:flex;gap:30px;margin-bottom:30px;position:relative;z-index:1;border:1px solid #e2e8f0;border-radius:20px;padding:24px;background:linear-gradient(135deg,#fff,#fef3c7 45%,#eef2ff);box-shadow:0 12px 30px #1e293b1a}.profile-avatar{flex-shrink:0}.profile-avatar img,.avatar-placeholder{width:140px;height:140px;border-radius:50%;object-fit:cover;border:6px solid white;box-shadow:0 12px 30px #1e293b33,0 0 0 1px #e2e8f080;background:#fff}.profile-avatar-button{border:none;padding:0;background:transparent;cursor:zoom-in}.profile-avatar-button img{display:block}.avatar-placeholder{background:linear-gradient(135deg,#4f46e5,#7c3aed,#f59e0b);color:#fff;display:flex;align-items:center;justify-content:center;font-size:56px;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.2)}.profile-info{flex:1}.profile-info h1{margin-bottom:12px;font-weight:800;font-size:2.25rem;letter-spacing:-.02em;color:#1e293b;text-shadow:0 1px 2px rgba(30,41,59,.1)}.bio{color:#475569;margin-bottom:20px;line-height:1.6}.profile-meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.meta-chip{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#ffffffc7;border:1px solid rgba(124,58,237,.16);color:#475569;font-size:13px;font-weight:600}.profile-facts{display:grid;gap:8px}.profile-facts p{margin:0;color:#475569}.profile-stats{display:flex;gap:30px;margin:20px 0;padding:14px 18px;border-radius:16px;background:linear-gradient(135deg,#4f46e514,#f59e0b14);border:1px solid rgba(99,102,241,.2)}.stat{display:flex;flex-direction:column;align-items:center;padding:10px 14px;border-radius:12px;background:#fffc;box-shadow:0 4px 12px #1e293b14}.stat-button{border:none;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}.stat-button:hover{transform:translateY(-2px);background:#fff;box-shadow:0 10px 24px #1e293b1f}.stat-button:focus-visible{outline:3px solid rgba(37,99,235,.24);outline-offset:2px}.stat strong{font-size:20px;color:#1e293b}.stat span{color:#94a3b8;font-size:13px}.profile-actions{margin-top:15px;display:flex;flex-wrap:wrap;gap:10px}.profile-logout-button{border-color:#ef444447;color:#dc2626}.profile-churches{padding:22px;margin-bottom:26px}.profile-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.profile-section-head h2{margin:0}.profile-section-head span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;border-radius:999px;background:#7c3aed1f;color:#5b21b6;font-weight:800}.created-churches-list{display:flex;flex-direction:column;gap:12px}.created-church-card{width:100%;display:flex;align-items:center;gap:14px;text-align:left;border:1px solid #e2e8f0;border-radius:16px;background:#ffffffd1;padding:14px 16px;cursor:pointer}.created-church-card:hover{background:#fff;border-color:#7c3aed38}.created-church-icon{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ede9fe,#fef3c7);flex-shrink:0}.created-church-copy{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.created-church-copy small{color:#64748b}.created-church-arrow{color:#94a3b8;font-size:20px}.profile-posts h2{margin-bottom:20px;font-weight:800;font-size:1.6rem;letter-spacing:-.02em;background:linear-gradient(135deg,#1e293b,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-posts{margin-bottom:28px}.post-card{margin-bottom:18px;border-radius:18px;border:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#fff7ed);box-shadow:0 10px 24px #1e293b14}.post-content p{margin:15px 0;line-height:1.6}.post-content a{color:#2563eb}.post-edit-textarea{width:100%;min-height:120px;border-radius:12px;border:1px solid #e2e8f0;padding:12px;font-size:14px;resize:vertical;background:#fff}.post-media-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;flex-wrap:wrap}.post-media-label{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px dashed #c7d2fe;background:linear-gradient(135deg,#fef3c7,#eef2ff);color:#334155;cursor:pointer;font-size:13px}.post-media-label input{display:none}.post-media-count{font-size:12px;color:#64748b}.post-media-previews{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-top:12px}.post-media-preview{position:relative;border-radius:12px;overflow:hidden;background:#0f172a;border:1px solid #e2e8f0;box-shadow:0 8px 18px #0f172a33}.post-media-preview img{width:100%;height:120px;object-fit:cover;display:block}.post-media-preview button{position:absolute;top:6px;right:6px;width:26px;height:26px;border-radius:50%;border:none;background:#0f172ab3;color:#fff;cursor:pointer}.post-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-bottom:12px}.post-media-grid img{width:100%;height:auto;max-height:420px;object-fit:contain;background:#0f172a;border-radius:12px;border:1px solid #e2e8f0;cursor:zoom-in}.post-footer{display:flex;gap:20px;padding-top:10px;border-top:1px solid #f1f5f9;color:#64748b;font-size:13px;align-items:center;flex-wrap:wrap}.post-time{margin-left:auto}.post-edit-actions{display:flex;gap:8px}.no-posts,.loading,.error{text-align:center;padding:40px;color:#999}.image-viewer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172abf;display:flex;align-items:center;justify-content:center;z-index:999;padding:24px}.image-viewer{position:relative;width:min(1200px,96vw);height:min(90vh,900px);background:#0f172a;border-radius:18px;box-shadow:0 20px 50px #0f172a59;overflow:hidden}.image-viewer img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.image-viewer-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;border:none;background:#0f172ab3;color:#fff;font-size:18px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.follow-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8f;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.follow-modal{width:min(440px,100%);max-height:min(560px,90vh);display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#fffaf3);border:1px solid rgba(245,158,11,.2);border-radius:18px;box-shadow:0 24px 60px #0f172a47;overflow:hidden}.follow-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0}.follow-modal-header h3{margin:0;color:#1e293b}.follow-modal-close{border:none;background:#fff;width:34px;height:34px;border-radius:999px;cursor:pointer;color:#64748b}.follow-modal-content{overflow-y:auto;padding:10px 0}.follow-modal-item{padding:0 14px 10px}.follow-modal-user{width:100%;display:flex;align-items:center;gap:12px;border:1px solid rgba(226,232,240,.9);border-radius:14px;background:#fff;padding:12px 14px;cursor:pointer;text-align:left}.follow-modal-user:hover{background:#fffaf3;border-color:#f59e0b4d}.follow-modal-avatar{width:44px;height:44px;border-radius:999px;overflow:hidden;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fde68a,#fef3c7);color:#92400e;font-weight:800}.follow-modal-avatar img{width:100%;height:100%;object-fit:cover}.follow-modal-copy{display:flex;flex-direction:column;min-width:0}.follow-modal-copy strong{color:#1e293b}.follow-modal-empty{padding:36px 20px;text-align:center;color:#64748b}@media (max-width: 720px){.profile-header{flex-direction:column;align-items:center;text-align:center}.profile-meta-row,.profile-actions{justify-content:center}.profile-stats{gap:12px;flex-wrap:wrap}.stat{flex:1 1 120px}}.edit-profile-container{max-width:800px;margin:0 auto;padding:20px}.edit-profile-card{padding:40px;border:1px solid rgba(245,158,11,.2);border-radius:20px;background:linear-gradient(180deg,#fff,#fff7ed);box-shadow:0 12px 26px #b453091f;position:relative;overflow:hidden}.edit-profile-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#4f46e5,#7c3aed,#f59e0b)}.edit-profile-card h1{margin-bottom:12px;font-weight:800;font-size:2rem;letter-spacing:-.02em;color:#1e293b;display:flex;align-items:center;gap:12px}.edit-profile-card h1:before{content:"✨";font-size:1.5rem;color:#f59e0b}.edit-profile-card>p{color:#6b7280;margin-bottom:30px}.cover-photo-section{margin-bottom:30px}.cover-photo-section label{display:block;margin-bottom:10px;font-weight:500}.cover-photo-wrapper{position:relative;width:100%;height:250px;background:linear-gradient(135deg,#e0e7ff,#fef3c7);border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;box-shadow:0 10px 24px #1e293b1a}.cover-preview{width:100%;height:100%;object-fit:cover}.upload-btn{position:absolute;bottom:15px;right:15px;background:linear-gradient(135deg,#fff,#f8fafc);padding:10px 18px;border-radius:999px;cursor:pointer;font-weight:600;box-shadow:0 8px 20px #1018282e;transition:all .2s}.upload-btn:hover{background:#f8fafc}.avatar-photo-section{margin-bottom:30px}.avatar-photo-section label{display:block;margin-bottom:10px;font-weight:500}.avatar-wrapper{display:flex;align-items:center;gap:20px}.avatar-preview{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #4f46e5;box-shadow:0 10px 24px #1e293b26}.avatar-placeholder{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed,#f59e0b);color:#fff;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.2)}.upload-btn-small{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:10px 18px;border-radius:999px;cursor:pointer;font-weight:600;transition:all .2s}.upload-btn-small:hover{filter:brightness(.96)}.form-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:30px}@media (max-width: 768px){.edit-profile-container{padding:12px 8px}.edit-profile-card{padding:18px 14px}.profile-upload-section{flex-direction:column;align-items:stretch}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.feature-shell{max-width:1080px;margin:0 auto;padding:24px 16px 48px}.feature-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px}.feature-hero h1,.feature-hero h2{margin:0}.feature-hero p{margin:8px 0 0;color:var(--muted)}.feature-actions,.detail-action-grid,.report-toolbar,.family-toolbar,.favorite-toolbar{display:flex;flex-wrap:wrap;gap:10px}.feature-card,.status-card,.summary-card,.favorite-card,.report-card,.family-card,.attendance-card,.family-member-card,.notification-card{background:linear-gradient(180deg,#fff,#fff7ed);border:1px solid rgba(245,158,11,.18);box-shadow:0 12px 26px #b453091f;border-radius:20px}.status-card,.attendance-card,.feature-card,.report-card,.family-card{padding:24px}.metric-grid,.favorites-grid,.report-grid,.family-grid,.detail-action-grid{display:grid;gap:16px}.metric-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:20px 0}.favorites-grid,.family-grid,.report-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.metric-card{padding:18px;border-radius:16px;background:linear-gradient(135deg,#fef3c7e6,#fffffff2);border:1px solid rgba(245,158,11,.2)}.metric-card strong{display:block;font-size:1.8rem;color:var(--text);margin-bottom:6px}.metric-card span{color:var(--muted);font-size:.95rem}.favorite-card,.report-card,.family-member-card{padding:18px}.favorite-card-head,.report-card-head,.family-member-head,.family-head-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.favorite-card-head h3,.report-card-head h3,.family-member-head h3{margin:0 0 6px}.favorite-meta,.report-meta,.family-meta,.attendance-copy,.attendance-subcopy,.report-empty,.family-empty,.favorite-empty,.auth-helper-copy{color:var(--muted)}.favorite-thumb{width:84px;height:84px;border-radius:14px;object-fit:cover;background:var(--surface-muted);border:1px solid var(--border)}.badge-row,.status-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.soft-badge,.live-pill,.warning-pill,.success-pill,.muted-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:700}.soft-badge{background:#fff7ed;color:var(--primary-700)}.live-pill{background:#ef44441f;color:#b91c1c}.warning-pill{background:#f59e0b24;color:#92400e}.success-pill{background:#10b9811f;color:#047857}.muted-pill{background:#f1f5f9;color:#475569}.counter-wrap{display:flex;align-items:center;justify-content:center;gap:18px;margin:24px 0}.counter-button{width:52px;height:52px;border-radius:50%;border:none;cursor:pointer;font-size:1.4rem;font-weight:800;color:#fff}.counter-button.danger{background:#dc2626}.counter-button.success{background:#059669}.counter-value{font-size:3rem;font-weight:900;min-width:72px;text-align:center}.attendance-note{text-align:center;margin-bottom:20px;color:var(--muted)}.attendance-note.warning{color:#b45309;font-weight:700}.stack-list{display:flex;flex-direction:column;gap:14px}.session-card,.family-member-card{display:flex;flex-direction:column;gap:10px}.session-meta-grid,.family-profile-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.session-stat,.profile-field{padding:12px 14px;border-radius:14px;background:#fffdf9;border:1px solid rgba(245,158,11,.14)}.session-stat strong,.profile-field strong{display:block;margin-bottom:4px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8f;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-sheet{width:min(960px,100%);max-height:88vh;overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:22px;box-shadow:0 30px 70px #0f172a3d}.modal-sheet.wide{width:min(1100px,100%)}.modal-header,.modal-footer{padding:18px 22px;border-bottom:1px solid var(--border)}.modal-footer{border-bottom:0;border-top:1px solid var(--border)}.modal-header-row,.modal-footer-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.modal-body{padding:18px 22px;overflow:auto}.table-wrap{overflow-x:auto}.report-table{width:100%;border-collapse:collapse}.report-table th,.report-table td{padding:12px 14px;border-bottom:1px solid var(--border-light);text-align:left;vertical-align:top}.report-table th{background:#fff7ed;color:var(--primary-700);font-size:.84rem;text-transform:uppercase;letter-spacing:.04em}.table-total-row td{font-weight:800;color:var(--primary-700);background:#fef3c773}.expand-list{display:flex;flex-direction:column;gap:12px}.expand-panel{border-top:1px solid var(--border);padding-top:14px}.family-members-inline{display:flex;flex-wrap:wrap;gap:8px}.family-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#f59e0b1a;color:var(--primary-700)}.inline-form,.auth-helper-form{display:flex;flex-direction:column;gap:12px}.inline-form-actions{display:flex;flex-wrap:wrap;gap:10px}.center-state{min-height:260px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:10px}.back-link-button,.ghost-button,.icon-button,.menu-chip{background:transparent;border:1px solid var(--border);border-radius:999px;padding:10px 14px;font-weight:600;cursor:pointer;color:var(--text)}.ghost-button:hover,.icon-button:hover,.menu-chip:hover,.back-link-button:hover{background:#fff7ed;border-color:#f59e0b59}.empty-callout{padding:24px;border-radius:18px;border:1px dashed rgba(148,163,184,.5);text-align:center;color:var(--muted)}@media (max-width: 768px){.feature-shell{padding:16px 8px 32px}.feature-hero,.modal-header-row,.modal-footer-row,.favorite-card-head,.report-card-head,.family-member-head,.family-head-row{flex-direction:column;align-items:stretch}.favorite-thumb{width:100%;height:180px}}.admin-shell{display:flex;flex-direction:column;gap:18px}.admin-advanced-shell{--tone-success: #ecfdf5;--tone-success-border: #a7f3d0;--tone-warning: #fffbeb;--tone-warning-border: #fde68a;--tone-muted: #f8fafc;--tone-muted-border: #e2e8f0}.admin-hero{background:radial-gradient(circle at top right,rgba(251,146,60,.18),transparent 45%),linear-gradient(135deg,#f59e0b24,#ffffffd9);border-radius:20px;padding:18px;border:1px solid rgba(245,158,11,.26)}.admin-kicker{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:800;color:#b45309}.admin-metric-card{border:1px solid rgba(245,158,11,.24);box-shadow:0 12px 24px #f59e0b1a}.admin-signal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.admin-signal-card{border-radius:16px;border:1px solid var(--tone-muted-border);background:var(--tone-muted);padding:14px}.admin-signal-card p{margin:0;color:#475569;font-size:.82rem;text-transform:uppercase;letter-spacing:.05em}.admin-signal-card strong{display:block;margin-top:8px;font-size:1.5rem}.admin-signal-card span{display:block;margin-top:6px;color:#64748b}.admin-signal-card.tone-success{background:var(--tone-success);border-color:var(--tone-success-border)}.admin-signal-card.tone-warning{background:var(--tone-warning);border-color:var(--tone-warning-border)}.admin-tabbar{display:flex;flex-wrap:wrap;gap:10px}.admin-tab{border:1px solid rgba(245,158,11,.25);background:#fff;border-radius:999px;text-transform:capitalize;padding:10px 16px;font-weight:700;cursor:pointer}.admin-tab.active{background:linear-gradient(120deg,#f59e0b,#ea580c);border-color:transparent;color:#fff}.admin-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px}.admin-filter-row,.admin-inline-form,.admin-inline-tools,.admin-footer-tools{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 14px}.admin-footer-tools{justify-content:space-between;align-items:center;margin-top:14px}.admin-filter-row input,.admin-filter-row select,.admin-inline-form input,.admin-inline-form select,.admin-inline-tools select{height:38px;border-radius:10px;border:1px solid var(--border);padding:0 12px;background:#fff}.admin-inline-code{white-space:pre-wrap;word-break:break-word;color:#334155;font-size:.78rem}.admin-confirm-sheet{background:#fff;border-radius:18px;width:min(480px,95vw);padding:28px 28px 22px;box-shadow:0 24px 64px #0f172a42;display:flex;flex-direction:column;gap:14px;animation:confirm-pop .18s ease}@keyframes confirm-pop{0%{transform:scale(.93);opacity:0}to{transform:scale(1);opacity:1}}.admin-confirm-header{display:flex;align-items:center;gap:12px}.admin-confirm-icon{font-size:1.5rem;flex-shrink:0}.admin-confirm-header h3{margin:0;font-size:1.05rem;font-weight:700;color:#1e293b}.admin-confirm-message{margin:0;font-size:.9rem;color:#475569;white-space:pre-line;line-height:1.55}.admin-confirm-input-wrap{display:flex;flex-direction:column;gap:5px}.admin-confirm-input-label{font-size:.8rem;font-weight:600;color:#64748b}.admin-confirm-input{padding:9px 12px;border:1px solid #e2e8f0;border-radius:10px;font-size:.88rem;outline:none;transition:border-color .15s}.admin-confirm-input:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1f}.admin-confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.admin-confirm-danger-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:8px 20px;border-radius:10px;font-size:.88rem;font-weight:700;cursor:pointer;transition:opacity .15s}.admin-confirm-danger-btn:hover{opacity:.88}.admin-snapshot-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.admin-snapshot-block{border:1px solid rgba(245,158,11,.2);border-radius:14px;padding:14px;background:#fffdf8}.admin-snapshot-block h4{margin:0 0 10px}.admin-snapshot-block p{margin:0 0 7px;color:#475569}.btn-mini{min-height:34px;padding:8px 12px}.admin-plan-stack{display:flex;flex-direction:column;gap:14px}.admin-plan-card{border:1px solid rgba(245,158,11,.18);border-radius:16px;padding:14px;background:#fffdf8}.admin-plan-form{margin-bottom:18px}.admin-plan-form h4,.admin-plan-card h4{margin:0 0 12px}.admin-plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:10px}.admin-plan-grid input,.admin-plan-grid select{height:38px;border-radius:10px;border:1px solid var(--border);padding:0 12px;background:#fff}.admin-plan-actions{display:flex;justify-content:flex-end;gap:10px}@media (max-width: 1080px){.admin-grid-2,.admin-signal-grid,.admin-snapshot-grid,.admin-plan-grid{grid-template-columns:1fr}.admin-section-head{flex-direction:column;align-items:flex-start}.admin-tabbar{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:4px}.admin-tab{flex-shrink:0}}.public-info-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(217,119,6,.14),transparent 34%),radial-gradient(circle at 85% 15%,rgba(15,118,110,.12),transparent 30%),linear-gradient(180deg,#fffaf2,#fff 44%,#f7fafc);color:#1f2937}.public-info-shell{width:min(960px,calc(100% - 32px));margin:0 auto;padding:32px 0 56px}.public-info-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px}.public-info-brand,.public-info-nav{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap}.public-info-brand a,.public-info-nav a{color:#8b5e34;text-decoration:none;font-weight:700}.public-info-badge{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#ffffffe6;border:1px solid rgba(180,83,9,.18);color:#b45309;font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.public-info-hero{padding:36px;border-radius:28px;background:linear-gradient(135deg,#fffffff2,#fff7edf2);border:1px solid rgba(251,191,36,.18);box-shadow:0 24px 60px #94430b1a}.public-info-hero h1{margin:12px 0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;letter-spacing:-.04em}.public-info-hero p{margin:0;max-width:720px;color:#475569;font-size:1.03rem;line-height:1.7}.public-info-meta{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px;color:#64748b;font-size:.94rem}.public-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}.public-info-card{padding:24px;border-radius:22px;background:#ffffffeb;border:1px solid rgba(226,232,240,.9);box-shadow:0 14px 32px #0f172a0f}.public-info-card h2{margin:0 0 12px;font-size:1.15rem}.public-info-card p,.public-info-card li{color:#475569;line-height:1.75}.public-info-card ul{margin:0;padding-left:20px}.public-info-footer{margin-top:28px;padding:24px 28px;border-radius:22px;background:#102a43;color:#f8fafc}.public-info-footer h2{margin:0 0 10px;font-size:1.1rem}.public-info-footer p,.public-info-footer a{color:#f8fafceb;line-height:1.7}.public-info-footer a{font-weight:700}@media (max-width: 768px){.public-info-shell{width:min(100% - 24px,960px);padding-top:20px;padding-bottom:36px}.public-info-topbar,.public-info-nav,.public-info-brand{align-items:flex-start}.public-info-topbar{flex-direction:column}.public-info-hero{padding:24px;border-radius:22px}.public-info-grid{grid-template-columns:1fr}.public-info-card,.public-info-footer{padding:20px}}.public-share-topbanner{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:12px;padding:10px 16px;background:#fffffff7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000f}.public-share-banner-logo{width:40px;height:40px;border-radius:10px;object-fit:cover;flex-shrink:0}.public-share-banner-info{flex:1;display:flex;flex-direction:column;min-width:0}.public-share-banner-info strong{font-size:.9rem;font-weight:700;color:#1f2937;line-height:1.2}.public-share-banner-info span{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.public-share-banner-open{display:inline-flex;align-items:center;padding:8px 18px;background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff;border-radius:999px;font-weight:700;font-size:.85rem;text-decoration:none;white-space:nowrap;flex-shrink:0;border:none;cursor:pointer;font-family:inherit}.public-share-content-title{font-size:1.35rem;font-weight:800;margin:12px 0 8px;color:#1f2937}.public-share-meta-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;background:#7c3aed1a;color:#7c3aed;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-top:4px}.public-share-cta-card{margin-top:20px;padding:24px;background:#fffc;border:1px solid rgba(0,0,0,.06);border-radius:20px;text-align:center}.public-share-cta-headline{margin:0 0 18px;font-size:1rem;font-weight:600;color:#374151}.public-share-loading{color:#6b7280;text-align:center;padding:24px 0}.public-share-error{color:#dc2626;text-align:center;padding:12px 0}.public-share-page .public-share-preview{margin-top:24px}.public-share-page .public-info-shell{padding-top:20px}.public-share-page .public-info-page{min-height:100vh}.public-share-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.public-share-primary,.public-share-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;text-decoration:none;font-weight:800;border:none;cursor:pointer;font-family:inherit;font-size:1rem}.public-share-primary{background:linear-gradient(135deg,#0f766e,#115e59);color:#f8fafc}.public-share-secondary{background:#ffffffeb;border:1px solid rgba(15,23,42,.08);color:#8b5e34}.public-share-preview{margin-top:24px}.public-share-image{display:block;width:100%;max-height:420px;object-fit:cover;border-radius:18px;margin-bottom:18px}.public-share-subtitle{margin:0 0 12px;color:#8b5e34;font-weight:700}.public-share-description{margin:0;color:#475569;line-height:1.75;white-space:pre-wrap}@media (max-width: 768px){.public-share-actions{flex-direction:column}.public-share-primary,.public-share-secondary{width:100%}}.public-share-error-state{padding:16px 0;text-align:center}.public-share-error-hint{margin:8px 0 0;color:#6b7280;font-size:.9rem}.plans-page{min-height:100vh;background:var(--bg, #f8faff)}.plans-hero{background:linear-gradient(135deg,#7c3aed,#6d28d9 60%,#4f46e5);padding:52px 24px 36px;text-align:center;color:#fff}.plans-hero h1{font-size:2rem;font-weight:800;letter-spacing:-.5px;margin:0 0 8px;color:#fff}.plans-hero p{font-size:1rem;color:#fffc;margin:0 0 20px}.plans-current-chip{display:inline-flex;align-items:center;gap:6px;background:#ffffff2e;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:5px 16px;font-size:.85rem;font-weight:600;color:#fff}.plans-body{max-width:1100px;margin:0 auto;padding:0 20px 60px}.plans-toggle{display:flex;align-items:center;justify-content:center;gap:4px;background:var(--surface, #fff);border:1px solid var(--border, #e2e8f0);border-radius:999px;padding:4px;width:fit-content;margin:28px auto 24px;box-shadow:0 2px 8px #0000000f;position:relative}.plans-toggle-btn{padding:8px 28px;border-radius:999px;border:none;background:transparent;font-size:.9rem;font-weight:600;color:var(--muted, #64748b);cursor:pointer;transition:background .2s,color .2s;position:relative}.plans-toggle-btn.active{background:#7c3aed;color:#fff;box-shadow:0 4px 14px #7c3aed59}.save-badge{position:absolute;top:-8px;right:-4px;background:#10b981;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:8px;white-space:nowrap}.plans-free-mode-note{text-align:center;font-size:.85rem;color:var(--muted, #64748b);background:var(--info-light, #dbeafe);border:1px solid #bfdbfe;border-radius:10px;padding:10px 18px;margin:0 0 20px}.plans-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;align-items:start}.plan-card{border-radius:20px;border:2px solid var(--border, #e2e8f0);background:var(--surface, #fff);overflow:hidden;box-shadow:0 4px 18px #0000000f;transition:transform .2s,box-shadow .2s}.plan-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0000001a}.plan-card.is-current{border-color:#7c3aed;border-width:2.5px}.plan-card.is-popular{border-color:#f97316}.plan-card.is-disabled{opacity:.6}.plan-card-header{padding:20px 20px 12px}.plan-card-badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.plan-badge{font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;background:#ede9fe;color:#7c3aed}.plan-badge.popular{background:#f97316;color:#fff}.plan-badge.current{background:#10b981;color:#fff}.plan-badge.locked{background:#f1f5f9;color:#94a3b8}.plan-name{font-size:1.2rem;font-weight:800;color:var(--text, #1e293b);margin:0 0 4px}.plan-description{font-size:.82rem;color:var(--muted, #64748b);margin:0}.plan-price{padding:8px 20px 4px;display:flex;align-items:flex-end;gap:2px}.plan-price-currency{font-size:1rem;font-weight:700;color:#7c3aed;margin-bottom:4px}.plan-price-amount{font-size:2.2rem;font-weight:900;line-height:1;color:#7c3aed}.plan-price-period{font-size:.82rem;color:var(--muted, #64748b);margin-bottom:4px}.plan-price-free{font-size:1.8rem;font-weight:900;color:#10b981}.plan-divider{height:1px;background:var(--border, #e2e8f0);margin:12px 20px}.plan-expiry-warning{display:flex;align-items:flex-start;gap:8px;background:#fef3c7;border:1px solid #fbbf24;border-radius:10px;margin:0 20px 12px;padding:10px 12px;font-size:.82rem;color:#92400e;line-height:1.5}.plan-usage{margin:0 20px 12px;background:var(--bg-secondary, #f8faff);border-radius:10px;padding:12px}.plan-usage-title{font-size:.72rem;font-weight:700;color:var(--muted, #64748b);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.plan-usage-row{margin-bottom:8px}.plan-usage-label-row{display:flex;justify-content:space-between;font-size:.8rem;margin-bottom:4px;color:var(--text, #1e293b)}.plan-usage-bar-bg{height:6px;background:var(--border, #e2e8f0);border-radius:3px;overflow:hidden}.plan-usage-bar-fill{height:100%;border-radius:3px;transition:width .4s ease}.plan-features{padding:0 20px 12px}.plan-feature-row{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:.85rem;color:var(--text, #1e293b)}.plan-feature-row.muted{color:var(--muted, #94a3b8)}.plan-feature-icon{flex-shrink:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:14px}.plan-action-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 40px);margin:4px 20px 20px;padding:13px;border-radius:12px;font-size:.9rem;font-weight:700;border:none;cursor:pointer;transition:transform .15s,box-shadow .15s,opacity .15s}.plan-action-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #0000001f}.plan-action-btn.btn-upgrade,.plan-action-btn.btn-renew{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;box-shadow:0 4px 14px #7c3aed4d}.plan-action-btn.btn-current{background:#ede9fe;color:#7c3aed;cursor:default}.plan-action-btn.btn-disabled,.plan-action-btn:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed;box-shadow:none}.plans-note{text-align:center;font-size:.8rem;color:var(--muted, #94a3b8);margin-top:28px;line-height:1.8}.plans-back-btn{position:absolute;top:14px;left:20px;background:#ffffff2e;border:1px solid rgba(255,255,255,.35);color:#fff;border-radius:999px;padding:7px 18px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s;display:flex;align-items:center;gap:6px}.plans-back-btn:hover{background:#ffffff47}.plans-hero-inner{position:relative}.plans-spinner{width:16px;height:16px;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.plans-spinner.dark{border-color:#7c3aed4d;border-top-color:#7c3aed}@keyframes spin{to{transform:rotate(360deg)}}.plans-section-title{font-size:1rem;font-weight:700;color:var(--text, #1e293b);margin:0 0 16px}@media (max-width: 640px){.plans-hero{padding:48px 16px 28px}.plans-hero h1{font-size:1.5rem}.plans-grid{grid-template-columns:1fr}.plans-back-btn{top:10px;left:12px}}.contact-us-page{max-width:760px;margin:0 auto;padding-bottom:40px}.contact-us-hero{position:relative;text-align:center;padding:48px 24px 32px;border-radius:20px;margin-bottom:20px;background:linear-gradient(135deg,#7c3aed,#9f5bff);color:#fff}.contact-us-back{position:absolute;top:16px;left:16px;border:none;background:#ffffff26;color:#fff;border-radius:999px;padding:8px 14px;cursor:pointer}.contact-us-hero-icon{width:72px;height:72px;border-radius:50%;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;background:#fff3;font-size:34px}.contact-us-hero h1{margin:0 0 8px;font-size:28px}.contact-us-hero p{margin:0;opacity:.9}.contact-us-content{display:flex;flex-direction:column;gap:16px}.contact-us-card h2{margin:0 0 10px;font-size:18px}.contact-us-card p{margin:0 0 10px;color:#475569;line-height:1.6}.contact-us-row{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;text-decoration:none;color:inherit}.contact-us-row-copy{flex:1;display:flex;flex-direction:column;gap:2px}.contact-us-row-copy strong{font-size:12px;color:#64748b}.contact-us-row-copy span:last-child{color:#7c3aed;font-weight:700}.contact-us-row-icon,.contact-us-row-arrow{color:#7c3aed}.contact-us-hint{font-size:12px;color:#94a3b8}.contact-us-playstore{display:inline-flex;margin-top:8px;text-decoration:none}.contact-us-links{display:flex;gap:16px}.contact-us-links a{color:#7c3aed;font-weight:600;text-decoration:none}.contact-us-footer{text-align:center;color:#94a3b8;font-size:12px;margin-top:8px}@media (max-width: 480px){.contact-us-hero{padding-top:48px}.contact-us-back{top:12px;left:10px}.contact-us-card{padding:14px}}.messages-container{display:grid;grid-template-columns:300px 1fr;gap:20px;height:calc(100vh - 100px);background:linear-gradient(135deg,#4f46e50f,#f59e0b0f);border-radius:18px;padding:16px}.chats-sidebar{display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:16px;padding:16px;box-shadow:0 8px 20px #1e293b14}.chats-sidebar h3{margin-bottom:0;padding-bottom:0;border-bottom:none;color:#1e293b;font-weight:700;font-size:1.25rem;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.messages-sidebar-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:2px solid var(--primary-50)}.messages-sidebar-subtitle{font-size:.82rem;font-weight:500;color:#64748b}.messages-sidebar-actions{display:flex;gap:8px}.messages-icon-btn{width:36px;height:36px;border-radius:999px;border:1px solid var(--border-light);background:var(--surface-warm);cursor:pointer}.messages-search-input{width:100%;margin-bottom:12px}.chat-item{display:flex;align-items:center;gap:12px}.chat-item-avatar,.chat-header-avatar,.message-avatar{width:46px;height:46px;border-radius:50%;overflow:hidden;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:var(--primary-50)}.chat-header-avatar{width:36px;height:36px}.message-avatar{width:28px;height:28px;align-self:flex-end}.chat-item-avatar img,.chat-header-avatar img,.message-avatar img{width:100%;height:100%;object-fit:cover}.chat-item-avatar-fallback,.chat-header-avatar-fallback,.message-avatar-fallback{font-weight:700;color:var(--primary)}.chat-item-copy{flex:1;min-width:0}.chat-item-top,.chat-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-item-top small{color:#94a3b8;font-size:12px;white-space:nowrap}.last-message.unread{font-weight:700;color:#1e293b}.chat-unread-badge{min-width:22px;height:22px;border-radius:999px;background:var(--primary);color:#fff;font-style:normal;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 6px}.message-row{display:flex;align-items:flex-end;gap:8px}.message-row.mine{justify-content:flex-end}.message-row.theirs{justify-content:flex-start}.message-sender{display:block;font-size:11px;margin-bottom:4px;color:var(--primary)}.message-footer{display:inline-flex;align-items:center;gap:4px;margin-top:4px}.read-receipt{font-size:12px;line-height:1}.read-receipt.sent{color:#ffffffa6}.read-receipt.read{color:#25d366}.message-date-label{align-self:center;margin:8px 0}.message-date-label span{background:var(--surface-warm);color:#64748b;font-size:12px;padding:4px 10px;border-radius:999px}.new-message-body{flex:1;overflow-y:auto;padding-top:8px}.new-message-results{display:flex;flex-direction:column;gap:8px}.new-message-user{display:flex;align-items:center;gap:12px;width:100%;border:1px solid var(--border-light);background:#fff;border-radius:12px;padding:12px;cursor:pointer;text-align:left}.new-message-user-copy{display:flex;flex-direction:column;gap:2px}.new-message-user-copy small{color:#64748b}.message-input textarea{flex:1;margin:0;min-height:44px;resize:vertical}.chats-sidebar h3:before{content:"u{1F4AC}";font-size:1.25rem;color:#4f46e5}.chats-list{overflow-y:auto;flex:1}.chat-item{padding:16px;cursor:pointer;border-bottom:1px solid var(--border-light);transition:all .2s;border-radius:12px;margin-bottom:4px}.chat-item:hover{background:var(--primary-50);transform:translate(4px);box-shadow:0 2px 8px #4f46e51a}.chat-item.active{background:linear-gradient(135deg,#eef2ff,#fef3c7);border-left:4px solid #4f46e5;box-shadow:0 4px 12px #4f46e526}.last-message{color:#999;font-size:14px;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-area{display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:16px;padding:16px;box-shadow:0 8px 20px #1e293b14}.chat-header{display:flex;align-items:center;gap:10px;padding-bottom:15px;border-bottom:2px solid var(--primary-50);margin-bottom:15px}.chat-header h3{margin:0}.messages-list{flex:1;overflow-y:auto;padding:15px;display:flex;flex-direction:column;gap:10px}.message{max-width:70%;padding:10px 15px;border-radius:14px}.message.sent{align-self:flex-end;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 2px 8px #4f46e54d}.message.received{align-self:flex-start;background:var(--surface-warm);color:#1e293b;border:1px solid var(--border-light);box-shadow:0 2px 6px #1e293b14}.message p{margin:0 0 5px}.message-time{font-size:12px;opacity:.7}.message-input{display:flex;gap:10px;padding-top:15px;border-top:2px solid var(--primary-50)}.message-input input{flex:1;margin:0}.no-chat-selected{display:flex;align-items:center;justify-content:center;height:100%;color:#999}.chat-back-btn{display:none;border:1px solid var(--border);background:#fff;border-radius:999px;padding:8px 12px;font-weight:700;cursor:pointer;color:var(--text)}.messages-empty-state{padding:16px;color:#94a3b8;text-align:center}@media (max-width: 900px){.messages-container{grid-template-columns:1fr;height:auto;min-height:calc(100dvh - 180px);padding:10px 0;gap:12px}.messages-container.chat-selected .chats-sidebar{display:none}.messages-container:not(.chat-selected) .chat-area{display:none}.chat-back-btn{display:inline-flex;align-items:center;min-height:40px}.chat-area,.chats-sidebar{min-height:420px;max-height:calc(100dvh - 210px)}.message{max-width:88%}.message-input{flex-direction:column}.message-input .btn{width:100%}.message-input input{font-size:16px}}.upgrade-banner{display:flex;align-items:center;gap:10px;padding:9px 24px;font-size:.83rem;font-weight:500;line-height:1.4;color:#fff;position:sticky;top:0;z-index:39;animation:banner-in .3s ease}@keyframes banner-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.upgrade-banner.variant-upgrade{background:#7c3aed}.upgrade-banner.variant-near{background:#f97316}.upgrade-banner.variant-expiring{background:#f59e0b;color:#1e293b}.upgrade-banner.variant-expired{background:#ef4444}.upgrade-banner-icon{font-size:1rem;flex-shrink:0}.upgrade-banner-text{flex:1;min-width:0}.upgrade-banner-btn{flex-shrink:0;background:#fff3;border:1px solid rgba(255,255,255,.4);color:inherit;border-radius:999px;padding:4px 14px;font-size:.8rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .2s}.upgrade-banner-btn:hover{background:#ffffff52}.upgrade-banner.variant-expiring .upgrade-banner-btn{border-color:#0003;background:#00000014;color:#1e293b}.upgrade-banner.variant-expiring .upgrade-banner-btn:hover{background:#00000024}.upgrade-banner-dismiss{background:transparent;border:none;color:inherit;opacity:.7;cursor:pointer;padding:4px;font-size:1rem;line-height:1;flex-shrink:0;transition:opacity .15s}.upgrade-banner-dismiss:hover{opacity:1}.layout,.layout-shell{display:flex;flex-direction:column;min-height:100vh}.navbar{position:sticky;top:0;z-index:40;display:flex;flex-direction:column;gap:8px;padding:12px 24px 10px;background:linear-gradient(135deg,#fff7edf5,#fffffffa);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(245,158,11,.18);box-shadow:0 10px 28px #b4530914}.layout-shell.user-theme{background:linear-gradient(180deg,#f8fbff,#fff 18%,#fff)}.navbar-user{background:linear-gradient(135deg,#2563ebf5,#3b82f6f0);border-bottom:1px solid rgba(147,197,253,.28);box-shadow:0 14px 30px #2563eb33}.layout-shell.user-theme .brand-copy strong,.layout-shell.user-theme .navbar-links a,.layout-shell.user-theme .brand-copy span,.layout-shell.user-theme .search-status-inline,.layout-shell.user-theme .search-status,.layout-shell.user-theme .empty-mini-state{color:#fff}.layout-shell.user-theme .navbar-links a:hover,.layout-shell.user-theme .navbar-links a.active{background:#ffffff29;color:#fff;box-shadow:0 10px 20px #0f172a1f}.layout-shell.user-theme .brand-mark{background:linear-gradient(135deg,#fff,#dbeafe);color:#2563eb;box-shadow:0 10px 24px #0f172a29}.layout-shell.user-theme .brand-mark-logo{background:linear-gradient(135deg,#fffffffa,#eff6fff2)}.layout-shell.user-theme .main-content{background:transparent}.navbar-compact{padding-bottom:8px}.navbar-with-live{padding-bottom:10px}.navbar-main-row{display:grid;grid-template-columns:auto 1fr minmax(240px,320px) auto;gap:16px;align-items:center}.brand-logo-btn{display:inline-flex;align-items:center;gap:12px;border:none;background:transparent;cursor:pointer}.brand-mark{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#b45309,#f59e0b);color:#fff;font-weight:900;box-shadow:0 10px 24px #b4530947}.brand-mark-logo{width:52px;height:52px;padding:4px;background:linear-gradient(135deg,#fffffff5,#fff7edf5)}.brand-logo-image{width:100%;height:100%;object-fit:contain;display:block}.brand-copy{display:flex;flex-direction:column;align-items:flex-start}.brand-copy-leading{align-items:flex-end;text-align:right}.brand-copy strong{font-size:1.05rem}.brand-copy span,.brand-tagline{font-size:.78rem;color:var(--muted)}.layout-shell.user-theme .brand-tagline{color:#ffffffd9}.navbar-links{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.navbar-links a{text-decoration:none;color:var(--text);font-weight:700;padding:10px 14px;border-radius:999px;transition:background .2s,transform .2s,box-shadow .2s}.navbar-links a:hover,.navbar-links a.active{background:#f59e0b1f;color:var(--primary-700);box-shadow:0 10px 20px #b453091f}.navbar-search,.search-input-shell{position:relative}.search-input-shell input{margin:0;padding-right:42px}.search-status-inline{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--muted)}.search-dropdown,.menu-panel:not(.menu-panel-floating),.notification-panel:not(.notification-panel-floating){position:absolute;right:0;top:calc(100% + 10px);padding:12px;z-index:50}.nav-panel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;border:none;padding:0;margin:0;background:#0f172a73;cursor:pointer}.menu-panel-floating,.notification-panel-floating{position:fixed;z-index:60;top:calc(var(--safe-top, 0px) + 76px);right:max(16px,var(--safe-right, 0px));width:min(380px,calc(100vw - 32px));max-height:min(calc(100dvh - 120px),560px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;box-shadow:0 24px 60px #0f172a38}.menu-panel-floating{max-height:min(calc(100dvh - 120px),640px)}.notification-panel-floating .empty-mini-state,.notification-panel-floating .search-status,.notification-panel-floating .notification-copy strong{color:#1e293b}.notification-panel-floating .notification-copy small,.notification-panel-floating .notification-copy em{color:#64748b}.menu-link-inline{width:auto;padding:6px 12px;font-size:13px}.search-dropdown{width:min(360px,80vw)}.menu-panel,.notification-panel{width:min(380px,88vw)}.search-results,.notification-list{display:flex;flex-direction:column;gap:8px;max-height:360px;overflow-y:auto}.search-result-link,.notification-item{width:100%;display:flex;align-items:flex-start;gap:10px;text-align:left;border:1px solid var(--border-light);background:#fff;border-radius:14px;padding:10px 12px;cursor:pointer}.search-result-link:hover,.notification-item:hover{background:#fffaf3;border-color:#f59e0b40}.layout-shell.user-theme .search-result-link:hover,.layout-shell.user-theme .notification-item:hover{background:#eff6ff;border-color:#3b82f633}.search-result-avatar,.notification-avatar,.navbar-user-avatar{width:38px;height:38px;border-radius:999px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#fef3c7;color:var(--primary-700);font-weight:800;flex-shrink:0}.layout-shell.user-theme .search-result-avatar,.layout-shell.user-theme .notification-avatar,.layout-shell.user-theme .navbar-user-avatar{background:#dbeafe;color:#1d4ed8}.search-result-avatar img,.notification-avatar img,.navbar-user-avatar img{width:100%;height:100%;object-fit:cover}.search-result-copy,.notification-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.search-result-copy strong,.notification-copy strong{color:var(--text)}.search-result-copy small,.notification-copy small,.notification-copy em,.search-status,.empty-mini-state{color:var(--muted)}.notification-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.notification-item.unread{background:#fff7ed;border-color:#f59e0b47}.navbar-tools{display:flex;align-items:center;justify-content:flex-end;gap:10px}.toolbar-group{position:relative}.toolbar-icon,.user-chip,.menu-link{border:1px solid rgba(245,158,11,.18);background:#fff;border-radius:999px;padding:10px 14px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;color:var(--text);font-weight:700}.layout-shell.user-theme .toolbar-icon,.layout-shell.user-theme .user-chip,.layout-shell.user-theme .menu-link,.layout-shell.user-theme .search-result-link,.layout-shell.user-theme .notification-item{border-color:#93c5fd59;background:#fff;color:#1e293b}.toolbar-icon em{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#dc2626;color:#fff;font-style:normal;font-size:.72rem}.toolbar-icon-glyph{display:none}.toolbar-label{display:inline}.toolbar-icon:hover,.user-chip:hover,.menu-link:hover{background:#fff7ed;border-color:#f59e0b59}.layout-shell.user-theme .toolbar-icon:hover,.layout-shell.user-theme .user-chip:hover,.layout-shell.user-theme .menu-link:hover{background:#eff6ff;border-color:#3b82f659}.theme-toggle-btn{min-width:78px;justify-content:center}.user-chip-name{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar-user-initial{font-size:.9rem}.menu-panel{display:flex;flex-direction:column;gap:8px}.menu-link{width:100%;justify-content:flex-start}.menu-link.danger{color:#b91c1c}.live-banner-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.live-banner{border:none;background:linear-gradient(135deg,#b91c1c,#ef4444);color:#fff;border-radius:999px;padding:9px 14px;font-weight:800;cursor:pointer;animation:pulseBanner 1.6s infinite}.layout-shell.user-theme .live-banner{background:linear-gradient(135deg,#1d4ed8,#3b82f6)}.main-content{flex:1;width:min(1200px,100%);margin:0 auto;padding:28px 18px 64px;padding-left:max(18px,var(--safe-left));padding-right:max(18px,var(--safe-right))}.mobile-bottom-nav{display:none}.navbar-plans-link{background:linear-gradient(135deg,#7c3aed26,#6d28d91a)!important;color:#7c3aed!important;border:1px solid rgba(124,58,237,.25)!important}.layout-shell.user-theme .navbar-plans-link{background:#fff3!important;color:#fff!important;border:1px solid rgba(255,255,255,.35)!important}.layout-shell.user-theme .navbar-plans-link:hover,.layout-shell.user-theme .navbar-plans-link.active{background:#ffffff4d!important;color:#fff!important}.plans-menu-link{color:#7c3aed!important;font-weight:700!important}@keyframes pulseBanner{0%,to{opacity:1}50%{opacity:.72}}@media (max-width: 1100px){.navbar-main-row{grid-template-columns:1fr auto;grid-template-areas:"brand tools" "search search";gap:10px 12px}.brand-logo-btn{grid-area:brand}.navbar-search{grid-area:search;width:100%}.navbar-tools{grid-area:tools;justify-content:flex-end}.navbar-links-desktop{display:none}.menu-panel-floating,.notification-panel-floating{top:calc(var(--safe-top, 0px) + 128px)}.navbar-search .search-dropdown{left:0;right:0;width:100%;max-height:min(50dvh,360px)}}@media (max-width: 768px){.navbar{padding-top:max(10px,var(--safe-top));padding-left:max(10px,var(--safe-left));padding-right:max(10px,var(--safe-right));padding-bottom:8px;backdrop-filter:none;-webkit-backdrop-filter:none;overflow:visible}.navbar-user{background:linear-gradient(135deg,#2563eb,#3b82f6)}.navbar-main-row{grid-template-columns:1fr auto;gap:8px;overflow:visible}.navbar-tools{overflow:visible}.brand-copy strong{font-size:.95rem}.brand-tagline{display:none}.brand-mark-logo{width:40px;height:40px}.main-content{padding:14px 10px calc(80px + var(--safe-bottom))}.mobile-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;z-index:45;padding:6px max(8px,var(--safe-left)) max(8px,var(--safe-bottom)) max(8px,var(--safe-right));background:#fffffff5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(148,163,184,.25);box-shadow:0 -8px 24px #0f172a14}.layout-shell.user-theme .mobile-bottom-nav{background:#fffffffa;border-top-color:#93c5fd59}.mobile-bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:52px;padding:6px 4px;border-radius:12px;text-decoration:none;color:#64748b;font-size:11px;font-weight:700;transition:background .2s,color .2s}.mobile-bottom-nav-item.active{color:#2563eb;background:#2563eb1a}.mobile-bottom-nav-icon{font-size:18px;line-height:1}.menu-panel-floating,.notification-panel-floating{top:max(12px,var(--safe-top));left:max(12px,var(--safe-left));right:max(12px,var(--safe-right));bottom:max(76px,calc(68px + var(--safe-bottom)));width:auto;max-height:none}.live-banner-row{margin-top:0}.live-banner{width:100%;text-align:center;font-size:12px;padding:8px 12px}}@media (max-width: 680px){.navbar-tools{flex-wrap:nowrap;gap:6px}.toolbar-label,.user-chip-name{display:none}.toolbar-icon-glyph{display:inline;font-size:16px;line-height:1}.toolbar-icon,.user-chip{padding:10px;min-width:44px;min-height:44px;justify-content:center;position:relative}.toolbar-icon-notifications em{position:absolute;top:4px;right:2px;min-width:16px;height:16px;padding:0 4px;font-size:.62rem}}*{margin:0;padding:0;box-sizing:border-box}:root{color-scheme:light;--primary: #b45309;--primary-600: #a16207;--primary-700: #92400e;--primary-100: #fef3c7;--primary-50: #fffbeb;--accent: #f59e0b;--accent-light: #fbbf24;--gold: #d97706;--gold-200: #fde68a;--gold-100: #fef3c7;--rose: #f43f5e;--emerald: #10b981;--sky: #38bdf8;--text: #1e293b;--text-light: #475569;--muted: #64748b;--border: #e2e8f0;--border-light: #f1f5f9;--surface: #ffffff;--surface-muted: #fafbfc;--surface-warm: #fffbf5;--shadow-lg: 0 20px 50px rgba(30, 41, 59, .1);--shadow-md: 0 10px 30px rgba(30, 41, 59, .06);--shadow-sm: 0 4px 12px rgba(30, 41, 59, .04);--gradient-primary: linear-gradient(135deg, #b45309 0%, #f59e0b 100%);--gradient-warm: linear-gradient(135deg, #fef3c7 0%, #fffbeb 100%);--gradient-divine: linear-gradient(135deg, #fef3c7 0%, #fde68a 30%, #ffffff 100%);--gradient-aurora: linear-gradient(135deg, rgba(245, 158, 11, .18), rgba(251, 191, 36, .18));--gradient-sunrise: linear-gradient(135deg, #fde68a 0%, #fef3c7 45%, #fff7ed 100%)}:root[data-theme=dark]{color-scheme:dark;--primary: #a78bfa;--primary-600: #8b5cf6;--primary-700: #c4b5fd;--primary-100: #2e1065;--primary-50: #1e1b4b;--accent: #fb923c;--accent-light: #fdba74;--gold: #a78bfa;--gold-200: #312e81;--gold-100: #1e1b4b;--rose: #fb7185;--emerald: #34d399;--sky: #60a5fa;--text: #f1f5f9;--text-light: #cbd5e1;--muted: #94a3b8;--border: #334155;--border-light: #1e293b;--surface: #0f172a;--surface-muted: #111827;--surface-warm: #1e293b;--shadow-lg: 0 20px 50px rgba(2, 6, 23, .55);--shadow-md: 0 10px 30px rgba(2, 6, 23, .42);--shadow-sm: 0 4px 12px rgba(2, 6, 23, .35);--gradient-primary: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);--gradient-warm: linear-gradient(135deg, #1e293b 0%, #334155 100%);--gradient-divine: linear-gradient(135deg, #1e1b4b 0%, #312e81 30%, #0f172a 100%);--gradient-aurora: linear-gradient(135deg, rgba(167, 139, 250, .18), rgba(96, 165, 250, .16));--gradient-sunrise: linear-gradient(135deg, #1e293b 0%, #0f172a 100%)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at top right,rgba(245,158,11,.14),transparent 45%),radial-gradient(circle at bottom left,rgba(251,191,36,.12),transparent 45%),radial-gradient(circle at top left,rgba(217,119,6,.1),transparent 50%),radial-gradient(circle at bottom right,rgba(254,243,199,.6),transparent 55%),radial-gradient(circle at center,rgba(255,255,255,.85),transparent),linear-gradient(180deg,#fafbfc,#fff);color:var(--text);min-height:100vh;min-height:100dvh;transition:background .25s ease,color .25s ease;overflow-x:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%}.layout-shell.user-theme{color:var(--text)}.layout-shell.user-theme .card{background:#fff;box-shadow:0 12px 26px #2563eb14;border:1px solid rgba(147,197,253,.32)}.layout-shell.user-theme .card:hover{box-shadow:0 18px 40px #2563eb1f;border-color:#60a5fa66}.layout-shell.user-theme .btn-primary{background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 10px 25px #2563eb42,0 4px 12px #2563eb2e}.layout-shell.user-theme .btn-primary:hover{box-shadow:0 15px 35px #2563eb57,0 6px 15px #2563eb38}.layout-shell.user-theme .btn-secondary{background:#fff;color:#2563eb;border-color:#93c5fd80;box-shadow:0 6px 16px #2563eb0f}.layout-shell.user-theme .btn-secondary:hover{background:#eff6ff;border-color:#3b82f666;box-shadow:0 10px 22px #2563eb1f}.layout-shell.user-theme input,.layout-shell.user-theme textarea,.layout-shell.user-theme select{background:#fff;border-color:#cbd5e1f2}.layout-shell.user-theme input:focus,.layout-shell.user-theme textarea:focus,.layout-shell.user-theme select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f629}.layout-shell.user-theme .feature-hero h1,.layout-shell.user-theme .feature-hero h2,.layout-shell.user-theme .churches-container h1,.layout-shell.user-theme .events-container h1,.layout-shell.user-theme .detail-header h1,.layout-shell.user-theme .event-detail-header h1,.layout-shell.user-theme .feed-header h2,.layout-shell.user-theme .profile-header h1,.layout-shell.user-theme .public-info-page h1,.layout-shell.user-theme .favorite-card-head h3,.layout-shell.user-theme .report-card-head h3,.layout-shell.user-theme .family-member-head h3,.layout-shell.user-theme .detail-section h3,.layout-shell.user-theme .create-post-card h3{color:#0f172a}.layout-shell.user-theme .feature-hero p,.layout-shell.user-theme .favorite-meta,.layout-shell.user-theme .report-meta,.layout-shell.user-theme .family-meta,.layout-shell.user-theme .attendance-copy,.layout-shell.user-theme .attendance-subcopy,.layout-shell.user-theme .report-empty,.layout-shell.user-theme .family-empty,.layout-shell.user-theme .favorite-empty,.layout-shell.user-theme .auth-helper-copy,.layout-shell.user-theme .church-card p,.layout-shell.user-theme .event-details-compact,.layout-shell.user-theme .detail-section p,.layout-shell.user-theme .detail-subtitle,.layout-shell.user-theme .event-detail-owner,.layout-shell.user-theme .event-detail-meta,.layout-shell.user-theme .event-detail-actions,.layout-shell.user-theme .feed-header p,.layout-shell.user-theme .feed-discover-content p,.layout-shell.user-theme .post-media-controls,.layout-shell.user-theme .attendance-note,.layout-shell.user-theme .follow-modal-empty,.layout-shell.user-theme .location-empty,.layout-shell.user-theme .location-summary small{color:#64748b}.layout-shell.user-theme .church-card,.layout-shell.user-theme .event-card,.layout-shell.user-theme .church-detail-card,.layout-shell.user-theme .event-detail-card,.layout-shell.user-theme .post-card,.layout-shell.user-theme .feature-card,.layout-shell.user-theme .status-card,.layout-shell.user-theme .summary-card,.layout-shell.user-theme .favorite-card,.layout-shell.user-theme .report-card,.layout-shell.user-theme .family-card,.layout-shell.user-theme .attendance-card,.layout-shell.user-theme .family-member-card,.layout-shell.user-theme .notification-card{background:#fff;border-color:#93c5fd47;box-shadow:0 12px 26px #2563eb14}.layout-shell.user-theme .church-card:hover,.layout-shell.user-theme .event-card:hover,.layout-shell.user-theme .post-card:hover,.layout-shell.user-theme .card:hover{border-color:#60a5fa6b;box-shadow:0 18px 40px #2563eb1f}.layout-shell.user-theme .church-card h3,.layout-shell.user-theme .event-card h3,.layout-shell.user-theme .event-title-button h3,.layout-shell.user-theme .location-summary strong,.layout-shell.user-theme .profile-stat strong,.layout-shell.user-theme .profile-section h3,.layout-shell.user-theme .feed-discover-content h3,.layout-shell.user-theme .search-result-link:hover strong{color:#1d4ed8}.layout-shell.user-theme .event-title-button:hover h3,.layout-shell.user-theme .church-card:hover h3,.layout-shell.user-theme .event-detail-link:hover,.layout-shell.user-theme .event-back:hover{color:#1e40af}.layout-shell.user-theme .posted-by,.layout-shell.user-theme .posted-by-initial,.layout-shell.user-theme .event-owner,.layout-shell.user-theme .event-owner-initial,.layout-shell.user-theme .event-detail-link,.layout-shell.user-theme .attendance-note.warning,.layout-shell.user-theme .feature-kicker,.layout-shell.user-theme .public-info-page .kicker,.layout-shell.user-theme .follow-modal-avatar{color:#1d4ed8}.layout-shell.user-theme .filters,.layout-shell.user-theme .metric-card,.layout-shell.user-theme .feed-discover,.layout-shell.user-theme .user-search,.layout-shell.user-theme .church-edit-form,.layout-shell.user-theme .profile-panel,.layout-shell.user-theme .session-stat,.layout-shell.user-theme .profile-field,.layout-shell.user-theme .follow-modal-user:hover{background:linear-gradient(180deg,#fff,#f8fbff);border-color:#93c5fd4d;box-shadow:0 10px 24px #2563eb14}.layout-shell.user-theme .feed-discover:before{color:#3b82f6;opacity:.18}.layout-shell.user-theme .soft-badge,.layout-shell.user-theme .soft-pill-inline,.layout-shell.user-theme .warning-pill{background:#dbeafe;color:#1d4ed8}.layout-shell.user-theme .muted-pill{background:#eff6ff;color:#475569}.layout-shell.user-theme .posted-by-avatar,.layout-shell.user-theme .event-owner-avatar{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#60a5fa59}.layout-shell.user-theme .church-card:focus{outline:3px solid rgba(59,130,246,.24)}body[data-theme=dark]{background:radial-gradient(circle at top right,rgba(96,165,250,.14),transparent 45%),radial-gradient(circle at bottom left,rgba(167,139,250,.14),transparent 45%),radial-gradient(circle at top left,rgba(59,130,246,.1),transparent 50%),linear-gradient(180deg,#020617,#0f172a)}#root{min-height:100vh;min-height:100dvh}.container{max-width:1200px;margin:0 auto;padding:24px;width:100%}img,video,svg{max-width:100%;height:auto}.header-with-button{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}.header-with-button h1{margin:0}.header-with-button .btn{flex-shrink:0}.btn{padding:12px 20px;border:none;border-radius:12px;cursor:pointer;font-size:15px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s,color .2s,border-color .2s}.btn:focus-visible{outline:3px solid rgba(37,99,235,.3);outline-offset:2px}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 10px 25px #4f46e54d,0 4px 12px #4f46e533;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 35px #4f46e566,0 6px 15px #4f46e540}.btn-secondary{background:linear-gradient(135deg,#fff,#f8fafc);color:var(--primary-600);border:1px solid var(--border);box-shadow:0 6px 16px #0f172a0f;position:relative;overflow:hidden}.btn-secondary:hover{background:var(--gradient-warm);border-color:#4f46e559;box-shadow:0 10px 22px #4f46e526}body[data-theme=dark] .btn-secondary{background:linear-gradient(135deg,#1e293b,#334155);color:var(--text)}input,textarea,select{width:100%;padding:12px 14px;margin:10px 0;border:1px solid var(--border);border-radius:14px;font-size:14px;background:linear-gradient(180deg,#fff,#f8fafc);color:var(--text)}body[data-theme=dark] input,body[data-theme=dark] textarea,body[data-theme=dark] select{background:linear-gradient(180deg,#0f172a,#111827)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e52e}.card{background:linear-gradient(180deg,#fff,#fff7ed);box-shadow:0 12px 26px #b453091f;border:1px solid rgba(245,158,11,.2);border-radius:18px;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{box-shadow:0 18px 40px #b453092e;transform:translateY(-3px);border-color:#f59e0b59}body[data-theme=dark] .card{background:linear-gradient(180deg,#0f172af0,#1e293bf5);border-color:#a78bfa38;box-shadow:var(--shadow-md)}body[data-theme=dark] .navbar{background:linear-gradient(135deg,#0f172af5,#1e293bfa);border-bottom-color:#a78bfa33;box-shadow:0 10px 28px #02061759}body[data-theme=dark] .toolbar-icon,body[data-theme=dark] .user-chip,body[data-theme=dark] .menu-link,body[data-theme=dark] .search-result-link,body[data-theme=dark] .notification-item{background:#0f172a;border-color:#94a3b82e;color:var(--text)}body[data-theme=dark] .toolbar-icon:hover,body[data-theme=dark] .user-chip:hover,body[data-theme=dark] .menu-link:hover,body[data-theme=dark] .search-result-link:hover,body[data-theme=dark] .notification-item:hover{background:#1e293b;border-color:#a78bfa59}body[data-theme=dark] .notification-item.unread{background:#7c3aed2e}body[data-theme=dark] .brand-mark-logo{background:linear-gradient(135deg,#1e293bf5,#334155f5)}h1,h2,h3{color:var(--text);font-weight:700;letter-spacing:-.02em}h1{font-size:2rem;margin-bottom:.5rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.divider-ornamental{height:2px;background:linear-gradient(90deg,transparent,var(--primary-100),transparent);margin:2rem 0;position:relative}.divider-ornamental:after{content:"✦";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;padding:0 1rem;color:var(--accent);font-size:.875rem}a{color:inherit}@media (max-width: 768px){.container{padding:16px 12px}h1{font-size:1.625rem}h2{font-size:1.25rem}h3{font-size:1.05rem}.btn{min-height:44px;padding:10px 16px;font-size:14px}input,textarea,select{font-size:16px;margin:8px 0}.header-with-button{flex-direction:column;align-items:stretch}.header-with-button .btn{width:100%}}@media (max-width: 480px){h1{font-size:1.45rem}.container{padding:12px 10px}}:root{--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--mobile-nav-height: 64px}@media (hover: none) and (pointer: coarse){.card:hover,.church-card:hover,.event-card:hover,.post-card:hover{transform:none}}.layout-shell{padding-bottom:var(--safe-bottom)}.layout-shell.has-mobile-nav .main-content{padding-bottom:calc(72px + var(--safe-bottom))}@media (max-width: 640px){.comments-modal-overlay,.likes-modal-overlay,.share-options-overlay,.image-viewer-overlay,.photo-lightbox,.follow-modal-overlay{align-items:flex-end;padding:0}.comments-modal,.likes-modal,.share-options-modal,.follow-modal{width:100%;max-width:none;max-height:min(92dvh,92vh);border-radius:18px 18px 0 0;margin:0}.share-options-overlay{align-items:center;padding:16px}.share-options-modal{border-radius:18px;max-height:none}.comments-modal-footer .btn,.post-comment-form .btn{width:100%;align-self:stretch}.post-actions{gap:6px}.post-edit-actions{width:100%;margin-left:0;flex-wrap:wrap}.post-edit-actions .btn{flex:1;min-width:0}.post-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.feed-container{padding:12px 10px 24px}.feed-header h2{font-size:1.45rem}.feed-discover{padding:16px}.create-post-row{align-items:flex-start}.create-post-input{font-size:16px}.post-card{padding:14px}.post-header{flex-wrap:wrap;gap:8px}}@media (max-width: 480px){.post-media-grid{grid-template-columns:1fr}.post-actions{flex-direction:row;flex-wrap:wrap}}@media (max-width: 768px){.churches-container,.events-container{padding:0 2px}.churches-container h1,.events-container h1{font-size:1.5rem}.churches-grid,.events-grid{grid-template-columns:1fr;gap:14px}.filters{grid-template-columns:1fr;padding:14px;gap:10px}.filters input{margin:0}.church-card,.event-card{padding:14px}.church-card-image{margin:-14px -14px 12px;height:160px}.posted-by{position:static;margin-top:10px}}@media (max-width: 768px){.church-detail-container,.event-detail-container{padding:0 2px}.church-detail-card,.event-detail-card{padding:14px;border-radius:16px}.detail-header,.event-detail-header{flex-direction:column;align-items:stretch;gap:12px}.detail-header-actions,.event-detail-header-actions{width:100%}.detail-header-actions .btn,.event-detail-header-actions .btn{flex:1;min-width:0}.detail-grid{grid-template-columns:1fr;gap:14px}.detail-quick-actions,.event-detail-cta-grid,.community-actions,.event-detail-actions{flex-direction:column;align-items:stretch}.detail-quick-actions .btn,.event-detail-cta-grid .btn,.community-actions .btn,.event-detail-actions .btn{width:100%;justify-content:center}.church-edit-form .form-row,.form-row{grid-template-columns:1fr}.photo-grid,.photo-edit-grid,.photo-previews{grid-template-columns:repeat(2,minmax(0,1fr))}.event-detail-photos{grid-template-columns:1fr}.event-detail-meta>div{word-break:break-word}}@media (max-width: 768px){.create-church-container,.create-event-container,.edit-profile-container{padding:12px 8px}.create-church-card,.create-event-card,.edit-profile-card{padding:18px 14px;border-radius:16px}.create-church-card h1,.create-event-card h1{font-size:1.5rem}.form-actions,.edit-actions{flex-direction:column}.form-actions .btn,.edit-actions .btn{width:100%}}@media (max-width: 768px){.profile-container{padding:0 4px}.profile-header{flex-direction:column;align-items:center;text-align:center}.profile-stats{justify-content:center;flex-wrap:wrap}.profile-actions{width:100%;flex-direction:column}.profile-actions .btn{width:100%}.profile-posts h2{font-size:1.25rem}.profile-cover{height:140px}.profile-header{margin-top:-48px;padding:0 12px}.profile-avatar img,.profile-avatar-button img{width:88px;height:88px}}@media (max-width: 480px){.profile-stats{gap:8px}.profile-stats .stat{min-width:calc(50% - 4px)}}@media (max-width: 768px){.feature-shell{padding:12px 8px 28px}.feature-hero{flex-direction:column;align-items:stretch}.feature-actions,.detail-action-grid,.report-toolbar,.family-toolbar,.favorite-toolbar{flex-direction:column}.feature-actions .btn,.detail-action-grid .btn,.report-toolbar .btn,.family-toolbar .btn,.favorite-toolbar .btn{width:100%}.favorites-grid,.family-grid,.report-grid,.metric-grid{grid-template-columns:1fr}.attendance-card,.status-card,.feature-card,.report-card,.family-card{padding:16px}.session-list,.report-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.report-table{min-width:560px}.modal-overlay{align-items:flex-end;padding:0}.modal-sheet,.modal-sheet.wide{width:100%;max-width:none;max-height:min(92dvh,92vh);border-radius:18px 18px 0 0;margin:0}.modal-header-row,.modal-footer-row{flex-direction:column;align-items:stretch}}@media (max-width: 768px){.plans-page{padding:12px 8px}.plans-grid{grid-template-columns:1fr}.plans-hero h1{font-size:1.5rem}.plans-body{padding:0}}@media (max-width: 768px){.admin-shell{padding:12px 8px}.admin-toolbar,.admin-filter-row,.admin-plan-actions{flex-direction:column;align-items:stretch}.admin-toolbar .btn,.admin-filter-row input,.admin-filter-row select,.admin-plan-actions .btn{width:100%}.admin-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{min-width:640px}}@media (max-width: 768px){.auth-shell,.auth-container{padding:16px 12px;min-height:100dvh}.auth-card{padding:22px 16px;border-radius:16px}.public-info-shell,.public-share-shell{padding:12px 10px 28px}.public-info-hero h1,.public-share-hero h1{font-size:1.5rem}.public-info-grid{grid-template-columns:1fr}.contact-us-page{padding:0 8px 24px}.contact-us-hero{padding:40px 16px 24px;border-radius:16px}.contact-us-hero h1{font-size:1.5rem}}@media (max-width: 720px){.location-picker-overlay{padding:0;align-items:flex-end}.location-picker-modal{width:100%;max-width:none;max-height:92dvh;border-radius:18px 18px 0 0}.location-map{min-height:240px}}@media (max-width: 640px){.upgrade-banner{flex-wrap:wrap;align-items:flex-start;gap:8px;padding:10px 12px;font-size:.78rem}.upgrade-banner-text{flex-basis:calc(100% - 36px)}.upgrade-banner-btn{flex:1;min-height:40px;padding:8px 12px}}
