:root {
  --bg: #07111f;
  --bg-deep: #020617;
  --panel: rgba(15, 23, 42, 0.72);
  --panel-strong: rgba(15, 23, 42, 0.92);
  --border: rgba(30, 64, 175, 0.36);
  --cyan: #22d3ee;
  --cyan-soft: rgba(34, 211, 238, 0.18);
  --blue: #60a5fa;
  --text: #f8fafc;
  --muted: #94a3b8;
  --muted-2: #64748b;
  --yellow: #facc15;
  --shadow: 0 24px 60px rgba(8, 47, 73, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg-deep);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(34, 211, 238, 0.18), transparent 32rem),
    radial-gradient(circle at 86% 12%, rgba(37, 99, 235, 0.22), transparent 28rem),
    linear-gradient(135deg, #0f172a 0%, #0b2148 48%, #07111f 100%);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.96), rgba(30, 58, 138, 0.94), rgba(15, 23, 42, 0.96));
  border-bottom: 1px solid var(--border);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(34, 211, 238, 0.42);
  border-radius: 999px;
  background: rgba(8, 47, 73, 0.48);
  box-shadow: 0 0 32px rgba(34, 211, 238, 0.25);
}

.brand-mark span {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--cyan);
}

.brand-name,
.footer-brand,
.section-heading h2,
.page-hero-card h1,
.related-panel h2 {
  background: linear-gradient(90deg, var(--cyan), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-name {
  font-size: 1.55rem;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-link {
  color: #dbeafe;
  font-weight: 650;
  transition: color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--cyan);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
  border-radius: 2px;
}

.home-hero {
  padding: 32px 0 10px;
}

.hero-slider {
  position: relative;
  height: 560px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--panel-strong);
  box-shadow: var(--shadow);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.75s ease, transform 0.75s ease;
  transform: scale(1.01);
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(2, 6, 23, 0.96), rgba(15, 23, 42, 0.58) 55%, rgba(15, 23, 42, 0.22)),
    linear-gradient(90deg, rgba(2, 6, 23, 0.9), rgba(2, 6, 23, 0.18));
}

.hero-content {
  position: absolute;
  left: clamp(24px, 6vw, 72px);
  right: clamp(24px, 6vw, 72px);
  bottom: clamp(48px, 9vw, 84px);
  width: min(680px, calc(100% - 48px));
}

.hero-kicker,
.detail-meta,
.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.hero-kicker span,
.year-badge,
.tag-list span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(34, 211, 238, 0.35);
  border-radius: 999px;
  background: var(--cyan-soft);
  color: var(--cyan);
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-kicker span {
  padding: 7px 12px;
}

.hero-site-title {
  margin: 18px 0 8px;
  color: #cbd5e1;
  font-size: clamp(1.1rem, 2.1vw, 1.45rem);
  font-weight: 700;
}

.hero-content h2 {
  margin: 0 0 16px;
  color: white;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero-content p {
  max-width: 680px;
  margin: 0 0 18px;
  color: #cbd5e1;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.8;
}

.hero-meta {
  margin-bottom: 26px;
  color: #cbd5e1;
  font-size: 0.96rem;
}

.hero-actions,
.prev-next {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn-primary,
.btn-ghost,
.more-link,
.rank-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn-primary {
  padding: 13px 26px;
  background: var(--cyan);
  color: #082f49;
  box-shadow: 0 16px 36px rgba(34, 211, 238, 0.26);
}

.btn-primary:hover,
.btn-ghost:hover,
.more-link:hover,
.rank-action:hover {
  transform: translateY(-2px);
}

.btn-ghost {
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(15, 23, 42, 0.45);
  color: #e2e8f0;
  backdrop-filter: blur(12px);
}

.hero-nav {
  position: absolute;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.48);
  color: white;
  font-size: 2rem;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(10px);
}

.hero-prev {
  left: 18px;
}

.hero-next {
  right: 18px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.hero-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.hero-dots button.is-active {
  width: 34px;
  background: var(--cyan);
}

.category-strip,
.page-wrap {
  padding: 36px 0;
}

.content-section {
  margin-top: 44px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.section-heading h2,
.related-panel h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

.more-link {
  padding: 9px 12px;
  color: var(--cyan);
  font-size: 0.92rem;
}

.category-grid,
.category-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.category-tile,
.category-card {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--panel);
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.26);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.category-tile:hover,
.category-card:hover,
.movie-card:hover {
  border-color: rgba(34, 211, 238, 0.58);
  box-shadow: 0 18px 46px rgba(8, 145, 178, 0.25);
  transform: translateY(-4px);
}

.category-tile img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  opacity: 0.56;
}

.category-tile span,
.category-copy {
  position: absolute;
  inset: auto 16px 16px 16px;
  display: grid;
  gap: 6px;
}

.category-tile strong,
.category-copy strong {
  color: white;
  font-size: 1.18rem;
}

.category-tile em,
.category-copy em {
  color: #cbd5e1;
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.5;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: start;
}

.movie-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.movie-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.56);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  backdrop-filter: blur(10px);
}

.poster-wrap {
  position: relative;
  display: block;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #0f172a;
}

.poster-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.movie-card:hover .poster-wrap img {
  transform: scale(1.08);
}

.poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 45%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.movie-card:hover .poster-shade {
  opacity: 1;
}

.year-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 8px;
  border-color: rgba(250, 204, 21, 0.35);
  background: rgba(250, 204, 21, 0.9);
  color: #422006;
  font-size: 0.75rem;
}

.rank-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  display: grid;
  min-width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: var(--cyan);
  color: #082f49;
  font-weight: 900;
}

.card-body {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.card-title,
.card-desc,
.card-meta {
  display: block;
}

.card-title {
  overflow: hidden;
  color: #f8fafc;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-desc {
  display: -webkit-box;
  overflow: hidden;
  min-height: 42px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card-meta {
  color: var(--muted-2);
  font-size: 0.8rem;
}

.rank-panel,
.related-panel,
.info-card,
.detail-title-card,
.page-hero-card,
.filter-panel,
.player-card {
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--panel);
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.22);
  backdrop-filter: blur(14px);
}

.rank-panel {
  position: sticky;
  top: 96px;
  padding: 20px;
}

.compact-heading {
  margin-bottom: 18px;
}

.mini-list,
.related-list {
  display: grid;
  gap: 14px;
}

.mini-card {
  display: grid;
  grid-template-columns: auto 58px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(30, 64, 175, 0.25);
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.48);
}

.mini-card img {
  width: 58px;
  height: 76px;
  border-radius: 10px;
  object-fit: cover;
}

.mini-rank {
  width: 30px;
  color: var(--cyan);
  font-weight: 900;
  text-align: center;
}

.mini-card strong {
  display: -webkit-box;
  overflow: hidden;
  color: white;
  font-size: 0.92rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mini-card em {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
}

.site-footer {
  margin-top: 64px;
  border-top: 1px solid var(--border);
  background: linear-gradient(90deg, #020617, rgba(30, 58, 138, 0.72), #020617);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 34px;
  padding: 44px 0;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 1.35rem;
  font-weight: 850;
}

.site-footer p,
.site-footer a,
.site-footer h2 {
  margin: 0;
}

.site-footer p {
  color: var(--muted);
  line-height: 1.8;
}

.site-footer h2 {
  margin-bottom: 14px;
  color: #e2e8f0;
  font-size: 1rem;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  color: var(--muted);
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--cyan);
}

.footer-bottom {
  padding: 18px 0 26px;
  border-top: 1px solid rgba(30, 64, 175, 0.28);
  color: var(--muted);
  font-size: 0.88rem;
  text-align: center;
}

.page-hero-card {
  padding: clamp(28px, 5vw, 48px);
}

.page-hero-card h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 5vw, 3.3rem);
  line-height: 1.05;
}

.page-hero-card p {
  max-width: 760px;
  margin: 0;
  color: #cbd5e1;
  font-size: 1.05rem;
  line-height: 1.8;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumb a:hover {
  color: var(--cyan);
}

.category-overview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-card {
  display: block;
  min-height: 210px;
}

.category-covers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 210px;
  opacity: 0.62;
}

.category-covers img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.92), rgba(2, 6, 23, 0.12));
}

.category-copy {
  z-index: 1;
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(128px, 180px));
  gap: 12px;
  margin-top: 24px;
  padding: 16px;
}

.search-input,
.filter-select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(30, 64, 175, 0.45);
  border-radius: 12px;
  outline: none;
  background: rgba(2, 6, 23, 0.45);
  color: #e2e8f0;
}

.search-input {
  padding: 0 16px;
}

.filter-select {
  padding: 0 12px;
}

.search-input:focus,
.filter-select:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.14);
}

.empty-state {
  margin: 24px 0 0;
  color: var(--muted);
  text-align: center;
}

.rank-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.rank-row {
  display: grid;
  grid-template-columns: 54px 76px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.58);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.rank-row:hover {
  border-color: rgba(34, 211, 238, 0.58);
  transform: translateY(-2px);
}

.rank-number {
  color: var(--cyan);
  font-size: 1.35rem;
  font-weight: 900;
  text-align: center;
}

.rank-row img {
  width: 76px;
  height: 102px;
  border-radius: 12px;
  object-fit: cover;
}

.rank-info strong,
.rank-info em,
.rank-info small {
  display: block;
}

.rank-info strong {
  color: white;
  font-size: 1.08rem;
}

.rank-info em {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 6px;
  color: #cbd5e1;
  font-style: normal;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.rank-info small {
  margin-top: 8px;
  color: var(--muted);
}

.rank-action {
  padding: 10px 14px;
  background: var(--cyan-soft);
  color: var(--cyan);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 30px;
  align-items: start;
}

.detail-main {
  display: grid;
  gap: 22px;
}

.player-card {
  overflow: hidden;
  padding: 0;
}

.video-player {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #000;
}

.video-player video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  cursor: pointer;
}

.player-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: rgba(0, 0, 0, 0.38);
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.player-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.player-play-icon {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  padding-left: 5px;
  border: 1px solid rgba(34, 211, 238, 0.46);
  border-radius: 999px;
  background: rgba(8, 47, 73, 0.76);
  color: var(--cyan);
  font-size: 2.1rem;
  box-shadow: 0 0 45px rgba(34, 211, 238, 0.36);
}

.player-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 18px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), transparent);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.video-player:hover .player-controls,
.video-player.is-started .player-controls {
  opacity: 1;
  pointer-events: auto;
}

.player-controls button {
  min-width: 44px;
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.82);
  color: white;
  cursor: pointer;
}

.player-main-button {
  background: var(--cyan) !important;
  color: #082f49 !important;
  font-weight: 900;
}

.player-message {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.76);
  color: #fecaca;
  font-weight: 800;
}

.detail-title-card,
.info-card,
.tag-block {
  padding: 24px;
}

.detail-title-card h1 {
  margin: 0 0 14px;
  color: white;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
}

.detail-meta span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(30, 41, 59, 0.72);
  color: #cbd5e1;
  font-size: 0.9rem;
}

.info-card h2,
.tag-block h2 {
  margin: 0 0 14px;
  color: #f8fafc;
  font-size: 1.22rem;
}

.info-card p {
  margin: 0 0 12px;
  color: #cbd5e1;
  line-height: 1.9;
}

.info-card p:last-child {
  margin-bottom: 0;
}

.tag-block {
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.46);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-list span {
  padding: 7px 12px;
}

.prev-next a {
  flex: 1;
  min-width: 220px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.5);
  color: #dbeafe;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.prev-next a:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

.related-panel {
  position: sticky;
  top: 96px;
  padding: 20px;
}

.compact-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
}

.compact-card .poster-wrap {
  aspect-ratio: 2 / 3;
}

.compact-card .card-body {
  align-content: center;
}

.compact-card .card-desc {
  min-height: unset;
}

@media (max-width: 1100px) {
  .movie-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .two-column,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .rank-panel,
  .related-panel {
    position: static;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 72px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.96);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-link {
    padding: 12px;
  }

  .hero-slider {
    height: 520px;
    border-radius: 22px;
  }

  .hero-content {
    bottom: 62px;
  }

  .hero-nav {
    width: 40px;
    height: 40px;
  }

  .category-grid,
  .category-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .movie-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .filter-panel {
    grid-template-columns: 1fr 1fr;
  }

  .search-input {
    grid-column: 1 / -1;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 22px, 1180px);
  }

  .brand-name {
    font-size: 1.25rem;
  }

  .hero-slider {
    height: 480px;
  }

  .hero-content {
    left: 18px;
    right: 18px;
    width: auto;
  }

  .hero-content h2 {
    font-size: 2.35rem;
  }

  .hero-site-title {
    font-size: 1rem;
  }

  .category-grid,
  .category-overview-grid,
  .movie-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .card-body {
    padding: 12px;
  }

  .filter-panel {
    grid-template-columns: 1fr;
  }

  .rank-row {
    grid-template-columns: 38px 64px minmax(0, 1fr);
  }

  .rank-action {
    display: none;
  }

  .rank-row img {
    width: 64px;
    height: 88px;
  }

  .compact-card {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .player-play-icon {
    width: 70px;
    height: 70px;
  }

  .player-controls {
    padding: 12px;
  }
}
