.rti-site-footer.rti-dash-footer {
  --rti-footer-ad-clearance: 96px;
  display: block !important;
  box-sizing: border-box;
  inline-size: 100%;
  width: 100%;
  max-width: 100%;
  margin-block: 42px 0;
  margin-inline: 0;
  padding: 22px 0 calc(22px + var(--rti-footer-ad-clearance) + env(safe-area-inset-bottom, 0px));
  background: #f7f8f3;
  color: #253126;
  font: 13px/1.45 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  border-top: 1px solid #d9ded4;
  text-align: left;
  clear: both;
  isolation: isolate;
  overflow-x: hidden;
  container-type: inline-size;
}
body.claude-shell.auth-only .rti-site-footer.rti-dash-footer {
  display: block !important;
}
body.claude-shell .rti-site-footer.rti-dash-footer {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.rti-dash-footer *,
.rti-dash-footer *::before,
.rti-dash-footer *::after {
  box-sizing: border-box;
}
.rti-dash-shell {
  max-width: 1220px;
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: 18px;
  border: 1px solid #d9ded4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 34px rgba(31, 38, 31, 0.07);
}
.rti-dash-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 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 #d9ded4;
  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: #155f4d;
  color: #ffffff;
}
.rti-dash-brand strong {
  display: block;
  color: #1f261f;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.1;
}
.rti-dash-brand p {
  max-width: 740px;
  margin: 7px 0 0;
  color: #596458;
  font-size: 13.5px;
}
.rti-dash-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: #d9ded4;
}
.rti-dash-metrics span {
  display: grid;
  align-content: center;
  min-height: 82px;
  padding: 12px;
  background: #fbfdf8;
}
.rti-dash-metrics strong {
  color: #17476f;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}
.rti-dash-metrics em {
  margin-top: 6px;
  color: #596458;
  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(4, 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 #edf0ea;
}
.rti-dash-panel-head span {
  color: #6d766a;
  font-size: 10.5px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.rti-dash-panel-head strong {
  color: #1f261f;
  font-size: 13px;
  font-weight: 850;
  text-align: right;
  overflow-wrap: anywhere;
}
.rti-dash-links {
  display: grid;
  gap: 5px;
}
.rti-dash-footer a {
  color: #2e392f;
  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: #2e392f;
  font-size: 12.5px;
  font-weight: 650;
  min-width: 0;
}
.rti-dash-links a span,
.rti-dash-bottom nav a span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.rti-dash-links a:hover,
.rti-dash-bottom nav a:hover {
  background: #eef3ea;
  color: #9b3d22;
  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: #eef3ea;
  color: #155f4d;
}
.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: #596458;
  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;
  }
}
@container (max-width: 1120px) {
  .rti-dash-top {
    grid-template-columns: 1fr;
  }
  .rti-dash-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@container (max-width: 840px) {
  .rti-dash-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .rti-site-footer.rti-dash-footer {
    --rti-footer-ad-clearance: 112px;
    padding: 16px 0 calc(16px + var(--rti-footer-ad-clearance) + env(safe-area-inset-bottom, 0px));
  }
  .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;
  }
}
@supports (padding: max(0px)) {
  .rti-site-footer.rti-dash-footer {
    padding-bottom: max(22px, calc(22px + var(--rti-footer-ad-clearance) + env(safe-area-inset-bottom, 0px)));
  }
  @media (max-width: 760px) {
    .rti-site-footer.rti-dash-footer {
      padding-bottom: max(16px, calc(16px + var(--rti-footer-ad-clearance) + env(safe-area-inset-bottom, 0px)));
    }
  }
}
@media (max-width: 340px) {
  .rti-dash-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 430px) {
  .rti-dash-brand {
    align-items: flex-start;
  }
}
