/* ============================================
   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 */
.footer_in_097e p,
.column-6fab,
.backdrop-slow-250f,
.column_3adb,
.wrapper-yellow-7f4f,
.gallery_pink_a644,
.photo-tall-6ce8,
.dynamic-7590 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.complex-f9bc {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.complex-f9bc > *,
.hero-clean-ad39,
.footer_in_097e,
.complex_69dd {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .complex-f9bc {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .complex-f9bc {
    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 === */
.shade-cf28 {
  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 */
.shade-cf28.alert_liquid_98f6 {
  box-shadow: var(--shadow-md);
}

.center_4932 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.west_a26c img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.button_wood_b427 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.frame_b7f4 {
  display: none;
}

/* Hide mobile actions on desktop */
.description-smooth-b712 {
  display: none;
}

.surface-17aa a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.surface-17aa a:hover,
.surface-17aa a.fn-active-4ac7 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.breadcrumb_4efd {
  margin-left: 1rem;
}

.active_c968 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.bronze-cb73,
.pattern-ba02 {
  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;
}

.bronze-cb73 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.bronze-cb73: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;
}

.pattern-ba02 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.pattern-ba02: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;
}

.bronze-cb73 svg,
.pattern-ba02 svg {
  flex-shrink: 0;
}

.stale_3f9e {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.title-16dc {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.title-16dc::before,
.title-16dc::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.title-16dc::before {
  top: -7px;
}

.title-16dc::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.container_5289 {
  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 === */
.full-4776 {
  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);
}

.bronze_d6e1 {
  margin: 0 0 2rem;
  text-align: center;
}

.summary-18eb {
  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;
}

.summary-18eb:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.background-over-d1f4 {
  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);
}

.background-over-d1f4 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.tertiary_61a7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.center-4bfd {
  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-4bfd:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.surface_simple_7c0e {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.fluid-a159 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.dark-1b7b {
  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);
}

.dark-1b7b .summary_focused_6b56 {
  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;
}

.dark-1b7b .summary_focused_6b56 svg {
  flex-shrink: 0;
}

.dark-1b7b .caption_e427 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.dark-1b7b .caption_e427: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);
}

.dark-1b7b .card-iron-26c3 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.dark-1b7b .card-iron-26c3: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) {
  .full-4776 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .summary-18eb {
    max-width: 100%;
  }

  .tertiary_61a7 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .center-4bfd {
    padding: 1rem;
  }

  .surface_simple_7c0e {
    font-size: 1.5rem;
  }

  .fluid-a159 {
    font-size: 0.75rem;
  }

  .background-over-d1f4 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .dark-1b7b {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .dark-1b7b .summary_focused_6b56 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .tertiary_61a7 {
    grid-template-columns: 1fr;
  }
}

.smooth_848a {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.content_969a {
  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 === */
.summary-over-5ca7 {
  margin-bottom: 2.5rem;
}

.shadow_f8f2 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.smooth_848a {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.shadow_e30d {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.top-6eb2 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.active-3e20 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.frame-glass-bbcf {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.west_47d9 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.frame_80c7 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.shadow-152f {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.shadow-152f svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.grid_4580 {
  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);
}

.light_bfd0 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.selected-47f1 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.grid_stale_49e6 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.iron-1a98 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.hover-silver-7d4f {
  display: grid;
  gap: 1rem;
}

.link_small_ed04 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.backdrop-top-85a4 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.photo_first_d92e {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.focus-f697 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.wood_3e0c {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.stale_7a7d {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.stale_7a7d p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.column-6fab {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.frame_5416 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.narrow-5303 {
  display: grid;
  gap: 2rem;
}

.text-26f8 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.top-6eb2 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.shadow_e30d {
  flex: 1;
}

.frame-glass-bbcf {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.frame-glass-bbcf a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.image_6760 {
  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;
}

.west_47d9 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.down_5c0e {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.down_5c0e span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.accent-d3fb {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.accent-d3fb a {
  font-size: 0.875rem;
  font-weight: 500;
}

.search_lite_b112 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.search_lite_b112 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.search_lite_b112 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.search_lite_b112 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.banner-36fe {
  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 === */
.nav-soft-6d7b {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.article_bronze_be76 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.video-next-1c28 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.status-narrow-38fa h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.status-narrow-38fa ol {
  list-style: none;
  counter-reset: toc-counter;
}

.status-narrow-38fa ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.status-narrow-38fa 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;
}

.status-narrow-38fa ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.status-narrow-38fa ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.footer_in_097e {
  padding: 3rem 0 5rem;
}

.complex_69dd {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.complex_69dd.table_prev_2e0a {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.backdrop-slow-250f {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.west_ff4d {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.copper-9479 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.copper-9479 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.button_27ad {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.caption-61ef {
  text-align: center;
}

.modal_9896 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.basic_77d7 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.input-dim-35b6 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.gallery_pink_a644 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.column_3adb {
  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;
}

.column_3adb * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.column_3adb:hover {
  box-shadow: var(--shadow-lg);
}

.column_3adb.grid-middle-66ba {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.column_3adb h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.column_3adb ul {
  margin: 1rem 0;
}

.column_3adb li {
  margin-bottom: 0.75rem;
}

.layout-a27b {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.list-86e8 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.list-86e8 a {
  font-weight: 600;
}

/* === Data Tables === */
.popup_14fd {
  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;
}

.popup_14fd table {
  width: 100%;
  min-width: 600px;
}

.popup_14fd thead {
  background-color: var(--primary-color);
  color: white;
}

.popup_14fd th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.popup_14fd td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.popup_14fd tbody tr:hover {
  background-color: var(--bg-secondary);
}

.popup_14fd tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.feature-ec64 {
  list-style: none;
  margin: 1.5rem 0;
}

.feature-ec64 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.feature-ec64 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.gold-ff9c::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-4ac7::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 === */
.tooltip_complex_71e2 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.active-1c37 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.active-1c37 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.active-1c37 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.active-1c37 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.tooltip_complex_71e2 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.photo-tall-6ce8 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.photo-tall-6ce8::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.slider_e2d4 {
  position: relative;
  margin-bottom: 3rem;
}

.item_green_f954 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.item_green_f954 .alert-1c68 {
  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;
}

.logo_212d {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.logo_212d h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.logo_212d ul {
  margin: 1rem 0;
}

.logo_212d li {
  margin-bottom: 0.75rem;
}

.tooltip_b455 {
  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 === */
.caption_0db8 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.caption_0db8 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.surface_4440 {
  list-style: none;
  margin: 1.5rem 0;
}

.surface_4440 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.surface_4440 a {
  font-weight: 600;
}

.tooltip-dynamic-5a9c {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.dynamic-7590 {
  margin: 2.5rem 0;
}

.text_bd14 {
  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;
}

.text_bd14:hover {
  box-shadow: var(--shadow-lg);
}

.text_bd14.dynamic_0563 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.module_stone_9807 {
  flex-shrink: 0;
}

.module_stone_9807 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);
}

.over-1e8e h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.paragraph-dc84,
.out_e5d2,
.narrow-c296 {
  width: 100%;
  margin: 1.5rem 0;
}

.icon-1942 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.icon-1942 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.middle-cddc {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.middle-cddc strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.background_d2e9 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.background_d2e9 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.title_b442 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.tooltip_b104 {
  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;
}

.tooltip_b104:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.tooltip_b104.aside_5b9b {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.tooltip_b104 .selected-a01d {
  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;
}

.tooltip_b104 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.progress-short-51e3 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.overlay-0d18 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.overlay-0d18 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.media_glass_42e2 {
  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 === */
.summary_focused_6b56 {
  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;
}

.caption_e427 {
  background-color: var(--primary-color);
  color: white;
}

.caption_e427:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.card-iron-26c3 {
  background-color: var(--text-secondary);
  color: white;
}

.card-iron-26c3:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.alert-huge-c7d0 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.alert-huge-c7d0:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.tiny_7ad1 {
  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;
}

.tiny_7ad1:hover {
  background-color: var(--primary-dark);
}

.stone_c188 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.row-upper-857e {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.list_8bdf {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.left_f3e4 {
  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 === */
.section-large-0af4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.huge_50f6 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.huge_50f6 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.hover_1966 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.slider_eefb {
  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;
}

.tabs-white-4602 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.outline_e253 {
  list-style: none;
  counter-reset: rank-counter;
}

.outline_e253 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.outline_e253 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;
}

.item_fixed_f122 {
  list-style: none;
}

.item_fixed_f122 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.dim_c034 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.secondary-6741 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.secondary-6741 .bright_68b8 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.secondary-6741 .short-9be9 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.north_27e8 {
  margin-top: 3rem;
}

.sort_medium_cec0 {
  width: 100%;
}

.media-liquid-9a2d {
  background-color: #fef3c7;
}

.purple-c976 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.surface-old-395b {
  margin: 3rem 0;
}

.shadow-2a6c {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.modal-brown-9428 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.modal-brown-9428:hover {
  box-shadow: var(--shadow-lg);
}

.modal-brown-9428.summary_fast_064f {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.in_2c09 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.block_next_fdda strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.block_next_fdda span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.table_down_db96 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.modal-brown-9428 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.popup-under-eb00 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.solid_18dd {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.green-853a {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.item-3d3c {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.gradient-top-49c9 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.texture_462d {
  margin-top: 1rem;
}

/* === FAQ Section === */
.top-fb2f {
  max-width: 900px;
  margin: 0 auto;
}

.wide-549c {
  margin: 2rem 0;
}

.active_ed42 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.active_ed42 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.active_ed42 summary::-webkit-details-marker {
  display: none;
}

.active_ed42 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.aside-lite-a041 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.active_ed42[open] .aside-lite-a041 {
  transform: rotate(45deg);
}

.tag_e0a4 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.tag_e0a4 p:last-child {
  margin-bottom: 0;
}

.feature_west_af18 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.out-1fbe {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.thumbnail-north-5686 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.thumbnail-north-5686 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.thumbnail-north-5686 .summary_focused_6b56 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.progress_8a57 {
  max-width: 900px;
  margin: 0 auto;
}

.link-b31b {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.dropdown_dirty_8e32 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.dropdown_dirty_8e32.fn-success-4ac7 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.block-fixed-45cc {
  font-size: 3rem;
  line-height: 1;
}

.slow_ff70 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.popup_9f7f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.lite_6a28,
.pattern_fluid_2053 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.lite_6a28 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.pattern_fluid_2053 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.filter-current-d320,
.list_7c27 {
  margin: 1.5rem 0;
}

.filter-current-d320 li,
.list_7c27 li {
  margin-bottom: 1rem;
}

.card-top-726a {
  margin: 3rem 0;
}

.nav_bottom_7acc {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.nav_bottom_7acc h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.nav_bottom_7acc ol {
  margin: 1rem 0;
}

.nav_bottom_7acc li {
  margin-bottom: 0.75rem;
}

.heading_down_609a {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.primary-upper-b0c4 {
  margin: 2rem 0;
}

.highlight-tiny-c8fd {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.mini-b19d {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.dirty-0fb3 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.slider_steel_7935 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.secondary_f61d {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.hidden-full-c2cc {
  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;
}

.hidden-full-c2cc img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.active-3e20 {
  flex: 1;
}

.active-3e20 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.grid_6f5d {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.menu-bronze-035a p {
  margin-bottom: 1rem;
}

.section-simple-1e3f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.silver-8832 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.overlay-27ca {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.overlay-27ca a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.down-038c h3 {
  margin-bottom: 1.5rem;
}

.slider-2633 {
  display: grid;
  gap: 2rem;
}

.text_e1a5 {
  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;
}

.text_e1a5 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.text_e1a5 h4 {
  margin: 0 0 0.25rem;
}

.text_e1a5 p {
  margin: 0;
  font-size: 0.9375rem;
}

.focus_23a9 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.description_59f3 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.description_59f3 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.description_59f3 ul {
  margin: 1.5rem 0;
}

.description_59f3 li {
  margin-bottom: 0.75rem;
}

.blue-0a56 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.info-ae34 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.short_290c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.disabled-upper-c46d h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.disabled-upper-c46d p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.dim-30be {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.dim-30be a {
  color: rgba(255, 255, 255, 0.8);
}

.texture-new-5038 {
  list-style: none;
}

.texture-new-5038 li {
  margin-bottom: 0.75rem;
}

.texture-new-5038 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.texture-new-5038 a:hover {
  color: white;
}

.hover_49ea {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.under_e9ee {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.simple_870b {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.banner-bright-79fc {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.row_ae35 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .complex-f9bc {
    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;
  }

  .progress-b1a5 {
    font-size: 1.5rem !important;
  }

  .shadow_f8f2 {
    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 */
  .column_3adb,
  .wrapper-yellow-7f4f,
  .logo_212d,
  .over-1e8e,
  .in_2c09,
  .modal-brown-9428,
  .tag_e0a4,
  .background-over-d1f4,
  .column-6fab,
  .backdrop-slow-250f {
    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 */
  .smooth_848a {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .shadow_e30d {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .top-6eb2 {
    flex-shrink: 0;
  }

  .active-3e20 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .frame-glass-bbcf,
  .west_47d9 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .west_47d9 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .button_wood_b427 {
    display: none;
  }

  /* Show mobile actions */
  .description-smooth-b712 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .table-a045 {
    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;
  }

  .table-a045 svg {
    flex-shrink: 0;
  }

  .table-a045 .mask-b7d5 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .table-a045 .large_080e {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .hero-upper-ad6b {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .video-advanced-9187 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .table-a045:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .frame_b7f4 {
    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;
  }

  .frame_b7f4.fn-active-4ac7 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .frame_b7f4 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .frame_b7f4 li:last-child {
    border-bottom: none;
  }

  .frame_b7f4 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .surface-17aa {
    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;
  }

  .surface-17aa li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .surface-17aa li:last-child {
    border-bottom: none;
  }

  .surface-17aa a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .breadcrumb_4efd {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .active_c968 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .bronze-cb73,
  .pattern-ba02 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .bronze-cb73 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .pattern-ba02 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .surface-17aa.fn-active-4ac7 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .stale_3f9e {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .shade-cf28 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .center_4932 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .container_5289 {
    margin-top: 0;
  }

  /* Hero section */
  .container_5289 {
    padding: 2rem 0 1.5rem;
  }

  .shadow_f8f2 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .column-6fab {
    font-size: 1rem;
  }

  /* Hero brand image */
  .full-4776 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .summary-18eb {
    max-width: 100%;
    border-radius: 8px;
  }

  .tertiary_61a7 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .center-4bfd {
    padding: 1rem;
  }

  .surface_simple_7c0e {
    font-size: 1.5rem;
  }

  .fluid-a159 {
    font-size: 0.75rem;
  }

  .background-over-d1f4 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .dark-1b7b {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .dark-1b7b .summary_focused_6b56 {
    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 */
  .video-next-1c28 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .text_bd14 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .module_stone_9807 {
    margin-bottom: 1rem;
  }

  /* Author */
  .text-26f8 {
    flex-direction: column;
  }

  .hidden-full-c2cc {
    flex-direction: column;
  }

  /* Quotes */
  .in_2c09 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .popup_9f7f {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .slider_steel_7935 {
    flex-direction: column;
  }

  .slider_steel_7935 .summary_focused_6b56 {
    width: 100%;
  }

  /* Version comparison */
  .title_b442 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .section-large-0af4 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .short_290c {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .simple_870b {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .popup_14fd,
  .out_e5d2,
  .lower_ed14,
  .sort_medium_cec0,
  .paragraph-dc84,
  .narrow-c296 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .popup_14fd table,
  .out_e5d2 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .media_glass_42e2 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .complex-f9bc {
    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;
  }

  .progress-b1a5 {
    font-size: 1.25rem !important;
  }

  .shadow_f8f2 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .shade-cf28 {
    position: fixed;
  }

  .center_4932 {
    padding: 0.625rem 0;
  }

  .west_a26c img {
    height: 26px;
  }

  .surface-17aa {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .frame_b7f4 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .table-a045 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .table-a045 svg {
    width: 18px;
    height: 18px;
  }

  .table-a045 .mask-b7d5 {
    font-size: 0.7rem;
  }

  .table-a045 .large_080e {
    font-size: 0.65rem;
  }

  .bronze-cb73,
  .pattern-ba02 {
    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, .complex-f9bc, .hero-clean-ad39, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .full-4776 {
    padding: 1rem;
  }

  .tertiary_61a7 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .center-4bfd {
    padding: 0.875rem;
  }

  .surface_simple_7c0e {
    font-size: 1.25rem;
  }

  .dark-1b7b .summary_focused_6b56 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .shadow_f8f2 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .summary_focused_6b56 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .stone_c188 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .text_bd14 {
    padding: 1rem;
  }

  .module_stone_9807 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .column_3adb,
  .info_smooth_cb40,
  .form_huge_962b,
  .focus_fixed_68b1 {
    padding: 1rem;
  }
}

@media print {
  .shade-cf28,
  .nav-soft-6d7b,
  .stale_3f9e,
  .summary_focused_6b56,
  .info-ae34 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .complex-f9bc {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.container_e00f {
  margin-bottom: 3rem;
  text-align: center;
}

.progress-b1a5 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.row-purple-de43 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.backdrop_8621,
.element_a3e8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.thumbnail_full_7b02 {
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.thumbnail_full_7b02:hover {
  transform: translateY(-5px);
}

.thumbnail_full_7b02 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.thumbnail_full_7b02 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.simple-0d49 {
  margin: 3rem 0;
}

.tabs-4a92 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.alert_b3c0 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.alert_b3c0:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.status_inner_898b {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.status-stone-f4b9 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.media-light-91ae {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.backdrop-b745 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.element_6f8b {
  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;
}

.element_6f8b:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.element_6f8b.tag-5b8a {
  border-left: 4px solid var(--primary-color);
}

.gold_c04b {
  flex-shrink: 0;
}

.gold_c04b svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.hidden_197c {
  flex: 1;
}

.hidden_197c h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.section_0709 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.current-3cba,
.list_next_5998,
.photo-west-591d {
  margin-bottom: 1.5rem;
}

.current-3cba h4,
.list_next_5998 h4,
.photo-west-591d h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.current-3cba ul,
.list_next_5998 ul,
.photo-west-591d ul {
  list-style: none;
  padding: 0;
}

.current-3cba li,
.list_next_5998 li,
.photo-west-591d li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.current-3cba li:before,
.list_next_5998 li:before,
.photo-west-591d li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.old_2cfd {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.old_2cfd 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;
}

.old_2cfd a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.thick_6238 { margin: 2rem 0; }
.wood_4048 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.wood_4048 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.info_1c20 p { margin-bottom: 1rem; line-height: 1.7; }
.info_1c20 strong { color: var(--text-primary); }
.info_1c20 ul { list-style: none; padding-left: 0; }
.info_1c20 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.info_1c20 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.link-ea1e { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.north-544e { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.north-544e:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.grid-5030 { font-size: 3rem; margin-bottom: 1rem; }
.north-544e h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.north-544e p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.gold_bcba { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.gold_bcba span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.hero_down_89cd { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.container-active-72e8 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.box-clean-6953 { text-align: center; }
.gradient_iron_043e { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.preview-cold-ab2a { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.hot-5e07 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.tabs-outer-5e5a { margin: 2rem 0; }
.thumbnail-advanced-2169 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.thumbnail-advanced-2169 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.thumbnail-advanced-2169 p, .thumbnail-advanced-2169 ul { line-height: 1.7; }
.thumbnail-advanced-2169 ul { list-style: none; padding-left: 0; }
.thumbnail-advanced-2169 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.thumbnail-advanced-2169 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.logo_da91 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.surface-7400 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.element-paper-f0dc { text-align: center; }
.avatar_soft_23c2 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.warm-401d { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.status-stone-07ec { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.south_d114 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.popup_92ea { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.popup_92ea:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.popup_92ea h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.popup_92ea p, .popup_92ea ul { line-height: 1.7; }
.popup_92ea ul { list-style: none; padding-left: 0; }
.popup_92ea ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.popup_92ea ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: d862 */
.phantom-card-c0 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.1;
}
