/* ============================================
   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 */
.texture-down-0bb9 p,
.east_56c9,
.nav-657a,
.clean-ee71,
.row-advanced-8658,
.wrapper_old_3af7,
.filter_58ae,
.button-wood-d503 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.banner_c222 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.banner_c222 > *,
.backdrop-pressed-8085,
.texture-down-0bb9,
.hero_1e4e {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .banner_c222 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .banner_c222 {
    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 === */
.frame_dim_b74f {
  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 */
.frame_dim_b74f.label-80f9 {
  box-shadow: var(--shadow-md);
}

.alert-a77a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.shade-right-606e img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.search_smooth_8352 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.black_faac {
  display: none;
}

/* Hide mobile actions on desktop */
.backdrop_d75a {
  display: none;
}

.paragraph-52e8 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.paragraph-52e8 a:hover,
.paragraph-52e8 a.fn-active-cb69 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.fluid-85f6 {
  margin-left: 1rem;
}

.active-6d38 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.fixed_aae5,
.row_bronze_6ea7 {
  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;
}

.fixed_aae5 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.fixed_aae5: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;
}

.row_bronze_6ea7 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.row_bronze_6ea7: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;
}

.fixed_aae5 svg,
.row_bronze_6ea7 svg {
  flex-shrink: 0;
}

.gas_46f7 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.avatar_pro_2939 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.avatar_pro_2939::before,
.avatar_pro_2939::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.avatar_pro_2939::before {
  top: -7px;
}

.avatar_pro_2939::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.last-39ff {
  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 === */
.summary-copper-023d {
  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);
}

.cold-fca6 {
  margin: 0 0 2rem;
  text-align: center;
}

.gallery_be77 {
  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;
}

.gallery_be77:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.medium-cf60 {
  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);
}

.medium-cf60 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.clean_32fe {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.photo_pressed_d221 {
  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;
}

.photo_pressed_d221:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.info_mini_c3c2 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.hover-a3ca {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.breadcrumb_03f3 {
  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);
}

.breadcrumb_03f3 .sort-15c8 {
  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;
}

.breadcrumb_03f3 .sort-15c8 svg {
  flex-shrink: 0;
}

.breadcrumb_03f3 .pagination-static-f5d7 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.breadcrumb_03f3 .pagination-static-f5d7: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);
}

.breadcrumb_03f3 .image_advanced_df2e {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.breadcrumb_03f3 .image_advanced_df2e: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) {
  .summary-copper-023d {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .gallery_be77 {
    max-width: 100%;
  }

  .clean_32fe {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .photo_pressed_d221 {
    padding: 1rem;
  }

  .info_mini_c3c2 {
    font-size: 1.5rem;
  }

  .hover-a3ca {
    font-size: 0.75rem;
  }

  .medium-cf60 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .breadcrumb_03f3 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .breadcrumb_03f3 .sort-15c8 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .clean_32fe {
    grid-template-columns: 1fr;
  }
}

.white_cffd {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.mask-warm-9f96 {
  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 === */
.frame_8270 {
  margin-bottom: 2.5rem;
}

.photo_bronze_76c9 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.white_cffd {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.logo_3dc2 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.texture_green_ab02 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.thick_f91f {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.white-11be {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.fresh_7a5a {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.form_stone_085a {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.video-af18 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.video-af18 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.down-6646 {
  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);
}

.picture_wide_abc1 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.nav-silver-f919 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.hidden_cool_827f {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.input-copper-eff5 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.outline_middle_1d77 {
  display: grid;
  gap: 1rem;
}

.sort-995e {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.focused-f71e {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.silver_b74a {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.aside_cold_1d50 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.bright_fc49 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.link-east-d78a {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.link-east-d78a p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.east_56c9 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.disabled-9e87 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.primary_d136 {
  display: grid;
  gap: 2rem;
}

.top_a45a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.texture_green_ab02 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.logo_3dc2 {
  flex: 1;
}

.white-11be {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.white-11be a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.thumbnail-advanced-e440 {
  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;
}

.fresh_7a5a {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.hero-f457 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.hero-f457 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.sort-6f8c {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.sort-6f8c a {
  font-size: 0.875rem;
  font-weight: 500;
}

.basic_2c82 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.basic_2c82 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.basic_2c82 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.basic_2c82 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.huge_c3d5 {
  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 === */
.notice-803e {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.accent-cbbe {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.current-e163 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.nav-fluid-03ea h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.nav-fluid-03ea ol {
  list-style: none;
  counter-reset: toc-counter;
}

.nav-fluid-03ea ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.nav-fluid-03ea 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;
}

.nav-fluid-03ea ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.nav-fluid-03ea ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.texture-down-0bb9 {
  padding: 3rem 0 5rem;
}

.hero_1e4e {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.hero_1e4e.right_5289 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.nav-657a {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.grid-selected-bd54 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.text_67c3 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.text_67c3 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.texture_soft_9984 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.outline_b7e4 {
  text-align: center;
}

.pattern-over-c02f {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.gallery-yellow-f98f {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.complex-561d {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.wrapper_old_3af7 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.clean-ee71 {
  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;
}

.clean-ee71 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.clean-ee71:hover {
  box-shadow: var(--shadow-lg);
}

.clean-ee71.module-bright-e339 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.clean-ee71 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.clean-ee71 ul {
  margin: 1rem 0;
}

.clean-ee71 li {
  margin-bottom: 0.75rem;
}

.complex_ecb7 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.background-smooth-56d4 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.background-smooth-56d4 a {
  font-weight: 600;
}

/* === Data Tables === */
.alert_870f {
  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;
}

.alert_870f table {
  width: 100%;
  min-width: 600px;
}

.alert_870f thead {
  background-color: var(--primary-color);
  color: white;
}

.alert_870f th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.alert_870f td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.alert_870f tbody tr:hover {
  background-color: var(--bg-secondary);
}

.alert_870f tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.sidebar-a301 {
  list-style: none;
  margin: 1.5rem 0;
}

.sidebar-a301 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.sidebar-a301 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.label_182a::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-cb69::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 === */
.yellow_0659 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.section_south_4aee {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.section_south_4aee img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.section_south_4aee strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.section_south_4aee span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.yellow_0659 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.filter_58ae {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.filter_58ae::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.column_fresh_2c37 {
  position: relative;
  margin-bottom: 3rem;
}

.fresh-0139 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.fresh-0139 .nav-413b {
  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;
}

.description_63db {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.description_63db h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.description_63db ul {
  margin: 1rem 0;
}

.description_63db li {
  margin-bottom: 0.75rem;
}

.preview-green-324c {
  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 === */
.action-598f {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.action-598f h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.status-7241 {
  list-style: none;
  margin: 1.5rem 0;
}

.status-7241 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.status-7241 a {
  font-weight: 600;
}

.black_8fcf {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.button-wood-d503 {
  margin: 2.5rem 0;
}

.red-0266 {
  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;
}

.red-0266:hover {
  box-shadow: var(--shadow-lg);
}

.red-0266.progress-554d {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.popup-6db3 {
  flex-shrink: 0;
}

.popup-6db3 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);
}

.disabled_40de h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.hot_2d4f,
.fixed_adbb,
.wrapper_bafb {
  width: 100%;
  margin: 1.5rem 0;
}

.article-active-84ec {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.article-active-84ec strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.gallery_1a1b {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.gallery_1a1b strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.slider_0630 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.slider_0630 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.warm-a5b5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.gradient-basic-290a {
  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-basic-290a:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.gradient-basic-290a.left-53e9 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.gradient-basic-290a .form_0694 {
  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-basic-290a h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.sort-5acf {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.red_5992 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.red_5992 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.button-c09d {
  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 === */
.sort-15c8 {
  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;
}

.pagination-static-f5d7 {
  background-color: var(--primary-color);
  color: white;
}

.pagination-static-f5d7:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.image_advanced_df2e {
  background-color: var(--text-secondary);
  color: white;
}

.image_advanced_df2e:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.overlay-under-2c83 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.overlay-under-2c83:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.brown_6265 {
  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;
}

.brown_6265:hover {
  background-color: var(--primary-dark);
}

.container_brown_af69 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.overlay_af90 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.thick-7703 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.gold-2829 {
  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 === */
.panel-dim-b452 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.border_basic_22fe {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.border_basic_22fe h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.box-over-2c4f {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.icon-liquid-e56c {
  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;
}

.hero_silver_52e9 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.chip-inner-3f03 {
  list-style: none;
  counter-reset: rank-counter;
}

.chip-inner-3f03 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.chip-inner-3f03 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;
}

.bright_b603 {
  list-style: none;
}

.bright_b603 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.preview_warm_1a94 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.overlay-776a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.overlay-776a .bright-5959 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.overlay-776a .summary_0eb8 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.caption_9875 {
  margin-top: 3rem;
}

.fixed_8662 {
  width: 100%;
}

.surface-3bfb {
  background-color: #fef3c7;
}

.tag-complex-ae03 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.brown-4907 {
  margin: 3rem 0;
}

.column_huge_5af8 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.motion-0fff {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.motion-0fff:hover {
  box-shadow: var(--shadow-lg);
}

.motion-0fff.card_c96f {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.preview_small_7fe0 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.thick_0e5f strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.thick_0e5f span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.heading_cool_bab0 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.motion-0fff blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.hot-e192 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.banner-7a94 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.section_e507 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.overlay-b9f6 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.tag_fbcb {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.background-glass-06fb {
  margin-top: 1rem;
}

/* === FAQ Section === */
.detail_f68b {
  max-width: 900px;
  margin: 0 auto;
}

.filter_3c5a {
  margin: 2rem 0;
}

.gallery_hovered_ed2d {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.gallery_hovered_ed2d summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.gallery_hovered_ed2d summary::-webkit-details-marker {
  display: none;
}

.gallery_hovered_ed2d summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.heading-easy-6844 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.gallery_hovered_ed2d[open] .heading-easy-6844 {
  transform: rotate(45deg);
}

.under-fc5e {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.under-fc5e p:last-child {
  margin-bottom: 0;
}

.east_ca83 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.hero-simple-3b3b {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.main_63e6 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.main_63e6 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.main_63e6 .sort-15c8 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.popup-purple-46e7 {
  max-width: 900px;
  margin: 0 auto;
}

.video_15d2 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.gradient-50cf {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.gradient-50cf.fn-success-cb69 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.small-4187 {
  font-size: 3rem;
  line-height: 1;
}

.middle-e1ef h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.article_c560 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.content-a61d,
.footer_full_24c0 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.content-a61d h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.footer_full_24c0 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.article_52c7,
.small-74d0 {
  margin: 1.5rem 0;
}

.article_52c7 li,
.small-74d0 li {
  margin-bottom: 1rem;
}

.orange_1137 {
  margin: 3rem 0;
}

.sidebar_under_5432 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.sidebar_under_5432 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.sidebar_under_5432 ol {
  margin: 1rem 0;
}

.sidebar_under_5432 li {
  margin-bottom: 0.75rem;
}

.title_2500 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.purple-a166 {
  margin: 2rem 0;
}

.brown_fde1 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.gallery-dirty-ec66 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.yellow-018d {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.image_hovered_9d5b {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.pagination_8567 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.box_d428 {
  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;
}

.box_d428 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.thick_f91f {
  flex: 1;
}

.thick_f91f h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.paragraph-large-7d75 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.large-7742 p {
  margin-bottom: 1rem;
}

.widget-e757 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.alert-dirty-8ee4 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.dropdown-advanced-46ac {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.dropdown-advanced-46ac a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.plasma-f3b0 h3 {
  margin-bottom: 1.5rem;
}

.mini_f1b9 {
  display: grid;
  gap: 2rem;
}

.hard-c802 {
  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;
}

.hard-c802 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.hard-c802 h4 {
  margin: 0 0 0.25rem;
}

.hard-c802 p {
  margin: 0;
  font-size: 0.9375rem;
}

.hover_1050 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.section-bronze-1674 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.section-bronze-1674 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.section-bronze-1674 ul {
  margin: 1.5rem 0;
}

.section-bronze-1674 li {
  margin-bottom: 0.75rem;
}

.focus_945e {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.left_68b7 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.highlight-988b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.wrapper_5d86 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.wrapper_5d86 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.huge-c56b {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.huge-c56b a {
  color: rgba(255, 255, 255, 0.8);
}

.overlay_9704 {
  list-style: none;
}

.overlay_9704 li {
  margin-bottom: 0.75rem;
}

.overlay_9704 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.overlay_9704 a:hover {
  color: white;
}

.fresh_2adc {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.slow-4cba {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.warm_a739 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.bronze_92f8 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.element-light-ea72 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .banner_c222 {
    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;
  }

  .warm_cae6 {
    font-size: 1.5rem !important;
  }

  .photo_bronze_76c9 {
    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 */
  .clean-ee71,
  .row-advanced-8658,
  .description_63db,
  .disabled_40de,
  .preview_small_7fe0,
  .motion-0fff,
  .under-fc5e,
  .medium-cf60,
  .east_56c9,
  .nav-657a {
    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 */
  .white_cffd {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .logo_3dc2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .texture_green_ab02 {
    flex-shrink: 0;
  }

  .thick_f91f {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .white-11be,
  .fresh_7a5a {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .fresh_7a5a {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .search_smooth_8352 {
    display: none;
  }

  /* Show mobile actions */
  .backdrop_d75a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .widget_hot_87c8 {
    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;
  }

  .widget_hot_87c8 svg {
    flex-shrink: 0;
  }

  .widget_hot_87c8 .module-b43b {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .widget_hot_87c8 .thumbnail-da68 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .notification_2a5b {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .menu_c1cb {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .widget_hot_87c8:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .black_faac {
    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;
  }

  .black_faac.fn-active-cb69 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .black_faac li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .black_faac li:last-child {
    border-bottom: none;
  }

  .black_faac a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .paragraph-52e8 {
    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;
  }

  .paragraph-52e8 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .paragraph-52e8 li:last-child {
    border-bottom: none;
  }

  .paragraph-52e8 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .fluid-85f6 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .active-6d38 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .fixed_aae5,
  .row_bronze_6ea7 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .fixed_aae5 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .row_bronze_6ea7 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .paragraph-52e8.fn-active-cb69 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .gas_46f7 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .frame_dim_b74f {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .alert-a77a {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .last-39ff {
    margin-top: 0;
  }

  /* Hero section */
  .last-39ff {
    padding: 2rem 0 1.5rem;
  }

  .photo_bronze_76c9 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .east_56c9 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .summary-copper-023d {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .gallery_be77 {
    max-width: 100%;
    border-radius: 8px;
  }

  .clean_32fe {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .photo_pressed_d221 {
    padding: 1rem;
  }

  .info_mini_c3c2 {
    font-size: 1.5rem;
  }

  .hover-a3ca {
    font-size: 0.75rem;
  }

  .medium-cf60 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .breadcrumb_03f3 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .breadcrumb_03f3 .sort-15c8 {
    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 */
  .current-e163 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .red-0266 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .popup-6db3 {
    margin-bottom: 1rem;
  }

  /* Author */
  .top_a45a {
    flex-direction: column;
  }

  .box_d428 {
    flex-direction: column;
  }

  /* Quotes */
  .preview_small_7fe0 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .article_c560 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .image_hovered_9d5b {
    flex-direction: column;
  }

  .image_hovered_9d5b .sort-15c8 {
    width: 100%;
  }

  /* Version comparison */
  .warm-a5b5 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .panel-dim-b452 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .highlight-988b {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .warm_a739 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .alert_870f,
  .fixed_adbb,
  .heading-69cb,
  .fixed_8662,
  .hot_2d4f,
  .wrapper_bafb {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .alert_870f table,
  .fixed_adbb table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .button-c09d {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .banner_c222 {
    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;
  }

  .warm_cae6 {
    font-size: 1.25rem !important;
  }

  .photo_bronze_76c9 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .frame_dim_b74f {
    position: fixed;
  }

  .alert-a77a {
    padding: 0.625rem 0;
  }

  .shade-right-606e img {
    height: 26px;
  }

  .paragraph-52e8 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .black_faac {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .widget_hot_87c8 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .widget_hot_87c8 svg {
    width: 18px;
    height: 18px;
  }

  .widget_hot_87c8 .module-b43b {
    font-size: 0.7rem;
  }

  .widget_hot_87c8 .thumbnail-da68 {
    font-size: 0.65rem;
  }

  .fixed_aae5,
  .row_bronze_6ea7 {
    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, .banner_c222, .backdrop-pressed-8085, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .summary-copper-023d {
    padding: 1rem;
  }

  .clean_32fe {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .photo_pressed_d221 {
    padding: 0.875rem;
  }

  .info_mini_c3c2 {
    font-size: 1.25rem;
  }

  .breadcrumb_03f3 .sort-15c8 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .photo_bronze_76c9 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .sort-15c8 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .container_brown_af69 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .red-0266 {
    padding: 1rem;
  }

  .popup-6db3 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .clean-ee71,
  .purple-49ed,
  .dynamic_4d0d,
  .short_cd59 {
    padding: 1rem;
  }
}

@media print {
  .frame_dim_b74f,
  .notice-803e,
  .gas_46f7,
  .sort-15c8,
  .left_68b7 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .banner_c222 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.banner-brown-b7af {
  margin-bottom: 3rem;
  text-align: center;
}

.warm_cae6 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.notification-ece8 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.mask-a4c8,
.pattern-copper-b21e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.selected_2e13 {
  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;
}

.selected_2e13:hover {
  transform: translateY(-5px);
}

.selected_2e13 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.selected_2e13 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.gallery-tall-3fb0 {
  margin: 3rem 0;
}

.center_d4df {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.primary-next-09b0 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.primary-next-09b0:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.black_f647 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.soft-3849 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.search_b375 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.avatar_middle_45bc {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.lower-9e90 {
  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;
}

.lower-9e90:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.lower-9e90.large_baaa {
  border-left: 4px solid var(--primary-color);
}

.active-8fcc {
  flex-shrink: 0;
}

.active-8fcc svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.title_2ba4 {
  flex: 1;
}

.title_2ba4 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.table-narrow-7f6d {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.dropdown_7b03,
.purple_1581,
.white-ac20 {
  margin-bottom: 1.5rem;
}

.dropdown_7b03 h4,
.purple_1581 h4,
.white-ac20 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.dropdown_7b03 ul,
.purple_1581 ul,
.white-ac20 ul {
  list-style: none;
  padding: 0;
}

.dropdown_7b03 li,
.purple_1581 li,
.white-ac20 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.dropdown_7b03 li:before,
.purple_1581 li:before,
.white-ac20 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.message_right_d667 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.message_right_d667 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;
}

.message_right_d667 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.video_small_1ddc { margin: 2rem 0; }
.paragraph_fixed_6782 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.paragraph_fixed_6782 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.video_68be p { margin-bottom: 1rem; line-height: 1.7; }
.video_68be strong { color: var(--text-primary); }
.video_68be ul { list-style: none; padding-left: 0; }
.video_68be ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.video_68be ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.filter_in_8004 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.form_green_13e3 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.form_green_13e3:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.pink-357f { font-size: 3rem; margin-bottom: 1rem; }
.form_green_13e3 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.form_green_13e3 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.modal_top_b7ad { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.modal_top_b7ad span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.slider-4431 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.modal-2fd4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.gradient_thick_30bd { text-align: center; }
.article-stone-915f { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.accent_out_b900 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.fast-daac { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.overlay-north-99d7 { margin: 2rem 0; }
.blue-f0e2 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.blue-f0e2 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.blue-f0e2 p, .blue-f0e2 ul { line-height: 1.7; }
.blue-f0e2 ul { list-style: none; padding-left: 0; }
.blue-f0e2 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.blue-f0e2 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.focused-fa5b { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.grid_silver_3f5f { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.last-6417 { text-align: center; }
.shade-7caf { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.border_5a9e { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.stale_276e { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.notification-923c { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.status_next_696f { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.status_next_696f:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.status_next_696f h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.status_next_696f p, .status_next_696f ul { line-height: 1.7; }
.status_next_696f ul { list-style: none; padding-left: 0; }
.status_next_696f ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.status_next_696f ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: f20c */
.shadow-element-u2 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.0;
}
