*, *::before, *::after { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body {
  min-height: 100%;
  margin: 0;
  background: #f5f5f5;
  color: #000;
  font-family: "Gotham Book", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
.public-shell { min-height: 100vh; display: flex; flex-direction: column; }
.public-container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .public-container { padding: 0 32px; } }
.public-nav { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid #e5e5e5; background: rgba(255, 255, 255, .96); backdrop-filter: blur(8px); }
.public-nav-inner { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 24px; }
.public-logo img { display: block; width: 132px; height: auto; }
.public-nav-links { display: none; align-items: center; justify-content: center; gap: 18px; }
@media (min-width: 820px) { .public-nav-links { display: flex; } }
.public-nav-link { display: inline-flex; align-items: center; min-height: 36px; border-radius: 4px; padding: 6px 8px; color: #333; font-family: "Gotham Medium", Arial, sans-serif; font-size: 13px; font-weight: 700; }
.public-nav-link:hover { background: #f0f0f0; color: #000; }
.public-nav-link.active { color: #000; }
.btn-public { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 8px; border: 1.5px solid #000; border-radius: 4px; padding: 10px 16px; font-family: "Gotham Medium", Arial, sans-serif; font-size: 14px; font-weight: 700; line-height: 1.2; white-space: nowrap; }
.btn-public-primary { border-color: #00e100; background: #00e100; color: #000; }
.btn-public-primary:hover { border-color: #00c800; background: #00c800; }
.btn-public-secondary { background: #fff; color: #000; }
.btn-public-secondary:hover { background: #f0f0f0; }
.btn-public-disabled { border-color: #eeeeee; background: #eeeeee; color: #777; cursor: not-allowed; pointer-events: none; }
.public-card { border: 1px solid #e0e0e0; border-radius: 8px; background: #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, .03); }
.public-section { padding: 42px 0; }
.badge-public { display: inline-flex; align-items: center; border-radius: 3px; padding: 4px 8px; background: #f0f0f0; color: #555; font-family: "Gotham Medium", Arial, sans-serif; font-size: 12px; font-weight: 700; line-height: 1.1; }
.badge-public-green { background: #d1fad1; color: #006b00; }
.badge-public-success { background: #d1fad1; color: #006b00; }
.badge-public-warning { background: #fff4d6; color: #765600; }
.badge-public-danger { background: #fde5e5; color: #9c1515; }
.badge-public-neutral { background: #f0f0f0; color: #555; }
.field-label-public { display: block; margin-bottom: 6px; color: #333; font-family: "Gotham Medium", Arial, sans-serif; font-size: 12px; font-weight: 700; }
.field-error { margin: 5px 0 0; color: #cc0000; font-size: 12px; line-height: 1.4; }
.input-public, .select-public { width: 100%; border: 1.5px solid #d0d0d0; border-radius: 4px; background: #fff; padding: 10px 12px; color: #000; font-size: 14px; outline: none; }
.input-public:focus, .select-public:focus { border-color: #00e100; box-shadow: 0 0 0 2px rgba(0, 225, 0, .12); }
.public-shell input[type="checkbox"], .public-shell input[type="radio"] { accent-color: #00e100; }
.progress-track-public { height: 8px; overflow: hidden; border-radius: 999px; background: #eeeeee; }
.progress-fill-public { height: 100%; border-radius: inherit; background: #00e100; }
.pool-card { display: flex; height: 100%; overflow: hidden; border: 1px solid #dedede; border-radius: 8px; background: #fff; flex-direction: column; transition: box-shadow 150ms, border-color 150ms; }
.pool-card:hover { box-shadow: 0 8px 24px rgba(0, 0, 0, .07); }
.pool-card-media { position: relative; overflow: hidden; aspect-ratio: 9 / 4; border-bottom: 1px solid #dedede; background: #111; }
.pool-card-media::after { position: absolute; right: 18px; bottom: -36px; width: 92px; height: 92px; border: 1px solid rgba(0, 225, 0, .55); transform: rotate(45deg); content: ""; pointer-events: none; }
.pool-card-image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 220ms ease; }
.pool-card:hover .pool-card-image { transform: scale(1.015); }
.pool-card-body { display: flex; flex-direction: column; width: 100%; padding: 18px; }
.pool-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.pool-card-status { display: inline-flex; align-items: center; border-radius: 3px; font-family: "Gotham Medium", Arial, sans-serif; font-size: 12px; font-weight: 700; line-height: 1.1; padding: 5px 9px; }
.pool-card-status-active { background: #d1fad1; color: #005700; }
.pool-card-status-waiting { background: #fff7e0; color: #7a5c00; }
.pool-card-status-full { background: #f3f3f3; color: #666; }
.pool-card-amount { font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 18px; font-weight: 900; white-space: nowrap; }
.pool-card-type { margin: 14px 0 8px; color: #888; font-family: "Gotham Medium", Arial, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .05em; line-height: 1.25; text-transform: uppercase; }
.pool-card-title { margin: 0 0 5px; color: #000; font-family: "Gotham Medium", Arial, sans-serif; font-size: 18px; font-weight: 700; line-height: 1.25; }
.pool-card-event { margin: 0 0 16px; color: #666; font-size: 15px; line-height: 1.35; }
.pool-card-account-status { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 14px; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; padding: 12px 0; color: #555; font-size: 12px; }
.pool-card-account-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 0 0 16px; }
.pool-card-account-meta div { min-width: 0; }
.pool-card-account-meta dt { color: #888; font-size: 11px; text-transform: uppercase; }
.pool-card-account-meta dd { overflow: hidden; margin: 4px 0 0; color: #222; font-family: "Gotham Medium", Arial, sans-serif; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.pool-card-progress { margin: 0 0 14px; }
.pool-card-progress p { margin: 6px 0 0; color: #666; font-size: 13px; }
.pool-card-money { margin: auto 0 14px; border-radius: 5px; background: #f5f5f5; padding: 12px 14px; }
.money-mini { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #555; font-size: 13px; }
.money-mini strong { color: #000; font-family: "Gotham Medium", Arial, sans-serif; }
.public-footer { margin-top: auto; background: #000; color: #bfbfbf; padding: 42px 0 30px; }
.public-footer a:hover { color: #fff; }
.public-footer-grid { display: grid; gap: 30px; }
@media (min-width: 760px) { .public-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.public-footer-brand { color: #fff; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 22px; }
.public-footer-heading { margin-bottom: 10px; color: #666; font-family: "Gotham Medium", Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.public-footer a { display: block; margin: 8px 0; }
.public-footer p { max-width: 360px; color: #777; }
.public-footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; margin-top: 34px; border-top: 1px solid #1f1f1f; padding-top: 20px; color: #666; font-size: 12px; }
.public-dropdown { position: relative; display: inline-block; }
.public-dropdown-menu { position: absolute; top: calc(100% + 8px); right: 0; z-index: 50; display: none; min-width: 210px; border: 1px solid #e0e0e0; border-radius: 8px; background: #fff; color: #000; box-shadow: 0 12px 32px rgba(0, 0, 0, .12); }
.public-dropdown-menu.open { display: block; }
.public-dropdown-item { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 14px; color: #222; font-family: "Gotham Medium", Arial, sans-serif; font-size: 13px; }
.public-dropdown-item-logout { border-top: 1px solid #e0e0e0; }
.public-dropdown-item:hover { background: #f5f5f5; }
.public-dropdown-arrow { flex: 0 0 auto; font-size: 16px; line-height: 1; }
.public-avatar { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border: 2px solid #006bd6; border-radius: 999px; background: #000; color: #00e100; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 14px; cursor: pointer; }
.public-stepper { display: grid; grid-template-columns: repeat(var(--public-stepper-columns, 4), minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; }
.public-stepper-item { position: relative; display: flex; min-width: 0; align-items: center; flex-direction: column; gap: 10px; color: #888; font-family: "Gotham Medium", Arial, sans-serif; font-size: 14px; font-weight: 700; text-align: center; }
.public-stepper-item:not(:last-child)::after { position: absolute; top: 23px; left: calc(50% + 28px); right: calc(-50% + 28px); height: 2px; background: #d9d9d9; content: ""; }
.public-stepper-item.complete:not(:last-child)::after { background: #00e100; }
.public-stepper-item.current { color: #000; }
.public-stepper-item.complete { color: #000; }
.public-stepper-number { position: relative; z-index: 1; display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border: 2px solid #d9d9d9; border-radius: 999px; background: #fff; font-size: 18px; font-weight: 700; line-height: 1; }
.public-stepper-item.current .public-stepper-number { border-color: #000; }
.public-stepper-item.complete .public-stepper-number { border-color: #00e100; background: #00e100; color: #000; }
@media (max-width: 559px) {
  .public-stepper-item { gap: 8px; font-size: 12px; }
  .public-stepper-number { width: 36px; height: 36px; font-size: 14px; }
  .public-stepper-item:not(:last-child)::after { top: 17px; left: calc(50% + 22px); right: calc(-50% + 22px); }
}
.money-breakdown { border: 1px solid #e0e0e0; border-radius: 8px; background: #fff; padding: 18px; }
.money-breakdown h2 { margin: 0 0 14px; font-size: 18px; }
.money-breakdown-row, .money-breakdown-prize { display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid #e5e5e5; padding: 10px 0; color: #555; }
.money-breakdown-row:last-child { border-bottom: 0; }
.money-breakdown-row strong { color: #000; }
.money-breakdown-row.muted strong, .money-breakdown-row.muted { color: #777; }
.money-breakdown-prize { margin-top: 4px; border-bottom: 0; color: #000; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 18px; }
.money-breakdown-prize strong { color: #00c800; }
.prize-label { display: inline-flex; align-items: center; gap: 7px; }
.prize-info { position: relative; display: inline-flex; }
.prize-info-trigger { display: inline-flex; width: 18px; height: 18px; align-items: center; justify-content: center; border: 1px solid #777; border-radius: 50%; color: #555; cursor: pointer; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; line-height: 1; list-style: none; }
.prize-info-trigger::-webkit-details-marker { display: none; }
.prize-info-trigger:hover, .prize-info-trigger:focus-visible { border-color: #000; color: #000; outline: none; }
.prize-info-trigger:focus-visible { box-shadow: 0 0 0 3px rgba(0, 224, 0, .24); }
.prize-info-tooltip { position: absolute; z-index: 20; bottom: calc(100% + 9px); left: 50%; display: none; width: min(280px, 75vw); border: 1px solid #d9d9d9; border-radius: 6px; background: #111; padding: 10px 12px; color: #fff; font-family: "Gotham Book", Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 1.45; transform: translateX(-50%); box-shadow: 0 10px 24px rgba(0, 0, 0, .2); }
.prize-info[open] .prize-info-tooltip { display: block; }
.dynamic-options { display: grid; gap: 10px; margin: 12px 0; }
.dynamic-option { display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 14px; }
.dynamic-option-track { height: 3px; background: #eeeeee; }
.dynamic-option-track span { display: block; height: 100%; background: #00e100; }
.faq-list { display: grid; gap: 18px; }
.faq-category-title { margin: 26px 0 6px; border-bottom: 1px solid #e0e0e0; padding-bottom: 8px; color: #888; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.faq-item { border-bottom: 1px solid #e0e0e0; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; color: #000; font-family: "Gotham Medium", Arial, sans-serif; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-answer { padding: 0 0 16px; color: #555; line-height: 1.6; }
.text-page-layout { display: grid; gap: 32px; }
@media (min-width: 900px) { .text-page-layout { grid-template-columns: 260px minmax(0, 1fr); } }
.text-page-sidebar { position: sticky; top: 88px; align-self: start; }
.text-page-toc { display: grid; gap: 10px; border-left: 2px solid #e0e0e0; padding-left: 14px; color: #555; }
.text-page-content { color: #333; font-size: 16px; line-height: 1.65; }
.text-page-content h2 { margin: 0 0 14px; border-top: 1px solid #e0e0e0; padding-top: 22px; color: #000; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 24px; line-height: 1.2; }
.text-page-content h2:first-child { border-top: 0; padding-top: 0; }
.public-content-hero {
  border-bottom: 1px solid #dedede;
  background: #eeeeee;
  padding: 42px 0 38px;
}
.public-content-hero h1 {
  max-width: 760px;
  margin: 16px 0 0;
  font-family: "Gotham Bold", "Arial Black", Arial, sans-serif;
  font-size: clamp(34px, 6vw, 54px);
  line-height: 1.02;
}
.public-content-hero p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #666;
  font-family: "Gotham Medium", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}
.public-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #777;
  font-family: "Gotham Medium", Arial, sans-serif;
  font-size: 13px;
}
.public-breadcrumb span:last-child { color: #000; }
.public-search {
  width: min(100%, 420px);
  margin-top: 24px;
}
.public-search input {
  width: 100%;
  min-height: 46px;
  border: 1.5px solid #d0d0d0;
  border-radius: 6px;
  background: #fff;
  padding: 10px 14px;
  color: #000;
  font-size: 15px;
  outline: none;
}
.public-search input:focus { border-color: #00e100; box-shadow: 0 0 0 2px rgba(0, 225, 0, .12); }
.public-content-section { background: #fff; }
.public-faq-layout { display: grid; gap: 34px; }
@media (min-width: 900px) { .public-faq-layout { grid-template-columns: 260px minmax(0, 1fr); } }
.public-faq-sidebar { align-self: start; }
@media (min-width: 900px) { .public-faq-sidebar { position: sticky; top: 88px; } }
.public-sidebar-heading {
  margin-bottom: 12px;
  color: #888;
  font-family: "Gotham Bold", "Arial Black", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.public-category-nav { display: grid; gap: 7px; }
.public-category-nav a {
  display: block;
  border: 1.5px solid #dedede;
  border-radius: 4px;
  background: #fff;
  padding: 10px 12px;
  color: #555;
  font-family: "Gotham Medium", Arial, sans-serif;
  font-size: 13px;
}
.public-category-nav a:hover,
.public-category-nav a.active { border-color: #000; background: #000; color: #fff; }
.public-sidebar-cta { width: 100%; margin-top: 22px; }
.public-empty-content { padding: 24px; }
.public-empty-content h2 { margin: 0; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 22px; }
.public-empty-content p { margin: 8px 0 0; color: #666; }
.public-content-cta {
  margin-top: 36px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #f3f3f3;
  padding: 28px;
  text-align: center;
}
.public-content-cta h2 { margin: 0; font-family: "Gotham Medium", Arial, sans-serif; font-size: 18px; }
.text-page-content .public-content-cta h2 { border-top: 0; padding-top: 0; font-size: 18px; }
.public-content-cta p { margin: 10px 0 0; color: #555; }
.public-content-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 20px; }
.public-text-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.public-text-tabs a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1.5px solid #dedede;
  border-radius: 4px;
  padding: 7px 12px;
  background: #fff;
  color: #555;
  font-family: "Gotham Medium", Arial, sans-serif;
  font-size: 13px;
}
.public-text-tabs a.active { border-color: #000; background: #000; color: #fff; }
.text-page-toc a {
  display: block;
  padding: 4px 0;
}
.text-page-toc a:hover { color: #000; }
.text-page-content p,
.text-page-content ul,
.text-page-content ol,
.text-page-content blockquote { margin: 0 0 18px; }
.text-page-content ul,
.text-page-content ol { padding-left: 24px; }
.text-page-content h3,
.text-page-content h4 {
  margin: 22px 0 12px;
  color: #000;
  font-family: "Gotham Bold", "Arial Black", Arial, sans-serif;
}
.text-page-content a { font-family: "Gotham Medium", Arial, sans-serif; text-decoration: underline; text-underline-offset: 3px; }
.text-page-content .btn-public { text-decoration: none; }
.public-draft-note {
  display: inline-flex;
  margin-top: 16px;
  border-radius: 4px;
  background: #fff7e0;
  padding: 8px 10px;
  color: #7a5c00;
  font-family: "Gotham Medium", Arial, sans-serif;
  font-size: 12px;
}
.public-modal-backdrop { position: fixed; inset: 0; z-index: 80; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, .55); padding: 20px; }
.public-modal-backdrop[hidden] { display: none !important; }
.public-modal { position: relative; width: min(100%, 420px); border: 1px solid #e0e0e0; border-radius: 8px; background: #fff; padding: 24px; }
.public-auth-modal { width: min(100%, 520px); max-height: calc(100vh - 40px); overflow-y: auto; }
.public-modal h2 { margin: 0 0 10px; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 24px; }
.public-modal p { margin: 0; color: #555; line-height: 1.5; }
.public-modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }
.public-modal-close { position: absolute; top: 10px; right: 12px; border: 0; background: transparent; font: 700 24px/1 Arial, sans-serif; cursor: pointer; }
.auth-gate-summary { display: grid; gap: 10px; margin: 18px 0 0; padding: 14px; border-radius: 8px; background: #f3f3f3; }
.auth-gate-summary div { display: flex; justify-content: space-between; gap: 12px; }
.auth-gate-summary dt { color: #666; }
.auth-gate-summary dd { margin: 0; font-weight: 700; text-align: right; }
.auth-link-button { border: 0; background: transparent; padding: 0; color: #000; font: inherit; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.public-auth-modal .public-alert { margin-top: 0; }
.public-auth-modal .public-alert p + p { margin-top: 4px; }

.eyebrow { margin: 0 0 10px; color: #888; font-family: "Gotham Medium", Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.auth-shell { display: flex; min-height: calc(100vh - 64px); align-items: center; padding: 44px 0; }
.auth-card { width: min(100%, 440px); margin: 0 auto; border: 1px solid #e0e0e0; border-radius: 8px; background: #fff; padding: 24px; }
@media (min-width: 640px) { .auth-card { padding: 32px; } }
.auth-title { margin: 0; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 32px; line-height: 1.08; }
.auth-subtitle { margin: 10px 0 0; color: #555; font-size: 15px; line-height: 1.5; }
.auth-form { display: grid; gap: 16px; margin-top: 22px; }
.auth-form .btn-public { width: 100%; }
.auth-channel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.auth-channel-option { display: flex; align-items: center; gap: 8px; min-height: 44px; border: 1.5px solid #d0d0d0; border-radius: 4px; padding: 10px 12px; font-family: "Gotham Medium", Arial, sans-serif; font-size: 13px; cursor: pointer; }
.auth-channel-option:has(input:checked) { border-color: #00e100; background: #edfaed; }
.auth-secondary-link { margin: 18px 0 0; color: #666; font-size: 14px; text-align: center; }
.public-modal .auth-secondary-link { margin: 24px 0 0; }
.auth-secondary-link a, .auth-secondary-actions a, .public-checkbox-row a { color: #000; font-family: "Gotham Medium", Arial, sans-serif; text-decoration: underline; text-underline-offset: 4px; }
.demo-otp-card { display: grid; gap: 8px; margin: 18px 0; border: 1px solid #b9e9b9; border-radius: 8px; background: #f1fbf1; padding: 16px; }
.demo-otp-card[hidden] { display: none; }
.demo-otp-card > strong { font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; }
.demo-otp-card p { margin: 0; color: #555; font-size: 14px; line-height: 1.45; }
.demo-otp-value-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.demo-otp-value-row code { color: #000; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 24px; letter-spacing: .12em; }
.demo-otp-value-row .btn-public { min-height: 40px; padding: 9px 14px; }
.auth-secondary-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 18px; font-size: 14px; }
.public-checkbox-row { display: flex; align-items: flex-start; gap: 10px; color: #555; font-size: 13px; line-height: 1.5; }
.public-checkbox-row input { margin-top: 3px; }
.public-dev-code { border-left: 4px solid #00e100; border-radius: 4px; background: #edfaed; margin-top: 16px; padding: 10px 12px; color: #005700; font-size: 13px; }
.account-hero { border-bottom: 1px solid #e5e5e5; background: #fff; padding: 28px 0; }
.account-hero-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.account-title { margin: 0; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 34px; line-height: 1.1; }
.account-layout { display: grid; gap: 20px; padding-top: 28px; padding-bottom: 42px; }
@media (min-width: 900px) { .account-layout { grid-template-columns: 280px minmax(0, 1fr); align-items: start; } }
.account-card { border: 1px solid #e0e0e0; border-radius: 8px; background: #fff; padding: 18px; }
.account-card h2 { margin: 0; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 22px; line-height: 1.15; }
.account-card p { margin: 6px 0 0; color: #666; font-size: 14px; line-height: 1.4; }
.account-card-header { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 14px; }
.account-avatar { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; border-radius: 999px; background: #000; color: #00e100; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 18px; }
.account-nav-list { display: grid; gap: 8px; margin-top: 18px; }
.account-nav-list a { display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #e0e0e0; border-radius: 4px; padding: 10px 12px; font-family: "Gotham Medium", Arial, sans-serif; font-size: 13px; }
.account-nav-list a:hover { border-color: #000; }
.account-nav-list a.active { border-color: #000; background: #f5f5f5; }
.account-content { display: grid; gap: 16px; }
.account-section-label { margin: 0 0 6px !important; color: #777 !important; font-family: "Gotham Medium", Arial, sans-serif; font-size: 11px !important; letter-spacing: .08em; text-transform: uppercase; }
.account-verification-card { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px; align-items: flex-start; }
.account-verification-card.verified { border-left: 4px solid #00c800; }
.account-verification-card.pending { border-left: 4px solid #f0a000; }
.account-verification-mark { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 999px; background: #f0f0f0; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 20px; }
.account-verification-card.verified .account-verification-mark { background: #d1fad1; color: #006b00; }
.account-verification-card.pending .account-verification-mark { background: #fff4d6; color: #765600; }
.account-verification-content { min-width: 0; }
.account-verification-content > p { max-width: 720px; }
.account-verification-action { margin-top: 16px; }
.account-limit-header { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; }
.account-limit-header > div > p:last-child { max-width: 580px; }
.account-limit-percentage { font-family: "Gotham Medium", Arial, sans-serif; font-size: 13px; }
.account-limit-panel { margin-top: 18px; border: 1px solid #e0e0e0; border-radius: 8px; background: #fafafa; padding: 18px; }
.account-limit-panel .progress-track-public { height: 10px; overflow: hidden; border-radius: 999px; background: #e5e5e5; }
.account-limit-panel .progress-fill-public { border-radius: inherit; }
.account-limit-summary { display: grid; gap: 14px; margin-top: 18px; }
@media (min-width: 720px) { .account-limit-summary { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.account-limit-summary div { min-width: 0; }
.account-limit-summary span { display: block; color: #666; font-size: 12px; }
.account-limit-summary strong { display: block; margin-top: 5px; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 18px; }
.account-limit-available { padding: 0; }
.account-limit-available strong { color: #006b00; }
@media (max-width: 559px) {
  .account-verification-card { grid-template-columns: 1fr; }
  .account-verification-action { width: 100%; }
}
.account-pool-grid { display: grid; gap: 16px; margin-top: 16px; }
@media (min-width: 720px) { .account-pool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.account-metric-grid { display: grid; gap: 12px; margin-top: 16px; }
@media (min-width: 720px) { .account-metric-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.account-metric { padding: 14px; }
.account-metric span { color: #666; font-size: 13px; }
.account-metric strong { display: block; margin-top: 8px; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 20px; }
.account-table-wrap { overflow-x: auto; margin-top: 16px; }
.account-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.account-table th { padding: 10px 12px; border-bottom: 1px solid #e0e0e0; color: #888; font-family: "Gotham Medium", Arial, sans-serif; font-size: 12px; text-align: left; text-transform: uppercase; }
.account-table td { padding: 12px; border-bottom: 1px solid #eeeeee; color: #333; }
.account-table tr:last-child td { border-bottom: 0; }
.account-payment-table th:nth-child(1), .account-payment-table td:nth-child(1),
.account-payment-table th:nth-child(2), .account-payment-table td:nth-child(2),
.account-payment-table th:nth-child(4), .account-payment-table td:nth-child(4),
.account-payment-table th:nth-child(5), .account-payment-table td:nth-child(5) { white-space: nowrap; }
.account-payment-table th:nth-child(1) { width: 150px; }
.account-payment-table th:nth-child(2) { width: 110px; }
.account-payment-table th:nth-child(4) { width: 120px; }
.account-payment-table th:nth-child(5) { width: 190px; }
.account-payment-table .badge-public { white-space: nowrap; }
@media (max-width: 719px) {
  .account-payment-table, .account-payment-table tbody, .account-payment-table tr, .account-payment-table td { display: block; width: 100%; }
  .account-payment-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .account-payment-table tbody { display: grid; gap: 12px; }
  .account-payment-table tr { border: 1px solid #e0e0e0; border-radius: 6px; padding: 12px; }
  .account-payment-table tr:last-child td { border-bottom: 0; }
  .account-payment-table td { display: grid; grid-template-columns: minmax(92px, .45fr) minmax(0, 1fr); gap: 12px; align-items: start; border-bottom: 1px solid #eeeeee; padding: 9px 0; white-space: normal !important; }
  .account-payment-table td::before { color: #777; font-family: "Gotham Medium", Arial, sans-serif; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; content: attr(data-label); }
  .account-payment-table td > * { justify-self: start; }
  .account-payment-table td[colspan] { display: block; }
  .account-payment-table td[colspan]::before { content: none; }
  .account-payment-table .badge-public { white-space: normal; }
}
.account-table-muted { display: block; margin-top: 4px; color: #777; font-size: 12px; }
.account-table-link { font-family: "Gotham Medium", Arial, sans-serif; text-decoration: underline; text-underline-offset: 3px; }
.account-detail-grid { display: grid; gap: 12px; margin-top: 18px; }
@media (min-width: 720px) { .account-detail-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.account-detail-grid div { border: 1px solid #eeeeee; border-radius: 6px; padding: 12px; }
.account-detail-grid span { display: block; color: #666; font-size: 12px; text-transform: uppercase; }
.account-detail-grid strong { display: block; margin-top: 6px; color: #000; font-family: "Gotham Medium", Arial, sans-serif; font-size: 14px; }
.account-share-code { margin-top: 16px; }
.public-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; margin-top: 16px; }
.public-page-btn { display: inline-flex; min-height: 36px; align-items: center; justify-content: center; border: 1.5px solid #000; border-radius: 4px; padding: 8px 12px; color: #000; font-family: "Gotham Medium", Arial, sans-serif; font-size: 13px; font-weight: 700; }
.public-page-btn:hover { background: #f0f0f0; }
.public-page-btn.disabled { border-color: #e0e0e0; color: #aaa; pointer-events: none; }
.public-page-status { color: #666; font-family: "Gotham Medium", Arial, sans-serif; font-size: 13px; }

.public-hero { border-bottom: 1px solid #e5e5e5; background: #fff; padding: 42px 0; }
.public-hero-grid { display: grid; gap: 24px; align-items: center; }
@media (min-width: 900px) { .public-hero-grid { grid-template-columns: 1.05fr .95fr; } }
.public-hero h1, .public-page-hero h1 { margin: 0; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: clamp(34px, 7vw, 64px); line-height: 1.04; }
.public-hero p, .public-page-hero p { max-width: 680px; color: #666; font-size: 16px; line-height: 1.65; }
.public-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.public-hero-featured { overflow: hidden; }
.public-card-header-dark { background: #000; color: #fff; padding: 18px; }
.public-card-header-dark .eyebrow { color: #aaa; }
.public-card-header-dark h2 { margin: 4px 0 0; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 22px; }
.public-card-content { padding: 18px; }
.public-section-white { background: #fff; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.public-stats-grid, .public-tournament-grid { display: grid; gap: 14px; }
@media (min-width: 760px) { .public-stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .public-tournament-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.public-stat-card, .public-tournament-card { padding: 18px; }
.public-stat-card span, .public-tournament-card dt { color: #666; font-size: 13px; }
.public-stat-card strong { display: block; margin-top: 8px; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 22px; }
.public-section-header { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.public-section-header h2, .public-tournament-card h3 { margin: 0; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; }
.public-tournament-card { display: grid; gap: 14px; align-content: start; }
.public-tournament-card p { margin: 6px 0 0; color: #666; }
.public-tournament-card dl { display: grid; gap: 12px; margin: 0; }
@media (min-width: 560px) { .public-tournament-card dl { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.public-tournament-card dd { margin: 4px 0 0; font-family: "Gotham Medium", Arial, sans-serif; }

/* Landing: deporte, comunidad y quinielas disponibles. */
.home-sport-hero { position: relative; overflow: hidden; background: #000; color: #fff; padding: 108px 0; }
.home-sport-hero .public-hero-grid { position: relative; z-index: 1; }
.home-sport-hero-copy { align-self: center; }
.home-sport-hero .eyebrow { color: #00e100; }
.home-sport-hero h1 { max-width: 650px; margin: 0; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: clamp(38px, 6vw, 68px); line-height: 1.02; }
.home-sport-hero-copy > p:not(.eyebrow) { max-width: 570px; margin: 16px 0 0; color: #c4c4c4; font-size: 17px; line-height: 1.6; }
.home-sport-hero .btn-public-secondary { border-color: #fff; background: transparent; color: #fff; }
.home-sport-hero .btn-public-secondary:hover { background: #fff; color: #000; }
.home-sport-hero-side { position: relative; min-width: 0; }
.home-sport-pattern { position: absolute; inset: 0 -16px 0 auto; width: 54%; overflow: hidden; opacity: .52; pointer-events: none; }
.home-pattern-line { position: absolute; right: -12%; display: block; width: 88%; height: 1px; background: #00e100; transform: rotate(-42deg); transform-origin: right center; }
.home-pattern-line-one { top: 30%; }
.home-pattern-line-two { top: 42%; opacity: .52; }
.home-pattern-block { position: absolute; top: 17%; right: 17%; width: 80px; height: 80px; border: 1px solid #00e100; background: rgba(0, 225, 0, .08); transform: rotate(45deg); animation: home-pattern-shift 9s ease-in-out infinite alternate; }
.home-hero-pool { position: relative; z-index: 1; }
.home-hero-pool-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 12px; color: #fff; font-family: "Gotham Medium", Arial, sans-serif; font-size: 13px; }
.home-hero-pool-heading strong { color: #00e100; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.home-hero-pool .pool-card { box-shadow: 0 16px 44px rgba(0, 0, 0, .28); }
.home-hero-pool .progress-fill-public, .home-featured-pool-grid .progress-fill-public { transform-origin: left; animation: home-progress-in .65s cubic-bezier(.22, 1, .36, 1) both; }
.home-hero-empty { position: relative; z-index: 1; border: 1px solid #333; border-radius: 8px; background: #111; padding: 28px; }
.home-hero-empty h2 { margin: 0; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 26px; line-height: 1.15; }
.home-hero-empty p:last-child { margin: 12px 0 0; color: #c4c4c4; line-height: 1.55; }
.home-how-section { background: #fff; }
.home-how-header { align-items: flex-end; }
.home-how-header > p { max-width: 440px; margin: 0; color: #666; font-size: 15px; line-height: 1.55; }
.home-how-steps { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: home-step; }
.home-how-steps li { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 18px; border-top: 1px solid #dedede; padding: 20px 0 0; }
.home-step-mark { display: grid; gap: 12px; justify-items: start; }
.home-step-number { color: #00a800; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 16px; }
.home-step-icon { position: relative; display: block; width: 58px; height: 58px; overflow: hidden; border-radius: 8px; background: #101010; }
.home-step-icon::after { position: absolute; right: -14px; bottom: -14px; width: 38px; height: 38px; border: 1px solid rgba(0, 225, 0, .45); transform: rotate(45deg); content: ""; }
.home-step-icon-choice .home-icon-choice-line { position: absolute; top: 15px; left: 17px; width: 2px; height: 29px; background: #00e100; }
.home-step-icon-choice .home-icon-choice-line::before, .home-step-icon-choice .home-icon-choice-line::after { position: absolute; left: 0; width: 17px; height: 2px; background: #00e100; content: ""; }
.home-step-icon-choice .home-icon-choice-line::before { top: 0; transform: rotate(-26deg); transform-origin: left center; }
.home-step-icon-choice .home-icon-choice-line::after { bottom: 0; transform: rotate(26deg); transform-origin: left center; }
.home-icon-choice-option { position: absolute; right: 12px; width: 8px; height: 8px; border: 2px solid #00e100; border-radius: 999px; background: #101010; }
.home-icon-choice-option-one { top: 9px; }
.home-icon-choice-option-two { bottom: 9px; }
.home-step-icon-review { display: grid; align-content: center; gap: 7px; padding: 0 12px; }
.home-icon-review-row { position: relative; display: block; height: 2px; margin-left: 12px; background: #00e100; }
.home-icon-review-row::before { position: absolute; top: -3px; left: -12px; width: 6px; height: 6px; border: 1px solid #00e100; background: #101010; content: ""; }
.home-icon-review-row:nth-child(2)::before { background: #00e100; }
.home-icon-share-line { position: absolute; left: 20px; width: 23px; height: 2px; background: #00e100; transform-origin: left center; }
.home-icon-share-line-one { top: 26px; transform: rotate(-27deg); }
.home-icon-share-line-two { top: 31px; transform: rotate(27deg); }
.home-icon-share-node { position: absolute; width: 10px; height: 10px; border: 2px solid #00e100; border-radius: 999px; background: #101010; }
.home-icon-share-node-one { top: 24px; left: 10px; background: #00e100; }
.home-icon-share-node-two { top: 11px; right: 9px; }
.home-icon-share-node-three { right: 9px; bottom: 10px; }
.home-how-steps h3 { margin: 0; font-family: "Gotham Medium", Arial, sans-serif; font-size: 18px; }
.home-how-steps p { max-width: 330px; margin: 8px 0 0; color: #666; font-size: 14px; line-height: 1.55; }
.home-tournaments-section { background: #f5f5f5; }
.home-tournaments-layout { display: grid; gap: 28px; }
.home-tournaments-section .public-section-header { align-items: flex-start; align-content: space-between; margin: 0; }
.home-tournaments-section .public-tournament-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
.home-tournaments-section .public-empty-state { grid-column: 1 / -1; max-width: 460px; }
.home-featured-section { border-top: 1px solid #e5e5e5; background: #fff; }
.home-tournament-card { grid-template-columns: minmax(200px, 34%) minmax(0, 1fr); min-height: 250px; gap: 0; overflow: hidden; padding: 0; transition: transform 150ms ease, box-shadow 150ms ease; }
.home-tournament-card:hover { box-shadow: 0 10px 28px rgba(0, 0, 0, .08); transform: translateY(-2px); }
.home-tournament-image { width: 100%; height: 100%; min-height: 250px; object-fit: cover; background: #111; }
.home-tournament-content { display: grid; min-width: 0; align-content: space-between; gap: 22px; padding: 26px; }
.home-tournament-content h3 { max-width: 520px; font-size: clamp(21px, 2.2vw, 28px); line-height: 1.15; overflow-wrap: break-word; }
.home-tournament-content p { font-size: 16px; line-height: 1.4; }
.home-tournament-content dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; }
.home-tournament-content dt { color: #666; font-size: 12px; }
.home-tournament-content dd { margin: 4px 0 0; font-family: "Gotham Medium", Arial, sans-serif; font-size: 14px; }
.home-featured-pool-grid .pool-card { animation: home-card-in .45s ease both; }
.home-featured-pool-grid .pool-card:nth-child(2) { animation-delay: .07s; }
.home-featured-pool-grid .pool-card:nth-child(3) { animation-delay: .14s; }
.home-responsible-section { background: #f5f5f5; padding: 42px 0; }
.home-responsible-notice { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 20px; align-items: center; border-left: 4px solid #00e100; background: #fff; padding: 24px; }
.home-responsible-mark { display: grid; grid-template-columns: repeat(2, 10px); gap: 4px; }
.home-responsible-mark span { width: 10px; height: 10px; border-radius: 999px; background: #000; }
.home-responsible-mark span:nth-child(2) { background: #00e100; }
.home-responsible-mark span:nth-child(3) { grid-column: 1 / 3; width: 24px; border-radius: 0; }
.home-responsible-notice .eyebrow { margin-bottom: 6px; color: #00a800; }
.home-responsible-notice h2 { margin: 0; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 22px; line-height: 1.2; }
.home-responsible-notice p:not(.eyebrow) { max-width: 760px; margin: 8px 0 0; color: #555; font-size: 14px; line-height: 1.55; }
.home-closing-section { background: #000; color: #fff; padding: 56px 0; }
.home-closing-cta { max-width: 720px; }
.home-closing-cta .eyebrow { color: #00e100; }
.home-closing-cta h2 { max-width: 650px; margin: 0; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: clamp(30px, 4vw, 48px); line-height: 1.06; }
.home-closing-cta > p:not(.eyebrow) { max-width: 560px; margin: 14px 0 0; color: #c4c4c4; font-size: 16px; line-height: 1.55; }
.home-closing-section .btn-public-secondary { border-color: #fff; background: transparent; color: #fff; }
.home-closing-section .btn-public-secondary:hover { background: #fff; color: #000; }
@keyframes home-pattern-shift { from { transform: translate3d(0, 0, 0) rotate(45deg); } to { transform: translate3d(-10px, 8px, 0) rotate(45deg); } }
@keyframes home-progress-in { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes home-card-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 760px) {
  .home-how-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 960px) {
  .home-tournaments-layout { grid-template-columns: minmax(220px, 280px) minmax(0, 1fr); align-items: stretch; }
  .home-tournaments-section .public-section-header { flex-direction: column; }
}
@media (min-width: 1380px) {
  .home-tournaments-section .public-tournament-grid:has(.home-tournament-card:nth-child(2)) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-tournaments-section .public-tournament-grid:has(.home-tournament-card:nth-child(2)) .home-tournament-card { grid-template-columns: 1fr; }
  .home-tournaments-section .public-tournament-grid:has(.home-tournament-card:nth-child(2)) .home-tournament-image { max-height: 220px; }
}
@media (max-width: 719px) {
  .home-sport-hero { padding: 72px 0; }
  .home-sport-hero h1 { font-size: clamp(38px, 13vw, 54px); }
  .home-sport-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .home-sport-hero .public-hero-actions { align-items: stretch; flex-direction: column; }
  .home-sport-hero .public-hero-actions .btn-public { width: 100%; }
  .home-sport-hero-side { margin-top: 4px; }
  .home-sport-pattern { width: 88%; opacity: .3; }
  .home-how-header { align-items: flex-start; }
  .home-responsible-notice { grid-template-columns: 1fr; gap: 14px; }
  .home-responsible-notice .btn-public { width: 100%; }
  .home-closing-section { padding: 46px 0; }
  .home-closing-section .public-hero-actions { align-items: stretch; flex-direction: column; }
  .home-closing-section .public-hero-actions .btn-public { width: 100%; }
  .home-tournament-card { grid-template-columns: 1fr; }
  .home-tournament-image { min-height: 180px; max-height: 220px; }
  .home-tournament-content { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-pattern-block, .home-hero-pool .progress-fill-public, .home-featured-pool-grid .progress-fill-public, .home-featured-pool-grid .pool-card { animation: none; }
  .home-tournament-card { transition: none; }
  .pool-card-image { transition: none; }
}
.public-page-hero { border-bottom: 1px solid #dedede; background: #fff; padding: 30px 0; }
.public-page-hero.compact { padding: 24px 0; }
.public-page-hero-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.public-page-hero.compact h1 { font-size: clamp(28px, 5vw, 42px); }
.public-page-hero.compact p { margin: 8px 0 0; font-size: 15px; }
.public-empty-state { padding: 24px; }
.public-empty-state h3 { margin: 0; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; }
.public-empty-state p { margin: 8px 0 0; color: #666; }
.public-alert { border-radius: 6px; padding: 12px 14px; font-size: 14px; }
.public-alert p { margin: 0; }
.public-alert-error { border: 1px solid #f3c7c7; background: #fff4f4; color: #990000; }
.public-alert-success { border: 1px solid #9bea9b; background: #edfaed; color: #005d00; }

.public-create-hero { padding: 42px 0 38px; }
.public-create-hero h1 { font-size: clamp(28px, 5vw, 42px); }
.public-create-hero p { margin: 12px 0 0; }
.create-stepper-wrap { margin: 34px 0 0; padding: 0; }
.create-flow { display: grid; gap: 18px; }
.create-panel { border: 1px solid #dedede; border-radius: 8px; background: #fff; padding: 22px; }
.create-panel h2 { margin: 0 0 18px; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 24px; }
.create-panel-subtitle { margin: -8px 0 18px; color: #666; font-size: 15px; line-height: 1.45; }
.create-option-grid, .create-amount-grid { display: grid; gap: 12px; }
@media (min-width: 760px) { .create-option-grid.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); } .create-amount-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.create-option { display: flex; width: 100%; min-height: 88px; align-items: flex-start; gap: 14px; border: 1.5px solid #d9d9d9; border-radius: 8px; background: #fff; padding: 16px; color: #000; text-align: left; cursor: pointer; }
.create-option:hover { border-color: #999; }
.create-option.selected { border-color: #00e100; background: #edfaed; box-shadow: 0 0 0 2px rgba(0, 225, 0, .16); }
.create-option strong { display: block; font-family: "Gotham Medium", Arial, sans-serif; font-size: 18px; line-height: 1.25; }
.create-option small { display: block; margin-top: 8px; color: #666; font-size: 14px; line-height: 1.4; }
.create-radio { width: 16px; height: 16px; flex: 0 0 16px; margin-top: 4px; border: 1.5px solid #888; border-radius: 999px; background: #fff; }
.create-option.selected .create-radio { border: 4px solid #00e100; background: #000; }
.create-amount-option { min-height: 112px; align-items: center; justify-content: center; text-align: center; }
.create-amount-option strong { font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 28px; }
.create-money-preview { margin-top: 20px; }
.create-money-preview .money-breakdown { background: #f5f5f5; padding: 16px; }
.create-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.create-actions .btn-public-primary { margin-left: auto; min-width: 220px; }

.filter-bar-wrap { position: sticky; top: 64px; z-index: 30; overflow-x: auto; border-bottom: 1px solid #dedede; background: #fff; }
.filter-scroll-row { display: inline-flex; min-width: 100%; align-items: center; gap: 10px; padding: 12px 18px; }
.filter-group { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.filter-group-label { color: #999; font-family: "Gotham Medium", Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.filter-divider { width: 1px; height: 28px; background: #e0e0e0; }
.filter-pill, .filter-pill-clear { display: inline-flex; align-items: center; min-height: 34px; border: 1.5px solid #dedede; border-radius: 999px; background: #fff; padding: 8px 14px; color: #555; font-family: "Gotham Medium", Arial, sans-serif; font-size: 13px; font-weight: 700; }
.filter-pill:hover { border-color: #000; color: #000; }
.filter-pill.active { border-color: #000; background: #000; color: #fff; }
.filter-pill-clear { border-color: transparent; color: #777; }
.filter-pill-clear:hover { color: #000; }
.public-count { margin: 0 0 20px; color: #666; }
.public-pool-grid { display: grid; gap: 18px; align-items: stretch; }
@media (min-width: 720px) { .public-pool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1080px) { .public-pool-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.join-code-modal-backdrop { position: fixed; inset: 0; z-index: 90; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, .55); padding: 20px; }
.join-code-modal-backdrop[hidden] { display: none; }
.join-code-modal { width: min(100%, 420px); border: 1px solid #dedede; border-radius: 8px; background: #fff; padding: 20px; }
.join-code-modal-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.join-code-modal h2 { margin: 0; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 22px; }
.join-code-modal p { color: #555; line-height: 1.5; }
.join-code-modal-header button { border: 0; background: transparent; color: #777; font-size: 26px; cursor: pointer; }
.join-code-form { display: grid; gap: 12px; }

.pool-detail-hero { border-bottom: 1px solid #dedede; background: #fff; padding: 30px 0; }
.pool-detail-section { padding: 24px 0 48px; }
.pool-detail-layout { display: grid; gap: 18px; }
@media (min-width: 980px) { .pool-detail-layout { grid-template-columns: minmax(0, 1fr) 340px; align-items: start; } }
.pool-detail-main, .pool-detail-sidebar { display: grid; gap: 18px; }
.pool-detail-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.pool-detail-image { display: block; width: 100%; aspect-ratio: 9 / 4; margin-bottom: 20px; border: 1px solid #dedede; border-radius: 8px; object-fit: cover; }
.pool-detail-title { margin: 16px 0 8px; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: clamp(32px, 6vw, 54px); line-height: 1.05; }
.pool-detail-subtitle { margin: 0; color: #555; font-size: 17px; }
.pool-detail-progress { display: grid; gap: 8px; max-width: 520px; margin-top: 18px; }
.pool-detail-progress p { margin: 0; color: #666; font-size: 13px; }
.pool-detail-card { border: 1px solid #dedede; border-radius: 8px; background: #fff; padding: 20px; }
.pool-detail-card-title { margin: 0; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 26px; line-height: 1.18; }
.pool-detail-card p { color: #555; line-height: 1.55; }
.pool-detail-card .btn-public { width: 100%; }
.pool-detail-card .btn-public:disabled { cursor: not-allowed; opacity: .55; }
.pool-detail-action-card { display: grid; gap: 18px; }
.pool-detail-action-card .eyebrow { margin: 0; }
.pool-action-summary { display: grid; gap: 12px; }
.pool-action-summary > div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.pool-action-summary span { display: inline-flex; align-items: center; gap: 6px; color: #666; font-size: 13px; }
.pool-action-summary strong { font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 16px; text-align: right; }
.pool-action-summary > div:first-child strong { font-size: 26px; }
.pool-action-summary .pool-action-prize { color: #00b900; }
.pool-action-breakdown { border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 12px 0; }
.pool-action-breakdown summary { color: #333; font-family: "Gotham Medium", Arial, sans-serif; font-size: 13px; cursor: pointer; }
.pool-action-breakdown[open] summary { margin-bottom: 12px; }
.pool-action-breakdown .money-breakdown { border: 0; padding: 0; }
.pool-action-breakdown .money-breakdown-prize { display: none; }
.pool-participation-confirmation { display: grid; gap: 10px; }
.pool-participation-kicker { display: flex; align-items: center; gap: 10px; }
.pool-participation-check { display: inline-flex; width: 28px; height: 28px; flex: 0 0 28px; align-items: center; justify-content: center; border-radius: 999px; background: #00e100; color: #000; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 15px; }
.pool-participation-kicker .eyebrow { margin: 0; }
.pool-participation-confirmation > p { margin: 0; }
.pool-participation-selection { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; border-radius: 8px; background: #f3f3f3; padding: 14px; }
.pool-participation-selection span { color: #666; font-size: 13px; }
.pool-participation-selection strong { font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; text-align: right; }
.public-action-message { margin: 12px 0 0; color: #666; font-size: 13px; line-height: 1.4; }
.pool-detail-join-amount { margin: 8px 0; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 34px; }
.pool-detail-slots { display: grid; gap: 10px; margin-top: 20px; }
@media (min-width: 640px) { .pool-detail-slots { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.pool-detail-slot { display: grid; position: relative; min-height: 76px; overflow: hidden; align-content: center; gap: 4px; border: 1.5px dashed #d0d0d0; border-radius: 6px; background: #fff; padding: 16px; font-family: "Gotham Medium", Arial, sans-serif; text-align: center; }
.pool-detail-slot > * { position: relative; z-index: 1; }
.pool-detail-slot small { color: #666; font-family: "Gotham Book", Arial, sans-serif; font-size: 11px; }
.pool-detail-slot-taken { border-style: solid; border-color: #c9c9c9; color: #555; }
.pool-detail-slot-taken::before { position: absolute; inset: 0; background: repeating-linear-gradient(135deg, #f7f7f7 0, #f7f7f7 8px, #e8e8e8 8px, #e8e8e8 16px); content: ""; }
.pool-detail-messages { padding-top: 20px; }
.pool-detail-rules { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.pool-detail-rules li { position: relative; padding-left: 26px; color: #444; line-height: 1.6; }
.pool-detail-rules li::before { position: absolute; top: 10px; left: 0; width: 8px; height: 8px; border-radius: 999px; background: #00e100; content: ""; }
.dynamic-detail-options { display: grid; gap: 12px; margin-top: 18px; }
.dynamic-detail-option { display: flex; gap: 12px; border: 1.5px solid #dedede; border-radius: 8px; padding: 14px; cursor: pointer; }
.dynamic-detail-option:has(input:checked) { border-color: #00e100; background: #edfaed; }
.dynamic-detail-option input { margin-top: 3px; }
.dynamic-detail-option-readonly { cursor: default; }
.dynamic-detail-option-readonly:not(:has(input:checked)) { opacity: .62; }
.dynamic-detail-option-readonly input { cursor: not-allowed; }
.dynamic-selection-locked { margin: 14px 0 0; color: #555; font-size: 13px; }
.dynamic-option-row { display: grid; flex: 1; gap: 8px; }
.dynamic-option-head, .dynamic-option-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.dynamic-option-meta { color: #666; font-size: 13px; }
.share-code-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-radius: 8px; background: #000; padding: 18px; color: #00e100; }
.share-code-value { font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 28px; letter-spacing: .08em; }
.copy-btn { border: 0; border-radius: 6px; background: #222; color: #fff; padding: 9px 12px; font-family: "Gotham Medium", Arial, sans-serif; cursor: pointer; }
.copy-btn-light { background: #f0f0f0; color: #333; }
.pool-share-copy { margin-top: 10px; }
.pool-detail-card .pool-share-copy + .btn-public { margin-top: 10px; }
.participants-card-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.participants-count { color: #666; font-size: 13px; }
.participants-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.participant-row { display: flex; align-items: center; gap: 12px; }
.participant-avatar { display: inline-flex; width: 38px; height: 38px; flex: 0 0 38px; align-items: center; justify-content: center; border-radius: 999px; background: #b8f7c6; color: #000; font-family: "Gotham Bold", "Arial Black", Arial, sans-serif; font-size: 13px; }
.participant-name, .participant-meta { display: block; }
.participant-meta, .participant-empty { color: #666; font-size: 13px; }

.payment-modal-backdrop { z-index: 95; }
.payment-modal { width: min(100%, 560px); max-height: calc(100vh - 32px); overflow-y: auto; }
.payment-modal .eyebrow { margin: 0 0 8px; }
.payment-modal-description { margin: 0 36px 20px 0 !important; }
.payment-modal .public-alert { margin-bottom: 16px; }
.payment-field { display: grid; gap: 7px; margin-bottom: 16px; }
.payment-field label { font-family: "Gotham Medium", Arial, sans-serif; font-size: 13px; }
.payment-field input[readonly] { background: #f5f5f5; color: #444; cursor: not-allowed; }
.payment-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.payment-checkout-actions { display: grid; gap: 10px; margin-top: 8px; }
.payment-checkout-actions .btn-public { width: 100%; }
.payment-qa-controls { margin-top: 18px; border-top: 1px solid #eee; padding-top: 14px; color: #666; font-size: 13px; }
.payment-qa-controls summary { cursor: pointer; }
.payment-qa-controls .btn-public { width: 100%; margin-top: 12px; }
.account-pending-list { display: grid; gap: 10px; margin-top: 16px; }
.account-pending-item { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid #dedede; border-radius: 8px; padding: 14px; }
.account-pending-item strong, .account-pending-item span { display: block; }
.account-pending-item span { margin-top: 4px; color: #666; font-size: 13px; }
