.atlas-page{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 4rem}.atlas-header{text-align:center;margin-bottom:2.5rem}.atlas-title{font-size:2.25rem;font-weight:800;letter-spacing:-.02em;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.atlas-subtitle{margin-top:.35rem;font-size:1.05rem;color:#64748b}.atlas-stats{margin-top:.75rem;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.atlas-banner{text-align:center;font-size:.875rem;color:#64748b;background:rgba(96,165,250,.1);border-radius:10px;padding:.75rem 1.25rem;margin-bottom:1.5rem}.atlas-banner-link{color:var(--accent-purple);font-weight:700;text-decoration:none}.atlas-banner-link:hover{text-decoration:underline}.atlas-empty{text-align:center;color:#64748b;padding:3rem 0}.atlas-filters{margin-bottom:1.5rem}.atlas-search-row{display:flex;gap:.6rem;justify-content:center}.atlas-filter-toggle{display:none;align-items:center;gap:.4rem;font:inherit;font-size:.875rem;font-weight:700;color:#3b3a5c;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.6rem .9rem;cursor:pointer;white-space:nowrap}.atlas-filter-toggle.active{border-color:var(--accent-purple);color:var(--accent-purple)}.atlas-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.1rem;height:1.1rem;padding:0 .3rem;border-radius:999px;background:var(--gradient);color:#fff;font-size:.7rem;font-weight:800}.atlas-filters-panel{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center;margin-top:.75rem}.atlas-filter{font:inherit;font-size:.875rem;color:#3b3a5c;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.6rem .9rem;cursor:pointer}.atlas-filter-type,.atlas-filter-type option{text-transform:capitalize}.atlas-filter:focus{outline:2px solid var(--accent-mid);outline-offset:1px}.atlas-filter-search{cursor:text;flex:1 1;min-width:200px;max-width:420px}.atlas-filter-checkbox{display:flex;align-items:center;gap:.4rem}.atlas-filter-checkbox input{cursor:pointer}.atlas-filter-clear{font:inherit;font-size:.875rem;font-weight:700;color:var(--accent-purple);background:none;border:none;cursor:pointer;padding:.6rem .5rem}.atlas-filter-clear:hover{text-decoration:underline}.atlas-result-count{text-align:center;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin-bottom:1.25rem}.atlas-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem}@media (max-width:640px){.atlas-filter-toggle{display:inline-flex}.atlas-filter-search{flex:1 1;min-width:0;max-width:none}.atlas-filters-panel{display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.9rem}.atlas-filters-panel.open{display:flex}.atlas-filters-panel .atlas-filter{width:100%}.atlas-filter-clear{align-self:center}}.atlas-load-more-wrap{display:flex;justify-content:center;margin-top:2rem}.atlas-load-more{font:inherit;font-size:.875rem;font-weight:700;color:#fff;background:var(--gradient);border:none;border-radius:10px;padding:.7rem 1.5rem;cursor:pointer}.atlas-load-more:disabled{opacity:.6;cursor:default}.atlas-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:transform .1s,box-shadow .1s}.atlas-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.08)}.atlas-card-image{width:100%;height:160px;object-fit:cover;display:block}.atlas-card-image-placeholder{display:flex;align-items:center;justify-content:center;font-size:2.5rem;background:linear-gradient(135deg,#e0e7ff,#f3e8ff)}.atlas-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1 1}.atlas-card-badges{display:flex;gap:.4rem;flex-wrap:wrap}.atlas-badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.25rem .6rem;border-radius:999px}.atlas-badge-type{background:#eef2ff;color:#6366f1}.atlas-badge-closed{background:#fef2f2;color:#dc2626}.atlas-badge-show{background:var(--gradient);color:#fff;text-transform:none;letter-spacing:.01em}.atlas-card-title{font-size:1.1rem;font-weight:800;color:#3b3a5c;letter-spacing:-.01em}.atlas-card-place{font-size:.875rem;font-weight:600;color:#64748b}.atlas-card-appearances{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.25rem}.atlas-card-address{font-size:.8rem;color:#94a3b8}.atlas-card-notes{font-size:.875rem;color:#64748b;line-height:1.6;flex:1 1;margin-top:.25rem}.atlas-card-notes-label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin-bottom:.15rem}.atlas-card-links{display:flex;flex-wrap:nowrap;gap:.75rem;margin-top:.5rem}.atlas-card-links:has(>:nth-child(5)){gap:.4rem}.atlas-card-link{font-size:.85rem;font-weight:700;color:var(--accent-purple);text-decoration:none;white-space:nowrap}.atlas-card-links:has(>:nth-child(5)) .atlas-card-link{font-size:.7rem;letter-spacing:-.01em}.atlas-card-link:hover{text-decoration:underline}