html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.archive-nav {
  background: linear-gradient(90deg, #0b1f33 0%, #15395f 100%);
}

.report-shell {
  display: grid;
  gap: 1.5rem;
}

.legacy-panel {
  border: 1px solid #d8e1ec;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(14, 28, 45, 0.06);
}

.hero-panel {
  padding: 1.5rem;
  background: linear-gradient(135deg, #0f2740 0%, #1a4f79 100%);
  color: #f8fbff;
}

.hero-panel p:last-child {
  margin-bottom: 0;
}

.search-panel,
.result-panel,
.featured-panel {
  padding: 1.5rem;
}

.status-strip {
  border-radius: 0.85rem;
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
}

.status-strip.standard {
  background: #edf4ff;
  border: 1px solid #bfd4ff;
  color: #173b68;
}

.status-strip.alerted {
  background: #fff4df;
  border: 1px solid #ffd184;
  color: #6e4400;
}

.result-card {
  border: 1px solid #dde5ef;
  border-radius: 0.9rem;
  padding: 1rem;
  background: #fff;
}

.result-card+.result-card {
  margin-top: 1rem;
}

.result-meta {
  color: #5a6c82;
  font-size: 0.92rem;
}

.result-snippet {
  color: #304053;
  margin-bottom: 0;
}

.featured-list {
  display: grid;
  gap: 0.85rem;
}

.featured-item {
  border: 1px solid #dde5ef;
  border-radius: 0.9rem;
  background: #f8fbff;
  padding: 0.9rem 1rem;
}

.empty-state {
  border: 1px dashed #bfccdc;
  border-radius: 0.9rem;
  background: #f8fbff;
  padding: 1.25rem;
  color: #3b4b5d;
}

@font-face {
  font-family: 'ASUS-logo';
  src: url('/css/fonts/logo-asus/ASUS-logo.eot');
  src:
    url('/css/fonts/logo-asus/ASUS-logo.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/logo-asus/ASUS-logo.ttf') format('truetype'),
    url('/css/fonts/logo-asus/ASUS-logo.woff') format('woff'),
    url('/css/fonts/logo-asus/ASUS-logo.svg#ASUS-logo') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ASUS-logo {
  font-family: 'ASUS-logo';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ASUS-logo:before {
  content: "\e900";
}