/* ═══════════════════════════════════════════
   ICONS — modern minimal SVG icons (replace emojis)
═══════════════════════════════════════════ */
.icn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #00aaee;
}
.icn svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
[data-theme="light"] .icn { color: #0a52cc; }
/* Sizes */
.icn-sm { width: 18px; height: 18px; }
.icn-md { width: 22px; height: 22px; }
.icn-lg { width: 28px; height: 28px; }
