/* Islamic Center of Louisville — ICL */
:root {
  --brand-green: #006837;
  --color-ink: #0f1f1c;
  --color-forest: #006837;
  --color-forest-deep: #004d28;
  --color-sand: #f6f1e8;
  --color-sand-dark: #e8dfd0;
  --color-gold: #c6a03a;
  --color-gold-soft: #e8d9a8;
  --color-white: #ffffff;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
  --shadow-soft: 0 18px 50px rgba(8, 41, 36, 0.12);
  --radius: 14px;
  --max: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .prayer-widget--ready {
    animation: none;
  }

  .scroll-top {
    transition: none;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--color-ink);
  background: var(--color-sand);
}

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

a {
  color: var(--color-forest);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--color-gold);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--color-forest);
  color: var(--color-white);
  padding: 0.75rem 1rem;
  z-index: 1000;
}

.skip-link:focus {
  left: 1rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(246, 241, 232, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(13, 61, 53, 0.08);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.header-donate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.15rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  background: var(--brand-green);
  color: var(--color-white);
  border: none;
  flex-shrink: 0;
}

.header-donate:hover {
  filter: brightness(1.08);
  color: var(--color-white);
}

.nav-fb {
  color: var(--color-forest) !important;
  font-weight: 600;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: inherit;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--color-forest), var(--color-forest-deep));
  display: grid;
  place-items: center;
  color: var(--color-gold-soft);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  box-shadow: var(--shadow-soft);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.brand-tag {
  font-size: 0.8rem;
  color: rgba(15, 31, 28, 0.65);
}

.nav-toggle {
  display: none;
  background: var(--color-forest);
  color: var(--color-white);
  border: none;
  padding: 0.55rem 0.9rem;
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.95rem;
  cursor: pointer;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  align-items: center;
}

.nav-list a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--color-ink);
  padding: 0.35rem 0.15rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.nav-list a:hover {
  color: var(--color-forest);
}

.nav-cta {
  background: var(--color-forest);
  color: var(--color-white) !important;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  text-decoration: none !important;
}

.nav-cta:hover {
  background: var(--color-forest-deep);
  color: var(--color-white) !important;
}

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

  .nav {
    width: 100%;
    order: 4;
  }

  .header-donate {
    order: 3;
  }

  .nav-list {
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 0 0;
    gap: 0.5rem;
  }

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

  .header-inner {
    flex-wrap: wrap;
  }
}

/* Hero — LICC-inspired: dark green + white prayer widget */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--color-forest-deep);
  color: var(--color-ink);
}

.hero--lic {
  color: var(--color-ink);
  padding-bottom: 2rem;
}

.hero-lic-texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 120% 80% at 50% 0%, rgba(0, 80, 50, 0.45) 0%, transparent 55%),
    linear-gradient(165deg, #003d22 0%, #004d28 40%, #002814 100%);
  opacity: 1;
}

.hero-lic-pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 0L80 40L40 80L0 40Z' fill='none' stroke='%23d4af37' stroke-width='0.6'/%3E%3C/svg%3E");
  background-size: 80px 80px;
}

.hero-inner--lic {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.25rem 1.25rem 3rem;
}

.hero-intro {
  text-align: center;
  margin-bottom: 1.75rem;
}

.hero-inner--lic h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 600;
  color: var(--color-white);
  margin: 0 0 0.65rem;
  line-height: 1.2;
}

.hero-lead-lic {
  margin: 0 auto;
  max-width: 46ch;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}

.hero-lead-lic strong {
  color: var(--color-gold-soft);
}

/* White floating prayer widget */
.prayer-widget {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 0;
  max-width: 920px;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.prayer-widget--ready {
  animation: widget-in 0.5s ease-out;
}

@keyframes widget-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.prayer-widget-col {
  padding: 1.5rem 1.35rem 1.75rem;
}

.prayer-widget-col--left {
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.prayer-widget-col--right {
  padding: 1.35rem 1.25rem 1.25rem;
}

.widget-quote {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--brand-green);
  margin: 0 0 1.25rem;
  line-height: 1.35;
}

.prayer-ring-wrap {
  position: relative;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
}

.prayer-ring-svg {
  display: block;
}

.prayer-ring-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.prayer-ring-name {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--brand-green);
  line-height: 1.1;
}

.prayer-ring-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(15, 31, 28, 0.45);
  margin-top: 0.35rem;
}

.prayer-ring-time {
  font-size: 1.35rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--color-ink);
  margin-top: 0.15rem;
}

.widget-dateline {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  color: rgba(15, 31, 28, 0.72);
  line-height: 1.45;
}

.prayer-cache-badge {
  margin: 0 0 0.65rem;
  padding: 0.45rem 0.6rem;
  font-size: 0.8rem;
  line-height: 1.35;
  color: #5d4037;
  background: #fff3e0;
  border-radius: 8px;
  border: 1px solid #ffcc80;
}

.widget-sunline {
  margin: 0 0 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  font-size: 0.85rem;
  color: rgba(15, 31, 28, 0.75);
}

.sun-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.sun-ico {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}

.sun-ico--rise {
  background: linear-gradient(135deg, #ffd54f, #ff9800);
}

.sun-ico--set {
  background: linear-gradient(135deg, #7986cb, #5c6bc0);
}

.prayer-embed--widget {
  min-height: 0;
  border: none;
  padding: 0;
  background: transparent;
}

.prayer-embed--widget.prayer-embed--ready {
  border: none;
}

.prayer-table--widget {
  font-size: 0.88rem;
  margin: 0 0 0.65rem;
}

.prayer-table--widget tbody th {
  width: 26%;
}

.prayer-table--widget tr.is-next {
  background: rgba(0, 104, 55, 0.08);
  box-shadow: inset 4px 0 0 var(--brand-green);
}

.prayer-widget-note {
  font-size: 0.75rem;
  color: rgba(15, 31, 28, 0.55);
  margin: 0;
  line-height: 1.45;
}

.prayer-widget-note a {
  font-weight: 600;
}

.hero-meta--lic {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-meta--lic dt {
  color: rgba(255, 255, 255, 0.65);
}

.hero-meta--lic dd {
  color: var(--color-white);
}

.hero-meta--lic a {
  color: var(--color-gold-soft);
}

@media (max-width: 780px) {
  .prayer-widget {
    grid-template-columns: 1fr;
  }

  .prayer-widget-col--left {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:focus-visible {
  outline: 3px solid var(--color-gold);
  outline-offset: 3px;
}

.btn-primary {
  background: var(--color-gold);
  color: var(--color-forest-deep);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.btn-ghost {
  background: transparent;
  color: var(--color-sand);
  border-color: rgba(246, 241, 232, 0.45);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hero-meta {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-meta dt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-gold-soft);
  margin: 0 0 0.2rem;
}

.hero-meta dd {
  margin: 0;
  font-weight: 600;
}

/* Sections */
.section {
  padding: 4rem 1.25rem;
}

.section--alt {
  background: linear-gradient(180deg, var(--color-sand-dark), var(--color-sand));
}

.section-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.section-head {
  margin-bottom: 2rem;
}

.section-head--center {
  text-align: center;
}

.section-head--center .section-intro {
  margin-left: auto;
  margin-right: auto;
}

.section-leaf {
  display: block;
  margin: 0.5rem auto 0;
  color: var(--brand-green);
}

.section-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-forest);
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 600;
  margin: 0;
  color: var(--color-forest-deep);
}

.section-intro {
  max-width: 62ch;
  margin-top: 0.75rem;
  color: rgba(15, 31, 28, 0.78);
}

/* Cards grid */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}

.card {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 1.5rem 1.35rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(13, 61, 53, 0.06);
}

.card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 0.5rem;
  color: var(--color-forest-deep);
}

.card p {
  margin: 0;
  color: rgba(15, 31, 28, 0.78);
  font-size: 0.98rem;
}

.section--stats {
  padding: 2.5rem 1.25rem;
  background: var(--color-forest);
  color: var(--color-sand);
}

.stats-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  text-align: center;
}

.stat-item {
  padding: 0.5rem;
}

.stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-gold-soft);
  margin-bottom: 0.35rem;
}

.stat-label {
  font-size: 0.9rem;
  color: rgba(246, 241, 232, 0.85);
  line-height: 1.4;
}

.section--donate {
  padding: 3rem 1.25rem;
}

.donate-panel {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 1.75rem;
  background: linear-gradient(135deg, var(--color-forest-deep), var(--color-forest));
  border-radius: var(--radius);
  color: var(--color-sand);
  box-shadow: var(--shadow-soft);
}

.donate-panel .section-kicker {
  color: var(--color-gold-soft);
}

.donate-panel .section-title {
  color: var(--color-white);
}

.donate-panel .section-intro {
  color: rgba(246, 241, 232, 0.9);
  max-width: 48ch;
}

.donate-intro {
  margin-top: 0.5rem;
}

.donate-methods {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: rgba(246, 241, 232, 0.92);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 52ch;
}

.donate-methods li {
  margin-bottom: 0.5rem;
}

.donate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn-donate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  background: var(--color-gold);
  color: var(--color-forest-deep);
  border: 2px solid transparent;
}

.btn-donate:hover {
  filter: brightness(1.05);
}

.btn-donate-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  background: transparent;
  color: var(--color-sand);
  border: 2px solid rgba(246, 241, 232, 0.45);
}

.btn-donate-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* Prayer strip */
.prayer-panel {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(13, 61, 53, 0.08);
}

.prayer-note {
  font-size: 0.95rem;
  color: rgba(15, 31, 28, 0.75);
  margin: 0 0 1.25rem;
}

.prayer-embed {
  min-height: 200px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--color-sand);
  border: 1px dashed rgba(13, 61, 53, 0.2);
  padding: 1.5rem;
}

.prayer-embed.prayer-embed--ready {
  border-style: solid;
  border-color: rgba(13, 61, 53, 0.12);
}

.prayer-loading {
  margin: 0;
  text-align: center;
  color: rgba(15, 31, 28, 0.65);
}

.prayer-content {
  width: 100%;
}

.prayer-headline {
  margin-bottom: 1.25rem;
}

.prayer-date {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--color-forest-deep);
}

.prayer-hijri {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(15, 31, 28, 0.65);
}

.prayer-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.98rem;
  margin: 0 0 1.25rem;
}

.prayer-table th,
.prayer-table td {
  padding: 0.65rem 0.75rem;
  text-align: left;
  border-bottom: 1px solid rgba(13, 61, 53, 0.1);
}

.prayer-table thead th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-forest);
  border-bottom: 2px solid rgba(13, 61, 53, 0.15);
}

.prayer-table tbody th {
  font-weight: 600;
  color: var(--color-ink);
  width: 28%;
}

.prayer-jumuah {
  background: rgba(13, 61, 53, 0.04);
}

.prayer-iqama {
  font-weight: 600;
  font-size: 0.92rem;
}

.prayer-iqama a {
  text-decoration: none;
  font-weight: 600;
}

.prayer-table tbody td {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: var(--color-forest-deep);
}

.prayer-footnote,
.prayer-attrib {
  font-size: 0.88rem;
  color: rgba(15, 31, 28, 0.72);
  margin: 0 0 0.65rem;
  line-height: 1.55;
}

.prayer-attrib {
  margin-bottom: 0;
  font-size: 0.82rem;
  color: rgba(15, 31, 28, 0.55);
}

.prayer-error {
  margin: 0;
  text-align: center;
  color: rgba(15, 31, 28, 0.7);
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}

.prayer-embed--widget .prayer-error {
  text-align: left;
  color: #b71c1c;
  max-width: none;
}

.prayer-embed iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 10px;
}

/* Visit */
.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

@media (max-width: 800px) {
  .visit-grid {
    grid-template-columns: 1fr;
  }
}

.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  min-height: 280px;
  border: 1px solid rgba(13, 61, 53, 0.1);
}

.map-wrap iframe {
  width: 100%;
  height: 320px;
  border: 0;
}

.visit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.visit-list li {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(13, 61, 53, 0.1);
  display: flex;
  gap: 0.5rem;
}

.visit-list strong {
  min-width: 6rem;
  color: var(--color-forest);
}

/* Gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.75rem;
}

.gallery-item {
  margin: 0;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: var(--color-sand-dark);
  border: 1px solid rgba(13, 61, 53, 0.08);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-privacy-note {
  font-size: 0.9rem;
  color: rgba(15, 31, 28, 0.65);
  max-width: 62ch;
  margin: 1rem 0 0;
  line-height: 1.5;
}

/* Contact */
.contact-box {
  background: var(--color-forest);
  color: var(--color-sand);
  border-radius: var(--radius);
  padding: 2rem 1.75rem;
  box-shadow: var(--shadow-soft);
}

.contact-box a {
  color: var(--color-gold-soft);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.contact-label {
  margin: 0 0 0.35rem;
  font-weight: 700;
}

.contact-value {
  margin: 0;
}

.contact-hint {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.85rem;
  font-weight: 400;
  opacity: 0.85;
}

.privacy-inner {
  max-width: 62ch;
}

.privacy-text {
  margin: 0;
  color: rgba(15, 31, 28, 0.78);
  line-height: 1.6;
}

/* Scroll to top */
.scroll-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 200;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 10px;
  background: var(--brand-green);
  color: var(--color-white);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.2s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
}

.scroll-top:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.scroll-top--visible {
  opacity: 1;
  pointer-events: auto;
}

/* Footer */
.site-footer {
  background: var(--color-forest-deep);
  color: rgba(246, 241, 232, 0.85);
  padding: 2.5rem 1.25rem;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.site-footer a {
  color: var(--color-gold-soft);
}

.social {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.social a {
  text-decoration: none;
  font-weight: 600;
}
