*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden}#map{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}#loading{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fffc;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100}.loading-spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:spin 2s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{font-size:18px;color:#333}#caching-notification{position:fixed;top:20px;right:20px;z-index:1000;pointer-events:auto}.caching-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:10px;min-width:200px;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.caching-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.caching-text{font-size:14px;font-weight:500;flex:1}.dismiss-button{background:none;border:none;color:#fffc;font-size:18px;cursor:pointer;padding:0;margin-left:8px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.dismiss-button:hover{background-color:#fff3;color:#fff}#error-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:20px;border-radius:4px;box-shadow:0 2px 10px #0003;max-width:80%;z-index:200;text-align:center;color:#d9534f}#search-bar-container{width:220px;position:absolute;top:10px;left:10px;z-index:10}#search-bar{display:flex;width:100%;background-color:#fff;border-radius:4px;box-shadow:0 2px 6px #0000004d;overflow:visible}#search-input{flex:1;padding:8px;border:none;font-size:16px;outline:none}#search-button{background-color:#fff;border:none;font-size:18px;cursor:pointer;text-align:center;min-width:40px}#search-button:hover{background-color:#f5f5f5}#search-button:active{background-color:#e0e0e0}#landmarks-sidebar{width:250px;position:absolute;top:50px;left:10px;background-color:#ffffffe6;border-radius:4px;box-shadow:0 2px 6px #0000004d;max-height:calc(90% - 140px);overflow-y:auto;z-index:10}@media screen and (min-width: 1024px){#landmarks-sidebar,#search-bar-container{width:300px}}@media screen and (min-width: 1200px){#landmarks-sidebar,#search-bar-container{width:350px}}#landmarks-header{display:flex;justify-content:left;position:sticky;top:0;background-color:#fff;padding-left:10px;z-index:11}#close-landmarks{background:none;border:none;font-size:24px;cursor:pointer;margin:5px;text-align:center}#landmarks-list{padding:10px}.landmark-item{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #f0f0f0}.landmark-item:last-child{border-bottom:none;margin-bottom:0}.landmark-header{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.landmark-name{font-weight:700;margin-bottom:5px}.landmark-type{font-size:13px;color:#666;font-style:italic}.landmark-address{font-size:13px;color:#666}.landmark-summary{font-size:14px;color:#555;margin-bottom:8px}.landmark-image{width:100%;max-width:100%;height:auto;max-height:200px;border-radius:4px;margin-top:5px}.landmark-item.error{background-color:#fff8f8;border-left:3px solid #e74c3c}.landmark-item.error .landmark-name{color:#e74c3c}.landmark-item.error .landmark-description p{margin-bottom:10px}.landmark-item.error .landmark-description ul{margin-left:20px;margin-bottom:10px}.landmark-item.error .landmark-description li{margin-bottom:5px}.landmark-item.error button{background-color:#3498db;color:#fff;border:none;padding:8px 15px;border-radius:4px;cursor:pointer;font-size:13px;margin-top:10px}.landmark-item.error button:hover{background-color:#2980b9}.settings-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200}.settings-content{background:#fff;padding:20px;border-radius:4px;box-shadow:0 2px 8px #0000004d;min-width:280px;max-height:60vh;display:flex;flex-direction:column}.settings-bar{display:flex;justify-content:space-between;align-items:center;padding:0 .5rem;border-bottom:1px solid #eee}.settings-bar-section{flex:1;display:flex;align-items:center}.settings-bar-section.center{justify-content:center;gap:1rem;align-items:center}.settings-bar-section.right{justify-content:flex-end}#settings-title{font-size:1.2rem;font-weight:600;margin:0}.icon-btn{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;border-radius:50%;transition:background-color .2s}.icon-btn:hover{background-color:#f0f0f0}.icon-btn svg{width:20px;height:20px}.transitional-message{opacity:0;transition:opacity .8s ease-in-out}.table-scollable{flex-grow:1;overflow-y:auto}#settings-table{width:100%;border-collapse:collapse}#settings-table td{padding:.5rem;border-bottom:1px solid #eee}#settings-table tr:last-child td{border-bottom:none}#settings-table td:first-child{font-weight:500;width:40%}#settings-table input{width:100%;padding:.5rem;font-size:1rem;box-sizing:border-box}.dropdown-wrapper{position:relative;display:inline-block}.dropdown-menu{position:absolute;top:calc(100% - 15px);right:0;z-index:100;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 6px #0003;display:none}.dropdown-menu.show{display:block}.dropdown-item{font-size:14px!important;font-weight:500;padding:8px 12px;cursor:pointer;white-space:nowrap}.dropdown-item:hover{background-color:#f5f5f5}.hidden{display:none!important}
