/* ============================================
   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 */
.element_e190 p,
.container_warm_8242,
.black_e754,
.tabs-lower-3626,
.tiny_d026,
.form_liquid_485d,
.breadcrumb-6eb7,
.badge_upper_ee26 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.tooltip_black_1328 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.tooltip_black_1328 > *,
.prev-f523,
.element_e190,
.alert_e74a {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .tooltip_black_1328 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .tooltip_black_1328 {
    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 === */
.caption-red-64ba {
  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 */
.caption-red-64ba.solid-6033 {
  box-shadow: var(--shadow-md);
}

.thumbnail_adbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.warm-1b91 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.smooth_c122 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.advanced_1b64 {
  display: none;
}

/* Hide mobile actions on desktop */
.thumbnail_bfdc {
  display: none;
}

.gradient_5d46 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.gradient_5d46 a:hover,
.gradient_5d46 a.fn-active-84c6 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.steel_4c70 {
  margin-left: 1rem;
}

.east-bd39 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.element-0b8a,
.tiny_8686 {
  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;
}

.element-0b8a {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.element-0b8a: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;
}

.tiny_8686 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.tiny_8686: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;
}

.element-0b8a svg,
.tiny_8686 svg {
  flex-shrink: 0;
}

.plasma-9686 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.yellow-42d6 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.yellow-42d6::before,
.yellow-42d6::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.yellow-42d6::before {
  top: -7px;
}

.yellow-42d6::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.green-c620 {
  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 === */
.frame-fast-072c {
  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);
}

.south-c182 {
  margin: 0 0 2rem;
  text-align: center;
}

.accordion-5e2c {
  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;
}

.accordion-5e2c:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.list-8003 {
  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);
}

.list-8003 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.message_fixed_cbf4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.text-70db {
  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;
}

.text-70db:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.tooltip_mini_5f5d {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.image_paper_f77a {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.fixed-b65b {
  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);
}

.fixed-b65b .wood_b140 {
  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;
}

.fixed-b65b .wood_b140 svg {
  flex-shrink: 0;
}

.fixed-b65b .outline-eaf1 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.fixed-b65b .outline-eaf1: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);
}

.fixed-b65b .background_mini_e0f9 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.fixed-b65b .background_mini_e0f9: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) {
  .frame-fast-072c {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .accordion-5e2c {
    max-width: 100%;
  }

  .message_fixed_cbf4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .text-70db {
    padding: 1rem;
  }

  .tooltip_mini_5f5d {
    font-size: 1.5rem;
  }

  .image_paper_f77a {
    font-size: 0.75rem;
  }

  .list-8003 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .fixed-b65b {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .fixed-b65b .wood_b140 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .message_fixed_cbf4 {
    grid-template-columns: 1fr;
  }
}

.lower_2bb8 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.pagination_tall_ef39 {
  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 === */
.dark_ee04 {
  margin-bottom: 2.5rem;
}

.footer_pressed_9a75 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.lower_2bb8 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.highlight-bd60 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cold_1abd {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.gold-05fa {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.input_fast_2859 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.article_yellow_68b5 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.wood_ae2e {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.smooth_0bb4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.smooth_0bb4 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.heading_paper_bf5d {
  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);
}

.pattern-large-3eac {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.photo_b67a {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.focus-new-c765 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.gallery_next_68eb {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.overlay-8228 {
  display: grid;
  gap: 1rem;
}

.thumbnail-green-fb8a {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.focus_left_7ea1 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.content-bottom-1333 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.logo-dirty-0f67 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.block_9c39 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.fast-143d {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.fast-143d p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.container_warm_8242 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.tertiary-e25a {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.backdrop_stone_437a {
  display: grid;
  gap: 2rem;
}

.accent-fluid-f36e {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.cold_1abd {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.highlight-bd60 {
  flex: 1;
}

.input_fast_2859 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.input_fast_2859 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.clean_5ed4 {
  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;
}

.article_yellow_68b5 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.module-9189 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.module-9189 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.banner-27a7 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.banner-27a7 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.icon-f898 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.icon-f898 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.icon-f898 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.icon-f898 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.wide-22bb {
  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 === */
.complex_64f5 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.texture_0cc4 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.narrow_b881 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.video-8261 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.video-8261 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.video-8261 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.video-8261 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;
}

.video-8261 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.video-8261 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.element_e190 {
  padding: 3rem 0 5rem;
}

.alert_e74a {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.alert_e74a.picture-liquid-48c0 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.black_e754 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.clean-6fd4 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.under_6e8e {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.under_6e8e h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.carousel-f770 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.tabs-fast-9285 {
  text-align: center;
}

.progress-37bf {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.icon-prev-4027 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.sort_3830 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.form_liquid_485d {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.tabs-lower-3626 {
  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;
}

.tabs-lower-3626 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.tabs-lower-3626:hover {
  box-shadow: var(--shadow-lg);
}

.tabs-lower-3626.notification-f24b {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.tabs-lower-3626 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.tabs-lower-3626 ul {
  margin: 1rem 0;
}

.tabs-lower-3626 li {
  margin-bottom: 0.75rem;
}

.hero-blue-210e {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.focused-f3b9 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.focused-f3b9 a {
  font-weight: 600;
}

/* === Data Tables === */
.motion_79f9 {
  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;
}

.motion_79f9 table {
  width: 100%;
  min-width: 600px;
}

.motion_79f9 thead {
  background-color: var(--primary-color);
  color: white;
}

.motion_79f9 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.motion_79f9 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.motion_79f9 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.motion_79f9 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.dirty-fdba {
  list-style: none;
  margin: 1.5rem 0;
}

.dirty-fdba li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.dirty-fdba li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.caption_5d49::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-84c6::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 === */
.hovered-7308 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.fluid-1b9a {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.fluid-1b9a img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.fluid-1b9a strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.fluid-1b9a span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.hovered-7308 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.breadcrumb-6eb7 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.breadcrumb-6eb7::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.surface_liquid_307a {
  position: relative;
  margin-bottom: 3rem;
}

.video-slow-d620 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.video-slow-d620 .active-beb1 {
  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;
}

.fast-0095 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.fast-0095 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.fast-0095 ul {
  margin: 1rem 0;
}

.fast-0095 li {
  margin-bottom: 0.75rem;
}

.large_9b0e {
  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 === */
.highlight-prev-78c3 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.highlight-prev-78c3 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.button-484d {
  list-style: none;
  margin: 1.5rem 0;
}

.button-484d li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.button-484d a {
  font-weight: 600;
}

.label_action_6b15 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.badge_upper_ee26 {
  margin: 2.5rem 0;
}

.selected_4a8e {
  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;
}

.selected_4a8e:hover {
  box-shadow: var(--shadow-lg);
}

.selected_4a8e.feature-west-944b {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.next-ae4a {
  flex-shrink: 0;
}

.next-ae4a 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);
}

.motion-328c h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.paper_9625,
.advanced_0b37,
.widget_e4e5 {
  width: 100%;
  margin: 1.5rem 0;
}

.heading_badc {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.heading_badc strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.secondary_center_bd34 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.secondary_center_bd34 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.texture-soft-1b06 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.texture-soft-1b06 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.accordion_10d0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.input_4a63 {
  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;
}

.input_4a63:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.input_4a63.fast_a9c9 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.input_4a63 .pro-61bc {
  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;
}

.input_4a63 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.breadcrumb_narrow_3a3a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.breadcrumb-huge-609c {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.breadcrumb-huge-609c label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.menu-east-0767 {
  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 === */
.wood_b140 {
  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;
}

.outline-eaf1 {
  background-color: var(--primary-color);
  color: white;
}

.outline-eaf1:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.background_mini_e0f9 {
  background-color: var(--text-secondary);
  color: white;
}

.background_mini_e0f9:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.picture-c19f {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.picture-c19f:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.tertiary-pro-f1a1 {
  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;
}

.tertiary-pro-f1a1:hover {
  background-color: var(--primary-dark);
}

.picture_d948 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.tabs_fluid_cbc6 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.pattern_south_aabc {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.action-3b5f {
  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 === */
.cool-918a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.modal_2de6 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.modal_2de6 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.aside-middle-7138 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.plasma-57be {
  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;
}

.dropdown-e938 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.west_ace4 {
  list-style: none;
  counter-reset: rank-counter;
}

.west_ace4 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.west_ace4 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;
}

.tertiary_a74c {
  list-style: none;
}

.tertiary_a74c li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.paragraph_orange_265c {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.primary-new-e60d {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.primary-new-e60d .hero-out-28f0 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.primary-new-e60d .sort_edce {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.block-down-baef {
  margin-top: 3rem;
}

.background-ad92 {
  width: 100%;
}

.hidden-0b92 {
  background-color: #fef3c7;
}

.panel_in_5d3b {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.accordion-c72e {
  margin: 3rem 0;
}

.link-fresh-5998 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.surface-d564 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.surface-d564:hover {
  box-shadow: var(--shadow-lg);
}

.surface-d564.row-next-ac2f {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.column-01cb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.heading_tiny_e4b6 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.heading_tiny_e4b6 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.advanced-d243 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.surface-d564 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.fresh_5fce {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.action_7650 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.center_136f {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.white-c8cc {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.sort-960c {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.image-black-afa1 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.new_9c69 {
  max-width: 900px;
  margin: 0 auto;
}

.article-5c62 {
  margin: 2rem 0;
}

.component-steel-6e90 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.component-steel-6e90 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.component-steel-6e90 summary::-webkit-details-marker {
  display: none;
}

.component-steel-6e90 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.message-53b1 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.component-steel-6e90[open] .message-53b1 {
  transform: rotate(45deg);
}

.dark_9c51 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.dark_9c51 p:last-child {
  margin-bottom: 0;
}

.dropdown_light_5779 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.module_435a {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.chip-3ab3 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.chip-3ab3 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.chip-3ab3 .wood_b140 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.outline_b87b {
  max-width: 900px;
  margin: 0 auto;
}

.layout-brown-0ae0 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.brown-84b3 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.brown-84b3.fn-success-84c6 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.primary_e616 {
  font-size: 3rem;
  line-height: 1;
}

.current-e192 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.thumbnail-9bf4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.progress-88a6,
.avatar-47b4 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.progress-88a6 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.avatar-47b4 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.progress-0bf6,
.fresh_2873 {
  margin: 1.5rem 0;
}

.progress-0bf6 li,
.fresh_2873 li {
  margin-bottom: 1rem;
}

.banner-1115 {
  margin: 3rem 0;
}

.fluid-2bd2 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.fluid-2bd2 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.fluid-2bd2 ol {
  margin: 1rem 0;
}

.fluid-2bd2 li {
  margin-bottom: 0.75rem;
}

.north-8c52 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.texture_fixed_fdf4 {
  margin: 2rem 0;
}

.middle_b950 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.icon-wide-fef0 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.stale-20f4 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.table-lower-792a {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.filter-next-4a34 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.active_44ca {
  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;
}

.active_44ca img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.gold-05fa {
  flex: 1;
}

.gold-05fa h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.top_b16e {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.summary_steel_b045 p {
  margin-bottom: 1rem;
}

.orange-38c2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.panel_hot_ae1b {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.clean-b0cc {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.clean-b0cc a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.accent-hot-baff h3 {
  margin-bottom: 1.5rem;
}

.solid_e85b {
  display: grid;
  gap: 2rem;
}

.module_393a {
  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;
}

.module_393a img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.module_393a h4 {
  margin: 0 0 0.25rem;
}

.module_393a p {
  margin: 0;
  font-size: 0.9375rem;
}

.rough_3989 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.preview-south-24a9 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.preview-south-24a9 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.preview-south-24a9 ul {
  margin: 1.5rem 0;
}

.preview-south-24a9 li {
  margin-bottom: 0.75rem;
}

.hot-74b0 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.column_0e32 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.menu_0575 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.bright_1524 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.bright_1524 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.filter-3b2b {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.filter-3b2b a {
  color: rgba(255, 255, 255, 0.8);
}

.item-first-8cb6 {
  list-style: none;
}

.item-first-8cb6 li {
  margin-bottom: 0.75rem;
}

.item-first-8cb6 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.item-first-8cb6 a:hover {
  color: white;
}

.smooth_fa78 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.card_35c7 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.over-0fd2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.easy_1d4b {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.header_large_2acc {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .tooltip_black_1328 {
    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;
  }

  .tag_50dd {
    font-size: 1.5rem !important;
  }

  .footer_pressed_9a75 {
    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 */
  .tabs-lower-3626,
  .tiny_d026,
  .fast-0095,
  .motion-328c,
  .column-01cb,
  .surface-d564,
  .dark_9c51,
  .list-8003,
  .container_warm_8242,
  .black_e754 {
    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 */
  .lower_2bb8 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .highlight-bd60 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .cold_1abd {
    flex-shrink: 0;
  }

  .gold-05fa {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .input_fast_2859,
  .article_yellow_68b5 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .article_yellow_68b5 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .smooth_c122 {
    display: none;
  }

  /* Show mobile actions */
  .thumbnail_bfdc {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .chip-white-e89d {
    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;
  }

  .chip-white-e89d svg {
    flex-shrink: 0;
  }

  .chip-white-e89d .hero_83cc {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .chip-white-e89d .cold-47ce {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .middle-87e9 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .picture-9c74 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .chip-white-e89d:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .advanced_1b64 {
    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;
  }

  .advanced_1b64.fn-active-84c6 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .advanced_1b64 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .advanced_1b64 li:last-child {
    border-bottom: none;
  }

  .advanced_1b64 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .gradient_5d46 {
    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;
  }

  .gradient_5d46 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .gradient_5d46 li:last-child {
    border-bottom: none;
  }

  .gradient_5d46 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .steel_4c70 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .east-bd39 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .element-0b8a,
  .tiny_8686 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .element-0b8a {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .tiny_8686 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .gradient_5d46.fn-active-84c6 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .plasma-9686 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .caption-red-64ba {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .thumbnail_adbc {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .green-c620 {
    margin-top: 0;
  }

  /* Hero section */
  .green-c620 {
    padding: 2rem 0 1.5rem;
  }

  .footer_pressed_9a75 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .container_warm_8242 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .frame-fast-072c {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .accordion-5e2c {
    max-width: 100%;
    border-radius: 8px;
  }

  .message_fixed_cbf4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .text-70db {
    padding: 1rem;
  }

  .tooltip_mini_5f5d {
    font-size: 1.5rem;
  }

  .image_paper_f77a {
    font-size: 0.75rem;
  }

  .list-8003 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .fixed-b65b {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .fixed-b65b .wood_b140 {
    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 */
  .narrow_b881 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .selected_4a8e {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .next-ae4a {
    margin-bottom: 1rem;
  }

  /* Author */
  .accent-fluid-f36e {
    flex-direction: column;
  }

  .active_44ca {
    flex-direction: column;
  }

  /* Quotes */
  .column-01cb {
    flex-direction: column;
  }

  /* Pros/Cons */
  .thumbnail-9bf4 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .table-lower-792a {
    flex-direction: column;
  }

  .table-lower-792a .wood_b140 {
    width: 100%;
  }

  /* Version comparison */
  .accordion_10d0 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .cool-918a {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .menu_0575 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .over-0fd2 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .motion_79f9,
  .advanced_0b37,
  .gradient-top-a434,
  .background-ad92,
  .paper_9625,
  .widget_e4e5 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .motion_79f9 table,
  .advanced_0b37 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .menu-east-0767 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .tooltip_black_1328 {
    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;
  }

  .tag_50dd {
    font-size: 1.25rem !important;
  }

  .footer_pressed_9a75 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .caption-red-64ba {
    position: fixed;
  }

  .thumbnail_adbc {
    padding: 0.625rem 0;
  }

  .warm-1b91 img {
    height: 26px;
  }

  .gradient_5d46 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .advanced_1b64 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .chip-white-e89d {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .chip-white-e89d svg {
    width: 18px;
    height: 18px;
  }

  .chip-white-e89d .hero_83cc {
    font-size: 0.7rem;
  }

  .chip-white-e89d .cold-47ce {
    font-size: 0.65rem;
  }

  .element-0b8a,
  .tiny_8686 {
    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, .tooltip_black_1328, .prev-f523, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .frame-fast-072c {
    padding: 1rem;
  }

  .message_fixed_cbf4 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .text-70db {
    padding: 0.875rem;
  }

  .tooltip_mini_5f5d {
    font-size: 1.25rem;
  }

  .fixed-b65b .wood_b140 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .footer_pressed_9a75 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .wood_b140 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .picture_d948 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .selected_4a8e {
    padding: 1rem;
  }

  .next-ae4a span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .tabs-lower-3626,
  .green-27b0,
  .title-f0c5,
  .hover-fb12 {
    padding: 1rem;
  }
}

@media print {
  .caption-red-64ba,
  .complex_64f5,
  .plasma-9686,
  .wood_b140,
  .column_0e32 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .tooltip_black_1328 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.small_a921 {
  margin-bottom: 3rem;
  text-align: center;
}

.tag_50dd {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.hidden_under_1ed2 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.gallery-1e31,
.item-bfc6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.bronze-0ff9 {
  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;
}

.bronze-0ff9:hover {
  transform: translateY(-5px);
}

.bronze-0ff9 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.bronze-0ff9 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.button_1203 {
  margin: 3rem 0;
}

.silver_03cb {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.carousel-up-0f8d {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.carousel-up-0f8d:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.new_0453 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.tag-upper-2d22 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.avatar-rough-1a7c {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.component_34b7 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.secondary-pro-2b0a {
  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;
}

.secondary-pro-2b0a:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.secondary-pro-2b0a.clean-4e14 {
  border-left: 4px solid var(--primary-color);
}

.tooltip-79aa {
  flex-shrink: 0;
}

.tooltip-79aa svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.basic_cd48 {
  flex: 1;
}

.basic_cd48 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.tag_selected_d72e {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.info-huge-31b6,
.fluid_b2c1,
.tag-a536 {
  margin-bottom: 1.5rem;
}

.info-huge-31b6 h4,
.fluid_b2c1 h4,
.tag-a536 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.info-huge-31b6 ul,
.fluid_b2c1 ul,
.tag-a536 ul {
  list-style: none;
  padding: 0;
}

.info-huge-31b6 li,
.fluid_b2c1 li,
.tag-a536 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.info-huge-31b6 li:before,
.fluid_b2c1 li:before,
.tag-a536 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.hot_0251 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.hot_0251 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;
}

.hot_0251 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.breadcrumb_8769 { margin: 2rem 0; }
.pressed-c655 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.pressed-c655 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.thumbnail-warm-32f2 p { margin-bottom: 1rem; line-height: 1.7; }
.thumbnail-warm-32f2 strong { color: var(--text-primary); }
.thumbnail-warm-32f2 ul { list-style: none; padding-left: 0; }
.thumbnail-warm-32f2 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.thumbnail-warm-32f2 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.west_0a1c { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.element_gas_b1eb { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.element_gas_b1eb:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.inner-98c5 { font-size: 3rem; margin-bottom: 1rem; }
.element_gas_b1eb h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.element_gas_b1eb p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.accordion_c4c7 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.accordion_c4c7 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.border-1712 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.container_west_58bb { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.input-2af0 { text-align: center; }
.bright-95ff { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.stone-1d1f { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.focus-stone-e428 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.tall-6576 { margin: 2rem 0; }
.notification_3866 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.notification_3866 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.notification_3866 p, .notification_3866 ul { line-height: 1.7; }
.notification_3866 ul { list-style: none; padding-left: 0; }
.notification_3866 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.notification_3866 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.first_d936 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.primary-e1fa { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.top_ab9d { text-align: center; }
.button-2f84 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.frame-brown-7b50 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.notice_clean_c2d6 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.secondary-2ab3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.element_full_8318 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.element_full_8318:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.element_full_8318 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.element_full_8318 p, .element_full_8318 ul { line-height: 1.7; }
.element_full_8318 ul { list-style: none; padding-left: 0; }
.element_full_8318 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.element_full_8318 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 7593 */
.ghost-box-t3 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.3;
}
