/* Front styles */
.hantema-tndr-wrapper{display:grid;gap:16px}
.hantema-tndr-wrapper.cols-1{grid-template-columns:1fr}
.hantema-tndr-wrapper.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.hantema-tndr-wrapper.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.hantema-tndr-wrapper.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
@media (max-width: 1024px){.hantema-tndr-wrapper.cols-4{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width: 768px){.hantema-tndr-wrapper{grid-template-columns:1fr}}
.hantema-tndr-card{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff}
.hantema-tndr-body{padding:14px}
.hantema-tndr-head{display:flex;gap:8px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.hantema-tndr-title{margin:0;font-size:18px;line-height:1.3;color:#111827}
.hantema-tndr-badge{font-size:12px;padding:3px 8px;border-radius:999px;background:#e5e7eb;color:#111827}
.badge-open{background:#dcfce7;color:#166534}
.badge-closed{background:#f3f4f6;color:#374151}
.hantema-tndr-summary{margin:6px 0 8px;color:#374151}
.hantema-tndr-meta{list-style:none;margin:0 0 10px;padding:0}
.hantema-tndr-meta li{font-size:14px;color:#374151;margin-bottom:3px}
.hantema-tndr-actions{display:flex;gap:8px;flex-wrap:wrap}
.hantema-tndr-btn{display:inline-block;padding:8px 12px;border-radius:10px;border:1px solid #cbd5e1;text-decoration:none}
.hantema-tndr-btn:hover{background:#f1f5f9}
:root{color-scheme:light dark}
@media (prefers-color-scheme: dark){
  .hantema-tndr-card{background:#0b0b0b;border-color:#222}
  .hantema-tndr-title{color:#f9fafb}
  .hantema-tndr-summary{color:#d1d5db}
  .hantema-tndr-meta li{color:#d1d5db}
  .hantema-tndr-btn{border-color:#444}
  .hantema-tndr-btn:hover{background:#111827}
  .badge-open{background:#052e16;color:#bbf7d0}
  .badge-closed{background:#111827;color:#e5e7eb}
}
