/* 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;
}

.focus_orange_f5d6 {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.aside_af40 {
  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);
}

.column_b980 {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.prev-b1bf img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.hidden_d0f0 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.article-4e91 {
  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);
}

.article-4e91:active {
  transform: scale(0.98);
}

.header_stale_cbf8 {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.header_stale_cbf8:hover {
  background: var(--red-mist);
}

.highlight-liquid-98e6 {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.highlight-liquid-98e6:hover {
  background: var(--red-deep);
}

.down-79eb {
  background: var(--ink);
  color: var(--white);
}

.down-79eb:hover {
  background: #333;
}

.form-3ae9 {
  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;
}

.form-3ae9 span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.hover-green-457d {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.upper_7275 {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.upper_7275 a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.upper_7275 a:hover,
.upper_7275 a.photo-simple-dbbe {
  color: var(--red);
}

.upper_7275 a.photo-simple-dbbe::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.pagination-north-275f {
  display: none;
  padding: 0.25rem 0 1rem;
}

.pagination-north-275f.fn-open-418f {
  display: block;
}

.pagination-north-275f a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.border-orange-1447 {
  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);
}

.module_pro_24eb {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.message_cool_cbf7 {
  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;
}

.message_cool_cbf7::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.box-d2f8 {
  display: none;
}

.border-orange-1447 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);
}

.left_01bf {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.action_f220 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.layout_bb61 {
  display: flex;
  justify-content: center;
  position: relative;
}

.layout_bb61::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%);
}

.layout_bb61 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);
}

.border-orange-1447 h1,
.left_01bf,
.action_f220,
.layout_bb61 {
  animation: soft-in 0.8s var(--ease) both;
}

.left_01bf { animation-delay: 0.06s; }
.action_f220 { animation-delay: 0.12s; }
.layout_bb61 { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.disabled_bright_728f {
  padding: 0 0 2.5rem;
}

.selected_48c2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.popup_west_7850 {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.popup_west_7850 strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.popup_west_7850 span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.detail-106c {
  padding: 3.75rem 0;
}

.outer-e216 {
  background: var(--snow);
}

.tertiary-cf5a {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.small-2abe {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.hard-7190 {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.small-2abe 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;
}

.small-2abe p {
  margin: 0;
  color: var(--mute);
}

.fn-show-418f {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-418f.fn-on-418f {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.fresh-4893 {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.message-complex-1679 {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.message-complex-1679 .box-short-af98 {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.purple_8f14 {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.purple_8f14 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.fluid_4c74 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.fixed_8cf3 {
  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);
}

.fixed_8cf3:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.top_bb0c {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.fixed_8cf3 h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.fixed_8cf3 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.sort-solid-c9b6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.narrow_b116 {
  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);
}

.narrow_b116:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.image-large-a903 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.secondary_bright_f63b {
  min-width: 0;
}

.up-7ff1 {
  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;
}

.picture_2762 {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section_dark_5ebe {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.section_dark_5ebe span:first-child {
  color: var(--red);
}

.section_dark_5ebe span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.shade-0e78 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.notice-f6c0 {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.preview_center_6cfa {
  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);
}

.preview_center_6cfa img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.notice-f6c0 figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.notice-f6c0:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.carousel-hovered-9b42 {
  display: grid;
  gap: 1rem;
}

.hot-35ad {
  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;
}

.clean_cb0d {
  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;
}

.hot-35ad h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.hot-35ad p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.hard_98e2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.hard_98e2 mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.hard_98e2 .main-yellow-a0c3 {
  background: #eaf7ef;
  color: #1f7a45;
}

.hard_98e2 .tag_hot_1beb {
  background: #fff3e8;
  color: #a85a18;
}

.east_d5ed {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.glass_9cad {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.glass_9cad::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.pattern-a655 {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.pattern-a655:last-child {
  padding-bottom: 0;
}

.pattern-a655::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;
}

.clean-1a6a {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.clean-1a6a span {
  font-weight: 600;
  color: var(--mute);
}

.pattern-a655 p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.preview_c72b {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.label_plasma_29d6,
.pattern_middle_371f {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.label_plasma_29d6 h3,
.pattern_middle_371f h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.modal_action_82e4 {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.modal_action_82e4 div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.modal_action_82e4 div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.modal_action_82e4 dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.modal_action_82e4 dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.pattern_middle_371f 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 */
.footer_fe54 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.carousel-static-cf51 {
  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;
}

.carousel-static-cf51.fn-focus-418f {
  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);
}

.surface_tiny_1c1b {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.dirty-5acf {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.layout-liquid-5fc5 {
  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;
}

.layout-liquid-5fc5.wrapper_ebf9 {
  color: var(--mute);
  background: var(--snow);
}

.filter_637e {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.filter_637e li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.filter_637e span {
  color: var(--mute);
}

.right-ad5c {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.right-ad5c h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.right-ad5c p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.right-ad5c ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.right-ad5c li {
  margin-bottom: 0.25rem;
}

.right-ad5c li:last-child {
  margin-bottom: 0;
}

.gas-887c {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.gas-887c p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.gas-887c cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.carousel-static-cf51 .article-4e91 {
  width: 100%;
}

.silver-76f5 {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.silver-76f5:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-418f {
  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-418f h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-418f p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-418f .header_stale_cbf8 {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-418f .header_stale_cbf8:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-418f .highlight-liquid-98e6 {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-418f .highlight-liquid-98e6:hover {
  background: var(--snow);
}

.grid-hard-0d64 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.selected_3d02 {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.slider_acd2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.red_b7b6 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.red_b7b6 a:hover {
  color: var(--red);
}

.grid-fresh-cba1 {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.grid-fresh-cba1:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .module_pro_24eb,
  .fresh-4893,
  .preview_c72b,
  .footer_fe54 {
    grid-template-columns: 1fr;
  }

  .message-complex-1679 {
    position: static;
  }

  .purple_8f14 {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .fluid_4c74 {
    grid-template-columns: 1fr;
  }

  .sort-solid-c9b6 {
    grid-template-columns: 1fr 1fr;
  }

  .notice-f6c0:nth-child(2) {
    transform: none;
  }

  .hot-35ad {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .focus_orange_f5d6 {
    width: min(100% - 1.25rem, var(--max));
  }

  .form-3ae9 {
    display: inline-flex;
  }

  .pro_40f2 {
    display: none;
  }

  .border-orange-1447 {
    padding: 2.25rem 0 1.5rem;
  }

  .layout_bb61 img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .detail-106c {
    padding: 2.75rem 0;
  }

  .article-4e91 {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .prev-b1bf img {
    height: 30px;
  }

  .shade-0e78 {
    max-width: 300px;
    margin-inline: auto;
  }

  .notice-f6c0 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .sort-solid-c9b6 {
    grid-template-columns: 1fr;
  }

  .narrow_b116 {
    flex-direction: row;
    align-items: center;
  }

  .image-large-a903 {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .hidden_d0f0 {
    gap: 0.3rem;
  }

  .selected_48c2 {
    gap: 0.5rem;
  }

  .popup_west_7850 {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.sidebar-0d0a {
  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);
}

.slider_static_5942 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.slider_static_5942 a:hover {
  color: var(--red);
}

.sidebar-0d0a 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;
}

.grid_gas_b142 {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.notice-purple-8e3a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.badge-ee28 {
  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;
}

.breadcrumb_f706 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.title_a9b9 {
  display: grid;
  gap: 0.85rem;
}

.motion_bd95 {
  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;
}

.out_a317 {
  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;
}

.text_right_ec3e {
  min-width: 0;
}

.text_right_ec3e h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.text_right_ec3e p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.main_top_c0ef {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.status-copper-9d02 {
  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;
}

.row-a302 {
  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);
}

.grid-hard-b267 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.grid-hard-b267 h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.grid-hard-b267 strong {
  color: var(--red);
  font-size: 1.15rem;
}

.hover-4a69 {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.dropdown-bright-2784 {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.dropdown-bright-2784 li {
  margin-bottom: 0.4rem;
}

.dropdown-bright-2784 li:last-child {
  margin-bottom: 0;
}

.status-copper-9d02 .article-4e91 {
  width: 100%;
}

.old_2914 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.west-9029 {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.west-9029 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.west-9029 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.motion_c136 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.header-lite-b2dd {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.header-lite-b2dd p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.iron_f37a {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .main_top_c0ef,
  .old_2914,
  .motion_c136 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .sidebar-0d0a {
    padding: 1.75rem 0 1.5rem;
  }

  .sidebar-0d0a h1 {
    max-width: none;
  }

  .motion_bd95 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .detail-narrow-ee4b {
    grid-template-columns: 1fr;
  }

  .silver_9ea2,
  .border-4e6f {
    grid-template-columns: 1fr;
  }
}

.header-rough-29fa {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.mini-0c7b {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.feature-3a62 {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.detail-narrow-ee4b {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.detail-narrow-ee4b li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.detail-narrow-ee4b li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.detail-narrow-ee4b a:hover {
  color: var(--red);
}

.surface_cc22 {
  max-width: 46rem;
}

.surface_cc22 p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.huge_e2d5 {
  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);
}

.huge_e2d5 li {
  margin-bottom: 0.55rem;
}

.huge_e2d5 li:last-child {
  margin-bottom: 0;
}

.silver_9ea2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.accordion_15f2 {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.accordion_15f2 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.accordion_15f2 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.accordion_15f2 a {
  color: var(--red);
  font-weight: 700;
}

.accordion_15f2 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.last-165d {
  display: grid;
  gap: 0.7rem;
}

.complex_7eb4 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.complex_7eb4 summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.complex_7eb4 summary::-webkit-details-marker {
  display: none;
}

.complex_7eb4 summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.complex_7eb4[open] summary::after {
  content: "–";
}

.complex_7eb4 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.complex_7eb4 a {
  color: var(--red);
  font-weight: 700;
}

.border-4e6f {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.main-focused-4eab {
  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);
}

.main-focused-4eab:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.main-focused-4eab h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.main-focused-4eab p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.pagination-north-1d0a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.nav_a809 {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.nav_a809 h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.nav_a809 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.container_3bf6 {
  display: grid;
  gap: 1rem;
}

.wood_0406 {
  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);
}

.paper-d986 {
  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);
}

.footer_rough_def1 {
  min-width: 0;
}

.copper_c720 {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.hero_advanced_3417 {
  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;
}

.alert-motion-f41e {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.alert-motion-f41e li {
  margin-bottom: 0.25rem;
}

.alert-motion-f41e strong {
  color: var(--ink);
}

.alert_inner_6346 {
  min-width: 0;
}

.alert_inner_6346 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.alert_inner_6346 p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.alert_inner_6346 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.alert_inner_6346 li {
  margin-bottom: 0.3rem;
}

.search-b3ae {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.message_fab1 {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.message_fab1 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.message_fab1 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .pagination-north-1d0a,
  .search-b3ae {
    grid-template-columns: 1fr;
  }

  .wood_0406 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.last-165d .complex_7eb4 {
  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) ========== */
.widget-deb9 {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.shadow-3eab {
  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);
}

.thumbnail_thick_0c32 {
  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);
}

.light_65ff {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.icon-bottom-0d77 {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.icon-bottom-0d77::placeholder {
  color: #9a9a9a;
}

.small-e7e7 {
  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;
}

.component_dc76 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.first_c735 {
  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);
}

.first_c735:hover,
.first_c735.progress-5782 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.layout-light-f0e0 {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.layout-light-f0e0.button_top_e931 {
  color: var(--red);
}

.notification_purple_7965[hidden],
.complex_7eb4[hidden] {
  display: none !important;
}

.row-8690 {
  margin-top: 0.15rem;
}

.row-8690 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .thumbnail_thick_0c32 {
    grid-template-columns: auto 1fr;
  }

  .small-e7e7 {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.pagination-563f {
  --header: 64px;
}

.advanced-2563 {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.complex-6a60 {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.footer-4e47 {
  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);
}

.up-52be {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.module-green-9b2a {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.focus-76ec {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.outline_4444 {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.tertiary-mini-cc54 {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.gradient_6607 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.focused_2a81 {
  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);
}

.focused_2a81:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.wood_0018,
.focused_2a81[hidden] {
  display: none !important;
}

.black-f87c {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.basic_35c2 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.summary_36ce {
  min-width: 0;
  width: 100%;
}

.fresh_f53b {
  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;
}

.warm_7b23 {
  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);
}

.nav_north_dc1d {
  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;
}

.tertiary_right_51d5 {
  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);
}

.shadow_soft_1ad4 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.banner_d80f {
  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;
}

.banner_d80f:hover {
  background: var(--red-mist);
}

.hidden_dim_2714 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.hidden_dim_2714 a,
.column_focused_fd25 {
  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);
}

.hidden_dim_2714 a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.column_focused_fd25 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.narrow-328f,
.filter-hot-6176 {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .gradient_6607 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .pagination-563f {
    --header: 108px;
  }

  .complex-6a60 {
    flex-wrap: wrap;
  }

  .footer-4e47 {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .gradient_6607 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .focused_2a81 {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .basic_35c2 {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .tertiary_right_51d5 {
    flex-direction: column;
    align-items: stretch;
  }

  .banner_d80f {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .gradient_6607 {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.motion_7b0c {
  max-width: 48rem;
}

.left-b2f0 {
  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;
}

.left-b2f0 p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.clean_22b6 {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.clean_22b6 > *:first-child {
  margin-top: 0;
}

.clean_22b6 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;
}

.clean_22b6 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);
}

.clean_22b6 h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.clean_22b6 p {
  margin: 0 0 0.95rem;
}

.clean_22b6 ul,
.clean_22b6 ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.clean_22b6 li {
  margin-bottom: 0.4rem;
}

.clean_22b6 a {
  color: var(--red);
  font-weight: 700;
}

.clean_22b6 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mini_0a40 {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.mini_0a40 h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.mini_0a40 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.mini_0a40 a {
  color: var(--red);
  font-weight: 800;
}

.mini_0a40 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.nav-pressed-d705 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.iron-9e9f {
  justify-self: end;
}

.iron-9e9f 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);
}

.block_dynamic_716c {
  display: grid;
  gap: 0.9rem;
}

.search-complex-569a {
  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;
}

.search-complex-569a:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.wood_65bb {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.status_dark_6564 {
  min-width: 0;
}

.status_dark_6564 h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.status_dark_6564 p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.status-19b9 {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.detail-dddf {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.detail-dddf a,
.status-19b9 a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.status-19b9 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .nav-pressed-d705 {
    grid-template-columns: 1fr;
  }

  .iron-9e9f {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .search-complex-569a {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.hot_ff07 {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.hot_ff07 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.hot_ff07 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.dropdown_small_4822 {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.active-6387 {
  grid-column: 1 / -1;
}

.preview_c72b:has(.active-6387) {
  grid-template-columns: 1fr;
}

/* css-noise: 6cd8 */
.ghost-box-z1 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.1;
}
