:root {
  --its-blue: #005bac;
  --its-blue-dark: #004686;
  --its-blue-rgb: 0, 91, 172;
  --its-navy: #0c214a;
  --its-gold: #d5a03a;
  --its-cyan: #36aeea;
  --surface: #ffffff;
  --muted: #475569;
  --category-copy: #263b57;
  --category-copy-dark: #d8e7fb;
  --bs-primary: var(--its-blue);
  --bs-primary-rgb: var(--its-blue-rgb);
  --bs-link-color: var(--its-blue);
  --bs-link-hover-color: var(--its-blue-dark);
}

body {
  color: var(--its-navy);
  background: #f5f5f5;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.public-nav__inner,
.hero__grid,
#jenis,
.app-page,
.footer-its .container {
  width: min(1440px, calc(100% - 64px));
  max-width: 1440px;
}

.public-nav__inner {
  padding-inline: 16px;
  width: min(1440px, calc(100% - 64px));
  max-width: 1440px;
}

[data-bs-theme="dark"] body {
  color: #e5edf8;
  background: #07111f;
}

[data-bs-theme="dark"] .topbar {
  background: rgba(7, 17, 31, 0.92);
}

[data-bs-theme="dark"] .stat-card,
[data-bs-theme="dark"] .content-panel,
[data-bs-theme="dark"] .auth-panel,
[data-bs-theme="dark"] .award-card,
[data-bs-theme="dark"] .category-card,
[data-bs-theme="dark"] .selected-category-card {
  border-color: rgba(143, 198, 255, 0.22);
  background: rgba(13, 29, 51, 0.54);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

[data-bs-theme="dark"] .category-card__head,
[data-bs-theme="dark"] .subcategory-item {
  border-color: #1f3555;
}

[data-bs-theme="dark"] .subcategory-item {
  background: rgba(13, 29, 51, 0.62);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px) saturate(135%);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
}

[data-bs-theme="dark"] .category-summary div {
  background: rgba(0, 91, 172, 0.18);
  border: 1px solid rgba(143, 198, 255, 0.12);
}

[data-bs-theme="dark"] .category-card p,
[data-bs-theme="dark"] .category-card li,
[data-bs-theme="dark"] .subcategory-item p,
[data-bs-theme="dark"] .selected-category-card p:last-child,
[data-bs-theme="dark"] .category-summary span,
[data-bs-theme="dark"] .content-panel .text-secondary,
[data-bs-theme="dark"] .selected-category-card .text-secondary {
  color: #d4e1f2 !important;
}

[data-bs-theme="dark"] .category-card h3,
[data-bs-theme="dark"] .category-card h4,
[data-bs-theme="dark"] .subcategory-item strong,
[data-bs-theme="dark"] .category-summary strong {
  color: #f5f9ff;
}

[data-bs-theme="dark"] .usulan-detail-photo {
  border-color: rgba(143, 198, 255, 0.22);
  background: rgba(13, 29, 51, 0.62);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.26);
}

[data-bs-theme="dark"] .proposal-type-modal .modal-content,
[data-bs-theme="dark"] .proposal-type-choice,
[data-bs-theme="dark"] .rte-toolbar {
  border-color: rgba(143, 198, 255, 0.22);
  background: rgba(13, 29, 51, 0.72);
}

[data-bs-theme="dark"] .proposal-type-choice {
  color: #f5f9ff;
}

[data-bs-theme="dark"] .proposal-type-choice span,
[data-bs-theme="dark"] .richtext-output {
  color: #d4e1f2 !important;
}

[data-bs-theme="dark"] .rte-toolbar__divider {
  background: rgba(143, 198, 255, 0.2);
}

[data-bs-theme="dark"] .rte-editor h2,
[data-bs-theme="dark"] .rte-editor h3,
[data-bs-theme="dark"] .rte-editor h4,
[data-bs-theme="dark"] .rte-editor h5,
[data-bs-theme="dark"] .rte-editor h6,
[data-bs-theme="dark"] .richtext-output h2,
[data-bs-theme="dark"] .richtext-output h3,
[data-bs-theme="dark"] .richtext-output h4,
[data-bs-theme="dark"] .richtext-output h5,
[data-bs-theme="dark"] .richtext-output h6,
[data-bs-theme="dark"] .rte-editor th,
[data-bs-theme="dark"] .richtext-output th {
  color: #f5f9ff;
}

[data-bs-theme="dark"] .rte-editor blockquote,
[data-bs-theme="dark"] .richtext-output blockquote,
[data-bs-theme="dark"] .rte-editor table,
[data-bs-theme="dark"] .richtext-output table {
  background: rgba(13, 29, 51, 0.5);
}

[data-bs-theme="dark"] .rte-editor th,
[data-bs-theme="dark"] .rte-editor td,
[data-bs-theme="dark"] .richtext-output th,
[data-bs-theme="dark"] .richtext-output td {
  border-color: rgba(143, 198, 255, 0.2);
}

[data-bs-theme="dark"] .rte-editor th,
[data-bs-theme="dark"] .richtext-output th {
  background: rgba(143, 198, 255, 0.12);
}

[data-bs-theme="dark"] .regulation-doc__header {
  color: #f5f9ff;
  border-color: rgba(143, 198, 255, 0.22);
  background: rgba(13, 29, 51, 0.62);
}

[data-bs-theme="dark"] .regulation-doc__body {
  color: #d4e1f2;
}

[data-bs-theme="dark"] .regulation-doc__body h2,
[data-bs-theme="dark"] .regulation-doc__body h3,
[data-bs-theme="dark"] .regulation-doc__body h4,
[data-bs-theme="dark"] .regulation-doc__body h5 {
  color: #f5f9ff;
}

[data-bs-theme="dark"] .workflow-timeline__item::before {
  background: rgba(143, 198, 255, 0.2);
}

[data-bs-theme="dark"] .workflow-timeline__marker {
  color: #d7e6fb;
  background: #1f3555;
  box-shadow: 0 0 0 4px rgba(13, 29, 51, 0.76);
}

[data-bs-theme="dark"] .workflow-timeline__item strong {
  color: #f5f9ff;
}

[data-bs-theme="dark"] .workflow-timeline__item p {
  color: #d4e1f2;
}

[data-bs-theme="dark"] .subcategory-item span:not(.subcategory-target) {
  color: #8fc6ff;
}

[data-bs-theme="dark"] .content-panel > .text-primary.fw-semibold,
[data-bs-theme="dark"] .category-card > .text-primary.fw-semibold,
[data-bs-theme="dark"] .selected-category-card > .text-primary.fw-semibold,
[data-bs-theme="dark"] .registration-period__label,
[data-bs-theme="dark"] .app-page__eyebrow {
  color: #9fd0ff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

[data-bs-theme="dark"] .category-card__number {
  color: #eaf4ff;
  background: rgba(0, 91, 172, 0.42);
  box-shadow: inset 0 0 0 1px rgba(143, 198, 255, 0.34), 0 10px 24px rgba(0, 0, 0, 0.22);
}

[data-bs-theme="dark"] .category-card__number--gold {
  color: #2f2106;
  background: rgba(241, 199, 101, 0.88);
  box-shadow: inset 0 0 0 1px rgba(255, 236, 170, 0.52), 0 10px 24px rgba(0, 0, 0, 0.22);
}

[data-bs-theme="dark"] .category-card__number--teal {
  color: #062f35;
  background: rgba(117, 225, 234, 0.82);
  box-shadow: inset 0 0 0 1px rgba(185, 249, 255, 0.46), 0 10px 24px rgba(0, 0, 0, 0.22);
}

[data-bs-theme="dark"] .category-card__number--violet {
  color: #21103f;
  background: rgba(196, 167, 255, 0.86);
  box-shadow: inset 0 0 0 1px rgba(227, 213, 255, 0.48), 0 10px 24px rgba(0, 0, 0, 0.22);
}

[data-bs-theme="dark"] .public-main {
  background-color: #07111f;
}

[data-bs-theme="dark"] .public-main::before {
  background-image: url('/public/images/landing-page_blue-dark.png');
}

[data-bs-theme="dark"][data-landing-bg="soft"] .public-main {
  background:
    linear-gradient(135deg, rgb(0, 8, 30) 0%, rgb(0, 15, 50) 46%, rgb(0, 32, 88) 78%, rgb(6, 48, 112) 100%);
}

[data-bs-theme="dark"][data-landing-bg="soft"] .public-main::before {
  background-image:
    radial-gradient(circle at 16% 10%, rgba(9, 60, 132, 0.34), rgba(9, 60, 132, 0) 34%),
    radial-gradient(circle at 82% 18%, rgba(0, 41, 104, 0.34), rgba(0, 41, 104, 0) 36%),
    radial-gradient(circle at 62% 84%, rgba(1, 21, 62, 0.66), rgba(1, 21, 62, 0) 36%),
    linear-gradient(155deg, rgba(0, 8, 30, 0.82), rgba(6, 48, 112, 0.28));
  opacity: 0.96;
}

[data-bs-theme="dark"] .public-nav__menu,
[data-bs-theme="dark"] .public-nav__brand,
[data-bs-theme="dark"] .public-nav__user,
[data-bs-theme="dark"] .app-page__header {
  color: #e5edf8;
  background: rgba(13, 29, 51, 0.48);
  border-color: rgba(143, 198, 255, 0.22);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(20px) saturate(155%);
  -webkit-backdrop-filter: blur(20px) saturate(155%);
}

[data-bs-theme="dark"] .registration-period {
  color: #e5edf8;
  background: rgba(13, 29, 51, 0.5);
  border-color: rgba(143, 198, 255, 0.22);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

[data-bs-theme="dark"] .registration-period--open .registration-period__status {
  color: #b8f3d0;
  border-color: rgba(80, 220, 140, 0.3);
  background: rgba(25, 135, 84, 0.22);
}

[data-bs-theme="dark"] .registration-period--closed .registration-period__status {
  color: #ffccd1;
  border-color: rgba(255, 111, 124, 0.32);
  background: rgba(220, 53, 69, 0.2);
}

[data-bs-theme="dark"] .public-nav a,
[data-bs-theme="dark"] .public-nav__brand,
[data-bs-theme="dark"] .public-nav__user,
[data-bs-theme="dark"] .app-page__header h1 {
  color: #e5edf8;
}

[data-bs-theme="dark"] .app-page__subtitle {
  color: #d8e7fb;
}

[data-bs-theme="dark"] .public-nav__brand span {
  color: #8fc6ff;
}

[data-bs-theme="dark"] .hero__eyebrow {
  color: #d7e6fb;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

[data-bs-theme="dark"] .hero h1 {
  color: #f4f8ff;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.34);
}

[data-bs-theme="dark"] .hero h1 span {
  color: #f1c765;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
}

[data-bs-theme="dark"] .hero p {
  color: #d1deef;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
}

[data-bs-theme="dark"] .section-title,
[data-bs-theme="dark"] .award-card h3 {
  color: #f4f8ff;
}

[data-bs-theme="dark"] .award-card p {
  color: #d1deef;
}

[data-bs-theme="dark"] .award-card__icon {
  box-shadow: inset 0 0 0 1px rgba(143, 198, 255, 0.22), 0 12px 28px rgba(0, 0, 0, 0.2);
}

[data-bs-theme="dark"] .award-card__detail {
  color: #8fc6ff;
  background: rgba(143, 198, 255, 0.12);
  border-color: rgba(143, 198, 255, 0.26);
  box-shadow: inset 0 1px 0 rgba(226, 242, 255, 0.12);
}

[data-bs-theme="dark"] .award-card__detail:hover,
[data-bs-theme="dark"] .award-card__detail:focus {
  color: #ffffff;
  background: rgba(143, 198, 255, 0.2);
  border-color: rgba(143, 198, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(226, 242, 255, 0.12);
}

[data-bs-theme="dark"] .award-card--gold .award-card__icon {
  color: #f1c765;
  background: rgba(213, 160, 58, 0.16);
}

[data-bs-theme="dark"] .award-card--teal .award-card__icon {
  color: #75e1ea;
  background: rgba(54, 174, 234, 0.16);
}

[data-bs-theme="dark"] .award-card--violet .award-card__icon {
  color: #c4a7ff;
  background: rgba(139, 92, 246, 0.16);
}

[data-bs-theme="dark"] .public-nav__menu a:hover,
[data-bs-theme="dark"] .public-nav__menu a:focus {
  color: #8fc6ff;
  background: rgba(143, 198, 255, 0.1);
}

[data-bs-theme="dark"] .public-nav__login {
  --bs-btn-color: #e5edf8;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgba(143, 198, 255, 0.2);
  --bs-btn-active-border-color: rgba(143, 198, 255, 0.38);
  color: #e5edf8 !important;
  background: rgba(143, 198, 255, 0.12);
  border-color: rgba(143, 198, 255, 0.26);
  box-shadow: inset 0 1px 0 rgba(226, 242, 255, 0.12);
  text-shadow: none;
}

[data-bs-theme="dark"] .public-nav__login i {
  color: #8fc6ff !important;
}

[data-bs-theme="dark"] .public-nav__login:hover,
[data-bs-theme="dark"] .public-nav__login:focus,
[data-bs-theme="dark"] .public-nav__login.active {
  color: #ffffff !important;
  background: rgba(143, 198, 255, 0.2);
  border-color: rgba(143, 198, 255, 0.42);
}

[data-bs-theme="dark"] .public-nav__login:hover i,
[data-bs-theme="dark"] .public-nav__login:focus i,
[data-bs-theme="dark"] .public-nav__login.active i {
  color: #ffffff !important;
}

[data-bs-theme="dark"] .footer-its {
  background: rgba(0, 70, 134, 0.52);
  border-top-color: rgba(143, 198, 255, 0.24);
  box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.24);
}

.public-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 18px 0 8px;
  background: transparent;
}

.public-nav__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(10px, 1.6vw, 24px);
}

.public-nav__menu {
  display: flex;
  grid-column: 2;
  justify-self: stretch;
  align-items: center;
  justify-content: safe center;
  width: 100%;
  max-width: 100%;
  gap: 10px;
  min-width: 0;
  min-height: 58px;
  padding: 0 28px;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(12, 33, 74, 0.11);
  backdrop-filter: blur(20px) saturate(155%);
  -webkit-backdrop-filter: blur(20px) saturate(155%);
  scrollbar-width: none;
}

.public-nav__menu::-webkit-scrollbar {
  display: none;
}

.public-nav__brand {
  grid-column: 1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  min-height: 58px;
  padding: 8px 18px 8px 12px;
  color: var(--its-navy);
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(12, 33, 74, 0.12);
  text-decoration: none;
  backdrop-filter: blur(20px) saturate(155%);
  -webkit-backdrop-filter: blur(20px) saturate(155%);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.public-nav__brand img {
  height: 36px;
}

.public-nav__brand span {
  color: var(--its-blue);
  font-weight: 900;
  white-space: nowrap;
}

.public-nav__brand:hover,
.public-nav__brand:focus {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 18px 40px rgba(12, 33, 74, 0.15);
}

.public-nav a {
  color: var(--its-navy);
  font-weight: 600;
  text-decoration: none;
}

.public-nav__menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 14px;
  font-size: 0.94rem;
  flex: 0 0 auto;
  white-space: nowrap;
  border-radius: 999px;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.public-nav__menu a:hover,
.public-nav__menu a:focus {
  color: var(--its-blue);
  background: rgba(255, 255, 255, 0.34);
  transform: translateY(-1px);
}

.brand-logo--menu {
  width: auto;
}

.public-nav__menu a.active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -2px;
  height: 3px;
  background: var(--its-blue);
  border-radius: 999px;
}

.public-nav__login {
  grid-column: 3;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  --bs-btn-color: var(--its-blue);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgba(var(--its-blue-rgb), 0.78);
  --bs-btn-active-border-color: rgba(255, 255, 255, 0.86);
  color: var(--its-blue) !important;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 12px 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(18px) saturate(155%);
  -webkit-backdrop-filter: blur(18px) saturate(155%);
}

.public-nav__login i {
  color: var(--its-blue) !important;
}

.public-nav__login:hover,
.public-nav__login:focus,
.public-nav__login.active {
  color: #fff !important;
  background: rgba(0, 70, 134, 0.82);
  border-color: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.public-nav__login:hover i,
.public-nav__login:focus i,
.public-nav__login.active i {
  color: #ffffff !important;
}

.public-nav__login:hover,
.public-nav__login:focus {
  transform: translateY(-1px);
}

.public-nav__user {
  grid-column: 3;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  max-width: min(260px, 20vw);
  gap: 12px;
  padding: 6px 8px 6px 16px;
  color: var(--its-navy);
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(12, 33, 74, 0.12);
  backdrop-filter: blur(18px) saturate(155%);
  -webkit-backdrop-filter: blur(18px) saturate(155%);
  font-weight: 700;
  min-width: 0;
}

.public-nav__user > span {
  max-width: clamp(82px, 8vw, 130px);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-nav__user--guest {
  padding: 6px 6px 6px 14px;
}

.public-nav__icon-btn {
  display: inline-grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--its-blue);
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.public-nav__icon-btn:hover,
.public-nav__icon-btn:focus {
  color: #fff;
  background: rgba(var(--its-blue-rgb), 0.78);
  transform: translateY(-1px);
}

.public-nav__icon-btn--danger {
  color: #c23b4b;
}

.public-nav__icon-btn--danger:hover,
.public-nav__icon-btn--danger:focus {
  background: rgba(220, 53, 69, 0.82);
}

[data-bs-theme="dark"] .public-nav__icon-btn {
  color: #f0f8ff;
  background: rgba(143, 198, 255, 0.18);
  border-color: rgba(199, 226, 255, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 8px 22px rgba(0, 0, 0, 0.16);
}

[data-bs-theme="dark"] .public-nav__icon-btn:hover,
[data-bs-theme="dark"] .public-nav__icon-btn:focus {
  color: #07111f;
  background: #9ed0ff;
  border-color: rgba(226, 242, 255, 0.78);
}

.public-nav__icon-btn.is-active {
  color: #fff;
  background: rgba(var(--its-blue-rgb), 0.72);
}

[data-bs-theme="dark"] .public-nav__icon-btn.is-active {
  color: #07111f;
  background: #9ed0ff;
  border-color: rgba(226, 242, 255, 0.78);
}

.btn-primary {
  --bs-btn-bg: var(--its-blue);
  --bs-btn-border-color: var(--its-blue);
  --bs-btn-hover-bg: var(--its-blue-dark);
  --bs-btn-hover-border-color: var(--its-blue-dark);
  --bs-btn-active-bg: var(--its-blue-dark);
  --bs-btn-active-border-color: var(--its-blue-dark);
}

.btn-outline-primary {
  --bs-btn-color: var(--its-blue);
  --bs-btn-border-color: var(--its-blue);
  --bs-btn-hover-bg: var(--its-blue);
  --bs-btn-hover-border-color: var(--its-blue);
  --bs-btn-active-bg: var(--its-blue);
  --bs-btn-active-border-color: var(--its-blue);
}

[data-bs-theme="dark"] .btn-outline-primary,
[data-bs-theme="dark"] .btn-outline-secondary {
  --bs-btn-color: #e5f4ff;
  --bs-btn-border-color: rgba(161, 210, 255, 0.6);
  --bs-btn-hover-color: #07111f;
  --bs-btn-hover-bg: #9ed0ff;
  --bs-btn-hover-border-color: rgba(226, 242, 255, 0.8);
  --bs-btn-active-color: #07111f;
  --bs-btn-active-bg: #9ed0ff;
  --bs-btn-active-border-color: rgba(226, 242, 255, 0.8);
  background-color: rgba(143, 198, 255, 0.12);
}

[data-bs-theme="dark"] .btn-outline-danger {
  --bs-btn-color: #ffd0d7;
  --bs-btn-border-color: rgba(255, 164, 176, 0.62);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: rgba(255, 190, 200, 0.8);
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: rgba(255, 190, 200, 0.8);
  background-color: rgba(220, 53, 69, 0.12);
}

.text-primary {
  color: var(--its-blue) !important;
}

.content-panel > .text-primary.fw-semibold,
.category-card > .text-primary.fw-semibold,
.selected-category-card > .text-primary.fw-semibold,
.registration-period__label,
.app-page__eyebrow {
  color: var(--its-blue-dark) !important;
}

.link-primary {
  color: var(--its-blue) !important;
}

.progress-bar {
  background-color: var(--its-blue);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: var(--its-blue);
  border-radius: 8px;
  font-weight: 800;
}

.public-main {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 106px);
  background-color: #f5f5f5;
}

.public-main::before {
  content: "";
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('/public/images/landing-page-blue.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  pointer-events: none;
}

[data-landing-bg="soft"] .public-main {
  background:
    linear-gradient(135deg, #edf8ff 0%, #f7fbff 42%, #eef7f2 100%);
}

[data-landing-bg="soft"] .public-main::before {
  inset: -18vh -14vw;
  width: auto;
  height: auto;
  background-image:
    radial-gradient(circle at 18% 12%, rgba(0, 114, 206, 0.34), rgba(0, 114, 206, 0) 34%),
    radial-gradient(circle at 78% 18%, rgba(54, 174, 234, 0.24), rgba(54, 174, 234, 0) 34%),
    radial-gradient(circle at 62% 84%, rgba(241, 199, 101, 0.22), rgba(241, 199, 101, 0) 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.72), rgba(223, 242, 255, 0.74));
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(34px);
  opacity: 0.96;
  transform: scale(1.04);
}

@media (orientation: landscape) and (min-width: 993px) {
  .public-main::before {
    width: 100vw;
    background-size: cover;
  }
}

@media (orientation: landscape) and (min-width: 1400px) {
  .public-main::before {
    width: 100vw;
  }
}

.public-main > * {
  position: relative;
  z-index: 1;
}

.app-public-main {
  padding: 24px 0 56px;
}

.app-page {
  min-height: calc(100vh - 230px);
}

.app-page__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(12, 33, 74, 0.08);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
}

.app-page__header h1 {
  margin: 0;
  color: var(--its-navy);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  letter-spacing: 0;
}

.app-page__subtitle {
  margin: 8px 0 0;
  color: var(--category-copy);
  font-weight: 600;
}

.app-page__header-action {
  flex: 0 0 auto;
  align-self: flex-start;
}

.app-page__eyebrow {
  margin-bottom: 10px;
  font-size: 0.78rem;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero__grid {
  display: flex;
  align-items: flex-start;
  min-height: 520px;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(100%, 640px);
  padding: 46px 0 28px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #1d304f;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.hero__eyebrow i {
  color: var(--its-gold);
  font-size: 1.35rem;
}

.hero h1 {
  max-width: 520px;
  font-size: clamp(44px, 5.1vw, 74px);
  line-height: 0.98;
  color: var(--its-navy);
  font-weight: 900;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--its-gold);
  text-shadow: 0 12px 30px rgba(213, 160, 58, 0.18);
}

.hero__divider {
  width: 72px;
  height: 4px;
  margin: 22px 0 16px;
  background: var(--its-gold);
  border-radius: 999px;
}

.hero p {
  max-width: 480px;
  color: #3d4d68;
  font-size: 1.04rem;
  line-height: 1.55;
}

.hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.hero__primary-cta {
  display: inline-flex;
  align-items: center;
  min-height: 68px;
  padding-inline: 22px;
  box-shadow: 0 16px 34px rgba(0, 70, 134, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.hero__primary-cta:hover,
.hero__primary-cta:focus {
  transform: translateY(-4px);
  box-shadow: 0 24px 46px rgba(0, 70, 134, 0.26);
}

.registration-period {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 100%;
  padding: 12px 16px;
  color: var(--its-navy);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(229, 237, 248, 0.78);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(12, 33, 74, 0.08);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
}

.registration-period--hero {
  margin: 0;
  padding-block: 10px;
}

.registration-period__icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: var(--its-blue);
  background: rgba(var(--its-blue-rgb), 0.1);
  border-radius: 50%;
}

.registration-period__label {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.registration-period__status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 5px;
  padding: 3px 8px;
  border: 1px solid rgba(100, 116, 139, 0.2);
  border-radius: 999px;
  color: #475569;
  background: rgba(100, 116, 139, 0.1);
  font-size: 0.74rem;
  font-weight: 850;
}

.registration-period--open .registration-period__status {
  color: #0f5132;
  border-color: rgba(25, 135, 84, 0.28);
  background: rgba(25, 135, 84, 0.14);
}

.registration-period--closed .registration-period__status {
  color: #842029;
  border-color: rgba(220, 53, 69, 0.24);
  background: rgba(220, 53, 69, 0.12);
}

#jenis {
  margin-top: -14px;
  padding-top: 0 !important;
  padding-bottom: 56px;
}

.section-title {
  font-size: 1.35rem;
  font-weight: 800;
}

.award-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 236px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(229, 237, 248, 0.76);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(12, 33, 74, 0.08);
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
}

.award-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(var(--its-blue-rgb), 0.09);
  color: var(--its-blue);
  box-shadow: inset 0 0 0 1px rgba(var(--its-blue-rgb), 0.16), 0 12px 28px rgba(12, 33, 74, 0.08);
}

.award-card__icon i {
  font-size: 32px;
}

.award-card__body {
  position: relative;
  min-width: 0;
  width: 100%;
  flex: 1 1 auto;
}

.award-card h3 {
  margin-top: 18px;
  font-size: 1.05rem;
  font-weight: 800;
}

.award-card p {
  color: var(--muted);
  min-height: 84px;
}

.award-card__detail {
  position: absolute;
  top: 26px;
  right: 26px;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--its-blue);
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  text-decoration: none;
  backdrop-filter: blur(18px) saturate(155%);
  -webkit-backdrop-filter: blur(18px) saturate(155%);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.award-card__detail:hover,
.award-card__detail:focus {
  color: #fff;
  background: rgba(0, 70, 134, 0.82);
  border-color: rgba(255, 255, 255, 0.88);
  transform: translateY(-3px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.award-card--gold .award-card__icon {
  color: #a97408;
  background: rgba(213, 160, 58, 0.13);
}

.award-card--teal .award-card__icon {
  color: #0b7b83;
  background: rgba(54, 174, 234, 0.14);
}

.award-card--violet .award-card__icon {
  color: #6d3bb4;
  background: rgba(109, 59, 180, 0.12);
}

.footer-its {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 24px 0;
  color: #fff;
  background: rgba(var(--its-blue-rgb), 0.58);
  border-top: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 -18px 48px rgba(12, 33, 74, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(24px) saturate(170%);
  -webkit-backdrop-filter: blur(24px) saturate(170%);
  overflow: hidden;
}

.footer-its::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 70, 134, 0.48), rgba(var(--its-blue-rgb), 0.28));
  pointer-events: none;
}

.footer-its .container {
  position: relative;
  z-index: 1;
}

.auth-main {
  min-height: calc(100vh - 106px);
}

.auth-hero__grid {
  min-height: calc(100vh - 210px);
  align-items: center;
}

.auth-card-stack {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 520px);
  transform: none;
}

.auth-card-stack--wide {
  width: min(100% - 36px, 640px);
}

.auth-panel {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 28px);
  overflow-y: auto;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 24px 70px rgba(12, 33, 74, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
}

.auth-panel--wide {
  width: 100%;
  padding: 18px 24px;
}

.auth-panel h1 {
  font-size: 1.72rem;
  font-weight: 800;
}

.auth-panel__eyebrow {
  margin-bottom: 10px;
  font-size: 0.72rem;
}

.auth-panel--wide h1 {
  margin-bottom: 0.65rem;
}

.auth-panel--wide > .text-secondary {
  margin-bottom: 0.75rem;
  font-size: 0.94rem;
}

.auth-panel--wide > p:last-child {
  margin-top: 0.5rem !important;
  font-size: 0.95rem;
}

.auth-form-compact .form-label {
  margin-bottom: 0.2rem;
  font-size: 0.88rem;
}

.auth-form-compact .form-control-lg,
.auth-form-compact .form-select-lg,
.auth-form-compact .input-group-lg > .form-control,
.auth-form-compact .input-group-lg > .btn {
  min-height: 36px;
  padding-block: 0.3rem;
  font-size: 0.95rem;
}

.auth-form-compact .btn {
  min-height: 34px;
  padding-block: 0.35rem;
}

.auth-form-compact {
  gap: 0.36rem !important;
}

.auth-choice {
  position: relative;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.auth-choice:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(var(--its-blue-rgb), 0.14);
}

.btn-check:focus + .auth-choice,
.btn-check:checked + .auth-choice {
  box-shadow: 0 10px 22px rgba(var(--its-blue-rgb), 0.16);
}

.auth-choice--secondary:hover {
  border-color: rgba(var(--its-blue-rgb), 0.42);
  color: var(--its-blue);
  background: rgba(var(--its-blue-rgb), 0.06);
}

.auth-visual {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.app-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 280px 1fr;
  transition: grid-template-columns 260ms ease;
}

.app-shell.sidebar-collapsed {
  grid-template-columns: 88px 1fr;
}

.app-main {
  min-width: 0;
}

.sidebar {
  position: relative;
  z-index: 12;
  color: var(--its-navy);
  background: #fff;
  padding: 24px;
  border-right: 1px solid #e5edf8;
  box-shadow: 10px 0 28px rgba(12, 33, 74, 0.08);
  overflow: hidden;
  transition: padding 260ms ease, box-shadow 260ms ease;
}

.sidebar a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #243858;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease, justify-content 260ms ease;
}

.sidebar a.active,
.sidebar a:hover {
  color: var(--its-blue);
  background: #eef6ff;
}

.sidebar-logo--dark {
  display: none !important;
}

[data-bs-theme="dark"] .sidebar {
  color: #e5edf8;
  background: #0d1d33;
  border-right-color: #1f3555;
  box-shadow: 10px 0 28px rgba(0, 0, 0, 0.22);
}

[data-bs-theme="dark"] .sidebar a {
  color: #c6d4ea;
}

[data-bs-theme="dark"] .sidebar a.active,
[data-bs-theme="dark"] .sidebar a:hover {
  color: #8fc6ff;
  background: rgba(0, 91, 172, 0.18);
}

[data-bs-theme="dark"] .sidebar .brand {
  color: #f4f8ff;
}

[data-bs-theme="dark"] .sidebar-logo--light {
  display: none !important;
}

[data-bs-theme="dark"] .sidebar-logo--dark {
  display: block !important;
}

.sidebar a i {
  width: 22px;
  flex: 0 0 22px;
  text-align: center;
  font-size: 1.08rem;
}

.sidebar-label {
  overflow: hidden;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 180ms ease, transform 220ms ease, max-width 260ms ease;
  max-width: 180px;
}

.app-shell.sidebar-collapsed .sidebar {
  padding-inline: 16px;
}

.app-shell.sidebar-collapsed .sidebar .brand,
.app-shell.sidebar-collapsed .sidebar a {
  justify-content: center;
}

.app-shell.sidebar-collapsed .sidebar-label {
  max-width: 0;
  opacity: 0;
  transform: translateX(-8px);
}

.app-shell.sidebar-collapsed .brand-logo--sidebar {
  height: 42px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(248, 251, 255, 0.92);
  backdrop-filter: blur(14px);
}

.btn-icon-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 1;
  flex: 0 0 34px;
}

.app-flash-modal .modal-content {
  overflow: hidden;
  color: var(--its-navy);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 28px 80px rgba(12, 33, 74, 0.22);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.app-flash-modal,
.approval-score-modal {
  z-index: 1080;
}

.modal-backdrop.show {
  --bs-backdrop-opacity: 1;
  opacity: 1;
  background-color: rgba(8, 20, 38, 0.42);
  backdrop-filter: blur(8px) saturate(115%);
  -webkit-backdrop-filter: blur(8px) saturate(115%);
}

.app-flash-modal__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 999px;
  font-size: 1.35rem;
}

.app-flash-modal__icon--success {
  color: #0f8f4f;
  background: rgba(22, 163, 74, 0.13);
}

.app-flash-modal__icon--error {
  color: #b42318;
  background: rgba(220, 38, 38, 0.13);
}

.app-flash-modal__icon--info {
  color: var(--its-blue);
  background: rgba(0, 114, 206, 0.13);
}

.app-flash-message {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(229, 237, 248, 0.82);
  border-radius: 8px;
  color: var(--category-copy);
  background: rgba(255, 255, 255, 0.62);
}

.app-flash-message i {
  margin-top: 2px;
  font-size: 1rem;
}

.app-flash-message--success i {
  color: #0f8f4f;
}

.app-flash-message--error i {
  color: #b42318;
}

.app-flash-message--info i {
  color: var(--its-blue);
}

[data-bs-theme="dark"] .app-flash-modal .modal-content {
  color: #edf5ff;
  border-color: rgba(116, 153, 201, 0.28);
  background: rgba(9, 22, 44, 0.86);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

[data-bs-theme="dark"] .approval-score-modal .modal-content {
  color: #edf5ff;
  border-color: rgba(143, 198, 255, 0.24);
  background: rgba(9, 22, 44, 0.94);
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

[data-bs-theme="dark"] .approval-score-modal .modal-header,
[data-bs-theme="dark"] .approval-score-modal .modal-footer {
  border-color: rgba(143, 198, 255, 0.18);
}

[data-bs-theme="dark"] .approval-score-modal .modal-title,
[data-bs-theme="dark"] .approval-score-modal h3,
[data-bs-theme="dark"] .approval-score-modal strong {
  color: #f5f9ff;
}

[data-bs-theme="dark"] .approval-score-modal .text-secondary,
[data-bs-theme="dark"] .approval-score-modal .small {
  color: #c8d8ec !important;
}

[data-bs-theme="dark"] .approval-score-modal .btn-close {
  filter: invert(1) grayscale(100%) brightness(1.6);
  opacity: 0.85;
}

[data-bs-theme="dark"] .app-flash-message {
  color: #d4e1f5;
  border-color: rgba(116, 153, 201, 0.22);
  background: rgba(16, 34, 64, 0.74);
}

.sidebar-toggle i {
  display: inline-block;
  transition: transform 260ms ease;
}

.app-shell.sidebar-collapsed .sidebar-toggle i {
  transform: rotate(180deg);
}

.stat-card,
.content-panel {
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 48px rgba(12, 33, 74, 0.08);
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
}

.dashboard-category-list,
.dashboard-status-grid {
  display: grid;
  gap: 12px;
}

.dashboard-period-picker {
  display: grid;
  gap: 6px;
  min-width: min(100%, 320px);
}

.dashboard-period-picker label {
  color: var(--category-copy);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dashboard-period-picker__control {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  min-height: 48px;
  border: 1px solid rgba(229, 237, 248, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
  overflow: hidden;
}

.dashboard-period-picker__control i {
  display: grid;
  place-items: center;
  color: var(--its-blue);
}

.dashboard-period-picker select {
  width: 100%;
  min-width: 0;
  height: 100%;
  color: var(--its-navy);
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: 750;
}

.dashboard-main-grid {
  align-items: stretch;
}

.dashboard-main-grid__col {
  display: flex;
}

.dashboard-category-panel,
.dashboard-side-stack {
  width: 100%;
}

.dashboard-category-panel {
  height: 100%;
}

.dashboard-side-stack {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 16px;
  height: 100%;
}

.dashboard-timeline-panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.dashboard-workflow-timeline {
  flex: 1 1 auto;
  min-height: 0;
  padding-top: 2px;
}

.dashboard-workflow-timeline__item {
  padding-bottom: 20px;
}

.dashboard-workflow-timeline__item:last-child {
  padding-bottom: 0;
}

.dashboard-workflow-timeline__item strong {
  font-size: 0.9rem;
}

.dashboard-workflow-timeline__item p {
  line-height: 1.35;
}

.dashboard-category-item {
  padding: 12px;
  border: 1px solid rgba(229, 237, 248, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.34);
}

.dashboard-category-item__head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
  color: var(--category-copy);
  font-size: 0.9rem;
}

.dashboard-category-item__head span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-category-item__head strong {
  color: var(--its-navy);
}

.dashboard-status-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(229, 237, 248, 0.8);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.dashboard-status-card__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--its-blue);
  background: rgba(var(--its-blue-rgb), 0.1);
  border-radius: 8px;
  font-size: 1.25rem;
}

.dashboard-status-card__body {
  min-width: 0;
}

.dashboard-status-card__label {
  color: var(--category-copy);
  font-size: 0.84rem;
  font-weight: 800;
}

.dashboard-status-card__value {
  color: var(--its-navy);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.05;
}

.dashboard-status-card__progress {
  height: 6px;
  margin: 8px 0 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.18);
}

.dashboard-status-card__progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--its-blue);
}

.dashboard-status-card__meta {
  color: var(--category-copy);
  font-size: 0.76rem;
}

.dashboard-status-card--success .dashboard-status-card__icon,
.dashboard-status-card--success .dashboard-status-card__progress span {
  color: #0f7a45;
  background: rgba(25, 135, 84, 0.14);
}

.dashboard-status-card--warning .dashboard-status-card__icon,
.dashboard-status-card--warning .dashboard-status-card__progress span {
  color: #9a6700;
  background: rgba(213, 160, 58, 0.18);
}

.dashboard-status-card--info .dashboard-status-card__icon,
.dashboard-status-card--info .dashboard-status-card__progress span {
  color: #0b6f96;
  background: rgba(54, 174, 234, 0.16);
}

.dashboard-status-card--muted .dashboard-status-card__icon,
.dashboard-status-card--muted .dashboard-status-card__progress span {
  color: #475569;
  background: rgba(100, 116, 139, 0.14);
}

.dashboard-candidate-tabs {
  flex-wrap: nowrap;
  gap: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--its-blue-rgb), 0.48) rgba(255, 255, 255, 0.28);
}

.dashboard-candidate-tabs .nav-item {
  flex: 0 0 auto;
}

.dashboard-candidate-tabs .nav-link {
  white-space: nowrap;
}

.dashboard-candidate-tabs::-webkit-scrollbar {
  height: 8px;
}

.dashboard-candidate-tabs::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.dashboard-candidate-tabs::-webkit-scrollbar-thumb {
  background: rgba(var(--its-blue-rgb), 0.48);
  border-radius: 999px;
}

.dashboard-table a {
  color: var(--its-blue-dark);
  text-decoration: none;
}

.dashboard-table a:hover,
.dashboard-table a:focus {
  color: var(--its-blue);
  text-decoration: underline;
}

.approval-toggle-form {
  order: 2;
  margin: 0;
}

.approval-actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.approval-actions--toggle {
  min-width: 56px;
}

.approval-actions__view {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  flex: 0 0 auto;
}

.approval-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  width: 48px;
  padding: 4px 2px 4px 2.7rem;
  border: 1px solid rgba(229, 237, 248, 0.78);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  white-space: nowrap;
}

.approval-toggle .form-check-input {
  cursor: pointer;
}

.approval-toggle .form-check-label {
  color: var(--its-navy);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 850;
}

.progress-summary-card {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  padding: 16px;
  border: 1px solid rgba(229, 237, 248, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.progress-summary-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  color: var(--its-blue);
  border-radius: 8px;
  background: rgba(var(--its-blue-rgb), 0.1);
  font-size: 1.1rem;
}

.progress-summary-card p {
  margin: 0;
  color: var(--category-copy);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.progress-summary-card strong {
  color: var(--its-navy);
  font-size: 1.6rem;
  font-weight: 900;
}

.progress-matrix-wrap {
  max-height: 70vh;
  border: 1px solid rgba(229, 237, 248, 0.78);
  border-radius: 8px;
}

.progress-matrix-table {
  min-width: 920px;
  margin-bottom: 0;
}

.progress-matrix-table th,
.progress-matrix-table td {
  padding: 10px 12px;
  vertical-align: middle;
}

.progress-matrix-table thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  color: var(--its-navy);
  background: rgba(232, 244, 255, 0.95);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.progress-matrix-table tfoot th {
  position: sticky;
  bottom: 0;
  z-index: 3;
  color: var(--its-navy);
  background: rgba(222, 238, 251, 0.96);
  font-size: 0.82rem;
  font-weight: 900;
}

.progress-matrix-table thead th span,
.progress-matrix-table__sticky strong {
  display: block;
  color: var(--its-navy);
  font-size: 0.86rem;
  text-transform: none;
}

.progress-matrix-table thead th small,
.progress-matrix-table__sticky small {
  display: block;
  color: var(--category-copy);
  font-size: 0.72rem;
  font-weight: 650;
  text-transform: none;
}

.progress-matrix-table__sticky {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 220px;
  background: rgba(245, 250, 255, 0.96);
}

thead .progress-matrix-table__sticky {
  z-index: 4;
}

.progress-matrix-cell {
  display: inline-grid;
  justify-items: center;
  gap: 4px;
  min-width: 86px;
  padding: 6px 8px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--its-navy);
}

.progress-matrix-cell:hover,
.progress-matrix-cell:focus {
  border-color: rgba(var(--its-blue-rgb), 0.42);
  background: rgba(var(--its-blue-rgb), 0.05);
}

.progress-matrix-cell strong {
  font-size: 0.86rem;
  font-weight: 900;
}

.progress-matrix-average {
  display: block;
  color: var(--its-blue-dark);
  font-size: 0.95rem;
  font-weight: 900;
}

.progress-matrix-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
}

.progress-matrix-badge--success {
  color: #0f5132;
  border-color: rgba(25, 135, 84, 0.28);
  background: rgba(25, 135, 84, 0.14);
}

.progress-matrix-badge--warning {
  color: #7a5400;
  border-color: rgba(255, 193, 7, 0.34);
  background: rgba(255, 193, 7, 0.18);
}

.progress-matrix-badge--muted {
  color: #475569;
  border-color: rgba(100, 116, 139, 0.22);
  background: rgba(100, 116, 139, 0.12);
}

.dashboard-timeline-list {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0;
  flex: 1 1 auto;
  min-height: 0;
  padding-left: 18px;
}

.dashboard-timeline-list::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 17px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(var(--its-blue-rgb), 0.38), rgba(var(--its-blue-rgb), 0.08));
}

.dashboard-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
  margin-left: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(229, 237, 248, 0.74);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.dashboard-timeline-item + .dashboard-timeline-item {
  margin-top: 10px;
}

.dashboard-timeline-item__icon {
  position: absolute;
  top: 14px;
  left: -36px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: var(--its-blue);
  background: rgba(231, 245, 255, 0.96);
  border: 2px solid rgba(var(--its-blue-rgb), 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(var(--its-blue-rgb), 0.08);
}

.dashboard-timeline-item__icon i {
  font-size: 0.58rem;
}

.dashboard-timeline-item__title {
  color: var(--its-navy);
  font-size: 0.9rem;
  font-weight: 850;
}

.dashboard-timeline-item__date {
  color: var(--category-copy);
  font-size: 0.78rem;
}

.admin-user-tabs {
  border-bottom-color: rgba(229, 237, 248, 0.72);
}

.admin-user-tabs .nav-link {
  color: var(--category-copy);
  border-radius: 8px 8px 0 0;
  font-weight: 700;
}

.admin-user-tabs .nav-link.active {
  color: var(--its-blue);
  background: rgba(255, 255, 255, 0.56);
  border-color: rgba(229, 237, 248, 0.72) rgba(229, 237, 248, 0.72) transparent;
}

.penilaian-category-tabs {
  flex-wrap: nowrap;
  gap: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--its-blue-rgb), 0.48) rgba(255, 255, 255, 0.28);
}

.penilaian-category-tabs .nav-item {
  flex: 0 0 auto;
}

.penilaian-category-tabs .nav-link {
  white-space: nowrap;
}

.penilaian-category-tabs::-webkit-scrollbar {
  height: 8px;
}

.penilaian-category-tabs::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.penilaian-category-tabs::-webkit-scrollbar-thumb {
  background: rgba(var(--its-blue-rgb), 0.48);
  border-radius: 999px;
}

.master-nav-tabs {
  gap: 8px;
}

.master-nav-tabs .nav-link {
  color: #12335d;
  border: 1px solid rgba(0, 91, 172, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.master-nav-tabs .nav-link:hover,
.master-nav-tabs .nav-link:focus {
  color: var(--its-blue-dark);
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(var(--its-blue-rgb), 0.34);
}

.master-nav-tabs .nav-link.active {
  color: #ffffff;
  background: var(--its-blue);
  border-color: rgba(var(--its-blue-rgb), 0.18);
  box-shadow: 0 10px 24px rgba(0, 91, 172, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.assigned-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 680px;
}

.category-picker {
  position: relative;
  display: grid;
  gap: 8px;
}

.category-picker__select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.category-picker__control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-height: 46px;
  padding: 8px 10px;
  border: 1px solid rgba(229, 237, 248, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.category-picker__chips {
  display: contents;
}

.category-picker__chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  max-width: min(100%, 280px);
  min-height: 28px;
  padding: 4px 8px;
  color: var(--its-blue-dark);
  border: 1px solid rgba(var(--its-blue-rgb), 0.2);
  border-radius: 999px;
  background: rgba(var(--its-blue-rgb), 0.08);
  font-size: 0.82rem;
  font-weight: 750;
}

.category-picker__chip span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-picker__chip i {
  flex: 0 0 auto;
}

.category-picker__search {
  flex: 1 1 180px;
  min-width: 120px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--its-navy);
}

.category-picker__menu {
  display: none;
  gap: 4px;
  max-height: 220px;
  overflow-y: auto;
  padding: 6px;
  border: 1px solid rgba(229, 237, 248, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
}

.category-picker.is-open .category-picker__menu {
  display: grid;
}

.category-picker__option {
  width: 100%;
  padding: 8px 10px;
  color: var(--category-copy);
  border: 0;
  border-radius: 6px;
  background: transparent;
  text-align: left;
  font-weight: 700;
}

.category-picker__option:hover,
.category-picker__option:focus,
.category-picker__option.is-selected {
  color: var(--its-blue-dark);
  background: rgba(var(--its-blue-rgb), 0.1);
}

.category-picker__option.is-selected::after {
  content: "\F26A";
  float: right;
  font-family: "bootstrap-icons";
}

.tab-label-short {
  display: none;
}

.admin-user-search {
  width: min(100%, 360px);
}

.admin-user-actions .btn {
  border-color: rgba(var(--its-blue-rgb), 0.34);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.admin-user-actions .btn-outline-primary {
  color: var(--its-blue-dark);
}

.admin-user-actions .btn-outline-secondary {
  color: #334155;
  border-color: rgba(51, 65, 85, 0.28);
}

.admin-user-actions .btn:hover,
.admin-user-actions .btn:focus {
  color: #ffffff;
  background: var(--its-blue);
  border-color: var(--its-blue);
}

.admin-user-actions .btn-outline-danger {
  color: #b4233a;
  border-color: rgba(180, 35, 58, 0.38);
}

.admin-user-actions .btn-outline-danger:hover,
.admin-user-actions .btn-outline-danger:focus {
  color: #ffffff;
  background: #b4233a;
  border-color: #b4233a;
}

.admin-card-notifications .alert {
  border-radius: 8px;
  border-width: 1px;
  padding: 0.65rem 0.85rem;
  font-weight: 600;
}

.admin-user-form .form-control,
.admin-user-form .form-select,
.admin-user-form .input-group > .form-control,
.admin-user-form .input-group > .btn {
  min-height: 38px;
  padding-block: 0.34rem;
  font-size: 0.95rem;
}

.admin-user-form .auth-choice {
  min-height: 38px;
  padding-block: 0.38rem;
}

.selected-category-card {
  padding: 24px;
  border: 1px solid rgba(229, 237, 248, 0.76);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 48px rgba(12, 33, 74, 0.08);
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
}

.selected-category-card h2 {
  margin-bottom: 0.5rem;
  font-size: 1.45rem;
  font-weight: 800;
}

.selected-category-card span {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 4px 10px;
  color: var(--its-blue);
  background: rgba(var(--its-blue-rgb), 0.08);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
}

.selected-category-card p:last-child {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--category-copy);
}

.usulan-form .form-control,
.usulan-form .form-select {
  min-height: 42px;
}

.proposal-type-modal .modal-content {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(12, 33, 74, 0.18);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

body.proposal-modal-open .public-nav,
body.proposal-modal-open .public-main,
body.proposal-modal-open .footer-its {
  filter: blur(4px);
  transition: filter 180ms ease;
}

body.proposal-modal-open .modal,
body.proposal-modal-open .modal-backdrop {
  filter: none;
}

.proposal-type-modal {
  z-index: 1065;
}

.proposal-type-modal + .modal-backdrop,
.modal-backdrop.show {
  --bs-backdrop-opacity: 1;
  opacity: 1;
  background-color: rgba(8, 20, 38, 0.42);
  backdrop-filter: blur(8px) saturate(115%);
  -webkit-backdrop-filter: blur(8px) saturate(115%);
}

.proposal-type-choice {
  width: 100%;
  min-height: 172px;
  padding: 18px;
  text-align: left;
  color: var(--its-navy);
  border: 1px solid rgba(0, 91, 172, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 34px rgba(12, 33, 74, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.proposal-type-choice:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--its-blue-rgb), 0.42);
  box-shadow: 0 18px 38px rgba(0, 91, 172, 0.16);
}

.proposal-type-choice i {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  place-items: center;
  color: #fff;
  border-radius: 999px;
  background: var(--its-blue);
  font-size: 1.25rem;
}

.proposal-type-choice strong,
.proposal-type-choice span {
  display: block;
}

.proposal-type-choice span {
  margin-top: 6px;
  color: var(--category-copy);
  font-size: 0.92rem;
}

.rte-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(229, 237, 248, 0.86);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, 0.56);
}

.rte-format-select {
  width: auto;
  min-width: 140px;
}

.rte-size-icon {
  display: inline-block;
  min-width: 22px;
  font-weight: 900;
  line-height: 1;
}

.rte-toolbar__divider {
  align-self: stretch;
  width: 1px;
  min-height: 30px;
  background: rgba(0, 91, 172, 0.14);
}

.usulan-form .rte-editor.form-control {
  min-height: 320px;
  max-height: 760px;
  height: 320px;
  padding: 14px;
  overflow: auto;
  resize: vertical;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  line-height: 1.7;
}

.rte-editor:empty::before {
  content: "Tuliskan dasar pertimbangan penilaian...";
  color: #7b8aa1;
}

.richtext-output :last-child {
  margin-bottom: 0;
}

.richtext-output ul,
.richtext-output ol {
  padding-left: 1.25rem;
}

.rte-editor h2,
.rte-editor h3,
.rte-editor h4,
.rte-editor h5,
.rte-editor h6,
.richtext-output h2,
.richtext-output h3,
.richtext-output h4,
.richtext-output h5,
.richtext-output h6 {
  color: var(--its-navy);
  font-weight: 900;
}

.rte-editor blockquote,
.richtext-output blockquote {
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  border-left: 4px solid var(--its-gold);
  background: rgba(255, 255, 255, 0.42);
  border-radius: 0 8px 8px 0;
}

.rte-editor table,
.richtext-output table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.48);
}

.rte-editor th,
.rte-editor td,
.richtext-output th,
.richtext-output td {
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(0, 91, 172, 0.18);
  vertical-align: top;
}

.rte-editor th,
.richtext-output th {
  color: var(--its-navy);
  background: rgba(var(--its-blue-rgb), 0.08);
  font-weight: 800;
}

.kategori-tabs-panel .category-section {
  margin-bottom: 0 !important;
}

.regulation-doc {
  display: grid;
  gap: 18px;
}

.regulation-doc__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  color: var(--its-navy);
  border: 1px solid rgba(229, 237, 248, 0.76);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 14px 34px rgba(12, 33, 74, 0.08);
}

.regulation-doc__header span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--its-blue);
  font-weight: 800;
}

.regulation-doc__body {
  color: var(--category-copy);
  line-height: 1.72;
}

.regulation-doc__body h2,
.regulation-doc__body h3,
.regulation-doc__body h4,
.regulation-doc__body h5 {
  color: var(--its-navy);
  font-weight: 900;
}

.regulation-doc__body h2 {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 91, 172, 0.14);
  font-size: 1.5rem;
}

.regulation-doc__body h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.regulation-doc__body h3 {
  margin-top: 1.3rem;
  font-size: 1.15rem;
}

.regulation-doc__body h4,
.regulation-doc__body h5 {
  margin-top: 1rem;
  font-size: 1rem;
}

.regulation-doc__body p {
  margin-bottom: 0.75rem;
}

.regulation-doc__body ul,
.regulation-doc__body ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.regulation-doc__body li {
  margin-bottom: 0.35rem;
}

.regulation-doc__body hr {
  margin: 1.5rem 0;
  border-color: rgba(0, 91, 172, 0.16);
  opacity: 1;
}

.usulan-detail-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
}

.usulan-detail-summary__content {
  min-width: 0;
}

.usulan-detail-photo {
  width: 152px;
  height: 192px;
  object-fit: cover;
  border: 1px solid rgba(229, 237, 248, 0.86);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 36px rgba(12, 33, 74, 0.1);
}

.usulan-detail-photo--placeholder {
  display: grid;
  place-items: center;
  color: var(--its-blue);
  font-size: 2.4rem;
}

.usulan-detail-photo-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.usulan-detail-status {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 0 auto;
  padding-top: 58px;
}

.usulan-detail-status .badge {
  min-width: 152px;
  white-space: normal;
}

.workflow-timeline {
  position: relative;
  display: grid;
  gap: 0;
}

.workflow-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  padding-bottom: 18px;
}

.workflow-timeline__item::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 14px;
  width: 1px;
  background: rgba(148, 163, 184, 0.34);
}

.workflow-timeline__item:last-child {
  padding-bottom: 0;
}

.workflow-timeline__item:last-child::before {
  display: none;
}

.workflow-timeline__marker {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #64748b;
  background: #e8eef6;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.78);
}

.workflow-timeline__item.is-done .workflow-timeline__marker,
.workflow-timeline__item.is-current .workflow-timeline__marker {
  color: #fff;
  background: #159447;
}

.workflow-timeline__item.is-current .workflow-timeline__marker {
  box-shadow: 0 0 0 4px rgba(21, 148, 71, 0.14);
}

.workflow-timeline__item strong {
  display: block;
  color: var(--its-navy);
  font-size: 0.92rem;
}

.workflow-timeline__item p {
  margin: 2px 0 0;
  color: var(--category-copy);
  font-size: 0.8rem;
}

.score-history {
  display: grid;
  gap: 12px;
}

.penilaian-nav-panel {
  display: grid;
  gap: 14px;
}

.penilaian-nav-panel__group {
  display: grid;
  gap: 8px;
}

.penilaian-nav-panel__label {
  color: var(--category-copy);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.candidate-list {
  display: grid;
  gap: 10px;
}

.candidate-category-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--its-blue-rgb), 0.48) rgba(255, 255, 255, 0.28);
}

.candidate-category-tabs::-webkit-scrollbar,
.candidate-tabs::-webkit-scrollbar {
  height: 8px;
}

.candidate-category-tabs::-webkit-scrollbar-track,
.candidate-tabs::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.candidate-category-tabs::-webkit-scrollbar-thumb,
.candidate-tabs::-webkit-scrollbar-thumb {
  background: rgba(var(--its-blue-rgb), 0.48);
  border-radius: 999px;
}

.candidate-category-tabs .nav-link {
  flex: 0 0 auto;
  color: var(--category-copy);
  border: 1px solid rgba(229, 237, 248, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  font-weight: 700;
  white-space: nowrap;
}

.candidate-category-tabs .nav-link.active {
  color: #fff;
  background: var(--its-blue);
  border-color: rgba(var(--its-blue-rgb), 0.18);
}

.candidate-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--its-blue-rgb), 0.48) rgba(255, 255, 255, 0.28);
}

.candidate-tabs__item {
  display: grid;
  flex: 0 0 min(230px, 72vw);
  gap: 2px;
  min-width: 0;
  padding: 8px 10px;
  color: var(--category-copy);
  border: 1px solid rgba(229, 237, 248, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.candidate-tabs__item strong,
.candidate-tabs__item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.candidate-tabs__item strong {
  color: var(--its-navy);
  font-size: 0.88rem;
  font-weight: 800;
}

.candidate-tabs__item span {
  font-size: 0.76rem;
}

.candidate-tabs__item.active {
  color: var(--its-blue-dark);
  background: rgba(var(--its-blue-rgb), 0.1);
  border-color: rgba(var(--its-blue-rgb), 0.24);
}

.candidate-tabs__item.active strong,
.candidate-tabs__item.active span {
  color: var(--its-blue-dark);
}

.candidate-list__item {
  display: grid;
  gap: 3px;
  padding: 9px 11px;
  color: var(--category-copy);
  border: 1px solid rgba(229, 237, 248, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
  text-decoration: none;
}

.candidate-list__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.candidate-list__item strong,
.candidate-list__item span,
.candidate-list__item em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.candidate-list__item strong {
  color: var(--its-navy);
  font-weight: 700;
}

.candidate-list__item span,
.candidate-list__item em {
  font-size: 0.78rem;
}

.candidate-list__item em {
  flex: 0 0 auto;
  max-width: 44%;
  padding: 2px 7px;
  color: var(--its-blue);
  background: rgba(var(--its-blue-rgb), 0.08);
  border-radius: 999px;
  font-style: normal;
  font-weight: 700;
}

.candidate-list__item.active {
  color: #fff;
  background: var(--its-blue);
  border-color: rgba(var(--its-blue-rgb), 0.18);
}

.candidate-list__item.active strong,
.candidate-list__item.active span,
.candidate-list__item.active em {
  color: #fff;
}

.rubric-components {
  display: grid;
  gap: 16px;
}

.rubric-component {
  display: grid;
  gap: 12px;
}

.rubric-levels {
  display: grid;
  gap: 10px;
}

.rubric-level {
  display: grid;
  grid-template-columns: 80px minmax(110px, 0.8fr) 80px minmax(0, 1.8fr) auto;
  gap: 8px;
  align-items: end;
  padding: 10px;
  border: 1px solid rgba(229, 237, 248, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.38);
}

.rubric-level--new {
  background: rgba(var(--its-blue-rgb), 0.05);
}

.rubric-level__actions {
  display: flex;
  gap: 6px;
}

.rubric-score-form {
  display: grid;
  gap: 12px;
}

.rubric-score-component {
  padding: 12px;
  border: 1px solid rgba(229, 237, 248, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
}

.rubric-score-component__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.rubric-score-component__head span {
  flex: 0 0 auto;
  color: var(--its-blue);
  font-size: 0.8rem;
  font-weight: 800;
}

.rubric-score-component p {
  margin: 0 0 8px;
  color: var(--category-copy);
  font-size: 0.86rem;
}

.rubric-score-levels {
  display: grid;
  gap: 8px;
}

.rubric-score-level {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 9px 10px;
  border: 1px solid rgba(229, 237, 248, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.rubric-score-level span {
  display: grid;
  gap: 2px;
}

.rubric-score-level em {
  color: var(--category-copy);
  font-size: 0.82rem;
  font-style: normal;
}

.penilaian-detail-list dt {
  white-space: nowrap;
}

.penilaian-detail-list dd {
  min-width: 0;
  overflow-wrap: anywhere;
}

.score-history__item {
  padding: 14px;
  border: 1px solid rgba(229, 237, 248, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.score-history__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.score-history__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  color: var(--category-copy);
  font-size: 0.84rem;
}

.score-history__date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--category-copy);
  font-weight: 650;
}

.score-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.score-badge--success {
  color: #0f5132;
  border-color: rgba(25, 135, 84, 0.28);
  background: rgba(25, 135, 84, 0.14);
}

.score-badge--warning {
  color: #7a5400;
  border-color: rgba(255, 193, 7, 0.34);
  background: rgba(255, 193, 7, 0.18);
}

.score-badge--danger {
  color: #842029;
  border-color: rgba(220, 53, 69, 0.24);
  background: rgba(220, 53, 69, 0.12);
}

.score-badge--info {
  color: #055160;
  border-color: rgba(13, 202, 240, 0.28);
  background: rgba(13, 202, 240, 0.14);
}

.score-badge--primary {
  color: var(--its-blue-dark);
  border-color: rgba(var(--its-blue-rgb), 0.28);
  background: rgba(var(--its-blue-rgb), 0.12);
}

.score-badge--muted {
  color: #475569;
  border-color: rgba(100, 116, 139, 0.22);
  background: rgba(100, 116, 139, 0.12);
}

.score-history__value {
  display: inline-grid;
  place-items: center;
  min-width: 58px;
  min-height: 34px;
  padding: 4px 10px;
  color: #fff;
  background: var(--its-blue);
  border-radius: 999px;
  font-weight: 800;
}

.score-history__item p {
  margin: 10px 0 0;
  color: var(--category-copy);
}

.score-history__table-wrap {
  margin-top: 12px;
  border: 1px solid rgba(229, 237, 248, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.34);
}

.score-history__table {
  min-width: 560px;
  margin-bottom: 0;
}

.score-history__table--single {
  min-width: 640px;
}

.score-history__table th {
  color: var(--its-navy);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.score-history__table td,
.score-history__table th {
  padding: 10px 12px;
  border-color: rgba(148, 163, 184, 0.22);
}

.score-history__table td {
  color: var(--category-copy);
  font-size: 0.88rem;
}

.score-history__table td strong {
  display: block;
  color: var(--its-navy);
  font-size: 0.9rem;
}

.score-history__table td span {
  display: block;
  margin-top: 2px;
  color: var(--category-copy);
  font-size: 0.78rem;
}

.score-history__table tfoot th {
  background: rgba(var(--its-blue-rgb), 0.08);
}

.score-history__formula {
  display: grid;
  gap: 3px;
  margin-top: 8px;
  color: var(--category-copy);
  font-size: 0.82rem;
}

.score-history__formula strong {
  color: var(--its-navy);
  font-size: 0.94rem;
}

.score-history__formula span {
  color: var(--category-copy);
  font-size: 0.78rem;
}

.score-history__comment {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed rgba(148, 163, 184, 0.34);
}

.score-history__comment span {
  color: var(--its-navy);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.score-history__comment p {
  margin: 4px 0 0;
}

.category-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 48px rgba(12, 33, 74, 0.08);
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
}

.category-section [id] {
  scroll-margin-top: 150px;
}

.category-card__head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5edf8;
}

.category-card__number {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  color: var(--its-blue);
  background: rgba(var(--its-blue-rgb), 0.1);
  border-radius: 50%;
  font-weight: 800;
}

.category-card__number--gold {
  color: #a97408;
  background: rgba(213, 160, 58, 0.14);
}

.category-card__number--teal {
  color: #0b7b83;
  background: rgba(54, 174, 234, 0.14);
}

.category-card__number--violet {
  color: #6d3bb4;
  background: rgba(109, 59, 180, 0.12);
}

.category-card h3 {
  margin-bottom: 0.35rem;
  font-size: 1.15rem;
  font-weight: 800;
}

.category-card h4 {
  margin-top: 1rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.category-card p,
.category-card li {
  color: var(--category-copy);
}

.category-card ol {
  padding-left: 1.15rem;
}

.category-card__actions {
  margin-top: 18px;
}

.category-card__actions--inline {
  margin: 0 0 14px;
}

.subcategory-list {
  display: grid;
  gap: 10px;
}

.subcategory-list--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.subcategory-item {
  display: flex;
  flex-direction: column;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 14px 34px rgba(12, 33, 74, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
}

.subcategory-item strong,
.subcategory-item span {
  display: block;
}

.subcategory-item span {
  color: var(--its-blue);
  font-size: 0.86rem;
  font-weight: 700;
}

.subcategory-target {
  display: inline-flex !important;
  width: fit-content;
  margin-top: 8px;
  padding: 4px 10px;
  border-radius: 999px;
}

.subcategory-target--1 {
  color: #005bac !important;
  background: rgba(var(--its-blue-rgb), 0.1);
}

.subcategory-target--2 {
  color: #9a6700 !important;
  background: rgba(213, 160, 58, 0.16);
}

.subcategory-target--3 {
  color: #0b7b83 !important;
  background: rgba(54, 174, 234, 0.15);
}

.subcategory-target--4 {
  color: #6d3bb4 !important;
  background: rgba(109, 59, 180, 0.13);
}

.subcategory-target--5 {
  color: #0f7a45 !important;
  background: rgba(25, 135, 84, 0.13);
}

.subcategory-target--6 {
  color: #9f3a15 !important;
  background: rgba(220, 96, 38, 0.13);
}

[data-bs-theme="dark"] .subcategory-target--1 {
  color: #061b34 !important;
  background: rgba(143, 198, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(226, 242, 255, 0.38);
}

[data-bs-theme="dark"] .subcategory-target--2 {
  color: #2f2106 !important;
  background: rgba(241, 199, 101, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 236, 170, 0.42);
}

[data-bs-theme="dark"] .subcategory-target--3 {
  color: #062f35 !important;
  background: rgba(117, 225, 234, 0.88);
  box-shadow: inset 0 0 0 1px rgba(185, 249, 255, 0.42);
}

[data-bs-theme="dark"] .subcategory-target--4 {
  color: #21103f !important;
  background: rgba(196, 167, 255, 0.9);
  box-shadow: inset 0 0 0 1px rgba(227, 213, 255, 0.42);
}

[data-bs-theme="dark"] .subcategory-target--5 {
  color: #062817 !important;
  background: rgba(95, 220, 150, 0.88);
  box-shadow: inset 0 0 0 1px rgba(181, 246, 210, 0.38);
}

[data-bs-theme="dark"] .subcategory-target--6 {
  color: #351205 !important;
  background: rgba(255, 160, 108, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 210, 185, 0.4);
}

.subcategory-item p {
  margin: 0.35rem 0 0;
  color: var(--category-copy);
}

.subcategory-item__footer {
  margin-top: auto;
  padding-top: 12px;
}

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

.category-summary div {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(var(--its-blue-rgb), 0.06);
}

.category-summary span {
  color: var(--category-copy);
  font-size: 0.92rem;
}

.category-section .text-secondary,
.selected-category-card .text-secondary,
.content-panel .text-secondary {
  color: var(--category-copy) !important;
}

[data-bs-theme="dark"] .category-section .text-secondary,
[data-bs-theme="dark"] .selected-category-card .text-secondary,
[data-bs-theme="dark"] .content-panel .text-secondary,
[data-bs-theme="dark"] .selected-category-card p:last-child,
[data-bs-theme="dark"] .category-card p,
[data-bs-theme="dark"] .category-card li,
[data-bs-theme="dark"] .subcategory-item p,
[data-bs-theme="dark"] .category-summary span {
  color: var(--category-copy-dark) !important;
}

[data-bs-theme="dark"] .dashboard-category-item,
[data-bs-theme="dark"] .dashboard-status-card,
[data-bs-theme="dark"] .dashboard-timeline-item {
  border-color: rgba(143, 198, 255, 0.22);
  background: rgba(13, 29, 51, 0.48);
}

[data-bs-theme="dark"] .dashboard-period-picker label {
  color: #d8e7fb;
}

[data-bs-theme="dark"] .dashboard-period-picker__control {
  border-color: rgba(143, 198, 255, 0.22);
  background: rgba(13, 29, 51, 0.5);
}

[data-bs-theme="dark"] .dashboard-period-picker select {
  color: #f5f9ff;
}

[data-bs-theme="dark"] .dashboard-category-item__head,
[data-bs-theme="dark"] .dashboard-status-card__label,
[data-bs-theme="dark"] .dashboard-status-card__meta,
[data-bs-theme="dark"] .dashboard-timeline-item__date {
  color: #d8e7fb;
}

[data-bs-theme="dark"] .dashboard-category-item__head strong,
[data-bs-theme="dark"] .dashboard-status-card__value,
[data-bs-theme="dark"] .dashboard-timeline-item__title {
  color: #f5f9ff;
}

[data-bs-theme="dark"] .dashboard-status-card__icon,
[data-bs-theme="dark"] .dashboard-timeline-item__icon {
  color: #8fc6ff;
  background: rgba(143, 198, 255, 0.14);
}

[data-bs-theme="dark"] .dashboard-timeline-list::before {
  background: linear-gradient(180deg, rgba(143, 198, 255, 0.46), rgba(143, 198, 255, 0.08));
}

[data-bs-theme="dark"] .dashboard-timeline-item__icon {
  border-color: rgba(143, 198, 255, 0.58);
  box-shadow: 0 0 0 4px rgba(143, 198, 255, 0.1);
}

[data-bs-theme="dark"] .dashboard-status-card--success .dashboard-status-card__icon {
  color: #8bf0b7;
  background: rgba(95, 220, 150, 0.16);
}

[data-bs-theme="dark"] .dashboard-status-card--warning .dashboard-status-card__icon {
  color: #f1c765;
  background: rgba(241, 199, 101, 0.16);
}

[data-bs-theme="dark"] .dashboard-status-card--info .dashboard-status-card__icon {
  color: #75e1ea;
  background: rgba(117, 225, 234, 0.15);
}

[data-bs-theme="dark"] .dashboard-status-card--muted .dashboard-status-card__icon {
  color: #d7e6fb;
  background: rgba(215, 230, 251, 0.12);
}

[data-bs-theme="dark"] .dashboard-candidate-tabs {
  scrollbar-color: rgba(143, 198, 255, 0.62) rgba(13, 29, 51, 0.42);
}

[data-bs-theme="dark"] .dashboard-candidate-tabs::-webkit-scrollbar-track {
  background: rgba(13, 29, 51, 0.42);
}

[data-bs-theme="dark"] .dashboard-candidate-tabs::-webkit-scrollbar-thumb {
  background: rgba(143, 198, 255, 0.62);
}

[data-bs-theme="dark"] .dashboard-table a {
  color: #8fc6ff;
}

[data-bs-theme="dark"] .approval-toggle {
  border-color: rgba(143, 198, 255, 0.22);
  background: rgba(13, 29, 51, 0.48);
}

[data-bs-theme="dark"] .approval-toggle .form-check-label {
  color: #f5f9ff;
}

[data-bs-theme="dark"] .progress-summary-card,
[data-bs-theme="dark"] .progress-matrix-cell {
  border-color: rgba(143, 198, 255, 0.22);
  background: rgba(13, 29, 51, 0.18);
}

[data-bs-theme="dark"] .progress-summary-card p,
[data-bs-theme="dark"] .progress-matrix-table thead th small,
[data-bs-theme="dark"] .progress-matrix-table__sticky small {
  color: var(--category-copy-dark);
}

[data-bs-theme="dark"] .progress-summary-card strong,
[data-bs-theme="dark"] .progress-matrix-cell,
[data-bs-theme="dark"] .progress-matrix-cell strong,
[data-bs-theme="dark"] .progress-matrix-table thead th,
[data-bs-theme="dark"] .progress-matrix-table tfoot th,
[data-bs-theme="dark"] .progress-matrix-table thead th span,
[data-bs-theme="dark"] .progress-matrix-table__sticky strong {
  color: #f5f9ff;
}

[data-bs-theme="dark"] .progress-matrix-wrap {
  border-color: rgba(143, 198, 255, 0.22);
}

[data-bs-theme="dark"] .progress-matrix-table thead th,
[data-bs-theme="dark"] .progress-matrix-table tfoot th,
[data-bs-theme="dark"] .progress-matrix-table__sticky {
  background: rgba(13, 29, 51, 0.96);
}

[data-bs-theme="dark"] .progress-matrix-average {
  color: #8fc6ff;
}

[data-bs-theme="dark"] .progress-matrix-badge--success {
  color: #b8f3d0;
  border-color: rgba(80, 220, 140, 0.3);
  background: rgba(25, 135, 84, 0.22);
}

[data-bs-theme="dark"] .progress-matrix-badge--warning {
  color: #ffe6a6;
  border-color: rgba(255, 193, 7, 0.32);
  background: rgba(255, 193, 7, 0.18);
}

[data-bs-theme="dark"] .progress-matrix-badge--muted {
  color: #dbe6f6;
  border-color: rgba(148, 163, 184, 0.28);
  background: rgba(148, 163, 184, 0.16);
}

[data-bs-theme="dark"] .score-history__date,
[data-bs-theme="dark"] .score-history__formula,
[data-bs-theme="dark"] .score-history__formula span,
[data-bs-theme="dark"] .score-history__table td,
[data-bs-theme="dark"] .score-history__table td span {
  color: var(--category-copy-dark);
}

[data-bs-theme="dark"] .score-history__table th,
[data-bs-theme="dark"] .score-history__table td strong,
[data-bs-theme="dark"] .score-history__formula strong,
[data-bs-theme="dark"] .score-history__comment span {
  color: #f5f9ff;
}

[data-bs-theme="dark"] .score-history__item {
  border-color: rgba(143, 198, 255, 0.18);
  background: rgba(13, 29, 51, 0.62);
  box-shadow: inset 0 1px 0 rgba(143, 198, 255, 0.08);
}

[data-bs-theme="dark"] .score-history__table-wrap {
  border-color: rgba(143, 198, 255, 0.18);
  background: rgba(8, 20, 38, 0.32);
}

[data-bs-theme="dark"] .score-history__table td,
[data-bs-theme="dark"] .score-history__table th {
  border-color: rgba(143, 198, 255, 0.14);
}

[data-bs-theme="dark"] .score-history__table tfoot th {
  background: rgba(143, 198, 255, 0.08);
}

[data-bs-theme="dark"] .score-history__comment {
  border-top-color: rgba(143, 198, 255, 0.22);
}

[data-bs-theme="dark"] .score-badge--success {
  color: #b8f3d0;
  border-color: rgba(80, 220, 140, 0.3);
  background: rgba(25, 135, 84, 0.22);
}

[data-bs-theme="dark"] .score-badge--warning {
  color: #ffe6a6;
  border-color: rgba(255, 193, 7, 0.32);
  background: rgba(255, 193, 7, 0.18);
}

[data-bs-theme="dark"] .score-badge--danger {
  color: #ffccd1;
  border-color: rgba(255, 111, 124, 0.32);
  background: rgba(220, 53, 69, 0.2);
}

[data-bs-theme="dark"] .score-badge--info {
  color: #b8eff9;
  border-color: rgba(13, 202, 240, 0.32);
  background: rgba(13, 202, 240, 0.18);
}

[data-bs-theme="dark"] .score-badge--primary {
  color: #cfe7ff;
  border-color: rgba(143, 198, 255, 0.34);
  background: rgba(13, 110, 253, 0.22);
}

[data-bs-theme="dark"] .score-badge--muted {
  color: #dbe6f6;
  border-color: rgba(148, 163, 184, 0.28);
  background: rgba(148, 163, 184, 0.16);
}

[data-bs-theme="dark"] .admin-user-tabs {
  border-bottom-color: rgba(143, 198, 255, 0.22);
}

[data-bs-theme="dark"] .admin-user-tabs .nav-link {
  color: #d8e7fb;
}

[data-bs-theme="dark"] .admin-user-tabs .nav-link.active {
  color: #8fc6ff;
  background: rgba(13, 29, 51, 0.62);
  border-color: rgba(143, 198, 255, 0.22) rgba(143, 198, 255, 0.22) transparent;
}

[data-bs-theme="dark"] .penilaian-category-tabs {
  scrollbar-color: rgba(143, 198, 255, 0.62) rgba(13, 29, 51, 0.42);
}

[data-bs-theme="dark"] .penilaian-category-tabs::-webkit-scrollbar-track {
  background: rgba(13, 29, 51, 0.42);
}

[data-bs-theme="dark"] .penilaian-category-tabs::-webkit-scrollbar-thumb {
  background: rgba(143, 198, 255, 0.62);
}

[data-bs-theme="dark"] .master-nav-tabs .nav-link {
  color: #dff0ff;
  border-color: rgba(143, 198, 255, 0.26);
  background: rgba(13, 29, 51, 0.56);
  box-shadow: inset 0 1px 0 rgba(226, 242, 255, 0.08);
}

[data-bs-theme="dark"] .master-nav-tabs .nav-link:hover,
[data-bs-theme="dark"] .master-nav-tabs .nav-link:focus {
  color: #ffffff;
  background: rgba(26, 50, 82, 0.78);
  border-color: rgba(143, 198, 255, 0.44);
}

[data-bs-theme="dark"] .master-nav-tabs .nav-link.active {
  color: #061b34;
  background: #8fc6ff;
  border-color: rgba(226, 242, 255, 0.38);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

[data-bs-theme="dark"] .category-picker__control,
[data-bs-theme="dark"] .category-picker__menu {
  border-color: rgba(143, 198, 255, 0.22);
  background: rgba(13, 29, 51, 0.5);
}

[data-bs-theme="dark"] .category-picker__chip {
  color: #dff0ff;
  border-color: rgba(143, 198, 255, 0.28);
  background: rgba(143, 198, 255, 0.14);
}

[data-bs-theme="dark"] .category-picker__search,
[data-bs-theme="dark"] .category-picker__option {
  color: #d8e7fb;
}

[data-bs-theme="dark"] .category-picker__option:hover,
[data-bs-theme="dark"] .category-picker__option:focus,
[data-bs-theme="dark"] .category-picker__option.is-selected {
  color: #ffffff;
  background: rgba(143, 198, 255, 0.14);
}

[data-bs-theme="dark"] .admin-user-actions .btn {
  color: #dff0ff;
  background: rgba(143, 198, 255, 0.12);
  border-color: rgba(143, 198, 255, 0.36);
  box-shadow: inset 0 1px 0 rgba(226, 242, 255, 0.1);
}

[data-bs-theme="dark"] .admin-user-actions .btn:hover,
[data-bs-theme="dark"] .admin-user-actions .btn:focus {
  color: #061b34;
  background: #8fc6ff;
  border-color: rgba(226, 242, 255, 0.46);
}

[data-bs-theme="dark"] .admin-user-actions .btn-outline-secondary {
  color: #d7e6fb;
  border-color: rgba(215, 230, 251, 0.34);
}

[data-bs-theme="dark"] .admin-user-actions .btn-outline-danger {
  color: #ffb4c0;
  border-color: rgba(255, 180, 192, 0.42);
  background: rgba(220, 53, 69, 0.12);
}

[data-bs-theme="dark"] .admin-user-actions .btn-outline-danger:hover,
[data-bs-theme="dark"] .admin-user-actions .btn-outline-danger:focus {
  color: #ffffff;
  background: #dc3545;
  border-color: rgba(255, 180, 192, 0.58);
}

[data-bs-theme="dark"] .penilaian-nav-panel__label,
[data-bs-theme="dark"] .candidate-tabs__item {
  color: #d8e7fb;
}

[data-bs-theme="dark"] .candidate-category-tabs .nav-link,
[data-bs-theme="dark"] .candidate-tabs__item {
  border-color: rgba(143, 198, 255, 0.22);
  background: rgba(13, 29, 51, 0.48);
}

[data-bs-theme="dark"] .candidate-tabs__item strong {
  color: #f5f9ff;
}

[data-bs-theme="dark"] .candidate-category-tabs .nav-link.active,
[data-bs-theme="dark"] .candidate-tabs__item.active {
  color: #dff0ff;
  background: rgba(143, 198, 255, 0.14);
  border-color: rgba(143, 198, 255, 0.34);
}

[data-bs-theme="dark"] .candidate-tabs__item.active strong,
[data-bs-theme="dark"] .candidate-tabs__item.active span {
  color: #dff0ff;
}

[data-bs-theme="dark"] .candidate-category-tabs,
[data-bs-theme="dark"] .candidate-tabs {
  scrollbar-color: rgba(143, 198, 255, 0.62) rgba(13, 29, 51, 0.42);
}

[data-bs-theme="dark"] .candidate-category-tabs::-webkit-scrollbar-track,
[data-bs-theme="dark"] .candidate-tabs::-webkit-scrollbar-track {
  background: rgba(13, 29, 51, 0.42);
}

[data-bs-theme="dark"] .candidate-category-tabs::-webkit-scrollbar-thumb,
[data-bs-theme="dark"] .candidate-tabs::-webkit-scrollbar-thumb {
  background: rgba(143, 198, 255, 0.62);
}

.table {
  --bs-table-bg: transparent;
}

.is-loading .content-panel {
  cursor: progress;
}

.skeleton {
  min-height: 20px;
  border-radius: 6px;
  background: linear-gradient(90deg, #eef4fb 25%, #f8fbff 37%, #eef4fb 63%);
  background-size: 400% 100%;
  animation: shimmer 1.2s ease-in-out infinite;
}

@keyframes shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

@media (max-width: 767.98px) {
  .public-nav__inner,
  .hero__grid,
  #jenis,
  .app-page,
  .footer-its .container {
    width: min(100%, calc(100% - 24px));
  }

  .public-nav {
    padding: 12px 0 8px;
  }

  .public-nav__inner {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
  }

  .public-nav__brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    min-height: 48px;
    padding: 7px 12px 7px 9px;
  }

  .public-nav__brand img {
    height: 32px;
  }

  .public-nav__brand span {
    font-size: 0.94rem;
  }

  .public-nav__menu {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    min-height: 52px;
    padding: 0 16px;
  }

  .public-nav__login {
    grid-column: 2;
    grid-row: 1;
    justify-self: stretch;
    padding: 9px 14px;
  }

  .public-nav__user {
    grid-column: 2;
    grid-row: 1;
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
    gap: 8px;
    padding: 5px 6px 5px 10px;
  }

  .public-nav__user > span {
    flex: 1 1 auto;
    max-width: none;
    min-width: 42px;
  }

  .public-main::before {
    width: 100vw;
    height: 100vh;
    opacity: 0.46;
    background-position: right top;
    background-size: auto 520px;
  }

  .hero__grid {
    min-height: auto;
  }

  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(245, 248, 252, 0.88) 0%, rgba(245, 248, 252, 0.74) 48%, rgba(245, 248, 252, 0) 100%);
    pointer-events: none;
  }

  [data-bs-theme="dark"] .hero::after {
    display: none;
  }

  .hero__content {
    width: min(100%, 620px);
    margin: 24px 0 36px;
    padding: 46px 0 24px;
  }

  .category-section [id] {
    scroll-margin-top: 190px;
  }

  .hero h1 {
    font-size: clamp(40px, 10.5vw, 60px);
  }

  .hero h1 span {
    color: #8a5a00;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.86), 0 12px 28px rgba(138, 90, 0, 0.16);
  }

  .hero p {
    color: #17243a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.82);
  }

  .auth-panel,
  .auth-panel--wide,
  .auth-card-stack,
  .auth-card-stack--wide {
    width: min(100%, 620px);
    transform: none;
  }

  .auth-visual {
    display: none;
  }

  .category-summary {
    grid-template-columns: 1fr;
  }

  .subcategory-list--two {
    grid-template-columns: 1fr;
  }

  .app-shell {
    grid-template-columns: 1fr;
  }

  .sidebar {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .public-nav__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
  }

  .public-nav__brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    min-height: 52px;
    padding: 7px 14px 7px 10px;
  }

  .public-nav__brand img {
    height: 32px;
  }

  .public-nav__brand span {
    font-size: 0.94rem;
  }

  .public-nav__user {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    gap: 8px;
    padding: 5px 6px 5px 10px;
  }

  .public-nav__user > span {
    max-width: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .public-nav__login {
    padding: 9px 16px;
  }

  .public-nav__menu {
    grid-column: 2;
    grid-row: 1;
    justify-self: stretch;
    width: auto;
    max-width: 100%;
    justify-content: safe center;
    min-height: 52px;
    padding: 0 16px;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .public-nav__menu a {
    height: 38px;
    padding: 0 10px;
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .public-nav__menu::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .public-nav__inner {
    gap: 10px;
  }

  .public-nav__brand {
    min-height: 52px;
    padding: 7px 13px 7px 10px;
  }

  .public-nav__brand img {
    height: 32px;
  }

  .public-nav__brand span {
    font-size: 0.92rem;
  }

  .public-nav__menu {
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
    justify-content: safe center;
    min-height: 52px;
    gap: 4px;
    padding: 0 14px;
  }

  .public-nav__menu a {
    height: 38px;
    padding: 0 10px;
    font-size: 0.86rem;
  }

  .public-nav__user {
    max-width: 250px;
    gap: 8px;
    padding: 5px 6px 5px 10px;
  }

  .public-nav__user > span {
    max-width: 88px;
  }

  .public-nav__icon-btn {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 420px) {
  .public-nav__inner {
    gap: 8px;
  }

  .public-nav__brand {
    padding-inline: 8px 10px;
  }

  .public-nav__brand img {
    height: 28px;
  }

  .public-nav__brand span {
    font-size: 0.84rem;
  }

  .public-nav__login {
    padding: 8px 12px;
    font-size: 0.9rem;
  }

  .public-nav__icon-btn {
    width: 38px;
    height: 38px;
  }

  .public-nav__user > span {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .kategori-tabs-panel .admin-user-tabs .nav-link {
    padding-inline: 10px;
  }

  .kategori-tabs-panel .tab-label-full {
    display: none;
  }

  .kategori-tabs-panel .tab-label-short {
    display: inline;
  }

  .app-page__header {
    flex-direction: column;
  }

  .app-page__header-action {
    width: 100%;
  }

  .app-page__header-action .btn {
    width: 100%;
  }

  .usulan-detail-photo-wrap {
    justify-content: flex-start;
  }

  .usulan-detail-summary {
    grid-template-columns: 1fr;
  }

  .usulan-detail-status {
    align-items: flex-start;
    padding-top: 0;
  }

  .usulan-detail-status .badge {
    min-width: 132px;
  }

  .usulan-detail-photo {
    width: 132px;
    height: 164px;
  }
}

@media (orientation: landscape) and (min-width: 560px) and (max-width: 767.98px) {
  .public-nav__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
  }

  .public-nav__brand {
    grid-column: 1;
    grid-row: 1;
  }

  .public-nav__menu {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    max-width: 100%;
    min-height: 48px;
    padding: 0 12px;
    gap: 2px;
  }

  .public-nav__menu a {
    height: 36px;
    padding: 0 8px;
    font-size: 0.84rem;
    white-space: nowrap;
  }

  .public-nav__user {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .public-nav__login {
    grid-column: auto;
    grid-row: auto;
  }
}
