/* ============================================
   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 */
.highlight-2a77 p,
.disabled_up_5746,
.aside_00c7,
.logo-dark-ecfe,
.status-c107,
.iron-aa27,
.background-motion-37e7,
.badge-d13e {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.current_70fe {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.current_70fe > *,
.silver_88f5,
.highlight-2a77,
.medium_551d {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .current_70fe {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .current_70fe {
    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 === */
.breadcrumb-basic-73f5 {
  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 */
.breadcrumb-basic-73f5.sort-narrow-2b75 {
  box-shadow: var(--shadow-md);
}

.next-a2a3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.progress_0f0b img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.column-f81d {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.south-c6db {
  display: none;
}

/* Hide mobile actions on desktop */
.sidebar_hard_8e3c {
  display: none;
}

.grid_daba a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.grid_daba a:hover,
.grid_daba a.fn-active-6ee3 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.upper_d90b {
  margin-left: 1rem;
}

.link_4779 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.secondary-white-0609,
.white_caca {
  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;
}

.secondary-white-0609 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.secondary-white-0609: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;
}

.white_caca {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.white_caca: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;
}

.secondary-white-0609 svg,
.white_caca svg {
  flex-shrink: 0;
}

.active_9c60 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.south-8df6 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.south-8df6::before,
.south-8df6::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.south-8df6::before {
  top: -7px;
}

.south-8df6::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.hot-1ef9 {
  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 === */
.card_fresh_e079 {
  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);
}

.frame-f3a5 {
  margin: 0 0 2rem;
  text-align: center;
}

.heading_6a4a {
  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;
}

.heading_6a4a:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.secondary_8c43 {
  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);
}

.secondary_8c43 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.row_6601 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.backdrop_3ade {
  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;
}

.backdrop_3ade:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.cold_2fef {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.sidebar-focused-93d4 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.chip_north_3d0a {
  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);
}

.chip_north_3d0a .action-283c {
  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;
}

.chip_north_3d0a .action-283c svg {
  flex-shrink: 0;
}

.chip_north_3d0a .tooltip_in_06ff {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.chip_north_3d0a .tooltip_in_06ff: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);
}

.chip_north_3d0a .texture-liquid-10f3 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.chip_north_3d0a .texture-liquid-10f3: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) {
  .card_fresh_e079 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .heading_6a4a {
    max-width: 100%;
  }

  .row_6601 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .backdrop_3ade {
    padding: 1rem;
  }

  .cold_2fef {
    font-size: 1.5rem;
  }

  .sidebar-focused-93d4 {
    font-size: 0.75rem;
  }

  .secondary_8c43 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .chip_north_3d0a {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .chip_north_3d0a .action-283c {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .row_6601 {
    grid-template-columns: 1fr;
  }
}

.sidebar_plasma_34c8 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.wide_acce {
  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 === */
.complex_455d {
  margin-bottom: 2.5rem;
}

.highlight-left-1646 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.sidebar_plasma_34c8 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.hidden_west_835b {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hard-3d5e {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.carousel_a25f {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.highlight_steel_8130 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.content_slow_26b9 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.easy-a2bb {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.footer_easy_66f3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.footer_easy_66f3 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.thick_9a8f {
  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);
}

.gas-fd9f {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.dropdown_0da7 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.widget-hovered-0e12 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.clean_3ae6 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.container-liquid-be9a {
  display: grid;
  gap: 1rem;
}

.tooltip_75e0 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.texture_plasma_e362 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.gold-6912 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.button-under-48f6 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.fluid-86ba {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.modal_full_7ace {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.modal_full_7ace p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.disabled_up_5746 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.paragraph_fe56 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.summary-10bb {
  display: grid;
  gap: 2rem;
}

.chip_7472 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.hard-3d5e {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.hidden_west_835b {
  flex: 1;
}

.highlight_steel_8130 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.highlight_steel_8130 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.huge_9e59 {
  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;
}

.content_slow_26b9 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.orange-0680 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.orange-0680 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.picture_bottom_8df4 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.picture_bottom_8df4 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.carousel_hard_4b38 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.carousel_hard_4b38 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.carousel_hard_4b38 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.carousel_hard_4b38 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.top-ded6 {
  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 === */
.brown-a149 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.message_3236 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.focus-8d66 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.dim_dd21 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.dim_dd21 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.dim_dd21 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.dim_dd21 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;
}

.dim_dd21 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.dim_dd21 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.highlight-2a77 {
  padding: 3rem 0 5rem;
}

.medium_551d {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.medium_551d.slider_fc18 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.aside_00c7 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.orange_c914 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.footer_hard_7190 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.footer_hard_7190 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.dark-7b43 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.easy_1e78 {
  text-align: center;
}

.hover_slow_ee1d {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.heading-1a45 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.item-cold-2ef9 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.iron-aa27 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.logo-dark-ecfe {
  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;
}

.logo-dark-ecfe * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.logo-dark-ecfe:hover {
  box-shadow: var(--shadow-lg);
}

.logo-dark-ecfe.white_4315 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.logo-dark-ecfe h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.logo-dark-ecfe ul {
  margin: 1rem 0;
}

.logo-dark-ecfe li {
  margin-bottom: 0.75rem;
}

.dirty-0092 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.grid-2cfe {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.grid-2cfe a {
  font-weight: 600;
}

/* === Data Tables === */
.white_c2ed {
  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;
}

.white_c2ed table {
  width: 100%;
  min-width: 600px;
}

.white_c2ed thead {
  background-color: var(--primary-color);
  color: white;
}

.white_c2ed th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.white_c2ed td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.white_c2ed tbody tr:hover {
  background-color: var(--bg-secondary);
}

.white_c2ed tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.mask-under-0cc1 {
  list-style: none;
  margin: 1.5rem 0;
}

.mask-under-0cc1 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.mask-under-0cc1 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.hot_6f4c::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-6ee3::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 === */
.secondary_3a70 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.lite-2148 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.lite-2148 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.lite-2148 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.lite-2148 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.secondary_3a70 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.background-motion-37e7 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.background-motion-37e7::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.tall-46aa {
  position: relative;
  margin-bottom: 3rem;
}

.tiny_4991 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.tiny_4991 .layout_8411 {
  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;
}

.current-c1ed {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.current-c1ed h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.current-c1ed ul {
  margin: 1rem 0;
}

.current-c1ed li {
  margin-bottom: 0.75rem;
}

.grid-175e {
  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 === */
.yellow-9661 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.yellow-9661 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.pagination-pink-4b4f {
  list-style: none;
  margin: 1.5rem 0;
}

.pagination-pink-4b4f li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.pagination-pink-4b4f a {
  font-weight: 600;
}

.widget-64d3 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.badge-d13e {
  margin: 2.5rem 0;
}

.dropdown_small_089c {
  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;
}

.dropdown_small_089c:hover {
  box-shadow: var(--shadow-lg);
}

.dropdown_small_089c.dynamic-34f8 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.background_7ddf {
  flex-shrink: 0;
}

.background_7ddf 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);
}

.header_bae6 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.lower-d710,
.image-9279,
.focused-91d0 {
  width: 100%;
  margin: 1.5rem 0;
}

.full_e2d5 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.full_e2d5 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.menu-6271 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.menu-6271 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.paragraph-upper-feb2 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.paragraph-upper-feb2 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.outline_gold_4c14 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.texture-selected-1d0c {
  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;
}

.texture-selected-1d0c:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.texture-selected-1d0c.video_current_9916 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.texture-selected-1d0c .texture-6032 {
  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;
}

.texture-selected-1d0c h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.secondary_4ab0 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.sidebar_18de {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.sidebar_18de label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.filter-hot-d45b {
  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 === */
.action-283c {
  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;
}

.tooltip_in_06ff {
  background-color: var(--primary-color);
  color: white;
}

.tooltip_in_06ff:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.texture-liquid-10f3 {
  background-color: var(--text-secondary);
  color: white;
}

.texture-liquid-10f3:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.icon_thick_3f62 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.icon_thick_3f62:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.overlay-hovered-f202 {
  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;
}

.overlay-hovered-f202:hover {
  background-color: var(--primary-dark);
}

.old-cc87 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.south_b12a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.aside_west_0471 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.menu-67b1 {
  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 === */
.wrapper_rough_71e8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.outline_95ab {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.outline_95ab h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.section_out_81fd {
  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_middle_b2ca {
  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;
}

.picture_8d51 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.prev_e32d {
  list-style: none;
  counter-reset: rank-counter;
}

.prev_e32d li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.prev_e32d 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;
}

.frame-west-fd9a {
  list-style: none;
}

.frame-west-fd9a li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.focus_2611 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.current-2b27 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.current-2b27 .highlight-wide-192c {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.current-2b27 .pattern_lower_c4de {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.accent_tiny_9c3c {
  margin-top: 3rem;
}

.bronze-a503 {
  width: 100%;
}

.steel-ec08 {
  background-color: #fef3c7;
}

.black_d9e0 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.cold_3a58 {
  margin: 3rem 0;
}

.center-563f {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.paragraph_stone_9757 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.paragraph_stone_9757:hover {
  box-shadow: var(--shadow-lg);
}

.paragraph_stone_9757.background_in_3740 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.column-97f6 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.media_wide_7f27 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.media_wide_7f27 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.rough-fc98 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.paragraph_stone_9757 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.status-78ba {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.pattern_simple_bd8c {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.current_afcd {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.nav_8cc4 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.basic_9389 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.container-narrow-caa9 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.progress_pink_508b {
  max-width: 900px;
  margin: 0 auto;
}

.focus_over_f305 {
  margin: 2rem 0;
}

.card_291c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.card_291c summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.card_291c summary::-webkit-details-marker {
  display: none;
}

.card_291c summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.modal_hard_5889 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.card_291c[open] .modal_hard_5889 {
  transform: rotate(45deg);
}

.thick_220d {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.thick_220d p:last-child {
  margin-bottom: 0;
}

.article-7923 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.list_warm_2830 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.solid_40f9 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.solid_40f9 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.solid_40f9 .action-283c {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.selected_38a4 {
  max-width: 900px;
  margin: 0 auto;
}

.tooltip-a608 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.modal_3936 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.modal_3936.fn-success-6ee3 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.left-873a {
  font-size: 3rem;
  line-height: 1;
}

.module_bottom_f7a7 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.soft_1435 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.south_7fb5,
.content-f9c3 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.south_7fb5 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.content-f9c3 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.sort-03e2,
.slider_fast_74f5 {
  margin: 1.5rem 0;
}

.sort-03e2 li,
.slider_fast_74f5 li {
  margin-bottom: 1rem;
}

.black-9012 {
  margin: 3rem 0;
}

.accent_b816 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.accent_b816 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.accent_b816 ol {
  margin: 1rem 0;
}

.accent_b816 li {
  margin-bottom: 0.75rem;
}

.thumbnail_basic_c862 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.video_new_9caf {
  margin: 2rem 0;
}

.silver-b2ee {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.icon_0d72 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.item-rough-463c {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.box-fluid-4a87 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.component_light_d877 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.brown-c575 {
  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;
}

.brown-c575 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.carousel_a25f {
  flex: 1;
}

.carousel_a25f h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.alert-ca91 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.hover-3798 p {
  margin-bottom: 1rem;
}

.article_warm_1182 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.steel_cc6b {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.item_large_81fc {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.item_large_81fc a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.basic_a37d h3 {
  margin-bottom: 1.5rem;
}

.shade_gold_f056 {
  display: grid;
  gap: 2rem;
}

.module-middle-8748 {
  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;
}

.module-middle-8748 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.module-middle-8748 h4 {
  margin: 0 0 0.25rem;
}

.module-middle-8748 p {
  margin: 0;
  font-size: 0.9375rem;
}

.out_4636 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.hero-last-f1ae {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.hero-last-f1ae h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.hero-last-f1ae ul {
  margin: 1.5rem 0;
}

.hero-last-f1ae li {
  margin-bottom: 0.75rem;
}

.carousel-fresh-9b07 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.row_b8a0 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.block-top-df61 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.wrapper_action_8564 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.wrapper_action_8564 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.up_03fc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.up_03fc a {
  color: rgba(255, 255, 255, 0.8);
}

.tabs_cce6 {
  list-style: none;
}

.tabs_cce6 li {
  margin-bottom: 0.75rem;
}

.tabs_cce6 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.tabs_cce6 a:hover {
  color: white;
}

.inner-181c {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.texture-5761 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.small-0dc4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.upper-757b {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.carousel-c847 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .current_70fe {
    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;
  }

  .form-white-4e96 {
    font-size: 1.5rem !important;
  }

  .highlight-left-1646 {
    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 */
  .logo-dark-ecfe,
  .status-c107,
  .current-c1ed,
  .header_bae6,
  .column-97f6,
  .paragraph_stone_9757,
  .thick_220d,
  .secondary_8c43,
  .disabled_up_5746,
  .aside_00c7 {
    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 */
  .sidebar_plasma_34c8 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .hidden_west_835b {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .hard-3d5e {
    flex-shrink: 0;
  }

  .carousel_a25f {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .highlight_steel_8130,
  .content_slow_26b9 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .content_slow_26b9 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .column-f81d {
    display: none;
  }

  /* Show mobile actions */
  .sidebar_hard_8e3c {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .progress_a47a {
    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;
  }

  .progress_a47a svg {
    flex-shrink: 0;
  }

  .progress_a47a .outer-b8cb {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .progress_a47a .gradient-hard-0b39 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .logo_a67c {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .badge_static_8990 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .progress_a47a:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .south-c6db {
    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;
  }

  .south-c6db.fn-active-6ee3 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .south-c6db li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .south-c6db li:last-child {
    border-bottom: none;
  }

  .south-c6db a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .grid_daba {
    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;
  }

  .grid_daba li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .grid_daba li:last-child {
    border-bottom: none;
  }

  .grid_daba a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .upper_d90b {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .link_4779 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .secondary-white-0609,
  .white_caca {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .secondary-white-0609 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .white_caca {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .grid_daba.fn-active-6ee3 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .active_9c60 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .breadcrumb-basic-73f5 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .next-a2a3 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .hot-1ef9 {
    margin-top: 0;
  }

  /* Hero section */
  .hot-1ef9 {
    padding: 2rem 0 1.5rem;
  }

  .highlight-left-1646 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .disabled_up_5746 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .card_fresh_e079 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .heading_6a4a {
    max-width: 100%;
    border-radius: 8px;
  }

  .row_6601 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .backdrop_3ade {
    padding: 1rem;
  }

  .cold_2fef {
    font-size: 1.5rem;
  }

  .sidebar-focused-93d4 {
    font-size: 0.75rem;
  }

  .secondary_8c43 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .chip_north_3d0a {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .chip_north_3d0a .action-283c {
    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 */
  .focus-8d66 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .dropdown_small_089c {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .background_7ddf {
    margin-bottom: 1rem;
  }

  /* Author */
  .chip_7472 {
    flex-direction: column;
  }

  .brown-c575 {
    flex-direction: column;
  }

  /* Quotes */
  .column-97f6 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .soft_1435 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .box-fluid-4a87 {
    flex-direction: column;
  }

  .box-fluid-4a87 .action-283c {
    width: 100%;
  }

  /* Version comparison */
  .outline_gold_4c14 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .wrapper_rough_71e8 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .block-top-df61 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .small-0dc4 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .white_c2ed,
  .image-9279,
  .footer_dim_d787,
  .bronze-a503,
  .lower-d710,
  .focused-91d0 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .white_c2ed table,
  .image-9279 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .filter-hot-d45b {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .current_70fe {
    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;
  }

  .form-white-4e96 {
    font-size: 1.25rem !important;
  }

  .highlight-left-1646 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .breadcrumb-basic-73f5 {
    position: fixed;
  }

  .next-a2a3 {
    padding: 0.625rem 0;
  }

  .progress_0f0b img {
    height: 26px;
  }

  .grid_daba {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .south-c6db {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .progress_a47a {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .progress_a47a svg {
    width: 18px;
    height: 18px;
  }

  .progress_a47a .outer-b8cb {
    font-size: 0.7rem;
  }

  .progress_a47a .gradient-hard-0b39 {
    font-size: 0.65rem;
  }

  .secondary-white-0609,
  .white_caca {
    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, .current_70fe, .silver_88f5, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .card_fresh_e079 {
    padding: 1rem;
  }

  .row_6601 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .backdrop_3ade {
    padding: 0.875rem;
  }

  .cold_2fef {
    font-size: 1.25rem;
  }

  .chip_north_3d0a .action-283c {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .highlight-left-1646 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .action-283c {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .old-cc87 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .dropdown_small_089c {
    padding: 1rem;
  }

  .background_7ddf span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .logo-dark-ecfe,
  .center-6fec,
  .grid-copper-9fde,
  .footer_abd8 {
    padding: 1rem;
  }
}

@media print {
  .breadcrumb-basic-73f5,
  .brown-a149,
  .active_9c60,
  .action-283c,
  .row_b8a0 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .current_70fe {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.static_15d4 {
  margin-bottom: 3rem;
  text-align: center;
}

.form-white-4e96 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.breadcrumb_2bbb {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.panel-gas-3bcb,
.bright_5c83 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.action-6014 {
  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;
}

.action-6014:hover {
  transform: translateY(-5px);
}

.action-6014 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.action-6014 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.modal-dark-2189 {
  margin: 3rem 0;
}

.white_11a9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.popup_025f {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.popup_025f:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.fixed_e821 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.action_825b {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.top_cfb3 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.feature_499c {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.article-green-f0f6 {
  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;
}

.article-green-f0f6:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.article-green-f0f6.accordion_eada {
  border-left: 4px solid var(--primary-color);
}

.dark_69d3 {
  flex-shrink: 0;
}

.dark_69d3 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.tooltip-26ec {
  flex: 1;
}

.tooltip-26ec h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.nav_inner_3aee {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.frame_small_407b,
.under-0978,
.box_cool_098a {
  margin-bottom: 1.5rem;
}

.frame_small_407b h4,
.under-0978 h4,
.box_cool_098a h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.frame_small_407b ul,
.under-0978 ul,
.box_cool_098a ul {
  list-style: none;
  padding: 0;
}

.frame_small_407b li,
.under-0978 li,
.box_cool_098a li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.frame_small_407b li:before,
.under-0978 li:before,
.box_cool_098a li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.narrow_be8c {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.narrow_be8c 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;
}

.narrow_be8c a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.detail-thick-c715 { margin: 2rem 0; }
.thick-986f { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.thick-986f h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.widget_large_8e71 p { margin-bottom: 1rem; line-height: 1.7; }
.widget_large_8e71 strong { color: var(--text-primary); }
.widget_large_8e71 ul { list-style: none; padding-left: 0; }
.widget_large_8e71 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.widget_large_8e71 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.block-south-3bf4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.focus_7222 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.focus_7222:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.hot_0106 { font-size: 3rem; margin-bottom: 1rem; }
.focus_7222 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.focus_7222 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.focus_9141 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.focus_9141 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.article_simple_c723 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.layout-blue-39f9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.popup-thick-f497 { text-align: center; }
.photo-79ec { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.advanced_53ff { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.pressed_7650 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.old_9249 { margin: 2rem 0; }
.wrapper-huge-44fd { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.wrapper-huge-44fd h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.wrapper-huge-44fd p, .wrapper-huge-44fd ul { line-height: 1.7; }
.wrapper-huge-44fd ul { list-style: none; padding-left: 0; }
.wrapper-huge-44fd ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.wrapper-huge-44fd ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.bottom-0cec { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.container_in_f314 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.column-adba { text-align: center; }
.shadow-d4d2 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.cold-5392 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.north-d293 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.module-copper-6d0e { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.block_21c1 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.block_21c1:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.block_21c1 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.block_21c1 p, .block_21c1 ul { line-height: 1.7; }
.block_21c1 ul { list-style: none; padding-left: 0; }
.block_21c1 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.block_21c1 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 41ee */
.phantom-card-b2 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
