/* ============================================
   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 */
.row_gold_557c p,
.panel-east-b68f,
.card_old_29ca,
.text-49ab,
.heading-a1d7,
.overlay_0ced,
.carousel-033e,
.image-medium-2c68 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.shade_down_6a3a {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.shade_down_6a3a > *,
.filter-9977,
.row_gold_557c,
.complex_2410 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .shade_down_6a3a {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .shade_down_6a3a {
    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 === */
.easy-9a7a {
  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 */
.easy-9a7a.detail-fc16 {
  box-shadow: var(--shadow-md);
}

.tooltip_pro_0484 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.description-fluid-64db img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.over-bdcd {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.menu-gold-2934 {
  display: none;
}

/* Hide mobile actions on desktop */
.article-center-2705 {
  display: none;
}

.module_first_ee67 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.module_first_ee67 a:hover,
.module_first_ee67 a.fn-active-d168 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.caption_old_f29c {
  margin-left: 1rem;
}

.hero-motion-f84f {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.static_cef8,
.outline-new-006e {
  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;
}

.static_cef8 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.static_cef8: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;
}

.outline-new-006e {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.outline-new-006e: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;
}

.static_cef8 svg,
.outline-new-006e svg {
  flex-shrink: 0;
}

.thumbnail_f73d {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.text_15bc {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.text_15bc::before,
.text_15bc::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.text_15bc::before {
  top: -7px;
}

.text_15bc::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.grid_wide_5ea7 {
  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 === */
.fresh-15c0 {
  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);
}

.section-large-3c76 {
  margin: 0 0 2rem;
  text-align: center;
}

.shadow_3d31 {
  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;
}

.shadow_3d31:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.feature_north_33d1 {
  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);
}

.feature_north_33d1 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.smooth_bdfa {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.disabled-new-f804 {
  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;
}

.disabled-new-f804:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.bright-13ee {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.tag-yellow-0065 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.pressed_bba9 {
  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);
}

.pressed_bba9 .accent-south-54b0 {
  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;
}

.pressed_bba9 .accent-south-54b0 svg {
  flex-shrink: 0;
}

.pressed_bba9 .primary_glass_0c3f {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.pressed_bba9 .primary_glass_0c3f: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);
}

.pressed_bba9 .primary_brown_b0c2 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.pressed_bba9 .primary_brown_b0c2: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) {
  .fresh-15c0 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .shadow_3d31 {
    max-width: 100%;
  }

  .smooth_bdfa {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .disabled-new-f804 {
    padding: 1rem;
  }

  .bright-13ee {
    font-size: 1.5rem;
  }

  .tag-yellow-0065 {
    font-size: 0.75rem;
  }

  .feature_north_33d1 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .pressed_bba9 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .pressed_bba9 .accent-south-54b0 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .smooth_bdfa {
    grid-template-columns: 1fr;
  }
}

.status_89bf {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.outer-706c {
  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 === */
.block-orange-5daa {
  margin-bottom: 2.5rem;
}

.pagination-70af {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.status_89bf {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.fresh_3909 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.dropdown-6164 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.button_narrow_e5be {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.tabs_glass_7980 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.hover_112e {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.border_basic_ea17 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.secondary-left-4b0b {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.secondary-left-4b0b svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.hard-d9ee {
  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);
}

.fresh-10b9 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.card-0ad7 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.cool-939c {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.main_cool_3b3d {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.image-cool-e624 {
  display: grid;
  gap: 1rem;
}

.widget_8990 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.widget_5b9a {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.alert-fixed-0433 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.focused-ec9e {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.heading-upper-58b7 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.surface-paper-ffc2 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.surface-paper-ffc2 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.panel-east-b68f {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.light_67d7 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.module-66bf {
  display: grid;
  gap: 2rem;
}

.silver_e256 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.dropdown-6164 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.fresh_3909 {
  flex: 1;
}

.tabs_glass_7980 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.tabs_glass_7980 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.container-liquid-9a01 {
  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;
}

.hover_112e {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.background_blue_6055 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.background_blue_6055 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.section_02a6 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.section_02a6 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.cold-4370 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.cold-4370 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.cold-4370 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cold-4370 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.thumbnail-dd05 {
  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 === */
.picture-9d58 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.hot-d6e8 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.preview-center-d5b3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.narrow_78a7 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.narrow_78a7 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.narrow_78a7 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.narrow_78a7 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;
}

.narrow_78a7 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.narrow_78a7 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.row_gold_557c {
  padding: 3rem 0 5rem;
}

.complex_2410 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.complex_2410.tooltip_complex_56d1 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.card_old_29ca {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.breadcrumb-87eb {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.carousel_lite_c459 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.carousel_lite_c459 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.video_tall_b4f0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.label_75a9 {
  text-align: center;
}

.down-7126 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.input-action-010f {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.button_dynamic_1384 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.overlay_0ced {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.text-49ab {
  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;
}

.text-49ab * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.text-49ab:hover {
  box-shadow: var(--shadow-lg);
}

.text-49ab.complex_7636 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.text-49ab h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.text-49ab ul {
  margin: 1rem 0;
}

.text-49ab li {
  margin-bottom: 0.75rem;
}

.thumbnail_liquid_e2d7 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.element_e47e {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.element_e47e a {
  font-weight: 600;
}

/* === Data Tables === */
.out_a43b {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background-color: var(--bg-primary);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.out_a43b table {
  width: 100%;
  min-width: 600px;
}

.out_a43b thead {
  background-color: var(--primary-color);
  color: white;
}

.out_a43b th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.out_a43b td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.out_a43b tbody tr:hover {
  background-color: var(--bg-secondary);
}

.out_a43b tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.copper-9578 {
  list-style: none;
  margin: 1.5rem 0;
}

.copper-9578 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.copper-9578 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.pagination-38c5::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-d168::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 === */
.item-8c19 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.breadcrumb_wide_7358 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.breadcrumb_wide_7358 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.breadcrumb_wide_7358 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.breadcrumb_wide_7358 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.item-8c19 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.carousel-033e {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.carousel-033e::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.plasma_5963 {
  position: relative;
  margin-bottom: 3rem;
}

.hover-f8f7 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.hover-f8f7 .iron-8bd2 {
  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;
}

.module-8e13 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.module-8e13 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.module-8e13 ul {
  margin: 1rem 0;
}

.module-8e13 li {
  margin-bottom: 0.75rem;
}

.hover-5769 {
  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 === */
.button_pressed_d8be {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.button_pressed_d8be h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.copper_1bb5 {
  list-style: none;
  margin: 1.5rem 0;
}

.copper_1bb5 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.copper_1bb5 a {
  font-weight: 600;
}

.info-3257 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.image-medium-2c68 {
  margin: 2.5rem 0;
}

.prev_2d5d {
  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;
}

.prev_2d5d:hover {
  box-shadow: var(--shadow-lg);
}

.prev_2d5d.video-14a5 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.old-3e6f {
  flex-shrink: 0;
}

.old-3e6f 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);
}

.hot_f8c1 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.in_ed9d,
.hard-3ebf,
.picture-c942 {
  width: 100%;
  margin: 1.5rem 0;
}

.modal-active-08d8 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.modal-active-08d8 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.white_3f64 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.white_3f64 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.preview_bronze_582c {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.preview_bronze_582c strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.out-75e5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.notification-34ff {
  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;
}

.notification-34ff:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.notification-34ff.secondary-744a {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.notification-34ff .selected_edfd {
  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;
}

.notification-34ff h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.description-5029 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.row-2424 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.row-2424 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.list-gold-9025 {
  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 === */
.accent-south-54b0 {
  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;
}

.primary_glass_0c3f {
  background-color: var(--primary-color);
  color: white;
}

.primary_glass_0c3f:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.primary_brown_b0c2 {
  background-color: var(--text-secondary);
  color: white;
}

.primary_brown_b0c2:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.footer_bottom_d199 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.footer_bottom_d199:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.item_hard_b910 {
  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;
}

.item_hard_b910:hover {
  background-color: var(--primary-dark);
}

.down-90da {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.list-dc20 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.overlay_steel_76bc {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.summary-thick-2379 {
  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 === */
.orange_5045 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.nav-selected-2f9b {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.nav-selected-2f9b h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.feature_east_83dc {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.backdrop-74ca {
  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;
}

.notification-949f {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.detail_down_02dd {
  list-style: none;
  counter-reset: rank-counter;
}

.detail_down_02dd li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.detail_down_02dd 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;
}

.pink-62ce {
  list-style: none;
}

.pink-62ce li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.table-f723 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.white-b8dc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.white-b8dc .modal-large-30c0 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.white-b8dc .detail_short_3742 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.status-orange-a992 {
  margin-top: 3rem;
}

.focus_under_f556 {
  width: 100%;
}

.footer-c3b3 {
  background-color: #fef3c7;
}

.thick_57cb {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.media_old_7993 {
  margin: 3rem 0;
}

.middle-b382 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.fluid_733e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.fluid_733e:hover {
  box-shadow: var(--shadow-lg);
}

.fluid_733e.fast_e461 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.surface_62f3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.selected-6a30 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.selected-6a30 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.banner-3f82 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.fluid_733e blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.middle_63a6 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.pro-996b {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.avatar_gas_6386 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.notification_3e68 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.menu-plasma-2a61 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.search_action_fcc6 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.caption-2414 {
  max-width: 900px;
  margin: 0 auto;
}

.footer_c42b {
  margin: 2rem 0;
}

.accordion_tiny_4361 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.accordion_tiny_4361 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.accordion_tiny_4361 summary::-webkit-details-marker {
  display: none;
}

.accordion_tiny_4361 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.container-white-efd2 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.accordion_tiny_4361[open] .container-white-efd2 {
  transform: rotate(45deg);
}

.hard_bf87 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.hard_bf87 p:last-child {
  margin-bottom: 0;
}

.hard-8267 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.sidebar-motion-f1fe {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.layout_481d {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.layout_481d p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.layout_481d .accent-south-54b0 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.picture_8c74 {
  max-width: 900px;
  margin: 0 auto;
}

.complex_ef79 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.last-1cd8 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.last-1cd8.fn-success-d168 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.button_current_29d1 {
  font-size: 3rem;
  line-height: 1;
}

.rough_956a h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.hover_049c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.dropdown-blue-6f28,
.title-hard-499e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.dropdown-blue-6f28 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.title-hard-499e h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.light_018b,
.container-0686 {
  margin: 1.5rem 0;
}

.light_018b li,
.container-0686 li {
  margin-bottom: 1rem;
}

.tooltip_4c5e {
  margin: 3rem 0;
}

.container-2892 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.container-2892 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.container-2892 ol {
  margin: 1rem 0;
}

.container-2892 li {
  margin-bottom: 0.75rem;
}

.complex-81b7 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.form-over-b33e {
  margin: 2rem 0;
}

.popup-299b {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.out_8c5a {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.header_mini_ab69 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.frame-first-f5f8 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.media_58c5 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.media_east_dec9 {
  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;
}

.media_east_dec9 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.button_narrow_e5be {
  flex: 1;
}

.button_narrow_e5be h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.menu_left_075e {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.chip-1820 p {
  margin-bottom: 1rem;
}

.preview-c70f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.tiny_7cf0 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.hidden-lower-e7a9 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.hidden-lower-e7a9 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.lite_b0d6 h3 {
  margin-bottom: 1.5rem;
}

.caption-inner-1aec {
  display: grid;
  gap: 2rem;
}

.notification_new_c1bc {
  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;
}

.notification_new_c1bc img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.notification_new_c1bc h4 {
  margin: 0 0 0.25rem;
}

.notification_new_c1bc p {
  margin: 0;
  font-size: 0.9375rem;
}

.east-c50e {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.focus_left_f18d {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.focus_left_f18d h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.focus_left_f18d ul {
  margin: 1.5rem 0;
}

.focus_left_f18d li {
  margin-bottom: 0.75rem;
}

.module-4205 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.logo_392e {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.notice_ec93 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.hover_pro_427e h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.hover_pro_427e p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.blue-8cd6 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.blue-8cd6 a {
  color: rgba(255, 255, 255, 0.8);
}

.simple_270b {
  list-style: none;
}

.simple_270b li {
  margin-bottom: 0.75rem;
}

.simple_270b a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.simple_270b a:hover {
  color: white;
}

.status_old_c37a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.dropdown-40d8 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.over-e351 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.caption-f6cf {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.component_purple_fb7f {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .shade_down_6a3a {
    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;
  }

  .status_25e7 {
    font-size: 1.5rem !important;
  }

  .pagination-70af {
    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 */
  .text-49ab,
  .heading-a1d7,
  .module-8e13,
  .hot_f8c1,
  .surface_62f3,
  .fluid_733e,
  .hard_bf87,
  .feature_north_33d1,
  .panel-east-b68f,
  .card_old_29ca {
    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 */
  .status_89bf {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .fresh_3909 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .dropdown-6164 {
    flex-shrink: 0;
  }

  .button_narrow_e5be {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .tabs_glass_7980,
  .hover_112e {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .hover_112e {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .over-bdcd {
    display: none;
  }

  /* Show mobile actions */
  .article-center-2705 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .white_ada6 {
    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;
  }

  .white_ada6 svg {
    flex-shrink: 0;
  }

  .white_ada6 .slow_8eee {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .white_ada6 .summary_346e {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .button_solid_a945 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .tertiary-silver-704a {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .white_ada6:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .menu-gold-2934 {
    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;
  }

  .menu-gold-2934.fn-active-d168 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .menu-gold-2934 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .menu-gold-2934 li:last-child {
    border-bottom: none;
  }

  .menu-gold-2934 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .module_first_ee67 {
    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;
  }

  .module_first_ee67 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .module_first_ee67 li:last-child {
    border-bottom: none;
  }

  .module_first_ee67 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .caption_old_f29c {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .hero-motion-f84f {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .static_cef8,
  .outline-new-006e {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .static_cef8 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .outline-new-006e {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .module_first_ee67.fn-active-d168 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .thumbnail_f73d {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .easy-9a7a {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .tooltip_pro_0484 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .grid_wide_5ea7 {
    margin-top: 0;
  }

  /* Hero section */
  .grid_wide_5ea7 {
    padding: 2rem 0 1.5rem;
  }

  .pagination-70af {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .panel-east-b68f {
    font-size: 1rem;
  }

  /* Hero brand image */
  .fresh-15c0 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .shadow_3d31 {
    max-width: 100%;
    border-radius: 8px;
  }

  .smooth_bdfa {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .disabled-new-f804 {
    padding: 1rem;
  }

  .bright-13ee {
    font-size: 1.5rem;
  }

  .tag-yellow-0065 {
    font-size: 0.75rem;
  }

  .feature_north_33d1 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .pressed_bba9 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .pressed_bba9 .accent-south-54b0 {
    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 */
  .preview-center-d5b3 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .prev_2d5d {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .old-3e6f {
    margin-bottom: 1rem;
  }

  /* Author */
  .silver_e256 {
    flex-direction: column;
  }

  .media_east_dec9 {
    flex-direction: column;
  }

  /* Quotes */
  .surface_62f3 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .hover_049c {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .frame-first-f5f8 {
    flex-direction: column;
  }

  .frame-first-f5f8 .accent-south-54b0 {
    width: 100%;
  }

  /* Version comparison */
  .out-75e5 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .orange_5045 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .notice_ec93 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .over-e351 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .out_a43b,
  .hard-3ebf,
  .lower_b41f,
  .focus_under_f556,
  .in_ed9d,
  .picture-c942 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .out_a43b table,
  .hard-3ebf table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .list-gold-9025 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .shade_down_6a3a {
    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;
  }

  .status_25e7 {
    font-size: 1.25rem !important;
  }

  .pagination-70af {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .easy-9a7a {
    position: fixed;
  }

  .tooltip_pro_0484 {
    padding: 0.625rem 0;
  }

  .description-fluid-64db img {
    height: 26px;
  }

  .module_first_ee67 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .menu-gold-2934 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .white_ada6 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .white_ada6 svg {
    width: 18px;
    height: 18px;
  }

  .white_ada6 .slow_8eee {
    font-size: 0.7rem;
  }

  .white_ada6 .summary_346e {
    font-size: 0.65rem;
  }

  .static_cef8,
  .outline-new-006e {
    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, .shade_down_6a3a, .filter-9977, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .fresh-15c0 {
    padding: 1rem;
  }

  .smooth_bdfa {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .disabled-new-f804 {
    padding: 0.875rem;
  }

  .bright-13ee {
    font-size: 1.25rem;
  }

  .pressed_bba9 .accent-south-54b0 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .pagination-70af {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .accent-south-54b0 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .down-90da {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .prev_2d5d {
    padding: 1rem;
  }

  .old-3e6f span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .text-49ab,
  .sort-huge-e043,
  .header_aa32,
  .secondary-action-376c {
    padding: 1rem;
  }
}

@media print {
  .easy-9a7a,
  .picture-9d58,
  .thumbnail_f73d,
  .accent-south-54b0,
  .logo_392e {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .shade_down_6a3a {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.link_under_fdf9 {
  margin-bottom: 3rem;
  text-align: center;
}

.status_25e7 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.link-49cb {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.hero_north_2d0f,
.texture_static_874d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.steel-a599 {
  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;
}

.steel-a599:hover {
  transform: translateY(-5px);
}

.steel-a599 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.steel-a599 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.solid_6e30 {
  margin: 3rem 0;
}

.video_6af2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.shade-afdb {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.shade-afdb:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.texture-first-8c3e {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.wide-f42a {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.glass_eeef {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.filter-5df4 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.link-9f72 {
  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;
}

.link-9f72:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.link-9f72.cool-72e5 {
  border-left: 4px solid var(--primary-color);
}

.panel-easy-f064 {
  flex-shrink: 0;
}

.panel-easy-f064 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.pro-904c {
  flex: 1;
}

.pro-904c h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.caption_new_0886 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.widget_81f2,
.aside_8e0b,
.last-dd9e {
  margin-bottom: 1.5rem;
}

.widget_81f2 h4,
.aside_8e0b h4,
.last-dd9e h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.widget_81f2 ul,
.aside_8e0b ul,
.last-dd9e ul {
  list-style: none;
  padding: 0;
}

.widget_81f2 li,
.aside_8e0b li,
.last-dd9e li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.widget_81f2 li:before,
.aside_8e0b li:before,
.last-dd9e li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.header_a603 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.header_a603 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;
}

.header_a603 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.link-5df9 { margin: 2rem 0; }
.bright_e296 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.bright_e296 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.container_right_778c p { margin-bottom: 1rem; line-height: 1.7; }
.container_right_778c strong { color: var(--text-primary); }
.container_right_778c ul { list-style: none; padding-left: 0; }
.container_right_778c ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.container_right_778c ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.table-74cc { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.backdrop_upper_696a { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.backdrop_upper_696a:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.feature_d6f2 { font-size: 3rem; margin-bottom: 1rem; }
.backdrop_upper_696a h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.backdrop_upper_696a p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.glass_30ac { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.glass_30ac span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.column_8c6e { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.plasma_4fda { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.pink_1f33 { text-align: center; }
.west-2c87 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.cold_cef6 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.table_999a { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.advanced_4570 { margin: 2rem 0; }
.notice_outer_8bcb { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.notice_outer_8bcb h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.notice_outer_8bcb p, .notice_outer_8bcb ul { line-height: 1.7; }
.notice_outer_8bcb ul { list-style: none; padding-left: 0; }
.notice_outer_8bcb ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.notice_outer_8bcb ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.search_steel_c220 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.gold-d1da { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.paper_dd7c { text-align: center; }
.menu_4b70 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.soft_8e17 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.chip-36c4 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.prev_0136 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.pattern_pink_b585 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.pattern_pink_b585:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.pattern_pink_b585 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.pattern_pink_b585 p, .pattern_pink_b585 ul { line-height: 1.7; }
.pattern_pink_b585 ul { list-style: none; padding-left: 0; }
.pattern_pink_b585 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.pattern_pink_b585 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: c2b6 */
.ghost-box-p0 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.0;
}
