/* ============================================
   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 */
.carousel_easy_00b5 p,
.badge-glass-2923,
.container_3f29,
.photo-5506,
.link-f955,
.under-3ecd,
.middle_014a,
.article_selected_f7a4 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.hot-cf74 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.hot-cf74 > *,
.item_9d4c,
.carousel_easy_00b5,
.box_tall_2d9a {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .hot-cf74 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .hot-cf74 {
    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 === */
.dropdown_solid_3155 {
  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 */
.dropdown_solid_3155.pro-4d58 {
  box-shadow: var(--shadow-md);
}

.fresh-e102 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.backdrop_glass_f7df img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.bright-0f7e {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.yellow-c34f {
  display: none;
}

/* Hide mobile actions on desktop */
.preview_rough_4547 {
  display: none;
}

.backdrop-black-5425 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.backdrop-black-5425 a:hover,
.backdrop-black-5425 a.fn-active-1c93 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.outline_95c9 {
  margin-left: 1rem;
}

.highlight_soft_1195 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.progress-hard-d620,
.shade_7519 {
  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;
}

.progress-hard-d620 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.progress-hard-d620: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;
}

.shade_7519 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.shade_7519: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;
}

.progress-hard-d620 svg,
.shade_7519 svg {
  flex-shrink: 0;
}

.badge-tall-7960 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.hard_6642 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.hard_6642::before,
.hard_6642::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.hard_6642::before {
  top: -7px;
}

.hard_6642::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.form_gold_2ce6 {
  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 === */
.header-1ae7 {
  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);
}

.wide_c3d7 {
  margin: 0 0 2rem;
  text-align: center;
}

.media_purple_96ff {
  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;
}

.media_purple_96ff:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.silver_cb33 {
  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);
}

.silver_cb33 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.caption_hovered_b1ad {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.black-5a2d {
  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;
}

.black-5a2d:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.dirty-badc {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.yellow-dadb {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.alert-3c4a {
  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);
}

.alert-3c4a .disabled-next-1cfa {
  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;
}

.alert-3c4a .disabled-next-1cfa svg {
  flex-shrink: 0;
}

.alert-3c4a .filter_1d54 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.alert-3c4a .filter_1d54: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);
}

.alert-3c4a .component_3658 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.alert-3c4a .component_3658: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) {
  .header-1ae7 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .media_purple_96ff {
    max-width: 100%;
  }

  .caption_hovered_b1ad {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .black-5a2d {
    padding: 1rem;
  }

  .dirty-badc {
    font-size: 1.5rem;
  }

  .yellow-dadb {
    font-size: 0.75rem;
  }

  .silver_cb33 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .alert-3c4a {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .alert-3c4a .disabled-next-1cfa {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .caption_hovered_b1ad {
    grid-template-columns: 1fr;
  }
}

.south-f2fb {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.table_advanced_ed91 {
  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 === */
.heading-2d64 {
  margin-bottom: 2.5rem;
}

.header_2f7e {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.south-f2fb {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.tag_4f8b {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.tag-dim-c4a8 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.green-6bf1 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.wood-ddfb {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.primary-active-4a09 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.north-e269 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.table-static-e2ca {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.table-static-e2ca svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.dropdown_e3da {
  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);
}

.shade-black-f5f2 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.status_dark_df12 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.caption_over_c1e5 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.new-26e2 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.pressed-1df5 {
  display: grid;
  gap: 1rem;
}

.inner-afcc {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.under_d415 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.detail-e3fc {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.column-hard-e885 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.under_b815 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.disabled_fast_02fb {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.disabled_fast_02fb p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.badge-glass-2923 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.down-ccbb {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.detail_da61 {
  display: grid;
  gap: 2rem;
}

.progress-outer-ff83 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.tag-dim-c4a8 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.tag_4f8b {
  flex: 1;
}

.wood-ddfb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.wood-ddfb a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.light_b5ad {
  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;
}

.primary-active-4a09 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.section-east-d9e5 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.section-east-d9e5 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.notification_6f75 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.notification_6f75 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.breadcrumb-lite-4c54 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.breadcrumb-lite-4c54 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.breadcrumb-lite-4c54 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.breadcrumb-lite-4c54 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.component-middle-2058 {
  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 === */
.wide-15bd {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.detail_pro_ac88 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.sidebar-fc87 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.section_brown_20ac h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.section_brown_20ac ol {
  list-style: none;
  counter-reset: toc-counter;
}

.section_brown_20ac ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.section_brown_20ac 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;
}

.section_brown_20ac ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.section_brown_20ac ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.carousel_easy_00b5 {
  padding: 3rem 0 5rem;
}

.box_tall_2d9a {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.box_tall_2d9a.box-liquid-e11d {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.container_3f29 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.full_eb20 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.tooltip_7bf0 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.tooltip_7bf0 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.text_e2da {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.up_23fc {
  text-align: center;
}

.chip-cab3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.detail-b2d1 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.column-54fa {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.under-3ecd {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.photo-5506 {
  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;
}

.photo-5506 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.photo-5506:hover {
  box-shadow: var(--shadow-lg);
}

.photo-5506.status-fluid-f5d2 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.photo-5506 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.photo-5506 ul {
  margin: 1rem 0;
}

.photo-5506 li {
  margin-bottom: 0.75rem;
}

.hover_e172 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.copper_eab5 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.copper_eab5 a {
  font-weight: 600;
}

/* === Data Tables === */
.title-77c2 {
  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;
}

.title-77c2 table {
  width: 100%;
  min-width: 600px;
}

.title-77c2 thead {
  background-color: var(--primary-color);
  color: white;
}

.title-77c2 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.title-77c2 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.title-77c2 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.title-77c2 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.footer_out_a749 {
  list-style: none;
  margin: 1.5rem 0;
}

.footer_out_a749 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.footer_out_a749 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.message-easy-bef8::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-1c93::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 === */
.summary_1efa {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.popup_07ff {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.popup_07ff img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.popup_07ff strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.popup_07ff span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.summary_1efa blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.middle_014a {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.middle_014a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.background_bfb6 {
  position: relative;
  margin-bottom: 3rem;
}

.white_2bd9 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.white_2bd9 .popup-9262 {
  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;
}

.content-4e1d {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.content-4e1d h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.content-4e1d ul {
  margin: 1rem 0;
}

.content-4e1d li {
  margin-bottom: 0.75rem;
}

.widget_static_97b3 {
  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 === */
.purple_2b2f {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.purple_2b2f h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.mask-over-5cb2 {
  list-style: none;
  margin: 1.5rem 0;
}

.mask-over-5cb2 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.mask-over-5cb2 a {
  font-weight: 600;
}

.east-edcd {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.article_selected_f7a4 {
  margin: 2.5rem 0;
}

.module_5c3f {
  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_5c3f:hover {
  box-shadow: var(--shadow-lg);
}

.module_5c3f.tabs-silver-c53e {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.hidden-a0ac {
  flex-shrink: 0;
}

.hidden-a0ac 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);
}

.info_out_74b7 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.hard-15f4,
.aside_9594,
.panel-f8be {
  width: 100%;
  margin: 1.5rem 0;
}

.pagination_next_1290 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.pagination_next_1290 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.over-f0aa {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.over-f0aa strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.preview_gas_d618 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.preview_gas_d618 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.primary_large_a6df {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.container-ccd9 {
  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;
}

.container-ccd9:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.container-ccd9.hot-c325 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.container-ccd9 .row-hot-7679 {
  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;
}

.container-ccd9 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.narrow-2bd0 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.list-north-e02d {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.list-north-e02d label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.steel_47f7 {
  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 === */
.disabled-next-1cfa {
  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;
}

.filter_1d54 {
  background-color: var(--primary-color);
  color: white;
}

.filter_1d54:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.component_3658 {
  background-color: var(--text-secondary);
  color: white;
}

.component_3658:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.container-paper-c6d5 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.container-paper-c6d5:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.solid-3c67 {
  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;
}

.solid-3c67:hover {
  background-color: var(--primary-dark);
}

.active_0df7 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.gradient-hard-7085 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.box-a2de {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.active-bd63 {
  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 === */
.tooltip-172e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.simple_abca {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.simple_abca h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.stone_4531 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.yellow_e290 {
  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;
}

.green-7171 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.input_09af {
  list-style: none;
  counter-reset: rank-counter;
}

.input_09af li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.input_09af 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;
}

.logo_rough_11d2 {
  list-style: none;
}

.logo_rough_11d2 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.north-7ec2 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.badge-red-bc74 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.badge-red-bc74 .summary_yellow_2557 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.badge-red-bc74 .last-b046 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.sort-liquid-d173 {
  margin-top: 3rem;
}

.mask_754b {
  width: 100%;
}

.container-new-d3ba {
  background-color: #fef3c7;
}

.disabled-fixed-e391 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.link_8a62 {
  margin: 3rem 0;
}

.glass-e90b {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.out_4c5d {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.out_4c5d:hover {
  box-shadow: var(--shadow-lg);
}

.out_4c5d.avatar-3d8a {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.highlight-wide-aba8 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.iron-722d strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.iron-722d span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.grid-paper-f21a {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.out_4c5d blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.footer_pink_f4db {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.module-pink-0714 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.upper-e320 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.item_complex_3140 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.hidden_fba7 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.black_3356 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.alert_c9f4 {
  max-width: 900px;
  margin: 0 auto;
}

.thumbnail-05d4 {
  margin: 2rem 0;
}

.primary_f016 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.primary_f016 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.primary_f016 summary::-webkit-details-marker {
  display: none;
}

.primary_f016 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.hidden-ad5b {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.primary_f016[open] .hidden-ad5b {
  transform: rotate(45deg);
}

.panel_top_6f2c {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.panel_top_6f2c p:last-child {
  margin-bottom: 0;
}

.description-fixed-fcda {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.alert_upper_3eee {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.pink_2974 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.pink_2974 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.pink_2974 .disabled-next-1cfa {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.main_steel_9a6b {
  max-width: 900px;
  margin: 0 auto;
}

.tall_da8c {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.cool_f36a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.cool_f36a.fn-success-1c93 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.input_motion_5c1c {
  font-size: 3rem;
  line-height: 1;
}

.thumbnail_soft_51d3 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.header_bright_8fa2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.active-paper-2eea,
.fixed-50ab {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.active-paper-2eea h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.fixed-50ab h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.narrow-438f,
.current-ae1f {
  margin: 1.5rem 0;
}

.narrow-438f li,
.current-ae1f li {
  margin-bottom: 1rem;
}

.filter-inner-6313 {
  margin: 3rem 0;
}

.active_97f2 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.active_97f2 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.active_97f2 ol {
  margin: 1rem 0;
}

.active_97f2 li {
  margin-bottom: 0.75rem;
}

.heading_black_185f {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.paragraph_small_2abd {
  margin: 2rem 0;
}

.main-copper-f5a2 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.shadow-6701 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.badge_plasma_ef41 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.copper_6216 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.element_solid_0a31 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.image_under_82c8 {
  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;
}

.image_under_82c8 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.green-6bf1 {
  flex: 1;
}

.green-6bf1 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.accent_dead {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.glass_b413 p {
  margin-bottom: 1rem;
}

.list_bb7c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.new_31d8 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.narrow_3707 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.narrow_3707 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.smooth_5eed h3 {
  margin-bottom: 1.5rem;
}

.card_0a18 {
  display: grid;
  gap: 2rem;
}

.icon-f299 {
  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;
}

.icon-f299 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.icon-f299 h4 {
  margin: 0 0 0.25rem;
}

.icon-f299 p {
  margin: 0;
  font-size: 0.9375rem;
}

.blue_6db2 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.left_28b8 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.left_28b8 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.left_28b8 ul {
  margin: 1.5rem 0;
}

.left_28b8 li {
  margin-bottom: 0.75rem;
}

.up_98f2 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.link_new_589a {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.panel-f198 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.backdrop_short_c63c h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.backdrop_short_c63c p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.light_40cf {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.light_40cf a {
  color: rgba(255, 255, 255, 0.8);
}

.focus-495f {
  list-style: none;
}

.focus-495f li {
  margin-bottom: 0.75rem;
}

.focus-495f a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.focus-495f a:hover {
  color: white;
}

.title-bottom-cbf6 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.layout_prev_da14 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.row_bottom_05f5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.description-inner-a9bc {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.border-fast-3348 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .hot-cf74 {
    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;
  }

  .silver-2e83 {
    font-size: 1.5rem !important;
  }

  .header_2f7e {
    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 */
  .photo-5506,
  .link-f955,
  .content-4e1d,
  .info_out_74b7,
  .highlight-wide-aba8,
  .out_4c5d,
  .panel_top_6f2c,
  .silver_cb33,
  .badge-glass-2923,
  .container_3f29 {
    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 */
  .south-f2fb {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .tag_4f8b {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .tag-dim-c4a8 {
    flex-shrink: 0;
  }

  .green-6bf1 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .wood-ddfb,
  .primary-active-4a09 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .primary-active-4a09 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .bright-0f7e {
    display: none;
  }

  /* Show mobile actions */
  .preview_rough_4547 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .caption_37ac {
    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;
  }

  .caption_37ac svg {
    flex-shrink: 0;
  }

  .caption_37ac .main_dc96 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .caption_37ac .left_cffe {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .element_lite_c999 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .first-2ec0 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .caption_37ac:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .yellow-c34f {
    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;
  }

  .yellow-c34f.fn-active-1c93 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .yellow-c34f li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .yellow-c34f li:last-child {
    border-bottom: none;
  }

  .yellow-c34f a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .backdrop-black-5425 {
    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;
  }

  .backdrop-black-5425 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .backdrop-black-5425 li:last-child {
    border-bottom: none;
  }

  .backdrop-black-5425 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .outline_95c9 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .highlight_soft_1195 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .progress-hard-d620,
  .shade_7519 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .progress-hard-d620 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .shade_7519 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .backdrop-black-5425.fn-active-1c93 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .badge-tall-7960 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .dropdown_solid_3155 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .fresh-e102 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .form_gold_2ce6 {
    margin-top: 0;
  }

  /* Hero section */
  .form_gold_2ce6 {
    padding: 2rem 0 1.5rem;
  }

  .header_2f7e {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .badge-glass-2923 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .header-1ae7 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .media_purple_96ff {
    max-width: 100%;
    border-radius: 8px;
  }

  .caption_hovered_b1ad {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .black-5a2d {
    padding: 1rem;
  }

  .dirty-badc {
    font-size: 1.5rem;
  }

  .yellow-dadb {
    font-size: 0.75rem;
  }

  .silver_cb33 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .alert-3c4a {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .alert-3c4a .disabled-next-1cfa {
    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 */
  .sidebar-fc87 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .module_5c3f {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .hidden-a0ac {
    margin-bottom: 1rem;
  }

  /* Author */
  .progress-outer-ff83 {
    flex-direction: column;
  }

  .image_under_82c8 {
    flex-direction: column;
  }

  /* Quotes */
  .highlight-wide-aba8 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .header_bright_8fa2 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .copper_6216 {
    flex-direction: column;
  }

  .copper_6216 .disabled-next-1cfa {
    width: 100%;
  }

  /* Version comparison */
  .primary_large_a6df {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .tooltip-172e {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .panel-f198 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .row_bottom_05f5 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .title-77c2,
  .aside_9594,
  .brown-90d5,
  .mask_754b,
  .hard-15f4,
  .panel-f8be {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .title-77c2 table,
  .aside_9594 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .steel_47f7 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .hot-cf74 {
    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;
  }

  .silver-2e83 {
    font-size: 1.25rem !important;
  }

  .header_2f7e {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .dropdown_solid_3155 {
    position: fixed;
  }

  .fresh-e102 {
    padding: 0.625rem 0;
  }

  .backdrop_glass_f7df img {
    height: 26px;
  }

  .backdrop-black-5425 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .yellow-c34f {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .caption_37ac {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .caption_37ac svg {
    width: 18px;
    height: 18px;
  }

  .caption_37ac .main_dc96 {
    font-size: 0.7rem;
  }

  .caption_37ac .left_cffe {
    font-size: 0.65rem;
  }

  .progress-hard-d620,
  .shade_7519 {
    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, .hot-cf74, .item_9d4c, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .header-1ae7 {
    padding: 1rem;
  }

  .caption_hovered_b1ad {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .black-5a2d {
    padding: 0.875rem;
  }

  .dirty-badc {
    font-size: 1.25rem;
  }

  .alert-3c4a .disabled-next-1cfa {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .header_2f7e {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .disabled-next-1cfa {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .active_0df7 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .module_5c3f {
    padding: 1rem;
  }

  .hidden-a0ac span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .photo-5506,
  .glass_a235,
  .texture-brown-b0a1,
  .element-3279 {
    padding: 1rem;
  }
}

@media print {
  .dropdown_solid_3155,
  .wide-15bd,
  .badge-tall-7960,
  .disabled-next-1cfa,
  .link_new_589a {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .hot-cf74 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.media_6f36 {
  margin-bottom: 3rem;
  text-align: center;
}

.silver-2e83 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.media-old-126f {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.selected-f9ab,
.label_ef49 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.photo_solid_4753 {
  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;
}

.photo_solid_4753:hover {
  transform: translateY(-5px);
}

.photo_solid_4753 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.photo_solid_4753 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.border_white_deb1 {
  margin: 3rem 0;
}

.active-292f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.gallery-b287 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.gallery-b287:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.accordion_cd2f {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.popup_orange_e9f3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.complex_6b0b {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.motion_1f6c {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.huge_e3a1 {
  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;
}

.huge_e3a1:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.huge_e3a1.aside_a0ce {
  border-left: 4px solid var(--primary-color);
}

.badge_1ac1 {
  flex-shrink: 0;
}

.badge_1ac1 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.section_hovered_b794 {
  flex: 1;
}

.section_hovered_b794 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.item-next-98af {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.sidebar_hot_8087,
.input-paper-831d,
.progress_00e9 {
  margin-bottom: 1.5rem;
}

.sidebar_hot_8087 h4,
.input-paper-831d h4,
.progress_00e9 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sidebar_hot_8087 ul,
.input-paper-831d ul,
.progress_00e9 ul {
  list-style: none;
  padding: 0;
}

.sidebar_hot_8087 li,
.input-paper-831d li,
.progress_00e9 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.sidebar_hot_8087 li:before,
.input-paper-831d li:before,
.progress_00e9 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.secondary_9ebc {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.secondary_9ebc 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;
}

.secondary_9ebc a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.tertiary-stale-3934 { margin: 2rem 0; }
.west-0fcb { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.west-0fcb h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.component-c9e1 p { margin-bottom: 1rem; line-height: 1.7; }
.component-c9e1 strong { color: var(--text-primary); }
.component-c9e1 ul { list-style: none; padding-left: 0; }
.component-c9e1 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.component-c9e1 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.menu_5560 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.card_9967 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.card_9967:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.pink_2f5b { font-size: 3rem; margin-bottom: 1rem; }
.card_9967 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.card_9967 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.column_45cd { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.column_45cd span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.photo-2eed { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.gallery-41de { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.main_yellow_ca6d { text-align: center; }
.picture_40c9 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.table_6f8d { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.wide_d053 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.border_yellow_be98 { margin: 2rem 0; }
.gas_6482 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.gas_6482 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.gas_6482 p, .gas_6482 ul { line-height: 1.7; }
.gas_6482 ul { list-style: none; padding-left: 0; }
.gas_6482 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.gas_6482 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.shade_east_de7e { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.wood-d5ae { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.paper_4b2a { text-align: center; }
.border_cffd { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.advanced_5b2a { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.menu_4544 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.mini-9399 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.chip_dc83 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.chip_dc83:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.chip_dc83 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.chip_dc83 p, .chip_dc83 ul { line-height: 1.7; }
.chip_dc83 ul { list-style: none; padding-left: 0; }
.chip_dc83 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.chip_dc83 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 7c75 */
.ghost-box-x5 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.0;
}
