/* ============================================
   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 */
.description-white-a455 p,
.primary_dynamic_1cf2,
.summary_a8cf,
.tabs-easy-14cf,
.fresh-0a0d,
.full_a614,
.clean-fe82,
.alert-up-69e2 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.blue_7c97 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.blue_7c97 > *,
.next-cd8a,
.description-white-a455,
.simple-4a75 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .blue_7c97 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .blue_7c97 {
    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 === */
.icon-862e {
  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 */
.icon-862e.background-9aac {
  box-shadow: var(--shadow-md);
}

.alert-af22 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.footer-2baa img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.detail_a2ff {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.tooltip-66e1 {
  display: none;
}

/* Hide mobile actions on desktop */
.element_thick_daf4 {
  display: none;
}

.fluid_265c a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.fluid_265c a:hover,
.fluid_265c a.fn-active-dacc {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.thumbnail-7783 {
  margin-left: 1rem;
}

.detail-e9a4 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.plasma-3433,
.backdrop-hovered-9e08 {
  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;
}

.plasma-3433 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.plasma-3433: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;
}

.backdrop-hovered-9e08 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.backdrop-hovered-9e08: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;
}

.plasma-3433 svg,
.backdrop-hovered-9e08 svg {
  flex-shrink: 0;
}

.list-5ef0 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.north-8c16 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.north-8c16::before,
.north-8c16::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.north-8c16::before {
  top: -7px;
}

.north-8c16::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.accordion_9832 {
  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 === */
.outer_7dba {
  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);
}

.dropdown_a01a {
  margin: 0 0 2rem;
  text-align: center;
}

.card-8afc {
  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;
}

.card-8afc:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.text-tiny-0ff3 {
  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);
}

.text-tiny-0ff3 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.photo_3f84 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.media_center_1959 {
  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;
}

.media_center_1959:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.gradient_32bf {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.label-c09a {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.primary-over-fdf9 {
  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);
}

.primary-over-fdf9 .tertiary-4a4a {
  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;
}

.primary-over-fdf9 .tertiary-4a4a svg {
  flex-shrink: 0;
}

.primary-over-fdf9 .column-wide-51ce {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.primary-over-fdf9 .column-wide-51ce: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);
}

.primary-over-fdf9 .lower-b8bf {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.primary-over-fdf9 .lower-b8bf: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) {
  .outer_7dba {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .card-8afc {
    max-width: 100%;
  }

  .photo_3f84 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .media_center_1959 {
    padding: 1rem;
  }

  .gradient_32bf {
    font-size: 1.5rem;
  }

  .label-c09a {
    font-size: 0.75rem;
  }

  .text-tiny-0ff3 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .primary-over-fdf9 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .primary-over-fdf9 .tertiary-4a4a {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .photo_3f84 {
    grid-template-columns: 1fr;
  }
}

.active_upper_37f2 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.top-a6e5 {
  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 === */
.list-simple-3182 {
  margin-bottom: 2.5rem;
}

.popup-clean-faad {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.active_upper_37f2 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.container-gold-f8c7 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.component_cf72 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.label-1e43 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.center-8f0d {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.summary_slow_4e02 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.slider-cool-5fd9 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.pro_2c2f {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.pro_2c2f svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.article_2b54 {
  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);
}

.bronze_81c0 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.black-02bc {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.pagination_gold_3036 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.avatar-right-749f {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.upper_80be {
  display: grid;
  gap: 1rem;
}

.complex_a468 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.motion-34f6 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.gallery-bronze-0457 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.notice-6e5c {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.block_iron_1a19 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.module-dff2 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.module-dff2 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.primary_dynamic_1cf2 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.first-271f {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.tabs_a33e {
  display: grid;
  gap: 2rem;
}

.sidebar_out_2480 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.component_cf72 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.container-gold-f8c7 {
  flex: 1;
}

.center-8f0d {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.center-8f0d a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.sort-upper-66b8 {
  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;
}

.summary_slow_4e02 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.photo-narrow-73df {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.photo-narrow-73df span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.modal-8a62 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.modal-8a62 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.yellow_715c {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.yellow_715c strong {
  display: block;
  margin-bottom: 0.75rem;
}

.yellow_715c ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.yellow_715c li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.fresh_e1af {
  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 === */
.avatar-511d {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.summary-new-3373 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.info_0b7d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.menu-hot-d97a h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.menu-hot-d97a ol {
  list-style: none;
  counter-reset: toc-counter;
}

.menu-hot-d97a ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.menu-hot-d97a 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;
}

.menu-hot-d97a ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.menu-hot-d97a ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.description-white-a455 {
  padding: 3rem 0 5rem;
}

.simple-4a75 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.simple-4a75.purple_9902 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.summary_a8cf {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.sidebar_a98e {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.text-fixed-1555 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.text-fixed-1555 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.component-hovered-c86d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.gallery-warm-4582 {
  text-align: center;
}

.layout_4be0 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.south_3b97 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.border-last-41c4 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.full_a614 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.tabs-easy-14cf {
  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-easy-14cf * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.tabs-easy-14cf:hover {
  box-shadow: var(--shadow-lg);
}

.tabs-easy-14cf.solid_2545 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.tabs-easy-14cf h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.tabs-easy-14cf ul {
  margin: 1rem 0;
}

.tabs-easy-14cf li {
  margin-bottom: 0.75rem;
}

.tertiary-f14c {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.main-864c {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.main-864c a {
  font-weight: 600;
}

/* === Data Tables === */
.progress-warm-a835 {
  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;
}

.progress-warm-a835 table {
  width: 100%;
  min-width: 600px;
}

.progress-warm-a835 thead {
  background-color: var(--primary-color);
  color: white;
}

.progress-warm-a835 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.progress-warm-a835 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.progress-warm-a835 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.progress-warm-a835 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.sort_9d82 {
  list-style: none;
  margin: 1.5rem 0;
}

.sort_9d82 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.sort_9d82 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.last-fc3f::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-dacc::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 === */
.fluid_b8d4 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.active-a63b {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.active-a63b img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.active-a63b strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.active-a63b span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.fluid_b8d4 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.clean-fe82 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.clean-fe82::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.carousel-top-1b7a {
  position: relative;
  margin-bottom: 3rem;
}

.icon_4e4c {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.icon_4e4c .surface-46e8 {
  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;
}

.item-5f93 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.item-5f93 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.item-5f93 ul {
  margin: 1rem 0;
}

.item-5f93 li {
  margin-bottom: 0.75rem;
}

.item_fc7c {
  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 === */
.caption_bronze_e4a5 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.caption_bronze_e4a5 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.breadcrumb_08d0 {
  list-style: none;
  margin: 1.5rem 0;
}

.breadcrumb_08d0 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.breadcrumb_08d0 a {
  font-weight: 600;
}

.slow-8314 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.alert-up-69e2 {
  margin: 2.5rem 0;
}

.west_bd38 {
  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;
}

.west_bd38:hover {
  box-shadow: var(--shadow-lg);
}

.west_bd38.module-8921 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.tiny_277f {
  flex-shrink: 0;
}

.tiny_277f 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);
}

.background-south-1bd3 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.medium-ab77,
.pink-17b6,
.popup-e065 {
  width: 100%;
  margin: 1.5rem 0;
}

.pressed-c5dd {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.pressed-c5dd strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.rough-545a {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.rough-545a strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.background-54f3 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.background-54f3 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.new_f4db {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.lower-9a80 {
  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;
}

.lower-9a80:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.lower-9a80.heading_b78d {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.lower-9a80 .media_9488 {
  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;
}

.lower-9a80 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.header_9117 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.in_672b {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.in_672b label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.simple-91c2 {
  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 === */
.tertiary-4a4a {
  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;
}

.column-wide-51ce {
  background-color: var(--primary-color);
  color: white;
}

.column-wide-51ce:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.lower-b8bf {
  background-color: var(--text-secondary);
  color: white;
}

.lower-b8bf:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.picture-iron-cbc7 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.picture-iron-cbc7:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.medium_287c {
  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;
}

.medium_287c:hover {
  background-color: var(--primary-dark);
}

.right-c7e9 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.paper_8827 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.next-5a37 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.easy_99d8 {
  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 === */
.row-stone-e35e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.yellow-7bcf {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.yellow-7bcf h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.out-948c {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.gallery_d42e {
  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;
}

.cold-ae29 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.hover-upper-69c8 {
  list-style: none;
  counter-reset: rank-counter;
}

.hover-upper-69c8 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.hover-upper-69c8 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;
}

.header-d9e6 {
  list-style: none;
}

.header-d9e6 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.block-brown-9ac4 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.video_slow_9947 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.video_slow_9947 .steel-693d {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.video_slow_9947 .large-1bf2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.text-552a {
  margin-top: 3rem;
}

.layout_f0d6 {
  width: 100%;
}

.small-34d3 {
  background-color: #fef3c7;
}

.hot-40ec {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.dropdown-current-b6b0 {
  margin: 3rem 0;
}

.red_32c6 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.fluid-d3ae {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.fluid-d3ae:hover {
  box-shadow: var(--shadow-lg);
}

.fluid-d3ae.header_b7c5 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.photo-249f {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.blue_29ad strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.blue_29ad span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.button-4665 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.fluid-d3ae blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.progress-light-fe6a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.green_53a7 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.menu-last-45ea {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.tertiary-7b9b {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.input_f909 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.brown-cdef {
  margin-top: 1rem;
}

/* === FAQ Section === */
.copper-92d4 {
  max-width: 900px;
  margin: 0 auto;
}

.dirty-c099 {
  margin: 2rem 0;
}

.gallery-2054 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.gallery-2054 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.gallery-2054 summary::-webkit-details-marker {
  display: none;
}

.gallery-2054 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.top-84ce {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.gallery-2054[open] .top-84ce {
  transform: rotate(45deg);
}

.north-982d {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.north-982d p:last-child {
  margin-bottom: 0;
}

.top_9f0d {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.narrow_489f {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.bottom-e56e {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.bottom-e56e p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.bottom-e56e .tertiary-4a4a {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.dropdown-40f9 {
  max-width: 900px;
  margin: 0 auto;
}

.new-b7ff {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.selected_c849 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.selected_c849.fn-success-dacc {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.main-dirty-28bb {
  font-size: 3rem;
  line-height: 1;
}

.notice_d925 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.rough-9aae {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.gradient-9953,
.gallery_glass_5643 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.gradient-9953 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.gallery_glass_5643 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.wrapper_west_842b,
.static_0a80 {
  margin: 1.5rem 0;
}

.wrapper_west_842b li,
.static_0a80 li {
  margin-bottom: 1rem;
}

.main-fb6d {
  margin: 3rem 0;
}

.badge-5c59 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.badge-5c59 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.badge-5c59 ol {
  margin: 1rem 0;
}

.badge-5c59 li {
  margin-bottom: 0.75rem;
}

.outline_thick_e357 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.alert-top-6bbd {
  margin: 2rem 0;
}

.north-45cb {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.gradient-focused-369a {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.disabled_3558 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.header-brown-40e0 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.prev_1db5 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.badge_smooth_59c3 {
  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;
}

.badge_smooth_59c3 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.label-1e43 {
  flex: 1;
}

.label-1e43 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.content-gold-667d {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.highlight_ce0a p {
  margin-bottom: 1rem;
}

.slider-over-10db {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.wrapper_dcd8 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.fluid_0721 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.fluid_0721 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.detail-pro-b7d6 h3 {
  margin-bottom: 1.5rem;
}

.label_cd4f {
  display: grid;
  gap: 2rem;
}

.tag-eaf6 {
  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;
}

.tag-eaf6 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.tag-eaf6 h4 {
  margin: 0 0 0.25rem;
}

.tag-eaf6 p {
  margin: 0;
  font-size: 0.9375rem;
}

.smooth-f1e9 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.section-8fbe {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.section-8fbe h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.section-8fbe ul {
  margin: 1.5rem 0;
}

.section-8fbe li {
  margin-bottom: 0.75rem;
}

.hover_a416 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.list-3200 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.status-3881 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.heading_37a1 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.heading_37a1 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.message_8da8 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.message_8da8 a {
  color: rgba(255, 255, 255, 0.8);
}

.description-silver-519a {
  list-style: none;
}

.description-silver-519a li {
  margin-bottom: 0.75rem;
}

.description-silver-519a a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.description-silver-519a a:hover {
  color: white;
}

.soft-1ebe {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.video-mini-30be {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.breadcrumb-4132 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.backdrop-b162 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.shadow_d1e9 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .blue_7c97 {
    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;
  }

  .link_liquid_c727 {
    font-size: 1.5rem !important;
  }

  .popup-clean-faad {
    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-easy-14cf,
  .fresh-0a0d,
  .item-5f93,
  .background-south-1bd3,
  .photo-249f,
  .fluid-d3ae,
  .north-982d,
  .text-tiny-0ff3,
  .primary_dynamic_1cf2,
  .summary_a8cf {
    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 */
  .active_upper_37f2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .container-gold-f8c7 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .component_cf72 {
    flex-shrink: 0;
  }

  .label-1e43 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .center-8f0d,
  .summary_slow_4e02 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .summary_slow_4e02 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .detail_a2ff {
    display: none;
  }

  /* Show mobile actions */
  .element_thick_daf4 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .active-9879 {
    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;
  }

  .active-9879 svg {
    flex-shrink: 0;
  }

  .active-9879 .next_cfc3 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .active-9879 .paper-d735 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .surface_solid_8f17 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .wrapper_49e5 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .active-9879:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .tooltip-66e1 {
    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;
  }

  .tooltip-66e1.fn-active-dacc {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .tooltip-66e1 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .tooltip-66e1 li:last-child {
    border-bottom: none;
  }

  .tooltip-66e1 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .fluid_265c {
    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;
  }

  .fluid_265c li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .fluid_265c li:last-child {
    border-bottom: none;
  }

  .fluid_265c a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .thumbnail-7783 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .detail-e9a4 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .plasma-3433,
  .backdrop-hovered-9e08 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .plasma-3433 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .backdrop-hovered-9e08 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .fluid_265c.fn-active-dacc {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .list-5ef0 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .icon-862e {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .alert-af22 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .accordion_9832 {
    margin-top: 0;
  }

  /* Hero section */
  .accordion_9832 {
    padding: 2rem 0 1.5rem;
  }

  .popup-clean-faad {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .primary_dynamic_1cf2 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .outer_7dba {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .card-8afc {
    max-width: 100%;
    border-radius: 8px;
  }

  .photo_3f84 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .media_center_1959 {
    padding: 1rem;
  }

  .gradient_32bf {
    font-size: 1.5rem;
  }

  .label-c09a {
    font-size: 0.75rem;
  }

  .text-tiny-0ff3 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .primary-over-fdf9 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .primary-over-fdf9 .tertiary-4a4a {
    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 */
  .info_0b7d {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .west_bd38 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .tiny_277f {
    margin-bottom: 1rem;
  }

  /* Author */
  .sidebar_out_2480 {
    flex-direction: column;
  }

  .badge_smooth_59c3 {
    flex-direction: column;
  }

  /* Quotes */
  .photo-249f {
    flex-direction: column;
  }

  /* Pros/Cons */
  .rough-9aae {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .header-brown-40e0 {
    flex-direction: column;
  }

  .header-brown-40e0 .tertiary-4a4a {
    width: 100%;
  }

  /* Version comparison */
  .new_f4db {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .row-stone-e35e {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .status-3881 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .breadcrumb-4132 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .progress-warm-a835,
  .pink-17b6,
  .wood_7551,
  .layout_f0d6,
  .medium-ab77,
  .popup-e065 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .progress-warm-a835 table,
  .pink-17b6 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .simple-91c2 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .blue_7c97 {
    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;
  }

  .link_liquid_c727 {
    font-size: 1.25rem !important;
  }

  .popup-clean-faad {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .icon-862e {
    position: fixed;
  }

  .alert-af22 {
    padding: 0.625rem 0;
  }

  .footer-2baa img {
    height: 26px;
  }

  .fluid_265c {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .tooltip-66e1 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .active-9879 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .active-9879 svg {
    width: 18px;
    height: 18px;
  }

  .active-9879 .next_cfc3 {
    font-size: 0.7rem;
  }

  .active-9879 .paper-d735 {
    font-size: 0.65rem;
  }

  .plasma-3433,
  .backdrop-hovered-9e08 {
    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, .blue_7c97, .next-cd8a, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .outer_7dba {
    padding: 1rem;
  }

  .photo_3f84 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .media_center_1959 {
    padding: 0.875rem;
  }

  .gradient_32bf {
    font-size: 1.25rem;
  }

  .primary-over-fdf9 .tertiary-4a4a {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .popup-clean-faad {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .tertiary-4a4a {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .right-c7e9 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .west_bd38 {
    padding: 1rem;
  }

  .tiny_277f span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .tabs-easy-14cf,
  .active_e3d4,
  .mask-8dd7,
  .detail-1854 {
    padding: 1rem;
  }
}

@media print {
  .icon-862e,
  .avatar-511d,
  .list-5ef0,
  .tertiary-4a4a,
  .list-3200 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .blue_7c97 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.easy-eb2d {
  margin-bottom: 3rem;
  text-align: center;
}

.link_liquid_c727 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.dropdown-prev-b1d2 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.under-9aef,
.widget_51bc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.overlay-green-d947 {
  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;
}

.overlay-green-d947:hover {
  transform: translateY(-5px);
}

.overlay-green-d947 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.overlay-green-d947 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.summary_dynamic_9aa8 {
  margin: 3rem 0;
}

.highlight-brown-4c5d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.disabled-93a4 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.disabled-93a4:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.black-87b6 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.current_a977 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.widget_538a {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.message_thick_4d75 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.element-53d6 {
  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;
}

.element-53d6:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.element-53d6.hovered_19fa {
  border-left: 4px solid var(--primary-color);
}

.description_tiny_2e8c {
  flex-shrink: 0;
}

.description_tiny_2e8c svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.focus-under-0424 {
  flex: 1;
}

.focus-under-0424 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.element_742c {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.inner_97be,
.photo_dark_ba36,
.notification-in-100f {
  margin-bottom: 1.5rem;
}

.inner_97be h4,
.photo_dark_ba36 h4,
.notification-in-100f h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.inner_97be ul,
.photo_dark_ba36 ul,
.notification-in-100f ul {
  list-style: none;
  padding: 0;
}

.inner_97be li,
.photo_dark_ba36 li,
.notification-in-100f li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.inner_97be li:before,
.photo_dark_ba36 li:before,
.notification-in-100f li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.menu-4654 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.menu-4654 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;
}

.menu-4654 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.surface-beee { margin: 2rem 0; }
.info_last_ecf9 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.info_last_ecf9 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.footer-out-2280 p { margin-bottom: 1rem; line-height: 1.7; }
.footer-out-2280 strong { color: var(--text-primary); }
.footer-out-2280 ul { list-style: none; padding-left: 0; }
.footer-out-2280 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.footer-out-2280 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.top-04b9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.black-c30b { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.black-c30b:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.warm_d730 { font-size: 3rem; margin-bottom: 1rem; }
.black-c30b h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.black-c30b p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.black_0aa8 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.black_0aa8 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.border-white-b27b { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.hero_cd01 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.search-soft-9bad { text-align: center; }
.status_middle_92c4 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.glass-904b { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.dropdown-96e6 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.media_9a20 { margin: 2rem 0; }
.nav_3757 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.nav_3757 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.nav_3757 p, .nav_3757 ul { line-height: 1.7; }
.nav_3757 ul { list-style: none; padding-left: 0; }
.nav_3757 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.nav_3757 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.down-a1ea { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.hard-fec0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.banner-thick-18c1 { text-align: center; }
.box_f4f1 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.media_orange_eb20 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.focus_ad7a { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.video-simple-cade { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.current-df49 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.current-df49:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.current-df49 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.current-df49 p, .current-df49 ul { line-height: 1.7; }
.current-df49 ul { list-style: none; padding-left: 0; }
.current-df49 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.current-df49 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: f134 */
.phantom-card-f1 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.2;
}
