:root {
  --gc-bg: #111a21;
  --gc-shell-topbar: #1b2730;
  --gc-shell-tab: #22313d;
  --gc-panel: #17222b;
  --gc-panel-raised: #202f39;
  --gc-grid: #344650;
  --gc-grid-soft: #263640;
  --gc-text: #f5f8fb;
  --gc-muted: #9aa7b1;
  --gc-dim: #6f7d87;
  --gc-red: #d60812;
  --gc-red-dark: #9f0008;
  --gc-blue: #2387e8;
  --gc-teal: #009688;
  --gc-amber: #f5b945;
  --gc-shadow: rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--gc-bg);
  color: var(--gc-text);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

body.gc-shell-body {
  min-height: 100vh;
  overflow: hidden;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .45);
}

body.gc-login-body {
  display: grid;
  place-items: center;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 28%, rgba(214, 8, 18, .18), transparent 18rem),
    var(--gc-bg);
}

.gc-trader-workspace {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 14px;
  min-height: 0;
  padding: 18px;
  background: radial-gradient(circle at 78% 12%, rgba(35, 135, 232, .18), transparent 24rem), var(--gc-bg);
  pointer-events: auto;
}

.gc-trader-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  background: linear-gradient(135deg, rgba(32, 47, 57, .98), rgba(23, 34, 43, .98));
  border: 1px solid var(--gc-grid);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .24);
}

.gc-trader-hero h1 {
  margin: 2px 0 4px;
  font-size: 26px;
  line-height: 1;
}

.gc-trader-hero p {
  margin: 0;
  color: var(--gc-muted);
}

.gc-trader-home-link,
.gc-trader-release {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  color: #fff;
  background: linear-gradient(180deg, var(--gc-red), var(--gc-red-dark));
  border: 1px solid #6f0006;
  font-weight: 900;
  text-decoration: none;
}

.gc-trader-release:disabled,
.gc-trader-release.is-submitting,
.gc-trader-rfq-card:not(.has-live-quote) [data-gc-live-quote-action] {
  opacity: .48;
  cursor: not-allowed;
  pointer-events: none;
}

.gc-trader-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 14px;
  min-height: 0;
}

.gc-trader-queue,
.gc-trader-detail {
  min-height: 0;
  overflow: auto;
  background: rgba(17, 26, 33, .78);
  border: 1px solid var(--gc-grid);
}

.gc-trader-queue {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 12px;
}

.gc-trader-detail {
  padding: 12px;
}

.gc-trader-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--gc-muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gc-trader-section-head strong {
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 24px;
  color: #fff;
  background: var(--gc-red);
}

.gc-trader-rfq-card,
.gc-trader-empty {
  display: grid;
  gap: 12px;
  padding: 13px;
  background: linear-gradient(180deg, #22313b, #19252e);
  border: 1px solid var(--gc-grid);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .24);
}

.gc-trader-rfq-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.gc-trader-rfq-head p {
  margin: 0 0 3px;
  color: var(--gc-amber);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}

.gc-trader-rfq-head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
}

.gc-trader-rfq-head span {
  flex: 0 0 auto;
  padding: 4px 8px;
  color: #d8fffa;
  background: rgba(0, 150, 136, .22);
  border: 1px solid rgba(0, 150, 136, .46);
  font-size: 11px;
  font-weight: 950;
}

.gc-trader-rfq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.gc-trader-rfq-grid div,
.gc-trader-quote-form label {
  display: grid;
  gap: 3px;
}

.gc-trader-rfq-grid dt,
.gc-trader-quote-form span {
  color: var(--gc-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.gc-trader-rfq-grid dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-weight: 850;
}

.gc-trader-quote-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(220px, 1fr) minmax(180px, 1fr) auto;
  gap: 10px;
  align-items: end;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.gc-trader-quote-form input {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  color: #fff;
  background: #101920;
  border: 1px solid var(--gc-grid);
}

.gc-trader-validity {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.gc-trader-validity button {
  min-height: 36px;
  color: var(--gc-text);
  background: #263640;
  border: 1px solid var(--gc-grid);
  font-weight: 900;
}

.gc-trader-validity button.is-active {
  background: var(--gc-blue);
  border-color: #5bb1ff;
}

.gc-trader-detail ol {
  margin: 14px 0;
  padding-left: 20px;
  color: var(--gc-text);
}

.gc-trader-detail p,
.gc-trader-empty p {
  color: var(--gc-muted);
}

.gc-trader-history-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.gc-trader-history-card {
  display: grid;
  gap: 8px;
  padding: 10px;
  background: linear-gradient(180deg, #1e2c35, #16232b);
  border: 1px solid #263744;
}

.gc-trader-history-card header,
.gc-trader-history-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.gc-trader-history-card header span {
  color: var(--gc-amber);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
}

.gc-trader-history-card time,
.gc-trader-history-meta span {
  min-width: 0;
  overflow: hidden;
  color: var(--gc-muted);
  font-size: 11px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gc-trader-history-card > strong {
  overflow: hidden;
  color: #f5f8fb;
  font-size: 13px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gc-trader-history-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 8px;
  margin: 0;
}

.gc-trader-history-card dt {
  color: var(--gc-muted);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gc-trader-history-card dd {
  margin: 0;
  overflow: hidden;
  color: #d7e3ea;
  font-size: 12px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gc-trader-history-empty {
  margin: 12px 0 0;
  font-size: 12px;
  font-weight: 850;
}

@media (max-width: 1100px) {
  .gc-trader-layout,
  .gc-trader-quote-form {
    grid-template-columns: 1fr;
  }

  .gc-trader-rfq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gc-login-simple {
  display: grid;
  place-items: center;
  width: min(360px, calc(100vw - 48px));
  min-height: 180px;
}

.gc-login-note {
  margin: 0 0 16px;
  color: var(--gc-muted);
  font-weight: 800;
}

.gc-shell {
  display: grid;
  grid-template-columns: 0 minmax(0, 1fr);
  grid-template-rows: 52px 8px minmax(0, 1fr);
  height: 100vh;
  min-height: 0;
  background: var(--gc-bg);
  transition: grid-template-columns .22s ease;
}

.gc-shell.is-menu-open {
  grid-template-columns: 356px minmax(0, 1fr);
}

.gc-shell:has(#main .gc-ack-tile) {
  grid-template-columns: 0 minmax(0, 1fr) 420px;
}

.gc-shell.is-menu-open:has(#main .gc-ack-tile) {
  grid-template-columns: 356px minmax(0, 1fr) 420px;
}

.gc-shell-topbar {
  grid-column: 1 / -1;
  grid-row: 1;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: stretch;
  height: 52px;
  background: var(--gc-shell-topbar);
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid #0b1116;
  box-shadow: 0 2px 10px var(--gc-shadow);
}

.gc-shell-menu-button {
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #e20a15, var(--gc-red-dark));
  border: 0;
  border-right: 1px solid #650006;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
}

.gc-shell-menu-button:hover,
.gc-shell-menu-button:focus-visible {
  background: linear-gradient(180deg, #f10c18, #b8000b);
  outline: none;
}

.gc-shell-menu-icon,
.gc-shell-tab-icon,
.gc-shell-close-icon {
  position: relative;
  display: inline-block;
}

.gc-shell-menu-icon {
  width: 28px;
  height: 22px;
}

.gc-shell-menu-icon::before,
.gc-shell-menu-icon::after,
.gc-shell-menu-icon span {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 4px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .35);
}

.gc-shell-menu-icon::before { top: 0; }
.gc-shell-menu-icon span { top: 9px; }
.gc-shell-menu-icon::after { top: 18px; }

.gc-shell-tab,
.gc-shell-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  color: var(--gc-text);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.02em;
  border-right: 1px solid var(--gc-grid);
}

.gc-shell-brand {
  background: linear-gradient(180deg, #22303a, #1b2730);
}

.gc-shell-tab {
  background: var(--gc-shell-tab);
}

.gc-shell-tab.is-active {
  background: #17222b;
  box-shadow: inset 0 3px 0 #111820;
}

.gc-shell-tab-icon {
  width: 22px;
  height: 22px;
  border: 2px solid var(--gc-muted);
}

.gc-shell-tab-icon::before,
.gc-shell-tab-icon::after {
  content: "";
  position: absolute;
  background: var(--gc-muted);
}

.gc-shell-tab-icon::before {
  left: 6px;
  top: -2px;
  width: 2px;
  height: 22px;
}

.gc-shell-tab-icon::after {
  left: -2px;
  top: 7px;
  width: 22px;
  height: 2px;
}

.gc-shell-close-icon {
  margin-left: auto;
  width: 18px;
  height: 18px;
}

.gc-shell-close-icon::before,
.gc-shell-close-icon::after {
  content: "";
  position: absolute;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .45);
}

.gc-shell-close-icon::before,
.gc-shell-close-icon::after {
  left: 8px;
  top: 0;
  width: 3px;
  height: 18px;
}

.gc-shell-close-icon::before { transform: rotate(45deg); }
.gc-shell-close-icon::after { transform: rotate(-45deg); }

.gc-shell-titlebar {
  grid-column: 2;
  grid-row: 2;
  height: 8px;
  display: flex;
  align-items: center;
  padding: 0;
  background: transparent;
  border-bottom: 0;
}

.gc-shell-titlebar h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.gc-shell-main,
#main {
  grid-column: 2;
  grid-row: 3;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  pointer-events: none;
}

.gc-shell:has(#main .gc-ack-tile) .gc-shell-main,
.gc-shell:has(#main .gc-ack-tile) #main {
  grid-column: 2 / -1;
  grid-template-columns: minmax(0, 1fr) 330px;
}

#main > * {
  pointer-events: auto;
}

#main > .gc-home-overlay {
  pointer-events: none;
}

#main > .gc-home-overlay > .gc-bottom-pane,
#main > .gc-home-overlay > .gc-tile-rail {
  pointer-events: auto;
}

#instrument-workspace {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  height: auto;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-right: 0;
  transition: grid-template-columns 120ms ease;
}

.gc-shell:has(#main .gc-ack-tile) #instrument-workspace {
  grid-template-columns: minmax(0, 1fr);
}

#instrument-workspace #workspace-body {
  grid-column: 1;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.gc-workspace {
  grid-column: 1;
  display: grid;
  grid-template-rows: 1fr;
  min-width: 0;
  border-right: 1px solid #0d151b;
}

.gc-body-tabs {
  display: flex;
  min-width: 0;
  height: 100%;
  background: #1b2730;
  overflow: hidden;
}

.gc-body-tab {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 220px;
  height: 100%;
  padding: 0 16px;
  color: var(--gc-text);
  background: var(--gc-shell-tab);
  border: 0;
  border-right: 1px solid var(--gc-grid);
  border-radius: 0;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.02em;
  text-align: left;
  cursor: pointer;
}

.gc-body-tab:hover,
.gc-body-tab:focus-visible {
  background: #263946;
  outline: none;
}

.gc-body-tab.is-active {
  background: #17222b;
  box-shadow: inset 0 3px 0 #101820;
}

.gc-body-tab .gc-shell-close-icon {
  margin-left: auto;
}

.gc-tab-panels {
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

.gc-tab-panel {
  display: none;
  grid-template-rows: auto auto 1fr;
  height: 100%;
  min-height: 0;
  pointer-events: none;
}

.gc-tab-panel.is-active {
  display: grid;
  pointer-events: auto;
}

.gc-graphcentric-panel.is-active {
  display: block;
}

.gc-tab-panel.gc-graphcentric-panel:not(.is-active) {
  display: none;
}

.gc-trade-query-panel {
  grid-template-rows: auto auto minmax(0, 1fr);
}

.gc-placeholder-panel {
  place-items: center;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(35, 135, 232, .08), transparent 38%),
    #111a21;
}

.gc-searchbar {
  display: grid;
  grid-template-columns: minmax(110px, 150px) minmax(0, 1fr) 170px;
  gap: 14px;
  align-items: center;
  padding: 4px 12px 8px;
  background: #18232b;
  border-bottom: 1px solid var(--gc-grid);
}

.gc-searchbar label {
  color: var(--gc-muted);
  font-size: 12px;
  font-weight: 800;
}

.gc-searchbar input {
  width: 100%;
  height: 38px;
  min-width: 0;
  padding: 0 12px;
  color: var(--gc-text);
  background: #111a21;
  border: 1px solid var(--gc-grid);
  border-bottom-color: #526674;
  border-radius: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
}

.gc-searchbar input::placeholder {
  color: var(--gc-dim);
}

.gc-searchbar input:focus {
  border-color: var(--gc-blue);
  outline: none;
}

.gc-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  color: #fff;
  background: linear-gradient(180deg, #e30b17, #bf020d);
  border: 1px solid #750007;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 2px 8px rgba(0, 0, 0, .25);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.gc-filter-bar {
  display: flex;
  gap: 8px;
  margin-left: auto;
  padding: 8px 12px 4px;
  background: transparent;
}

.gc-enquiry-submit {
  height: 32px;
  padding: 0 12px;
  color: #fff;
  background: linear-gradient(180deg, #e30b17, #bf020d);
  border: 1px solid #750007;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: all 120ms ease;
}

.gc-enquiry-submit.is-disabled {
  color: var(--gc-muted);
  background: #111a21;
  border-color: var(--gc-grid);
  cursor: not-allowed;
}

.gc-enquiry-submit:not(.is-disabled):hover {
  filter: brightness(1.15);
}

.gc-enquiry-submit:not(.is-disabled):active {
  transform: translateY(1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.gc-ack-tile .gc-enquiry-submit {
  height: 38px;
  color: #fff;
  background: linear-gradient(180deg, #e30b17, #bf020d);
  border: 1px solid #750007;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 2px 8px rgba(0, 0, 0, .25);
  font-size: 14px;
  font-weight: 900;
}

.gc-rfq-limit-note {
  align-self: center;
  color: var(--gc-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
}

.gc-grid-shell {
  min-height: 0;
  overflow: auto;
  background: var(--gc-panel);
}

.gc-home-overlay {
  display: contents;
  min-width: 0;
  min-height: 0;
  pointer-events: none;
}

.gc-home-overlay > * {
  pointer-events: auto;
}

.gc-home-overlay .gc-tile-rail {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  width: 330px;
  min-height: 0;
  border-left: 0;
  overflow: hidden;
}

.gc-home-overlay .gc-tiles {
  height: 100%;
}

.gc-bottom-pane {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 2;
  z-index: 10;
  height: var(--gc-bottom-pane-height, 220px);
  min-height: 120px;
  max-height: calc(100vh - 60px);
  display: grid;
  grid-template-rows: 7px 30px minmax(0, 1fr);
  color: var(--gc-text);
  background: #111a21;
  border-top: 1px solid var(--gc-grid);
  box-shadow: 0 -10px 24px rgba(0, 0, 0, .35);
  pointer-events: auto;
}

.gc-bottom-pane-resizer {
  height: 7px;
  background: #1b2730;
  border-bottom: 1px solid var(--gc-grid);
  cursor: ns-resize;
}

.gc-bottom-pane-resizer.is-resizing,
.gc-shell:has(.gc-bottom-pane) .gc-bottom-pane-resizer:active {
  background: #243846;
}

.gc-bottom-pane-tabs {
  display: flex;
  min-width: 0;
  height: 30px;
  background: #18232b;
  border-bottom: 1px solid var(--gc-grid);
  user-select: none;
}

.gc-bottom-pane-tab {
  height: 100%;
  padding: 0 14px;
  color: var(--gc-muted);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--gc-grid);
  border-radius: 0;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  user-select: none;
}

.gc-bottom-pane-tab:hover,
.gc-bottom-pane-tab:focus-visible {
  color: #fff;
  background: #22313b;
  outline: none;
}

.gc-bottom-pane-tab.is-active {
  color: #fff;
  background: #22313b;
  box-shadow: inset 0 3px 0 #2fb0ff;
}

.gc-bottom-pane-body {
  min-height: 0;
  overflow: auto;
  padding: 12px;
}

.gc-bottom-pane-panel {
  display: none;
  min-height: 100%;
}

.gc-bottom-pane-panel.is-active {
  display: block;
}

.gc-bottom-pane-empty {
  margin: 0;
  color: var(--gc-muted);
  font-size: 12px;
  font-weight: 800;
}

.gc-activity-feed {
  display: grid;
  gap: 4px;
  min-width: 960px;
  font-size: 12px;
}

.gc-activity-row {
  display: grid;
  grid-template-columns: 190px 92px 110px 64px minmax(220px, 1fr) 58px 96px 140px 150px;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 0 8px;
  color: #d7e3ea;
  background: #172229;
  border: 1px solid #263744;
}

.gc-activity-button {
  width: 100%;
  border-radius: 0;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.gc-activity-button:hover,
.gc-activity-button:focus-visible,
.gc-activity-button.is-selected {
  outline: 0;
  background: #1d3440;
  border-color: rgba(47, 176, 255, .55);
}

.gc-activity-row > * {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gc-activity-head {
  min-height: 24px;
  color: #7f8e98;
  background: #101820;
  border-color: #22313b;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
}

.gc-activity-row time {
  color: #9fb0bb;
  font-variant-numeric: tabular-nums;
}

.gc-activity-enquiry-id {
  color: #c9d6de;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.gc-activity-row strong {
  color: #fff;
  font-weight: 900;
}

.gc-activity-type,
.gc-activity-state {
  justify-self: start;
  padding: 2px 7px;
  color: #d8fffa;
  background: rgba(24, 183, 167, .12);
  border: 1px solid rgba(110, 255, 241, .22);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .04em;
}

.gc-activity-counterparty {
  color: #d8fffa;
  font-weight: 850;
}

.gc-activity-counterparty.is-restricted {
  color: #7f8e98;
  font-size: 11px;
  letter-spacing: .08em;
}

.gc-activity-detail-panel {
  display: grid;
  gap: 12px;
  min-width: 860px;
  color: #d7e3ea;
}

.gc-detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  background: linear-gradient(90deg, #12242b, #172229);
  border: 1px solid #263744;
}

.gc-detail-head span,
.gc-detail-summary span {
  display: block;
  color: #7f8e98;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gc-detail-head strong {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.gc-detail-head em {
  padding: 3px 9px;
  color: #d8fffa;
  background: rgba(24, 183, 167, .12);
  border: 1px solid rgba(110, 255, 241, .22);
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.gc-confirmation-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 2px;
}

.gc-confirmation-actions span {
  color: var(--gc-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.gc-confirmation-button {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(46, 211, 170, .45);
  background: rgba(46, 211, 170, .12);
  color: #dffdf7;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.gc-confirmation-button:hover {
  background: rgba(46, 211, 170, .2);
}

.gc-mi-content {
  min-width: 0;
  padding: 0;
  overflow: visible;
}

.gc-mi-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 28px;
  margin: 0 0 6px;
  padding: 0 8px;
  background: #101820;
  border: 1px solid #22313b;
}

.gc-mi-header .gc-kicker {
  margin: 0;
  color: #7f8e98;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gc-mi-header h2 {
  margin: 0;
  color: #d7e3ea;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gc-mi-header > span {
  color: var(--gc-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gc-mi-kpis {
  display: grid;
  grid-template-columns: repeat(6, minmax(92px, 1fr));
  gap: 4px;
  min-width: 0;
  margin-bottom: 6px;
}

.gc-mi-kpis > div,
.gc-mi-card {
  min-width: 0;
  background: #172229;
  border: 1px solid #263744;
}

.gc-mi-kpis > div {
  min-height: 38px;
  padding: 5px 8px;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.gc-mi-kpis span {
  display: block;
  color: #7f8e98;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gc-mi-kpis strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.2;
  transition: color .18s ease, opacity .18s ease, transform .18s ease;
}

.gc-mi-kpis > div.is-refreshing {
  background: #1f3139;
  border-color: rgba(47, 176, 255, .62);
  box-shadow: 0 0 0 2px rgba(47, 176, 255, .12), inset 0 2px 0 rgba(47, 176, 255, .38);
  transform: translateY(-1px);
}

.gc-mi-kpis > div.is-refreshing strong {
  color: #d8fffa;
  transform: translateY(-1px);
}

.gc-mi-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  min-width: 0;
}

.gc-mi-card {
  min-height: 154px;
  overflow: hidden;
  padding: 7px;
}

.gc-mi-card h3 {
  margin: 0 0 5px;
  color: #7f8e98;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gc-mi-chart-frame {
  position: relative;
  width: 100%;
  height: 120px;
  min-width: 0;
  overflow: hidden;
}

.gc-mi-chart-frame canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 960px) {
  .gc-mi-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gc-mi-grid { grid-template-columns: 1fr; }
}

.gc-detail-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 6px;
}

.gc-detail-summary > div {
  min-width: 0;
  padding: 8px;
  background: #172229;
  border: 1px solid #263744;
}

.gc-detail-summary strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gc-provenance-layout {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(360px, 1.1fr);
  gap: 12px;
  align-items: start;
}

.gc-provenance-graph {
  min-height: 250px;
  overflow-x: auto;
  background: #101820;
  border: 1px solid #263744;
}

.gc-provenance-graph svg {
  width: 100%;
  min-width: 760px;
  height: 250px;
}

.gc-prov-edge {
  stroke: #6e8192;
  stroke-width: 2;
}

.gc-prov-node text {
  fill: #081016;
  font-size: 12px;
  font-weight: 950;
  pointer-events: none;
  text-transform: uppercase;
}

.gc-prov-node-status {
  font-size: 11px;
}

.gc-provenance-timeline {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gc-provenance-event {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  padding: 8px;
  background: #172229;
  border: 1px solid #263744;
}

.gc-provenance-dot {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-radius: 50%;
  background: #5aa7ff;
}

.gc-provenance-MET,
.gc-provenance-DONE { background: #2ed3aa; }

.gc-provenance-MISSED,
.gc-provenance-EXPIRED { background: #ef6b5b; }

.gc-provenance-PENDING { background: #e6b84a; }

.gc-provenance-event header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.gc-provenance-event header strong {
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.gc-provenance-event header em {
  color: #9fb0bb;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

.gc-provenance-event p {
  margin: 2px 0 6px;
  color: #9fb0bb;
  font-size: 11px;
  font-weight: 750;
}

.gc-provenance-event dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 10px;
  margin: 0;
  font-size: 11px;
}

.gc-provenance-event div div {
  min-width: 0;
}

.gc-provenance-event dt {
  color: #7f8e98;
  font-weight: 950;
  text-transform: uppercase;
}

.gc-provenance-event dd {
  margin: 0;
  overflow: hidden;
  color: #d7e3ea;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gc-shell:has(#main .gc-ack-tile) .gc-grid-shell {
  max-width: 100%;
}

.gc-grid-shell.is-resizing,
.gc-grid-shell.is-resizing * {
  cursor: col-resize;
  user-select: none;
}

.gc-grid {
  width: 100%;
  min-width: 930px;
  overflow: hidden;
  background: var(--gc-panel);
}

.gc-grid-row,
.gc-grid-header-row {
  display: grid;
  width: 100%;
  grid-template-columns: 150px 180px 120px 160px 80px minmax(260px, 1fr) 90px 110px 95px;
}

.gc-grid-header-row {
  position: sticky;
  top: 0;
  z-index: 2;
  color: var(--gc-muted);
  background: #1e2b34;
  font-weight: 900;
}

.gc-grid-header-cell {
  position: relative;
  padding-right: 18px;
}

.gc-grid-header-cell.sortable {
  cursor: pointer;
}

.gc-grid-header-cell.sortable:hover {
  background: rgba(151, 183, 197, .15);
}

.gc-sort-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 900;
  color: var(--gc-muted);
  opacity: 0.3;
}

.gc-grid-header-cell.is-active-sort .gc-sort-icon {
  opacity: 1;
  color: #fff;
}

.gc-grid-resizer {
  position: absolute;
  top: 0;
  right: -4px;
  z-index: 2;
  width: 8px;
  height: 100%;
  cursor: col-resize;
  touch-action: none;
}

.gc-grid-resizer::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 3px;
  bottom: 7px;
  width: 1px;
  background: rgba(151, 183, 197, .28);
}

.gc-grid-resizer:hover::after,
.gc-grid-shell.is-resizing .gc-grid-resizer::after {
  width: 2px;
  background: #2fb0ff;
  box-shadow: 0 0 8px rgba(47, 176, 255, .45);
}

.gc-grid-cell {
  min-width: 0;
  padding: 11px 12px;
  border-right: 1px solid var(--gc-grid);
  border-bottom: 1px solid var(--gc-grid-soft);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
}

.gc-grid-row.is-selected {
  background: linear-gradient(180deg, #2d9af5, #237fda);
}

.gc-grid-action-row {
  cursor: pointer;
}

.gc-grid-action-row:hover {
  background: #243846;
}

.gc-panel {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(35, 135, 232, .08), transparent 38%),
    #111a21;
}

.gc-card {
  width: min(440px, 100%);
  background: linear-gradient(180deg, #22313b, #17222b);
  border: 1px solid var(--gc-grid);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .42);
}

.gc-card-head {
  padding: 14px 16px;
  background: var(--gc-teal);
  color: #eafffb;
  font-size: 18px;
  font-weight: 900;
}

.gc-card-body {
  padding: 22px;
}

.gc-kicker {
  margin: 0 0 8px;
  color: var(--gc-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gc-card h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.gc-graphcentric-panel {
  display: block;
  min-height: 100%;
  overflow: auto;
  padding: 18px;
  background: #111a21;
  background-image: none;
}

.gc-graphcentric-canvas {
  display: grid;
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.gc-union-stage,
.gc-scope-card,
.gc-proof-strip article,
.gc-read-scope-stage,
.gc-policy-arm,
.gc-policy-output,
.gc-iris-proof-strip article {
  background:
    linear-gradient(180deg, rgba(34, 49, 59, .96), rgba(16, 28, 37, .96)),
    #16232c;
  border: 1px solid rgba(103, 209, 230, .22);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .34);
}

.gc-union-stage {
  position: relative;
  overflow: hidden;
  padding: 18px;
  min-height: 0;
}

.gc-union-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, black, transparent 82%);
}

.gc-union-stage > * {
  position: relative;
}

.gc-union-stage header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.gc-union-stage h2,
.gc-scope-card h2 {
  margin: 0;
  color: #f6fffd;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.gc-union-formula {
  flex: 0 0 auto;
  padding: 10px 12px;
  color: #9eece0;
  background: rgba(5, 12, 17, .7);
  border: 1px solid rgba(46, 211, 170, .32);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
}

.gc-union-diagram {
  min-height: 235px;
  margin: 10px 0 16px;
  border: 1px solid rgba(92, 169, 195, .16);
  background: radial-gradient(circle at 50% 45%, rgba(74, 184, 255, .09), transparent 52%);
}

.gc-union-diagram svg {
  display: block;
  width: 100%;
  height: auto;
}

.gc-union-svg-frame {
  fill: rgba(7, 15, 21, .44);
  stroke: rgba(103, 209, 230, .16);
}

.gc-union-flow-shadow {
  fill: none;
  stroke: rgba(46, 211, 170, .24);
  stroke-width: 12;
  filter: url(#gc-union-glow);
}

.gc-union-flow {
  fill: none;
  stroke: url(#gc-union-flow-gradient);
  stroke-width: 3;
  stroke-dasharray: 8 9;
}

.gc-union-flow-label {
  fill: #9db6c3;
  font-size: 12px;
  font-weight: 800;
  text-anchor: middle;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gc-union-node-halo {
  fill: rgba(46, 211, 170, .09);
  stroke: rgba(235, 255, 250, .18);
  stroke-width: 1;
}

.gc-union-node.is-private .gc-union-node-halo { fill: rgba(74, 184, 255, .11); }
.gc-union-node.is-result .gc-union-node-halo { fill: rgba(242, 211, 107, .13); }

.gc-union-node-box {
  fill: rgba(19, 34, 43, .96);
  stroke: rgba(46, 211, 170, .46);
  stroke-width: 1.5;
}

.gc-union-node.is-private .gc-union-node-box { stroke: rgba(74, 184, 255, .52); }
.gc-union-node.is-result .gc-union-node-box { stroke: rgba(242, 211, 107, .62); }

.gc-union-node-label {
  fill: #f5fffd;
  font-size: 13px;
  font-weight: 900;
}

.gc-union-node-sub {
  fill: #9fb0ba;
  font-size: 12px;
  font-weight: 700;
}

.gc-union-operator {
  fill: #f2d36b;
  font-size: 42px;
  font-weight: 900;
  text-anchor: middle;
}

.gc-union-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.gc-union-card {
  padding: 14px;
  background: rgba(9, 19, 26, .78);
  border: 1px solid rgba(103, 209, 230, .18);
}

.gc-union-card.is-shared { border-color: rgba(46, 211, 170, .36); }
.gc-union-card.is-private { border-color: rgba(74, 184, 255, .36); }
.gc-union-card.is-result { border-color: rgba(242, 211, 107, .42); }

.gc-union-card span,
.gc-proof-strip span,
.gc-iris-proof-strip span {
  display: block;
  margin-bottom: 6px;
  color: var(--gc-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gc-union-card strong,
.gc-proof-strip strong,
.gc-iris-proof-strip strong {
  display: block;
  color: #f4fffd;
  font-size: 16px;
  line-height: 1.1;
}

.gc-union-card ul {
  display: grid;
  gap: 4px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  color: #c7d2d8;
  font-size: 13px;
}

.gc-union-symbol {
  align-self: center;
  color: #f2d36b;
  font-size: 30px;
  font-weight: 900;
}

.gc-scope-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: 18px;
}

.gc-scope-card h2 {
  max-width: 760px;
}

.gc-scope-card {
  padding: 18px;
  min-height: 0;
}

.gc-read-matrix {
  display: grid;
  grid-template-columns: minmax(120px, .7fr) minmax(0, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.gc-read-user,
.gc-read-graph {
  min-height: 58px;
  padding: 10px 12px;
  background: rgba(9, 18, 25, .78);
  border: 1px solid rgba(103, 209, 230, .18);
}

.gc-read-user {
  display: grid;
  align-content: center;
  border-color: rgba(46, 211, 170, .36);
}

.gc-read-user.is-chris { border-color: rgba(74, 184, 255, .4); }

.gc-read-user strong,
.gc-read-graph strong {
  display: block;
  color: #f5fffd;
  font-size: 15px;
}

.gc-read-user span,
.gc-read-graph span {
  display: block;
  margin-top: 4px;
  color: #98aab4;
  font-size: 12px;
}

.gc-read-graph.is-allowed {
  box-shadow: inset 4px 0 0 #2ed3aa;
}

.gc-read-graph.is-blocked {
  opacity: .62;
  box-shadow: inset 4px 0 0 #ef6b5b;
}

.gc-update-steps {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: gc-update-step;
}

.gc-update-steps li {
  position: relative;
  padding: 10px 12px 10px 46px;
  background: rgba(9, 18, 25, .74);
  border: 1px solid rgba(103, 209, 230, .16);
  counter-increment: gc-update-step;
}

.gc-update-steps li::before {
  content: counter(gc-update-step);
  position: absolute;
  left: 12px;
  top: 10px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #071219;
  background: #2ed3aa;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.gc-update-steps span {
  display: block;
  color: #8ee9dc;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
}

.gc-update-steps strong {
  display: block;
  margin-top: 3px;
  color: #edf8fb;
  font-size: 13px;
}

.gc-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gc-proof-strip article {
  padding: 18px;
}

.gc-proof-strip p {
  margin: 10px 0 0;
  color: #afbec7;
  font-size: 14px;
  line-height: 1.35;
}

.gc-read-scope-stage {
  position: relative;
  overflow: hidden;
  padding: 18px;
}

.gc-read-scope-stage header {
  display: grid;
  gap: 8px;
  max-width: 920px;
  margin-bottom: 18px;
}

.gc-read-scope-stage h2 {
  margin: 0;
  color: #f6fffd;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.04;
  letter-spacing: -.05em;
}

.gc-read-scope-stage p,
.gc-policy-arm p,
.gc-policy-output p,
.gc-iris-proof-strip p {
  margin: 0;
  color: #afbec7;
  font-size: 14px;
  line-height: 1.38;
}

.gc-read-scope-matrix {
  display: grid;
  grid-template-columns: minmax(130px, .8fr) repeat(5, minmax(108px, 1fr));
  gap: 1px;
  overflow: auto;
  border: 1px solid rgba(103, 209, 230, .18);
  background: rgba(103, 209, 230, .18);
}

.gc-read-scope-cell {
  min-height: 58px;
  display: grid;
  align-items: center;
  padding: 10px 12px;
  background: rgba(9, 18, 25, .82);
  color: #c7d2d8;
  font-size: 13px;
  font-weight: 800;
}

.gc-read-scope-cell.is-head {
  color: #8ee9dc;
  background: rgba(5, 12, 17, .92);
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.gc-read-scope-cell.is-context {
  color: #f5fffd;
  background: rgba(15, 32, 42, .94);
}

.gc-read-scope-cell.is-yes {
  color: #a8fff1;
  box-shadow: inset 0 -3px 0 rgba(46, 211, 170, .62);
}

.gc-read-scope-cell.is-no {
  color: #eab2aa;
  box-shadow: inset 0 -3px 0 rgba(239, 107, 91, .62);
}

.gc-policy-arms {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.gc-policy-arm,
.gc-policy-output {
  padding: 16px;
  border-color: rgba(103, 209, 230, .2);
}

.gc-policy-arm {
  position: relative;
  display: grid;
  gap: 9px;
}

.gc-policy-arm > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #071219;
  background: #2ed3aa;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.gc-policy-arm.is-team > span { background: #4ab8ff; }
.gc-policy-arm.is-policy > span { background: #f2d36b; }
.gc-policy-arm.is-private > span { background: #b38cff; }

.gc-policy-arm h3 {
  margin: 0;
  color: #f4fffd;
  font-size: 17px;
  line-height: 1.1;
}

.gc-policy-arm code,
.gc-policy-output code {
  color: #9eece0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  white-space: normal;
}

.gc-policy-output {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-color: rgba(242, 211, 107, .38);
  background:
    linear-gradient(90deg, rgba(46, 211, 170, .12), rgba(242, 211, 107, .1)),
    rgba(9, 18, 25, .86);
}

.gc-policy-output strong {
  color: #f8f2c9;
  font-size: 20px;
  letter-spacing: -.03em;
}

.gc-iris-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gc-iris-proof-strip article {
  padding: 18px;
}

@media (max-width: 980px) {
  .gc-union-stage header,
  .gc-scope-grid,
  .gc-proof-strip,
  .gc-policy-arms,
  .gc-iris-proof-strip {
    grid-template-columns: 1fr;
  }

  .gc-policy-output {
    display: grid;
  }

  .gc-union-stage header {
    display: grid;
  }

  .gc-union-cards {
    grid-template-columns: 1fr;
  }

  .gc-union-symbol {
    justify-self: center;
  }
}

@media (max-width: 700px) {
  .gc-graphcentric-panel {
    padding: 12px;
  }

  .gc-union-stage,
  .gc-scope-card,
  .gc-proof-strip article,
  .gc-read-scope-stage,
  .gc-policy-arm,
  .gc-policy-output,
  .gc-iris-proof-strip article {
    padding: 14px;
  }

  .gc-read-matrix {
    grid-template-columns: 1fr;
  }
}

.gc-copy {
  margin: 0 0 22px;
  color: #c4ccd3;
  font-size: 15px;
}

.gc-login-button,
.gc-secondary-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
}

.gc-login-button {
  background: linear-gradient(180deg, #e30b17, #b9000b);
  border: 1px solid #750007;
}

.gc-secondary-button {
  margin-top: 10px;
  background: #263946;
  border: 1px solid var(--gc-grid);
}

.gc-login-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--gc-grid);
}

.gc-login-meta-label {
  display: block;
  color: var(--gc-muted);
  font-weight: 800;
}

.gc-login-meta-value {
  display: block;
  color: var(--gc-text);
  font-size: 17px;
  font-weight: 900;
}

.gc-tile-rail {
  grid-column: 3;
  background: transparent;
  border-left: 0;
  min-width: 0;
  overflow: hidden;
  padding-left: 12px;
}

.gc-tile-rail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  padding: 8px 12px;
  background: var(--gc-teal);
  color: #eafffb;
  font-size: 13px;
  font-weight: 900;
}

.gc-tiles {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  overflow: auto;
  padding: 10px;
}

.gc-tile-rail .gc-tiles {
  padding-left: 0;
}

.gc-tile {
  display: grid;
  overflow: hidden;
  background: linear-gradient(180deg, #22313b, #19252e);
  border: 1px solid var(--gc-grid);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 8px 18px rgba(0, 0, 0, .2);
}

.gc-ack-tile {
  overflow: visible;
  background: #1a232b;
  border-color: #0d171d;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .03);
}

.gc-ack-titlebar {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 24px;
  gap: 8px;
  align-items: center;
  min-height: 32px;
  padding: 5px 9px;
  color: #eafffb;
  background: linear-gradient(180deg, #009b91, #087a74);
  border-bottom: 1px solid #064f4c;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.gc-ack-check {
  position: relative;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid #d8fffa;
  border-radius: 50%;
  box-sizing: border-box;
}

.gc-ack-check::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #d8fffa;
  border-width: 0 2px 2px 0;
  transform: translateY(-1px) rotate(45deg);
}

.gc-ack-icon-draft::after {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 50%;
  background: #d8fffa;
  transform: none;
  opacity: .74;
}

.gc-ack-icon-pending {
  border-color: rgba(216, 255, 250, .55);
}

.gc-ack-icon-pending::after {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 50%;
  background: #d8fffa;
  box-shadow: 0 0 0 0 rgba(216, 255, 250, .62);
  transform: none;
  animation: gc-ack-pending-pulse 1.15s ease-in-out infinite;
}

.gc-ack-icon-ended {
  border-color: rgba(255, 209, 102, .86);
}

.gc-ack-icon-ended::after {
  width: 2px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: #ffd166;
  box-shadow: 0 6px 0 -1px #ffd166;
  transform: translateY(-3px);
}

.gc-ack-icon-cross {
  border-color: #d8fffa;
}

.gc-ack-icon-cross::before,
.gc-ack-icon-cross::after {
  content: "";
  grid-area: 1 / 1;
  display: block;
  width: 10px;
  height: 2px;
  border: 0;
  border-radius: 999px;
  background: #d8fffa;
  box-shadow: none;
}

.gc-ack-icon-cross::before {
  transform: rotate(45deg);
}

.gc-ack-icon-cross::after {
  transform: rotate(-45deg);
}

.gc-ack-icon-done::after,
.gc-ack-check:not(.gc-ack-icon-draft):not(.gc-ack-icon-pending):not(.gc-ack-icon-ended):not(.gc-ack-icon-cross)::after {
  width: 6px;
  height: 10px;
  border: solid #d8fffa;
  border-width: 0 2px 2px 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(-1px) rotate(45deg);
}

@keyframes gc-ack-pending-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(216, 255, 250, .52); opacity: .82; }
  50% { box-shadow: 0 0 0 5px rgba(216, 255, 250, 0); opacity: 1; }
}

.gc-ack-close {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  color: rgba(222, 255, 250, .62);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.gc-ack-close:hover,
.gc-ack-close:focus-visible {
  color: #fff;
  outline: none;
}

.gc-rfq-close {
  display: none;
}

.gc-rfq-close.is-server-dismissible,
.gc-tile.has-expired-quote .gc-rfq-close.gc-expired-state-close {
  display: grid;
}

.gc-ack-body {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  padding: 9px 10px 10px;
  background: #1a232b;
}

.gc-enquiry-body {
  gap: 8px 10px;
}

.gc-ack-field {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.gc-ack-field-wide {
  grid-column: 1 / -1;
}

.gc-ack-field span {
  color: #9ea9b3;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.1;
  text-transform: uppercase;
}

.gc-ack-field strong {
  min-width: 0;
  color: #f8fbff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: -.01em;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .72);
}

.gc-ack-activity {
  gap: 5px;
}

.gc-ack-activity-bar {
  position: relative;
  overflow: hidden;
  height: 5px;
  border-radius: 999px;
  background: rgba(8, 122, 116, .28);
  box-shadow: inset 0 0 0 1px rgba(216, 255, 250, .08);
}

.gc-ack-activity-bar i {
  position: absolute;
  inset: 0 auto 0 -45%;
  width: 45%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(216, 255, 250, .88), transparent);
  animation: gc-ack-activity 1.35s ease-in-out infinite;
}

@keyframes gc-ack-activity {
  0% { transform: translateX(0); }
  100% { transform: translateX(325%); }
}

.gc-enquiry-control {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.gc-enquiry-control-wide,
.gc-enquiry-actions,
.gc-enquiry-mode,
.gc-enquiry-submit {
  grid-column: 1 / -1;
}

.gc-enquiry-control > label,
.gc-enquiry-control > span {
  color: #9ea9b3;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.1;
  text-transform: uppercase;
}

.gc-enquiry-control input,
.gc-enquiry-control textarea {
  width: 100%;
  min-width: 0;
  padding: 6px 8px;
  color: #f8fbff;
  background: #111a21;
  border: 1px solid #344650;
  border-bottom-color: #60717b;
  border-radius: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
}

.gc-enquiry-control textarea {
  resize: vertical;
}

.gc-enquiry-control input:focus,
.gc-enquiry-control textarea:focus {
  border-color: #21b7ae;
  outline: none;
}

.gc-counterparty-control {
  position: relative;
  z-index: 4;
  margin-top: 1px;
}

.gc-counterparty-control > label {
  display: grid;
  gap: 4px;
}

.gc-counterparty-control > label > span {
  color: #9ea9b3;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.1;
  text-transform: uppercase;
}

.gc-counterparty-options {
  display: none;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
  z-index: 20;
  gap: 3px;
  max-height: 150px;
  margin-top: 0;
  overflow-y: auto;
  padding: 4px;
  background: #101920;
  border: 1px solid #2b3d47;
}

.gc-counterparty-control:focus-within .gc-counterparty-options {
  display: grid;
}

.gc-counterparty-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 4px;
  align-items: center;
  min-height: 28px;
  padding: 0;
  color: #d7e3ea;
  background: #1b2933;
  border: 1px solid #334751;
  border-radius: 0;
  font: inherit;
  text-align: left;
}

.gc-counterparty-option:hover,
.gc-counterparty-option:focus-within {
  color: #061615;
  background: #18b7a7;
  border-color: #6efff1;
  outline: none;
}

.gc-counterparty-option-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-width: 0;
  min-height: 28px;
  padding: 5px 7px;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

.gc-counterparty-option-main:focus-visible,
.gc-counterparty-favourite:focus-visible {
  outline: 1px solid #c9fff8;
  outline-offset: -2px;
}

.gc-counterparty-option-main span {
  min-width: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gc-counterparty-option-main strong {
  color: inherit;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
}

.gc-counterparty-favourite {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: inherit;
  background: transparent;
  border: 0;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.gc-validation-hint {
  display: block;
  margin: 3px 0 0;
  color: #ffb3b8;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .02em;
}

.gc-enquiry-control.is-invalid input {
  border-color: #e34a55;
}

.gc-side-toggle,
.gc-enquiry-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.gc-side-toggle button,
.gc-enquiry-action,
.gc-enquiry-submit {
  min-height: 31px;
  color: #d7e3ea;
  background: #243440;
  border: 1px solid #3a4d58;
  border-radius: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .07em;
  cursor: pointer;
}

.gc-side-toggle button.is-active {
  color: #061615;
  background: #18b7a7;
  border-color: #6efff1;
  text-shadow: none;
}

.gc-enquiry-actions-primary {
  order: -1;
}

.gc-enquiry-action.is-active {
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28), 0 0 0 1px rgba(255, 255, 255, .08);
}

.gc-enquiry-rfq {
  background: #243440;
  border-color: #3a4d58;
}

.gc-enquiry-order {
  background: #243440;
  border-color: #3a4d58;
}

.gc-enquiry-rfq.is-active {
  color: #061615;
  background: #18b7a7;
  border-color: #6efff1;
  text-shadow: none;
}

.gc-enquiry-order.is-active {
  color: #fff;
  background: #d80a15;
  border-color: #ff4b53;
}

.gc-enquiry-submit {
  margin-top: 1px;
  color: #d7e3ea;
  background: #243440;
  border-color: #3a4d58;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .45);
}

.gc-quote-decision-actions {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.gc-quote-decision-actions button {
  min-height: 32px;
  border: 1px solid;
  font: inherit;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  color: #7c8890;
  background: #172229;
  border-color: #2b3c46;
  cursor: not-allowed;
  filter: none;
  pointer-events: none;
}

.gc-tile.has-live-quote .gc-quote-decision-actions button {
  cursor: pointer;
  pointer-events: auto;
}

.gc-tile.has-live-quote .gc-quote-accept {
  color: #061615;
  background: #18b7a7;
  border-color: #6efff1;
}

.gc-tile.has-live-quote .gc-quote-pass {
  color: #fff;
  background: #8f131c;
  border-color: #e34a55;
}

.gc-tile.has-live-quote .gc-quote-decision-actions button:hover {
  filter: brightness(1.12);
}

.gc-quote-countdown-field {
  position: relative;
  overflow: hidden;
}

.gc-quote-countdown {
  color: #d8fffa;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}

.gc-quote-countdown.is-expired {
  color: #ff6c74;
}

.gc-quote-countdown.is-warning {
  color: #ffd166;
}

.gc-quote-validity-bar {
  position: relative;
  overflow: hidden;
  height: 5px;
  margin-top: 3px;
  border-radius: 999px;
  background: rgba(8, 122, 116, .24);
  box-shadow: inset 0 0 0 1px rgba(216, 255, 250, .08);
}

.gc-quote-validity-bar i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--gc-quote-progress, 0%);
  border-radius: inherit;
  background: linear-gradient(90deg, #18b7a7, #6efff1);
  transition: width 250ms linear, background 160ms ease;
}

.gc-quote-countdown-field.is-warning .gc-quote-validity-bar {
  background: rgba(255, 209, 102, .18);
}

.gc-quote-countdown-field.is-warning .gc-quote-validity-bar i {
  background: linear-gradient(90deg, #d98718, #ffd166);
}

.gc-quote-countdown-field.is-expired .gc-quote-validity-bar {
  background: rgba(255, 108, 116, .16);
}

.gc-quote-countdown-field.is-expired .gc-quote-validity-bar i {
  background: #ff6c74;
}

.gc-tile.has-expired-quote .gc-quote-decision-actions button,
.gc-tile:not(.has-live-quote) [data-gc-live-quote-action],
[data-gc-deadline-action]:disabled,
.gc-quote-decision-actions button:disabled {
  color: #7c8890;
  background: #172229;
  border-color: #2b3c46;
  cursor: not-allowed;
  filter: none;
  pointer-events: none;
}

.gc-enquiry-mode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 28px;
  padding: 5px 8px;
  color: #9ea9b3;
  background: #121d24;
  border: 1px solid #293943;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .055em;
}

.gc-enquiry-mode strong {
  color: #f5b945;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .72);
}

.gc-tile-empty p {
  margin: 0;
  color: var(--gc-muted);
  font-size: 13px;
  font-weight: 800;
}

.gc-tile-body {
  display: grid;
  gap: 8px;
  padding: 11px 12px;
}

.gc-tile.is-active {
  border-color: #21b7ae;
  box-shadow: inset 3px 0 0 #10a69b, 0 10px 22px rgba(0, 0, 0, .28);
}

.gc-tile-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gc-tile h2 {
  margin: 0;
  color: var(--gc-text);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.gc-tile-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 12px;
}

.gc-tile-grid span {
  color: var(--gc-muted);
  font-size: 11px;
  font-weight: 800;
}

.gc-tile-grid strong {
  color: var(--gc-text);
  font-size: 12px;
  font-weight: 900;
  text-align: right;
}

.gc-tile-foot {
  color: var(--gc-dim);
  font-size: 11px;
  font-weight: 800;
}

.gc-status {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 3px 10px;
  color: #231500;
  background: var(--gc-amber);
  border: 1px solid #1e1706;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  text-shadow: none;
}

.gc-shell-menu {
  grid-column: 1;
  grid-row: 2 / 4;
  min-width: 0;
  overflow: hidden;
  background: #172029;
  border-right: 1px solid rgba(255, 255, 255, .06);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .45);
  color: #f6f8fb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .65);
}

.gc-shell-menu-inner {
  width: 356px;
  max-width: none;
  min-height: 100%;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(-100%);
  transition: transform .22s ease;
}

.gc-shell.is-menu-open .gc-shell-menu-inner {
  pointer-events: auto;
  transform: translateX(0);
}

.gc-shell-menu-callout {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr 24px;
  gap: 12px;
  align-items: start;
  margin: 6px;
  padding: 18px 14px;
  background: linear-gradient(180deg, #25313c, #202a33);
  border: 1px solid rgba(255, 255, 255, .05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .25);
}

.gc-shell-menu-info {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-top: 12px;
  color: var(--gc-text);
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 800;
  font-family: Georgia, serif;
  line-height: 1;
}

.gc-shell-menu-callout h2 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.05;
}

.gc-shell-menu-callout p {
  margin: 0 0 12px;
  color: #d5dce3;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
}

.gc-shell-menu-button-link {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 14px;
  color: #fff;
  background: linear-gradient(180deg, #4b5b69, #354451);
  border: 1px solid rgba(255, 255, 255, .06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.gc-shell-menu-callout .delete {
  justify-self: end;
  margin-top: -4px;
}

.gc-shell-menu-section {
  padding: 16px 0 14px;
  border-top: 0;
}

.gc-shell-menu-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px 10px;
  white-space: nowrap;
}

.gc-shell-menu-section-head h3 {
  margin: 0;
  min-width: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.gc-shell-menu-section-head a {
  flex: 0 0 auto;
  color: #9aa4ad;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.gc-shell-menu-nav {
  display: grid;
}

.gc-shell-menu-nav a,
.gc-shell-menu-workspaces a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 24px;
  padding: 4px 12px;
  color: var(--gc-text);
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
}

.gc-shell-menu-nav a span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gc-shell-menu-nav a span:last-child {
  white-space: nowrap;
  color: #8d96a1;
  font-size: 11px;
  font-weight: 750;
}

.gc-shell-menu-nav a:hover,
.gc-shell-menu-nav a.is-active,
.gc-shell-menu-workspaces a:hover {
  background: #2b8eea;
  color: #fff;
}

.gc-shell-menu-nav a:hover span:last-child,
.gc-shell-menu-nav a.is-active span:last-child {
  color: #cceaff;
}

.gc-shell-menu-searches {
  display: grid;
  gap: 3px;
  padding: 0 12px;
}

.gc-shell-menu-searches a {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  min-height: 28px;
  color: #f3f6fa;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.gc-shell-menu-search-icon {
  position: relative;
  width: 14px;
  height: 14px;
  border: 2px solid #c6ced6;
  border-radius: 50%;
}

.gc-shell-menu-search-icon::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  background: #c6ced6;
  transform: rotate(45deg);
}

.gc-shell-menu-searches a:hover {
  color: #9fd4ff;
}

.gc-shell-menu-workspaces {
  display: grid;
}

/* Compact trading-workstation density. */
.gc-shell {
  grid-template-columns: 0 minmax(0, 1fr);
  grid-template-rows: 42px 8px 1fr;
}

.gc-shell.is-menu-open {
  grid-template-columns: 356px minmax(0, 1fr);
}

.gc-shell:has(#main .gc-ack-tile) {
  grid-template-columns: 0 minmax(0, 1fr) 330px;
}

.gc-shell.is-menu-open:has(#main .gc-ack-tile) {
  grid-template-columns: 356px minmax(0, 1fr) 330px;
}

.gc-shell-topbar {
  grid-template-columns: 48px minmax(0, 1fr);
  height: 42px;
}

.gc-shell-tab,
.gc-shell-brand,
.gc-body-tab {
  gap: 7px;
  padding: 0 10px;
  font-size: 13px;
}

.gc-body-tab {
  min-width: 190px;
  font-size: 13px;
}

.gc-shell-menu-icon {
  width: 22px;
  height: 16px;
}

.gc-shell-menu-icon::before,
.gc-shell-menu-icon::after,
.gc-shell-menu-icon span {
  width: 22px;
  height: 3px;
}

.gc-shell-menu-icon span { top: 7px; }
.gc-shell-menu-icon::after { top: 14px; }

.gc-shell-tab-icon {
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.gc-shell-tab-icon::before {
  left: 5px;
  top: -1px;
  height: 16px;
}

.gc-shell-tab-icon::after {
  left: -1px;
  top: 5px;
  width: 16px;
}

.gc-shell-close-icon {
  width: 14px;
  height: 14px;
}

.gc-shell-close-icon::before,
.gc-shell-close-icon::after {
  left: 6px;
  height: 14px;
  width: 2px;
}

.gc-shell-titlebar h1 {
  font-size: 15px;
}

.gc-shell-main,
#main {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  height: 100%;
}

.gc-shell:has(#main .gc-ack-tile) .gc-shell-main,
.gc-shell:has(#main .gc-ack-tile) #main {
  grid-column: 2 / -1;
  grid-template-columns: minmax(0, 1fr) 330px;
}

#instrument-workspace {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-right: 0;
  transition: grid-template-columns 120ms ease;
}

.gc-shell:has(#main .gc-ack-tile) #instrument-workspace {
  grid-template-columns: minmax(0, 1fr);
}

.gc-searchbar {
  grid-template-columns: 92px minmax(0, 1fr) 126px;
  gap: 10px;
  padding: 7px 10px 8px;
}

.gc-searchbar label {
  font-size: 11px;
}

.gc-searchbar input {
  height: 30px;
  font-size: 12px;
  font-weight: 800;
}

.gc-search-button {
  height: 30px;
  font-size: 12px;
}

.gc-grid {
  min-width: 930px;
}

.gc-grid-row,
.gc-grid-header-row {
  grid-template-columns: 150px 130px 100px 130px 70px minmax(130px, 1fr) 110px 90px 90px;
}

.gc-grid-cell {
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 800;
}

.gc-panel {
  padding: 18px;
}

.gc-card {
  width: min(360px, 100%);
}

.gc-card-head {
  padding: 9px 12px;
  font-size: 13px;
}

.gc-card-body {
  padding: 14px;
}

.gc-kicker {
  font-size: 10px;
  margin-bottom: 5px;
}

.gc-card h2 {
  margin-bottom: 6px;
  font-size: 18px;
}

.gc-copy {
  margin-bottom: 14px;
  font-size: 12px;
}

.gc-login-button,
.gc-secondary-button {
  min-height: 34px;
  font-size: 12px;
}

.gc-tile-rail-head {
  min-height: 30px;
  padding: 6px 10px;
  font-size: 12px;
}

.gc-tiles {
  gap: 8px;
  height: calc(100vh - 42px - 28px);
  padding: 8px;
}

.gc-tile-body {
  gap: 6px;
  padding: 9px 10px;
}

.gc-tile-grid span,
.gc-tile-foot {
  font-size: 11px;
}

.gc-tile h2 {
  font-size: 13px;
}

.gc-tile-grid strong {
  font-size: 12px;
}

.gc-status {
  padding: 2px 7px;
  font-size: 11px;
}

@media (max-width: 980px) {
  body.gc-shell-body {
    overflow: hidden;
  }

  .gc-shell {
    height: 100vh;
    min-height: 0;
    grid-template-columns: 0 minmax(0, 1fr);
    grid-template-rows: 42px 8px minmax(0, 1fr);
  }

  .gc-shell:has(#main .gc-ack-tile) {
    grid-template-columns: 0 minmax(0, 1fr) 330px;
  }

  .gc-shell-main,
  #main {
    grid-column: 2;
    grid-row: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    height: 100%;
    min-height: 0;
  }

  .gc-shell:has(#main .gc-ack-tile) .gc-shell-main,
  .gc-shell:has(#main .gc-ack-tile) #main {
    grid-column: 2 / -1;
    grid-template-columns: minmax(0, 1fr) 330px;
  }

  #instrument-workspace,
  .gc-shell:has(#main .gc-ack-tile) #instrument-workspace {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .gc-home-overlay {
    position: absolute;
    inset: 0;
    min-width: 0;
    min-height: 0;
    pointer-events: none;
  }

  .gc-home-overlay .gc-tile-rail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: var(--gc-bottom-pane-height, 220px);
    width: 330px;
    min-height: 0;
    overflow: hidden;
  }

  .gc-bottom-pane {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--gc-bottom-pane-height, 220px) !important;
    min-height: 120px;
    max-height: calc(100vh - 60px);
  }

  .gc-grid {
    display: grid;
  }
}

/* Sales workstation split: instrument grid above, activity pane below. */
.gc-shell:has(#bottom-pane) .gc-shell-main,
.gc-shell:has(#bottom-pane) #main {
  grid-template-rows: minmax(0, 1fr) var(--gc-bottom-pane-height, 220px);
}

.gc-shell:has(#bottom-pane):has(#main .gc-ack-tile) .gc-shell-main,
.gc-shell:has(#bottom-pane):has(#main .gc-ack-tile) #main {
  grid-template-columns: minmax(0, 1fr) 330px;
}

#instrument-workspace,
.gc-shell:has(#main .gc-ack-tile) #instrument-workspace {
  grid-column: 1;
  grid-row: 1;
  height: auto;
  min-height: 0;
}

#workspace-body,
.gc-tab-panels {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  min-height: 0;
}

.gc-tab-panel {
  grid-column: 1;
  grid-row: 1;
  min-height: 0;
}

.gc-home-overlay {
  display: contents;
  position: static;
  inset: auto;
  min-width: 0;
  min-height: 0;
  pointer-events: auto;
}

.gc-home-overlay .gc-tile-rail {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  inset: auto;
  width: auto;
  min-height: 0;
  overflow: hidden;
}

.gc-bottom-pane {
  grid-column: 1 / -1;
  grid-row: 2;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  height: var(--gc-bottom-pane-height, 220px) !important;
  min-height: 120px;
  max-height: none;
}

.gc-shell-topbar {
  grid-template-columns: 58px minmax(0, 1fr) auto;
}

.gc-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 48px;
  min-width: 48px;
  padding: 0;
  color: var(--gc-text);
  background: var(--gc-shell-tab);
  border: 0;
  border-left: 1px solid var(--gc-grid);
  border-radius: 0;
  font: inherit;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
}

.gc-theme-toggle:hover,
.gc-theme-toggle:focus-visible {
  color: var(--gc-text);
  background: var(--gc-shell-tab);
  outline: none;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] {
  --gc-bg: #f4f7fa;
  --gc-shell-topbar: #ffffff;
  --gc-shell-tab: #eef4f8;
  --gc-panel: #ffffff;
  --gc-panel-raised: #f8fbfd;
  --gc-grid: #d5e1e8;
  --gc-grid-soft: #e7eef3;
  --gc-text: #12283a;
  --gc-muted: #5b6f80;
  --gc-dim: #8795a1;
  --gc-red: #d71920;
  --gc-red-dark: #a70f19;
  --gc-blue: #006f9f;
  --gc-teal: #00a6b4;
  --gc-amber: #a87900;
  --gc-euroclear-orange: #ff9a19;
  --gc-euroclear-navy: #12344d;
  --gc-euroclear-cyan: #00a6b4;
  --gc-euroclear-border: #cfdde6;
  --gc-shadow: rgba(18, 40, 58, .13);
  color: var(--gc-text);
  background: var(--gc-bg);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"],
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] * {
  text-shadow: none;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-topbar,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-body-tabs {
  background: #ffffff;
  border-color: #c9d8e1;
  box-shadow: 0 1px 8px rgba(18, 40, 58, .08);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-menu-button {
  background: linear-gradient(180deg, #cc3333, #b3262f);
  border-right-color: #a8232a;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-menu-button:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-menu-button:focus-visible {
  background: linear-gradient(180deg, #d22030, #a8232a);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-body-tab,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-tab,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-theme-toggle {
  color: #163349;
  background: #ffffff;
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-body-tab.is-active,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-tab.is-active {
  color: #08263b;
  background: linear-gradient(180deg, #ffffff, #f2f4f5);
  box-shadow: inset 0 3px 0 var(--gc-euroclear-orange);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-theme-toggle:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-theme-toggle:focus-visible {
  color: #163349;
  background: #ffffff;
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-titlebar,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-main,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] #main,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-workspace {
  background: #f3f4f5;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-menu {
  background: #ffffff;
  border-right-color: #d5e1e8;
  box-shadow: 16px 0 34px rgba(18, 40, 58, .14);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-menu-section {
  margin: 0;
  padding: 16px 0 14px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-menu-section-head {
  padding: 0 12px 10px;
  border-bottom: 1px solid #eceff1;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-menu-section-head h3,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-menu-nav a,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-menu-workspaces a {
  color: #263746;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-menu-nav a span:last-child {
  color: #5b6f80;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-menu-nav a.is-active,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-menu-workspaces a.is-active {
  color: #263746;
  background: linear-gradient(180deg, #ffffff, #f2f4f5);
  box-shadow: inset 4px 0 0 var(--gc-euroclear-orange);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-menu-nav a:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-menu-workspaces a:hover {
  color: #263746;
  background: #f3f4f5;
  box-shadow: inset 4px 0 0 #6f7f89;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-menu-nav a.is-active span:last-child,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-shell-menu-nav a:hover span:last-child {
  color: #263746;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-searchbar,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-bottom-pane-tabs {
  background: linear-gradient(180deg, #f7f8f9, #eceff1);
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-filter-bar {
  background: transparent;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-searchbar input,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-control input,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-control textarea,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-quote-form input {
  color: #12283a;
  background: #ffffff;
  border-color: #c5d5df;
  box-shadow: inset 0 1px 0 rgba(18, 40, 58, .04);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-searchbar input:focus,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-control input:focus,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-control textarea:focus,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-quote-form input:focus {
  border-color: var(--gc-teal);
  box-shadow: 0 0 0 2px rgba(0, 166, 180, .16);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-grid-shell,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-grid,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-panel,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-tab-panels {
  background: #f7f8f9;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-grid-header-row {
  color: #263746;
  background: linear-gradient(180deg, #f7f8f9, #eceff1);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-grid-row {
  color: #12283a;
  background: #ffffff;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-grid-cell {
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-grid-action-row:hover {
  background: #f3f4f5;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-grid-row.is-selected {
  color: #12283a;
  background: linear-gradient(180deg, #fff6f6, #fdeaea);
  box-shadow: inset 4px 0 0 #cc3333;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-grid-action-row.is-selected:hover {
  background: linear-gradient(180deg, #fff6f6, #fdeaea);
  box-shadow: inset 4px 0 0 #cc3333;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] #instrument-workspace .gc-searchbar input:focus {
  border-color: var(--gc-euroclear-orange);
  box-shadow: 0 0 0 2px rgba(255, 154, 25, .18);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-notional-input:focus,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-counterparty-control input:focus {
  border-color: var(--gc-euroclear-orange);
  box-shadow: 0 0 0 2px rgba(255, 154, 25, .18);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-notional-input {
  border-color: var(--gc-euroclear-orange);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-control input.gc-notional-input {
  border-color: var(--gc-euroclear-orange);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-control input.gc-notional-input:focus,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-control input.gc-notional-input:focus-visible {
  border-color: var(--gc-euroclear-orange);
  box-shadow: 0 0 0 2px rgba(255, 154, 25, .18);
  outline: none;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-grid-row.is-selected .gc-grid-cell {
  border-bottom-color: #f1caca;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-home-overlay .gc-tile-rail,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-bottom-pane,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-queue,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-detail {
  color: #12283a;
  background: #ffffff;
  border-color: #d5e1e8;
  box-shadow: 0 8px 28px rgba(18, 40, 58, .08);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-bottom-pane {
  background: #f7f8f9;
  box-shadow: 0 -6px 20px rgba(18, 40, 58, .08);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-bottom-pane-resizer {
  background: #eceff1;
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-bottom-pane-tab {
  color: #5b6f80;
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-bottom-pane-tab.is-active,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-bottom-pane-tab:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-bottom-pane-tab:focus-visible {
  color: #08263b;
  background: #ffffff;
  box-shadow: inset 0 3px 0 var(--gc-euroclear-orange);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-bottom-pane-body,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-activity-detail-panel {
  color: #12283a;
  background: #f7f8f9;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-detail-head {
  background: linear-gradient(180deg, #f7f8f9, #eceff1);
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-detail-head span,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-detail-summary span,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-provenance-event p,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-provenance-event header em,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-provenance-event dt {
  color: #5b6f80;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-detail-head strong,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-detail-summary strong,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-provenance-event header strong,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-provenance-event dd {
  color: #12283a;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-detail-head em {
  color: #263746;
  background: linear-gradient(180deg, #ffffff, #f2f4f5);
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-detail-summary > div,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-provenance-event,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-provenance-graph {
  background: #ffffff;
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-prov-edge {
  stroke: #9aa9a4;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-confirmation-button {
  color: #263746;
  background: linear-gradient(180deg, #ffffff, #f2f4f5);
  border-color: #6f7f89;
  box-shadow: inset 0 0 0 1px #6f7f89;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-confirmation-button:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-confirmation-button:focus-visible {
  color: #263746;
  background: linear-gradient(180deg, #ffffff, #eceff1);
  border-color: #5b6f80;
  box-shadow: inset 0 0 0 1px #5b6f80, 0 2px 8px rgba(18, 40, 58, .12);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-mi-header {
  background: linear-gradient(180deg, #f7f8f9, #eceff1);
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-mi-header .gc-kicker,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-mi-header > span,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-mi-kpis span,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-mi-card h3 {
  color: #5b6f80;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-mi-header h2,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-mi-kpis strong {
  color: #12283a;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-mi-kpis > div,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-mi-card {
  background: #ffffff;
  border-color: #d5e1e8;
  box-shadow: inset 0 2px 0 var(--gc-euroclear-orange);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-mi-kpis > div.is-refreshing {
  background: #fff7ed;
  border-color: rgba(210, 32, 48, .32);
  box-shadow: 0 0 0 2px rgba(210, 32, 48, .08), inset 0 2px 0 var(--gc-euroclear-orange);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-mi-kpis > div.is-refreshing strong {
  color: #cc3333;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-mi-chart-frame {
  background: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .gc-mi-kpis > div,
  .gc-mi-kpis strong {
    transition: none;
  }

  .gc-mi-kpis > div.is-refreshing,
  .gc-mi-kpis > div.is-refreshing strong {
    transform: none;
  }
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-tile-rail-head {
  color: #ffffff;
  background: linear-gradient(180deg, #007f95, #006f9f);
  border-color: #006f9f;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-ack-titlebar {
  color: #ffffff;
  background: linear-gradient(180deg, #cc3333, #b3262f);
  border-color: #a8232a;
  box-shadow: inset 0 3px 0 var(--gc-euroclear-orange);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-ack-check {
  border-color: #ffffff;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-ack-check::after {
  border-color: #ffffff;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-ack-close {
  color: rgba(255, 255, 255, .78);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-ack-close:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-ack-close:focus-visible {
  color: #ffffff;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-tile,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-ack-tile,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-ack-body,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-rfq-card,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-empty,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-history-card,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-card,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-read-user,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-read-graph,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-union-card,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-scope-card,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-proof-strip article,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-read-scope-stage,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-policy-arm,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-policy-output,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-iris-proof-strip article {
  color: #12283a;
  background: #ffffff;
  border-color: #d5e1e8;
  box-shadow: 0 8px 24px rgba(18, 40, 58, .08);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-ack-field span,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-control > label,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-control > span,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-counterparty-control > label > span,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-rfq-grid dt,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-quote-form span,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-history-card dt,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-kicker,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-section-head {
  color: #5b6f80;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-read-scope-stage p,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-policy-arm p,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-policy-output p,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-iris-proof-strip p {
  color: #5b6f80;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-ack-field strong,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-rfq-grid dd,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-history-card dd,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-history-card > strong,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-union-card strong,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-proof-strip strong,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-iris-proof-strip strong,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-read-user strong,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-read-graph strong,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-union-stage h2,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-scope-card h2,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-read-scope-stage h2,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-policy-arm h3,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-policy-output strong {
  color: #12283a;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-read-scope-matrix {
  border-color: #d5e1e8;
  background: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-read-scope-cell {
  color: #12283a;
  background: #ffffff;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-read-scope-cell.is-head {
  color: #00636d;
  background: #eef4f8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-read-scope-cell.is-context {
  color: #12283a;
  background: #f7f8f9;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-read-scope-cell.is-yes {
  color: #00636d;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-read-scope-cell.is-no {
  color: #9e2f2f;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-policy-arm code,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-policy-output code {
  color: #00636d;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-counterparty-options {
  background: #ffffff;
  border-color: #d5e1e8;
  box-shadow: 0 10px 22px rgba(18, 40, 58, .14);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-counterparty-option {
  color: #12283a;
  background: #ffffff;
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-counterparty-option:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-counterparty-option:focus-within {
  color: #263746;
  background: linear-gradient(180deg, #ffffff, #f2f4f5);
  border-color: #6f7f89;
  box-shadow: inset 4px 0 0 var(--gc-euroclear-orange);
  outline: none;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-counterparty-option-main strong,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-counterparty-favourite {
  color: #5b6f80;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-counterparty-option:hover .gc-counterparty-favourite,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-counterparty-option:focus-within .gc-counterparty-favourite {
  color: var(--gc-euroclear-orange);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-counterparty-option-main:focus-visible,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-counterparty-favourite:focus-visible {
  outline: 1px solid var(--gc-euroclear-orange);
  outline-offset: -2px;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-validation-hint {
  color: #cc3333;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-control.is-invalid input {
  border-color: #cc3333;
  box-shadow: 0 0 0 2px rgba(204, 51, 51, .10);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-activity-state,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-status {
  color: #00636d;
  background: #dff8fb;
  border-color: #9ee4eb;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-rfq-head span {
  color: #4b5563;
  background: #f1f3f5;
  border-color: #d6dbe1;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-validity button,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-action {
  color: #12283a;
  background: #eef4f8;
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-validity button.is-active,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-action.is-active {
  color: #ffffff;
  background: #006f9f;
  border-color: #006f9f;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-validity button.is-active,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-validity button.is-active:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-validity button.is-active:focus-visible {
  color: #263746;
  background: linear-gradient(180deg, #ffffff, #f2f4f5);
  border-color: #6f7f89;
  box-shadow: inset 0 0 0 1px #6f7f89;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-activity-row {
  color: #12283a;
  background: #ffffff;
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-activity-head {
  color: #263746;
  background: linear-gradient(180deg, #f7f8f9, #eceff1);
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-activity-row time,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-activity-enquiry-id,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-activity-row strong,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-activity-counterparty {
  color: #12283a;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-activity-counterparty.is-restricted {
  color: #5b6f80;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-activity-type,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-activity-state {
  color: #263746;
  background: linear-gradient(180deg, #ffffff, #f2f4f5);
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-activity-button:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-activity-button:focus-visible,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-activity-button.is-selected {
  background: linear-gradient(180deg, #fff6f6, #fdeaea);
  border-color: #f1caca;
  box-shadow: inset 4px 0 0 #cc3333;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-graphcentric-panel {
  background: #f4f7fa;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-union-stage {
  background: #ffffff;
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-union-stage::before {
  background-image:
    linear-gradient(rgba(0, 111, 159, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 111, 159, .08) 1px, transparent 1px);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-union-formula {
  color: #00636d;
  background: #edf9fb;
  border-color: #9ee4eb;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-union-diagram {
  background: radial-gradient(circle at 50% 45%, rgba(0, 166, 180, .12), transparent 52%);
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-search-button,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-release,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-ack-tile .gc-enquiry-submit {
  color: #ffffff;
  background: linear-gradient(180deg, #d71920, #a70f19);
  border-color: #8f0c15;
  box-shadow: 0 2px 8px rgba(18, 40, 58, .14);
  text-shadow: none;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-release {
  color: #263746;
  background: linear-gradient(180deg, #ffffff, #f2f4f5);
  border-color: #6f7f89;
  box-shadow: inset 0 3px 0 #cc3333, 0 2px 8px rgba(18, 40, 58, .12);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-release:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-release:focus-visible {
  color: #263746;
  background: linear-gradient(180deg, #ffffff, #eceff1);
  border-color: #5b6f80;
  box-shadow: inset 0 3px 0 #cc3333, 0 3px 10px rgba(18, 40, 58, .16);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-quote-decision-actions button,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-tile.has-expired-quote .gc-quote-decision-actions button,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-tile:not(.has-live-quote) [data-gc-live-quote-action],
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] [data-gc-deadline-action]:disabled,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-quote-decision-actions button:disabled {
  color: #b0bbc4;
  background: #f8fafc;
  border-color: #e1e8ed;
  box-shadow: none;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-tile.has-live-quote .gc-quote-accept {
  color: #007a6c;
  background: linear-gradient(180deg, #ffffff, #f2f4f5);
  border-color: #a9d8ce;
  box-shadow: inset 0 3px 0 #18a889, 0 2px 8px rgba(18, 40, 58, .10);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-tile.has-live-quote .gc-quote-pass {
  color: #cc3333;
  background: linear-gradient(180deg, #ffffff, #f2f4f5);
  border-color: #e5b7b7;
  box-shadow: inset 0 3px 0 #cc3333, 0 2px 8px rgba(18, 40, 58, .10);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-tile.has-live-quote .gc-quote-decision-actions button:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-tile.has-live-quote .gc-quote-decision-actions button:focus-visible {
  background: linear-gradient(180deg, #ffffff, #eceff1);
  border-color: #5b6f80;
  filter: none;
  box-shadow: inset 0 3px 0 currentColor, 0 3px 10px rgba(18, 40, 58, .14);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-quote-countdown {
  color: #007a6c;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-quote-validity-bar {
  background: #e7f6f2;
  box-shadow: inset 0 0 0 1px #a9d8ce;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-quote-validity-bar i {
  background: linear-gradient(90deg, #18a889, #007a6c);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-quote-countdown.is-warning {
  color: var(--gc-euroclear-orange);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-quote-countdown-field.is-warning .gc-quote-validity-bar {
  background: #fff3e2;
  box-shadow: inset 0 0 0 1px rgba(255, 154, 25, .35);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-quote-countdown-field.is-warning .gc-quote-validity-bar i {
  background: linear-gradient(90deg, var(--gc-euroclear-orange), #ffc46f);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-quote-countdown.is-expired {
  color: #cc3333;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-quote-countdown-field.is-expired .gc-quote-validity-bar {
  background: #fdeaea;
  box-shadow: inset 0 0 0 1px #f1caca;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-quote-countdown-field.is-expired .gc-quote-validity-bar i {
  background: #cc3333;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-filter-bar .gc-enquiry-submit,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-side-toggle button,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-action,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-submit {
  color: #788996;
  background: #ffffff;
  border-color: var(--gc-euroclear-border);
  box-shadow: none;
  text-shadow: none;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-filter-bar .gc-enquiry-submit:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-side-toggle button:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-action:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-submit:hover {
  color: var(--gc-euroclear-navy);
  background: #ffffff;
  border-color: #9fb8c6;
  box-shadow: 0 2px 8px rgba(18, 52, 77, .12);
  filter: none;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-filter-bar .gc-enquiry-submit {
  border-top: 3px solid var(--gc-euroclear-orange);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-side-toggle button.is-active,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-rfq.is-active,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-action.is-active {
  color: #ffffff;
  background: linear-gradient(180deg, #00a6b4, #007f95);
  border-color: #007f95;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 2px 7px rgba(0, 127, 149, .2);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-order.is-active {
  color: #ffffff;
  background: linear-gradient(180deg, #d71920, #a70f19);
  border-color: #8f0c15;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-actions-primary .gc-enquiry-action.is-active,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-actions-primary .gc-enquiry-action.is-active:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-actions-primary .gc-enquiry-action.is-active:focus-visible {
  color: #263746;
  background: linear-gradient(180deg, #ffffff, #f2f4f5);
  border-color: #6f7f89;
  box-shadow: inset 0 0 0 1px #6f7f89;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-side-toggle button.is-active,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-side-toggle button.is-active:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-side-toggle button.is-active:focus-visible {
  color: #263746;
  background: linear-gradient(180deg, #ffffff, #f2f4f5);
  border-color: #6f7f89;
  box-shadow: inset 0 0 0 1px #6f7f89;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-enquiry-submit.is-disabled,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-filter-bar .gc-enquiry-submit.is-disabled,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-release:disabled {
  color: #b0bbc4;
  background: #f8fafc;
  border-color: #e1e8ed;
  box-shadow: none;
  cursor: not-allowed;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-section-head strong {
  color: #ffffff;
  background: #cc3333;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-rfq-head p,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trader-history-card header span {
  color: #cc3333;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-sales-composite,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trading-composite {
  background: #f3f4f5;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-frame-loading {
  color: #5b6f80;
  background: rgba(244, 247, 250, .84);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-spinner {
  border-color: rgba(91, 111, 128, .28);
  border-top-color: #006f9f;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-sales-tiles-frame {
  background: #f7f8f9;
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-sales-bottom-composite {
  background: #f7f8f9;
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-trading-frame-grid iframe + iframe {
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-person-card,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-instrument-card {
  background: #ffffff;
  border-color: #d5e1e8;
  box-shadow: 0 18px 42px rgba(18, 40, 58, .12);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-person-facts div,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-instrument-facts div {
  background: #f7f8f9;
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-person-avatar {
  color: #263746;
  background: radial-gradient(circle at 32% 25%, rgba(0, 166, 180, .2), rgba(204, 51, 51, .12));
  border-color: #d5e1e8;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-person-card a,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-detail-summary a {
  color: #006f9f;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-person-team-list span {
  color: #00636d;
  background: #edf9fb;
  border-color: #9ee4eb;
}
.gc-sales-composite {
  position: relative;
  display: grid;
  --gc-sales-tiles-width: clamp(300px, 26vw, 440px);
  grid-template-columns: minmax(0, 1fr) var(--gc-sales-tiles-width);
  grid-template-rows: minmax(0, 1fr) var(--gc-sales-bottom-pane-height, 260px);
  --gc-sales-bottom-pane-height: 260px;
  gap: 0;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(7, 13, 27, 0.96), rgba(13, 24, 45, 0.94));
  transition: grid-template-columns 220ms ease;
}

.gc-sales-composite.is-tiles-empty {
  --gc-sales-tiles-width: 0px;
}

.gc-trading-composite {
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(7, 13, 27, 0.96), rgba(13, 24, 45, 0.94));
}

.gc-trading-frame-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(10px) scale(0.992);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.gc-trading-frame-panel.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.gc-shell.has-dynamic-workspace-tab .gc-sales-frame-panel:not(.gc-dynamic-workspace-panel),
.gc-shell.has-dynamic-workspace-tab .gc-trading-frame-panel:not(.gc-dynamic-workspace-panel) {
  opacity: 0;
  pointer-events: none;
}

.gc-dynamic-body-tab {
  gap: 8px;
}

.gc-dynamic-body-tab .gc-workspace-tab-close {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-left: 2px;
  border-radius: 999px;
  color: currentColor;
  opacity: .72;
  font-size: 18px;
  line-height: 1;
}

.gc-dynamic-body-tab .gc-workspace-tab-close:hover {
  background: rgba(148, 163, 184, .18);
  opacity: 1;
}

.gc-trading-frame-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 0;
  height: 100%;
  min-height: 0;
}

.gc-trading-frame-panel iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.gc-trading-frame-grid iframe + iframe {
  border-left: 1px solid rgba(148, 163, 184, 0.18);
}

.gc-sales-frame-stage,
.gc-sales-tiles-frame,
.gc-sales-bottom-composite {
  min-width: 0;
  min-height: 0;
}

.gc-sales-frame-stage {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}

.gc-sales-frame-panel,
.gc-sales-bottom-frame {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(10px) scale(0.992);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.gc-sales-frame-panel.is-active,
.gc-sales-bottom-frame.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.gc-frame-loading {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  color: var(--gc-muted);
  background: rgba(8, 15, 24, .72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gc-spinner {
  width: 28px;
  height: 28px;
  border: 3px solid rgba(148, 163, 184, .35);
  border-top-color: #2fb0ff;
  border-radius: 50%;
  animation: gc-spin .8s linear infinite;
}

@keyframes gc-spin {
  to { transform: rotate(360deg); }
}

.gc-sales-frame-panel iframe,
.gc-sales-tiles-frame iframe,
.gc-sales-bottom-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.gc-sales-tiles-frame {
  grid-column: 2;
  grid-row: 1;
  border-left: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(4, 10, 22, 0.48);
  overflow: hidden;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 180ms ease, transform 220ms ease, border-color 180ms ease, background-color 180ms ease;
}

.gc-sales-composite.is-tiles-empty .gc-sales-tiles-frame {
  opacity: 0;
  transform: translateX(18px);
  pointer-events: none;
  border-color: transparent;
  background: transparent;
}

.gc-sales-tiles-only .gc-tiles {
  gap: 8px;
}

.gc-sales-tiles-only .gc-ack-titlebar {
  min-height: 38px;
  padding: 8px 10px;
}

.gc-sales-tiles-only .gc-ack-check {
  width: 16px;
  height: 16px;
}

.gc-sales-tiles-only .gc-ack-close {
  width: 20px;
  height: 20px;
  font-size: 25px;
}

.gc-sales-tiles-only .gc-ack-body,
.gc-sales-tiles-only .gc-enquiry-body {
  gap: 5px 8px;
  padding: 7px 8px 8px;
}

.gc-sales-tiles-only .gc-ack-field {
  gap: 1px;
}

.gc-sales-tiles-only .gc-ack-field span,
.gc-sales-tiles-only .gc-enquiry-control > label,
.gc-sales-tiles-only .gc-enquiry-control > span,
.gc-sales-tiles-only .gc-counterparty-control > label > span {
  font-size: 10px;
  letter-spacing: .045em;
}

.gc-sales-tiles-only .gc-ack-field strong {
  font-size: 12px;
  line-height: 1.02;
}

.gc-sales-tiles-only .gc-enquiry-control {
  gap: 3px;
}

.gc-sales-tiles-only .gc-counterparty-control {
  margin-top: 0;
}

.gc-sales-tiles-only .gc-enquiry-control input,
.gc-sales-tiles-only .gc-enquiry-control textarea {
  padding: 5px 7px;
  font-size: 12px;
}

.gc-sales-tiles-only .gc-side-toggle,
.gc-sales-tiles-only .gc-enquiry-actions {
  gap: 6px;
}

.gc-sales-tiles-only .gc-side-toggle button,
.gc-sales-tiles-only .gc-enquiry-submit,
.gc-sales-tiles-only .gc-enquiry-action {
  min-height: 34px;
  padding: 7px 9px;
  font-size: 13px;
}

.gc-sales-tiles-only .gc-counterparty-options {
  max-height: 122px;
}

.gc-sales-bottom-composite {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-rows: 7px auto minmax(0, 1fr);
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(6, 12, 24, 0.9);
  overflow: hidden;
}

.gc-sales-composite.is-bottom-collapsed .gc-sales-bottom-composite {
  grid-template-rows: 7px auto 0;
}

.gc-sales-composite.is-bottom-collapsed .gc-sales-bottom-frames {
  display: none;
}

.gc-sales-bottom-frames {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.gc-iframe-body {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: transparent;
}

.gc-iframe-shell {
  height: 100%;
  min-height: 0;
  background: transparent;
  color: var(--gc-text, #e5eefb);
}

.gc-iframe-panel-content {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 0;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
}

.gc-login-body:has(.gc-scrollable-panel),
.gc-login-body:has(.gc-scrollable-panel) .gc-login-simple,
.gc-scrollable-panel {
  overflow-x: hidden;
  overflow-y: auto;
}

.gc-scrollable-panel {
  height: 100%;
  min-height: 0;
  padding: 12px;
}

.gc-login-body:has(.gc-iframe-panel-content) {
  display: block;
  place-items: initial;
  width: 100%;
  height: 100%;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  background: transparent;
}

.gc-login-body:has(.gc-iframe-panel-content) .gc-login-simple {
  display: block;
  place-items: initial;
  align-items: stretch;
  justify-items: stretch;
  justify-content: stretch;
  width: 100vw;
  min-width: 100%;
  height: 100%;
  min-height: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.gc-iframe-panel-content.gc-bottom-pane-panel {
  width: 100%;
  min-width: 100%;
  overflow-x: auto;
}

.gc-login-body:has(.gc-scrollable-panel),
.gc-login-body:has(.gc-scrollable-panel) .gc-login-simple,
.gc-login-body:has(.gc-scrollable-panel) .gc-scrollable-panel {
  overflow-x: hidden;
  overflow-y: auto;
}

.gc-person-panel,
.gc-instrument-panel {
  padding: 18px;
}

.gc-person-card,
.gc-instrument-card {
  display: grid;
  gap: 18px;
  max-width: 920px;
  margin: 0 auto;
  padding: 22px;
  background: rgba(17, 26, 33, .82);
  border: 1px solid var(--gc-grid);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

.gc-person-head,
.gc-instrument-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.gc-person-head h1,
.gc-instrument-head h1 {
  margin: 2px 0 4px;
  font-size: clamp(28px, 5vw, 48px);
  line-height: .95;
}

.gc-person-head span,
.gc-instrument-head span,
.gc-person-teams p {
  color: var(--gc-muted);
}

.gc-person-avatar {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  color: #d8fffa;
  background: radial-gradient(circle at 32% 25%, rgba(35, 176, 255, .35), rgba(204, 51, 51, .22));
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 24px;
  font-weight: 900;
  letter-spacing: .08em;
}

.gc-person-facts,
.gc-instrument-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.gc-person-facts div,
.gc-instrument-facts div {
  min-width: 0;
  padding: 12px;
  background: rgba(7, 13, 27, .42);
  border: 1px solid rgba(148, 163, 184, .16);
}

.gc-person-facts dt,
.gc-instrument-facts dt {
  color: var(--gc-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gc-person-facts dd,
.gc-instrument-facts dd {
  margin: 6px 0 0;
  overflow-wrap: anywhere;
  font-weight: 800;
}

.gc-person-card a,
.gc-detail-summary a {
  color: #8bdcff;
  text-decoration: none;
}

.gc-person-card a:hover,
.gc-person-card a:focus-visible,
.gc-detail-summary a:hover,
.gc-detail-summary a:focus-visible {
  text-decoration: underline;
}

.gc-person-teams h2 {
  margin: 0 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.gc-person-team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gc-person-team-list span {
  padding: 7px 10px;
  color: #d8fffa;
  background: rgba(47, 176, 255, .14);
  border: 1px solid rgba(47, 176, 255, .28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.gc-iframe-panel-content.gc-workspace {
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  width: 100%;
  height: 100%;
  min-height: 0;
  box-sizing: border-box;
  padding: 8px 12px 0;
  border-right: 0;
}

.gc-iframe-panel-content.gc-trader-workspace {
  height: 100%;
  min-height: 0;
  padding: 12px;
  overflow: auto;
}

.gc-trader-queue-iframe,
.gc-trader-detail-iframe {
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}

.gc-trader-queue-iframe {
  display: grid;
  align-content: start;
  gap: 12px;
}

.gc-trader-detail-iframe {
  display: block;
}

.gc-iframe-panel-content #workspace-body,
.gc-iframe-panel-content .gc-tab-panel {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.gc-iframe-panel-content .gc-tab-panel.is-active,
.gc-iframe-panel-content .gc-trade-query-panel.is-active {
  display: grid;
}

.gc-iframe-panel-content .gc-trade-query-panel {
  width: 100%;
  height: 100%;
  min-width: 0;
}

.gc-iframe-panel-content .gc-filter-bar,
.gc-iframe-panel-content .gc-searchbar,
.gc-iframe-panel-content .gc-grid-shell,
.gc-iframe-panel-content .gc-grid {
  width: 100%;
  max-width: none;
}

.gc-iframe-panel-content .gc-grid {
  min-width: 100%;
}

.gc-iframe-panel-content .gc-activity-feed {
  display: grid;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: auto;
}

.gc-iframe-panel-content .gc-activity-row {
  width: 100%;
  box-sizing: border-box;
  grid-template-columns: minmax(150px, 1.1fr) minmax(90px, .6fr) minmax(90px, .6fr) minmax(64px, .45fr) minmax(180px, 1.5fr) minmax(58px, .4fr) minmax(90px, .55fr) minmax(120px, .8fr) minmax(120px, .8fr);
}

.gc-sales-tiles-only {
  display: block;
  height: 100%;
  min-height: 0;
  padding: 12px;
  overflow: auto;
  pointer-events: auto;
}

.gc-sales-tiles-only .gc-tile-rail {
  position: static;
  width: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  min-height: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none;
  overflow: visible;
}

.gc-sales-tiles-only .gc-tiles {
  max-height: none;
  height: auto;
}

.gc-theme-root[data-gc-theme="light"] {
  --gc-bg: #f4f7fa;
  background: #f3f4f5;
}

html:has(body.gc-theme-root[data-gc-theme="light"]) {
  height: 100%;
  min-height: 100%;
  background: #f3f4f5;
}

body.gc-theme-root[data-gc-theme="light"] {
  height: 100%;
  min-height: 100%;
  background: #f3f4f5;
}

.gc-theme-root[data-gc-theme="light"].gc-login-body:has(.gc-iframe-panel-content),
.gc-theme-root[data-gc-theme="light"] .gc-login-simple,
.gc-theme-root[data-gc-theme="light"] #main,
.gc-theme-root[data-gc-theme="light"] .gc-iframe-panel-content {
  height: 100%;
  min-height: 100%;
  background: #f3f4f5;
}

.gc-theme-root[data-gc-theme="light"] #instrument-workspace.gc-iframe-panel-content,
.gc-theme-root[data-gc-theme="light"] .gc-iframe-panel-content.gc-workspace,
.gc-theme-root[data-gc-theme="light"] .gc-iframe-panel-content.gc-trader-workspace {
  height: 100%;
  min-height: 100%;
  background: #f3f4f5;
}

.gc-theme-root[data-gc-theme="light"] #workspace-body,
.gc-theme-root[data-gc-theme="light"] .gc-tab-panels,
.gc-theme-root[data-gc-theme="light"] .gc-tab-panel,
.gc-theme-root[data-gc-theme="light"] .gc-trade-query-panel,
.gc-theme-root[data-gc-theme="light"] .gc-grid-shell {
  background: #f7f8f9;
}

.gc-theme-root[data-gc-theme="light"] .gc-sales-tiles-only,
.gc-theme-root[data-gc-theme="light"] .gc-bottom-pane-panel,
.gc-theme-root[data-gc-theme="light"] .gc-scrollable-panel {
  background: #f7f8f9;
}

.gc-shell[data-gc-theme="light"] .gc-sales-composite,
.gc-shell[data-gc-theme="light"] .gc-trading-composite {
  background: #f3f4f5;
}

.gc-shell[data-gc-theme="light"] .gc-sales-tiles-frame,
.gc-shell[data-gc-theme="light"] .gc-sales-bottom-composite {
  background: #f7f8f9;
  border-color: #d5e1e8;
}

.gc-shell[data-gc-theme="light"] .gc-sales-frame-panel iframe,
.gc-shell[data-gc-theme="light"] .gc-sales-tiles-frame iframe,
.gc-shell[data-gc-theme="light"] .gc-sales-bottom-frame iframe,
.gc-shell[data-gc-theme="light"] .gc-trading-frame-panel iframe,
.gc-shell[data-gc-theme="light"] .gc-trading-frame-grid iframe {
  background: #f3f4f5;
}

@media (max-width: 720px) {
  .gc-person-facts {
    grid-template-columns: 1fr;
  }

  .gc-instrument-facts {
    grid-template-columns: 1fr;
  }

  .gc-trading-frame-grid {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) minmax(220px, 38vh);
  }

  .gc-trading-frame-grid iframe + iframe {
    border-left: 0;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
  }

  .gc-sales-composite {
    grid-template-columns: 1fr;
    --gc-sales-mobile-tiles-height: 240px;
    grid-template-rows: minmax(0, 1fr) var(--gc-sales-mobile-tiles-height) var(--gc-sales-bottom-pane-height, 260px);
    transition: grid-template-rows 220ms ease;
  }

  .gc-sales-composite.is-tiles-empty {
    --gc-sales-mobile-tiles-height: 0px;
  }

  .gc-sales-frame-stage { grid-column: 1; grid-row: 1; }
  .gc-sales-tiles-frame { grid-column: 1; grid-row: 2; border-left: 0; border-top: 1px solid rgba(148, 163, 184, 0.18); }
  .gc-sales-composite.is-tiles-empty .gc-sales-tiles-frame { transform: translateY(14px); border-top-color: transparent; }
  .gc-sales-bottom-composite { grid-column: 1; grid-row: 3; }
}
.gc-resource-representations {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 16px 16px;
  color: rgba(196, 255, 246, 0.66);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gc-resource-representations:empty,
.gc-resource-representations:not(:has(a)) {
  display: none;
}

.gc-resource-representations[data-state-owner$="/iris-sales-workspace"] {
  display: none;
}

.gc-instrument-result-representations {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 10px 4px;
  color: rgba(196, 255, 246, 0.66);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gc-resource-representations a,
.gc-instrument-result-representations a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(117, 255, 231, 0.36);
  border-radius: 999px;
  background: rgba(8, 22, 30, 0.78);
  color: #bffcf2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

.gc-resource-representations a:hover,
.gc-resource-representations a:focus-visible,
.gc-instrument-result-representations a:hover,
.gc-instrument-result-representations a:focus-visible {
  border-color: rgba(117, 255, 231, 0.72);
  background: rgba(20, 184, 166, 0.28);
  color: #ffffff;
  outline: none;
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-resource-representations,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-instrument-result-representations,
body.gc-shell-body:has(.gc-shell[data-gc-theme="light"]) .gc-resource-representations,
body.gc-theme-root[data-gc-theme="light"] .gc-resource-representations {
  color: rgba(15, 118, 110, 0.62);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-resource-representations a,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-instrument-result-representations a,
body.gc-shell-body:has(.gc-shell[data-gc-theme="light"]) .gc-resource-representations a,
body.gc-theme-root[data-gc-theme="light"] .gc-resource-representations a {
  border-color: rgba(20, 117, 104, 0.28);
  background: rgba(255, 255, 255, 0.82);
  color: #0f766e;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-resource-representations a:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-resource-representations a:focus-visible,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-instrument-result-representations a:hover,
:is(.gc-shell, .gc-theme-root)[data-gc-theme="light"] .gc-instrument-result-representations a:focus-visible,
body.gc-shell-body:has(.gc-shell[data-gc-theme="light"]) .gc-resource-representations a:hover,
body.gc-shell-body:has(.gc-shell[data-gc-theme="light"]) .gc-resource-representations a:focus-visible,
body.gc-theme-root[data-gc-theme="light"] .gc-resource-representations a:hover,
body.gc-theme-root[data-gc-theme="light"] .gc-resource-representations a:focus-visible {
  border-color: rgba(15, 118, 110, 0.58);
  background: rgba(204, 251, 241, 0.9);
  color: #115e59;
}

@media print {
  .gc-resource-representations {
    display: none !important;
  }
}
