


















.ps-sheet__header.ps-header--tabs,
.ps-pane__header.ps-header--tabs {
  display: flex;
  align-items: stretch;
  gap: 6px;
}
.ps-sheet__header.ps-header--tabs {
  margin-bottom: 0;
  padding: 0 14px 0 6px;
  border-bottom: 1px solid #2b2c2e;
}
.ps-pane__header.ps-header--tabs {
  padding: 0 10px 0 4px;
}
.ps-header--tabs .ps-header__actions {
  flex: none;
  align-self: center;
  margin-left: auto;
}
.ps-tabs {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
}

.ps-tab {
  flex: 1 1 auto;
  min-width: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.6);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.ps-tab:hover:not(.is-active),
.ps-tab:focus-visible:not(.is-active) {
  color: rgba(255, 255, 255, 0.85);
}
.ps-tab.is-active {
  color: #fff;
  box-shadow: inset 0 -3px 0 var(--fms-green-300, #7ED7B8);
}


.ps-pane.ps-has-tabs {
  container-type: inline-size;
}
@container (max-width: 330px) {
  .ps-tab {
    padding: 0 2px;
    font-size: 11px;
  }
  .ps-marks-bar {
    padding-left: 8px;
    padding-right: 8px;
  }
  .ps-marks-bar__buttons {
    gap: 3px;
  }
}


.ps-has-tabs .paddock-seeker__horse-button {
  gap: 5px;
}
.ps-mark-glyph {
  color: #F2F0EA;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
}

.paddock-seeker__horse-button:not(.has-detections):not(.ps-mark-tile) .ps-mark-glyph {
  opacity: 0.8;
}




.paddock-seeker__horse-button.ps-mark-tile {
  border: 1.5px solid var(--fms-gray-600, #454545);
  background: var(--fms-gray-800, #262626);
  color: #fff;
  cursor: pointer;
}
.paddock-seeker__horse-button.ps-mark-tile:hover,
.paddock-seeker__horse-button.ps-mark-tile:focus-visible {
  border-color: var(--fms-gray-400, #A0A0A5);
}
.paddock-seeker__horse-button.ps-mark-tile:active {
  transform: scale(0.95);
}

.paddock-seeker__horse-button.ps-mark-tile.is-target {
  border-color: var(--fms-green-300, #7ED7B8);
  box-shadow: 0 0 0 1.5px var(--fms-green-300, #7ED7B8) inset;
  background: #1c3129;
}

.paddock-seeker__horse-button.ps-mark-tile.is-scratched {
  border: 1px solid transparent;
  background: repeating-linear-gradient(-45deg, transparent 0 6px, rgba(255, 255, 255, 0.05) 6px 12px);
  color: var(--fms-gray-disabled, #7C848C);
  cursor: not-allowed;
}
.ps-mark-scratch {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.ps-has-tabs .paddock-seeker__horse-button.has-detections.is-view {
  border-color: var(--fms-green-300, #7ED7B8);
  box-shadow: 0 0 0 2px var(--fms-green-300, #7ED7B8) inset;
}

.ps-mark-status {
  display: inline-block;
  margin-left: 8px;
  padding: 0 8px;
  border: 1px solid var(--fms-gray-400, #A0A0A5);
  border-radius: 999px;
  color: var(--fms-gray-200, #E0E0E3);
  font-size: 11px;
  line-height: 18px;
  vertical-align: 1px;
}



.ps-marks-bar {
  flex: 0 0 auto;
  padding: 8px 12px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.ps-sheet > .ps-marks-bar {
  padding: 8px 14px calc(12px + env(safe-area-inset-bottom));
}
.ps-marks-bar__label {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 20px;
  margin-bottom: 6px;
  overflow: hidden;
  color: var(--fms-gray-300, #CFCFD2);
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}
.ps-marks-bar__label b {
  color: #fff;
  font-size: 14px;
}
.ps-marks-hint {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--fms-gray-400, #A0A0A5);
}

.ps-marks-race {
  flex: none;
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 6px;
  border: 1px solid var(--fms-gray-400, #A0A0A5);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.ps-marks-bar__buttons {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}

.ps-mark-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 44px;
  padding: 4px 2px;
  border: 1.5px solid var(--fms-gray-600, #454545);
  outline: 0;
  border-radius: 8px;
  background: var(--fms-gray-800, #262626);
  color: var(--fms-gray-200, #E0E0E3);
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.12s, border-color 0.12s, color 0.12s, transform 0.12s;
  -webkit-tap-highlight-color: transparent;
}
.ps-mark-btn:hover:not(.is-active):not(:disabled),
.ps-mark-btn:focus-visible:not(.is-active):not(:disabled) {
  background: #333;
  border-color: var(--fms-gray-400, #A0A0A5);
  color: #fff;
}
.ps-mark-btn:active:not(:disabled) {
  transform: scale(0.95);
}
.ps-mark-btn.is-active {
  background: #F2F0EA;
  border-color: #F2F0EA;
  color: #15140F;
}

.ps-mark-btn:disabled {
  border: 1px dashed var(--fms-gray-600, #454545);
  background: transparent;
  color: var(--fms-gray-disabled, #7C848C);
  cursor: not-allowed;
}
.ps-mark-btn--clear {
  background: transparent;
  font-size: 13px;
}














body.fmsPortraitActive.psSheetOpen #header-container,
body.fmsPortraitActive.psSheetOpen #ticker,
body.fmsPortraitActive.psSheetOpen .fmsPortraitControls .fmsPortraitChipSeeker {
  display: none !important;
}
body.fmsPortraitActive.psSheetExpand .fmsPortraitCarousel,
body.fmsPortraitActive.psSheetExpand #youtube-comments-wrapper,
body.fmsPortraitActive.psSheetExpand #chat-mobile-toggle,
body.fmsPortraitActive.psSheetExpand #chat-reopen-bar {
  display: none !important;
}



body.fmsPortraitActive.psSheetOpen #container {
  min-height: var(--fms-pt-page-freeze, 0px);
}

body.psSheetOpen #paddock-seeker .ps-sheet > .ps-marks-bar {
  padding-bottom: calc(6px + env(safe-area-inset-bottom));
}
body.psSheetCompact #paddock-seeker .paddock-seeker__grid {
  gap: 8px;
}
body.psSheetCompact #paddock-seeker .ps-mark-btn {
  min-height: 40px;
}
body.psSheetMini #paddock-seeker .ps-sheet__handle-wrap {
  display: none;
}
body.psSheetMini #paddock-seeker .ps-tab {
  height: 34px;
}
body.psSheetMini #paddock-seeker .ps-sheet__body {
  padding-bottom: 4px;
}
body.psSheetMini #paddock-seeker .paddock-seeker__guide {
  margin: 1px 0 3px;
  font-size: 11px;
  line-height: 14px;
}
body.psSheetMini #paddock-seeker .paddock-seeker__mode-tabs {
  margin-bottom: 4px;
}
body.psSheetMini #paddock-seeker .paddock-seeker__mode-tab {
  min-height: 26px;
  padding: 2px 8px;
}
body.psSheetMini #paddock-seeker .paddock-seeker__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px 6px;
}
body.psSheetMini #paddock-seeker .paddock-seeker__horse-button {
  min-height: 34px;
  padding: 4px 2px;
}
body.psSheetMini #paddock-seeker .ps-sheet > .ps-marks-bar {
  padding: 5px 14px calc(4px + env(safe-area-inset-bottom));
}
body.psSheetMini #paddock-seeker .ps-marks-bar__label {
  min-height: 18px;
  margin-bottom: 4px;
  line-height: 18px;
}
body.psSheetMini #paddock-seeker .ps-mark-btn {
  min-height: 38px;
  padding: 2px;
}













body.fmsPortraitActive.psSheetExpand.psSheetSubRow .fmsPortraitCarousel {
  display: block !important;
}
body.psSheetSubRow #paddock-seeker .paddock-seeker__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}


body.psSheetSubRow.psSheetMini #paddock-seeker .ps-tab {
  height: 32px;
}
body.psSheetSubRow.psSheetMini #paddock-seeker .ps-sheet__body {
  padding-bottom: 2px;
}
body.psSheetSubRow.psSheetMini #paddock-seeker .paddock-seeker__mode-tabs {
  margin-bottom: 3px;
}
body.psSheetSubRow.psSheetMini #paddock-seeker .paddock-seeker__mode-tab {
  min-height: 24px;
}
body.psSheetSubRow.psSheetMini #paddock-seeker .ps-sheet > .ps-marks-bar {
  padding: 4px 14px calc(3px + env(safe-area-inset-bottom));
}
body.psSheetSubRow.psSheetMini #paddock-seeker .ps-marks-bar__label {
  min-height: 16px;
  margin-bottom: 3px;
  line-height: 16px;
}
body.psSheetSubRow.psSheetMini #paddock-seeker .ps-mark-btn {
  min-height: 30px;
}




body.psSheetSubRow.psSheetMini #paddock-seeker .paddock-seeker__appearances {
  gap: 4px;
}
body.psSheetSubRow.psSheetMini #paddock-seeker .paddock-seeker__appearances > .paddock-seeker__appearance-button {
  min-height: 34px;
  padding: 4px 14px;
}
body.psSheetSubRow:not(.psSheetMini) #paddock-seeker .paddock-seeker__appearances {
  gap: 8px;
}
body.psSheetSubRow:not(.psSheetMini) #paddock-seeker .paddock-seeker__appearances > .paddock-seeker__appearance-button {
  min-height: 48px;
  padding: 8px 14px;
}

body.psSheetSubRow:not(.psSheetMini) #paddock-seeker .ps-tab {
  height: 36px;
}
body.psSheetSubRow:not(.psSheetMini) #paddock-seeker .ps-mark-btn {
  min-height: 34px;
}





body.fmsLandscapeActive .fmsLsSectionHead.ps-has-tabs {
  padding: 0 6px 0 2px;
  border-bottom: 1px solid #2b2c2e;
}
body.fmsLandscapeActive .fmsLsSectionTitle.ps-has-tabs {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
}
body.fmsLandscapeActive .fmsLsSectionTitle .ps-tabs {
  flex: 1 1 auto;
}
body.fmsLandscapeActive .fmsLsSectionTitle .ps-tab {
  height: 30px;
  padding: 0 2px;
  font-size: 10px;
}
body.fmsLandscapeActive .fmsLsSectionTitle .ps-tab.is-active {
  box-shadow: inset 0 -2px 0 var(--fms-green-300, #7ED7B8);
}
body.fmsLandscapeActive .fmsLsSeekerHost .ps-ls.ps-has-tabs {
  padding-top: 7px;
}
body.fmsLandscapeActive .fmsLsSeekerHost .ps-has-tabs .paddock-seeker__horse-button {
  gap: 3px;
}
body.fmsLandscapeActive .fmsLsSeekerHost .ps-mark-glyph {
  font-size: 11px;
}
body.fmsLandscapeActive .fmsLsSeekerHost .ps-mark-scratch {
  font-size: 8px;
}
body.fmsLandscapeActive .fmsLsSeekerHost .ps-mark-status {
  margin-left: 4px;
  padding: 0 4px;
  font-size: 8px;
  line-height: 12px;
  vertical-align: 0;
}

body.fmsLandscapeActive .fmsLsSeekerHost .ps-marks-bar {
  position: sticky;
  bottom: -8px;
  z-index: 2;
  margin-top: 8px;
  padding: 6px 0 8px;
  background: #0d0e0f;
}
body.fmsLandscapeActive .fmsLsSeekerHost .ps-marks-bar__label {
  gap: 4px;
  min-height: 16px;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 16px;
}
body.fmsLandscapeActive .fmsLsSeekerHost .ps-marks-bar__label b {
  font-size: 11px;
}
body.fmsLandscapeActive .fmsLsSeekerHost .ps-marks-race {
  height: 14px;
  padding: 0 4px;
  font-size: 9px;
}

body.fmsLandscapeActive .fmsLsSeekerHost .ps-marks-bar__buttons {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}


body.fmsLandscapeActive .fmsLsSeekerHost .ps-mark-btn {
  min-height: 32px;
  font-size: 12px;
}
body.fmsLandscapeActive .fmsLsSeekerHost .ps-mark-btn--clear {
  font-size: 12px;
}










.paddock-seeker__mode-sub {
  display: none;
}
.ps-pc {
  container: pspc / inline-size;
}
.ps-pc .ps-tab {
  height: 36px;
}
.ps-pc.ps-sheet .ps-sheet__body,
.ps-pc .ps-pane__body {
  padding: 8px 12px;
}

.ps-pc .paddock-seeker__guide--seek:not(.is-notice) {
  display: none;
}
.ps-pc .paddock-seeker__guide {
  margin-bottom: 6px;
}


.ps-pc .paddock-seeker__mode-tab {
  flex-direction: column;
  gap: 1px;
  min-height: 44px;
  padding: 3px 8px;
  border-radius: 10px;
  white-space: nowrap;
  overflow: hidden;
}
.ps-pc .paddock-seeker__mode-tab.is-active {
  border: 2px solid var(--fms-color-active, #5DCAA5);
}
.ps-pc .paddock-seeker__mode-label {
  font-size: 14px;
  line-height: 18px;
}
.ps-pc .paddock-seeker__mode-sub {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  opacity: 0.85;
}
.ps-pc .paddock-seeker__grid {
  gap: 6px;
}
.ps-pc .paddock-seeker__horse-button {
  min-height: 40px;
  padding: 4px 6px;
}


.ps-pc .paddock-seeker__appearances {
  gap: 6px;
}
.ps-pc .paddock-seeker__appearances > .paddock-seeker__appearance-button {
  min-height: 40px;
  padding: 6px 14px;
}

.ps-pc-hint {
  margin: 0 0 6px;
  color: #FFD27A;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
}
.ps-pc-hint__link {
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.ps-pc > .ps-marks-bar {
  padding: 6px 12px 8px;
}
.ps-pc > .ps-marks-bar .ps-marks-bar__label {
  min-height: 16px;
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 16px;
}
.ps-pc > .ps-marks-bar .ps-marks-bar__buttons {
  gap: 4px;
}
.ps-pc > .ps-marks-bar .ps-mark-btn {
  min-height: 34px;
  font-size: 17px;
}
.ps-pc > .ps-marks-bar .ps-mark-btn--clear {
  font-size: 13px;
}

@container pspc (min-width: 424px) {
  .ps-pc > .ps-marks-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 12px 8px;
  }
  .ps-pc > .ps-marks-bar .ps-marks-bar__label {
    flex: 0 1 auto;
    min-width: 0;
    margin-bottom: 0;
    font-size: 12px;
  }
  .ps-pc > .ps-marks-bar .ps-marks-bar__buttons {
    flex: 1 1 0;
    max-width: 380px;
    margin-left: auto;
    gap: 5px;
  }
  .ps-pc > .ps-marks-bar .ps-mark-btn {
    min-height: 36px;
  }
}
