/* Shared overlay: Indonesian visual system, layout rhythm, mobile nav, FAQ, print. */

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");

:root {
  --ink: #1b1f24;
  --muted: #5a6270;
  --paper: #f6f0e8;
  --sheet: #ffffff;
  --rule: #eadfd4;
  --brick: #e11d2e;
  --olive: #0e8f6b;
  --band: #fff3e8;
  --gold: #e2b93b;
  --header: #c4121e;
  --radius: 14px;
  --shadow: 0 10px 28px rgba(27, 31, 36, 0.08);
  --shadow-soft: 0 4px 14px rgba(27, 31, 36, 0.06);
  --prose: 42rem;
  --page: 72rem;
  --header-height: 64px;
  --safe-top: env(safe-area-inset-top, 0px);
}

/* ——— Base rhythm ——— */
html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  background:
    radial-gradient(1200px 420px at 8% -10%, rgba(225, 29, 46, 0.08), transparent 55%),
    radial-gradient(900px 380px at 100% 0%, rgba(14, 143, 107, 0.07), transparent 50%),
    var(--paper);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.cool_5f17,
.cool-3145,
.pagination_5bbd h1,
.link-0ba6 h1,
.link-0ba6 h2,
.link-0ba6 h3,
.wide_a463,
.picture_liquid_4203 h2,
.module-green-e686 h2,
.module-green-e686 dd,
.highlight-fb55 h2,
.preview-over-a395 h2,
.preview-over-a395 h3,
.avatar_red_a5f2 a,
.north_0540 li::before,
.medium_b2d0::first-letter {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

/* Anchor targets clear fixed header */
.link-0ba6 section[id],
.link-0ba6 h2[id],
.tertiary_9cda[id],
.dropdown_middle_bc9c,
.orange-d4b2 {
  scroll-margin-top: calc(var(--header-height) + var(--safe-top) + 12px);
}

/* ——— Header ——— */
.gallery_left_8aa5,
.gas-b1a5 {
  overflow: visible;
}

.gallery_left_8aa5 {
  background: var(--header);
  color: #fff;
  border-bottom: 4px solid var(--gold);
  box-shadow: 0 6px 22px rgba(196, 18, 30, 0.28);
  backdrop-filter: saturate(1.1);
}

.layout-bright-2cab img {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.module_light_1188 a {
  transition: color 0.15s ease, border-color 0.15s ease;
}

.module_light_1188 a[aria-current="page"] {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.gallery_left_8aa5 .pattern_4593 {
  background: #fff;
  color: var(--header);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.gallery_left_8aa5 .pattern_4593:hover {
  background: #fff6d8;
  color: var(--header);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}

.pattern_4593 {
  border-radius: 999px;
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.pattern_4593:hover {
  background: #b91c1c;
}

/* ——— Hero ——— */
.pagination_5bbd {
  background: linear-gradient(180deg, #fff 0%, var(--band) 100%);
  border-bottom: 0;
  box-shadow: inset 0 -1px 0 var(--rule);
  padding-top: 3.2rem;
  padding-bottom: 2.4rem;
}

.pagination_5bbd h1 {
  letter-spacing: -0.03em;
  max-width: min(100%, 40rem);
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}

.pagination_5bbd .new-35bf {
  max-width: 38rem;
}

.pagination_5bbd .new-35bf a {
  font-weight: 600;
  text-underline-offset: 2px;
}

.pagination_5bbd .texture-hard-d4d0 {
  margin: 1.75rem auto 1.25rem;
}

.pagination_5bbd .texture-hard-d4d0 img {
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.pagination_5bbd .main-4370 {
  border-radius: 999px;
  background: var(--brick);
  box-shadow: 0 10px 22px rgba(225, 29, 46, 0.28);
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.pagination_5bbd .main-4370:hover {
  background: #b91c1c;
  box-shadow: 0 14px 26px rgba(225, 29, 46, 0.34);
  transform: translateY(-1px);
}

/* ——— Meta bar / breadcrumb ——— */
.glass-f6a6 {
  background: rgba(255, 255, 255, 0.82);
  border-bottom-color: transparent;
  border-radius: 0 0 16px 16px;
  margin-top: 0.4rem;
  backdrop-filter: blur(8px);
}

.motion-f068 {
  width: 100%;
  max-width: var(--page);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem 1.2rem;
}

.image-f71a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.82rem;
  color: var(--muted);
}

.image-f71a a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
}

.image-f71a a:hover {
  color: var(--brick);
}

/* ——— Page grid ——— */
.grid-fast-e50c {
  gap: 1.75rem 2rem;
}

@media (min-width: 960px) {
  .grid-fast-e50c {
    grid-template-columns: 13rem minmax(0, var(--prose)) 15.5rem !important;
    column-gap: 2.25rem;
    padding-top: 2.4rem !important;
  }
}

/* ——— Sidebars ——— */
.picture_liquid_4203,
.module-green-e686,
.item_pro_9fd5,
.highlight-fb55,
.image-bd70 {
  background: var(--sheet);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.picture_liquid_4203 {
  border-top: 4px solid var(--brick);
  padding: 1rem 1rem 1.15rem;
}

.picture_liquid_4203 h2 {
  letter-spacing: 0.12em;
}

.picture_liquid_4203 a {
  border-radius: 8px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  transition: background 0.12s ease, color 0.12s ease;
}

.picture_liquid_4203 a:hover {
  background: var(--band);
  color: var(--brick) !important;
}

.module-green-e686 {
  border-top: 4px solid var(--olive);
  padding: 1.15rem 1.2rem;
}

.module-green-e686 dt {
  letter-spacing: 0.04em;
}

.module-green-e686 dd {
  margin-bottom: 0.65rem;
}

.module-green-e686 .pattern_4593 {
  width: 100%;
  justify-content: center;
  margin-top: 0.6rem;
}

@media (min-width: 960px) {
  .picture_liquid_4203,
  .module-green-e686 {
    position: sticky;
    top: calc(var(--header-height) + 0.75rem);
    max-height: calc(100dvh - var(--header-height) - 1.5rem);
    overflow: auto;
  }
}

.highlight-fb55 {
  border-left: 4px solid var(--olive);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.15rem 1.25rem;
  margin: 1.5rem 0;
}

.item_pro_9fd5 {
  padding: 1.1rem 1.25rem;
  margin: 1.35rem 0;
}

.stone-f0c1,
.footer-b4e0 {
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.image-bd70 {
  border-top: 4px solid var(--olive);
  margin-top: 2rem;
  padding: 1.1rem 1.2rem;
}

/* ——— Article prose ——— */
.link-0ba6 {
  min-width: 0;
}

.link-0ba6 > section,
.link-0ba6 section[id] {
  margin: 0 0 2.4rem;
  padding-bottom: 0.2rem;
}

.link-0ba6 > section + section,
.link-0ba6 section[id] + section[id] {
  border-top: 1px solid var(--rule);
  padding-top: 2rem;
}

.link-0ba6 h2 {
  letter-spacing: -0.02em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0.85rem;
  line-height: 1.25;
}

.link-0ba6 h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.55rem;
  line-height: 1.35;
}

.link-0ba6 h4 {
  margin-top: 1.2rem;
  margin-bottom: 0.45rem;
}

.link-0ba6 p {
  margin: 0 0 1rem;
  max-width: var(--prose);
}

.link-0ba6 ul,
.link-0ba6 ol {
  margin: 0 0 1.15rem;
  padding-left: 1.25rem;
  max-width: var(--prose);
}

.link-0ba6 li {
  margin: 0.35rem 0;
  padding-left: 0.15rem;
}

.link-0ba6 li::marker {
  color: var(--brick);
}

.link-0ba6 code {
  border-radius: 6px;
  word-break: break-word;
}

.wide_a463 {
  max-width: 40rem;
  line-height: 1.5;
}

.background_tiny_e8b9 {
  gap: 0.45rem 1.35rem;
  margin-bottom: 1.6rem;
}

.avatar_red_a5f2 {
  background: var(--sheet);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 1.25rem 1.35rem;
  margin: 2rem 0;
}

.avatar_red_a5f2 h2 {
  margin-top: 0;
}

.avatar_red_a5f2 ul {
  margin-bottom: 0;
}

.dropdown_middle_bc9c {
  background: var(--sheet);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 1rem 1.15rem;
  margin: 0.85rem 0;
  box-shadow: var(--shadow-soft);
}

.dropdown_middle_bc9c h3 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-size: 1.05rem;
}

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

/* ——— Content figures / mid-page images ——— */
.link-0ba6 figure,
.link-0ba6 figure.content-figure,
figure.content-figure {
  margin: 1.5rem 0 !important;
  text-align: center;
}

.link-0ba6 figure img,
figure.content-figure img {
  display: inline-block !important;
  max-width: min(100%, 280px) !important;
  width: auto !important;
  height: auto !important;
  border-radius: 14px !important;
  box-shadow: var(--shadow-soft) !important;
  background: var(--sheet);
  border: 1px solid var(--rule);
}

.picture_east_9638 {
  margin: 1.6rem 0 1.8rem;
  max-width: 100%;
}

.picture_east_9638 img {
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  box-shadow: var(--shadow);
  border: 1px solid var(--rule);
}

.picture_east_9638 figcaption {
  margin-top: 0.65rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.45;
  text-align: left;
}

/* ——— Tables ——— */
.warm-ecdb {
  margin: 1.25rem 0 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid var(--rule);
  background: var(--sheet);
  box-shadow: var(--shadow-soft);
}

.warm-ecdb table,
.link-0ba6 table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  min-width: 28rem;
}

th {
  background: var(--header);
  color: #fff;
  font-weight: 600;
  text-align: left;
}

td,
th {
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}

tr:last-child td {
  border-bottom: 0;
}

tbody tr:nth-child(even) td {
  background: rgba(246, 240, 232, 0.45);
}

caption {
  caption-side: top;
  text-align: left;
  font-weight: 600;
  color: var(--ink);
  padding: 0.75rem 0.85rem 0.35rem;
}

table {
  border-radius: 12px;
  overflow: hidden;
}

/* ——— Numbered steps ——— */
.north_0540 li::before {
  border: 0;
  background: var(--brick);
  color: #fff;
  border-radius: 999px;
}

.tertiary_9cda {
  background: var(--sheet);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 1.15rem 1.25rem 1.2rem;
  margin: 0.9rem 0;
}

.tertiary_9cda h4 {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.description_ff2a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: var(--brick);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
}

/* ——— Download / source cards ——— */
.north_2342 {
  background: linear-gradient(180deg, #fff 0%, var(--band) 100%);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.75rem 1.5rem;
  margin: 1.5rem 0;
}

.north_2342 .header_fixed_6e26 {
  border-radius: 999px;
}

.first_18aa,
.short_1287 {
  background: var(--sheet);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 1.25rem 1.35rem;
  margin: 0.9rem 0;
}

.button_complex_a642 {
  border-radius: 999px !important;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.summary_gold_afcc,
.surface_new_f121,
.selected-4195,
.badge_6f84 {
  background: var(--sheet);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 1.15rem 1.25rem;
  margin: 1rem 0;
}

.silver-3e18 {
  display: grid;
  grid-template-columns: minmax(7rem, 11rem) 1fr;
  gap: 0.45rem 1rem;
  align-items: start;
}

.red_9fcb {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.menu_23ed {
  min-width: 0;
  word-break: break-word;
}

.input_10d6 {
  font-family: ui-monospace, "Cascadia Code", "Courier New", monospace;
  font-size: 0.82rem;
  line-height: 1.5;
  word-break: break-all;
  background: var(--band);
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 0.85rem 1rem;
  margin: 0.6rem 0;
}

/* ——— FAQ accordion ——— */
.orange-d4b2 {
  background: var(--sheet);
  border: 1px solid var(--rule);
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  margin: 0.7rem 0;
  overflow: hidden;
}

button.text-5bc3 {
  width: 100%;
  margin: 0;
  border: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  padding: 0.95rem 1.1rem;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
  transition: background 0.12s ease;
}

button.text-5bc3:hover {
  background: var(--band);
}

.huge-349d {
  border-top: 1px solid var(--rule);
}

.gallery_narrow_a0b1 {
  padding: 0.85rem 1.1rem 1.05rem;
}

.gallery_narrow_a0b1 p:last-child,
.gallery_narrow_a0b1 ul:last-child,
.gallery_narrow_a0b1 ol:last-child {
  margin-bottom: 0;
}

.chip_current_1465 span {
  transform-origin: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* ——— Footer ——— */
.preview-over-a395 {
  background: #171b21;
  color: #c5cdd6;
  border-top: 4px solid var(--brick);
  margin-top: 1rem;
}

.preview-over-a395 a {
  color: var(--gold);
  text-decoration: none;
}

.preview-over-a395 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fluid_9247 {
  gap: 1.75rem;
}

.fluid-62b2 {
  border-top-color: #2a3140;
  margin-top: 1.5rem;
  padding-top: 1rem;
}

/* ——— Mobile ——— */
@media (max-width: 959px) {
  .picture_liquid_4203 {
    order: -1;
  }

  .picture_liquid_4203,
  .module-green-e686 {
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 768px) {
  #main-nav.fn-active-68b7,
  #main-nav.is-open,
  #main-nav[data-open="1"] {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0.5rem 1rem 0.85rem;
    background: var(--header);
    z-index: 1001;
    max-height: calc(100dvh - var(--header-height, 64px));
    overflow-x: hidden;
    overflow-y: auto;
    gap: 0;
    box-shadow: 0 12px 20px rgba(196, 18, 30, 0.28);
  }

  #main-nav.fn-active-68b7 a,
  #main-nav.is-open a,
  #main-nav[data-open="1"] a {
    display: block;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff !important;
  }

  #main-nav.fn-active-68b7 a[aria-current="page"],
  #main-nav.is-open a[aria-current="page"],
  #main-nav[data-open="1"] a[aria-current="page"] {
    color: var(--gold) !important;
  }

  body.menu-open {
    overflow: hidden !important;
  }

  .pagination_5bbd {
    padding-top: 2.2rem;
    padding-bottom: 1.75rem;
  }

  .pagination_5bbd h1 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .grid-fast-e50c {
    padding-top: 1.25rem !important;
    gap: 1.25rem;
  }

  .link-0ba6 > section,
  .link-0ba6 section[id] {
    margin-bottom: 1.75rem;
  }

  .link-0ba6 > section + section,
  .link-0ba6 section[id] + section[id] {
    padding-top: 1.5rem;
  }

  .link-0ba6 figure img {
    max-width: min(100%, 200px);
  }

  .silver-3e18 {
    grid-template-columns: 1fr;
    gap: 0.15rem 0;
  }

  .red_9fcb {
    margin-top: 0.45rem;
  }

  .north_2342 {
    padding: 1.35rem 1.1rem;
  }

  .first_18aa,
  .short_1287 {
    flex-direction: column;
    gap: 0.65rem;
  }

  .warm-ecdb {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}

@media (min-width: 769px) {
  #main-nav.fn-active-68b7,
  #main-nav.is-open,
  #main-nav[data-open="1"] {
    position: static;
    max-height: none;
    overflow: visible;
    box-shadow: none;
  }
}

@media (max-width: 480px) {
  .pagination_5bbd .main-4370 {
    width: 100%;
    justify-content: center;
  }

  .module-green-e686 .pattern_4593,
  .link-0ba6 .pattern_4593 {
    width: 100%;
    justify-content: center;
  }

  .image-f71a {
    font-size: 0.75rem;
  }
}

/* ——— Print ——— */
@media print {
  .gallery_left_8aa5,
  .pattern_4593,
  .advanced_2859,
  .preview-over-a395,
  .dropdown-stale-539b {
    display: none !important;
  }

  body {
    background: #fff;
    padding-top: 0;
  }

  .picture_liquid_4203,
  .module-green-e686,
  .link-0ba6 figure {
    break-inside: avoid;
  }
}
