/* Lux NFL pool — same picker as Jerzes, Lux colors. */
:root{
  --pool-red:#f14c4f;
  --pool-red-dark:#d93d40;
  --pool-navy:#1f3a4d;
  --pool-ink:#31485b;
  --pool-muted:#5a6770;
}

body.pool-page{
  background:#fff;
  color:var(--pool-ink);
  font-family:'Montserrat',sans-serif;
}

body.pool-page header.bp-nav,
body.pool-page .gd-nav__center{
  overflow:visible;
}
body.pool-page .gd-nav__links--left,
body.pool-page .gd-nav__links--right{
  flex:0 1 auto;
  gap:clamp(10px,1.2vw,18px);
}

.skip{
  position:absolute;
  left:-999px;
  top:8px;
  z-index:4000;
  background:var(--pool-navy);
  color:#fff;
  padding:8px 14px;
  font-weight:800;
}
.skip:focus{left:8px}

.pool-main{
  padding:128px 24px 80px;
  min-height:70vh;
  background:#fff;
  color:var(--pool-ink);
}
.pool-main .container{
  max-width:1080px;
  margin:0 auto;
}
.pool-main > .container > h3{
  margin:0 0 8px;
  font-size:12px;
  font-weight:800;
  letter-spacing:2.4px;
  text-transform:uppercase;
  color:var(--pool-red);
}
.pool-main > .container > h2{
  margin:0 0 12px;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(32px,5vw,48px);
  font-weight:700;
  color:var(--pool-navy);
  line-height:1.1;
}
.pool-main a{color:var(--pool-red)}
.pool-main a:hover{color:var(--pool-red-dark)}
.prose p{margin:0 0 14px;line-height:1.65;font-size:16px}
.prose a{font-weight:700}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:185px;
  padding:7px 25px;
  font-family:inherit;
  font-size:16px;
  font-weight:800;
  letter-spacing:2px;
  line-height:1.5;
  text-transform:uppercase;
  text-decoration:none;
  border:1px solid transparent;
  border-radius:0;
  cursor:pointer;
  transition:background .15s ease,color .15s ease,border-color .15s ease;
}
@media (max-width:767.98px){
  .btn{min-width:160px;font-size:14px}
}
.btn-primary{
  background:var(--pool-red);
  border-color:var(--pool-red);
  color:#fff !important;
}
.btn-primary:hover{
  background:var(--pool-red-dark);
  border-color:var(--pool-red-dark);
  color:#fff !important;
}
.btn-secondary{
  background:var(--pool-navy);
  border-color:var(--pool-navy);
  color:#fff !important;
}
.btn-secondary:hover{
  background:#04070c;
  border-color:#04070c;
  color:#fff !important;
}

.pool-page h2{margin-bottom:12px}
.pool-nav{
  display:flex;
  flex-wrap:wrap;
  gap:0 18px;
  margin:8px 0 28px;
  border-bottom:2px solid #eee;
}
.pool-nav a{
  padding:10px 0;
  font-size:13px;
  font-weight:800;
  letter-spacing:1.14px;
  text-transform:uppercase;
  color:var(--pool-ink);
  text-decoration:none;
  border-bottom:2px solid transparent;
  margin-bottom:-2px;
}
.pool-nav a:hover,
.pool-nav a.is-active{
  color:var(--pool-red);
  border-bottom-color:var(--pool-red);
}
.pool-lead{max-width:46rem}
.pool-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin:8px 0 28px;
}
.pool-cards article{
  background:var(--pool-navy);
  color:#fff;
  padding:22px 20px;
}
.pool-cards h5{
  color:#fff;
  font-size:22px;
  margin:0 0 10px;
  font-family:'Playfair Display',Georgia,serif;
}
.pool-cards p{margin:0 0 10px;font-size:15px;color:rgba(255,255,255,.9)}
.pool-hint{color:var(--pool-muted);font-size:14px;font-weight:600}
.pool-boot{
  display:flex;
  align-items:center;
  gap:14px;
  margin:24px 0 48px;
  padding:18px 20px;
  max-width:28rem;
  background:var(--pool-navy);
  color:#fff;
}
.pool-boot p{
  margin:0;
  font-size:15px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.pool-boot__spin{
  width:22px;
  height:22px;
  flex:0 0 22px;
  border:3px solid rgba(255,255,255,.25);
  border-top-color:var(--pool-red);
  border-radius:50%;
  animation:pool-spin .7s linear infinite;
}
@keyframes pool-spin{to{transform:rotate(360deg)}}
.pool-note{
  padding:12px 14px;
  margin:0 0 18px;
  background:#f4f5f6;
  font-size:15px;
}
.pool-note--ok{background:#e8f6ec}
.pool-note--warn{background:#fdecea}
.pool-auth{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  margin-bottom:24px;
}
.pool-form{
  display:grid;
  gap:12px;
  max-width:28rem;
}
.pool-form button{margin-top:8px;margin-right:8px}
.pool-form-msg{margin:0 0 12px}
.pool-form-disclaimer{
  margin:0;
  font-size:13px;
  font-weight:400;
  letter-spacing:0;
  text-transform:none;
  color:var(--pool-muted);
  line-height:1.45;
}
.pool-form label{
  display:grid;
  gap:6px;
  font-size:13px;
  letter-spacing:1px;
  text-transform:uppercase;
  font-weight:700;
}
.pool-form input[type="text"],
.pool-form input[type="password"],
.pool-form input[type="email"],
.pool-form input[type="tel"],
.pool-form input:not([type]),
.pool-sheet input[type="number"],
.pool-toolbar select,
.pool-sheet select{
  width:100%;
  box-sizing:border-box;
  min-height:42px;
  padding:8px 10px;
  border:1px solid #ccc;
  font:inherit;
  font-weight:700;
  background:#fff;
  color:var(--pool-ink);
}
.pool-radio{
  display:flex;
  align-items:center;
  gap:8px;
  text-transform:none;
  letter-spacing:0;
  font-size:16px;
}
.pool-toolbar{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:16px 24px;
  margin-bottom:16px;
}
.pool-toolbar label{display:flex;align-items:center;gap:8px}
.pool-toolbar select{width:auto;min-width:160px}
.pool-sheet-wrap{overflow-x:auto;margin-bottom:16px}
.pool-sheet,
.pool-standings{
  width:100%;
  border-collapse:collapse;
  font-size:15px;
}
.pool-sheet th,
.pool-standings th{
  text-align:left;
  font-size:12px;
  letter-spacing:1.14px;
  text-transform:uppercase;
  color:var(--pool-muted);
  padding:8px 10px;
  border-bottom:2px solid var(--pool-navy);
}
.pool-sheet td,
.pool-standings td{
  padding:8px 10px;
  border-bottom:1px solid #eee;
  vertical-align:middle;
}
.pool-kick{white-space:nowrap;color:var(--pool-muted);font-size:13px;font-weight:700}
.pool-team{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  width:100%;
  min-height:42px;
  padding:8px 10px;
  border:1px solid #ccc;
  background:#fff;
  text-align:left;
  font-weight:800;
  cursor:pointer;
  color:var(--pool-ink);
}
.pool-team span{color:var(--pool-red)}
.pool-team.is-picked{
  border-color:var(--pool-red);
  background:var(--pool-red);
  color:#fff;
}
.pool-team.is-picked span{color:#fff}
.pool-team.is-picked.is-hit,
.pool-sheet tr.is-hit .pool-team.is-picked{
  background:#1f8a4c;
  border-color:#1f8a4c;
  color:#fff;
}
.pool-team.is-picked.is-miss,
.pool-sheet tr.is-miss .pool-team.is-picked{
  background:#c4311c;
  border-color:#c4311c;
  color:#fff;
}
.pool-team.is-picked.is-push{
  background:#8a741c;
  border-color:#8a741c;
  color:#fff;
}
.pool-team:disabled{opacity:.7;cursor:default}
.pool-sheet tr.is-locked{background:#fafafa}
.pool-sheet tr.is-featured,
.pool-sheet tr.is-husker{background:#fff4f2}
.pool-sheet tr.is-hit{background:#e8f7ee}
.pool-sheet tr.is-miss{background:#fdecea}
.pool-sheet tr.is-push{background:#f7f3e0}
.pool-sheet tr.is-live{background:#fff8e8}
.pool-sheet tr.is-featured td:first-child,
.pool-sheet tr.is-husker td:first-child{font-weight:800;color:var(--pool-red)}
.pool-sheet select{min-width:72px;width:auto}
.pool-result{font-size:13px;color:var(--pool-muted);white-space:nowrap}
.pool-result.is-hit{color:#1f8a4c;font-weight:800}
.pool-result.is-miss{color:#c4311c;font-weight:800}
.pool-result.is-push{color:#8a741c;font-weight:800}
.pool-result.is-live{color:#b15b00;font-weight:800}
.pool-standings td:first-child{font-weight:800;color:var(--pool-red)}
.pool-rules h4{margin:28px 0 8px;font-size:28px;color:var(--pool-navy);font-family:'Playfair Display',Georgia,serif}
.pool-rules h5{font-size:24px;margin:18px 0 8px}
.pool-rules ul{list-style:disc;margin:0 0 20px;padding:0 0 0 1.2em}
.pool-prizes ol{margin:0 0 20px;padding:0 0 0 1.4em}
.pool-prizes ol li,
.pool-prizes ul li{margin:0 0 8px;font-weight:700}
@media (max-width:991.98px){
  .pool-cards{grid-template-columns:1fr}
  .pool-auth{grid-template-columns:1fr}
}
@media (max-width:767.98px){
  .pool-main{padding:110px 16px 64px}
  .pool-sheet th:first-child,
  .pool-sheet td.pool-kick{display:none}
}
.pool-standings tr.is-kicked td{color:var(--pool-muted);text-decoration:line-through}
.pool-standings td .btn{min-width:0;padding:4px 12px;font-size:13px;letter-spacing:1px}
