*{box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-green: #008C45;--color-red: #CD212A;--color-white: #FFFFFF;--color-black: #1A1A1A}html,body,#root{margin:0;padding:0;width:100%;height:100%;overflow:hidden}a{color:var(--color-red);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}.gm-style-cc{display:none!important}.gm-style .gm-style-mtc button{font-family:inherit!important}.header{display:flex;align-items:center;justify-content:space-between;padding:8px 20px;background:#008c45;color:#fff;gap:16px;z-index:200;box-shadow:0 2px 8px #00000026}.header-brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.header-logo{width:48px;height:48px;border-radius:50%;object-fit:contain}.header-title{font-size:21px;font-weight:600;white-space:nowrap}.header-admin-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#fff;cursor:pointer;transition:all .2s}.header-admin-btn:hover{background:#ffffff1a;border-color:#ffffff80}.header-admin-btn svg{width:18px;height:18px}.header-admin-text{font-size:14px;font-weight:500}@media(max-width:768px){.header{padding:8px 16px}.header-title{font-size:17px}.header-admin-text{display:none}.header-admin-btn{padding:6px;border-radius:50%}}.map-search{position:absolute;top:16px;right:16px;z-index:100}.map-search-container{display:flex;align-items:center;background:#fff;border-radius:4px;box-shadow:0 4px 12px #00000040;overflow:hidden;transition:width .3s ease}.map-search:not(.expanded) .map-search-container{width:40px}.map-search.expanded .map-search-container{width:280px}.map-search-icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;cursor:pointer;flex-shrink:0;color:#666;transition:color .2s}.map-search-icon-btn:hover{color:#333}.map-search-icon-btn svg{width:20px;height:20px}.map-search-input{flex:1;border:none;padding:10px 12px 10px 0;font-size:14px;outline:none;min-width:0}.map-search-input::placeholder{color:#999}.map-search-spinner{width:18px;height:18px;border:2px solid #ddd;border-top-color:#008c45;border-radius:50%;animation:spin .8s linear infinite;margin-right:10px;flex-shrink:0}.map-search-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:#fff;border-radius:4px;box-shadow:0 4px 12px #00000040;max-height:300px;overflow-y:auto}.map-search-result{padding:12px 16px;cursor:pointer;border-bottom:1px solid #eee;transition:background-color .15s}.map-search-result:last-child{border-bottom:none}.map-search-result:hover{background-color:#f5f5f5}.map-search-result-name{font-weight:500;color:#1a1a1a;margin-bottom:2px;font-size:14px}.map-search-result-location{font-size:12px;color:#666}@media(max-width:480px){.map-search{top:10px;right:10px}.map-search.expanded .map-search-container,.map-search-dropdown{width:calc(100vw - 80px);max-width:280px}}.map-wrapper{position:relative;width:100%;height:100%}.map-container{width:100%;height:100%}.map-error{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#f5f5f5;color:#666;padding:20px;text-align:center}.map-type-control{position:absolute;left:16px;top:16px;z-index:100}.map-type-toggle{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:4px;box-shadow:0 4px 12px #00000040;cursor:pointer;transition:background-color .2s;color:#333}.map-type-toggle:hover{background-color:#f5f5f5}.map-type-options{position:absolute;top:0;left:48px;display:flex;flex-direction:row;background:#fff;border-radius:4px;box-shadow:0 4px 12px #00000040;overflow:hidden}.map-type-btn{padding:10px 16px;font-size:13px;font-weight:500;color:#333;background:#fff;border:none;cursor:pointer;transition:background-color .2s,color .2s;white-space:nowrap;border-right:1px solid #eee}.map-type-btn:last-child{border-right:none}.map-type-btn:hover{background-color:#f5f5f5}.map-type-btn.active{color:#008c45;background-color:#f0f8f4;font-weight:600}.map-left-controls{position:absolute;left:16px;bottom:28px;display:flex;flex-direction:column;gap:8px;z-index:100}.map-control-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:4px;box-shadow:0 4px 12px #00000040;cursor:pointer;transition:background-color .2s;color:#333;font-size:20px;font-weight:400}.map-control-btn:hover{background-color:#f5f5f5}.map-control-btn:active{background-color:#e5e5e5}.map-zoom-controls{display:flex;flex-direction:column;background:#fff;border-radius:4px;box-shadow:0 4px 12px #00000040;overflow:hidden}.map-zoom-controls .zoom-btn{border-radius:0;box-shadow:none;border-bottom:1px solid #eee}.map-zoom-controls .zoom-btn:last-child{border-bottom:none}.map-attribution{position:absolute;bottom:4px;left:50%;transform:translate(-50%);padding:4px 10px;font-size:10px;color:#333;z-index:1000;pointer-events:none;background:#ffffff8c;border-radius:12px;text-shadow:0 0 3px rgba(255,255,255,.8);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.map-attribution a{color:#008c45;text-decoration:none;font-weight:600;pointer-events:auto}.map-attribution a:hover{text-decoration:underline}@media(max-width:768px){.map-type-control{left:10px;top:10px}.map-type-options{flex-direction:column;top:48px;left:0}.map-type-btn{padding:8px 12px;font-size:12px;border-right:none;border-bottom:1px solid #eee}.map-type-btn:last-child{border-bottom:none}.map-left-controls{left:10px;bottom:22px}.map-control-btn{width:36px;height:36px;font-size:18px}}.church-detail{position:absolute;bottom:0;right:0;width:380px;max-height:90vh;background:#fff;box-shadow:0 4px 20px #00000040;overflow-y:auto;z-index:100;animation:slideUpDesktop .3s ease-out;border-radius:8px 0 0}@keyframes slideUpDesktop{0%{transform:translateY(100%)}to{transform:translateY(0)}}.church-detail-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;border-radius:50%;background:#fff;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background-color .2s}.church-detail-close:hover{background:#f5f5f5}.church-detail-close svg{width:20px;height:20px;color:#666}.church-detail-loading{display:flex;align-items:center;justify-content:center;height:200px}.spinner{width:40px;height:40px;border:3px solid #eee;border-top-color:#008c45;border-radius:50%;animation:spin .8s linear infinite}.church-photos{position:relative;width:100%;height:250px;background:#f0f0f0}.church-photo{width:100%;height:100%;object-fit:cover}.photo-nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border:none;border-radius:50%;background:#ffffffe6;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.photo-nav:hover{background:#fff}.photo-nav svg{width:20px;height:20px;color:#333}.photo-nav-prev{left:12px}.photo-nav-next{right:12px}.photo-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px}.photo-dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:background-color .2s}.photo-dot.active{background:#fff}.church-info{padding:20px}.church-name{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.3}.church-address{font-size:14px;color:#666;margin:0 0 16px;line-height:1.5}.church-meta{display:flex;gap:24px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #eee}.church-meta-item{display:flex;flex-direction:column}.meta-label{font-size:12px;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.meta-value{font-size:16px;font-weight:500;color:#1a1a1a}.church-notes{background:#f8f8f8;border-radius:8px;padding:12px 16px;margin-bottom:16px}.church-notes p{margin:0;font-size:14px;color:#555;line-height:1.6;font-style:italic}.church-actions{display:flex;flex-direction:column;gap:10px}.action-button{display:flex;align-items:center;gap:10px;padding:12px 16px;border:1px solid #1a1a1a;border-radius:8px;background:#fff;color:#1a1a1a;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.action-button:hover{background:#f5f5f5;border-color:#1a1a1a}.action-button svg{width:18px;height:18px;flex-shrink:0}@media(max-width:768px){.church-detail{width:100%;max-height:70vh;top:auto;bottom:0;transform:none;border-radius:16px 16px 0 0;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.church-photos{height:200px}}.app{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden}.app-main{flex:1;position:relative;overflow:hidden}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px;color:#666}.app-loading .spinner{width:48px;height:48px;border:4px solid #eee;border-top-color:#008c45;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:16px;padding:20px;text-align:center}.app-error h2{color:#008c45;margin:0}.app-error p{color:#666;margin:0}.app-error button{padding:12px 24px;background:#008c45;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.app-error button:hover{background:#007038}.app-stats{position:fixed;bottom:28px;left:50%;transform:translate(-50%);background:#1a1a1a80;color:#fff;padding:8px 16px;border-radius:20px;font-size:12px;z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(max-width:768px){.app-stats{font-size:11px;padding:6px 12px}}
