/* Front styles */
.hantema-aid-wrapper{display:block}
.hantema-aid-alert{padding:10px 12px;border-radius:10px;margin:8px 0;border:1px solid #cbd5e1}
.hantema-aid-alert.ok{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}
.hantema-aid-alert.err{background:#fef2f2;color:#991b1b;border-color:#fecaca}
.hantema-aid-grid{display:grid;gap:16px}
.hantema-aid-wrapper.cols-1 .hantema-aid-grid{grid-template-columns:1fr}
.hantema-aid-wrapper.cols-2 .hantema-aid-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.hantema-aid-wrapper.cols-3 .hantema-aid-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.hantema-aid-wrapper.cols-4 .hantema-aid-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media (max-width: 768px){.hantema-aid-grid{grid-template-columns:1fr}}
.hantema-aid-card{border:1px solid #e5e7eb;border-radius:14px;background:#fff;overflow:hidden}
.hantema-aid-title{margin:12px 12px 0;font-size:18px;color:#111827}
.hantema-aid-desc{margin:6px 12px;color:#374151}
.hantema-aid-meta{list-style:none;margin:8px 12px 12px;padding:0}
.hantema-aid-meta li{font-size:14px;color:#374151;margin-bottom:4px}
.hantema-aid-form{margin-top:18px;border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff}
.hantema-aid-form h3{margin-top:0}
.hantema-aid-form input[type="text"],
.hantema-aid-form input[type="number"],
.hantema-aid-form select,
.hantema-aid-form textarea{width:100%;padding:8px;border:1px solid #cbd5e1;border-radius:10px}
.hantema-aid-btn{display:inline-block;padding:10px 14px;border:1px solid #cbd5e1;border-radius:10px;background:#f8fafc;text-decoration:none;cursor:pointer}
.hantema-aid-btn:hover{background:#f1f5f9}

:root{color-scheme:light dark}
@media (prefers-color-scheme: dark){
  .hantema-aid-card,.hantema-aid-form{background:#0b0b0b;border-color:#222}
  .hantema-aid-title{color:#f9fafb}
  .hantema-aid-desc,.hantema-aid-meta li{color:#d1d5db}
  .hantema-aid-btn{border-color:#444}
  .hantema-aid-btn:hover{background:#111827}
}
