:root { color-scheme: light; }
html { scroll-behavior: smooth; }
body { overflow-wrap: anywhere; }
.archive-notice { margin: 0 auto; padding: 12px 20px; background: #eef2ff; color: #263b69; text-align: center; font-size: 14px; line-height: 1.6; }
.archive-notice a { color: #1d4ed8; font-weight: 600; text-decoration: underline; }
.archive-nav { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 14px; margin: 0; }
.archive-nav a { white-space: nowrap; }
.archive-interest { display: inline-block; background: #db2777; color: white; border-radius: 8px; padding: 10px 16px; font-weight: 600; text-align: center; line-height: 1.4; }
.archive-interest:hover { background: #be185d; }
.archive-link { display: inline-block; }
.archive-request { max-width: 760px; margin: 40px auto; padding: 32px; border: 1px solid #dbeafe; border-radius: 16px; background: white; text-align: center; }
.archive-request h1 { font-size: 30px; font-weight: 700; margin-bottom: 14px; }
.archive-request p { margin-bottom: 20px; color: #4b5563; }
.archive-model-link { display: inline-block; border-radius: 999px; padding: 6px 14px; background: #2563eb; color: white; font-weight: 600; }
.archive-footer { padding: 32px 20px; text-align: center; color: #475569; border-top: 1px solid #e2e8f0; margin-top: 40px; }
.archive-footer a { color: #1d4ed8; margin: 0 10px; }
.archive-directory { max-width: 1120px; margin: 0 auto; padding: 40px 24px; }
.archive-directory h1 { font-size: 36px; font-weight: 700; margin-bottom: 12px; }
.archive-directory p { margin-bottom: 24px; color: #475569; }
.archive-directory ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 24px; }
.archive-directory li { border-bottom: 1px solid #e2e8f0; padding: 10px 0; }
.archive-directory li a { color: #1d4ed8; text-decoration: underline; }
.brand-scores { display: grid; gap: 13px; margin: 18px 0; }
.brand-score-heading { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; margin-bottom: 5px; }
.brand-score-track { background: #e5e7eb; height: 14px; border-radius: 7px; overflow: hidden; }
.brand-score-fill { height: 100%; background: #3b82f6; border-radius: 7px; }
@media (max-width: 767px) {
  .archive-nav { gap: 10px; font-size: 13px; justify-content: center; flex: 1; }
  .archive-nav .archive-interest { padding: 8px 10px; }
  .archive-nav .archive-categories { display: none; }
  .archive-directory ul { grid-template-columns: 1fr; }
  .archive-notice { font-size: 13px; padding: 10px 16px; }
  .archive-directory h1 { font-size: 30px; }
  .archive-request { margin: 24px 12px; padding: 24px; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .archive-directory ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
