.go-page {
  --go-surface: rgba(255, 255, 255, .04);
  --go-surface-strong: rgba(255, 255, 255, .07);
  --go-border: rgba(255, 255, 255, .11);
  --go-muted: rgba(255, 255, 255, .68);
  --go-blue: #60a5fa;
  --go-blue-dark: #1e3a5f;
  --go-green: #86efac;
  --go-amber: #fcd34d;
  --go-red: #fca5a5;
  min-width: 0;
  overflow-x: clip;
}

.go-page .ewr-card {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--go-border);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 100% 0, rgba(59, 130, 246, .05), transparent 35%),
    var(--go-surface);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .2);
}

.go-page-heading {
  /* Keep content headings below the site's real navigation/header overlays. */
  z-index: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.go-page-heading .page-orientation {
  margin-inline: 0;
  text-align: left;
}

.go-page-heading h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.go-about-discovery {
  margin-top: .7rem;
  font-size: .92rem;
}

.go-beta-feedback-update {
  margin-bottom: 1rem;
  border: 1px solid rgba(96, 165, 250, .52);
  border-radius: .85rem;
  background: linear-gradient(135deg, rgba(30, 64, 175, .3), rgba(15, 23, 42, .94));
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
}

.go-beta-feedback-update > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.5rem;
  padding: .7rem 1rem;
  cursor: pointer;
  list-style: none;
  touch-action: manipulation;
}

.go-beta-feedback-update > summary::-webkit-details-marker {
  display: none;
}

.go-beta-feedback-copy {
  display: grid;
  gap: .12rem;
  min-width: 0;
}

.go-beta-feedback-copy strong {
  color: #dbeafe;
  font-size: .95rem;
}

.go-beta-feedback-copy > span {
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
  line-height: 1.35;
}

.go-beta-feedback-chevron {
  flex: 0 0 auto;
  color: #bfdbfe;
  font-size: 1.25rem;
  transition: transform .15s ease;
}

.go-beta-feedback-update[open] .go-beta-feedback-chevron {
  transform: rotate(180deg);
}

.go-beta-feedback-update > summary:hover {
  background: rgba(59, 130, 246, .1);
}

.go-beta-feedback-update > summary:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 3px;
}

.go-beta-feedback-body {
  border-top: 1px solid rgba(147, 197, 253, .22);
  padding: .85rem 1rem 1rem;
  color: rgba(255, 255, 255, .86);
  font-size: .88rem;
  line-height: 1.55;
}

.go-beta-feedback-body p {
  margin: 0;
}

.go-beta-feedback-new {
  display: grid;
  gap: .12rem;
  margin-bottom: .65rem;
}

.go-beta-feedback-new strong {
  color: #dbeafe;
}

.go-beta-feedback-body ul {
  margin: .65rem 0;
  padding-left: 1.25rem;
}

.go-beta-feedback-body li + li {
  margin-top: .25rem;
}

.go-eyebrow,
.go-section-kicker {
  color: var(--go-blue);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.go-count-pill,
.go-search-type {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  border: 1px solid rgba(96, 165, 250, .3);
  border-radius: 999px;
  padding: .35rem .7rem;
  color: #bfdbfe;
  background: rgba(30, 58, 95, .45);
  font-size: .78rem;
  font-weight: 700;
  white-space: nowrap;
}

.go-fixture-notice {
  margin-bottom: 1rem;
  border: 1px solid rgba(245, 158, 11, .34);
  border-radius: .85rem;
  padding: .8rem 1rem;
  color: #fde68a;
  background: rgba(245, 158, 11, .1);
  line-height: 1.5;
}

.go-section {
  margin-top: 1rem;
  padding: clamp(1rem, 2.5vw, 1.4rem);
  /* Contextual help is allowed to paint beyond the card edge. The shared
     site card rule clips overflow-x, which WebKit also turns into a vertical
     clipping/scroll container. */
  overflow: visible;
}

.go-section h2,
.go-library-toggle strong {
  margin-top: .12rem;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
}

.go-section h3 {
  font-size: 1.05rem;
  font-weight: 700;
}

.go-info-content {
  margin-top: 2.5rem;
}

.go-info-section {
  color: rgba(255, 255, 255, .9);
  line-height: 1.65;
}

#about {
  scroll-margin-top: 5rem;
}

.go-info-section h2 {
  color: #fff;
  line-height: 1.25;
}

.go-about-accordion > summary,
.go-about-topic > summary,
.go-about-subtopic > summary {
  position: relative;
  padding-right: 2rem;
  color: #fff;
  cursor: pointer;
  list-style: none;
  overflow-wrap: anywhere;
}

.go-about-accordion > summary::-webkit-details-marker,
.go-about-topic > summary::-webkit-details-marker,
.go-about-subtopic > summary::-webkit-details-marker {
  display: none;
}

.go-about-accordion > summary::after,
.go-about-topic > summary::after,
.go-about-subtopic > summary::after {
  position: absolute;
  top: 50%;
  right: .25rem;
  content: '+';
  color: #bfdbfe;
  font-size: 1.25rem;
  line-height: 1;
  transform: translateY(-50%);
}

.go-about-accordion[open] > summary::after,
.go-about-topic[open] > summary::after,
.go-about-subtopic[open] > summary::after {
  content: '−';
}

.go-about-accordion > summary:hover,
.go-about-topic > summary:hover,
.go-about-subtopic > summary:hover {
  color: #bfdbfe;
}

.go-about-accordion > summary:focus-visible,
.go-about-topic > summary:focus-visible,
.go-about-subtopic > summary:focus-visible {
  border-radius: .35rem;
  outline: 2px solid var(--go-blue);
  outline-offset: 4px;
}

.go-about-body {
  margin-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.go-about-topic {
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.go-about-topic > summary {
  padding-block: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
}

.go-about-topic > div {
  padding: 0 .25rem 1.25rem 1rem;
  color: rgba(255, 255, 255, .86);
}

.go-about-subtopic {
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.go-about-subtopic > summary {
  padding-block: .8rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
}

.go-about-subtopic > div {
  padding: 0 .25rem .5rem .75rem;
}

.go-about-topic > div > :first-child:not(details),
.go-about-subtopic > div > :first-child {
  margin-top: 0;
}

.go-info-section h3 {
  margin-top: 1.75rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
}

.go-info-section h4 {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
}

.go-info-section p,
.go-info-section ul,
.go-info-section blockquote {
  margin-top: 1rem;
}

.go-info-section ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.go-info-section li + li {
  margin-top: .25rem;
}

.go-info-section blockquote {
  border-left: 4px solid rgba(251, 191, 36, .6);
  border-radius: .75rem;
  padding: .75rem 1rem;
  color: rgba(255, 255, 255, .9);
  background: rgba(0, 0, 0, .2);
  font-style: italic;
}

.go-crafted-families {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  gap: .4rem 1.25rem;
}

.go-faq-list {
  margin-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.go-faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.go-faq-list summary {
  padding: 1rem .25rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.45;
  cursor: pointer;
  overflow-wrap: anywhere;
}

.go-faq-list summary:hover {
  color: #bfdbfe;
}

.go-faq-list summary:focus-visible {
  border-radius: .35rem;
  outline: 2px solid var(--go-blue);
  outline-offset: 3px;
}

.go-faq-list details > div {
  padding: 0 .25rem 1rem 1.35rem;
  color: rgba(255, 255, 255, .78);
}

.go-faq-list details > div > :first-child {
  margin-top: 0;
}

.go-section-heading,
.go-inventory-summary,
.go-run-area,
.go-library-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.go-inventory-actions,
.go-inline-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .6rem;
}

.go-muted,
.go-field-note,
.go-loadouts-heading p,
.go-dialog-intro {
  color: var(--go-muted);
  font-size: .88rem;
  line-height: 1.5;
}

.go-primary-button,
.go-secondary-button,
.go-danger-button,
.go-run-button {
  min-height: 2.75rem;
  border-radius: .75rem;
  padding: .65rem 1rem;
  font-weight: 700;
  transition: transform .15s ease, filter .15s ease, opacity .15s ease;
}

.go-allowances {
  min-width: min(100%, 30rem);
}

.go-allowance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .6rem;
  margin-bottom: .55rem;
}

.go-allowance-card {
  display: grid;
  gap: .1rem;
  border: 1px solid var(--go-border);
  border-radius: .7rem;
  padding: .65rem .75rem;
  background: rgba(255, 255, 255, .025);
}

.go-allowance-card span {
  color: #fde68a;
  font-weight: 700;
}

.go-allowance-card small {
  color: var(--go-muted);
}

.go-primary-button,
.go-run-button {
  --btn: #2b4f78;
}

.go-secondary-button {
  --btn: #384152;
}

.go-danger-button {
  --btn: #7f1d1d;
}

.go-primary-button:hover:not(:disabled),
.go-secondary-button:hover:not(:disabled),
.go-danger-button:hover:not(:disabled),
.go-run-button:hover:not(:disabled) {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.go-page button:disabled,
.go-page select:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.go-control-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.1rem;
}

.go-mode-selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin-top: 1.1rem;
  border: 0;
  padding: 0;
}

.go-mode-selector legend {
  grid-column: 1 / -1;
  margin-bottom: .1rem;
  color: rgba(255, 255, 255, .86);
  font-size: .82rem;
  font-weight: 700;
}

.go-control-number {
  display: inline-grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  margin-right: .35rem;
  border: 1px solid rgba(147, 197, 253, .5);
  border-radius: 999px;
  color: #dbeafe;
  background: rgba(30, 64, 175, .28);
  font-size: .72rem;
  line-height: 1;
}

.go-mode-selector .go-inline-notice {
  grid-column: 1 / -1;
  margin: .15rem 0 0;
}

.go-control-group,
.go-field {
  min-width: 0;
}

.go-control-group {
  display: grid;
  align-content: start;
  gap: .5rem;
  border: 0;
  padding: 0;
}

.go-control-group legend,
.go-field > span:first-child {
  display: block;
  margin-bottom: .45rem;
  color: rgba(255, 255, 255, .86);
  font-size: .82rem;
  font-weight: 700;
}

.go-choice {
  display: flex;
  align-items: center;
  gap: .55rem;
  min-height: 2.5rem;
  border: 1px solid var(--go-border);
  border-radius: .7rem;
  padding: .5rem .65rem;
  background: rgba(255, 255, 255, .025);
  cursor: pointer;
}

.go-mode-selector .go-choice > span {
  display: grid;
  gap: .1rem;
}

.go-mode-selector .go-choice small {
  color: var(--go-muted);
  font-size: .75rem;
  line-height: 1.35;
}

.go-choice:has(input:checked) {
  border-color: rgba(96, 165, 250, .5);
  background: rgba(30, 58, 95, .35);
}

.go-choice input,
.go-owned-control input {
  width: 1rem;
  height: 1rem;
  accent-color: #3b82f6;
}

.go-help {
  position: relative;
  display: inline-flex;
  vertical-align: text-bottom;
}

.go-help > button {
  display: inline-grid;
  place-items: center;
  width: 1.15rem;
  height: 1.15rem;
  margin-left: .18rem;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  color: rgba(255, 255, 255, .8);
  background: transparent;
  font-size: .7rem;
  font-weight: 700;
}

.go-help [role="tooltip"] {
  position: absolute;
  z-index: 30;
  left: 50%;
  bottom: calc(100% + .55rem);
  box-sizing: border-box;
  width: min(17rem, var(--go-tooltip-available-width, calc(100vw - 2rem)));
  max-width: var(--go-tooltip-available-width, calc(100vw - 2rem));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: .55rem;
  padding: .5rem .6rem;
  color: #fff;
  background: rgba(17, 24, 39, .98);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .45);
  font-size: .76rem;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transform: translate(calc(-50% + var(--go-tooltip-shift-x, 0px)), .2rem);
  transition: opacity .12s ease, transform .12s ease;
}

.go-help[data-tooltip-placement="below"] [role="tooltip"] {
  top: calc(100% + .55rem);
  bottom: auto;
}

.go-help:hover [role="tooltip"],
.go-help:focus-within [role="tooltip"] {
  opacity: 1;
  transform: translate(calc(-50% + var(--go-tooltip-shift-x, 0px)), 0);
}

.go-inventory-heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: .25rem;
}

.go-inventory-heading h2 {
  margin: 0;
}

.go-inventory-help {
  position: relative;
}

.go-inventory-help [role="tooltip"] {
  width: min(24rem, calc(100vw - 3rem));
}

.go-input,
.go-page .ewr-select {
  width: 100%;
  min-height: 2.65rem;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: .75rem;
  padding: .55rem .7rem;
  color: #fff;
  background: #1f2937;
}

.go-page .go-loadout-select {
  box-sizing: border-box;
  width: 100%;
  height: 2.9rem;
  min-height: 2.9rem;
  border-radius: .75rem;
  padding: .55rem 2rem .55rem .7rem;
  overflow: visible;
  font: inherit;
  font-size: .9rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.go-page .go-loadout-select.btn-dim {
  background: linear-gradient(90deg, var(--btn-dark), var(--btn-light));
}

.go-semantic-select {
  position: relative;
  min-width: 0;
}

.go-semantic-select-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  color: #fff;
  text-align: left;
}

.go-semantic-select-value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.go-semantic-select-chevron {
  flex: 0 0 auto;
  font-size: 1rem;
  transition: transform .12s ease;
}

.go-semantic-select-button[aria-expanded="true"] .go-semantic-select-chevron {
  transform: rotate(180deg);
}

.go-semantic-select-list {
  position: absolute;
  z-index: 40;
  top: calc(100% + .35rem);
  left: 0;
  right: 0;
  display: grid;
  gap: .3rem;
  max-height: min(19rem, 55vh);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: .75rem;
  padding: .4rem;
  background: #111827;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .55);
}

.go-semantic-select-list[hidden] {
  display: none;
}

.go-semantic-select-option {
  width: 100%;
  min-height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .6rem;
  padding: .55rem .7rem;
  color: #fff;
  text-align: left;
  font-weight: 700;
}

.go-semantic-select-option[aria-selected="true"] {
  outline: 2px solid rgba(255, 255, 255, .72);
  outline-offset: -3px;
}

.go-semantic-select[aria-invalid="true"] .go-semantic-select-button {
  border-color: rgba(248, 113, 113, .75);
}

.go-input::placeholder {
  color: rgba(255, 255, 255, .42);
}

.go-page :is(button, input, select, textarea, summary):focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

.go-field-error {
  display: block;
  min-height: 1rem;
  margin-top: .25rem;
  color: var(--go-red);
  font-size: .75rem;
}

.go-inline-notice,
.go-validation-summary {
  margin-top: .85rem;
  border: 1px solid rgba(245, 158, 11, .25);
  border-radius: .7rem;
  padding: .6rem .75rem;
  color: #fde68a;
  background: rgba(245, 158, 11, .08);
  font-size: .84rem;
  line-height: 1.45;
}

.go-validation-summary.is-error {
  border-color: rgba(248, 113, 113, .28);
  color: #fecaca;
  background: rgba(127, 29, 29, .18);
}

.go-loadouts-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  border-top: 1px solid var(--go-border);
  padding-top: 1.2rem;
}

.go-loadout-list {
  display: grid;
  gap: .7rem;
  margin: 1rem 0;
}

.go-loadout-row {
  display: grid;
  grid-template-columns: 3.4rem repeat(3, minmax(0, 1fr)) auto;
  align-items: start;
  gap: .7rem;
  border: 1px solid var(--go-border);
  border-radius: .85rem;
  padding: .8rem;
  background: rgba(0, 0, 0, .12);
}

.go-priority {
  display: grid;
  place-items: center;
  min-height: 2.65rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .7rem;
  color: #bfdbfe;
  background: rgba(30, 58, 95, .3);
  font-weight: 700;
}

.go-row-actions {
  display: flex;
  align-items: center;
  gap: .35rem;
  padding-top: 1.35rem;
}

.go-icon-button {
  display: inline-grid;
  place-items: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  border: 1px solid var(--go-border);
  border-radius: .65rem;
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .05);
}

.go-icon-button:hover:not(:disabled) {
  background: rgba(255, 255, 255, .1);
}

.go-icon-button.go-remove {
  color: #fecaca;
}

.go-run-area {
  flex-wrap: wrap;
}

.go-run-button {
  min-width: min(100%, 16rem);
  min-height: 3.3rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.go-status {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-top: 1rem;
  border: 1px solid var(--go-border);
  border-radius: .85rem;
  padding: .8rem 1rem;
  color: rgba(255, 255, 255, .8);
  background: rgba(255, 255, 255, .035);
  scroll-margin-block: 5rem;
}

.go-status-action {
  flex: 0 0 auto;
  margin-left: auto;
  min-height: 2.35rem;
}

.go-status-mark {
  flex: 0 0 auto;
  width: .72rem;
  height: .72rem;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.go-status-searching,
.go-status-progress {
  border-color: rgba(96, 165, 250, .35);
  color: #bfdbfe;
  background: rgba(30, 58, 95, .22);
}

.go-status-completed,
.go-status-cached {
  border-color: rgba(74, 222, 128, .3);
  color: #bbf7d0;
  background: rgba(20, 83, 45, .18);
}

.go-status-error {
  border-color: rgba(248, 113, 113, .3);
  color: #fecaca;
  background: rgba(127, 29, 29, .18);
}

.go-status-searching .go-status-mark,
.go-status-progress .go-status-mark {
  border-right-color: transparent;
  animation: go-spin .8s linear infinite;
}

@keyframes go-spin {
  to { transform: rotate(360deg); }
}

.go-empty-state {
  display: grid;
  place-items: center;
  min-height: 10rem;
  border: 1px dashed rgba(255, 255, 255, .15);
  border-radius: .85rem;
  padding: 1.5rem;
  color: var(--go-muted);
  text-align: center;
}

.go-result-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1rem;
}

.go-result-card {
  margin-top: .8rem;
  overflow: clip;
  border: 1px solid var(--go-border);
  border-radius: .9rem;
  background: rgba(255, 255, 255, .018);
}

.go-result-card > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4rem;
  padding: .85rem 1rem;
  cursor: pointer;
  list-style: none;
}

.go-result-card > summary::-webkit-details-marker {
  display: none;
}

.go-result-card > summary::after {
  content: "+";
  color: #fde68a;
  font-size: 1.2rem;
}

.go-result-card[open] > summary::after {
  content: "−";
}

.go-result-card-body {
  border-top: 1px solid var(--go-border);
  padding: 1rem;
}

.go-no-feasible {
  border-color: rgba(74, 222, 128, .24);
}

.go-result-tab {
  min-height: 2.55rem;
  border: 1px solid var(--go-border);
  border-radius: .7rem;
  padding: .5rem .8rem;
  color: rgba(255, 255, 255, .75);
  background: rgba(255, 255, 255, .035);
  font-weight: 700;
}

.go-result-tab[aria-selected="true"] {
  border-color: rgba(96, 165, 250, .55);
  color: #fff;
  background: rgba(30, 58, 95, .45);
}

.go-plan-summary,
.go-result-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
  margin-bottom: 1rem;
}

.go-context-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: .25rem 0 .8rem;
}

.go-context-chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: .28rem .7rem;
  color: #fff;
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.15;
}

.go-compact-summary {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1.35rem;
  margin: 0 0 1rem;
  border-block: 1px solid var(--go-border);
  padding: .7rem 0;
}

.go-compact-summary-item {
  display: flex;
  align-items: center;
  gap: .4rem;
  min-width: max-content;
}

.go-compact-summary dt {
  color: var(--go-muted);
  font-size: .76rem;
}

.go-compact-summary dd {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: .84rem;
  font-weight: 750;
}

.go-certified-status {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  border: 1px solid rgba(74, 222, 128, .28);
  border-radius: 999px;
  padding: .18rem .55rem;
  color: #bbf7d0;
  background: rgba(22, 101, 52, .28);
  font-size: .72rem;
  font-weight: 800;
}

.go-collapsed-title {
  display: grid;
  flex: 1;
  gap: .48rem;
  min-width: 0;
}

.go-collapsed-title .go-context-chips {
  margin: 0;
}

.go-collapsed-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1rem;
}

.go-collapsed-metric {
  display: inline-flex;
  align-items: baseline;
  gap: .3rem;
  color: var(--go-muted);
  font-size: .74rem;
}

.go-collapsed-metric strong {
  color: rgba(255, 255, 255, .9);
  font-variant-numeric: tabular-nums;
}

.go-summary-item {
  min-width: 0;
  border: 1px solid var(--go-border);
  border-radius: .75rem;
  padding: .75rem;
  background: rgba(255, 255, 255, .025);
}

.go-summary-item span {
  display: block;
  color: var(--go-muted);
  font-size: .75rem;
}

.go-summary-item strong {
  display: block;
  margin-top: .15rem;
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-variant-numeric: tabular-nums;
}

.go-loadout-result {
  margin-top: .7rem;
  border: 1px solid var(--go-border);
  border-radius: .85rem;
  background: rgba(0, 0, 0, .12);
}

.go-loadout-result > summary,
.go-effects > summary,
.go-catalog-set > summary {
  cursor: pointer;
  list-style: none;
}

.go-loadout-result > summary::-webkit-details-marker,
.go-effects > summary::-webkit-details-marker,
.go-catalog-set > summary::-webkit-details-marker {
  display: none;
}

.go-loadout-result > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.8rem;
  padding: .8rem 1rem;
}

.go-loadout-result > summary::after,
.go-effects > summary::after,
.go-catalog-set > summary::after {
  content: "+";
  flex: 0 0 auto;
  color: #bfdbfe;
  font-size: 1.15rem;
}

.go-loadout-result[open] > summary::after,
.go-effects[open] > summary::after,
.go-catalog-set[open] > summary::after {
  content: "−";
}

.go-loadout-meta {
  color: var(--go-muted);
  font-size: .8rem;
}

.go-loadout-body {
  border-top: 1px solid var(--go-border);
  padding: 1rem;
}

.go-single-loadout {
  margin-top: .65rem;
}

.go-gear-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: .8rem;
  font-size: .85rem;
}

.go-gear-table th,
.go-gear-table td {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: .62rem .5rem;
  text-align: left;
}

.go-gear-table th {
  color: rgba(255, 255, 255, .62);
  font-size: .72rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.go-status-chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.6rem;
  border-radius: 999px;
  padding: .2rem .55rem;
  font-size: .72rem;
  font-weight: 700;
  white-space: nowrap;
}

.go-status-owned {
  color: #bbf7d0;
  background: rgba(22, 101, 52, .35);
}

.go-status-new-conquest {
  color: #bfdbfe;
  background: rgba(30, 64, 175, .35);
}

.go-status-new-supreme {
  color: #e9d5ff;
  background: rgba(107, 33, 168, .35);
}

.go-status-regular-crafted {
  color: #e5e7eb;
  background: rgba(75, 85, 99, .55);
}

.go-status-best-in-game {
  color: #fde68a;
  background: rgba(146, 64, 14, .38);
}

.go-effects {
  margin-top: .85rem;
  border: 1px solid var(--go-border);
  border-radius: .7rem;
}

.go-effects > summary {
  display: flex;
  justify-content: space-between;
  padding: .7rem .8rem;
  color: #bfdbfe;
  font-weight: 700;
}

.go-effects-body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  border-top: 1px solid var(--go-border);
  padding: .8rem;
}

.go-effects-body h4 {
  margin-bottom: .35rem;
  color: rgba(255, 255, 255, .86);
  font-size: .8rem;
  font-weight: 700;
}

.go-effects-body ul {
  display: grid;
  gap: .3rem;
  color: var(--go-muted);
  font-size: .78rem;
}

.go-formula-update-action {
  min-width: 8.5rem;
}

.go-formula-update-action:focus-visible {
  outline: 2px solid #bfdbfe;
  outline-offset: 2px;
}

.go-formula-update-action:active {
  transform: translateY(1px);
  filter: brightness(.96);
}

.go-formula-update-notice .go-formula-update-action {
  margin-top: .45rem;
}

.go-library-subtitle {
  display: block;
  margin-top: .22rem;
}

.go-formula-update-notice {
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(245, 188, 66, 0.62);
  border-radius: 0.75rem;
  background: rgba(245, 188, 66, 0.1);
}

.go-formula-update-notice p {
  margin: 0.35rem 0 0.65rem;
}

.go-formula-update-badge {
  display: inline-flex;
  width: fit-content;
  padding: 0.18rem 0.5rem;
  border: 1px solid rgba(245, 188, 66, 0.68);
  border-radius: 999px;
  color: #f5bc42;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.go-library-heading {
  align-items: stretch;
}

.go-page .ewr-card.go-library {
  border-color: rgba(147, 197, 253, .3);
  background: linear-gradient(145deg, rgba(30, 64, 175, .08), rgba(17, 24, 39, .78));
  box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
}

.go-library-toggle {
  display: flex;
  flex: 1;
  align-items: center;
  gap: .75rem;
  min-height: 3rem;
  text-align: left;
}

.go-library-toggle strong {
  display: block;
}

.go-library-count {
  margin-left: auto;
  color: var(--go-muted);
  font-size: .8rem;
}

.go-chevron {
  width: .65rem;
  height: .65rem;
  border-right: 2px solid #bfdbfe;
  border-bottom: 2px solid #bfdbfe;
  transform: rotate(45deg);
  transition: transform .15s ease;
}

.go-library-toggle[aria-expanded="true"] .go-chevron {
  transform: rotate(225deg);
}

#searchLibraryContent {
  margin-top: 1rem;
  border-top: 1px solid var(--go-border);
  padding-top: 1rem;
}

.go-library-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .8rem;
}

.go-goal-label {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  white-space: nowrap;
}

.go-library-table th,
.go-library-table td {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: .65rem .45rem;
  text-align: left;
}

.go-library-table tbody tr {
  cursor: pointer;
}

.go-library-table tbody tr:hover {
  background: rgba(255, 255, 255, .045);
}

.go-library-identity {
  display: grid;
  gap: .3rem;
  min-width: 12rem;
}

.go-library-identity-chips {
  gap: .25rem;
  margin: 0;
}

.go-library-identity-chips .go-context-chip {
  min-height: 1.55rem;
  padding: .18rem .48rem;
  font-size: .68rem;
}

.go-admin-page #adminContent,
.go-admin-page #selectedUserDetails {
  display: grid;
  gap: 1rem;
}

.go-admin-lookup,
.go-admin-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(12rem, 1fr) minmax(12rem, 1fr);
  align-items: end;
  gap: 1rem;
}

.go-admin-summary {
  display: grid;
  gap: 1rem;
}

.go-admin-table-wrap {
  overflow-x: auto;
}

@media (max-width: 760px) {
  .go-admin-lookup,
  .go-admin-actions {
    grid-template-columns: 1fr;
  }
}

.go-sort-button {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  min-height: 2rem;
  color: rgba(255, 255, 255, .75);
  font-weight: 700;
}

.go-save-toggle {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  color: rgba(255, 255, 255, .82);
  font-size: 1.15rem;
}

.go-save-toggle[aria-pressed="true"] {
  color: var(--go-amber);
}

.go-actions {
  position: relative;
}

.go-library-actions-cell {
  display: flex;
  align-items: center;
  gap: .35rem;
  white-space: nowrap;
}

.go-view-result-button,
.go-view-result-label {
  color: #bfdbfe;
  font-size: .76rem;
  font-weight: 700;
}

.go-view-result-button {
  min-height: 2.25rem;
  border: 1px solid var(--go-border);
  border-radius: .6rem;
  padding: .4rem .6rem;
  background: rgba(30, 58, 95, .3);
}

.go-view-result-button:hover {
  background: rgba(30, 58, 95, .55);
}

.go-view-result-label {
  display: block;
  margin-top: .2rem;
}

.go-actions > summary {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--go-border);
  border-radius: .6rem;
  cursor: pointer;
  list-style: none;
}

.go-actions > summary::-webkit-details-marker {
  display: none;
}

.go-action-menu {
  position: absolute;
  z-index: 15;
  right: 0;
  width: 10rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: .7rem;
  padding: .3rem;
  background: #111827;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .5);
}

.go-action-menu button {
  display: block;
  width: 100%;
  border-radius: .45rem;
  padding: .5rem .6rem;
  text-align: left;
  font-size: .78rem;
}

.go-action-menu button:hover {
  background: rgba(255, 255, 255, .08);
}

.go-library-mobile {
  display: none;
}

.go-dialog-backdrop {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, .78);
}

.go-dialog-backdrop[hidden] {
  display: none;
}

.go-dialog-backdrop-top {
  z-index: 10010;
}

.go-dialog-card {
  box-sizing: border-box;
  width: min(100%, 36rem);
  max-height: min(88dvh, 48rem);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 1rem;
  padding: 1rem;
  color: #fff;
  background: #111827;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .6);
}

.go-inventory-dialog {
  width: min(100%, 72rem);
}

.go-comparison-dialog {
  width: min(100%, 64rem);
  max-height: min(92dvh, 54rem);
  overscroll-behavior: contain;
}

.go-comparison-selections {
  display: grid;
  gap: .55rem;
  margin-top: 1rem;
}

.go-comparison-slot {
  display: grid;
  grid-template-columns: minmax(7rem, .65fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: .7rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: .65rem;
  padding: .65rem;
  background: rgba(255, 255, 255, .025);
}

.go-comparison-piece,
.go-comparison-choice {
  min-width: 0;
}

.go-comparison-piece span,
.go-comparison-choice span {
  display: block;
  margin-bottom: .25rem;
  color: var(--go-muted);
  font-size: .72rem;
}

.go-comparison-piece strong {
  overflow-wrap: anywhere;
}

.go-comparison-select {
  box-sizing: border-box;
  width: 100%;
  min-height: 2.75rem;
  border: 1px solid var(--go-border);
  border-radius: .55rem;
  padding: .55rem .65rem;
  color: #fff;
  background: #1f2937;
  font: inherit;
  font-size: 1rem;
}

.go-comparison-run {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.go-comparison-action {
  width: 100%;
}

.go-loadout-actions {
  margin-top: 1rem;
  border: 1px solid rgba(147, 197, 253, .24);
  border-radius: .9rem;
  padding: .9rem;
  background: linear-gradient(145deg, rgba(30, 64, 175, .08), rgba(255, 255, 255, .025));
}

.go-loadout-actions > h4 {
  margin: 0 0 .75rem;
  font-size: 1rem;
  font-weight: 800;
}

.go-loadout-actions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.go-loadout-actions-grid.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.go-loadout-action {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  gap: .55rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .75rem;
  padding: .8rem;
  background: rgba(0, 0, 0, .15);
}

.go-loadout-action > button {
  width: 100%;
  min-height: 44px;
}

.go-loadout-action-help,
.go-equipped-status {
  margin: 0;
}

.go-equipped-status:empty {
  display: none;
}

.go-equipped-status {
  display: grid;
  gap: .65rem;
  color: rgba(255, 255, 255, .88);
}

.go-equipped-result-category {
  display: grid;
  gap: .3rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: .6rem;
}

.go-equipped-result-category h5,
.go-equipped-result-category p {
  margin: 0;
}

.go-equipped-piece-list {
  display: grid;
  gap: .2rem;
  margin: 0;
  padding-left: 1.1rem;
}

.go-equipped-confirm-dialog {
  width: min(100%, 32rem);
}

.go-comparison-results {
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 1rem;
}

.go-comparison-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.go-comparison-table th,
.go-comparison-table td {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: .55rem .45rem;
  text-align: right;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.go-comparison-table th:first-child,
.go-comparison-table td:first-child {
  width: 38%;
  text-align: left;
}

.go-comparison-effects {
  margin-top: 1rem;
}

.go-dialog-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.go-dialog-heading h2 {
  font-size: 1.3rem;
  font-weight: 700;
}

.go-dialog-intro {
  margin-top: .65rem;
}

.go-dialog-actions {
  position: sticky;
  bottom: -1rem;
  display: flex;
  justify-content: flex-end;
  gap: .6rem;
  margin: 1rem -1rem -1rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: .8rem 1rem;
  background: rgba(17, 24, 39, .98);
}

.go-three-actions {
  justify-content: space-between;
}

.go-inventory-filter {
  display: block;
  margin-top: 1rem;
}

#inventoryConflictNotice {
  margin-top: 1rem;
}

#inventoryConflictNotice p {
  margin-bottom: .75rem;
}

.go-catalog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin-top: .8rem;
}

.go-catalog-set {
  align-self: start;
  min-width: 0;
  border: 1px solid var(--go-border);
  border-radius: .8rem;
  background: rgba(255, 255, 255, .025);
}

.go-catalog-set > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  min-height: 3rem;
  padding: .7rem .8rem;
  font-weight: 700;
}

.go-catalog-piece-list {
  display: grid;
  gap: .4rem;
  border-top: 1px solid var(--go-border);
  padding: .6rem;
}

.go-catalog-piece {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(5rem, auto);
  align-items: center;
  gap: .55rem;
  border-radius: .6rem;
  padding: .5rem;
  background: rgba(0, 0, 0, .12);
}

.go-piece-flags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: .45rem .7rem;
}

.go-piece-name {
  min-width: 0;
}

.go-piece-name strong,
.go-piece-name span {
  display: block;
}

.go-piece-name span {
  color: var(--go-muted);
  font-size: .72rem;
}

.go-owned-control {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .76rem;
}

.go-owned-control:has(input:disabled) {
  color: var(--go-muted);
}

.go-inventory-reserved-help {
  margin: 0 0 .8rem;
  border-left: 3px solid rgba(96, 165, 250, .8);
  border-radius: .35rem;
  padding: .55rem .7rem;
  color: var(--go-muted);
  background: rgba(59, 130, 246, .08);
  font-size: .82rem;
  line-height: 1.45;
}

.go-star-select {
  min-width: 0;
}

.go-gear-pool-chip {
  border-color: rgba(148, 163, 184, .35);
  color: #e2e8f0;
  background: rgba(71, 85, 105, .42);
}

.go-star-select .go-semantic-select-button {
  min-height: 2.3rem;
  border: 1px solid var(--go-border);
  border-radius: .6rem;
  padding: .35rem .45rem;
  color: #fff;
  background: #1f2937;
}

.go-textarea {
  min-height: 7rem;
  resize: vertical;
}

body.go-dialog-open {
  overflow: hidden;
}

@media (max-width: 1023px) {
  .go-control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .go-loadout-row {
    grid-template-columns: 3.4rem repeat(3, minmax(0, 1fr));
  }

  .go-row-actions {
    grid-column: 2 / -1;
    justify-content: flex-end;
    padding-top: 0;
  }

  .go-library-table {
    font-size: .74rem;
  }
}

@media (max-width: 767px) {
  .go-loadout-actions-grid {
    grid-template-columns: 1fr;
  }

  .go-loadout-action {
    width: 100%;
  }

  .go-help [role="tooltip"] {
    z-index: 100;
    width: min(17rem, var(--go-tooltip-available-width, calc(100vw - 1.5rem)));
    max-width: var(--go-tooltip-available-width, calc(100vw - 1.5rem));
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .go-inventory-help [role="tooltip"] {
    width: min(24rem, var(--go-tooltip-available-width, calc(100vw - 1.5rem)));
  }

  .go-comparison-dialog {
    max-height: calc(100dvh - .7rem);
  }

  .go-comparison-slot {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: .55rem;
  }

  .go-comparison-slot > h3 {
    grid-column: 1 / -1;
    margin: 0;
    font-size: .95rem;
  }

  .go-comparison-run .go-primary-button {
    width: 100%;
    min-height: 2.8rem;
  }

  .go-beta-feedback-update > summary {
    align-items: flex-start;
    gap: .65rem;
    padding-inline: .8rem;
  }

  .go-beta-feedback-body {
    padding-inline: .8rem;
  }

  .go-mode-selector {
    grid-template-columns: 1fr;
  }

  .go-mode-selector legend,
  .go-mode-selector .go-inline-notice {
    grid-column: 1;
  }
  .go-page {
    padding-inline: .75rem;
  }

  .go-page-heading,
  .go-section-heading,
  .go-inventory-summary,
  .go-run-area {
    align-items: stretch;
    flex-direction: column;
  }

  .go-search-type {
    align-self: flex-start;
  }

  .go-control-grid {
    grid-template-columns: 1fr;
  }

  .go-loadout-row {
    grid-template-columns: 3.2rem minmax(0, 1fr);
  }

  .go-loadout-row .go-field,
  .go-loadout-row .go-field-role,
  .go-row-actions {
    grid-column: 1 / -1;
  }

  .go-priority {
    grid-column: 1;
    grid-row: 1;
  }

  .go-row-actions {
    justify-content: flex-start;
  }

  .go-run-button {
    width: 100%;
  }

  .go-allowances {
    width: 100%;
  }

  .go-status {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .go-status-action {
    width: 100%;
    margin-left: 0;
  }

  .go-plan-summary,
  .go-result-summary,
  .go-effects-body {
    grid-template-columns: 1fr;
  }

  .go-compact-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
  }

  .go-compact-summary-item {
    min-width: 0;
  }

  .go-loadout-result > summary {
    align-items: flex-start;
  }

  .go-collapsed-metrics {
    display: grid;
    grid-template-columns: 1fr;
    gap: .22rem;
  }

  .go-gear-table,
  .go-gear-table tbody,
  .go-gear-table tr,
  .go-gear-table td {
    display: block;
    width: 100%;
  }

  .go-gear-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .go-gear-table tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .25rem .7rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: .65rem 0;
  }

  .go-gear-table td {
    border: 0;
    padding: 0;
  }

  .go-gear-table td::before {
    display: block;
    color: var(--go-muted);
    content: attr(data-label);
    font-size: .68rem;
    text-transform: uppercase;
  }

  .go-gear-table td:nth-child(1),
  .go-gear-table td:nth-child(2),
  .go-gear-table td:nth-child(3) {
    grid-column: 1;
  }

  .go-gear-table td:nth-child(4),
  .go-gear-table td:nth-child(5) {
    grid-column: 2;
  }

  .go-library-desktop {
    display: none;
  }

  .go-library-mobile {
    display: grid;
    gap: .7rem;
  }

  .go-library-card {
    border: 1px solid var(--go-border);
    border-radius: .8rem;
    padding: .75rem;
    background: rgba(255, 255, 255, .025);
  }

  .go-library-card-heading {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
  }

  .go-library-card-open {
    flex: 1;
    min-width: 0;
    text-align: left;
  }

  .go-library-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
    margin-top: .65rem;
    color: var(--go-muted);
    font-size: .75rem;
  }

  .go-library-card-grid strong {
    display: block;
    color: rgba(255, 255, 255, .86);
  }

  .go-library-heading {
    flex-wrap: wrap;
  }

  .go-library-heading .go-secondary-button {
    width: 100%;
  }

  .go-library-count {
    display: block;
    margin-left: 0;
  }

  .go-dialog-backdrop {
    align-items: end;
    padding: .35rem;
  }

  .go-dialog-card,
  .go-inventory-dialog {
    width: 100%;
    max-height: 94dvh;
    border-radius: 1rem 1rem .55rem .55rem;
  }

  .go-catalog {
    grid-template-columns: 1fr;
  }

  .go-catalog-piece {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .go-piece-flags {
    justify-content: flex-start;
  }

  .go-catalog-piece .go-star-select {
    grid-column: 1 / -1;
    width: 100%;
  }

  .go-three-actions {
    flex-direction: column-reverse;
  }

  .go-three-actions button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .go-section {
    padding: .85rem;
  }

  .go-result-tab {
    flex: 1 1 calc(50% - .5rem);
  }

  .go-allowance-grid {
    grid-template-columns: 1fr;
  }

  .go-info-content {
    margin-top: 2rem;
  }

  .go-info-section {
    padding: 1rem;
  }

  .go-about-topic > div {
    padding-left: .4rem;
  }

  .go-about-subtopic > div {
    padding-left: .4rem;
  }

  .go-crafted-families {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .go-faq-list details > div {
    padding-left: 1rem;
  }

  .go-result-card > summary {
    align-items: flex-start;
  }

  .go-loadout-result > summary {
    align-items: flex-start;
  }
}

.go-admin-grants {
  display: grid;
  grid-template-columns: minmax(13rem, 2fr) minmax(7rem, .7fr) minmax(14rem, 2fr) auto;
  gap: .8rem;
  align-items: end;
}

.go-admin-grants > div,
.go-admin-grants > p {
  grid-column: 1 / -1;
}

.go-admin-grants label {
  display: grid;
  gap: .35rem;
  color: var(--go-muted);
  font-size: .8rem;
}

.go-admin-grants[hidden] {
  display: none;
}

@media (max-width: 760px) {
  .go-admin-grants {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .go-page *,
  .go-page *::before,
  .go-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
