@media (max-width: 768px) {
  .m-duel-page {
    display: grid;
    gap: 14px;
  }

  .m-back-button {
    position: absolute;
    bottom: 9px;
    left: 8px;
    width: 42px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #101828;
    font-size: 34px;
    line-height: 1;
  }

  .m-duel-hero {
    display: grid;
    gap: 4px;
  }

  .m-duel-hero h1,
  .m-duel-empty h2,
  .m-play-card h2,
  .m-section-title,
  .m-history-hero h1 {
    margin: 0;
    color: var(--m-aw-text);
    font-weight: 950;
    letter-spacing: 0;
  }

  .m-duel-hero h1 {
    color: var(--m-aw-blue-dark);
    font-size: 26px;
    line-height: 1.12;
  }

  .m-duel-hero p,
  .m-duel-empty p,
  .m-history-hero p {
    margin: 0;
    color: var(--m-aw-muted);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.45;
  }

  .m-loading-card,
  .m-duel-empty,
  .m-play-card,
  .m-success-card,
  .m-settlement-card,
  .m-failure-card,
  .m-history-hero,
  .m-history-card {
    border: 1px solid var(--m-aw-border);
    border-radius: var(--m-aw-radius-card);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--m-aw-shadow-card);
  }

  .m-loading-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    color: var(--m-aw-text);
    font-size: 15px;
    font-weight: 900;
  }

  .m-loading-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--m-aw-green);
    animation: mGreenPulse 1.15s ease-in-out infinite;
  }

  .m-duel-empty {
    display: grid;
    gap: 10px;
    padding: 22px 18px;
  }

  .m-duel-empty-icon {
    width: 50px;
    height: 50px;
  }

  .m-duel-empty h2 {
    font-size: 20px;
  }

  .m-match-versus-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 66px minmax(0, 1fr);
    align-items: stretch;
    gap: 8px;
    border: 1px solid rgba(0, 104, 201, 0.14);
    border-radius: var(--m-aw-radius-card);
    padding: 12px;
    background:
      radial-gradient(circle at 12% 0%, rgba(8, 119, 232, 0.14), transparent 32%),
      radial-gradient(circle at 92% 0%, rgba(217, 119, 6, 0.14), transparent 32%),
      #ffffff;
    box-shadow: var(--m-aw-shadow-card);
  }

  .m-match-agent {
    display: grid;
    min-width: 0;
    justify-items: center;
    gap: 5px;
    border-radius: 16px;
    padding: 12px 8px;
    text-align: center;
  }

  .m-match-agent.mine {
    border: 1px solid rgba(0, 104, 201, 0.24);
    background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
  }

  .m-match-agent.opponent {
    border: 1px dashed rgba(217, 119, 6, 0.32);
    background: linear-gradient(180deg, #ffffff 0%, #fff7ea 100%);
  }

  .m-match-agent span,
  .m-match-agent small,
  .m-match-agent strong {
    display: block;
    max-width: 100%;
  }

  .m-match-agent span,
  .m-match-agent small {
    color: var(--m-aw-muted);
    font-size: 12px;
    font-weight: 800;
  }

  .m-match-agent strong {
    overflow: hidden;
    color: var(--m-aw-text);
    font-size: 16px;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .m-opponent-orb {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background:
      radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.96), transparent 30%),
      linear-gradient(135deg, #fff3d6, #fffbf1);
    box-shadow: 0 12px 26px rgba(217, 119, 6, 0.12);
    animation: mOpponentBreath 1.8s ease-in-out infinite;
  }

  .m-match-vs {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 6px;
    color: #101828;
  }

  .m-match-vs .m-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #101828;
    padding: 7px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
  }

  .m-match-vs b {
    font-size: 12px;
    font-weight: 950;
  }

  .breathing,
  .m-match-vs.breathing .m-icon,
  .breathing-green {
    animation: mGreenBreath 1.45s ease-in-out infinite;
  }

  .m-success-card,
  .m-settlement-card {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px;
    align-items: center;
    padding: 15px;
    border-color: rgba(22, 163, 74, 0.24);
    background:
      radial-gradient(circle at 12% 10%, rgba(22, 163, 74, 0.13), transparent 34%),
      #ffffff;
  }

  .m-success-card .m-icon,
  .m-settlement-card .m-icon {
    width: 48px;
    height: 48px;
  }

  .m-success-card strong,
  .m-settlement-card strong {
    display: block;
    color: var(--m-aw-text);
    font-size: 17px;
    font-weight: 950;
  }

  .m-success-card span,
  .m-settlement-card span {
    display: block;
    margin-top: 2px;
    color: var(--m-aw-muted);
    font-size: 13px;
    font-weight: 750;
  }

  .m-play-card {
    display: grid;
    gap: 12px;
    padding: 15px;
  }

  .m-play-card h2,
  .m-section-title {
    font-size: 20px;
  }

  .m-topic-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .m-topic-option {
    display: grid;
    gap: 5px;
    min-height: 92px;
    border: 1px solid rgba(0, 104, 201, 0.1);
    border-radius: 16px;
    padding: 12px;
    background: #f8fbff;
    text-align: left;
  }

  .m-topic-option.active {
    border-color: rgba(0, 104, 201, 0.44);
    background: #edf6ff;
    box-shadow: inset 0 0 0 1px rgba(0, 104, 201, 0.08);
  }

  .m-topic-option strong {
    color: var(--m-aw-text);
    font-size: 16px;
    font-weight: 950;
  }

  .m-topic-option span {
    color: var(--m-aw-muted);
    font-size: 12px;
    font-weight: 740;
    line-height: 1.35;
  }

  .m-match-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 16px;
    padding: 12px;
    background: #f7fbff;
    color: var(--m-aw-muted);
    font-size: 13px;
    font-weight: 800;
  }

  .m-match-status.active {
    background: var(--m-aw-green-soft);
    color: #116235;
  }

  .m-match-status b {
    flex: 0 0 auto;
    color: var(--m-aw-blue-dark);
    font-size: 13px;
    font-weight: 950;
  }

  .m-bottom-action {
    position: fixed;
    right: 0;
    bottom: calc(64px + env(safe-area-inset-bottom));
    left: 0;
    z-index: 55;
    padding: 10px 14px;
    background: linear-gradient(180deg, rgba(243, 247, 251, 0), rgba(243, 247, 251, 0.98) 30%);
  }

  .m-battle-page {
    height: 100dvh;
    overflow: hidden;
    padding-bottom: 0;
  }

  .m-battle-summary {
    display: grid;
    gap: 11px;
    border: 1px solid rgba(0, 104, 201, 0.14);
    border-radius: var(--m-aw-radius-card);
    padding: 12px;
    background:
      radial-gradient(circle at 12% 0%, rgba(8, 119, 232, 0.13), transparent 32%),
      radial-gradient(circle at 92% 0%, rgba(217, 119, 6, 0.14), transparent 32%),
      #ffffff;
    box-shadow: var(--m-aw-shadow-card);
  }

  .m-battle-summary.failed {
    border-color: rgba(239, 68, 68, 0.22);
    background: linear-gradient(135deg, #ffffff, #fff6f6);
  }

  .m-battle-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }

  .m-battle-heading h1 {
    margin: 0;
    color: var(--m-aw-text);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.25;
  }

  .m-status-pill,
  .m-event-tag {
    display: inline-flex;
    width: max-content;
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 7px 10px;
    background: var(--m-aw-green-soft);
    color: var(--m-aw-green);
    font-size: 12px;
    font-weight: 950;
  }

  .m-status-pill.failed {
    background: var(--m-aw-red-soft);
    color: var(--m-aw-red);
  }

  .m-event-tag {
    background: #fff2cf;
    color: #9a4f05;
  }

  .m-battle-agents {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
  }

  .m-battle-agent {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    border: 1px solid rgba(0, 104, 201, 0.16);
    border-radius: 14px;
    padding: 8px;
    background: #f2f8ff;
  }

  .m-battle-agent.orange {
    border-color: rgba(217, 119, 6, 0.22);
    background: #fff7ec;
  }

  .m-battle-agent .m-avatar {
    grid-row: span 2;
    width: 38px;
    height: 38px;
    border-width: 2px;
  }

  .m-battle-agent span,
  .m-battle-agent strong {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .m-battle-agent span {
    color: var(--m-aw-blue-dark);
    font-size: 12px;
    font-weight: 900;
  }

  .m-battle-agent.orange span {
    color: #b45309;
  }

  .m-battle-agent strong {
    color: var(--m-aw-text);
    font-size: 13px;
    font-weight: 950;
  }

  .m-battle-vs {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #101828;
  }

  .m-battle-vs .m-icon {
    width: 30px;
    height: 30px;
  }

  .m-score-meter {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
    align-items: center;
    border-radius: 15px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.72);
  }

  .m-score-meter b {
    color: var(--m-aw-blue-dark);
    font-size: 20px;
    font-weight: 950;
  }

  .m-score-meter b:last-of-type {
    color: #b45309;
    text-align: right;
  }

  .m-score-meter > span {
    width: 40px;
    height: 28px;
    border-radius: 12px;
    background: #101828;
  }

  .m-score-bar {
    grid-column: 1 / -1;
    overflow: hidden;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f59e0b, #c2410c);
  }

  .m-score-bar i {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #1d8cff, #0068c9);
  }

  .m-round-line {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .m-round-line strong,
  .m-round-line span {
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 950;
  }

  .m-round-line strong {
    background: var(--m-aw-blue-soft);
    color: var(--m-aw-blue-dark);
  }

  .m-round-line span {
    background: #f2f4f7;
    color: var(--m-aw-muted);
  }

  .m-battle-stream {
    overflow-y: auto;
    height: calc(100dvh - 360px);
    padding: 4px 0 120px;
    scroll-behavior: smooth;
  }

  .m-speech-row {
    display: flex;
    flex-direction: column;
    margin: 14px 0;
  }

  .m-speech-row.right {
    align-items: flex-end;
  }

  .m-speech-speaker {
    display: flex;
    max-width: 88%;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
  }

  .m-speech-row.right .m-speech-speaker {
    flex-direction: row-reverse;
  }

  .m-speech-speaker .m-avatar {
    width: 36px;
    height: 36px;
    border-width: 2px;
  }

  .m-speech-speaker strong,
  .m-speech-speaker small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .m-speech-speaker strong {
    color: var(--m-aw-text);
    font-size: 13px;
    font-weight: 950;
  }

  .m-speech-speaker small {
    color: var(--m-aw-muted);
    font-size: 11px;
    font-weight: 760;
  }

  .m-speech-row.right .m-speech-speaker span {
    text-align: right;
  }

  .m-speech-bubble {
    max-width: 86%;
    border: 1px solid rgba(0, 104, 201, 0.28);
    border-left-width: 4px;
    border-radius: 18px 18px 18px 7px;
    padding: 13px 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
    color: #1f2937;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.65;
    white-space: pre-wrap;
    word-break: break-word;
    box-shadow: 0 12px 28px rgba(0, 104, 201, 0.08);
  }

  .m-speech-row.right .m-speech-bubble {
    border-color: rgba(217, 119, 6, 0.32);
    border-right-width: 4px;
    border-left-width: 1px;
    border-radius: 18px 18px 7px 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fff6ea 100%);
  }

  .m-speech-bubble i {
    color: var(--m-aw-blue-dark);
    font-style: normal;
    animation: mCaret 0.8s steps(2, start) infinite;
  }

  .m-round-judge {
    display: grid;
    gap: 10px;
    border: 1px dashed rgba(0, 104, 201, 0.22);
    border-radius: 16px;
    margin: 10px 0;
    padding: 12px;
    background: #ffffff;
  }

  .m-round-judge-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .m-round-judge-head strong {
    color: var(--m-aw-text);
    font-size: 14px;
    font-weight: 950;
  }

  .m-round-judge-head button {
    border: 0;
    border-radius: 999px;
    padding: 6px 10px;
    background: var(--m-aw-blue-soft);
    color: var(--m-aw-blue-dark);
    font-size: 12px;
    font-weight: 900;
  }

  .m-round-judge-summary {
    display: grid;
    gap: 8px;
  }

  .m-round-judge-summary span {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: var(--m-aw-text);
    font-size: 13px;
    font-weight: 850;
  }

  .gain,
  .loss {
    border-radius: 999px;
    padding: 2px 7px;
    font-weight: 950;
  }

  .gain {
    background: var(--m-aw-green-soft);
    color: var(--m-aw-green);
  }

  .loss {
    background: var(--m-aw-red-soft);
    color: var(--m-aw-red);
  }

  .m-round-judge p {
    margin: 0;
    color: var(--m-aw-muted);
    font-size: 13px;
    line-height: 1.55;
  }

  .m-latest-button {
    position: fixed;
    right: 14px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    z-index: 50;
    border: 0;
    border-radius: 999px;
    padding: 9px 13px;
    background: #101828;
    color: #ffffff;
    font-size: 12px;
    font-weight: 950;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
  }

  .m-failure-card {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-color: rgba(239, 68, 68, 0.18);
  }

  .m-failure-card strong {
    color: var(--m-aw-red);
    font-size: 20px;
    font-weight: 950;
  }

  .m-failure-card p,
  .m-failure-card span {
    margin: 0;
    color: var(--m-aw-muted);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.5;
  }

  .m-result-page {
    gap: 16px;
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }

  .m-result-page.outcome-win {
    background:
      radial-gradient(circle at 18% 6%, rgba(22, 163, 74, 0.12), transparent 30%),
      var(--m-aw-bg);
  }

  .m-result-page.outcome-lose {
    background:
      radial-gradient(circle at 18% 6%, rgba(239, 68, 68, 0.12), transparent 30%),
      var(--m-aw-bg);
  }

  .m-settlement-strip {
    display: grid;
    gap: 3px;
    border: 1px solid rgba(0, 104, 201, 0.16);
    border-radius: 16px;
    padding: 14px;
    background: #ffffff;
    box-shadow: var(--m-aw-shadow-card);
  }

  .m-settlement-strip strong,
  .m-settlement-strip span {
    display: block;
  }

  .m-settlement-strip strong {
    color: var(--m-aw-text);
    font-size: 15px;
    font-weight: 950;
  }

  .m-settlement-strip span {
    color: var(--m-aw-muted);
    font-size: 12px;
    font-weight: 760;
  }

  .m-result-hero,
  .m-result-agent,
  .m-reply-card,
  .m-judge-card,
  .m-share-card,
  .m-result-round,
  .m-result-history {
    border: 1px solid var(--m-aw-border);
    border-radius: var(--m-aw-radius-card);
    background: #ffffff;
    box-shadow: var(--m-aw-shadow-card);
  }

  .m-result-hero {
    display: grid;
    justify-items: center;
    gap: 9px;
    padding: 25px 17px;
    text-align: center;
  }

  .m-result-hero.win {
    background: linear-gradient(180deg, #ffffff 0%, #f0fff5 100%);
  }

  .m-result-hero.lose {
    background: linear-gradient(180deg, #ffffff 0%, #fff2f2 100%);
  }

  .m-result-hero > .m-icon {
    width: 62px;
    height: 62px;
  }

  .m-result-hero > span {
    justify-self: start;
    color: var(--m-aw-green);
    font-size: 14px;
    font-weight: 950;
  }

  .m-result-hero b {
    border-radius: 999px;
    padding: 5px 9px;
    background: #facc15;
    color: #7c2d12;
    font-size: 12px;
    font-weight: 950;
  }

  .m-result-hero h1 {
    margin: 0;
    color: var(--m-aw-text);
    font-size: 27px;
    font-weight: 950;
    line-height: 1.18;
  }

  .m-result-hero p {
    margin: 0;
    color: var(--m-aw-muted);
    font-size: 15px;
    font-weight: 780;
    line-height: 1.45;
  }

  .m-result-score {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    width: 100%;
    margin-top: 8px;
  }

  .m-result-score small {
    overflow: hidden;
    color: var(--m-aw-text);
    font-size: 12px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .m-result-score strong {
    border-radius: 15px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--m-aw-text);
    font-size: 25px;
    font-weight: 950;
    box-shadow: 0 12px 24px rgba(15, 47, 88, 0.08);
  }

  .m-result-agents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
  }

  .m-result-agent {
    display: grid;
    gap: 6px;
    min-width: 0;
    padding: 14px;
  }

  .m-result-agent.win {
    border-color: rgba(22, 163, 74, 0.32);
    background: var(--m-aw-green-soft);
  }

  .m-result-agent.lose {
    border-color: rgba(239, 68, 68, 0.24);
    background: var(--m-aw-red-soft);
  }

  .m-result-agent.draw {
    background: #f7fbff;
  }

  .m-result-agent span,
  .m-result-agent strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .m-result-agent span {
    color: var(--m-aw-muted);
    font-size: 12px;
    font-weight: 850;
  }

  .m-result-agent strong {
    color: var(--m-aw-text);
    font-size: 16px;
    font-weight: 950;
  }

  .m-reply-list {
    display: grid;
    gap: 12px;
  }

  .m-reply-card {
    display: grid;
    gap: 8px;
    border-left: 5px solid var(--m-aw-blue-dark);
    padding: 15px;
  }

  .m-reply-card.win {
    border-color: rgba(22, 163, 74, 0.26);
    border-left-color: var(--m-aw-green);
    background: var(--m-aw-green-soft);
  }

  .m-reply-card.lose {
    border-color: rgba(239, 68, 68, 0.22);
    border-left-color: var(--m-aw-red);
    background: var(--m-aw-red-soft);
  }

  .m-reply-card strong {
    color: var(--m-aw-text);
    font-size: 15px;
    font-weight: 950;
  }

  .m-reply-card p,
  .m-judge-card p,
  .m-share-card p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    font-weight: 720;
    line-height: 1.6;
    white-space: pre-wrap;
    word-break: break-word;
  }

  .m-judge-card {
    position: relative;
    padding: 18px;
  }

  .m-judge-card::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    border-radius: 999px 0 0 999px;
    background: #101828;
    content: "";
  }

  .m-scale-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-bottom: 10px;
    background:
      linear-gradient(90deg, transparent 44%, #101828 45%, #101828 55%, transparent 56%),
      linear-gradient(180deg, transparent 31%, #101828 32%, #101828 39%, transparent 40%),
      #edf2f7;
  }

  .m-share-card {
    display: grid;
    gap: 8px;
    padding: 18px;
    background:
      radial-gradient(circle at 92% 10%, rgba(22, 163, 74, 0.16), transparent 30%),
      #ffffff;
  }

  .m-share-card span {
    color: var(--m-aw-blue-dark);
    font-size: 13px;
    font-weight: 950;
  }

  .m-share-card strong {
    color: var(--m-aw-text);
    font-size: 19px;
    font-weight: 950;
    line-height: 1.35;
  }

  .m-share-card div b {
    border-radius: 999px;
    padding: 7px 12px;
    background: #101828;
    color: #ffffff;
    font-size: 16px;
  }

  .m-result-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
  }

  .m-secondary-button {
    display: flex;
    min-height: 49px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--m-aw-border);
    border-radius: var(--m-aw-radius-control);
    background: #ffffff;
    color: var(--m-aw-blue-dark);
    font-size: 16px;
    font-weight: 900;
  }

  .m-result-history {
    overflow: hidden;
  }

  .m-history-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding: 15px;
    background: #ffffff;
    color: var(--m-aw-text);
    font-size: 16px;
    font-weight: 950;
  }

  .m-history-toggle span {
    color: var(--m-aw-muted);
    font-size: 12px;
  }

  .m-history-round-list {
    display: none;
    border-top: 1px solid var(--m-aw-border);
    padding: 12px;
    background: #f8fbff;
  }

  .m-history-round-list.open {
    display: grid;
    gap: 12px;
  }

  .m-result-round {
    display: grid;
    gap: 10px;
    padding: 12px;
  }

  .m-result-round > strong {
    color: var(--m-aw-blue-dark);
    font-size: 14px;
    font-weight: 950;
  }

  .m-history-hero {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
  }

  .m-history-hero .m-icon {
    width: 52px;
    height: 52px;
  }

  .m-history-hero h1 {
    font-size: 22px;
  }

  .m-history-list {
    display: grid;
    gap: 12px;
  }

  .m-history-card {
    display: grid;
    gap: 12px;
    padding: 16px;
  }

  .m-history-card h2 {
    margin: 0;
    color: var(--m-aw-text);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.35;
  }

  .m-history-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
  }

  .m-history-row span {
    overflow: hidden;
    color: var(--m-aw-muted);
    font-size: 13px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .m-history-row span:last-child {
    text-align: right;
  }

  .m-history-row b {
    border-radius: 999px;
    padding: 7px 10px;
    background: #101828;
    color: #ffffff;
    font-size: 13px;
    font-weight: 950;
  }

  .m-history-card footer {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .m-history-card small {
    color: var(--m-aw-muted);
    font-size: 12px;
    font-weight: 800;
  }

  .m-load-more {
    min-height: 44px;
    border: 1px solid var(--m-aw-border);
    border-radius: 999px;
    background: #ffffff;
    color: var(--m-aw-blue-dark);
    font-size: 14px;
    font-weight: 900;
  }

  @keyframes mGreenPulse {
    0%,
    100% {
      opacity: 0.42;
      transform: scale(0.82);
    }

    50% {
      opacity: 1;
      transform: scale(1.12);
    }
  }

  @keyframes mGreenBreath {
    0%,
    100% {
      filter: brightness(1);
      transform: scale(1);
      box-shadow: 0 0 0 6px rgba(22, 163, 74, 0.06);
    }

    50% {
      filter: brightness(1.05);
      transform: scale(1.04);
      box-shadow: 0 0 0 12px rgba(22, 163, 74, 0.12);
    }
  }

  @keyframes mOpponentBreath {
    0%,
    100% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.06);
    }
  }

  @keyframes mCaret {
    0%,
    45% {
      opacity: 1;
    }

    46%,
    100% {
      opacity: 0;
    }
  }
}
