*{margin:0;padding:0;box-sizing:border-box}body{font-family:-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-color:#f8f9fa}.app{height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:1rem 2rem;text-align:center;box-shadow:0 2px 4px #0000001a}.app-header h1{font-size:1.5rem;margin-bottom:.25rem}.app-header p{opacity:.9;font-size:.9rem}.location-status{padding:1rem;border-radius:8px;background:#f8f9fa;border:1px solid #e9ecef}.location-status .error{color:#dc3545}.retry-btn{background:#007bff;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-top:.5rem;font-size:.875rem}.retry-btn:hover{background:#0056b3}.route-panel{background:white;border:1px solid #e9ecef;border-radius:8px;padding:1rem}.route-panel h3{margin-bottom:1rem;color:#495057}.route-actions{display:flex;flex-direction:column;gap:.75rem}.plan-route-btn,.google-maps-btn,.reset-route-btn{padding:.75rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s}.plan-route-btn{background:#28a745;color:#fff}.plan-route-btn:hover:not(:disabled){background:#218838}.plan-route-btn:disabled{background:#6c757d;cursor:not-allowed}.google-maps-btn{background:#4285f4;color:#fff}.google-maps-btn:hover{background:#3367d6}.reset-route-btn{background:#6c757d;color:#fff}.reset-route-btn:hover{background:#5a6268}.route-summary{margin-bottom:1rem;padding:.75rem;background:#e8f5e8;border-radius:4px;border-left:4px solid #28a745}.route-order{margin-top:1rem}.route-order h4{margin-bottom:.75rem;color:#495057;font-size:.9rem}.route-list{list-style:none;padding:0}.route-item{display:flex;align-items:flex-start;padding:.5rem;margin-bottom:.5rem;background:#f8f9fa;border-radius:4px}.route-number{background:#007bff;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;margin-right:.75rem;flex-shrink:0}.route-museum{flex:1}.route-name{display:block;font-weight:500;font-size:.875rem}.route-distance{display:block;font-size:.75rem;color:#6c757d;margin-top:.25rem}.museum-list{background:white;border:1px solid #e9ecef;border-radius:8px;padding:1rem;flex:1;overflow-y:auto}.museum-list h3{margin-bottom:1rem;color:#495057}.museum-count{font-size:.875rem;color:#6c757d;margin-bottom:1rem}.no-location,.no-museums{text-align:center;color:#6c757d;padding:2rem}.museums-container{display:flex;flex-direction:column;gap:.75rem}.museum-item{border:1px solid #e9ecef;border-radius:6px;padding:1rem;cursor:pointer;transition:all .2s;background:white}.museum-item:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff1a}.museum-item.selected{border-color:#007bff;background:#f8f9ff;box-shadow:0 2px 8px #007bff26}.museum-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.museum-rank{background:#007bff;color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:700;flex-shrink:0}.museum-name{flex:1;font-size:1rem;color:#212529}.museum-distance{font-size:.875rem;color:#28a745;font-weight:500}.museum-description{font-size:.875rem;color:#6c757d;line-height:1.4;margin-bottom:.75rem}.museum-actions{display:flex;justify-content:flex-end}.museum-link{color:#007bff;text-decoration:none;font-size:.875rem;font-weight:500}.museum-link:hover{text-decoration:underline}.museum-exhibitions{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e9ecef}.exhibitions-title{font-size:.875rem;font-weight:600;color:#495057;margin:0 0 .5rem}.exhibitions-list{display:flex;flex-direction:column;gap:.5rem}.exhibition-item{background:#f8f9fa;border-radius:4px;padding:.5rem}.exhibition-header{display:flex;flex-direction:column;gap:.25rem}.exhibition-title{color:#007bff;text-decoration:none;font-size:.8rem;font-weight:500;line-height:1.3}.exhibition-title:hover{text-decoration:underline}.exhibition-period{font-size:.75rem;color:#6c757d;font-weight:400}.exhibition-description{font-size:.75rem;color:#495057;margin:.25rem 0 0;line-height:1.3}.museum-popup{min-width:200px}.museum-popup h4{margin-bottom:.5rem;color:#212529}.museum-popup .museum-description{margin-bottom:.75rem;font-size:.875rem;line-height:1.4}.museum-popup .museum-link{display:inline-block;margin-top:.5rem}@media (max-width: 768px){.app-main{padding:1rem}.app-header{padding:.75rem 1rem}.app-header h1{font-size:1.25rem}}.area-filter{background:white;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.area-filter-header{margin-bottom:1rem}.area-filter-header h3{color:#495057;margin-bottom:.5rem;font-size:1.1rem}.filter-summary{color:#6c757d;font-size:.9rem;margin:0}.area-options{display:flex;flex-wrap:wrap;gap:.75rem}.area-option{padding:.75rem 1.25rem;border:2px solid #e9ecef;border-radius:25px;background:white;color:#495057;cursor:pointer;font-weight:500;transition:all .2s ease;white-space:nowrap}.area-option:hover{border-color:#667eea;color:#667eea;transform:translateY(-1px)}.area-option.selected{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#667eea;color:#fff;box-shadow:0 2px 8px #667eea4d}.app-main{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:1.5rem;max-width:1200px;margin:0 auto;width:100%}.filter-container{width:100%}.content{flex:1;overflow-y:auto}.museum-list{background:white;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem}@media (max-width: 768px){.app-main{padding:1rem}.area-options{gap:.5rem}.area-option{padding:.6rem 1rem;font-size:.9rem}}.article-list{background:white;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem}.article-list h3{color:#495057;margin-bottom:1.5rem;font-size:1.25rem}.no-articles{color:#6c757d;text-align:center;padding:2rem;font-style:italic}.articles-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.article-card{border:1px solid #e9ecef;border-radius:8px;overflow:hidden;transition:all .2s ease;cursor:pointer;background:white}.article-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea26}.article-card.selected{border-color:#667eea;box-shadow:0 4px 12px #667eea40}.article-image{width:100%;height:160px;overflow:hidden}.article-image img{width:100%;height:100%;object-fit:cover}.article-content{padding:1rem}.article-title{color:#495057;margin:0 0 .5rem;font-size:1.1rem;font-weight:600;line-height:1.3}.article-excerpt{color:#6c757d;margin:0 0 .75rem;font-size:.9rem;line-height:1.4}.article-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.8rem;color:#6c757d}.article-author{font-weight:500}.article-date{font-size:.75rem}.article-tags{display:flex;flex-wrap:wrap;gap:.25rem}.article-tag{background:#f8f9fa;color:#667eea;padding:.2rem .5rem;border-radius:12px;font-size:.7rem;font-weight:500}.article-detail{background:white;border:1px solid #e9ecef;border-radius:8px;overflow:hidden}.article-detail-header{padding:1rem 1.5rem;border-bottom:1px solid #e9ecef;background:#f8f9fa}.back-button{background:none;border:none;color:#667eea;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 0;transition:color .2s ease}.back-button:hover{color:#495057}.article-detail .article-content{padding:2rem}.article-header{margin-bottom:2rem}.article-hero-image{width:100%;height:200px;margin-bottom:1.5rem;border-radius:8px;overflow:hidden}.article-hero-image img{width:100%;height:100%;object-fit:cover}.article-meta-info{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;font-size:.9rem;color:#6c757d}.article-meta-info .article-author{font-weight:600;color:#495057}.article-updated{font-size:.8rem;color:#28a745}.article-markdown-content{line-height:1.7;color:#495057}.article-markdown-content h1,.article-markdown-content h2,.article-markdown-content h3,.article-markdown-content h4,.article-markdown-content h5,.article-markdown-content h6{color:#495057;margin:1.5rem 0 1rem}.article-markdown-content h1{font-size:1.75rem;border-bottom:2px solid #e9ecef;padding-bottom:.5rem}.article-markdown-content h2{font-size:1.5rem;color:#667eea}.article-markdown-content h3{font-size:1.25rem}.article-markdown-content p{margin:1rem 0}.article-markdown-content ul,.article-markdown-content ol{padding-left:1.5rem;margin:1rem 0}.article-markdown-content li{margin:.5rem 0}.article-markdown-content strong{color:#495057;font-weight:600}.article-markdown-content code{background:#f8f9fa;padding:.2rem .4rem;border-radius:4px;font-size:.9rem;color:#e83e8c}.article-markdown-content blockquote{border-left:4px solid #667eea;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#6c757d}.app-navigation{display:flex;gap:1rem;margin-bottom:1.5rem}.nav-button{padding:.75rem 1.5rem;border:2px solid #e9ecef;border-radius:25px;background:white;color:#495057;cursor:pointer;font-weight:500;transition:all .2s ease;white-space:nowrap;text-decoration:none;display:inline-block;text-align:center}.nav-button:hover{border-color:#667eea;color:#667eea;transform:translateY(-1px)}.nav-button.active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#667eea;color:#fff;box-shadow:0 2px 8px #667eea4d}@media (max-width: 768px){.articles-grid{grid-template-columns:1fr}.article-detail .article-content{padding:1.5rem}.article-meta{flex-direction:column;align-items:flex-start;gap:.25rem}.app-navigation{flex-direction:column}.nav-button{text-align:center}}
