/* Command center: reference-inspired layout, using the game's real data and models. */
:root {
  --panel: #061c17ed;
  --lime: #bcf65c;
  --line: #28483b;
  --text: #e9f0e6;
  --muted: #9bb4a5;
}
body {
  font-family: "Segoe UI", Arial, sans-serif;
}
button {
  border-radius: 5px;
  font-weight: 750;
  transition:
    background 0.16s,
    border-color 0.16s,
    box-shadow 0.16s;
}
button:hover {
  border-color: var(--lime);
}
button.primary {
  background: linear-gradient(115deg, #c9fa6b, #92d92d);
  box-shadow: 0 0 22px #a5ea3919;
  color: #10200a;
}
h1,
h2 {
  letter-spacing: -0.025em;
}
h2 {
  font-size: 20px;
}
.panel {
  border: 1px solid #28483b;
  border-radius: 7px;
  background: linear-gradient(130deg, #0a241eea, #03130fef);
  box-shadow: 0 8px 30px #0003;
  backdrop-filter: blur(12px);
}
#header {
  height: 76px;
  padding: 8px 22px;
  grid-template-columns: 200px minmax(0, 1fr) auto auto;
  grid-template-rows: 1fr;
  gap: 12px;
  border-bottom: 1px solid #405f34;
  background: #02150ff5;
}
#header .brand {
  grid-column: 1;
  font-size: 27px;
}
.brand small {
  font-size: 8px;
  letter-spacing: 2px;
}
#header nav {
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  gap: 2px;
  scrollbar-width: none;
}
#header nav button {
  height: 100%;
  padding: 12px 11px;
  text-transform: uppercase;
  font:
    750 11px "Segoe UI",
    sans-serif;
  border-radius: 4px 4px 0 0;
  color: #e2e9df;
}
#header #accountActions {
  align-self: stretch;
  gap: 0;
}
#header nav .nav-active {
  background: linear-gradient(#a6ef5110, #a6ef5130);
  color: #cbff73;
  border-bottom: 3px solid #b6f552;
  box-shadow: 0 6px 15px #b6f54226;
}
#header #connection {
  display: none;
}
#walletBadge {
  grid-column: 3;
  grid-row: 1;
  border-color: #5c8538;
  padding: 12px;
}
#header .pilot-badge {
  grid-column: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  background: transparent;
  border: 0;
  color: var(--text);
  padding: 4px;
  max-width: 155px;
}
.pilot-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 20%, #b2ef61, #234c30);
  border: 1px solid #b6f552;
  color: #122015;
}
.pilot-label {
  max-width: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.screen {
  top: 92px;
  bottom: 54px;
}
.game-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 34px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  background: #03140ff5;
  border-top: 1px solid #365040;
  font:
    11px Consolas,
    monospace;
  color: #6f9180;
  letter-spacing: 2px;
}
.menu {
  max-width: none;
  width: auto;
  padding: 4vh 3vw;
}
.menu h1 {
  font-size: clamp(48px, 5.6vw, 88px);
}
.menu .intro,
.menu .pilot-account,
.menu .menu-actions,
.menu #welcome,
.menu #serverCompatibility {
  max-width: 440px;
}
.menu-actions label {
  margin-top: 0;
}
#garage {
  inset: 92px 22px 48px;
  display: grid;
  grid-template-columns: 260px minmax(280px, 1fr) 290px;
  grid-template-rows: 70px minmax(210px, 1fr) 230px;
  gap: 16px;
  overflow: hidden;
  padding: 0;
}
#garage .scene-heading {
  position: static;
  grid-column: 1;
  grid-row: 1;
}
#garage .scene-heading h1 {
  font-size: 30px;
  margin: 4px 0;
}
#garage .scene-heading .eyebrow {
  font-size: 10px;
  margin: 0 0 5px;
}
#garage .garage-left {
  position: static;
  width: auto;
  grid-column: 1;
  grid-row: 2;
  padding: 14px;
  overflow: auto;
  max-height: none;
}
#garage .garage-left h2 {
  font-size: 16px;
  display: inline-block;
  margin: 0 0 12px;
}
.garage-new {
  float: right;
  padding: 7px;
  font-size: 10px;
}
#garageRobots.card-carousel {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  overflow: visible;
  scroll-snap-type: none;
}
#garageRobots .carousel-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  grid-template-rows: auto auto;
  gap: 0 5px;
  flex: none;
  width: 100%;
  min-height: 70px;
  padding: 5px;
  transform: none;
  text-align: left;
  background: #071c17;
}
#garageRobots .carousel-card img {
  grid-column: 1;
  grid-row: 1/3;
  width: 76px;
  height: 62px;
  object-fit: contain;
}
#garageRobots .carousel-card strong {
  font-size: 13px;
  align-self: end;
}
#garageRobots .carousel-card small {
  font-size: 10px;
  margin: 3px 0;
}
#garageRobots .carousel-card[aria-pressed="true"] {
  border-color: var(--lime);
  border-left: 4px solid var(--lime);
  background: #18381f;
  box-shadow: inset 0 0 20px #b5f45115;
}
#garage #pilotName,
#garage label[for="pilotName"] {
  display: none;
}
#garageLibrary {
  font-size: 10px;
  width: 100%;
  padding: 9px;
}
#garageRobotStatus {
  font-size: 10px;
}
#garage .garage-right {
  position: static;
  width: auto;
  grid-column: 3;
  grid-row: 1/3;
  padding: 18px;
  overflow: auto;
  max-height: none;
}
.garage-pilot {
  border-bottom: 1px solid #2b4337;
  padding-bottom: 14px;
  margin: 0 0 8px;
  font-size: 25px;
}
#garage #stats {
  border: 0;
  margin: 0;
  padding: 0;
}
#garage .stat {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #183328;
  font-size: 12px;
}
#garage .garage-bottom {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: none;
  border: 0;
  padding: 12px 0 0;
  gap: 8px;
}
#garage .garage-bottom button {
  padding: 13px;
  font-size: 12px;
}
#garage #saveState {
  display: block;
  font:
    9px Consolas,
    monospace;
  color: var(--muted);
}
#garage .parts-shelf {
  position: static;
  grid-column: 1/-1;
  grid-row: 3;
  padding: 10px 12px;
  overflow: hidden;
  pointer-events: auto;
}
#categories {
  display: flex;
  gap: 6px;
  overflow: auto;
  margin: 0 0 8px;
}
#categories button {
  flex-shrink: 0;
  padding: 9px 18px;
  font-size: 11px;
  width: auto;
  white-space: nowrap;
  margin: 0;
}
#categories button.active {
  color: var(--lime);
  background: #80c93920;
  border: 1px solid var(--lime);
}
.shelf-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 23px;
}
.shelf-heading h2 {
  font-size: 12px;
  margin: 0;
}
.shelf-heading p {
  font-size: 10px;
  margin: 0;
}
#garage #parts {
  padding: 4px 0;
  gap: 8px;
  scroll-padding: 0;
}
#garage #parts .part {
  flex: 0 0 142px;
  min-height: 122px;
  height: 122px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2px;
  transform: none;
}
#parts .part img {
  width: 100%;
  height: 76px;
  object-fit: contain;
}
#parts .part span {
  font-size: 11px;
}
#parts .part small {
  font-size: 8px;
  margin: 0;
}
#garage #partInfo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 4px 0 0;
  min-height: 22px;
  font-size: 11px;
}
#garage #partInfo p {
  margin: 0;
  font-size: 10px;
  color: var(--muted);
  flex: 1;
}
#garage #partInfo button {
  margin: 0;
  padding: 5px 14px;
  font-size: 10px;
  white-space: nowrap;
}
#garage #appearance {
  display: flex;
  gap: 12px;
  align-items: center;
}
#appearance input,
#appearance select {
  width: 130px;
}
.robot-mounts {
  grid-column: 2;
  grid-row: 1/3;
  position: relative;
  pointer-events: none;
}
.mount-point {
  position: absolute;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  background: transparent;
  border: 0;
  padding: 0;
}
.mount-point span {
  padding: 7px 10px;
  background: #123420de;
  border: 1px solid #709b4b;
  border-radius: 4px;
  font-size: 10px;
}
.mount-point strong {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid #b8f65c;
  background: #183c1ce6;
  box-shadow: 0 0 12px #a6ef5144;
  border-radius: 4px;
  color: var(--lime);
  font-size: 30px;
  font-weight: 500;
}
.mount-weapon {
  top: 15%;
  left: 43%;
}
.mount-armor {
  top: 34%;
  left: 8%;
}
.mount-chassis {
  top: 62%;
  left: 0;
}
.mount-mobility {
  top: 36%;
  right: 2%;
}
.mount-mount {
  top: 65%;
  right: 0;
}
.paint-switch {
  position: absolute;
  bottom: 0;
  left: 30%;
  pointer-events: auto;
  font-size: 10px;
  background: #0a251be8;
  padding: 8px 20px;
}
#garage .orbit-hint {
  top: auto;
  bottom: 250px;
  left: 35%;
  font-size: 9px;
}
#play {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(420px, 1.8fr) 255px;
  gap: 20px;
  overflow: auto;
  align-items: start;
}
.play-pilot h1 {
  font-size: clamp(34px, 3.7vw, 60px);
  line-height: 1.04;
  margin: 12px 0;
}
.play-pilot h1 em {
  color: var(--lime);
  font-style: normal;
}
.play-pilot > p:not(.eyebrow) {
  font-size: 14px;
}
.play-robot-image {
  width: 100%;
  height: 240px;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px #0008);
}
.play-robot-select {
  padding: 15px;
}
.play-robot-select h2 {
  margin: 0 0 12px;
  font-size: 21px;
}
.play-robot-select button {
  padding: 8px;
  font-size: 10px;
}
.play-robot-select select {
  margin: 0;
}
#play .matchmaking-panel {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 18px;
}
#play .matchmaking-panel > .eyebrow {
  display: none;
}
#play .matchmaking-panel > h1 {
  font-size: 27px;
  margin: 0 0 8px;
}
#play .matchmaking-panel > h2 {
  display: none;
}
#modeChoices {
  padding: 12px 0;
  gap: 10px;
  scroll-padding: 0;
}
#modeChoices .carousel-card {
  flex: 0 0 calc(50% - 5px);
  min-height: 146px;
  transform: none;
  padding: 16px 10px;
  background: linear-gradient(#0c2727, #031719);
}
#modeChoices .carousel-card::before {
  content: "⬡  ⬡";
  display: block;
  color: #cadbcc;
  font-size: 35px;
  margin-bottom: 12px;
}
#modeChoices .carousel-card[aria-pressed="true"] {
  border-color: var(--lime);
  box-shadow:
    inset 0 0 26px #96e94422,
    0 0 9px #96e94422;
  background: linear-gradient(#1c3520, #071b12);
}
#modeChoices strong {
  font-size: 23px;
}
#modeChoices small {
  font-size: 11px;
}
.play-arenas {
  margin-top: 18px;
  padding: 14px;
}
.play-arenas h2 {
  margin: 0 0 6px;
  font-size: 19px;
}
.play-arenas p {
  font-size: 10px;
  line-height: 1.5;
}
.arena-strip {
  display: flex;
  gap: 8px;
  overflow: auto;
  padding: 5px 0;
}
.arena-card {
  flex: 0 0 130px;
  padding: 0 0 8px;
  overflow: hidden;
  background: #081c18;
}
.arena-card img {
  width: 100%;
  height: 95px;
  object-fit: cover;
}
.arena-card strong {
  display: block;
  font-size: 12px;
  margin: 7px 4px;
}
.arena-card small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  padding: 0 6px;
}
.arena-card[aria-pressed="true"] {
  border: 1px solid var(--lime);
  box-shadow: 0 0 9px #b5f45133;
}
.play-launch {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 18px;
}
.play-launch #findMatch {
  font-size: 18px;
  min-height: 58px;
  margin: 0;
}
.play-launch #mmCustom {
  font-size: 11px;
  margin: 0;
}
.play-launch #mmHome {
  grid-column: 1/-1;
  margin: 0;
  padding: 7px;
}
.play-stats {
  padding: 18px;
}
.play-stats h2 {
  margin: 0 0 20px;
}
.play-stat-list .stat {
  display: grid;
  grid-template-columns: 70px 1fr 35px;
  gap: 8px;
  align-items: center;
  padding: 14px 0;
  font-size: 12px;
}
.play-stat-list progress {
  width: 100%;
}
.play-stat-list b {
  text-align: right;
}
.equipped-weapon {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.8;
}
#admin {
  inset: 92px 20px 48px;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 235px;
  gap: 20px;
  overflow: auto;
  align-items: start;
}
.admin-sidebar {
  padding: 16px;
  position: sticky;
  top: 0;
}
.admin-sidebar h2 {
  font-size: 22px;
}
.admin-sections {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  margin-top: 24px;
}
.admin-sections button {
  text-align: left;
  padding: 18px 13px;
  font-size: 12px;
  background: #0a211b;
}
.admin-sections button.active {
  background: linear-gradient(100deg, #325826, #14381d);
  border-color: var(--lime);
  box-shadow: inset 0 0 20px #a8ed4d18;
}
#admin .admin-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 20px;
  min-width: 0;
}
.admin-main > h1 {
  font-size: 31px;
  margin: 5px 0;
}
.admin-main > .eyebrow {
  font-size: 9px;
}
.admin-content-section > h2 {
  font-size: 23px;
  margin: 24px 0 12px;
}
.admin-search {
  margin-bottom: 12px;
}
.admin-table-labels {
  display: flex;
  justify-content: space-between;
  background: #143327;
  padding: 14px 10px;
  font-size: 10px;
  color: #a9c6b5;
  border: 1px solid var(--line);
}
#adminUsers {
  gap: 0;
}
#adminUsers .admin-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  border: 1px solid #1d3c30;
  border-top: 0;
  border-radius: 0;
  padding: 13px 10px;
  background: #061b16;
}
#adminUsers .admin-row > div {
  flex: 1 1 210px;
}
.admin-row strong {
  font-size: 13px;
}
#adminUsers .admin-row p {
  font-size: 10px;
  color: var(--muted);
  margin: 6px 0;
}
#adminUsers .admin-row input {
  width: 88px;
  margin: 0;
  padding: 9px;
  font-size: 11px;
}
#adminUsers .admin-row button {
  padding: 9px;
  font-size: 10px;
}
.admin-summary .panel {
  padding: 17px;
  margin-bottom: 16px;
}
.admin-summary h2 {
  font-size: 17px;
  margin: 0 0 18px;
}
.admin-count-mirror {
  font-size: 20px;
  color: var(--lime);
  line-height: 1.7;
  font-weight: 700;
}
.admin-server-status {
  color: var(--lime);
  font-size: 13px;
}
.admin-summary button {
  width: 100%;
  font-size: 10px;
}
#admin .maps-manager {
  border: 0;
  margin-top: 18px;
  padding: 0;
}
#admin .maps-workspace {
  grid-template-columns: 130px minmax(140px, 1fr) minmax(210px, 1.2fr);
}
@media (min-width: 1600px) {
  #modeChoices .carousel-card {
    flex: 0 0 calc(25% - 8px);
  }
  #garage {
    grid-template-columns: 300px minmax(280px, 1fr) 330px;
  }
  #garage .parts-shelf {
    padding: 12px 16px;
  }
}
@media (max-width: 1150px) {
  #header {
    height: 108px;
    grid-template-columns: 1fr auto auto;
    grid-template-rows: 46px 40px;
    padding: 7px 16px;
    gap: 4px 12px;
  }
  #header nav {
    grid-row: 2;
    grid-column: 1/-1;
  }
  #walletBadge {
    grid-column: 2;
  }
  #header .pilot-badge {
    grid-column: 3;
  }
  .screen {
    top: 122px;
  }
  #garage {
    top: 122px;
    grid-template-columns: 220px minmax(160px, 1fr) 240px;
    grid-template-rows: 65px minmax(180px, 1fr) 220px;
    gap: 10px;
  }
  #garage .garage-right {
    padding: 12px;
  }
  #garage .stat {
    font-size: 10px;
    padding: 6px 0;
  }
  #garage .scene-heading h1 {
    font-size: 25px;
  }
  #garage .parts-shelf {
    padding: 8px;
  }
  #garage #parts .part {
    flex-basis: 126px;
    height: 115px;
    min-height: 115px;
  }
  #play {
    grid-template-columns: 210px minmax(350px, 1fr);
  }
  .play-stats {
    grid-column: 1/-1;
  }
  .play-stat-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  #admin {
    top: 122px;
    grid-template-columns: 180px minmax(0, 1fr);
  }
  .admin-summary {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .mount-point span {
    font-size: 8px;
    padding: 5px;
  }
  .mount-point strong {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 760px) {
  #header .brand {
    font-size: 23px;
  }
  #header .pilot-badge {
    display: none;
  }
  #header {
    grid-template-columns: 1fr auto;
  }
  #header nav button {
    font-size: 10px;
    padding: 9px;
  }
  #garage {
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding-top: 260px;
    gap: 12px;
  }
  #garage .scene-heading {
    position: absolute;
    top: 0;
    left: 0;
  }
  #garage .garage-left,
  #garage .garage-right,
  #garage .parts-shelf {
    width: 100%;
    flex: none;
    overflow: visible;
  }
  .robot-mounts {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    height: 180px;
  }
  #garage .orbit-hint {
    display: none;
  }
  #garageRobots.card-carousel {
    flex-direction: row;
    overflow: auto;
  }
  #garageRobots .carousel-card {
    flex: 0 0 220px;
  }
  #garage .garage-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .garage-pilot {
    grid-column: 1/-1;
  }
  #garage .parts-shelf {
    min-height: 250px;
  }
  #garage #partInfo {
    flex-wrap: wrap;
  }
  #garage #partInfo p {
    flex-basis: 100%;
  }
  .paint-switch {
    bottom: -5px;
  }
  #play {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .play-pilot {
    width: 100%;
  }
  .play-pilot h1 {
    font-size: 38px;
  }
  .play-robot-image {
    height: 180px;
    width: 48%;
    float: right;
    margin-top: -65px;
  }
  .play-robot-select {
    width: 100%;
    clear: both;
  }
  .play-stats {
    width: 100%;
  }
  .play-stat-list {
    display: block;
  }
  #modeChoices .carousel-card {
    flex-basis: calc(50% - 5px);
    min-height: 135px;
  }
  #admin {
    display: flex;
    flex-direction: column;
    top: 122px;
    left: 12px;
    right: 12px;
  }
  .admin-sidebar {
    width: 100%;
    position: static;
  }
  .admin-sidebar h2 {
    margin: 0;
  }
  .admin-sidebar > p {
    display: none;
  }
  .admin-sections {
    flex-direction: row;
    overflow: auto;
    margin: 12px 0 0;
  }
  .admin-sections button {
    white-space: nowrap;
    padding: 10px;
  }
  .admin-summary {
    display: block;
    width: 100%;
  }
  .admin-main {
    flex: none;
  }
  .game-footer {
    padding: 0 12px;
    font-size: 8px;
    letter-spacing: 1px;
  }
  .game-footer span:last-child {
    display: none;
  }
  #admin .maps-workspace {
    display: flex;
    flex-direction: column;
  }
  #header #wallet {
    font-size: 12px;
  }
  #walletBadge {
    padding: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  button {
    transition: none;
  }
}

/* Keep controls visible on ordinary laptop displays. */
#garageRobots .carousel-card {
  display: grid !important;
  opacity: 1;
}
#garageRobots .carousel-card strong,
#garageRobots .carousel-card small {
  grid-column: 2;
}
#garageRobots .carousel-card strong {
  grid-row: 1;
}
#garageRobots .carousel-card small {
  grid-row: 2;
}
#garage .orbit-hint {
  display: none;
}
@media (min-width: 761px) and (max-height: 850px) {
  #garage {
    grid-template-rows: 70px minmax(210px, 1fr) 210px;
  }
  #garage .garage-right {
    padding: 12px;
  }
  #garage .garage-pilot {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 4px;
  }
  #garage .stat {
    padding: 3px 0;
    font-size: 11px;
    line-height: 16px;
  }
  #garage .garage-bottom {
    padding-top: 8px;
    gap: 5px;
  }
  #garage .garage-bottom button {
    padding: 8px;
  }
  #modeChoices .carousel-card {
    min-height: 105px;
    padding: 8px;
  }
  #modeChoices .carousel-card::before {
    font-size: 25px;
    margin-bottom: 0;
  }
  #play .play-robot-image {
    height: 200px;
  }
  .play-arenas {
    margin-top: 10px;
    padding: 10px;
  }
  .arena-card img {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  #modeChoices .carousel-card {
    flex-basis: calc(25% - 8px);
    min-width: 0;
  }
  #modeChoices strong {
    font-size: 20px;
  }
  #header nav button {
    padding-inline: 8px;
    font-size: 10px;
  }
}

#garage .parts-shelf {
  display: grid;
  grid-template-rows: 34px 20px minmax(70px, 1fr) auto;
  overflow: auto;
}
#garage #categories {
  margin: 0;
}
#garage #categories button {
  padding: 5px 14px;
}
#garage .shelf-heading {
  height: 20px;
}
#garage #garagePartsTitle {
  font-size: 12px;
  margin: 0;
}
#garage #parts,
#garage #appearance {
  grid-row: 3;
  min-height: 0;
}
#garage #parts .part {
  min-height: 86px;
  height: 100%;
}
#garage #parts .part img {
  height: 52px;
}
#garage #partInfo {
  grid-row: 4;
}
@media (max-width: 760px) {
  #garage .parts-shelf {
    min-height: 290px;
  }
  #garage #partInfo {
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  #garage #stats {
    grid-column: 1 / -1;
  }
}

#garage #partInfo {
  padding: 0;
  border: 0;
}
@media (max-width: 760px) {
  #play > *,
  #admin > * {
    flex: none;
    max-height: none;
  }
}
