/* ============================================
   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 */
.column-current-c739 p,
.old-ddaa,
.row-fast-f7b9,
.liquid_7347,
.search_ae45,
.gold-7233,
.tabs-0d75,
.west_cfd7 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.out-0a30 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.out-0a30 > *,
.media-848e,
.column-current-c739,
.component-outer-3687 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .out-0a30 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .out-0a30 {
    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 === */
.aside_steel_780f {
  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 */
.aside_steel_780f.prev-af58 {
  box-shadow: var(--shadow-md);
}

.background_7cb4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.blue-974b img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.background-dirty-bbba {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.module-65db {
  display: none;
}

/* Hide mobile actions on desktop */
.hero-stale-8d99 {
  display: none;
}

.filter-prev-779b a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.filter-prev-779b a:hover,
.filter-prev-779b a.fn-active-ee82 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.avatar-fast-b3b9 {
  margin-left: 1rem;
}

.surface_up_80d6 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.footer_76c5,
.sort_708f {
  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;
}

.footer_76c5 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.footer_76c5: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;
}

.sort_708f {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.sort_708f: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;
}

.footer_76c5 svg,
.sort_708f svg {
  flex-shrink: 0;
}

.backdrop-0f46 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.alert-93db {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.alert-93db::before,
.alert-93db::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.alert-93db::before {
  top: -7px;
}

.alert-93db::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.solid_5cbf {
  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 === */
.table-narrow-3ff9 {
  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);
}

.soft-87b4 {
  margin: 0 0 2rem;
  text-align: center;
}

.active_4faf {
  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;
}

.active_4faf:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.wrapper-fce7 {
  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);
}

.wrapper-fce7 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.old_535e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.center_083c {
  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;
}

.center_083c:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.title-solid-0422 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.hero-230f {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.highlight-5550 {
  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);
}

.highlight-5550 .overlay-current-2295 {
  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;
}

.highlight-5550 .overlay-current-2295 svg {
  flex-shrink: 0;
}

.highlight-5550 .hard-5caf {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.highlight-5550 .hard-5caf: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);
}

.highlight-5550 .progress_98c9 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.highlight-5550 .progress_98c9: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) {
  .table-narrow-3ff9 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .active_4faf {
    max-width: 100%;
  }

  .old_535e {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .center_083c {
    padding: 1rem;
  }

  .title-solid-0422 {
    font-size: 1.5rem;
  }

  .hero-230f {
    font-size: 0.75rem;
  }

  .wrapper-fce7 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .highlight-5550 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .highlight-5550 .overlay-current-2295 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .old_535e {
    grid-template-columns: 1fr;
  }
}

.dropdown-basic-feb4 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.column-9c68 {
  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 === */
.header_dirty_b24f {
  margin-bottom: 2.5rem;
}

.background-last-2522 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.dropdown-basic-feb4 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.pagination-thick-9ad2 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.south-92fc {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.input_1fc8 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.highlight-fresh-e644 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.overlay_1d54 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.link-east-cb6d {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.widget_3777 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.widget_3777 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.block_small_1baa {
  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);
}

.clean_b87b {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.north_99d4 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.widget-f0dc {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.gas-cc85 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.block_pink_c38e {
  display: grid;
  gap: 1rem;
}

.picture-8d56 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.grid-8148 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.pro_2cb8 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.tooltip-a5e7 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.mini_a538 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.white_c7d5 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.white_c7d5 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.old-ddaa {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.popup-new-4c97 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.bright-c680 {
  display: grid;
  gap: 2rem;
}

.accordion-hot-7efd {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.south-92fc {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.pagination-thick-9ad2 {
  flex: 1;
}

.highlight-fresh-e644 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.highlight-fresh-e644 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.upper_fc99 {
  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;
}

.overlay_1d54 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.hard_3086 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.hard_3086 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.summary_58bb {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.summary_58bb a {
  font-size: 0.875rem;
  font-weight: 500;
}

.widget-rough-6c54 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.widget-rough-6c54 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.widget-rough-6c54 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.widget-rough-6c54 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.last-9255 {
  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 === */
.inner-7d51 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.element-8c95 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.secondary_thick_bd25 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.hot-a056 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.hot-a056 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.hot-a056 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.hot-a056 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;
}

.hot-a056 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.hot-a056 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.column-current-c739 {
  padding: 3rem 0 5rem;
}

.component-outer-3687 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.component-outer-3687.search_853c {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.row-fast-f7b9 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.wrapper-top-c617 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.hero_fe8c {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.hero_fe8c h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.element_ef09 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.white_1a7b {
  text-align: center;
}

.gallery_dark_3af2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.text-3fdd {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.chip_clean_b022 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.gold-7233 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.liquid_7347 {
  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;
}

.liquid_7347 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.liquid_7347:hover {
  box-shadow: var(--shadow-lg);
}

.liquid_7347.form-iron-cddb {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.liquid_7347 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.liquid_7347 ul {
  margin: 1rem 0;
}

.liquid_7347 li {
  margin-bottom: 0.75rem;
}

.video-gas-9de8 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.pagination-4826 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.pagination-4826 a {
  font-weight: 600;
}

/* === Data Tables === */
.out-e13d {
  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;
}

.out-e13d table {
  width: 100%;
  min-width: 600px;
}

.out-e13d thead {
  background-color: var(--primary-color);
  color: white;
}

.out-e13d th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.out-e13d td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.out-e13d tbody tr:hover {
  background-color: var(--bg-secondary);
}

.out-e13d tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.glass_6923 {
  list-style: none;
  margin: 1.5rem 0;
}

.glass_6923 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.glass_6923 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.banner_advanced_0ad4::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-ee82::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 === */
.notification-upper-e5a9 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.secondary_2458 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.secondary_2458 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.secondary_2458 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.secondary_2458 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.notification-upper-e5a9 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.tabs-0d75 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.tabs-0d75::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.button_7d36 {
  position: relative;
  margin-bottom: 3rem;
}

.sidebar-complex-3a56 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.sidebar-complex-3a56 .title_a28d {
  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;
}

.border-f2ec {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.border-f2ec h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.border-f2ec ul {
  margin: 1rem 0;
}

.border-f2ec li {
  margin-bottom: 0.75rem;
}

.lower-497d {
  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 === */
.focused_381b {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.focused_381b h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.title-blue-05e2 {
  list-style: none;
  margin: 1.5rem 0;
}

.title-blue-05e2 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.title-blue-05e2 a {
  font-weight: 600;
}

.tag_cool_a075 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.west_cfd7 {
  margin: 2.5rem 0;
}

.paragraph-brown-fe03 {
  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;
}

.paragraph-brown-fe03:hover {
  box-shadow: var(--shadow-lg);
}

.paragraph-brown-fe03.purple-9506 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.shadow_wide_83c9 {
  flex-shrink: 0;
}

.shadow_wide_83c9 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);
}

.focus_focused_a406 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.background-2904,
.frame-thick-345a,
.north_f67f {
  width: 100%;
  margin: 1.5rem 0;
}

.sidebar_solid_cf6a {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.sidebar_solid_cf6a strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.sort_9184 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.sort_9184 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.text-9af1 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.text-9af1 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.tooltip_6b7a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.tertiary-2c9a {
  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;
}

.tertiary-2c9a:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.tertiary-2c9a.steel-cacb {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.tertiary-2c9a .blue_a740 {
  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;
}

.tertiary-2c9a h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.hover-fast-3635 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.advanced-5f31 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.advanced-5f31 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.icon_out_c6c2 {
  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 === */
.overlay-current-2295 {
  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;
}

.hard-5caf {
  background-color: var(--primary-color);
  color: white;
}

.hard-5caf:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.progress_98c9 {
  background-color: var(--text-secondary);
  color: white;
}

.progress_98c9:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.action-a17b {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.action-a17b:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.slider-orange-bc41 {
  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;
}

.slider-orange-bc41:hover {
  background-color: var(--primary-dark);
}

.shade_bronze_d3b7 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.footer_5cf0 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.pattern-full-12dc {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.detail-1faf {
  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 === */
.small_32cf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.paragraph_dynamic_bd23 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.paragraph_dynamic_bd23 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.top_cbce {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.gallery-5fe2 {
  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;
}

.section-selected-37bb {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.panel-rough-4f0b {
  list-style: none;
  counter-reset: rank-counter;
}

.panel-rough-4f0b li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.panel-rough-4f0b 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;
}

.footer_tiny_bf53 {
  list-style: none;
}

.footer_tiny_bf53 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.medium_3dbf {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.tabs-948d {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.tabs-948d .yellow_3fdc {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.tabs-948d .hidden_smooth_5c5b {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.dim-aab6 {
  margin-top: 3rem;
}

.filter_slow_9596 {
  width: 100%;
}

.narrow-d69a {
  background-color: #fef3c7;
}

.hover_75bb {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.orange-7638 {
  margin: 3rem 0;
}

.notification_tiny_480e {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.mask-orange-63a7 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.mask-orange-63a7:hover {
  box-shadow: var(--shadow-lg);
}

.mask-orange-63a7.in-a3ff {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.dynamic-c97b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.gold-e68c strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.gold-e68c span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.content-bright-3de9 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.mask-orange-63a7 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.tag_ae7a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.narrow-8b4d {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.hidden-over-06e5 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.wrapper-ede8 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.huge_f18f {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.lower_848c {
  margin-top: 1rem;
}

/* === FAQ Section === */
.gradient-south-89ca {
  max-width: 900px;
  margin: 0 auto;
}

.photo-5935 {
  margin: 2rem 0;
}

.card-stone-896f {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.card-stone-896f summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.card-stone-896f summary::-webkit-details-marker {
  display: none;
}

.card-stone-896f summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.liquid_27db {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.card-stone-896f[open] .liquid_27db {
  transform: rotate(45deg);
}

.accent-glass-392b {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.accent-glass-392b p:last-child {
  margin-bottom: 0;
}

.purple-da37 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.advanced-5528 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.dropdown-6e72 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.dropdown-6e72 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.dropdown-6e72 .overlay-current-2295 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.widget_4969 {
  max-width: 900px;
  margin: 0 auto;
}

.clean-0598 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.thumbnail_pink_a8ca {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.thumbnail_pink_a8ca.fn-success-ee82 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.caption-5cab {
  font-size: 3rem;
  line-height: 1;
}

.sort_665d h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.white_a8b0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.form_ef1f,
.tertiary_bd4b {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.form_ef1f h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.tertiary_bd4b h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.feature_ba78,
.tag-stone-26b0 {
  margin: 1.5rem 0;
}

.feature_ba78 li,
.tag-stone-26b0 li {
  margin-bottom: 1rem;
}

.iron_500a {
  margin: 3rem 0;
}

.focus-full-435d {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.focus-full-435d h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.focus-full-435d ol {
  margin: 1rem 0;
}

.focus-full-435d li {
  margin-bottom: 0.75rem;
}

.row_lite_0782 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.hovered_0f38 {
  margin: 2rem 0;
}

.row_2d93 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.alert_smooth_2e03 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.mask_selected_9c6f {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.block-a5c2 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.breadcrumb_0ba6 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.steel_d717 {
  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;
}

.steel_d717 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.input_1fc8 {
  flex: 1;
}

.input_1fc8 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.active-8dba {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.silver-7f13 p {
  margin-bottom: 1rem;
}

.north_a28f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.active-bright-d8d5 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.table-a38e {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.table-a38e a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.panel-e294 h3 {
  margin-bottom: 1.5rem;
}

.up-0410 {
  display: grid;
  gap: 2rem;
}

.center_0df6 {
  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;
}

.center_0df6 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.center_0df6 h4 {
  margin: 0 0 0.25rem;
}

.center_0df6 p {
  margin: 0;
  font-size: 0.9375rem;
}

.focus_lite_976e {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.item-38eb {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.item-38eb h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.item-38eb ul {
  margin: 1.5rem 0;
}

.item-38eb li {
  margin-bottom: 0.75rem;
}

.heading-1582 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.light_df2c {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.content_new_7344 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.shade-fluid-4dcc h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.shade-fluid-4dcc p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.yellow_7a70 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.yellow_7a70 a {
  color: rgba(255, 255, 255, 0.8);
}

.filter-ebe3 {
  list-style: none;
}

.filter-ebe3 li {
  margin-bottom: 0.75rem;
}

.filter-ebe3 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.filter-ebe3 a:hover {
  color: white;
}

.link_220f {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.fresh-faec {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.accent_wide_6148 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.surface_fca1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.slow-cbec {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .out-0a30 {
    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;
  }

  .complex_2f7b {
    font-size: 1.5rem !important;
  }

  .background-last-2522 {
    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 */
  .liquid_7347,
  .search_ae45,
  .border-f2ec,
  .focus_focused_a406,
  .dynamic-c97b,
  .mask-orange-63a7,
  .accent-glass-392b,
  .wrapper-fce7,
  .old-ddaa,
  .row-fast-f7b9 {
    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 */
  .dropdown-basic-feb4 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .pagination-thick-9ad2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .south-92fc {
    flex-shrink: 0;
  }

  .input_1fc8 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .highlight-fresh-e644,
  .overlay_1d54 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .overlay_1d54 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .background-dirty-bbba {
    display: none;
  }

  /* Show mobile actions */
  .hero-stale-8d99 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .tiny-b6fa {
    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;
  }

  .tiny-b6fa svg {
    flex-shrink: 0;
  }

  .tiny-b6fa .chip_621d {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .tiny-b6fa .component_copper_2e27 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .chip-e752 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .progress_down_a873 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .tiny-b6fa:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .module-65db {
    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;
  }

  .module-65db.fn-active-ee82 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .module-65db li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .module-65db li:last-child {
    border-bottom: none;
  }

  .module-65db a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .filter-prev-779b {
    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;
  }

  .filter-prev-779b li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .filter-prev-779b li:last-child {
    border-bottom: none;
  }

  .filter-prev-779b a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .avatar-fast-b3b9 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .surface_up_80d6 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .footer_76c5,
  .sort_708f {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .footer_76c5 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .sort_708f {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .filter-prev-779b.fn-active-ee82 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .backdrop-0f46 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .aside_steel_780f {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .background_7cb4 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .solid_5cbf {
    margin-top: 0;
  }

  /* Hero section */
  .solid_5cbf {
    padding: 2rem 0 1.5rem;
  }

  .background-last-2522 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .old-ddaa {
    font-size: 1rem;
  }

  /* Hero brand image */
  .table-narrow-3ff9 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .active_4faf {
    max-width: 100%;
    border-radius: 8px;
  }

  .old_535e {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .center_083c {
    padding: 1rem;
  }

  .title-solid-0422 {
    font-size: 1.5rem;
  }

  .hero-230f {
    font-size: 0.75rem;
  }

  .wrapper-fce7 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .highlight-5550 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .highlight-5550 .overlay-current-2295 {
    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 */
  .secondary_thick_bd25 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .paragraph-brown-fe03 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .shadow_wide_83c9 {
    margin-bottom: 1rem;
  }

  /* Author */
  .accordion-hot-7efd {
    flex-direction: column;
  }

  .steel_d717 {
    flex-direction: column;
  }

  /* Quotes */
  .dynamic-c97b {
    flex-direction: column;
  }

  /* Pros/Cons */
  .white_a8b0 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .block-a5c2 {
    flex-direction: column;
  }

  .block-a5c2 .overlay-current-2295 {
    width: 100%;
  }

  /* Version comparison */
  .tooltip_6b7a {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .small_32cf {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .content_new_7344 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .accent_wide_6148 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .out-e13d,
  .frame-thick-345a,
  .fluid_4cf5,
  .filter_slow_9596,
  .background-2904,
  .north_f67f {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .out-e13d table,
  .frame-thick-345a table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .icon_out_c6c2 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .out-0a30 {
    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;
  }

  .complex_2f7b {
    font-size: 1.25rem !important;
  }

  .background-last-2522 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .aside_steel_780f {
    position: fixed;
  }

  .background_7cb4 {
    padding: 0.625rem 0;
  }

  .blue-974b img {
    height: 26px;
  }

  .filter-prev-779b {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .module-65db {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .tiny-b6fa {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .tiny-b6fa svg {
    width: 18px;
    height: 18px;
  }

  .tiny-b6fa .chip_621d {
    font-size: 0.7rem;
  }

  .tiny-b6fa .component_copper_2e27 {
    font-size: 0.65rem;
  }

  .footer_76c5,
  .sort_708f {
    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, .out-0a30, .media-848e, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .table-narrow-3ff9 {
    padding: 1rem;
  }

  .old_535e {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .center_083c {
    padding: 0.875rem;
  }

  .title-solid-0422 {
    font-size: 1.25rem;
  }

  .highlight-5550 .overlay-current-2295 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .background-last-2522 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .overlay-current-2295 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .shade_bronze_d3b7 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .paragraph-brown-fe03 {
    padding: 1rem;
  }

  .shadow_wide_83c9 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .liquid_7347,
  .list-fresh-ceef,
  .icon_805f,
  .button_fa02 {
    padding: 1rem;
  }
}

@media print {
  .aside_steel_780f,
  .inner-7d51,
  .backdrop-0f46,
  .overlay-current-2295,
  .light_df2c {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .out-0a30 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.over-19b2 {
  margin-bottom: 3rem;
  text-align: center;
}

.complex_2f7b {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.north-edfb {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.row-narrow-341d,
.light-1e81 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.list-0bad {
  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;
}

.list-0bad:hover {
  transform: translateY(-5px);
}

.list-0bad strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.list-0bad span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.focus_large_6a26 {
  margin: 3rem 0;
}

.primary_1fe4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.feature_yellow_aabc {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.feature_yellow_aabc:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.tabs-cool-12f3 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hover-liquid-39cb {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.upper_340e {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.layout-glass-1d69 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.banner_basic_6858 {
  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;
}

.banner_basic_6858:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.banner_basic_6858.mask_outer_e9b8 {
  border-left: 4px solid var(--primary-color);
}

.footer-paper-ed1d {
  flex-shrink: 0;
}

.footer-paper-ed1d svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.picture_stone_252c {
  flex: 1;
}

.picture_stone_252c h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.prev-65b0 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.tertiary-liquid-e8fe,
.column_6268,
.component_clean_f564 {
  margin-bottom: 1.5rem;
}

.tertiary-liquid-e8fe h4,
.column_6268 h4,
.component_clean_f564 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tertiary-liquid-e8fe ul,
.column_6268 ul,
.component_clean_f564 ul {
  list-style: none;
  padding: 0;
}

.tertiary-liquid-e8fe li,
.column_6268 li,
.component_clean_f564 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.tertiary-liquid-e8fe li:before,
.column_6268 li:before,
.component_clean_f564 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.gradient-dynamic-1bcf {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.gradient-dynamic-1bcf 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;
}

.gradient-dynamic-1bcf a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.row_dedf { margin: 2rem 0; }
.liquid-15bc { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.liquid-15bc h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.chip_gas_32a4 p { margin-bottom: 1rem; line-height: 1.7; }
.chip_gas_32a4 strong { color: var(--text-primary); }
.chip_gas_32a4 ul { list-style: none; padding-left: 0; }
.chip_gas_32a4 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.chip_gas_32a4 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.menu-7b64 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.prev-627a { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.prev-627a:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.down_7571 { font-size: 3rem; margin-bottom: 1rem; }
.prev-627a h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.prev-627a p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.link_62cd { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.link_62cd span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.modal_center_288d { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.steel_54b0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.slider_pink_5300 { text-align: center; }
.section_e4ed { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.smooth_9933 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.top-e039 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.primary-9342 { margin: 2rem 0; }
.current_cd5e { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.current_cd5e h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.current_cd5e p, .current_cd5e ul { line-height: 1.7; }
.current_cd5e ul { list-style: none; padding-left: 0; }
.current_cd5e ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.current_cd5e ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.inner_b510 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.link_d2f3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.grid_0c68 { text-align: center; }
.box-brown-5597 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.sort_smooth_9ca1 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.row-next-b620 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.east_9e09 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.dark-523d { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.dark-523d:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.dark-523d h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.dark-523d p, .dark-523d ul { line-height: 1.7; }
.dark-523d ul { list-style: none; padding-left: 0; }
.dark-523d ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.dark-523d ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: f5c9 */
.promo-block-k3 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.3;
}
