.mb-form { display: grid; gap: 16px; }
.mb-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.mb-field { display: grid; gap: 7px; }
.mb-field label { font-size: 13px; font-weight: 800; color: #374151; }
.mb-field input, .mb-field select, .mb-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; background: #fff; min-height: 46px; padding: 11px 13px; color: var(--text); }
.mb-field textarea { min-height: 130px; resize: vertical; }
.mb-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.mb-empty { padding: 42px 20px; text-align: center; border: 1px dashed #cbd5e1; border-radius: var(--radius-lg); background: #fff; color: var(--text-sub); }
.mb-mini-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 0 12px; border-radius: 8px; background: var(--text); color: #fff; font-size: 13px; font-weight: 800; }
.mb-kv { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.mb-kv div { padding: 14px; border-radius: 12px; background: #f9fafb; }
.mb-kv span { display: block; color: var(--text-sub); font-size: 12px; }
.mb-kv strong { display: block; margin-top: 4px; font-size: 18px; }
.mb-form-card { padding: 24px; }
.mb-section-actions { margin: 18px 0 34px; }
.mb-garage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.mb-garage-card { display: grid; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-card); }
.mb-garage-card-head { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }
.mb-garage-card-head span, .mb-detail-hero span { display: inline-flex; min-height: 26px; align-items: center; padding: 0 10px; border-radius: 999px; background: var(--brand-light); color: var(--brand); font-size: 12px; font-weight: 800; }
.mb-garage-card-head h3 { margin: 9px 0 0; font-size: 22px; }
.mb-garage-card-head strong { white-space: nowrap; font-size: 20px; }
.mb-garage-spec { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; }
.mb-garage-spec div { padding: 12px; border-radius: 10px; background: #f9fafb; }
.mb-garage-spec dt { margin: 0 0 4px; color: var(--text-sub); font-size: 12px; }
.mb-garage-spec dd { margin: 0; font-weight: 800; }
.mb-garage-hint { margin: 0; padding: 13px 14px; border-radius: 12px; background: #fff7ed; color: #9a3412; font-weight: 800; }
.mb-detail-hero { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 28px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-card); margin-bottom: 18px; }
.mb-detail-hero h2 { margin: 10px 0 8px; font-size: 30px; }
.mb-detail-hero p { margin: 0; color: var(--text-sub); }
.mb-detail-hero strong { font-size: 26px; white-space: nowrap; }
.mb-log-list { display: grid; gap: 12px; }
.mb-log-row { display: flex; justify-content: space-between; gap: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.mb-log-row strong { display: block; font-size: 17px; }
.mb-log-row span { display: block; margin-top: 6px; color: var(--text-sub); }
.mb-log-row p { margin: 8px 0 0; color: #374151; }
.mb-log-row em { white-space: nowrap; font-style: normal; font-weight: 900; }
.mb-life-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 18px; }
.mb-life-card { display: grid; gap: 8px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-card); }
.mb-life-card span { color: var(--brand); font-weight: 900; font-size: 13px; }
.mb-life-card strong { font-size: 21px; }
.mb-life-card p { margin: 0; color: var(--text-sub); line-height: 1.55; }
.mb-compare-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.mb-compare-card { display: grid; gap: 14px; padding: 16px; }
.mb-compare-card h3 { margin: 0; font-size: 18px; line-height: 1.35; }
.mb-bike-actions { display: inline-flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.mb-auth-section { min-height: 58vh; display: grid; align-items: center; }
.mb-auth-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr); gap: 28px; align-items: center; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-card); }
.mb-auth-copy span { color: var(--brand); font-weight: 900; }
.mb-auth-copy h2 { margin: 10px 0; font-size: 34px; }
.mb-auth-copy p { margin: 0; color: var(--text-sub); line-height: 1.6; }
.mb-auth-form { padding: 22px; border-radius: 16px; background: #f9fafb; border: 1px solid var(--line); }
.mb-checkline { display: inline-flex; align-items: center; gap: 8px; color: #374151; font-weight: 800; }
.mb-checkline input { width: 18px; height: 18px; }
.mb-auth-links { display: flex; justify-content: space-between; gap: 12px; color: var(--text-sub); font-size: 14px; }
.mb-cafe-detail { display: grid; gap: 20px; line-height: 1.68; color: #1f2937; }
.mb-cafe-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.mb-cafe-summary div { padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: #f9fafb; }
.mb-cafe-summary span { display: block; margin-bottom: 5px; color: var(--text-sub); font-size: 12px; font-weight: 800; }
.mb-cafe-summary strong { display: block; font-size: 15px; line-height: 1.45; word-break: keep-all; overflow-wrap: anywhere; }
.mb-cafe-copy { display: grid; gap: 10px; }
.mb-cafe-copy p { margin: 0; color: #374151; word-break: keep-all; overflow-wrap: anywhere; }
.mb-cafe-note { padding: 16px; border-radius: 12px; background: #f8fafc; border: 1px solid var(--line); color: #64748b; }
.mb-cafe-note strong { display: block; margin-bottom: 8px; color: #334155; }
.mb-cafe-note p { margin: 5px 0 0; font-size: 13px; line-height: 1.55; }
.mb-cafe-source { margin: 0; }
.mb-cafe-source a { display: inline-flex; min-height: 38px; align-items: center; padding: 0 14px; border-radius: 8px; background: var(--text); color: #fff; font-weight: 800; }

@media (max-width: 760px) {
  .mb-form-grid, .mb-kv, .mb-garage-grid, .mb-garage-spec, .mb-life-grid, .mb-compare-grid, .mb-cafe-summary { grid-template-columns: 1fr; }
  .mb-section-head, .mb-garage-card-head, .mb-detail-hero, .mb-log-row { align-items: stretch; flex-direction: column; }
  .mb-auth-card { grid-template-columns: 1fr; padding: 22px; }
  .mb-detail-hero strong, .mb-garage-card-head strong { white-space: normal; }
}
