/* Poker Tournament DB — 2026 calm-density dark product UI */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KUnNSg.ttf) format('truetype');
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  min-height: 100%;
}
body {
  background-color: #0b0d0c;
  background-image: radial-gradient(ellipse 70% 40% at 50% 0%, rgba(201, 162, 39, 0.07), transparent 55%), linear-gradient(180deg, rgba(11, 13, 12, 0.78), rgba(11, 13, 12, 0.88)), url(images/poker-chips-bg.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #f5f5f4;
  -webkit-font-smoothing: antialiased;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
#app {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #f5f5f4;
  min-height: 100vh;
  padding: 24px 16px 48px;
  text-align: center;
  /* Hero purpose — title leads, equal weight vs sponsor */
  /* Stake — contained affiliate strip only */
  /* Supplemental content pages (hubs, guides, glossary) */
  /* Real homepage intro above search */
  /* Soft-launch footer — hubs + guides under search */
}
#app a {
  color: #c9a227;
  text-decoration: none;
  transition: color 0.15s cubic-bezier(0.16, 1, 0.3, 1), background 0.15s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.15s cubic-bezier(0.16, 1, 0.3, 1), transform 0.15s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.15s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.15s cubic-bezier(0.16, 1, 0.3, 1);
}
#app a:hover {
  color: #dbb848;
}
#app a:focus-visible {
  outline: 2px solid rgba(201, 162, 39, 0.7);
  outline-offset: 2px;
}
#app .app-shell {
  max-width: 680px;
  margin: 0 auto;
}
#app .app-header {
  position: sticky;
  top: 0;
  z-index: 20;
  margin: 0 0 24px;
}
#app .header-band {
  padding: 24px 24px 20px;
  background: rgba(11, 13, 12, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
#app .brand-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 6px 12px 6px 8px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(201, 162, 39, 0.15);
}
#app .brand-mark {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c9a227;
}
#app .brand-name {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a1a1aa;
}
#app h1 {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #f5f5f4;
  margin: 0 auto 12px;
  max-width: 16ch;
}
#app .tagline {
  margin: 0 auto 20px;
  max-width: 34rem;
  color: #a1a1aa;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}
#app h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #f5f5f4;
  text-align: left;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#app h4,
#app p {
  margin: 0;
}
#app .app-nav,
#app nav {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.09);
}
#app .app-nav a,
#app nav a,
#app .app-nav .nav-links,
#app nav .nav-links {
  padding: 10px 16px;
  border-radius: 9999px;
  color: #a1a1aa;
  font-size: 13px;
  font-weight: 600;
}
#app .app-nav a:hover,
#app nav a:hover,
#app .app-nav .nav-links:hover,
#app nav .nav-links:hover {
  color: #f5f5f4;
  background: rgba(255, 255, 255, 0.06);
}
#app .app-nav .nav-active,
#app nav .nav-active,
#app .app-nav a.nav-active,
#app nav a.nav-active {
  color: #0b0d0c;
  background: #c9a227;
}
#app .app-nav .nav-sep,
#app nav .nav-sep {
  display: none;
}
#app hr {
  display: none;
}
#app .stake-ad {
  margin: 0 0 20px;
}
#app .stake-banner {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 28px rgba(54, 123, 230, 0.28);
  background: transparent;
}
#app .stake-banner:hover {
  box-shadow: 0 10px 32px rgba(54, 123, 230, 0.4);
}
#app .stake-banner-art {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#app .stake-banner-disclosure {
  margin: 8px 0 0;
  font-size: 12px;
  color: #71717a;
  letter-spacing: 0.01em;
}
#app .detail-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  margin: 0 0 16px;
}
#app .back-link-muted {
  opacity: 0.72;
  font-weight: 500;
}
#app .back-link-muted:hover {
  opacity: 1;
}
#app .back-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(0, 0, 0, 0.25);
  color: #f5f5f4 !important;
  font-size: 13px;
  font-weight: 600;
}
#app .back-link:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #f5f5f4 !important;
}
#app .panel,
#app main.panel {
  background: #141816;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-align: center;
}
#app ul {
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
#app ul .casino-prop {
  list-style: none;
  margin-bottom: 12px;
  line-height: 1.5;
  color: #a1a1aa;
}
#app .output-shell {
  position: relative;
  margin-top: 4px;
}
#app .output-shell::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.75rem;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(20, 24, 22, 0), #141816 88%);
  border-radius: 0 0 10px 10px;
}
#app .output {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 0;
  max-height: 21.5rem;
  overflow-y: auto;
  padding: 0 0 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}
#app .output::-webkit-scrollbar {
  width: 8px;
}
#app .output::-webkit-scrollbar-track {
  background: transparent;
}
#app .output::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
}
#app .output::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35);
}
#app .output li,
#app .output .output-item {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1a1f1c;
}
#app .output li a,
#app .output .output-item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 14px 16px;
  color: #f5f5f4;
  font-weight: 600;
  text-align: left;
}
#app .output li:hover,
#app .output .output-item:hover {
  border-color: rgba(255, 255, 255, 0.16);
  background: #1f2521;
}
#app .output .casino-result-name {
  font-size: 15px;
  font-weight: 600;
  color: #f5f5f4;
  letter-spacing: -0.01em;
}
#app .output .casino-result-meta {
  font-size: 12px;
  font-weight: 500;
  color: #a1a1aa;
}
#app .output .casino-result-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
#app .output .output-item.has-schedule > a {
  border-color: rgba(212, 175, 55, 0.35);
}
#app .schedule-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.18);
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: #c9a227;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
#app .casino-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
}
#app .casino-title-row .name {
  margin: 0;
  font-size: 1.25rem;
}
#app .casino-details .casino-prop {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: baseline;
}
#app .casino-details .casino-prop .title {
  min-width: 8.5rem;
  margin: 0;
}
#app .casino-details .casino-prop > span {
  color: #f5f5f4;
  font-weight: 500;
}
#app .schedule-pending {
  margin: 0;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.09);
  color: #a1a1aa;
  font-size: 14px;
  line-height: 1.45;
  background: rgba(0, 0, 0, 0.2);
}
#app ol {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#app ol .tournament {
  list-style: none;
  margin: 0;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1a1f1c;
}
#app ol .tournament ul {
  width: 100%;
  padding: 0;
}
#app ol .tournament .tournament-prop {
  list-style: none;
  padding-bottom: 8px;
  color: #a1a1aa;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: baseline;
}
#app ol .tournament .tournament-prop .title {
  min-width: 8.5rem;
  margin: 0;
}
#app ol .tournament .tournament-prop > span {
  color: #f5f5f4;
  font-weight: 500;
}
#app ol .tournament .tournament-name {
  padding-bottom: 12px;
}
#app ol .tournament .tournament-name .name {
  display: block;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
}
#app ol .tournament .tournament-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 12px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#app .tourney-chip {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  min-width: 4.5rem;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.28);
}
#app .tourney-chip-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #71717a;
}
#app .tourney-chip-value {
  font-size: 14px;
  font-weight: 600;
  color: #f5f5f4;
}
#app .tourney-empty {
  margin: 8px 0 0;
  padding: 16px;
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.09);
  color: #a1a1aa;
  font-size: 14px;
  line-height: 1.5;
}
#app .tournament-list {
  list-style: none;
}
#app .tournament-card {
  list-style: none;
}
#app .title {
  font-weight: 600;
  color: #c9a227;
  padding-right: 6px;
  display: inline-block;
}
#app .name {
  font-weight: 600;
  color: #f5f5f4;
  display: inline-block;
}
#app #website,
#app #specials,
#app #tournament-info,
#app #poker-url,
#app #calendar-url {
  margin-bottom: 16px;
}
#app #tournament-info a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #c9a227;
  color: #0b0d0c;
  font-weight: 600;
}
#app #tournament-info a:hover {
  color: #0b0d0c;
  filter: brightness(1.06);
}
#app .userInput {
  width: 100%;
}
#app .userInput .search-label {
  display: block;
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #71717a;
}
#app .userInput .search-field {
  position: relative;
  max-width: 28rem;
  margin: 0 auto 16px;
}
#app .userInput .search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #71717a;
  font-size: 15px;
  pointer-events: none;
  line-height: 1;
}
#app .userInput input {
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 14px 0 40px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.35);
  color: #f5f5f4;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  outline: none;
  -webkit-appearance: none;
  transition: border-color 0.15s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.15s cubic-bezier(0.16, 1, 0.3, 1);
}
#app .userInput input::placeholder {
  color: #71717a;
  font-weight: 400;
}
#app .userInput input:hover {
  border-color: rgba(255, 255, 255, 0.16);
}
#app .userInput input:focus {
  border-color: rgba(201, 162, 39, 0.55);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.4);
}
#app .search-hint {
  margin: 0 auto;
  max-width: 26rem;
  color: #71717a;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
#app .hidden {
  display: none;
}
#app .main-container {
  padding: 0;
}
#app .casino-details,
#app .tournament-info {
  text-align: left;
}
#app .content-page {
  text-align: left;
  max-width: 40rem;
  margin: 0 auto;
}
#app .draft-badge {
  display: inline-block;
  margin: 0 0 12px;
  padding: 4px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: rgba(201, 162, 39, 0.15);
  color: #c9a227;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
#app .content-h1 {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #f5f5f4;
  margin: 0 0 12px;
  max-width: none;
  text-align: left;
}
#app .content-lead {
  margin: 0 0 24px;
  color: #a1a1aa;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}
#app .content-cta {
  margin: 24px 0 0;
  color: #a1a1aa;
  font-size: 14px;
  line-height: 1.5;
}
#app .content-cta-block {
  margin-top: 16px;
}
#app .cta-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #c9a227;
  color: #0b0d0c !important;
  font-weight: 600;
  font-size: 14px;
}
#app .cta-button:hover {
  color: #0b0d0c !important;
  filter: brightness(1.06);
}
#app .hub-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}
#app .hub-grid .hub-card {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1a1f1c;
}
#app .hub-grid .hub-card a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 14px 16px;
  color: #f5f5f4;
  font-weight: 600;
  text-align: left;
}
#app .hub-grid .hub-card:hover {
  border-color: rgba(255, 255, 255, 0.16);
  background: #1f2521;
}
#app .guide-section {
  margin: 0 0 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
#app .guide-section h2 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #f5f5f4;
  margin: 0 0 12px;
  text-align: left;
}
#app .guide-section p {
  margin: 0 0 12px;
  color: #a1a1aa;
  font-size: 15px;
  line-height: 1.6;
}
#app .guide-section p:last-child {
  margin-bottom: 0;
}
#app .guide-list {
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  color: #a1a1aa;
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
  width: auto;
}
#app .guide-list li {
  list-style: disc;
  margin: 0 0 8px;
  padding: 0;
}
#app .guide-list strong {
  color: #f5f5f4;
  font-weight: 600;
}
#app .glossary-list {
  margin: 0;
  padding: 0;
  text-align: left;
}
#app .glossary-item {
  margin: 0 0 12px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1a1f1c;
}
#app .glossary-item dt {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #c9a227;
  margin: 0 0 6px;
}
#app .glossary-item dd {
  margin: 0;
  color: #a1a1aa;
  font-size: 14px;
  line-height: 1.55;
}
#app .home-intro {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  text-align: left;
}
#app .home-intro-lead {
  margin: 0 0 12px;
  color: #a1a1aa;
  font-size: 15px;
  line-height: 1.55;
}
#app .home-intro-links {
  margin: 0;
  color: #71717a;
  font-size: 13px;
  line-height: 1.5;
}
#app .home-intro-links a {
  color: #a1a1aa;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
#app .home-intro-links a:hover {
  color: #f5f5f4;
  border-bottom-color: rgba(201, 162, 39, 0.45);
}
#app .site-footer {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
#app .site-footer-inner {
  text-align: left;
}
#app .site-footer-label {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #71717a;
}
#app .site-footer-label + .site-footer-links + .site-footer-label {
  margin-top: 20px;
}
#app .site-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
#app .site-footer-links a {
  color: #a1a1aa;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.15s cubic-bezier(0.16, 1, 0.3, 1);
}
#app .site-footer-links a:hover {
  color: #f5f5f4;
  border-bottom-color: rgba(201, 162, 39, 0.45);
}
@media (max-width: 640px) {
  #app {
    padding: 16px 12px 40px;
  }
  #app .header-band,
  #app .panel,
  #app main.panel {
    padding: 20px 16px;
  }
  #app .app-nav,
  #app nav {
    width: 100%;
  }
  #app .app-nav a,
  #app nav a {
    flex: 1;
    text-align: center;
  }
}
/*# sourceMappingURL=tournaments.1.0.0.css.map */