html.osfair-scale-enabled,
html.osfair-scale-enabled body {
  min-height: 100%;
  overflow-x: hidden;
}

html.osfair-scale-enabled body {
  margin: 0;
  background: #faf8f5;
}

html.osfair-scale-enabled #root {
  transform: scale(var(--osfair-ui-scale, 1));
  transform-origin: top left;
  will-change: transform;
}

html.osfair-scale-enabled [class*="fixed"][class*="bottom-6"][class*="right-6"][class*="z-[999]"] {
  display: none !important;
}

html.osfair-scale-enabled .osfair-old-hero-banner {
  order: 1;
}

html.osfair-scale-enabled .osfair-old-hero-row {
  gap: 16px !important;
  min-height: 320px;
}

html.osfair-scale-enabled .osfair-old-hero-shell {
  background: transparent !important;
  border-bottom-color: transparent !important;
}

html.osfair-scale-enabled .osfair-old-hero-container {
  background: transparent !important;
}

html.osfair-scale-enabled .osfair-old-hero-card {
  order: 2;
  flex-shrink: 0 !important;
  min-height: 320px;
  padding: 24px !important;
  justify-content: center !important;
  gap: 18px !important;
}

html.osfair-scale-enabled .osfair-old-hero-banner {
  min-height: 320px;
}

html.osfair-scale-enabled .osfair-old-hero-copy h1,
html.osfair-scale-enabled .osfair-old-hero-copy h2 {
  font-size: 21px !important;
  line-height: 1.25 !important;
  margin-bottom: 10px !important;
}

html.osfair-scale-enabled .osfair-old-hero-copy p {
  font-size: 13px !important;
  line-height: 1.7 !important;
}

html.osfair-scale-enabled .osfair-old-hero-chips {
  display: none;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

html.osfair-scale-enabled .osfair-old-hero-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(250, 248, 245, 0.11);
  border: 1px solid rgba(250, 248, 245, 0.15);
  font-size: 12px;
}

html.osfair-scale-enabled .osfair-old-hero-bottom > div:first-child {
  padding: 10px;
  border-radius: 14px;
  background: rgba(250, 248, 245, 0.08);
  border: 1px solid rgba(250, 248, 245, 0.1);
}

html.osfair-scale-enabled .osfair-old-hero-bottom button {
  min-height: 38px;
  margin-top: 12px;
}

html.osfair-scale-enabled .osfair-old-sidebar-clear {
  background: transparent !important;
  border-right-color: transparent !important;
}

html.osfair-scale-enabled .osfair-old-sidebar-clear [class*="bg-"] {
  background: transparent !important;
}

html.osfair-scale-enabled .osfair-old-live-sidebar {
  margin: 10px 0 12px;
  border: 0 !important;
  border-radius: 12px;
  overflow: hidden;
  background: transparent !important;
  color: #1a1a1a !important;
}

html.osfair-scale-enabled .osfair-old-live-inner {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 10px 11px !important;
  display: flex !important;
  flex-direction: column;
  align-items: stretch !important;
  gap: 8px !important;
}

html.osfair-scale-enabled .osfair-old-live-feed {
  max-height: 86px;
  overflow-y: auto;
  display: flex !important;
  flex-direction: column;
  gap: 6px;
  padding-right: 3px;
}

html.osfair-scale-enabled .osfair-old-live-feed > * {
  white-space: normal !important;
  line-height: 1.35;
  color: #1a1a1a !important;
}

html.osfair-scale-enabled .osfair-old-live-sidebar button {
  width: 100%;
  min-height: 28px;
  justify-content: center;
}

html.osfair-scale-enabled .osfair-old-header-panel .osfair-old-live-sidebar {
  flex: 0 1 410px;
  height: 32px;
  margin: 0;
  border-radius: 999px;
}

html.osfair-scale-enabled .osfair-old-header-panel .osfair-old-live-inner {
  height: 100% !important;
  padding: 0 10px !important;
  flex-direction: row;
  align-items: center !important;
  gap: 8px !important;
}

html.osfair-scale-enabled .osfair-old-header-panel .osfair-old-live-feed {
  flex: 1 1 auto;
  min-width: 0;
  max-height: none;
  overflow: hidden;
  padding-right: 0;
}

html.osfair-scale-enabled .osfair-old-live-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 22px;
  animation: osfair-live-marquee 22s linear infinite;
}

html.osfair-scale-enabled .osfair-old-live-track > * {
  flex: 0 0 auto;
  white-space: nowrap !important;
  color: #1a1a1a !important;
}

html.osfair-scale-enabled .osfair-old-header-panel .osfair-old-live-sidebar button {
  display: none !important;
}

html.osfair-scale-enabled .osfair-old-live-feed:hover .osfair-old-live-track {
  animation-play-state: paused;
}

@keyframes osfair-live-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

html.osfair-scale-enabled .osfair-old-header-clear {
  background: transparent !important;
  border-bottom-color: transparent !important;
  backdrop-filter: none !important;
}

html.osfair-scale-enabled .osfair-old-header-inner {
  position: relative;
  gap: 16px !important;
}

html.osfair-scale-enabled .osfair-old-logo-button {
  flex: 0 0 auto;
}

html.osfair-scale-enabled .osfair-old-header-panel {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  flex: none;
  min-width: 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 12px 0 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(237, 233, 227, 0.9);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(26, 26, 26, 0.06);
}

html.osfair-scale-enabled .osfair-old-header-panel > :first-child {
  flex: 0 1 410px;
  min-width: 220px;
}

html.osfair-scale-enabled .osfair-old-header-panel > :last-child {
  flex: 0 0 auto;
}

html.osfair-scale-enabled .osfair-old-flat-card {
  background: transparent !important;
  box-shadow: none !important;
}

html.osfair-scale-enabled .osfair-old-flat-card-body {
  background: transparent !important;
}
