/*
 * PokeTeamOn M8.3 v0.1.1
 * Additive mobile presentation layer only.
 * No engine, route, persistence or desktop ownership.
 */
@media (max-width: 820px) {
  .ptm8so-app .ptm83-findings {
    margin: 0 0 11px;
    padding: 12px;
    border: 1px solid #e3e5eb;
    border-radius: 14px;
    background: #fff;
  }

  .ptm8so-app .ptm83-findings-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 9px;
  }

  .ptm8so-app .ptm83-findings-head strong {
    color: #101828;
    font-size: 12px;
    line-height: 1.2;
  }

  .ptm8so-app .ptm83-findings-head small,
  .ptm8so-app .ptm83-findings-empty {
    color: #667085;
    font-size: 8px;
    line-height: 1.35;
  }

  .ptm8so-app .ptm83-findings-group + .ptm83-findings-group {
    margin-top: 9px;
  }

  .ptm8so-app .ptm83-findings-label {
    display: block;
    margin-bottom: 5px;
    color: #475467;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .ptm8so-app .ptm83-finding-list {
    display: grid;
    gap: 5px;
  }

  .ptm8so-app .ptm83-finding {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    min-width: 0;
    padding: 7px 8px;
    border-radius: 10px;
    font-size: 9px;
    line-height: 1.35;
  }

  .ptm8so-app .ptm83-finding::before {
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    margin-top: 2px;
    border-radius: 999px;
    content: "";
    background: currentColor;
  }

  .ptm8so-app .ptm83-finding[data-tone="attention"] {
    color: #92400e;
    background: #fffbeb;
    border: 1px solid #fde68a;
  }

  .ptm8so-app .ptm83-finding[data-tone="good"] {
    color: #166534;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
  }

  .ptm8so-app .ptm8so-tool-grid button {
    position: relative;
  }

  .ptm8so-app .ptm83-tool-result {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-top: auto;
    padding: 3px 6px;
    border-radius: 999px;
    color: #475467;
    background: #f2f4f7;
    font-size: 7px !important;
    font-weight: 900;
    line-height: 1.2 !important;
    white-space: nowrap;
  }

  .ptm8so-app
  [data-so-tool][data-m83-state="ready"] .ptm83-tool-result {
    color: #166534;
    background: #dcfce7;
  }

  .ptm8so-app
  [data-so-tool][data-m83-state="attention"] .ptm83-tool-result,
  .ptm8so-app
  [data-so-tool][data-m83-state="stale"] .ptm83-tool-result {
    color: #92400e;
    background: #fef3c7;
  }

  .ptm8so-app
  [data-so-tool][data-m83-state="working"] .ptm83-tool-result {
    color: #155eef;
    background: #eff4ff;
  }

  .ptm8so-app
  [data-so-tool][data-m83-state="error"] .ptm83-tool-result {
    color: #b42318;
    background: #fef3f2;
  }
}
