/* A-10 */
.kidstic-evidence-index{ max-width: 640px; margin-inline: auto; }
.kei-form{ display: flex; gap: 12px; align-items: end; }
.kei-field{ flex: 1; }
.kei-result{ background: var(--wp--preset--color--bg); padding: 16px 20px; border-radius: var(--wp--custom--radius--md); }
.kei-card__title{ margin: 0 0 6px; font-size: 1.15rem; }
.kei-card__class{ margin: 0 0 10px; color: var(--wp--preset--color--muted); font-size: 0.9rem; }
.kei-card__summary{ margin: 0 0 12px; line-height: 1.45; }
.kei-facts{ margin: 0 0 12px; padding: 0; list-style: none; display: grid; gap: 8px; }
.kei-facts li{ display: grid; gap: 2px; padding: 8px 10px; background: #fff; border-radius: 8px; border: 1px solid #E2E8F0; }
.kei-facts__label{ font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; color: var(--wp--preset--color--muted); }
.kei-facts__value{ font-size: 0.95rem; line-height: 1.4; }
.kei-why{ margin: 0 0 12px; line-height: 1.45; }
.kei-sources-label{ margin: 0 0 4px; font-size: 0.85rem; font-weight: 600; }
.kei-sources{ margin: 0 0 10px; padding-left: 1.1rem; font-size: 0.9rem; }
.kei-msg{ margin: 0; line-height: 1.45; }
@media (max-width: 560px){ .kei-form{ flex-direction: column; align-items: stretch; } }
