.mb-hero { padding: 62px 0 22px; background: linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%); }
.mb-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; align-items: center; }
.mb-hero h1 { margin: 0; font-size: 48px; line-height: 1.08; letter-spacing: 0; }
.mb-hero p { margin: 18px 0 0; max-width: 560px; color: var(--text-sub); font-size: 18px; line-height: 1.7; }
.mb-search-panel { margin-top: 28px; padding: 16px; display: grid; grid-template-columns: 1fr auto; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-card); }
.mb-search-panel input { min-height: 52px; border: 0; outline: 0; padding: 0 12px; font-size: 17px; }
.mb-hero-visual { position: relative; min-height: 360px; overflow: hidden; padding: 26px; background: #111827; border-radius: var(--radius-lg); color: #fff; }
.mb-hero-visual:before { content: ""; position: absolute; inset: 24px 24px auto auto; width: 170px; height: 170px; border: 24px solid rgba(47,107,255,.45); border-radius: 50%; }
.mb-hero-visual strong { position: relative; display: block; font-size: 28px; line-height: 1.25; }
.mb-hero-visual span { position: absolute; left: 26px; bottom: 26px; color: #c7d2fe; font-weight: 800; }
.mb-quick-grid, .mb-benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.mb-quick-card { padding: 22px; min-height: 126px; display: flex; flex-direction: column; justify-content: space-between; }
.mb-quick-card strong { font-size: 18px; }
.mb-quick-card span { color: var(--text-sub); line-height: 1.45; }
.mb-cta-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.mb-cta-card { padding: 28px; min-height: 190px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }
.mb-cta-card h3 { margin: 0; font-size: 26px; }
.mb-cta-card p { margin: 10px 0 20px; color: var(--text-sub); }
.mb-guide-band { padding: 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #101827; color: #fff; border-radius: var(--radius-lg); }
.mb-guide-band p { margin: 7px 0 0; color: #cbd5e1; }
.mb-live-board { overflow: hidden; background: #fff; border: 1px solid rgba(226,232,240,.95); border-radius: var(--radius-lg); box-shadow: var(--shadow-card); }
.mb-live-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; background: linear-gradient(90deg, #111827 0%, #1f2937 58%, #2546a0 100%); color: #fff; }
.mb-live-head h2 { margin: 5px 0 0; font-size: 25px; line-height: 1.25; }
.mb-live-head p { margin: 7px 0 0; color: #cbd5e1; }
.mb-live-head > strong { flex: 0 0 auto; padding: 9px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.12); color: #fff; white-space: nowrap; }
.mb-live-kicker { display: inline-flex; align-items: center; gap: 8px; color: #bfdbfe; font-size: 14px; font-weight: 900; }
.mb-live-kicker:before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 5px rgba(34,197,94,.18); }
.mb-live-table-wrap { padding: 0 20px 10px; }
.mb-live-table { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.mb-live-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.mb-live-table th { padding: 14px 12px; border-bottom: 1px solid var(--line); color: #64748b; font-size: 14px; text-align: left; }
.mb-live-table td { padding: 15px 12px; border-bottom: 1px solid #edf2f7; color: #334155; vertical-align: middle; }
.mb-live-table td strong { color: var(--text-main); }
.mb-live-table tr:last-child td { border-bottom: 0; }
.mb-live-table tbody tr:hover td { background: #f8fbff; }
.mb-live-status { display: inline-flex; align-items: center; justify-content: center; min-width: 72px; height: 30px; padding: 0 10px; border-radius: 8px; background: #eef4ff; color: var(--brand); font-size: 13px; font-weight: 900; }
.mb-benefit { padding: 20px; border-radius: var(--radius-md); background: #fff; border: 1px solid var(--line); }
.mb-benefit strong { display: block; margin-bottom: 8px; }
.mb-benefit span { color: var(--text-sub); }
