/* ============================================
   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 */
.tag_01fb p,
.label-062e,
.active_b5f2,
.breadcrumb-lite-0d67,
.avatar_3702,
.highlight_rough_91ff,
.article_fa83,
.paragraph-narrow-b172 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.progress-02aa {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.progress-02aa > *,
.popup-f350,
.tag_01fb,
.form_a502 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .progress-02aa {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .progress-02aa {
    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 === */
.highlight-pressed-4435 {
  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 */
.highlight-pressed-4435.dirty-39eb {
  box-shadow: var(--shadow-md);
}

.mask_d3ee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.selected_ff4f img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.aside_over_4534 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.button-608c {
  display: none;
}

/* Hide mobile actions on desktop */
.widget-silver-d232 {
  display: none;
}

.overlay-motion-1d08 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.overlay-motion-1d08 a:hover,
.overlay-motion-1d08 a.fn-active-ece7 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.block_cool_be56 {
  margin-left: 1rem;
}

.hard-abd3 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.shade_6e63,
.plasma_8612 {
  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;
}

.shade_6e63 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.shade_6e63: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;
}

.plasma_8612 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.plasma_8612: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;
}

.shade_6e63 svg,
.plasma_8612 svg {
  flex-shrink: 0;
}

.west_c135 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.item_7adb {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.item_7adb::before,
.item_7adb::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.item_7adb::before {
  top: -7px;
}

.item_7adb::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.notification-gold-efff {
  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 === */
.gallery_2fdb {
  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);
}

.sort-hard-8764 {
  margin: 0 0 2rem;
  text-align: center;
}

.tall_1cd6 {
  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;
}

.tall_1cd6:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.overlay-full-d518 {
  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);
}

.overlay-full-d518 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.label_white_6c38 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.search_dirty_2ad6 {
  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;
}

.search_dirty_2ad6:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.progress_copper_605d {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.selected_c157 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.over-cbff {
  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);
}

.over-cbff .accent_0455 {
  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;
}

.over-cbff .accent_0455 svg {
  flex-shrink: 0;
}

.over-cbff .picture_active_df0b {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.over-cbff .picture_active_df0b: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);
}

.over-cbff .input_00aa {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.over-cbff .input_00aa: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) {
  .gallery_2fdb {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .tall_1cd6 {
    max-width: 100%;
  }

  .label_white_6c38 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .search_dirty_2ad6 {
    padding: 1rem;
  }

  .progress_copper_605d {
    font-size: 1.5rem;
  }

  .selected_c157 {
    font-size: 0.75rem;
  }

  .overlay-full-d518 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .over-cbff {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .over-cbff .accent_0455 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .label_white_6c38 {
    grid-template-columns: 1fr;
  }
}

.out_7f25 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.description-528b {
  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 === */
.clean-433e {
  margin-bottom: 2.5rem;
}

.highlight_0cdd {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.out_7f25 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.surface_solid_add3 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.description_a7b1 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.hover-3ae9 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.slider_silver_5876 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.icon_fresh_6686 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.box_6d88 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.gallery-435d {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.gallery-435d svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.list_small_05f0 {
  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);
}

.accent_light_c21e {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.caption_d932 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.copper-9b2b {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.search_current_5b6d {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.purple_5cb2 {
  display: grid;
  gap: 1rem;
}

.notice-7e96 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.input_06f9 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.overlay-old-7b5a {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.info-71ec {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.small-1394 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.prev_a0e9 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.prev_a0e9 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.label-062e {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.summary-lower-6871 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.notification-4500 {
  display: grid;
  gap: 2rem;
}

.wrapper-adfa {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.description_a7b1 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.surface_solid_add3 {
  flex: 1;
}

.slider_silver_5876 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.slider_silver_5876 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.last-22c3 {
  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;
}

.icon_fresh_6686 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.top_b704 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.top_b704 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.media-b14f {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.media-b14f a {
  font-size: 0.875rem;
  font-weight: 500;
}

.texture_silver_d0a9 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.texture_silver_d0a9 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.texture_silver_d0a9 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.texture_silver_d0a9 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.first_13c9 {
  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 === */
.purple-9548 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.active_2db1 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.container_dark_ddfd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.layout_cd10 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.layout_cd10 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.layout_cd10 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.layout_cd10 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;
}

.layout_cd10 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.layout_cd10 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.tag_01fb {
  padding: 3rem 0 5rem;
}

.form_a502 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.form_a502.cold-bde0 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.active_b5f2 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.main_aa01 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.gas_b366 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.gas_b366 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.disabled-pressed-5d41 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.carousel-73dc {
  text-align: center;
}

.hover-gold-ddb3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.highlight-da9f {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.shadow-west-f450 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.highlight_rough_91ff {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.breadcrumb-lite-0d67 {
  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;
}

.breadcrumb-lite-0d67 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.breadcrumb-lite-0d67:hover {
  box-shadow: var(--shadow-lg);
}

.breadcrumb-lite-0d67.huge_a10c {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.breadcrumb-lite-0d67 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.breadcrumb-lite-0d67 ul {
  margin: 1rem 0;
}

.breadcrumb-lite-0d67 li {
  margin-bottom: 0.75rem;
}

.component_steel_699e {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.hover-a75e {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.hover-a75e a {
  font-weight: 600;
}

/* === Data Tables === */
.gallery-dynamic-842f {
  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;
}

.gallery-dynamic-842f table {
  width: 100%;
  min-width: 600px;
}

.gallery-dynamic-842f thead {
  background-color: var(--primary-color);
  color: white;
}

.gallery-dynamic-842f th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.gallery-dynamic-842f td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.gallery-dynamic-842f tbody tr:hover {
  background-color: var(--bg-secondary);
}

.gallery-dynamic-842f tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.glass-4a48 {
  list-style: none;
  margin: 1.5rem 0;
}

.glass-4a48 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.glass-4a48 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.steel_7e3d::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-ece7::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 === */
.photo_over_9703 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.component-a72e {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.component-a72e img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.component-a72e strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.component-a72e span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.photo_over_9703 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.article_fa83 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.article_fa83::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.feature_d951 {
  position: relative;
  margin-bottom: 3rem;
}

.summary_1653 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.summary_1653 .item-inner-4b58 {
  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;
}

.narrow-608f {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.narrow-608f h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.narrow-608f ul {
  margin: 1rem 0;
}

.narrow-608f li {
  margin-bottom: 0.75rem;
}

.panel-top-8b51 {
  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 === */
.hover-middle-79df {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.hover-middle-79df h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.pagination-dirty-4293 {
  list-style: none;
  margin: 1.5rem 0;
}

.pagination-dirty-4293 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.pagination-dirty-4293 a {
  font-weight: 600;
}

.copper-7e10 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.paragraph-narrow-b172 {
  margin: 2.5rem 0;
}

.focus-89ef {
  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;
}

.focus-89ef:hover {
  box-shadow: var(--shadow-lg);
}

.focus-89ef.stone_e43a {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.middle-38d0 {
  flex-shrink: 0;
}

.middle-38d0 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);
}

.highlight_5aaf h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.summary_simple_544e,
.accent-96b1,
.grid_55a9 {
  width: 100%;
  margin: 1.5rem 0;
}

.grid_fast_b50b {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.grid_fast_b50b strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.lower_5195 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.lower_5195 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.under-3d90 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.under-3d90 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.plasma-ba53 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.active-0353 {
  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;
}

.active-0353:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.active-0353.up_6d7a {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.active-0353 .accent_full_7648 {
  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;
}

.active-0353 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.texture-cold-55cc {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.wrapper_73c9 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.wrapper_73c9 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.mask-motion-85bb {
  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 === */
.accent_0455 {
  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;
}

.picture_active_df0b {
  background-color: var(--primary-color);
  color: white;
}

.picture_active_df0b:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.input_00aa {
  background-color: var(--text-secondary);
  color: white;
}

.input_00aa:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.texture-6583 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.texture-6583:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.nav-east-91ab {
  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;
}

.nav-east-91ab:hover {
  background-color: var(--primary-dark);
}

.secondary-active-06f8 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.next_eb71 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.pink-7f40 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.tabs_dim_3766 {
  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 === */
.list_a33f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.block-north-13ae {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.block-north-13ae h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.panel_67c0 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.stale_9993 {
  flex: 1;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0.5rem;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
}

.steel-17cb {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.row-42fa {
  list-style: none;
  counter-reset: rank-counter;
}

.row-42fa li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.row-42fa 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;
}

.avatar-static-8e82 {
  list-style: none;
}

.avatar-static-8e82 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.frame_glass_5f2c {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.light_9c19 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.light_9c19 .gold-929c {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.light_9c19 .orange_f7d1 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.module-bottom-3c31 {
  margin-top: 3rem;
}

.image-934b {
  width: 100%;
}

.next-8c96 {
  background-color: #fef3c7;
}

.pagination_orange_2f9a {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.text-2625 {
  margin: 3rem 0;
}

.row_selected_dd54 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.status-medium-498d {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.status-medium-498d:hover {
  box-shadow: var(--shadow-lg);
}

.status-medium-498d.tooltip-bronze-8bef {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.footer_action_89dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.thumbnail-316a strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.thumbnail-316a span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.preview_narrow_37af {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.status-medium-498d blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.down-a1cb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.shadow-4af2 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.red_89ae {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.narrow-f947 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.dropdown-075c {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.banner_66d1 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.static_cce0 {
  max-width: 900px;
  margin: 0 auto;
}

.description_dynamic_1346 {
  margin: 2rem 0;
}

.tertiary_abf0 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.tertiary_abf0 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.tertiary_abf0 summary::-webkit-details-marker {
  display: none;
}

.tertiary_abf0 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.wrapper-98c1 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.tertiary_abf0[open] .wrapper-98c1 {
  transform: rotate(45deg);
}

.complex-6024 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.complex-6024 p:last-child {
  margin-bottom: 0;
}

.progress_inner_6ba1 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.hero-middle-c0db {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.wrapper_394f {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.wrapper_394f p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.wrapper_394f .accent_0455 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.action-eda7 {
  max-width: 900px;
  margin: 0 auto;
}

.message_7672 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.container_9202 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.container_9202.fn-success-ece7 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.picture-cool-c535 {
  font-size: 3rem;
  line-height: 1;
}

.rough-e20f h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.table_1963 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.brown_22c1,
.tiny_c4c6 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.brown_22c1 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.tiny_c4c6 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.heading_green_fb4d,
.medium_60e4 {
  margin: 1.5rem 0;
}

.heading_green_fb4d li,
.medium_60e4 li {
  margin-bottom: 1rem;
}

.complex_9759 {
  margin: 3rem 0;
}

.paragraph_3625 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.paragraph_3625 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.paragraph_3625 ol {
  margin: 1rem 0;
}

.paragraph_3625 li {
  margin-bottom: 0.75rem;
}

.picture_tall_104a {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.pink-ac79 {
  margin: 2rem 0;
}

.label-brown-d81d {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.hidden-fixed-84c0 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.blue-6cc3 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.lite-6feb {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.badge-steel-8a22 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.secondary-liquid-29a5 {
  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;
}

.secondary-liquid-29a5 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.hover-3ae9 {
  flex: 1;
}

.hover-3ae9 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.slider_left_57bc {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.next-6183 p {
  margin-bottom: 1rem;
}

.overlay_c529 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.copper-3163 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.primary-73db {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.primary-73db a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.hero_eaa9 h3 {
  margin-bottom: 1.5rem;
}

.wood_3039 {
  display: grid;
  gap: 2rem;
}

.focused-48a5 {
  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;
}

.focused-48a5 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.focused-48a5 h4 {
  margin: 0 0 0.25rem;
}

.focused-48a5 p {
  margin: 0;
  font-size: 0.9375rem;
}

.focused_a083 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.main-west-f128 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.main-west-f128 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.main-west-f128 ul {
  margin: 1.5rem 0;
}

.main-west-f128 li {
  margin-bottom: 0.75rem;
}

.steel-0a20 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.over-4451 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.chip-right-42f0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.table_b73d h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.table_b73d p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.action-4b3f {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.action-4b3f a {
  color: rgba(255, 255, 255, 0.8);
}

.purple-8ff4 {
  list-style: none;
}

.purple-8ff4 li {
  margin-bottom: 0.75rem;
}

.purple-8ff4 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.purple-8ff4 a:hover {
  color: white;
}

.notice_6c2f {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.link_8646 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.module-cool-eff9 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.background-under-ce6c {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.paragraph-e693 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .progress-02aa {
    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;
  }

  .gallery_lite_6f0d {
    font-size: 1.5rem !important;
  }

  .highlight_0cdd {
    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 */
  .breadcrumb-lite-0d67,
  .avatar_3702,
  .narrow-608f,
  .highlight_5aaf,
  .footer_action_89dd,
  .status-medium-498d,
  .complex-6024,
  .overlay-full-d518,
  .label-062e,
  .active_b5f2 {
    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 */
  .out_7f25 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .surface_solid_add3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .description_a7b1 {
    flex-shrink: 0;
  }

  .hover-3ae9 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .slider_silver_5876,
  .icon_fresh_6686 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .icon_fresh_6686 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .aside_over_4534 {
    display: none;
  }

  /* Show mobile actions */
  .widget-silver-d232 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .accent-ebb7 {
    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;
  }

  .accent-ebb7 svg {
    flex-shrink: 0;
  }

  .accent-ebb7 .active-cold-7e0f {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .accent-ebb7 .footer-bright-791e {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .first-0432 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .nav-dc43 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .accent-ebb7:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .button-608c {
    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;
  }

  .button-608c.fn-active-ece7 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .button-608c li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .button-608c li:last-child {
    border-bottom: none;
  }

  .button-608c a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .overlay-motion-1d08 {
    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;
  }

  .overlay-motion-1d08 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .overlay-motion-1d08 li:last-child {
    border-bottom: none;
  }

  .overlay-motion-1d08 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .block_cool_be56 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .hard-abd3 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .shade_6e63,
  .plasma_8612 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .shade_6e63 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .plasma_8612 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .overlay-motion-1d08.fn-active-ece7 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .west_c135 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .highlight-pressed-4435 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .mask_d3ee {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .notification-gold-efff {
    margin-top: 0;
  }

  /* Hero section */
  .notification-gold-efff {
    padding: 2rem 0 1.5rem;
  }

  .highlight_0cdd {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .label-062e {
    font-size: 1rem;
  }

  /* Hero brand image */
  .gallery_2fdb {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .tall_1cd6 {
    max-width: 100%;
    border-radius: 8px;
  }

  .label_white_6c38 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .search_dirty_2ad6 {
    padding: 1rem;
  }

  .progress_copper_605d {
    font-size: 1.5rem;
  }

  .selected_c157 {
    font-size: 0.75rem;
  }

  .overlay-full-d518 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .over-cbff {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .over-cbff .accent_0455 {
    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 */
  .container_dark_ddfd {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .focus-89ef {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .middle-38d0 {
    margin-bottom: 1rem;
  }

  /* Author */
  .wrapper-adfa {
    flex-direction: column;
  }

  .secondary-liquid-29a5 {
    flex-direction: column;
  }

  /* Quotes */
  .footer_action_89dd {
    flex-direction: column;
  }

  /* Pros/Cons */
  .table_1963 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .lite-6feb {
    flex-direction: column;
  }

  .lite-6feb .accent_0455 {
    width: 100%;
  }

  /* Version comparison */
  .plasma-ba53 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .list_a33f {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .chip-right-42f0 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .module-cool-eff9 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .gallery-dynamic-842f,
  .accent-96b1,
  .notice_yellow_41c9,
  .image-934b,
  .summary_simple_544e,
  .grid_55a9 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .gallery-dynamic-842f table,
  .accent-96b1 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .mask-motion-85bb {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .progress-02aa {
    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;
  }

  .gallery_lite_6f0d {
    font-size: 1.25rem !important;
  }

  .highlight_0cdd {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .highlight-pressed-4435 {
    position: fixed;
  }

  .mask_d3ee {
    padding: 0.625rem 0;
  }

  .selected_ff4f img {
    height: 26px;
  }

  .overlay-motion-1d08 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .button-608c {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .accent-ebb7 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .accent-ebb7 svg {
    width: 18px;
    height: 18px;
  }

  .accent-ebb7 .active-cold-7e0f {
    font-size: 0.7rem;
  }

  .accent-ebb7 .footer-bright-791e {
    font-size: 0.65rem;
  }

  .shade_6e63,
  .plasma_8612 {
    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, .progress-02aa, .popup-f350, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .gallery_2fdb {
    padding: 1rem;
  }

  .label_white_6c38 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .search_dirty_2ad6 {
    padding: 0.875rem;
  }

  .progress_copper_605d {
    font-size: 1.25rem;
  }

  .over-cbff .accent_0455 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .highlight_0cdd {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .accent_0455 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .secondary-active-06f8 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .focus-89ef {
    padding: 1rem;
  }

  .middle-38d0 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .breadcrumb-lite-0d67,
  .notification_dynamic_c778,
  .brown-c5e9,
  .advanced-3bf6 {
    padding: 1rem;
  }
}

@media print {
  .highlight-pressed-4435,
  .purple-9548,
  .west_c135,
  .accent_0455,
  .over-4451 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .progress-02aa {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.gallery-9651 {
  margin-bottom: 3rem;
  text-align: center;
}

.gallery_lite_6f0d {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.paper-a895 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.tall-03f1,
.title-f759 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.video_4d4b {
  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;
}

.video_4d4b:hover {
  transform: translateY(-5px);
}

.video_4d4b strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.video_4d4b span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.hidden-fluid-7958 {
  margin: 3rem 0;
}

.hot_bd5b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.dynamic-287c {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.dynamic-287c:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.alert-3730 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.tooltip-south-50a7 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.avatar-south-9b2d {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.label-out-b9be {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.search-tall-60ad {
  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;
}

.search-tall-60ad:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.search-tall-60ad.primary-c663 {
  border-left: 4px solid var(--primary-color);
}

.gold_1a5d {
  flex-shrink: 0;
}

.gold_1a5d svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.black-512f {
  flex: 1;
}

.black-512f h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.center_edf5 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.box_6f53,
.logo_paper_f478,
.mask-382c {
  margin-bottom: 1.5rem;
}

.box_6f53 h4,
.logo_paper_f478 h4,
.mask-382c h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.box_6f53 ul,
.logo_paper_f478 ul,
.mask-382c ul {
  list-style: none;
  padding: 0;
}

.box_6f53 li,
.logo_paper_f478 li,
.mask-382c li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.box_6f53 li:before,
.logo_paper_f478 li:before,
.mask-382c li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.paper_189a {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.paper_189a 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;
}

.paper_189a a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.north_4bdb { margin: 2rem 0; }
.overlay_steel_9824 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.overlay_steel_9824 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.element_04cf p { margin-bottom: 1rem; line-height: 1.7; }
.element_04cf strong { color: var(--text-primary); }
.element_04cf ul { list-style: none; padding-left: 0; }
.element_04cf ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.element_04cf ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.steel_b6f7 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.small-d600 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.small-d600:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.red_3316 { font-size: 3rem; margin-bottom: 1rem; }
.small-d600 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.small-d600 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.box_orange_44ef { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.box_orange_44ef span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.yellow-c7b7 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.logo-ea4e { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.list-92ac { text-align: center; }
.icon_b941 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.outline_ae08 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.full-d1f7 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.texture-bronze-c221 { margin: 2rem 0; }
.accordion-selected-425d { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.accordion-selected-425d h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.accordion-selected-425d p, .accordion-selected-425d ul { line-height: 1.7; }
.accordion-selected-425d ul { list-style: none; padding-left: 0; }
.accordion-selected-425d ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.accordion-selected-425d ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.container_fd7f { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.outer_a0f6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.pattern_84ba { text-align: center; }
.video-8302 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.image_3599 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.mini-aee8 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.first_4a70 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.thick-4f78 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.thick-4f78:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.thick-4f78 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.thick-4f78 p, .thick-4f78 ul { line-height: 1.7; }
.thick-4f78 ul { list-style: none; padding-left: 0; }
.thick-4f78 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.thick-4f78 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 2a16 */
.ghost-box-g9 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.0;
}
