/* 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;
}

.header-74bb {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.content-under-423a {
  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);
}

.white-fdc6 {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.tooltip_smooth_656d img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.backdrop_dirty_4d2f {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.light_7e6c {
  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);
}

.light_7e6c:active {
  transform: scale(0.98);
}

.progress-679e {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.progress-679e:hover {
  background: var(--red-mist);
}

.black_fde4 {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.black_fde4:hover {
  background: var(--red-deep);
}

.large-8f97 {
  background: var(--ink);
  color: var(--white);
}

.large-8f97:hover {
  background: #333;
}

.video-0d4e {
  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;
}

.video-0d4e span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.notice_outer_c9d9 {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.left_a29e {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.left_a29e a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.left_a29e a:hover,
.left_a29e a.lower_bb79 {
  color: var(--red);
}

.left_a29e a.lower_bb79::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.article-old-4df1 {
  display: none;
  padding: 0.25rem 0 1rem;
}

.article-old-4df1.fn-open-d7da {
  display: block;
}

.article-old-4df1 a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.hero-old-9c3c {
  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);
}

.backdrop-complex-c8c7 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.link-gas-8227 {
  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;
}

.link-gas-8227::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.summary-cb63 {
  display: none;
}

.hero-old-9c3c 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);
}

.smooth-a5a4 {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.outer-01b9 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.silver-bbd0 {
  display: flex;
  justify-content: center;
  position: relative;
}

.silver-bbd0::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%);
}

.silver-bbd0 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);
}

.hero-old-9c3c h1,
.smooth-a5a4,
.outer-01b9,
.silver-bbd0 {
  animation: soft-in 0.8s var(--ease) both;
}

.smooth-a5a4 { animation-delay: 0.06s; }
.outer-01b9 { animation-delay: 0.12s; }
.silver-bbd0 { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.photo_50c2 {
  padding: 0 0 2.5rem;
}

.focused_d301 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.row-green-6fd1 {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.row-green-6fd1 strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.row-green-6fd1 span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.hard_0ba9 {
  padding: 3.75rem 0;
}

.carousel-0ecd {
  background: var(--snow);
}

.motion-4be0 {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.grid-e995 {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.filter_action_0052 {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.grid-e995 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;
}

.grid-e995 p {
  margin: 0;
  color: var(--mute);
}

.fn-show-d7da {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-d7da.fn-on-d7da {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.paper-d6ee {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.static_ff04 {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.static_ff04 .wrapper-white-b59c {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.section-north-83fc {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.section-north-83fc p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.east_04fc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.badge_8f75 {
  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);
}

.badge_8f75:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.overlay-light-9f3b {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.badge_8f75 h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.badge_8f75 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.texture_b6fd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.active_b2fc {
  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);
}

.active_b2fc:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.focus_1d96 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.slow_7114 {
  min-width: 0;
}

.border-old-fa69 {
  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;
}

.popup_13ae {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-1d00 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.item-1d00 span:first-child {
  color: var(--red);
}

.item-1d00 span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.dim-7181 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.active-d39f {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.info-53dd {
  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);
}

.info-53dd img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.active-d39f figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.active-d39f:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.section-7e6d {
  display: grid;
  gap: 1rem;
}

.purple-2aeb {
  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;
}

.tall-f648 {
  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;
}

.purple-2aeb h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.purple-2aeb p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.component_full_f5a0 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.component_full_f5a0 mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.component_full_f5a0 .right-c4f2 {
  background: #eaf7ef;
  color: #1f7a45;
}

.component_full_f5a0 .south_3036 {
  background: #fff3e8;
  color: #a85a18;
}

.fluid_65df {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.outer-ba76 {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.outer-ba76::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.panel_tiny_dae7 {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.panel_tiny_dae7:last-child {
  padding-bottom: 0;
}

.panel_tiny_dae7::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;
}

.photo_top_7c61 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.photo_top_7c61 span {
  font-weight: 600;
  color: var(--mute);
}

.panel_tiny_dae7 p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.media_f52e {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.fixed-e700,
.texture-bottom-7be2 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.fixed-e700 h3,
.texture-bottom-7be2 h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.shadow_pressed_6517 {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.shadow_pressed_6517 div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.shadow_pressed_6517 div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.shadow_pressed_6517 dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.shadow_pressed_6517 dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.texture-bottom-7be2 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 */
.tabs-pressed-e3ec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.rough_b354 {
  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;
}

.rough_b354.fn-focus-d7da {
  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);
}

.breadcrumb-0a7b {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.label-basic-884c {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.mask_orange_5b90 {
  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;
}

.mask_orange_5b90.dropdown_blue_239b {
  color: var(--mute);
  background: var(--snow);
}

.chip_eb8c {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.chip_eb8c li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.chip_eb8c span {
  color: var(--mute);
}

.yellow-08b7 {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.yellow-08b7 h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.yellow-08b7 p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.yellow-08b7 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.yellow-08b7 li {
  margin-bottom: 0.25rem;
}

.yellow-08b7 li:last-child {
  margin-bottom: 0;
}

.west-498a {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.west-498a p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.west-498a cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.rough_b354 .light_7e6c {
  width: 100%;
}

.sort_basic_968a {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.sort_basic_968a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-d7da {
  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-d7da h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-d7da p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-d7da .progress-679e {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-d7da .progress-679e:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-d7da .black_fde4 {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-d7da .black_fde4:hover {
  background: var(--snow);
}

.warm_5d5c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.footer_south_19c5 {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.link-f10a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.blue_77e4 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.blue_77e4 a:hover {
  color: var(--red);
}

.dark-e488 {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.dark-e488:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .backdrop-complex-c8c7,
  .paper-d6ee,
  .media_f52e,
  .tabs-pressed-e3ec {
    grid-template-columns: 1fr;
  }

  .static_ff04 {
    position: static;
  }

  .section-north-83fc {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .east_04fc {
    grid-template-columns: 1fr;
  }

  .texture_b6fd {
    grid-template-columns: 1fr 1fr;
  }

  .active-d39f:nth-child(2) {
    transform: none;
  }

  .purple-2aeb {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .header-74bb {
    width: min(100% - 1.25rem, var(--max));
  }

  .video-0d4e {
    display: inline-flex;
  }

  .purple_d84c {
    display: none;
  }

  .hero-old-9c3c {
    padding: 2.25rem 0 1.5rem;
  }

  .silver-bbd0 img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .hard_0ba9 {
    padding: 2.75rem 0;
  }

  .light_7e6c {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .tooltip_smooth_656d img {
    height: 30px;
  }

  .dim-7181 {
    max-width: 300px;
    margin-inline: auto;
  }

  .active-d39f {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .texture_b6fd {
    grid-template-columns: 1fr;
  }

  .active_b2fc {
    flex-direction: row;
    align-items: center;
  }

  .focus_1d96 {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .backdrop_dirty_4d2f {
    gap: 0.3rem;
  }

  .focused_d301 {
    gap: 0.5rem;
  }

  .row-green-6fd1 {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.text_plasma_d078 {
  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);
}

.under-6fdf {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.under-6fdf a:hover {
  color: var(--red);
}

.text_plasma_d078 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;
}

.stale_0c25 {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.up_7e1a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.shade_hard_6454 {
  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;
}

.info_4b1f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.frame_0c5f {
  display: grid;
  gap: 0.85rem;
}

.hovered_65c0 {
  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;
}

.sidebar_narrow_e3ea {
  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;
}

.mask-3acb {
  min-width: 0;
}

.mask-3acb h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.mask-3acb p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.steel_9c39 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.solid-f366 {
  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;
}

.white_e15d {
  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);
}

.background_b0c7 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.background_b0c7 h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.background_b0c7 strong {
  color: var(--red);
  font-size: 1.15rem;
}

.nav-85b4 {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.dim-c90f {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.dim-c90f li {
  margin-bottom: 0.4rem;
}

.dim-c90f li:last-child {
  margin-bottom: 0;
}

.solid-f366 .light_7e6c {
  width: 100%;
}

.input-simple-7a56 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.pagination-87c2 {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.pagination-87c2 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.pagination-87c2 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.chip-inner-76fd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.icon-6514 {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.icon-6514 p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.current-c1e7 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .steel_9c39,
  .input-simple-7a56,
  .chip-inner-76fd {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .text_plasma_d078 {
    padding: 1.75rem 0 1.5rem;
  }

  .text_plasma_d078 h1 {
    max-width: none;
  }

  .hovered_65c0 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .yellow-23b1 {
    grid-template-columns: 1fr;
  }

  .soft_91a2,
  .focus_fixed_2ee1 {
    grid-template-columns: 1fr;
  }
}

.next-c706 {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.aside-gas-2522 {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.section-617b {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.yellow-23b1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.yellow-23b1 li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.yellow-23b1 li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.yellow-23b1 a:hover {
  color: var(--red);
}

.component_86ae {
  max-width: 46rem;
}

.component_86ae p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.content_d135 {
  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);
}

.content_d135 li {
  margin-bottom: 0.55rem;
}

.content_d135 li:last-child {
  margin-bottom: 0;
}

.soft_91a2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.backdrop-selected-af89 {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.backdrop-selected-af89 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.backdrop-selected-af89 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.backdrop-selected-af89 a {
  color: var(--red);
  font-weight: 700;
}

.backdrop-selected-af89 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pattern-east-a548 {
  display: grid;
  gap: 0.7rem;
}

.new_caec {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.new_caec summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.new_caec summary::-webkit-details-marker {
  display: none;
}

.new_caec summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.new_caec[open] summary::after {
  content: "–";
}

.new_caec p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.new_caec a {
  color: var(--red);
  font-weight: 700;
}

.focus_fixed_2ee1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.smooth-9014 {
  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);
}

.smooth-9014:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.smooth-9014 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.smooth-9014 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.alert_9d7f {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.lower-2c93 {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.lower-2c93 h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.lower-2c93 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.texture-paper-bcf0 {
  display: grid;
  gap: 1rem;
}

.pattern_under_30b4 {
  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);
}

.status-39e5 {
  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);
}

.hover_next_9634 {
  min-width: 0;
}

.wrapper_c770 {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.shadow_soft_2c9d {
  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;
}

.gas-74f5 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.gas-74f5 li {
  margin-bottom: 0.25rem;
}

.gas-74f5 strong {
  color: var(--ink);
}

.dark_a422 {
  min-width: 0;
}

.dark_a422 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.dark_a422 p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.dark_a422 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.dark_a422 li {
  margin-bottom: 0.3rem;
}

.medium_7e96 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.fluid-9125 {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.fluid-9125 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.fluid-9125 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .alert_9d7f,
  .medium_7e96 {
    grid-template-columns: 1fr;
  }

  .pattern_under_30b4 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.pattern-east-a548 .new_caec {
  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) ========== */
.media_fast_37ab {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.list_716d {
  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);
}

.smooth-6276 {
  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);
}

.list-silver-a541 {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.prev-51e5 {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.prev-51e5::placeholder {
  color: #9a9a9a;
}

.caption_59ac {
  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;
}

.lite-da20 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.message_ffef {
  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);
}

.message_ffef:hover,
.message_ffef.blue_52c0 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.footer_a80d {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.footer_a80d.chip-214f {
  color: var(--red);
}

.simple_d4e4[hidden],
.new_caec[hidden] {
  display: none !important;
}

.column-black-6249 {
  margin-top: 0.15rem;
}

.column-black-6249 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .smooth-6276 {
    grid-template-columns: auto 1fr;
  }

  .caption_59ac {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.thick-fff7 {
  --header: 64px;
}

.column_current_a885 {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.accordion_97be {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.aside-4a5d {
  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);
}

.tertiary-lower-9faf {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.pagination-cool-c4a8 {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.fixed-6579 {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.copper-4106 {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.gas_251d {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.message-lite-6953 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.focus-short-3c50 {
  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);
}

.focus-short-3c50:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.main_purple_b4f1,
.focus-short-3c50[hidden] {
  display: none !important;
}

.header_5af3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.yellow_d5be {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.border-dark-382f {
  min-width: 0;
  width: 100%;
}

.out_24ef {
  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;
}

.plasma_14d8 {
  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);
}

.stone_b8fb {
  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;
}

.tiny_bf4e {
  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);
}

.table_dirty_596e {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.notification-small-ee39 {
  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;
}

.notification-small-ee39:hover {
  background: var(--red-mist);
}

.avatar_huge_2aef {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.avatar_huge_2aef a,
.large-4786 {
  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);
}

.avatar_huge_2aef a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.large-4786 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.row_3b3c,
.south-7b87 {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .message-lite-6953 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .thick-fff7 {
    --header: 108px;
  }

  .accordion_97be {
    flex-wrap: wrap;
  }

  .aside-4a5d {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .message-lite-6953 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .focus-short-3c50 {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .yellow_d5be {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .tiny_bf4e {
    flex-direction: column;
    align-items: stretch;
  }

  .notification-small-ee39 {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .message-lite-6953 {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.container-3256 {
  max-width: 48rem;
}

.fast_b61b {
  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;
}

.fast_b61b p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.block_f9e4 {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.block_f9e4 > *:first-child {
  margin-top: 0;
}

.block_f9e4 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;
}

.block_f9e4 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);
}

.block_f9e4 h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.block_f9e4 p {
  margin: 0 0 0.95rem;
}

.block_f9e4 ul,
.block_f9e4 ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.block_f9e4 li {
  margin-bottom: 0.4rem;
}

.block_f9e4 a {
  color: var(--red);
  font-weight: 700;
}

.block_f9e4 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.alert_3410 {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.alert_3410 h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.alert_3410 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.alert_3410 a {
  color: var(--red);
  font-weight: 800;
}

.alert_3410 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.outline_5d1f {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.easy-9283 {
  justify-self: end;
}

.easy-9283 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);
}

.notice-4de8 {
  display: grid;
  gap: 0.9rem;
}

.red-f617 {
  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;
}

.red-f617:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.banner_dynamic_caff {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.photo_fresh_c96f {
  min-width: 0;
}

.photo_fresh_c96f h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.photo_fresh_c96f p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.grid-pressed-e7e8 {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.element-advanced-6b07 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.element-advanced-6b07 a,
.grid-pressed-e7e8 a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.grid-pressed-e7e8 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .outline_5d1f {
    grid-template-columns: 1fr;
  }

  .easy-9283 {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .red-f617 {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.slow-fb49 {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.slow-fb49 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.slow-fb49 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.article-2984 {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.pressed_7027 {
  grid-column: 1 / -1;
}

.media_f52e:has(.pressed_7027) {
  grid-template-columns: 1fr;
}

/* css-noise: 7fe2 */
.shadow-element-v5 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.0;
}
