/* 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_6498 {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.badge-d03f {
  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);
}

.header-middle-98ba {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.panel-out-4fae img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.paper-bd2b {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.block_8f9b {
  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);
}

.block_8f9b:active {
  transform: scale(0.98);
}

.tabs-b9fb {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.tabs-b9fb:hover {
  background: var(--red-mist);
}

.texture-cool-753e {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.texture-cool-753e:hover {
  background: var(--red-deep);
}

.cool-3497 {
  background: var(--ink);
  color: var(--white);
}

.cool-3497:hover {
  background: #333;
}

.message_white_f8be {
  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;
}

.message_white_f8be span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.grid-4108 {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.selected_4cec {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.selected_4cec a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.selected_4cec a:hover,
.selected_4cec a.tabs-cold-d7e9 {
  color: var(--red);
}

.selected_4cec a.tabs-cold-d7e9::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.highlight-0902 {
  display: none;
  padding: 0.25rem 0 1rem;
}

.highlight-0902.fn-open-e3b8 {
  display: block;
}

.highlight-0902 a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.popup-1198 {
  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);
}

.tag_brown_9052 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.module_dim_67e2 {
  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;
}

.module_dim_67e2::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.disabled_ecd1 {
  display: none;
}

.popup-1198 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);
}

.background-7e89 {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.column_stone_4d3b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.photo-upper-881f {
  display: flex;
  justify-content: center;
  position: relative;
}

.photo-upper-881f::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%);
}

.photo-upper-881f 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);
}

.popup-1198 h1,
.background-7e89,
.column_stone_4d3b,
.photo-upper-881f {
  animation: soft-in 0.8s var(--ease) both;
}

.background-7e89 { animation-delay: 0.06s; }
.column_stone_4d3b { animation-delay: 0.12s; }
.photo-upper-881f { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.clean_5c62 {
  padding: 0 0 2.5rem;
}

.progress_9734 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.stale_79f1 {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.stale_79f1 strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.stale_79f1 span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.paper-1f8e {
  padding: 3.75rem 0;
}

.avatar_9e46 {
  background: var(--snow);
}

.outline-d390 {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.input_8ddb {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.carousel_324e {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.input_8ddb 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;
}

.input_8ddb p {
  margin: 0;
  color: var(--mute);
}

.fn-show-e3b8 {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-e3b8.fn-on-e3b8 {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.hover-66d4 {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.action-10c8 {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.action-10c8 .module-c1d5 {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.static_3e3d {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.static_3e3d p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.narrow_ee66 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.frame-south-5d50 {
  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);
}

.frame-south-5d50:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.item_over_3249 {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.frame-south-5d50 h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.frame-south-5d50 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.new-07c4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.dynamic_7aa6 {
  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);
}

.dynamic_7aa6:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.panel_b50c {
  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_outer_b309 {
  min-width: 0;
}

.tiny-3375 {
  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;
}

.image_0dd5 {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upper_c8b0 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.upper_c8b0 span:first-child {
  color: var(--red);
}

.upper_c8b0 span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.description-f513 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.fresh-4839 {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.bronze-592e {
  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);
}

.bronze-592e img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.fresh-4839 figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.fresh-4839:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.label_8dab {
  display: grid;
  gap: 1rem;
}

.description-e041 {
  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;
}

.sort-e456 {
  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;
}

.description-e041 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.description-e041 p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.shadow_d805 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.shadow_d805 mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.shadow_d805 .caption_paper_dc30 {
  background: #eaf7ef;
  color: #1f7a45;
}

.shadow_d805 .photo_b09d {
  background: #fff3e8;
  color: #a85a18;
}

.full_9108 {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.red-96c0 {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.red-96c0::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.pattern-advanced-c90d {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.pattern-advanced-c90d:last-child {
  padding-bottom: 0;
}

.pattern-advanced-c90d::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;
}

.pagination_fb05 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.pagination_fb05 span {
  font-weight: 600;
  color: var(--mute);
}

.pattern-advanced-c90d p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.stone_54cb {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.secondary_fast_24a0,
.footer-0997 {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.secondary_fast_24a0 h3,
.footer-0997 h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.dim_6718 {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.dim_6718 div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.dim_6718 div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.dim_6718 dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.dim_6718 dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.footer-0997 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 */
.alert_clean_3197 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.last_2b18 {
  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;
}

.last_2b18.fn-focus-e3b8 {
  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);
}

.full_e3d0 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.dropdown_1de2 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.dropdown_ea43 {
  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;
}

.dropdown_ea43.frame-8475 {
  color: var(--mute);
  background: var(--snow);
}

.iron-6417 {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.iron-6417 li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.iron-6417 span {
  color: var(--mute);
}

.slider_ab6c {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.slider_ab6c h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.slider_ab6c p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.slider_ab6c ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.slider_ab6c li {
  margin-bottom: 0.25rem;
}

.slider_ab6c li:last-child {
  margin-bottom: 0;
}

.over-8c07 {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.over-8c07 p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.over-8c07 cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.last_2b18 .block_8f9b {
  width: 100%;
}

.fixed_1ca0 {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.fixed_1ca0:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-e3b8 {
  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-e3b8 h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-e3b8 p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-e3b8 .tabs-b9fb {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-e3b8 .tabs-b9fb:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-e3b8 .texture-cool-753e {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-e3b8 .texture-cool-753e:hover {
  background: var(--snow);
}

.accent-south-1a93 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.hidden-current-c578 {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.filter_3781 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.focus_pro_c18c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.focus_pro_c18c a:hover {
  color: var(--red);
}

.badge_18f4 {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.badge_18f4:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .tag_brown_9052,
  .hover-66d4,
  .stone_54cb,
  .alert_clean_3197 {
    grid-template-columns: 1fr;
  }

  .action-10c8 {
    position: static;
  }

  .static_3e3d {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .narrow_ee66 {
    grid-template-columns: 1fr;
  }

  .new-07c4 {
    grid-template-columns: 1fr 1fr;
  }

  .fresh-4839:nth-child(2) {
    transform: none;
  }

  .description-e041 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .picture_6498 {
    width: min(100% - 1.25rem, var(--max));
  }

  .message_white_f8be {
    display: inline-flex;
  }

  .border-dfcc {
    display: none;
  }

  .popup-1198 {
    padding: 2.25rem 0 1.5rem;
  }

  .photo-upper-881f img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .paper-1f8e {
    padding: 2.75rem 0;
  }

  .block_8f9b {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .panel-out-4fae img {
    height: 30px;
  }

  .description-f513 {
    max-width: 300px;
    margin-inline: auto;
  }

  .fresh-4839 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .new-07c4 {
    grid-template-columns: 1fr;
  }

  .dynamic_7aa6 {
    flex-direction: row;
    align-items: center;
  }

  .panel_b50c {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .paper-bd2b {
    gap: 0.3rem;
  }

  .progress_9734 {
    gap: 0.5rem;
  }

  .stale_79f1 {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.module-706a {
  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);
}

.complex_d632 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.complex_d632 a:hover {
  color: var(--red);
}

.module-706a 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;
}

.active_a835 {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.picture-outer-d14e {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.element_stale_5679 {
  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;
}

.container-dim-5592 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.lower-1c41 {
  display: grid;
  gap: 0.85rem;
}

.inner_596d {
  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;
}

.dim_ab5e {
  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;
}

.pattern-13b3 {
  min-width: 0;
}

.pattern-13b3 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.pattern-13b3 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.info_full_55df {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.plasma-b24f {
  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;
}

.sort-062a {
  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);
}

.avatar-soft-fbd6 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.avatar-soft-fbd6 h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.avatar-soft-fbd6 strong {
  color: var(--red);
  font-size: 1.15rem;
}

.widget-14e3 {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.description_inner_0866 {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.description_inner_0866 li {
  margin-bottom: 0.4rem;
}

.description_inner_0866 li:last-child {
  margin-bottom: 0;
}

.plasma-b24f .block_8f9b {
  width: 100%;
}

.caption-0a4b {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.chip-up-75b9 {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.chip-up-75b9 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.chip-up-75b9 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.out_928b {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.popup_53fa {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.popup_53fa p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.under_345c {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .info_full_55df,
  .caption-0a4b,
  .out_928b {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .module-706a {
    padding: 1.75rem 0 1.5rem;
  }

  .module-706a h1 {
    max-width: none;
  }

  .inner_596d {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .section-cold-922f {
    grid-template-columns: 1fr;
  }

  .hover-ac82,
  .header-f60f {
    grid-template-columns: 1fr;
  }
}

.pressed-41e5 {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.article_d07e {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.pink_709b {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.section-cold-922f {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.section-cold-922f li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.section-cold-922f li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.section-cold-922f a:hover {
  color: var(--red);
}

.disabled_9580 {
  max-width: 46rem;
}

.disabled_9580 p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.bright_af8e {
  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);
}

.bright_af8e li {
  margin-bottom: 0.55rem;
}

.bright_af8e li:last-child {
  margin-bottom: 0;
}

.hover-ac82 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.info-dirty-77bd {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.info-dirty-77bd h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.info-dirty-77bd p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.info-dirty-77bd a {
  color: var(--red);
  font-weight: 700;
}

.info-dirty-77bd a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.slow-1637 {
  display: grid;
  gap: 0.7rem;
}

.input-46cd {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.input-46cd summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.input-46cd summary::-webkit-details-marker {
  display: none;
}

.input-46cd summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.input-46cd[open] summary::after {
  content: "–";
}

.input-46cd p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.input-46cd a {
  color: var(--red);
  font-weight: 700;
}

.header-f60f {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.table_0839 {
  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);
}

.table_0839:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.table_0839 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.table_0839 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.icon-center-4dcc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.main-dirty-2d9c {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.main-dirty-2d9c h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.main-dirty-2d9c p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.button_c64c {
  display: grid;
  gap: 1rem;
}

.badge_79dd {
  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);
}

.smooth_2be5 {
  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);
}

.copper-80e5 {
  min-width: 0;
}

.prev_95a2 {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.module-c880 {
  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;
}

.content-ed4f {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.content-ed4f li {
  margin-bottom: 0.25rem;
}

.content-ed4f strong {
  color: var(--ink);
}

.shade-pink-a134 {
  min-width: 0;
}

.shade-pink-a134 h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.shade-pink-a134 p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.shade-pink-a134 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.shade-pink-a134 li {
  margin-bottom: 0.3rem;
}

.advanced_1d43 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.pattern-warm-8f7d {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.pattern-warm-8f7d h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.pattern-warm-8f7d p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .icon-center-4dcc,
  .advanced_1d43 {
    grid-template-columns: 1fr;
  }

  .badge_79dd {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.slow-1637 .input-46cd {
  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) ========== */
.simple-3dec {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.filter_new_3032 {
  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);
}

.accordion_narrow_69cc {
  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);
}

.grid-4f4f {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.video_0be2 {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.video_0be2::placeholder {
  color: #9a9a9a;
}

.backdrop-prev-fbd3 {
  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;
}

.small_2d61 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.bottom_ab70 {
  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);
}

.bottom_ab70:hover,
.bottom_ab70.smooth-681e {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.border_d436 {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.border_d436.item-4991 {
  color: var(--red);
}

.left_6f78[hidden],
.input-46cd[hidden] {
  display: none !important;
}

.carousel-1a43 {
  margin-top: 0.15rem;
}

.carousel-1a43 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .accordion_narrow_69cc {
    grid-template-columns: auto 1fr;
  }

  .backdrop-prev-fbd3 {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.current_857c {
  --header: 64px;
}

.surface_4aa8 {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.pressed-3ae4 {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.block-1e0a {
  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);
}

.column_466d {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.cool-d422 {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.under_9969 {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.clean-43b4 {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.label-advanced-872e {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.content_b1f4 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.south_6321 {
  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);
}

.south_6321:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.first_9e80,
.south_6321[hidden] {
  display: none !important;
}

.content-iron-2d96 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.label-bb11 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.pressed-9c84 {
  min-width: 0;
  width: 100%;
}

.top_3b88 {
  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;
}

.row_cold_d238 {
  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);
}

.focus-989d {
  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;
}

.widget_warm_1aa8 {
  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);
}

.menu_middle_430c {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.tooltip-lower-792c {
  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;
}

.tooltip-lower-792c:hover {
  background: var(--red-mist);
}

.button-49c7 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.button-49c7 a,
.paper-6815 {
  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);
}

.button-49c7 a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.paper-6815 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.lite-3604,
.grid_0e3f {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .content_b1f4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .current_857c {
    --header: 108px;
  }

  .pressed-3ae4 {
    flex-wrap: wrap;
  }

  .block-1e0a {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .content_b1f4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .south_6321 {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .label-bb11 {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .widget_warm_1aa8 {
    flex-direction: column;
    align-items: stretch;
  }

  .tooltip-lower-792c {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .content_b1f4 {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.secondary-upper-929d {
  max-width: 48rem;
}

.dropdown-yellow-b6ee {
  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;
}

.dropdown-yellow-b6ee p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.right_5457 {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.right_5457 > *:first-child {
  margin-top: 0;
}

.right_5457 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;
}

.right_5457 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);
}

.right_5457 h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.right_5457 p {
  margin: 0 0 0.95rem;
}

.right_5457 ul,
.right_5457 ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.right_5457 li {
  margin-bottom: 0.4rem;
}

.right_5457 a {
  color: var(--red);
  font-weight: 700;
}

.right_5457 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.card_tall_4412 {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.card_tall_4412 h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.card_tall_4412 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.card_tall_4412 a {
  color: var(--red);
  font-weight: 800;
}

.card_tall_4412 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.link-huge-cc6a {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.easy-3f71 {
  justify-self: end;
}

.easy-3f71 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);
}

.feature-wide-c7db {
  display: grid;
  gap: 0.9rem;
}

.nav-3ae6 {
  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;
}

.nav-3ae6:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.hard_be8e {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.overlay-25f2 {
  min-width: 0;
}

.overlay-25f2 h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.overlay-25f2 p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.iron_16fc {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.row_11ce {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.row_11ce a,
.iron_16fc a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.iron_16fc p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .link-huge-cc6a {
    grid-template-columns: 1fr;
  }

  .easy-3f71 {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .nav-3ae6 {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.main-9ef2 {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.main-9ef2 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.main-9ef2 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.slow_1b59 {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.search_full_6706 {
  grid-column: 1 / -1;
}

.stone_54cb:has(.search_full_6706) {
  grid-template-columns: 1fr;
}

/* css-noise: 132a */
.phantom-card-r0 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.2;
}
