/* ============================================
   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 */
.accordion-9f41 p,
.narrow_1341,
.form-8bc7,
.dim-a71f,
.section-tiny-d6cd,
.media_wide_696e,
.shadow-focused-81a0,
.border-8672 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.avatar_88a5 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.avatar_88a5 > *,
.surface_c80b,
.accordion-9f41,
.surface-80f6 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .avatar_88a5 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .avatar_88a5 {
    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 === */
.fast-0c5b {
  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 */
.fast-0c5b.column_fast_5819 {
  box-shadow: var(--shadow-md);
}

.hover_right_8b0b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.fresh-0e39 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.up-3f91 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.iron-2381 {
  display: none;
}

/* Hide mobile actions on desktop */
.border-purple-6052 {
  display: none;
}

.hot_6401 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.hot_6401 a:hover,
.hot_6401 a.fn-active-3007 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.full-bf8d {
  margin-left: 1rem;
}

.fresh-600b {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.notification-8660,
.fluid-46f1 {
  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;
}

.notification-8660 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.notification-8660: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;
}

.fluid-46f1 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.fluid-46f1: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;
}

.notification-8660 svg,
.fluid-46f1 svg {
  flex-shrink: 0;
}

.element-6cb0 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.west_6c7d {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.west_6c7d::before,
.west_6c7d::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.west_6c7d::before {
  top: -7px;
}

.west_6c7d::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.paragraph-fixed-e5d3 {
  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 === */
.pagination-solid-d630 {
  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);
}

.form_48a5 {
  margin: 0 0 2rem;
  text-align: center;
}

.progress_old_cc4f {
  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;
}

.progress_old_cc4f:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.active-50e0 {
  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);
}

.active-50e0 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.summary_050b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.hidden-center-f2bc {
  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;
}

.hidden-center-f2bc:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.silver-c1ff {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.hard-72a9 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.video_f31a {
  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);
}

.video_f31a .mask_a793 {
  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;
}

.video_f31a .mask_a793 svg {
  flex-shrink: 0;
}

.video_f31a .up_7c82 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.video_f31a .up_7c82: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);
}

.video_f31a .plasma_cb00 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.video_f31a .plasma_cb00: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) {
  .pagination-solid-d630 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .progress_old_cc4f {
    max-width: 100%;
  }

  .summary_050b {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .hidden-center-f2bc {
    padding: 1rem;
  }

  .silver-c1ff {
    font-size: 1.5rem;
  }

  .hard-72a9 {
    font-size: 0.75rem;
  }

  .active-50e0 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .video_f31a {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .video_f31a .mask_a793 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .summary_050b {
    grid-template-columns: 1fr;
  }
}

.search-6b50 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.logo_6237 {
  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 === */
.article_pressed_676c {
  margin-bottom: 2.5rem;
}

.sidebar_fluid_48a1 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.search-6b50 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.backdrop-fb62 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.element-df84 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.thumbnail-current-020e {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.focus-dd7b {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.out_a053 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.mask-5c21 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.static_b8af {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.static_b8af svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.alert-f716 {
  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);
}

.breadcrumb_new_31bb {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.dropdown-hard-a9ab {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.gallery-bottom-2a9d {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.module-c31a {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.plasma-94b8 {
  display: grid;
  gap: 1rem;
}

.action_a916 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.media_slow_54fa {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.hot_7cd0 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.modal-f263 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.texture-cold-7be5 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.large-1a30 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.large-1a30 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.narrow_1341 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.rough_0274 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.alert-4bfb {
  display: grid;
  gap: 2rem;
}

.shadow-cool-2cea {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.element-df84 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.backdrop-fb62 {
  flex: 1;
}

.focus-dd7b {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.focus-dd7b a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.menu_easy_d5fa {
  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;
}

.out_a053 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.nav-6be6 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.nav-6be6 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.glass_1e46 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.glass_1e46 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.slow_da23 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.slow_da23 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.slow_da23 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.slow_da23 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.tag_c718 {
  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 === */
.border-dim-8643 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.menu_wood_7f03 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.section_f0c9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.card-fluid-8bd7 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.card-fluid-8bd7 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.card-fluid-8bd7 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.card-fluid-8bd7 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;
}

.card-fluid-8bd7 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.card-fluid-8bd7 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.accordion-9f41 {
  padding: 3rem 0 5rem;
}

.surface-80f6 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.surface-80f6.wrapper_white_7d93 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.form-8bc7 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.mask-06df {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.tertiary_down_1da4 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.tertiary_down_1da4 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.panel-5f00 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.media_hot_6dfa {
  text-align: center;
}

.active-a88a {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.slider-medium-7974 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.advanced-ce5d {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.media_wide_696e {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.dim-a71f {
  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;
}

.dim-a71f * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.dim-a71f:hover {
  box-shadow: var(--shadow-lg);
}

.dim-a71f.tag_2a26 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.dim-a71f h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.dim-a71f ul {
  margin: 1rem 0;
}

.dim-a71f li {
  margin-bottom: 0.75rem;
}

.stone-5333 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.module_24ec {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.module_24ec a {
  font-weight: 600;
}

/* === Data Tables === */
.tooltip_044d {
  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;
}

.tooltip_044d table {
  width: 100%;
  min-width: 600px;
}

.tooltip_044d thead {
  background-color: var(--primary-color);
  color: white;
}

.tooltip_044d th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.tooltip_044d td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.tooltip_044d tbody tr:hover {
  background-color: var(--bg-secondary);
}

.tooltip_044d tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.focus_pressed_cae1 {
  list-style: none;
  margin: 1.5rem 0;
}

.focus_pressed_cae1 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.focus_pressed_cae1 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.box-east-3439::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-3007::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 === */
.media-full-4a25 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.detail_6681 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.detail_6681 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.detail_6681 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.detail_6681 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.media-full-4a25 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.shadow-focused-81a0 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.shadow-focused-81a0::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.thumbnail-a86a {
  position: relative;
  margin-bottom: 3rem;
}

.old_8367 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.old_8367 .widget_bronze_04e7 {
  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;
}

.bronze_f248 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.bronze_f248 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.bronze_f248 ul {
  margin: 1rem 0;
}

.bronze_f248 li {
  margin-bottom: 0.75rem;
}

.fast-27a0 {
  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 === */
.medium_8651 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.medium_8651 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.wood_f72e {
  list-style: none;
  margin: 1.5rem 0;
}

.wood_f72e li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.wood_f72e a {
  font-weight: 600;
}

.steel_b27e {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.border-8672 {
  margin: 2.5rem 0;
}

.hero_b8d6 {
  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;
}

.hero_b8d6:hover {
  box-shadow: var(--shadow-lg);
}

.hero_b8d6.module-west-2836 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.north-916a {
  flex-shrink: 0;
}

.north-916a 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);
}

.search_86e2 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.focus_plasma_db1e,
.advanced-25c1,
.out_7e55 {
  width: 100%;
  margin: 1.5rem 0;
}

.section_bright_7b44 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.section_bright_7b44 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.fast_642d {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.fast_642d strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.tertiary_east_6ceb {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.tertiary_east_6ceb strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.link-short-0975 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.gold-04e6 {
  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;
}

.gold-04e6:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.gold-04e6.upper_f6c9 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.gold-04e6 .over-3132 {
  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;
}

.gold-04e6 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.gold_e029 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.hot_531f {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.hot_531f label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.column-fcea {
  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 === */
.mask_a793 {
  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;
}

.up_7c82 {
  background-color: var(--primary-color);
  color: white;
}

.up_7c82:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.plasma_cb00 {
  background-color: var(--text-secondary);
  color: white;
}

.plasma_cb00:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.slider-6e48 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.slider-6e48:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.bright_c227 {
  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;
}

.bright_c227:hover {
  background-color: var(--primary-dark);
}

.notification_fluid_5722 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.avatar_664f {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.old-7aca {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.table-glass-656c {
  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 === */
.badge-outer-0089 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.black_efe1 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.black_efe1 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.thumbnail_9252 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.tooltip_plasma_7426 {
  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;
}

.disabled_narrow_3f81 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.filter_stale_c114 {
  list-style: none;
  counter-reset: rank-counter;
}

.filter_stale_c114 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.filter_stale_c114 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;
}

.focused-09b7 {
  list-style: none;
}

.focused-09b7 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.mask_smooth_18cd {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.modal-c3a4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.modal-c3a4 .item_e53c {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.modal-c3a4 .layout_2392 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.slow_8ea1 {
  margin-top: 3rem;
}

.form-44c2 {
  width: 100%;
}

.heading_simple_2f2d {
  background-color: #fef3c7;
}

.tertiary-f16b {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.dropdown-02db {
  margin: 3rem 0;
}

.column-98ff {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.summary-tiny-c8a2 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.summary-tiny-c8a2:hover {
  box-shadow: var(--shadow-lg);
}

.summary-tiny-c8a2.mask_up_256c {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.notice_down_cfd8 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.media_stale_ffb1 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.media_stale_ffb1 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.stale-d5b4 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.summary-tiny-c8a2 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.gold-5b74 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.easy_0924 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.row_center_2f95 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.blue-0876 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.disabled_bright_a008 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.border-static-0b3c {
  margin-top: 1rem;
}

/* === FAQ Section === */
.table-4296 {
  max-width: 900px;
  margin: 0 auto;
}

.east-2206 {
  margin: 2rem 0;
}

.tag-9c7c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.tag-9c7c summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.tag-9c7c summary::-webkit-details-marker {
  display: none;
}

.tag-9c7c summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.left-e46a {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.tag-9c7c[open] .left-e46a {
  transform: rotate(45deg);
}

.input_3beb {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.input_3beb p:last-child {
  margin-bottom: 0;
}

.inner_046d {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.caption-new-0076 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.tertiary-3eef {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.tertiary-3eef p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.tertiary-3eef .mask_a793 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.basic-0495 {
  max-width: 900px;
  margin: 0 auto;
}

.column-c0f5 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.wrapper_a6ec {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.wrapper_a6ec.fn-success-3007 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.status-stale-07f6 {
  font-size: 3rem;
  line-height: 1;
}

.item-b22d h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.link-3539 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.cool_0c49,
.full_f7de {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.cool_0c49 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.full_f7de h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.active_d6a5,
.feature_1d6a {
  margin: 1.5rem 0;
}

.active_d6a5 li,
.feature_1d6a li {
  margin-bottom: 1rem;
}

.photo_edb8 {
  margin: 3rem 0;
}

.paper-e0d5 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.paper-e0d5 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.paper-e0d5 ol {
  margin: 1rem 0;
}

.paper-e0d5 li {
  margin-bottom: 0.75rem;
}

.orange-ef7f {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.fresh_05d6 {
  margin: 2rem 0;
}

.primary-de9d {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.lower-502b {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.highlight_3861 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.footer_under_5d97 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.list_26dd {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.complex_e803 {
  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;
}

.complex_e803 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.thumbnail-current-020e {
  flex: 1;
}

.thumbnail-current-020e h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.yellow_8509 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.narrow-4f3c p {
  margin-bottom: 1rem;
}

.sidebar-hot-f07d {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.section-pro-0914 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.button-clean-b04d {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.button-clean-b04d a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.filter-short-3ab3 h3 {
  margin-bottom: 1.5rem;
}

.new-1d93 {
  display: grid;
  gap: 2rem;
}

.active_paper_a265 {
  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;
}

.active_paper_a265 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.active_paper_a265 h4 {
  margin: 0 0 0.25rem;
}

.active_paper_a265 p {
  margin: 0;
  font-size: 0.9375rem;
}

.feature_7f60 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.wide_5c94 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.wide_5c94 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.wide_5c94 ul {
  margin: 1.5rem 0;
}

.wide_5c94 li {
  margin-bottom: 0.75rem;
}

.popup_0c12 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.shade-orange-3488 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.status_2fd8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.preview-north-5f2f h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.preview-north-5f2f p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.search_light_cad5 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.search_light_cad5 a {
  color: rgba(255, 255, 255, 0.8);
}

.primary_5670 {
  list-style: none;
}

.primary_5670 li {
  margin-bottom: 0.75rem;
}

.primary_5670 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.primary_5670 a:hover {
  color: white;
}

.popup_upper_5c24 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.purple_b566 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.slider_1444 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.box_b767 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.selected_d170 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .avatar_88a5 {
    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;
  }

  .highlight_mini_c4b1 {
    font-size: 1.5rem !important;
  }

  .sidebar_fluid_48a1 {
    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 */
  .dim-a71f,
  .section-tiny-d6cd,
  .bronze_f248,
  .search_86e2,
  .notice_down_cfd8,
  .summary-tiny-c8a2,
  .input_3beb,
  .active-50e0,
  .narrow_1341,
  .form-8bc7 {
    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 */
  .search-6b50 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .backdrop-fb62 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .element-df84 {
    flex-shrink: 0;
  }

  .thumbnail-current-020e {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .focus-dd7b,
  .out_a053 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .out_a053 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .up-3f91 {
    display: none;
  }

  /* Show mobile actions */
  .border-purple-6052 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .old-15c8 {
    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;
  }

  .old-15c8 svg {
    flex-shrink: 0;
  }

  .old-15c8 .purple_2206 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .old-15c8 .video-5f13 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .icon_stone_1651 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .picture_basic_5690 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .old-15c8:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .iron-2381 {
    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;
  }

  .iron-2381.fn-active-3007 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .iron-2381 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .iron-2381 li:last-child {
    border-bottom: none;
  }

  .iron-2381 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .hot_6401 {
    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;
  }

  .hot_6401 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .hot_6401 li:last-child {
    border-bottom: none;
  }

  .hot_6401 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .full-bf8d {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .fresh-600b {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .notification-8660,
  .fluid-46f1 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .notification-8660 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .fluid-46f1 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .hot_6401.fn-active-3007 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .element-6cb0 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .fast-0c5b {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .hover_right_8b0b {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .paragraph-fixed-e5d3 {
    margin-top: 0;
  }

  /* Hero section */
  .paragraph-fixed-e5d3 {
    padding: 2rem 0 1.5rem;
  }

  .sidebar_fluid_48a1 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .narrow_1341 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .pagination-solid-d630 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .progress_old_cc4f {
    max-width: 100%;
    border-radius: 8px;
  }

  .summary_050b {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .hidden-center-f2bc {
    padding: 1rem;
  }

  .silver-c1ff {
    font-size: 1.5rem;
  }

  .hard-72a9 {
    font-size: 0.75rem;
  }

  .active-50e0 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .video_f31a {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .video_f31a .mask_a793 {
    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 */
  .section_f0c9 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .hero_b8d6 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .north-916a {
    margin-bottom: 1rem;
  }

  /* Author */
  .shadow-cool-2cea {
    flex-direction: column;
  }

  .complex_e803 {
    flex-direction: column;
  }

  /* Quotes */
  .notice_down_cfd8 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .link-3539 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .footer_under_5d97 {
    flex-direction: column;
  }

  .footer_under_5d97 .mask_a793 {
    width: 100%;
  }

  /* Version comparison */
  .link-short-0975 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .badge-outer-0089 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .status_2fd8 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .slider_1444 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .tooltip_044d,
  .advanced-25c1,
  .grid-cbb9,
  .form-44c2,
  .focus_plasma_db1e,
  .out_7e55 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tooltip_044d table,
  .advanced-25c1 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .column-fcea {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .avatar_88a5 {
    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;
  }

  .highlight_mini_c4b1 {
    font-size: 1.25rem !important;
  }

  .sidebar_fluid_48a1 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .fast-0c5b {
    position: fixed;
  }

  .hover_right_8b0b {
    padding: 0.625rem 0;
  }

  .fresh-0e39 img {
    height: 26px;
  }

  .hot_6401 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .iron-2381 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .old-15c8 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .old-15c8 svg {
    width: 18px;
    height: 18px;
  }

  .old-15c8 .purple_2206 {
    font-size: 0.7rem;
  }

  .old-15c8 .video-5f13 {
    font-size: 0.65rem;
  }

  .notification-8660,
  .fluid-46f1 {
    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, .avatar_88a5, .surface_c80b, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .pagination-solid-d630 {
    padding: 1rem;
  }

  .summary_050b {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .hidden-center-f2bc {
    padding: 0.875rem;
  }

  .silver-c1ff {
    font-size: 1.25rem;
  }

  .video_f31a .mask_a793 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .sidebar_fluid_48a1 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .mask_a793 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .notification_fluid_5722 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .hero_b8d6 {
    padding: 1rem;
  }

  .north-916a span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .dim-a71f,
  .menu-first-4024,
  .out-4425,
  .texture_pink_b68c {
    padding: 1rem;
  }
}

@media print {
  .fast-0c5b,
  .border-dim-8643,
  .element-6cb0,
  .mask_a793,
  .shade-orange-3488 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .avatar_88a5 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.action_e0bf {
  margin-bottom: 3rem;
  text-align: center;
}

.highlight_mini_c4b1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.purple_3968 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.solid_980c,
.small_be1f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.mask-afc9 {
  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;
}

.mask-afc9:hover {
  transform: translateY(-5px);
}

.mask-afc9 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.mask-afc9 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.accordion-9844 {
  margin: 3rem 0;
}

.highlight_7d2d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.menu-f9af {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.menu-f9af:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.main_9f93 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.heading-black-4419 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.summary-thick-8865 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.card-fluid-3126 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.overlay-1774 {
  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;
}

.overlay-1774:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.overlay-1774.right_23e5 {
  border-left: 4px solid var(--primary-color);
}

.form-a2a5 {
  flex-shrink: 0;
}

.form-a2a5 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.green_2181 {
  flex: 1;
}

.green_2181 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.tag_up_b925 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.north-99bd,
.dirty_3858,
.table_complex_49f8 {
  margin-bottom: 1.5rem;
}

.north-99bd h4,
.dirty_3858 h4,
.table_complex_49f8 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.north-99bd ul,
.dirty_3858 ul,
.table_complex_49f8 ul {
  list-style: none;
  padding: 0;
}

.north-99bd li,
.dirty_3858 li,
.table_complex_49f8 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.north-99bd li:before,
.dirty_3858 li:before,
.table_complex_49f8 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.pattern_simple_92ae {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.pattern_simple_92ae 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;
}

.pattern_simple_92ae a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.pressed-cfb1 { margin: 2rem 0; }
.out-495a { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.out-495a h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.active_6c29 p { margin-bottom: 1rem; line-height: 1.7; }
.active_6c29 strong { color: var(--text-primary); }
.active_6c29 ul { list-style: none; padding-left: 0; }
.active_6c29 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.active_6c29 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.advanced_3f6e { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.component_gas_3c63 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.component_gas_3c63:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.wrapper-fixed-f4aa { font-size: 3rem; margin-bottom: 1rem; }
.component_gas_3c63 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.component_gas_3c63 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.warm-1955 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.warm-1955 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.mask-easy-2c9f { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.footer-motion-4c1f { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.aside-dark-26b1 { text-align: center; }
.container-ec8e { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.accordion_8c69 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.info_caea { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.column-last-a276 { margin: 2rem 0; }
.chip-narrow-29f2 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.chip-narrow-29f2 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.chip-narrow-29f2 p, .chip-narrow-29f2 ul { line-height: 1.7; }
.chip-narrow-29f2 ul { list-style: none; padding-left: 0; }
.chip-narrow-29f2 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.chip-narrow-29f2 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.chip_b34a { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.component_eb7c { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.advanced-71b5 { text-align: center; }
.gold-0b41 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.border_tall_5bfb { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.action_aa70 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.hard_9281 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.nav_soft_d859 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.nav_soft_d859:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.nav_soft_d859 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.nav_soft_d859 p, .nav_soft_d859 ul { line-height: 1.7; }
.nav_soft_d859 ul { list-style: none; padding-left: 0; }
.nav_soft_d859 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.nav_soft_d859 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: a364 */
.shadow-element-l0 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.0;
}
