@layer page {
  /* Page-specific styles for starter-kit/downloads.html */
  .download-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
  }
  .download-card {
    background: #fff;
    border: 1px solid #dbe3ef;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  }
  .download-card h2 {
    margin-top: 0;
    color: #17345c;
  }
  .dl-btn {
    display: inline-block;
    background: #17345c;
    color: #fff;
    padding: 12px 16px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
    margin: 6px 6px 6px 0;
  }
  .dl-btn.sub {
    background: #fff;
    color: #17345c;
    border: 1px solid #17345c;
  }
  .note {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
    border-radius: 14px;
    padding: 14px 16px;
    font-weight: 800;
    line-height: 1.75;
  }
  .sha {
    font-size: 0.78rem;
    word-break: break-all;
    background: #f8fafc;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    padding: 10px;
    line-height: 1.55;
  }
  .status {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
    font-size: 0.72rem;
    font-weight: 900;
  }
}
