/* ============================================
   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 */
.alert_liquid_093e p,
.fresh_1413,
.column-motion-de1c,
.primary_4361,
.grid_fc73,
.nav-a560,
.section_14c7,
.media-5248 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.button-685e {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.button-685e > *,
.breadcrumb-tall-df10,
.alert_liquid_093e,
.search_upper_802a {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .button-685e {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .button-685e {
    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 === */
.notice_under_426a {
  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 */
.notice_under_426a.warm_b0ed {
  box-shadow: var(--shadow-md);
}

.background_orange_0613 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.first_c49c img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.thumbnail_hot_2d0a {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.up-bb2f {
  display: none;
}

/* Hide mobile actions on desktop */
.bronze_454f {
  display: none;
}

.icon-c2ba a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.icon-c2ba a:hover,
.icon-c2ba a.fn-active-8394 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.description_west_16e9 {
  margin-left: 1rem;
}

.backdrop_cool_0a09 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.shadow_3e9d,
.next_2786 {
  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;
}

.shadow_3e9d {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.shadow_3e9d:hover {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #1e3a8a 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  transform: translateY(-1px);
  text-decoration: none;
}

.next_2786 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.next_2786: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;
}

.shadow_3e9d svg,
.next_2786 svg {
  flex-shrink: 0;
}

.green_298f {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.short-ce9b {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.short-ce9b::before,
.short-ce9b::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.short-ce9b::before {
  top: -7px;
}

.short-ce9b::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.focus_17e2 {
  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 === */
.wrapper_lower_71da {
  margin: 2.5rem 0;
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  border: 2px solid var(--primary-color);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: var(--shadow-xl);
}

.complex_4d96 {
  margin: 0 0 2rem;
  text-align: center;
}

.filter_old_0736 {
  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;
}

.filter_old_0736:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.hover_c9c6 {
  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);
}

.hover_c9c6 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.slider-a8f4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.main_2971 {
  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;
}

.main_2971:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.active_bea8 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.slider-purple-5c7d {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.tiny-df33 {
  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);
}

.tiny-df33 .photo_white_c1a0 {
  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;
}

.tiny-df33 .photo_white_c1a0 svg {
  flex-shrink: 0;
}

.tiny-df33 .short-da89 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.tiny-df33 .short-da89: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);
}

.tiny-df33 .modal_59a4 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.tiny-df33 .modal_59a4: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) {
  .wrapper_lower_71da {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .filter_old_0736 {
    max-width: 100%;
  }

  .slider-a8f4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .main_2971 {
    padding: 1rem;
  }

  .active_bea8 {
    font-size: 1.5rem;
  }

  .slider-purple-5c7d {
    font-size: 0.75rem;
  }

  .hover_c9c6 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .tiny-df33 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .tiny-df33 .photo_white_c1a0 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .slider-a8f4 {
    grid-template-columns: 1fr;
  }
}

.header_liquid_7125 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.easy-7949 {
  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 === */
.shade_solid_c645 {
  margin-bottom: 2.5rem;
}

.new-6bc2 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.header_liquid_7125 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.label_ce96 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.wrapper-east-6722 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.banner-slow-ee6b {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hero-thick-dda9 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.hidden_current_883f {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.banner_64e5 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.nav_steel_ca2b {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.nav_steel_ca2b svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.wide-efb7 {
  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);
}

.avatar-fa30 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.box_77eb {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.filter-4d9d {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.notification_593f {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.lower-a68e {
  display: grid;
  gap: 1rem;
}

.wide_b82b {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.image-8ce3 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.frame_957a {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.dropdown_medium_d263 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.caption-a5c1 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.in_e56a {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.in_e56a p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.fresh_1413 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.tag-dark-b052 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.detail_82fa {
  display: grid;
  gap: 2rem;
}

.active-7b6a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.wrapper-east-6722 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.label_ce96 {
  flex: 1;
}

.hero-thick-dda9 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.hero-thick-dda9 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.tabs_silver_18b4 {
  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;
}

.hidden_current_883f {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.column_40b8 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.column_40b8 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.tall_9d0d {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.tall_9d0d a {
  font-size: 0.875rem;
  font-weight: 500;
}

.footer-4ace {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.footer-4ace strong {
  display: block;
  margin-bottom: 0.75rem;
}

.footer-4ace ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-4ace li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.picture_01ea {
  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 === */
.pattern-8456 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.info-bottom-6016 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.photo-steel-a1ec {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.main-tall-9f00 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.main-tall-9f00 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.main-tall-9f00 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.main-tall-9f00 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;
}

.main-tall-9f00 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.main-tall-9f00 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.alert_liquid_093e {
  padding: 3rem 0 5rem;
}

.search_upper_802a {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.search_upper_802a.picture_gas_ca01 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.column-motion-de1c {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.search_bright_d90e {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.logo_2711 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.logo_2711 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.footer-light-c42f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.logo_7a09 {
  text-align: center;
}

.banner_large_58c6 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.top_9697 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.item-lower-b6a3 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.nav-a560 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.primary_4361 {
  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;
}

.primary_4361 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.primary_4361:hover {
  box-shadow: var(--shadow-lg);
}

.primary_4361.accordion_solid_c1aa {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.primary_4361 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.primary_4361 ul {
  margin: 1rem 0;
}

.primary_4361 li {
  margin-bottom: 0.75rem;
}

.text_746e {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.wood_9683 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.wood_9683 a {
  font-weight: 600;
}

/* === Data Tables === */
.gradient_cdb0 {
  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;
}

.gradient_cdb0 table {
  width: 100%;
  min-width: 600px;
}

.gradient_cdb0 thead {
  background-color: var(--primary-color);
  color: white;
}

.gradient_cdb0 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.gradient_cdb0 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.gradient_cdb0 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.gradient_cdb0 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.blue-c7f9 {
  list-style: none;
  margin: 1.5rem 0;
}

.blue-c7f9 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.blue-c7f9 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.item_2304::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-8394::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 === */
.row-paper-fbc9 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.old-f1a7 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.old-f1a7 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.old-f1a7 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.old-f1a7 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.row-paper-fbc9 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.section_14c7 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.section_14c7::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.filter_98e3 {
  position: relative;
  margin-bottom: 3rem;
}

.green_1510 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.green_1510 .gallery_plasma_4038 {
  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;
}

.smooth-3e50 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.smooth-3e50 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.smooth-3e50 ul {
  margin: 1rem 0;
}

.smooth-3e50 li {
  margin-bottom: 0.75rem;
}

.media-easy-1b93 {
  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 === */
.surface-full-b908 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.surface-full-b908 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.aside_dff2 {
  list-style: none;
  margin: 1.5rem 0;
}

.aside_dff2 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.aside_dff2 a {
  font-weight: 600;
}

.detail-bottom-d3f4 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.media-5248 {
  margin: 2.5rem 0;
}

.media_orange_48da {
  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;
}

.media_orange_48da:hover {
  box-shadow: var(--shadow-lg);
}

.media_orange_48da.fixed-f891 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.pink_2d15 {
  flex-shrink: 0;
}

.pink_2d15 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);
}

.label-gas-9fe6 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.card_f432,
.small_ee10,
.mask-silver-8b1a {
  width: 100%;
  margin: 1.5rem 0;
}

.silver-8a9c {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.silver-8a9c strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.wrapper_e7e9 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.wrapper_e7e9 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.sidebar-dirty-67a3 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.sidebar-dirty-67a3 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.summary-e7ba {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.article-pink-a83c {
  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;
}

.article-pink-a83c:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.article-pink-a83c.complex-d7d2 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.article-pink-a83c .layout_8156 {
  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;
}

.article-pink-a83c h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.advanced-721b {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.up_ed2a {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.up_ed2a label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.wood-ef5f {
  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 === */
.photo_white_c1a0 {
  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;
}

.short-da89 {
  background-color: var(--primary-color);
  color: white;
}

.short-da89:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.modal_59a4 {
  background-color: var(--text-secondary);
  color: white;
}

.modal_59a4:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.sort_62b3 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.sort_62b3:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.out_8bea {
  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;
}

.out_8bea:hover {
  background-color: var(--primary-dark);
}

.west-99ea {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.element-aa07 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.gallery_dca0 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.easy_7052 {
  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 === */
.shadow_9820 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.sort-fixed-f5ca {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.sort-fixed-f5ca h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.up-fb20 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.blue-62b6 {
  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;
}

.tiny-540a {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.content-first-c4af {
  list-style: none;
  counter-reset: rank-counter;
}

.content-first-c4af li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.content-first-c4af 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;
}

.tabs_orange_1132 {
  list-style: none;
}

.tabs_orange_1132 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.narrow-37db {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.gallery_middle_5ed7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.gallery_middle_5ed7 .black-c649 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.gallery_middle_5ed7 .nav-advanced-48db {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.column_4905 {
  margin-top: 3rem;
}

.shadow_878b {
  width: 100%;
}

.cold-363b {
  background-color: #fef3c7;
}

.section_b350 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.chip_b4e4 {
  margin: 3rem 0;
}

.text-a546 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.picture-iron-5d89 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.picture-iron-5d89:hover {
  box-shadow: var(--shadow-lg);
}

.picture-iron-5d89.shadow-186c {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.box-0ee4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.menu_stone_8c75 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.menu_stone_8c75 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.button-fluid-adcc {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.picture-iron-5d89 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.fast-0c89 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.liquid_8169 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.fluid-8147 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.heading_west_d0fb {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.hard-46b4 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.inner-cb3b {
  margin-top: 1rem;
}

/* === FAQ Section === */
.warm-7b23 {
  max-width: 900px;
  margin: 0 auto;
}

.summary_9c3b {
  margin: 2rem 0;
}

.card-229c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.card-229c summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.card-229c summary::-webkit-details-marker {
  display: none;
}

.card-229c summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.element-clean-1b9a {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.card-229c[open] .element-clean-1b9a {
  transform: rotate(45deg);
}

.stone-5f9b {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.stone-5f9b p:last-child {
  margin-bottom: 0;
}

.small_79dc {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.large_b97e {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.button-1af5 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.button-1af5 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.button-1af5 .photo_white_c1a0 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.dim_789a {
  max-width: 900px;
  margin: 0 auto;
}

.disabled-e2a1 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.old_a7ae {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.old_a7ae.fn-success-8394 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.heading-small-12ba {
  font-size: 3rem;
  line-height: 1;
}

.secondary-18a5 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.link_green_8738 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.hover_gold_d723,
.badge_soft_3561 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.hover_gold_d723 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.badge_soft_3561 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.badge_slow_c3e3,
.component_inner_1a7d {
  margin: 1.5rem 0;
}

.badge_slow_c3e3 li,
.component_inner_1a7d li {
  margin-bottom: 1rem;
}

.widget_68cc {
  margin: 3rem 0;
}

.nav-22ab {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.nav-22ab h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.nav-22ab ol {
  margin: 1rem 0;
}

.nav-22ab li {
  margin-bottom: 0.75rem;
}

.gas_b792 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.form-8296 {
  margin: 2rem 0;
}

.outer-3391 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.outer-50f0 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.status-outer-c457 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.fresh-08b2 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.hero_light_fa3f {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.badge_4931 {
  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;
}

.badge_4931 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.banner-slow-ee6b {
  flex: 1;
}

.banner-slow-ee6b h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.over-e0f7 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.form-black-b657 p {
  margin-bottom: 1rem;
}

.panel-paper-a90d {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.icon-outer-49fd {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.mask_silver_8c17 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.mask_silver_8c17 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.primary-pressed-c8e6 h3 {
  margin-bottom: 1.5rem;
}

.last_2d83 {
  display: grid;
  gap: 2rem;
}

.active-dirty-f04f {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.active-dirty-f04f img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.active-dirty-f04f h4 {
  margin: 0 0 0.25rem;
}

.active-dirty-f04f p {
  margin: 0;
  font-size: 0.9375rem;
}

.light-6ca6 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.logo-bottom-4615 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.logo-bottom-4615 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.logo-bottom-4615 ul {
  margin: 1.5rem 0;
}

.logo-bottom-4615 li {
  margin-bottom: 0.75rem;
}

.cool-dbd4 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.mask_white_8dbd {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.shadow-af91 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.backdrop_70fc h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.backdrop_70fc p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.layout_smooth_2a62 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.layout_smooth_2a62 a {
  color: rgba(255, 255, 255, 0.8);
}

.south-055e {
  list-style: none;
}

.south-055e li {
  margin-bottom: 0.75rem;
}

.south-055e a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.south-055e a:hover {
  color: white;
}

.header_188e {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.dropdown_wide_68df {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.narrow_0753 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.hidden-171d {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.glass-e99f {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .button-685e {
    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;
  }

  .wrapper-d3bb {
    font-size: 1.5rem !important;
  }

  .new-6bc2 {
    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 */
  .primary_4361,
  .grid_fc73,
  .smooth-3e50,
  .label-gas-9fe6,
  .box-0ee4,
  .picture-iron-5d89,
  .stone-5f9b,
  .hover_c9c6,
  .fresh_1413,
  .column-motion-de1c {
    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 */
  .header_liquid_7125 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .label_ce96 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .wrapper-east-6722 {
    flex-shrink: 0;
  }

  .banner-slow-ee6b {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .hero-thick-dda9,
  .hidden_current_883f {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .hidden_current_883f {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .thumbnail_hot_2d0a {
    display: none;
  }

  /* Show mobile actions */
  .bronze_454f {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .up-26fb {
    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;
  }

  .up-26fb svg {
    flex-shrink: 0;
  }

  .up-26fb .filter_in_ed5d {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .up-26fb .action-a7dd {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .active-c3a2 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .hidden_3bb0 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .up-26fb:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .up-bb2f {
    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;
  }

  .up-bb2f.fn-active-8394 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .up-bb2f li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .up-bb2f li:last-child {
    border-bottom: none;
  }

  .up-bb2f a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .icon-c2ba {
    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;
  }

  .icon-c2ba li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .icon-c2ba li:last-child {
    border-bottom: none;
  }

  .icon-c2ba a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .description_west_16e9 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .backdrop_cool_0a09 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .shadow_3e9d,
  .next_2786 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .shadow_3e9d {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .next_2786 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .icon-c2ba.fn-active-8394 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .green_298f {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .notice_under_426a {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .background_orange_0613 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .focus_17e2 {
    margin-top: 0;
  }

  /* Hero section */
  .focus_17e2 {
    padding: 2rem 0 1.5rem;
  }

  .new-6bc2 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .fresh_1413 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .wrapper_lower_71da {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .filter_old_0736 {
    max-width: 100%;
    border-radius: 8px;
  }

  .slider-a8f4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .main_2971 {
    padding: 1rem;
  }

  .active_bea8 {
    font-size: 1.5rem;
  }

  .slider-purple-5c7d {
    font-size: 0.75rem;
  }

  .hover_c9c6 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .tiny-df33 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .tiny-df33 .photo_white_c1a0 {
    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 */
  .photo-steel-a1ec {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .media_orange_48da {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .pink_2d15 {
    margin-bottom: 1rem;
  }

  /* Author */
  .active-7b6a {
    flex-direction: column;
  }

  .badge_4931 {
    flex-direction: column;
  }

  /* Quotes */
  .box-0ee4 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .link_green_8738 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .fresh-08b2 {
    flex-direction: column;
  }

  .fresh-08b2 .photo_white_c1a0 {
    width: 100%;
  }

  /* Version comparison */
  .summary-e7ba {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .shadow_9820 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .shadow-af91 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .narrow_0753 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .gradient_cdb0,
  .small_ee10,
  .orange-8485,
  .shadow_878b,
  .card_f432,
  .mask-silver-8b1a {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .gradient_cdb0 table,
  .small_ee10 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .wood-ef5f {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .button-685e {
    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;
  }

  .wrapper-d3bb {
    font-size: 1.25rem !important;
  }

  .new-6bc2 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .notice_under_426a {
    position: fixed;
  }

  .background_orange_0613 {
    padding: 0.625rem 0;
  }

  .first_c49c img {
    height: 26px;
  }

  .icon-c2ba {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .up-bb2f {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .up-26fb {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .up-26fb svg {
    width: 18px;
    height: 18px;
  }

  .up-26fb .filter_in_ed5d {
    font-size: 0.7rem;
  }

  .up-26fb .action-a7dd {
    font-size: 0.65rem;
  }

  .shadow_3e9d,
  .next_2786 {
    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, .button-685e, .breadcrumb-tall-df10, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .wrapper_lower_71da {
    padding: 1rem;
  }

  .slider-a8f4 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .main_2971 {
    padding: 0.875rem;
  }

  .active_bea8 {
    font-size: 1.25rem;
  }

  .tiny-df33 .photo_white_c1a0 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .new-6bc2 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .photo_white_c1a0 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .west-99ea {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .media_orange_48da {
    padding: 1rem;
  }

  .pink_2d15 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .primary_4361,
  .secondary_blue_761b,
  .status_slow_a022,
  .container_static_10e8 {
    padding: 1rem;
  }
}

@media print {
  .notice_under_426a,
  .pattern-8456,
  .green_298f,
  .photo_white_c1a0,
  .mask_white_8dbd {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .button-685e {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.tabs_00cc {
  margin-bottom: 3rem;
  text-align: center;
}

.wrapper-d3bb {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.outline-cool-2786 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.secondary_a19b,
.element_b2c9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.item_e4de {
  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;
}

.item_e4de:hover {
  transform: translateY(-5px);
}

.item_e4de strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.item_e4de span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.plasma-4296 {
  margin: 3rem 0;
}

.heading-31d5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.alert-black-33de {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.alert-black-33de:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.new_2ff0 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.modal-eee4 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.label-out-a4a6 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.dynamic_df48 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.tertiary-thick-ee5a {
  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;
}

.tertiary-thick-ee5a:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.tertiary-thick-ee5a.modal-a3f9 {
  border-left: 4px solid var(--primary-color);
}

.static_153c {
  flex-shrink: 0;
}

.static_153c svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.warm_87ca {
  flex: 1;
}

.warm_87ca h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.right-3e8e {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.hover_warm_d93c,
.frame-4294,
.secondary_5450 {
  margin-bottom: 1.5rem;
}

.hover_warm_d93c h4,
.frame-4294 h4,
.secondary_5450 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hover_warm_d93c ul,
.frame-4294 ul,
.secondary_5450 ul {
  list-style: none;
  padding: 0;
}

.hover_warm_d93c li,
.frame-4294 li,
.secondary_5450 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.hover_warm_d93c li:before,
.frame-4294 li:before,
.secondary_5450 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.tooltip_first_3e2f {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.tooltip_first_3e2f 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;
}

.tooltip_first_3e2f a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.full-bb7c { margin: 2rem 0; }
.preview-right-1c74 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.preview-right-1c74 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.liquid-5442 p { margin-bottom: 1rem; line-height: 1.7; }
.liquid-5442 strong { color: var(--text-primary); }
.liquid-5442 ul { list-style: none; padding-left: 0; }
.liquid-5442 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.liquid-5442 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.texture-right-e3f7 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.label-action-601c { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.label-action-601c:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.breadcrumb-7c0f { font-size: 3rem; margin-bottom: 1rem; }
.label-action-601c h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.label-action-601c p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.west-19f2 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.west-19f2 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.progress_cba9 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.sort-996f { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.video_copper_840c { text-align: center; }
.hover_4349 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.stale-3e50 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.notice_red_7423 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.tertiary-selected-8b59 { margin: 2rem 0; }
.card-old-11ef { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.card-old-11ef h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.card-old-11ef p, .card-old-11ef ul { line-height: 1.7; }
.card-old-11ef ul { list-style: none; padding-left: 0; }
.card-old-11ef ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.card-old-11ef ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.down-5b27 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.progress_dark_0545 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.stale-0c07 { text-align: center; }
.over_f293 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.sort-dirty-1f9a { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.box-last-0d2b { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.hidden_2459 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.search_ab09 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.search_ab09:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.search_ab09 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.search_ab09 p, .search_ab09 ul { line-height: 1.7; }
.search_ab09 ul { list-style: none; padding-left: 0; }
.search_ab09 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.search_ab09 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 7fa0 */
.shadow-element-s9 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.1;
}
