/* 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;
}

.search_1ef2 {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— sticky auth —— */
.outline-3b3b {
  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);
}

.icon_cb96 {
  height: 100%;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.hard-f465 img {
  height: 34px;
  width: auto;
  max-width: min(168px, 42vw);
  object-fit: contain;
}

.tabs_6ca8 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.search-8824 {
  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);
}

.search-8824:active {
  transform: scale(0.98);
}

.module_1abf {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.module_1abf:hover {
  background: var(--red-mist);
}

.form_6f8f {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.22);
}

.form_6f8f:hover {
  background: var(--red-deep);
}

.pressed_a9be {
  background: var(--ink);
  color: var(--white);
}

.pressed_a9be:hover {
  background: #333;
}

.action-5260 {
  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;
}

.action-5260 span {
  width: 16px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
}

/* —— soft nav —— */
.tooltip-752a {
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.east_418b {
  list-style: none;
  margin: 0;
  padding: 0.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.east_418b a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mute);
  position: relative;
}

.east_418b a:hover,
.east_418b a.secondary-light-229c {
  color: var(--red);
}

.east_418b a.secondary-light-229c::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.tabs_green_985b {
  display: none;
  padding: 0.25rem 0 1rem;
}

.tabs_green_985b.fn-open-d68b {
  display: block;
}

.tabs_green_985b a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

/* —— hero: open & calm —— */
.inner_54ec {
  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);
}

.media_easy_5285 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}

.carousel_complex_f0b3 {
  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;
}

.carousel_complex_f0b3::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.silver-bb61 {
  display: none;
}

.inner_54ec 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);
}

.logo-47cf {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: var(--mute);
  font-size: 1.05rem;
}

.wrapper_bright_c97a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.primary_6230 {
  display: flex;
  justify-content: center;
  position: relative;
}

.primary_6230::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%);
}

.primary_6230 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);
}

.inner_54ec h1,
.logo-47cf,
.wrapper_bright_c97a,
.primary_6230 {
  animation: soft-in 0.8s var(--ease) both;
}

.logo-47cf { animation-delay: 0.06s; }
.wrapper_bright_c97a { animation-delay: 0.12s; }
.primary_6230 { animation-delay: 0.1s; }

@keyframes soft-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* —— metrics as soft pills —— */
.border-9cf7 {
  padding: 0 0 2.5rem;
}

.nav_d1d8 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
}

.table-f6e4 {
  flex: 1 1 140px;
  min-width: 0;
  padding: 1rem 1.15rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.table-f6e4 strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.table-f6e4 span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* —— sections —— */
.large-bedd {
  padding: 3.75rem 0;
}

.progress-rough-a744 {
  background: var(--snow);
}

.grid_bottom_1589 {
  background: linear-gradient(180deg, var(--red-mist), #fff 70%);
}

.center-6be6 {
  margin-bottom: 2rem;
  max-width: 34rem;
}

.panel-down-2db2 {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.center-6be6 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;
}

.center-6be6 p {
  margin: 0;
  color: var(--mute);
}

.fn-show-d68b {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.fn-show-d68b.fn-on-d68b {
  opacity: 1;
  transform: none;
}

/* about: two-rail story */
.over_acba {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.hover_0915 {
  position: sticky;
  top: calc(var(--header) + 1.25rem);
  padding-top: 0.25rem;
}

.hover_0915 .easy-e9c7 {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.9;
  color: var(--red);
  margin: 0;
  opacity: 0.9;
}

.description-6f94 {
  display: grid;
  gap: 1.35rem;
  border-left: 2px solid var(--red-line);
  padding-left: 1.5rem;
}

.description-6f94 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.05rem;
}

/* features: flowing 2-col soft tiles */
.layout-2a1c {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.row-solid-96fe {
  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);
}

.row-solid-96fe:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 30px rgba(216, 33, 46, 0.07);
}

.form-3e9c {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 0.55rem;
}

.row-solid-96fe h4 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.row-solid-96fe p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

/* apps catalog */
.east_cd92 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.shadow_e6c5 {
  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);
}

.shadow_e6c5:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.popup-c9a5 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.table-fixed-626b {
  min-width: 0;
}

.button-3dca {
  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;
}

.photo_light_02e0 {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--mute);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overlay_lite_8b21 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.overlay_lite_8b21 span:first-child {
  color: var(--red);
}

.overlay_lite_8b21 span:last-child {
  color: var(--ink);
}

/* screenshots: gentle horizontal wrap */
.tabs-89a6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.center-7ae2 {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 0;
  text-align: center;
}

.thumbnail_b1cf {
  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);
}

.thumbnail_b1cf img {
  width: 100%;
  aspect-ratio: 384 / 688;
  object-fit: cover;
  border-radius: 20px;
  background: var(--snow);
}

.center-7ae2 figcaption {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--mute);
  font-weight: 600;
}

.center-7ae2:nth-child(2) {
  transform: translateY(1rem);
}

/* reviews: soft stacked */
.black-c170 {
  display: grid;
  gap: 1rem;
}

.disabled-d65d {
  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;
}

.element-af5f {
  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;
}

.disabled-d65d h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.disabled-d65d p {
  margin: 0 0 0.75rem;
  color: var(--mute);
}

.detail_7720 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.detail_7720 mark {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: transparent;
}

.detail_7720 .footer_lower_e7a4 {
  background: #eaf7ef;
  color: #1f7a45;
}

.detail_7720 .in-8205 {
  background: #fff3e8;
  color: #a85a18;
}

.tag-c113 {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--red);
}

/* tips: soft timeline */
.hover-next-cdf6 {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 1.25rem;
}

.hover-next-cdf6::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 2px;
  background: var(--red-line);
  border-radius: 2px;
}

.red_30b6 {
  position: relative;
  padding: 0 0 1.5rem 1.35rem;
  min-width: 0;
}

.red_30b6:last-child {
  padding-bottom: 0;
}

.red_30b6::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;
}

.selected-6245 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.selected-6245 span {
  font-weight: 600;
  color: var(--mute);
}

.red_30b6 p {
  margin: 0;
  color: var(--mute);
}

/* facts + hash */
.tall_d731 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}

.chip-bfb0,
.yellow_322a {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
  min-width: 0;
}

.chip-bfb0 h3,
.yellow_322a h3 {
  font-family: var(--serif);
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.container_bronze_1ec4 {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.container_bronze_1ec4 div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.container_bronze_1ec4 div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.container_bronze_1ec4 dt {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 0.2rem;
}

.container_bronze_1ec4 dd {
  margin: 0;
  color: var(--mute);
  font-weight: 600;
}

.yellow_322a 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 */
.heading-c84a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.disabled-c77d {
  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;
}

.disabled-c77d.fn-focus-d68b {
  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);
}

.rough-6980 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.medium_fab9 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.footer_8b4a {
  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;
}

.footer_8b4a.widget_fresh_c5c5 {
  color: var(--mute);
  background: var(--snow);
}

.pressed-ac9b {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.pressed-ac9b li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.92rem;
}

.pressed-ac9b span {
  color: var(--mute);
}

.large_7f05 {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  background: var(--red-mist);
  border-radius: var(--radius-sm);
}

.large_7f05 h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--ink);
}

.large_7f05 p {
  margin: 0 0 0.55rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.large_7f05 ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.large_7f05 li {
  margin-bottom: 0.25rem;
}

.large_7f05 li:last-child {
  margin-bottom: 0;
}

.section_4f4e {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  background: var(--snow);
  border-radius: var(--radius-sm);
  flex: 1;
}

.section_4f4e p {
  margin: 0 0 0.4rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.section_4f4e cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
}

.disabled-c77d .search-8824 {
  width: 100%;
}

.hidden_copper_5a74 {
  display: inline-block;
  margin-top: 1.35rem;
  font-weight: 700;
  color: var(--red);
}

.hidden_copper_5a74:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* closing band */
.fn-close-d68b {
  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-d68b h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.fn-close-d68b p {
  margin: 0 auto 1.15rem;
  max-width: 34rem;
  opacity: 0.92;
}

.fn-close-d68b .module_1abf {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.fn-close-d68b .module_1abf:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fn-close-d68b .form_6f8f {
  background: var(--white);
  color: var(--red);
  box-shadow: none;
}

.fn-close-d68b .form_6f8f:hover {
  background: var(--snow);
}

.focus_79ce {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

/* footer */
.layout_fixed_f4c4 {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.detail-simple-4eb2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--mute);
}

.border_east_86f1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.border_east_86f1 a:hover {
  color: var(--red);
}

.sort-1d00 {
  color: var(--ink);
  font-weight: 700;
  word-break: break-all;
}

.sort-1d00:hover {
  color: var(--red);
}

/* —— responsive —— */
@media (max-width: 900px) {
  .media_easy_5285,
  .over_acba,
  .tall_d731,
  .heading-c84a {
    grid-template-columns: 1fr;
  }

  .hover_0915 {
    position: static;
  }

  .description-6f94 {
    border-left: 0;
    padding-left: 0;
    border-top: 2px solid var(--red-line);
    padding-top: 1.25rem;
  }

  .layout-2a1c {
    grid-template-columns: 1fr;
  }

  .east_cd92 {
    grid-template-columns: 1fr 1fr;
  }

  .center-7ae2:nth-child(2) {
    transform: none;
  }

  .disabled-d65d {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 720px) {
  :root {
    --header: 56px;
  }

  .search_1ef2 {
    width: min(100% - 1.25rem, var(--max));
  }

  .action-5260 {
    display: inline-flex;
  }

  .element-current-d2e2 {
    display: none;
  }

  .inner_54ec {
    padding: 2.25rem 0 1.5rem;
  }

  .primary_6230 img {
    width: min(180px, 52vw);
    border-radius: 24px;
  }

  .large-bedd {
    padding: 2.75rem 0;
  }

  .search-8824 {
    min-height: 38px;
    padding: 0.45rem 0.95rem;
    font-size: 0.85rem;
  }

  .hard-f465 img {
    height: 30px;
  }

  .tabs-89a6 {
    max-width: 300px;
    margin-inline: auto;
  }

  .center-7ae2 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .east_cd92 {
    grid-template-columns: 1fr;
  }

  .shadow_e6c5 {
    flex-direction: row;
    align-items: center;
  }

  .popup-c9a5 {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}

@media (max-width: 400px) {
  .tabs_6ca8 {
    gap: 0.3rem;
  }

  .nav_d1d8 {
    gap: 0.5rem;
  }

  .table-f6e4 {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0.85rem 0.9rem;
  }
}

/* ========== instal / inner pages ========== */
.widget-8835 {
  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);
}

.chip-ef17 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--mute);
  margin-bottom: 1rem;
}

.chip-ef17 a:hover {
  color: var(--red);
}

.widget-8835 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;
}

.article_red_566c {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  color: var(--mute);
  font-size: 1.05rem;
}

.paper-6236 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.progress-524d {
  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;
}

.text_under_08a8 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.content_38f4 {
  display: grid;
  gap: 0.85rem;
}

.nav_under_1854 {
  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;
}

.item_9b4e {
  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;
}

.header_6d75 {
  min-width: 0;
}

.header_6d75 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}

.header_6d75 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.overlay-a582 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.picture-brown-9227 {
  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;
}

.backdrop-faba {
  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);
}

.logo-4c94 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.logo-4c94 h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.logo-4c94 strong {
  color: var(--red);
  font-size: 1.15rem;
}

.dropdown-aa8d {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.95rem;
}

.pink_f9ba {
  margin: 0 0 1.15rem;
  padding-left: 1.15rem;
  color: var(--mute);
  flex: 1;
}

.pink_f9ba li {
  margin-bottom: 0.4rem;
}

.pink_f9ba li:last-child {
  margin-bottom: 0;
}

.picture-brown-9227 .search-8824 {
  width: 100%;
}

.notice_plasma_e9f8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.dynamic-71fa {
  padding: 1.3rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.dynamic-71fa h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  color: var(--red);
}

.dynamic-71fa p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.sidebar_rough_65c4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.sidebar-active-3852 {
  padding: 1.3rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.sidebar-active-3852 p {
  margin: 0 0 0.85rem;
  color: var(--mute);
}

.summary_lite_8615 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

@media (max-width: 900px) {
  .overlay-a582,
  .notice_plasma_e9f8,
  .sidebar_rough_65c4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .widget-8835 {
    padding: 1.75rem 0 1.5rem;
  }

  .widget-8835 h1 {
    max-width: none;
  }

  .nav_under_1854 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .pro_50b0 {
    grid-template-columns: 1fr;
  }

  .old-7b18,
  .form_08f4 {
    grid-template-columns: 1fr;
  }
}

.accordion-out-e6ef {
  margin: -0.35rem 0 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--mute);
}

.widget_medium_b0ac {
  padding: 1.25rem 0;
  background: var(--snow);
  border-bottom: 1px solid var(--line);
}

.table-6f42 {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--red);
}

.pro_50b0 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  counter-reset: toc;
}

.pro_50b0 li {
  position: relative;
  padding-left: 1.6rem;
  counter-increment: toc;
  font-size: 0.92rem;
  font-weight: 600;
}

.pro_50b0 li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--red);
}

.pro_50b0 a:hover {
  color: var(--red);
}

.article-fast-96a2 {
  max-width: 46rem;
}

.article-fast-96a2 p {
  margin: 0 0 1rem;
  color: var(--mute);
  font-size: 1.04rem;
}

.small_de6f {
  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);
}

.small_de6f li {
  margin-bottom: 0.55rem;
}

.small_de6f li:last-child {
  margin-bottom: 0;
}

.old-7b18 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.overlay-93b6 {
  padding: 1.25rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.overlay-93b6 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.1rem;
}

.overlay-93b6 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.overlay-93b6 a {
  color: var(--red);
  font-weight: 700;
}

.overlay-93b6 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.banner-8461 {
  display: grid;
  gap: 0.7rem;
}

.image_5fdd {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.image_5fdd summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--ink);
}

.image_5fdd summary::-webkit-details-marker {
  display: none;
}

.image_5fdd summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-weight: 800;
}

.image_5fdd[open] summary::after {
  content: "–";
}

.image_5fdd p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

.image_5fdd a {
  color: var(--red);
  font-weight: 700;
}

.form_08f4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.sort_motion_1d29 {
  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);
}

.sort_motion_1d29:hover {
  border-color: var(--red-line);
  box-shadow: 0 10px 24px rgba(216, 33, 46, 0.07);
}

.sort_motion_1d29 h3 {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.sort_motion_1d29 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}



/* ========== pembaruan page ========== */
.action_a7d5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.light-4f92 {
  padding: 1.35rem 1.25rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.light-4f92 h3 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.light-4f92 p {
  margin: 0;
  color: var(--mute);
  font-size: 0.98rem;
}

.pattern-f9fe {
  display: grid;
  gap: 1rem;
}

.accordion_22ee {
  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);
}

.slow_8a1f {
  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);
}

.sidebar-brown-492d {
  min-width: 0;
}

.dirty_9a75 {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.accent_4c66 {
  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;
}

.dim_6ea5 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--mute);
}

.dim_6ea5 li {
  margin-bottom: 0.25rem;
}

.dim_6ea5 strong {
  color: var(--ink);
}

.static-7faf {
  min-width: 0;
}

.static-7faf h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.12rem;
}

.static-7faf p {
  margin: 0 0 0.65rem;
  color: var(--mute);
  font-size: 0.96rem;
}

.static-7faf ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--mute);
  font-size: 0.94rem;
}

.static-7faf li {
  margin-bottom: 0.3rem;
}

.avatar-light-7702 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.texture-595e {
  padding: 1.25rem 1.2rem;
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
}

.texture-595e h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--red);
}

.texture-595e p {
  margin: 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .action_a7d5,
  .avatar-light-7702 {
    grid-template-columns: 1fr;
  }

  .accordion_22ee {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ========== faq page extras ========== */
.banner-8461 .image_5fdd {
  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) ========== */
.accordion_6fc8 {
  padding: 0 0 0.25rem;
  margin-top: -0.5rem;
}

.card-2ce0 {
  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);
}

.popup_dirty_717d {
  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);
}

.accordion_static_4000 {
  color: var(--red);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
}

.preview-cf93 {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
}

.preview-cf93::placeholder {
  color: #9a9a9a;
}

.pro_07c6 {
  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;
}

.header-caca {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.slider_pro_4d0d {
  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);
}

.slider_pro_4d0d:hover,
.slider_pro_4d0d.sort-full-c17b {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.layout-7768 {
  margin: 0.7rem 0 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mute);
}

.layout-7768.article-rough-a447 {
  color: var(--red);
}

.pressed_486c[hidden],
.image_5fdd[hidden] {
  display: none !important;
}

.hidden_last_1822 {
  margin-top: 0.15rem;
}

.hidden_last_1822 p {
  margin: 0.7rem 0 0;
  color: var(--mute);
  font-size: 0.96rem;
}

@media (max-width: 720px) {
  .popup_dirty_717d {
    grid-template-columns: auto 1fr;
  }

  .pro_07c6 {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* ========== aplikasi catalog ========== */
.title-cabb {
  --header: 64px;
}

.wide-e591 {
  height: auto;
  min-height: var(--header);
  padding: 0.45rem 0 0.35rem;
  flex-direction: column;
  justify-content: center;
}

.tiny-5888 {
  width: min(100% - 1.25rem, var(--max));
  gap: 0.55rem;
}

.backdrop_fdeb {
  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);
}

.accent_action_837c {
  color: var(--red);
  font-weight: 800;
  line-height: 1;
}

.wood-e32e {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ink);
}

.rough_f27c {
  border: 0;
  background: transparent;
  color: var(--mute);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.glass-788f {
  width: min(100% - 1.25rem, var(--max));
  margin: 0.25rem auto 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--red);
}

.item_8efb {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--mute);
}

.clean_fbc6 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.status-a907 {
  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);
}

.status-a907:hover {
  border-color: var(--red-line);
  box-shadow: 0 12px 28px rgba(216, 33, 46, 0.08);
  transform: translateY(-2px);
}

.in-1c03,
.status-a907[hidden] {
  display: none !important;
}

.surface-1988 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.bottom-9258 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--snow);
}

.block-c23a {
  min-width: 0;
  width: 100%;
}

.input_51b3 {
  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;
}

.background_ae6d {
  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);
}

.gradient-fresh-ef08 {
  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;
}

.input-37c3 {
  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);
}

.dropdown_large_4b11 {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--red);
}

.modal-16f8 {
  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;
}

.modal-16f8:hover {
  background: var(--red-mist);
}

.plasma_9b77 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.plasma_9b77 a,
.logo_5126 {
  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);
}

.plasma_9b77 a:hover {
  border-color: var(--red-line);
  color: var(--red);
}

.logo_5126 {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.active_b655,
.surface-inner-9058 {
  padding-inline: 0.9rem;
}

@media (max-width: 1100px) {
  .clean_fbc6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .title-cabb {
    --header: 108px;
  }

  .tiny-5888 {
    flex-wrap: wrap;
  }

  .backdrop_fdeb {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .clean_fbc6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .status-a907 {
    padding: 0.85rem 0.7rem 0.9rem;
  }

  .bottom-9258 {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .input-37c3 {
    flex-direction: column;
    align-items: stretch;
  }

  .modal-16f8 {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .clean_fbc6 {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== legal pages (privasi / ketentuan) ========== */
.block-white-efa0 {
  max-width: 48rem;
}

.surface_e704 {
  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;
}

.surface_e704 p {
  margin: 0;
  color: var(--ink-soft, var(--mute));
  font-size: 0.98rem;
}

.shade-bc16 {
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.75;
}

.shade-bc16 > *:first-child {
  margin-top: 0;
}

.shade-bc16 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;
}

.shade-bc16 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);
}

.shade-bc16 h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.shade-bc16 p {
  margin: 0 0 0.95rem;
}

.shade-bc16 ul,
.shade-bc16 ol {
  margin: 0 0 1.1rem;
  padding-left: 1.25rem;
}

.shade-bc16 li {
  margin-bottom: 0.4rem;
}

.shade-bc16 a {
  color: var(--red);
  font-weight: 700;
}

.shade-bc16 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cold_6724 {
  margin-top: 1.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--snow);
}

.cold_6724 h2 {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.cold_6724 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

.cold_6724 a {
  color: var(--red);
  font-weight: 800;
}

.cold_6724 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ========== tentang kami ========== */
.caption-medium-4f23 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.column_4408 {
  justify-self: end;
}

.column_4408 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);
}

.alert_7640 {
  display: grid;
  gap: 0.9rem;
}

.plasma_e23f {
  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;
}

.plasma_e23f:nth-child(even) {
  background: linear-gradient(135deg, var(--red-mist), var(--white) 55%);
}

.focus_fresh_9260 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  min-width: 2.2rem;
}

.disabled-stone-6c76 {
  min-width: 0;
}

.disabled-stone-6c76 h2 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.disabled-stone-6c76 p {
  margin: 0;
  color: var(--mute);
  font-size: 1rem;
  line-height: 1.7;
}

.modal_selected_4196 {
  padding: 1.35rem 1.3rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  max-width: 42rem;
}

.chip-hot-874c {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.chip-hot-874c a,
.modal_selected_4196 a {
  color: var(--red);
  font-weight: 800;
  word-break: break-all;
}

.modal_selected_4196 p {
  margin: 0;
  color: var(--mute);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .caption-medium-4f23 {
    grid-template-columns: 1fr;
  }

  .column_4408 {
    justify-self: start;
    order: -1;
  }
}

@media (max-width: 720px) {
  .plasma_e23f {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

.right_4190 {
  margin: 0 0 1.15rem;
  padding: 1.25rem 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.right_4190 h3 {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--red);
}

.right_4190 p {
  margin: 0;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.7;
}

.progress_bottom_dc25 {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--mute);
}

.solid_c54c {
  grid-column: 1 / -1;
}

.tall_d731:has(.solid_c54c) {
  grid-template-columns: 1fr;
}

/* css-noise: 07be */
.phantom-card-w7 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.0;
}
