.mdpyi-filters{margin:12px 0}
.mdpyi-f-row{display:flex;flex-wrap:wrap;gap:8px}
.mdpyi-f-row input[type=date],.mdpyi-f-row select{padding:8px;border-radius:8px;border:1px solid #d1d5db;color:#000}
.mdpyi-f-row button{padding:8px 12px;border-radius:10px;border:1px solid #000;background:#000;cursor:pointer;color:#fff;font-weight:600}
.mdpyi-grid{display:grid;gap:16px}
.mdpyi-cols-1{grid-template-columns:1fr}
.mdpyi-cols-2{grid-template-columns:repeat(2,1fr)}
.mdpyi-cols-3{grid-template-columns:repeat(3,1fr)}
.mdpyi-cols-4{grid-template-columns:repeat(4,1fr)}
.mdpyi-card{background:#C40001;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.04);color:#fff;transition:transform .15s ease}
.mdpyi-card:hover{transform:translateY(-2px)}
.mdpyi-thumb img{display:block;width:100%;height:200px;object-fit:cover}
.mdpyi-thumb-placeholder{height:200px;background:#f3f4f6}
.mdpyi-body{padding:12px}
.mdpyi-badge{display:inline-block;font-size:.75rem;line-height:1;padding:6px 10px;border-radius:9999px;background:#fff;color:#111;margin-bottom:8px}
.mdpyi-title{font-size:1rem;line-height:1.3;margin:0 0 6px}
.mdpyi-title a{text-decoration:none;color:#fff}
.mdpyi-card:hover .mdpyi-title a{color:#000}
.mdpyi-date{opacity:.9;font-size:.85rem}
.mdpyi-sentinel{height:1px}
.mdpyi-loading{display:flex;justify-content:center;align-items:center;padding:16px}
.mdpyi-spinner{width:28px;height:28px;border:3px solid rgba(255,255,255,.5);border-top-color:#ffffff;border-radius:50%;animation:mdpyi-spin 1s linear infinite}
@keyframes mdpyi-spin{to{transform:rotate(360deg)}}
@media (prefers-color-scheme: dark){
  .mdpyi-card{background:#C40001;border-color:#1f2937;color:#fff}
  .mdpyi-thumb-placeholder{background:#374151}
  .mdpyi-f-row input[type=date],.mdpyi-f-row select{border-color:#374151;background:#fff;color:#000}
  .mdpyi-f-row button{background:#000;border-color:#000;color:#fff}
}
/* Force 2-column grid on mobile */
@media (max-width: 640px){
  .mdpyi-f-row{flex-direction:column}
  .mdpyi-f-row input[type=date], .mdpyi-f-row select, .mdpyi-f-row button, .mdpyi-search{width:100%;font-size:16px}
  .mdpyi-grid{grid-template-columns:repeat(2,1fr)!important}
  .mdpyi-thumb img, .mdpyi-thumb-placeholder{height:160px}
}
