/* ============================================
   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 */
.short_a652 p,
.orange_c3cf,
.badge_ef73,
.brown-54bb,
.disabled-9667,
.dirty-3ca2,
.list_43e5,
.primary_61d7 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.background_e094 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.background_e094 > *,
.hovered_f50d,
.short_a652,
.gradient_center_74dd {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .background_e094 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .background_e094 {
    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 === */
.detail_d318 {
  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 */
.detail_d318.photo_hot_feae {
  box-shadow: var(--shadow-md);
}

.wrapper_east_8dbe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.rough-63c9 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.paragraph-2664 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.input-advanced-b4bf {
  display: none;
}

/* Hide mobile actions on desktop */
.backdrop_inner_a446 {
  display: none;
}

.modal-3fd0 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.modal-3fd0 a:hover,
.modal-3fd0 a.fn-active-8f1c {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.feature_a803 {
  margin-left: 1rem;
}

.card-pro-98ba {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.focused-4fad,
.left_51cb {
  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;
}

.focused-4fad {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.focused-4fad: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;
}

.left_51cb {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.left_51cb: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;
}

.focused-4fad svg,
.left_51cb svg {
  flex-shrink: 0;
}

.dirty-3778 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.accordion-3ce9 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.accordion-3ce9::before,
.accordion-3ce9::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.accordion-3ce9::before {
  top: -7px;
}

.accordion-3ce9::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.bright-9895 {
  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 === */
.secondary-cb20 {
  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);
}

.filter_last_ed8b {
  margin: 0 0 2rem;
  text-align: center;
}

.active_470a {
  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;
}

.active_470a:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.inner-f4bb {
  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);
}

.inner-f4bb strong {
  color: var(--primary-color);
  font-weight: 700;
}

.pattern_1aa6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.short-22cf {
  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;
}

.short-22cf:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.static_b032 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.iron-5955 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.hidden-c428 {
  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);
}

.hidden-c428 .aside_prev_70fa {
  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;
}

.hidden-c428 .aside_prev_70fa svg {
  flex-shrink: 0;
}

.hidden-c428 .tiny_04ea {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.hidden-c428 .tiny_04ea: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);
}

.hidden-c428 .sidebar_c3b0 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.hidden-c428 .sidebar_c3b0: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) {
  .secondary-cb20 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .active_470a {
    max-width: 100%;
  }

  .pattern_1aa6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .short-22cf {
    padding: 1rem;
  }

  .static_b032 {
    font-size: 1.5rem;
  }

  .iron-5955 {
    font-size: 0.75rem;
  }

  .inner-f4bb {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .hidden-c428 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .hidden-c428 .aside_prev_70fa {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .pattern_1aa6 {
    grid-template-columns: 1fr;
  }
}

.filter_action_1280 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.motion-e197 {
  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 === */
.paragraph-blue-4f54 {
  margin-bottom: 2.5rem;
}

.pink-1472 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.filter_action_1280 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.summary-1c51 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.progress-wood-4ad7 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.tag_down_44e0 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.container_east_e7f3 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.status-8788 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.search_70f8 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.fresh_5fc9 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.fresh_5fc9 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.filter-gold-fcf9 {
  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);
}

.inner-ef92 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.feature_5cb2 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.description-cold-10e9 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.advanced_7320 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.secondary-brown-bd47 {
  display: grid;
  gap: 1rem;
}

.sort_c1d5 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.sort_c19f {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.hot_f80f {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.label-blue-a109 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.steel-eb8f {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.column-3a1c {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.column-3a1c p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.orange_c3cf {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.layout_07df {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.liquid_871e {
  display: grid;
  gap: 2rem;
}

.picture_in_b2ae {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.progress-wood-4ad7 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.summary-1c51 {
  flex: 1;
}

.container_east_e7f3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.container_east_e7f3 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.pink-9115 {
  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;
}

.status-8788 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.selected-b4a1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.selected-b4a1 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.bottom_973d {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.bottom_973d a {
  font-size: 0.875rem;
  font-weight: 500;
}

.overlay_small_231f {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.overlay_small_231f strong {
  display: block;
  margin-bottom: 0.75rem;
}

.overlay_small_231f ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.overlay_small_231f li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.last_5df3 {
  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 === */
.preview-982c {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.bright_12c4 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.glass-4a4a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.advanced_4511 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.advanced_4511 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.advanced_4511 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.advanced_4511 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;
}

.advanced_4511 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.advanced_4511 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.short_a652 {
  padding: 3rem 0 5rem;
}

.gradient_center_74dd {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.gradient_center_74dd.east_5b9e {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.badge_ef73 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.grid_gold_e57f {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.notification-9fb9 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.notification-9fb9 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.card_de69 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.mask_7d8c {
  text-align: center;
}

.layout-medium-2d8c {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.info-e666 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.dropdown-dynamic-082d {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.dirty-3ca2 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.brown-54bb {
  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;
}

.brown-54bb * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.brown-54bb:hover {
  box-shadow: var(--shadow-lg);
}

.brown-54bb.wide-f6b3 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.brown-54bb h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.brown-54bb ul {
  margin: 1rem 0;
}

.brown-54bb li {
  margin-bottom: 0.75rem;
}

.first_9add {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.border_light_bda9 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.border_light_bda9 a {
  font-weight: 600;
}

/* === Data Tables === */
.primary_fresh_68fe {
  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;
}

.primary_fresh_68fe table {
  width: 100%;
  min-width: 600px;
}

.primary_fresh_68fe thead {
  background-color: var(--primary-color);
  color: white;
}

.primary_fresh_68fe th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.primary_fresh_68fe td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.primary_fresh_68fe tbody tr:hover {
  background-color: var(--bg-secondary);
}

.primary_fresh_68fe tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.search-70dc {
  list-style: none;
  margin: 1.5rem 0;
}

.search-70dc li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.search-70dc li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.preview-c21b::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-8f1c::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 === */
.south_cbb9 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.label_hot_b4e6 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.label_hot_b4e6 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.label_hot_b4e6 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.label_hot_b4e6 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.south_cbb9 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.list_43e5 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.list_43e5::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.nav_679c {
  position: relative;
  margin-bottom: 3rem;
}

.background_advanced_dc22 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.background_advanced_dc22 .out-93fc {
  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;
}

.gradient-medium-7c2c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.gradient-medium-7c2c h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.gradient-medium-7c2c ul {
  margin: 1rem 0;
}

.gradient-medium-7c2c li {
  margin-bottom: 0.75rem;
}

.title-b4d3 {
  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 === */
.widget_3848 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.widget_3848 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.layout-top-f046 {
  list-style: none;
  margin: 1.5rem 0;
}

.layout-top-f046 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.layout-top-f046 a {
  font-weight: 600;
}

.media_up_f70a {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.primary_61d7 {
  margin: 2.5rem 0;
}

.tiny-7f4e {
  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;
}

.tiny-7f4e:hover {
  box-shadow: var(--shadow-lg);
}

.tiny-7f4e.large_4c26 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.element_f5a4 {
  flex-shrink: 0;
}

.element_f5a4 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);
}

.fixed-a7e9 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.advanced-7736,
.container_copper_12b5,
.center-7e93 {
  width: 100%;
  margin: 1.5rem 0;
}

.link_bca9 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.link_bca9 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.row_up_f7b8 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.row_up_f7b8 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.column_e9dd {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.column_e9dd strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.black_bd79 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.tabs-fluid-22ef {
  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;
}

.tabs-fluid-22ef:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.tabs-fluid-22ef.tall_c7eb {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.tabs-fluid-22ef .hidden_medium_9dce {
  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;
}

.tabs-fluid-22ef h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.tertiary-first-34dd {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.caption-d7e4 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.caption-d7e4 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.hot_3656 {
  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 === */
.aside_prev_70fa {
  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;
}

.tiny_04ea {
  background-color: var(--primary-color);
  color: white;
}

.tiny_04ea:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.sidebar_c3b0 {
  background-color: var(--text-secondary);
  color: white;
}

.sidebar_c3b0:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.frame-2ac7 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.frame-2ac7:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.south_595d {
  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;
}

.south_595d:hover {
  background-color: var(--primary-dark);
}

.form_fixed_f4b5 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.upper-e8f0 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.header_lite_4d42 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.mask_last_e4db {
  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 === */
.article_inner_5dd3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.right_5af8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.right_5af8 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.message-864f {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.content-current-86f1 {
  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;
}

.pagination_7f20 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.label-de97 {
  list-style: none;
  counter-reset: rank-counter;
}

.label-de97 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.label-de97 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;
}

.mask_151f {
  list-style: none;
}

.mask_151f li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.hover-fluid-a50f {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.tag_d751 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.tag_d751 .title-efe9 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.tag_d751 .hard_1e47 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.glass_4caf {
  margin-top: 3rem;
}

.orange-dde6 {
  width: 100%;
}

.dropdown_4870 {
  background-color: #fef3c7;
}

.blue_e8ef {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.primary_thick_5e73 {
  margin: 3rem 0;
}

.input_6da7 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.pagination-1e35 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.pagination-1e35:hover {
  box-shadow: var(--shadow-lg);
}

.pagination-1e35.preview_soft_0496 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.iron_b9ab {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.secondary-4b0b strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.secondary-4b0b span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.modal-0757 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.pagination-1e35 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.short_cd0d {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.up_a4fa {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.summary-6ed4 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.down-d2a5 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.rough-4659 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.secondary_28f0 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.progress-283e {
  max-width: 900px;
  margin: 0 auto;
}

.soft-d056 {
  margin: 2rem 0;
}

.element_red_8a56 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.element_red_8a56 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.element_red_8a56 summary::-webkit-details-marker {
  display: none;
}

.element_red_8a56 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.surface_5240 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.element_red_8a56[open] .surface_5240 {
  transform: rotate(45deg);
}

.content-3615 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.content-3615 p:last-child {
  margin-bottom: 0;
}

.media-7372 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.caption_brown_04e6 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.shadow_6fe1 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.shadow_6fe1 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.shadow_6fe1 .aside_prev_70fa {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.grid_outer_c656 {
  max-width: 900px;
  margin: 0 auto;
}

.outline-69fb {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.outer-0311 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.outer-0311.fn-success-8f1c {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.right-7142 {
  font-size: 3rem;
  line-height: 1;
}

.tabs-1f90 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.caption-next-1e3c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.search-0166,
.heading-edc1 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.search-0166 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.heading-edc1 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.cool-a081,
.card_ff0e {
  margin: 1.5rem 0;
}

.cool-a081 li,
.card_ff0e li {
  margin-bottom: 1rem;
}

.outline-bright-f514 {
  margin: 3rem 0;
}

.old_49c0 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.old_49c0 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.old_49c0 ol {
  margin: 1rem 0;
}

.old_49c0 li {
  margin-bottom: 0.75rem;
}

.video_bronze_4bd6 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.narrow-1601 {
  margin: 2rem 0;
}

.accordion_a2eb {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.fresh-1bb8 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.yellow-71a6 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.form_first_d152 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.avatar_hovered_461e {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.sidebar-gas-e435 {
  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;
}

.sidebar-gas-e435 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.tag_down_44e0 {
  flex: 1;
}

.tag_down_44e0 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.top_9d44 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.in_38c0 p {
  margin-bottom: 1rem;
}

.dirty-fd21 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.tooltip-e17f {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.hero_large_284a {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.hero_large_284a a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.chip-6aa1 h3 {
  margin-bottom: 1.5rem;
}

.wide_257a {
  display: grid;
  gap: 2rem;
}

.input-rough-eaa7 {
  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;
}

.input-rough-eaa7 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.input-rough-eaa7 h4 {
  margin: 0 0 0.25rem;
}

.input-rough-eaa7 p {
  margin: 0;
  font-size: 0.9375rem;
}

.tabs-full-0e97 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.component_0903 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.component_0903 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.component_0903 ul {
  margin: 1.5rem 0;
}

.component_0903 li {
  margin-bottom: 0.75rem;
}

.red-70c4 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.border_2685 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.block-hot-baf4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.card-ecd4 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.card-ecd4 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.pro-8644 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.pro-8644 a {
  color: rgba(255, 255, 255, 0.8);
}

.shade-wood-1ee6 {
  list-style: none;
}

.shade-wood-1ee6 li {
  margin-bottom: 0.75rem;
}

.shade-wood-1ee6 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.shade-wood-1ee6 a:hover {
  color: white;
}

.element-silver-5f77 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.pattern_lite_ac40 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.icon_8fc0 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.tiny_cff9 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.blue_bbef {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .background_e094 {
    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;
  }

  .hard-b56f {
    font-size: 1.5rem !important;
  }

  .pink-1472 {
    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 */
  .brown-54bb,
  .disabled-9667,
  .gradient-medium-7c2c,
  .fixed-a7e9,
  .iron_b9ab,
  .pagination-1e35,
  .content-3615,
  .inner-f4bb,
  .orange_c3cf,
  .badge_ef73 {
    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_action_1280 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .summary-1c51 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .progress-wood-4ad7 {
    flex-shrink: 0;
  }

  .tag_down_44e0 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .container_east_e7f3,
  .status-8788 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .status-8788 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .paragraph-2664 {
    display: none;
  }

  /* Show mobile actions */
  .backdrop_inner_a446 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .active_hard_ae87 {
    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;
  }

  .active_hard_ae87 svg {
    flex-shrink: 0;
  }

  .active_hard_ae87 .panel-4905 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .active_hard_ae87 .white_1b13 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .basic-1121 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .last-1627 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .active_hard_ae87:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .input-advanced-b4bf {
    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;
  }

  .input-advanced-b4bf.fn-active-8f1c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .input-advanced-b4bf li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .input-advanced-b4bf li:last-child {
    border-bottom: none;
  }

  .input-advanced-b4bf a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .modal-3fd0 {
    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;
  }

  .modal-3fd0 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .modal-3fd0 li:last-child {
    border-bottom: none;
  }

  .modal-3fd0 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .feature_a803 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .card-pro-98ba {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .focused-4fad,
  .left_51cb {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .focused-4fad {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .left_51cb {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .modal-3fd0.fn-active-8f1c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .dirty-3778 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .detail_d318 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .wrapper_east_8dbe {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .bright-9895 {
    margin-top: 0;
  }

  /* Hero section */
  .bright-9895 {
    padding: 2rem 0 1.5rem;
  }

  .pink-1472 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .orange_c3cf {
    font-size: 1rem;
  }

  /* Hero brand image */
  .secondary-cb20 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .active_470a {
    max-width: 100%;
    border-radius: 8px;
  }

  .pattern_1aa6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .short-22cf {
    padding: 1rem;
  }

  .static_b032 {
    font-size: 1.5rem;
  }

  .iron-5955 {
    font-size: 0.75rem;
  }

  .inner-f4bb {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .hidden-c428 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .hidden-c428 .aside_prev_70fa {
    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 */
  .glass-4a4a {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .tiny-7f4e {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .element_f5a4 {
    margin-bottom: 1rem;
  }

  /* Author */
  .picture_in_b2ae {
    flex-direction: column;
  }

  .sidebar-gas-e435 {
    flex-direction: column;
  }

  /* Quotes */
  .iron_b9ab {
    flex-direction: column;
  }

  /* Pros/Cons */
  .caption-next-1e3c {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .form_first_d152 {
    flex-direction: column;
  }

  .form_first_d152 .aside_prev_70fa {
    width: 100%;
  }

  /* Version comparison */
  .black_bd79 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .article_inner_5dd3 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .block-hot-baf4 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .icon_8fc0 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .primary_fresh_68fe,
  .container_copper_12b5,
  .dirty_0445,
  .orange-dde6,
  .advanced-7736,
  .center-7e93 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .primary_fresh_68fe table,
  .container_copper_12b5 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .hot_3656 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .background_e094 {
    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;
  }

  .hard-b56f {
    font-size: 1.25rem !important;
  }

  .pink-1472 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .detail_d318 {
    position: fixed;
  }

  .wrapper_east_8dbe {
    padding: 0.625rem 0;
  }

  .rough-63c9 img {
    height: 26px;
  }

  .modal-3fd0 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .input-advanced-b4bf {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .active_hard_ae87 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .active_hard_ae87 svg {
    width: 18px;
    height: 18px;
  }

  .active_hard_ae87 .panel-4905 {
    font-size: 0.7rem;
  }

  .active_hard_ae87 .white_1b13 {
    font-size: 0.65rem;
  }

  .focused-4fad,
  .left_51cb {
    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, .background_e094, .hovered_f50d, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .secondary-cb20 {
    padding: 1rem;
  }

  .pattern_1aa6 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .short-22cf {
    padding: 0.875rem;
  }

  .static_b032 {
    font-size: 1.25rem;
  }

  .hidden-c428 .aside_prev_70fa {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .pink-1472 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .aside_prev_70fa {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .form_fixed_f4b5 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .tiny-7f4e {
    padding: 1rem;
  }

  .element_f5a4 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .brown-54bb,
  .gradient-white-300c,
  .stone_58df,
  .thick-b5cc {
    padding: 1rem;
  }
}

@media print {
  .detail_d318,
  .preview-982c,
  .dirty-3778,
  .aside_prev_70fa,
  .border_2685 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .background_e094 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.card-eb61 {
  margin-bottom: 3rem;
  text-align: center;
}

.hard-b56f {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.avatar_b752 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.article-brown-7462,
.column-99f7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.tiny_e4f7 {
  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;
}

.tiny_e4f7:hover {
  transform: translateY(-5px);
}

.tiny_e4f7 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.tiny_e4f7 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.slider_4fa3 {
  margin: 3rem 0;
}

.notification_last_dcea {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.cool-00e3 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.cool-00e3:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.clean_cc2f {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.steel_2d5a {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.gold_df16 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.east_be6a {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.shade-complex-7710 {
  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;
}

.shade-complex-7710:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.shade-complex-7710.shade-black-bb63 {
  border-left: 4px solid var(--primary-color);
}

.notice-e0be {
  flex-shrink: 0;
}

.notice-e0be svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.red-723b {
  flex: 1;
}

.red-723b h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.popup_plasma_08fc {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.dim_9e3f,
.backdrop-bronze-62fe,
.blue-ec02 {
  margin-bottom: 1.5rem;
}

.dim_9e3f h4,
.backdrop-bronze-62fe h4,
.blue-ec02 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.dim_9e3f ul,
.backdrop-bronze-62fe ul,
.blue-ec02 ul {
  list-style: none;
  padding: 0;
}

.dim_9e3f li,
.backdrop-bronze-62fe li,
.blue-ec02 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.dim_9e3f li:before,
.backdrop-bronze-62fe li:before,
.blue-ec02 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.hidden-939c {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.hidden-939c 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;
}

.hidden-939c a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.hero-9e70 { margin: 2rem 0; }
.down_23fc { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.down_23fc h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.active-5559 p { margin-bottom: 1rem; line-height: 1.7; }
.active-5559 strong { color: var(--text-primary); }
.active-5559 ul { list-style: none; padding-left: 0; }
.active-5559 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.active-5559 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.prev-0960 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.stone-f5cf { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.stone-f5cf:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.detail-660a { font-size: 3rem; margin-bottom: 1rem; }
.stone-f5cf h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.stone-f5cf p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.widget-7813 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.widget-7813 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.link-283e { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.fresh-a876 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.component-soft-1af2 { text-align: center; }
.texture-7eff { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.sidebar_d6ca { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.grid-b9a9 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.new_a103 { margin: 2rem 0; }
.breadcrumb_25a2 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.breadcrumb_25a2 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.breadcrumb_25a2 p, .breadcrumb_25a2 ul { line-height: 1.7; }
.breadcrumb_25a2 ul { list-style: none; padding-left: 0; }
.breadcrumb_25a2 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.breadcrumb_25a2 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.row_d669 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.border-2ba4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.fast_b015 { text-align: center; }
.modal-be93 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.gradient-pressed-0ab3 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.box-south-7e43 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.purple-3d76 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.bright-e8d3 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.bright-e8d3:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.bright-e8d3 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.bright-e8d3 p, .bright-e8d3 ul { line-height: 1.7; }
.bright-e8d3 ul { list-style: none; padding-left: 0; }
.bright-e8d3 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.bright-e8d3 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 1eb6 */
.ghost-box-p3 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
