/* ============================================
   Modern SEO-Optimized Style for Research Article
   ============================================ */

/* === CSS Reset & Base === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* Color Palette - Professional Research Theme */
  --primary-color: #2563eb;
  --primary-dark: #1e40af;
  --primary-light: #3b82f6;
  --secondary-color: #059669;
  --accent-color: #dc2626;
  --text-primary: #1f2937;
  --text-secondary: #4b5563;
  --text-muted: #6b7280;
  --bg-primary: #ffffff;
  --bg-secondary: #f9fafb;
  --bg-tertiary: #f3f4f6;
  --border-color: #e5e7eb;
  --success-color: #10b981;
  --warning-color: #f59e0b;
  --danger-color: #ef4444;
  
  /* Typography */
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Merriweather', Georgia, serif;
  
  /* Spacing */
  --container-width: 1200px;
  --section-padding: 5rem;
  --card-padding: 2rem;
  
  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--text-primary);
  background-color: var(--bg-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Prevent horizontal overflow - Force word breaking */
img, video, iframe {
  max-width: 100%;
  height: auto;
}

pre, code {
  max-width: 100%;
  overflow-x: auto;
  word-wrap: break-word;
}

/* Force all text elements to break long words */
p, h1, h2, h3, h4, h5, h6, li, td, th, span, div, a, strong, em {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

/* Specific fix for long Indonesian compound words */
.hard_e814 p,
.element_silver_3a70,
.label-red-8e5d,
.table-liquid-9054,
.feature_5109,
.video-liquid-374c,
.box-dc68,
.tag-small-368a {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.section-plasma-f1b2 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.section-plasma-f1b2 > *,
.nav_out_c4cc,
.hard_e814,
.gallery-ff70 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .section-plasma-f1b2 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .section-plasma-f1b2 {
    padding: 0 1rem;
  }
}

/* === Typography === */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 2rem;
  letter-spacing: -0.015em;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

p {
  margin-bottom: 1.25rem;
}

strong {
  font-weight: 600;
  color: var(--text-primary);
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

code {
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
  font-size: 0.875em;
  background-color: var(--bg-tertiary);
  padding: 0.2em 0.4em;
  border-radius: 3px;
  color: var(--accent-color);
}

pre {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 1.5rem 0;
  border: 1px solid var(--border-color);
}

pre code {
  background: none;
  padding: 0;
  color: var(--text-primary);
}

/* === Header/Navigation === */
.top_95b5 {
  background-color: var(--bg-primary);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.3s ease;
}

/* Enhance shadow when scrolled */
.top_95b5.layout_motion_c40a {
  box-shadow: var(--shadow-md);
}

.pressed_1df5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.image_736c img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.media_9df4 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.carousel_8ba7 {
  display: none;
}

/* Hide mobile actions on desktop */
.panel_stale_4685 {
  display: none;
}

.secondary-23df a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.secondary-23df a:hover,
.secondary-23df a.fn-active-d3a3 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.message-mini-48b4 {
  margin-left: 1rem;
}

.info_iron_1706 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.box-light-4141,
.header-last-e2ff {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  color: white !important;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all 0.3s ease;
}

.box-light-4141 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.box-light-4141:hover {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #1e3a8a 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  transform: translateY(-1px);
  text-decoration: none;
}

.header-last-e2ff {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.header-last-e2ff:hover {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  transform: translateY(-1px);
  text-decoration: none;
}

.box-light-4141 svg,
.header-last-e2ff svg {
  flex-shrink: 0;
}

.breadcrumb-a0a7 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.progress-b240 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.progress-b240::before,
.progress-b240::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.progress-b240::before {
  top: -7px;
}

.progress-b240::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.hover-hovered-c5e2 {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  padding: 4rem 0 3rem;
  border-bottom: 1px solid var(--border-color);
}

/* === Hero Brand Image - First Screen / Above the Fold === */
.dark_cfc9 {
  margin: 2.5rem 0;
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  border: 2px solid var(--primary-color);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: var(--shadow-xl);
}

.secondary-8d50 {
  margin: 0 0 2rem;
  text-align: center;
}

.main-west-c2d6 {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.main-west-c2d6:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.header_steel_b3e3 {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--text-secondary);
}

.header_steel_b3e3 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.focused-9f3b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.dark-ffb1 {
  text-align: center;
  padding: 1.25rem;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border-radius: 12px;
  border: 1px solid var(--primary-color);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dark-ffb1:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.column_0e6a {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.outline-solid-233c {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.disabled-27d7 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.disabled-27d7 .table-9b1e {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1rem 2rem;
  transition: all 0.3s ease;
}

.disabled-27d7 .table-9b1e svg {
  flex-shrink: 0;
}

.disabled-27d7 .pressed-24bb {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.disabled-27d7 .pressed-24bb:hover {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #1e3a8a 100%);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
  transform: translateY(-2px);
}

.disabled-27d7 .article_62fb {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.disabled-27d7 .article_62fb:hover {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  box-shadow: 0 6px 16px rgba(5, 150, 105, 0.4);
  transform: translateY(-2px);
  text-decoration: none;
}

/* Mobile optimization for hero brand */
@media (max-width: 768px) {
  .dark_cfc9 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .main-west-c2d6 {
    max-width: 100%;
  }

  .focused-9f3b {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .dark-ffb1 {
    padding: 1rem;
  }

  .column_0e6a {
    font-size: 1.5rem;
  }

  .outline-solid-233c {
    font-size: 0.75rem;
  }

  .header_steel_b3e3 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .disabled-27d7 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .disabled-27d7 .table-9b1e {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .focused-9f3b {
    grid-template-columns: 1fr;
  }
}

.hard_5d28 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.caption-action-38e5 {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

time {
  color: var(--text-muted);
  font-size: 0.9375rem;
}

/* === Article Header & Meta === */
.carousel_f387 {
  margin-bottom: 2.5rem;
}

.disabled-copper-8936 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.hard_5d28 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.gallery-smooth-12b1 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.sort_93a6 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.middle_e666 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.description_5ced {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.easy_04b9 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.notice_ab2e {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.paragraph_upper_95d9 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.paragraph_upper_95d9 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.progress-action-ba9a {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 16px;
  padding: 2rem;
  margin: 2rem 0;
  box-shadow: var(--shadow-lg);
}

.background_clean_5e5f {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.nav_5eac {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.border-0add {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.feature-basic-18c7 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.card-blue-5bd5 {
  display: grid;
  gap: 1rem;
}

.image-ed23 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.message_a0d9 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.paragraph-20f0 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.sidebar_dark_0e7d {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.sort-b6d9 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.detail_cold_1186 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.detail_cold_1186 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.element_silver_3a70 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.accordion_a877 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.simple-186a {
  display: grid;
  gap: 2rem;
}

.alert-f0dd {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.sort_93a6 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.gallery-smooth-12b1 {
  flex: 1;
}

.description_5ced {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.description_5ced a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.aside_33d0 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  font-size: 0.75rem;
}

.easy_04b9 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.hard-8f8d {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.hard-8f8d span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.form_thick_3469 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.form_thick_3469 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.notice_silver_55d8 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.notice_silver_55d8 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.notice_silver_55d8 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.notice_silver_55d8 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.in_3ce6 {
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: #fef3c7;
  border-left: 4px solid var(--warning-color);
  border-radius: 4px;
  font-size: 0.9375rem;
}

/* === Table of Contents === */
.button-cold-ffe0 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.last_930a {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.popup-fluid-03e4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.lower-a3a9 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.lower-a3a9 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.lower-a3a9 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.lower-a3a9 ol li a {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  color: var(--text-secondary);
  font-weight: 500;
  transition: color 0.2s ease, transform 0.2s ease;
}

.lower-a3a9 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.lower-a3a9 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.hard_e814 {
  padding: 3rem 0 5rem;
}

.gallery-ff70 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.gallery-ff70.prev_d672 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.label-red-8e5d {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.box-64e4 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.frame_bab3 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.frame_bab3 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.image-iron-13d9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.message_upper_1260 {
  text-align: center;
}

.media_58e3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.item-5b93 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.label-dirty-e117 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.video-liquid-374c {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.table-liquid-9054 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
  max-width: 100%;
  overflow: hidden;
  word-wrap: break-word;
}

.table-liquid-9054 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.table-liquid-9054:hover {
  box-shadow: var(--shadow-lg);
}

.table-liquid-9054.title-black-fc5c {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.table-liquid-9054 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.table-liquid-9054 ul {
  margin: 1rem 0;
}

.table-liquid-9054 li {
  margin-bottom: 0.75rem;
}

.primary_pink_26e7 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.wrapper_static_3e0c {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.wrapper_static_3e0c a {
  font-weight: 600;
}

/* === Data Tables === */
.main-south-7c0a {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background-color: var(--bg-primary);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.main-south-7c0a table {
  width: 100%;
  min-width: 600px;
}

.main-south-7c0a thead {
  background-color: var(--primary-color);
  color: white;
}

.main-south-7c0a th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.main-south-7c0a td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.main-south-7c0a tbody tr:hover {
  background-color: var(--bg-secondary);
}

.main-south-7c0a tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.status_hovered_f0b1 {
  list-style: none;
  margin: 1.5rem 0;
}

.status_hovered_f0b1 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.status_hovered_f0b1 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.module-e893::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--success-color);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  flex-shrink: 0;
}

.fn-warning-d3a3::before {
  content: '⚠';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--warning-color);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  flex-shrink: 0;
}

/* === Expert Insight Box === */
.aside_static_13fa {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.dark_7368 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.dark_7368 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.dark_7368 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.dark_7368 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.aside_static_13fa blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.box-dc68 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.box-dc68::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.item_04c9 {
  position: relative;
  margin-bottom: 3rem;
}

.tiny_7015 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.tiny_7015 .in-7471 {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}

.breadcrumb_hovered_7255 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.breadcrumb_hovered_7255 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.breadcrumb_hovered_7255 ul {
  margin: 1rem 0;
}

.breadcrumb_hovered_7255 li {
  margin-bottom: 0.75rem;
}

.nav_98a1 {
  display: inline-block;
  background-color: #dbeafe;
  color: var(--primary-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 1rem;
}

/* === Transparency Box === */
.badge-73d2 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.badge-73d2 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.shade-yellow-9d7f {
  list-style: none;
  margin: 1.5rem 0;
}

.shade-yellow-9d7f li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.shade-yellow-9d7f a {
  font-weight: 600;
}

.gradient_stone_7545 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.tag-small-368a {
  margin: 2.5rem 0;
}

.right-eb54 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  transition: box-shadow 0.3s ease;
}

.right-eb54:hover {
  box-shadow: var(--shadow-lg);
}

.right-eb54.cold_0076 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.tag_middle_5847 {
  flex-shrink: 0;
}

.tag_middle_5847 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  color: white;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.alert-smooth-f07e h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.upper-a820,
.hovered-cee6,
.gallery_right_3a16 {
  width: 100%;
  margin: 1.5rem 0;
}

.label_smooth_4ec7 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.label_smooth_4ec7 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.media_8169 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.media_8169 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.medium_8c82 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.medium_8c82 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.brown_c4ae {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.card-iron-b405 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-iron-b405:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.card-iron-b405.avatar-red-59c6 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.card-iron-b405 .component-082a {
  display: inline-block;
  background-color: var(--secondary-color);
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.card-iron-b405 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.old-c73a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.disabled-5a94 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.disabled-5a94 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.last_f77a {
  display: block;
  font-family: 'Consolas', monospace;
  font-size: 0.75rem;
  color: var(--accent-color);
  word-break: break-all;
  padding: 0.75rem;
  background-color: white;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

/* === Buttons === */
.table-9b1e {
  display: inline-block;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
}

.pressed-24bb {
  background-color: var(--primary-color);
  color: white;
}

.pressed-24bb:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.article_62fb {
  background-color: var(--text-secondary);
  color: white;
}

.article_62fb:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.tall-7dda {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.tall-7dda:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.tooltip-89e9 {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.tooltip-89e9:hover {
  background-color: var(--primary-dark);
}

.modal_fluid_53de {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.pattern_933d {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.steel-fc27 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.menu_complex_1668 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #fef3c7;
  color: #92400e;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

/* === Demographics & Data Visualization === */
.center_5cb3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.huge_bde0 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.huge_bde0 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.popup-415e {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.secondary-hard-6446 {
  flex: 1;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0.5rem;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
}

.action-aabd {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.full-ef8a {
  list-style: none;
  counter-reset: rank-counter;
}

.full-ef8a li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.full-ef8a li::before {
  content: counter(rank-counter);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.875rem;
}

.static_8093 {
  list-style: none;
}

.static_8093 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.pagination-gas-551d {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.table_right_3a48 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.table_right_3a48 .column-glass-bc20 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.table_right_3a48 .element-dd22 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.red_2313 {
  margin-top: 3rem;
}

.breadcrumb-middle-89f8 {
  width: 100%;
}

.orange-12fd {
  background-color: #fef3c7;
}

.fast-0d77 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.under-ac93 {
  margin: 3rem 0;
}

.bright_9a74 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.column-copper-a6e5 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.column-copper-a6e5:hover {
  box-shadow: var(--shadow-lg);
}

.column-copper-a6e5.hidden-fb1d {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.popup-ef06 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.static_a0e3 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.static_a0e3 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.status-44af {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.column-copper-a6e5 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.copper-5c48 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.new_1dd2 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.block-up-bdf4 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.link-f983 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.mask_4243 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.slider-prev-0249 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.carousel_b097 {
  max-width: 900px;
  margin: 0 auto;
}

.gradient-focused-656f {
  margin: 2rem 0;
}

.clean_b947 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.clean_b947 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.clean_b947 summary::-webkit-details-marker {
  display: none;
}

.clean_b947 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.over-e451 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.clean_b947[open] .over-e451 {
  transform: rotate(45deg);
}

.middle-49bb {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.middle-49bb p:last-child {
  margin-bottom: 0;
}

.hero_glass_0934 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.input_slow_521a {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.full-6595 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.full-6595 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.full-6595 .table-9b1e {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.small_15da {
  max-width: 900px;
  margin: 0 auto;
}

.action_f141 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.panel-5614 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.panel-5614.fn-success-d3a3 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.motion-6112 {
  font-size: 3rem;
  line-height: 1;
}

.text-0a71 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.list-advanced-8ca8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.secondary_tiny_e1b9,
.grid-c82a {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.secondary_tiny_e1b9 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.grid-c82a h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.hero_93b8,
.notice-dynamic-50b5 {
  margin: 1.5rem 0;
}

.hero_93b8 li,
.notice-dynamic-50b5 li {
  margin-bottom: 1rem;
}

.wide-79bd {
  margin: 3rem 0;
}

.chip-b627 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.chip-b627 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.chip-b627 ol {
  margin: 1rem 0;
}

.chip-b627 li {
  margin-bottom: 0.75rem;
}

.tall_f0c0 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.breadcrumb-narrow-8930 {
  margin: 2rem 0;
}

.button-dirty-56b6 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.block_401a {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.prev-69fb {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.background_left_52fb {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.preview-6f1d {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.mask_rough_9808 {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.mask_rough_9808 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.middle_e666 {
  flex: 1;
}

.middle_e666 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.wide-cade {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.gradient-black-858d p {
  margin-bottom: 1rem;
}

.shade_black_06cb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.form-lower-bdb5 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.tabs_dim_c337 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.tabs_dim_c337 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.paper_35d8 h3 {
  margin-bottom: 1.5rem;
}

.heading-smooth-23bd {
  display: grid;
  gap: 2rem;
}

.tooltip-3670 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.tooltip-3670 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.tooltip-3670 h4 {
  margin: 0 0 0.25rem;
}

.tooltip-3670 p {
  margin: 0;
  font-size: 0.9375rem;
}

.liquid-3fd6 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.table_outer_c745 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.table_outer_c745 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.table_outer_c745 ul {
  margin: 1.5rem 0;
}

.table_outer_c745 li {
  margin-bottom: 0.75rem;
}

.video-warm-0aea {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.image_black_3be0 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.badge-c031 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.fluid-6a20 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.fluid-6a20 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.small-2b75 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.small-2b75 a {
  color: rgba(255, 255, 255, 0.8);
}

.lite-f7ee {
  list-style: none;
}

.lite-f7ee li {
  margin-bottom: 0.75rem;
}

.lite-f7ee a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.lite-f7ee a:hover {
  color: white;
}

.badge_a119 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.up_c33f {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.icon_out_f4cd {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.mask_835d {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.link_abdc {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .section-plasma-f1b2 {
    padding: 0 1.25rem;
  }

  /* Fix text overflow */
  h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    max-width: 100%;
  }

  /* Reduce heading sizes for mobile */
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  .sort_dynamic_a083 {
    font-size: 1.5rem !important;
  }

  .disabled-copper-8936 {
    font-size: 1.5rem !important;
  }

  p, li, td, th, span, div, strong {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
  }

  /* Force all containers to fit */
  .table-liquid-9054,
  .feature_5109,
  .breadcrumb_hovered_7255,
  .alert-smooth-f07e,
  .popup-ef06,
  .column-copper-a6e5,
  .middle-49bb,
  .header_steel_b3e3,
  .element_silver_3a70,
  .label-red-8e5d {
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }

  /* Long words in Indonesian */
  ul, ol {
    padding-left: 1.5rem;
    max-width: 100%;
  }

  /* Fix author-info layout on mobile */
  .hard_5d28 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .gallery-smooth-12b1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .sort_93a6 {
    flex-shrink: 0;
  }

  .middle_e666 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .description_5ced,
  .easy_04b9 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .easy_04b9 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .media_9df4 {
    display: none;
  }

  /* Show mobile actions */
  .panel_stale_4685 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .bottom_c943 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.5rem;
    border-radius: 8px;
    font-size: 0.65rem;
    font-weight: 600;
    color: white !important;
    text-decoration: none;
    transition: all 0.2s ease;
    gap: 0.15rem;
    min-width: 60px;
    max-width: 75px;
  }

  .bottom_c943 svg {
    flex-shrink: 0;
  }

  .bottom_c943 .slow_8b28 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .bottom_c943 .new_d68f {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .fresh_cc8d {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .article-wood-ce82 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .bottom_c943:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .carousel_8ba7 {
    display: block;
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    background-color: var(--bg-primary);
    list-style: none;
    padding: 1rem;
    box-shadow: var(--shadow-lg);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    max-height: calc(100vh - 75px);
    overflow-y: auto;
  }

  .carousel_8ba7.fn-active-d3a3 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .carousel_8ba7 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .carousel_8ba7 li:last-child {
    border-bottom: none;
  }

  .carousel_8ba7 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .secondary-23df {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    background-color: var(--bg-primary);
    flex-direction: column;
    align-items: stretch;
    padding: 1.5rem;
    box-shadow: var(--shadow-lg);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    max-height: calc(100vh - 65px);
    overflow-y: auto;
    gap: 0;
  }

  .secondary-23df li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .secondary-23df li:last-child {
    border-bottom: none;
  }

  .secondary-23df a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .message-mini-48b4 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .info_iron_1706 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .box-light-4141,
  .header-last-e2ff {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .box-light-4141 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .header-last-e2ff {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .secondary-23df.fn-active-d3a3 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .breadcrumb-a0a7 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .top_95b5 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .pressed_1df5 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .hover-hovered-c5e2 {
    margin-top: 0;
  }

  /* Hero section */
  .hover-hovered-c5e2 {
    padding: 2rem 0 1.5rem;
  }

  .disabled-copper-8936 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .element_silver_3a70 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .dark_cfc9 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .main-west-c2d6 {
    max-width: 100%;
    border-radius: 8px;
  }

  .focused-9f3b {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .dark-ffb1 {
    padding: 1rem;
  }

  .column_0e6a {
    font-size: 1.5rem;
  }

  .outline-solid-233c {
    font-size: 0.75rem;
  }

  .header_steel_b3e3 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .disabled-27d7 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .disabled-27d7 .table-9b1e {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }

  /* Typography */
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  /* TOC */
  .popup-fluid-03e4 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .right-eb54 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .tag_middle_5847 {
    margin-bottom: 1rem;
  }

  /* Author */
  .alert-f0dd {
    flex-direction: column;
  }

  .mask_rough_9808 {
    flex-direction: column;
  }

  /* Quotes */
  .popup-ef06 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .list-advanced-8ca8 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .background_left_52fb {
    flex-direction: column;
  }

  .background_left_52fb .table-9b1e {
    width: 100%;
  }

  /* Version comparison */
  .brown_c4ae {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .center_5cb3 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .badge-c031 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .icon_out_f4cd {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .main-south-7c0a,
  .hovered-cee6,
  .item_1561,
  .breadcrumb-middle-89f8,
  .upper-a820,
  .gallery_right_3a16 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .main-south-7c0a table,
  .hovered-cee6 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .last_f77a {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .section-plasma-f1b2 {
    padding: 0 1rem;
  }

  /* Reduce heading sizes even more for very small screens */
  h1 {
    font-size: 1.25rem;
  }

  h2 {
    font-size: 1.125rem;
  }

  h3 {
    font-size: 1rem;
  }

  .sort_dynamic_a083 {
    font-size: 1.25rem !important;
  }

  .disabled-copper-8936 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .top_95b5 {
    position: fixed;
  }

  .pressed_1df5 {
    padding: 0.625rem 0;
  }

  .image_736c img {
    height: 26px;
  }

  .secondary-23df {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .carousel_8ba7 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .bottom_c943 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .bottom_c943 svg {
    width: 18px;
    height: 18px;
  }

  .bottom_c943 .slow_8b28 {
    font-size: 0.7rem;
  }

  .bottom_c943 .new_d68f {
    font-size: 0.65rem;
  }

  .box-light-4141,
  .header-last-e2ff {
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
  }

  /* Ultra aggressive word breaking for small screens */
  * {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }

  /* Ensure no element exceeds viewport */
  body, .section-plasma-f1b2, .nav_out_c4cc, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .dark_cfc9 {
    padding: 1rem;
  }

  .focused-9f3b {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .dark-ffb1 {
    padding: 0.875rem;
  }

  .column_0e6a {
    font-size: 1.25rem;
  }

  .disabled-27d7 .table-9b1e {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .disabled-copper-8936 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .table-9b1e {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .modal_fluid_53de {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .right-eb54 {
    padding: 1rem;
  }

  .tag_middle_5847 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .table-liquid-9054,
  .form-old-2ce1,
  .tall_2d1a,
  .focus-tiny-a39f {
    padding: 1rem;
  }
}

@media print {
  .top_95b5,
  .button-cold-ffe0,
  .breadcrumb-a0a7,
  .table-9b1e,
  .image_black_3be0 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .section-plasma-f1b2 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.footer-south-aecc {
  margin-bottom: 3rem;
  text-align: center;
}

.sort_dynamic_a083 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.overlay_c878 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.tertiary-out-7b9c,
.secondary-huge-f435 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.layout_inner_1516 {
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.layout_inner_1516:hover {
  transform: translateY(-5px);
}

.layout_inner_1516 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.layout_inner_1516 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.popup-82de {
  margin: 3rem 0;
}

.north-36a9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.header_thick_5be7 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.header_thick_5be7:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.tertiary-fluid-3181 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.search-ec19 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.liquid_20c6 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.stale_4a46 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.section-81ed {
  display: flex;
  gap: 2rem;
  padding: 2.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  margin-bottom: 2rem;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
}

.section-81ed:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.section-81ed.iron_5f39 {
  border-left: 4px solid var(--primary-color);
}

.sidebar_east_a00c {
  flex-shrink: 0;
}

.sidebar_east_a00c svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.black-7a8a {
  flex: 1;
}

.black-7a8a h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.surface_0f71 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.hero-cff4,
.hidden-yellow-a791,
.upper-5e41 {
  margin-bottom: 1.5rem;
}

.hero-cff4 h4,
.hidden-yellow-a791 h4,
.upper-5e41 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-cff4 ul,
.hidden-yellow-a791 ul,
.upper-5e41 ul {
  list-style: none;
  padding: 0;
}

.hero-cff4 li,
.hidden-yellow-a791 li,
.upper-5e41 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.hero-cff4 li:before,
.hidden-yellow-a791 li:before,
.upper-5e41 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.message-cadc {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.message-cadc a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-primary);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.message-cadc a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.summary_over_fe37 { margin: 2rem 0; }
.accordion_east_ef90 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.accordion_east_ef90 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.component-8829 p { margin-bottom: 1rem; line-height: 1.7; }
.component-8829 strong { color: var(--text-primary); }
.component-8829 ul { list-style: none; padding-left: 0; }
.component-8829 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.component-8829 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.paragraph_26af { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.badge-inner-d4b0 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.badge-inner-d4b0:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.secondary_huge_879f { font-size: 3rem; margin-bottom: 1rem; }
.badge-inner-d4b0 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.badge-inner-d4b0 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.solid_69ec { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.solid_69ec span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.accent-3515 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.box-pro-5fbd { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.highlight_b5da { text-align: center; }
.sidebar-aa6d { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.shadow_north_351b { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.shade-baa6 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.pattern-3f88 { margin: 2rem 0; }
.focus_2cf7 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.focus_2cf7 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.focus_2cf7 p, .focus_2cf7 ul { line-height: 1.7; }
.focus_2cf7 ul { list-style: none; padding-left: 0; }
.focus_2cf7 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.focus_2cf7 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.primary-dd61 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.module_edde { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.pagination-purple-85b0 { text-align: center; }
.title-slow-8f13 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.panel_left_2439 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.active-yellow-9936 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.hidden_6bde { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.badge-down-065f { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.badge-down-065f:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.badge-down-065f h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.badge-down-065f p, .badge-down-065f ul { line-height: 1.7; }
.badge-down-065f ul { list-style: none; padding-left: 0; }
.badge-down-065f ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.badge-down-065f ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 93e7 */
.phantom-card-c9 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
