/* ============================================
   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 */
.menu_focused_a6e2 p,
.small_03ad,
.table_last_c49a,
.item-steel-0e7c,
.texture-b75a,
.module-purple-4df3,
.active_c099,
.up_c286 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.description-9fe4 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.description-9fe4 > *,
.outer_e854,
.menu_focused_a6e2,
.banner-cc2b {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .description-9fe4 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .description-9fe4 {
    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 === */
.table_south_e9ae {
  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 */
.table_south_e9ae.description-de68 {
  box-shadow: var(--shadow-md);
}

.modal_large_31e3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.progress-c25d img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.outline_bottom_71cc {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.fast-8ce6 {
  display: none;
}

/* Hide mobile actions on desktop */
.fast-1ea6 {
  display: none;
}

.pink_c69a a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.pink_c69a a:hover,
.pink_c69a a.fn-active-cfe1 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.brown_da9c {
  margin-left: 1rem;
}

.cool_da2b {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.pink_0576,
.new_4eac {
  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;
}

.pink_0576 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.pink_0576: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;
}

.new_4eac {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.new_4eac: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;
}

.pink_0576 svg,
.new_4eac svg {
  flex-shrink: 0;
}

.hovered-76e5 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.up-a4db {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.up-a4db::before,
.up-a4db::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.up-a4db::before {
  top: -7px;
}

.up-a4db::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.block-out-0c42 {
  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 === */
.stone-4ec9 {
  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);
}

.lower_97a1 {
  margin: 0 0 2rem;
  text-align: center;
}

.dim_6409 {
  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;
}

.dim_6409:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.focus-white-682e {
  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);
}

.focus-white-682e strong {
  color: var(--primary-color);
  font-weight: 700;
}

.picture-7140 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.cool-be54 {
  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;
}

.cool-be54:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.sort_fluid_382c {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.thumbnail-dynamic-c125 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.tabs_stale_c6ed {
  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);
}

.tabs_stale_c6ed .feature-4aba {
  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;
}

.tabs_stale_c6ed .feature-4aba svg {
  flex-shrink: 0;
}

.tabs_stale_c6ed .backdrop_dc75 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.tabs_stale_c6ed .backdrop_dc75: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);
}

.tabs_stale_c6ed .block_out_5891 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.tabs_stale_c6ed .block_out_5891: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) {
  .stone-4ec9 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .dim_6409 {
    max-width: 100%;
  }

  .picture-7140 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .cool-be54 {
    padding: 1rem;
  }

  .sort_fluid_382c {
    font-size: 1.5rem;
  }

  .thumbnail-dynamic-c125 {
    font-size: 0.75rem;
  }

  .focus-white-682e {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .tabs_stale_c6ed {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .tabs_stale_c6ed .feature-4aba {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .picture-7140 {
    grid-template-columns: 1fr;
  }
}

.tag-dda5 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.clean-6d82 {
  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 === */
.gradient-86a5 {
  margin-bottom: 2.5rem;
}

.tooltip-79ad {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.tag-dda5 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.green-30e7 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.green_c04f {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.item_acf8 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.thick-7397 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.box-c688 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.wide_fd64 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.caption_inner_3c0f {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.caption_inner_3c0f svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.container-south-6ed5 {
  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);
}

.carousel-copper-0e39 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.module_7d11 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.description-4bf6 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.prev-34a3 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.slow-31fe {
  display: grid;
  gap: 1rem;
}

.hidden_d64a {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.background_cold_ef7c {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.active-7a75 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.chip_aadc {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.heading_fast_8780 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.soft-e734 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.soft-e734 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.small_03ad {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.article_yellow_bd6d {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.column-last-cd2c {
  display: grid;
  gap: 2rem;
}

.widget-stale-db34 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.green_c04f {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.green-30e7 {
  flex: 1;
}

.thick-7397 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.thick-7397 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.active-5f31 {
  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;
}

.box-c688 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.popup-b8d7 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.popup-b8d7 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.modal_paper_fba3 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.modal_paper_fba3 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.action_6f66 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.action_6f66 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.action_6f66 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.action_6f66 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.disabled_413b {
  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 === */
.wrapper-focused-5ab6 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.fast-8972 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.right-c16e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.message_yellow_93b7 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.message_yellow_93b7 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.message_yellow_93b7 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.message_yellow_93b7 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;
}

.message_yellow_93b7 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.message_yellow_93b7 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.menu_focused_a6e2 {
  padding: 3rem 0 5rem;
}

.banner-cc2b {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.banner-cc2b.east_4bff {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.table_last_c49a {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.sidebar_center_3e1b {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.chip_06c5 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.chip_06c5 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.section_warm_f127 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.hero-b0a2 {
  text-align: center;
}

.backdrop_north_c6e1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.main-last-9eb7 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.thick-ac43 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.module-purple-4df3 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.item-steel-0e7c {
  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;
}

.item-steel-0e7c * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.item-steel-0e7c:hover {
  box-shadow: var(--shadow-lg);
}

.item-steel-0e7c.hover_black_c2df {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.item-steel-0e7c h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.item-steel-0e7c ul {
  margin: 1rem 0;
}

.item-steel-0e7c li {
  margin-bottom: 0.75rem;
}

.logo_2647 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.filter_0792 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.filter_0792 a {
  font-weight: 600;
}

/* === Data Tables === */
.over_40c2 {
  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;
}

.over_40c2 table {
  width: 100%;
  min-width: 600px;
}

.over_40c2 thead {
  background-color: var(--primary-color);
  color: white;
}

.over_40c2 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.over_40c2 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.over_40c2 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.over_40c2 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.tabs_d460 {
  list-style: none;
  margin: 1.5rem 0;
}

.tabs_d460 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.tabs_d460 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.block-d529::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-cfe1::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 === */
.tiny-5e43 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.primary-white-b71e {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.primary-white-b71e img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.primary-white-b71e strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.primary-white-b71e span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.tiny-5e43 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.active_c099 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.active_c099::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.widget-d746 {
  position: relative;
  margin-bottom: 3rem;
}

.hero_basic_48b9 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.hero_basic_48b9 .sort_9afb {
  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;
}

.wrapper-next-6e89 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.wrapper-next-6e89 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.wrapper-next-6e89 ul {
  margin: 1rem 0;
}

.wrapper-next-6e89 li {
  margin-bottom: 0.75rem;
}

.slider_full_05dd {
  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 === */
.image_4277 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.image_4277 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.texture-a588 {
  list-style: none;
  margin: 1.5rem 0;
}

.texture-a588 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.texture-a588 a {
  font-weight: 600;
}

.hot-3432 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.up_c286 {
  margin: 2.5rem 0;
}

.modal-64de {
  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;
}

.modal-64de:hover {
  box-shadow: var(--shadow-lg);
}

.modal-64de.hover_254c {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.fixed_e2b0 {
  flex-shrink: 0;
}

.fixed_e2b0 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);
}

.header-right-1e59 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.bottom_6cad,
.east_c3a5,
.hard-c75b {
  width: 100%;
  margin: 1.5rem 0;
}

.accent_plasma_6e85 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.accent_plasma_6e85 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.border_fbe3 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.border_fbe3 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.box_a216 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.box_a216 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.carousel_f5f5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.box_6b9a {
  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;
}

.box_6b9a:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.box_6b9a.pagination_c83b {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.box_6b9a .card_small_641a {
  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;
}

.box_6b9a h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.hidden_stale_8387 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.new_3f15 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.new_3f15 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.main-orange-5c79 {
  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 === */
.feature-4aba {
  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;
}

.backdrop_dc75 {
  background-color: var(--primary-color);
  color: white;
}

.backdrop_dc75:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.block_out_5891 {
  background-color: var(--text-secondary);
  color: white;
}

.block_out_5891:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.frame_fd93 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.frame_fd93:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.element-1935 {
  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;
}

.element-1935:hover {
  background-color: var(--primary-dark);
}

.banner-tall-cbb0 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.widget-7a56 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.chip_left_4a37 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.disabled-light-d552 {
  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 === */
.item-e99d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.glass-5d7f {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.glass-5d7f h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.grid-1965 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.preview_2aa8 {
  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;
}

.label_pressed_5d0c {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.background-soft-2d1f {
  list-style: none;
  counter-reset: rank-counter;
}

.background-soft-2d1f li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.background-soft-2d1f 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;
}

.card_simple_f8e8 {
  list-style: none;
}

.card_simple_f8e8 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.gradient_fixed_3970 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.title-middle-ab9d {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.title-middle-ab9d .row_3796 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.title-middle-ab9d .label_last_72e1 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.outline-inner-0d7d {
  margin-top: 3rem;
}

.narrow_eb7e {
  width: 100%;
}

.banner-3e1a {
  background-color: #fef3c7;
}

.footer_e76c {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.top-950a {
  margin: 3rem 0;
}

.row-bottom-5d90 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.advanced_7b40 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.advanced_7b40:hover {
  box-shadow: var(--shadow-lg);
}

.advanced_7b40.table-4105 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.article-b6d3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.under_3954 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.under_3954 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.top-b32c {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.advanced_7b40 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.pagination_over_51dd {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tooltip-dc66 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.paragraph-out-4b6e {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.top_c5f3 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.main_79dc {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.row-easy-7fa1 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.hover-fixed-1380 {
  max-width: 900px;
  margin: 0 auto;
}

.shade-fluid-8b3c {
  margin: 2rem 0;
}

.action_9a39 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.action_9a39 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.action_9a39 summary::-webkit-details-marker {
  display: none;
}

.action_9a39 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.picture-fixed-dfec {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.action_9a39[open] .picture-fixed-dfec {
  transform: rotate(45deg);
}

.image_dim_0293 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.image_dim_0293 p:last-child {
  margin-bottom: 0;
}

.accordion-3d36 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.bottom-a3bd {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.right_7863 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.right_7863 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.right_7863 .feature-4aba {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.icon_f864 {
  max-width: 900px;
  margin: 0 auto;
}

.image_slow_a97a {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.search_middle_b871 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.search_middle_b871.fn-success-cfe1 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.alert-steel-eda7 {
  font-size: 3rem;
  line-height: 1;
}

.gallery-d95e h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.list_in_4cf1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.light_6218,
.outline-0a31 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.light_6218 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.outline-0a31 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.copper_f27a,
.gas_92dd {
  margin: 1.5rem 0;
}

.copper_f27a li,
.gas_92dd li {
  margin-bottom: 1rem;
}

.bronze-c374 {
  margin: 3rem 0;
}

.heading_dim_4876 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.heading_dim_4876 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.heading_dim_4876 ol {
  margin: 1rem 0;
}

.heading_dim_4876 li {
  margin-bottom: 0.75rem;
}

.shadow_5dee {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.layout-0eac {
  margin: 2rem 0;
}

.tag-baea {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.preview_d844 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.advanced-0eb6 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.detail_2351 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.input-right-ffac {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.text_57f0 {
  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;
}

.text_57f0 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.item_acf8 {
  flex: 1;
}

.item_acf8 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.bottom-46e8 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.short_fd45 p {
  margin-bottom: 1rem;
}

.grid-active-20b2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.outer_60ce {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.motion-83ef {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.motion-83ef a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.tag_hard_53c4 h3 {
  margin-bottom: 1.5rem;
}

.silver_1277 {
  display: grid;
  gap: 2rem;
}

.fluid-b5a8 {
  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;
}

.fluid-b5a8 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.fluid-b5a8 h4 {
  margin: 0 0 0.25rem;
}

.fluid-b5a8 p {
  margin: 0;
  font-size: 0.9375rem;
}

.dropdown-fixed-aca4 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.bright-ea13 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.bright-ea13 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.bright-ea13 ul {
  margin: 1.5rem 0;
}

.bright-ea13 li {
  margin-bottom: 0.75rem;
}

.popup-iron-ef38 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.dynamic_540c {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.accordion_brown_af27 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.breadcrumb-d2ea h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.breadcrumb-d2ea p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.bright_deff {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.bright_deff a {
  color: rgba(255, 255, 255, 0.8);
}

.middle-f4b5 {
  list-style: none;
}

.middle-f4b5 li {
  margin-bottom: 0.75rem;
}

.middle-f4b5 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.middle-f4b5 a:hover {
  color: white;
}

.pagination_inner_bc99 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.avatar_thick_e41e {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.notification_full_c470 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.next-4f32 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.hover_0c42 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .description-9fe4 {
    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;
  }

  .list_f0cf {
    font-size: 1.5rem !important;
  }

  .tooltip-79ad {
    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 */
  .item-steel-0e7c,
  .texture-b75a,
  .wrapper-next-6e89,
  .header-right-1e59,
  .article-b6d3,
  .advanced_7b40,
  .image_dim_0293,
  .focus-white-682e,
  .small_03ad,
  .table_last_c49a {
    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 */
  .tag-dda5 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .green-30e7 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .green_c04f {
    flex-shrink: 0;
  }

  .item_acf8 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .thick-7397,
  .box-c688 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .box-c688 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .outline_bottom_71cc {
    display: none;
  }

  /* Show mobile actions */
  .fast-1ea6 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .bronze-f823 {
    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;
  }

  .bronze-f823 svg {
    flex-shrink: 0;
  }

  .bronze-f823 .info_easy_39f3 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .bronze-f823 .primary_5f3f {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .sort_a0bc {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .thumbnail_895c {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .bronze-f823:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .fast-8ce6 {
    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;
  }

  .fast-8ce6.fn-active-cfe1 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .fast-8ce6 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .fast-8ce6 li:last-child {
    border-bottom: none;
  }

  .fast-8ce6 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .pink_c69a {
    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;
  }

  .pink_c69a li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .pink_c69a li:last-child {
    border-bottom: none;
  }

  .pink_c69a a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .brown_da9c {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .cool_da2b {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .pink_0576,
  .new_4eac {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .pink_0576 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .new_4eac {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .pink_c69a.fn-active-cfe1 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .hovered-76e5 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .table_south_e9ae {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .modal_large_31e3 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .block-out-0c42 {
    margin-top: 0;
  }

  /* Hero section */
  .block-out-0c42 {
    padding: 2rem 0 1.5rem;
  }

  .tooltip-79ad {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .small_03ad {
    font-size: 1rem;
  }

  /* Hero brand image */
  .stone-4ec9 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .dim_6409 {
    max-width: 100%;
    border-radius: 8px;
  }

  .picture-7140 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .cool-be54 {
    padding: 1rem;
  }

  .sort_fluid_382c {
    font-size: 1.5rem;
  }

  .thumbnail-dynamic-c125 {
    font-size: 0.75rem;
  }

  .focus-white-682e {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .tabs_stale_c6ed {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .tabs_stale_c6ed .feature-4aba {
    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 */
  .right-c16e {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .modal-64de {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .fixed_e2b0 {
    margin-bottom: 1rem;
  }

  /* Author */
  .widget-stale-db34 {
    flex-direction: column;
  }

  .text_57f0 {
    flex-direction: column;
  }

  /* Quotes */
  .article-b6d3 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .list_in_4cf1 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .detail_2351 {
    flex-direction: column;
  }

  .detail_2351 .feature-4aba {
    width: 100%;
  }

  /* Version comparison */
  .carousel_f5f5 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .item-e99d {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .accordion_brown_af27 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .notification_full_c470 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .over_40c2,
  .east_c3a5,
  .thumbnail-1afb,
  .narrow_eb7e,
  .bottom_6cad,
  .hard-c75b {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .over_40c2 table,
  .east_c3a5 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .main-orange-5c79 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .description-9fe4 {
    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;
  }

  .list_f0cf {
    font-size: 1.25rem !important;
  }

  .tooltip-79ad {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .table_south_e9ae {
    position: fixed;
  }

  .modal_large_31e3 {
    padding: 0.625rem 0;
  }

  .progress-c25d img {
    height: 26px;
  }

  .pink_c69a {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .fast-8ce6 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .bronze-f823 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .bronze-f823 svg {
    width: 18px;
    height: 18px;
  }

  .bronze-f823 .info_easy_39f3 {
    font-size: 0.7rem;
  }

  .bronze-f823 .primary_5f3f {
    font-size: 0.65rem;
  }

  .pink_0576,
  .new_4eac {
    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, .description-9fe4, .outer_e854, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .stone-4ec9 {
    padding: 1rem;
  }

  .picture-7140 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .cool-be54 {
    padding: 0.875rem;
  }

  .sort_fluid_382c {
    font-size: 1.25rem;
  }

  .tabs_stale_c6ed .feature-4aba {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .tooltip-79ad {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .feature-4aba {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .banner-tall-cbb0 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .modal-64de {
    padding: 1rem;
  }

  .fixed_e2b0 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .item-steel-0e7c,
  .wrapper_prev_ee59,
  .summary_white_d528,
  .content-center-63e1 {
    padding: 1rem;
  }
}

@media print {
  .table_south_e9ae,
  .wrapper-focused-5ab6,
  .hovered-76e5,
  .feature-4aba,
  .dynamic_540c {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .description-9fe4 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.caption-yellow-c024 {
  margin-bottom: 3rem;
  text-align: center;
}

.list_f0cf {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.picture-dd20 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.detail-3d10,
.video_c02d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.tertiary-center-93e2 {
  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;
}

.tertiary-center-93e2:hover {
  transform: translateY(-5px);
}

.tertiary-center-93e2 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.tertiary-center-93e2 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.background_edca {
  margin: 3rem 0;
}

.component-062e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.chip-solid-ff71 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.chip-solid-ff71:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.wrapper-5679 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.image_b7f7 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.status_advanced_fead {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.info-1db9 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.list_85d4 {
  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;
}

.list_85d4:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.list_85d4.highlight-large-2fd1 {
  border-left: 4px solid var(--primary-color);
}

.disabled_fast_20e0 {
  flex-shrink: 0;
}

.disabled_fast_20e0 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.frame-acff {
  flex: 1;
}

.frame-acff h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.card-hovered-ba03 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.dropdown_74dd,
.south-3a07,
.background_f48a {
  margin-bottom: 1.5rem;
}

.dropdown_74dd h4,
.south-3a07 h4,
.background_f48a h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.dropdown_74dd ul,
.south-3a07 ul,
.background_f48a ul {
  list-style: none;
  padding: 0;
}

.dropdown_74dd li,
.south-3a07 li,
.background_f48a li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.dropdown_74dd li:before,
.south-3a07 li:before,
.background_f48a li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.border-0a96 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.border-0a96 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;
}

.border-0a96 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.article-in-148d { margin: 2rem 0; }
.easy-5036 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.easy-5036 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.mask_lower_fcc1 p { margin-bottom: 1rem; line-height: 1.7; }
.mask_lower_fcc1 strong { color: var(--text-primary); }
.mask_lower_fcc1 ul { list-style: none; padding-left: 0; }
.mask_lower_fcc1 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.mask_lower_fcc1 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.nav_soft_d48d { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.notice_gas_84cc { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.notice_gas_84cc:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.article-glass-1891 { font-size: 3rem; margin-bottom: 1rem; }
.notice_gas_84cc h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.notice_gas_84cc p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.west-8000 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.west-8000 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.outer-4d7d { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.primary_dim_f676 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.wide_ce1d { text-align: center; }
.nav_4517 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.media-tall-63eb { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.hero_1139 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.main_center_e662 { margin: 2rem 0; }
.carousel_9459 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.carousel_9459 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.carousel_9459 p, .carousel_9459 ul { line-height: 1.7; }
.carousel_9459 ul { list-style: none; padding-left: 0; }
.carousel_9459 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.carousel_9459 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.notification_8137 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.west_bc1e { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.yellow_24bc { text-align: center; }
.button-919b { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.hero-fluid-339d { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.advanced_b5ca { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.rough_f662 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.column_static_7ba2 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.column_static_7ba2:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.column_static_7ba2 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.column_static_7ba2 p, .column_static_7ba2 ul { line-height: 1.7; }
.column_static_7ba2 ul { list-style: none; padding-left: 0; }
.column_static_7ba2 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.column_static_7ba2 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: e57d */
.phantom-card-y3 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.0;
}
