.ship-catalog-header { max-width: 70rem; margin-bottom: 2rem; }
.ship-filter { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 2rem; }
.ship-filter select, .ship-filter button { background: #101218; color: #f4edde; border: 1px solid #66584b; padding: .7rem 1rem; max-width: 100%; }
.ship-filter button { border-color: #c23444; cursor: pointer; }
.ship-filter a { color: #d5b890; }
.ship-filter :focus-visible, .ship-card summary:focus-visible { outline: 2px solid #d5b890; outline-offset: 4px; }
.ship-catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
.ship-card { background: linear-gradient(145deg,#151821,#0c0e13 70%); border: 1px solid #665342; padding: 1.4rem; min-width: 0; box-shadow: inset 0 0 0 4px #0c0e13,0 12px 35px #0003; }
.ship-card header { display: grid; gap: 1.2rem; margin-bottom: 1.5rem; }
.ship-card picture { display: grid; place-items: center; min-height: 220px; overflow: hidden; background: radial-gradient(circle,#2b3540,#080b10 72%); border: 1px solid #665342; }
.ship-card img { display: block; width: min(190px,100%); height: 190px; object-fit: contain; }
.ship-card h2 { overflow-wrap: anywhere; }
.ship-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem 1.2rem; }
.ship-stats div { display: flex; justify-content: space-between; gap: .7rem; border-bottom: 1px solid #24252b; padding-bottom: .35rem; font-size: .8rem; }
.ship-stats dt { color: #a8aab1; }
.ship-stats dd { color: #ead5ad; white-space: nowrap; }
.ship-card details { border-top: 1px solid #45403b; margin-top: 1.4rem; padding-top: 1rem; font-size: .85rem; }
.ship-card summary { cursor: pointer; color: #e1c394; }
.ship-card details p, .ship-card details ul { margin-top: .7rem; color: #bfc0c5; }
.ship-card details li { display: inline-block; margin-right: 1rem; }
@media (max-width: 760px) {
    .ship-catalog-grid { grid-template-columns: 1fr; }
    .ship-card { padding: 1rem; }
    .ship-card header { gap: 1rem; }
    .ship-stats { gap: .6rem; }
    .ship-stats div { font-size: .75rem; }
    .ship-filter { gap: .7rem; }
}
