/* id-no9 — soft Merah Putih, airy layout */
:root {
  --red: #d8212e;
  --red-deep: #b41824;
  --red-mist: #fff1f2;
  --red-line: rgba(216, 33, 46, 0.18);
  --white: #ffffff;
  --snow: #faf7f7;
  --ink: #1a1a1a;
  --mute: #6b6b6b;
  --line: rgba(26, 26, 26, 0.08);
  --radius: 20px;
  --radius-sm: 12px;
  --header: 60px;
  --max: 1040px;
  --serif: "Literata", Georgia, serif;
  --sans: "Figtree", "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
  padding-top: var(--header);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

.picture_right_edfd {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.glass-d43e {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.north_735f {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.pressed_4206 img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.shade_up_a477 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.focus_e01b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.5rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), transform 0.2s var(--ease), box-shadow 0.25s var(--ease);
}

.focus_e01b:active {
  transform: scale(0.98);
}

.main_55a8 {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.main_55a8:hover {
  background: var(--red-mist);
}

.modal-84de {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.modal-84de:hover {
  background: var(--red-deep);
}

.accordion-9a81 {
  background: var(--ink);
  color: var(--white);
}

.accordion-9a81:hover {
  background: #333;
}

.active-narrow-2ad7 {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.active-narrow-2ad7 span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.surface_10ed {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.article-static-9143 {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.article-static-9143 a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.article-static-9143 a:hover,
.article-static-9143 a.center_71a5 {
  color: var(--red);
}

.article-static-9143 a.center_71a5::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.component_b639 {
  display: none;
  padding: 0.25rem 0 1rem;
}

.component_b639.fn-open-de16 {
  display: block;
}

.component_b639 a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.chip_913c {
  position: relative;
  padding: 3.5rem 0 2.5rem;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 100% 0%, rgba(216, 33, 46, 0.1), transparent 55%),
    radial-gradient(700px 380px at 0% 100%, rgba(216, 33, 46, 0.05), transparent 50%),
    var(--white);
}

.gallery-orange-ede8 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.modal_58fd {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 1rem;
}

.modal_58fd::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.notification_old_8222 {
  display: none;
}

.chip_913c h1 {
  font-family: var(--serif);
  font-size: clamp(1.65rem, 4.2vw, 2.55rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 0.85rem;
  max-width: 22ch;
  color: var(--ink);
}

.box-dim-3a1d {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.container-df8c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.preview_new_6d79 {
  display: flex;
  justify-content: center;
  position: relative;
}

.preview_new_6d79::before {
  content: "";
  position: absolute;
  width: min(300px, 80%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--red-mist);
  z-index: 0;
  transform: translate(8%, 6%);
}

.preview_new_6d79 img {
  position: relative;
  z-index: 1;
  width: min(260px, 68vw);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 24px 50px rgba(216, 33, 46, 0.16);
}

.chip_913c h1,
.box-dim-3a1d,
.container-df8c,
.preview_new_6d79 {
  animation: soft-in 0.8s var(--ease) both;
}

.box-dim-3a1d { animation-delay: 0.06s; }
.container-df8c { animation-delay: 0.12s; }
.preview_new_6d79 { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.table-short-099e {
  padding: 0 0 2.5rem;
}

.media-3cda {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.caption-outer-ce8b {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.caption-outer-ce8b strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.caption-outer-ce8b span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.article_yellow_9520 {
  padding: 3.75rem 0;
}

.yellow_5c34 {
  background: var(--snow);
}

.element-down-75e1 {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.thick_de8f {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.alert_medium_802e {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.thick_de8f h2 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 0.55rem;
}

.thick_de8f p {
  margin: 0;
  color: var(--mute);
}

.fn-show-de16 {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-de16.fn-on-de16 {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.motion-06a0 {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.search-cb40 {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.search-cb40 .module_cool_1b4b {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.clean-468b {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.clean-468b p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.small-3a22 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.over_150d {
  padding: 1.35rem 1.3rem 1.4rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.over_150d:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.selected-07e7 {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.over_150d h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.over_150d p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.element_dirty_3227 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.accent_7d7f {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
  padding: 1rem 0.95rem 1.05rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.25s var(--ease);
}

.accent_7d7f:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.active_e8e2 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.frame-cold-8c8c {
  min-width: 0;
}

.dim_5ec5 {
  margin: 0 0 0.3rem;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-ce2a {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown_bb8d {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.dropdown_bb8d span:first-child {
  color: var(--red);
}

.dropdown_bb8d span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.left-8849 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.shadow_old_9ba7 {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.texture-c304 {
  padding: 0.65rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(26, 26, 26, 0.06);
}

.texture-c304 img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.shadow_old_9ba7 figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.shadow_old_9ba7:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.chip-3a27 {
  display: grid;
  gap: 1rem;
}

.pattern-purple-32b4 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  padding: 1.4rem 1.35rem;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  min-width: 0;
}

.surface_21f0 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--red-mist);
  color: var(--red);
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pattern-purple-32b4 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.pattern-purple-32b4 p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.steel_b584 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.steel_b584 mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.steel_b584 .surface_2c51 {
  background: #eaf7ef;
  color: #1f7a45;
}

.steel_b584 .list_yellow_e95c {
  background: #fff3e8;
  color: #a85a18;
}

.green-fb61 {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.primary-c668 {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.primary-c668::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.main-selected-7cee {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.main-selected-7cee:last-child {
  padding-bottom: 0;
}

.main-selected-7cee::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 0.45rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--red);
  box-sizing: border-box;
}

.first_ac2f {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.first_ac2f span {
  font-weight: 600;
  color: var(--mute);
}

.main-selected-7cee p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.small-936e {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.over-7741,
.sort_f23d {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.over-7741 h3,
.sort_f23d h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.mask_5d7e {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.mask_5d7e div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.mask_5d7e div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.mask_5d7e dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.mask_5d7e dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.sort_f23d code {
  display: block;
  word-break: break-all;
  font-size: 0.78rem;
  line-height: 1.5;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--snow);
  color: var(--ink);
  margin-bottom: 0.85rem;
  font-family: ui-monospace, Consolas, monospace;
}

/* versions: gentle twin */
.stale-db67 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.gradient_540a {
  padding: 1.5rem 1.35rem 1.45rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.gradient_540a.fn-focus-de16 {
  border-color: transparent;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, var(--red), #ff7a85) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 16px 36px rgba(216, 33, 46, 0.1);
}

.left-6622 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.gallery_simple_1019 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.pink_558e {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--red);
  background: var(--red-mist);
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
}

.pink_558e.mask_7cf1 {
  color: var(--mute);
  background: var(--snow);
}

.banner_huge_d0a1 {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.banner_huge_d0a1 li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.banner_huge_d0a1 span {
  color: var(--mute);
}

.background_active_21dd {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.background_active_21dd h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.background_active_21dd p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.background_active_21dd ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.background_active_21dd li {
  margin-bottom: 0.25rem;
}

.background_active_21dd li:last-child {
  margin-bottom: 0;
}

.soft_eb26 {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.soft_eb26 p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.soft_eb26 cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.gradient_540a .focus_e01b {
  width: 100%;
}

.action-67a0 {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.action-67a0:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-de16 {
  margin-top: 2rem;
  padding: 2.25rem 1.5rem;
  border-radius: calc(var(--radius) + 4px);
  background: var(--red);
  color: var(--white);
  text-align: center;
  box-shadow: 0 20px 44px rgba(216, 33, 46, 0.25);
}

.fn-close-de16 h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-de16 p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-de16 .main_55a8 {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-de16 .main_55a8:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-de16 .modal-84de {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-de16 .modal-84de:hover {
  background: var(--snow);
}

.west-13b2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.active-1f2b {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.east_5a48 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.frame-fluid-4854 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.frame-fluid-4854 a:hover {
  color: var(--red);
}

.article-4476 {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.article-4476:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .gallery-orange-ede8,
  .motion-06a0,
  .small-936e,
  .stale-db67 {
    grid-template-columns: 1fr;
  }

  .search-cb40 {
    position: static;
  }

  .clean-468b {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .small-3a22 {
    grid-template-columns: 1fr;
  }

  .element_dirty_3227 {
    grid-template-columns: 1fr 1fr;
  }

  .shadow_old_9ba7:nth-child(2) {
    transform: none;
  }

  .pattern-purple-32b4 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .picture_right_edfd {
    width: min(100% - 1.25rem, var(--max));
  }

  .active-narrow-2ad7 {
    display: inline-flex;
  }

  .badge_south_7798 {
    display: none;
  }

  .chip_913c {
    padding: 2.25rem 0 1.5rem;
  }

  .preview_new_6d79 img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .article_yellow_9520 {
    padding: 2.75rem 0;
  }

  .focus_e01b {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .pressed_4206 img {
    height: 30px;
  }

  .left-8849 {
    max-width: 300px;
    margin-inline: auto;
  }

  .shadow_old_9ba7 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .element_dirty_3227 {
    grid-template-columns: 1fr;
  }

  .accent_7d7f {
    flex-direction: row;
    align-items: center;
  }

  .active_e8e2 {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .shade_up_a477 {
    gap: 0.3rem;
  }

  .media-3cda {
    gap: 0.5rem;
  }

  .caption-outer-ce8b {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.gradient-paper-4b6c {
  padding: 2.5rem 0 2rem;
  background:
    radial-gradient(700px 320px at 100% 0%, rgba(216, 33, 46, 0.08), transparent 55%),
    var(--white);
  border-bottom: 1px solid var(--line);
}

.modal_3c46 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.modal_3c46 a:hover {
  color: var(--red);
}

.gradient-paper-4b6c h1 {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3.8vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 0.75rem;
  max-width: 28ch;
}

.selected-a986 {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.under_704f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.hovered-6536 {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--red-mist);
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 800;
}

.hard-b12f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.slider_over_6c61 {
  display: grid;
  gap: 0.85rem;
}

.cold-1451 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.wood-d275 {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.article-6fbe {
  min-width: 0;
}

.article-6fbe h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.article-6fbe p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.accordion-liquid-c6c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.lite_9b09 {
  padding: 1.4rem 1.3rem 1.45rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.icon_9528 {
  border-color: transparent;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, var(--red), #ff7a85) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 14px 32px rgba(216, 33, 46, 0.08);
}

.easy_0207 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.easy_0207 h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.easy_0207 strong {
  color: var(--red);
  font-size: 1.15rem;
}

.modal-focused-b7a1 {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.hero-blue-58a2 {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.hero-blue-58a2 li {
  margin-bottom: 0.4rem;
}

.hero-blue-58a2 li:last-child {
  margin-bottom: 0;
}

.lite_9b09 .focus_e01b {
  width: 100%;
}

.widget_fb9a {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.disabled-3b12 {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.disabled-3b12 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.disabled-3b12 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.paper-45e7 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.tabs_tall_d207 {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.tabs_tall_d207 p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.primary-white-79c9 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .accordion-liquid-c6c2,
  .widget_fb9a,
  .paper-45e7 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .gradient-paper-4b6c {
    padding: 1.75rem 0 1.5rem;
  }

  .gradient-paper-4b6c h1 {
    max-width: none;
  }

  .cold-1451 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .green_b9d8 {
    grid-template-columns: 1fr;
  }

  .popup_fd2a,
  .popup-da01 {
    grid-template-columns: 1fr;
  }
}

.grid-short-dd18 {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.out_ed29 {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.pagination_d3ba {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.green_b9d8 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.green_b9d8 li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.green_b9d8 li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.green_b9d8 a:hover {
  color: var(--red);
}

.plasma_aaf7 {
  max-width: 46rem;
}

.plasma_aaf7 p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.menu_2d98 {
  margin: 0;
  padding: 1.1rem 1.15rem 1.1rem 2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--mute);
}

.menu_2d98 li {
  margin-bottom: 0.55rem;
}

.menu_2d98 li:last-child {
  margin-bottom: 0;
}

.popup_fd2a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.first_d99b {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.first_d99b h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.first_d99b p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.first_d99b a {
  color: var(--red);
  font-weight: 700;
}

.first_d99b a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.full_fa5a {
  display: grid;
  gap: 0.7rem;
}

.out-cdaf {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.out-cdaf summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.out-cdaf summary::-webkit-details-marker {
  display: none;
}

.out-cdaf summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.out-cdaf[open] summary::after {
  content: "–";
}

.out-cdaf p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.out-cdaf a {
  color: var(--red);
  font-weight: 700;
}

.popup-da01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.wrapper_a173 {
  display: block;
  padding: 1.2rem 1.15rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.wrapper_a173:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.wrapper_a173 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.wrapper_a173 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.wide_fbca {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.table-b94e {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.table-b94e h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.table-b94e p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.card-short-01c8 {
  display: grid;
  gap: 1rem;
}

.label-26bd {
  display: grid;
  grid-template-columns: 9.5rem 1fr;
  gap: 1.1rem;
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  scroll-margin-top: calc(var(--header) + 12px);
}

.container_cold_d7ca {
  border-color: transparent;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, var(--red), #ff7a85) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 14px 32px rgba(216, 33, 46, 0.08);
}

.column_prev_c886 {
  min-width: 0;
}

.thumbnail-bronze-48e7 {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.row_focused_6f17 {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: var(--red-mist);
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rough-0320 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.rough-0320 li {
  margin-bottom: 0.25rem;
}

.rough-0320 strong {
  color: var(--ink);
}

.detail-f7a6 {
  min-width: 0;
}

.detail-f7a6 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.detail-f7a6 p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.detail-f7a6 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.detail-f7a6 li {
  margin-bottom: 0.3rem;
}

.clean-41e6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.container-f5fb {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.container-f5fb h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.container-f5fb p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .wide_fbca,
  .clean-41e6 {
    grid-template-columns: 1fr;
  }

  .label-26bd {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.full_fa5a .out-cdaf {
  scroll-margin-top: calc(var(--header) + 12px);
}

#faq-unduh,
#faq-instal,
#faq-versi,
#faq-keamanan,
#faq-katalog,
#faq-dukungan,
#faq-panduan {
  scroll-margin-top: calc(var(--header) + 8px);
}

/* ========== FAQ finder (unique vs original) ========== */
.table_rough_3efe {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.middle-a981 {
  padding: 1rem 1.1rem 1.05rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
  border: 1px dashed var(--red-line);
}

.layout_2598 {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.55rem;
  align-items: center;
  padding: 0.55rem 0.75rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(216, 33, 46, 0.06);
}

.tabs-current-0b71 {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.complex-4ff7 {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.complex-4ff7::placeholder {
  color: #9a9a9a;
}

.dynamic-7d39 {
  border: 0;
  background: var(--red-mist);
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  cursor: pointer;
}

.module_13f7 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.wide-4593 {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--mute);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.wide-4593:hover,
.wide-4593.description-691f {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.complex-ab6d {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.complex-ab6d.image_8e2a {
  color: var(--red);
}

.warm-7746[hidden],
.out-cdaf[hidden] {
  display: none !important;
}

.simple-ce51 {
  margin-top: 0.15rem;
}

.simple-ce51 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .layout_2598 {
    grid-template-columns: auto 1fr;
  }

  .dynamic-7d39 {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.main_slow_c00e {
  --header: 64px;
}

.tooltip-065a {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.row_9ef7 {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.middle-f6f9 {
  flex: 1 1 180px;
  min-width: 0;
  max-width: 420px;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--snow);
  border: 1px solid var(--line);
}

.full-a948 {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.description-thick-fe71 {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.secondary-wood-94ff {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.search_motion_388b {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.rough-3baf {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.avatar_light_8da7 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.background-dirty-22ac {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 0.9rem 1.05rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  height: 100%;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.25s var(--ease);
}

.background-dirty-22ac:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.cool_9bca,
.background-dirty-22ac[hidden] {
  display: none !important;
}

.west-569b {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.link-c3cf {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.left-6241 {
  min-width: 0;
  width: 100%;
}

.detail-214e {
  margin: 0 0 0.3rem;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.module-58b1 {
  margin: 0 0 0.35rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 0.55rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--mute);
}

.dark_4dde {
  margin: 0;
  font-size: 0.8rem;
  color: var(--mute);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  white-space: normal;
}

.wrapper-94cd {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  padding-top: 0.15rem;
  border-top: 1px dashed var(--line);
}

.info_stale_b17f {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.gas-3823 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  border: 1.5px solid var(--red);
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
}

.gas-3823:hover {
  background: var(--red-mist);
}

.dirty-8268 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.dirty-8268 a,
.box-focused-040d {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--ink);
  background: var(--white);
}

.dirty-8268 a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.box-focused-040d {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.simple_f3aa,
.simple_5be5 {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .avatar_light_8da7 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .main_slow_c00e {
    --header: 108px;
  }

  .row_9ef7 {
    flex-wrap: wrap;
  }

  .middle-f6f9 {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .avatar_light_8da7 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .background-dirty-22ac {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .link-c3cf {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .wrapper-94cd {
    flex-direction: column;
    align-items: stretch;
  }

  .gas-3823 {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .avatar_light_8da7 {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.table-e972 {
  max-width: 48rem;
}

.background_smooth_8b74 {
  margin: 0 0 1.5rem;
  padding: 1.1rem 1.15rem;
  background: var(--red-mist);
  border-left: 4px solid var(--red);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.background_smooth_8b74 p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.primary_1d53 {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.primary_1d53 > *:first-child {
  margin-top: 0;
}

.primary_1d53 h2 {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 0.85rem;
}

.primary_1d53 h3 {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
  margin: 1.75rem 0 0.55rem;
  padding-top: 0.35rem;
  border-top: 1px solid var(--line);
}

.primary_1d53 h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.primary_1d53 p {
  margin: 0 0 0.95rem;
}

.primary_1d53 ul,
.primary_1d53 ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.primary_1d53 li {
  margin-bottom: 0.4rem;
}

.primary_1d53 a {
  color: var(--red);
  font-weight: 700;
}

.primary_1d53 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wood_d294 {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.wood_d294 h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.wood_d294 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.wood_d294 a {
  color: var(--red);
  font-weight: 800;
}

.wood_d294 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.status_left_2e6f {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.white-624b {
  justify-self: end;
}

.white-624b img {
  width: min(160px, 42vw);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(216, 33, 46, 0.12);
  background: var(--snow);
}

.footer_tall_c4ef {
  display: grid;
  gap: 0.9rem;
}

.left-4d45 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.left-4d45:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.wrapper-a9b6 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.simple_f9a8 {
  min-width: 0;
}

.simple_f9a8 h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.simple_f9a8 p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.article_short_a909 {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.thumbnail_7d36 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.thumbnail_7d36 a,
.article_short_a909 a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.article_short_a909 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .status_left_2e6f {
    grid-template-columns: 1fr;
  }

  .white-624b {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .left-4d45 {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.wide-fb59 {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.wide-fb59 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.wide-fb59 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.easy-895b {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.texture_7da6 {
  grid-column: 1 / -1;
}

.small-936e:has(.texture_7da6) {
  grid-template-columns: 1fr;
}

/* css-noise: 222e */
.phantom-card-d1 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.0;
}
