/* ============================================
   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 */
.logo-medium-7bdb p,
.secondary-0798,
.focus-stale-7788,
.list_88bb,
.frame-tiny-79fd,
.widget_liquid_13ba,
.shade_9790,
.solid-7d51 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.hot_7998 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.hot_7998 > *,
.image_3fc1,
.logo-medium-7bdb,
.panel-pro-1d11 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .hot_7998 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .hot_7998 {
    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 === */
.slow-336a {
  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 */
.slow-336a.gas-b5de {
  box-shadow: var(--shadow-md);
}

.description-orange-8d97 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.tooltip-8c0c img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.solid-5174 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.tooltip_north_87b5 {
  display: none;
}

/* Hide mobile actions on desktop */
.huge-750d {
  display: none;
}

.avatar_b4b0 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.avatar_b4b0 a:hover,
.avatar_b4b0 a.fn-active-1a1f {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.primary-0f50 {
  margin-left: 1rem;
}

.tertiary-top-7782 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.easy-9dd4,
.next-feae {
  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;
}

.easy-9dd4 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.easy-9dd4: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;
}

.next-feae {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.next-feae: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;
}

.easy-9dd4 svg,
.next-feae svg {
  flex-shrink: 0;
}

.pagination-7a5c {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.column_02cd {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.column_02cd::before,
.column_02cd::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.column_02cd::before {
  top: -7px;
}

.column_02cd::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.description_cb8b {
  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 === */
.preview_6e42 {
  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);
}

.complex_019f {
  margin: 0 0 2rem;
  text-align: center;
}

.notification-down-97f3 {
  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;
}

.notification-down-97f3:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.left-bf20 {
  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);
}

.left-bf20 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.right_f2c3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.feature_last_3f4c {
  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;
}

.feature_last_3f4c:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.content_b6ea {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.picture-2dad {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.shade_2509 {
  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);
}

.shade_2509 .left_7e70 {
  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;
}

.shade_2509 .left_7e70 svg {
  flex-shrink: 0;
}

.shade_2509 .shade-c87e {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.shade_2509 .shade-c87e: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);
}

.shade_2509 .cool-8d53 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.shade_2509 .cool-8d53: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) {
  .preview_6e42 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .notification-down-97f3 {
    max-width: 100%;
  }

  .right_f2c3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .feature_last_3f4c {
    padding: 1rem;
  }

  .content_b6ea {
    font-size: 1.5rem;
  }

  .picture-2dad {
    font-size: 0.75rem;
  }

  .left-bf20 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .shade_2509 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .shade_2509 .left_7e70 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .right_f2c3 {
    grid-template-columns: 1fr;
  }
}

.filter_white_9cdc {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.gradient_glass_3107 {
  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 === */
.table-new-e3d7 {
  margin-bottom: 2.5rem;
}

.info_c467 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.filter_white_9cdc {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.item_glass_c8c9 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.clean-77cb {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.video_white_0664 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.avatar_white_8872 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.pink_3882 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.element-under-5b15 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.banner-cbb4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.banner-cbb4 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.paragraph_4390 {
  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-cfd3 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.yellow-b4a0 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.video-motion-aa56 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.column_down_3b86 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.focused_ae97 {
  display: grid;
  gap: 1rem;
}

.progress-e8ca {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.old-6a50 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.gradient-motion-0863 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.badge_old_7a5a {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.smooth-2fb5 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.steel_cd39 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.steel_cd39 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.secondary-0798 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.header_d388 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.west_919a {
  display: grid;
  gap: 2rem;
}

.avatar_plasma_0d07 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.clean-77cb {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.item_glass_c8c9 {
  flex: 1;
}

.avatar_white_8872 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.avatar_white_8872 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.fluid-7489 {
  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;
}

.pink_3882 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.hidden_next_65cd {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.hidden_next_65cd span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.icon_motion_00be {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.icon_motion_00be a {
  font-size: 0.875rem;
  font-weight: 500;
}

.label_narrow_8f69 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.label_narrow_8f69 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.label_narrow_8f69 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.label_narrow_8f69 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.box_bronze_c8d7 {
  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 === */
.sort_south_8bdf {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.preview-new-8c77 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.hero-7289 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.hard-50bf h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.hard-50bf ol {
  list-style: none;
  counter-reset: toc-counter;
}

.hard-50bf ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.hard-50bf 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;
}

.hard-50bf ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.hard-50bf ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.logo-medium-7bdb {
  padding: 3rem 0 5rem;
}

.panel-pro-1d11 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.panel-pro-1d11.narrow-0003 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.focus-stale-7788 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.message_2e20 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.sidebar_paper_a75a {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.sidebar_paper_a75a h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.right-6373 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.tooltip_ad00 {
  text-align: center;
}

.summary_a3fd {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.wrapper_yellow_f686 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.notice-blue-898b {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.widget_liquid_13ba {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.list_88bb {
  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;
}

.list_88bb * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.list_88bb:hover {
  box-shadow: var(--shadow-lg);
}

.list_88bb.avatar_pro_ef8e {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.list_88bb h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.list_88bb ul {
  margin: 1rem 0;
}

.list_88bb li {
  margin-bottom: 0.75rem;
}

.box-c7ff {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.main-e358 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.main-e358 a {
  font-weight: 600;
}

/* === Data Tables === */
.popup_0285 {
  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;
}

.popup_0285 table {
  width: 100%;
  min-width: 600px;
}

.popup_0285 thead {
  background-color: var(--primary-color);
  color: white;
}

.popup_0285 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.popup_0285 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.popup_0285 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.popup_0285 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.overlay_e8b4 {
  list-style: none;
  margin: 1.5rem 0;
}

.overlay_e8b4 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.overlay_e8b4 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.detail-selected-d5d0::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-1a1f::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 === */
.component_yellow_89c1 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.summary-1e82 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.summary-1e82 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.summary-1e82 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.summary-1e82 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.component_yellow_89c1 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.shade_9790 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.shade_9790::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.in-48d9 {
  position: relative;
  margin-bottom: 3rem;
}

.carousel-in-f0bf {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.carousel-in-f0bf .plasma_6c4b {
  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;
}

.simple_2390 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.simple_2390 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.simple_2390 ul {
  margin: 1rem 0;
}

.simple_2390 li {
  margin-bottom: 0.75rem;
}

.backdrop_3d0e {
  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 === */
.right_86c1 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.right_86c1 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.thumbnail-green-70ee {
  list-style: none;
  margin: 1.5rem 0;
}

.thumbnail-green-70ee li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.thumbnail-green-70ee a {
  font-weight: 600;
}

.info_b3ad {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.solid-7d51 {
  margin: 2.5rem 0;
}

.wood_5c88 {
  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;
}

.wood_5c88:hover {
  box-shadow: var(--shadow-lg);
}

.wood_5c88.light_dbcf {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.surface-green-e691 {
  flex-shrink: 0;
}

.surface-green-e691 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);
}

.frame_a806 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.info_up_3045,
.column-easy-ba85,
.paragraph-433f {
  width: 100%;
  margin: 1.5rem 0;
}

.feature_f88f {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.feature_f88f strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.box-cabf {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.box-cabf strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.hard_98cf {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.hard_98cf strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.input-gas-be0f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.right-7852 {
  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;
}

.right-7852:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.right-7852.primary-100e {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.right-7852 .small-f1ef {
  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;
}

.right-7852 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.header_095c {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.feature-over-a0f6 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.feature-over-a0f6 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.element_9169 {
  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 === */
.left_7e70 {
  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;
}

.shade-c87e {
  background-color: var(--primary-color);
  color: white;
}

.shade-c87e:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.cool-8d53 {
  background-color: var(--text-secondary);
  color: white;
}

.cool-8d53:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.banner_dynamic_e325 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.banner_dynamic_e325:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.cool-39eb {
  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;
}

.cool-39eb:hover {
  background-color: var(--primary-dark);
}

.heading_68fe {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.modal_pink_1432 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.medium-b554 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.card_right_5e67 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #fef3c7;
  color: #92400e;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

/* === Demographics & Data Visualization === */
.outline_fc10 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.action-caf8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.action-caf8 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.huge-16a9 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.hover-copper-d37f {
  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;
}

.stale-3991 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.footer_fixed_276a {
  list-style: none;
  counter-reset: rank-counter;
}

.footer_fixed_276a li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.footer_fixed_276a 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;
}

.north-e964 {
  list-style: none;
}

.north-e964 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.narrow_c2b9 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.lite_ec08 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.lite_ec08 .border-9b5e {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.lite_ec08 .pagination-west-24f3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.media-pink-3262 {
  margin-top: 3rem;
}

.element_first_d977 {
  width: 100%;
}

.box_a61b {
  background-color: #fef3c7;
}

.search_dynamic_a46d {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.summary-db58 {
  margin: 3rem 0;
}

.next_7fd2 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.element-pressed-317f {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.element-pressed-317f:hover {
  box-shadow: var(--shadow-lg);
}

.element-pressed-317f.overlay_59f0 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.widget_basic_4d3e {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.gallery-a376 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.gallery-a376 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.texture-e033 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.element-pressed-317f blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.red-52e1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.content_focused_49fb {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.heading_top_4c66 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.detail-iron-aa46 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.notice-tall-34d0 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.east-920e {
  margin-top: 1rem;
}

/* === FAQ Section === */
.active-a352 {
  max-width: 900px;
  margin: 0 auto;
}

.carousel_hard_406a {
  margin: 2rem 0;
}

.shade-east-5602 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.shade-east-5602 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.shade-east-5602 summary::-webkit-details-marker {
  display: none;
}

.shade-east-5602 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.logo-77d6 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.shade-east-5602[open] .logo-77d6 {
  transform: rotate(45deg);
}

.header_4a9f {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.header_4a9f p:last-child {
  margin-bottom: 0;
}

.container-ed07 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.smooth-8219 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.module_2046 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.module_2046 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.module_2046 .left_7e70 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.lite-def0 {
  max-width: 900px;
  margin: 0 auto;
}

.alert_3902 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.progress_f9b8 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.progress_f9b8.fn-success-1a1f {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.avatar-fixed-ed4e {
  font-size: 3rem;
  line-height: 1;
}

.focus-medium-7525 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.widget_2e50 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.hovered_5fdf,
.clean_e05c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.hovered_5fdf h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.clean_e05c h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.dim_b94e,
.progress_full_3db0 {
  margin: 1.5rem 0;
}

.dim_b94e li,
.progress_full_3db0 li {
  margin-bottom: 1rem;
}

.row-bdeb {
  margin: 3rem 0;
}

.article_cold_128f {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.article_cold_128f h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.article_cold_128f ol {
  margin: 1rem 0;
}

.article_cold_128f li {
  margin-bottom: 0.75rem;
}

.soft_1306 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.down-c1c9 {
  margin: 2rem 0;
}

.dark-f968 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.last-e2f6 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.outer-c7b9 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.gold-8d59 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.filter_d972 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.info_old_7d85 {
  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;
}

.info_old_7d85 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.video_white_0664 {
  flex: 1;
}

.video_white_0664 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.box_static_b4a9 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.status-red-c3f0 p {
  margin-bottom: 1rem;
}

.table-1d2f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.card_f726 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.hover_fluid_be9c {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.hover_fluid_be9c a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.chip-yellow-4479 h3 {
  margin-bottom: 1.5rem;
}

.motion-d41e {
  display: grid;
  gap: 2rem;
}

.description_pressed_6a2d {
  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;
}

.description_pressed_6a2d img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.description_pressed_6a2d h4 {
  margin: 0 0 0.25rem;
}

.description_pressed_6a2d p {
  margin: 0;
  font-size: 0.9375rem;
}

.green_7bde {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.bronze_c2fb {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.bronze_c2fb h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.bronze_c2fb ul {
  margin: 1.5rem 0;
}

.bronze_c2fb li {
  margin-bottom: 0.75rem;
}

.hard-9018 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.pagination_2ebf {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.media-dirty-acf6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.image_a693 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.image_a693 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.hidden-bottom-7eee {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.hidden-bottom-7eee a {
  color: rgba(255, 255, 255, 0.8);
}

.column-middle-d84d {
  list-style: none;
}

.column-middle-d84d li {
  margin-bottom: 0.75rem;
}

.column-middle-d84d a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.column-middle-d84d a:hover {
  color: white;
}

.label-narrow-0725 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.middle-dfde {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.warm-a463 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.pagination_bright_84ce {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.panel-e03e {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .hot_7998 {
    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;
  }

  .frame_gas_d244 {
    font-size: 1.5rem !important;
  }

  .info_c467 {
    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 */
  .list_88bb,
  .frame-tiny-79fd,
  .simple_2390,
  .frame_a806,
  .widget_basic_4d3e,
  .element-pressed-317f,
  .header_4a9f,
  .left-bf20,
  .secondary-0798,
  .focus-stale-7788 {
    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 */
  .filter_white_9cdc {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .item_glass_c8c9 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .clean-77cb {
    flex-shrink: 0;
  }

  .video_white_0664 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .avatar_white_8872,
  .pink_3882 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .pink_3882 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .solid-5174 {
    display: none;
  }

  /* Show mobile actions */
  .huge-750d {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .hot_b126 {
    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;
  }

  .hot_b126 svg {
    flex-shrink: 0;
  }

  .hot_b126 .list_0e70 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .hot_b126 .text_08ac {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .active_0a9f {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .component-basic-8908 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .hot_b126:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .tooltip_north_87b5 {
    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;
  }

  .tooltip_north_87b5.fn-active-1a1f {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .tooltip_north_87b5 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .tooltip_north_87b5 li:last-child {
    border-bottom: none;
  }

  .tooltip_north_87b5 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .avatar_b4b0 {
    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;
  }

  .avatar_b4b0 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .avatar_b4b0 li:last-child {
    border-bottom: none;
  }

  .avatar_b4b0 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .primary-0f50 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .tertiary-top-7782 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .easy-9dd4,
  .next-feae {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .easy-9dd4 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .next-feae {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .avatar_b4b0.fn-active-1a1f {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .pagination-7a5c {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .slow-336a {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .description-orange-8d97 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .description_cb8b {
    margin-top: 0;
  }

  /* Hero section */
  .description_cb8b {
    padding: 2rem 0 1.5rem;
  }

  .info_c467 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .secondary-0798 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .preview_6e42 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .notification-down-97f3 {
    max-width: 100%;
    border-radius: 8px;
  }

  .right_f2c3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .feature_last_3f4c {
    padding: 1rem;
  }

  .content_b6ea {
    font-size: 1.5rem;
  }

  .picture-2dad {
    font-size: 0.75rem;
  }

  .left-bf20 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .shade_2509 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .shade_2509 .left_7e70 {
    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 */
  .hero-7289 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .wood_5c88 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .surface-green-e691 {
    margin-bottom: 1rem;
  }

  /* Author */
  .avatar_plasma_0d07 {
    flex-direction: column;
  }

  .info_old_7d85 {
    flex-direction: column;
  }

  /* Quotes */
  .widget_basic_4d3e {
    flex-direction: column;
  }

  /* Pros/Cons */
  .widget_2e50 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .gold-8d59 {
    flex-direction: column;
  }

  .gold-8d59 .left_7e70 {
    width: 100%;
  }

  /* Version comparison */
  .input-gas-be0f {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .outline_fc10 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .media-dirty-acf6 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .warm-a463 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .popup_0285,
  .column-easy-ba85,
  .over_3aae,
  .element_first_d977,
  .info_up_3045,
  .paragraph-433f {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .popup_0285 table,
  .column-easy-ba85 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .element_9169 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .hot_7998 {
    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;
  }

  .frame_gas_d244 {
    font-size: 1.25rem !important;
  }

  .info_c467 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .slow-336a {
    position: fixed;
  }

  .description-orange-8d97 {
    padding: 0.625rem 0;
  }

  .tooltip-8c0c img {
    height: 26px;
  }

  .avatar_b4b0 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .tooltip_north_87b5 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .hot_b126 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .hot_b126 svg {
    width: 18px;
    height: 18px;
  }

  .hot_b126 .list_0e70 {
    font-size: 0.7rem;
  }

  .hot_b126 .text_08ac {
    font-size: 0.65rem;
  }

  .easy-9dd4,
  .next-feae {
    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_7998, .image_3fc1, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .preview_6e42 {
    padding: 1rem;
  }

  .right_f2c3 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .feature_last_3f4c {
    padding: 0.875rem;
  }

  .content_b6ea {
    font-size: 1.25rem;
  }

  .shade_2509 .left_7e70 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .info_c467 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .left_7e70 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .heading_68fe {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .wood_5c88 {
    padding: 1rem;
  }

  .surface-green-e691 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .list_88bb,
  .media_liquid_622f,
  .old_73ef,
  .selected_fbf4 {
    padding: 1rem;
  }
}

@media print {
  .slow-336a,
  .sort_south_8bdf,
  .pagination-7a5c,
  .left_7e70,
  .pagination_2ebf {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .hot_7998 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.west_0825 {
  margin-bottom: 3rem;
  text-align: center;
}

.frame_gas_d244 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.outer-292a {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.liquid-666b,
.complex_4bfd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.row-bronze-5afa {
  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;
}

.row-bronze-5afa:hover {
  transform: translateY(-5px);
}

.row-bronze-5afa strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.row-bronze-5afa span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.gradient-cb5a {
  margin: 3rem 0;
}

.slider-center-4ba4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.new_b195 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.new_b195:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.table_ccaf {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.tertiary_0635 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.article-hard-809e {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.search-40f9 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.prev_6a3c {
  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;
}

.prev_6a3c:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.prev_6a3c.detail-e43c {
  border-left: 4px solid var(--primary-color);
}

.bright_46a4 {
  flex-shrink: 0;
}

.bright_46a4 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.button-in-5fc5 {
  flex: 1;
}

.button-in-5fc5 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.gold_d104 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.green-165d,
.white_1d6a,
.preview-focused-bd43 {
  margin-bottom: 1.5rem;
}

.green-165d h4,
.white_1d6a h4,
.preview-focused-bd43 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.green-165d ul,
.white_1d6a ul,
.preview-focused-bd43 ul {
  list-style: none;
  padding: 0;
}

.green-165d li,
.white_1d6a li,
.preview-focused-bd43 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.green-165d li:before,
.white_1d6a li:before,
.preview-focused-bd43 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.list_narrow_0c35 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.list_narrow_0c35 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;
}

.list_narrow_0c35 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.main-31b4 { margin: 2rem 0; }
.inner_1d31 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.inner_1d31 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.text-liquid-001b p { margin-bottom: 1rem; line-height: 1.7; }
.text-liquid-001b strong { color: var(--text-primary); }
.text-liquid-001b ul { list-style: none; padding-left: 0; }
.text-liquid-001b ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.text-liquid-001b ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.inner_2957 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.modal-clean-2c7b { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.modal-clean-2c7b:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.tag-0d27 { font-size: 3rem; margin-bottom: 1rem; }
.modal-clean-2c7b h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.modal-clean-2c7b p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.link-cdda { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.link-cdda span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.pattern-dec0 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.thick_1798 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.heading_liquid_bb9f { text-align: center; }
.shadow_4940 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.summary_silver_5543 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.secondary_8e64 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.video_9d8c { margin: 2rem 0; }
.detail-purple-139e { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.detail-purple-139e h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.detail-purple-139e p, .detail-purple-139e ul { line-height: 1.7; }
.detail-purple-139e ul { list-style: none; padding-left: 0; }
.detail-purple-139e ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.detail-purple-139e ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.main-medium-e3c5 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.last-e4c9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.iron-322a { text-align: center; }
.filter_3e94 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.label-4062 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.shade_74cc { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.photo_lite_b9dd { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.banner_00c8 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.banner_00c8:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.banner_00c8 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.banner_00c8 p, .banner_00c8 ul { line-height: 1.7; }
.banner_00c8 ul { list-style: none; padding-left: 0; }
.banner_00c8 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.banner_00c8 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 6e5c */
.shadow-element-s1 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.2;
}
