:root {
  --bg: #0e0f0d;
  --panel: #161814;
  --panel-2: #1c1f1a;
  --moss: #3d6b3a;
  --moss-deep: #1f3a1d;
  --moss-bright: #6aa05f;
  --ember: #ff7a2e;
  --gold: #f5c352;
  --bone: #f4f1ea;
  --muted: #8b8f86;
  --line: #2a2d27;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: radial-gradient(ellipse at 50% 0%, #1c2a1a 0%, #0e0f0d 60%) fixed, var(--bg);
  color: var(--bone);
  min-height: 100vh;
  font-size: 14px;
  line-height: 1.55;
}
a { color: var(--bone); text-decoration: none; }
a:hover { color: var(--gold); }
.muted { color: var(--muted); }

/* ---- nav (matches /agents/) ---- */
.site-bar {
  position: sticky; top: 0; z-index: 30;
  height: 56px;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  padding: 0 28px;
  background: rgba(14,15,13,0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
}
.site-bar-brand { display: inline-flex; align-items: center; gap: 10px; }
.site-bar-mark { display: inline-flex; }
.site-bar-mark img { display: block; border-radius: 5px; object-fit: contain; }
.site-bar-name { font-family: 'EB Garamond', serif; font-size: 18px; }
.site-bar-nav {
  grid-column: 2;
  display: flex; align-items: center; justify-content: center; gap: 4px;
  background: rgba(22,24,20,0.78);
  border: 1px solid rgba(42,45,39,0.9);
  border-radius: 999px;
  padding: 4px;
}
.site-bar-link {
  font-size: 13px; color: var(--muted);
  display: inline-flex; align-items: center; min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
}
.site-bar-link:hover { color: var(--bone); background: rgba(244,241,234,0.05); }
.site-bar-link.active {
  color: var(--gold); font-weight: 600; background: rgba(245,195,82,0.1);
}
@media (max-width: 720px) {
  .site-bar { display: flex; justify-content: center; padding: 0 14px; }
  .site-bar-nav { display: none; }
}

/* ---- page layout ---- */
.page { max-width: 1280px; margin: 0 auto; padding: 24px 24px 60px; }

.overview-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 24px 18px;
  margin-bottom: 20px;
}
.card-head {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px;
  margin-bottom: 12px;
}
.card-head h1, .card-head h2 { font-family: 'EB Garamond', serif; margin: 0; }
.card-head h1 { font-size: 28px; }
.card-head h2 { font-size: 22px; }
.card-head-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.overview-lede {
  margin: 0 0 14px;
  font-size: 13.5px;
  color: #cdd1c7;
  line-height: 1.55;
  max-width: 780px;
}
.overview-lede b { color: var(--gold); }
.overview-lede a { color: var(--gold); text-decoration: underline dotted; }
.overview-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.ov-tile {
  background: var(--panel-2); border: 1px solid var(--line);
  border-radius: 10px; padding: 14px;
}
.ov-num {
  font-family: 'EB Garamond', serif; font-size: 26px;
  color: var(--gold); line-height: 1;
}
.ov-lbl {
  font-size: 10.5px; color: var(--muted);
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-top: 4px;
}
@media (max-width: 900px) { .overview-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---- buttons ---- */
.btn-primary, .btn-ghost {
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 16px;
}
.btn-primary { background: var(--gold); color: #1a1408; }
.btn-primary:hover { background: #ffd56b; }
.btn-ghost { background: transparent; color: var(--ember); border-color: #5e3a18; }
.btn-ghost:hover { background: rgba(255,122,46,0.1); }
.btn-ghost.gold { color: var(--gold); border-color: #5a4a26; }
.btn-ghost.gold:hover { background: rgba(245,195,82,0.1); }
.btn-ghost:disabled { opacity: 0.45; cursor: not-allowed; }

/* ---- filter bar ---- */
.filter-bar {
  display: flex; gap: 8px; flex-wrap: wrap;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 18px;
}
.filter-bar input, .filter-bar select {
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--bone);
  padding: 6px 10px;
  font-family: inherit;
  font-size: 13px;
}
.filter-bar input { flex: 1; min-width: 200px; }

/* ---- gallery ---- */
.pets-section { margin-bottom: 24px; }
.pets-section h2 {
  font-family: 'EB Garamond', serif;
  font-size: 22px;
  margin: 0 0 10px;
}
.pet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}
.pet-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 14px;
}
.pet-pager .btn-ghost { padding: 4px 10px; font-size: 12px; }
.pet-pager:empty { display: none; }

.skins-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin: 4px 0 12px;
}
.skins-toolbar input[type="search"] {
  min-width: 220px;
  flex: 1 1 220px;
  max-width: 360px;
}
.skin-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.skin-filter-chips .chip {
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text-soft, #aaa);
  border-radius: 999px;
  cursor: pointer;
  transition: background .12s, color .12s, border-color .12s;
}
.skin-filter-chips .chip:hover {
  border-color: var(--gold, #f5c352);
  color: var(--text, #eee);
}
.skin-filter-chips .chip.active {
  background: var(--gold, #f5c352);
  border-color: var(--gold, #f5c352);
  color: #1a1208;
}

/* Tighter Petdex catalog grid (more cards per row, smaller previews) */
.pet-grid-tight {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
}
.pet-grid-tight .pet-card { padding: 10px 8px; }
.pet-grid-tight .pet-preview { height: 90px; }
.pet-grid-tight .pet-name { font-size: 13px; }
.pet-grid-tight .pet-actions { margin-top: 6px; }
.pet-grid-tight .pet-actions .btn-primary { padding: 5px 10px; font-size: 11px; width: 100%; }
.petdex-placeholder {
  font-size: 10.5px;
  color: var(--muted);
  text-align: center;
  padding: 0 6px;
  font-style: italic;
}

/* Assignments panel: one row per AGI/agent target, showing current
   skin + a Change button. */
.assign-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 10px;
}
.assign-row {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.assign-thumb {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, #f4f1ea 0%, #e9dec7 100%);
  border-radius: 6px;
  overflow: hidden;
}
.assign-meta { min-width: 0; }
.assign-name {
  font-weight: 600;
  font-size: 14px;
  color: var(--bone);
}
.assign-sub {
  font-size: 11px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.assign-current {
  font-size: 11.5px;
  color: var(--bone);
  margin-top: 3px;
}
.assign-actions {
  display: flex; flex-direction: column; gap: 4px; align-items: flex-end;
}
.assign-actions .btn-ghost { padding: 4px 10px; font-size: 11px; }

.assign-preview,
.list-preview {
  display: flex; justify-content: center;
  margin: 8px 0;
}
.list-preview img {
  width: 80px; height: 80px;
  object-fit: contain;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 4px;
}
#listPriceInput,
#listWalletDisplay,
#buyItem,
#buyPrice,
#buySeller {
  font-family: inherit;
  font-size: 14px;
}
#listWalletDisplay,
#buySeller { font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace; font-size: 12px; }

/* Pet Agent Library: each row is a custom Pet Agent (skin + worker). */
.agent-library {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 12px;
}
.agent-lib-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-template-rows: auto auto;
  gap: 6px 12px;
  align-items: start;
  padding: 12px;
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.agent-lib-thumb {
  grid-row: 1 / span 2;
  width: 72px; height: 72px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, #f4f1ea 0%, #e9dec7 100%);
  border-radius: 8px;
  overflow: hidden;
}
.agent-lib-meta { min-width: 0; }
.agent-lib-name {
  font-weight: 600; font-size: 14px;
  color: var(--bone);
  display: flex; gap: 6px; align-items: center;
}
.agent-lib-role {
  font-size: 11.5px; color: var(--muted);
  margin-top: 2px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.agent-lib-skin { font-size: 11.5px; color: var(--bone); margin-top: 3px; }
.agent-lib-actions {
  grid-column: 2;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.agent-lib-actions .btn-ghost,
.agent-lib-actions .btn-primary {
  padding: 4px 10px; font-size: 11px;
  text-decoration: none;
}

/* Two-tab Create Skin modal -------------------------------------- */
.creator-tabs {
  display: flex;
  gap: 4px;
  margin: 4px 0 14px;
  border-bottom: 1px solid var(--line);
}
.creator-tab {
  background: transparent;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  padding: 8px 14px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.creator-tab:hover { color: var(--bone); }
.creator-tab.active {
  color: var(--gold);
  border-color: var(--line);
  border-bottom: 1px solid var(--panel);
  margin-bottom: -1px;
  background: var(--panel);
  font-weight: 600;
}
.creator-pane[hidden] { display: none; }
#clonePreview {
  margin-top: 14px;
  padding: 14px;
  background: rgba(0,0,0,0.18);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 80px;
}

/* Mini skin picker inside the Create Pet modal - mirrors the unified
   avatar gallery on /agents/ so users can pick an existing pet (Petdex
   etc.) as the base instead of generating procedural. */
.avatar-skin-picker {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
  gap: 6px;
  margin-top: 6px;
  max-height: 220px;
  overflow-y: auto;
  padding: 6px 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0,0,0,0.18);
}
.avatar-skin-picker .skin-pick {
  width: auto;
  padding: 3px;
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
}
.avatar-skin-picker .skin-pick:hover    { border-color: var(--gold); }
.avatar-skin-picker .skin-pick.selected { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(245,195,82,0.25); }
.avatar-skin-picker .skin-thumb {
  height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, #f4f1ea 0%, #e9dec7 100%);
  border-radius: 4px;
  margin-bottom: 2px;
  overflow: hidden;
}
.avatar-skin-picker .skin-pick-none .skin-thumb {
  background: rgba(0,0,0,0.25);
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.avatar-skin-picker .skin-name {
  font-size: 9.5px;
  line-height: 1.1;
  color: var(--bone);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.skin-picker-empty {
  font-size: 12px; color: var(--muted);
  font-style: italic;
  padding: 12px 6px;
  grid-column: 1 / -1;
  text-align: center;
}
.empty-cell {
  grid-column: 1 / -1;
  padding: 16px 12px;
  font-size: 13px; color: var(--muted);
  font-style: italic;
}
.pet-card {
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  display: flex; flex-direction: column; gap: 8px;
  position: relative;
  transition: border-color 0.15s ease, transform 0.1s ease;
}
.pet-card:hover { border-color: var(--gold); transform: translateY(-1px); }
.pet-card.assigned-companion { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.pet-preview {
  height: 130px;
  background: rgba(0,0,0,0.3);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
}
/* When the preview contains a spritesheet (imported pixel art), use a
   light backdrop so the colors read like Petdex's own gallery cards. */
.pet-preview:has(.agi-skin-sheet),
.pet-preview.has-sprite {
  background:
    linear-gradient(180deg, #f4f1ea 0%, #e9dec7 100%);
  border-color: #c9bd9c;
}
.pet-preview svg { animation: pet-idle 3.6s ease-in-out infinite; }
.pet-preview.state-running svg   { animation: pet-bob 0.9s ease-in-out infinite; }
.pet-preview.state-waiting svg   { animation: pet-tilt 1.4s ease-in-out infinite; }
.pet-preview.state-done svg      { animation: pet-pop 0.6s ease-out 1; filter: drop-shadow(0 4px 8px rgba(106,160,95,0.5)); }
.pet-preview.state-failed svg    { animation: pet-shake 0.4s ease-in-out 3; filter: grayscale(0.5); }
@keyframes pet-idle  { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-2px);} }
@keyframes pet-bob   { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-5px);} }
@keyframes pet-tilt  { 0%,100%{ transform: rotate(0);} 50%{ transform: rotate(-4deg);} }
@keyframes pet-pop   { 0%{ transform: scale(1);} 40%{ transform: scale(1.15);} 100%{ transform: scale(1);} }
@keyframes pet-shake { 0%,100%{ transform: translateX(0);} 25%{ transform: translateX(-4px);} 75%{ transform: translateX(4px);} }

.pet-state-row {
  position: absolute; left: 8px; right: 8px; bottom: 8px;
  display: flex; gap: 4px; flex-wrap: wrap;
}
.pet-state-btn {
  background: rgba(14,15,13,0.7);
  border: 1px solid var(--line);
  color: var(--muted);
  font-family: inherit;
  font-size: 9.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 999px;
  cursor: pointer;
}
.pet-state-btn:hover { color: var(--bone); border-color: var(--gold); }
.pet-state-btn.active { color: var(--gold); border-color: var(--gold); background: rgba(245,195,82,0.1); }

.pet-name { font-weight: 700; color: var(--bone); font-family: 'EB Garamond', serif; font-size: 18px; }
.pet-desc { font-size: 12px; color: #cdd1c7; line-height: 1.4; min-height: 32px; }
.pet-pills { display: flex; gap: 4px; flex-wrap: wrap; }
.pet-pill {
  font-size: 9.5px; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 1px 7px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--muted);
}
.pet-pill.source-starter   { color: var(--moss-bright); border-color: var(--moss-deep); }
.pet-pill.source-procedural{ color: #b69cff; border-color: #4a3a6a; }
.pet-pill.source-imported  { color: var(--gold); border-color: #5a4a26; }
.pet-pill.source-user      { color: var(--ember); border-color: #5e3a18; }
.pet-pill.kind-creature    { color: var(--bone); }
.pet-pill.assigned         { color: var(--gold); border-color: var(--gold); }
.pet-actions { display: flex; gap: 4px; flex-wrap: wrap; }
.pet-actions .btn-ghost { padding: 4px 10px; font-size: 11px; }

/* ---- modal (same trick as the agents-modal fix) ---- */
.modal {
  position: fixed; inset: 0; z-index: 50;
  display: flex; align-items: flex-start; justify-content: center;
}
.modal[hidden] { display: none; }
body.modal-open { overflow: hidden; }
.modal-shade {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(2px);
  cursor: pointer;
}
.modal-body {
  position: relative;
  width: min(620px, calc(100vw - 32px));
  margin-top: 7vh;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 26px 18px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6);
  max-height: 86vh;
  overflow-y: auto;
}
.modal-lede {
  margin: 0 0 14px;
  font-size: 13px; color: #cdd1c7; line-height: 1.5;
}
.modal-lede b { color: var(--gold); }

.creator-form { font-size: 13px; }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.form-grid.four-up { grid-template-columns: repeat(4, 1fr); }
.form-grid.two-up  { grid-template-columns: 2fr 1fr; }
@media (max-width: 720px) { .form-grid, .form-grid.four-up, .form-grid.two-up { grid-template-columns: 1fr; } }
.form-row { margin-bottom: 10px; }
.form-row label {
  display: block; font-size: 11px;
  color: var(--gold); font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 4px;
}
.form-row .req { color: var(--ember); margin-left: 2px; }
.form-row small { color: var(--muted); font-size: 11px; }
.form-row input:not([type=color]):not([type=checkbox]):not([type=radio]):not([type=file]),
.form-row textarea, .form-row select {
  width: 100%;
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--bone);
  padding: 8px 10px;
  font-family: inherit;
  font-size: 13px;
}
.form-row input[type=color] {
  width: 100%; height: 38px;
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.form-row textarea { resize: vertical; min-height: 60px; }
.form-row input[type=file] { color: var(--bone); }
.checks { display: flex; flex-direction: column; gap: 4px; }
.checks label { font-size: 12.5px; color: var(--bone); display: inline-flex; align-items: center; gap: 6px; }
.switch { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--bone); }
.form-actions { display: flex; gap: 8px; margin-top: 14px; }
.form-error { margin-top: 8px; min-height: 14px; font-size: 12px; color: #ffb09a; }

.creator-preview {
  display: flex; align-items: center; justify-content: center;
  height: 140px;
  background: rgba(0,0,0,0.3);
  border: 1px solid var(--line);
  border-radius: 10px;
  margin: 6px 0 4px;
}

/* Honest disclaimer printed under spritesheet previews that lack frame
   metadata. Keeps the UI from pretending animation works. */
.pet-card .pet-note {
  margin-top: -2px;
  padding: 4px 8px;
  font-size: 10.5px;
  letter-spacing: 0.04em;
  color: var(--ember);
  background: rgba(255,122,46,0.06);
  border: 1px solid #5e3a18;
  border-radius: 6px;
  line-height: 1.35;
}

/* Spritesheet thumbnail inside a card preview gets a subtle fit. */
.pet-card .pet-preview .agi-skin-sheet {
  max-width: 90%;
  max-height: 96px;
  object-fit: contain;
}

/* "Browse Petdex" cards: hot-link Petdex's CDN spritesheets and animate
   them in-place using --petdex-row/--petdex-frames/--petdex-ms taken
   from Petdex's own public homepage CSS. We do not copy or cache the
   image - the browser fetches it from Petdex on render. */
.petdex-preview {
  width: 100%;
  height: 110px;
  background-image: var(--petdex-sprite);
  /* Petdex sprites are 8 columns wide. Each frame width = 100% / 8. */
  background-size: calc(100% * 8) auto;
  background-repeat: no-repeat;
  /* Vertical position: pick the row. 9 rows total -> step is 1/8 of
     image height (9 rows = 0..8 indices). Petdex computes y = -row * frame_h. */
  background-position-y: calc(var(--petdex-row, 0) * -100%);
  background-position-x: 0;
  image-rendering: pixelated;
  animation: petdex-step var(--petdex-ms, 900ms) steps(var(--petdex-frames, 4)) infinite;
  border: 1px solid var(--line);
  border-radius: 8px;
  background-color: rgba(0,0,0,0.25);
  position: relative;
}
@keyframes petdex-step {
  from { background-position-x: 0; }
  to   { background-position-x: calc(-100% * 8); }
}

.petdex-card { border-color: var(--line); }
.petdex-card:hover { border-color: var(--gold); }
.petdex-card .pet-pill.source-imported { color: var(--gold); border-color: #5a4a26; }
.petdex-card .pet-actions { flex-wrap: wrap; gap: 6px; align-items: center; }
.pd-cmd {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  background: rgba(0,0,0,0.4);
  border: 1px solid var(--line);
  color: var(--gold);
  border-radius: 6px;
  padding: 4px 8px;
  cursor: copy;
  white-space: nowrap;
  user-select: all;
}
.pd-cmd:hover { border-color: var(--gold); }
.pet-preview-empty {
  font-size: 11px; color: var(--muted);
  letter-spacing: 0.04em;
  text-align: center; padding: 12px;
}
.pd-import-status { font-size: 11.5px; line-height: 1.4; margin-top: 4px; min-height: 14px; }

/* Top-of-panel status banner - visible while the auto-import is fetching. */
.petdex-status {
  font-size: 13px;
  margin: 0 0 12px;
  padding: 8px 14px;
  background: rgba(245,195,82,0.06);
  border: 1px solid #5a4a26;
  border-radius: 8px;
  color: var(--gold);
  min-height: 16px;
}
.petdex-status:empty { display: none; }
.petdex-card.is-imported { border-color: var(--moss-deep); }
.petdex-card.is-imported:hover { border-color: var(--moss-bright); }
