
.sharesmint {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #111827;
}
.sharesmint * { box-sizing: border-box; }
.sharesmint.sm-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}
.sharesmint .sm-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.sharesmint .sm-subtitle {
  margin-top: 6px;
  font-size: 14px;
  color: #4b5563;
}
.sharesmint .sm-title-sm {
  font-size: 14px;
  font-weight: 700;
}
.sharesmint .sm-subtitle-sm {
  font-size: 13px;
  color: #4b5563;
  margin-top: 6px;
}
.sharesmint .sm-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.sharesmint .sm-walletbar {
  display: flex;
  gap: 10px;
  align-items: center;
}
.sharesmint .sm-walletbar .sm-subtitle-sm { margin-top: 0; }
.sharesmint .sm-row-space { justify-content: space-between; }
.sharesmint .sm-btn {
  appearance: none;
  border: 1px solid #e5e7eb;
  background: #111827;
  color: #fff;
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 600;
  cursor: pointer;
}
.sharesmint .sm-btn:disabled { opacity: .6; cursor: not-allowed; }
.sharesmint .sm-kv { display:flex; gap: 10px; align-items: baseline; padding: 10px 12px; border:1px solid #f3f4f6; border-radius: 12px; margin-top: 12px; }
.sharesmint .sm-k { width: 110px; font-size: 12px; color:#6b7280; }
.sharesmint .sm-v { flex:1; font-size: 13px; }
.sharesmint .sm-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 12.5px; }
.sharesmint .sm-mt { margin-top: 16px; }
.sharesmint .sm-alert { margin-top: 12px; padding: 10px 12px; border-radius: 12px; background: #fef3c7; border: 1px solid #fde68a; color:#92400e; font-size: 12.5px; }
.sharesmint .sm-hidden { display:none; }
.sharesmint details.sm-dexi {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 10px 12px;
  background: #f9fafb;
}
.sharesmint details.sm-dexi summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 12.5px;
  color: #374151;
}
.sharesmint .sm-helpchip {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #374151;
  font-size: 11px;
  line-height: 1.6;
}
.sharesmint .sm-grid { display:grid; gap: 12px; grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (max-width: 760px) {
  .sharesmint .sm-grid { grid-template-columns: 1fr; }
  .sharesmint .sm-k { width: 90px; }
}
.sharesmint input, .sharesmint select, .sharesmint textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
}
.sharesmint .sm-label { display:block; font-size: 12px; color:#6b7280; margin-bottom: 6px; }
.sharesmint .sm-table { border:1px solid #e5e7eb; border-radius: 12px; overflow:hidden; }
.sharesmint .sm-tr { display:grid; grid-template-columns: 1fr 1.4fr; gap: 10px; padding: 10px 12px; border-top:1px solid #f3f4f6; align-items:center; }
.sharesmint .sm-tr:first-child { border-top: none; }
.sharesmint .sm-th { background: #f9fafb; font-weight: 700; font-size: 12px; color:#374151; }
.sharesmint a { color: #2563eb; text-decoration: none; }
.sharesmint a:hover { text-decoration: underline; }
