/* ============================================
   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 */
.text-bright-57b6 p,
.layout_large_d9b3,
.sort_047f,
.hard-6b5a,
.notice_e64f,
.title_7cfc,
.header-motion-347e,
.copper_5a5b {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.icon-f0d3 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.icon-f0d3 > *,
.image_2798,
.text-bright-57b6,
.menu-middle-e2c7 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .icon-f0d3 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .icon-f0d3 {
    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 === */
.glass_ae60 {
  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 */
.glass_ae60.right_24f1 {
  box-shadow: var(--shadow-md);
}

.carousel-bd7e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.orange_afc0 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.easy_7e79 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.tag-88a9 {
  display: none;
}

/* Hide mobile actions on desktop */
.section-2f33 {
  display: none;
}

.text-37a5 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.text-37a5 a:hover,
.text-37a5 a.fn-active-0b6f {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.shade_inner_bf98 {
  margin-left: 1rem;
}

.message_cold_7370 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.carousel-pink-38e9,
.table_west_3b4b {
  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;
}

.carousel-pink-38e9 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.carousel-pink-38e9: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;
}

.table_west_3b4b {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.table_west_3b4b: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;
}

.carousel-pink-38e9 svg,
.table_west_3b4b svg {
  flex-shrink: 0;
}

.frame-4f1a {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.complex-6a98 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.complex-6a98::before,
.complex-6a98::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.complex-6a98::before {
  top: -7px;
}

.complex-6a98::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.title_904c {
  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 === */
.gold_2b16 {
  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);
}

.chip-lite-0acb {
  margin: 0 0 2rem;
  text-align: center;
}

.fresh_ea5b {
  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;
}

.fresh_ea5b:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.dropdown-action-8d72 {
  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);
}

.dropdown-action-8d72 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.fast_340e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.shadow-dee7 {
  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;
}

.shadow-dee7:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.blue_bd83 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.light_cc7a {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.active_complex_fecd {
  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);
}

.active_complex_fecd .yellow-15f6 {
  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;
}

.active_complex_fecd .yellow-15f6 svg {
  flex-shrink: 0;
}

.active_complex_fecd .paragraph-next-9ddd {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.active_complex_fecd .paragraph-next-9ddd: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);
}

.active_complex_fecd .wrapper-simple-4860 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.active_complex_fecd .wrapper-simple-4860: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) {
  .gold_2b16 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .fresh_ea5b {
    max-width: 100%;
  }

  .fast_340e {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .shadow-dee7 {
    padding: 1rem;
  }

  .blue_bd83 {
    font-size: 1.5rem;
  }

  .light_cc7a {
    font-size: 0.75rem;
  }

  .dropdown-action-8d72 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .active_complex_fecd {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .active_complex_fecd .yellow-15f6 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .fast_340e {
    grid-template-columns: 1fr;
  }
}

.description_under_8105 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.primary-action-521b {
  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 === */
.complex_f037 {
  margin-bottom: 2.5rem;
}

.table_ac0d {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.description_under_8105 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.media-plasma-1531 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.up-52eb {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.button_616b {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.liquid-0d07 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.hover_fast_a59e {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.preview-easy-07c8 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.gallery-365f {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.gallery-365f svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.wrapper_new_bfab {
  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);
}

.thick_8a9e {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.slow-c0fb {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.input_out_c64d {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.box-motion-16e4 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.slider-1a88 {
  display: grid;
  gap: 1rem;
}

.column-1604 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.tooltip_steel_f89e {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.breadcrumb_1f02 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.caption_complex_e616 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.box-051d {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.alert_cool_48bf {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.alert_cool_48bf p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.layout_large_d9b3 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.grid-motion-c77c {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.backdrop_7894 {
  display: grid;
  gap: 2rem;
}

.background_ae58 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.up-52eb {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.media-plasma-1531 {
  flex: 1;
}

.liquid-0d07 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.liquid-0d07 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.primary_rough_1973 {
  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;
}

.hover_fast_a59e {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.last-c909 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.last-c909 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.media-0e01 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.media-0e01 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.focus-bde3 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.focus-bde3 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.focus-bde3 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.focus-bde3 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.aside-hard-9901 {
  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 === */
.text_ffa1 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.banner_a27e {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.disabled_109c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.breadcrumb_334d h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.breadcrumb_334d ol {
  list-style: none;
  counter-reset: toc-counter;
}

.breadcrumb_334d ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.breadcrumb_334d 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;
}

.breadcrumb_334d ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.breadcrumb_334d ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.text-bright-57b6 {
  padding: 3rem 0 5rem;
}

.menu-middle-e2c7 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.menu-middle-e2c7.carousel_wood_b24b {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.sort_047f {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.yellow-6343 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.label_bdd4 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.label_bdd4 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.element-silver-6b47 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.dirty_1586 {
  text-align: center;
}

.dim_d5e9 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.slider-101b {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.text_8c2d {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.title_7cfc {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.hard-6b5a {
  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;
}

.hard-6b5a * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.hard-6b5a:hover {
  box-shadow: var(--shadow-lg);
}

.hard-6b5a.purple_7c67 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.hard-6b5a h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.hard-6b5a ul {
  margin: 1rem 0;
}

.hard-6b5a li {
  margin-bottom: 0.75rem;
}

.warm-7f4d {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.middle_27c8 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.middle_27c8 a {
  font-weight: 600;
}

/* === Data Tables === */
.dropdown_3346 {
  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;
}

.dropdown_3346 table {
  width: 100%;
  min-width: 600px;
}

.dropdown_3346 thead {
  background-color: var(--primary-color);
  color: white;
}

.dropdown_3346 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.dropdown_3346 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.dropdown_3346 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.dropdown_3346 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.link-cool-ed6f {
  list-style: none;
  margin: 1.5rem 0;
}

.link-cool-ed6f li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.link-cool-ed6f li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.breadcrumb_d4a5::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-0b6f::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 === */
.form_2032 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.layout-static-7564 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.layout-static-7564 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.layout-static-7564 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.layout-static-7564 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.form_2032 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.header-motion-347e {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.header-motion-347e::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.shadow-small-3319 {
  position: relative;
  margin-bottom: 3rem;
}

.gallery_2b68 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.gallery_2b68 .footer-fd60 {
  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;
}

.sidebar_b5f2 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.sidebar_b5f2 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.sidebar_b5f2 ul {
  margin: 1rem 0;
}

.sidebar_b5f2 li {
  margin-bottom: 0.75rem;
}

.text_37b2 {
  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 === */
.column_276b {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.column_276b h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.last-353a {
  list-style: none;
  margin: 1.5rem 0;
}

.last-353a li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.last-353a a {
  font-weight: 600;
}

.nav-short-9ad3 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.copper_5a5b {
  margin: 2.5rem 0;
}

.block_soft_ac2b {
  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;
}

.block_soft_ac2b:hover {
  box-shadow: var(--shadow-lg);
}

.block_soft_ac2b.dynamic-9c64 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.filter_green_0010 {
  flex-shrink: 0;
}

.filter_green_0010 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);
}

.pattern-red-1c8a h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.simple-b1ca,
.secondary_silver_58bf,
.focus_b156 {
  width: 100%;
  margin: 1.5rem 0;
}

.tag-3a1b {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.tag-3a1b strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.fast-ee84 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.fast-ee84 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.backdrop_4456 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.backdrop_4456 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.blue_0ae4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.red-0de8 {
  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;
}

.red-0de8:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.red-0de8.section-bright-0979 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.red-0de8 .description_4511 {
  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;
}

.red-0de8 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.down-53bb {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.caption-7dc6 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.caption-7dc6 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.filter_8d28 {
  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 === */
.yellow-15f6 {
  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;
}

.paragraph-next-9ddd {
  background-color: var(--primary-color);
  color: white;
}

.paragraph-next-9ddd:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.wrapper-simple-4860 {
  background-color: var(--text-secondary);
  color: white;
}

.wrapper-simple-4860:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.glass-128c {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.glass-128c:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.nav_wood_e5c4 {
  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;
}

.nav_wood_e5c4:hover {
  background-color: var(--primary-dark);
}

.avatar_426d {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.filter-86c9 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.slow-372b {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.header-761a {
  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 === */
.center_f594 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.focus-clean-5ace {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.focus-clean-5ace h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.input-8a97 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.layout-0db7 {
  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;
}

.up-4045 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.blue-26fc {
  list-style: none;
  counter-reset: rank-counter;
}

.blue-26fc li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.blue-26fc 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;
}

.banner-9327 {
  list-style: none;
}

.banner-9327 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.component_caed {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.card-2331 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.card-2331 .brown-1907 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.card-2331 .list_6260 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.hidden-active-44ed {
  margin-top: 3rem;
}

.tooltip_3e6b {
  width: 100%;
}

.active-ea6d {
  background-color: #fef3c7;
}

.complex-befe {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.accordion_b0c5 {
  margin: 3rem 0;
}

.heading-1e24 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.widget_3211 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.widget_3211:hover {
  box-shadow: var(--shadow-lg);
}

.widget_3211.status_126d {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.notification_wood_08dc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.hot_fb55 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.hot_fb55 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.overlay_8c50 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.widget_3211 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.content-tall-c1ea {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.motion_8265 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.tooltip-basic-fe7f {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.button-c9cb {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.popup-91f6 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.text_6725 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.picture_eae5 {
  max-width: 900px;
  margin: 0 auto;
}

.item-gold-a452 {
  margin: 2rem 0;
}

.aside_black_7e53 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.aside_black_7e53 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.aside_black_7e53 summary::-webkit-details-marker {
  display: none;
}

.aside_black_7e53 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.link-gas-242f {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.aside_black_7e53[open] .link-gas-242f {
  transform: rotate(45deg);
}

.container-lite-dc44 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.container-lite-dc44 p:last-child {
  margin-bottom: 0;
}

.current_38c6 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.hero_cool_1f41 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.layout-f437 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.layout-f437 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.layout-f437 .yellow-15f6 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.carousel-137b {
  max-width: 900px;
  margin: 0 auto;
}

.button_26e2 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.footer-1c7b {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.footer-1c7b.fn-success-0b6f {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.fresh-fef0 {
  font-size: 3rem;
  line-height: 1;
}

.wrapper-smooth-a20f h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.simple_4301 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.article_prev_d43b,
.hover_paper_cfb9 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.article_prev_d43b h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.hover_paper_cfb9 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.pattern-2a70,
.layout_old_8630 {
  margin: 1.5rem 0;
}

.pattern-2a70 li,
.layout_old_8630 li {
  margin-bottom: 1rem;
}

.light_e54a {
  margin: 3rem 0;
}

.progress_33d7 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.progress_33d7 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.progress_33d7 ol {
  margin: 1rem 0;
}

.progress_33d7 li {
  margin-bottom: 0.75rem;
}

.tooltip-1737 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.disabled_first_5d61 {
  margin: 2rem 0;
}

.form-rough-b8f1 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.column_c429 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.slider-next-b094 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.box_7b92 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.badge-09be {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.info-old-00d3 {
  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;
}

.info-old-00d3 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.button_616b {
  flex: 1;
}

.button_616b h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.block-fluid-0ce4 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.element_966d p {
  margin-bottom: 1rem;
}

.hero-blue-07bb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.outline-dirty-ddec {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.active_basic_27a5 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.active_basic_27a5 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.tooltip_copper_6aa7 h3 {
  margin-bottom: 1.5rem;
}

.widget-58d6 {
  display: grid;
  gap: 2rem;
}

.border-dim-609e {
  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;
}

.border-dim-609e img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.border-dim-609e h4 {
  margin: 0 0 0.25rem;
}

.border-dim-609e p {
  margin: 0;
  font-size: 0.9375rem;
}

.sort_7163 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.dark-089a {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.dark-089a h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.dark-089a ul {
  margin: 1.5rem 0;
}

.dark-089a li {
  margin-bottom: 0.75rem;
}

.steel-ec45 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.article_copper_968f {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.feature-eaaa {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.modal-gas-dca7 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.modal-gas-dca7 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.table_advanced_c343 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.table_advanced_c343 a {
  color: rgba(255, 255, 255, 0.8);
}

.full-95dd {
  list-style: none;
}

.full-95dd li {
  margin-bottom: 0.75rem;
}

.full-95dd a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.full-95dd a:hover {
  color: white;
}

.pressed-429a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.title-gas-d92a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.green_bb18 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.wrapper-red-2967 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.detail_dc63 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .icon-f0d3 {
    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;
  }

  .badge-9148 {
    font-size: 1.5rem !important;
  }

  .table_ac0d {
    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 */
  .hard-6b5a,
  .notice_e64f,
  .sidebar_b5f2,
  .pattern-red-1c8a,
  .notification_wood_08dc,
  .widget_3211,
  .container-lite-dc44,
  .dropdown-action-8d72,
  .layout_large_d9b3,
  .sort_047f {
    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 */
  .description_under_8105 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .media-plasma-1531 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .up-52eb {
    flex-shrink: 0;
  }

  .button_616b {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .liquid-0d07,
  .hover_fast_a59e {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .hover_fast_a59e {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .easy_7e79 {
    display: none;
  }

  /* Show mobile actions */
  .section-2f33 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .aside_faa8 {
    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;
  }

  .aside_faa8 svg {
    flex-shrink: 0;
  }

  .aside_faa8 .label_stone_77e2 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .aside_faa8 .card_2d6c {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .summary-blue-7ce4 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .pagination_fluid_76a1 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .aside_faa8:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .tag-88a9 {
    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;
  }

  .tag-88a9.fn-active-0b6f {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .tag-88a9 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .tag-88a9 li:last-child {
    border-bottom: none;
  }

  .tag-88a9 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .text-37a5 {
    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;
  }

  .text-37a5 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .text-37a5 li:last-child {
    border-bottom: none;
  }

  .text-37a5 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .shade_inner_bf98 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .message_cold_7370 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .carousel-pink-38e9,
  .table_west_3b4b {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .carousel-pink-38e9 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .table_west_3b4b {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .text-37a5.fn-active-0b6f {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .frame-4f1a {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .glass_ae60 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .carousel-bd7e {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .title_904c {
    margin-top: 0;
  }

  /* Hero section */
  .title_904c {
    padding: 2rem 0 1.5rem;
  }

  .table_ac0d {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .layout_large_d9b3 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .gold_2b16 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .fresh_ea5b {
    max-width: 100%;
    border-radius: 8px;
  }

  .fast_340e {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .shadow-dee7 {
    padding: 1rem;
  }

  .blue_bd83 {
    font-size: 1.5rem;
  }

  .light_cc7a {
    font-size: 0.75rem;
  }

  .dropdown-action-8d72 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .active_complex_fecd {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .active_complex_fecd .yellow-15f6 {
    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 */
  .disabled_109c {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .block_soft_ac2b {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .filter_green_0010 {
    margin-bottom: 1rem;
  }

  /* Author */
  .background_ae58 {
    flex-direction: column;
  }

  .info-old-00d3 {
    flex-direction: column;
  }

  /* Quotes */
  .notification_wood_08dc {
    flex-direction: column;
  }

  /* Pros/Cons */
  .simple_4301 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .box_7b92 {
    flex-direction: column;
  }

  .box_7b92 .yellow-15f6 {
    width: 100%;
  }

  /* Version comparison */
  .blue_0ae4 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .center_f594 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .feature-eaaa {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .green_bb18 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .dropdown_3346,
  .secondary_silver_58bf,
  .mask_2639,
  .tooltip_3e6b,
  .simple-b1ca,
  .focus_b156 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .dropdown_3346 table,
  .secondary_silver_58bf table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .filter_8d28 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .icon-f0d3 {
    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;
  }

  .badge-9148 {
    font-size: 1.25rem !important;
  }

  .table_ac0d {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .glass_ae60 {
    position: fixed;
  }

  .carousel-bd7e {
    padding: 0.625rem 0;
  }

  .orange_afc0 img {
    height: 26px;
  }

  .text-37a5 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .tag-88a9 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .aside_faa8 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .aside_faa8 svg {
    width: 18px;
    height: 18px;
  }

  .aside_faa8 .label_stone_77e2 {
    font-size: 0.7rem;
  }

  .aside_faa8 .card_2d6c {
    font-size: 0.65rem;
  }

  .carousel-pink-38e9,
  .table_west_3b4b {
    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, .icon-f0d3, .image_2798, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .gold_2b16 {
    padding: 1rem;
  }

  .fast_340e {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .shadow-dee7 {
    padding: 0.875rem;
  }

  .blue_bd83 {
    font-size: 1.25rem;
  }

  .active_complex_fecd .yellow-15f6 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .table_ac0d {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .yellow-15f6 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .avatar_426d {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .block_soft_ac2b {
    padding: 1rem;
  }

  .filter_green_0010 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .hard-6b5a,
  .green_aacf,
  .tooltip_a3a9,
  .tertiary-c941 {
    padding: 1rem;
  }
}

@media print {
  .glass_ae60,
  .text_ffa1,
  .frame-4f1a,
  .yellow-15f6,
  .article_copper_968f {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .icon-f0d3 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.dirty-7546 {
  margin-bottom: 3rem;
  text-align: center;
}

.badge-9148 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.description_7618 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.item_cb83,
.disabled_96d9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.photo_c450 {
  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;
}

.photo_c450:hover {
  transform: translateY(-5px);
}

.photo_c450 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.photo_c450 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.mask_9bd2 {
  margin: 3rem 0;
}

.aside_fixed_179d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.header_db20 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.header_db20:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.purple_61ea {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.border-65f0 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.easy_1d81 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.over-2cce {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.description_e795 {
  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;
}

.description_e795:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.description_e795.pattern_fluid_42dc {
  border-left: 4px solid var(--primary-color);
}

.aside_action_5330 {
  flex-shrink: 0;
}

.aside_action_5330 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.input_huge_321c {
  flex: 1;
}

.input_huge_321c h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.slow-bc04 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.content_advanced_faa6,
.card_e085,
.focus_outer_f9f3 {
  margin-bottom: 1.5rem;
}

.content_advanced_faa6 h4,
.card_e085 h4,
.focus_outer_f9f3 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.content_advanced_faa6 ul,
.card_e085 ul,
.focus_outer_f9f3 ul {
  list-style: none;
  padding: 0;
}

.content_advanced_faa6 li,
.card_e085 li,
.focus_outer_f9f3 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.content_advanced_faa6 li:before,
.card_e085 li:before,
.focus_outer_f9f3 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.detail_north_c83d {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.detail_north_c83d 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;
}

.detail_north_c83d a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.icon_dc93 { margin: 2rem 0; }
.progress_83f7 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.progress_83f7 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.warm_ab74 p { margin-bottom: 1rem; line-height: 1.7; }
.warm_ab74 strong { color: var(--text-primary); }
.warm_ab74 ul { list-style: none; padding-left: 0; }
.warm_ab74 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.warm_ab74 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.popup_8365 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.copper-e15d { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.copper-e15d:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.dirty_e95f { font-size: 3rem; margin-bottom: 1rem; }
.copper-e15d h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.copper-e15d p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.complex-f19f { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.complex-f19f span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.tertiary_over_2851 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.border_up_e699 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.avatar_west_e4f0 { text-align: center; }
.card_9eef { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.out-714d { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.info_last_6fe1 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.message-7919 { margin: 2rem 0; }
.module-black-bed4 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.module-black-bed4 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.module-black-bed4 p, .module-black-bed4 ul { line-height: 1.7; }
.module-black-bed4 ul { list-style: none; padding-left: 0; }
.module-black-bed4 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.module-black-bed4 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.component_fd7d { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.fixed_19f1 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.highlight-short-c8e4 { text-align: center; }
.up_f185 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.picture_a6d3 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.backdrop-bronze-016f { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.popup_82e8 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.gradient-plasma-c845 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.gradient-plasma-c845:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.gradient-plasma-c845 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.gradient-plasma-c845 p, .gradient-plasma-c845 ul { line-height: 1.7; }
.gradient-plasma-c845 ul { list-style: none; padding-left: 0; }
.gradient-plasma-c845 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.gradient-plasma-c845 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 75e0 */
.promo-block-s3 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.2;
}
