:root {
  color-scheme: light;
  --bg: #eef3f0;
  --surface: #fffdf8;
  --surface-strong: #ffffff;
  --ink: #172028;
  --muted: #66727d;
  --sea: #cfe5ef;
  --province: #f8efd2;
  --province-hover: #2aa876;
  --province-active: #e4572e;
  --province-wrong: #c94343;
  --province-expected: #3b82f6;
  --border: #7f8f99;
  --line: rgb(23 32 40 / 14%);
  --shadow: 0 22px 70px rgb(36 48 59 / 16%);
  --desktop-sidebar-width: 360px;
  --desktop-sidebar-gap: 14px;
  --desktop-map-left: calc(var(--desktop-sidebar-width) + (var(--desktop-sidebar-gap) * 2));
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

body:has(.game-layout) {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button {
  min-height: 40px;
  border: 1px solid rgb(23 32 40 / 18%);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  cursor: pointer;
}

button:hover {
  background: #f0f7f5;
}

.app-shell {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
}

.app-shell:has(.game-layout) {
  display: block;
  position: relative;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

.topbar {
  position: fixed;
  top: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 10;
  width: var(--desktop-sidebar-width);
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgb(255 253 248 / 94%);
  box-shadow: 0 14px 36px rgb(36 48 59 / 14%);
}

.mobile-menu-toggle,
.mobile-menu-backdrop {
  display: none;
}

.app-shell:has(.game-layout) .topbar {
  top: 14px;
  bottom: 14px;
  left: 14px;
  right: auto;
  z-index: 10;
}

.app-shell:has(.game-layout) .topbar {
  bottom: auto;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 14px 36px rgb(36 48 59 / 10%);
}

.topbar h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.brand-block {
  min-width: 0;
}

.app-logo {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.brand-block p {
  margin: 0;
}

.topbar p {
  min-height: 1.35em;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.topbar-actions {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 10px;
}

.mode-switch {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbf8;
}

.mode-switch button {
  min-height: 34px;
  width: 100%;
  border: 0;
  padding: 0 14px;
  background: transparent;
}

.mode-switch button.is-active {
  background: var(--ink);
  color: #ffffff;
}

.teacher-toggle {
  width: 100%;
  min-width: 100%;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  padding: 0;
}

.teacher-toggle svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.teacher-toggle.is-active {
  background: var(--ink);
  color: #ffffff;
}

.login-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 420px));
  gap: 18px;
  place-items: start center;
  justify-content: center;
  padding: clamp(24px, 8vw, 80px) clamp(24px, 8vw, 80px) clamp(24px, 8vw, 80px) calc(var(--desktop-map-left) + 28px);
}

.panel,
.game-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.login-panel {
  width: min(100%, 420px);
  padding: 24px;
}

.login-panel h2,
.panel h2,
.panel h3,
.game-card h2 {
  margin: 0;
}

label {
  display: grid;
  gap: 7px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgb(23 32 40 / 18%);
  border-radius: 8px;
  padding: 0 12px;
  background: #ffffff;
  color: var(--ink);
}

.primary {
  border-color: #1b7758;
  background: #238b68;
  color: #ffffff;
}

.primary:hover {
  background: #1b7758;
}

.secondary {
  background: #ffffff;
}

.login-panel .primary {
  width: 100%;
  margin-top: 18px;
}

.form-message,
.game-message,
.empty {
  min-height: 1.35em;
  color: var(--muted);
}

.classroom-banner,
.classroom-meta p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.classroom-meta {
  margin-bottom: 12px;
}

.classroom-meta a {
  color: #1b7758;
  word-break: break-all;
}

.game-layout {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  padding: 0;
}

.learning-layout .game-card {
  grid-template-rows: auto auto 1fr;
  width: var(--desktop-sidebar-width);
}

.learning-card .game-message {
  margin: 0;
}

.game-card {
  position: fixed;
  top: 320px;
  bottom: 14px;
  left: 14px;
  z-index: 10;
  width: var(--desktop-sidebar-width);
  display: grid;
  gap: 20px;
  padding: 20px;
  overflow-y: auto;
}

.game-layout .game-card {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 22px 54px rgb(36 48 59 / 13%);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-card h2 {
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: 2rem;
  line-height: 1;
}

.target-island {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.score-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  color: var(--muted);
}

.score-row strong {
  color: var(--ink);
  font-size: 1.4rem;
}

.map-frame {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: var(--desktop-map-left);
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--sea);
  box-shadow: none;
  touch-action: none;
  user-select: none;
}

.map-frame svg {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  display: block;
}

.map-logo-overlay {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 9;
  width: min(17vw, 220px);
  max-width: 34%;
  height: auto;
  pointer-events: none;
  user-select: none;
  opacity: 0.96;
  filter: drop-shadow(0 8px 22px rgb(23 32 40 / 22%));
}

.province {
  cursor: pointer;
  outline: none;
}

.province.is-static {
  cursor: default;
}

.province path {
  fill: var(--province);
  stroke: var(--border);
  stroke-width: 1.1;
  vector-effect: non-scaling-stroke;
  transition:
    fill 140ms ease,
    filter 140ms ease,
    opacity 140ms ease;
}

.province:hover path,
.province:focus path {
  fill: var(--province-hover);
  filter: drop-shadow(0 3px 5px rgb(0 0 0 / 25%));
}

.province.is-correct path {
  fill: var(--province-hover);
}

.province.is-wrong path {
  fill: var(--province-wrong);
}

.province.is-expected path {
  fill: var(--province-expected);
}

.province.is-review-correct path {
  fill: var(--province-hover);
}

.province.is-review-wrong path {
  fill: var(--province-wrong);
}

.province.is-info-selected path {
  fill: var(--province-active);
}

.province.is-static:not(.is-review-correct):not(.is-review-wrong) path {
  fill: #efe8cf;
}

.province-labels {
  pointer-events: none;
}

.province-labels.is-interactive {
  pointer-events: auto;
}

.province-labels text {
  fill: rgb(23 32 40 / 74%);
  paint-order: stroke;
  stroke: rgb(255 253 248 / 88%);
  stroke-width: 2px;
  stroke-linejoin: round;
  font-size: 8px;
  font-weight: 700;
  text-anchor: middle;
  dominant-baseline: central;
}

.province-labels text.is-clickable {
  cursor: pointer;
}

.province-labels text.is-selected {
  fill: #a63d1d;
}

.municipality-info {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.municipality-info-card,
.municipality-info-empty {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 14px;
}

.municipality-info-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.municipality-info-head h3,
.municipality-info-empty h3 {
  margin: 0;
  font-size: 1.1rem;
}

.municipality-info-empty p {
  margin: 8px 0 0;
  color: var(--muted);
}

.municipality-info-eyebrow {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.municipality-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.municipality-info-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: var(--surface);
}

.municipality-info-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
}

.municipality-info-grid strong,
.municipality-info-grid a {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.municipality-info-grid a {
  color: #1b7758;
}

.wikipedia-summary {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.wikipedia-summary h4 {
  margin: 0;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wikipedia-summary p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.wikipedia-summary a {
  display: inline-block;
  margin-top: 10px;
  color: #1b7758;
  font-weight: 700;
  text-decoration: none;
}

.teacher-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 18px;
  padding: clamp(14px, 3vw, 34px) clamp(14px, 3vw, 34px) clamp(14px, 3vw, 34px) calc(var(--desktop-map-left) + 28px);
}

.teacher-layout .panel {
  padding: 20px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin: 16px 0;
}

.bulk-student-form {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
}

.bulk-student-form textarea {
  min-height: 120px;
  resize: vertical;
}

.class-list {
  display: grid;
  gap: 14px;
}

.class-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: var(--surface-strong);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

th,
td {
  border-top: 1px solid var(--line);
  padding: 9px 8px;
  text-align: left;
}

th {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

code {
  border-radius: 6px;
  padding: 3px 6px;
  background: #eef3f0;
}

.icon-button {
  min-height: 30px;
  padding: 0 8px;
}

.icon-button.danger {
  border-color: rgb(201 67 67 / 42%);
  color: #9b2c2c;
}

.icon-button.danger:hover {
  background: #fff0f0;
}

.table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 16px 0 24px;
}

.stat-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #ffffff;
}

.stat-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}

.stat-grid strong {
  display: block;
  margin-top: 4px;
  font-size: 1.55rem;
}

.activity-list {
  display: grid;
  gap: 8px;
}

.activity-list p {
  margin: 0;
  border-top: 1px solid var(--line);
  padding-top: 8px;
}

.activity-list span {
  display: block;
  color: var(--muted);
}

.loading,
.fatal {
  margin: 40px;
  color: var(--muted);
}

@media (min-width: 621px) and (max-width: 1100px) and (orientation: portrait) {
  .mobile-menu-toggle {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 32;
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
    display: inline-grid;
    place-items: center;
    gap: 5px;
    padding: 12px;
    border-color: rgb(23 32 40 / 20%);
    background: rgb(255 253 248 / 94%);
    box-shadow: 0 12px 34px rgb(36 48 59 / 18%);
  }

  .mobile-menu-toggle span {
    width: 24px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: var(--ink);
  }

  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: block;
    background: rgb(23 32 40 / 24%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease;
  }

  body.is-mobile-menu-open .mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .topbar,
  .app-shell:has(.game-layout) .topbar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 31;
    width: min(62vw, 380px);
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    gap: 18px;
    overflow-y: auto;
    padding: 82px 18px 20px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
    border-radius: 0;
    background: rgb(255 253 248 / 98%);
    box-shadow: 20px 0 54px rgb(36 48 59 / 20%);
    transform: translateX(-104%);
    transition: transform 180ms ease;
  }

  body.is-mobile-menu-open .topbar {
    transform: translateX(0);
  }

  body.is-mobile-menu-open .app-shell:has(.game-layout) .topbar {
    transform: translateX(0);
  }

  .app-logo {
    width: min(100%, 280px);
  }

  .topbar-actions,
  .mode-switch,
  .teacher-toggle {
    width: 100%;
  }

  .teacher-toggle {
    min-width: 100%;
  }

  .game-layout,
  .learning-layout {
    min-height: 100vh;
    padding: 0;
  }

  .map-frame,
  .learning-layout .map-frame {
    inset: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
  }

  .map-logo-overlay {
    top: 16px;
    right: 16px;
    width: min(26vw, 220px);
    max-width: 42%;
  }

  .game-card {
    top: auto;
    bottom: 18px;
    left: 18px;
    right: 18px;
    width: auto;
    max-height: 30vh;
    grid-template-columns: minmax(0, 1fr) minmax(112px, auto) minmax(112px, auto);
    gap: 14px;
    padding: 16px 18px;
    border-radius: 12px;
    overflow-y: auto;
  }

  .game-layout .game-card {
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 18px 48px rgb(36 48 59 / 16%);
  }

  .game-card h2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: clamp(1.55rem, 4.4vw, 2.35rem);
    line-height: 1.02;
  }

  .target-island {
    margin-top: 8px;
  }

  .score-row {
    align-self: stretch;
    min-width: 112px;
    padding: 10px 12px;
  }

  .score-row strong {
    font-size: 1.3rem;
  }

  .learning-layout .learning-card {
    position: fixed;
    top: auto;
    bottom: 18px;
    left: 50%;
    right: auto;
    width: min(92vw, 720px);
    max-height: 34vh;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: translateX(-50%);
  }

  .learning-card > .game-message,
  .learning-card .municipality-info-empty {
    display: none;
  }

  .learning-card .municipality-info {
    margin: 0;
  }

  .learning-card .municipality-info-card {
    max-height: 34vh;
    overflow-y: auto;
  }

  .login-grid,
  .teacher-layout {
    padding-left: clamp(24px, 8vw, 80px);
  }
}

@media (max-width: 620px) {
  .mobile-menu-toggle {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 32;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    display: inline-grid;
    place-items: center;
    gap: 4px;
    padding: 10px;
    border-color: rgb(23 32 40 / 20%);
    background: rgb(255 253 248 / 94%);
    box-shadow: 0 10px 28px rgb(36 48 59 / 18%);
  }

  .mobile-menu-toggle span {
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: var(--ink);
  }

  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: block;
    background: rgb(23 32 40 / 28%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease;
  }

  body.is-mobile-menu-open .mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .topbar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 31;
    width: min(82vw, 310px);
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    gap: 18px;
    overflow-y: auto;
    padding: 72px 16px 18px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
    background: rgb(255 253 248 / 98%);
    box-shadow: 18px 0 48px rgb(36 48 59 / 20%);
    transform: translateX(-104%);
    transition: transform 180ms ease;
  }

  .app-shell:has(.game-layout) .topbar {
    top: 0;
    right: auto;
    left: 0;
    z-index: 31;
    align-items: stretch;
    flex-direction: column;
    padding: 72px 16px 18px;
    border-radius: 0;
  }

  body.is-mobile-menu-open .topbar {
    transform: translateX(0);
  }

  .inline-form {
    grid-template-columns: 1fr;
  }

  .topbar h1 {
    position: absolute;
  }

  .app-logo {
    width: min(100%, 250px);
  }

  .topbar p {
    display: block;
  }

  .topbar-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
  }

  .mode-switch {
    width: 100%;
    flex-direction: column;
  }

  .mode-switch button {
    width: 100%;
    min-height: 42px;
    flex: none;
  }

  .teacher-toggle {
    width: 100%;
    min-width: 100%;
  }

  .game-layout {
    min-height: 100vh;
    padding: 0;
  }

  .learning-layout {
    min-height: 100vh;
    padding: 0;
  }

  .game-card {
    top: auto;
    bottom: 8px;
    left: 6px;
    right: 6px;
    width: auto;
    border-radius: 8px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas: "target question total";
    padding: 8px;
  }

  .game-layout .game-card {
    border-top: 1px solid var(--line);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .game-card h2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: clamp(1.15rem, 5vw, 1.55rem);
    line-height: 1.05;
  }

  .game-card:has(.game-message:not(:empty)),
  .game-card:has(#nextRoundButton:not([hidden])) {
    grid-template-areas:
      "target question total"
      "message message actions";
  }

  .game-card.is-round-complete {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "target total"
      "message actions";
    align-items: center;
  }

  .game-card.is-round-complete .score-row:nth-of-type(1) {
    display: none;
  }

  .game-card.is-round-complete .score-row:nth-of-type(2) {
    grid-area: total;
  }

  .game-card.is-round-complete .game-message {
    grid-area: message;
  }

  .game-card.is-round-complete #nextRoundButton {
    grid-area: actions;
  }

  .game-message:empty {
    display: none;
  }

  .learning-layout .learning-card {
    position: fixed;
    top: auto;
    bottom: 8px;
    left: 50%;
    right: auto;
    width: calc(100vw - 8px);
    display: block;
    border: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    transform: translateX(-50%);
  }

  .learning-card > .game-message,
  .learning-card .municipality-info-empty {
    display: none;
  }

  .learning-card .municipality-info {
    margin: 0;
  }

  .learning-card .municipality-info-card {
    padding: 7px;
  }

  .learning-card .municipality-info-head {
    align-items: center;
    gap: 8px;
  }

  .learning-card .municipality-info-eyebrow {
    display: none;
  }

  .learning-card .municipality-info-head h3 {
    font-size: 0.95rem;
  }

  .learning-card .municipality-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 6px;
  }

  .learning-card .municipality-info-grid div {
    padding: 6px;
  }

  .learning-card .municipality-info-grid span {
    font-size: 0.68rem;
  }

  .learning-card .municipality-info-grid strong,
  .learning-card .municipality-info-grid a {
    margin-top: 2px;
    font-size: 0.82rem;
  }

  .learning-card .wikipedia-summary {
    margin-top: 8px;
    padding-top: 8px;
  }

  .learning-card .wikipedia-summary p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .learning-card .wikipedia-summary a {
    margin-top: 6px;
    font-size: 0.8rem;
  }

  .score-row {
    min-width: 64px;
    padding: 7px 8px;
  }

  .score-row strong {
    font-size: 1.05rem;
  }

  .map-frame {
    inset: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
  }

  .map-logo-overlay {
    top: 8px;
    right: 8px;
    width: min(38vw, 180px);
    max-width: 52%;
  }

  .learning-layout .map-frame {
    height: 100vh;
    min-height: 100vh;
  }

  .province-labels text {
    font-size: 22px;
    stroke-width: 4px;
  }

  table {
    display: block;
    overflow-x: auto;
  }

  .login-grid,
  .teacher-layout {
    padding-left: clamp(24px, 8vw, 80px);
  }
}
