.entry-content { position: relative; }
.ai-level-badge {
  position: absolute !important;
  top: -94px !important;
  right: calc(50% - 386px) !important;
  bottom: auto !important;
  left: auto !important;
  width: 30px !important; height: 30px !important;
  border-radius: 50% !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0,0,0,0.35);
  z-index: 5;
}
.ai-level-badge .ai-badge-mono { font-size: 10px; font-weight: 700; }
.ai-level-badge .ai-badge-level { font-size: 7px; font-weight: 600; margin-top: 1px; }
.ai-level-badge.ai-l0 { background: #FFFFFF; color: #1d1d1f; }
.ai-level-badge.ai-l1 { background: #D9D9D9; color: #1d1d1f; }
.ai-level-badge.ai-l2 { background: #595959; color: #FFFFFF; }
.ai-level-badge.ai-l3 { background: #111111; color: #FFFFFF; }
@media (max-width: 600px) {
  .ai-level-badge {
    width: 24px !important;
    height: 24px !important;
    top: -88px !important;
  }
  .ai-level-badge .ai-badge-mono { font-size: 8px; }
  .ai-level-badge .ai-badge-level { font-size: 6px; }
}
.ai-badge-footer-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 28px 0 12px;
}
.ai-badge-footer-wrap .ai-level-badge {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

html { scroll-behavior: smooth; }
.download-bar {
  display: flex; align-items: center; gap: 10px;
  background: #FAEEDA; color: #412402; text-decoration: none;
  padding: 12px 16px; border-radius: 10px; margin: 0 0 1.6em;
  font-size: 14px; font-weight: 600; transition: background 0.15s ease;
}
.download-bar:hover { background: #F5E4C8; }
.download-bar svg { flex-shrink: 0; width: 18px; height: 18px; }
.download-bar-text { flex: 1; }
.download-bar-arrow { font-size: 13px; opacity: 0.7; }
.download-callout {
  display: flex; gap: 14px; align-items: flex-start;
  background: #FAEEDA; border-radius: 12px; padding: 18px 20px;
  margin: 1.6em 0; scroll-margin-top: 24px;
}
.download-callout-icon { flex-shrink: 0; width: 26px; height: 26px; color: #854F0B; margin-top: 2px; }
.download-callout-title { font-size: 15px; font-weight: 600; color: #412402; margin: 0 0 4px; }
.download-callout-desc { font-size: 14px; color: #633806; margin: 0 0 10px; line-height: 1.5; }
.download-callout-cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 600; color: #412402; text-decoration: none;
  border-bottom: 1.5px solid #854F0B; padding-bottom: 1px;
}
.download-callout-cta:hover { color: #854F0B; }
@media (max-width: 600px) {
  .download-bar { font-size: 13px; padding: 10px 14px; }
  .download-callout { padding: 14px 16px; }
}