/* ============================================
   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 */
.silver_fedb p,
.motion_33af,
.solid_5d6e,
.blue-44a6,
.notification-narrow-e123,
.pressed-6365,
.info_gold_3d8c,
.footer-next-a917 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.logo-solid-a43a {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.logo-solid-a43a > *,
.top_cbcc,
.silver_fedb,
.grid_bronze_1b42 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .logo-solid-a43a {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .logo-solid-a43a {
    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 === */
.menu_c6d1 {
  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 */
.menu_c6d1.hidden_9e2d {
  box-shadow: var(--shadow-md);
}

.progress_e1c1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.link_small_37da img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.form-white-dc3b {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.notice-active-8691 {
  display: none;
}

/* Hide mobile actions on desktop */
.label_68c9 {
  display: none;
}

.banner_9067 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.banner_9067 a:hover,
.banner_9067 a.fn-active-f12f {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.element-fast-dcba {
  margin-left: 1rem;
}

.list-warm-3c84 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.list-2ee0,
.message_be7b {
  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;
}

.list-2ee0 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.list-2ee0: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;
}

.message_be7b {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.message_be7b: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;
}

.list-2ee0 svg,
.message_be7b svg {
  flex-shrink: 0;
}

.video-93d1 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.info_over_e1b4 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.info_over_e1b4::before,
.info_over_e1b4::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.info_over_e1b4::before {
  top: -7px;
}

.info_over_e1b4::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.notice_6f60 {
  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 === */
.caption_7700 {
  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);
}

.main_b0ab {
  margin: 0 0 2rem;
  text-align: center;
}

.breadcrumb-out-0194 {
  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;
}

.breadcrumb-out-0194:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.feature-cf7e {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--text-secondary);
}

.feature-cf7e strong {
  color: var(--primary-color);
  font-weight: 700;
}

.focus-9183 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.secondary-complex-3680 {
  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;
}

.secondary-complex-3680:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.photo_5b70 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.footer_92b8 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.hover-5961 {
  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);
}

.hover-5961 .icon-4a2f {
  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;
}

.hover-5961 .icon-4a2f svg {
  flex-shrink: 0;
}

.hover-5961 .element_dirty_932e {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.hover-5961 .element_dirty_932e: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);
}

.hover-5961 .module_small_6063 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.hover-5961 .module_small_6063: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) {
  .caption_7700 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .breadcrumb-out-0194 {
    max-width: 100%;
  }

  .focus-9183 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .secondary-complex-3680 {
    padding: 1rem;
  }

  .photo_5b70 {
    font-size: 1.5rem;
  }

  .footer_92b8 {
    font-size: 0.75rem;
  }

  .feature-cf7e {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .hover-5961 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .hover-5961 .icon-4a2f {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .focus-9183 {
    grid-template-columns: 1fr;
  }
}

.breadcrumb_lower_947e {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.container-e2fd {
  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 === */
.slider-liquid-f1f0 {
  margin-bottom: 2.5rem;
}

.short_f9ad {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.breadcrumb_lower_947e {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.grid_hard_4e81 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.border-d077 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.badge_tall_3dc0 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.advanced_75f6 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.list_first_6811 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.list_advanced_6e62 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.huge_6b5e {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.huge_6b5e svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.menu-soft-569d {
  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);
}

.brown_6c6a {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.old-4bdb {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.message_d685 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.aside_east_25e0 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.focus_cc85 {
  display: grid;
  gap: 1rem;
}

.card_top_2044 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.card-current-c8dc {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.pagination_active_de3c {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.secondary-afe2 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.breadcrumb_2302 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.detail-soft-4dc6 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.detail-soft-4dc6 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.motion_33af {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.column_out_8724 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.top_4191 {
  display: grid;
  gap: 2rem;
}

.list-11da {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.border-d077 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.grid_hard_4e81 {
  flex: 1;
}

.advanced_75f6 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.advanced_75f6 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.static-a6ed {
  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;
}

.list_first_6811 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.box-9ee1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.box-9ee1 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.active-f01a {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.active-f01a a {
  font-size: 0.875rem;
  font-weight: 500;
}

.bronze_b4fb {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.bronze_b4fb strong {
  display: block;
  margin-bottom: 0.75rem;
}

.bronze_b4fb ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.bronze_b4fb li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.accordion_stale_7e5d {
  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 === */
.focus_908f {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.texture-614b {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.menu_blue_abe1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.container-hard-d57f h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.container-hard-d57f ol {
  list-style: none;
  counter-reset: toc-counter;
}

.container-hard-d57f ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.container-hard-d57f 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;
}

.container-hard-d57f ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.container-hard-d57f ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.silver_fedb {
  padding: 3rem 0 5rem;
}

.grid_bronze_1b42 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.grid_bronze_1b42.surface-large-f49e {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.solid_5d6e {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.fresh_ae1d {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.hidden-9c48 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.hidden-9c48 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.item_steel_bdfd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.stone_b5f1 {
  text-align: center;
}

.fast-b790 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.tabs-tiny-f2e5 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.main_2cab {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.pressed-6365 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.blue-44a6 {
  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;
}

.blue-44a6 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.blue-44a6:hover {
  box-shadow: var(--shadow-lg);
}

.blue-44a6.simple-a090 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.blue-44a6 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.blue-44a6 ul {
  margin: 1rem 0;
}

.blue-44a6 li {
  margin-bottom: 0.75rem;
}

.block-de93 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.wide-556f {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.wide-556f a {
  font-weight: 600;
}

/* === Data Tables === */
.wrapper_6e73 {
  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;
}

.wrapper_6e73 table {
  width: 100%;
  min-width: 600px;
}

.wrapper_6e73 thead {
  background-color: var(--primary-color);
  color: white;
}

.wrapper_6e73 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.wrapper_6e73 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.wrapper_6e73 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.wrapper_6e73 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.main_selected_7e38 {
  list-style: none;
  margin: 1.5rem 0;
}

.main_selected_7e38 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.main_selected_7e38 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.focus_plasma_641c::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-f12f::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 === */
.card_bright_1c4f {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.over_4685 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.over_4685 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.over_4685 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.over_4685 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.card_bright_1c4f blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.info_gold_3d8c {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.info_gold_3d8c::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.full_4b7d {
  position: relative;
  margin-bottom: 3rem;
}

.tertiary_mini_0275 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.tertiary_mini_0275 .image-gas-9d86 {
  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;
}

.header-d6a3 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.header-d6a3 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.header-d6a3 ul {
  margin: 1rem 0;
}

.header-d6a3 li {
  margin-bottom: 0.75rem;
}

.form_d5ba {
  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 === */
.warm_7933 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.warm_7933 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.column-bb97 {
  list-style: none;
  margin: 1.5rem 0;
}

.column-bb97 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.column-bb97 a {
  font-weight: 600;
}

.row_da2d {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.footer-next-a917 {
  margin: 2.5rem 0;
}

.element-short-1247 {
  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;
}

.element-short-1247:hover {
  box-shadow: var(--shadow-lg);
}

.element-short-1247.search-1a5b {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.tooltip_fdc1 {
  flex-shrink: 0;
}

.tooltip_fdc1 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);
}

.focused-bdf3 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.fluid_162b,
.video_68bc,
.west_41bb {
  width: 100%;
  margin: 1.5rem 0;
}

.outline_in_aef9 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.outline_in_aef9 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.breadcrumb_north_13a4 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.breadcrumb_north_13a4 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.disabled-f11d {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.disabled-f11d strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.green-07a7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.dropdown-white-71d5 {
  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;
}

.dropdown-white-71d5:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.dropdown-white-71d5.info_bottom_84f0 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.dropdown-white-71d5 .accent-fb3a {
  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;
}

.dropdown-white-71d5 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.outline-a21b {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.first-fc2c {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.first-fc2c label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.form-b587 {
  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 === */
.icon-4a2f {
  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;
}

.element_dirty_932e {
  background-color: var(--primary-color);
  color: white;
}

.element_dirty_932e:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.module_small_6063 {
  background-color: var(--text-secondary);
  color: white;
}

.module_small_6063:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.summary-f83f {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.summary-f83f:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.chip-right-edf1 {
  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;
}

.chip-right-edf1:hover {
  background-color: var(--primary-dark);
}

.text-dee6 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.pattern-rough-f03f {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.shade_b421 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.main-upper-db2c {
  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 === */
.wide_abe9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.element-9dbc {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.element-9dbc h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.item-f3d2 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.status-copper-ece7 {
  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;
}

.red_d5b4 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.up_6a96 {
  list-style: none;
  counter-reset: rank-counter;
}

.up_6a96 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.up_6a96 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;
}

.texture-cool-2faf {
  list-style: none;
}

.texture-cool-2faf li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.solid_99ab {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.photo_up_e053 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.photo_up_e053 .accent-slow-bd48 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.photo_up_e053 .table-db59 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.layout-dim-2f43 {
  margin-top: 3rem;
}

.up_467c {
  width: 100%;
}

.tag_upper_df6d {
  background-color: #fef3c7;
}

.dropdown-2d22 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.active-847a {
  margin: 3rem 0;
}

.tertiary_bottom_60b4 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.message_9541 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.message_9541:hover {
  box-shadow: var(--shadow-lg);
}

.message_9541.nav_old_342d {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.article-6b13 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.tabs_purple_11ee strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.tabs_purple_11ee span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.focus_bright_e1a8 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.message_9541 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.info-up-d85b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.status-5f1f {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.dirty_8ffd {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.avatar_6a11 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.pattern-current-4443 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.widget-tiny-2ee9 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.column-a5ea {
  max-width: 900px;
  margin: 0 auto;
}

.smooth_c7bd {
  margin: 2rem 0;
}

.panel_1db8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.panel_1db8 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.panel_1db8 summary::-webkit-details-marker {
  display: none;
}

.panel_1db8 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.bronze_9c95 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.panel_1db8[open] .bronze_9c95 {
  transform: rotate(45deg);
}

.aside_2724 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.aside_2724 p:last-child {
  margin-bottom: 0;
}

.full_be51 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.shade-inner-0df7 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.purple-f27f {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.purple-f27f p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.purple-f27f .icon-4a2f {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.slow-ae9c {
  max-width: 900px;
  margin: 0 auto;
}

.column_bronze_4b45 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.light-3275 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.light-3275.fn-success-f12f {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.west-257e {
  font-size: 3rem;
  line-height: 1;
}

.up_0bf4 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.hovered-6bc8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.preview-0442,
.column-58aa {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.preview-0442 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.column-58aa h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.caption_6d9c,
.gallery_bb01 {
  margin: 1.5rem 0;
}

.caption_6d9c li,
.gallery_bb01 li {
  margin-bottom: 1rem;
}

.avatar_9660 {
  margin: 3rem 0;
}

.widget-d103 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.widget-d103 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.widget-d103 ol {
  margin: 1rem 0;
}

.widget-d103 li {
  margin-bottom: 0.75rem;
}

.breadcrumb-upper-87df {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.caption_0bd9 {
  margin: 2rem 0;
}

.tertiary_narrow_45cf {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.info_5ebd {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.tooltip-fixed-fa98 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.search-e8a6 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.accent-hard-0151 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.mask_active_cc16 {
  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;
}

.mask_active_cc16 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.badge_tall_3dc0 {
  flex: 1;
}

.badge_tall_3dc0 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.red_54f9 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.alert_5f09 p {
  margin-bottom: 1rem;
}

.popup-9540 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.link-east-f0fd {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.bottom-e3f8 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.bottom-e3f8 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.next_5292 h3 {
  margin-bottom: 1.5rem;
}

.tall-4574 {
  display: grid;
  gap: 2rem;
}

.border-a7e9 {
  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;
}

.border-a7e9 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.border-a7e9 h4 {
  margin: 0 0 0.25rem;
}

.border-a7e9 p {
  margin: 0;
  font-size: 0.9375rem;
}

.section_fluid_6619 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.orange_29a0 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.orange_29a0 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.orange_29a0 ul {
  margin: 1.5rem 0;
}

.orange_29a0 li {
  margin-bottom: 0.75rem;
}

.accent_e248 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.thumbnail-east-2165 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.frame_5473 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.rough-67e3 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.rough-67e3 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.bronze-8206 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.bronze-8206 a {
  color: rgba(255, 255, 255, 0.8);
}

.main_56b7 {
  list-style: none;
}

.main_56b7 li {
  margin-bottom: 0.75rem;
}

.main_56b7 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.main_56b7 a:hover {
  color: white;
}

.gallery-16a7 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.highlight_wood_23e8 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.outline-white-5022 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.main-slow-eefb {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.new_7fea {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .logo-solid-a43a {
    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;
  }

  .link-599f {
    font-size: 1.5rem !important;
  }

  .short_f9ad {
    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 */
  .blue-44a6,
  .notification-narrow-e123,
  .header-d6a3,
  .focused-bdf3,
  .article-6b13,
  .message_9541,
  .aside_2724,
  .feature-cf7e,
  .motion_33af,
  .solid_5d6e {
    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 */
  .breadcrumb_lower_947e {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .grid_hard_4e81 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .border-d077 {
    flex-shrink: 0;
  }

  .badge_tall_3dc0 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .advanced_75f6,
  .list_first_6811 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .list_first_6811 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .form-white-dc3b {
    display: none;
  }

  /* Show mobile actions */
  .label_68c9 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .focus-c382 {
    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;
  }

  .focus-c382 svg {
    flex-shrink: 0;
  }

  .focus-c382 .overlay_fa9c {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .focus-c382 .white_8e81 {
    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_0bf5 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .picture_4e44 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .focus-c382:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .notice-active-8691 {
    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;
  }

  .notice-active-8691.fn-active-f12f {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .notice-active-8691 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .notice-active-8691 li:last-child {
    border-bottom: none;
  }

  .notice-active-8691 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .banner_9067 {
    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;
  }

  .banner_9067 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .banner_9067 li:last-child {
    border-bottom: none;
  }

  .banner_9067 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .element-fast-dcba {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .list-warm-3c84 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .list-2ee0,
  .message_be7b {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .list-2ee0 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .message_be7b {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .banner_9067.fn-active-f12f {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .video-93d1 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .menu_c6d1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .progress_e1c1 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .notice_6f60 {
    margin-top: 0;
  }

  /* Hero section */
  .notice_6f60 {
    padding: 2rem 0 1.5rem;
  }

  .short_f9ad {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .motion_33af {
    font-size: 1rem;
  }

  /* Hero brand image */
  .caption_7700 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .breadcrumb-out-0194 {
    max-width: 100%;
    border-radius: 8px;
  }

  .focus-9183 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .secondary-complex-3680 {
    padding: 1rem;
  }

  .photo_5b70 {
    font-size: 1.5rem;
  }

  .footer_92b8 {
    font-size: 0.75rem;
  }

  .feature-cf7e {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .hover-5961 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .hover-5961 .icon-4a2f {
    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 */
  .menu_blue_abe1 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .element-short-1247 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .tooltip_fdc1 {
    margin-bottom: 1rem;
  }

  /* Author */
  .list-11da {
    flex-direction: column;
  }

  .mask_active_cc16 {
    flex-direction: column;
  }

  /* Quotes */
  .article-6b13 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .hovered-6bc8 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .search-e8a6 {
    flex-direction: column;
  }

  .search-e8a6 .icon-4a2f {
    width: 100%;
  }

  /* Version comparison */
  .green-07a7 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .wide_abe9 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .frame_5473 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .outline-white-5022 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .wrapper_6e73,
  .video_68bc,
  .logo-4677,
  .up_467c,
  .fluid_162b,
  .west_41bb {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .wrapper_6e73 table,
  .video_68bc table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .form-b587 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .logo-solid-a43a {
    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;
  }

  .link-599f {
    font-size: 1.25rem !important;
  }

  .short_f9ad {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .menu_c6d1 {
    position: fixed;
  }

  .progress_e1c1 {
    padding: 0.625rem 0;
  }

  .link_small_37da img {
    height: 26px;
  }

  .banner_9067 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .notice-active-8691 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .focus-c382 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .focus-c382 svg {
    width: 18px;
    height: 18px;
  }

  .focus-c382 .overlay_fa9c {
    font-size: 0.7rem;
  }

  .focus-c382 .white_8e81 {
    font-size: 0.65rem;
  }

  .list-2ee0,
  .message_be7b {
    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, .logo-solid-a43a, .top_cbcc, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .caption_7700 {
    padding: 1rem;
  }

  .focus-9183 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .secondary-complex-3680 {
    padding: 0.875rem;
  }

  .photo_5b70 {
    font-size: 1.25rem;
  }

  .hover-5961 .icon-4a2f {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .short_f9ad {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .icon-4a2f {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .text-dee6 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .element-short-1247 {
    padding: 1rem;
  }

  .tooltip_fdc1 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .blue-44a6,
  .hover-b2c9,
  .active_medium_6282,
  .texture-west-d530 {
    padding: 1rem;
  }
}

@media print {
  .menu_c6d1,
  .focus_908f,
  .video-93d1,
  .icon-4a2f,
  .thumbnail-east-2165 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .logo-solid-a43a {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.content_red_4b73 {
  margin-bottom: 3rem;
  text-align: center;
}

.link-599f {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.picture_hot_a712 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.background_stone_66de,
.grid_dim_96b5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.search-95ef {
  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;
}

.search-95ef:hover {
  transform: translateY(-5px);
}

.search-95ef strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.search-95ef span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.chip-b21f {
  margin: 3rem 0;
}

.west-67ae {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.panel-7400 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.panel-7400:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.out-2f08 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.label_135d {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.link_tiny_e311 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.current_dd34 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.form_upper_7d41 {
  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;
}

.form_upper_7d41:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.form_upper_7d41.action_87c1 {
  border-left: 4px solid var(--primary-color);
}

.pressed_61ac {
  flex-shrink: 0;
}

.pressed_61ac svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.table-medium-d9f5 {
  flex: 1;
}

.table-medium-d9f5 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.middle_af0c {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.silver-d1db,
.down-14f6,
.first-80df {
  margin-bottom: 1.5rem;
}

.silver-d1db h4,
.down-14f6 h4,
.first-80df h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.silver-d1db ul,
.down-14f6 ul,
.first-80df ul {
  list-style: none;
  padding: 0;
}

.silver-d1db li,
.down-14f6 li,
.first-80df li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.silver-d1db li:before,
.down-14f6 li:before,
.first-80df li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.primary_short_bf29 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.primary_short_bf29 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;
}

.primary_short_bf29 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.form_huge_7dd8 { margin: 2rem 0; }
.tabs_south_ccea { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.tabs_south_ccea h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.tabs-f8e8 p { margin-bottom: 1rem; line-height: 1.7; }
.tabs-f8e8 strong { color: var(--text-primary); }
.tabs-f8e8 ul { list-style: none; padding-left: 0; }
.tabs-f8e8 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.tabs-f8e8 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.input-6f0c { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.dropdown-d3d4 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.dropdown-d3d4:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.column_00ec { font-size: 3rem; margin-bottom: 1rem; }
.dropdown-d3d4 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.dropdown-d3d4 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.hover-1de3 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.hover-1de3 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.footer_70f8 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.grid_steel_7432 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.picture-cdb6 { text-align: center; }
.clean-c762 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.pattern-bdad { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.paragraph_cc7a { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.gradient-6821 { margin: 2rem 0; }
.nav_a9bd { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.nav_a9bd h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.nav_a9bd p, .nav_a9bd ul { line-height: 1.7; }
.nav_a9bd ul { list-style: none; padding-left: 0; }
.nav_a9bd ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.nav_a9bd ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.header_dirty_5f30 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.shade_f54d { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.gold-e44b { text-align: center; }
.filter_f034 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.dirty_9710 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.sidebar_hot_2c3d { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.upper_c35a { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.pagination_mini_57f9 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.pagination_mini_57f9:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.pagination_mini_57f9 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.pagination_mini_57f9 p, .pagination_mini_57f9 ul { line-height: 1.7; }
.pagination_mini_57f9 ul { list-style: none; padding-left: 0; }
.pagination_mini_57f9 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.pagination_mini_57f9 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 8755 */
.phantom-card-a7 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.1;
}
