.rti-site-footer.rti-dash-footer {
  display: block !important;
  box-sizing: border-box;
  inline-size: auto;
  width: auto;
  max-width: none;
  margin-block: 42px 0;
  margin-inline: calc(50% - 50vw);
  padding: 22px;
  background: #eef3f8;
  color: #203044;
  font: 13px/1.45 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  border-top: 1px solid #d5e0eb;
  text-align: left;
  clear: both;
  isolation: isolate;
  overflow-x: clip;
}
body.claude-shell.auth-only .rti-site-footer.rti-dash-footer {
  display: block !important;
}
.rti-dash-footer *,
.rti-dash-footer *::before,
.rti-dash-footer *::after {
  box-sizing: border-box;
}
.rti-dash-shell {
  max-width: 1220px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid #d7e1ec;
  border-radius: 8px;
  background: #f8fbfe;
  box-shadow: 0 16px 34px rgba(31, 45, 61, 0.08);
}
.rti-dash-top {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(360px, 0.9fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}
.rti-dash-brand,
.rti-dash-metrics,
.rti-dash-panel,
.rti-dash-bottom {
  border: 1px solid #d7e1ec;
  border-radius: 8px;
  background: #ffffff;
}
.rti-dash-brand {
  display: flex;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 16px;
}
.rti-dash-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: #0b63ce;
  color: #ffffff;
}
.rti-dash-brand strong {
  display: block;
  color: #0f172a;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.1;
}
.rti-dash-brand p {
  max-width: 740px;
  margin: 7px 0 0;
  color: #526173;
  font-size: 13.5px;
}
.rti-dash-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: #d7e1ec;
}
.rti-dash-metrics span {
  display: grid;
  align-content: center;
  min-height: 82px;
  padding: 12px;
  background: #f9fbfd;
}
.rti-dash-metrics strong {
  color: #0b3f83;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}
.rti-dash-metrics em {
  margin-top: 6px;
  color: #637287;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.rti-dash-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.rti-dash-panel {
  min-width: 0;
  padding: 12px;
}
.rti-dash-panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e5edf5;
}
.rti-dash-panel-head span {
  color: #6b7a90;
  font-size: 10.5px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.rti-dash-panel-head strong {
  color: #102033;
  font-size: 13px;
  font-weight: 850;
  text-align: right;
}
.rti-dash-links {
  display: grid;
  gap: 5px;
}
.rti-dash-footer a {
  color: #27384d;
  text-decoration: none;
}
.rti-dash-links a,
.rti-dash-bottom nav a {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 30px;
  padding: 5px 7px;
  border-radius: 7px;
  color: #27384d;
  font-size: 12.5px;
  font-weight: 650;
}
.rti-dash-links a:hover,
.rti-dash-bottom nav a:hover {
  background: #edf6ff;
  color: #0b63ce;
  text-decoration: none;
}
.rti-dash-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.rti-dash-links .rti-dash-icon,
.rti-dash-bottom nav .rti-dash-icon {
  width: 22px;
  height: 22px;
  padding: 4px;
  border-radius: 6px;
  background: #eef4fb;
  color: #0b63ce;
}
.rti-dash-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 12px;
  padding: 12px 14px;
}
.rti-dash-bottom p {
  margin: 0;
  color: #627086;
  font-size: 12px;
}
.rti-dash-bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
}
@media (max-width: 1120px) {
  .rti-dash-top {
    grid-template-columns: 1fr;
  }
  .rti-dash-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .rti-site-footer.rti-dash-footer {
    padding: 16px;
  }
  .rti-dash-shell {
    padding: 12px;
  }
  .rti-dash-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rti-dash-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rti-dash-bottom {
    display: block;
  }
  .rti-dash-bottom nav {
    justify-content: flex-start;
    margin-top: 8px;
  }
}
@media (max-width: 340px) {
  .rti-dash-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 430px) {
  .rti-dash-brand {
    align-items: flex-start;
  }
}
