.km-acc{ margin:16px 0 24px; }
.km-acc__tabs{ display:flex; gap:8px; overflow:auto; padding:4px 0; }
.km-acc__tab{ border:1px solid #e6e6e6; background:#fff; color:#111; padding:10px 14px;
  border-radius:999px; text-decoration:none; font-weight:700; white-space:nowrap; transition:transform .08s, box-shadow .08s, border-color .08s; }
.km-acc__tab.is-active{ box-shadow:0 3px 12px rgba(0,0,0,.06); transform:translateY(-1px); }

.km-acc__panels{ margin-top:12px; }
.km-acc__panel{ display:none; }
.km-acc__panel.is-active{ display:block; }

.km-chipgrid{ display:grid; gap:10px; grid-template-columns:repeat(4,1fr); }
@media (max-width:1200px){ .km-chipgrid{ grid-template-columns:repeat(4,1fr);} }
@media (max-width:780px){ .km-chipgrid{ grid-template-columns:repeat(2,1fr);} }

.km-chip{ display:flex; align-items:center; gap:8px; padding:12px 14px; border:1px solid #e6e6e6;
  border-radius:12px; background:#fff; color:#111; text-decoration:none; transition:transform .08s, box-shadow .08s, border-color .08s; }
.km-chip:hover{ transform:translateY(-1px); box-shadow:0 4px 12px rgba(0,0,0,.06); border-color:#dcdcdc; }

.km-ico{ width:28px; height:28px; border:1px dashed #ddd; border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:14px; }
.km-ico.km-ico-lg{ width:36px; height:36px; font-size:18px; }
.km-muted{ color:#777; font-size:12px; }

.km-sep{ margin:20px 0 6px; font-weight:800; }
.km-sepgrid{ display:grid; gap:12px; grid-template-columns:repeat(2,1fr); }
@media (max-width:780px){ .km-sepgrid{ grid-template-columns:1fr; } }
.km-septile{ display:flex; align-items:center; gap:12px; padding:14px 16px; background:#fff; border:1px solid #e6e6e6; border-radius:14px; text-decoration:none; color:#111; }
.km-septile:hover{ box-shadow:0 4px 12px rgba(0,0,0,.06); border-color:#dcdcdc; }
