/* ============================================
   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 */
.main_6a7a p,
.lite_6783,
.sort-east-57c5,
.label-motion-fe33,
.element_9ee7,
.heading-dd61,
.static-48e2,
.filter_23c3 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.active-63a2 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.active-63a2 > *,
.dynamic-8f28,
.main_6a7a,
.breadcrumb-narrow-9d46 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .active-63a2 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .active-63a2 {
    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 === */
.white-1695 {
  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 */
.white-1695.preview-light-7477 {
  box-shadow: var(--shadow-md);
}

.texture_a765 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.solid-3b05 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.thumbnail_1cde {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.white_4e04 {
  display: none;
}

/* Hide mobile actions on desktop */
.pressed_8141 {
  display: none;
}

.container-prev-c908 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.container-prev-c908 a:hover,
.container-prev-c908 a.fn-active-6efd {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.description-f170 {
  margin-left: 1rem;
}

.upper-6886 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.stale-5870,
.hard-26cd {
  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;
}

.stale-5870 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.stale-5870: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;
}

.hard-26cd {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.hard-26cd: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;
}

.stale-5870 svg,
.hard-26cd svg {
  flex-shrink: 0;
}

.item-5255 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.easy-5346 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.easy-5346::before,
.easy-5346::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.easy-5346::before {
  top: -7px;
}

.easy-5346::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.action-293d {
  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 === */
.mask_white_a004 {
  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);
}

.footer_pressed_0ff3 {
  margin: 0 0 2rem;
  text-align: center;
}

.module-31d1 {
  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;
}

.module-31d1:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.picture_fe6e {
  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);
}

.picture_fe6e strong {
  color: var(--primary-color);
  font-weight: 700;
}

.paragraph_cool_3802 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.west_f288 {
  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;
}

.west_f288:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.cool-5dcb {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.bottom_8b03 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.huge-dbe3 {
  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);
}

.huge-dbe3 .narrow_739f {
  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;
}

.huge-dbe3 .narrow_739f svg {
  flex-shrink: 0;
}

.huge-dbe3 .filter-9c55 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.huge-dbe3 .filter-9c55: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);
}

.huge-dbe3 .mask_f38f {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.huge-dbe3 .mask_f38f: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) {
  .mask_white_a004 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .module-31d1 {
    max-width: 100%;
  }

  .paragraph_cool_3802 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .west_f288 {
    padding: 1rem;
  }

  .cool-5dcb {
    font-size: 1.5rem;
  }

  .bottom_8b03 {
    font-size: 0.75rem;
  }

  .picture_fe6e {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .huge-dbe3 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .huge-dbe3 .narrow_739f {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .paragraph_cool_3802 {
    grid-template-columns: 1fr;
  }
}

.outer_3f25 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.selected_541e {
  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 === */
.message_7950 {
  margin-bottom: 2.5rem;
}

.detail-first-b97f {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.outer_3f25 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.banner-8071 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.overlay-solid-05a7 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.middle_5ffd {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.south_fbd4 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.carousel-6f24 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.complex-d151 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.module_soft_378b {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.module_soft_378b svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.bronze_f9c1 {
  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);
}

.form-83b2 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.paper-30ba {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.pro-51f8 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.icon-4b50 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.container-f21c {
  display: grid;
  gap: 1rem;
}

.blue_404f {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.huge-fef5 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.filter_e57f {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.clean_d075 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.nav_b584 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.heading-39e3 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.heading-39e3 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.lite_6783 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.hover-under-e93b {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.table-7b6a {
  display: grid;
  gap: 2rem;
}

.photo_fast_6578 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.overlay-solid-05a7 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.banner-8071 {
  flex: 1;
}

.south_fbd4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.south_fbd4 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.frame-first-5177 {
  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;
}

.carousel-6f24 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.first-4978 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.first-4978 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.glass_a7d6 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.glass_a7d6 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.pagination_current_a153 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.pagination_current_a153 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.pagination_current_a153 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.pagination_current_a153 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.dropdown_middle_f220 {
  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 === */
.filter-purple-150f {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.mask-mini-496e {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.header-0316 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.stone-51bd h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.stone-51bd ol {
  list-style: none;
  counter-reset: toc-counter;
}

.stone-51bd ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.stone-51bd 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;
}

.stone-51bd ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.stone-51bd ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.main_6a7a {
  padding: 3rem 0 5rem;
}

.breadcrumb-narrow-9d46 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.breadcrumb-narrow-9d46.texture-green-0aba {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.sort-east-57c5 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.button_1e4c {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.section_small_99a5 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.section_small_99a5 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.picture-short-8958 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.caption-6581 {
  text-align: center;
}

.column-small-d481 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.tertiary-557b {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.header-steel-8c9f {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.heading-dd61 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.label-motion-fe33 {
  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;
}

.label-motion-fe33 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.label-motion-fe33:hover {
  box-shadow: var(--shadow-lg);
}

.label-motion-fe33.fixed_2a45 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.label-motion-fe33 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.label-motion-fe33 ul {
  margin: 1rem 0;
}

.label-motion-fe33 li {
  margin-bottom: 0.75rem;
}

.green_e175 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.focus_dirty_a4d3 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.focus_dirty_a4d3 a {
  font-weight: 600;
}

/* === Data Tables === */
.pro-841a {
  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;
}

.pro-841a table {
  width: 100%;
  min-width: 600px;
}

.pro-841a thead {
  background-color: var(--primary-color);
  color: white;
}

.pro-841a th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.pro-841a td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.pro-841a tbody tr:hover {
  background-color: var(--bg-secondary);
}

.pro-841a tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.small-0e01 {
  list-style: none;
  margin: 1.5rem 0;
}

.small-0e01 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.small-0e01 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.gradient_c2a7::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-6efd::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 === */
.fresh_b18d {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.block_inner_9ca3 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.block_inner_9ca3 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.block_inner_9ca3 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.block_inner_9ca3 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.fresh_b18d blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.static-48e2 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.static-48e2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.bronze-5863 {
  position: relative;
  margin-bottom: 3rem;
}

.chip_3061 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.chip_3061 .up_72bc {
  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;
}

.middle_3afe {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.middle_3afe h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.middle_3afe ul {
  margin: 1rem 0;
}

.middle_3afe li {
  margin-bottom: 0.75rem;
}

.dirty-3c38 {
  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 === */
.gradient-9395 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.gradient-9395 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.frame-action-2c7e {
  list-style: none;
  margin: 1.5rem 0;
}

.frame-action-2c7e li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.frame-action-2c7e a {
  font-weight: 600;
}

.badge-e280 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.filter_23c3 {
  margin: 2.5rem 0;
}

.logo-8b33 {
  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;
}

.logo-8b33:hover {
  box-shadow: var(--shadow-lg);
}

.logo-8b33.basic_2c13 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.input_dbd8 {
  flex-shrink: 0;
}

.input_dbd8 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);
}

.media-mini-7232 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.accent-middle-1ec3,
.carousel-next-284d,
.stone_d87f {
  width: 100%;
  margin: 1.5rem 0;
}

.chip_fast_167a {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.chip_fast_167a strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.clean_4e93 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.clean_4e93 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.picture_plasma_e6ad {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.picture_plasma_e6ad strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.over_2b9f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.nav-outer-6f04 {
  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;
}

.nav-outer-6f04:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.nav-outer-6f04.message-ff1b {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.nav-outer-6f04 .focus-out-06de {
  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;
}

.nav-outer-6f04 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.gradient-cool-74ed {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.gallery_d7e9 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.gallery_d7e9 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.text-thick-76f1 {
  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 === */
.narrow_739f {
  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;
}

.filter-9c55 {
  background-color: var(--primary-color);
  color: white;
}

.filter-9c55:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.mask_f38f {
  background-color: var(--text-secondary);
  color: white;
}

.mask_f38f:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.main_west_89c0 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.main_west_89c0:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.red-d37d {
  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;
}

.red-d37d:hover {
  background-color: var(--primary-dark);
}

.tooltip_d57c {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.top_94a1 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.purple-85c6 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.action_539a {
  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 === */
.out-d525 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.main-west-f594 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.main-west-f594 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.message-cold-fa24 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.popup_0608 {
  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;
}

.steel-3af5 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.fixed_f388 {
  list-style: none;
  counter-reset: rank-counter;
}

.fixed_f388 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.fixed_f388 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;
}

.middle-1fbb {
  list-style: none;
}

.middle-1fbb li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.box-pink-2361 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.small_ac29 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.small_ac29 .surface-tiny-0bae {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.small_ac29 .tall-6058 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.yellow-cf8d {
  margin-top: 3rem;
}

.breadcrumb_b26d {
  width: 100%;
}

.right-d88e {
  background-color: #fef3c7;
}

.heading_full_48ec {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.card-173c {
  margin: 3rem 0;
}

.info_clean_ebd7 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.selected-8e82 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.selected-8e82:hover {
  box-shadow: var(--shadow-lg);
}

.selected-8e82.shadow_f80a {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.lite_7bc3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.motion_8e3b strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.motion_8e3b span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.paragraph-9ea3 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.selected-8e82 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.message-small-df7f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.plasma_feca {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.thumbnail_dim_c629 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.alert_bdf3 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.photo-a4cc {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.thumbnail_f49b {
  margin-top: 1rem;
}

/* === FAQ Section === */
.simple_24f5 {
  max-width: 900px;
  margin: 0 auto;
}

.detail_glass_502d {
  margin: 2rem 0;
}

.static-08b9 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.static-08b9 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.static-08b9 summary::-webkit-details-marker {
  display: none;
}

.static-08b9 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.focus_basic_bd73 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.static-08b9[open] .focus_basic_bd73 {
  transform: rotate(45deg);
}

.selected-ffd1 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.selected-ffd1 p:last-child {
  margin-bottom: 0;
}

.fast_8428 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.summary-b2b2 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.gallery-stale-bebc {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.gallery-stale-bebc p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.gallery-stale-bebc .narrow_739f {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.gallery_advanced_7b8a {
  max-width: 900px;
  margin: 0 auto;
}

.light-6967 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.shade-solid-5cf7 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.shade-solid-5cf7.fn-success-6efd {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.element_689d {
  font-size: 3rem;
  line-height: 1;
}

.list_4fd4 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.sort-hot-1f48 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.soft_eaac,
.carousel_red_2463 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.soft_eaac h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.carousel_red_2463 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.medium_6d07,
.wrapper-e63c {
  margin: 1.5rem 0;
}

.medium_6d07 li,
.wrapper-e63c li {
  margin-bottom: 1rem;
}

.solid_e18a {
  margin: 3rem 0;
}

.gallery_5e69 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.gallery_5e69 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.gallery_5e69 ol {
  margin: 1rem 0;
}

.gallery_5e69 li {
  margin-bottom: 0.75rem;
}

.menu-e3cf {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.component-top-5043 {
  margin: 2rem 0;
}

.fast-94d1 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.solid-b344 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.message-wood-ac0d {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.item-middle-65b7 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.mask_lower_1afc {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.prev_9e62 {
  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;
}

.prev_9e62 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.middle_5ffd {
  flex: 1;
}

.middle_5ffd h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.info_gold_ecdb {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.paragraph-west-1dd3 p {
  margin-bottom: 1rem;
}

.alert_2377 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.text-static-3498 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.shadow-e20e {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.shadow-e20e a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.component_96c0 h3 {
  margin-bottom: 1.5rem;
}

.cold-04e1 {
  display: grid;
  gap: 2rem;
}

.breadcrumb_west_2252 {
  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;
}

.breadcrumb_west_2252 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.breadcrumb_west_2252 h4 {
  margin: 0 0 0.25rem;
}

.breadcrumb_west_2252 p {
  margin: 0;
  font-size: 0.9375rem;
}

.tag_south_21eb {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.feature-fddd {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.feature-fddd h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.feature-fddd ul {
  margin: 1.5rem 0;
}

.feature-fddd li {
  margin-bottom: 0.75rem;
}

.texture-small-b891 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.preview_0d00 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.label_16e4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.list-top-9647 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.list-top-9647 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.focus-small-dad7 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.focus-small-dad7 a {
  color: rgba(255, 255, 255, 0.8);
}

.last-9f8a {
  list-style: none;
}

.last-9f8a li {
  margin-bottom: 0.75rem;
}

.last-9f8a a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.last-9f8a a:hover {
  color: white;
}

.grid-pink-0fe6 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.paragraph-clean-0c4f {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.status-west-c1ca {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.dirty-523a {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.tabs_right_26b0 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .active-63a2 {
    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;
  }

  .copper_a7e3 {
    font-size: 1.5rem !important;
  }

  .detail-first-b97f {
    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 */
  .label-motion-fe33,
  .element_9ee7,
  .middle_3afe,
  .media-mini-7232,
  .lite_7bc3,
  .selected-8e82,
  .selected-ffd1,
  .picture_fe6e,
  .lite_6783,
  .sort-east-57c5 {
    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 */
  .outer_3f25 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .banner-8071 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .overlay-solid-05a7 {
    flex-shrink: 0;
  }

  .middle_5ffd {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .south_fbd4,
  .carousel-6f24 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .carousel-6f24 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .thumbnail_1cde {
    display: none;
  }

  /* Show mobile actions */
  .pressed_8141 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .right_b176 {
    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;
  }

  .right_b176 svg {
    flex-shrink: 0;
  }

  .right_b176 .pattern-fresh-b9fe {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .right_b176 .outer-c1ce {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .paper_ad1e {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .center_ca4a {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .right_b176:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .white_4e04 {
    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;
  }

  .white_4e04.fn-active-6efd {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .white_4e04 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .white_4e04 li:last-child {
    border-bottom: none;
  }

  .white_4e04 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .container-prev-c908 {
    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;
  }

  .container-prev-c908 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .container-prev-c908 li:last-child {
    border-bottom: none;
  }

  .container-prev-c908 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .description-f170 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .upper-6886 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .stale-5870,
  .hard-26cd {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .stale-5870 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .hard-26cd {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .container-prev-c908.fn-active-6efd {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .item-5255 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .white-1695 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .texture_a765 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .action-293d {
    margin-top: 0;
  }

  /* Hero section */
  .action-293d {
    padding: 2rem 0 1.5rem;
  }

  .detail-first-b97f {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .lite_6783 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .mask_white_a004 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .module-31d1 {
    max-width: 100%;
    border-radius: 8px;
  }

  .paragraph_cool_3802 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .west_f288 {
    padding: 1rem;
  }

  .cool-5dcb {
    font-size: 1.5rem;
  }

  .bottom_8b03 {
    font-size: 0.75rem;
  }

  .picture_fe6e {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .huge-dbe3 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .huge-dbe3 .narrow_739f {
    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 */
  .header-0316 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .logo-8b33 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .input_dbd8 {
    margin-bottom: 1rem;
  }

  /* Author */
  .photo_fast_6578 {
    flex-direction: column;
  }

  .prev_9e62 {
    flex-direction: column;
  }

  /* Quotes */
  .lite_7bc3 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .sort-hot-1f48 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .item-middle-65b7 {
    flex-direction: column;
  }

  .item-middle-65b7 .narrow_739f {
    width: 100%;
  }

  /* Version comparison */
  .over_2b9f {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .out-d525 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .label_16e4 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .status-west-c1ca {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .pro-841a,
  .carousel-next-284d,
  .caption_025e,
  .breadcrumb_b26d,
  .accent-middle-1ec3,
  .stone_d87f {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .pro-841a table,
  .carousel-next-284d table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .text-thick-76f1 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .active-63a2 {
    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;
  }

  .copper_a7e3 {
    font-size: 1.25rem !important;
  }

  .detail-first-b97f {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .white-1695 {
    position: fixed;
  }

  .texture_a765 {
    padding: 0.625rem 0;
  }

  .solid-3b05 img {
    height: 26px;
  }

  .container-prev-c908 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .white_4e04 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .right_b176 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .right_b176 svg {
    width: 18px;
    height: 18px;
  }

  .right_b176 .pattern-fresh-b9fe {
    font-size: 0.7rem;
  }

  .right_b176 .outer-c1ce {
    font-size: 0.65rem;
  }

  .stale-5870,
  .hard-26cd {
    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, .active-63a2, .dynamic-8f28, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .mask_white_a004 {
    padding: 1rem;
  }

  .paragraph_cool_3802 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .west_f288 {
    padding: 0.875rem;
  }

  .cool-5dcb {
    font-size: 1.25rem;
  }

  .huge-dbe3 .narrow_739f {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .detail-first-b97f {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .narrow_739f {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .tooltip_d57c {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .logo-8b33 {
    padding: 1rem;
  }

  .input_dbd8 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .label-motion-fe33,
  .top-77da,
  .notice_pressed_47a6,
  .lite_229b {
    padding: 1rem;
  }
}

@media print {
  .white-1695,
  .filter-purple-150f,
  .item-5255,
  .narrow_739f,
  .preview_0d00 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .active-63a2 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.container_easy_90f3 {
  margin-bottom: 3rem;
  text-align: center;
}

.copper_a7e3 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.alert_a05e {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.heading-iron-f56f,
.message_pressed_5753 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.prev-6313 {
  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;
}

.prev-6313:hover {
  transform: translateY(-5px);
}

.prev-6313 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.prev-6313 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.tiny_7aa6 {
  margin: 3rem 0;
}

.disabled-white-2574 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.item_iron_1ed9 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.item_iron_1ed9:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.lite-4bb6 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.layout-ab72 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.article-under-965a {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.aside-red-69dd {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.fixed_d4fa {
  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;
}

.fixed_d4fa:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.fixed_d4fa.hero_over_f38e {
  border-left: 4px solid var(--primary-color);
}

.layout_lower_81a1 {
  flex-shrink: 0;
}

.layout_lower_81a1 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.panel-dark-93e1 {
  flex: 1;
}

.panel-dark-93e1 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.tabs_motion_5e30 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.progress-b3c2,
.outer_c5bf,
.progress_hot_79fa {
  margin-bottom: 1.5rem;
}

.progress-b3c2 h4,
.outer_c5bf h4,
.progress_hot_79fa h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.progress-b3c2 ul,
.outer_c5bf ul,
.progress_hot_79fa ul {
  list-style: none;
  padding: 0;
}

.progress-b3c2 li,
.outer_c5bf li,
.progress_hot_79fa li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.progress-b3c2 li:before,
.outer_c5bf li:before,
.progress_hot_79fa li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.modal-1f8b {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.modal-1f8b 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;
}

.modal-1f8b a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.image_narrow_44e9 { margin: 2rem 0; }
.form-7ef0 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.form-7ef0 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.detail_aa6d p { margin-bottom: 1rem; line-height: 1.7; }
.detail_aa6d strong { color: var(--text-primary); }
.detail_aa6d ul { list-style: none; padding-left: 0; }
.detail_aa6d ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.detail_aa6d ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.prev-555d { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.dirty-6b89 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.dirty-6b89:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.hero-b58b { font-size: 3rem; margin-bottom: 1rem; }
.dirty-6b89 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.dirty-6b89 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.hover-a69e { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.hover-a69e span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.light_6890 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.short_2cb1 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.lower_92c0 { text-align: center; }
.highlight_40fa { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.clean-be55 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.advanced_9ad4 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.hidden_68f7 { margin: 2rem 0; }
.box-over-41a1 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.box-over-41a1 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.box-over-41a1 p, .box-over-41a1 ul { line-height: 1.7; }
.box-over-41a1 ul { list-style: none; padding-left: 0; }
.box-over-41a1 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.box-over-41a1 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.highlight-wide-0460 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.hover_6811 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.icon-upper-9340 { text-align: center; }
.paragraph-slow-4741 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.description_blue_7e02 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.backdrop-current-7373 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.texture_f91c { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.dim-3810 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.dim-3810:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.dim-3810 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.dim-3810 p, .dim-3810 ul { line-height: 1.7; }
.dim-3810 ul { list-style: none; padding-left: 0; }
.dim-3810 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.dim-3810 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: ecdf */
.widget-item-r4 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.2;
}
