.catalog-hero { max-width: 1100px; margin: 0 auto; padding: 82px 22px 36px; }
.catalog-hero h1 { max-width: 680px; margin: 12px 0 10px; color: #294b40; font-size: clamp(38px, 6vw, 76px); line-height: .98; letter-spacing: -.045em; }
.catalog-hero p { max-width: 670px; margin: 0; color: #56736a; font-size: 17px; line-height: 1.55; }
.catalog-stat-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 24px; color: #638177; font-size: 12px; }
.catalog-stat-row strong { color: #287c57; font-size: 18px; }
.catalog-main { max-width: 1100px; margin: 0 auto; padding: 0 22px 80px; }
.catalog-controls { position: sticky; top: 12px; z-index: 5; display: grid; gap: 12px; padding: 14px; border: 1px solid #c7ded2; border-radius: 18px; background: rgba(255,253,247,.92); box-shadow: 0 14px 34px rgba(76,112,94,.1); backdrop-filter: blur(14px); }
.catalog-search input { width: 100%; padding: 14px 16px; border: 1px solid #c7ded2; border-radius: 12px; color: #294b40; background: #fffdf9; font: inherit; }
.catalog-search input:focus { outline: 2px solid rgba(46,155,104,.25); border-color: #5fb887; }
.catalog-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.catalog-filter { padding: 8px 12px; border: 1px solid #b9d9c7; border-radius: 999px; color: #36735a; background: #eff9ef; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }
.catalog-filter:hover, .catalog-filter.active { color: #fff; border-color: #2e9b68; background: #2e9b68; }
.catalog-status { min-height: 22px; margin: 18px 2px 10px; color: #6b8178; font-size: 12px; }
.catalog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.catalog-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid #c7ded2; border-radius: 18px; background: #fffdf8; box-shadow: 0 12px 28px rgba(76,112,94,.08); }
.catalog-card-art { display: grid; place-items: center; min-height: 130px; overflow: hidden; color: #317b59; background: radial-gradient(circle at 50% 15%, #fff1c9, #d5ecdc 62%, #bedccf); font-size: 54px; }
.catalog-card-preview { display: block; width: 100%; height: 150px; border: 0; background: transparent; }
.catalog-card-body { display: flex; flex: 1; flex-direction: column; padding: 17px; }
.catalog-card-category { color: #2e9b68; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.catalog-card h2 { margin: 6px 0 5px; color: #294b40; font-size: 19px; }
.catalog-card-description { margin: 0; color: #60786f; font-size: 12px; line-height: 1.5; }
.catalog-card-meta { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-top: 13px; color: #718980; font-size: 10px; }
.catalog-card-features { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.catalog-card-features span { padding: 4px 7px; border-radius: 999px; color: #4c7865; background: #edf7ed; font-size: 9px; font-weight: 800; }
.catalog-card-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 16px; }
.catalog-card-actions .play-btn, .catalog-secondary-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 0 10px; border-radius: 9px; font-size: 9px; font-weight: 900; text-decoration: none; }
.catalog-secondary-btn { color: #37725a; border: 1px solid #b9d9c7; background: #f1f9f0; }
.catalog-secondary-btn:hover { background: #e2f2e3; text-decoration: none; }
.catalog-empty { grid-column: 1 / -1; padding: 45px 20px; border: 1px dashed #b9d8c6; border-radius: 16px; color: #667d75; text-align: center; background: rgba(255,253,247,.62); }
@media (max-width: 640px) { .catalog-hero { padding-top: 52px; } .catalog-controls { position: static; } .catalog-hero p { font-size: 15px; } }
