:root {
  --gg-p-bg: #06131d;
  --gg-p-surface: #0b1b27;
  --gg-p-surface-2: #0e2230;
  --gg-p-surface-3: #122938;
  --gg-p-line: rgba(139, 173, 192, .16);
  --gg-p-line-strong: rgba(139, 173, 192, .28);
  --gg-p-text: #eff8fb;
  --gg-p-muted: #91a8b7;
  --gg-p-soft: #bccbd4;
  --gg-p-teal: #29d5b4;
  --gg-p-teal-2: #65ebd2;
  --gg-p-teal-soft: rgba(41, 213, 180, .11);
  --gg-p-green: #54d98b;
  --gg-p-red: #ff7888;
  --gg-p-amber: #f2c768;
  --gg-p-blue: #69bff7;
  --gg-p-shadow: 0 18px 46px rgba(0, 0, 0, .16);
}

.gg-portfolio-page { background: var(--gg-p-bg) !important; }
body.gg-layout-shell.gg-layout-full-bleed.gg-portfolio-page .site-shell.football-shell.gg-portfolio-page-shell { max-width: 1540px !important; padding: 30px clamp(18px, 2.6vw, 42px) 70px !important; }
.gg-portfolio-root { color: var(--gg-p-text); min-width: 0; }
.gg-portfolio-root *, .gg-portfolio-root *::before, .gg-portfolio-root *::after { box-sizing: border-box; }
.gg-port-positive { color: var(--gg-p-green) !important; }
.gg-port-negative { color: var(--gg-p-red) !important; }

.gg-portfolio-hero {
  align-items: flex-end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 0 27px;
}
.gg-portfolio-hero__copy { max-width: 700px; min-width: 0; }
.gg-portfolio-eyebrow, .gg-portfolio-section-label {
  color: var(--gg-p-teal);
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}
.gg-portfolio-eyebrow { align-items: center; display: flex; gap: 8px; margin-bottom: 9px; }
.gg-portfolio-eyebrow i { background: var(--gg-p-teal); border-radius: 50%; box-shadow: 0 0 12px rgba(41, 213, 180, .55); height: 7px; width: 7px; }
.gg-portfolio-hero h1 { color: #fff; font-size: clamp(31px, 3.2vw, 47px); letter-spacing: -.055em; line-height: 1; margin: 0; }
.gg-portfolio-hero p { color: var(--gg-p-muted); font-size: 14px; line-height: 1.6; margin: 12px 0 0; }
.gg-portfolio-hero__actions, .gg-portfolio-modal__actions, .gg-portfolio-toolbar, .gg-position-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gg-portfolio-hero__actions { justify-content: flex-end; }

.gg-portfolio-btn, .gg-add-portfolio-btn, .gg-portfolio-icon-btn {
  align-items: center;
  appearance: none;
  background: var(--gg-p-teal);
  border: 1px solid var(--gg-p-teal);
  border-radius: 9px;
  color: #031712;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  justify-content: center;
  line-height: 1;
  min-height: 38px;
  padding: 0 13px;
  text-decoration: none;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}
.gg-portfolio-btn:hover, .gg-add-portfolio-btn:hover, .gg-portfolio-icon-btn:hover { transform: translateY(-1px); }
.gg-portfolio-btn:focus-visible, .gg-add-portfolio-btn:focus-visible, .gg-portfolio-icon-btn:focus-visible,
.gg-portfolio-root button:focus-visible, .gg-portfolio-root a:focus-visible, .gg-portfolio-root input:focus-visible,
.gg-portfolio-root textarea:focus-visible, .gg-portfolio-root select:focus-visible { outline: 2px solid var(--gg-p-teal-2); outline-offset: 2px; }
.gg-portfolio-btn:disabled, .gg-add-portfolio-btn:disabled { cursor: not-allowed; opacity: .46; transform: none; }
.gg-portfolio-btn--secondary { background: rgba(41, 213, 180, .08); border-color: rgba(41, 213, 180, .38); color: #82f1dc; }
.gg-portfolio-btn--ghost, .gg-portfolio-icon-btn { background: rgba(255, 255, 255, .025); border-color: var(--gg-p-line-strong); color: var(--gg-p-soft); }
.gg-portfolio-btn--danger { background: rgba(255, 120, 136, .08); border-color: rgba(255, 120, 136, .32); color: #ff9daa; }
.gg-portfolio-btn--block { width: 100%; }
.gg-portfolio-icon-btn { border-radius: 9px; min-width: 38px; padding: 0 9px; }

.gg-portfolio-menu { position: relative; }
.gg-portfolio-menu summary { list-style: none; }
.gg-portfolio-menu summary::-webkit-details-marker { display: none; }
.gg-portfolio-menu > div {
  background: #102532;
  border: 1px solid var(--gg-p-line-strong);
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .35);
  display: grid;
  min-width: 210px;
  overflow: hidden;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 7px);
  z-index: 12;
}
.gg-portfolio-menu a, .gg-portfolio-menu div button { background: none; border: 0; border-radius: 7px; color: var(--gg-p-soft); cursor: pointer; font: inherit; font-size: 12px; font-weight: 700; padding: 11px 12px; text-align: left; text-decoration: none; }
.gg-portfolio-menu a:hover, .gg-portfolio-menu div button:hover { background: rgba(255, 255, 255, .05); color: #fff; }
.gg-portfolio-menu div button { color: #ff9daa; }
.gg-portfolio-menu--compact { display: none; }

.gg-portfolio-loading, .gg-portfolio-empty, .gg-portfolio-error {
  align-items: center;
  background: var(--gg-p-surface);
  border: 1px solid var(--gg-p-line);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  min-height: 300px;
  padding: 36px 24px;
  text-align: center;
}
.gg-portfolio-loading.is-compact { background: transparent; border: 0; min-height: 100px; padding: 20px; }
.gg-portfolio-loading > span { animation: gg-p-spin .8s linear infinite; border: 2px solid rgba(41, 213, 180, .18); border-radius: 50%; border-top-color: var(--gg-p-teal); height: 25px; width: 25px; }
.gg-portfolio-loading strong, .gg-portfolio-empty h2, .gg-portfolio-error h2 { color: #fff; margin: 0; }
.gg-portfolio-loading small, .gg-portfolio-empty p, .gg-portfolio-error p { color: var(--gg-p-muted); line-height: 1.55; margin: 0; }
.gg-portfolio-empty__icon { align-items: center; background: var(--gg-p-teal-soft); border: 1px solid rgba(41, 213, 180, .25); border-radius: 50%; color: var(--gg-p-teal); display: flex; font-size: 20px; height: 48px; justify-content: center; width: 48px; }
@keyframes gg-p-spin { to { transform: rotate(360deg); } }

.gg-portfolio-skeleton-strip { display: grid; gap: 1px; grid-template-columns: repeat(6, 1fr); margin-bottom: 15px; overflow: hidden; }
.gg-portfolio-skeleton-strip i, .gg-portfolio-skeleton-main i { animation: gg-p-pulse 1.5s ease infinite; background: linear-gradient(90deg, #0b1c28, #112b39, #0b1c28); background-size: 200% 100%; border-radius: 12px; display: block; }
.gg-portfolio-skeleton-strip i { height: 78px; }
.gg-portfolio-skeleton-main { display: grid; gap: 14px; grid-template-columns: minmax(0, 1fr) 230px; }
.gg-portfolio-skeleton-main i { height: 400px; }
@keyframes gg-p-pulse { 0%, 100% { background-position: 100% 0; } 50% { background-position: 0 0; } }

.gg-kpi-strip {
  background: var(--gg-p-surface);
  border: 1px solid var(--gg-p-line);
  border-radius: 14px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 14px;
  overflow: hidden;
}
.gg-kpi-strip > article { min-width: 0; padding: 15px 17px; position: relative; }
.gg-kpi-strip > article + article::before { background: var(--gg-p-line); content: ''; height: 38px; left: 0; position: absolute; top: 50%; transform: translateY(-50%); width: 1px; }
.gg-kpi-strip span { color: var(--gg-p-muted); display: block; font-size: 9px; font-weight: 800; letter-spacing: .09em; margin-bottom: 6px; text-transform: uppercase; }
.gg-kpi-strip strong { color: #fff; display: block; font-size: clamp(17px, 1.7vw, 23px); letter-spacing: -.04em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.gg-performance-workspace { display: grid; gap: 14px; grid-template-columns: minmax(0, 1fr) 245px; margin-bottom: 14px; }
.gg-performance-panel, .gg-portfolio-process, .gg-portfolio-card {
  background: var(--gg-p-surface);
  border: 1px solid var(--gg-p-line);
  border-radius: 15px;
  min-width: 0;
}
.gg-performance-panel { min-height: 410px; padding: 19px 21px 13px; }
.gg-performance-controls { align-items: flex-start; display: flex; gap: 18px; justify-content: space-between; margin-bottom: 6px; }
.gg-performance-controls h2, .gg-portfolio-process h2, .gg-portfolio-card__head h2, .gg-portfolio-card__head h3 { color: #fff; font-size: 15px; letter-spacing: -.02em; margin: 5px 0 0; }
.gg-performance-controls > div:last-child { align-items: center; display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; }

.gg-portfolio-segmented, .gg-portfolio-mini-tabs, .gg-ledger-tabs, .gg-portfolio-range, .gg-portfolio-quick-ranges, .gg-accumulator-toggle { align-items: center; display: flex; gap: 4px; }
.gg-portfolio-segmented, .gg-portfolio-mini-tabs, .gg-ledger-tabs, .gg-accumulator-toggle { background: rgba(3, 13, 21, .46); border: 1px solid var(--gg-p-line); border-radius: 8px; padding: 3px; }
.gg-portfolio-segmented button, .gg-portfolio-mini-tabs button, .gg-ledger-tabs button, .gg-accumulator-toggle button,
.gg-portfolio-chip, .gg-portfolio-quick-ranges button, .gg-calendar-nav button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--gg-p-muted);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  min-height: 28px;
  padding: 0 9px;
}
.gg-portfolio-segmented button.is-active, .gg-portfolio-mini-tabs button.is-active, .gg-ledger-tabs button.is-active,
.gg-accumulator-toggle button.is-active, .gg-portfolio-chip.is-active, .gg-portfolio-quick-ranges button.is-active { background: var(--gg-p-teal-soft); color: var(--gg-p-teal-2); }
.gg-portfolio-range { border-left: 1px solid var(--gg-p-line); padding-left: 7px; }
.gg-portfolio-chip { padding: 0 7px; }

.gg-portfolio-chart-canvas { height: 326px; position: relative; width: 100%; }
.gg-portfolio-chart-canvas svg { height: 100%; overflow: visible; width: 100%; }
.gg-chart-grid { stroke: rgba(149, 179, 196, .1); stroke-width: 1; }
.gg-chart-zero { stroke: rgba(210, 228, 236, .24); stroke-dasharray: 4 5; stroke-width: 1; }
.gg-chart-label { fill: #718a9a; font-size: 10px; font-weight: 700; }
.gg-chart-area { fill: url(#ggPortfolioArea); }
.gg-chart-line { fill: none; filter: drop-shadow(0 3px 8px rgba(41, 213, 180, .22)); stroke: url(#ggPortfolioStroke); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }
.gg-chart-line-glow { fill: none; opacity: .18; stroke: #2ed8b6; stroke-linecap: round; stroke-linejoin: round; stroke-width: 10; }
.gg-chart-point__hit { fill: transparent; stroke: none; }
.gg-chart-point { outline: none; }
.gg-chart-tooltip { background: #102733; border: 1px solid rgba(101, 235, 210, .3); border-radius: 9px; box-shadow: 0 14px 32px rgba(0, 0, 0, .35); max-width: 220px; min-width: 175px; padding: 11px 12px; pointer-events: none; position: absolute; transform: translate(-50%, calc(-100% - 13px)); z-index: 4; }
.gg-chart-tooltip > span, .gg-chart-tooltip p { color: var(--gg-p-muted); display: block; font-size: 10px; margin: 0 0 3px; }
.gg-chart-tooltip > strong { color: #fff; display: block; font-size: 11px; margin-bottom: 2px; }
.gg-chart-tooltip div { align-items: center; border-top: 1px solid var(--gg-p-line); display: flex; font-size: 10px; justify-content: space-between; margin-top: 6px; padding-top: 6px; }
.gg-portfolio-chart-empty { align-items: center; color: var(--gg-p-muted); display: flex; flex-direction: column; height: 310px; justify-content: center; text-align: center; }
.gg-portfolio-chart-empty__line { background: linear-gradient(90deg, transparent, rgba(41, 213, 180, .5), transparent); display: block; height: 1px; margin-bottom: 20px; width: 70%; }
.gg-portfolio-chart-empty strong { color: var(--gg-p-soft); font-size: 13px; }
.gg-portfolio-chart-empty small { margin-top: 6px; }

.gg-portfolio-process { overflow: hidden; }
.gg-portfolio-process header { border-bottom: 1px solid var(--gg-p-line); padding: 18px; }
.gg-portfolio-process > div { padding: 6px 18px; }
.gg-portfolio-process p { align-items: center; border-bottom: 1px solid rgba(139, 173, 192, .11); display: flex; justify-content: space-between; margin: 0; padding: 14px 0; }
.gg-portfolio-process p:last-child { border-bottom: 0; }
.gg-portfolio-process p span { color: var(--gg-p-muted); font-size: 11px; }
.gg-portfolio-process p strong { color: #fff; font-size: 13px; }

.gg-secondary-analytics { align-items: start; display: grid; gap: 14px; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr); margin-bottom: 14px; }
.gg-portfolio-card { overflow: hidden; }
.gg-portfolio-card__head { align-items: center; border-bottom: 1px solid var(--gg-p-line); display: flex; gap: 14px; justify-content: space-between; padding: 15px 17px; }
.gg-portfolio-card__head small { color: var(--gg-p-muted); font-size: 10px; }
.gg-calendar-nav { gap: 2px; }
.gg-calendar-nav strong { font-size: 12px; margin-right: 7px; }
.gg-calendar-nav button { border: 1px solid var(--gg-p-line); min-width: 29px; padding: 0; }
.gg-calendar-weekdays, .gg-calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.gg-calendar-weekdays { padding: 10px 13px 4px; }
.gg-calendar-weekdays span { color: #607988; font-size: 8px; font-weight: 800; text-align: center; text-transform: uppercase; }
.gg-calendar-grid { gap: 4px; padding: 5px 13px 14px; }
.gg-calendar-grid button, .gg-calendar-grid > span { aspect-ratio: 2.15; min-height: 31px; }
.gg-calendar-grid button { appearance: none; background: rgba(255,255,255,.02); border: 1px solid transparent; border-radius: 6px; color: var(--gg-p-muted); display: flex; flex-direction: column; font: inherit; justify-content: space-between; padding: 5px 6px; text-align: left; }
.gg-calendar-grid button span { font-size: 8px; }
.gg-calendar-grid button strong { font-size: 9px; text-align: right; }
.gg-calendar-grid button.is-positive { background: rgba(84, 217, 139, .12); border-color: rgba(84, 217, 139, .17); color: var(--gg-p-green); }
.gg-calendar-grid button.is-negative { background: rgba(255, 120, 136, .1); border-color: rgba(255, 120, 136, .15); color: var(--gg-p-red); }
.gg-calendar-grid button.is-neutral { opacity: .45; }

.gg-entry-quality__metrics { display: grid; grid-template-columns: repeat(3, 1fr); padding: 17px; }
.gg-entry-quality__metrics > div { border-right: 1px solid var(--gg-p-line); padding: 0 12px; }
.gg-entry-quality__metrics > div:first-child { padding-left: 0; }
.gg-entry-quality__metrics > div:last-child { border: 0; padding-right: 0; }
.gg-entry-quality__metrics span { color: var(--gg-p-muted); display: block; font-size: 8px; font-weight: 800; margin-bottom: 6px; }
.gg-entry-quality__metrics strong { color: #fff; font-size: 16px; }
.gg-entry-quality__distribution { border-top: 1px solid var(--gg-p-line); padding: 12px 17px 15px; }
.gg-quality-row { align-items: center; display: grid; gap: 9px; grid-template-columns: 44px minmax(0, 1fr) 22px; margin: 10px 0; }
.gg-quality-row > span, .gg-quality-row > strong { color: var(--gg-p-muted); font-size: 9px; }
.gg-quality-row > strong { color: var(--gg-p-soft); text-align: right; }
.gg-quality-row > div { background: rgba(255,255,255,.045); border-radius: 20px; height: 5px; overflow: hidden; }
.gg-quality-row i { border-radius: inherit; display: block; height: 100%; }
.gg-quality-row i.is-better { background: var(--gg-p-green); }
.gg-quality-row i.is-same { background: var(--gg-p-blue); }
.gg-quality-row i.is-worse { background: var(--gg-p-red); }

.gg-breakdown { margin-bottom: 14px; }
.gg-breakdown-table { padding: 5px 17px 10px; }
.gg-breakdown-row { align-items: center; border-bottom: 1px solid rgba(139, 173, 192, .1); display: grid; gap: 12px; grid-template-columns: minmax(135px, 1.4fr) repeat(4, minmax(60px, .5fr)); min-height: 43px; }
.gg-breakdown-row:last-child { border-bottom: 0; }
.gg-breakdown-row span { color: var(--gg-p-soft); font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-breakdown-row span:not(:first-child) { text-align: right; }
.gg-breakdown-row.is-head span { color: var(--gg-p-muted); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.gg-portfolio-ledger { background: var(--gg-p-surface); border: 1px solid var(--gg-p-line); border-radius: 15px; overflow: hidden; }
.gg-portfolio-ledger > header { align-items: center; border-bottom: 1px solid var(--gg-p-line); display: flex; gap: 15px; justify-content: space-between; padding: 15px 17px; }
.gg-portfolio-ledger > header h2 { color: #fff; font-size: 15px; margin: 5px 0 0; }
.gg-portfolio-filters { align-items: center; display: flex; flex-wrap: wrap; gap: 6px; }
.gg-portfolio-filter-stack { align-items: flex-end; display: flex; flex-direction: column; gap: 5px; }
.gg-portfolio-filter-stack > div { align-items: center; display: flex; flex-wrap: wrap; gap: 3px; justify-content: flex-end; }
.gg-ledger-tabs { margin: 14px 17px 0; width: max-content; }
.gg-position-list { display: grid; gap: 0; padding: 8px 17px 17px; }
.gg-ledger-empty, .gg-portfolio-list-empty { align-items: center; color: var(--gg-p-muted); display: flex; flex-direction: column; justify-content: center; min-height: 130px; padding: 22px; text-align: center; }
.gg-ledger-empty strong, .gg-portfolio-list-empty strong { color: var(--gg-p-soft); font-size: 13px; }
.gg-ledger-empty span, .gg-portfolio-list-empty span { font-size: 11px; margin-top: 5px; }

.gg-position-card { align-items: center; border-bottom: 1px solid var(--gg-p-line); display: grid; gap: 16px; grid-template-columns: minmax(235px, 1.6fr) minmax(130px, .8fr) minmax(260px, 1fr) auto; padding: 16px 2px; }
.gg-position-card:last-child { border-bottom: 0; }
.gg-position-card__identity { align-items: center; display: flex; gap: 11px; min-width: 0; }
.gg-position-card__identity > div { min-width: 0; }
.gg-position-card__identity h3 { color: #fff; font-size: 12px; margin: 0 0 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-position-card__identity p, .gg-position-card__source p { color: var(--gg-p-muted); font-size: 10px; line-height: 1.4; margin: 0; }
.gg-position-card__source { min-width: 0; }
.gg-position-card__source > strong { color: var(--gg-p-soft); display: block; font-size: 11px; margin: 6px 0 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-source-badge, .gg-result-badge, .gg-leg-status { border: 1px solid var(--gg-p-line); border-radius: 20px; color: var(--gg-p-muted); display: inline-flex; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .06em; line-height: 1; padding: 5px 7px; text-transform: uppercase; }
.gg-source-badge.is-official { border-color: rgba(41, 213, 180, .3); color: var(--gg-p-teal-2); }
.gg-source-badge.is-signal { border-color: rgba(105, 191, 247, .35); color: var(--gg-p-blue); }
.gg-source-badge.is-custom { border-color: rgba(242, 199, 104, .3); color: var(--gg-p-amber); }
.gg-source-badge.is-accumulator { border-color: rgba(174, 139, 255, .34); color: #bea5ff; }
.gg-position-metrics { display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(52px, 1fr)); }
.gg-position-metrics span { color: var(--gg-p-muted); display: block; font-size: 8px; font-weight: 800; margin-bottom: 4px; text-transform: uppercase; }
.gg-position-metrics strong { color: #fff; display: block; font-size: 12px; }
.gg-position-card__result { align-items: flex-end; display: flex; flex-direction: column; gap: 7px; min-width: 86px; }
.gg-result-badge.is-win { background: rgba(84, 217, 139, .1); border-color: rgba(84, 217, 139, .28); color: var(--gg-p-green); }
.gg-result-badge.is-loss { background: rgba(255, 120, 136, .1); border-color: rgba(255, 120, 136, .28); color: var(--gg-p-red); }
.gg-result-badge.is-void { color: var(--gg-p-soft); }
.gg-position-card__result > strong { font-size: 15px; }
.gg-position-card.is-settled { border-radius: 9px; box-shadow: inset 3px 0 rgba(122,148,162,.35); margin-block: 3px; padding-inline: 10px 3px; }
.gg-position-card.is-settled.is-win { background: linear-gradient(90deg, rgba(84,217,139,.055), transparent 44%); box-shadow: inset 3px 0 rgba(84,217,139,.7); }
.gg-position-card.is-settled.is-loss { background: linear-gradient(90deg, rgba(255,120,136,.055), transparent 44%); box-shadow: inset 3px 0 rgba(255,120,136,.7); }
.gg-position-score { align-items: center; background: rgba(5,18,27,.72); border: 1px solid rgba(120,151,168,.22); border-radius: 9px; display: inline-flex; gap: 9px; margin-top: 8px; padding: 7px 9px; }
.gg-position-score > span { color: #7f9aaa; font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.gg-position-score > strong { color: #fff; font-size: 18px; letter-spacing: .045em; line-height: 1; }
.gg-position-score > small { border-left: 1px solid rgba(120,151,168,.22); color: #a9bcc6; font-size: 9px; font-weight: 900; padding-left: 9px; }
.gg-position-score.is-win > small { color: var(--gg-p-green); }
.gg-position-score.is-loss > small { color: var(--gg-p-red); }
.gg-position-actions button { appearance: none; background: transparent; border: 0; color: var(--gg-p-muted); cursor: pointer; font: inherit; font-size: 10px; padding: 1px; }
.gg-position-actions button:hover { color: var(--gg-p-teal-2); }

.gg-match-teams { align-items: center; display: flex; gap: 6px; min-width: 0; }
.gg-match-teams > span { align-items: center; display: flex; gap: 5px; min-width: 0; }
.gg-match-teams strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-match-teams > i { color: #587180; flex: 0 0 auto; font-size: 8px; font-style: normal; text-transform: uppercase; }
.gg-match-teams.is-compact { font-size: 10px; }
.gg-team-mark { align-items: center; background: #132d3c; border: 1px solid var(--gg-p-line-strong); border-radius: 50%; color: #7d99a9; display: inline-flex; flex: 0 0 auto; font-size: 7px; font-weight: 800; height: 27px; justify-content: center; overflow: hidden; position: relative; width: 27px; }
.gg-team-mark img { background: #eef3f5; height: 100%; left: 0; object-fit: contain; padding: 2px; position: absolute; top: 0; width: 100%; }
.gg-team-mark--xs { height: 21px; width: 21px; }
.gg-team-mark--md { font-size: 9px; height: 36px; width: 36px; }

.gg-position-card--accumulator { align-items: stretch; grid-template-columns: minmax(260px, 1.5fr) minmax(270px, 1fr) auto; }
.gg-accumulator-head { min-width: 0; }
.gg-accumulator-head__status { align-items: center; display: flex; gap: 7px; margin-bottom: 8px; }
.gg-accumulator-head h3 { color: #fff; font-size: 13px; margin: 0 0 4px; }
.gg-accumulator-head p { color: var(--gg-p-muted); font-size: 10px; margin: 0; }
.gg-accumulator-summary { align-items: center; display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(55px, 1fr)); }
.gg-accumulator-summary span { color: var(--gg-p-muted); display: block; font-size: 8px; font-weight: 800; margin-bottom: 4px; text-transform: uppercase; }
.gg-accumulator-summary strong { color: #fff; font-size: 12px; }
.gg-accumulator-legs { border-top: 1px solid var(--gg-p-line); grid-column: 1 / -1; margin-top: 3px; padding-top: 7px; }
.gg-acc-leg-row { align-items: center; display: grid; gap: 12px; grid-template-columns: minmax(210px, 1.3fr) minmax(110px, .8fr) 64px 70px; min-height: 41px; }
.gg-acc-leg-row p { color: var(--gg-p-soft); font-size: 10px; margin: 0; }
.gg-acc-leg-row > strong { color: #fff; font-size: 11px; text-align: right; }

.gg-portfolio-modal { align-items: center; background: rgba(0, 8, 14, .78); display: flex; inset: 0; justify-content: center; padding: 22px; position: fixed; z-index: 10020; }
.gg-portfolio-modal__dialog { background: #0b1c28; border: 1px solid var(--gg-p-line-strong); border-radius: 16px; box-shadow: 0 30px 90px rgba(0,0,0,.5); max-height: min(880px, calc(100dvh - 44px)); max-width: 620px; overflow: hidden; width: 100%; }
.gg-portfolio-modal__dialog--wide { max-width: 1080px; }
.gg-portfolio-modal__head { align-items: flex-start; border-bottom: 1px solid var(--gg-p-line); display: flex; gap: 16px; justify-content: space-between; padding: 18px 21px; }
.gg-portfolio-modal__head h2 { color: #fff; font-size: 20px; letter-spacing: -.035em; margin: 4px 0 0; }
.gg-portfolio-modal__head p { color: var(--gg-p-muted); font-size: 11px; line-height: 1.5; margin: 6px 0 0; }
.gg-portfolio-modal__close { appearance: none; background: transparent; border: 0; color: var(--gg-p-muted); cursor: pointer; font: inherit; font-size: 27px; line-height: 1; padding: 0; }
.gg-portfolio-modal__body { max-height: calc(100dvh - 145px); overflow: auto; padding: 20px 21px; }
.gg-portfolio-modal__actions { border-top: 1px solid var(--gg-p-line); justify-content: flex-end; margin-top: 18px; padding-top: 16px; }
.gg-portfolio-modal__error { background: rgba(255, 120, 136, .08); border: 1px solid rgba(255, 120, 136, .2); border-radius: 8px; color: #ffa4af; font-size: 11px; line-height: 1.5; padding: 10px 12px; }

.gg-portfolio-form-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gg-portfolio-field { display: block; min-width: 0; }
.gg-portfolio-field--wide { grid-column: 1 / -1; }
.gg-portfolio-field > span { color: var(--gg-p-muted); display: block; font-size: 9px; font-weight: 800; letter-spacing: .05em; margin-bottom: 6px; text-transform: uppercase; }
.gg-portfolio-field input, .gg-portfolio-field textarea, .gg-portfolio-field select { appearance: none; background: rgba(3, 13, 21, .55); border: 1px solid var(--gg-p-line-strong); border-radius: 8px; color: #fff; font: inherit; font-size: 12px; min-height: 41px; padding: 10px 11px; resize: vertical; width: 100%; }
.gg-portfolio-field textarea { min-height: 76px; }
.gg-portfolio-field input::placeholder, .gg-portfolio-field textarea::placeholder { color: #587080; }
.gg-inline-state, .gg-search-hint, .gg-common-error, .gg-odds-update { border-radius: 9px; color: var(--gg-p-muted); font-size: 11px; line-height: 1.5; padding: 13px; }
.gg-inline-state, .gg-search-hint { background: rgba(255,255,255,.025); border: 1px dashed var(--gg-p-line-strong); text-align: center; }
.gg-common-error { background: rgba(255, 120, 136, .07); border: 1px solid rgba(255, 120, 136, .22); }
.gg-common-error strong, .gg-odds-update strong { color: #fff; display: block; margin-bottom: 3px; }
.gg-odds-update { background: rgba(242, 199, 104, .07); border: 1px solid rgba(242, 199, 104, .22); }

.gg-flow-steps { align-items: center; display: flex; justify-content: center; margin: 0 0 20px; }
.gg-flow-steps span { align-items: center; color: #5c7787; display: flex; font-size: 9px; font-weight: 800; gap: 6px; text-transform: uppercase; }
.gg-flow-steps span::after { background: var(--gg-p-line-strong); content: ''; height: 1px; margin: 0 11px; width: 45px; }
.gg-flow-steps span:last-child::after { display: none; }
.gg-flow-steps span.is-active { color: var(--gg-p-teal-2); }
.gg-custom-step { border-top: 1px solid var(--gg-p-line); padding: 17px 0; }
.gg-custom-step:first-of-type { border-top: 0; padding-top: 0; }
.gg-custom-step > header, .gg-builder-title { align-items: flex-start; display: flex; gap: 10px; margin-bottom: 13px; }
.gg-custom-step > header > span, .gg-builder-title > span { align-items: center; background: var(--gg-p-teal-soft); border-radius: 50%; color: var(--gg-p-teal); display: flex; flex: 0 0 auto; font-size: 9px; font-weight: 800; height: 25px; justify-content: center; width: 25px; }
.gg-custom-step > header h3, .gg-builder-title h3 { color: #fff; font-size: 13px; margin: 0 0 3px; }
.gg-custom-step > header p, .gg-builder-title p { color: var(--gg-p-muted); font-size: 9px; margin: 0; }
.gg-portfolio-quick-ranges { margin: 9px 0 11px; }
.gg-portfolio-fixtures, .gg-candidate-list { display: grid; gap: 7px; max-height: 355px; overflow: auto; }
.gg-fixture-card, .gg-candidate-card, .gg-market-option { appearance: none; background: rgba(255,255,255,.022); border: 1px solid var(--gg-p-line); border-radius: 10px; color: var(--gg-p-text); cursor: pointer; font: inherit; text-align: left; transition: background .15s ease, border-color .15s ease; width: 100%; }
.gg-fixture-card { align-items: center; display: grid; gap: 12px; grid-template-columns: minmax(0, 1fr) auto; padding: 11px 12px; }
.gg-fixture-card:hover, .gg-fixture-card.is-selected, .gg-candidate-card:hover, .gg-candidate-card.is-selected, .gg-market-option:hover, .gg-market-option.is-selected { background: var(--gg-p-teal-soft); border-color: rgba(41, 213, 180, .35); }
.gg-fixture-card small { color: var(--gg-p-muted); display: block; font-size: 9px; margin-top: 5px; }
.gg-fixture-card > time { color: var(--gg-p-muted); font-size: 9px; white-space: nowrap; }
.gg-portfolio-markets { display: grid; gap: 13px; margin-top: 16px; }
.gg-market-group > h4 { color: var(--gg-p-soft); display: block; font-size: 9px; letter-spacing: .06em; margin: 0 0 7px; text-transform: uppercase; }
.gg-market-group > div { display: grid; gap: 6px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gg-market-option { min-height: 40px; padding: 9px 10px; text-align: center; }
.gg-market-option strong { color: inherit; display: block; font-size: 10px; }
.gg-market-option small { color: var(--gg-p-muted); font-size: 8px; }
.gg-market-option:disabled { cursor: not-allowed; opacity: .42; }

.gg-custom-verified, .gg-verified-entry { background: rgba(41, 213, 180, .05); border: 1px solid rgba(41, 213, 180, .2); border-radius: 11px; padding: 14px; }
.gg-verified-entry { align-items: center; display: grid; gap: 13px; grid-template-columns: auto minmax(0, 1fr) auto; }
.gg-verified-entry > div > span { color: var(--gg-p-teal); display: block; font-size: 8px; font-weight: 800; margin-bottom: 6px; text-transform: uppercase; }
.gg-verified-entry > div strong { color: #fff; display: block; font-size: 20px; }
.gg-verified-entry p { color: var(--gg-p-soft); font-size: 11px; font-weight: 700; margin: 0; }
.gg-verified-entry > small { color: var(--gg-p-muted); font-size: 9px; text-align: right; }
.gg-custom-verified > .gg-verified-entry { margin-bottom: 11px; }
.gg-custom-verified > div:last-child { color: var(--gg-p-soft); font-size: 10px; }
.gg-custom-verified > div:last-child small { color: var(--gg-p-muted); display: block; margin-top: 6px; }
.gg-entry-comparison { display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); margin: 13px 0; }
.gg-entry-comparison > div { background: rgba(255,255,255,.025); padding: 12px; }
.gg-entry-comparison > div:first-child { border-radius: 8px 0 0 8px; }
.gg-entry-comparison > div:last-child { border-radius: 0 8px 8px 0; }
.gg-entry-comparison > .gg-verified-entry { border-radius: 8px; grid-column: 1 / -1; margin-top: 7px; }
.gg-entry-comparison span { color: var(--gg-p-muted); display: block; font-size: 8px; font-weight: 800; margin-bottom: 5px; text-transform: uppercase; }
.gg-entry-comparison strong { color: #fff; font-size: 16px; }
.gg-entry-comparison small { color: var(--gg-p-muted); display: block; font-size: 8px; margin-top: 4px; }
.gg-edit-summary { background: rgba(255,255,255,.025); border-left: 2px solid var(--gg-p-teal); margin-bottom: 15px; padding: 11px 13px; }
.gg-edit-summary span, .gg-edit-summary small { color: var(--gg-p-muted); display: block; font-size: 9px; }
.gg-edit-summary strong { color: #fff; display: block; font-size: 12px; margin: 4px 0; }

.gg-candidate-card { align-items: center; display: grid; gap: 14px; grid-template-columns: minmax(180px, 1.5fr) minmax(150px, 1fr) 92px 18px; padding: 12px 13px; }
.gg-candidate-card__match small, .gg-candidate-card__pick small, .gg-candidate-card__odds span { color: var(--gg-p-muted); display: block; font-size: 9px; margin-top: 5px; }
.gg-candidate-card__pick strong, .gg-candidate-card__odds strong { color: #fff; display: block; font-size: 11px; }
.gg-candidate-card__odds { text-align: right; }
.gg-candidate-card__arrow { color: var(--gg-p-teal); font-size: 18px; text-align: right; }
.gg-candidate-card:disabled { cursor: not-allowed; opacity: .46; }
.gg-picker-toolbar { align-items: center; display: flex; gap: 11px; justify-content: space-between; margin-bottom: 12px; }
.gg-picker-toolbar p { color: var(--gg-p-muted); font-size: 10px; margin: 0; }
.gg-modal-match { background: rgba(255,255,255,.025); border-radius: 10px; margin-bottom: 13px; padding: 13px; }

.gg-acc-builder { display: grid; gap: 18px; grid-template-columns: minmax(0, 1.55fr) minmax(285px, .75fr); }
.gg-acc-builder__left { min-width: 0; }
.gg-portfolio-acc-legs { margin-bottom: 17px; }
.gg-acc-builder__summary { align-self: start; background: rgba(255,255,255,.023); border: 1px solid var(--gg-p-line); border-radius: 12px; padding: 15px; position: sticky; top: 0; }
.gg-acc-builder__summary header { border-bottom: 1px solid var(--gg-p-line); margin-bottom: 13px; padding-bottom: 12px; }
.gg-acc-builder__summary h3 { color: #fff; font-size: 13px; margin: 4px 0 0; }
.gg-acc-analytics { display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); margin-bottom: 12px; }
.gg-acc-analytics > p { background: rgba(255,255,255,.025); margin: 0; padding: 10px; }
.gg-acc-analytics span { color: var(--gg-p-muted); display: block; font-size: 8px; font-weight: 800; margin-bottom: 4px; text-transform: uppercase; }
.gg-acc-analytics strong { color: #fff; font-size: 13px; }
.gg-acc-disclaimer { color: var(--gg-p-muted); font-size: 9px; line-height: 1.5; margin: 9px 0 13px; }
.gg-builder-title { margin-top: 0; }
.gg-builder-leg { align-items: center; border-bottom: 1px solid var(--gg-p-line); display: grid; gap: 10px; grid-template-columns: 24px minmax(0, 1fr) 25px; min-height: 58px; }
.gg-builder-leg > span { align-items: center; background: var(--gg-p-teal-soft); border-radius: 50%; color: var(--gg-p-teal); display: flex; font-size: 9px; height: 22px; justify-content: center; width: 22px; }
.gg-builder-leg small { color: var(--gg-p-muted); display: block; font-size: 9px; margin-top: 4px; }
.gg-builder-leg > button { appearance: none; background: transparent; border: 0; color: var(--gg-p-muted); cursor: pointer; font: inherit; font-size: 20px; }
.gg-leg-status { justify-self: end; }
.gg-acc-custom { display: grid; gap: 10px; }

.gg-portfolio-toast { animation: gg-p-toast .22s ease both; background: #13313c; border: 1px solid rgba(41, 213, 180, .35); border-radius: 9px; bottom: 25px; box-shadow: 0 16px 44px rgba(0,0,0,.35); color: #fff; font-size: 12px; font-weight: 700; left: 50%; max-width: calc(100vw - 30px); padding: 12px 16px; position: fixed; transform: translateX(-50%); z-index: 10050; }
@keyframes gg-p-toast { from { opacity: 0; transform: translate(-50%, 8px); } }

.gg-add-portfolio-btn { background: var(--gg-p-teal-soft); border-color: rgba(41, 213, 180, .38); color: var(--gg-p-teal-2); min-height: 34px; white-space: nowrap; }
.gg-add-portfolio-btn.is-tracked { background: rgba(84, 217, 139, .1); border-color: rgba(84, 217, 139, .3); color: var(--gg-p-green); }
.gg-add-portfolio-btn--compact { min-height: 30px; padding: 0 9px; }
body.livesport-theme.predictions-layout-strip .gg-pred-strip-row:has(> .gg-add-portfolio-btn--strip) { grid-template-columns: 3.25rem minmax(0, 1fr) minmax(5.5rem, 8rem) minmax(5rem, 7rem) auto; }
body.livesport-theme.predictions-layout-strip .gg-pred-strip-row > .gg-add-portfolio-btn--strip { grid-column: 5; min-height: 30px; padding: 0 9px; white-space: nowrap; }

@media (max-width: 1180px) {
  body.gg-layout-shell.gg-layout-full-bleed.gg-portfolio-page .site-shell.football-shell.gg-portfolio-page-shell { padding-inline: 20px !important; }
  .gg-portfolio-hero { align-items: flex-start; }
  .gg-portfolio-hero__actions { max-width: 520px; }
  .gg-kpi-strip { grid-template-columns: repeat(3, 1fr); }
  .gg-kpi-strip > article:nth-child(4)::before { display: none; }
  .gg-kpi-strip > article:nth-child(n+4) { border-top: 1px solid var(--gg-p-line); }
  .gg-position-card { grid-template-columns: minmax(220px, 1.3fr) minmax(130px, .7fr) minmax(230px, 1fr) auto; }
}

@media (max-width: 900px) {
  body.gg-layout-shell.gg-layout-full-bleed.gg-portfolio-page .site-shell.football-shell.gg-portfolio-page-shell { padding-top: 22px !important; }
  .gg-portfolio-hero { align-items: flex-start; flex-direction: column; }
  .gg-portfolio-hero__actions { justify-content: flex-start; max-width: none; width: 100%; }
  .gg-performance-workspace, .gg-secondary-analytics { grid-template-columns: 1fr; }
  .gg-portfolio-process > div { display: grid; grid-template-columns: repeat(3, 1fr); }
  .gg-portfolio-process p { border-bottom: 0; display: block; padding: 12px 4px; }
  .gg-portfolio-process p strong { display: block; margin-top: 5px; }
  .gg-position-card { grid-template-columns: minmax(0, 1fr) minmax(220px, .8fr) auto; }
  .gg-position-card__source { grid-column: 1; grid-row: 2; }
  .gg-position-metrics { grid-column: 2; grid-row: 1 / span 2; }
  .gg-position-card__result { grid-column: 3; grid-row: 1 / span 2; }
  .gg-position-card--accumulator { grid-template-columns: minmax(240px, 1fr) minmax(230px, .8fr) auto; }
  .gg-acc-builder { grid-template-columns: 1fr; }
  .gg-acc-builder__summary { position: static; }
}

@media (max-width: 680px) {
  body.gg-layout-shell.gg-layout-full-bleed.gg-portfolio-page .site-shell.football-shell.gg-portfolio-page-shell { padding: 18px 12px 86px !important; }
  .gg-portfolio-hero { gap: 17px; margin-bottom: 20px; }
  .gg-portfolio-hero h1 { font-size: 31px; }
  .gg-portfolio-hero p { font-size: 12px; }
  .gg-portfolio-hero__actions .gg-portfolio-btn { flex: 1 1 calc(50% - 5px); padding-inline: 8px; }
  .gg-portfolio-menu:not(.gg-portfolio-menu--compact) { display: none; }
  .gg-portfolio-menu--compact { display: block; }
  .gg-kpi-strip { display: flex; margin-inline: -12px; overflow-x: auto; padding-inline: 12px; scroll-snap-type: x mandatory; }
  .gg-kpi-strip > article { border: 0 !important; flex: 0 0 126px; scroll-snap-align: start; }
  .gg-kpi-strip > article + article::before { display: block !important; }
  .gg-performance-panel { min-height: 350px; padding: 15px 12px 7px; }
  .gg-performance-controls { align-items: stretch; flex-direction: column; }
  .gg-performance-controls > div:last-child { justify-content: space-between; }
  .gg-portfolio-chart-canvas { height: 280px; overflow: hidden; }
  .gg-portfolio-chart-canvas svg { min-width: 640px; transform: translateX(-34px); width: 640px; }
  .gg-portfolio-process > div { grid-template-columns: repeat(2, 1fr); }
  .gg-calendar-grid { gap: 3px; padding-inline: 8px; }
  .gg-calendar-grid button { min-height: 35px; padding: 4px; }
  .gg-entry-quality__metrics { padding-inline: 12px; }
  .gg-breakdown .gg-portfolio-card__head { align-items: flex-start; flex-direction: column; }
  .gg-portfolio-mini-tabs { max-width: 100%; overflow-x: auto; }
  .gg-breakdown-table { overflow-x: auto; padding-inline: 12px; }
  .gg-breakdown-row { min-width: 560px; }
  .gg-portfolio-ledger > header { align-items: flex-start; flex-direction: column; }
  .gg-ledger-tabs { max-width: calc(100% - 24px); margin-inline: 12px; overflow-x: auto; }
  .gg-position-list { padding-inline: 12px; }
  .gg-position-card, .gg-position-card--accumulator { align-items: start; grid-template-columns: minmax(0, 1fr) auto; gap: 11px; padding: 16px 0; }
  .gg-position-card__identity, .gg-accumulator-head { grid-column: 1; grid-row: 1; }
  .gg-position-card__source { grid-column: 1; grid-row: 2; }
  .gg-position-metrics, .gg-accumulator-summary { grid-column: 1 / -1; grid-row: 3; width: 100%; }
  .gg-position-card__result { grid-column: 2; grid-row: 1 / span 2; }
  .gg-position-actions { justify-content: flex-end; }
  .gg-accumulator-legs { grid-row: 4; }
  .gg-acc-leg-row { grid-template-columns: minmax(135px, 1fr) 45px 62px; }
  .gg-acc-leg-row p, .gg-acc-leg-row .gg-leg-status { display: none; }
  .gg-portfolio-modal { align-items: flex-end; padding: 0; }
  .gg-portfolio-modal__dialog, .gg-portfolio-modal__dialog--wide { border-bottom: 0; border-radius: 16px 16px 0 0; max-height: calc(100dvh - 18px); max-width: none; }
  .gg-portfolio-modal__head { padding: 16px; }
  .gg-portfolio-modal__body { max-height: calc(100dvh - 105px); padding: 16px; }
  .gg-candidate-card { grid-template-columns: minmax(0, 1fr) 72px 15px; }
  .gg-candidate-card__pick { grid-column: 1; grid-row: 2; }
  .gg-candidate-card__odds { grid-column: 2; grid-row: 1 / span 2; }
  .gg-candidate-card__arrow { grid-column: 3; grid-row: 1 / span 2; }
  .gg-market-group > div { grid-template-columns: repeat(2, 1fr); }
  .gg-verified-entry { grid-template-columns: auto minmax(0, 1fr); }
  .gg-verified-entry > small { grid-column: 1 / -1; text-align: left; }
}

/* Current Odds state clarity + dense Custom Match Browser. */
.gg-comparison-metric.is-updating > small { color: #78909d; }
.gg-comparison-metric.is-unavailable > small { color: #d2b574; }
.gg-comparison-metric.is-error > small { color: #ef9a9a; }

.gg-portfolio-modal__dialog--wide.gg-portfolio-modal__dialog--custom {
  height: min(92dvh, 900px);
  max-height: 92dvh;
  max-width: 1320px;
  width: 94vw;
}
.gg-portfolio-modal__dialog--custom .gg-portfolio-modal__head { padding: 13px 18px; }
.gg-portfolio-modal__dialog--custom .gg-portfolio-modal__body {
  height: calc(92dvh - 91px);
  max-height: calc(92dvh - 91px);
  padding: 12px 16px 14px;
}
.gg-portfolio-modal__dialog--custom:has([data-custom-form][data-custom-step="1"]) .gg-portfolio-modal__body { overflow: hidden; }
.gg-portfolio-modal__dialog--custom [data-custom-form][data-custom-step="1"] {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
  min-height: 0;
}
.gg-portfolio-modal__dialog--custom [data-custom-form][data-custom-step="1"] > .gg-flow-steps { margin-bottom: 8px; }
.gg-portfolio-modal__dialog--custom [data-custom-form][data-custom-step="1"] > .gg-custom-stage {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
}
.gg-portfolio-modal__dialog--custom [data-custom-form][data-custom-step="1"] .gg-custom-stage__head { margin-bottom: 8px; }
.gg-portfolio-modal__dialog--custom [data-custom-form][data-custom-step="1"] .gg-custom-stage__head h3 { font-size: 14px; }
.gg-portfolio-modal__dialog--custom [data-custom-form][data-custom-step="1"] .gg-custom-stage__head small { font-size: 8px; }
.gg-portfolio-modal__dialog--custom [data-custom-form][data-custom-step="1"] .gg-custom-actions { display: none; }

.gg-match-browser { min-height: 0; }
.gg-match-browser__toolbar {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(330px, .92fr) minmax(560px, 1.35fr);
}
.gg-match-browser__toolbar .gg-custom-search input { min-height: 40px; }
.gg-match-browser__toolbar .gg-portfolio-field > span,
.gg-match-browser__toolbar .gg-browser-competition > span { margin-bottom: 4px; }
.gg-match-browser__toolbar .gg-match-browser__filters { gap: 10px; grid-template-columns: minmax(0, 1fr) 220px; }
.gg-portfolio-modal__dialog--custom [data-custom-form][data-custom-step="1"] .gg-match-browser {
  display: grid;
  gap: 8px;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
}
.gg-portfolio-modal__dialog--custom [data-custom-form][data-custom-step="1"] .gg-portfolio-fixtures {
  max-height: none;
  min-height: 0;
  overflow: auto;
}
.gg-portfolio-modal__dialog--custom .gg-fixture-results-meta { padding-block: 1px 3px; }
.gg-portfolio-modal__dialog--custom .gg-fixture-group { gap: 3px; }
.gg-portfolio-modal__dialog--custom .gg-fixture-group + .gg-fixture-group { margin-top: 5px; }
.gg-portfolio-modal__dialog--custom .gg-fixture-group > header {
  margin: 2px 0;
  min-height: 28px;
  padding: 3px 7px;
}
.gg-fixture-group__label { min-width: 0; }
.gg-fixture-group__label > strong,
.gg-fixture-group__label > small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-fixture-group__label > strong { color: #a7bbc5; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.gg-fixture-group__label > small { color: #607987; font-size: 8px; margin-top: 1px; }
.gg-portfolio-modal__dialog--custom .gg-fixture-group .gg-fixture-card {
  gap: 13px;
  min-height: 68px;
  padding: 7px 10px;
}
.gg-portfolio-modal__dialog--custom .gg-fixture-card__identity > small { margin-top: 4px; }
.gg-portfolio-modal__dialog--custom .gg-fixture-odds > div > span { min-height: 28px; }
.gg-portfolio-modal__dialog--custom .gg-fixture-odds > small { margin-top: 2px; }
.gg-portfolio-modal__dialog--custom .gg-fixture-odds__unavailable { margin-top: 3px; }
.gg-portfolio-modal__dialog--custom .gg-fixture-odds__unavailable strong { font-size: 8px; }

@media (max-width: 1050px) {
  .gg-match-browser__toolbar { grid-template-columns: minmax(290px, .8fr) minmax(500px, 1.25fr); }
}

@media (max-width: 900px) {
  .gg-portfolio-modal__dialog--custom { width: 97vw; }
  .gg-match-browser__toolbar { align-items: stretch; gap: 8px; grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .gg-portfolio-modal__dialog--custom {
    height: calc(100dvh - 8px);
    max-height: calc(100dvh - 8px);
    width: 100vw;
  }
  .gg-portfolio-modal__dialog--custom .gg-portfolio-modal__body {
    height: auto;
    max-height: calc(100dvh - 98px);
    overflow: auto !important;
    padding: 12px 14px;
  }
  .gg-portfolio-modal__dialog--custom [data-custom-form][data-custom-step="1"] { display: block; height: auto; }
  .gg-portfolio-modal__dialog--custom [data-custom-form][data-custom-step="1"] > .gg-custom-stage { display: block; }
  .gg-portfolio-modal__dialog--custom [data-custom-form][data-custom-step="1"] .gg-match-browser { display: grid; height: auto; }
  .gg-portfolio-modal__dialog--custom [data-custom-form][data-custom-step="1"] .gg-portfolio-fixtures { overflow: visible; }
}

@media (max-width: 420px) {
  .gg-portfolio-hero__actions .gg-portfolio-btn { flex-basis: 100%; }
  .gg-portfolio-form-grid { grid-template-columns: 1fr; }
  .gg-portfolio-field--wide { grid-column: 1; }
  .gg-position-metrics, .gg-accumulator-summary { gap: 6px; grid-template-columns: repeat(2, 1fr); }
  .gg-position-metrics > div, .gg-accumulator-summary > div { background: rgba(255,255,255,.025); border-radius: 6px; padding: 7px; }
  .gg-calendar-grid button strong { font-size: 7px; }
  .gg-flow-steps span { font-size: 8px; }
  .gg-flow-steps span::after { margin-inline: 7px; width: 20px; }
  .gg-entry-comparison { grid-template-columns: 1fr; }
  .gg-entry-comparison > div { border-radius: 7px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .gg-portfolio-root *, .gg-portfolio-root *::before, .gg-portfolio-root *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Portfolio density / market-positioning pass */
body.gg-layout-shell.gg-layout-full-bleed.gg-portfolio-page .site-shell.football-shell.gg-portfolio-page-shell {
  max-width: 1480px !important;
  padding: 22px clamp(24px, 2.2vw, 32px) 54px !important;
}
.gg-portfolio-hero { align-items: center; gap: 22px; margin-bottom: 16px; }
.gg-portfolio-hero__copy { max-width: 620px; }
.gg-portfolio-eyebrow { margin-bottom: 6px; }
.gg-portfolio-hero h1 { font-size: clamp(34px, 3vw, 40px); }
.gg-portfolio-hero p { font-size: 13px; line-height: 1.45; margin-top: 7px; }
.gg-portfolio-hero__actions { flex-wrap: nowrap; }
.gg-portfolio-btn { min-height: 36px; }

.gg-kpi-strip { margin-bottom: 14px; min-height: 76px; }
.gg-kpi-strip > article { align-content: center; display: grid; padding: 12px 16px; }
.gg-kpi-strip span { margin-bottom: 4px; }
.gg-kpi-strip strong { font-size: clamp(17px, 1.55vw, 21px); }

.gg-performance-workspace { gap: 14px; grid-template-columns: minmax(0, 2.15fr) minmax(260px, .85fr); margin-bottom: 14px; }
.gg-performance-panel { min-height: 0; padding: 0; }
.gg-performance-panel > .gg-portfolio-card__head { border-bottom: 0; padding: 14px 16px 0; }
.gg-performance-panel .gg-portfolio-chart-wrap { padding: 0 12px 6px; }
.gg-portfolio-chart-canvas { height: 270px; }
.gg-portfolio-chart-empty { height: 196px; }
.gg-portfolio-chart-empty__line { margin-bottom: 14px; width: 56%; }
.gg-portfolio-process header { padding: 14px 15px 10px; }
.gg-portfolio-process > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 5px 11px 9px; }
.gg-portfolio-process p { border-bottom: 0; display: block; min-height: 60px; padding: 10px 7px; }
.gg-portfolio-process p span { display: block; font-size: 9px; margin-bottom: 5px; }
.gg-portfolio-process p strong { display: block; font-size: 14px; }

.gg-secondary-analytics { gap: 14px; grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr); margin-bottom: 14px; }
.gg-portfolio-card__head { padding: 13px 15px; }
.gg-calendar-weekdays { padding-top: 7px; }
.gg-calendar-grid { gap: 3px; padding: 3px 11px 11px; }
.gg-calendar-grid button, .gg-calendar-grid > span { aspect-ratio: 3.7; min-height: 22px; }
.gg-calendar-grid button { padding: 3px 5px; }
.gg-entry-quality__metrics { padding: 14px 15px 12px; }
.gg-entry-quality__distribution { padding: 8px 15px 10px; }
.gg-quality-row { margin: 7px 0; }
.gg-published-entry-ref { align-items: center; background: rgba(255,255,255,.018); border-top: 1px solid rgba(139,173,192,.1); display: grid; gap: 8px; grid-template-columns: minmax(0,1fr) auto auto; padding: 9px 15px; }
.gg-published-entry-ref span, .gg-published-entry-ref small { color: var(--gg-p-muted); font-size: 8px; }
.gg-published-entry-ref strong { color: var(--gg-p-soft); font-size: 11px; }

.gg-breakdown { margin-bottom: 14px; }
.gg-breakdown-table { padding-bottom: 6px; }
.gg-breakdown .gg-portfolio-list-empty { flex-direction: row; gap: 8px; min-height: 54px; padding: 12px; }
.gg-breakdown .gg-portfolio-list-empty span { margin: 0; }

.gg-portfolio-ledger > header { padding: 10px 15px; }
.gg-ledger-tabs { margin: 0; }
.gg-ledger-tabs button { align-items: center; display: inline-flex; gap: 7px; }
.gg-ledger-tabs button strong { align-items: center; background: rgba(255,255,255,.06); border-radius: 12px; display: inline-flex; font-size: 9px; height: 18px; justify-content: center; min-width: 18px; padding: 0 5px; }
.gg-ledger-selects { align-items: center; display: flex; gap: 9px; }
.gg-ledger-selects label { align-items: center; display: flex; gap: 6px; }
.gg-ledger-selects label > span { color: var(--gg-p-muted); font-size: 9px; font-weight: 700; }
.gg-ledger-selects select { appearance: none; background: #0b1b27; border: 1px solid var(--gg-p-line); border-radius: 7px; color: var(--gg-p-soft); font: inherit; font-size: 10px; min-height: 30px; padding: 0 26px 0 9px; }
.gg-position-list { padding: 3px 15px 8px; }
.gg-position-card { gap: 13px; grid-template-columns: minmax(230px, 1.25fr) minmax(145px, .72fr) minmax(330px, 1.35fr) 112px; min-height: 86px; padding: 10px 1px; }
.gg-position-card__identity { display: block; }
.gg-position-card__identity p { margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-position-card__identity p span { margin: 0 5px; }
.gg-position-card__source > strong { font-size: 12px; margin: 5px 0 2px; }
.gg-position-card__source > small { color: var(--gg-p-muted); display: block; font-size: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-position-metrics { gap: 8px; grid-template-columns: repeat(4, minmax(62px, 1fr)); }
.gg-position-metrics > div { min-width: 0; }
.gg-position-metrics span { margin-bottom: 3px; }
.gg-position-metrics strong { font-size: 13px; }
.gg-position-metrics small { color: var(--gg-p-muted); display: block; font-size: 8px; line-height: 1.25; margin-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-position-card__result { align-items: flex-end; gap: 5px; min-width: 0; }
.gg-position-card__result > .gg-position-actions { gap: 2px; }
.gg-position-card__result .gg-portfolio-icon-btn { min-height: 25px; min-width: 25px; }
.gg-ledger-empty { min-height: 92px; padding: 15px; }
.gg-ledger-empty .gg-portfolio-btn { margin-top: 10px; }

.gg-position-card--accumulator { align-items: center; grid-template-columns: minmax(230px, 1.25fr) minmax(145px, .72fr) minmax(330px, 1.35fr) 112px; }
.gg-accumulator-head h3 { font-size: 12px; margin: 4px 0 2px; }
.gg-accumulator-toggle { background: transparent; border: 0; color: var(--gg-p-teal-2); cursor: pointer; font: inherit; font-size: 9px; font-weight: 800; padding: 2px 0; }
.gg-accumulator-legs { margin-top: 1px; padding: 4px 2px; }
.gg-acc-leg-row { gap: 10px; grid-template-columns: minmax(230px, 1.35fr) minmax(110px, .7fr) 62px 62px 72px; min-height: 46px; }
.gg-acc-leg-row > span { color: var(--gg-p-soft); font-size: 10px; }
.gg-acc-leg-row > span b, .gg-acc-leg-row > span small { display: block; }
.gg-acc-leg-row > span small { color: var(--gg-p-muted); font-size: 8px; margin-top: 2px; }

.gg-add-entry-selector { display: grid; gap: 5px; }
.gg-add-entry-selector > button { align-items: center; appearance: none; background: transparent; border: 0; border-radius: 9px; color: var(--gg-p-text); cursor: pointer; display: grid; font: inherit; gap: 12px; grid-template-columns: 34px minmax(0,1fr) auto; padding: 11px; text-align: left; width: 100%; }
.gg-add-entry-selector > button:hover { background: rgba(41,213,180,.07); }
.gg-add-entry-selector__icon { align-items: center; background: var(--gg-p-teal-soft); border-radius: 9px; color: var(--gg-p-teal); display: flex; font-size: 12px; font-weight: 800; height: 34px; justify-content: center; width: 34px; }
.gg-add-entry-selector [data-portfolio-bet-builder] .gg-add-entry-selector__icon { background: linear-gradient(135deg, rgba(41,213,180,.18), rgba(96,146,255,.16)); font-size: 9px; letter-spacing: -.02em; }
.gg-add-entry-selector strong, .gg-add-entry-selector small { display: block; }
.gg-add-entry-selector strong { color: #fff; font-size: 12px; }
.gg-add-entry-selector small { color: var(--gg-p-muted); font-size: 9px; margin-top: 3px; }
.gg-add-entry-selector i { color: var(--gg-p-teal); font-style: normal; }

.gg-portfolio-modal__dialog--wide { max-height: min(86vh, 820px); max-width: 1000px; }
.gg-portfolio-modal__dialog--wide:has([data-custom-form]) { max-width: 800px; }
.gg-portfolio-modal__head { padding: 15px 18px; }
.gg-portfolio-modal__head h2 { font-size: 18px; }
.gg-portfolio-modal__body { max-height: calc(100dvh - 126px); padding: 16px 18px; }
.gg-flow-steps { margin-bottom: 13px; }
.gg-flow-steps span.is-complete { color: #79a99f; }
.gg-custom-stage { min-height: 390px; }
.gg-custom-stage__head { align-items: center; display: flex; justify-content: space-between; margin-bottom: 13px; }
.gg-custom-stage__head span { color: var(--gg-p-teal); display: block; font-size: 8px; font-weight: 800; letter-spacing: .1em; margin-bottom: 3px; }
.gg-custom-stage__head h3 { color: #fff; font-size: 15px; margin: 0; }
.gg-custom-stage__head small { color: var(--gg-p-muted); font-size: 9px; }
.gg-custom-search input { min-height: 44px; }
.gg-portfolio-fixtures, .gg-candidate-list { max-height: 315px; }
.gg-fixture-card, .gg-candidate-card { padding-block: 9px; }
.gg-custom-match-summary { background: rgba(255,255,255,.022); border-radius: 9px; margin-bottom: 13px; padding: 10px 12px; }
.gg-custom-match-summary p { color: var(--gg-p-muted); font-size: 9px; margin: 5px 0 0; }
.gg-custom-stage .gg-portfolio-markets { display: grid; gap: 10px 14px; grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 0; }
.gg-custom-stage .gg-market-group > div { grid-template-columns: repeat(3, minmax(0,1fr)); }
.gg-custom-stage .gg-market-option { min-height: 36px; padding: 7px; }
.gg-custom-actions { display: grid; grid-template-columns: auto 1fr auto auto; }
.gg-custom-actions > [hidden] { display: none !important; }
[data-custom-form][data-custom-step="1"] .gg-custom-actions { grid-template-columns: minmax(0,1fr) auto; }
.gg-custom-entry-confirmed { display: grid; gap: 10px; }
.gg-custom-entry-confirmed > strong { color: #fff; font-size: 14px; }
.gg-custom-entry-fields { grid-template-columns: 130px minmax(0,1fr); margin-top: 14px; }
.gg-custom-entry-fields i { color: #607988; font-style: normal; font-weight: 500; text-transform: none; }
.gg-custom-help { color: var(--gg-p-muted); font-size: 10px; text-align: center; }
.gg-bb-market-panel { display: grid; gap: 16px; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); }
.gg-bb-market-panel .gg-market-group { background: rgba(255,255,255,.018); border: 1px solid var(--gg-p-line); border-radius: 11px; padding: 12px; }
.gg-bb-market-panel .gg-market-group > div { grid-template-columns: repeat(2, minmax(0,1fr)); }
.gg-bb-market-panel .gg-market-group:first-child > div { grid-template-columns: repeat(3, minmax(0,1fr)); }
.gg-bb-policy { align-items: center; background: rgba(41,213,180,.045); border: 1px solid rgba(41,213,180,.14); border-radius: 9px; color: var(--gg-p-soft); display: flex; font-size: 9px; gap: 8px; margin: 13px 0 0; padding: 9px 11px; }
.gg-bb-policy::before { color: var(--gg-p-teal); content: '✓'; font-weight: 900; }
.gg-bb-combination { border-left: 2px solid var(--gg-p-teal); display: grid; gap: 4px; padding: 3px 0 3px 12px; }
.gg-bb-combination > span { color: var(--gg-p-teal); font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.gg-bb-combination > strong { color: #fff; font-size: 15px; }
.gg-bb-combination > small { color: var(--gg-p-muted); font-size: 9px; }
.gg-source-badge.is-bet_builder { background: rgba(41,213,180,.1); border-color: rgba(41,213,180,.32); color: #5ce6cd; }
.gg-position-card--bet-builder { box-shadow: inset 3px 0 0 rgba(41,213,180,.72); }
.gg-bb-position-components { align-items: center; display: flex; flex-wrap: wrap; gap: 5px; margin-top: 5px; }
.gg-bb-position-components span { background: rgba(41,213,180,.07); border: 1px solid rgba(41,213,180,.16); border-radius: 7px; color: #b9e9df; font-size: 8px; font-weight: 700; padding: 3px 6px; }
.gg-bb-position-components i { color: var(--gg-p-teal); font-size: 9px; font-style: normal; font-weight: 900; }

.gg-candidate-card { grid-template-columns: minmax(220px, 1.45fr) minmax(150px, 1fr) 105px 16px; min-height: 64px; }
.gg-acc-builder { gap: 14px; grid-template-columns: minmax(0, 1.65fr) minmax(270px, .75fr); }
.gg-acc-builder__summary { padding: 12px; }
.gg-acc-builder__summary header { margin-bottom: 9px; padding-bottom: 8px; }
.gg-acc-analytics > p { padding: 8px; }
.gg-portfolio-acc-legs { margin-bottom: 12px; }
.gg-builder-leg { min-height: 54px; }
.gg-portfolio-form-grid { gap: 9px; }
.gg-portfolio-field textarea { min-height: 58px; }

@media (max-width: 1100px) {
  .gg-position-card, .gg-position-card--accumulator { grid-template-columns: minmax(200px, 1.15fr) minmax(125px, .65fr) minmax(290px, 1.25fr) 96px; }
  .gg-position-metrics { grid-template-columns: repeat(4, minmax(56px, 1fr)); }
}

@media (max-width: 900px) {
  .gg-performance-workspace, .gg-secondary-analytics { grid-template-columns: 1fr; }
  .gg-portfolio-process > div { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .gg-position-card, .gg-position-card--accumulator { grid-template-columns: minmax(0,1fr) minmax(270px,.9fr) auto; }
  .gg-position-card__source { grid-column: 1; grid-row: 2; }
  .gg-position-metrics { grid-column: 2; grid-row: 1 / span 2; }
  .gg-position-card__result { grid-column: 3; grid-row: 1 / span 2; }
}

@media (max-width: 680px) {
  .gg-bb-market-panel { grid-template-columns: 1fr; }
  .gg-bb-market-panel .gg-market-group:first-child > div { grid-template-columns: repeat(3, minmax(0,1fr)); }
  body.gg-layout-shell.gg-layout-full-bleed.gg-portfolio-page .site-shell.football-shell.gg-portfolio-page-shell { padding: 15px 11px 82px !important; }
  .gg-portfolio-hero { align-items: center; flex-direction: row; gap: 10px; margin-bottom: 13px; }
  .gg-portfolio-hero__copy { flex: 1; }
  .gg-portfolio-eyebrow { font-size: 8px; }
  .gg-portfolio-hero h1 { font-size: 27px; }
  .gg-portfolio-hero p { display: none; }
  .gg-portfolio-hero__actions { flex: 0 0 auto; width: auto; }
  .gg-portfolio-hero__actions > .gg-portfolio-btn { flex: 0 0 auto; padding-inline: 10px; }
  .gg-portfolio-hero__actions .gg-portfolio-export { display: none; }
  .gg-portfolio-hero__actions .gg-portfolio-menu:last-child { display: block; }
  .gg-kpi-strip { margin-bottom: 10px; min-height: 68px; }
  .gg-kpi-strip { scrollbar-width: none; }
  .gg-kpi-strip::-webkit-scrollbar { display: none; }
  .gg-kpi-strip > article { flex-basis: 112px; padding: 10px 12px; }
  .gg-performance-workspace, .gg-secondary-analytics, .gg-breakdown { margin-bottom: 10px; }
  .gg-performance-panel { min-height: 0; }
  .gg-performance-panel > .gg-portfolio-card__head { align-items: flex-start; flex-direction: column; }
  .gg-performance-controls { align-items: center; flex-direction: row; width: 100%; }
  .gg-performance-controls > div:last-child { justify-content: flex-start; }
  .gg-portfolio-range { flex: 1; justify-content: flex-end; }
  .gg-portfolio-chart-canvas { height: 225px; }
  .gg-portfolio-chart-empty { height: 160px; padding-inline: 15px; }
  .gg-portfolio-process > div { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gg-calendar-grid button, .gg-calendar-grid > span { aspect-ratio: 2.05; min-height: 27px; }
  .gg-published-entry-ref { grid-template-columns: minmax(0,1fr) auto; }
  .gg-published-entry-ref small { display: none; }
  .gg-portfolio-ledger > header { align-items: center; flex-direction: row; }
  .gg-ledger-selects label > span { display: none; }
  .gg-ledger-selects select { max-width: 92px; }
  .gg-position-card, .gg-position-card--accumulator { gap: 8px 10px; grid-template-columns: minmax(0,1fr) auto; min-height: 0; padding: 12px 0; }
  .gg-position-card__identity { grid-column: 1; grid-row: 1; }
  .gg-position-card__source { grid-column: 1; grid-row: 2; }
  .gg-position-metrics { grid-column: 1 / -1; grid-row: 3; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gg-position-metrics > div { background: rgba(255,255,255,.018); border-radius: 6px; padding: 7px; }
  .gg-position-card__result { grid-column: 2; grid-row: 1 / span 2; }
  .gg-accumulator-legs { grid-row: 4; }
  .gg-acc-leg-row { grid-template-columns: minmax(0,1fr) 50px 62px; padding-block: 5px; }
  .gg-acc-leg-row > strong:nth-of-type(1), .gg-acc-leg-row > .gg-leg-status { display: none; }
  .gg-portfolio-modal__dialog--wide:has([data-custom-form]) { max-height: calc(100dvh - 18px); }
  .gg-custom-stage { min-height: 0; }
  .gg-custom-stage .gg-portfolio-markets { grid-template-columns: 1fr; }
  .gg-custom-actions { grid-template-columns: auto 1fr auto; }
  .gg-custom-actions > [data-portfolio-close] { display: none; }
  [data-custom-form][data-custom-step="1"] .gg-custom-actions { display: none; }
  .gg-custom-entry-fields { grid-template-columns: 1fr; }
  .gg-candidate-card { grid-template-columns: minmax(0,1fr) 70px 14px; }
  .gg-acc-builder { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .gg-portfolio-hero h1 { font-size: 24px; }
  .gg-portfolio-hero__actions > .gg-portfolio-btn { flex-basis: auto; font-size: 10px; min-height: 34px; }
  .gg-ledger-selects { gap: 5px; }
  .gg-ledger-selects select { max-width: 78px; padding-left: 6px; }
  .gg-flow-steps span::after { width: 18px; }
}

/* Fixture discovery, accumulator polish and isolated demo preview. */
.gg-demo-banner { align-items: center; background: linear-gradient(90deg, rgba(41,213,180,.105), rgba(41,213,180,.025)); border-left: 2px solid var(--gg-p-teal); border-radius: 8px; display: grid; gap: 16px; grid-template-columns: auto minmax(0,1fr) auto; margin: -2px 0 12px; min-height: 48px; padding: 8px 12px; }
.gg-demo-banner > div { align-items: center; display: flex; gap: 9px; }
.gg-demo-banner strong { color: var(--gg-p-teal-2); font-size: 10px; letter-spacing: .09em; }
.gg-demo-banner span, .gg-demo-banner p { color: var(--gg-p-muted); font-size: 9px; }
.gg-demo-banner p { margin: 0; text-align: center; }
.gg-demo-banner button { appearance: none; background: transparent; border: 0; color: #fff; cursor: pointer; font: inherit; font-size: 10px; font-weight: 800; }

.gg-match-browser { display: grid; gap: 10px; }
.gg-match-browser__filters { align-items: end; display: grid; gap: 12px; grid-template-columns: minmax(0,1fr) 185px; }
.gg-match-browser__filters .gg-portfolio-quick-ranges { margin: 0; }
.gg-browser-competition { display: block; min-width: 0; }
.gg-browser-competition > span { color: var(--gg-p-muted); display: block; font-size: 8px; font-weight: 800; letter-spacing: .05em; margin-bottom: 5px; text-transform: uppercase; }
.gg-browser-competition select { appearance: none; background: rgba(3,13,21,.55) linear-gradient(45deg, transparent 50%, #718896 50%) calc(100% - 13px) 50% / 5px 5px no-repeat; border: 1px solid var(--gg-p-line-strong); border-radius: 8px; color: #fff; font: inherit; font-size: 10px; min-height: 34px; padding: 7px 28px 7px 9px; width: 100%; }
.gg-fixture-group { display: grid; gap: 4px; }
.gg-fixture-group + .gg-fixture-group { margin-top: 7px; }
.gg-fixture-group > header { align-items: center; display: flex; justify-content: space-between; padding: 4px 6px 2px; }
.gg-fixture-group > header strong { color: var(--gg-p-soft); font-size: 9px; letter-spacing: .055em; text-transform: uppercase; }
.gg-fixture-group > header span { color: #5c7584; font-size: 8px; }
.gg-fixture-group .gg-fixture-card { background: rgba(255,255,255,.018); border-color: transparent; border-radius: 8px; min-height: 52px; padding: 7px 10px; }
.gg-fixture-group .gg-fixture-card + .gg-fixture-card { border-top-color: var(--gg-p-line); }
.gg-fixture-group .gg-fixture-card:hover { border-color: rgba(41,213,180,.28); }
.gg-fixture-group .gg-match-teams strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.gg-picker-toolbar .gg-portfolio-mini-tabs { background: rgba(3,13,21,.45); border: 1px solid var(--gg-p-line); border-radius: 8px; padding: 2px; }
.gg-picker-toolbar .gg-portfolio-mini-tabs button { border-radius: 6px; min-height: 29px; padding-inline: 14px; }
.gg-acc-summary-lead { border-left: 2px solid var(--gg-p-teal); margin-bottom: 9px; padding: 5px 9px; }
.gg-acc-summary-lead span, .gg-acc-summary-lead strong { display: block; }
.gg-acc-summary-lead span { color: var(--gg-p-teal); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.gg-acc-summary-lead strong { color: #fff; font-size: 12px; margin-top: 3px; }
.gg-acc-equation { align-items: center; background: rgba(3,13,21,.48); border-radius: 8px; display: flex; gap: 8px; justify-content: space-between; margin: 8px 0; padding: 9px 10px; }
.gg-acc-equation span { color: var(--gg-p-soft); font-size: 9px; }
.gg-acc-equation strong { color: #fff; font-size: 12px; white-space: nowrap; }
.gg-acc-disclaimer strong, .gg-acc-disclaimer span { display: block; }
.gg-acc-disclaimer strong { color: var(--gg-p-soft); font-size: 9px; }
.gg-acc-disclaimer span { color: #607887; font-size: 8px; margin-top: 3px; }
.gg-builder-leg { gap: 10px; grid-template-columns: 26px minmax(210px,1.15fr) minmax(120px,.65fr) 24px; min-height: 62px; }
.gg-builder-leg__number { font-variant-numeric: tabular-nums; }
.gg-builder-leg__match, .gg-builder-leg__pick { min-width: 0; }
.gg-builder-leg__match small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-builder-leg__pick strong, .gg-builder-leg__pick span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-builder-leg__pick strong { color: #fff; font-size: 10px; }
.gg-builder-leg__pick span { color: var(--gg-p-muted); font-size: 8px; margin-top: 5px; }
.gg-builder-leg__pick i { color: var(--gg-p-teal); font-style: normal; margin-left: 3px; }
.gg-acc-custom .gg-portfolio-fixtures { max-height: 225px; }
.gg-acc-custom .gg-match-browser.has-selection .gg-portfolio-fixtures { max-height: 112px; }
.gg-acc-custom__selected { align-items: center; background: rgba(41,213,180,.045); border-left: 2px solid var(--gg-p-teal); display: grid; gap: 3px; grid-template-columns: minmax(0,1fr); padding: 8px 10px; }
.gg-acc-custom__selected small { color: var(--gg-p-muted); font-size: 8px; }
.gg-acc-custom > .gg-portfolio-markets { gap: 8px 12px; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 2px; }
.gg-acc-custom > .gg-portfolio-btn { justify-self: end; }

@media (max-width: 680px) {
  .gg-demo-banner { gap: 6px 10px; grid-template-columns: minmax(0,1fr) auto; }
  .gg-demo-banner p { display: none; }
  .gg-demo-banner > div { align-items: flex-start; flex-direction: column; gap: 2px; }
  .gg-match-browser__filters { align-items: stretch; grid-template-columns: 1fr; }
  .gg-browser-competition select { min-height: 38px; }
  .gg-portfolio-quick-ranges { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; }
  .gg-portfolio-quick-ranges::-webkit-scrollbar { display: none; }
  .gg-portfolio-quick-ranges .gg-portfolio-chip { flex: 0 0 auto; }
  .gg-fixture-group .gg-fixture-card { min-height: 58px; }
  .gg-builder-leg { gap: 7px; grid-template-columns: 24px minmax(0,1fr) 22px; padding: 7px 0; }
  .gg-builder-leg__pick { grid-column: 2; }
  .gg-builder-leg > button { grid-column: 3; grid-row: 1 / span 2; }
  .gg-acc-custom > .gg-portfolio-markets { grid-template-columns: 1fr; }
}

/* Portfolio match discovery + accumulator workspace (browser-builder pass). */
.gg-portfolio-modal__dialog--wide:has([data-custom-form]) { max-width: 920px; }
.gg-match-browser__filters { grid-template-columns: minmax(0, 1fr) 245px; }
.gg-browser-competition { position: relative; z-index: 8; }
.gg-browser-competition > button { align-items: center; appearance: none; background: rgba(3,13,21,.6); border: 1px solid var(--gg-p-line-strong); border-radius: 9px; color: #fff; cursor: pointer; display: flex; font: inherit; justify-content: space-between; min-height: 38px; padding: 6px 10px; text-align: left; width: 100%; }
.gg-browser-competition > button > span { align-items: center; display: flex; gap: 8px; min-width: 0; }
.gg-browser-competition > button > span > span { min-width: 0; }
.gg-browser-competition > button strong, .gg-browser-competition > button small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-browser-competition > button strong { font-size: 10px; }
.gg-browser-competition > button small { color: var(--gg-p-muted); font-size: 8px; margin-top: 1px; }
.gg-browser-competition > button > i { color: var(--gg-p-muted); font-style: normal; }
.gg-competition-popover { background: #0d202c; border: 1px solid var(--gg-p-line-strong); border-radius: 11px; box-shadow: 0 22px 56px rgba(0,0,0,.46); max-height: min(410px, 58vh); overflow: hidden; position: absolute; right: 0; top: calc(100% + 7px); width: min(360px, 82vw); z-index: 40; }
.gg-competition-popover[hidden] { display: none; }
.gg-competition-popover > label { align-items: center; border-bottom: 1px solid var(--gg-p-line); display: grid; gap: 7px; grid-template-columns: auto 1fr; padding: 9px; }
.gg-competition-popover > label > span { color: var(--gg-p-muted); }
.gg-competition-popover input { appearance: none; background: rgba(3,13,21,.56); border: 1px solid var(--gg-p-line); border-radius: 8px; color: #fff; font: inherit; font-size: 10px; min-height: 36px; outline: 0; padding: 7px 9px; width: 100%; }
.gg-competition-popover input:focus { border-color: rgba(41,213,180,.46); }
.gg-competition-popover [data-fixture-competition-options] { max-height: 340px; overflow: auto; padding: 5px; }
.gg-competition-option { align-items: center; appearance: none; background: transparent; border: 0; border-radius: 8px; color: var(--gg-p-text); cursor: pointer; display: grid; font: inherit; gap: 9px; grid-template-columns: 28px minmax(0,1fr) auto; padding: 7px 8px; text-align: left; width: 100%; }
.gg-competition-option:hover, .gg-competition-option.is-selected { background: rgba(41,213,180,.08); }
.gg-competition-option > span:nth-child(2) { min-width: 0; }
.gg-competition-option strong, .gg-competition-option small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-competition-option strong { color: #fff; font-size: 10px; }
.gg-competition-option small { color: var(--gg-p-muted); font-size: 8px; margin-top: 2px; }
.gg-competition-option em { color: var(--gg-p-soft); font-size: 9px; font-style: normal; font-variant-numeric: tabular-nums; }
.gg-competition-mark { align-items: center; background: #f3f6f7; border: 1px solid rgba(255,255,255,.13); border-radius: 7px; color: #35505f; display: inline-flex; flex: 0 0 auto; font-size: 7px; font-weight: 800; height: 25px; justify-content: center; overflow: hidden; position: relative; width: 25px; }
.gg-competition-mark img { height: 100%; inset: 0; object-fit: contain; padding: 2px; position: absolute; width: 100%; }
.gg-competition-mark--all { background: rgba(41,213,180,.12); color: var(--gg-p-teal); font-size: 6px; }

.gg-portfolio-fixtures { max-height: 390px; padding-right: 2px; }
.gg-fixture-results-meta { align-items: center; display: flex; justify-content: space-between; padding: 2px 6px 5px; }
.gg-fixture-results-meta strong { color: #fff; font-size: 10px; }
.gg-fixture-results-meta span { color: #607887; font-size: 8px; }
.gg-fixture-group > header { min-height: 31px; padding: 4px 7px 3px; }
.gg-fixture-group > header > span { align-items: center; display: flex; gap: 7px; min-width: 0; }
.gg-fixture-group > header > span > strong { color: var(--gg-p-soft); font-size: 9px; letter-spacing: .04em; overflow: hidden; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.gg-fixture-group > header > span > small { color: #5b7483; font-size: 8px; white-space: nowrap; }
.gg-fixture-group > header > em { color: #5c7584; font-size: 8px; font-style: normal; }
.gg-fixture-group > header .gg-competition-mark { height: 20px; width: 20px; }
.gg-fixture-group .gg-fixture-card { gap: 13px; grid-template-columns: minmax(0,1fr) minmax(215px, .58fr) 16px; min-height: 66px; padding: 8px 11px; }
.gg-fixture-card__identity { min-width: 0; }
.gg-fixture-card__identity > small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-fixture-card__arrow { color: var(--gg-p-teal); font-size: 17px; }
.gg-fixture-odds { min-width: 0; }
.gg-fixture-odds > div { display: grid; gap: 4px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.gg-fixture-odds > div > span { align-items: center; background: rgba(3,13,21,.58); border: 1px solid rgba(113,142,157,.15); border-radius: 6px; display: flex; gap: 5px; justify-content: center; min-height: 29px; padding: 4px 5px; }
.gg-fixture-odds i { color: var(--gg-p-muted); font-size: 8px; font-style: normal; font-weight: 800; }
.gg-fixture-odds strong { color: #fff; font-size: 10px; font-variant-numeric: tabular-nums; }
.gg-fixture-odds > small { color: #5f7887; display: block; font-size: 7px; margin-top: 3px; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.gg-show-more { appearance: none; background: rgba(41,213,180,.055); border: 1px solid rgba(41,213,180,.22); border-radius: 8px; color: var(--gg-p-teal-2); cursor: pointer; font: inherit; font-size: 10px; font-weight: 800; min-height: 38px; width: 100%; }
.gg-show-more:hover { background: rgba(41,213,180,.1); }
.gg-market-option small { display: block; margin-top: 3px; }

.gg-candidate-card { grid-template-columns: minmax(225px,1.2fr) minmax(150px,.72fr) minmax(205px,.9fr) auto; }
.gg-candidate-card__odds { align-items: center; display: grid; gap: 8px; grid-template-columns: repeat(2,minmax(70px,1fr)); text-align: left; }
.gg-candidate-card__odds p { margin: 0; }
.gg-candidate-card__odds p > span { margin-top: 0; }
.gg-candidate-card__odds em { color: #5f7887; font-size: 7px; font-style: normal; grid-column: 1 / -1; }
.gg-candidate-card__arrow.is-add { border: 1px solid rgba(41,213,180,.26); border-radius: 7px; font-size: 9px; font-weight: 800; padding: 7px 9px; white-space: nowrap; }

.gg-portfolio-modal__dialog--accumulator { height: min(92dvh, 940px); max-height: 92dvh; max-width: 1400px; width: 94vw; }
.gg-portfolio-modal__dialog--accumulator .gg-portfolio-modal__body { max-height: calc(92dvh - 103px); }
.gg-acc-builder { align-items: start; gap: 20px; grid-template-columns: minmax(0, 72fr) minmax(300px, 28fr); }
.gg-acc-builder__main { min-width: 0; }
.gg-builder-title { align-items: center; border-bottom: 1px solid var(--gg-p-line); display: grid; gap: 11px; grid-template-columns: 34px minmax(0,1fr) auto; margin: 0 0 13px; padding: 0 0 12px; }
.gg-builder-title > span { align-items: center; background: var(--gg-p-teal-soft); border-radius: 9px; color: var(--gg-p-teal); display: flex; font-size: 14px; font-weight: 800; height: 34px; justify-content: center; width: 34px; }
.gg-builder-title h3 { color: #fff; font-size: 15px; margin: 0; }
.gg-builder-title p { color: var(--gg-p-muted); font-size: 9px; margin: 3px 0 0; }
.gg-portfolio-acc-legs { display: grid; gap: 9px; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0 0 14px; }
.gg-portfolio-acc-legs > .gg-portfolio-list-empty { grid-column: 1 / -1; min-height: 105px; }
.gg-builder-leg { background: rgba(255,255,255,.022); border: 1px solid var(--gg-p-line); border-radius: 10px; display: grid; gap: 8px; grid-template-columns: minmax(0,1fr) auto; min-height: 142px; padding: 10px 11px; }
.gg-builder-leg > header { align-items: center; display: flex; grid-column: 1 / -1; justify-content: space-between; }
.gg-builder-leg > header .gg-builder-leg__number { background: transparent; border-radius: 0; color: var(--gg-p-teal); display: inline; font-size: 8px; font-weight: 800; height: auto; letter-spacing: .08em; width: auto; }
.gg-builder-leg > header button { appearance: none; background: transparent; border: 0; color: var(--gg-p-muted); cursor: pointer; font: inherit; font-size: 18px; line-height: 1; }
.gg-builder-leg__match { grid-column: 1 / -1; }
.gg-builder-leg__match small { color: var(--gg-p-muted); display: block; font-size: 8px; margin-top: 4px; }
.gg-builder-leg__pick { grid-column: 1 / -1; }
.gg-builder-leg__pick strong { font-size: 11px; }
.gg-builder-leg__pick span { margin-top: 2px; }
.gg-builder-leg footer { align-items: center; border-top: 1px solid rgba(113,142,157,.12); display: flex; grid-column: 1 / -1; justify-content: space-between; padding-top: 7px; }
.gg-builder-leg footer > strong { color: #fff; font-size: 10px; }
.gg-builder-leg footer > span { color: #6f8896; font-size: 7px; font-weight: 800; letter-spacing: .06em; }
.gg-builder-leg footer > span.is-verified { color: var(--gg-p-teal); }
.gg-builder-leg footer > span.is-prechecked { color: #9bb7c4; }
.gg-acc-picker-panel { background: rgba(3,13,21,.28); border: 1px solid var(--gg-p-line); border-radius: 12px; min-height: 270px; padding: 13px; }
.gg-acc-picker-panel[hidden] { display: none; }
.gg-acc-picker-panel .gg-picker-toolbar { display: grid; grid-template-columns: minmax(0,1fr) auto 30px; margin-bottom: 10px; }
.gg-picker-toolbar > div:first-child strong { color: #fff; display: block; font-size: 12px; margin-top: 3px; }
.gg-acc-inner-stepper { justify-content: flex-start; margin: 4px 0 12px; }
.gg-picker-step-actions { align-items: center; display: flex; gap: 8px; justify-content: flex-end; margin-top: 13px; }
.gg-leg-verify-card { display: grid; gap: 10px; }
.gg-leg-verify-card > div:nth-child(2) { border-left: 2px solid var(--gg-p-teal); padding: 6px 10px; }
.gg-leg-verify-card > div:nth-child(2) span, .gg-leg-verify-card > div:nth-child(2) strong { display: block; }
.gg-leg-verify-card > div:nth-child(2) span { color: var(--gg-p-muted); font-size: 8px; }
.gg-leg-verify-card > div:nth-child(2) strong { color: #fff; font-size: 12px; margin-top: 3px; }
.gg-acc-custom .gg-portfolio-fixtures { max-height: 385px; }

.gg-acc-builder__summary { max-height: calc(92dvh - 145px); overflow: auto; padding: 16px; position: sticky; top: 0; }
.gg-acc-overview-status { border-left: 2px solid var(--gg-p-teal); margin-bottom: 12px; padding: 5px 9px; }
.gg-acc-overview-status span, .gg-acc-overview-status strong { display: block; }
.gg-acc-overview-status span { color: var(--gg-p-teal); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.gg-acc-overview-status strong { color: #fff; font-size: 12px; margin-top: 3px; }
.gg-acc-overview-list { margin: 0; }
.gg-acc-overview-list > div { align-items: center; border-bottom: 1px solid rgba(113,142,157,.12); display: flex; justify-content: space-between; padding: 9px 1px; }
.gg-acc-overview-list dt { color: var(--gg-p-muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.gg-acc-overview-list dd { color: #fff; font-size: 11px; font-weight: 800; margin: 0; text-align: right; }
.gg-acc-overview-list > div.is-highlight { background: rgba(41,213,180,.06); border: 1px solid rgba(41,213,180,.16); border-radius: 8px; margin: 7px 0; padding: 10px; }
.gg-acc-overview-list > div.is-highlight dd { color: var(--gg-p-teal-2); font-size: 19px; }
.gg-acc-summary-fields { display: grid; gap: 9px; margin-top: 12px; }
.gg-acc-summary-fields i { color: #607988; font-style: normal; font-weight: 500; text-transform: none; }
.gg-acc-summary-actions { display: grid; gap: 7px; margin-top: 11px; }
.gg-acc-cancel { margin-top: 13px; }

@media (max-width: 1050px) {
  .gg-portfolio-modal__dialog--accumulator { width: 97vw; }
  .gg-acc-builder { grid-template-columns: minmax(0,1fr) minmax(275px,.42fr); }
  .gg-candidate-card { grid-template-columns: minmax(0,1fr) minmax(140px,.65fr) minmax(180px,.8fr) auto; }
}

@media (max-width: 820px) {
  .gg-acc-builder { grid-template-columns: 1fr; }
  .gg-acc-builder__summary { max-height: none; position: static; }
  .gg-fixture-group .gg-fixture-card { grid-template-columns: minmax(0,1fr) minmax(195px,.58fr) 14px; }
  .gg-candidate-card { grid-template-columns: minmax(0,1fr) minmax(180px,.8fr) auto; }
  .gg-candidate-card__pick { grid-column: 1; grid-row: 2; }
  .gg-candidate-card__odds { grid-column: 2; grid-row: 1 / span 2; }
  .gg-candidate-card__arrow { grid-column: 3; grid-row: 1 / span 2; }
}

@media (max-width: 680px) {
  .gg-portfolio-modal__dialog--accumulator { height: calc(100dvh - 12px); max-height: calc(100dvh - 12px); width: 100vw; }
  .gg-portfolio-modal__dialog--accumulator .gg-portfolio-modal__body { max-height: calc(100dvh - 105px); }
  .gg-match-browser__filters { grid-template-columns: 1fr; }
  .gg-browser-competition > button { min-height: 42px; }
  .gg-competition-popover { left: 0; right: auto; width: 100%; }
  .gg-portfolio-fixtures { max-height: none; overflow: visible; }
  .gg-fixture-results-meta { align-items: flex-start; flex-direction: column; gap: 2px; }
  .gg-fixture-group .gg-fixture-card { gap: 7px 9px; grid-template-columns: minmax(0,1fr) 14px; padding: 9px; }
  .gg-fixture-card__identity { grid-column: 1; }
  .gg-fixture-card__arrow { grid-column: 2; grid-row: 1 / span 2; }
  .gg-fixture-odds { grid-column: 1; }
  .gg-fixture-odds > div > span { min-height: 26px; }
  .gg-fixture-odds > small { text-align: left; }
  .gg-fixture-group > header > span > small { display: none; }
  .gg-portfolio-acc-legs { grid-template-columns: 1fr; }
  .gg-builder-title { grid-template-columns: 30px minmax(0,1fr) auto; }
  .gg-builder-title > span { height: 30px; width: 30px; }
  .gg-builder-title p { display: none; }
  .gg-builder-title .gg-portfolio-btn { font-size: 9px; min-height: 34px; padding-inline: 8px; }
  .gg-acc-picker-panel { border-inline: 0; border-radius: 0; margin-inline: -16px; padding-inline: 16px; }
  .gg-acc-picker-panel .gg-picker-toolbar { grid-template-columns: minmax(0,1fr) auto 28px; }
  .gg-picker-toolbar .gg-portfolio-mini-tabs button { padding-inline: 9px; }
  .gg-acc-inner-stepper { overflow: hidden; }
  .gg-acc-inner-stepper span::after { width: 15px; }
  .gg-acc-summary-actions { background: linear-gradient(180deg, rgba(11,28,40,.88), #0b1c28 25%); bottom: -1px; margin-inline: -2px; padding-top: 9px; position: sticky; }
  .gg-candidate-card { grid-template-columns: minmax(0,1fr) auto; }
  .gg-candidate-card__pick { grid-column: 1; grid-row: 2; }
  .gg-candidate-card__odds { gap: 5px; grid-column: 1 / -1; grid-row: 3; }
  .gg-candidate-card__arrow { grid-column: 2; grid-row: 1 / span 2; }
  .gg-candidate-card__arrow.is-add { font-size: 0; padding: 7px; }
  .gg-candidate-card__arrow.is-add::after { content: '+'; font-size: 16px; }
  .gg-picker-step-actions { align-items: stretch; flex-direction: column-reverse; }
  .gg-picker-step-actions .gg-portfolio-btn { width: 100%; }
}

/* Targeted picker, unavailable-state and accumulator-position polish. */
.gg-portfolio-modal__dialog--predictions {
  height: min(86dvh, 860px);
  max-height: 86dvh;
  max-width: 1240px;
  width: 92vw;
}
.gg-portfolio-modal__dialog--predictions .gg-portfolio-modal__body {
  max-height: calc(86dvh - 92px);
  padding: 18px 20px 20px;
}
.gg-portfolio-modal__dialog--predictions .gg-candidate-list {
  gap: 9px;
  max-height: calc(86dvh - 145px);
  padding-right: 4px;
}
.gg-portfolio-modal__dialog--predictions .gg-portfolio-list-empty { min-height: 280px; }

.gg-candidate-card {
  align-items: stretch;
  gap: 16px;
  grid-template-columns: minmax(260px, 1.32fr) minmax(190px, .86fr) minmax(260px, 1fr) minmax(76px, auto);
  min-height: 84px;
  padding: 13px 14px;
}
.gg-candidate-card__match { align-self: center; min-width: 0; }
.gg-candidate-card__match .gg-match-teams { gap: 8px; }
.gg-candidate-card__match .gg-match-teams strong { color: #fff; font-size: 13px; }
.gg-candidate-card__match > small { color: #78909d; font-size: 9px; line-height: 1.35; margin-top: 7px; }
.gg-candidate-card__pick { align-self: center; min-width: 0; }
.gg-candidate-card__pick > div { align-items: center; display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 7px; }
.gg-candidate-card__pick > strong { color: #fff; font-size: 14px; line-height: 1.25; margin: 0; }
.gg-candidate-card__pick > small { color: #657e8c; display: block; font-size: 8px; margin-top: 4px; text-transform: uppercase; }
.gg-confidence-pill { background: rgba(105,191,247,.08); border: 1px solid rgba(105,191,247,.2); border-radius: 20px; color: #8dcef7; font-size: 8px; font-weight: 800; padding: 4px 7px; white-space: nowrap; }
.gg-candidate-card__odds { align-items: stretch; gap: 7px; grid-template-columns: repeat(2,minmax(100px,1fr)); }
.gg-candidate-card__odds p { background: rgba(3,13,21,.46); border: 1px solid rgba(113,142,157,.13); border-radius: 8px; min-width: 0; padding: 8px 9px; }
.gg-candidate-card__odds p > span { color: #708997; font-size: 8px; font-weight: 800; letter-spacing: .03em; }
.gg-candidate-card__odds p > strong { color: #fff; font-size: 15px; line-height: 1.2; margin-top: 4px; }
.gg-candidate-card__odds p > small { color: #76909e; display: block; font-size: 8px; margin-top: 3px; }
.gg-candidate-card__odds p.is-unavailable { background: rgba(242,199,104,.035); border-color: rgba(242,199,104,.16); }
.gg-candidate-card__odds p.is-unavailable > strong { color: #d9bd7d; font-size: 11px; margin-top: 7px; }
.gg-candidate-card__odds em { align-items: center; color: #6c8492; display: flex; font-size: 8px; font-weight: 700; gap: 5px; }
.gg-candidate-card__odds em::before { background: var(--gg-p-teal); border-radius: 50%; content: ''; height: 5px; width: 5px; }
.gg-candidate-card__odds em.is-unavailable { color: #d2b574; }
.gg-candidate-card__odds em.is-unavailable::before { background: #d2b574; }
.gg-candidate-card__arrow { align-items: center; align-self: stretch; border: 1px solid rgba(41,213,180,.22); border-radius: 8px; color: var(--gg-p-teal-2); display: flex; gap: 6px; justify-content: center; min-width: 72px; padding: 8px 10px; }
.gg-candidate-card__arrow strong { font-size: 9px; white-space: nowrap; }
.gg-candidate-card__arrow i { font-size: 14px; font-style: normal; }
.gg-candidate-card:hover .gg-candidate-card__arrow { background: rgba(41,213,180,.09); border-color: rgba(41,213,180,.38); }
.gg-candidate-card:disabled .gg-candidate-card__arrow { border-color: rgba(113,142,157,.14); color: #6d8290; }
.gg-candidate-card.is-current-unavailable:not(:disabled) { border-color: rgba(242,199,104,.12); }
.gg-candidate-card__arrow.is-add { font-size: inherit; min-width: 86px; padding: 8px 10px; }

.gg-fixture-group > header {
  background: rgba(3,13,21,.18);
  border-radius: 7px;
  margin: 4px 0 3px;
  min-height: 34px;
  padding: 6px 8px 5px;
}
.gg-fixture-group > header > span > strong { color: #a7bbc5; font-size: 9px; }
.gg-fixture-group .gg-fixture-card {
  gap: 15px;
  grid-template-columns: minmax(0,1fr) minmax(230px,.58fr) 18px;
  min-height: 74px;
  padding: 10px 12px;
}
.gg-fixture-card__identity .gg-match-teams strong { color: #fff; font-size: 12px; }
.gg-fixture-card__identity > small { color: #78909d; font-size: 9px; margin-top: 7px; }
.gg-fixture-odds > div { gap: 5px; }
.gg-fixture-odds > div > span { min-height: 32px; }
.gg-fixture-odds > small { color: #708a98; font-size: 8px; margin-top: 4px; }
.gg-fixture-odds.is-unavailable > div > span { background: rgba(3,13,21,.3); border-color: rgba(242,199,104,.1); }
.gg-fixture-odds.is-unavailable > div > span strong { color: #a78f63; }
.gg-fixture-odds__unavailable { display: block !important; margin-top: 5px; text-align: right; }
.gg-fixture-odds__unavailable strong, .gg-fixture-odds__unavailable span { display: block; }
.gg-fixture-odds__unavailable strong { color: #d2b574; font-size: 8px; }
.gg-fixture-odds__unavailable span { color: #667d8a; font-size: 7px; margin-top: 1px; }

.gg-portfolio-modal__dialog--accumulator {
  height: min(94dvh, 960px);
  max-height: 94dvh;
  max-width: 1460px;
  width: 96vw;
}
.gg-portfolio-modal__dialog--accumulator .gg-portfolio-modal__head { padding-block: 13px; }
.gg-portfolio-modal__dialog--accumulator .gg-portfolio-modal__body {
  max-height: calc(94dvh - 92px);
  padding: 14px 16px;
}
.gg-acc-builder { gap: 16px; grid-template-columns: minmax(0,76fr) minmax(270px,24fr); }
.gg-builder-title { margin-bottom: 10px; padding-bottom: 10px; }
.gg-portfolio-acc-legs { gap: 8px; margin-bottom: 10px; }
.gg-builder-leg { gap: 6px 8px; min-height: 116px; padding: 8px 10px; }
.gg-builder-leg__match small { margin-top: 3px; }
.gg-builder-leg footer { padding-top: 5px; }
.gg-acc-picker-panel { min-height: 370px; padding: 11px 12px 12px; }
.gg-acc-picker-panel .gg-picker-toolbar { margin-bottom: 7px; }
.gg-acc-inner-stepper { margin: 2px 0 9px; }
.gg-acc-picker-panel .gg-candidate-list {
  gap: 8px;
  max-height: min(500px, calc(94dvh - 260px));
}
.gg-acc-picker-panel .gg-candidate-card { min-height: 78px; padding-block: 10px; }
.gg-acc-custom .gg-portfolio-fixtures { max-height: min(500px, calc(94dvh - 300px)); }
.gg-acc-custom .gg-fixture-group .gg-fixture-card { min-height: 68px; padding-block: 8px; }
.gg-acc-builder__summary { max-height: calc(94dvh - 122px); padding: 14px; }
.gg-acc-builder__summary header { margin-bottom: 7px; padding-bottom: 7px; }
.gg-acc-overview-list > div { padding-block: 8px; }
.gg-acc-summary-fields { gap: 7px; margin-top: 9px; }
.gg-acc-summary-fields .gg-portfolio-field textarea { min-height: 52px; }
.gg-acc-summary-actions { margin-top: 9px; }
.gg-acc-cancel { margin-top: 9px; }

.gg-position-card.gg-position-card--accumulator {
  align-items: stretch;
  background: linear-gradient(135deg, rgba(174,139,255,.045), rgba(41,213,180,.025));
  border: 1px solid rgba(174,139,255,.16);
  border-radius: 12px;
  gap: 0;
  grid-template-columns: minmax(0,1fr) 112px;
  margin: 8px 0;
  min-height: 0;
  padding: 13px 14px;
}
.gg-acc-position__main { min-width: 0; }
.gg-acc-position__head { align-items: center; display: flex; gap: 18px; justify-content: space-between; }
.gg-acc-position__head h3 { color: #fff; font-size: 15px; margin: 3px 0 2px; }
.gg-acc-position__head p { color: #8196a2; font-size: 9px; margin: 0; }
.gg-acc-position__facts { align-items: stretch; display: grid; gap: 6px; grid-template-columns: repeat(3,minmax(90px,auto)); }
.gg-acc-position__facts > span { background: rgba(3,13,21,.28); border: 1px solid rgba(113,142,157,.11); border-radius: 7px; min-width: 0; padding: 6px 8px; }
.gg-acc-position__facts i, .gg-acc-position__facts strong { display: block; }
.gg-acc-position__facts i { color: #657e8c; font-size: 7px; font-style: normal; font-weight: 800; }
.gg-acc-position__facts strong { color: #dce8ed; font-size: 9px; margin-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-acc-position__metrics { border-top: 1px solid rgba(113,142,157,.12); display: grid; gap: 8px; grid-template-columns: repeat(4,minmax(70px,1fr)); margin-top: 10px; padding-top: 9px; }
.gg-acc-position__metrics > div { min-width: 0; }
.gg-acc-position__metrics span, .gg-acc-position__metrics small { color: #657e8c; display: block; font-size: 7px; font-weight: 800; }
.gg-acc-position__metrics strong { color: #fff; display: block; font-size: 14px; margin: 3px 0; }
.gg-acc-position__metrics small { font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-acc-position__actions { align-items: flex-end; border-left: 1px solid rgba(113,142,157,.12); display: flex; flex-direction: column; gap: 7px; justify-content: center; margin-left: 13px; padding-left: 13px; }
.gg-acc-position__actions > small { color: #718895; font-size: 8px; }
.gg-acc-position__settlement { min-width: 82px; text-align: right; }
.gg-acc-position__settlement strong, .gg-acc-position__settlement span { display: block; }
.gg-acc-position__settlement strong { color: #dce8ed; font-size: 10px; }
.gg-acc-position__settlement span { color: #718895; font-size: 7px; margin-top: 2px; text-transform: uppercase; }
.gg-acc-position__settlement > i { background: rgba(113,142,157,.16); border-radius: 4px; display: block; height: 3px; margin-top: 5px; overflow: hidden; width: 100%; }
.gg-acc-position__settlement > i > b { background: linear-gradient(90deg, #2bd5b4, #68bff7); border-radius: inherit; display: block; height: 100%; }
.gg-acc-position__actions .gg-position-actions { margin-top: 1px; }
.gg-position-card--accumulator .gg-accumulator-legs { background: rgba(3,13,21,.22); border: 1px solid rgba(113,142,157,.11); border-radius: 9px; grid-column: 1 / -1; margin-top: 12px; padding: 9px; }
.gg-accumulator-legs > header { align-items: center; border-bottom: 1px solid rgba(113,142,157,.1); display: flex; justify-content: space-between; margin-bottom: 2px; padding: 0 2px 7px; }
.gg-accumulator-legs > header strong { color: #dce8ed; font-size: 10px; }
.gg-accumulator-legs > header span { background: rgba(20,211,175,.08); border: 1px solid rgba(20,211,175,.16); border-radius: 999px; color: #9fdcca; font-size: 9px; font-weight: 800; letter-spacing: .025em; padding: 4px 8px; }
.gg-acc-position-leg { align-items: center; border-bottom: 1px solid rgba(113,142,157,.09); display: grid; gap: 12px; grid-template-columns: minmax(245px,1.3fr) minmax(115px,.7fr) 142px 100px 62px; min-height: 72px; padding: 9px 7px; }
.gg-acc-position-leg:last-child { border-bottom: 0; }
.gg-acc-position-leg.is-settled { background: linear-gradient(90deg, rgba(44,216,142,.095), rgba(44,216,142,.025) 62%, transparent); border-radius: 9px; box-shadow: inset 3px 0 #2cd88e; }
.gg-acc-position-leg.is-settled.is-loss { background: linear-gradient(90deg, rgba(255,100,122,.1), rgba(255,100,122,.025) 62%, transparent); box-shadow: inset 3px 0 #ff647a; }
.gg-acc-position-leg.is-settled.is-void { background: linear-gradient(90deg, rgba(243,190,73,.09), rgba(243,190,73,.02) 62%, transparent); box-shadow: inset 3px 0 #f3be49; }
.gg-acc-position-leg__match { min-width: 0; }
.gg-acc-position-leg__match > span, .gg-acc-position-leg__pick > span, .gg-acc-position-leg__result > span, .gg-acc-position-leg__quote > span, .gg-acc-position-leg__move > span { color: #607987; display: block; font-size: 7px; font-weight: 800; margin-bottom: 3px; }
.gg-acc-position-leg__match > small { color: #6f8794; display: block; font-size: 8px; margin-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gg-acc-position-leg__pick strong, .gg-acc-position-leg__quote strong, .gg-acc-position-leg__move strong { color: #fff; display: block; font-size: 10px; }
.gg-acc-position-leg__quote i { color: #607987; font-style: normal; }
.gg-acc-position-leg__result { align-items: center; background: rgba(4,15,24,.68); border: 1px solid rgba(113,142,157,.18); border-radius: 9px; display: grid; grid-template-columns: 1fr auto; min-width: 0; padding: 8px 9px; }
.gg-acc-position-leg__result > span { grid-column: 1 / -1; letter-spacing: .08em; margin-bottom: 5px; }
.gg-acc-position-leg__result > strong { color: #9bb0bb; display: block; font-size: 22px; font-weight: 900; grid-column: 1; letter-spacing: .045em; line-height: 1; white-space: nowrap; }
.gg-acc-position-leg__result.is-win { background: rgba(21,109,76,.16); border-color: rgba(44,216,142,.32); }
.gg-acc-position-leg__result.is-win > span, .gg-acc-position-leg__result.is-win > strong { color: #effff8; }
.gg-acc-position-leg__result.is-loss { background: rgba(124,38,54,.17); border-color: rgba(255,100,122,.32); }
.gg-acc-position-leg__result.is-loss > span, .gg-acc-position-leg__result.is-loss > strong { color: #fff0f3; }
.gg-acc-position-leg__result.is-void { background: rgba(118,88,24,.14); border-color: rgba(243,190,73,.3); }
.gg-acc-position-leg__result .gg-leg-status { font-size: 8px; grid-column: 2; padding: 5px 7px; }

@media (max-width: 1100px) {
  .gg-candidate-card { grid-template-columns: minmax(220px,1.15fr) minmax(170px,.8fr) minmax(230px,1fr) auto; }
  .gg-acc-builder { grid-template-columns: minmax(0,1fr) minmax(255px,.32fr); }
  .gg-acc-position__facts { grid-template-columns: repeat(3,minmax(76px,auto)); }
}

@media (max-width: 820px) {
  .gg-portfolio-modal__dialog--predictions { max-width: none; width: 97vw; }
  .gg-candidate-card { grid-template-columns: minmax(0,1fr) minmax(220px,.82fr) auto; }
  .gg-candidate-card__pick { grid-column: 1; grid-row: 2; }
  .gg-candidate-card__odds { grid-column: 2; grid-row: 1 / span 2; }
  .gg-candidate-card__arrow { grid-column: 3; grid-row: 1 / span 2; }
  .gg-acc-position__head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .gg-acc-position__facts { width: 100%; }
  .gg-acc-position-leg { grid-template-columns: minmax(0,1.2fr) minmax(100px,.75fr) 132px 90px; }
  .gg-acc-position-leg__move { display: none; }
}

/* Calendar and performance-chart hierarchy pass */
.gg-portfolio-chart-canvas::before { background: radial-gradient(circle at 76% 34%, rgba(46,216,182,.055), transparent 42%); content: ''; inset: 0; pointer-events: none; position: absolute; }
.gg-portfolio-chart-canvas svg { position: relative; z-index: 1; }
.gg-chart-current-guide { stroke: rgba(78,222,194,.2); stroke-dasharray: 3 5; stroke-width: 1; }
.gg-chart-current-cap { stroke: #9ff9e5; stroke-linecap: round; stroke-width: 3; }
.gg-chart-zero-label { fill: #58727f; font-size: 7px; font-weight: 900; letter-spacing: .11em; }
.gg-chart-current-value rect { fill: #123a35; stroke: rgba(68,224,191,.5); stroke-width: 1; }
.gg-chart-current-value text { fill: #73f0d2; font-size: 10px; font-weight: 900; letter-spacing: .02em; }
.gg-chart-current-value.is-negative rect { fill: #3c2029; stroke: rgba(255,105,128,.5); }
.gg-chart-current-value.is-negative text { fill: #ff91a3; }

.gg-portfolio-calendar { background: linear-gradient(145deg, rgba(12,34,45,.98), rgba(8,27,37,.98)); }
.gg-calendar-nav { align-items: center; display: flex; }
.gg-calendar-summary { border-right: 1px solid rgba(139,173,192,.14); margin-right: 7px; min-width: 92px; padding-right: 12px; text-align: right; }
.gg-calendar-summary span, .gg-calendar-summary strong, .gg-calendar-summary small { display: block; }
.gg-calendar-summary span { color: #64808f; font-size: 7px; font-weight: 900; letter-spacing: .09em; }
.gg-calendar-summary strong { font-size: 14px; margin: 2px 0 1px; }
.gg-calendar-summary small { color: #77919f; font-size: 8px; }
.gg-calendar-nav button { background: rgba(4,17,26,.38); transition: background .15s ease, border-color .15s ease, color .15s ease; }
.gg-calendar-nav button:hover { background: rgba(39,213,179,.1); border-color: rgba(39,213,179,.35); color: #72ecd3; }
.gg-calendar-weekdays { padding: 11px 14px 6px; }
.gg-calendar-weekdays span { color: #7795a5; font-size: 9px; letter-spacing: .08em; }
.gg-calendar-grid { gap: 5px; padding: 5px 13px 10px; }
.gg-calendar-grid button, .gg-calendar-grid > span { aspect-ratio: auto; min-height: 50px; }
.gg-calendar-grid button { background: rgba(255,255,255,.018); border-color: rgba(139,173,192,.035); border-radius: 8px; justify-content: flex-start; padding: 6px 7px; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.gg-calendar-grid button:not(:disabled):hover { box-shadow: 0 8px 20px rgba(0,0,0,.2); transform: translateY(-1px); }
.gg-calendar-grid button.is-positive { background: linear-gradient(145deg, rgba(39,186,128,.2), rgba(39,186,128,.1)); border-color: rgba(77,224,158,.34); box-shadow: inset 0 1px rgba(139,255,206,.04); }
.gg-calendar-grid button.is-negative { background: linear-gradient(145deg, rgba(181,62,81,.2), rgba(181,62,81,.1)); border-color: rgba(255,114,137,.3); box-shadow: inset 0 1px rgba(255,185,196,.035); }
.gg-calendar-grid button.is-neutral { opacity: .42; }
.gg-calendar-grid button.is-today { border-color: rgba(96,196,246,.55); box-shadow: inset 0 0 0 1px rgba(96,196,246,.12); opacity: 1; }
.gg-calendar-day { align-items: center; display: flex !important; justify-content: space-between; margin: 0 0 3px !important; width: 100%; }
.gg-calendar-day i { color: #8299a5; font-size: 9px; font-style: normal; font-weight: 800; }
.gg-calendar-day em { background: rgba(96,196,246,.12); border-radius: 8px; color: #79cffa; font-size: 6px; font-style: normal; font-weight: 900; letter-spacing: .06em; padding: 2px 4px; }
.gg-calendar-grid button > strong { display: block; font-size: 12px; line-height: 1.1; margin-top: auto; text-align: left; }
.gg-calendar-grid button > small { align-items: center; color: #718a98; display: flex; font-size: 7px; justify-content: space-between; margin-top: 3px; width: 100%; }
.gg-calendar-grid button > small b { color: currentColor; font-weight: 900; }
.gg-calendar-grid button > small i { font-style: normal; }
.gg-calendar-grid button.is-positive > small { color: #86cdb2; }
.gg-calendar-grid button.is-negative > small { color: #ca8994; }
.gg-calendar-legend { align-items: center; border-top: 1px solid rgba(139,173,192,.1); display: flex; gap: 16px; padding: 8px 14px 10px; }
.gg-calendar-legend span { align-items: center; color: #718a98; display: inline-flex; font-size: 8px; gap: 5px; }
.gg-calendar-legend i { background: rgba(255,255,255,.04); border: 1px solid rgba(139,173,192,.1); border-radius: 3px; display: block; height: 7px; width: 7px; }
.gg-calendar-legend i.is-positive { background: rgba(39,186,128,.35); border-color: rgba(77,224,158,.45); }
.gg-calendar-legend i.is-negative { background: rgba(181,62,81,.35); border-color: rgba(255,114,137,.42); }

@media (max-width: 680px) {
  .gg-calendar-summary { min-width: 78px; padding-right: 8px; }
  .gg-calendar-summary span, .gg-calendar-summary small { display: none; }
  .gg-calendar-summary strong { font-size: 12px; }
  .gg-calendar-weekdays { padding-inline: 8px; }
  .gg-calendar-grid { gap: 3px; padding-inline: 8px; }
  .gg-calendar-grid button, .gg-calendar-grid > span { min-height: 46px; }
  .gg-calendar-grid button { padding: 5px; }
  .gg-calendar-day em, .gg-calendar-grid button > small { display: none; }
  .gg-calendar-grid button > strong { font-size: 8px; letter-spacing: -.02em; }
  .gg-calendar-legend { gap: 10px; overflow: hidden; padding-inline: 9px; }
  .gg-calendar-legend span { font-size: 7px; white-space: nowrap; }
}

@media (max-width: 680px) {
  .gg-portfolio-modal__dialog--predictions { height: calc(100dvh - 12px); max-height: calc(100dvh - 12px); width: 100vw; }
  .gg-portfolio-modal__dialog--predictions .gg-portfolio-modal__body { max-height: calc(100dvh - 105px); padding: 14px; }
  .gg-portfolio-modal__dialog--predictions .gg-candidate-list { max-height: none; overflow: visible; }
  .gg-candidate-card { gap: 8px; grid-template-columns: minmax(0,1fr) auto; min-height: 0; padding: 11px; }
  .gg-candidate-card__match { grid-column: 1; grid-row: 1; }
  .gg-candidate-card__pick { grid-column: 1 / -1; grid-row: 2; }
  .gg-candidate-card__odds { gap: 6px; grid-column: 1 / -1; grid-row: 3; }
  .gg-candidate-card__odds p { padding: 7px 8px; }
  .gg-candidate-card__odds em { grid-column: 1 / -1; }
  .gg-candidate-card__arrow { grid-column: 2; grid-row: 1; min-width: 34px; padding: 7px; }
  .gg-candidate-card__arrow strong { display: none; }
  .gg-candidate-card__arrow i { display: block; }
  .gg-candidate-card__arrow.is-add { font-size: 0; min-width: 34px; }
  .gg-candidate-card__arrow.is-add::after { content: '+'; font-size: 16px; }
  .gg-fixture-group .gg-fixture-card {
    gap: 8px 10px;
    grid-template-columns: minmax(0, 1fr) 18px;
    min-height: 112px;
    padding: 10px;
  }
  .gg-fixture-card__identity { grid-column: 1; grid-row: 1; }
  .gg-fixture-card__arrow { grid-column: 2; grid-row: 1 / span 2; }
  .gg-fixture-odds { grid-column: 1; grid-row: 2; width: 100%; }
  .gg-fixture-odds > small, .gg-fixture-odds__unavailable { text-align: left; }
  .gg-portfolio-modal__dialog--accumulator { height: calc(100dvh - 8px); max-height: calc(100dvh - 8px); }
  .gg-portfolio-modal__dialog--accumulator .gg-portfolio-modal__body { max-height: calc(100dvh - 100px); padding: 12px 14px; }
  .gg-acc-picker-panel .gg-candidate-list, .gg-acc-custom .gg-portfolio-fixtures { max-height: none; overflow: visible; }
  .gg-position-card.gg-position-card--accumulator { grid-template-columns: 1fr; padding: 12px; }
  .gg-acc-position__facts { grid-template-columns: 1fr 1fr; }
  .gg-acc-position__facts > span:last-child { grid-column: 1 / -1; }
  .gg-acc-position__metrics { grid-template-columns: 1fr 1fr; }
  .gg-acc-position__actions { align-items: center; border-left: 0; border-top: 1px solid rgba(113,142,157,.12); flex-direction: row; grid-column: 1; justify-content: flex-start; margin: 10px 0 0; padding: 9px 0 0; }
  .gg-acc-position__actions .gg-position-actions { margin-left: auto; }
  .gg-accumulator-legs > header { align-items: flex-start; flex-direction: column; gap: 3px; }
  .gg-acc-position-leg { gap: 9px; grid-template-columns: minmax(0,1fr) 122px; padding-block: 10px; }
  .gg-acc-position-leg__match { grid-column: 1; grid-row: 1; }
  .gg-acc-position-leg__pick { grid-column: 1; grid-row: 2; }
  .gg-acc-position-leg__quote { grid-column: 2; grid-row: 1; }
  .gg-acc-position-leg__result { grid-column: 2; grid-row: 2; }
  .gg-acc-position-leg__result > strong { font-size: 19px; }
  .gg-acc-position-leg__move { display: none; }
}
