/* ============================================
   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 */
.overlay-126c p,
.media-south-dcf7,
.notice-e96a,
.sort-a13b,
.component_66e2,
.gold-c452,
.paper_c540,
.modal-hard-6edd {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.video_tall_ca7d {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.video_tall_ca7d > *,
.caption_fast_71f5,
.overlay-126c,
.main-064b {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .video_tall_ca7d {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .video_tall_ca7d {
    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 === */
.in_8a70 {
  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 */
.in_8a70.search_stone_772d {
  box-shadow: var(--shadow-md);
}

.cool_0a6b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.breadcrumb-d7b3 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.banner-tiny-44b9 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.thumbnail-dirty-9b8f {
  display: none;
}

/* Hide mobile actions on desktop */
.footer-3f91 {
  display: none;
}

.white_227c a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.white_227c a:hover,
.white_227c a.fn-active-0b68 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.mask-6b51 {
  margin-left: 1rem;
}

.component-f0ef {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.aside_left_93f5,
.description_841e {
  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;
}

.aside_left_93f5 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.aside_left_93f5: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;
}

.description_841e {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.description_841e: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;
}

.aside_left_93f5 svg,
.description_841e svg {
  flex-shrink: 0;
}

.content_liquid_a1df {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.aside-stale-71ce {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.aside-stale-71ce::before,
.aside-stale-71ce::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.aside-stale-71ce::before {
  top: -7px;
}

.aside-stale-71ce::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.texture_orange_6294 {
  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 === */
.overlay_narrow_9220 {
  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);
}

.input-right-cde7 {
  margin: 0 0 2rem;
  text-align: center;
}

.shadow_hovered_c58b {
  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;
}

.shadow_hovered_c58b:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.tooltip_steel_c566 {
  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);
}

.tooltip_steel_c566 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.accent_e7ac {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.search_2df8 {
  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;
}

.search_2df8:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.red-ed38 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.full-cb07 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.upper_8070 {
  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);
}

.upper_8070 .slider-action-e40f {
  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;
}

.upper_8070 .slider-action-e40f svg {
  flex-shrink: 0;
}

.upper_8070 .item_fc9a {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.upper_8070 .item_fc9a: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);
}

.upper_8070 .text_pro_7ffe {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.upper_8070 .text_pro_7ffe: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) {
  .overlay_narrow_9220 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .shadow_hovered_c58b {
    max-width: 100%;
  }

  .accent_e7ac {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .search_2df8 {
    padding: 1rem;
  }

  .red-ed38 {
    font-size: 1.5rem;
  }

  .full-cb07 {
    font-size: 0.75rem;
  }

  .tooltip_steel_c566 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .upper_8070 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .upper_8070 .slider-action-e40f {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .accent_e7ac {
    grid-template-columns: 1fr;
  }
}

.hovered-ecaf {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.medium-33a3 {
  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 === */
.popup-silver-64ff {
  margin-bottom: 2.5rem;
}

.wrapper-6b30 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.hovered-ecaf {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.column_f45f {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.component-579f {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.border_clean_de74 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.full-3c82 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.box_655a {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.overlay_basic_80e0 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.nav-dynamic-31f6 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.nav-dynamic-31f6 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.button-7c7d {
  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);
}

.focus-64fd {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.gallery_center_a1d6 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.widget_red_04a6 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.section_d78c {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.banner_24b1 {
  display: grid;
  gap: 1rem;
}

.frame_fresh_1926 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.overlay-glass-df8c {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.border-selected-ed8d {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.hidden-33c3 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.silver_b411 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.white-f50e {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.white-f50e p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.media-south-dcf7 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.overlay-c0bc {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.paragraph-static-9d87 {
  display: grid;
  gap: 2rem;
}

.backdrop_upper_6c8a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.component-579f {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.column_f45f {
  flex: 1;
}

.full-3c82 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.full-3c82 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.simple-3522 {
  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;
}

.box_655a {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.dark-0475 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.dark-0475 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.orange-ff54 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.orange-ff54 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.component_9957 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.component_9957 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.component_9957 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.component_9957 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.silver_ebe7 {
  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 === */
.carousel_clean_345d {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.tabs_ea73 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.dynamic-fd91 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.image-fast-8330 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.image-fast-8330 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.image-fast-8330 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.image-fast-8330 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;
}

.image-fast-8330 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.image-fast-8330 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.overlay-126c {
  padding: 3rem 0 5rem;
}

.main-064b {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.main-064b.highlight-8122 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.notice-e96a {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.description_motion_f1b4 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.wrapper-fast-5f83 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.wrapper-fast-5f83 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.carousel-3b5e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.caption-down-9735 {
  text-align: center;
}

.paper-9c47 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.progress-black-64b0 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.border_first_b545 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.gold-c452 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.sort-a13b {
  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;
}

.sort-a13b * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.sort-a13b:hover {
  box-shadow: var(--shadow-lg);
}

.sort-a13b.button-3fd0 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.sort-a13b h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.sort-a13b ul {
  margin: 1rem 0;
}

.sort-a13b li {
  margin-bottom: 0.75rem;
}

.image-6e1e {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.container-west-caad {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.container-west-caad a {
  font-weight: 600;
}

/* === Data Tables === */
.yellow-06b3 {
  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;
}

.yellow-06b3 table {
  width: 100%;
  min-width: 600px;
}

.yellow-06b3 thead {
  background-color: var(--primary-color);
  color: white;
}

.yellow-06b3 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.yellow-06b3 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.yellow-06b3 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.yellow-06b3 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.list_bfae {
  list-style: none;
  margin: 1.5rem 0;
}

.list_bfae li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.list_bfae li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.outline_active_faf5::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-0b68::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 === */
.red_f641 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.status_warm_5bbc {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.status_warm_5bbc img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.status_warm_5bbc strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.status_warm_5bbc span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.red_f641 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.paper_c540 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.paper_c540::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.copper_4412 {
  position: relative;
  margin-bottom: 3rem;
}

.texture_cold_0370 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.texture_cold_0370 .short-2681 {
  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;
}

.logo-a146 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.logo-a146 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.logo-a146 ul {
  margin: 1rem 0;
}

.logo-a146 li {
  margin-bottom: 0.75rem;
}

.under-33c5 {
  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 === */
.grid_stone_9754 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.grid_stone_9754 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.layout-15af {
  list-style: none;
  margin: 1.5rem 0;
}

.layout-15af li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.layout-15af a {
  font-weight: 600;
}

.last-caad {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.modal-hard-6edd {
  margin: 2.5rem 0;
}

.tall_7323 {
  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;
}

.tall_7323:hover {
  box-shadow: var(--shadow-lg);
}

.tall_7323.chip-cc93 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.table-21a9 {
  flex-shrink: 0;
}

.table-21a9 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);
}

.header_slow_17d3 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.layout_c6be,
.link_f68c,
.large_cab5 {
  width: 100%;
  margin: 1.5rem 0;
}

.title-next-d9ad {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.title-next-d9ad strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.section_d25a {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.section_d25a strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.picture-f647 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.picture-f647 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.highlight-f6da {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.rough_d914 {
  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;
}

.rough_d914:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.rough_d914.current-7bd9 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.rough_d914 .wrapper-0d08 {
  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;
}

.rough_d914 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.north_6419 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.fluid_09c5 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.fluid_09c5 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.motion-c06a {
  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 === */
.slider-action-e40f {
  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;
}

.item_fc9a {
  background-color: var(--primary-color);
  color: white;
}

.item_fc9a:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.text_pro_7ffe {
  background-color: var(--text-secondary);
  color: white;
}

.text_pro_7ffe:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.first-e061 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.first-e061:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.north_24c1 {
  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;
}

.north_24c1:hover {
  background-color: var(--primary-dark);
}

.bronze-c6ae {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.left_61c9 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.paragraph-gold-1574 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.nav_5d17 {
  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 === */
.pink_98a7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.preview-down-a869 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.preview-down-a869 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.fluid_e4ae {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.inner_2691 {
  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;
}

.block_next_0e00 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.down-f754 {
  list-style: none;
  counter-reset: rank-counter;
}

.down-f754 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.down-f754 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;
}

.dirty_92df {
  list-style: none;
}

.dirty_92df li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.status_5c15 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.module_pink_977c {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.module_pink_977c .container-brown-8ad8 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.module_pink_977c .picture_center_daf9 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.item_prev_cda1 {
  margin-top: 3rem;
}

.middle-e300 {
  width: 100%;
}

.block-350f {
  background-color: #fef3c7;
}

.grid_b1c6 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.logo-over-d14c {
  margin: 3rem 0;
}

.modal_dirty_8a59 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.smooth-fe58 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.smooth-fe58:hover {
  box-shadow: var(--shadow-lg);
}

.smooth-fe58.heading_first_2451 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.focus-blue-3f4d {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.form-soft-0dad strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.form-soft-0dad span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.hot_5ed4 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.smooth-fe58 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.plasma-5083 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.sort_0ddf {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.column_800e {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.title-cfdd {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.button_red_f3de {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.row_left_1807 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.caption_b417 {
  max-width: 900px;
  margin: 0 auto;
}

.popup_27b8 {
  margin: 2rem 0;
}

.video_south_ae28 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.video_south_ae28 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.video_south_ae28 summary::-webkit-details-marker {
  display: none;
}

.video_south_ae28 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.item_f463 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.video_south_ae28[open] .item_f463 {
  transform: rotate(45deg);
}

.east-a7c0 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.east-a7c0 p:last-child {
  margin-bottom: 0;
}

.dim-26f1 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.silver_71e4 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.image-cold-13be {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.image-cold-13be p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.image-cold-13be .slider-action-e40f {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.item_easy_72ff {
  max-width: 900px;
  margin: 0 auto;
}

.slider_glass_0f8c {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.active_first_30a9 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.active_first_30a9.fn-success-0b68 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.description_down_6109 {
  font-size: 3rem;
  line-height: 1;
}

.accent_light_325c h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.texture-lower-2209 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.filter_ae8a,
.old-09d3 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.filter_ae8a h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.old-09d3 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.action_0340,
.container_dim_c5a1 {
  margin: 1.5rem 0;
}

.action_0340 li,
.container_dim_c5a1 li {
  margin-bottom: 1rem;
}

.detail-dirty-6a2e {
  margin: 3rem 0;
}

.element_f283 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.element_f283 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.element_f283 ol {
  margin: 1rem 0;
}

.element_f283 li {
  margin-bottom: 0.75rem;
}

.thick-fcc4 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.search-clean-b13b {
  margin: 2rem 0;
}

.pro_71bb {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.accent-2106 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.main_hot_6561 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.cold-631b {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.cold_eea7 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.fresh_df1d {
  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;
}

.fresh_df1d img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.border_clean_de74 {
  flex: 1;
}

.border_clean_de74 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.container_5925 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.iron-bdd8 p {
  margin-bottom: 1rem;
}

.bright-cec2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.smooth-cf64 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.popup-bronze-ba76 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.popup-bronze-ba76 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.disabled_orange_e018 h3 {
  margin-bottom: 1.5rem;
}

.search-new-d633 {
  display: grid;
  gap: 2rem;
}

.background_center_6ad4 {
  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;
}

.background_center_6ad4 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.background_center_6ad4 h4 {
  margin: 0 0 0.25rem;
}

.background_center_6ad4 p {
  margin: 0;
  font-size: 0.9375rem;
}

.info_f55b {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.pressed_d0c4 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.pressed_d0c4 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.pressed_d0c4 ul {
  margin: 1.5rem 0;
}

.pressed_d0c4 li {
  margin-bottom: 0.75rem;
}

.nav_large_b5f4 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.logo-8a67 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.summary-5e16 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.sort-out-e20b h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.sort-out-e20b p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.cool-a775 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.cool-a775 a {
  color: rgba(255, 255, 255, 0.8);
}

.hovered_6d64 {
  list-style: none;
}

.hovered_6d64 li {
  margin-bottom: 0.75rem;
}

.hovered_6d64 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.hovered_6d64 a:hover {
  color: white;
}

.modal_under_ee69 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.filter_first_da12 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.frame_old_67f6 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.shadow_dirty_991e {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.complex-adc0 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .video_tall_ca7d {
    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;
  }

  .component-6788 {
    font-size: 1.5rem !important;
  }

  .wrapper-6b30 {
    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 */
  .sort-a13b,
  .component_66e2,
  .logo-a146,
  .header_slow_17d3,
  .focus-blue-3f4d,
  .smooth-fe58,
  .east-a7c0,
  .tooltip_steel_c566,
  .media-south-dcf7,
  .notice-e96a {
    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 */
  .hovered-ecaf {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .column_f45f {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .component-579f {
    flex-shrink: 0;
  }

  .border_clean_de74 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .full-3c82,
  .box_655a {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .box_655a {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .banner-tiny-44b9 {
    display: none;
  }

  /* Show mobile actions */
  .footer-3f91 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .alert-1b2d {
    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;
  }

  .alert-1b2d svg {
    flex-shrink: 0;
  }

  .alert-1b2d .complex_2403 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .alert-1b2d .dim-f582 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .accent_bright_e3e8 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .purple_bf48 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .alert-1b2d:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .thumbnail-dirty-9b8f {
    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;
  }

  .thumbnail-dirty-9b8f.fn-active-0b68 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .thumbnail-dirty-9b8f li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .thumbnail-dirty-9b8f li:last-child {
    border-bottom: none;
  }

  .thumbnail-dirty-9b8f a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .white_227c {
    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;
  }

  .white_227c li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .white_227c li:last-child {
    border-bottom: none;
  }

  .white_227c a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .mask-6b51 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .component-f0ef {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .aside_left_93f5,
  .description_841e {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .aside_left_93f5 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .description_841e {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .white_227c.fn-active-0b68 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .content_liquid_a1df {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .in_8a70 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .cool_0a6b {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .texture_orange_6294 {
    margin-top: 0;
  }

  /* Hero section */
  .texture_orange_6294 {
    padding: 2rem 0 1.5rem;
  }

  .wrapper-6b30 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .media-south-dcf7 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .overlay_narrow_9220 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .shadow_hovered_c58b {
    max-width: 100%;
    border-radius: 8px;
  }

  .accent_e7ac {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .search_2df8 {
    padding: 1rem;
  }

  .red-ed38 {
    font-size: 1.5rem;
  }

  .full-cb07 {
    font-size: 0.75rem;
  }

  .tooltip_steel_c566 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .upper_8070 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .upper_8070 .slider-action-e40f {
    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 */
  .dynamic-fd91 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .tall_7323 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .table-21a9 {
    margin-bottom: 1rem;
  }

  /* Author */
  .backdrop_upper_6c8a {
    flex-direction: column;
  }

  .fresh_df1d {
    flex-direction: column;
  }

  /* Quotes */
  .focus-blue-3f4d {
    flex-direction: column;
  }

  /* Pros/Cons */
  .texture-lower-2209 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .cold-631b {
    flex-direction: column;
  }

  .cold-631b .slider-action-e40f {
    width: 100%;
  }

  /* Version comparison */
  .highlight-f6da {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .pink_98a7 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .summary-5e16 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .frame_old_67f6 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .yellow-06b3,
  .link_f68c,
  .iron_6b6e,
  .middle-e300,
  .layout_c6be,
  .large_cab5 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .yellow-06b3 table,
  .link_f68c table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .motion-c06a {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .video_tall_ca7d {
    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;
  }

  .component-6788 {
    font-size: 1.25rem !important;
  }

  .wrapper-6b30 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .in_8a70 {
    position: fixed;
  }

  .cool_0a6b {
    padding: 0.625rem 0;
  }

  .breadcrumb-d7b3 img {
    height: 26px;
  }

  .white_227c {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .thumbnail-dirty-9b8f {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .alert-1b2d {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .alert-1b2d svg {
    width: 18px;
    height: 18px;
  }

  .alert-1b2d .complex_2403 {
    font-size: 0.7rem;
  }

  .alert-1b2d .dim-f582 {
    font-size: 0.65rem;
  }

  .aside_left_93f5,
  .description_841e {
    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, .video_tall_ca7d, .caption_fast_71f5, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .overlay_narrow_9220 {
    padding: 1rem;
  }

  .accent_e7ac {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .search_2df8 {
    padding: 0.875rem;
  }

  .red-ed38 {
    font-size: 1.25rem;
  }

  .upper_8070 .slider-action-e40f {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .wrapper-6b30 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .slider-action-e40f {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .bronze-c6ae {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .tall_7323 {
    padding: 1rem;
  }

  .table-21a9 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .sort-a13b,
  .steel_86e0,
  .basic-248a,
  .notice_e428 {
    padding: 1rem;
  }
}

@media print {
  .in_8a70,
  .carousel_clean_345d,
  .content_liquid_a1df,
  .slider-action-e40f,
  .logo-8a67 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .video_tall_ca7d {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.popup_7f6d {
  margin-bottom: 3rem;
  text-align: center;
}

.component-6788 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.red_2995 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.video_green_d003,
.box-green-7a6e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.hero-stale-8835 {
  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;
}

.hero-stale-8835:hover {
  transform: translateY(-5px);
}

.hero-stale-8835 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.hero-stale-8835 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.block-b020 {
  margin: 3rem 0;
}

.media-hard-0932 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.form-929a {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.form-929a:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.yellow-af6a {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.carousel-5c35 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.text-98ef {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.texture-warm-56a8 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.text-b42f {
  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;
}

.text-b42f:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.text-b42f.active_14e4 {
  border-left: 4px solid var(--primary-color);
}

.border_2889 {
  flex-shrink: 0;
}

.border_2889 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.focused-e690 {
  flex: 1;
}

.focused-e690 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.lite-5749 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.breadcrumb-4460,
.gradient-action-80a4,
.logo-91d2 {
  margin-bottom: 1.5rem;
}

.breadcrumb-4460 h4,
.gradient-action-80a4 h4,
.logo-91d2 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.breadcrumb-4460 ul,
.gradient-action-80a4 ul,
.logo-91d2 ul {
  list-style: none;
  padding: 0;
}

.breadcrumb-4460 li,
.gradient-action-80a4 li,
.logo-91d2 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.breadcrumb-4460 li:before,
.gradient-action-80a4 li:before,
.logo-91d2 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.section_2842 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.section_2842 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;
}

.section_2842 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.article-a31d { margin: 2rem 0; }
.box_wide_954b { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.box_wide_954b h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.accordion_light_a485 p { margin-bottom: 1rem; line-height: 1.7; }
.accordion_light_a485 strong { color: var(--text-primary); }
.accordion_light_a485 ul { list-style: none; padding-left: 0; }
.accordion_light_a485 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.accordion_light_a485 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.menu_36a5 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.slow_14eb { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.slow_14eb:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.shadow-old-d2f7 { font-size: 3rem; margin-bottom: 1rem; }
.slow_14eb h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.slow_14eb p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.table_pro_faee { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.table_pro_faee span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.wrapper-bronze-551d { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.avatar-east-2c9f { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.form_9e0e { text-align: center; }
.label-194b { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.red-d815 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.border_paper_b94a { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.brown_32c6 { margin: 2rem 0; }
.notification_east_e277 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.notification_east_e277 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.notification_east_e277 p, .notification_east_e277 ul { line-height: 1.7; }
.notification_east_e277 ul { list-style: none; padding-left: 0; }
.notification_east_e277 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.notification_east_e277 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.small_3827 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.preview-center-aaec { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.picture_07cd { text-align: center; }
.hard-186e { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.pattern_simple_8637 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.column_simple_36c0 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.pattern-soft-f0a4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.shadow-1507 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.shadow-1507:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.shadow-1507 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.shadow-1507 p, .shadow-1507 ul { line-height: 1.7; }
.shadow-1507 ul { list-style: none; padding-left: 0; }
.shadow-1507 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.shadow-1507 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: ee93 */
.shadow-element-s4 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.0;
}
