/* ============================================
   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 */
.button-hot-011b p,
.hard_7f13,
.modal_clean_3b50,
.brown-e18f,
.notification-current-fc7d,
.hero-new-8e0a,
.icon_thick_7b73,
.complex-09cc {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.sidebar-7871 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.sidebar-7871 > *,
.clean-20a1,
.button-hot-011b,
.under-0b45 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .sidebar-7871 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .sidebar-7871 {
    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 === */
.static_13c2 {
  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 */
.static_13c2.wrapper-5de0 {
  box-shadow: var(--shadow-md);
}

.video-e727 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.caption-0aaf img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.overlay_lite_09ee {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.white_6e86 {
  display: none;
}

/* Hide mobile actions on desktop */
.widget-8011 {
  display: none;
}

.item-b953 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.item-b953 a:hover,
.item-b953 a.fn-active-b937 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.primary_fresh_b1f5 {
  margin-left: 1rem;
}

.basic_9bb3 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.column-b0a5,
.widget_complex_3191 {
  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;
}

.column-b0a5 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.column-b0a5: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;
}

.widget_complex_3191 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.widget_complex_3191: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;
}

.column-b0a5 svg,
.widget_complex_3191 svg {
  flex-shrink: 0;
}

.paragraph_tall_8b76 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.hidden-wide-e095 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.hidden-wide-e095::before,
.hidden-wide-e095::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.hidden-wide-e095::before {
  top: -7px;
}

.hidden-wide-e095::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.filter-gold-5d95 {
  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 === */
.shade-df9f {
  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);
}

.hover_black_0980 {
  margin: 0 0 2rem;
  text-align: center;
}

.bottom_817a {
  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;
}

.bottom_817a:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.huge_6378 {
  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);
}

.huge_6378 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.cool-3a6b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.banner-172a {
  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;
}

.banner-172a:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.right_18ac {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.highlight_red_8acb {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.aside_current_c9d6 {
  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);
}

.aside_current_c9d6 .north_e36e {
  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;
}

.aside_current_c9d6 .north_e36e svg {
  flex-shrink: 0;
}

.aside_current_c9d6 .stone-e72d {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.aside_current_c9d6 .stone-e72d: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);
}

.aside_current_c9d6 .hidden-d697 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.aside_current_c9d6 .hidden-d697: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) {
  .shade-df9f {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .bottom_817a {
    max-width: 100%;
  }

  .cool-3a6b {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .banner-172a {
    padding: 1rem;
  }

  .right_18ac {
    font-size: 1.5rem;
  }

  .highlight_red_8acb {
    font-size: 0.75rem;
  }

  .huge_6378 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .aside_current_c9d6 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .aside_current_c9d6 .north_e36e {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .cool-3a6b {
    grid-template-columns: 1fr;
  }
}

.disabled_bronze_3f2e {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.detail_13c6 {
  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 === */
.gallery_9be2 {
  margin-bottom: 2.5rem;
}

.south_eb86 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.disabled_bronze_3f2e {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.table_6cf0 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.backdrop-e2ce {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.panel-b264 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.title-static-15df {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.component-1e3a {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.selected_c378 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.gallery_tiny_7416 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.gallery_tiny_7416 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.button-bright-4ebe {
  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);
}

.outline_simple_15d9 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.notification-warm-bf6f {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.in_92d2 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.wood-fc2e {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.label-02d9 {
  display: grid;
  gap: 1rem;
}

.progress_red_5159 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.new-30f4 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.gas-03be {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.avatar_short_6f31 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.icon-8192 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.slider-last-aaa9 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.slider-last-aaa9 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.hard_7f13 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.texture_basic_08e1 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.steel-02e7 {
  display: grid;
  gap: 2rem;
}

.action_37cc {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.backdrop-e2ce {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.table_6cf0 {
  flex: 1;
}

.title-static-15df {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.title-static-15df a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.tooltip_8c22 {
  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;
}

.component-1e3a {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.card_c751 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.card_c751 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.steel_9c2c {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.steel_9c2c a {
  font-size: 0.875rem;
  font-weight: 500;
}

.secondary_pressed_28fd {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.secondary_pressed_28fd strong {
  display: block;
  margin-bottom: 0.75rem;
}

.secondary_pressed_28fd ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.secondary_pressed_28fd li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.focused_abcb {
  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 === */
.huge-db01 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.link_39f3 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.mini-c6f3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.backdrop-first-611e h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.backdrop-first-611e ol {
  list-style: none;
  counter-reset: toc-counter;
}

.backdrop-first-611e ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.backdrop-first-611e 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;
}

.backdrop-first-611e ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.backdrop-first-611e ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.button-hot-011b {
  padding: 3rem 0 5rem;
}

.under-0b45 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.under-0b45.paragraph-d951 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.modal_clean_3b50 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.image-middle-b16f {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.item-soft-312a {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.item-soft-312a h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.advanced_17b1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.advanced_de81 {
  text-align: center;
}

.text_de97 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.action-c235 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.text_4365 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.hero-new-8e0a {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.brown-e18f {
  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-e18f * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.brown-e18f:hover {
  box-shadow: var(--shadow-lg);
}

.brown-e18f.list-cfec {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.brown-e18f h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.brown-e18f ul {
  margin: 1rem 0;
}

.brown-e18f li {
  margin-bottom: 0.75rem;
}

.short_37ff {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.middle-de61 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.middle-de61 a {
  font-weight: 600;
}

/* === Data Tables === */
.notification_0d21 {
  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;
}

.notification_0d21 table {
  width: 100%;
  min-width: 600px;
}

.notification_0d21 thead {
  background-color: var(--primary-color);
  color: white;
}

.notification_0d21 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.notification_0d21 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.notification_0d21 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.notification_0d21 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.up-e950 {
  list-style: none;
  margin: 1.5rem 0;
}

.up-e950 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.up-e950 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.focus_3ae6::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-b937::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 === */
.image_in_f0df {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.message-e546 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.message-e546 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.message-e546 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.message-e546 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.image_in_f0df blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.icon_thick_7b73 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.icon_thick_7b73::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.media-2175 {
  position: relative;
  margin-bottom: 3rem;
}

.hidden-advanced-7a9e {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.hidden-advanced-7a9e .form-0c3e {
  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;
}

.main_7e68 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.main_7e68 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.main_7e68 ul {
  margin: 1rem 0;
}

.main_7e68 li {
  margin-bottom: 0.75rem;
}

.container-out-6717 {
  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 === */
.notification-top-bb13 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.notification-top-bb13 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.gallery-0f31 {
  list-style: none;
  margin: 1.5rem 0;
}

.gallery-0f31 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.gallery-0f31 a {
  font-weight: 600;
}

.section_9983 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.complex-09cc {
  margin: 2.5rem 0;
}

.lower_3fa3 {
  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;
}

.lower_3fa3:hover {
  box-shadow: var(--shadow-lg);
}

.lower_3fa3.outline_tall_362c {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.out_6d23 {
  flex-shrink: 0;
}

.out_6d23 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);
}

.menu-motion-c982 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.input-medium-8ce4,
.tiny_42e3,
.current-3c2c {
  width: 100%;
  margin: 1.5rem 0;
}

.slider-d454 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.slider-d454 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.upper-373c {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.upper-373c strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.pink-b57e {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.pink-b57e strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.popup-6bc5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.gradient-yellow-2775 {
  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;
}

.gradient-yellow-2775:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.gradient-yellow-2775.background-pro-411e {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.gradient-yellow-2775 .mini-62be {
  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;
}

.gradient-yellow-2775 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.video-dfaf {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.summary-88d2 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.summary-88d2 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.text-cold-f164 {
  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 === */
.north_e36e {
  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;
}

.stone-e72d {
  background-color: var(--primary-color);
  color: white;
}

.stone-e72d:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.hidden-d697 {
  background-color: var(--text-secondary);
  color: white;
}

.hidden-d697:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.media_4858 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.media_4858:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.dropdown-04b8 {
  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;
}

.dropdown-04b8:hover {
  background-color: var(--primary-dark);
}

.primary-hovered-b438 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.tag_brown_c683 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.notice-static-1f8b {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.advanced-86a6 {
  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 === */
.active_next_1eff {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.disabled-top-16e0 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.disabled-top-16e0 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.focus-c0d5 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.label-static-2b92 {
  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;
}

.slider-4764 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.notice-motion-def4 {
  list-style: none;
  counter-reset: rank-counter;
}

.notice-motion-def4 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.notice-motion-def4 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;
}

.wide_fb14 {
  list-style: none;
}

.wide_fb14 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.accent-dark-0276 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.upper_ee87 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.upper_ee87 .lower-a7be {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.upper_ee87 .search-full-2be0 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.caption_plasma_2c97 {
  margin-top: 3rem;
}

.menu_4398 {
  width: 100%;
}

.bright_e5cd {
  background-color: #fef3c7;
}

.bronze-17ea {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.info-light-952b {
  margin: 3rem 0;
}

.dim_50a9 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.detail-warm-c1f0 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.detail-warm-c1f0:hover {
  box-shadow: var(--shadow-lg);
}

.detail-warm-c1f0.orange-bf85 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.accent_last_9dee {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.tag_upper_48ad strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.tag_upper_48ad span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.picture_small_7e17 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.detail-warm-c1f0 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.hover-rough-8680 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.solid_9a8a {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.search-gas-ce06 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.description_soft_82f9 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.clean-7a3f {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.dark-e644 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.active-69da {
  max-width: 900px;
  margin: 0 auto;
}

.table_2384 {
  margin: 2rem 0;
}

.disabled-e0e0 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.disabled-e0e0 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.disabled-e0e0 summary::-webkit-details-marker {
  display: none;
}

.disabled-e0e0 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.top-4d67 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.disabled-e0e0[open] .top-4d67 {
  transform: rotate(45deg);
}

.banner-black-db61 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.banner-black-db61 p:last-child {
  margin-bottom: 0;
}

.cool_218d {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.progress_dim_4dad {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.button_f624 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.button_f624 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.button_f624 .north_e36e {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.mask_over_d887 {
  max-width: 900px;
  margin: 0 auto;
}

.pro-915f {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.paragraph-5708 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.paragraph-5708.fn-success-b937 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.header_4721 {
  font-size: 3rem;
  line-height: 1;
}

.accent_51ca h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.progress-brown-98bb {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.notice-96e2,
.west_179e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.notice-96e2 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.west_179e h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.short_51c7,
.top_7ca7 {
  margin: 1.5rem 0;
}

.short_51c7 li,
.top_7ca7 li {
  margin-bottom: 1rem;
}

.complex_5a5d {
  margin: 3rem 0;
}

.tag-78db {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.tag-78db h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.tag-78db ol {
  margin: 1rem 0;
}

.tag-78db li {
  margin-bottom: 0.75rem;
}

.dark-713c {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.main_1a82 {
  margin: 2rem 0;
}

.soft_607c {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.notice-right-3fd0 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.panel_5c0f {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.main-active-2587 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.pagination-eb55 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.wood-8bc5 {
  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;
}

.wood-8bc5 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.panel-b264 {
  flex: 1;
}

.panel-b264 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.grid-copper-de78 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.section_9408 p {
  margin-bottom: 1rem;
}

.notice_715e {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.info-fixed-2a97 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.container_7e07 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.container_7e07 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.tabs_gas_b769 h3 {
  margin-bottom: 1.5rem;
}

.soft_070f {
  display: grid;
  gap: 2rem;
}

.narrow-6f85 {
  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;
}

.narrow-6f85 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.narrow-6f85 h4 {
  margin: 0 0 0.25rem;
}

.narrow-6f85 p {
  margin: 0;
  font-size: 0.9375rem;
}

.background_8189 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.status-middle-e7dd {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.status-middle-e7dd h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.status-middle-e7dd ul {
  margin: 1.5rem 0;
}

.status-middle-e7dd li {
  margin-bottom: 0.75rem;
}

.hidden_6622 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.footer-66e7 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.in_de06 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.highlight-medium-8f43 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.highlight-medium-8f43 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.cold-a94d {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.cold-a94d a {
  color: rgba(255, 255, 255, 0.8);
}

.red-7715 {
  list-style: none;
}

.red-7715 li {
  margin-bottom: 0.75rem;
}

.red-7715 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.red-7715 a:hover {
  color: white;
}

.mini_9195 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.link_213e {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.disabled-228b {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.accent-rough-a4e7 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.row_15c0 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .sidebar-7871 {
    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;
  }

  .fluid_69da {
    font-size: 1.5rem !important;
  }

  .south_eb86 {
    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-e18f,
  .notification-current-fc7d,
  .main_7e68,
  .menu-motion-c982,
  .accent_last_9dee,
  .detail-warm-c1f0,
  .banner-black-db61,
  .huge_6378,
  .hard_7f13,
  .modal_clean_3b50 {
    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 */
  .disabled_bronze_3f2e {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .table_6cf0 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .backdrop-e2ce {
    flex-shrink: 0;
  }

  .panel-b264 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .title-static-15df,
  .component-1e3a {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .component-1e3a {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .overlay_lite_09ee {
    display: none;
  }

  /* Show mobile actions */
  .widget-8011 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .tertiary_purple_f537 {
    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;
  }

  .tertiary_purple_f537 svg {
    flex-shrink: 0;
  }

  .tertiary_purple_f537 .tiny_2f6f {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .tertiary_purple_f537 .message-stale-1140 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .preview_a0bb {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .main_9f05 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .tertiary_purple_f537:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .white_6e86 {
    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;
  }

  .white_6e86.fn-active-b937 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .white_6e86 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .white_6e86 li:last-child {
    border-bottom: none;
  }

  .white_6e86 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .item-b953 {
    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;
  }

  .item-b953 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .item-b953 li:last-child {
    border-bottom: none;
  }

  .item-b953 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .primary_fresh_b1f5 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .basic_9bb3 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .column-b0a5,
  .widget_complex_3191 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .column-b0a5 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .widget_complex_3191 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .item-b953.fn-active-b937 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .paragraph_tall_8b76 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .static_13c2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .video-e727 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .filter-gold-5d95 {
    margin-top: 0;
  }

  /* Hero section */
  .filter-gold-5d95 {
    padding: 2rem 0 1.5rem;
  }

  .south_eb86 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .hard_7f13 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .shade-df9f {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .bottom_817a {
    max-width: 100%;
    border-radius: 8px;
  }

  .cool-3a6b {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .banner-172a {
    padding: 1rem;
  }

  .right_18ac {
    font-size: 1.5rem;
  }

  .highlight_red_8acb {
    font-size: 0.75rem;
  }

  .huge_6378 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .aside_current_c9d6 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .aside_current_c9d6 .north_e36e {
    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 */
  .mini-c6f3 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .lower_3fa3 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .out_6d23 {
    margin-bottom: 1rem;
  }

  /* Author */
  .action_37cc {
    flex-direction: column;
  }

  .wood-8bc5 {
    flex-direction: column;
  }

  /* Quotes */
  .accent_last_9dee {
    flex-direction: column;
  }

  /* Pros/Cons */
  .progress-brown-98bb {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .main-active-2587 {
    flex-direction: column;
  }

  .main-active-2587 .north_e36e {
    width: 100%;
  }

  /* Version comparison */
  .popup-6bc5 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .active_next_1eff {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .in_de06 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .disabled-228b {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .notification_0d21,
  .tiny_42e3,
  .dynamic-ad14,
  .menu_4398,
  .input-medium-8ce4,
  .current-3c2c {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .notification_0d21 table,
  .tiny_42e3 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .text-cold-f164 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .sidebar-7871 {
    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;
  }

  .fluid_69da {
    font-size: 1.25rem !important;
  }

  .south_eb86 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .static_13c2 {
    position: fixed;
  }

  .video-e727 {
    padding: 0.625rem 0;
  }

  .caption-0aaf img {
    height: 26px;
  }

  .item-b953 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .white_6e86 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .tertiary_purple_f537 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .tertiary_purple_f537 svg {
    width: 18px;
    height: 18px;
  }

  .tertiary_purple_f537 .tiny_2f6f {
    font-size: 0.7rem;
  }

  .tertiary_purple_f537 .message-stale-1140 {
    font-size: 0.65rem;
  }

  .column-b0a5,
  .widget_complex_3191 {
    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, .sidebar-7871, .clean-20a1, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .shade-df9f {
    padding: 1rem;
  }

  .cool-3a6b {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .banner-172a {
    padding: 0.875rem;
  }

  .right_18ac {
    font-size: 1.25rem;
  }

  .aside_current_c9d6 .north_e36e {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .south_eb86 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .north_e36e {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .primary-hovered-b438 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .lower_3fa3 {
    padding: 1rem;
  }

  .out_6d23 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .brown-e18f,
  .notification-de2d,
  .pattern-0a5c,
  .blue_143a {
    padding: 1rem;
  }
}

@media print {
  .static_13c2,
  .huge-db01,
  .paragraph_tall_8b76,
  .north_e36e,
  .footer-66e7 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .sidebar-7871 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.disabled_250b {
  margin-bottom: 3rem;
  text-align: center;
}

.fluid_69da {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.search_small_7552 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.bronze_8310,
.message-black-14fa {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.feature-dynamic-3f8c {
  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;
}

.feature-dynamic-3f8c:hover {
  transform: translateY(-5px);
}

.feature-dynamic-3f8c strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.feature-dynamic-3f8c span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.hidden_7d2f {
  margin: 3rem 0;
}

.border-cf9f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.copper-51a5 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.copper-51a5:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.backdrop_down_2325 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.motion_bfea {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.fresh_7c5c {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.new_0099 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.banner_0f36 {
  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;
}

.banner_0f36:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.banner_0f36.dynamic_e948 {
  border-left: 4px solid var(--primary-color);
}

.wide_0c95 {
  flex-shrink: 0;
}

.wide_0c95 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.hidden-motion-d055 {
  flex: 1;
}

.hidden-motion-d055 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.widget-motion-a656 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.column-c10a,
.gradient-wood-faff,
.pattern-large-7a9f {
  margin-bottom: 1.5rem;
}

.column-c10a h4,
.gradient-wood-faff h4,
.pattern-large-7a9f h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.column-c10a ul,
.gradient-wood-faff ul,
.pattern-large-7a9f ul {
  list-style: none;
  padding: 0;
}

.column-c10a li,
.gradient-wood-faff li,
.pattern-large-7a9f li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.column-c10a li:before,
.gradient-wood-faff li:before,
.pattern-large-7a9f li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.label_cool_294a {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.label_cool_294a 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;
}

.label_cool_294a a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.notification-dfca { margin: 2rem 0; }
.notification_yellow_db7a { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.notification_yellow_db7a h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.fast_f941 p { margin-bottom: 1rem; line-height: 1.7; }
.fast_f941 strong { color: var(--text-primary); }
.fast_f941 ul { list-style: none; padding-left: 0; }
.fast_f941 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.fast_f941 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.filter_7e6c { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.avatar_advanced_5ae7 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.avatar_advanced_5ae7:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.texture-active-1b1e { font-size: 3rem; margin-bottom: 1rem; }
.avatar_advanced_5ae7 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.avatar_advanced_5ae7 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.east_ab86 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.east_ab86 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.fixed_f0e2 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.selected-541d { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.title-bright-b9a4 { text-align: center; }
.accordion-635d { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.text_9a4d { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.grid-8873 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.breadcrumb-3522 { margin: 2rem 0; }
.outline_d316 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.outline_d316 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.outline_d316 p, .outline_d316 ul { line-height: 1.7; }
.outline_d316 ul { list-style: none; padding-left: 0; }
.outline_d316 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.outline_d316 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.panel_selected_b878 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.info-18f8 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.button_65c0 { text-align: center; }
.prev_a064 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.section_b972 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.element-cec6 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.component-new-50a3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.module-9818 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.module-9818:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.module-9818 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.module-9818 p, .module-9818 ul { line-height: 1.7; }
.module-9818 ul { list-style: none; padding-left: 0; }
.module-9818 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.module-9818 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 4b13 */
.shadow-element-m0 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.0;
}
