/* Tournament draws — Events panel Draws tab */
.ev-draws-panel { padding: 2px 0 8px; }
.ev-draws-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
#evPanelBody .tn-detail-actions { margin-bottom: 14px; }

.tn-ops-card { background: #F7F9F7; border-radius: 8px; padding: 10px 12px; margin-bottom: 14px; font-size: 11px; }
.tn-ops-card--draws {
  background: linear-gradient(145deg, #fff 0%, #f6f9f7 100%);
  border: 1px solid #E0E7E4;
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.tn-ops-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 560px) {
  .tn-ops-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
  }
  .tn-ops-block--fee { grid-column: 1 / -1; }
}
.tn-ops-block {
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #ECEFF1;
}
.tn-ops-block-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  color: #37474F;
  margin-bottom: 6px;
}
.tn-ops-block-label i { font-size: 12px; color: #455A64; }
.tn-ops-block-lead {
  margin: 0 0 8px;
  font-size: 10px;
  line-height: 1.45;
  color: #455A64;
}
.tn-ops-fee-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
}
.tn-ops-fee-main {
  font-size: 22px;
  font-weight: 800;
  color: var(--pn);
  line-height: 1.1;
}
.tn-ops-fee-early {
  font-size: 12px;
  font-weight: 700;
  color: #2E7D32;
  background: #E8F5E9;
  padding: 3px 9px;
  border-radius: 999px;
}
.tn-ops-fee-note {
  margin: 6px 0 0;
  font-size: 10px;
  line-height: 1.45;
  color: #37474F;
}
.tn-ops-fee-note--strong {
  font-weight: 600;
  color: #263238;
  background: #F1F8E9;
  border: 1px solid rgba(76, 175, 80, 0.2);
  border-radius: 8px;
  padding: 8px 10px;
  margin-top: 8px;
}
.tn-ops-fee-highlight {
  margin: 8px 0 0;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 600;
  color: #2E7D32;
}
.tn-ops-fee-row--div { align-items: center; }
.tn-ops-fee-main--sm { font-size: 18px; }
.tn-ops-fee-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  color: #37474F;
  background: #ECEFF1;
  padding: 3px 8px;
  border-radius: 999px;
}
.tn-ops-sched-list {
  margin: 0 0 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tn-ops-sched-row {
  display: grid;
  grid-template-columns: 4.2em minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
  font-size: 10px;
  line-height: 1.4;
}
.tn-ops-sched-label {
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  font-size: 9px;
  color: #455A64;
}
.tn-ops-sched-row dd {
  margin: 0;
  font-weight: 600;
  color: var(--pn);
}
.tn-ops-sponsor-list { display: flex; flex-direction: column; gap: 8px; }
.tn-ops-sponsor-item {
  padding: 8px 10px;
  border-radius: 8px;
  background: #FAFBFC;
  border: 1px solid #ECEFF1;
}
.tn-ops-sponsor-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin-bottom: 4px;
}
.tn-ops-sponsor-meta {
  font-size: 10px;
  line-height: 1.4;
  color: #37474F;
}
.tn-ops-sponsor-amt {
  font-size: 10px;
  font-weight: 600;
  color: #455A64;
}
.tn-ops-staff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tn-ops-staff-chip {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  padding: 8px 12px;
  border-radius: 10px;
  background: #F1F8E9;
  border: 1px solid rgba(76, 175, 80, 0.22);
}
.tn-ops-staff-name {
  font-size: 12px;
  font-weight: 700;
  color: var(--pn);
  line-height: 1.25;
}
.tn-ops-staff-role {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  color: #558B2F;
}
.tn-ops-muted { color: #37474F; }
.ev-reg-fee { font-weight: 600; color: var(--pn); margin-bottom: 6px; }
.ev-reg-early { font-weight: 500; color: #2E7D32; margin-left: 6px; }
.ev-reg-note { font-size: 10px; color: #37474F; margin-top: 4px; }
.ev-sponsors { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 6px; }
.ev-sponsor-chip { font-size: 9px; font-weight: 600; padding: 2px 8px; border-radius: 10px; background: #E8EAF6; color: #3949AB; }
.ev-sponsor-gold { background: #FFF8E1; color: #F57F17; }
.ev-sponsor-title { background: #F3E5F5; color: #6A1B9A; }
.ev-sponsor-silver { background: #ECEFF1; color: #455A64; }
.ev-sponsor-bronze { background: #EFEBE9; color: #6D4C41; }
.ev-sponsor-partner { background: #E8EAF6; color: #3949AB; }
.ev-comanagers { margin-top: 6px; color: #37474F; font-size: 10px; }

.tn-pipeline {
  margin-bottom: 16px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #ECEFF1;
  background: linear-gradient(165deg, #FAFBFC 0%, #F4F6F8 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: visible;
}
.tn-pipeline-head { margin-bottom: 12px; }
.tn-pipeline-label-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.tn-pipeline-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #455A64;
  font-weight: 700;
}
.tn-pipeline-tip-banner {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 8px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, #E8F5E9 0%, #E3F2FD 100%);
  border: 1px solid rgba(46, 125, 80, 0.22);
  box-shadow: 0 2px 10px rgba(46, 125, 50, 0.1);
  font-size: 10px;
  line-height: 1.4;
  color: #37474F;
}
.tn-pipeline-tip-banner i {
  flex-shrink: 0;
  font-size: 16px;
  color: #F9A825;
  filter: drop-shadow(0 1px 2px rgba(249, 168, 37, 0.35));
}
.tn-pipeline-tip-banner strong {
  color: #1565C0;
  font-weight: 800;
}
.tn-pipeline-intro {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  color: #37474F;
  max-width: 52em;
}
.tn-pipeline-flow { display: flex; flex-direction: column; gap: 0; overflow: visible; }

.tn-stage {
  border: 1px solid var(--pb);
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.15s, transform 0.15s;
  overflow: visible;
  position: relative;
}
.tn-stage:has(.is-open) {
  z-index: 35;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.tn-stage:hover { box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07); }
.tn-stage-qual {
  border-color: #64B5F6;
  background: linear-gradient(135deg, #E3F2FD 0%, #E8F4FD 100%);
}
.tn-stage-main {
  border-color: #FFD54F;
  background: linear-gradient(135deg, #FFFDE7 0%, #FFF9C4 100%);
}
.tn-stage-consolation {
  border-color: #BCAAA4;
  background: linear-gradient(135deg, #EFEBE9 0%, #F5F0EE 100%);
}
.tn-stage-bonus {
  border-color: #CE93D8;
  background: linear-gradient(135deg, #F3E5F5 0%, #FCE4EC 100%);
}
.tn-stage-hd {
  font-size: 12px;
  font-weight: 700;
  color: var(--pn);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
.tn-stage-step {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  color: var(--pn);
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.tn-stage-qual .tn-stage-step { background: #1976D2; color: #fff; }
.tn-stage-main .tn-stage-step { background: #F9A825; color: #fff; }
.tn-stage-consolation .tn-stage-step { background: #8D6E63; color: #fff; }
.tn-stage-bonus .tn-stage-step { background: #8E24AA; color: #fff; }
.tn-stage-icon { font-size: 14px; opacity: 0.9; }
.tn-stage-title { flex: 1; min-width: 0; }
.tn-stage-desc {
  margin: 0 0 8px;
  font-size: 10px;
  line-height: 1.4;
  color: #37474F;
  padding-left: 26px;
}
.tn-stage-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  padding-left: 26px;
}
.tn-stage-chip {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
  color: #455A64;
}
.tn-stage-tag { background: rgba(0,0,0,0.06); padding: 2px 8px; border-radius: 8px; font-weight: 600; }
.tn-stage-stat { color: #37474F; }
.tn-stage-action { margin-left: auto; }
.tn-stage-body .btn-sm {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #fff;
}
.btn-sm { font-size: 10px; padding: 4px 10px; }

.tn-flow-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 0 6px;
  gap: 2px;
}
.tn-flow-line {
  width: 2px;
  height: 14px;
  background: linear-gradient(180deg, #90CAF9, #B0BEC5);
  border-radius: 2px;
}
.tn-flow-badge {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  color: #37474F;
  background: #fff;
  border: 1px solid #CFD8DC;
  padding: 2px 10px;
  border-radius: 999px;
}
.tn-flow-arrow { color: #37474F; font-size: 16px; line-height: 1; }
.tn-flow-arrows { display: flex; justify-content: center; gap: 8px; padding: 8px 0; color: #37474F; font-size: 18px; }

.tn-branches-hd {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  color: #37474F;
  margin: 2px 0 8px;
  padding-left: 2px;
}
.tn-branches { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; }

/* Pipeline tooltips — prominent affordance + animated popover cards */
.tn-pipe-tip-wrap {
  position: relative;
  display: inline-flex;
  margin-left: auto;
  z-index: 1;
}
.tn-pipe-tip-wrap.is-open { z-index: 45; }
.tn-pipe-tip-btn {
  border: 1.5px solid rgba(25, 118, 210, 0.4);
  background: linear-gradient(145deg, #fff 0%, #E3F2FD 100%);
  color: #1565C0;
  min-height: 28px;
  padding: 4px 11px 4px 9px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow:
    0 2px 8px rgba(25, 118, 210, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s, transform 0.15s;
  animation: tn-tip-btn-glow 2.8s ease-in-out 1;
}
.tn-pipe-tip-btn i { font-size: 15px; pointer-events: none; }
.tn-pipe-tip-btn-label { pointer-events: none; line-height: 1; }
.tn-pipe-tip-btn:hover,
.tn-pipe-tip-btn:focus-visible,
.tn-pipe-tip-wrap.is-open .tn-pipe-tip-btn {
  color: #0D47A1;
  background: linear-gradient(145deg, #E3F2FD 0%, #BBDEFB 100%);
  border-color: #1976D2;
  box-shadow:
    0 4px 16px rgba(25, 118, 210, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transform: translateY(-1px);
  outline: none;
}
@keyframes tn-tip-btn-glow {
  0%, 100% { box-shadow: 0 2px 8px rgba(25, 118, 210, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.9); }
  50% { box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.14), 0 4px 14px rgba(25, 118, 210, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.9); }
}

#tn-pipe-tip-popover {
  position: fixed;
  z-index: calc(var(--z-modal-panel, 1301) + 14);
  display: block;
  width: min(300px, calc(100vw - 24px));
  max-width: min(300px, calc(100vw - 24px));
  right: auto;
  top: auto;
  transform: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}
#tn-pipe-tip-popover.tn-pipe-tip--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.tn-pipe-tip--portal {
  position: fixed;
  z-index: calc(var(--z-modal-panel, 1301) + 14);
  display: block;
  width: min(300px, calc(100vw - 24px));
  max-width: min(300px, calc(100vw - 24px));
  right: auto;
  top: auto;
  transform: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}
#tn-pipe-tip-popover.tn-pipe-tip--portal {
  position: fixed;
}
.tn-pipe-tip--portal.tn-pipe-tip--visible {
  opacity: 1;
  visibility: visible;
}
.tn-pipe-tip--portal::after {
  left: var(--tn-pipe-tip-arrow-left, 50%);
  right: auto;
  transform: none;
  bottom: 100%;
  top: auto;
  border-bottom-color: #fff;
  border-top-color: transparent;
}
.tn-pipe-tip--portal.tn-pipe-tip--below::after {
  bottom: auto;
  top: 100%;
  border-top-color: #fff;
  border-bottom-color: transparent;
}

.tn-pipe-tip {
  position: absolute;
  z-index: 50;
  right: 0;
  top: calc(100% + 10px);
  width: min(268px, 78vw);
  border-radius: 14px;
  overflow: hidden;
  text-align: left;
  pointer-events: none;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 55%, #f1f8e9 100%);
  border: 1px solid rgba(46, 125, 50, 0.22);
  box-shadow:
    0 4px 10px rgba(30, 58, 138, 0.08),
    0 18px 44px rgba(15, 23, 42, 0.16);
}
.tn-pipe-tip::after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 18px;
  border: 7px solid transparent;
  border-bottom-color: #fff;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.04));
}
.tn-pipe-tip-accent {
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #43a047 0%, #66bb6a 50%, #2e7d32 100%);
}
.tn-pipe-tip--qual .tn-pipe-tip-accent {
  background: linear-gradient(90deg, #1976D2 0%, #42A5F5 50%, #1565C0 100%);
}
.tn-pipe-tip--main .tn-pipe-tip-accent {
  background: linear-gradient(90deg, #F9A825 0%, #FFD54F 50%, #F57F17 100%);
}
.tn-pipe-tip--consolation .tn-pipe-tip-accent {
  background: linear-gradient(90deg, #8D6E63 0%, #BCAAA4 50%, #6D4C41 100%);
}
.tn-pipe-tip--bonus .tn-pipe-tip-accent {
  background: linear-gradient(90deg, #8E24AA 0%, #CE93D8 50%, #6A1B9A 100%);
}
.tn-pipe-tip--neutral .tn-pipe-tip-accent {
  background: linear-gradient(90deg, #546E7A 0%, #90A4AE 50%, #37474F 100%);
}
.tn-pipe-tip-inner { padding: 12px 14px 13px; display: block; }
.tn-pipe-tip-hd {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.tn-pipe-tip-hd-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background: linear-gradient(145deg, #e8f5e9 0%, #c8e6c9 100%);
  color: #1b5e20;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}
.tn-pipe-tip--qual .tn-pipe-tip-hd-icon {
  background: linear-gradient(145deg, #E3F2FD 0%, #BBDEFB 100%);
  color: #1565C0;
}
.tn-pipe-tip--main .tn-pipe-tip-hd-icon {
  background: linear-gradient(145deg, #FFF8E1 0%, #FFECB3 100%);
  color: #F57F17;
}
.tn-pipe-tip--consolation .tn-pipe-tip-hd-icon {
  background: linear-gradient(145deg, #EFEBE9 0%, #D7CCC8 100%);
  color: #6D4C41;
}
.tn-pipe-tip--bonus .tn-pipe-tip-hd-icon {
  background: linear-gradient(145deg, #F3E5F5 0%, #E1BEE7 100%);
  color: #6A1B9A;
}
.tn-pipe-tip-title {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: #1e3a8a;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.tn-pipe-tip-body {
  display: block;
  font-size: 11px;
  line-height: 1.55;
  color: #37474F;
  font-weight: 400;
  white-space: pre-line;
}
@media (max-width: 420px) {
  .tn-pipe-tip-btn-label { display: none; }
  .tn-pipe-tip-btn { padding: 0; width: 30px; min-height: 30px; border-radius: 50%; }
}
@media (min-width: 720px) {
  .tn-pipeline-qual .tn-stage { max-width: 100%; }
  .tn-branches { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
  .tn-stage-desc,
  .tn-stage-body { padding-left: 0; }
}
.tn-warn { font-size: 11px; color: #E65100; background: #FFF3E0; padding: 8px 10px; border-radius: 8px; margin-bottom: 12px; }

.tn-roster-hd { font-size: 9px; text-transform: uppercase; letter-spacing: 0.5px; color: #37474F; font-weight: 600; margin-bottom: 8px; }
.tn-roster { display: flex; flex-wrap: wrap; gap: 6px; }
.tn-roster-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  background: #F7F9F7;
  padding: 4px 8px 4px 4px;
  border-radius: 20px;
  max-width: 100%;
}
.tn-roster-chip-link {
  border: 0.5px solid transparent;
  cursor: pointer;
  font-family: 'Outfit', sans-serif;
  text-align: left;
  transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.tn-roster-chip-link:hover {
  background: var(--pgl, #E8F5E9);
  border-color: rgba(46, 125, 50, 0.28);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.tn-roster-chip-link:focus-visible {
  outline: 2px solid var(--pg);
  outline-offset: 2px;
}
.tn-roster-chip-link:hover .tn-roster-go { color: var(--pg); }
.tn-roster-av { width: 20px; height: 20px; border-radius: 50%; font-size: 8px; font-weight: 700; color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tn-roster-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.tn-roster-name { font-weight: 600; color: var(--pn); line-height: 1.3; }
.tn-roster-go {
  flex-shrink: 0;
  font-size: 14px;
  color: #546E7A;
  margin-left: 2px;
}
.tn-roster-more { font-size: 10px; color: #37474F; align-self: center; }

.tn-bracket-modal { max-width: 520px; }
.tn-bracket-intro { font-size: 12px; color: #37474F; margin: 0 0 12px; }
.tn-bracket-grid { display: flex; flex-direction: column; gap: 8px; }
.tn-bracket-match { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: center; padding: 8px; background: #F7F9F7; border-radius: 8px; font-size: 11px; }
.tn-bracket-team { font-weight: 600; color: var(--pn); }
.tn-bracket-score { color: #37474F; font-weight: 700; }
.tn-bracket-note { font-size: 10px; color: #37474F; margin-top: 12px; }

/* Create event — registration & draws */
.cfg-reg-section { margin-top: 8px; padding-top: 12px; border-top: 1px solid var(--pb); }
.cfg-reg-section .fl { margin-bottom: 6px; }
.reg-list-row { display: grid; grid-template-columns: 1fr auto auto; gap: 6px; margin-bottom: 6px; align-items: center; }
#cfg-comanagers-list .reg-list-row { grid-template-columns: 1fr 1fr auto; }
.reg-row-remove { border: none; background: #FFEBEE; color: #C62828; width: 28px; height: 28px; border-radius: 6px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.cfg-draw-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: start; padding: 8px 0; border-bottom: 1px solid #ECEFF1; }
.cfg-draw-row:last-child { border-bottom: none; }

/* Multi-division tournament */
.cfg-tn-divisions-block .tn-div-row { border: 1px solid var(--pb); border-radius: 8px; padding: 8px; margin-bottom: 8px; background: #FAFBFA; }
.tn-div-row-hd { display: flex; gap: 6px; margin-bottom: 6px; }
.tn-div-row-hd .tn-div-label { flex: 1; }
.tn-div-row-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); gap: 6px; }

.ev-tn-divisions { margin-top: 10px; padding: 10px; background: #F3E5F5; border-radius: 8px; }
.ev-tn-div-hd { font-size: 11px; font-weight: 600; color: #6A1B9A; margin-bottom: 6px; display: flex; align-items: center; gap: 6px; }
.ev-tn-div-chips { display: flex; flex-wrap: wrap; gap: 4px; }
.ev-tn-div-chip { font-size: 9px; background: #fff; padding: 3px 8px; border-radius: 10px; color: var(--pn); font-weight: 600; }
.ev-tn-div-cap { font-weight: 500; color: #455A64; margin-left: 4px; }

.tn-divisions-hd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 14px;
  margin: 14px 0 10px;
  padding: 11px 13px;
  border-radius: 11px;
  background: linear-gradient(145deg, #fff 0%, #F4F7F5 100%);
  border: 1px solid #DDE4E0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.tn-divisions-hd-left {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1 1 260px;
  min-width: 0;
}
.tn-divisions-pool-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}
.tn-pool-badge-sub {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  color: #455A64;
  max-width: 22em;
}
.tn-divisions-label-text {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.55px;
  color: var(--pn);
  line-height: 1.2;
  flex-shrink: 0;
}
.tn-divisions-hd-right {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}
.tn-pool-badge {
  font-size: 10px;
  font-weight: 700;
  background: #E8F5E9;
  color: #1B5E20;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: none;
  letter-spacing: 0;
  border: 1px solid rgba(46, 125, 50, 0.22);
  line-height: 1.2;
}
.tn-divisions-you {
  text-align: right;
  line-height: 1.4;
}
.tn-divisions-you--registered {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}
.tn-divisions-you-kicker {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  color: #2E7D32;
}
.tn-divisions-you-entries {
  font-size: 12px;
  font-weight: 700;
  color: var(--pn);
  line-height: 1.35;
}
.tn-divisions-you-sep {
  margin: 0 5px;
  color: #78909C;
  font-weight: 600;
}
.tn-divisions-you--empty,
.tn-divisions-you--closed {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  padding: 8px 11px;
  border-radius: 9px;
  max-width: 100%;
}
.tn-divisions-you--empty {
  color: #BF360C;
  background: #FFF3E0;
  border: 1px solid rgba(230, 81, 0, 0.22);
}
.tn-divisions-you--empty i {
  flex-shrink: 0;
  font-size: 15px;
  color: #E65100;
  margin-top: 1px;
}
.tn-divisions-you--closed {
  color: #546E7A;
  background: #ECEFF1;
  border: 1px solid #CFD8DC;
}
.tn-divisions-you--closed i {
  flex-shrink: 0;
  font-size: 15px;
  color: #78909C;
  margin-top: 1px;
}
@media (max-width: 720px) {
  .tn-divisions-hd-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .tn-pool-badge-sub { max-width: none; }
  .tn-divisions-hd-actions {
    flex-basis: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.tn-divisions-hd-actions {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1 1 200px;
  min-width: 0;
  justify-content: flex-end;
}
.tn-div-filter-trigger {
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 12px;
  flex-shrink: 0;
}
.tn-div-filter-trigger.ev-refine-trigger {
  background: linear-gradient(145deg, #AB47BC 0%, #6A1B9A 55%, #4A148C 100%);
  box-shadow:
    0 4px 14px rgba(106, 27, 154, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.32) inset;
}
.tn-div-filter-trigger.ev-refine-trigger:hover {
  box-shadow:
    0 6px 20px rgba(106, 27, 154, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.4) inset;
}
.tn-div-filter-trigger.ev-refine-trigger.is-open {
  background: linear-gradient(145deg, #4A148C 0%, #6A1B9A 50%, #8E24AA 100%);
  box-shadow:
    0 6px 20px rgba(74, 20, 140, 0.42),
    inset 0 0 0 2px rgba(206, 147, 216, 0.55);
}
.tn-div-filter-trigger .ev-refine-trigger-ring {
  background: linear-gradient(135deg, rgba(206, 147, 216, 0.55), rgba(106, 27, 154, 0.35));
}
.tn-div-filter-trigger.has-active .ev-refine-trigger-ring {
  opacity: 1;
  animation: tn-div-filter-pulse 2s ease-in-out infinite;
}
@keyframes tn-div-filter-pulse {
  0%, 100% { transform: scale(1); opacity: 0.65; }
  50% { transform: scale(1.06); opacity: 1; }
}
.tn-div-filter-trigger .ev-refine-trigger-dot {
  box-shadow: 0 0 0 2px #6A1B9A, 0 0 10px rgba(255, 255, 255, 0.9);
}
.tn-div-filter-trigger:focus-visible {
  outline-color: #CE93D8;
}
.tn-div-filter-trigger .ev-refine-trigger-icon {
  font-size: 20px;
}
.tn-div-filters-panel {
  display: none;
  margin: 0 0 10px;
  padding: 12px 13px;
  border-radius: 12px;
  background: linear-gradient(145deg, #ffffff 0%, #f4f7ff 100%);
  border: 1px solid rgba(30, 58, 138, 0.12);
  box-shadow: 0 4px 16px rgba(30, 58, 138, 0.08);
}
.tn-div-filters-panel.is-open {
  display: block;
  animation: tn-div-filters-in 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.tn-div-filters-panel[hidden] {
  display: none !important;
}
@keyframes tn-div-filters-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
.tn-div-filters-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.tn-div-filters-title {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  color: var(--pn);
}
.tn-div-filter-count {
  font-size: 10px;
  font-weight: 600;
  color: #455A64;
}
.tn-div-filter-section {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ECEFF1;
}
.tn-div-filter-section:last-of-type {
  border-bottom: none;
  margin-bottom: 8px;
  padding-bottom: 0;
}
#evPanelBody .tn-div-filter-section .filter-panel-label {
  font-size: 9px;
  margin-bottom: 7px;
}
#evPanelBody .tn-div-filter-chip {
  font-size: 10px;
  font-weight: 600;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid #ECEFF1;
  background: #fff;
  color: #455A64;
  cursor: pointer;
  font-family: inherit;
}
#evPanelBody .tn-div-filter-chip.on {
  border-color: var(--pn);
  background: #E8EAF6;
  color: var(--pn);
}
#evPanelBody .tn-div-filter-chip.ev-tc.on {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.tn-div-tier-sub {
  font-weight: 500;
  opacity: 0.78;
}
.tn-div-filters-clear {
  font-size: 10px;
  padding: 6px 12px;
  margin-top: 4px;
}
.tn-div-filters-clear[hidden] {
  display: none !important;
}
.tn-div-filter-empty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #FFF3E0;
  border: 1px solid rgba(230, 81, 0, 0.2);
  font-size: 11px;
  font-weight: 600;
  color: #BF360C;
}
.tn-div-filter-empty[hidden] {
  display: none !important;
}
.tn-div-filter-empty i {
  font-size: 16px;
  color: #E65100;
}
.tn-div-filter-empty .btn {
  font-size: 10px;
  padding: 5px 10px;
  margin-left: auto;
}
@media (max-width: 520px) {
  .tn-divisions-hd-right {
    flex-basis: 100%;
    justify-content: stretch;
  }
  .tn-divisions-you--registered {
    align-items: flex-start;
    text-align: left;
  }
}
.tn-divisions-label { font-size: 9px; text-transform: uppercase; letter-spacing: 0.5px; color: #37474F; font-weight: 600; margin: 12px 0 8px; display: flex; align-items: center; gap: 8px; }
.tn-divisions-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 8px; margin-bottom: 12px; }
@media (min-width: 1024px) {
  .tn-divisions-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
  }
}
@media (min-width: 1280px) {
  .tn-divisions-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
.tn-divisions-label-col {
  flex-shrink: 0;
  min-width: 0;
}
.tn-divisions-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}
.tn-divisions-reg-counts {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 6px;
  font-size: 10px;
  color: #37474F;
  font-weight: 500;
}
.tn-divisions-reg-count strong {
  font-size: 12px;
  font-weight: 700;
  color: var(--pn);
}
.tn-divisions-reg-count-sep {
  color: #90A4AE;
  font-weight: 400;
}
.tn-divisions-reg-count--participation {
  color: #455A64;
}
.tn-div-card {
  border: 1px solid var(--pb);
  border-radius: 8px;
  padding: 10px 10px 12px;
  background: #fff;
  font-size: 10px;
  position: relative;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
button.tn-div-card:hover {
  border-color: #78909C;
  box-shadow: 0 2px 8px rgba(55, 71, 79, 0.08);
}
button.tn-div-card:focus-visible {
  outline: 2px solid var(--pg);
  outline-offset: 2px;
}
.tn-div-roster-modal { max-width: 420px; width: min(420px, calc(100vw - 32px)); }
#tn-div-roster-overlay.overlay--viewport {
  z-index: var(--z-modal-stack-overlay);
}
#tn-div-roster-overlay .m-body {
  padding: 12px 16px 16px;
  overflow-y: auto;
  max-height: min(70vh, 560px);
}
.tn-div-roster-intro { margin-bottom: 12px; }
.tn-div-roster-meta { font-size: 11px; color: #37474F; margin: 0 0 4px; }
.tn-div-roster-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #1565C0;
  margin: 0 0 6px;
}
.tn-div-roster-date i { font-size: 14px; flex-shrink: 0; }
.tn-div-roster-cap { font-size: 11px; color: var(--pn); font-weight: 600; margin: 0 0 4px; }
.tn-div-roster-fee { font-size: 11px; color: #2E7D32; font-weight: 600; margin: 0; }
.tn-div-roster-empty { font-size: 11px; color: #546E7A; margin: 8px 0 0; }
.tn-div-roster-section { margin-top: 14px; }
.tn-div-roster-section .tn-roster-hd { margin-top: 0; }
.tn-div-team-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.tn-div-team-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--pb);
  border-radius: 8px;
  background: #FAFBFA;
  font-size: 11px;
}
.tn-div-team-row--complete { border-color: #C8E6C9; background: #F1F8E9; }
.tn-div-team-row--pending { border-color: #BBDEFB; background: #E3F2FD; }
.tn-team-status { font-weight: 500; color: #1565C0; font-size: 10px; }

/* Partner registration */
.tn-partner-alerts {
  margin: 10px 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #E8F5E9;
  border: 1px solid rgba(46, 125, 50, 0.25);
}
.tn-partner-alerts-hd { font-size: 11px; font-weight: 700; color: #2E7D32; margin-bottom: 8px; }
.tn-partner-alert-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 11px;
  padding: 6px 0;
  border-top: 1px solid rgba(46, 125, 50, 0.15);
}
.tn-partner-alert-item:first-of-type { border-top: none; padding-top: 0; }
.tn-partner-alert-actions { display: flex; gap: 6px; }
.tn-need-partner-panel {
  margin: 14px 0 12px;
  padding: 12px;
  border-radius: 10px;
  background: #F3E5F5;
  border: 1px solid rgba(123, 31, 162, 0.15);
}
.tn-need-partner-div { margin-top: 10px; }
.tn-need-partner-div-hd { font-size: 11px; font-weight: 700; color: var(--pn); margin-bottom: 6px; }
.tn-need-partner-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.tn-need-partner-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--pb);
}
.tn-need-partner-info { flex: 1; min-width: 0; }
.tn-need-partner-name { display: block; font-weight: 600; font-size: 11px; }
.tn-need-partner-dupr { font-size: 10px; color: #546E7A; }
.tn-reg-partner-panel {
  margin: 0 0 10px 2rem;
  padding: 10px;
  border-left: 3px solid #7B1FA2;
  background: #FAFAFA;
  border-radius: 0 8px 8px 0;
}
.tn-reg-partner-modes { display: flex; flex-wrap: wrap; gap: 8px 12px; margin-bottom: 8px; font-size: 10px; }
.tn-reg-partner-mode { display: flex; align-items: center; gap: 4px; cursor: pointer; }
.tn-reg-partner-search { width: 100%; margin-bottom: 6px; }
.tn-reg-partner-results { display: flex; flex-direction: column; gap: 4px; max-height: 140px; overflow-y: auto; }
.tn-reg-partner-result {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border: 1px solid var(--pb);
  border-radius: 6px;
  background: #fff;
  text-align: left;
  font-size: 10px;
  cursor: pointer;
}
.tn-reg-partner-result:disabled { opacity: 0.55; cursor: not-allowed; }
.tn-reg-partner-err { display: block; font-size: 9px; color: #C62828; }
.tn-reg-partner-email { display: grid; gap: 6px; margin-top: 6px; }
.tn-reg-partner-note { font-size: 9px; color: #546E7A; margin: 8px 0 0; line-height: 1.4; }
.tn-reg-pay-note { font-size: 10px; color: #546E7A; margin-top: 8px; }
#tn-register-overlay.overlay--viewport { z-index: var(--z-modal-stack-overlay); }
#tn-register-overlay .m-body { padding: 12px 16px 16px; overflow-y: auto; max-height: min(75vh, 640px); }
.tn-td-tools { margin-top: 16px; padding-top: 12px; border-top: 1px dashed var(--pb); }
.tn-td-tools-note { font-size: 10px; color: #546E7A; margin: 0 0 8px; }
.tn-td-team-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 6px 0;
  font-size: 10px;
  border-bottom: 1px solid #ECEFF1;
}
.btn-sm-tn { font-size: 10px; padding: 4px 8px; min-height: 28px; }
.tn-div-team-avatars { display: flex; gap: 4px; flex-shrink: 0; }
.tn-div-team-names { font-weight: 600; color: var(--pn); line-height: 1.35; }
.tn-div-team-needs { font-weight: 500; color: #E65100; font-size: 10px; }
.tn-roster-dupr { display: block; font-size: 9px; color: #546E7A; font-weight: 400; line-height: 1.35; }
.tn-div-card.tn-div-full { opacity: 0.85; border-color: #FFCC80; background: #FFF8E1; }
.tn-div-card.tn-div-mine { border-color: var(--pg); background: var(--pgl); box-shadow: 0 0 0 1px rgba(76, 175, 80, 0.12); }
.tn-div-card.tn-div-available { border-color: #546E7A; background: #fff; }
.tn-div-card.tn-div-blocked { border-color: #FFCDD2; background: #FFF5F5; opacity: 1; }
.tn-div-card-title { font-weight: 700; font-size: 11px; color: var(--pn); margin-bottom: 4px; padding-right: 4.5rem; }
.tn-div-card-meta, .tn-div-card-dupr, .tn-div-card-cap { color: #37474F; margin-bottom: 2px; }
.tn-div-card-date {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 600;
  color: #1565C0;
  margin-bottom: 4px;
  line-height: 1.35;
}
.tn-div-card-date i { font-size: 11px; flex-shrink: 0; opacity: 0.9; }
.tn-div-card-fee { color: #2E7D32; font-weight: 600; margin-top: 4px; }
.tn-div-registered,
.tn-div-ineligible,
.tn-div-available-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 6px;
}
.tn-div-registered { color: #2E7D32; background: #E8F5E9; }
.tn-div-ineligible { color: #B71C1C; background: #FFEBEE; }
.tn-div-available-badge { color: #1565C0; background: #E3F2FD; font-weight: 600; }
.tn-div-reason {
  margin-top: 8px;
  padding-top: 6px;
  border-top: 0.5px dashed #FFCDD2;
  font-size: 9px;
  font-weight: 600;
  color: #C62828;
  line-height: 1.4;
}
.tn-register-modal { max-width: 420px; }
.tn-reg-intro { font-size: 12px; color: #37474F; margin: 0 0 10px; }
.tn-reg-list { display: flex; flex-direction: column; gap: 6px; max-height: 50vh; overflow-y: auto; }
.tn-reg-item { display: flex; gap: 10px; align-items: flex-start; padding: 10px; border: 1px solid var(--pb); border-radius: 8px; cursor: pointer; }
.tn-reg-item.tn-reg-disabled { opacity: 0.55; cursor: not-allowed; }
.tn-reg-item-body { flex: 1; min-width: 0; }
.tn-reg-item-title { font-weight: 600; font-size: 12px; color: var(--pn); }
.tn-reg-item-meta { font-size: 10px; color: #455A64; }
.tn-reg-item-err { font-size: 9px; color: #C62828; margin-top: 4px; }
.tn-reg-total { font-size: 11px; font-weight: 600; color: var(--pn); margin: 10px 0 0; }
.tn-roster-divs { display: block; font-size: 9px; color: #37474F; font-weight: 400; line-height: 1.35; }
.cfg-draw-fields { display: grid; grid-template-columns: 1fr 72px; gap: 6px; margin-top: 6px; }
.cfg-draw-fields.cfg-draw-qual { grid-template-columns: 1fr 72px 1fr; }

.tg.tg-5 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.tg.tg-5 .to:nth-child(4),
.tg.tg-5 .to:nth-child(5) { grid-column: span 1; }
@media (min-width: 520px) {
  .tg.tg-5 { grid-template-columns: repeat(5, 1fr); }
  .tg.tg-5 .to:nth-child(4),
  .tg.tg-5 .to:nth-child(5) { grid-column: auto; }
}

.tm { background: #F3E5F5; color: #6A1B9A; }
.ev-tournament-draws { margin-top: 10px; }
.ev-draw-pipeline { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 10px; }
.ev-draw-chip { display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; border-radius: 8px; background: #E8EAF6; color: #3949AB; font-weight: 600; }
.ev-draw-chip.on { background: var(--pgl); color: #2E7D32; }
.ev-draw-arrow { color: #546E7A; font-size: 12px; }

.tn-partner-inbox { margin: 10px 0; display: flex; flex-direction: column; gap: 10px; }
.tn-partner-reminders { padding: 10px 12px; border-radius: 10px; background: #FFF8E1; border: 1px solid #FFE082; }
.tn-partner-reminder-list { list-style: none; margin: 6px 0 0; padding: 0; font-size: 10px; }
.tn-partner-reminder-row { padding: 4px 0; color: #E65100; }
.tn-partner-outgoing { padding: 10px 12px; border: 1px solid var(--pb); border-radius: 10px; background: #FAFAFA; }
.tn-partner-outgoing-list { list-style: none; margin: 0; padding: 0; }
.tn-partner-outgoing-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px; padding: 6px 0; border-bottom: 1px solid #ECEFF1; font-size: 10px; }
.tn-partner-outgoing-row:last-child { border-bottom: none; }
.tn-partner-outgoing-actions { display: flex; flex-wrap: wrap; gap: 4px; }
.tn-withdraw-modal { max-width: 360px; }
.tn-withdraw-msg { font-size: 12px; color: #37474F; margin: 0 0 12px; line-height: 1.45; }
.tn-withdraw-actions { display: flex; gap: 8px; justify-content: flex-end; }
.tn-reg-invite-note { font-size: 9px; color: #546E7A; margin: 6px 0 0; }
.tn-div-partner-rules { margin-top: 8px; font-size: 10px; }
.tn-div-pr-summary { cursor: pointer; font-weight: 600; color: #37474F; margin-bottom: 6px; }
.tn-div-pr-row { display: flex; align-items: center; gap: 6px; margin: 4px 0; }
.tn-my-reg-panel { margin: 12px 0; padding: 10px 12px; border: 1px solid var(--pb); border-radius: 10px; background: #FAFAFA; }
.tn-my-reg-list { list-style: none; margin: 0; padding: 0; }
.tn-my-reg-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 0; border-bottom: 1px solid #ECEFF1; }
.tn-my-reg-row:last-child { border-bottom: none; }
.tn-my-reg-info { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 11px; }
.tn-my-reg-deadline { font-size: 9px; color: #E65100; font-weight: 600; }
.tn-my-reg-actions { display: flex; flex-wrap: wrap; gap: 4px; }
.tn-team-pay { display: block; margin-top: 4px; font-size: 9px; font-weight: 500; }
.tn-pay-badge { display: inline-block; padding: 1px 5px; border-radius: 4px; margin-right: 4px; }
.tn-pay-badge--paid { background: #E8F5E9; color: #2E7D32; }
.tn-pay-badge--pending { background: #FFF3E0; color: #E65100; }
.tn-team-deadline { display: block; font-size: 9px; color: #E65100; margin-top: 2px; }
.tn-need-partner-public { font-size: 8px; font-weight: 600; color: #1565C0; margin-left: 6px; }
.tn-need-partner-btns { display: flex; gap: 4px; flex-shrink: 0; }
.tn-td-pair-pick { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-bottom: 10px; }
.tn-td-pair-select { flex: 1; min-width: 120px; font-size: 10px; padding: 4px 6px; }
.tn-partner-msg-modal { max-width: 400px; }
.tn-partner-msg-input { width: 100%; min-height: 72px; resize: vertical; font-size: 12px; }
.tn-partner-msg-to { font-size: 12px; margin: 0 0 8px; color: #37474F; }
.tn-reg-pay-note { font-size: 9px; color: #546E7A; margin: 6px 0 0; line-height: 1.4; } { margin: 12px 0; padding: 10px 12px; border: 1px solid var(--pb); border-radius: 10px; background: #FAFAFA; }
.tn-my-reg-list { list-style: none; margin: 0; padding: 0; }
.tn-my-reg-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 0; border-bottom: 1px solid #ECEFF1; }
.tn-my-reg-row:last-child { border-bottom: none; }
.tn-my-reg-info { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 11px; }
.tn-my-reg-deadline { font-size: 9px; color: #E65100; font-weight: 600; }
.tn-my-reg-actions { display: flex; flex-wrap: wrap; gap: 4px; }
.tn-team-pay { display: block; margin-top: 4px; font-size: 9px; font-weight: 500; }
.tn-pay-badge { display: inline-block; padding: 1px 5px; border-radius: 4px; margin-right: 4px; }
.tn-pay-badge--paid { background: #E8F5E9; color: #2E7D32; }
.tn-pay-badge--pending { background: #FFF3E0; color: #E65100; }
.tn-team-deadline { display: block; font-size: 9px; color: #E65100; margin-top: 2px; }
.tn-need-partner-public { font-size: 8px; font-weight: 600; color: #1565C0; margin-left: 6px; }
.tn-need-partner-btns { display: flex; gap: 4px; flex-shrink: 0; }
.tn-td-pair-pick { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-bottom: 10px; }
.tn-td-pair-select { flex: 1; min-width: 120px; font-size: 10px; padding: 4px 6px; }
.tn-partner-msg-modal { max-width: 400px; }
.tn-partner-msg-input { width: 100%; min-height: 72px; resize: vertical; font-size: 12px; }
.tn-partner-msg-to { font-size: 12px; margin: 0 0 8px; color: #37474F; }
.tn-reg-pay-note { font-size: 9px; color: #546E7A; margin: 6px 0 0; line-height: 1.4; }
