/* ============================================
   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 */
.disabled_liquid_7ed4 p,
.hidden_lower_5240,
.mask_paper_9e6d,
.hovered-06c8,
.image_0ffa,
.description_clean_19a4,
.tiny-bbc1,
.picture_ca70 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.aside-0150 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.aside-0150 > *,
.filter_iron_8296,
.disabled_liquid_7ed4,
.old_8c39 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .aside-0150 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .aside-0150 {
    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 === */
.next-10c7 {
  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 */
.next-10c7.slow_fe24 {
  box-shadow: var(--shadow-md);
}

.west_0129 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.alert_ea6e img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.breadcrumb-middle-7b48 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.backdrop-in-1559 {
  display: none;
}

/* Hide mobile actions on desktop */
.table_advanced_f65d {
  display: none;
}

.module-d35f a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.module-d35f a:hover,
.module-d35f a.fn-active-54d4 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.new_c406 {
  margin-left: 1rem;
}

.stone-2327 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.backdrop_short_06e5,
.highlight_5f9d {
  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;
}

.backdrop_short_06e5 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.backdrop_short_06e5: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;
}

.highlight_5f9d {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.highlight_5f9d: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;
}

.backdrop_short_06e5 svg,
.highlight_5f9d svg {
  flex-shrink: 0;
}

.background_green_8cc8 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.video_1ec9 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.video_1ec9::before,
.video_1ec9::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.video_1ec9::before {
  top: -7px;
}

.video_1ec9::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.thick-86a6 {
  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 === */
.link_liquid_cc44 {
  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);
}

.summary_light_25b4 {
  margin: 0 0 2rem;
  text-align: center;
}

.clean_5ab2 {
  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;
}

.clean_5ab2:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.sidebar-fluid-6ad2 {
  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);
}

.sidebar-fluid-6ad2 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.link_inner_bd40 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.highlight-old-9ca4 {
  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;
}

.highlight-old-9ca4:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.caption-middle-b19f {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.active_ee76 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.copper-527d {
  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);
}

.copper-527d .banner-6a48 {
  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;
}

.copper-527d .banner-6a48 svg {
  flex-shrink: 0;
}

.copper-527d .alert_current_37c5 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.copper-527d .alert_current_37c5: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);
}

.copper-527d .blue_c89c {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.copper-527d .blue_c89c: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) {
  .link_liquid_cc44 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .clean_5ab2 {
    max-width: 100%;
  }

  .link_inner_bd40 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .highlight-old-9ca4 {
    padding: 1rem;
  }

  .caption-middle-b19f {
    font-size: 1.5rem;
  }

  .active_ee76 {
    font-size: 0.75rem;
  }

  .sidebar-fluid-6ad2 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .copper-527d {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .copper-527d .banner-6a48 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .link_inner_bd40 {
    grid-template-columns: 1fr;
  }
}

.hard_ff69 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.steel-12d7 {
  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 === */
.caption_31e5 {
  margin-bottom: 2.5rem;
}

.focus_silver_9bf2 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.hard_ff69 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.paragraph-3aea {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.focused_ac65 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.image_simple_1f3f {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.brown_402b {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.soft_faf2 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.fixed_004c {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.header-fc4a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.header-fc4a svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.header-dark-f89b {
  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);
}

.iron_75f8 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.in-667c {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.alert-huge-7033 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.section-d765 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.primary_f6d4 {
  display: grid;
  gap: 1rem;
}

.logo_under_3134 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.layout-bronze-40ea {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.card-thick-9805 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.shadow_large_e3cb {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.status-silver-d00a {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.hover_e641 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.hover_e641 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.hidden_lower_5240 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.primary-432d {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.photo_hot_61cf {
  display: grid;
  gap: 2rem;
}

.paper_9e4f {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.focused_ac65 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.paragraph-3aea {
  flex: 1;
}

.brown_402b {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.brown_402b a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.panel-mini-3f46 {
  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;
}

.soft_faf2 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.white-c6ef {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.white-c6ef span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.middle_fb2e {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.middle_fb2e a {
  font-size: 0.875rem;
  font-weight: 500;
}

.mini_7b36 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.mini_7b36 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.mini_7b36 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mini_7b36 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.item_easy_feb8 {
  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 === */
.backdrop-1cc9 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.lite-9475 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.cool-fde4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.title_c435 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.title_c435 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.title_c435 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.title_c435 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;
}

.title_c435 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.title_c435 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.disabled_liquid_7ed4 {
  padding: 3rem 0 5rem;
}

.old_8c39 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.old_8c39.dark_112c {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.mask_paper_9e6d {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.advanced_cfe5 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.bronze_b8f3 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.bronze_b8f3 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.column_stone_80fb {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.motion-eeb3 {
  text-align: center;
}

.image-selected-5ee4 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.badge-steel-3925 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.module-upper-ae34 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.description_clean_19a4 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.hovered-06c8 {
  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;
}

.hovered-06c8 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.hovered-06c8:hover {
  box-shadow: var(--shadow-lg);
}

.hovered-06c8.dropdown-b4ef {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.hovered-06c8 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.hovered-06c8 ul {
  margin: 1rem 0;
}

.hovered-06c8 li {
  margin-bottom: 0.75rem;
}

.backdrop_stale_d541 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.tertiary_14a8 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.tertiary_14a8 a {
  font-weight: 600;
}

/* === Data Tables === */
.logo-dirty-6bf4 {
  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;
}

.logo-dirty-6bf4 table {
  width: 100%;
  min-width: 600px;
}

.logo-dirty-6bf4 thead {
  background-color: var(--primary-color);
  color: white;
}

.logo-dirty-6bf4 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.logo-dirty-6bf4 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.logo-dirty-6bf4 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.logo-dirty-6bf4 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.banner_c365 {
  list-style: none;
  margin: 1.5rem 0;
}

.banner_c365 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.banner_c365 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.huge_64b6::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-54d4::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 === */
.label-5f42 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.primary-46a8 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.primary-46a8 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.primary-46a8 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.primary-46a8 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.label-5f42 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.tiny-bbc1 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.tiny-bbc1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.last_fd3a {
  position: relative;
  margin-bottom: 3rem;
}

.title-3ded {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.title-3ded .backdrop_6a62 {
  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;
}

.disabled_short_ca41 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.disabled_short_ca41 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.disabled_short_ca41 ul {
  margin: 1rem 0;
}

.disabled_short_ca41 li {
  margin-bottom: 0.75rem;
}

.popup_5e26 {
  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 === */
.hero-c143 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.hero-c143 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.border_gold_0449 {
  list-style: none;
  margin: 1.5rem 0;
}

.border_gold_0449 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.border_gold_0449 a {
  font-weight: 600;
}

.nav_slow_a9b8 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.picture_ca70 {
  margin: 2.5rem 0;
}

.easy_364f {
  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;
}

.easy_364f:hover {
  box-shadow: var(--shadow-lg);
}

.easy_364f.nav_under_f3a4 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.active-7e90 {
  flex-shrink: 0;
}

.active-7e90 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);
}

.grid_5acd h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.in-d1f6,
.progress-over-bffd,
.white_67a4 {
  width: 100%;
  margin: 1.5rem 0;
}

.widget-steel-14f2 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.widget-steel-14f2 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.heading-72e1 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.heading-72e1 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.label-bb9a {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.label-bb9a strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.dynamic_04f6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.logo-east-45b0 {
  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;
}

.logo-east-45b0:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.logo-east-45b0.summary-22d6 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.logo-east-45b0 .popup-6254 {
  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;
}

.logo-east-45b0 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.advanced_d86a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.container-a973 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.container-a973 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.text_512b {
  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 === */
.banner-6a48 {
  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;
}

.alert_current_37c5 {
  background-color: var(--primary-color);
  color: white;
}

.alert_current_37c5:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.blue_c89c {
  background-color: var(--text-secondary);
  color: white;
}

.blue_c89c:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.orange_4a05 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.orange_4a05:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.container-29ad {
  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;
}

.container-29ad:hover {
  background-color: var(--primary-dark);
}

.widget_55ef {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.layout-fa72 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.layout-black-024e {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.accordion-gas-d328 {
  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 === */
.hidden_e44b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.logo-west-2fb0 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.logo-west-2fb0 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.light-5bfe {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.column-hard-779e {
  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;
}

.gradient-4b63 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.west_48ef {
  list-style: none;
  counter-reset: rank-counter;
}

.west_48ef li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.west_48ef 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;
}

.notification_d87f {
  list-style: none;
}

.notification_d87f li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.glass-940d {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.sidebar_medium_1554 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.sidebar_medium_1554 .filter-6688 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.sidebar_medium_1554 .label_small_23dc {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.widget_8c16 {
  margin-top: 3rem;
}

.label_2241 {
  width: 100%;
}

.simple_7b06 {
  background-color: #fef3c7;
}

.wrapper-7550 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.tabs-d8de {
  margin: 3rem 0;
}

.video-3d19 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.cold-8dce {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.cold-8dce:hover {
  box-shadow: var(--shadow-lg);
}

.cold-8dce.silver_f82d {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.disabled-fa87 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.inner_a728 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.inner_a728 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.description-0a37 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.cold-8dce blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.alert-thick-8b16 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.paragraph_slow_4311 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.module-58a1 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.accent_b104 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.layout_e1a2 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.yellow-0e6b {
  margin-top: 1rem;
}

/* === FAQ Section === */
.bright_699a {
  max-width: 900px;
  margin: 0 auto;
}

.mask_5254 {
  margin: 2rem 0;
}

.focus-82cc {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.focus-82cc summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.focus-82cc summary::-webkit-details-marker {
  display: none;
}

.focus-82cc summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.gas-2911 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.focus-82cc[open] .gas-2911 {
  transform: rotate(45deg);
}

.narrow-3ae0 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.narrow-3ae0 p:last-child {
  margin-bottom: 0;
}

.up_3a22 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.pink_b70c {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.border-east-2f52 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.border-east-2f52 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.border-east-2f52 .banner-6a48 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.column_pink_3752 {
  max-width: 900px;
  margin: 0 auto;
}

.down_87c8 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.aside_102a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.aside_102a.fn-success-54d4 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.yellow-1399 {
  font-size: 3rem;
  line-height: 1;
}

.input-d96b h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.focused-6718 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.slider-3bfa,
.main_in_58a6 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.slider-3bfa h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.main_in_58a6 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.avatar-f27c,
.icon-b104 {
  margin: 1.5rem 0;
}

.avatar-f27c li,
.icon-b104 li {
  margin-bottom: 1rem;
}

.left-0edd {
  margin: 3rem 0;
}

.bottom_cd5b {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.bottom_cd5b h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.bottom_cd5b ol {
  margin: 1rem 0;
}

.bottom_cd5b li {
  margin-bottom: 0.75rem;
}

.link_bd62 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.breadcrumb-fluid-2ad7 {
  margin: 2rem 0;
}

.icon_stale_0fbe {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.element-dark-e134 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.shade_78ed {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.feature-active-a942 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.cool_4601 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.iron_57b1 {
  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;
}

.iron_57b1 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.image_simple_1f3f {
  flex: 1;
}

.image_simple_1f3f h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.highlight-ae07 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.info_3c0b p {
  margin-bottom: 1rem;
}

.logo_1afd {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.border_5f94 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.lower-98ac {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.lower-98ac a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.mask_59d4 h3 {
  margin-bottom: 1.5rem;
}

.slider-center-c8ae {
  display: grid;
  gap: 2rem;
}

.over_d870 {
  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;
}

.over_d870 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.over_d870 h4 {
  margin: 0 0 0.25rem;
}

.over_d870 p {
  margin: 0;
  font-size: 0.9375rem;
}

.icon-yellow-2add {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.thick_4dc5 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.thick_4dc5 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.thick_4dc5 ul {
  margin: 1.5rem 0;
}

.thick_4dc5 li {
  margin-bottom: 0.75rem;
}

.banner-copper-ace8 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.container-pressed-8d5a {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.photo_682d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.dark-3f37 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.dark-3f37 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.backdrop-copper-01ae {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.backdrop-copper-01ae a {
  color: rgba(255, 255, 255, 0.8);
}

.accordion_dc4e {
  list-style: none;
}

.accordion_dc4e li {
  margin-bottom: 0.75rem;
}

.accordion_dc4e a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.accordion_dc4e a:hover {
  color: white;
}

.container-d36a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.static_2cb6 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.title_89e3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.shade_glass_563e {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.title-ee53 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .aside-0150 {
    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;
  }

  .container_green_e41b {
    font-size: 1.5rem !important;
  }

  .focus_silver_9bf2 {
    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 */
  .hovered-06c8,
  .image_0ffa,
  .disabled_short_ca41,
  .grid_5acd,
  .disabled-fa87,
  .cold-8dce,
  .narrow-3ae0,
  .sidebar-fluid-6ad2,
  .hidden_lower_5240,
  .mask_paper_9e6d {
    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 */
  .hard_ff69 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .paragraph-3aea {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .focused_ac65 {
    flex-shrink: 0;
  }

  .image_simple_1f3f {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .brown_402b,
  .soft_faf2 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .soft_faf2 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .breadcrumb-middle-7b48 {
    display: none;
  }

  /* Show mobile actions */
  .table_advanced_f65d {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .green_f390 {
    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;
  }

  .green_f390 svg {
    flex-shrink: 0;
  }

  .green_f390 .current_77d8 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .green_f390 .table_0223 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .mask_top_82df {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .form-narrow-e3a5 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .green_f390:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .backdrop-in-1559 {
    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;
  }

  .backdrop-in-1559.fn-active-54d4 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .backdrop-in-1559 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .backdrop-in-1559 li:last-child {
    border-bottom: none;
  }

  .backdrop-in-1559 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .module-d35f {
    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;
  }

  .module-d35f li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .module-d35f li:last-child {
    border-bottom: none;
  }

  .module-d35f a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .new_c406 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .stone-2327 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .backdrop_short_06e5,
  .highlight_5f9d {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .backdrop_short_06e5 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .highlight_5f9d {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .module-d35f.fn-active-54d4 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .background_green_8cc8 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .next-10c7 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .west_0129 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .thick-86a6 {
    margin-top: 0;
  }

  /* Hero section */
  .thick-86a6 {
    padding: 2rem 0 1.5rem;
  }

  .focus_silver_9bf2 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .hidden_lower_5240 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .link_liquid_cc44 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .clean_5ab2 {
    max-width: 100%;
    border-radius: 8px;
  }

  .link_inner_bd40 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .highlight-old-9ca4 {
    padding: 1rem;
  }

  .caption-middle-b19f {
    font-size: 1.5rem;
  }

  .active_ee76 {
    font-size: 0.75rem;
  }

  .sidebar-fluid-6ad2 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .copper-527d {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .copper-527d .banner-6a48 {
    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 */
  .cool-fde4 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .easy_364f {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .active-7e90 {
    margin-bottom: 1rem;
  }

  /* Author */
  .paper_9e4f {
    flex-direction: column;
  }

  .iron_57b1 {
    flex-direction: column;
  }

  /* Quotes */
  .disabled-fa87 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .focused-6718 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .feature-active-a942 {
    flex-direction: column;
  }

  .feature-active-a942 .banner-6a48 {
    width: 100%;
  }

  /* Version comparison */
  .dynamic_04f6 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .hidden_e44b {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .photo_682d {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .title_89e3 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .logo-dirty-6bf4,
  .progress-over-bffd,
  .menu-5a75,
  .label_2241,
  .in-d1f6,
  .white_67a4 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .logo-dirty-6bf4 table,
  .progress-over-bffd table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .text_512b {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .aside-0150 {
    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;
  }

  .container_green_e41b {
    font-size: 1.25rem !important;
  }

  .focus_silver_9bf2 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .next-10c7 {
    position: fixed;
  }

  .west_0129 {
    padding: 0.625rem 0;
  }

  .alert_ea6e img {
    height: 26px;
  }

  .module-d35f {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .backdrop-in-1559 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .green_f390 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .green_f390 svg {
    width: 18px;
    height: 18px;
  }

  .green_f390 .current_77d8 {
    font-size: 0.7rem;
  }

  .green_f390 .table_0223 {
    font-size: 0.65rem;
  }

  .backdrop_short_06e5,
  .highlight_5f9d {
    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, .aside-0150, .filter_iron_8296, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .link_liquid_cc44 {
    padding: 1rem;
  }

  .link_inner_bd40 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .highlight-old-9ca4 {
    padding: 0.875rem;
  }

  .caption-middle-b19f {
    font-size: 1.25rem;
  }

  .copper-527d .banner-6a48 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .focus_silver_9bf2 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .banner-6a48 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .widget_55ef {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .easy_364f {
    padding: 1rem;
  }

  .active-7e90 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .hovered-06c8,
  .red-e9e0,
  .up_1d59,
  .upper-aebb {
    padding: 1rem;
  }
}

@media print {
  .next-10c7,
  .backdrop-1cc9,
  .background_green_8cc8,
  .banner-6a48,
  .container-pressed-8d5a {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .aside-0150 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.frame_center_be43 {
  margin-bottom: 3rem;
  text-align: center;
}

.container_green_e41b {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.focused_d3b0 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.progress_hovered_2077,
.hovered_006a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.container-basic-5e65 {
  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;
}

.container-basic-5e65:hover {
  transform: translateY(-5px);
}

.container-basic-5e65 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.container-basic-5e65 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.liquid_cb4c {
  margin: 3rem 0;
}

.logo_2245 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.right_4508 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.right_4508:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.motion-8619 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.pressed_7ba3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.secondary-tall-44ef {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.box_paper_8ae5 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.shadow-b0b0 {
  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;
}

.shadow-b0b0:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.shadow-b0b0.gallery-ccc8 {
  border-left: 4px solid var(--primary-color);
}

.accordion-202f {
  flex-shrink: 0;
}

.accordion-202f svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.white-ce1a {
  flex: 1;
}

.white-ce1a h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.popup_action_63a0 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.preview_pro_5de0,
.disabled_dynamic_9900,
.red-f520 {
  margin-bottom: 1.5rem;
}

.preview_pro_5de0 h4,
.disabled_dynamic_9900 h4,
.red-f520 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.preview_pro_5de0 ul,
.disabled_dynamic_9900 ul,
.red-f520 ul {
  list-style: none;
  padding: 0;
}

.preview_pro_5de0 li,
.disabled_dynamic_9900 li,
.red-f520 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.preview_pro_5de0 li:before,
.disabled_dynamic_9900 li:before,
.red-f520 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.steel_1d3d {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.steel_1d3d 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;
}

.steel_1d3d a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.secondary-ce13 { margin: 2rem 0; }
.module_over_1d77 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.module_over_1d77 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.shadow-silver-9de7 p { margin-bottom: 1rem; line-height: 1.7; }
.shadow-silver-9de7 strong { color: var(--text-primary); }
.shadow-silver-9de7 ul { list-style: none; padding-left: 0; }
.shadow-silver-9de7 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.shadow-silver-9de7 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.over-75f3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.widget-fed2 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.widget-fed2:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.cold-0bab { font-size: 3rem; margin-bottom: 1rem; }
.widget-fed2 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.widget-fed2 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.hard_a855 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.hard_a855 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.title_817a { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.plasma_4625 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.row-733c { text-align: center; }
.clean-8a17 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.progress_54eb { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.paragraph_lite_0298 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.lite-0b5b { margin: 2rem 0; }
.picture_931b { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.picture_931b h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.picture_931b p, .picture_931b ul { line-height: 1.7; }
.picture_931b ul { list-style: none; padding-left: 0; }
.picture_931b ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.picture_931b ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.complex-5385 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.slow-fec9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.left-6bdc { text-align: center; }
.pagination-mini-5d09 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.glass_90c3 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.hover_selected_43df { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.block_8499 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.alert-e913 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.alert-e913:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.alert-e913 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.alert-e913 p, .alert-e913 ul { line-height: 1.7; }
.alert-e913 ul { list-style: none; padding-left: 0; }
.alert-e913 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.alert-e913 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 5bbd */
.promo-block-r4 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.3;
}
