/* ============================================
   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 */
.new_102d p,
.row-smooth-5d69,
.menu-3bf5,
.stale_e59a,
.list-eb80,
.heading-2e38,
.popup-ee23,
.summary_9324 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.status_4207 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.status_4207 > *,
.panel_soft_0b54,
.new_102d,
.article-9e87 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .status_4207 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .status_4207 {
    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 === */
.left-4432 {
  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 */
.left-4432.hidden_4cc1 {
  box-shadow: var(--shadow-md);
}

.card_7977 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.video-a97f img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.list-wood-9bb7 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.out-3279 {
  display: none;
}

/* Hide mobile actions on desktop */
.gradient_current_169f {
  display: none;
}

.label_2b39 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.label_2b39 a:hover,
.label_2b39 a.fn-active-54b7 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.sidebar-lite-8bfb {
  margin-left: 1rem;
}

.up-0a07 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.accent_middle_6fd9,
.medium-87a5 {
  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;
}

.accent_middle_6fd9 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.accent_middle_6fd9: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;
}

.medium-87a5 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.medium-87a5: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;
}

.accent_middle_6fd9 svg,
.medium-87a5 svg {
  flex-shrink: 0;
}

.chip-last-4847 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.footer_hovered_6cee {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.footer_hovered_6cee::before,
.footer_hovered_6cee::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.footer_hovered_6cee::before {
  top: -7px;
}

.footer_hovered_6cee::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.bright_410b {
  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 === */
.slider_bronze_9d82 {
  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);
}

.hard-230a {
  margin: 0 0 2rem;
  text-align: center;
}

.list_a951 {
  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;
}

.list_a951:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.border_soft_409f {
  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);
}

.border_soft_409f strong {
  color: var(--primary-color);
  font-weight: 700;
}

.content-iron-958d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.up-03bd {
  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;
}

.up-03bd:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.media-simple-996c {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.texture_6ea8 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.avatar-bronze-6e5e {
  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);
}

.avatar-bronze-6e5e .complex_159f {
  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;
}

.avatar-bronze-6e5e .complex_159f svg {
  flex-shrink: 0;
}

.avatar-bronze-6e5e .form-6310 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.avatar-bronze-6e5e .form-6310: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);
}

.avatar-bronze-6e5e .wrapper-e4af {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.avatar-bronze-6e5e .wrapper-e4af: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) {
  .slider_bronze_9d82 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .list_a951 {
    max-width: 100%;
  }

  .content-iron-958d {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .up-03bd {
    padding: 1rem;
  }

  .media-simple-996c {
    font-size: 1.5rem;
  }

  .texture_6ea8 {
    font-size: 0.75rem;
  }

  .border_soft_409f {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .avatar-bronze-6e5e {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .avatar-bronze-6e5e .complex_159f {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .content-iron-958d {
    grid-template-columns: 1fr;
  }
}

.shadow-fresh-8697 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.alert-ed01 {
  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 === */
.dynamic-8706 {
  margin-bottom: 2.5rem;
}

.narrow_51a0 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.shadow-fresh-8697 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.new_d099 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.picture_bottom_885d {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.left_b452 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.form_inner_b7dc {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.focus_c450 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.card_iron_4732 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.info-in-3755 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.info-in-3755 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.item_fixed_de73 {
  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);
}

.in-180b {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.outer_557c {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.main_b3a9 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.mini_b9de {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.caption-hard-bfd5 {
  display: grid;
  gap: 1rem;
}

.column_a9af {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.badge_c78e {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.pagination-cdfc {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.notification_9a8a {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.feature-narrow-e444 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.outer-c776 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.outer-c776 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.row-smooth-5d69 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.icon_outer_c0a2 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.focus_thick_0cb9 {
  display: grid;
  gap: 2rem;
}

.small_4f6c {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.picture_bottom_885d {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.new_d099 {
  flex: 1;
}

.form_inner_b7dc {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.form_inner_b7dc a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.avatar-green-007e {
  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;
}

.focus_c450 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.solid-8ea1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.solid-8ea1 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.shadow-pro-3b66 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.shadow-pro-3b66 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.gas-86bb {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.gas-86bb strong {
  display: block;
  margin-bottom: 0.75rem;
}

.gas-86bb ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.gas-86bb li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.hard_6bda {
  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 === */
.status-in-4218 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.shade-fa7f {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.fresh_28aa {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.active_tiny_3be5 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.active_tiny_3be5 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.active_tiny_3be5 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.active_tiny_3be5 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;
}

.active_tiny_3be5 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.active_tiny_3be5 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.new_102d {
  padding: 3rem 0 5rem;
}

.article-9e87 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.article-9e87.accent-first-708b {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.menu-3bf5 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.secondary-82a5 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.accent_liquid_75f5 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.accent_liquid_75f5 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.search_upper_6f8f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.form_current_14b4 {
  text-align: center;
}

.thick-f631 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.header-yellow-0d89 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.highlight-cdb0 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.heading-2e38 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.stale_e59a {
  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;
}

.stale_e59a * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.stale_e59a:hover {
  box-shadow: var(--shadow-lg);
}

.stale_e59a.link-dynamic-4128 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.stale_e59a h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.stale_e59a ul {
  margin: 1rem 0;
}

.stale_e59a li {
  margin-bottom: 0.75rem;
}

.hero_fresh_fa7f {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.right-3c4d {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.right-3c4d a {
  font-weight: 600;
}

/* === Data Tables === */
.list-4bbc {
  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;
}

.list-4bbc table {
  width: 100%;
  min-width: 600px;
}

.list-4bbc thead {
  background-color: var(--primary-color);
  color: white;
}

.list-4bbc th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.list-4bbc td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.list-4bbc tbody tr:hover {
  background-color: var(--bg-secondary);
}

.list-4bbc tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.item-c174 {
  list-style: none;
  margin: 1.5rem 0;
}

.item-c174 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.item-c174 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.medium_c17d::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-54b7::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 === */
.block-78c2 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.simple_d7cf {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.simple_d7cf img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.simple_d7cf strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.simple_d7cf span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.block-78c2 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.popup-ee23 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.popup-ee23::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.glass_ea58 {
  position: relative;
  margin-bottom: 3rem;
}

.feature_cool_4eb2 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.feature_cool_4eb2 .plasma-5943 {
  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;
}

.gradient-78c9 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.gradient-78c9 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.gradient-78c9 ul {
  margin: 1rem 0;
}

.gradient-78c9 li {
  margin-bottom: 0.75rem;
}

.text-2f92 {
  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 === */
.highlight_over_d207 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.highlight_over_d207 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.advanced_173d {
  list-style: none;
  margin: 1.5rem 0;
}

.advanced_173d li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.advanced_173d a {
  font-weight: 600;
}

.modal-next-7fe3 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.summary_9324 {
  margin: 2.5rem 0;
}

.banner-cool-252f {
  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;
}

.banner-cool-252f:hover {
  box-shadow: var(--shadow-lg);
}

.banner-cool-252f.huge_7740 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.east-2e0d {
  flex-shrink: 0;
}

.east-2e0d 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);
}

.search_in_e7b6 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.tall-5a5c,
.description_ee26,
.feature-b059 {
  width: 100%;
  margin: 1.5rem 0;
}

.dirty_0db1 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.dirty_0db1 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.next_f7a6 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.next_f7a6 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.simple_90f2 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.simple_90f2 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.short_975f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.input_paper_b0e0 {
  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;
}

.input_paper_b0e0:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.input_paper_b0e0.top_19ee {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.input_paper_b0e0 .white_69f9 {
  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;
}

.input_paper_b0e0 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.link_fixed_2610 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.link-blue-f098 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.link-blue-f098 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.simple_b127 {
  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 === */
.complex_159f {
  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;
}

.form-6310 {
  background-color: var(--primary-color);
  color: white;
}

.form-6310:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.wrapper-e4af {
  background-color: var(--text-secondary);
  color: white;
}

.wrapper-e4af:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.accent-352d {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.accent-352d:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.filter-white-337b {
  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;
}

.filter-white-337b:hover {
  background-color: var(--primary-dark);
}

.thumbnail-1055 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.orange-874e {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.filter-b86a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.hard-9758 {
  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 === */
.block-narrow-8e64 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.modal_gas_3635 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.modal_gas_3635 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.iron-9fe0 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.glass-aef5 {
  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;
}

.item-3933 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.inner_ddb8 {
  list-style: none;
  counter-reset: rank-counter;
}

.inner_ddb8 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.inner_ddb8 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;
}

.carousel_3403 {
  list-style: none;
}

.carousel_3403 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.heading_57b0 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.link-static-0b9e {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.link-static-0b9e .shade_8f21 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.link-static-0b9e .icon-d323 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.gold_95ef {
  margin-top: 3rem;
}

.grid_ecef {
  width: 100%;
}

.main_stone_f6b6 {
  background-color: #fef3c7;
}

.lite_e68f {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.sort_prev_9dfb {
  margin: 3rem 0;
}

.container-liquid-2964 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.bottom_1604 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.bottom_1604:hover {
  box-shadow: var(--shadow-lg);
}

.bottom_1604.pagination_glass_ed0e {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.iron-f44a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.silver-6c85 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.silver-6c85 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.notification-da48 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.bottom_1604 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.bottom_916c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.huge-30d3 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.paragraph-9420 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.frame_858e {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.slow_a4de {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.highlight_glass_9f5f {
  margin-top: 1rem;
}

/* === FAQ Section === */
.gradient-7ff3 {
  max-width: 900px;
  margin: 0 auto;
}

.media-53e1 {
  margin: 2rem 0;
}

.slider-center-1e28 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.slider-center-1e28 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.slider-center-1e28 summary::-webkit-details-marker {
  display: none;
}

.slider-center-1e28 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.brown_96e2 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.slider-center-1e28[open] .brown_96e2 {
  transform: rotate(45deg);
}

.border_yellow_a316 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.border_yellow_a316 p:last-child {
  margin-bottom: 0;
}

.summary_9d7a {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.fluid_f3a0 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.iron-b2fd {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.iron-b2fd p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.iron-b2fd .complex_159f {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.heading_plasma_f0dc {
  max-width: 900px;
  margin: 0 auto;
}

.mask-f780 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.label-outer-4999 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.label-outer-4999.fn-success-54b7 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.main_in_70b2 {
  font-size: 3rem;
  line-height: 1;
}

.aside-be08 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.layout_8e49 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.selected-3bbc,
.avatar-active-f6bd {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.selected-3bbc h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.avatar-active-f6bd h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.stale-45ee,
.dynamic-25ba {
  margin: 1.5rem 0;
}

.stale-45ee li,
.dynamic-25ba li {
  margin-bottom: 1rem;
}

.smooth-d306 {
  margin: 3rem 0;
}

.alert-cold-f8eb {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.alert-cold-f8eb h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.alert-cold-f8eb ol {
  margin: 1rem 0;
}

.alert-cold-f8eb li {
  margin-bottom: 0.75rem;
}

.backdrop-solid-f00d {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.glass-cec7 {
  margin: 2rem 0;
}

.primary_fresh_77d6 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.gradient_fresh_9521 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.heading-25d4 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.inner_a0f7 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.action_e624 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.slider-3137 {
  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;
}

.slider-3137 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.left_b452 {
  flex: 1;
}

.left_b452 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.backdrop-57d1 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.button-2a8d p {
  margin-bottom: 1rem;
}

.disabled-3606 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.hidden_rough_9773 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.header_e4ec {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.header_e4ec a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.notification_2904 h3 {
  margin-bottom: 1.5rem;
}

.medium-fc62 {
  display: grid;
  gap: 2rem;
}

.copper_4634 {
  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;
}

.copper_4634 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.copper_4634 h4 {
  margin: 0 0 0.25rem;
}

.copper_4634 p {
  margin: 0;
  font-size: 0.9375rem;
}

.clean_477c {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.hot_aa6d {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.hot_aa6d h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.hot_aa6d ul {
  margin: 1.5rem 0;
}

.hot_aa6d li {
  margin-bottom: 0.75rem;
}

.preview-6bd7 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.media_6cdb {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.wood-aa78 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.current_70e5 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.current_70e5 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.north-ee34 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.north-ee34 a {
  color: rgba(255, 255, 255, 0.8);
}

.short_68f9 {
  list-style: none;
}

.short_68f9 li {
  margin-bottom: 0.75rem;
}

.short_68f9 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.short_68f9 a:hover {
  color: white;
}

.notification_hard_6eb3 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.shadow-084b {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.hover-complex-c662 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.outer-25bb {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.nav-2a5e {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .status_4207 {
    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;
  }

  .focus-hard-b393 {
    font-size: 1.5rem !important;
  }

  .narrow_51a0 {
    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 */
  .stale_e59a,
  .list-eb80,
  .gradient-78c9,
  .search_in_e7b6,
  .iron-f44a,
  .bottom_1604,
  .border_yellow_a316,
  .border_soft_409f,
  .row-smooth-5d69,
  .menu-3bf5 {
    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 */
  .shadow-fresh-8697 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .new_d099 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .picture_bottom_885d {
    flex-shrink: 0;
  }

  .left_b452 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .form_inner_b7dc,
  .focus_c450 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .focus_c450 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .list-wood-9bb7 {
    display: none;
  }

  /* Show mobile actions */
  .gradient_current_169f {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .carousel_tiny_d325 {
    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;
  }

  .carousel_tiny_d325 svg {
    flex-shrink: 0;
  }

  .carousel_tiny_d325 .cool-e72d {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .carousel_tiny_d325 .main_prev_2db7 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .action_c780 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .tiny_4f51 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .carousel_tiny_d325:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .out-3279 {
    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;
  }

  .out-3279.fn-active-54b7 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .out-3279 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .out-3279 li:last-child {
    border-bottom: none;
  }

  .out-3279 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .label_2b39 {
    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;
  }

  .label_2b39 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .label_2b39 li:last-child {
    border-bottom: none;
  }

  .label_2b39 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .sidebar-lite-8bfb {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .up-0a07 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .accent_middle_6fd9,
  .medium-87a5 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .accent_middle_6fd9 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .medium-87a5 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .label_2b39.fn-active-54b7 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .chip-last-4847 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .left-4432 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .card_7977 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .bright_410b {
    margin-top: 0;
  }

  /* Hero section */
  .bright_410b {
    padding: 2rem 0 1.5rem;
  }

  .narrow_51a0 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .row-smooth-5d69 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .slider_bronze_9d82 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .list_a951 {
    max-width: 100%;
    border-radius: 8px;
  }

  .content-iron-958d {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .up-03bd {
    padding: 1rem;
  }

  .media-simple-996c {
    font-size: 1.5rem;
  }

  .texture_6ea8 {
    font-size: 0.75rem;
  }

  .border_soft_409f {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .avatar-bronze-6e5e {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .avatar-bronze-6e5e .complex_159f {
    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 */
  .fresh_28aa {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .banner-cool-252f {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .east-2e0d {
    margin-bottom: 1rem;
  }

  /* Author */
  .small_4f6c {
    flex-direction: column;
  }

  .slider-3137 {
    flex-direction: column;
  }

  /* Quotes */
  .iron-f44a {
    flex-direction: column;
  }

  /* Pros/Cons */
  .layout_8e49 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .inner_a0f7 {
    flex-direction: column;
  }

  .inner_a0f7 .complex_159f {
    width: 100%;
  }

  /* Version comparison */
  .short_975f {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .block-narrow-8e64 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .wood-aa78 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hover-complex-c662 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .list-4bbc,
  .description_ee26,
  .out_291e,
  .grid_ecef,
  .tall-5a5c,
  .feature-b059 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .list-4bbc table,
  .description_ee26 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .simple_b127 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .status_4207 {
    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;
  }

  .focus-hard-b393 {
    font-size: 1.25rem !important;
  }

  .narrow_51a0 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .left-4432 {
    position: fixed;
  }

  .card_7977 {
    padding: 0.625rem 0;
  }

  .video-a97f img {
    height: 26px;
  }

  .label_2b39 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .out-3279 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .carousel_tiny_d325 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .carousel_tiny_d325 svg {
    width: 18px;
    height: 18px;
  }

  .carousel_tiny_d325 .cool-e72d {
    font-size: 0.7rem;
  }

  .carousel_tiny_d325 .main_prev_2db7 {
    font-size: 0.65rem;
  }

  .accent_middle_6fd9,
  .medium-87a5 {
    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, .status_4207, .panel_soft_0b54, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .slider_bronze_9d82 {
    padding: 1rem;
  }

  .content-iron-958d {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .up-03bd {
    padding: 0.875rem;
  }

  .media-simple-996c {
    font-size: 1.25rem;
  }

  .avatar-bronze-6e5e .complex_159f {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .narrow_51a0 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .complex_159f {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .thumbnail-1055 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .banner-cool-252f {
    padding: 1rem;
  }

  .east-2e0d span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .stale_e59a,
  .article_purple_8755,
  .tertiary_focused_bafb,
  .blue-a74e {
    padding: 1rem;
  }
}

@media print {
  .left-4432,
  .status-in-4218,
  .chip-last-4847,
  .complex_159f,
  .media_6cdb {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .status_4207 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.component_complex_6a41 {
  margin-bottom: 3rem;
  text-align: center;
}

.focus-hard-b393 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.heading_hot_7816 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.pattern_brown_38e9,
.secondary-bdc3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.thumbnail_last_f3fc {
  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;
}

.thumbnail_last_f3fc:hover {
  transform: translateY(-5px);
}

.thumbnail_last_f3fc strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.thumbnail_last_f3fc span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.slider_huge_fc1a {
  margin: 3rem 0;
}

.carousel-plasma-8328 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.link_pressed_4b84 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.link_pressed_4b84:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.progress-right-ad4a {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.full_3e80 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.summary_6074 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.light-6a63 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.white_4a1c {
  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;
}

.white_4a1c:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.white_4a1c.tooltip_cfc8 {
  border-left: 4px solid var(--primary-color);
}

.primary_8673 {
  flex-shrink: 0;
}

.primary_8673 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.black-d708 {
  flex: 1;
}

.black-d708 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.pressed_0825 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.thick_7ee0,
.red_3124,
.message_middle_13df {
  margin-bottom: 1.5rem;
}

.thick_7ee0 h4,
.red_3124 h4,
.message_middle_13df h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.thick_7ee0 ul,
.red_3124 ul,
.message_middle_13df ul {
  list-style: none;
  padding: 0;
}

.thick_7ee0 li,
.red_3124 li,
.message_middle_13df li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.thick_7ee0 li:before,
.red_3124 li:before,
.message_middle_13df li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.item-tall-abb9 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.item-tall-abb9 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;
}

.item-tall-abb9 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.shadow_left_dd01 { margin: 2rem 0; }
.tertiary_dim_6136 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.tertiary_dim_6136 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.breadcrumb-in-085e p { margin-bottom: 1rem; line-height: 1.7; }
.breadcrumb-in-085e strong { color: var(--text-primary); }
.breadcrumb-in-085e ul { list-style: none; padding-left: 0; }
.breadcrumb-in-085e ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.breadcrumb-in-085e ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.disabled-under-39b6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.stone_77c1 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.stone_77c1:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.notification-selected-3ec7 { font-size: 3rem; margin-bottom: 1rem; }
.stone_77c1 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.stone_77c1 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.column-b78d { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.column-b78d span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.next-30ff { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.full-b8ed { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.modal_d400 { text-align: center; }
.backdrop_plasma_f89e { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.info-1508 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.image_selected_c282 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.gallery_c768 { margin: 2rem 0; }
.footer-6470 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.footer-6470 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.footer-6470 p, .footer-6470 ul { line-height: 1.7; }
.footer-6470 ul { list-style: none; padding-left: 0; }
.footer-6470 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.footer-6470 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.new_51ca { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.sort_05f8 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.widget-59c3 { text-align: center; }
.first-8374 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.component_outer_cbda { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.widget_south_b1f3 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.menu_1464 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.smooth_bb77 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.smooth_bb77:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.smooth_bb77 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.smooth_bb77 p, .smooth_bb77 ul { line-height: 1.7; }
.smooth_bb77 ul { list-style: none; padding-left: 0; }
.smooth_bb77 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.smooth_bb77 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 51d9 */
.promo-block-n8 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
