:root {
  --bg: #f3f6fb;
  --surface: #ffffff;
  --text: #10213a;
  --muted: #5a6a84;
  --accent: #0c7a43;
  --line: #d7deea;
  --warn: #a94400;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Barlow", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text);
  background: #ffffff;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px;
}

.header h1 {
  margin: 0;
}

.header p {
  margin-top: 6px;
  color: var(--muted);
}

.beta-notice {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 10px;
  border: 1px solid #f4d9b2;
  border-radius: 8px;
  background: #fff4e7;
  color: #8a4a00;
  font-size: 0.9rem;
  font-weight: 600;
}

.notes {
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid #d8e2f0;
  border-radius: 10px;
  background: #f8fbff;
}

.notes h2 {
  margin: 0 0 6px 0;
  font-size: 0.98rem;
}

.notes p {
  margin: 4px 0;
  color: #43526d;
  font-size: 0.9rem;
}

.controls {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.status {
  color: var(--muted);
}

.tabs {
  margin-top: 20px;
  display: flex;
  gap: 8px;
}

.tab {
  border: 1px solid var(--line);
  background: #3c7ef1;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.tab.active {
  background: #3c7ef1;
  color: #ffffff;
  border-color: #3c7ef1;
}

.panel {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 0 12px 12px 12px;
  padding: 14px;
}

.panel.active {
  display: block;
}

.summary {
  color: var(--muted);
  margin-bottom: 12px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

#generatedGrid.grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.projection-output {
  overflow-x: auto;
}

.projection-board {
  background: #eceff3;
  padding: 14px 14px 16px 14px;
  min-width: 1220px;
}

.projection-board-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.projection-board-generated {
  order: 2;
  margin-top: 4px;
  font-size: 0.98rem;
  font-weight: 700;
  color: #1b273d;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.projection-board-title {
  order: 1;
  margin: 0 auto;
  width: auto;
  text-align: center;
  font-size: 5rem;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #0d1119;
}

.projection-board-grid-wrap {
  position: relative;
}

.projection-board-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 288px));
  justify-content: center;
  gap: 10px;
}

.projection-board-grid .regional {
  background: #f3f5f8;
}

.projection-board-center-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.projection-brand-badge {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.projection-board-footer {
  margin-top: 10px;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #111827;
}

.projection-board-footer em {
  font-style: italic;
}

.projection-poster {
  background: #ececec;
  color: #0d1119;
  padding: 14px 14px 18px 14px;
  min-width: 1520px;
  font-family: "Arial Narrow", "Barlow Condensed", "Franklin Gothic Medium", "Segoe UI", sans-serif;
}

.projection-header {
  display: grid;
  grid-template-columns: 104px 1fr auto;
  gap: 12px;
  align-items: start;
  margin-bottom: 8px;
}

.projection-brand {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.projection-brand-placeholder {
  visibility: hidden;
}

.projection-header-center h2 {
  margin: 0;
  text-align: center;
  font-size: 86px;
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 900;
}

.projection-subtitle {
  margin-top: 2px;
  text-align: center;
  font-size: 52px;
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: 800;
}

.projection-header-right {
  font-size: 56px;
  line-height: 1;
  font-weight: 800;
  padding-top: 2px;
}

.projection-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 20px;
}

.projection-column {
  display: grid;
  grid-auto-rows: min-content;
  gap: 8px;
}

.projection-regional {
  margin: 0;
}

.projection-line {
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 3px solid #1b1b1b;
  min-height: 66px;
  padding: 2px 0;
}

.projection-seed {
  width: 24px;
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
}

.projection-team-logo-box {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.projection-team-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.projection-team-text {
  flex: 1;
  font-size: 54px;
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.regional {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px;
  background: #fafcff;
}

.regional h3 {
  margin-top: 0;
  font-size: 1rem;
}

.seed-row {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 6px 0;
  flex-wrap: nowrap;
}

.seed-label {
  font-weight: 700;
  width: 24px;
}

.seed-team {
  font-size: 0.94rem;
}

.seed-team-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.team-logo {
  width: auto;
  height: 20px;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  flex: 0 1 auto;
}

.team-logo-box {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  aspect-ratio: 1 / 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 20px;
}

.team-logo-box .team-logo {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.manual-controls {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.warning {
  color: var(--warn);
  font-weight: 600;
}

.team-combobox {
  position: relative;
  flex: 1;
  min-width: 0;
}

.team-input-wrap {
  position: relative;
}

.team-input-logo {
  position: absolute;
  left: 9px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  object-fit: contain;
  max-width: 18px;
  max-height: 18px;
  overflow: hidden;
  pointer-events: none;
}

.team-input-logo-box {
  position: absolute;
  left: 9px;
  top: 50%;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  transform: translateY(-50%);
  aspect-ratio: 1 / 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}

.team-input-logo-box .team-input-logo {
  position: static;
  transform: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.team-input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px 9px 7px 34px;
  background: #fff;
  font-weight: 560;
  font-size: 16px;
}

.team-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  max-height: 210px;
  overflow: auto;
  z-index: 50;
  display: none;
}

.team-dropdown.open {
  display: block;
}

.team-option {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  margin-top: 0;
  padding: 8px 10px;
  cursor: pointer;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
}

.team-option-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.team-option-name {
  font-weight: 650;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.05;
}

.team-option-rpi {
  font-size: 0.68rem;
  color: #7d8799;
  font-weight: 500;
}

.team-option-meta {
  color: #7d8799;
  font-size: 0.72rem;
}

.team-option-note {
  color: #9b2f2f;
  font-size: 0.69rem;
}

.team-option-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  border-radius: 8px;
  padding: 9px 12px;
  cursor: pointer;
}

.btn-primary {
  background: #085ef4;
  color: #fff;
  border-color: #085ef4;
}

@media (max-width: 760px) {
  .controls {
    flex-direction: column;
    align-items: flex-start;
  }

  #generatedGrid.grid {
    grid-template-columns: 1fr;
  }

  .field64-root #generatedGrid.grid {
    grid-template-columns: 1fr !important;
  }
}

/* Embed-safe scoped overrides (prevents host-site class collisions) */
.field64-root {
  --surface: #ffffff;
  --text: #0f1f36;
  --muted: #4c5d79;
  --accent: #0f8a4a;
  --accent-dark: #0a6a38;
  --line: #d4dfec;
  --warn: #a94400;
  --shadow: 0 12px 30px rgba(10, 31, 68, 0.08);
  font-family: "Barlow", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text);
}

.field64-root * {
  box-sizing: border-box;
}

.field64-root .container {
  max-width: 1220px !important;
  margin: 0 auto !important;
  padding: 18px !important;
  border: 1px solid var(--line) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: var(--shadow) !important;
}

.field64-root .header {
  margin-bottom: 12px !important;
}

.field64-root .header h1 {
  margin: 0 !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.02em !important;
}

.field64-root .header p {
  margin: 10px 0 0 0 !important;
  max-width: 52ch !important;
  color: var(--muted) !important;
}

.field64-root .notes {
  margin-top: 12px !important;
  padding: 12px 14px !important;
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.9) !important;
}

.field64-root .notes h2 {
  margin: 0 0 8px 0 !important;
  font-size: 1rem !important;
}

.field64-root .notes p {
  margin: 4px 0 !important;
  color: #3f5070 !important;
  font-size: 0.96rem !important;
}

.field64-root .controls {
  margin-top: 12px !important;
  padding: 12px !important;
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  background: var(--surface) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
}

.field64-root .status {
  color: var(--muted) !important;
  font-weight: 600 !important;
}

.field64-root .tabs {
  margin-top: 14px !important;
  display: flex !important;
  gap: 8px !important;
}

.field64-root .tab {
  border: 1px solid var(--line) !important;
  background: #3c7ef1 !important;
  color: #ffffff !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  font-weight: 700 !important;
}

.field64-root .tab.active {
  background: #3c7ef1 !important;
  border-color: #3c7ef1 !important;
  color: #ffffff !important;
}

.field64-root .panel {
  display: none !important;
  margin-top: 12px !important;
  border: 1px solid var(--line) !important;
  background: var(--surface) !important;
  border-radius: 14px !important;
  padding: 14px !important;
}

.field64-root .panel.active {
  display: block !important;
}

.field64-root .projection-output {
  overflow-x: auto !important;
}

.field64-root .projection-board {
  background: #eceff3 !important;
  padding: 14px 14px 16px 14px !important;
  min-width: 1220px !important;
}

.field64-root .projection-board-header {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin-bottom: 10px !important;
}

.field64-root .projection-board-generated {
  order: 2 !important;
  margin-top: 4px !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  color: #1b273d !important;
  text-transform: uppercase !important;
  letter-spacing: 0.01em !important;
}

.field64-root .projection-board-title {
  order: 1 !important;
  margin: 0 auto !important;
  width: auto !important;
  text-align: center !important;
  font-size: 5rem !important;
  line-height: 0.9 !important;
  font-weight: 900 !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
  color: #0d1119 !important;
}

.field64-root .projection-board-grid-wrap {
  position: relative !important;
}

.field64-root .projection-board-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 288px)) !important;
  justify-content: center !important;
  gap: 10px !important;
}

.field64-root .projection-board-grid .regional {
  background: #f3f5f8 !important;
}

.field64-root .projection-board-center-logo {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  pointer-events: none !important;
}

.field64-root .projection-brand-badge {
  width: 48px !important;
  height: 48px !important;
  object-fit: contain !important;
}

.field64-root .projection-board-footer {
  margin-top: 10px !important;
  text-align: center !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.01em !important;
  color: #111827 !important;
}

.field64-root .projection-board-footer em {
  font-style: italic !important;
}

.field64-root .projection-poster {
  background: #ececec !important;
  color: #0d1119 !important;
  padding: 14px 14px 18px 14px !important;
  min-width: 1520px !important;
  font-family: "Arial Narrow", "Barlow Condensed", "Franklin Gothic Medium", "Segoe UI", sans-serif !important;
}

.field64-root .projection-header {
  display: grid !important;
  grid-template-columns: 104px 1fr auto !important;
  gap: 12px !important;
  align-items: start !important;
  margin-bottom: 8px !important;
}

.field64-root .projection-brand {
  width: 92px !important;
  height: 92px !important;
  object-fit: contain !important;
}

.field64-root .projection-brand-placeholder {
  visibility: hidden !important;
}

.field64-root .projection-header-center h2 {
  margin: 0 !important;
  text-align: center !important;
  font-size: 86px !important;
  line-height: 0.9 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
}

.field64-root .projection-subtitle {
  margin-top: 2px !important;
  text-align: center !important;
  font-size: 52px !important;
  line-height: 0.9 !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
}

.field64-root .projection-header-right {
  font-size: 56px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  padding-top: 2px !important;
}

.field64-root .projection-columns {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px 20px !important;
}

.field64-root .projection-column {
  display: grid !important;
  grid-auto-rows: min-content !important;
  gap: 8px !important;
}

.field64-root .projection-regional {
  margin: 0 !important;
}

.field64-root .projection-line {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  border-bottom: 3px solid #1b1b1b !important;
  min-height: 66px !important;
  padding: 2px 0 !important;
}

.field64-root .projection-seed {
  width: 24px !important;
  font-size: 50px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

.field64-root .projection-team-logo-box {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.field64-root .projection-team-logo {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

.field64-root .projection-team-text {
  flex: 1 !important;
  font-size: 54px !important;
  line-height: 0.95 !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
}

.field64-root .summary {
  color: var(--muted) !important;
  margin-bottom: 12px !important;
}

.field64-root .grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 12px !important;
}

.field64-root #generatedGrid.grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.field64-root .regional {
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  padding: 12px !important;
  background: #f9fbff !important;
}

.field64-root .regional h3 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  font-size: 1rem !important;
}

.field64-root .seed-row {
  display: flex !important;
  gap: 8px !important;
  align-items: center !important;
  margin: 6px 0 !important;
  flex-wrap: nowrap !important;
}

.field64-root .seed-label {
  font-weight: 800 !important;
  width: 24px !important;
}

.field64-root .seed-team-wrap {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.field64-root .team-logo {
  width: auto !important;
  height: 20px !important;
  object-fit: contain !important;
  max-width: 100% !important;
  max-height: 100% !important;
  flex: 0 1 auto !important;
}

.field64-root .team-logo-box {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  aspect-ratio: 1 / 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  flex: 0 0 20px !important;
}

.field64-root .team-logo-box .team-logo {
  width: auto !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}

.field64-root .manual-controls {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  margin-bottom: 12px !important;
  flex-wrap: wrap !important;
}

.field64-root .warning {
  color: var(--warn) !important;
  font-weight: 600 !important;
}

.field64-root .team-combobox {
  position: relative !important;
  flex: 1 !important;
  min-width: 0 !important;
}

.field64-root .team-input-wrap {
  position: relative !important;
}

.field64-root .team-input-logo {
  position: absolute !important;
  left: 9px !important;
  top: 50% !important;
  width: 18px !important;
  height: 18px !important;
  transform: translateY(-50%) !important;
  object-fit: contain !important;
  pointer-events: none !important;
}

.field64-root .team-input-logo-box {
  position: absolute !important;
  left: 9px !important;
  top: 50% !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  transform: translateY(-50%) !important;
  aspect-ratio: 1 / 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.field64-root .team-input-logo-box .team-input-logo {
  position: static !important;
  transform: none !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}

.field64-root .team-input {
  width: 100% !important;
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  padding: 7px 9px 7px 34px !important;
  background: #fff !important;
  color: #11243f !important;
  font-weight: 560 !important;
  font-size: 16px !important;
}

.field64-root .team-dropdown {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: calc(100% + 4px) !important;
  background: #fff !important;
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  max-height: 210px !important;
  overflow: auto !important;
  z-index: 50 !important;
  display: none !important;
}

.field64-root .team-dropdown.open {
  display: block !important;
}

.field64-root .team-option {
  width: 100% !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  background: #fff !important;
  margin-top: 0 !important;
  padding: 8px 10px !important;
  cursor: pointer !important;
}

.field64-root .team-option-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.field64-root .team-option-name {
  font-weight: 650 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
}

.field64-root .team-option-rpi {
  font-size: 0.7rem !important;
  color: #7d8799 !important;
  font-weight: 500 !important;
}

.field64-root .team-option-meta {
  color: #7d8799 !important;
  font-size: 0.74rem !important;
}

.field64-root .team-option-note {
  color: #9b2f2f !important;
  font-size: 0.7rem !important;
}

.field64-root .team-option-disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

.field64-root .btn {
  border: 1px solid var(--line) !important;
  background: #fff !important;
  color: var(--text) !important;
  border-radius: 9px !important;
  padding: 9px 12px !important;
  cursor: pointer !important;
  font-weight: 700 !important;
}

.field64-root .btn-primary {
  background: #085ef4 !important;
  color: #fff !important;
  border-color: #085ef4 !important;
}

@media (max-width: 900px) {
  .field64-root .container {
    padding: 14px !important;
    border-radius: 14px !important;
  }

  .field64-root .controls {
    flex-direction: column !important;
    align-items: stretch !important;
  }
}

@media (max-width: 760px) {
  .container {
    padding: 14px;
  }

  .controls {
    align-items: stretch;
  }

  .controls .btn,
  .controls .btn-primary {
    width: 100%;
    text-align: center;
  }

  .tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .tab {
    width: 100%;
    text-align: center;
  }

  #generatedGrid .projection-board {
    min-width: 0 !important;
    padding: 10px !important;
  }

  #generatedGrid .projection-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  #generatedGrid .projection-board-title {
    font-size: 2.1rem !important;
  }

  #generatedGrid .projection-board-generated {
    font-size: 0.78rem !important;
  }

  #generatedGrid .projection-board-footer {
    font-size: 0.9rem !important;
  }

  #generatedGrid.grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  #generatedGrid .regional {
    padding: 8px !important;
  }

  #generatedGrid .regional h3 {
    margin-bottom: 6px !important;
    font-size: 0.88rem !important;
  }

  #generatedGrid .seed-row {
    margin: 4px 0 !important;
    gap: 6px !important;
  }

  #generatedGrid .seed-label {
    width: 18px !important;
    font-size: 0.92rem !important;
  }

  #generatedGrid .seed-team {
    font-size: 0.82rem !important;
  }

  #generatedGrid .team-logo-box {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    flex: 0 0 16px !important;
  }

  #generatedGrid .team-logo {
    height: 16px !important;
  }

  .field64-root #generatedGrid.grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .field64-root .controls .btn,
  .field64-root .controls .btn-primary {
    width: 100% !important;
    text-align: center !important;
  }

  .field64-root .tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .field64-root .tab {
    width: 100% !important;
    text-align: center !important;
  }

  .field64-root #generatedGrid .projection-board {
    min-width: 0 !important;
    padding: 10px !important;
  }

  .field64-root #generatedGrid .projection-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .field64-root #generatedGrid .projection-board-title {
    font-size: 2.1rem !important;
  }

  .field64-root #generatedGrid .projection-board-generated {
    font-size: 0.78rem !important;
  }

  .field64-root #generatedGrid .projection-board-footer {
    font-size: 0.9rem !important;
  }

  .field64-root #generatedGrid .regional {
    padding: 8px !important;
  }

  .field64-root #generatedGrid .regional h3 {
    margin-bottom: 6px !important;
    font-size: 0.88rem !important;
  }

  .field64-root #generatedGrid .seed-row {
    margin: 4px 0 !important;
    gap: 6px !important;
  }

  .field64-root #generatedGrid .seed-label {
    width: 18px !important;
    font-size: 0.92rem !important;
  }

  .field64-root #generatedGrid .seed-team {
    font-size: 0.82rem !important;
  }

  .field64-root #generatedGrid .team-logo-box {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    flex: 0 0 16px !important;
  }

  .field64-root #generatedGrid .team-logo {
    height: 16px !important;
  }
}
