.ps-page { max-width: 1240px; margin: 32px auto; padding: 24px; color: #e4eaf3; }
.ps-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 26px; }
.ps-heading h1 { margin: 0; font-size: 32px; color: #f1d091; }
.ps-heading p { max-width: 430px; color: #a9b7ca; }
.ps-heading .ps-eyebrow { font-size: 11px; letter-spacing: 2px; color: #cbac73; margin-bottom: 8px; }
.ps-filters { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; padding: 22px; background: #111e30; border: 1px solid #2b3b52; border-radius: 12px; }
.ps-filters > label { display: flex; flex-direction: column; gap: 7px; font-size: 12px; color: #b8c5d6; min-width: 0; }
.ps-filters select, .ps-filters input:not([type=checkbox]) { box-sizing: border-box; width: 100%; min-width: 0; height: 40px; margin: 0; padding: 7px 10px; background: #091321; color: #edf1f7; border: 1px solid #354860; border-radius: 6px; }
.ps-options { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 18px; }
.ps-options label { display: flex; align-items: center; gap: 7px; margin: 0; }
.ps-options input { margin: 0; }
.ps-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; }
.ps-actions button { padding: 10px 22px; color: #17130c; background: #e1bd7a; border: 0; border-radius: 6px; cursor: pointer; font-weight: 700; }
.ps-page a { color: #e1bd7a; }
.ps-count { margin: 24px 0 14px; color: #a9b7ca; }
.ps-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.ps-offer { min-width: 0; border: 1px solid #30415a; background: linear-gradient(145deg,#14243b,#0a1423); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; }
.ps-offer header { padding: 18px; border-bottom: 1px solid #293950; }
.ps-offer h2 { font-size: 17px; margin: 0 0 8px; color: #f1d091; overflow-wrap: anywhere; }
.ps-offer header span { font-size: 13px; color: #afbdd0; }
.ps-items { padding: 12px 18px; flex: 1; }
.ps-item { display: flex; align-items: center; gap: 14px; padding: 10px 0; overflow-wrap: anywhere; }
.ps-item img { width: 64px; height: 64px; object-fit: contain; flex: 0 0 64px; }
.ps-item span { font-size: 14px; }
.ps-offer footer { padding: 16px 18px; background: #08111d; }
.ps-offer footer small { color: #94a5bb; }
.ps-prices { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 6px; }
.ps-prices strong { color: #f1d091; font-size: 18px; }
.ps-prices span { font-size: 12px; font-weight: 400; }
.ps-empty { padding: 40px 20px; text-align: center; border: 1px solid #30415a; border-radius: 12px; }
.ps-pagination { display: flex; justify-content: center; align-items: center; gap: 24px; margin: 26px 0; }
@media(max-width: 900px) { .ps-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .ps-filters { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width: 560px) { .ps-page { padding: 14px; margin: 14px auto; } .ps-heading { display: block; } .ps-grid,.ps-filters { grid-template-columns: minmax(0,1fr); } .ps-filters { padding: 16px; } }

.ps-mkt .mkt-head h2 { margin: 0; }
.ps-mkt .ps-hint { font-size: 12px; opacity: .75; }
.ps-mkt .mkt-b.b-store { background: rgba(241,208,145,.14); color: #f1d091; }
