/* ============================================
   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 */
.feature_cool_27d0 p,
.outline-orange-dcd1,
.shade_south_5f7c,
.badge_bronze_a8b9,
.cold_0a48,
.silver-f9db,
.easy-7251,
.glass_fe06 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.caption-0517 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.caption-0517 > *,
.cold_c4ee,
.feature_cool_27d0,
.east_68f1 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .caption-0517 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .caption-0517 {
    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 === */
.message_top_cde4 {
  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 */
.message_top_cde4.content_cafb {
  box-shadow: var(--shadow-md);
}

.surface-soft-ec48 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.center-64c7 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.focus-light-4db0 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.border_0f60 {
  display: none;
}

/* Hide mobile actions on desktop */
.popup_gold_caf3 {
  display: none;
}

.tertiary-fast-170a a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.tertiary-fast-170a a:hover,
.tertiary-fast-170a a.fn-active-7d8c {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.lower_eadd {
  margin-left: 1rem;
}

.grid-00a3 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.button-3300,
.in-f1fa {
  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;
}

.button-3300 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.button-3300: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;
}

.in-f1fa {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.in-f1fa: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;
}

.button-3300 svg,
.in-f1fa svg {
  flex-shrink: 0;
}

.orange-00b0 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.fresh-767c {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.fresh-767c::before,
.fresh-767c::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.fresh-767c::before {
  top: -7px;
}

.fresh-767c::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.highlight_middle_c4e2 {
  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 === */
.brown_c2fe {
  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);
}

.mini_77e9 {
  margin: 0 0 2rem;
  text-align: center;
}

.layout_0e61 {
  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;
}

.layout_0e61:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.yellow-304b {
  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);
}

.yellow-304b strong {
  color: var(--primary-color);
  font-weight: 700;
}

.shade_2308 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.main_cb33 {
  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;
}

.main_cb33:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.feature-blue-3cd1 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.shadow-tall-65ea {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.breadcrumb-8c17 {
  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);
}

.breadcrumb-8c17 .container-mini-74a1 {
  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;
}

.breadcrumb-8c17 .container-mini-74a1 svg {
  flex-shrink: 0;
}

.breadcrumb-8c17 .light-f521 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.breadcrumb-8c17 .light-f521: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);
}

.breadcrumb-8c17 .purple_f751 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.breadcrumb-8c17 .purple_f751: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) {
  .brown_c2fe {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .layout_0e61 {
    max-width: 100%;
  }

  .shade_2308 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .main_cb33 {
    padding: 1rem;
  }

  .feature-blue-3cd1 {
    font-size: 1.5rem;
  }

  .shadow-tall-65ea {
    font-size: 0.75rem;
  }

  .yellow-304b {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .breadcrumb-8c17 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .breadcrumb-8c17 .container-mini-74a1 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .shade_2308 {
    grid-template-columns: 1fr;
  }
}

.west-f70e {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.image-5a5c {
  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 === */
.east_08d5 {
  margin-bottom: 2.5rem;
}

.title-fc8e {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.west-f70e {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.video_237a {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer_short_f293 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.shade_5775 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.row-dark-2fb3 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.disabled-bright-04be {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.cool_b0db {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.text_5790 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.text_5790 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.search_087d {
  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);
}

.dirty-21c7 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.sort_wide_97fa {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.widget-1c9d {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.alert-dark-1093 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.backdrop-paper-4d30 {
  display: grid;
  gap: 1rem;
}

.description-active-5485 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.filter_plasma_4350 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.purple-bb89 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.shadow_e198 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.full_f707 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.gallery-solid-65f4 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.gallery-solid-65f4 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.outline-orange-dcd1 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.slider_lower_b89f {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.blue-c0c5 {
  display: grid;
  gap: 2rem;
}

.article-dim-c230 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.footer_short_f293 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.video_237a {
  flex: 1;
}

.row-dark-2fb3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.row-dark-2fb3 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.popup_focused_939a {
  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;
}

.disabled-bright-04be {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.backdrop_e287 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.backdrop_e287 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.hero_1692 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.hero_1692 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.aside-pro-35f1 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.aside-pro-35f1 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.aside-pro-35f1 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.aside-pro-35f1 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.in-f09d {
  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 === */
.accordion-7033 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.search_6437 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.image-8c46 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.stone_8027 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.stone_8027 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.stone_8027 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.stone_8027 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;
}

.stone_8027 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.stone_8027 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.feature_cool_27d0 {
  padding: 3rem 0 5rem;
}

.east_68f1 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.east_68f1.grid-next-fffa {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.shade_south_5f7c {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.button-50d9 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.title_53e1 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.title_53e1 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.carousel-f1a7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.badge_3119 {
  text-align: center;
}

.avatar-6c0d {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.old-65ad {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.block-1b5e {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.silver-f9db {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.badge_bronze_a8b9 {
  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;
}

.badge_bronze_a8b9 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.badge_bronze_a8b9:hover {
  box-shadow: var(--shadow-lg);
}

.badge_bronze_a8b9.main-9259 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.badge_bronze_a8b9 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.badge_bronze_a8b9 ul {
  margin: 1rem 0;
}

.badge_bronze_a8b9 li {
  margin-bottom: 0.75rem;
}

.silver-d2ca {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.narrow-536b {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.narrow-536b a {
  font-weight: 600;
}

/* === Data Tables === */
.right_c282 {
  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;
}

.right_c282 table {
  width: 100%;
  min-width: 600px;
}

.right_c282 thead {
  background-color: var(--primary-color);
  color: white;
}

.right_c282 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.right_c282 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.right_c282 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.right_c282 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.outer-ec7d {
  list-style: none;
  margin: 1.5rem 0;
}

.outer-ec7d li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.outer-ec7d li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.nav-96aa::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-7d8c::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 === */
.frame-lite-8c1d {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.avatar_c0a1 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.avatar_c0a1 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.avatar_c0a1 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.avatar_c0a1 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.frame-lite-8c1d blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.easy-7251 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.easy-7251::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.progress_next_173e {
  position: relative;
  margin-bottom: 3rem;
}

.up_3def {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.up_3def .stone-12b8 {
  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;
}

.accent-4362 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.accent-4362 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.accent-4362 ul {
  margin: 1rem 0;
}

.accent-4362 li {
  margin-bottom: 0.75rem;
}

.hover-d902 {
  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 === */
.tabs-4713 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.tabs-4713 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.tertiary-a8c7 {
  list-style: none;
  margin: 1.5rem 0;
}

.tertiary-a8c7 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.tertiary-a8c7 a {
  font-weight: 600;
}

.main_narrow_2b45 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.glass_fe06 {
  margin: 2.5rem 0;
}

.module_green_9a4e {
  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;
}

.module_green_9a4e:hover {
  box-shadow: var(--shadow-lg);
}

.module_green_9a4e.picture-over-e2b4 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.active-3bcf {
  flex-shrink: 0;
}

.active-3bcf 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);
}

.hover_bright_153c h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.search_be53,
.form-hot-3933,
.stone_70cd {
  width: 100%;
  margin: 1.5rem 0;
}

.video_6b09 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.video_6b09 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.pressed-6805 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.pressed-6805 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.prev_ed83 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.prev_ed83 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.heading-2601 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.logo-927a {
  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;
}

.logo-927a:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.logo-927a.tall-c650 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.logo-927a .new_a606 {
  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;
}

.logo-927a h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.overlay-0c62 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.grid_95a2 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.grid_95a2 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.caption-warm-c1fd {
  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 === */
.container-mini-74a1 {
  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;
}

.light-f521 {
  background-color: var(--primary-color);
  color: white;
}

.light-f521:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.purple_f751 {
  background-color: var(--text-secondary);
  color: white;
}

.purple_f751:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.info-tall-f17b {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.info-tall-f17b:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.hero_50e7 {
  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;
}

.hero_50e7:hover {
  background-color: var(--primary-dark);
}

.pagination-lower-6117 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.card-6b7f {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.yellow_8fcc {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.selected-b725 {
  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 === */
.iron_e1a7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.column-bright-fa25 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.column-bright-fa25 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.gold_b5b5 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.motion_0370 {
  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;
}

.old_f618 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.wood-3733 {
  list-style: none;
  counter-reset: rank-counter;
}

.wood-3733 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.wood-3733 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;
}

.component_gold_4673 {
  list-style: none;
}

.component_gold_4673 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.heading-upper-3f3b {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.hard-a04e {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.hard-a04e .green_1cd3 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.hard-a04e .old_f0b5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.shadow_hot_bfbc {
  margin-top: 3rem;
}

.solid-d5bb {
  width: 100%;
}

.silver_1669 {
  background-color: #fef3c7;
}

.dark-670a {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.focused-0681 {
  margin: 3rem 0;
}

.in-2862 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.texture-add8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.texture-add8:hover {
  box-shadow: var(--shadow-lg);
}

.texture-add8.label-ec5b {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.backdrop_eda0 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.article-iron-4b15 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.article-iron-4b15 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.copper-cf75 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.texture-add8 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.row_steel_16df {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.texture_356f {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.thick-cd1b {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.wrapper_lower_fee6 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.thumbnail-purple-c059 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.module-ac04 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.over-e31d {
  max-width: 900px;
  margin: 0 auto;
}

.logo_prev_f894 {
  margin: 2rem 0;
}

.button-black-1152 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.button-black-1152 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.button-black-1152 summary::-webkit-details-marker {
  display: none;
}

.button-black-1152 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.surface_red_cb97 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.button-black-1152[open] .surface_red_cb97 {
  transform: rotate(45deg);
}

.accordion_advanced_e0d1 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.accordion_advanced_e0d1 p:last-child {
  margin-bottom: 0;
}

.alert_335a {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.form_gas_c8d9 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.black_9336 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.black_9336 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.black_9336 .container-mini-74a1 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.section-bfe0 {
  max-width: 900px;
  margin: 0 auto;
}

.stale_e2d0 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.search_brown_7b02 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.search_brown_7b02.fn-success-7d8c {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.column-e0c5 {
  font-size: 3rem;
  line-height: 1;
}

.input-f911 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.tabs-11d3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.layout-static-f465,
.row-next-558b {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.layout-static-f465 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.row-next-558b h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.heading-3774,
.element_new_29ec {
  margin: 1.5rem 0;
}

.heading-3774 li,
.element_new_29ec li {
  margin-bottom: 1rem;
}

.alert-soft-4e69 {
  margin: 3rem 0;
}

.modal_brown_970f {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.modal_brown_970f h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.modal_brown_970f ol {
  margin: 1rem 0;
}

.modal_brown_970f li {
  margin-bottom: 0.75rem;
}

.list-pro-cd47 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.brown_baf8 {
  margin: 2rem 0;
}

.accordion-53c9 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.purple_fc25 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.secondary-bdf8 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.shade_7297 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.sidebar_over_60da {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.cool_a60d {
  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;
}

.cool_a60d img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.shade_5775 {
  flex: 1;
}

.shade_5775 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.action-be56 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.filter_in_93d7 p {
  margin-bottom: 1rem;
}

.caption-ef1c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.thick_8adc {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.caption_ae12 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.caption_ae12 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.status-725c h3 {
  margin-bottom: 1.5rem;
}

.dynamic-459b {
  display: grid;
  gap: 2rem;
}

.secondary-f6c8 {
  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;
}

.secondary-f6c8 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.secondary-f6c8 h4 {
  margin: 0 0 0.25rem;
}

.secondary-f6c8 p {
  margin: 0;
  font-size: 0.9375rem;
}

.menu_orange_d82d {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.hover-4b8b {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.hover-4b8b h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.hover-4b8b ul {
  margin: 1.5rem 0;
}

.hover-4b8b li {
  margin-bottom: 0.75rem;
}

.modal-62aa {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.media-d2c7 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.input_copper_5474 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.caption_right_a9b0 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.caption_right_a9b0 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.gold_518c {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.gold_518c a {
  color: rgba(255, 255, 255, 0.8);
}

.mini_92d1 {
  list-style: none;
}

.mini_92d1 li {
  margin-bottom: 0.75rem;
}

.mini_92d1 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.mini_92d1 a:hover {
  color: white;
}

.hot_385c {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.dark_13bc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.huge_21df {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.narrow_3d95 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.bright-5a8f {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .caption-0517 {
    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;
  }

  .orange-152f {
    font-size: 1.5rem !important;
  }

  .title-fc8e {
    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 */
  .badge_bronze_a8b9,
  .cold_0a48,
  .accent-4362,
  .hover_bright_153c,
  .backdrop_eda0,
  .texture-add8,
  .accordion_advanced_e0d1,
  .yellow-304b,
  .outline-orange-dcd1,
  .shade_south_5f7c {
    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 */
  .west-f70e {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .video_237a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .footer_short_f293 {
    flex-shrink: 0;
  }

  .shade_5775 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .row-dark-2fb3,
  .disabled-bright-04be {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .disabled-bright-04be {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .focus-light-4db0 {
    display: none;
  }

  /* Show mobile actions */
  .popup_gold_caf3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .paragraph_e013 {
    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;
  }

  .paragraph_e013 svg {
    flex-shrink: 0;
  }

  .paragraph_e013 .next-d341 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .paragraph_e013 .icon_6d55 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .prev_02ac {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .description_28d6 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .paragraph_e013:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .border_0f60 {
    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;
  }

  .border_0f60.fn-active-7d8c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .border_0f60 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .border_0f60 li:last-child {
    border-bottom: none;
  }

  .border_0f60 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .tertiary-fast-170a {
    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;
  }

  .tertiary-fast-170a li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .tertiary-fast-170a li:last-child {
    border-bottom: none;
  }

  .tertiary-fast-170a a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .lower_eadd {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .grid-00a3 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .button-3300,
  .in-f1fa {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .button-3300 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .in-f1fa {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .tertiary-fast-170a.fn-active-7d8c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .orange-00b0 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .message_top_cde4 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .surface-soft-ec48 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .highlight_middle_c4e2 {
    margin-top: 0;
  }

  /* Hero section */
  .highlight_middle_c4e2 {
    padding: 2rem 0 1.5rem;
  }

  .title-fc8e {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .outline-orange-dcd1 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .brown_c2fe {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .layout_0e61 {
    max-width: 100%;
    border-radius: 8px;
  }

  .shade_2308 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .main_cb33 {
    padding: 1rem;
  }

  .feature-blue-3cd1 {
    font-size: 1.5rem;
  }

  .shadow-tall-65ea {
    font-size: 0.75rem;
  }

  .yellow-304b {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .breadcrumb-8c17 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .breadcrumb-8c17 .container-mini-74a1 {
    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 */
  .image-8c46 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .module_green_9a4e {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .active-3bcf {
    margin-bottom: 1rem;
  }

  /* Author */
  .article-dim-c230 {
    flex-direction: column;
  }

  .cool_a60d {
    flex-direction: column;
  }

  /* Quotes */
  .backdrop_eda0 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .tabs-11d3 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .shade_7297 {
    flex-direction: column;
  }

  .shade_7297 .container-mini-74a1 {
    width: 100%;
  }

  /* Version comparison */
  .heading-2601 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .iron_e1a7 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .input_copper_5474 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .huge_21df {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .right_c282,
  .form-hot-3933,
  .full-c3d1,
  .solid-d5bb,
  .search_be53,
  .stone_70cd {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .right_c282 table,
  .form-hot-3933 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .caption-warm-c1fd {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .caption-0517 {
    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;
  }

  .orange-152f {
    font-size: 1.25rem !important;
  }

  .title-fc8e {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .message_top_cde4 {
    position: fixed;
  }

  .surface-soft-ec48 {
    padding: 0.625rem 0;
  }

  .center-64c7 img {
    height: 26px;
  }

  .tertiary-fast-170a {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .border_0f60 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .paragraph_e013 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .paragraph_e013 svg {
    width: 18px;
    height: 18px;
  }

  .paragraph_e013 .next-d341 {
    font-size: 0.7rem;
  }

  .paragraph_e013 .icon_6d55 {
    font-size: 0.65rem;
  }

  .button-3300,
  .in-f1fa {
    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, .caption-0517, .cold_c4ee, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .brown_c2fe {
    padding: 1rem;
  }

  .shade_2308 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .main_cb33 {
    padding: 0.875rem;
  }

  .feature-blue-3cd1 {
    font-size: 1.25rem;
  }

  .breadcrumb-8c17 .container-mini-74a1 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .title-fc8e {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .container-mini-74a1 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .pagination-lower-6117 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .module_green_9a4e {
    padding: 1rem;
  }

  .active-3bcf span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .badge_bronze_a8b9,
  .grid-motion-759e,
  .article-dirty-c58c,
  .preview-light-8368 {
    padding: 1rem;
  }
}

@media print {
  .message_top_cde4,
  .accordion-7033,
  .orange-00b0,
  .container-mini-74a1,
  .media-d2c7 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .caption-0517 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.popup_9bd2 {
  margin-bottom: 3rem;
  text-align: center;
}

.orange-152f {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.hidden_liquid_2c67 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.focus-dc50,
.paragraph-dirty-f247 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.summary-clean-94c1 {
  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;
}

.summary-clean-94c1:hover {
  transform: translateY(-5px);
}

.summary-clean-94c1 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.summary-clean-94c1 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.copper_3661 {
  margin: 3rem 0;
}

.inner-e85b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.basic_fd8f {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.basic_fd8f:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.grid-light-3a53 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.progress_fast_37a6 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.header_purple_cd1b {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.photo-83b3 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.texture_active_a09b {
  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;
}

.texture_active_a09b:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.texture_active_a09b.east-8858 {
  border-left: 4px solid var(--primary-color);
}

.east-e2e4 {
  flex-shrink: 0;
}

.east-e2e4 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.label-7828 {
  flex: 1;
}

.label-7828 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.orange-5784 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.tertiary-3fa3,
.gradient_6e05,
.feature-dirty-b6e4 {
  margin-bottom: 1.5rem;
}

.tertiary-3fa3 h4,
.gradient_6e05 h4,
.feature-dirty-b6e4 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tertiary-3fa3 ul,
.gradient_6e05 ul,
.feature-dirty-b6e4 ul {
  list-style: none;
  padding: 0;
}

.tertiary-3fa3 li,
.gradient_6e05 li,
.feature-dirty-b6e4 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.tertiary-3fa3 li:before,
.gradient_6e05 li:before,
.feature-dirty-b6e4 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.over-4e84 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.over-4e84 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;
}

.over-4e84 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.row-fast-43e9 { margin: 2rem 0; }
.hot-ad30 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.hot-ad30 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.pagination-627b p { margin-bottom: 1rem; line-height: 1.7; }
.pagination-627b strong { color: var(--text-primary); }
.pagination-627b ul { list-style: none; padding-left: 0; }
.pagination-627b ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.pagination-627b ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.hot-d131 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.slider-2d6d { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.slider-2d6d:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.aside-solid-8bf6 { font-size: 3rem; margin-bottom: 1rem; }
.slider-2d6d h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.slider-2d6d p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.notification-dim-97cf { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.notification-dim-97cf span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.box-lower-64fe { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.caption_ec5e { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.slider-out-3ddb { text-align: center; }
.out_e39e { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.border_blue_e8f5 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.menu-3812 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.shadow_gold_e970 { margin: 2rem 0; }
.label_pressed_ec4f { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.label_pressed_ec4f h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.label_pressed_ec4f p, .label_pressed_ec4f ul { line-height: 1.7; }
.label_pressed_ec4f ul { list-style: none; padding-left: 0; }
.label_pressed_ec4f ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.label_pressed_ec4f ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.gallery-motion-5e7b { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.disabled-purple-8b37 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.under_fc77 { text-align: center; }
.action-b1c0 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.lower_0288 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.outline-305a { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.row-hard-3bf1 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.button_in_936e { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.button_in_936e:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.button_in_936e h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.button_in_936e p, .button_in_936e ul { line-height: 1.7; }
.button_in_936e ul { list-style: none; padding-left: 0; }
.button_in_936e ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.button_in_936e ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: e84d */
.shadow-element-f8 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.3;
}
