/* ============================================
   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 */
.footer-thick-d0e6 p,
.copper_749b,
.text_pink_f897,
.summary_d30c,
.card-c819,
.blue-bb3d,
.button_5ce2,
.warm_075d {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.outline_b0d6 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.outline_b0d6 > *,
.content-white-1265,
.footer-thick-d0e6,
.pagination_50a4 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .outline_b0d6 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .outline_b0d6 {
    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 === */
.component_prev_0f22 {
  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 */
.component_prev_0f22.picture_749b {
  box-shadow: var(--shadow-md);
}

.alert-dark-9e8a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.icon-b322 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.photo_tall_7433 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.south_c155 {
  display: none;
}

/* Hide mobile actions on desktop */
.search_a7ae {
  display: none;
}

.lower-59c0 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.lower-59c0 a:hover,
.lower-59c0 a.fn-active-62fb {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.surface_19a8 {
  margin-left: 1rem;
}

.large_a791 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.last_6d71,
.pressed_c22b {
  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;
}

.last_6d71 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.last_6d71: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;
}

.pressed_c22b {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.pressed_c22b: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;
}

.last_6d71 svg,
.pressed_c22b svg {
  flex-shrink: 0;
}

.box-solid-2a0f {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.slider_small_15fd {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.slider_small_15fd::before,
.slider_small_15fd::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.slider_small_15fd::before {
  top: -7px;
}

.slider_small_15fd::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.form_d833 {
  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 === */
.preview-cold-c376 {
  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);
}

.overlay-cb87 {
  margin: 0 0 2rem;
  text-align: center;
}

.complex_f6f0 {
  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;
}

.complex_f6f0:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.paragraph_65a8 {
  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);
}

.paragraph_65a8 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.search-4e99 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.hover_hard_7473 {
  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;
}

.hover_hard_7473:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.tabs-ac80 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.over_fbae {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.thumbnail-d089 {
  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);
}

.thumbnail-d089 .sort_ee8b {
  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;
}

.thumbnail-d089 .sort_ee8b svg {
  flex-shrink: 0;
}

.thumbnail-d089 .content_8a07 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.thumbnail-d089 .content_8a07: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);
}

.thumbnail-d089 .north_ec79 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.thumbnail-d089 .north_ec79: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) {
  .preview-cold-c376 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .complex_f6f0 {
    max-width: 100%;
  }

  .search-4e99 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .hover_hard_7473 {
    padding: 1rem;
  }

  .tabs-ac80 {
    font-size: 1.5rem;
  }

  .over_fbae {
    font-size: 0.75rem;
  }

  .paragraph_65a8 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .thumbnail-d089 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .thumbnail-d089 .sort_ee8b {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .search-4e99 {
    grid-template-columns: 1fr;
  }
}

.link_motion_0a30 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.over_3b93 {
  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 === */
.brown_e1f7 {
  margin-bottom: 2.5rem;
}

.fresh_f19c {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.link_motion_0a30 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.section-old-6b34 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.status-023a {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.secondary_df72 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.thick-4a57 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.tabs_new_145c {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.focused_c7e8 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.search-33cd {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.search-33cd svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.red-9013 {
  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);
}

.accordion_0397 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.tiny-792a {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.dropdown-4929 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.gallery-center-4043 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.mask-46a5 {
  display: grid;
  gap: 1rem;
}

.surface-prev-2da7 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.progress_bright_07a1 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.stone_c3d4 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.list_433a {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.texture_pressed_fc62 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.breadcrumb_974e {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.breadcrumb_974e p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.copper_749b {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.block_south_8b39 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.container-down-c361 {
  display: grid;
  gap: 2rem;
}

.paragraph-center-2900 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.status-023a {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.section-old-6b34 {
  flex: 1;
}

.thick-4a57 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.thick-4a57 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.mask-f80e {
  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;
}

.tabs_new_145c {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.east_6aa8 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.east_6aa8 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.gold_b157 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.gold_b157 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.button_fixed_8f70 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.button_fixed_8f70 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.button_fixed_8f70 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.button_fixed_8f70 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.down-8474 {
  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 === */
.notification-lower-cd2d {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.status-4244 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.carousel-34d7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.copper_9e70 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.copper_9e70 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.copper_9e70 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.copper_9e70 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;
}

.copper_9e70 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.copper_9e70 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.footer-thick-d0e6 {
  padding: 3rem 0 5rem;
}

.pagination_50a4 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.pagination_50a4.widget-hovered-5679 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.text_pink_f897 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.paragraph_e48f {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.detail_5b25 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.detail_5b25 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.bottom_3ebc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.card_west_ee3f {
  text-align: center;
}

.badge-aef8 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.heading_0ea2 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.column_cf35 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.blue-bb3d {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.summary_d30c {
  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;
}

.summary_d30c * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.summary_d30c:hover {
  box-shadow: var(--shadow-lg);
}

.summary_d30c.hovered-1d66 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.summary_d30c h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.summary_d30c ul {
  margin: 1rem 0;
}

.summary_d30c li {
  margin-bottom: 0.75rem;
}

.soft-6039 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.surface_64e2 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.surface_64e2 a {
  font-weight: 600;
}

/* === Data Tables === */
.caption-b9a5 {
  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;
}

.caption-b9a5 table {
  width: 100%;
  min-width: 600px;
}

.caption-b9a5 thead {
  background-color: var(--primary-color);
  color: white;
}

.caption-b9a5 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.caption-b9a5 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.caption-b9a5 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.caption-b9a5 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.green_7459 {
  list-style: none;
  margin: 1.5rem 0;
}

.green_7459 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.green_7459 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.accent-rough-85aa::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-62fb::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 === */
.accent-gas-55c3 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.outline-fresh-fee4 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.outline-fresh-fee4 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.outline-fresh-fee4 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.outline-fresh-fee4 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.accent-gas-55c3 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.button_5ce2 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.button_5ce2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.main-a9a5 {
  position: relative;
  margin-bottom: 3rem;
}

.sort-middle-4d84 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.sort-middle-4d84 .simple_4024 {
  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;
}

.card-wide-080a {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.card-wide-080a h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.card-wide-080a ul {
  margin: 1rem 0;
}

.card-wide-080a li {
  margin-bottom: 0.75rem;
}

.last_d441 {
  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 === */
.wood-562e {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.wood-562e h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.input-e43d {
  list-style: none;
  margin: 1.5rem 0;
}

.input-e43d li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.input-e43d a {
  font-weight: 600;
}

.pattern-east-5087 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.warm_075d {
  margin: 2.5rem 0;
}

.hero-fixed-426d {
  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;
}

.hero-fixed-426d:hover {
  box-shadow: var(--shadow-lg);
}

.hero-fixed-426d.button_1269 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.nav_easy_4948 {
  flex-shrink: 0;
}

.nav_easy_4948 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);
}

.fluid-b855 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.accent-301e,
.short_29a8,
.section-dynamic-8cff {
  width: 100%;
  margin: 1.5rem 0;
}

.up_0ba5 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.up_0ba5 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.pink-6422 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.pink-6422 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.motion-4c0e {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.motion-4c0e strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.smooth-7688 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.section-tiny-b778 {
  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;
}

.section-tiny-b778:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.section-tiny-b778.feature-pink-eefc {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.section-tiny-b778 .badge_2092 {
  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;
}

.section-tiny-b778 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.badge-4576 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.media-north-b7f7 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.media-north-b7f7 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.summary-4caf {
  display: block;
  font-family: 'Consolas', monospace;
  font-size: 0.75rem;
  color: var(--accent-color);
  word-break: break-all;
  padding: 0.75rem;
  background-color: white;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

/* === Buttons === */
.sort_ee8b {
  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;
}

.content_8a07 {
  background-color: var(--primary-color);
  color: white;
}

.content_8a07:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.north_ec79 {
  background-color: var(--text-secondary);
  color: white;
}

.north_ec79:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.cool-e65e {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.cool-e65e:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.black-0a0c {
  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;
}

.black-0a0c:hover {
  background-color: var(--primary-dark);
}

.grid-0cfe {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.motion-089c {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.middle_ad89 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.form_1917 {
  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 === */
.tertiary_tiny_b716 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.component_hard_b0fd {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.component_hard_b0fd h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.article_slow_c25a {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.caption-2c36 {
  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;
}

.text-e254 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.inner-2acc {
  list-style: none;
  counter-reset: rank-counter;
}

.inner-2acc li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.inner-2acc 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;
}

.south_e4fa {
  list-style: none;
}

.south_e4fa li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.gold_9a4a {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.focus_8a25 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.focus_8a25 .avatar-2840 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.focus_8a25 .out-3f80 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.avatar-pressed-9f69 {
  margin-top: 3rem;
}

.soft_62df {
  width: 100%;
}

.banner_pink_b2d7 {
  background-color: #fef3c7;
}

.full-4e50 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.module_3476 {
  margin: 3rem 0;
}

.fresh-a69d {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.center_1d89 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.center_1d89:hover {
  box-shadow: var(--shadow-lg);
}

.center_1d89.iron-05e3 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.widget-4c3b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.motion_17b5 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.motion_17b5 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.fresh-2b3b {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.center_1d89 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.first_2587 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.pagination-c552 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.tooltip_a58e {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.background-65a5 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.selected-ac30 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.hidden_ffc7 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.sidebar-bottom-ebb9 {
  max-width: 900px;
  margin: 0 auto;
}

.fixed_a6b3 {
  margin: 2rem 0;
}

.list_d639 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.list_d639 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.list_d639 summary::-webkit-details-marker {
  display: none;
}

.list_d639 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.clean_9d40 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.list_d639[open] .clean_9d40 {
  transform: rotate(45deg);
}

.pro_8b30 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.pro_8b30 p:last-child {
  margin-bottom: 0;
}

.over_239f {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.texture-next-f6e3 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.notice-66bb {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.notice-66bb p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.notice-66bb .sort_ee8b {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.avatar_18ae {
  max-width: 900px;
  margin: 0 auto;
}

.notification_de97 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.surface_bronze_e37b {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.surface_bronze_e37b.fn-success-62fb {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.dynamic-6455 {
  font-size: 3rem;
  line-height: 1;
}

.easy-aa32 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.image-417b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.header_in_d737,
.container-b997 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.header_in_d737 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.container-b997 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.white-3dc7,
.blue-10d8 {
  margin: 1.5rem 0;
}

.white-3dc7 li,
.blue-10d8 li {
  margin-bottom: 1rem;
}

.gradient-d0f9 {
  margin: 3rem 0;
}

.iron_bc5a {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.iron_bc5a h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.iron_bc5a ol {
  margin: 1rem 0;
}

.iron_bc5a li {
  margin-bottom: 0.75rem;
}

.green-3105 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.top_16c3 {
  margin: 2rem 0;
}

.text_simple_61c2 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.slider_4967 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.avatar-solid-79f0 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.thick_5eaf {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.thick-b7bb {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.complex-2f17 {
  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;
}

.complex-2f17 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.secondary_df72 {
  flex: 1;
}

.secondary_df72 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.avatar_36ac {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.status_motion_f532 p {
  margin-bottom: 1rem;
}

.tiny-4ed7 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.static_5b60 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.narrow-fc37 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.narrow-fc37 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.pink_e3e2 h3 {
  margin-bottom: 1.5rem;
}

.dynamic_82a1 {
  display: grid;
  gap: 2rem;
}

.stale-1040 {
  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;
}

.stale-1040 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.stale-1040 h4 {
  margin: 0 0 0.25rem;
}

.stale-1040 p {
  margin: 0;
  font-size: 0.9375rem;
}

.notification_left_7956 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.in-4569 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.in-4569 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.in-4569 ul {
  margin: 1.5rem 0;
}

.in-4569 li {
  margin-bottom: 0.75rem;
}

.button-green-863a {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.accordion_solid_6d89 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.pattern_last_a436 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.tabs-bb8a h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.tabs-bb8a p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.article-d995 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.article-d995 a {
  color: rgba(255, 255, 255, 0.8);
}

.hard-49d0 {
  list-style: none;
}

.hard-49d0 li {
  margin-bottom: 0.75rem;
}

.hard-49d0 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.hard-49d0 a:hover {
  color: white;
}

.green_e8b8 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.label-glass-56ed {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.picture_dirty_37ac {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.slider_698b {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.gold-b10d {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .outline_b0d6 {
    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;
  }

  .mask-liquid-a15f {
    font-size: 1.5rem !important;
  }

  .fresh_f19c {
    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 */
  .summary_d30c,
  .card-c819,
  .card-wide-080a,
  .fluid-b855,
  .widget-4c3b,
  .center_1d89,
  .pro_8b30,
  .paragraph_65a8,
  .copper_749b,
  .text_pink_f897 {
    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 */
  .link_motion_0a30 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .section-old-6b34 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .status-023a {
    flex-shrink: 0;
  }

  .secondary_df72 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .thick-4a57,
  .tabs_new_145c {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .tabs_new_145c {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .photo_tall_7433 {
    display: none;
  }

  /* Show mobile actions */
  .search_a7ae {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .summary-light-aff7 {
    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;
  }

  .summary-light-aff7 svg {
    flex-shrink: 0;
  }

  .summary-light-aff7 .content_7662 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .summary-light-aff7 .west_1b5d {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .main_98da {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .center-41a3 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .summary-light-aff7:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .south_c155 {
    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;
  }

  .south_c155.fn-active-62fb {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .south_c155 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .south_c155 li:last-child {
    border-bottom: none;
  }

  .south_c155 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .lower-59c0 {
    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;
  }

  .lower-59c0 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .lower-59c0 li:last-child {
    border-bottom: none;
  }

  .lower-59c0 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .surface_19a8 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .large_a791 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .last_6d71,
  .pressed_c22b {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .last_6d71 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .pressed_c22b {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .lower-59c0.fn-active-62fb {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .box-solid-2a0f {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .component_prev_0f22 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .alert-dark-9e8a {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .form_d833 {
    margin-top: 0;
  }

  /* Hero section */
  .form_d833 {
    padding: 2rem 0 1.5rem;
  }

  .fresh_f19c {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .copper_749b {
    font-size: 1rem;
  }

  /* Hero brand image */
  .preview-cold-c376 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .complex_f6f0 {
    max-width: 100%;
    border-radius: 8px;
  }

  .search-4e99 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .hover_hard_7473 {
    padding: 1rem;
  }

  .tabs-ac80 {
    font-size: 1.5rem;
  }

  .over_fbae {
    font-size: 0.75rem;
  }

  .paragraph_65a8 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .thumbnail-d089 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .thumbnail-d089 .sort_ee8b {
    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 */
  .carousel-34d7 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .hero-fixed-426d {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .nav_easy_4948 {
    margin-bottom: 1rem;
  }

  /* Author */
  .paragraph-center-2900 {
    flex-direction: column;
  }

  .complex-2f17 {
    flex-direction: column;
  }

  /* Quotes */
  .widget-4c3b {
    flex-direction: column;
  }

  /* Pros/Cons */
  .image-417b {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .thick_5eaf {
    flex-direction: column;
  }

  .thick_5eaf .sort_ee8b {
    width: 100%;
  }

  /* Version comparison */
  .smooth-7688 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .tertiary_tiny_b716 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .pattern_last_a436 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .picture_dirty_37ac {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .caption-b9a5,
  .short_29a8,
  .thumbnail-96d1,
  .soft_62df,
  .accent-301e,
  .section-dynamic-8cff {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .caption-b9a5 table,
  .short_29a8 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .summary-4caf {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .outline_b0d6 {
    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;
  }

  .mask-liquid-a15f {
    font-size: 1.25rem !important;
  }

  .fresh_f19c {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .component_prev_0f22 {
    position: fixed;
  }

  .alert-dark-9e8a {
    padding: 0.625rem 0;
  }

  .icon-b322 img {
    height: 26px;
  }

  .lower-59c0 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .south_c155 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .summary-light-aff7 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .summary-light-aff7 svg {
    width: 18px;
    height: 18px;
  }

  .summary-light-aff7 .content_7662 {
    font-size: 0.7rem;
  }

  .summary-light-aff7 .west_1b5d {
    font-size: 0.65rem;
  }

  .last_6d71,
  .pressed_c22b {
    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, .outline_b0d6, .content-white-1265, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .preview-cold-c376 {
    padding: 1rem;
  }

  .search-4e99 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .hover_hard_7473 {
    padding: 0.875rem;
  }

  .tabs-ac80 {
    font-size: 1.25rem;
  }

  .thumbnail-d089 .sort_ee8b {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .fresh_f19c {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .sort_ee8b {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .grid-0cfe {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .hero-fixed-426d {
    padding: 1rem;
  }

  .nav_easy_4948 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .summary_d30c,
  .gradient_west_54db,
  .shade_35db,
  .slow_f2d4 {
    padding: 1rem;
  }
}

@media print {
  .component_prev_0f22,
  .notification-lower-cd2d,
  .box-solid-2a0f,
  .sort_ee8b,
  .accordion_solid_6d89 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .outline_b0d6 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.thumbnail-first-7915 {
  margin-bottom: 3rem;
  text-align: center;
}

.mask-liquid-a15f {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.overlay-9541 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.aside-a257,
.item-hard-80d2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.medium_6e62 {
  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;
}

.medium_6e62:hover {
  transform: translateY(-5px);
}

.medium_6e62 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.medium_6e62 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.cool-75c6 {
  margin: 3rem 0;
}

.card-0c46 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.hero_01d9 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.hero_01d9:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.stone_b6bb {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.banner_8775 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.modal-7e26 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.block_north_2dc8 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.shade-light-282c {
  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;
}

.shade-light-282c:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.shade-light-282c.search-next-7231 {
  border-left: 4px solid var(--primary-color);
}

.article_left_33fb {
  flex-shrink: 0;
}

.article_left_33fb svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.top_dd81 {
  flex: 1;
}

.top_dd81 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.overlay-west-cef1 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.progress_06e5,
.footer-active-53d6,
.image_a0be {
  margin-bottom: 1.5rem;
}

.progress_06e5 h4,
.footer-active-53d6 h4,
.image_a0be h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.progress_06e5 ul,
.footer-active-53d6 ul,
.image_a0be ul {
  list-style: none;
  padding: 0;
}

.progress_06e5 li,
.footer-active-53d6 li,
.image_a0be li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.progress_06e5 li:before,
.footer-active-53d6 li:before,
.image_a0be li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.gallery_fresh_9a11 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.gallery_fresh_9a11 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;
}

.gallery_fresh_9a11 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.tooltip_5a19 { margin: 2rem 0; }
.form_788c { 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_788c h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.column-4b7a p { margin-bottom: 1rem; line-height: 1.7; }
.column-4b7a strong { color: var(--text-primary); }
.column-4b7a ul { list-style: none; padding-left: 0; }
.column-4b7a ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.column-4b7a ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.lite_dc21 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.texture_tall_f498 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.texture_tall_f498:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.box_7183 { font-size: 3rem; margin-bottom: 1rem; }
.texture_tall_f498 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.texture_tall_f498 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.nav_d7d1 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.nav_d7d1 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.text-first-4028 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.main-24b7 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.rough_32f4 { text-align: center; }
.pro-90e6 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.backdrop_6de2 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.content_2554 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.fast_c565 { margin: 2rem 0; }
.tag-bottom-2a24 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.tag-bottom-2a24 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.tag-bottom-2a24 p, .tag-bottom-2a24 ul { line-height: 1.7; }
.tag-bottom-2a24 ul { list-style: none; padding-left: 0; }
.tag-bottom-2a24 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.tag-bottom-2a24 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.purple-3ef4 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.section_prev_ad76 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.banner-0bad { text-align: center; }
.liquid_3f89 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.nav_87be { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.right_7051 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.dropdown_steel_6c99 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.dynamic_4d1d { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.dynamic_4d1d:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.dynamic_4d1d h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.dynamic_4d1d p, .dynamic_4d1d ul { line-height: 1.7; }
.dynamic_4d1d ul { list-style: none; padding-left: 0; }
.dynamic_4d1d ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.dynamic_4d1d ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: e79f */
.phantom-card-f5 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
