:root {
  --sic1-green: #2d7a23;
  --sic1-green-dark: #154d11;
  --sic1-green-soft: #edf7e9;
  --sic1-black: #091007;
  --sic1-border: #0f5520;
  --sic1-link: #136810;
  --sic1-text: #182018;
  --sic1-card-border: #d8ded6;
  --sic1-sport-divider: rgba(128, 207, 111, 0.58);
}

* {
  box-sizing: border-box;
}

html {
  background: #061409;
}

body.sic1-body {
  margin: 0;
  min-height: 100vh;
  color: var(--sic1-text);
  font-family: Arial, Helvetica, sans-serif;
  background:
    linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)),
    url('/gfx/nfl-bg.jpg') center top / cover fixed no-repeat;
}

a,
a:visited {
  color: var(--sic1-link);
}

.sic1-shell {
  width: 100%;
  max-width: 1150px !important;
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #f3f5f2;
  border: 0;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
}

.sic1-header-top {
  position: relative;
  min-height: 132px;
  padding: 0 22px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 34% 42%, rgba(70, 125, 49, 0.58) 0%, rgba(18, 65, 25, 0.28) 36%, rgba(4, 20, 7, 0) 72%),
    linear-gradient(180deg, #0d2b11 0%, #103b17 45%, #061409 100%);
}

.sic1-header-visual {
  position: relative;
  z-index: 1;
  min-height: 132px;
  display: flex;
  align-items: center;
}

.sic1-header-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 4px, rgba(255, 255, 255, 0) 4px 9px);
  opacity: 0.95;
}

.sic1-logo-link {
  position: relative;
  z-index: 1;
  display: block;
  width: min(52%, 565px);
  max-width: min(52%, 565px);
  min-width: 0;
  margin-left: 0;
  text-decoration: none;
}

img.sic1-logo-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.sic1-account-wrap {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 380px;
  transform: none;
  z-index: 2;
}

.sic1-menu-toggle {
  display: none;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(8, 27, 10, 0.45);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.sic1-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
}

.sic1-account-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  border: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: none;
  backdrop-filter: none;
}

.sic1-account-card--guest {
  display: block;
}

.sic1-purchase-link,
.sic1-purchase-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 10px;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: linear-gradient(180deg, #2fa840, #12651f);
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0;
}

.sic1-account-links,
.sic1-login-form {
  padding: 0;
  border: 0;
  background: transparent;
}

.sic1-account-links {
  display: contents;
}

.sic1-account-links a,
.sic1-account-links a:visited,
.sic1-login-links a,
.sic1-login-links a:visited,
.sic1-login-button {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.1;
  font-family: Arial, Helvetica, sans-serif;
}

.sic1-account-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: linear-gradient(180deg, #2a2d2f, #161719);
  text-align: center;
}

.sic1-login-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sic1-login-form input {
  width: 100%;
  height: 36px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  color: #173716;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.sic1-login-form input::placeholder {
  color: #51714b;
}

.sic1-login-links {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sic1-login-button,
.sic1-register-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 10px;
  margin: 0;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, #2a2d2f, #161719);
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  appearance: none;
  -webkit-appearance: none;
}

.sic1-register-button {
  background: linear-gradient(180deg, #2fa840, #12651f);
}

.sic1-nav {
  padding: 11px 22px;
  background: linear-gradient(180deg, #ffffff, #f1f1f1);
  text-align: left;
  border-bottom: 1px solid #d5d5d5;
}

.sic1-nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

a.sic1-nav-link,
a.sic1-nav-link:visited {
  position: relative;
  color: var(--sic1-link);
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none !important;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 0 18px;
}

.sic1-nav-link:first-child {
  padding-left: 0;
}

.sic1-nav-link + .sic1-nav-link::before {
  content: "|";
  position: absolute;
  left: -2px;
  top: 0;
  color: #5f5f5f;
}

.sic1-mobile-panel {
  background:
    linear-gradient(180deg, #0f2610 0%, #173b17 100%);
  color: #ffffff;
}

.sic1-mobile-panel-header {
  padding: 18px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sic1-mobile-panel-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 14px;
  padding: 16px;
}

.sic1-mobile-account-card {
  width: 100%;
  max-width: none;
  margin: 0;
}

.sic1-mobile-nav {
  display: grid;
  gap: 8px;
  align-content: start;
}

.sic1-mobile-nav-link,
.sic1-mobile-nav-link:visited {
  display: block;
  min-height: 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2;
}

.sic1-header-bottom {
  height: 5px;
  background: url('/gfx/sic-header-bottom.jpg') center center / cover no-repeat;
}

.sic1-main {
  padding: 0 0 14px;
}

.home1-banner {
  line-height: 0;
  margin: 0;
  width: 100%;
}

.home1-banner a {
  display: block;
}

.home1-banner img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  margin: 0;
}

.home1-sports-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid var(--sic1-sport-divider);
  border-bottom: 1px solid var(--sic1-sport-divider);
  background: linear-gradient(180deg, #071a0b 0%, #0d3315 54%, #041307 100%);
}

.home1-content-shell {
  padding: 14px 16px 0;
}

.home1-sport-link {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 56px;
  padding: 7px 13px;
  overflow: hidden;
  border-right: 1px solid var(--sic1-sport-divider);
  border-bottom: 0;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  box-shadow: none;
}

.home1-sport-link:nth-child(6n) {
  border-right: 0;
}

.home1-sport-link::before {
  display: none;
}

.home1-sport-link:hover {
  color: #ffffff;
}

.home1-sport-icon-wrap,
.home1-sport-copy {
  position: relative;
  z-index: 1;
}

.home1-sport-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home1-sport-icon {
  display: block;
  width: 42px;
  max-width: 100%;
  height: auto;
  max-height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.home1-sport-copy {
  display: grid;
  gap: 1px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.02;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

.home1-sport-copy span {
  font-size: 0.74rem;
  font-weight: 500;
}

.home1-sport-copy strong {
  font-size: 0.92rem;
  font-weight: 800;
}

.home1-layout,
.home1-secondary {
  display: grid;
  gap: 24px;
}

.home1-layout {
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.94fr);
  gap: 26px;
  align-items: start;
  padding: 22px 18px 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home1-secondary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
  padding: 0 18px;
}

.home1-copy {
  padding: 4px 0 0;
}

.home1-copy h1 {
  margin: 0 0 20px;
  color: var(--sic1-link);
  font-size: clamp(1.95rem, 2.45vw, 2.18rem);
  line-height: 1.08;
  font-weight: 700;
  white-space: nowrap;
}

.home1-copy .home1-copy-body {
  color: #111b13;
  font-size: 1.12rem;
  line-height: 1.45;
}

.home1-copy .home1-copy-body p {
  margin: 0 0 18px;
}

.home1-copy .home1-copy-body img {
  max-width: 100%;
  height: auto;
}

.home1-copy .home1-copy-body strong,
.home1-copy .home1-copy-body a {
  color: var(--sic1-link);
}

.home1-proof-list {
  margin-top: 22px;
  border: 1px solid var(--sic1-card-border);
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.home1-proof-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px 20px;
}

.home1-proof-item + .home1-proof-item {
  border-top: 1px solid #e4e7e3;
}

.home1-proof-item h3 {
  margin: 0 0 6px;
  color: var(--sic1-link);
  font-size: 1.16rem;
  font-weight: 700;
}

.home1-proof-item p {
  margin: 0;
  color: #111b13;
  line-height: 1.35;
}

.home1-proof-icon {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  justify-self: center;
}

.home1-copy-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
  min-height: 60px;
  border-radius: 6px;
  background: linear-gradient(180deg, #158229, #075618);
  color: #ffffff;
  text-decoration: none;
  font-size: 1.18rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.home1-copy-cta:visited {
  color: #ffffff;
}

.home1-copy-cta span {
  font-size: 2rem;
  line-height: 1;
  margin-top: -5px; 
}

.home1-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--sic1-card-border);
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}

.home1-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 18px;
  background:
    linear-gradient(135deg, rgba(5, 45, 14, 0.97), rgba(3, 34, 11, 0.97)),
    url('/gfx/container-top.jpg') center / cover repeat-x;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
}

.home1-panel-header a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}

.home1-panel-header span {
  color: inherit;
}

.home1-panel-body {
  flex: 1 1 auto;
  padding: 18px 24px;
  background: #ffffff;
  border-top: 1px solid #d3d8d0;
}

.home1-panel-feature {
  height: clamp(558px, 50.8vw, 628px);
  min-height: 0;
}

.home1-panel-feature .home1-panel-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 0;
}

.home1-panel-feature .home1-panel-body::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 54px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 86%);
  pointer-events: none;
}

.home1-panel-scroll {
  flex: 1 1 auto;
  min-height: 0;
  padding: 18px 24px 26px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.home1-panel-scroll::-webkit-scrollbar {
  display: none;
}

.home1-panel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  color: #b5e943;
  font-size: 1.45rem;
  line-height: 1;
}

.home1-panel-feature .home1-panel-header {
  justify-content: flex-start;
  min-height: 64px;
  color: #ffffff;
  font-size: 1.28rem;
}

.home1-pick-group + .home1-pick-group {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.home1-group-title {
  margin: 0 0 18px;
  text-align: left;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.1rem;
  color: #121212;
  font-weight: 700;
}

.home1-handicapper-name {
  display: block;
  margin: 0;
  color: var(--sic1-link);
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: underline;
}

.home1-pick-item + .home1-handicapper-name {
  margin-top: 18px;
}

.home1-pick-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.home1-summary-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.home1-pick-item + .home1-pick-item,
.home1-summary-item + .home1-summary-item {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #d7d7d7;
}

.home1-avatar {
  display: block;
}

.home1-pick-title,
.home1-summary-title {
  display: inline-block;
  font-weight: 700;
}

.home1-pick-title {
  display: block;
  margin: 0 0 4px;
}

a.home1-pick-title,
a.home1-pick-title:visited {
  color: #111b13;
  text-decoration: none;
}

a.home1-pick-title:hover {
  color: var(--sic1-link);
  text-decoration: underline;
}

.home1-pick-price {
  color: #ff0000;
  font-weight: 700;
}

.home1-pick-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 6px;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.35;
}

.home1-pick-actions {
  margin: 0 2px 0 0;
  display: flex;
  gap: 0;
  align-items: center;
}

.home1-pick-actions img {
  display: block;
}

.home1-checkout {
  margin-top: 22px;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
}

.home1-checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(260px, calc(100% - 48px));
  min-height: 44px;
  margin: 28px auto 18px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #158229, #075618);
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.home1-checkout-button:visited {
  color: #ffffff;
}

.home1-summary-text {
  font-size: 0.95rem;
  line-height: 1.3;
}

.home1-panel-footer {
  margin-top: auto;
  padding: 0 14px 14px;
}

.home1-panel-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 36px;
  border: 1px solid #2d7440;
  border-radius: 4px;
  color: var(--sic1-link);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  background: #fbfffb;
}

.home1-records-link {
  padding: 12px 18px 0;
  text-align: center;
}

.home1-records-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 0;
  border-radius: 8px;
  padding: 14px 20px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(80, 174, 74, 0.35), rgba(8, 51, 18, 0) 60%),
    linear-gradient(180deg, #0f6125, #073915);
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(1.18rem, 1.75vw, 1.38rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: normal;
  word-spacing: 0.04em;
}

.home1-records-line {
  width: min(25%, 260px);
  height: 2px;
  background: linear-gradient(90deg, rgba(91, 207, 78, 0), rgba(91, 207, 78, 0.9));
}

.home1-records-line:last-child {
  background: linear-gradient(90deg, rgba(91, 207, 78, 0.9), rgba(91, 207, 78, 0));
}

.home1-records-shield {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
}

.capperlist1-top {
  align-items: start;
}

.capperlist1-proof-column {
  display: flex;
  flex-direction: column;
  align-self: start;
}

.capperlist1-cta {
  margin-top: 20px;
}

.capperlist1-bios-panel {
  margin-top: 8px;
}

.capperlist1-bios-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 32px;
  align-items: start;
}

.capperlist1-bio-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
}

.capperlist1-bio-avatar {
  width: 72px;
}

.capperlist1-bio-text {
  min-width: 0;
}

.capperlist1-more {
  margin-top: 4px;
}

.capperlist1-more .home1-copy-body p:last-child {
  margin-bottom: 0;
}

.sic1-footer {
  padding: 18px 18px 24px;
  border-top: 0;
  background: #f6f9f4;
  text-align: center;
}

.sic1-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
}

.sic1-footer-links a,
.sic1-footer-meta a {
  color: var(--sic1-link);
  text-decoration: none;
}

.sic1-footer-meta {
  margin-top: 10px;
}

.capper1-shell {
  padding: 18px;
  background: #f3f5f2;
}

.capper1-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 40%);
  grid-template-areas:
    "left picks";
  gap: 18px;
  align-items: stretch;
}

.capper1-panel {
  overflow: hidden;
  border: 1px solid var(--sic1-card-border);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(8, 30, 12, 0.08);
}

.capper1-left-panel {
  grid-area: left;
  display: flex;
  flex-direction: column;
}

.capper1-picks-panel {
  grid-area: picks;
  display: flex;
  flex-direction: column;
}

.capper1-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 18px;
  background:
    linear-gradient(135deg, rgba(5, 45, 14, 0.97), rgba(3, 34, 11, 0.97)),
    url('/gfx/container-top.jpg') center / cover repeat-x;
  color: #ffffff;
}

.capper1-panel-header h1,
.capper1-panel-header h2 {
  margin: 0;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.15;
  font-weight: 700;
}

.capper1-panel-header a {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
}

.capper1-intro-content {
  padding: 14px 18px 0;
}

.capper1-bio-content {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
}

.capper1-avatar .l,
.capper1-bio-content .l {
  margin: 0;
}

.capper1-bio-text {
  color: #101a12;
  font-size: 0.98rem;
  line-height: 1.45;
}

.capper1-bio-text p:first-child {
  margin-top: 0;
}

.capper1-bio-text p:last-child {
  margin-bottom: 0;
}

.capper1-records-block {
  border-top: 1px solid #dfe5dd;
}

.capper1-subsection-title {
  margin: 0 0 12px;
  padding: 18px 18px 0;
  color: var(--sic1-link);
  font-size: 1.15rem;
  font-weight: 700;
}

.capper1-records-block .capper1-table-wrap:first-of-type {
  padding-top: 0;
}

.capper1-picks-list,
.capper1-last-picks {
  padding: 18px;
}

.capper1-last-picks {
  border-top: 1px solid #dfe5dd;
}

.capper1-last-picks h2 {
  margin: 0 0 12px;
  color: var(--sic1-link);
  font-size: 1.15rem;
  font-weight: 700;
}

.capper1-pick-group-title {
  margin: 0 0 10px;
  color: #111111;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.capper1-group-spaced {
  margin-top: 16px;
}

.capper1-pick {
  padding: 0 0 14px;
  color: #101a12;
  font-size: 0.95rem;
  line-height: 1.3;
}

.capper1-pick + .capper1-pick,
.capper1-pick + .capper1-pick-group-title {
  padding-top: 14px;
  border-top: 1px solid #e0e0e0;
}

.capper1-pick strong {
  color: var(--sic1-link);
}

.capper1-pick-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 6px;
  margin-top: 3px;
}

.capper1-pick-actions {
  display: flex;
  align-items: center;
  gap: 0;
  margin-right: 2px;
}

.capper1-pick-actions img {
  display: block;
}

.capper1-price {
  color: #ff0000;
  font-weight: 700;
}

.capper1-units {
  color: var(--sic1-link);
  font-size: 0.82rem;
}

.capper1-card-link {
  display: inline-block;
  margin-top: 3px;
  font-size: 0.9rem;
  font-weight: 700;
}

.capper1-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 14px auto 0;
  max-width: 230px;
  min-height: 34px;
  border: 1px solid #bfc8bd;
  border-radius: 999px;
  background: #eeeeee;
  color: var(--sic1-link);
  font-weight: 700;
  text-decoration: none;
}

.capper1-empty {
  margin: 0;
  color: #303830;
}

.capper1-last-pick {
  margin: 0 0 7px;
  font-size: 0.92rem;
}

.capper1-win {
  color: #115914;
}

.capper1-loss {
  color: #ff0000;
}

.capper1-table-wrap {
  padding: 18px;
  overflow-x: auto;
}

.capper1-table-wrap + .capper1-table-wrap {
  padding-top: 0;
}

.capper1-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.capper1-table th {
  padding: 7px 8px;
  background: #054808;
  color: #ffffff;
  text-align: left;
}

.capper1-table td {
  padding: 7px 8px;
  border-bottom: 1px solid #d6ddd4;
}

.capper1-table tbody tr:nth-child(even) {
  background: #edf2eb;
}

.capper1-record-view {
  margin: 0 auto;
}

.capper1-record-detail-table {
  min-width: 760px;
}

.leader1-shell {
  padding: 18px;
  background: #f3f5f2;
}

.leader1-hero {
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
  padding: 4px 2px 12px;
}

.leader1-hero-art {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}

.leader1-hero-art img {
  display: block;
  width: 100%;
  max-width: 210px;
  max-height: 170px;
  object-fit: contain;
}

.leader1-hero h1 {
  margin: 0 0 10px;
  color: var(--sic1-link);
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  line-height: 1.08;
  font-weight: 700;
}

.leader1-hero p {
  margin: 0 0 8px;
  color: #121b13;
  font-size: 1.02rem;
  line-height: 1.4;
}

.leader1-hero p:last-child {
  margin-bottom: 0;
}

.leader1-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid #d8ded5;
  background: #f7faf6;
}

.leader1-filter-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 13px;
  border: 1px solid #cbd8c7;
  border-radius: 999px;
  color: var(--sic1-link);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.leader1-filter-link.is-active {
  border-color: #0d611d;
  background: linear-gradient(180deg, #158229, #075618);
  color: #ffffff;
}

.leader1-panel {
  overflow: hidden;
  border: 1px solid var(--sic1-card-border);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(8, 30, 12, 0.08);
}

.leader1-panel-header {
  padding: 14px 18px;
  background:
    linear-gradient(135deg, rgba(5, 45, 14, 0.97), rgba(3, 34, 11, 0.97)),
    url('/gfx/container-top.jpg') center / cover repeat-x;
  color: #ffffff;
}

.leader1-panel-header h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 700;
}

.leader1-panel-header span {
  font-weight: 500;
}

.leader1-list {
  display: grid;
  gap: 0;
}

.leader1-card {
  display: grid;
  grid-template-columns: minmax(270px, 0.78fr) minmax(360px, 1.22fr);
  gap: 22px;
  padding: 0px 24px;
  background: #ffffff;
}

.leader1-card:nth-child(even) {
  background: #f7faf6;
}

.leader1-card + .leader1-card {
  border-top: 1px solid #d8ded5;
}

.leader1-summary {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
}

.leader1-avatar {
  display: block;
}

.leader1-name-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 5px;
}

.leader1-name {
  color: var(--sic1-link);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: underline;
}

.leader1-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 24px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #e8f1e6;
  color: var(--sic1-link);
  font-size: 0.85rem;
  font-weight: 700;
}

.leader1-record,
.leader1-units {
  color: #111b13;
  font-size: 0.98rem;
  line-height: 1.35;
}

.leader1-picks {
  min-width: 0;
}

.leader1-pick-date {
  margin: 9px 0;
  color: #101510;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.02rem;
  font-weight: 700;
}

.leader1-pick-date:not(:first-child) {
  margin-top: 14px;
}

.leader1-pick {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 7px;
  align-items: start;
  margin-bottom: 8px;
}

.leader1-pick-actions {
  display: flex;
  align-items: center;
  gap: 0;
  padding-top: 1px;
}

.leader1-pick-actions img {
  display: block;
  cursor: pointer;
}

.leader1-pick-copy {
  color: #111b13;
  font-size: 0.95rem;
  line-height: 1.3;
}

.leader1-pick-copy strong {
  font-weight: 700;
}

.leader1-pick--stacked {
  display: block;
}

.leader1-pick-copy--stacked {
  display: grid;
  gap: 4px;
}

.leader1-pick-title {
  display: block;
  margin: 0;
}

a.leader1-pick-title,
a.leader1-pick-title:visited {
  color: #111b13;
  font-weight: 800;
  text-decoration: none;
}

a.leader1-pick-title:hover {
  color: var(--sic1-link);
  text-decoration: underline;
}

.leader1-pick-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 6px;
}

.leader1-pick-buy {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  gap: 6px;
  white-space: nowrap;
}

.leader1-pick-meta--standard {
  display: block;
  white-space: nowrap;
}

.leader1-pick-meta--standard .leader1-pick-buy {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.leader1-pick-meta--standard em {
  display: inline-block;
  vertical-align: middle;
}

.leader1-pick-meta--standard em {
  margin-left: 6px;
  white-space: nowrap;
}

.leader1-price {
  color: #ff0000;
  font-weight: 700;
}

.leader1-empty {
  margin: 0;
  color: #2a342b;
  font-size: 0.98rem;
}

.leader1-extra {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid var(--sic1-card-border);
  border-radius: 14px;
  background: #ffffff;
}

.pickpage1-hero-body {
  color: #121b13;
  font-size: 1.02rem;
  line-height: 1.4;
}

.pickpage1-hero-body p {
  margin: 0 0 8px;
}

.pickpage1-hero-body p:last-child {
  margin-bottom: 0;
}

.pickpage1-hero {
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pickpage1-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin: 16px 0;
}

.pickpage1-toolbar-bottom {
  margin-top: 16px;
  margin-bottom: 0;
}

.pickpage1-toolbar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid #c8d4c4;
  border-radius: 999px;
  background: #ffffff;
  color: var(--sic1-link);
  font-weight: 700;
  text-decoration: none;
}

.pickpage1-toolbar-button-primary, .pickpage1-toolbar-button-primary:visited {
  border-color: #0d611d;
  background: linear-gradient(180deg, #158229, #075618);
  color: #ffffff;
}

.pickpage1-card {
  grid-template-columns: 1fr;
  gap: 16px;
}

.pickpage1-card-top {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(360px, 1.2fr);
  gap: 18px;
  align-items: center;
}

.pickpage1-summary {
  align-items: center;
}

.pickpage1-summary-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pickpage1-summary-title {
  display: block;
  margin-bottom: 0;
}

.pickpage1-summary-subtitle {
  margin-bottom: 0;
  color: #425143;
  font-size: 0.93rem;
}

.pickpage1-summary-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 7px;
    min-height: 0;
    padding: 0;
    color: #112015;
    font-size: 0.92rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.pickpage1-summary-action-icons {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
}

.pickpage1-summary-action-icons img {
  display: block;
}

.pickpage1-record-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-self: stretch;
}

.pickpage1-record-item {
  padding: 11px 12px;
  border: 1px solid #d8ded5;
  border-radius: 10px;
  background: #f7faf6;
}

.pickpage1-record-item span {
  display: block;
  margin-bottom: 4px;
  color: #4a5a4b;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pickpage1-record-item strong {
  display: block;
  color: var(--sic1-link);
  font-size: 1rem;
  line-height: 1.15;
}

.pickpage1-bundle-row,
.pickpage1-bundle-note {
  margin-top: 0;
}

.pickpage1-bundle-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #eef6ec;
  color: #112015;
}

.pickpage1-bundle-icons {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
}

.pickpage1-bundle-icons img {
  display: block;
}

.pickpage1-bundle-label,
.pickpage1-bundle-note {
  font-size: 0.92rem;
  line-height: 1.35;
}

.pickpage1-bundle-note {
  color: #425143;
}

.pickpage1-picks {
  min-width: 0;
  padding-top: 0;
  border-top: 0;
}

.pickpage1-pick {
  grid-template-columns: 1fr;
  margin-bottom: 10px;
}

.pickpage1-pick-copy {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  min-width: 0;
}

.pickpage1-pick-main {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 0 1 auto;
}

.pickpage1-pick-main .leader1-pick-actions {
  flex: 0 0 auto;
  padding-top: 0;
}

.pickpage1-pick-subline {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 0 1 auto;
}

.pickpage1-pick-price,
.pickpage1-sport-tag,
.pickpage1-started {
  white-space: nowrap;
  flex: 0 0 auto;
}

.pickpage1-matchup {
  color: #101a12;
  font-weight: 700;
  white-space: nowrap;
  flex: 0 1 auto;
}

a.pickpage1-matchup,
a.pickpage1-matchup:visited {
  color: #101a12;
  text-decoration: none;
}

a.pickpage1-matchup:hover {
  color: var(--sic1-link);
  text-decoration: underline;
}

.pickpage1-pick-meta-line {
  color: #455246;
  font-size: 0.88rem;
  white-space: nowrap;
}

.pickpage1-card-link {
  color: var(--sic1-link);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.pickpage1-pick-copy.is-started .pickpage1-matchup,
.pickpage1-pick-copy.is-started .pickpage1-pick-meta-line,
.pickpage1-pick-copy.is-started .pickpage1-card-link {
  color: #747d76;
}

.pickpage1-sport-tag,
.pickpage1-started {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
}

.pickpage1-sport-tag {
  background: #e7f1e5;
  color: var(--sic1-link);
}

.pickpage1-started {
  background: #ededed;
  color: #5f685f;
}

.pickpage1-empty-state {
  padding: 20px 24px;
}

.pickpage1-extra .home1-copy-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .sic1-shell {
    margin: 0 auto 6px;
  }

  .sic1-header-top {
    min-height: 0;
    padding: 18px 18px 14px;
  }

  .sic1-header-top::after {
    display: none;
  }

  .sic1-account-wrap {
    position: static;
    width: 100%;
    margin-top: 14px;
    transform: none;
  }

  .sic1-account-card {
    max-width: 360px;
  }

  .sic1-logo-link {
    width: min(50%, 320px);
    max-width: min(50%, 320px);
  }

  .home1-content-shell {
    padding: 16px 12px 0;
  }

  .home1-layout {
    grid-template-columns: 1fr;
    padding: 18px 16px 20px;
  }

  .home1-panel-feature {
    height: min(620px, 82vh);
  }

  .home1-secondary {
    padding: 0 16px;
  }

  .home1-records-link {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home1-sports-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home1-sport-link {
    min-height: 62px;
    padding: 8px 10px;
  }

  .home1-sport-link:nth-child(6n) {
    border-right: 1px solid var(--sic1-sport-divider);
  }

  .home1-sport-link:nth-child(3n) {
    border-right: 0;
  }

  .home1-layout,
  .home1-secondary {
    grid-template-columns: 1fr;
  }

  .capper1-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "picks"
      "left";
  }

  .capperlist1-proof-column {
    margin-top: 4px;
  }

  .leader1-shell {
    padding: 14px 12px;
  }

  .leader1-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .leader1-picks {
    padding-top: 14px;
    border-top: 1px solid #d8ded5;
  }

  .pickpage1-card {
    grid-template-columns: 1fr;
  }

  .pickpage1-card-top {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sic1-header-top {
    min-height: 150px;
    padding: 0;
  }

  .sic1-header-visual {
    min-height: 150px;
  }

  .sic1-logo-link {
    width: min(46%, 370px);
    max-width: min(46%, 370px);
    margin-left: 30px;
  }

  .sic1-account-wrap {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 220px;
    margin-top: 0;
    transform: translateY(-50%);
  }

  .sic1-account-card {
    max-width: none;
  }

  .sic1-nav {
    padding: 5px 18px;
  }

  a.sic1-nav-link,
  a.sic1-nav-link:visited {
    font-size: 18px;
    padding: 4px 13px;
  }

  .sic1-nav-link + .sic1-nav-link::before {
    top: 4px;
  }

  .home1-secondary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .home1-summary-item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
  }

  .home1-panel-body {
    padding: 14px;
  }

  .capper1-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 42%);
    grid-template-areas:
      "left picks";
  }

  .leader1-card {
    grid-template-columns: minmax(240px, 0.82fr) minmax(330px, 1.18fr);
    gap: 16px;
    padding: 18px;
  }

  .pickpage1-card {
    grid-template-columns: 1fr;
  }

  .pickpage1-card-top {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .home1-copy {
    padding: 15px 0 0;
  }

  .home1-copy .home1-copy-body {
    font-size: 1.24rem;
    line-height: 1.38;
  }

  .home1-copy h1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 777.98px) {
  .sic1-main {
    padding: 0 0 12px;
  }

  .sic1-header-top {
    min-height: 92px;
    padding: 0;
  }

  .sic1-header-top::after {
    display: none;
  }

  .sic1-header-visual {
    min-height: 92px;
  }

  .sic1-logo-link {
    width: 74%;
    max-width: 300px;
    margin-left: 18px;
  }

  .sic1-mobile-account-card .sic1-login-form {
    grid-template-columns: 1fr;
  }

  .sic1-mobile-account-card .sic1-login-links {
    grid-column: auto;
  }

  .sic1-mobile-panel-body .sic1-mobile-account-card {
    max-width: none;
  }

  .sic1-account-wrap,
  .sic1-nav {
    display: none;
  }

  .sic1-menu-toggle {
    display: inline-flex;
  }

  .home1-sports-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home1-sport-link:nth-child(3n) {
    border-right: 0;
  }

  .home1-sport-link:nth-child(-n+3) {
    border-bottom: 1px solid var(--sic1-sport-divider);
  }

  .home1-sport-link {
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 5px;
    justify-items: stretch;
    min-height: 45px;
    padding: 2px 6px;
    text-align: left;
  }

  .home1-sport-icon {
    width: 29px;
    max-height: 32px;
  }

  .home1-sport-copy span {
    font-size: 0.58rem;
  }

  .home1-sport-copy strong {
    font-size: 0.68rem;
  }

  .home1-layout > .home1-panel:not(.home1-panel-feature) .home1-panel-body,
  .home1-layout > .home1-panel-feature .home1-panel-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .home1-layout > .home1-panel:not(.home1-panel-feature) .home1-panel-body::-webkit-scrollbar,
  .home1-layout > .home1-panel-feature .home1-panel-scroll::-webkit-scrollbar {
    display: none;
  }

  .home1-layout .home1-pick-group {
    min-width: 430px;
  }

  .home1-panel-feature {
    height: 558px;
  }

  .home1-pick-item {
    grid-template-columns: 62px max-content;
  }

  .home1-summary-item {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 14px;
  }

  .home1-layout {
    padding: 18px 12px 20px;
    border-radius: 0;
    border: 0;
  }

  .home1-secondary {
    padding: 0 12px;
  }

  .home1-records-link {
    padding-right: 12px;
    padding-left: 12px;
  }

  .home1-copy h1 {
    font-size: clamp(1.22rem, 5.9vw, 1.68rem);
    line-height: 1.08;
    white-space: nowrap;
  }

  .home1-proof-item {
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 14px;
  }

  .home1-proof-icon {
    width: 40px;
    height: 40px;
  }

  .home1-records-link a {
    gap: 12px;
    font-size: 1.15rem;
  }

  .home1-records-line {
    display: none;
  }

  .home1-avatar {
    width: 62px;
  }

  .home1-content-shell {
    padding: 14px 8px 0;
  }

  .pickpage1-toolbar {
    flex-direction: column;
  }

  .pickpage1-record-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .pickpage1-bundle-row {
    align-items: flex-start;
  }

  .capperlist1-bios-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .capperlist1-bio-item {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 12px;
  }

  .capperlist1-bio-avatar {
    width: 70px;
  }

  .capper1-shell {
    padding: 12px 8px;
  }

  .capper1-bio-content {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .leader1-hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 2px 0 12px;
  }

  .leader1-hero-art {
    display: none;
  }

  .leader1-hero h1 {
    font-size: 1.55rem;
  }

  .leader1-filter {
    gap: 6px;
  }

  .leader1-filter-link {
    flex: 1 1 calc(33.333% - 6px);
    padding-right: 8px;
    padding-left: 8px;
  }

  .leader1-filter-link--all {
    flex: 0 0 100%;
    width: 100%;
  }

  .leader1-panel-header h2 {
    font-size: 1.18rem;
  }

  .leader1-summary {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 14px;
  }

  .leader1-pick-meta {
    gap: 4px 6px;
  }

  .leader1-pick-meta .leader1-pick-actions {
    order: 0;
  }

  .leader1-pick-meta--standard em {
    margin-left: 6px;
  }

  .pickpage1-pick-copy {
    display: grid;
    gap: 4px;
  }

  .pickpage1-pick-main {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .pickpage1-pick-main .leader1-pick-actions {
    order: 0;
  }

  .pickpage1-summary-action {
    width: 100%;
    background: transparent;
  }

  .pickpage1-pick-subline {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .pickpage1-matchup,
  .pickpage1-pick-meta-line,
  .pickpage1-card-link {
    width: 100%;
  }

  .pickpage1-matchup,
  .pickpage1-pick-meta-line,
  .pickpage1-card-link {
    white-space: normal;
  }

  .capper1-picks-list,
  .capper1-last-picks,
  .capper1-table-wrap {
    padding: 14px;
  }

  .capper1-last-picks {
    display: none;
  }

  .capper1-panel-header {
    padding: 11px 14px;
  }

  .capper1-panel-header h1,
  .capper1-panel-header h2 {
    font-size: 1.1rem;
  }

  .capper1-pick-meta {
    align-items: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 777.98px) {
  .sic1-header-top {
    min-height: 92px;
    padding: 0;
  }

  .sic1-header-visual {
    min-height: 92px;
  }

  .sic1-logo-link {
    width: 74%;
    max-width: 300px;
    margin-left: 18px;
  }
}
