/*! Copyright (c) 2026 smashscreengame.com. All rights reserved. | ssg-1b2384c9be414a548705a46244af9309 | ssg-file-0a95899ef4a74466a59ed2306f8e6f2c */
:root {
  font-family: Tahoma, 'Segoe UI', sans-serif;
  font-size: 13px;
  color: #202020;
  background: #548fce;
  color-scheme: light;
  --panel: #ece9d8;
  --line: #aca899;
  --blue: #245edb;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  overflow: hidden;
}
button,
input,
select {
  font: inherit;
}
button,
select,
.ssg-1b8531743b-upload-control {
  color: #202020;
  border: 1px solid #7f9db9;
  border-radius: 3px;
  background: linear-gradient(#fff, #ece9d8);
  min-height: 32px;
  padding: 5px 10px;
}
button,
summary,
select,
.ssg-1b8531743b-upload-control {
  cursor: pointer;
}
button:hover:not(:disabled),
.ssg-1b8531743b-upload-control:hover {
  border-color: #316ac5;
  background: #fff9df;
}
button:active:not(:disabled) {
  background: #d9e6f7;
}
button:disabled {
  opacity: 0.5;
  cursor: default;
}
button[aria-pressed='true'],
.ssg-cb612fd790-selected,
.ssg-f43b82e28a-active {
  border-color: #245edb;
  background: #d9e8ff;
}
:focus-visible {
  outline: 2px solid #163eb3;
  outline-offset: 3px;
}
[hidden] {
  display: none !important;
}
.ssg-520c6ccfd5-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  white-space: nowrap;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
kbd {
  font:
    11px Tahoma,
    sans-serif;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 2px;
  padding: 1px 4px;
}
#game {
  position: fixed;
  inset: 0;
  touch-action: none;
  cursor: none;
  outline: none;
  overflow: hidden;
}
#game canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#game:focus-visible {
  outline: 2px solid #fff8;
  outline-offset: -3px;
}
#flash {
  position: fixed;
  inset: 0;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  z-index: 9;
}
#topbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 5px 12px;
  background: var(--panel);
  border-bottom: 1px solid #7f9db9;
  box-shadow: 0 1px 0 #fff inset;
}
.ssg-955765b307-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  white-space: nowrap;
}
#sessionBadge {
  font-size: 11px;
  color: #595950;
}
#sessionBadge.ssg-de533d1004-urgent {
  color: #a52214;
  font-weight: bold;
}
#stat {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-left: auto;
}
#stat > div {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
#stat span {
  font-size: 9px;
  color: #666;
}
#stat b {
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}
.ssg-eeb2523753-toolbar-actions {
  display: flex;
  gap: 4px;
}
.ssg-8b8a46d89e-ctrl,
.ssg-d334d51669-icon-button {
  min-width: 32px;
}
#palette,
#bugbar {
  position: fixed;
  z-index: 30;
  background: var(--panel);
  border: 1px solid #0054e3;
  border-radius: 5px 5px 2px 2px;
  box-shadow: 2px 3px 7px #0005;
}
#palette {
  top: 58px;
  left: 12px;
  bottom: 110px;
  width: 268px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#palette.ssg-59eb71e48e-hidden {
  transform: translateX(calc(-100% - 20px));
  visibility: hidden;
}
.ssg-b30927410b-panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 8px;
  background: linear-gradient(#3185ed, #0755dc);
  color: #fff;
}
.ssg-b30927410b-panel-heading h3 {
  font-size: 13px;
  margin: 0;
}
#weaponCount {
  font-size: 10px;
  font-weight: normal;
  margin-left: 6px;
}
.ssg-b30927410b-panel-heading button {
  min-height: 24px;
  min-width: 24px;
  padding: 0 5px;
}
.ssg-680508944e-eyebrow {
  font-size: 10px;
  color: #62625e;
}
.ssg-b375fc513a-search-wrap {
  display: flex;
  align-items: center;
  margin: 10px 10px 6px;
  gap: 6px;
}
#weaponSearch {
  width: 100%;
  min-width: 0;
  border: 1px solid #7f9db9;
  background: #fff;
  padding: 7px;
  border-radius: 0;
}
#categoryFilters {
  display: flex;
  gap: 4px;
  padding: 0 10px 8px;
}
#categoryFilters button {
  flex: 1;
  font-size: 11px;
  padding: 4px;
}
#weapons {
  flex: 1;
  overflow-y: auto;
  padding: 0 9px 10px;
  overscroll-behavior: contain;
}
.ssg-a9ba4bfa06-wcat {
  font-weight: bold;
  margin: 10px 0 6px;
  font-size: 11px;
}
.ssg-94a9ae6975-wrow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.ssg-40717a07cd-wbtn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 4px 2px;
}
.ssg-40717a07cd-wbtn.ssg-85758773d4-sel {
  background: #d9e8ff;
  border-color: var(--blue);
  box-shadow: inset 0 0 0 1px #245edb;
}
.ssg-71a9dbe6b9-ico {
  width: 38px;
  height: 38px;
}
.ssg-0a0ae6f932-nm {
  font-size: 10px;
}
.ssg-213bc79297-key {
  position: absolute;
  top: 3px;
  right: 4px;
  color: #666;
  font-size: 9px;
}
#noWeapons {
  padding: 10px;
}
.ssg-b90872a85f-recipe-link {
  margin: 8px;
  text-align: left;
}
.ssg-b90872a85f-recipe-link span:last-child {
  float: right;
}
#bugbar {
  right: 12px;
  bottom: 110px;
  width: 260px;
  max-height: calc(100dvh - 175px);
  overflow: auto;
  padding: 12px;
}
#bugbar.ssg-59eb71e48e-hidden {
  display: none;
}
#bugbar .ssg-b30927410b-panel-heading {
  margin: -12px -12px 8px;
  gap: 8px;
}
#bugbar h3 {
  font-size: 13px;
  margin: 0;
  flex: 1;
}
#bugbar h3 b {
  float: right;
  font-size: 10px;
  font-weight: normal;
}
#population {
  font-size: 11px;
  color: #666;
}
.ssg-39f2c80bb4-bg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.ssg-adbaf2dbf5-bb {
  text-align: left;
  font-size: 11px;
}
.ssg-18fe1a4543-foot {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ssg-18fe1a4543-foot label {
  font-size: 11px;
}
#summonQueen {
  width: 100%;
}
#bottomDock {
  position: fixed;
  z-index: 20;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 5px 8px;
  background: var(--panel);
  border: 1px solid #7f9db9;
  border-radius: 3px;
  box-shadow: 1px 2px 4px #0003;
}
#toolHint {
  width: 138px;
  padding: 0 4px;
}
#toolHint b,
#toolHint span {
  display: block;
}
#toolHint b {
  font-size: 12px;
  margin-bottom: 5px;
}
#toolHint span {
  font-size: 10px;
  color: #606057;
}
#quickTools {
  display: flex;
  gap: 4px;
}
#quickTools button {
  width: 66px;
  padding: 0 2px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#quickTools span {
  font-size: 9px;
  white-space: nowrap;
}
#quickTools .ssg-cb612fd790-selected {
  box-shadow: inset 0 0 0 1px #245edb;
}
#objectiveHUD {
  position: fixed;
  z-index: 19;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: min(370px, calc(100% - 24px));
  padding: 10px 12px;
  background: var(--panel);
  border: 1px solid #7f9db9;
  border-radius: 3px;
}
#objectiveHUD .ssg-680508944e-eyebrow,
#objectiveText,
#objectiveTarget {
  display: block;
  margin-bottom: 5px;
}
#objectiveTarget {
  font-size: 11px;
}
.ssg-6b1c6f4b55-objective-track,
.ssg-f5813e0e1e-bar {
  height: 5px;
  background: #c8c5b5;
  overflow: hidden;
}
.ssg-6b1c6f4b55-objective-track i,
.ssg-f5813e0e1e-bar i {
  display: block;
  height: 100%;
  width: 0;
  background: #318039;
}
#retryBtn {
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 11px;
}
#targetInfo {
  position: fixed;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffe1;
  border: 1px solid #777;
  padding: 4px 8px;
  font-size: 10px;
  pointer-events: none;
  z-index: 18;
}
#objectiveHUD:not([hidden]) ~ #targetInfo {
  top: 165px;
}
#reactionHUD {
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
  pointer-events: none;
  opacity: 0;
  z-index: 19;
}
#reactionHUD.ssg-b3b7ef26bf-show {
  opacity: 1;
}
#reactionHUD b {
  display: block;
  font-size: 24px;
}
#reactionHUD span {
  display: block;
  margin-top: 5px;
}
#combo {
  position: fixed;
  right: 16px;
  top: 60px;
  display: none;
  pointer-events: none;
  text-align: right;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
#combo.ssg-b3b7ef26bf-show {
  display: block;
}
.ssg-a87ad9663e-cx {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
#toast {
  position: fixed;
  z-index: 110;
  left: 50%;
  bottom: 133px;
  transform: translateX(-50%);
  background: #ffffe1;
  border: 1px solid #666;
  border-radius: 3px;
  color: #202020;
  padding: 9px 14px;
  max-width: calc(100vw - 24px);
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
#toast.ssg-b3b7ef26bf-show {
  opacity: 1;
}
#ach {
  position: fixed;
  z-index: 45;
  top: 60px;
  right: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px;
  background: #ffffe1;
  border: 1px solid #888;
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
  max-width: calc(100% - 24px);
}
#ach.ssg-b3b7ef26bf-show {
  opacity: 1;
}
.ssg-9405e2bc07-trophy {
  font-size: 26px;
}
.ssg-5b44475946-an {
  font-weight: bold;
  margin-bottom: 4px;
}
.ssg-790ba53f9c-ad {
  font-size: 11px;
}
#help {
  display: none;
  position: fixed;
  z-index: 100;
  inset: 0;
  padding: 20px 12px;
  align-items: center;
  justify-content: center;
  background: #10234224;
}
#help.ssg-1e336c1740-open {
  display: flex;
}
.ssg-0aef942802-card {
  scroll-padding-top: 90px;
  width: 390px;
  max-width: 100%;
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  background: var(--panel);
  border: 3px solid #0755d8;
  border-radius: 7px 7px 3px 3px;
  box-shadow: 5px 7px 18px #0005;
}
.ssg-0aef942802-card.ssg-cf98bd0572-expanded {
  width: 580px;
}
.ssg-fce004dc90-window-title {
  background: linear-gradient(#3185ed 0%, #0755dc 60%, #064ac4);
  color: #fff;
  padding: 7px 9px 9px;
  font-weight: bold;
  text-shadow: 1px 1px #12378c;
}
.ssg-c0f0321f11-welcome {
  padding: 24px 20px 6px;
  text-align: center;
}
.ssg-1a07f8ca59-welcome-icon {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 14px;
}
.ssg-c0f0321f11-welcome h1 {
  font-size: 19px;
  margin: 0 0 12px;
}
.ssg-c0f0321f11-welcome p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
.ssg-36f6ffcd34-menu-launch {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--panel);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 22px 20px 15px;
}
.ssg-25490460d6-go {
  border: 1px solid #003c74;
  box-shadow: inset 0 0 0 2px #d5e5fa;
  font-weight: bold;
}
#startBtn {
  min-height: 44px;
  min-width: 160px;
  font-size: 16px;
}
#newGameBtn {
  min-height: 44px;
}
#moreOptions {
  border-top: 1px solid #d2cfbf;
}
#moreOptions > summary {
  padding: 13px 18px;
  text-align: center;
  font-size: 12px;
  color: #3c4e6b;
}
.ssg-22b2592a15-options-content {
  padding: 0 16px 15px;
}
.ssg-7731ca4371-section-label {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin: 14px 0 8px;
  font-size: 12px;
  font-weight: bold;
}
.ssg-7731ca4371-section-label span:last-child {
  font-size: 10px;
  font-weight: normal;
  color: #62625e;
}
.ssg-d9a1983507-mode-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.ssg-98e51c210f-mode {
  text-align: left;
  padding: 10px 8px;
  position: relative;
}
.ssg-a8b31297ed-mode-icon,
.ssg-9926a65b5a-mode-check {
  display: none;
}
.ssg-98e51c210f-mode b,
.ssg-98e51c210f-mode small {
  display: block;
}
.ssg-98e51c210f-mode small {
  font-size: 10px;
  margin-top: 5px;
  line-height: 1.4;
  font-weight: normal;
}
#themeCards {
  display: grid;
  gap: 5px;
}
.ssg-f8f4498c06-theme-card {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  padding: 7px 9px;
}
.ssg-f8f4498c06-theme-card b,
.ssg-f8f4498c06-theme-card small {
  display: block;
}
.ssg-f8f4498c06-theme-card small {
  font-size: 10px;
  color: #666;
  margin-top: 3px;
}
.ssg-6d552d5214-theme-swatch {
  font-size: 22px;
  color: #245edb;
}
.ssg-fe15dedd1d-theme-check {
  margin-left: auto;
}
.ssg-f8f4498c06-theme-card[aria-disabled='true'] {
  opacity: 0.6;
}
.ssg-d571b23e0f-help-details {
  border-top: 1px solid #c9c6b7;
  margin-top: 10px;
}
.ssg-d571b23e0f-help-details summary {
  padding: 11px 2px;
  font-size: 12px;
}
.ssg-d571b23e0f-help-details summary > span {
  float: right;
  font-size: 10px;
  color: #666;
}
.ssg-e404c8fbcc-grid {
  display: grid;
  gap: 8px;
  font-size: 11px;
  line-height: 1.6;
  margin: 10px 0 15px;
}
.ssg-237a2379fd-settings {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}
.ssg-237a2379fd-settings label {
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 1.4;
  font-size: 12px;
}
input[type='checkbox'] {
  accent-color: #245edb;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.ssg-c60bf82584-wallpaper-settings {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.ssg-c60bf82584-wallpaper-settings > span {
  width: 100%;
  font-size: 11px;
}
.ssg-1b8531743b-upload-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
}
.ssg-1b8531743b-upload-control input {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.ssg-1b8531743b-upload-control:focus-within {
  outline: 2px solid #163eb3;
  outline-offset: 3px;
}
.ssg-150e50c5fa-secret {
  font-size: 11px;
  line-height: 1.8;
  margin: 12px 0;
}
#recipeList,
#achievementList {
  display: grid;
  gap: 6px;
}
.ssg-c7b53e7def-recipe,
.ssg-d5aa9793aa-achievement {
  padding: 8px;
  background: #f6f5ef;
  border: 1px solid #d2cfbf;
  display: flex;
  gap: 8px;
}
.ssg-c7b53e7def-recipe b,
.ssg-c7b53e7def-recipe small,
.ssg-d5aa9793aa-achievement b,
.ssg-d5aa9793aa-achievement span {
  display: block;
}
.ssg-c7b53e7def-recipe small,
.ssg-d5aa9793aa-achievement span {
  font-size: 11px;
  color: #62625e;
  line-height: 1.5;
  margin-top: 4px;
}
.ssg-c7b53e7def-recipe.ssg-d8f10914d2-discovered,
.ssg-d5aa9793aa-achievement.ssg-4c66304925-earned {
  border-color: #829e76;
}
.ssg-d5aa9793aa-achievement {
  flex-direction: column;
  gap: 0;
}
#progressLine {
  font-size: 10px;
  color: #62625e;
  margin-top: 15px;
}
#missionCards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 10px;
}
.ssg-ee7a7a06e0-mission-card {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
}
.ssg-ee7a7a06e0-mission-card b {
  font-size: 12px;
}
.ssg-ee7a7a06e0-mission-card small {
  font-size: 10px;
  line-height: 1.4;
}
.ssg-63d6005541-mission-medal {
  color: #866625;
  font-size: 11px;
}
#missionDetail {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 10px;
}
#roundResult {
  padding: 12px 20px 0;
  text-align: center;
}
.ssg-7d955dcb74-result-title {
  font-size: 16px;
  display: block;
}
.ssg-477eef054d-result-numbers {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 15px 0;
}
.ssg-477eef054d-result-numbers strong,
.ssg-477eef054d-result-numbers span {
  display: block;
}
.ssg-477eef054d-result-numbers strong {
  font-size: 22px;
}
.ssg-477eef054d-result-numbers span {
  font-size: 9px;
  margin-top: 3px;
  color: #666;
}
#roundResult p {
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 5px;
}
#resultActions {
  padding: 10px 20px 0;
  text-align: center;
}
#replayDialog {
  width: min(760px, calc(100% - 24px));
  max-height: calc(100dvh - 24px);
  overflow: auto;
  border: 3px solid #0755d8;
  border-radius: 5px;
  padding: 16px;
  background: var(--panel);
}
#replayDialog::backdrop {
  background: #10234266;
}
.ssg-131bdf3601-replay-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
.ssg-131bdf3601-replay-heading h2 {
  margin: 0;
  font-size: 17px;
}
#replayPreview {
  display: block;
  width: 100%;
  max-height: 60dvh;
  object-fit: contain;
  background: #111;
}
#replayStatus {
  font-size: 12px;
  margin: 10px 0;
}
.ssg-700ee58d9a-replay-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ssg-40544c427a-noscript {
  position: fixed;
  z-index: 999;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--panel);
  padding: 24px;
}
@media (max-width: 1050px) {
  .ssg-9eb244db5c-best-stat,
  #stat > div:nth-child(2) {
    display: none !important;
  }
  #topbar {
    gap: 10px;
  }
  #sessionBadge {
    font-size: 10px;
  }
}
@media (max-width: 760px) {
  #topbar {
    padding: 5px 7px;
    gap: 7px;
  }
  .ssg-955765b307-brand > span,
  .ssg-eeb2523753-toolbar-actions .ssg-cbc34f8f27-t {
    display: none;
  }
  .ssg-eeb2523753-toolbar-actions {
    gap: 3px;
  }
  .ssg-eeb2523753-toolbar-actions button {
    padding: 4px 6px;
    min-width: 30px;
  }
  #stat {
    gap: 0;
    margin-left: auto;
  }
  #stat > div {
    flex-direction: column;
    gap: 1px;
  }
  #stat b {
    font-size: 12px;
  }
  #sessionBadge {
    max-width: 65px;
  }
  #palette {
    top: 101px;
    bottom: 134px;
    left: 10px;
    width: min(280px, calc(100% - 20px));
  }
  #bugbar {
    top: 101px;
    bottom: auto;
    right: 10px;
    max-height: calc(100dvh - 245px);
  }
  #bottomDock {
    gap: 6px;
    padding: 5px;
    max-width: calc(100% - 20px);
  }
  #quickTools button {
    width: 62px;
    min-height: 53px;
  }
  #toolHint {
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100vw - 24px);
    display: flex;
    gap: 7px;
    align-items: center;
    padding: 5px 9px;
    border-radius: 2px;
    background: #ece9d8e8;
  }
  #toolHint b {
    font-size: 11px;
    margin: 0;
  }
  #toolHint span {
    font-size: 10px;
  }
  #objectiveHUD {
    top: 101px;
  }
  #objectiveHUD:not([hidden]) ~ #targetInfo {
    top: 208px;
  }
  #targetInfo {
    top: 100px;
    font-size: 9px;
  }
  #combo {
    top: 103px;
  }
  #toast {
    bottom: 152px;
    width: max-content;
    font-size: 12px;
  }
  #ach {
    top: 101px;
  }
  .ssg-c0f0321f11-welcome {
    padding: 22px 14px 6px;
  }
  .ssg-c0f0321f11-welcome h1 {
    font-size: 18px;
  }
  .ssg-22b2592a15-options-content {
    padding: 0 10px 12px;
  }
  .ssg-7731ca4371-section-label span:last-child {
    max-width: 50%;
    text-align: right;
  }
  .ssg-d9a1983507-mode-grid {
    gap: 4px;
  }
  .ssg-98e51c210f-mode {
    padding: 8px 5px;
  }
  .ssg-98e51c210f-mode b {
    font-size: 11px;
  }
  .ssg-98e51c210f-mode small {
    font-size: 10px;
  }
}
@media (max-width: 380px) {
  .ssg-955765b307-brand {
    display: none;
  }
  #topbar {
    gap: 4px;
  }
  #stat span {
    font-size: 8px;
  }
}
@media (max-height: 500px) {
  #help {
    padding: 10px;
  }
  .ssg-0aef942802-card {
    max-height: calc(100dvh - 20px);
  }
  .ssg-c0f0321f11-welcome {
    padding-top: 12px;
  }
  .ssg-1a07f8ca59-welcome-icon {
    display: none;
  }
  .ssg-36f6ffcd34-menu-launch {
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--panel);
    padding-top: 14px;
  }
  #palette {
    top: 50px;
    bottom: 115px;
  }
}
.ssg-3d2ef45337-reduce-motion *,
.ssg-3d2ef45337-reduce-motion *::before,
.ssg-3d2ef45337-reduce-motion *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

/* Center dock shortcuts and its always reachable collapse control. */
#bottomDock {
  padding-bottom: 30px;
}
#dockToggle {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 22px;
  white-space: nowrap;
  font-size: 10px;
}
#quickTools .ssg-a493c66b02-panel-symbol {
  font-size: 25px;
  line-height: 40px;
}
#bottomDock.ssg-d13d1b9521-collapsed {
  width: 110px;
  height: 28px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
#bottomDock [hidden] {
  display: none;
}
@media (max-width: 760px) {
  #bottomDock {
    padding-bottom: 30px;
  }
  #quickTools {
    gap: 2px;
  }
  #quickTools button {
    width: clamp(43px, calc((100vw - 42px) / 6), 62px);
  }
  #quickTools span {
    font-size: 8px;
  }
}

#toolHint > small {
  display: block;
  margin-bottom: 4px;
  font-size: 9px;
  color: #606057;
}
#quickTools button[data-panel] {
  justify-content: center;
  background: #e4eaf3;
}
#quickTools button[data-panel='palette'] {
  margin-left: 8px;
}
#quickTools button[data-panel] > small {
  font-size: 8px;
  color: #43536a;
  margin-top: 3px;
  white-space: nowrap;
}
#quickTools button[data-panel][aria-expanded='true'] {
  background: #cbdcfa;
  box-shadow: inset 0 0 0 1px #245edb;
}
@media (max-width: 760px) {
  #bottomDock {
    width: min(calc(100vw - 20px), calc(var(--quick-tool-count, 6) * 64px + 12px));
  }
  #quickTools {
    display: grid;
    grid-template-columns: repeat(var(--quick-tool-count, 6), minmax(0, 1fr));
    width: 100%;
    min-width: 0;
  }
  #quickTools button[data-panel='palette'] {
    margin-left: 0;
  }
  #quickTools button {
    width: 100%;
    min-width: 0;
  }
  #quickTools span {
    white-space: normal;
    text-align: center;
  }
  #quickTools button[data-panel] > small {
    font-size: 7px;
    white-space: normal;
  }
  #toolHint > small {
    display: none;
  }
}

.ssg-92a69d3a84-copyright {
  margin: 4px 12px 10px;
  text-align: center;
  font-size: 10px;
  color: #555;
}

/* Compact desktop chrome with a clear brand and separate control groups. */
#topbar {
  background: linear-gradient(180deg, #fffef5, #ece9d8);
  border-bottom: 2px solid #245edb;
  box-shadow: 0 2px 8px #102c5526;
}
#brandIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #1646a4;
  border-radius: 5px;
  background: linear-gradient(#4b94ff, #245edb);
  font-size: 20px;
}
#brandTagline {
  display: block;
  margin-top: 2px;
  font-size: 8px;
  letter-spacing: 1.1px;
  color: #526174;
}
#sessionBadge {
  padding: 4px 8px;
  border: 1px solid #becbdc;
  border-radius: 12px;
  background: #f4f8ff;
  color: #244c82;
  font-weight: bold;
}
#stat {
  padding-right: 12px;
  border-right: 1px solid #c5c6be;
}
#stat b {
  color: #174a99;
}
#topbar #helpBtn {
  color: #fff;
  background: linear-gradient(#4485e9, #245edb);
  border-color: #1646a4;
  font-weight: bold;
}
#siteLinks {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0 12px 12px;
  font-size: 11px;
}
#siteLinks a {
  color: #174a99;
  text-underline-offset: 3px;
}
#documentPage {
  overflow: auto;
  background: #f4f6fa;
  color: #25334a;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
#documentPage a {
  color: #174a99;
  text-underline-offset: 4px;
}
#documentHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px max(24px, calc((100% - 1040px) / 2));
  background: #ece9d8;
  border-top: 4px solid #245edb;
  border-bottom: 1px solid #c8cbd1;
}
#documentHeader > a {
  text-decoration: none;
  white-space: nowrap;
}
#documentHeader nav {
  display: flex;
  gap: 20px;
  font-size: 14px;
}
#documentHeader [aria-current] {
  font-weight: bold;
}
#content {
  max-width: 800px;
  margin: 52px auto;
  padding: 0 24px;
}
#content h1 {
  color: #16396f;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 18px;
}
#content h2 {
  font-size: 22px;
  line-height: 1.35;
  margin-top: 36px;
  color: #16396f;
}
#content h3 {
  font-size: 17px;
  margin-top: 24px;
}
#content p,
#content li {
  overflow-wrap: anywhere;
}
#documentEyebrow {
  color: #61718b;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
}
#documentLead {
  font-size: 20px;
  color: #53647c;
}
#documentFooter {
  max-width: 800px;
  margin: auto;
  border-top: 1px solid #d1d8e3;
  padding: 24px;
  font-size: 13px;
}
#documentFooter a {
  margin-right: 20px;
}
#documentFooter p {
  margin-top: 18px;
  color: #61718b;
}
#skipLink {
  position: absolute;
  top: -100px;
  left: 16px;
  padding: 8px;
  background: white;
  z-index: 100;
}
#skipLink:focus {
  top: 8px;
}
@media (max-width: 760px) {
  #topbar #brandIcon {
    display: inline-flex;
    width: 25px;
    height: 27px;
    font-size: 17px;
  }
  #stat {
    padding-right: 6px;
  }
  #sessionBadge {
    padding: 3px 5px;
    font-size: 9px;
  }
  #documentHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 24px;
  }
  #documentHeader nav {
    gap: 16px;
  }
  #content {
    margin-top: 32px;
  }
}
@media (max-width: 380px) {
  #topbar {
    gap: 3px;
    padding-left: 4px;
    padding-right: 4px;
  }
  #sessionBadge {
    padding: 2px 3px;
    font-size: 8px;
  }
  #stat {
    padding-right: 3px;
  }
  .ssg-eeb2523753-toolbar-actions {
    gap: 2px;
  }
}
#documentHeader nav {
  flex-wrap: wrap;
}
#brandTagline {
  font-size: 10px;
  letter-spacing: 0;
  font-weight: normal;
}
#documentDomain {
  display: block;
  font-size: 12px;
  color: #526174;
  line-height: 1.3;
}
@media (max-width: 760px) {
  #topbar {
    height: 64px;
    padding-top: 23px;
  }
  #topbar .ssg-955765b307-brand {
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
  }
  #topbar #brandIcon {
    display: none;
  }
  #topbar .ssg-955765b307-brand > span:last-child {
    display: block;
    font-size: 0;
  }
  #topbar #brandTagline {
    margin: 0;
    font-size: 10px;
    line-height: 14px;
  }
  #palette,
  #bugbar {
    top: 70px;
  }
}
