
:root {
  --primary-base-color: #78a900;
  --primary-darken-color: #344d00;
  --secondary-base-color: #d8ae36;
  --secondary-darken-color: #9a7117;
  --accent-base-color: #a8e600;
  --accent-darken-color: #668c00;
  --xcro-ink: #070a07;
  --xcro-cream: #faf9ef;
  --xcro-green: #719e00;
  --xcro-green-dark: #182300;
  --xcro-yellow: #b6ef10;
  --xcro-gold: #d8ae36;
  --xcro-red: #a52a2a;
}

/* Palet dapat dipilih melalui Pengaturan Tema OpenSID. */
.xcro-palette-zamrud {
  --primary-base-color: #059669;
  --primary-darken-color: #064e3b;
  --secondary-base-color: #d4a72c;
  --secondary-darken-color: #8a6414;
  --accent-base-color: #34d399;
  --accent-darken-color: #047857;
  --xcro-green: #059669;
  --xcro-green-dark: #064e3b;
  --xcro-yellow: #6ee7b7;
  --xcro-gold: #d4a72c;
  --xcro-red: #be123c;
}
.xcro-palette-samudra {
  --primary-base-color: #0284c7;
  --primary-darken-color: #0c4a6e;
  --secondary-base-color: #f59e0b;
  --secondary-darken-color: #b45309;
  --accent-base-color: #38bdf8;
  --accent-darken-color: #0369a1;
  --xcro-green: #0284c7;
  --xcro-green-dark: #0c4a6e;
  --xcro-yellow: #7dd3fc;
  --xcro-gold: #f59e0b;
  --xcro-red: #e11d48;
}
.xcro-palette-marun {
  --primary-base-color: #9f1239;
  --primary-darken-color: #4c0519;
  --secondary-base-color: #d6a84b;
  --secondary-darken-color: #8f631d;
  --accent-base-color: #fb7185;
  --accent-darken-color: #be123c;
  --xcro-green: #9f1239;
  --xcro-green-dark: #4c0519;
  --xcro-yellow: #fda4af;
  --xcro-gold: #d6a84b;
  --xcro-red: #7f1d1d;
}
.xcro-palette-ungu {
  --primary-base-color: #7c3aed;
  --primary-darken-color: #3b0764;
  --secondary-base-color: #eab308;
  --secondary-darken-color: #a16207;
  --accent-base-color: #c084fc;
  --accent-darken-color: #6d28d9;
  --xcro-green: #7c3aed;
  --xcro-green-dark: #3b0764;
  --xcro-yellow: #d8b4fe;
  --xcro-gold: #eab308;
  --xcro-red: #be185d;
}
.xcro-palette-jingga {
  --primary-base-color: #ea580c;
  --primary-darken-color: #7c2d12;
  --secondary-base-color: #eab308;
  --secondary-darken-color: #854d0e;
  --accent-base-color: #fb923c;
  --accent-darken-color: #c2410c;
  --xcro-green: #ea580c;
  --xcro-green-dark: #7c2d12;
  --xcro-yellow: #fdba74;
  --xcro-gold: #eab308;
  --xcro-red: #b91c1c;
}

html { scroll-behavior: smooth; }
html { font-size: calc(16px * var(--xcro-font-scale, 1)); }
[x-cloak] { display: none !important; }

.xcro-loader { position: fixed; z-index: 10000; inset: 0; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at center, #243508 0, #0c1208 42%, #050705 100%); }
.xcro-loader::before { content: ""; position: absolute; inset: 0; opacity: .16; background: repeating-linear-gradient(125deg, transparent 0 34px, rgba(182,239,16,.15) 34px 35px); }
.xcro-loader__content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.xcro-loader__logo-wrap { position: relative; display: grid; place-items: center; width: 138px; height: 138px; }
.xcro-loader__ring { position: absolute; inset: 0; border: 3px solid rgba(182,239,16,.16); border-top-color: var(--xcro-yellow); border-right-color: var(--xcro-gold); border-radius: 50%; animation: xcro-loader-spin 1.45s linear infinite; }
.xcro-loader__ring--inner { inset: 10px; border-width: 2px; border-top-color: var(--xcro-red); border-right-color: var(--xcro-yellow); animation-direction: reverse; animation-duration: 1.9s; }
.xcro-loader__logo { width: 98px; height: 98px; object-fit: cover; border: 2px solid rgba(182,239,16,.75); border-radius: 50%; box-shadow: 0 0 0 7px rgba(182,239,16,.06), 0 18px 45px rgba(0,0,0,.42); animation: xcro-loader-pulse 1.5s ease-in-out infinite; }
.xcro-loader__content > strong { margin-top: 1rem; color: #fff; font-size: 1.05rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.xcro-loader__content > small { margin-top: .28rem; color: rgba(255,255,255,.48); font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }
.xcro-loader__progress { width: 150px; height: 3px; overflow: hidden; margin-top: 1rem; border-radius: 99px; background: rgba(255,255,255,.1); }
.xcro-loader__progress i { display: block; width: 48%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--xcro-red), var(--xcro-yellow), var(--xcro-gold)); animation: xcro-loader-progress 1.15s ease-in-out infinite; }
@keyframes xcro-loader-spin { to { transform: rotate(360deg); } }
@keyframes xcro-loader-pulse { 50% { transform: scale(.94); filter: brightness(1.14); } }
@keyframes xcro-loader-progress { from { transform: translateX(-110%); } to { transform: translateX(220%); } }

body.xcro-body {
  color: #26352b;
  background:
    radial-gradient(circle at 5% 5%, rgba(182, 239, 16, .12), transparent 28rem),
    linear-gradient(180deg, #f4f6ef, #faf9f3 35rem);
}

.xcro-topline { display: grid; grid-template-columns: 1fr 1fr 1fr; height: 6px; }
.xcro-topline span:nth-child(1), .xcro-footer__stripe span:nth-child(1) { background: #75a500; }
.xcro-topline span:nth-child(2), .xcro-footer__stripe span:nth-child(2) { background: var(--xcro-yellow); }
.xcro-topline span:nth-child(3), .xcro-footer__stripe span:nth-child(3) { background: var(--xcro-gold); }

.xcro-hero {
  position: relative;
  min-height: 490px;
  color: #fff;
  overflow: hidden;
  background-image: var(--xcro-hero-image);
  background-position: center;
  background-size: cover;
}

.xcro-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(125deg, transparent 0 34px, rgba(255,255,255,.08) 34px 35px),
    linear-gradient(90deg, transparent 0 4%, rgba(182,239,16,.12) 4% 4.2%, transparent 4.2% 100%);
}

.xcro-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 45%, rgba(182, 239, 16, .08), transparent 23rem),
    linear-gradient(95deg, rgba(4, 7, 4, .82) 0%, rgba(20, 34, 5, .68) 52%, rgba(3, 8, 3, .38) 100%);
}

.xcro-utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .72rem 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.78);
  font-size: .76rem;
}
.xcro-utility__links { display: flex; gap: 1.25rem; }
.xcro-utility a:hover { color: var(--xcro-yellow); }
.xcro-attendance-link { color: var(--xcro-mint); font-weight: 800; }
.xcro-admin-link { color: var(--xcro-yellow); font-weight: 800; }

.xcro-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.2rem 0;
}
.xcro-brand__identity { display: flex; align-items: center; gap: 1rem; }
.xcro-brand__logo-wrap {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.xcro-brand__logo { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 8px 12px rgba(0,0,0,.38)); }
.xcro-brand__eyebrow, .xcro-brand__location { display: block; color: rgba(255,255,255,.74); font-size: .72rem; letter-spacing: .08em; }
.xcro-brand__eyebrow { text-transform: uppercase; }
.xcro-brand__name { display: block; font-size: clamp(1.5rem, 3vw, 2.35rem); line-height: 1.05; font-weight: 900; letter-spacing: -.035em; }
.xcro-brand__mark { display: flex; align-items: center; gap: .7rem; text-transform: uppercase; }
.xcro-brand__mark strong, .xcro-brand__mark small { display: block; }
.xcro-brand__mark strong { color: #fff; letter-spacing: .12em; text-shadow: 0 0 20px rgba(182,239,16,.25); }
.xcro-brand__mark small { color: rgba(255,255,255,.58); font-size: .58rem; letter-spacing: .09em; }
.xcro-brand__theme-logo {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border: 1px solid rgba(182,239,16,.72);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(182,239,16,.07), 0 10px 22px rgba(0,0,0,.3);
}

.xcro-hero__message { position: relative; z-index: 2; max-width: 720px; padding: 1.35rem 0 5.5rem; }
.xcro-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .42rem .8rem;
  border-radius: 999px;
  color: var(--xcro-yellow);
  background: rgba(182,239,16,.09);
  border: 1px solid rgba(182,239,16,.28);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.xcro-hero__message h1 { margin-top: .9rem; font-size: clamp(2.15rem, 5.2vw, 4.4rem); line-height: .98; font-weight: 900; letter-spacing: -.052em; text-wrap: balance; }
.xcro-hero__message p { max-width: 620px; margin-top: 1rem; color: rgba(255,255,255,.78); font-size: 1rem; line-height: 1.75; }
.xcro-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.4rem; }
.xcro-btn { display: inline-flex; align-items: center; gap: .55rem; padding: .8rem 1.15rem; border-radius: .8rem; font-size: .82rem; font-weight: 800; transition: .2s ease; }
.xcro-btn:hover { transform: translateY(-2px); }
.xcro-btn--primary { color: var(--xcro-ink); background: var(--xcro-yellow); box-shadow: 0 10px 25px rgba(250,204,21,.2); }
.xcro-btn--ghost { color: #fff; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.07); }

.xcro-ticker { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; color: #fff; background: rgba(4, 8, 3, .94); backdrop-filter: blur(10px); }
.xcro-ticker .container { min-height: 46px; }
.xcro-ticker strong { flex: 0 0 auto; padding-right: 1rem; color: var(--xcro-yellow); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.xcro-ticker marquee { font-size: .78rem; }
.xcro-ticker marquee span { margin-right: 2.5rem; }
.xcro-ticker a { color: var(--xcro-yellow); text-decoration: underline; }

.xcro-nav-wrap { position: relative; z-index: 20; margin-top: -1px; }
.xcro-nav-wrap .navbar-menu { border-radius: 0 0 16px 16px; box-shadow: 0 16px 35px rgba(7,59,37,.16); }
.navbar-menu.bg-primary-100, .navbar-menu .bg-primary-100 { background: linear-gradient(90deg, #090d06, var(--xcro-green-dark)) !important; }
.navbar-menu a:hover, .navbar-menu .hover\:bg-primary-200:hover { color: var(--xcro-ink) !important; background-color: var(--xcro-yellow) !important; }
.bg-primary-100 { background-color: var(--xcro-green) !important; }
.bg-primary-200 { background-color: var(--xcro-green-dark) !important; }
.text-primary-100, .text-primary-200 { color: var(--xcro-green) !important; }

.xcro-live { margin-top: 1rem; }
.xcro-live__panel {
  display: grid;
  grid-template-columns: minmax(215px, .85fr) minmax(480px, 2.4fr) minmax(220px, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(113,158,0,.16);
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(115deg, #080b07, #182300 60%, #0c1207);
  box-shadow: 0 16px 45px rgba(7,10,7,.12);
}
.xcro-clock, .xcro-next-prayer { display: flex; align-items: center; gap: .8rem; padding: 1rem 1.15rem; }
.xcro-clock { border-right: 1px solid rgba(255,255,255,.09); }
.xcro-clock__icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 12px; color: #182300; background: var(--xcro-yellow); box-shadow: 0 0 22px rgba(182,239,16,.2); }
.xcro-clock small, .xcro-clock strong, .xcro-clock em, .xcro-next-prayer small, .xcro-next-prayer strong, .xcro-next-prayer span { display: block; }
.xcro-clock small, .xcro-next-prayer small { color: rgba(255,255,255,.48); font-size: .58rem; font-style: normal; text-transform: uppercase; letter-spacing: .1em; }
.xcro-clock strong { margin-top: .1rem; color: var(--xcro-yellow); font-size: 1rem; font-weight: 900; letter-spacing: .025em; }
.xcro-clock em { margin-top: .08rem; color: rgba(255,255,255,.62); font-size: .62rem; font-style: normal; }
.xcro-prayers { display: grid; grid-template-columns: repeat(5, 1fr); border-right: 1px solid rgba(255,255,255,.09); }
.xcro-prayer { display: grid; place-content: center; min-height: 78px; padding: .65rem; text-align: center; border-right: 1px solid rgba(255,255,255,.07); transition: .2s ease; }
.xcro-prayer:last-child { border-right: 0; }
.xcro-prayer small { color: rgba(255,255,255,.52); font-size: .6rem; text-transform: uppercase; letter-spacing: .08em; }
.xcro-prayer strong { margin-top: .28rem; color: #fff; font-size: .95rem; font-weight: 900; }
.xcro-prayer.is-next { position: relative; background: rgba(182,239,16,.1); }
.xcro-prayer.is-next::after { content: "Berikutnya"; position: absolute; right: .35rem; top: .32rem; padding: .12rem .3rem; border-radius: 999px; color: #182300; background: var(--xcro-yellow); font-size: .45rem; font-weight: 900; text-transform: uppercase; }
.xcro-prayer.is-next strong { color: var(--xcro-yellow); }
.xcro-next-prayer { display: block; }
.xcro-next-prayer strong { margin-top: .25rem; color: #fff; font-size: .78rem; font-weight: 900; }
.xcro-next-prayer span { margin-top: .2rem; color: rgba(255,255,255,.45); font-size: .56rem; }

/* Header dashboard v1.4 — komposisi khas X-Crocodile */
.xcro-hero { min-height: 790px; }
.xcro-brand--compact { padding: .8rem 0; }
.xcro-brand--compact .xcro-brand__logo-wrap { width: 62px; height: 62px; border-radius: 16px; }
.xcro-brand--compact .xcro-brand__name { font-size: clamp(1.25rem, 2.3vw, 1.85rem); }
.xcro-nav-wrap--hero { margin: 0; }
.xcro-nav-wrap--hero .navbar-menu { overflow: visible; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(5,9,4,.76) !important; box-shadow: 0 18px 44px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.xcro-hero-dashboard { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(390px, .8fr); gap: 1.35rem; align-items: start; padding: 1.25rem 0 5.5rem; }
.xcro-hero-dashboard__intro { min-width: 0; }
.xcro-hero-dashboard .xcro-live { margin: 0 0 1.35rem; }
.xcro-hero-dashboard .xcro-live__panel { display: grid; grid-template-columns: minmax(190px, .85fr) minmax(330px, 1.7fr); border-color: rgba(182,239,16,.2); border-radius: 16px; background: rgba(4,8,3,.82); box-shadow: 0 16px 42px rgba(0,0,0,.24); backdrop-filter: blur(14px); }
.xcro-hero-dashboard .xcro-clock { border-right: 1px solid rgba(255,255,255,.09); }
.xcro-hero-dashboard .xcro-prayers { border: 0; }
.xcro-hero-dashboard .xcro-next-prayer { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: .55rem 1rem; border-top: 1px solid rgba(255,255,255,.08); }
.xcro-hero-dashboard .xcro-next-prayer strong { margin: 0; color: var(--xcro-yellow); }
.xcro-hero-dashboard .xcro-next-prayer span { margin: 0; }
.xcro-hero-dashboard .xcro-hero__message { max-width: 700px; padding: .35rem 0 0; }
.xcro-hero-dashboard .xcro-hero__message h1 { font-size: clamp(2.35rem, 4.4vw, 4rem); }
.xcro-hero-dashboard .xcro-hero__message h1 span { display: block; color: var(--xcro-yellow); text-transform: uppercase; }
.xcro-demography { overflow: hidden; padding: 1.4rem; border: 1px solid rgba(182,239,16,.2); border-radius: 22px; color: #fff; background: linear-gradient(145deg, rgba(7,11,6,.94), rgba(26,38,7,.9)); box-shadow: 0 24px 60px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.xcro-demography__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.xcro-demography__head small, .xcro-demography__head strong { display: block; }
.xcro-demography__head > span:first-child small { color: var(--xcro-yellow); font-size: .59rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.xcro-demography__head > span:first-child strong { margin-top: .28rem; font-size: 1.3rem; font-weight: 900; }
.xcro-demography__total { text-align: right; }
.xcro-demography__total strong { color: var(--xcro-yellow); font-size: 2rem; line-height: 1; font-weight: 900; }
.xcro-demography__total small { margin-top: .18rem; color: rgba(255,255,255,.48); font-size: .57rem; font-weight: 800; text-transform: uppercase; }
.xcro-demography__bar { display: flex; height: 5px; overflow: hidden; margin: 1.1rem 0; border-radius: 999px; background: rgba(255,255,255,.08); }
.xcro-demography__bar span { background: var(--xcro-yellow); }
.xcro-demography__bar i { background: var(--xcro-gold); }
.xcro-demography__grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.xcro-demography__grid > div { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: .6rem; min-height: 82px; padding: .8rem; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.055); }
.xcro-demography__grid > div > i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: var(--xcro-yellow); background: rgba(182,239,16,.09); }
.xcro-demography__grid small, .xcro-demography__grid strong { display: block; }
.xcro-demography__grid small { color: rgba(255,255,255,.48); font-size: .56rem; font-weight: 800; text-transform: uppercase; }
.xcro-demography__grid strong { margin-top: .12rem; font-size: 1.05rem; font-weight: 900; }
.xcro-demography__grid em { float: right; margin-top: -1.15rem; color: rgba(255,255,255,.34); font-size: .55rem; font-style: normal; }
.xcro-demography__link { display: flex; align-items: center; justify-content: center; gap: .55rem; margin-top: 1rem; padding: .75rem 1rem; border-radius: 12px; color: #182300; background: var(--xcro-yellow); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; transition: .2s ease; }
.xcro-demography__link:hover { color: #fff; background: var(--xcro-red); transform: translateY(-2px); }
.xcro-hero--inner { min-height: 0; padding-bottom: 1rem; }
.xcro-hero--inner .xcro-utility { padding-block: .45rem; }
.xcro-hero--inner .xcro-brand { padding-block: .55rem; }
.xcro-hero--inner .xcro-brand__logo-wrap { width: 52px; height: 52px; }
.xcro-hero--inner .xcro-brand__theme-logo { width: 38px; height: 38px; }

.xcro-stat-dashboard { display: grid; grid-template-columns: minmax(0, 2fr) minmax(300px, .72fr); gap: 1.25rem; align-items: start; }
.xcro-stat-dashboard__main { min-width: 0; padding: 1.4rem !important; border-radius: 20px !important; }
.xcro-stat-dashboard__menu { min-width: 0; }
.xcro-stat-dashboard__menu > .sticky { top: 1rem; overflow: hidden; border: 1px solid rgba(113,158,0,.13); border-radius: 20px; box-shadow: 0 18px 50px rgba(7,10,7,.08); }
.xcro-stat-dashboard__menu .accordion-item { border-color: rgba(113,158,0,.12); }
.xcro-stat-dashboard__menu .accordion-button { font-weight: 800; }
.xcro-stat-dashboard__menu .accordion-button:not(.collapsed) { color: #17200d; background: rgba(182,239,16,.15); }
.xcro-stat-dashboard__menu .accordion-body a { border-radius: 9px; font-size: .78rem; }
.xcro-stat-dashboard__menu .accordion-body a.bg-primary-100 { color: #17200d !important; background: var(--xcro-yellow) !important; font-weight: 800; }
.xcro-stat-dashboard #statistics { min-height: 390px; margin-block: .7rem 1.5rem; }
.xcro-stat-dashboard .breadcrumb { margin-bottom: .75rem; }

.xcro-quick { position: relative; z-index: 12; margin-top: 1.15rem; }
.xcro-quick__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: .85rem; padding: 0 .15rem; }
.xcro-quick__heading small, .xcro-quick__heading strong { display: block; }
.xcro-quick__heading small { color: var(--xcro-green); font-size: .62rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.xcro-quick__heading strong { margin-top: .12rem; color: #17200d; font-size: 1.15rem; font-weight: 900; letter-spacing: -.025em; }
.xcro-quick__heading p { color: #87907f; font-size: .7rem; }
.xcro-quick__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(113,158,0,.13);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7,10,7,.08);
}
.xcro-quick__grid > a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .8rem;
  min-height: 88px;
  padding: 1rem;
  border-right: 1px solid rgba(113,158,0,.12);
  transition: .22s ease;
}
.xcro-quick__grid > a:nth-child(3n) { border-right: 0; }
.xcro-quick__grid > a:nth-child(-n+6) { border-bottom: 1px solid rgba(113,158,0,.12); }
.xcro-quick__grid > a:hover { color: #fff; background: linear-gradient(135deg, #10170a, #344d00); transform: translateY(-2px); }
.xcro-quick__grid > a > .fa-arrow-right { color: #9aa394; font-size: .7rem; }
.xcro-quick__grid > a:hover > .fa-arrow-right { color: var(--xcro-yellow); }
.xcro-quick__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: #263500; background: rgba(182,239,16,.22); }
.xcro-quick__grid strong, .xcro-quick__grid small { display: block; }
.xcro-quick__grid strong { color: #17200d; font-size: .82rem; font-weight: 900; }
.xcro-quick__grid small { margin-top: .18rem; color: #849079; font-size: .63rem; }
.xcro-quick__grid > a:hover strong { color: #fff; }
.xcro-quick__grid > a:hover small { color: rgba(255,255,255,.62); }

.xcro-attendance { margin-top: 2.1rem; }
.xcro-attendance__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 1rem; }
.xcro-attendance__heading > div:first-child small { color: var(--xcro-green); font-size: .61rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.xcro-attendance__heading > div:first-child small i { margin-right: .3rem; color: var(--xcro-gold); }
.xcro-attendance__heading h2 { margin-top: .2rem; color: #17200d; font-size: clamp(1.4rem, 2.8vw, 2rem); line-height: 1.1; font-weight: 900; letter-spacing: -.04em; }
.xcro-attendance__heading p { margin-top: .35rem; color: #7d8877; font-size: .73rem; }
.xcro-attendance__actions { display: flex; align-items: stretch; gap: .65rem; flex: 0 0 auto; }
.xcro-attendance__summary { display: flex; align-items: center; gap: .9rem; flex: 0 0 auto; padding: .7rem 1rem; border: 1px solid rgba(113,158,0,.14); border-radius: 14px; background: #fff; box-shadow: 0 12px 32px rgba(7,10,7,.07); }
.xcro-attendance__summary span { min-width: 50px; text-align: center; }
.xcro-attendance__summary strong, .xcro-attendance__summary small { display: block; }
.xcro-attendance__summary strong { color: var(--xcro-green); font-size: 1.15rem; font-weight: 900; line-height: 1; }
.xcro-attendance__summary small { margin-top: .2rem; color: #899282; font-size: .53rem; font-weight: 800; text-transform: uppercase; }
.xcro-attendance__summary > i { width: 1px; height: 30px; background: rgba(113,158,0,.14); }
.xcro-attendance__login { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: .55rem; min-width: 180px; padding: .65rem .8rem; border-radius: 14px; color: #17200d; background: var(--xcro-yellow); box-shadow: 0 12px 30px rgba(7,10,7,.1); transition: .22s ease; }
.xcro-attendance__login:hover { color: #fff; background: var(--xcro-red); transform: translateY(-2px); }
.xcro-attendance__login > i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(255,255,255,.35); font-size: .9rem; }
.xcro-attendance__login span small, .xcro-attendance__login span strong { display: block; }
.xcro-attendance__login span small { opacity: .65; font-size: .48rem; font-weight: 900; text-transform: uppercase; }
.xcro-attendance__login span strong { margin-top: .08rem; font-size: .65rem; font-weight: 900; }
.xcro-attendance__login > b { font-size: .58rem; }
.xcro-attendance__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.xcro-attendance-card { display: grid; grid-template-columns: 62px minmax(0, 1fr) auto; align-items: center; gap: .85rem; min-height: 92px; padding: .75rem .9rem; border: 1px solid rgba(113,158,0,.12); border-radius: 16px; background: #fff; box-shadow: 0 12px 34px rgba(7,10,7,.065); transition: .22s ease; }
.xcro-attendance-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(7,10,7,.1); }
.xcro-attendance-card__photo { position: relative; width: 62px; height: 62px; }
.xcro-attendance-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; border: 3px solid #edf2e8; border-radius: 14px; background: #edf2e8; }
.xcro-attendance-card__photo > i { position: absolute; right: -2px; bottom: -2px; width: 15px; height: 15px; border: 3px solid #fff; border-radius: 50%; background: #94a3b8; }
.xcro-attendance-card.is-present .xcro-attendance-card__photo > i { background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,.12); }
.xcro-attendance-card.is-permitted .xcro-attendance-card__photo > i { background: #f59e0b; }
.xcro-attendance-card__identity { min-width: 0; }
.xcro-attendance-card__identity h3 { overflow: hidden; color: #17200d; font-size: .79rem; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.xcro-attendance-card__identity p { overflow: hidden; margin-top: .15rem; color: #7d8878; font-size: .59rem; text-overflow: ellipsis; white-space: nowrap; }
.xcro-attendance-card__identity span { display: inline-flex; align-items: center; gap: .3rem; margin-top: .45rem; padding: .25rem .48rem; border-radius: 999px; color: #647268; background: #eef1ec; font-size: .52rem; font-weight: 900; text-transform: uppercase; }
.xcro-attendance-card.is-present .xcro-attendance-card__identity span { color: #16733a; background: #dcfce7; }
.xcro-attendance-card.is-permitted .xcro-attendance-card__identity span { color: #92400e; background: #fef3c7; }
.xcro-attendance-card__time { min-width: 82px; padding-left: .8rem; border-left: 1px solid rgba(113,158,0,.12); text-align: right; }
.xcro-attendance-card__time small, .xcro-attendance-card__time strong, .xcro-attendance-card__time em { display: block; }
.xcro-attendance-card__time small { color: #9aa294; font-size: .5rem; font-weight: 800; text-transform: uppercase; }
.xcro-attendance-card__time strong { margin-top: .12rem; color: #17200d; font-size: 1rem; font-weight: 900; }
.xcro-attendance-card__time em { margin-top: .12rem; color: #9aa294; font-size: .48rem; font-style: normal; }
.xcro-attendance__updated { margin-top: .65rem; color: #98a092; font-size: .55rem; text-align: right; }
.xcro-attendance__updated i { margin-right: .25rem; color: var(--xcro-green); }

.xcro-latest { margin-top: 2.2rem; padding: 2.4rem 0; background: linear-gradient(135deg, rgba(182,239,16,.07), rgba(216,174,54,.04)); border-block: 1px solid rgba(113,158,0,.1); }
.xcro-latest__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.25rem; }
.xcro-latest__heading small { color: var(--xcro-green); font-size: .62rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.xcro-latest__heading small i { margin-right: .3rem; color: var(--xcro-gold); }
.xcro-latest__heading h2 { margin-top: .2rem; color: #17200d; font-size: clamp(1.45rem, 2.8vw, 2.1rem); line-height: 1.1; font-weight: 900; letter-spacing: -.04em; }
.xcro-latest__heading p { margin-top: .35rem; color: #7d8877; font-size: .74rem; }
.xcro-latest__heading > a { display: inline-flex; align-items: center; gap: .5rem; flex: 0 0 auto; padding: .7rem 1rem; border: 1px solid rgba(113,158,0,.18); border-radius: 11px; color: #354713; background: #fff; font-size: .68rem; font-weight: 800; transition: .2s ease; }
.xcro-latest__heading > a:hover { color: #17200d; border-color: var(--xcro-yellow); background: var(--xcro-yellow); transform: translateY(-2px); }
.xcro-featured-article { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); min-height: 390px; overflow: hidden; border: 1px solid rgba(113,158,0,.14); border-radius: 22px; background: #fff; box-shadow: 0 22px 55px rgba(7,10,7,.1); }
.xcro-featured-article__image { position: relative; display: block; min-height: 390px; overflow: hidden; background: #152006; }
.xcro-featured-article__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 62%, rgba(7,10,7,.15)); pointer-events: none; }
.xcro-featured-article__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.xcro-featured-article:hover .xcro-featured-article__image img { transform: scale(1.035); }
.xcro-featured-article__image > span { position: absolute; z-index: 2; left: 1rem; top: 1rem; padding: .48rem .75rem; border-radius: 999px; color: #17200d; background: var(--xcro-yellow); box-shadow: 0 8px 24px rgba(0,0,0,.18); font-size: .61rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.xcro-featured-article__image > span i { margin-right: .28rem; }
.xcro-featured-article__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.35rem, 3vw, 2.4rem); }
.xcro-featured-article__meta { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; color: #87917f; font-size: .63rem; }
.xcro-featured-article__meta > span { padding: .3rem .55rem; border-radius: 999px; color: #354713; background: rgba(182,239,16,.2); font-weight: 900; text-transform: uppercase; }
.xcro-featured-article__meta time i { margin-right: .25rem; color: var(--xcro-green); }
.xcro-featured-article__body h3 { margin-top: .8rem; color: #17200d; font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.2; font-weight: 900; letter-spacing: -.04em; }
.xcro-featured-article__body h3 a:hover { color: var(--xcro-green); }
.xcro-sambutan-title { max-width: 780px; font-size: clamp(1.45rem, 2.6vw, 2.25rem) !important; line-height: 1.14 !important; letter-spacing: -.025em !important; }
.xcro-featured-article__body > p { margin-top: .85rem; color: #717c6d; font-size: .75rem; line-height: 1.7; }
.xcro-btn--article { align-self: flex-start; margin-top: 1.15rem; color: #17200d; background: var(--xcro-yellow); }
.xcro-next-articles__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin: 2rem 0 .9rem; }
.xcro-next-articles__heading small, .xcro-next-articles__heading strong { display: block; }
.xcro-next-articles__heading small { color: var(--xcro-green); font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.xcro-next-articles__heading strong { margin-top: .15rem; color: #17200d; font-size: 1.18rem; font-weight: 900; }
.xcro-next-articles__heading em { color: #8a9484; font-size: .65rem; font-style: normal; }
.xcro-latest__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.xcro-latest__grid--nine { align-items: stretch; }
.xcro-latest-card { overflow: hidden; border: 1px solid rgba(113,158,0,.12); border-radius: 18px; background: #fff; box-shadow: 0 16px 40px rgba(7,10,7,.08); transition: .25s ease; }
.xcro-latest-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(7,10,7,.13); }
.xcro-latest-card__image { position: relative; display: block; height: 190px; overflow: hidden; background: #152006; }
.xcro-latest-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.xcro-latest-card:hover .xcro-latest-card__image img { transform: scale(1.055); }
.xcro-latest-card__image > span { position: absolute; left: .8rem; bottom: .75rem; max-width: calc(100% - 1.6rem); padding: .32rem .6rem; overflow: hidden; border-radius: 999px; color: #17200d; background: var(--xcro-yellow); font-size: .56rem; font-weight: 900; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.xcro-latest-card__body { padding: 1rem 1.05rem 1.1rem; }
.xcro-latest-card__body time { color: #8a9484; font-size: .61rem; }
.xcro-latest-card__body time i { margin-right: .28rem; color: var(--xcro-green); }
.xcro-latest-card__body h3 { min-height: 2.7em; margin-top: .48rem; color: #17200d; font-size: .92rem; line-height: 1.35; font-weight: 900; }
.xcro-latest-card__body h3 a:hover { color: var(--xcro-green); }
.xcro-latest-card__body p { min-height: 3.6em; margin-top: .55rem; color: #788274; font-size: .68rem; line-height: 1.55; }
.xcro-latest-card__link { display: inline-flex; align-items: center; gap: .42rem; margin-top: .8rem; color: var(--xcro-green); font-size: .64rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.xcro-latest-card__link:hover { color: var(--xcro-red); }

.xcro-body main, .xcro-body .box { border: 1px solid rgba(113,158,0,.12); box-shadow: 0 12px 35px rgba(7,10,7,.08) !important; }
.xcro-body main { border-radius: 18px !important; }
.xcro-body .box { overflow: hidden; border-radius: 16px; background: #fff; }
.xcro-body .box-header { position: relative; border-bottom: 3px solid var(--xcro-yellow); }
.xcro-body .box-header::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: -.38rem;
  width: 44px;
  height: 10px;
  opacity: .55;
  background: repeating-linear-gradient(90deg, var(--xcro-green) 0 3px, transparent 3px 6px);
}
.xcro-body .box-header h3, .xcro-body h3.text-h4 { font-weight: 900; letter-spacing: -.025em; }
.xcro-body .sliderx, .xcro-body .lg\:h-\[350px\] { border-radius: 16px !important; }
.xcro-body .pagination a, .xcro-body .pagination strong { border-radius: 8px; }

.xcro-footer { margin-top: 3rem; color: rgba(255,255,255,.72); background: var(--xcro-ink); }
.xcro-footer__stripe { display: grid; grid-template-columns: 1fr 1fr 1fr; height: 7px; }
.xcro-footer__grid { display: grid; grid-template-columns: 1.35fr 1fr .7fr; gap: 3rem; padding: 3.5rem 0 2.5rem; }
.xcro-footer__grid h2 { margin-bottom: .8rem; color: #fff; font-size: .84rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.xcro-footer__grid p { max-width: 520px; font-size: .82rem; line-height: 1.75; }
.xcro-footer__brand { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.xcro-footer__brand strong, .xcro-footer__brand small { display: block; }
.xcro-footer__brand strong { color: #fff; font-size: 1.2rem; text-transform: uppercase; letter-spacing: .12em; }
.xcro-footer__brand small { color: rgba(255,255,255,.5); font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
.xcro-footer__logo {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 2px solid var(--xcro-yellow);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(182,239,16,.07);
}
.xcro-socials { display: flex; flex-wrap: wrap; gap: .5rem; }
.xcro-socials a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; color: var(--xcro-ink); background: var(--xcro-yellow); transition: .2s ease; }
.xcro-socials a:hover { color: #fff; background: var(--xcro-red); transform: translateY(-2px); }
.xcro-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.15rem 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .68rem; }

.xcro-tools { position: fixed; z-index: 10014; top: calc(50% - 120px); right: 4.7rem; bottom: auto; display: flex; flex-direction: column; align-items: flex-end; gap: .55rem; }
.xcro-tools__trigger { display: grid; place-items: center; width: 48px; height: 48px; border: 2px solid #fff; border-radius: 15px; color: #10170a; background: var(--xcro-yellow); box-shadow: 0 12px 30px rgba(7,10,7,.24); font-size: 1.15rem; }
.xcro-tools__menu { overflow: hidden; width: 190px; padding: .4rem; border: 1px solid rgba(182,239,16,.18); border-radius: 15px; color: #fff; background: rgba(7,10,7,.96); box-shadow: 0 20px 45px rgba(7,10,7,.28); backdrop-filter: blur(12px); }
.xcro-tools__menu button,.xcro-tools__menu a { display: flex; align-items: center; gap: .65rem; width: 100%; padding: .65rem .7rem; border-radius: 9px; color: rgba(255,255,255,.74); font-size: .68rem; text-align: left; text-decoration: none; }
.xcro-tools__menu button:hover,.xcro-tools__menu a:hover { color: #17200d; background: var(--xcro-yellow); }
.xcro-tools__menu i { width: 18px; text-align: center; }
.xcro-tools__section { display: block; margin: .35rem .35rem .2rem; padding-top: .55rem; color: var(--xcro-yellow); border-top: 1px solid rgba(255,255,255,.1); font-size: .5rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.xcro-tools__stat { display: grid; grid-template-columns: 1.1rem minmax(0,1fr) auto; align-items: center; gap: .55rem; min-height: 2.5rem; padding: .55rem .7rem; color: #eef7ef; border-radius: .7rem; background: rgba(255,255,255,.045); font-size: .72rem; }
.xcro-tools__stat i { color: var(--xcro-lime); text-align: center; }
.xcro-tools__stat strong { min-width: 2.6rem; color: var(--xcro-yellow); font-size: .8rem; text-align: right; }
.xcro-floater-head { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-bottom: .3rem; padding: .3rem .35rem .55rem; border-bottom: 1px solid rgba(255,255,255,.1); color: #fff; font-size: .66rem; }
.xcro-floater-head button { display: grid !important; place-items: center; width: 28px !important; height: 28px; padding: 0 !important; border-radius: 8px !important; color: #fff !important; background: rgba(255,255,255,.1) !important; }
.xcro-floater-head button:hover { color: #10170a !important; background: var(--xcro-yellow) !important; }

.xcro-monitor { position: fixed; z-index: 10014; top: calc(50% - 135px); right: 4.7rem; display: flex; flex-direction: column; align-items: flex-end; gap: .55rem; }
.xcro-monitor__trigger { display: grid; place-items: center; width: 48px; height: 48px; border: 2px solid #fff; border-radius: 15px; color: #10170a; background: var(--xcro-yellow); box-shadow: 0 12px 30px rgba(7,10,7,.3); font-size: 1.05rem; transition: .2s ease; }
.xcro-monitor__trigger:hover { transform: translateY(-2px); }
.xcro-monitor__choices { display: flex; flex-direction: column; min-width: 220px; padding: .45rem; gap: .5rem; border: 1px solid rgba(182,239,16,.18); border-radius: 16px; background: rgba(7,10,7,.97); box-shadow: 0 20px 45px rgba(0,0,0,.3); }
.xcro-monitor__choices button { display: grid; grid-template-columns: 1fr 42px; align-items: center; gap: .55rem; color: #fff; font-size: .68rem; font-weight: 800; text-align: right; }
.xcro-monitor__choices button > span { padding: .5rem .7rem; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; background: rgba(7,16,10,.95); box-shadow: 0 8px 24px rgba(0,0,0,.24); }
.xcro-monitor__choices button small { display: block; color: var(--xcro-yellow); font-size: .45rem; letter-spacing: .08em; text-transform: uppercase; }
.xcro-monitor__choices button > i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: #11190b; background: var(--xcro-yellow); font-size: .92rem; }
.xcro-monitor__overlay { position: fixed; z-index: 10030; inset: 0; display: grid; place-items: center; padding: 1rem; background: rgba(3,8,5,.78); backdrop-filter: blur(12px); }
.xcro-monitor__dialog { position: relative; overflow: auto; width: min(620px,100%); max-height: calc(100vh - 2rem); padding: 2rem; border: 1px solid rgba(99,240,189,.18); border-radius: 28px; color: #fff; background: radial-gradient(circle at 90% 0,rgba(182,239,16,.11),transparent 34%),#0b1820; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.xcro-monitor__close { position: absolute; top: 1rem; left: 1rem; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: #aebdca; background: #14283a; }
.xcro-monitor__dialog header { padding: .2rem 3rem 1.5rem; text-align: center; }
.xcro-monitor__dialog header small { color: #8fa1b5; font-size: .65rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.xcro-monitor__dialog h2 { margin-top: .25rem; font-size: 1.7rem; font-weight: 900; }
.xcro-monitor__dialog h2 em { color: var(--xcro-yellow); font-style: normal; }
.xcro-monitor__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.xcro-monitor__card { min-height: 142px; padding: 1.15rem; border: 1px solid rgba(99,240,189,.12); border-radius: 20px; background: rgba(255,255,255,.035); }
.xcro-monitor__card > i { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: .8rem; border-radius: 12px; color: #091511; background: var(--xcro-lime); }
.xcro-monitor__card small,.xcro-monitor__card strong { display: block; }
.xcro-monitor__card small { color: #91a4b6; font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.xcro-monitor__card strong { margin-top: .25rem; font-size: 2rem; line-height: 1; }
.xcro-monitor__card--minggu > i,.xcro-monitor__card--masuk > i { background: #34d399; }
.xcro-monitor__card--bulan > i,.xcro-monitor__card--meninggal > i { background: #fb923c; }
.xcro-monitor__card--tahun > i,.xcro-monitor__card--keluar > i { color: #fff; background: #f43f5e; }
.xcro-monitor__total { margin-top: 1rem; padding: 1.25rem; border-radius: 20px; color: #10170a; background: linear-gradient(135deg,var(--xcro-yellow),var(--xcro-lime)); text-align: center; }
.xcro-monitor__total small,.xcro-monitor__total strong { display: block; }
.xcro-monitor__total small { font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.xcro-monitor__total strong { margin-top: .2rem; font-size: 2.6rem; line-height: 1; }
.xcro-monitor__dialog footer { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1rem; color: #91a4b6; font-size: .58rem; }
.xcro-monitor__dialog footer i { display: inline-block; width: 7px; height: 7px; margin-right: .35rem; border-radius: 50%; background: var(--xcro-yellow); box-shadow: 0 0 12px var(--xcro-yellow); }

.xcro-palette-picker { position: fixed; z-index: 10014; top: calc(50% - 150px); right: 4.7rem; bottom: auto; display: flex; flex-direction: column; align-items: flex-end; gap: .55rem; }
.xcro-palette-picker__trigger { display: grid; place-items: center; width: 48px; height: 48px; border: 2px solid #fff; border-radius: 15px; color: #17200d; background: var(--xcro-yellow); box-shadow: 0 12px 30px rgba(7,10,7,.24); font-size: 1.12rem; transition: .2s ease; }
.xcro-palette-picker__trigger:hover { transform: translateY(-2px) rotate(-5deg); }
.xcro-palette-picker__panel { width: min(310px, calc(100vw - 2rem)); padding: .8rem; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; color: #fff; background: rgba(7,10,7,.97); box-shadow: 0 24px 55px rgba(0,0,0,.34); backdrop-filter: blur(16px); }
.xcro-palette-picker__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .25rem .25rem .75rem; }
.xcro-palette-picker__head small, .xcro-palette-picker__head strong { display: block; }
.xcro-palette-picker__head small { color: var(--xcro-yellow); font-size: .55rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.xcro-palette-picker__head strong { margin-top: .12rem; font-size: .85rem; }
.xcro-palette-picker__head button { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: rgba(255,255,255,.6); background: rgba(255,255,255,.07); }
.xcro-palette-picker__choices { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem; }
.xcro-palette-picker__choices button { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: .5rem; min-height: 46px; padding: .45rem .55rem; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.045); font-size: .62rem; font-weight: 700; text-align: left; transition: .2s ease; }
.xcro-palette-picker__choices button:hover, .xcro-palette-picker__choices button.is-active { color: #fff; border-color: var(--xcro-yellow); background: rgba(255,255,255,.09); }
.xcro-palette-picker__choices button > i { display: block; width: 24px; height: 24px; border: 3px solid rgba(255,255,255,.75); border-radius: 50%; background: var(--xcro-swatch); box-shadow: 0 4px 12px rgba(0,0,0,.24); }
.xcro-palette-picker__choices button > b { opacity: 0; color: var(--xcro-yellow); font-size: .58rem; }
.xcro-palette-picker__choices button.is-active > b { opacity: 1; }
.xcro-palette-picker__reset { display: flex; align-items: center; justify-content: center; gap: .45rem; width: 100%; margin-top: .55rem; padding: .6rem; border-radius: 10px; color: rgba(255,255,255,.62); background: rgba(255,255,255,.06); font-size: .58rem; font-weight: 800; }
.xcro-palette-picker__reset:hover { color: #17200d; background: var(--xcro-yellow); }

.xcro-dark body.xcro-body { color: #d9e0d4; background: #0b1009; }
.xcro-dark .xcro-quick__heading strong { color: #fff; }
.xcro-dark .xcro-quick__grid, .xcro-dark .xcro-body main, .xcro-dark .xcro-body .box { color: #d9e0d4; border-color: rgba(182,239,16,.12); background: #121910 !important; }
.xcro-dark .xcro-quick__grid strong { color: #fff; }
.xcro-dark .xcro-quick__grid small { color: #93a08c; }
.xcro-dark .xcro-attendance__heading h2, .xcro-dark .xcro-attendance-card__identity h3, .xcro-dark .xcro-attendance-card__time strong { color: #fff; }
.xcro-dark .xcro-attendance__summary, .xcro-dark .xcro-attendance-card { color: #d9e0d4; border-color: rgba(182,239,16,.12); background: #121910; }
.xcro-dark .xcro-latest { background: #0e150b; border-color: rgba(182,239,16,.1); }
.xcro-dark .xcro-latest__heading h2, .xcro-dark .xcro-latest-card__body h3 { color: #fff; }
.xcro-dark .xcro-latest__heading > a, .xcro-dark .xcro-latest-card, .xcro-dark .xcro-featured-article { color: #d9e0d4; border-color: rgba(182,239,16,.12); background: #121910; }
.xcro-dark .xcro-featured-article__body h3, .xcro-dark .xcro-next-articles__heading strong { color: #fff; }
.xcro-dark .xcro-body main *, .xcro-dark .xcro-body .box * { border-color: rgba(255,255,255,.1); }
.xcro-contrast body { filter: none; }
.xcro-contrast body.xcro-body > :not(.xcro-tools):not(.xcro-palette-picker):not(.xcro-monitor):not(.xcro-mobile-actions):not(.xcro-mobile-dock):not(.xcro-back-to-top):not(.xcro-install) { filter: contrast(1.22); }
.xcro-contrast .xcro-tools,
.xcro-contrast .xcro-palette-picker,
.xcro-contrast .xcro-monitor,
.xcro-contrast .xcro-mobile-actions,
.xcro-contrast .xcro-mobile-dock,
.xcro-contrast .xcro-back-to-top,
.xcro-contrast .xcro-install { filter: none !important; }
.xcro-contrast a:focus, .xcro-contrast button:focus { outline: 3px solid #ffea00 !important; outline-offset: 3px; }

.xcro-install[hidden] { display: none !important; }
.xcro-install {
  position: fixed;
  z-index: 10020;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: .8rem;
  max-width: 620px;
  margin-inline: auto;
  padding: .9rem 1rem;
  color: #fff;
  border: 1px solid rgba(99,240,189,.35);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(7,16,10,.98), rgba(23,38,18,.98));
  box-shadow: 0 22px 60px rgba(0,0,0,.48);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .25s ease, transform .25s ease;
}
.xcro-install.is-visible { opacity: 1; transform: translateY(0); }
.xcro-install img { width: 54px; height: 54px; object-fit: cover; border: 1px solid rgba(182,239,16,.6); border-radius: 50%; }
.xcro-install span, .xcro-install strong, .xcro-install small { display: block; }
.xcro-install strong { font-size: .88rem; }
.xcro-install small { margin-top: .18rem; color: rgba(255,255,255,.7); font-size: .7rem; line-height: 1.35; }
.xcro-install__button { padding: .7rem .9rem; color: #07100a; border: 0; border-radius: 10px; background: var(--xcro-mint); font-size: .74rem; font-weight: 900; cursor: pointer; }
.xcro-install__close { position: absolute; top: -.55rem; right: -.35rem; display: grid; place-items: center; width: 28px; height: 28px; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: #18231a; cursor: pointer; }
.xcro-mobile-dock { display: none; }
.xcro-mobile-actions { position: fixed; z-index: 10015; top: 50vh; right: 1rem; bottom: auto; width: 48px; height: 48px; transform: translateY(-50%); }
.xcro-mobile-actions__trigger { display: grid; place-items: center; width: 48px; height: 48px; border: 2px solid #fff; border-radius: 15px; color: #10170a; background: var(--xcro-yellow); box-shadow: 0 12px 30px rgba(0,0,0,.3); }
.xcro-mobile-actions__menu { position: absolute; right: 0; bottom: calc(100% + .55rem); display: flex; flex-direction: column; align-items: flex-end; gap: .5rem; }
.xcro-mobile-actions__menu button { display: grid; grid-template-columns: auto 42px; align-items: center; gap: .55rem; color: #fff; font-size: .68rem; font-weight: 800; }
.xcro-mobile-actions__menu span { padding: .5rem .7rem; border-radius: 9px; background: rgba(7,16,10,.96); box-shadow: 0 8px 24px rgba(0,0,0,.3); }
.xcro-mobile-actions__menu i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: #10170a; background: var(--xcro-lime); }
.xcro-tools__trigger,.xcro-palette-picker__trigger,.xcro-monitor__trigger { display: none; }
.xcro-back-to-top { z-index: 10005 !important; }

.xcro-chat { position: fixed; z-index: 10018; right: 1rem; bottom: 1rem; font-family: inherit; }
.xcro-chat__trigger { display: flex; align-items: center; gap: .65rem; min-height: 52px; padding: .55rem .85rem; border: 2px solid #fff; border-radius: 18px; color: #0c1508; background: linear-gradient(135deg,var(--xcro-lime),var(--xcro-yellow)); box-shadow: 0 18px 45px rgba(0,0,0,.35); font-size: .7rem; font-weight: 900; }
.xcro-chat__trigger i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: #fff; background: #16240c; font-size: 1rem; }
.xcro-chat__trigger b { white-space: nowrap; }
.xcro-chat__pulse { position: absolute; top: 6px; left: 8px; width: 9px; height: 9px; border: 2px solid #fff; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 5px rgba(34,197,94,.2); }
.xcro-chat__panel { position: absolute; right: 0; bottom: calc(100% + .7rem); overflow: hidden; width: min(370px,calc(100vw - 2rem)); border: 1px solid rgba(182,239,16,.25); border-radius: 24px; color: #e8eee4; background: #091109; box-shadow: 0 28px 80px rgba(0,0,0,.5); }
.xcro-chat__panel header { display: grid; grid-template-columns: 44px 1fr 34px; align-items: center; gap: .7rem; padding: .85rem; color: #fff; background: linear-gradient(135deg,#13250d,#203508); }
.xcro-chat__panel header strong,.xcro-chat__panel header small { display: block; }
.xcro-chat__panel header small { margin-top: .1rem; color: #b7c5ae; font-size: .62rem; }
.xcro-chat__panel header button,.xcro-chat__avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; }
.xcro-chat__avatar { width: 44px; height: 44px; color: #101709; background: var(--xcro-lime); }
.xcro-chat__panel header button { color: #fff; background: rgba(255,255,255,.08); }
.xcro-chat__intro { padding: 1rem; }
.xcro-chat__intro > p { margin: 0 0 .9rem; color: #dbe7d4; font-size: .76rem; line-height: 1.55; }
.xcro-chat__intro label { display: block; margin-top: .65rem; color: #9eaf96; font-size: .6rem; font-weight: 800; }
.xcro-chat__intro input,.xcro-chat__composer textarea { display: block; width: 100%; margin-top: .28rem; padding: .7rem .75rem; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; color: #fff; background: #111d11; outline: 0; }
.xcro-chat__intro input:focus,.xcro-chat__composer textarea:focus { border-color: var(--xcro-lime); box-shadow: 0 0 0 3px rgba(182,239,16,.12); }
.xcro-chat__intro form > button { width: 100%; margin-top: .85rem; padding: .75rem; border-radius: 11px; color: #0d1509; background: var(--xcro-lime); font-size: .68rem; font-weight: 900; }
.xcro-chat__messages { display: flex; overflow-y: auto; flex-direction: column; gap: .55rem; height: 330px; padding: .85rem; background: radial-gradient(circle at 100% 0,rgba(182,239,16,.08),transparent 35%),#081008; }
.xcro-chat__message { display: flex; }
.xcro-chat__message p { max-width: 82%; margin: 0; padding: .62rem .72rem; border-radius: 14px 14px 14px 4px; color: #f7fff2 !important; background: #234228 !important; font-size: .7rem; line-height: 1.45; white-space: pre-wrap; overflow-wrap: anywhere; opacity: 1 !important; }
.xcro-chat__message--visitor { justify-content: flex-end; }
.xcro-chat__message--visitor p { border-radius: 14px 14px 4px 14px; color: #071005 !important; background: #b6ef10 !important; }
.xcro-chat__message--system p { color: #e8f3e2 !important; border: 1px dashed rgba(182,239,16,.45); background: #142014 !important; font-size: .62rem; }
.xcro-chat__composer { display: grid !important; grid-template-columns: minmax(0,1fr) !important; align-items: stretch; gap: .5rem; padding: .65rem; border-top: 1px solid rgba(255,255,255,.08); background: #091109 !important; }
.xcro-chat__composer textarea { min-height: 42px; max-height: 90px; margin: 0; resize: vertical; }
.xcro-chat__composer button { position: relative; z-index: 2; display: flex !important; visibility: visible !important; align-items: center; justify-content: center; flex-direction: row; gap: 8px; width: 100% !important; min-width: 0; height: 46px; padding: 0 1rem !important; border: 2px solid #fff !important; border-radius: 12px; color: #071005 !important; background: #b6ef10 !important; box-shadow: 0 8px 22px rgba(182,239,16,.22); opacity: 1 !important; }
.xcro-chat__composer button span { display: block !important; color: #071005 !important; font-size: .62rem; font-weight: 900; line-height: 1; }
.xcro-chat__composer button:disabled { cursor: wait; opacity: .65 !important; }
.xcro-contrast .xcro-chat { filter: none !important; }
.xcro-chat__error { margin: .5rem .7rem 0; padding: .5rem; border-radius: 8px; color: #fecaca; background: rgba(185,28,28,.35); font-size: .62rem; }
.xcro-chat__end { display: block; margin: 0 auto .55rem; color: #8e9e87; font-size: .55rem; text-decoration: underline; }

@media (max-width: 768px) {
  body.xcro-body { padding-bottom: 70px; }
  .xcro-hero { min-height: 1040px; }
  .xcro-mobile-dock { position: fixed; z-index: 10010; right: .65rem; bottom: .55rem; left: .65rem; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); padding: .42rem; border: 1px solid rgba(99,240,189,.25); border-radius: 18px; background: rgba(7,16,10,.94); box-shadow: 0 14px 40px rgba(0,0,0,.38); backdrop-filter: blur(18px); }
  .xcro-mobile-dock a,.xcro-mobile-dock button { display: grid; place-items: center; gap: .18rem; min-width: 0; padding: .42rem .1rem; color: rgba(255,255,255,.72); border: 0; border-radius: 11px; background: transparent; font: inherit; text-decoration: none; cursor: pointer; }
  .xcro-mobile-dock a:first-child { color: #07100a; background: var(--xcro-mint); }
  .xcro-mobile-dock i { font-size: .9rem; }
  .xcro-mobile-dock span { overflow: hidden; max-width: 100%; font-size: .52rem; font-weight: 800; white-space: nowrap; text-overflow: ellipsis; }
  .xcro-install { bottom: 5.4rem; }
  .xcro-chat { right: .7rem; bottom: 5.25rem; }
  .xcro-chat__trigger { width: 48px; min-height: 48px; padding: 5px; border-radius: 15px; }
  .xcro-chat__trigger i { width: 34px; height: 34px; }
  .xcro-chat__trigger b { display: none; }
  .xcro-chat__panel { position: fixed; right: .7rem; bottom: 5.25rem; left: .7rem; width: auto; max-height: calc(100vh - 6.5rem); }
  .xcro-chat__messages { height: min(330px,42vh); }
  .xcro-tools,.xcro-palette-picker,.xcro-monitor { top: auto; right: 4.6rem; bottom: 5.25rem; }
  .xcro-palette-picker__panel { width: min(310px,calc(100vw - 6rem)); max-height: calc(100vh - 7rem); overflow-y: auto; }
  .xcro-monitor__choices { max-width: calc(100vw - 6rem); }
  .xcro-tools__trigger,.xcro-palette-picker__trigger,.xcro-monitor__trigger { display: none; }
  .xcro-mobile-actions { top: auto; right: 4.55rem; bottom: 5.25rem; transform: none; }
  .xcro-monitor__dialog { width: 100%; max-height: 100vh; padding: 1.25rem; border-radius: 22px; }
  .xcro-monitor__dialog header { padding-top: .5rem; }
  .xcro-monitor__grid { gap: .65rem; }
  .xcro-monitor__card { min-height: 125px; padding: .85rem; }
  .xcro-monitor__dialog footer { align-items: flex-start; flex-direction: column; }
  .xcro-tools__menu,.xcro-palette-picker__panel,.xcro-monitor__choices { margin-right: 0; }
  .xcro-back-to-top { right: auto !important; bottom: 5rem !important; left: .7rem !important; margin: 0 !important; }
  .xcro-install { grid-template-columns: 46px minmax(0, 1fr) auto; gap: .65rem; padding: .75rem; }
  .xcro-install img { width: 46px; height: 46px; }
  .xcro-hero--inner { min-height: 0; }
  .xcro-utility { justify-content: flex-end; }
  .xcro-utility__links { flex-wrap: wrap; justify-content: flex-end; gap: .55rem 1rem; }
  .xcro-utility > p, .xcro-brand__mark { display: none; }
  .xcro-brand { padding-top: .65rem; padding-bottom: .65rem; }
  .xcro-brand__logo-wrap { width: 54px; height: 54px; border-radius: 14px; }
  .xcro-brand__location { max-width: 230px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .xcro-hero-dashboard { grid-template-columns: 1fr; gap: .9rem; padding-top: .7rem; }
  .xcro-hero-dashboard .xcro-live { margin-bottom: .85rem; }
  .xcro-hero__message { padding-top: .65rem; }
  .xcro-hero__message h1 { max-width: 560px; }
  .xcro-hero__message p { font-size: .9rem; }
  .xcro-nav-wrap { margin-top: 0; padding-top: .35rem; }
  .xcro-nav-wrap--hero .navbar-menu { border-radius: 12px; }
  .xcro-mobile-header-shell.is-mobile-fixed { position: fixed; z-index: 9997; top: 0; right: 0; left: 0; padding: 0 .75rem .55rem; background: linear-gradient(120deg, rgba(6,10,5,.98), rgba(25,38,7,.96)); box-shadow: 0 14px 36px rgba(0,0,0,.32); backdrop-filter: blur(16px); animation: xcro-nav-in .22s ease-out; }
  .xcro-mobile-header-shell.is-mobile-fixed .xcro-utility { padding-block: .48rem; }
  .xcro-mobile-header-shell.is-mobile-fixed .xcro-brand { padding-block: .52rem; }
  .xcro-mobile-header-shell.is-mobile-fixed .xcro-brand__logo-wrap { width: 52px; height: 52px; }
  .xcro-mobile-header-shell.is-mobile-fixed .xcro-brand__name { font-size: 1.3rem; }
  .xcro-mobile-header-shell.is-mobile-fixed .xcro-nav-wrap { padding-top: .25rem; }
  .xcro-mobile-header-shell.is-mobile-fixed .navbar-menu { width: 100%; max-width: 100%; border-color: rgba(182,239,16,.2); }
  .xcro-live__panel { grid-template-columns: 1fr; }
  .xcro-hero-dashboard .xcro-live__panel { grid-template-columns: 1fr; }
  .xcro-hero-dashboard .xcro-next-prayer { grid-column: auto; }
  .xcro-clock { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .xcro-prayers { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .xcro-prayer { min-height: 68px; }
  .xcro-next-prayer { text-align: center; }
  .xcro-quick__grid { grid-template-columns: 1fr 1fr; }
  .xcro-attendance__grid { grid-template-columns: 1fr; }
  .xcro-latest__grid { grid-template-columns: 1fr 1fr; }
  .xcro-featured-article { grid-template-columns: 1fr; }
  .xcro-featured-article__image { min-height: 300px; }
  .xcro-latest-card:last-child { grid-column: 1 / -1; }
  .xcro-quick__grid > a { min-height: 82px; border-bottom: 1px solid rgba(113,158,0,.12); }
  .xcro-quick__grid > a:nth-child(3n) { border-right: 1px solid rgba(113,158,0,.12); }
  .xcro-quick__grid > a:nth-child(2n) { border-right: 0; }
  .xcro-quick__grid > a:last-child { border-bottom: 0; }
  .xcro-footer__grid { grid-template-columns: 1fr; gap: 2rem; padding: 2.6rem 0 2rem; }
  .xcro-footer__bottom { flex-direction: column; }
  .xcro-stat-dashboard { grid-template-columns: 1fr; }
  .xcro-stat-dashboard__menu { grid-row: 1; }
}

@keyframes xcro-nav-in {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 480px) {
  .xcro-sambutan-title { font-size: 1.35rem !important; line-height: 1.2 !important; }
  .xcro-utility__links { width: 100%; justify-content: space-between; gap: .45rem; font-size: .58rem; }
  .xcro-brand__eyebrow { font-size: .6rem; }
  .xcro-brand__name { font-size: 1.45rem; }
  .xcro-hero { min-height: 1180px; }
  .xcro-hero--inner { min-height: 0; }
  .xcro-hero__message h1 { font-size: 1.85rem; }
  .xcro-btn { width: 100%; justify-content: center; }
  .xcro-live { margin-top: .7rem; }
  .xcro-clock { justify-content: center; }
  .xcro-prayers { overflow: hidden; grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .xcro-prayer { min-width: 0; padding: .5rem .15rem; }
  .xcro-prayer small { font-size: .48rem; letter-spacing: .025em; }
  .xcro-prayer strong { font-size: .78rem; }
  .xcro-prayer.is-next::after { display: none; }
  .xcro-demography { padding: 1rem; }
  .xcro-demography__grid { grid-template-columns: 1fr 1fr; gap: .5rem; }
  .xcro-demography__grid > div { grid-template-columns: 28px minmax(0,1fr); gap: .4rem; min-height: 70px; padding: .55rem; }
  .xcro-demography__grid > div > i { width: 28px; height: 28px; }
  .xcro-demography__grid small { font-size: .46rem; }
  .xcro-demography__grid strong { font-size: .88rem; }
  .xcro-quick__grid { grid-template-columns: 1fr; }
  .xcro-attendance__heading { align-items: flex-start; flex-direction: column; }
  .xcro-attendance__actions { width: 100%; flex-direction: column; }
  .xcro-attendance__summary { width: 100%; justify-content: center; }
  .xcro-attendance__login { width: 100%; }
  .xcro-attendance-card { grid-template-columns: 54px minmax(0, 1fr); }
  .xcro-attendance-card__photo { width: 54px; height: 54px; }
  .xcro-attendance-card__time { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding: .5rem 0 0; border-top: 1px solid rgba(113,158,0,.12); border-left: 0; text-align: left; }
  .xcro-attendance-card__time strong, .xcro-attendance-card__time em { margin: 0; }
  .xcro-latest { padding: 1.8rem 0; }
  .xcro-latest__heading { align-items: flex-start; flex-direction: column; }
  .xcro-latest__grid { grid-template-columns: 1fr; }
  .xcro-featured-article { min-height: 0; }
  .xcro-featured-article__image { min-height: 220px; }
  .xcro-featured-article__body { padding: 1.15rem; }
  .xcro-next-articles__heading { align-items: flex-start; flex-direction: column; }
  .xcro-palette-picker { right: 4.6rem; bottom: 5.25rem; }
  .xcro-latest-card:last-child { grid-column: auto; }
  .xcro-quick__heading { align-items: flex-start; flex-direction: column; }
  .xcro-quick__grid > a { border-right: 0; border-bottom: 1px solid rgba(113,158,0,.12) !important; }
  .xcro-quick__grid > a:last-child { border-bottom: 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
