/* ============================================
   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 */
.narrow-1ede p,
.prev-b2de,
.status-2b41,
.preview_white_c723,
.filter_75f5,
.section_in_643b,
.overlay_outer_7ae0,
.carousel_dark_6c6a {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.detail-f8b6 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.detail-f8b6 > *,
.outline_center_bc2e,
.narrow-1ede,
.modal-hard-5307 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .detail-f8b6 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .detail-f8b6 {
    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 === */
.glass-d92f {
  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 */
.glass-d92f.card_337f {
  box-shadow: var(--shadow-md);
}

.summary-last-83d6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.under_e547 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.cool-fb4b {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.description-612e {
  display: none;
}

/* Hide mobile actions on desktop */
.advanced-6794 {
  display: none;
}

.tooltip_2190 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.tooltip_2190 a:hover,
.tooltip_2190 a.fn-active-87a5 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.feature-3811 {
  margin-left: 1rem;
}

.short-3de2 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.link_complex_8dec,
.pressed-6ee6 {
  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;
}

.link_complex_8dec {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.link_complex_8dec: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;
}

.pressed-6ee6 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.pressed-6ee6: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;
}

.link_complex_8dec svg,
.pressed-6ee6 svg {
  flex-shrink: 0;
}

.paragraph-4d89 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.badge_d092 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.badge_d092::before,
.badge_d092::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.badge_d092::before {
  top: -7px;
}

.badge_d092::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.button-14d6 {
  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 === */
.breadcrumb_9e57 {
  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);
}

.description_f744 {
  margin: 0 0 2rem;
  text-align: center;
}

.avatar_inner_fa99 {
  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;
}

.avatar_inner_fa99:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.small_034d {
  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);
}

.small_034d strong {
  color: var(--primary-color);
  font-weight: 700;
}

.gradient_purple_0043 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.bronze_1f12 {
  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;
}

.bronze_1f12:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.progress-bronze-2808 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.breadcrumb_soft_1fa3 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.secondary_e533 {
  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);
}

.secondary_e533 .first_1bf5 {
  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;
}

.secondary_e533 .first_1bf5 svg {
  flex-shrink: 0;
}

.secondary_e533 .section-cdf8 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.secondary_e533 .section-cdf8: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);
}

.secondary_e533 .large_8bd8 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.secondary_e533 .large_8bd8: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) {
  .breadcrumb_9e57 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .avatar_inner_fa99 {
    max-width: 100%;
  }

  .gradient_purple_0043 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .bronze_1f12 {
    padding: 1rem;
  }

  .progress-bronze-2808 {
    font-size: 1.5rem;
  }

  .breadcrumb_soft_1fa3 {
    font-size: 0.75rem;
  }

  .small_034d {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .secondary_e533 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .secondary_e533 .first_1bf5 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .gradient_purple_0043 {
    grid-template-columns: 1fr;
  }
}

.accordion-narrow-84c4 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.search_copper_6514 {
  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 === */
.element-ba4c {
  margin-bottom: 2.5rem;
}

.label-daac {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.accordion-narrow-84c4 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.gallery-f924 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.breadcrumb-6862 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.green-423e {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.alert_first_b510 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.label_3e26 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.steel_1d19 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.form_8378 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.form_8378 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.feature-71f6 {
  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);
}

.outline-1b6e {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.simple_4c03 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.widget_f1ab {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.alert-3a6c {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.media-5bdf {
  display: grid;
  gap: 1rem;
}

.accent_pink_353c {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.info_soft_286c {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.hero_0f4f {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.column-9936 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.silver-4002 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.widget_d1d5 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.widget_d1d5 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.prev-b2de {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.surface_fast_a9b2 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.pagination_red_3478 {
  display: grid;
  gap: 2rem;
}

.avatar-smooth-e7c6 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.breadcrumb-6862 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.gallery-f924 {
  flex: 1;
}

.alert_first_b510 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.alert_first_b510 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.grid-d493 {
  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;
}

.label_3e26 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.tabs_cool_b7dc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.tabs_cool_b7dc span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.shade-black-c04b {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.shade-black-c04b a {
  font-size: 0.875rem;
  font-weight: 500;
}

.pattern_2b61 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.pattern_2b61 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.pattern_2b61 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.pattern_2b61 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.dropdown-fluid-bff5 {
  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 === */
.gold-1e0a {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.wrapper-advanced-7d51 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.old_613f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.backdrop_b50a h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.backdrop_b50a ol {
  list-style: none;
  counter-reset: toc-counter;
}

.backdrop_b50a ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.backdrop_b50a 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;
}

.backdrop_b50a ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.backdrop_b50a ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.narrow-1ede {
  padding: 3rem 0 5rem;
}

.modal-hard-5307 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.modal-hard-5307.rough-d748 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.status-2b41 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.top-e0bf {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.accent_red_9c5d {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.accent_red_9c5d h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.white_fe36 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.disabled_middle_5351 {
  text-align: center;
}

.video-a098 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.sidebar-hot-554d {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.frame-1df5 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.section_in_643b {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.preview_white_c723 {
  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;
}

.preview_white_c723 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.preview_white_c723:hover {
  box-shadow: var(--shadow-lg);
}

.preview_white_c723.list-7d65 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.preview_white_c723 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.preview_white_c723 ul {
  margin: 1rem 0;
}

.preview_white_c723 li {
  margin-bottom: 0.75rem;
}

.gallery-soft-00f1 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.input-last-b58a {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.input-last-b58a a {
  font-weight: 600;
}

/* === Data Tables === */
.chip-dark-a73d {
  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;
}

.chip-dark-a73d table {
  width: 100%;
  min-width: 600px;
}

.chip-dark-a73d thead {
  background-color: var(--primary-color);
  color: white;
}

.chip-dark-a73d th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.chip-dark-a73d td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.chip-dark-a73d tbody tr:hover {
  background-color: var(--bg-secondary);
}

.chip-dark-a73d tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.right-3b63 {
  list-style: none;
  margin: 1.5rem 0;
}

.right-3b63 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.right-3b63 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.top_ffb1::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-87a5::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 === */
.hot-e863 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.shade_d045 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.shade_d045 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.shade_d045 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.shade_d045 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.hot-e863 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.overlay_outer_7ae0 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.overlay_outer_7ae0::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.thumbnail_white_7d5c {
  position: relative;
  margin-bottom: 3rem;
}

.lower-2af7 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.lower-2af7 .short-e32f {
  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;
}

.mini_8ea6 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.mini_8ea6 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.mini_8ea6 ul {
  margin: 1rem 0;
}

.mini_8ea6 li {
  margin-bottom: 0.75rem;
}

.blue-434f {
  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 === */
.rough_9454 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.rough_9454 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.popup_blue_aa4a {
  list-style: none;
  margin: 1.5rem 0;
}

.popup_blue_aa4a li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.popup_blue_aa4a a {
  font-weight: 600;
}

.detail-active-261d {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.carousel_dark_6c6a {
  margin: 2.5rem 0;
}

.silver_77f3 {
  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;
}

.silver_77f3:hover {
  box-shadow: var(--shadow-lg);
}

.silver_77f3.prev-ca6b {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.tag-prev-be4d {
  flex-shrink: 0;
}

.tag-prev-be4d 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);
}

.gallery_thick_1ee6 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.shadow_out_aba5,
.link_d9d5,
.grid_short_36d7 {
  width: 100%;
  margin: 1.5rem 0;
}

.fast_7ffe {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.fast_7ffe strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.backdrop_action_e8ff {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.backdrop_action_e8ff strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.background-60ef {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.background-60ef strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.cold-d42a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.lower_f3f3 {
  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;
}

.lower_f3f3:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.lower_f3f3.block-32d5 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.lower_f3f3 .lower_3cd2 {
  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;
}

.lower_f3f3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.gradient_fast_141e {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.paragraph_843d {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.paragraph_843d label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.overlay_215d {
  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 === */
.first_1bf5 {
  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;
}

.section-cdf8 {
  background-color: var(--primary-color);
  color: white;
}

.section-cdf8:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.large_8bd8 {
  background-color: var(--text-secondary);
  color: white;
}

.large_8bd8:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.steel_a1ad {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.steel_a1ad:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.black-f148 {
  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;
}

.black-f148:hover {
  background-color: var(--primary-dark);
}

.image_ac53 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.dim_da4d {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.dropdown-fixed-e375 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.purple-11c4 {
  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 === */
.outline_73bd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.lower-b3bc {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.lower-b3bc h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.pressed-7006 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.in-5bc9 {
  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;
}

.row_simple_b799 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.shadow-927d {
  list-style: none;
  counter-reset: rank-counter;
}

.shadow-927d li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.shadow-927d 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;
}

.hard-f10a {
  list-style: none;
}

.hard-f10a li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.left_29e7 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.summary-a161 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.summary-a161 .tall_1b5d {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.summary-a161 .up_1618 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.feature-middle-64a1 {
  margin-top: 3rem;
}

.carousel-690a {
  width: 100%;
}

.inner_c7e9 {
  background-color: #fef3c7;
}

.fixed_e748 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.bottom_55ec {
  margin: 3rem 0;
}

.stale_7905 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.active_ec59 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.active_ec59:hover {
  box-shadow: var(--shadow-lg);
}

.active_ec59.steel-23c0 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.dynamic-a3fa {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.progress-in-f0c4 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.progress-in-f0c4 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.pagination_c1cb {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.active_ec59 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.popup-yellow-8da4 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.nav_24a8 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.gallery-2880 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.gradient-bright-89d5 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.menu-0e87 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.nav_focused_15fc {
  margin-top: 1rem;
}

/* === FAQ Section === */
.slow_1c1a {
  max-width: 900px;
  margin: 0 auto;
}

.hot_bb99 {
  margin: 2rem 0;
}

.container_1976 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.container_1976 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.container_1976 summary::-webkit-details-marker {
  display: none;
}

.container_1976 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.pagination-f1c8 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.container_1976[open] .pagination-f1c8 {
  transform: rotate(45deg);
}

.pink-eff0 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.pink-eff0 p:last-child {
  margin-bottom: 0;
}

.banner_c650 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.iron-a49b {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.summary_prev_c8b4 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.summary_prev_c8b4 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.summary_prev_c8b4 .first_1bf5 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.tooltip-clean-2035 {
  max-width: 900px;
  margin: 0 auto;
}

.container-hovered-b0fe {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.table-easy-cbbf {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.table-easy-cbbf.fn-success-87a5 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.icon-d22e {
  font-size: 3rem;
  line-height: 1;
}

.list-easy-cf74 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.image_liquid_eb40 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.item_8b85,
.dim-917e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.item_8b85 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.dim-917e h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.clean_84ee,
.old_d288 {
  margin: 1.5rem 0;
}

.clean_84ee li,
.old_d288 li {
  margin-bottom: 1rem;
}

.highlight-3889 {
  margin: 3rem 0;
}

.warm-8237 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.warm-8237 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.warm-8237 ol {
  margin: 1rem 0;
}

.warm-8237 li {
  margin-bottom: 0.75rem;
}

.border-liquid-b4be {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.title_right_60ad {
  margin: 2rem 0;
}

.section-2e52 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.main-0702 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.link-c555 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.under-e613 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.purple-6dce {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.current_7899 {
  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;
}

.current_7899 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.green-423e {
  flex: 1;
}

.green-423e h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.sort_outer_7f4a {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.primary-tiny-495a p {
  margin-bottom: 1rem;
}

.pattern-short-6c2c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.icon_e789 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.simple-5409 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.simple-5409 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.up-4f7d h3 {
  margin-bottom: 1.5rem;
}

.text-huge-36cb {
  display: grid;
  gap: 2rem;
}

.message_static_cbb7 {
  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;
}

.message_static_cbb7 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.message_static_cbb7 h4 {
  margin: 0 0 0.25rem;
}

.message_static_cbb7 p {
  margin: 0;
  font-size: 0.9375rem;
}

.thumbnail-8134 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.disabled-0de3 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.disabled-0de3 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.disabled-0de3 ul {
  margin: 1.5rem 0;
}

.disabled-0de3 li {
  margin-bottom: 0.75rem;
}

.black_0f87 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.first-16af {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.hidden-black-89ee {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.mini-67f0 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.mini-67f0 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.shade-9e58 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.shade-9e58 a {
  color: rgba(255, 255, 255, 0.8);
}

.popup_small_94cd {
  list-style: none;
}

.popup_small_94cd li {
  margin-bottom: 0.75rem;
}

.popup_small_94cd a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.popup_small_94cd a:hover {
  color: white;
}

.popup_south_83f7 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.list_11c8 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.complex-814d {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.hard-fbc8 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.icon_slow_6ea6 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .detail-f8b6 {
    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;
  }

  .cold_9ba8 {
    font-size: 1.5rem !important;
  }

  .label-daac {
    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 */
  .preview_white_c723,
  .filter_75f5,
  .mini_8ea6,
  .gallery_thick_1ee6,
  .dynamic-a3fa,
  .active_ec59,
  .pink-eff0,
  .small_034d,
  .prev-b2de,
  .status-2b41 {
    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 */
  .accordion-narrow-84c4 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .gallery-f924 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .breadcrumb-6862 {
    flex-shrink: 0;
  }

  .green-423e {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .alert_first_b510,
  .label_3e26 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .label_3e26 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .cool-fb4b {
    display: none;
  }

  /* Show mobile actions */
  .advanced-6794 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .tiny-1281 {
    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-1281 svg {
    flex-shrink: 0;
  }

  .tiny-1281 .south-f9fc {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .tiny-1281 .prev-c8c2 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .wrapper_smooth_a995 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .dim_016a {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .tiny-1281:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .description-612e {
    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;
  }

  .description-612e.fn-active-87a5 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .description-612e li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .description-612e li:last-child {
    border-bottom: none;
  }

  .description-612e a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .tooltip_2190 {
    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;
  }

  .tooltip_2190 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .tooltip_2190 li:last-child {
    border-bottom: none;
  }

  .tooltip_2190 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .feature-3811 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .short-3de2 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .link_complex_8dec,
  .pressed-6ee6 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .link_complex_8dec {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .pressed-6ee6 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .tooltip_2190.fn-active-87a5 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .paragraph-4d89 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .glass-d92f {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .summary-last-83d6 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .button-14d6 {
    margin-top: 0;
  }

  /* Hero section */
  .button-14d6 {
    padding: 2rem 0 1.5rem;
  }

  .label-daac {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .prev-b2de {
    font-size: 1rem;
  }

  /* Hero brand image */
  .breadcrumb_9e57 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .avatar_inner_fa99 {
    max-width: 100%;
    border-radius: 8px;
  }

  .gradient_purple_0043 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .bronze_1f12 {
    padding: 1rem;
  }

  .progress-bronze-2808 {
    font-size: 1.5rem;
  }

  .breadcrumb_soft_1fa3 {
    font-size: 0.75rem;
  }

  .small_034d {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .secondary_e533 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .secondary_e533 .first_1bf5 {
    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 */
  .old_613f {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .silver_77f3 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .tag-prev-be4d {
    margin-bottom: 1rem;
  }

  /* Author */
  .avatar-smooth-e7c6 {
    flex-direction: column;
  }

  .current_7899 {
    flex-direction: column;
  }

  /* Quotes */
  .dynamic-a3fa {
    flex-direction: column;
  }

  /* Pros/Cons */
  .image_liquid_eb40 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .under-e613 {
    flex-direction: column;
  }

  .under-e613 .first_1bf5 {
    width: 100%;
  }

  /* Version comparison */
  .cold-d42a {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .outline_73bd {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .hidden-black-89ee {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .complex-814d {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .chip-dark-a73d,
  .link_d9d5,
  .hero-5ff3,
  .carousel-690a,
  .shadow_out_aba5,
  .grid_short_36d7 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .chip-dark-a73d table,
  .link_d9d5 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .overlay_215d {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .detail-f8b6 {
    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;
  }

  .cold_9ba8 {
    font-size: 1.25rem !important;
  }

  .label-daac {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .glass-d92f {
    position: fixed;
  }

  .summary-last-83d6 {
    padding: 0.625rem 0;
  }

  .under_e547 img {
    height: 26px;
  }

  .tooltip_2190 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .description-612e {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .tiny-1281 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .tiny-1281 svg {
    width: 18px;
    height: 18px;
  }

  .tiny-1281 .south-f9fc {
    font-size: 0.7rem;
  }

  .tiny-1281 .prev-c8c2 {
    font-size: 0.65rem;
  }

  .link_complex_8dec,
  .pressed-6ee6 {
    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, .detail-f8b6, .outline_center_bc2e, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .breadcrumb_9e57 {
    padding: 1rem;
  }

  .gradient_purple_0043 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .bronze_1f12 {
    padding: 0.875rem;
  }

  .progress-bronze-2808 {
    font-size: 1.25rem;
  }

  .secondary_e533 .first_1bf5 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .label-daac {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .first_1bf5 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .image_ac53 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .silver_77f3 {
    padding: 1rem;
  }

  .tag-prev-be4d span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .preview_white_c723,
  .secondary-cec0,
  .progress_green_d184,
  .outer-261f {
    padding: 1rem;
  }
}

@media print {
  .glass-d92f,
  .gold-1e0a,
  .paragraph-4d89,
  .first_1bf5,
  .first-16af {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .detail-f8b6 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.link-b52f {
  margin-bottom: 3rem;
  text-align: center;
}

.cold_9ba8 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.image_simple_8add {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.sort-0031,
.gallery_action_bf14 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.main-fluid-405b {
  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;
}

.main-fluid-405b:hover {
  transform: translateY(-5px);
}

.main-fluid-405b strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.main-fluid-405b span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.selected_50a2 {
  margin: 3rem 0;
}

.sort-dark-1d3e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.form_motion_7a40 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.form_motion_7a40:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.silver-f08b {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.wrapper-under-1467 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.notice_f79c {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.right-ec2f {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.panel-54a4 {
  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;
}

.panel-54a4:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.panel-54a4.element-6992 {
  border-left: 4px solid var(--primary-color);
}

.surface-hard-a64f {
  flex-shrink: 0;
}

.surface-hard-a64f svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.label-8a88 {
  flex: 1;
}

.label-8a88 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.slow_2ef2 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.focused-18dd,
.border_warm_1517,
.message_small_eca3 {
  margin-bottom: 1.5rem;
}

.focused-18dd h4,
.border_warm_1517 h4,
.message_small_eca3 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.focused-18dd ul,
.border_warm_1517 ul,
.message_small_eca3 ul {
  list-style: none;
  padding: 0;
}

.focused-18dd li,
.border_warm_1517 li,
.message_small_eca3 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.focused-18dd li:before,
.border_warm_1517 li:before,
.message_small_eca3 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.carousel-stone-434a {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.carousel-stone-434a 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;
}

.carousel-stone-434a a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.heading-focused-3bae { margin: 2rem 0; }
.form_be86 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.form_be86 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.search_18fb p { margin-bottom: 1rem; line-height: 1.7; }
.search_18fb strong { color: var(--text-primary); }
.search_18fb ul { list-style: none; padding-left: 0; }
.search_18fb ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.search_18fb ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.prev_34c3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.accent-dfed { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.accent-dfed:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.component-cold-e261 { font-size: 3rem; margin-bottom: 1rem; }
.accent-dfed h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.accent-dfed p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.bronze-f315 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.bronze-f315 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.bronze_a282 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.block-e6d4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.border_action_563e { text-align: center; }
.steel-3e81 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.chip-orange-5001 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.cool-45b3 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.input-fluid-cf33 { margin: 2rem 0; }
.logo_light_f0f5 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.logo_light_f0f5 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.logo_light_f0f5 p, .logo_light_f0f5 ul { line-height: 1.7; }
.logo_light_f0f5 ul { list-style: none; padding-left: 0; }
.logo_light_f0f5 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.logo_light_f0f5 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.title-8711 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.carousel_04d7 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.message_bbc9 { text-align: center; }
.accordion-top-88ea { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.media_solid_8002 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.selected_41d6 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.highlight_steel_b5e0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.motion_98d2 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.motion_98d2:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.motion_98d2 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.motion_98d2 p, .motion_98d2 ul { line-height: 1.7; }
.motion_98d2 ul { list-style: none; padding-left: 0; }
.motion_98d2 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.motion_98d2 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 09f3 */
.ghost-box-p1 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.1;
}
