/* ============================================
   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 */
.alert-south-a4a1 p,
.frame-south-f4ee,
.slider-iron-12ca,
.fixed_4f50,
.main_prev_2b90,
.button_d4c8,
.active-846d,
.dark-e12e {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.widget_center_fbef {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.widget_center_fbef > *,
.component_tall_60cf,
.alert-south-a4a1,
.south-4cd0 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .widget_center_fbef {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .widget_center_fbef {
    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 === */
.aside_c6d2 {
  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 */
.aside_c6d2.badge_thick_b978 {
  box-shadow: var(--shadow-md);
}

.brown_78cf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.bronze-199f img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.blue-8a17 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.highlight_warm_0260 {
  display: none;
}

/* Hide mobile actions on desktop */
.content-out-db07 {
  display: none;
}

.brown_7c1a a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.brown_7c1a a:hover,
.brown_7c1a a.fn-active-7b0c {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.black_2ace {
  margin-left: 1rem;
}

.thick-163a {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.list_6c56,
.next-0bd0 {
  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;
}

.list_6c56 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.list_6c56: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;
}

.next-0bd0 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.next-0bd0: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;
}

.list_6c56 svg,
.next-0bd0 svg {
  flex-shrink: 0;
}

.header-green-32e4 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.preview_19d6 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.preview_19d6::before,
.preview_19d6::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.preview_19d6::before {
  top: -7px;
}

.preview_19d6::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.layout_slow_86c8 {
  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 === */
.tooltip-south-d6c1 {
  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);
}

.current-4a76 {
  margin: 0 0 2rem;
  text-align: center;
}

.detail_6d7b {
  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;
}

.detail_6d7b:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.modal_4340 {
  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);
}

.modal_4340 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.component-4348 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.purple_1070 {
  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;
}

.purple_1070:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.picture-old-445c {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.text-9b8d {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.filter-2163 {
  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);
}

.filter-2163 .hover-1621 {
  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;
}

.filter-2163 .hover-1621 svg {
  flex-shrink: 0;
}

.filter-2163 .light_a8f0 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.filter-2163 .light_a8f0: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);
}

.filter-2163 .list-lower-85a7 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.filter-2163 .list-lower-85a7: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) {
  .tooltip-south-d6c1 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .detail_6d7b {
    max-width: 100%;
  }

  .component-4348 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .purple_1070 {
    padding: 1rem;
  }

  .picture-old-445c {
    font-size: 1.5rem;
  }

  .text-9b8d {
    font-size: 0.75rem;
  }

  .modal_4340 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .filter-2163 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .filter-2163 .hover-1621 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .component-4348 {
    grid-template-columns: 1fr;
  }
}

.hidden-mini-335c {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.gas-904b {
  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 === */
.frame_8068 {
  margin-bottom: 2.5rem;
}

.description-advanced-4fcc {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.hidden-mini-335c {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.box_complex_1d78 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.tooltip-rough-63a9 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.form-de13 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.logo-ebfe {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.detail_6a3e {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.pink-f01b {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.status-plasma-9d93 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.status-plasma-9d93 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.hover-tiny-52ae {
  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);
}

.tall-afe0 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.element_clean_df8a {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.logo-red-6033 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.tooltip_easy_60fb {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.widget-fd73 {
  display: grid;
  gap: 1rem;
}

.purple-5ccf {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.selected-bcc5 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.block_f54c {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.text_d38a {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.backdrop-iron-a56d {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.modal_basic_5032 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.modal_basic_5032 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.frame-south-f4ee {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.hidden-easy-ca36 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.notice-20eb {
  display: grid;
  gap: 2rem;
}

.backdrop-73aa {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.tooltip-rough-63a9 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.box_complex_1d78 {
  flex: 1;
}

.logo-ebfe {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.logo-ebfe a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.shadow-tiny-5343 {
  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;
}

.detail_6a3e {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.under_86cb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.under_86cb span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.gallery-lite-8001 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.gallery-lite-8001 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.highlight-motion-e671 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.highlight-motion-e671 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.highlight-motion-e671 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.highlight-motion-e671 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.gas_ef4b {
  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 === */
.image-dark-3474 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.paragraph-left-dc17 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.widget_f40f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.east_48ab h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.east_48ab ol {
  list-style: none;
  counter-reset: toc-counter;
}

.east_48ab ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.east_48ab 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;
}

.east_48ab ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.east_48ab ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.alert-south-a4a1 {
  padding: 3rem 0 5rem;
}

.south-4cd0 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.south-4cd0.gradient-e029 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.slider-iron-12ca {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.last-3805 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.huge_5877 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.huge_5877 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.section_26f6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.dirty_9844 {
  text-align: center;
}

.tabs-new-f99e {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.form_narrow_3628 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.surface_fast_3cbb {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.button_d4c8 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.fixed_4f50 {
  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;
}

.fixed_4f50 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.fixed_4f50:hover {
  box-shadow: var(--shadow-lg);
}

.fixed_4f50.caption_static_1869 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.fixed_4f50 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.fixed_4f50 ul {
  margin: 1rem 0;
}

.fixed_4f50 li {
  margin-bottom: 0.75rem;
}

.top_7cbd {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.preview-6093 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.preview-6093 a {
  font-weight: 600;
}

/* === Data Tables === */
.motion_43f8 {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background-color: var(--bg-primary);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.motion_43f8 table {
  width: 100%;
  min-width: 600px;
}

.motion_43f8 thead {
  background-color: var(--primary-color);
  color: white;
}

.motion_43f8 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.motion_43f8 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.motion_43f8 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.motion_43f8 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.tooltip_7b23 {
  list-style: none;
  margin: 1.5rem 0;
}

.tooltip_7b23 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.tooltip_7b23 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.list-47d0::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-7b0c::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 === */
.hot_c34e {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.copper_12d3 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.copper_12d3 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.copper_12d3 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.copper_12d3 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.hot_c34e blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.active-846d {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.active-846d::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.row_377b {
  position: relative;
  margin-bottom: 3rem;
}

.mask_844f {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.mask_844f .alert_d763 {
  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;
}

.video-c970 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.video-c970 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.video-c970 ul {
  margin: 1rem 0;
}

.video-c970 li {
  margin-bottom: 0.75rem;
}

.wrapper_hard_d022 {
  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 === */
.text-be35 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.text-be35 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.list-easy-b7fb {
  list-style: none;
  margin: 1.5rem 0;
}

.list-easy-b7fb li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.list-easy-b7fb a {
  font-weight: 600;
}

.down_27aa {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.dark-e12e {
  margin: 2.5rem 0;
}

.breadcrumb_first_0457 {
  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;
}

.breadcrumb_first_0457:hover {
  box-shadow: var(--shadow-lg);
}

.breadcrumb_first_0457.copper_1fa0 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.sidebar_dba5 {
  flex-shrink: 0;
}

.sidebar_dba5 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);
}

.texture-7a13 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.item_inner_399d,
.orange-c215,
.down_4f9e {
  width: 100%;
  margin: 1.5rem 0;
}

.description-0b78 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.description-0b78 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.primary-ab4c {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.primary-ab4c strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.link_wide_74e9 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.link_wide_74e9 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.modal_ee80 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.gold_a85e {
  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;
}

.gold_a85e:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.gold_a85e.accordion-e696 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.gold_a85e .frame_smooth_ecc7 {
  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;
}

.gold_a85e h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.paragraph-advanced-d7f6 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.new_1bc4 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.new_1bc4 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.sort-cold-59db {
  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 === */
.hover-1621 {
  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;
}

.light_a8f0 {
  background-color: var(--primary-color);
  color: white;
}

.light_a8f0:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.list-lower-85a7 {
  background-color: var(--text-secondary);
  color: white;
}

.list-lower-85a7:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.north_4356 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.north_4356:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.center_1d5b {
  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;
}

.center_1d5b:hover {
  background-color: var(--primary-dark);
}

.tall-8958 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.slow_b167 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.detail_large_8303 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.description-a769 {
  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 === */
.mask-c1a4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.overlay_518c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.overlay_518c h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.pattern-ab1a {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.plasma-8449 {
  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;
}

.short-289f {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.hard_ad91 {
  list-style: none;
  counter-reset: rank-counter;
}

.hard_ad91 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.hard_ad91 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;
}

.basic-a636 {
  list-style: none;
}

.basic-a636 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.overlay-0772 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.south-6305 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.south-6305 .pattern-d99f {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.south-6305 .gas_f202 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.sort-fluid-8bd1 {
  margin-top: 3rem;
}

.secondary-8068 {
  width: 100%;
}

.search-upper-9711 {
  background-color: #fef3c7;
}

.carousel-c5d9 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.smooth_71e9 {
  margin: 3rem 0;
}

.over-5499 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.lower_c89a {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.lower_c89a:hover {
  box-shadow: var(--shadow-lg);
}

.lower_c89a.tall-d79f {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.picture-current-a848 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.warm-4227 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.warm-4227 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.pattern_prev_8398 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.lower_c89a blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.row_medium_4d42 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.carousel_b0c3 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.warm_750c {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.title_4bc5 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.large-3a85 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.icon-43ed {
  margin-top: 1rem;
}

/* === FAQ Section === */
.orange_0c72 {
  max-width: 900px;
  margin: 0 auto;
}

.menu-stale-b501 {
  margin: 2rem 0;
}

.header-a4a2 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.header-a4a2 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.header-a4a2 summary::-webkit-details-marker {
  display: none;
}

.header-a4a2 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.footer-small-f01b {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.header-a4a2[open] .footer-small-f01b {
  transform: rotate(45deg);
}

.content-8e88 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.content-8e88 p:last-child {
  margin-bottom: 0;
}

.picture_3a0a {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.fresh-fda0 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.border_e83b {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.border_e83b p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.border_e83b .hover-1621 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.first-c302 {
  max-width: 900px;
  margin: 0 auto;
}

.lower-bee6 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.full-891f {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.full-891f.fn-success-7b0c {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.progress-059b {
  font-size: 3rem;
  line-height: 1;
}

.hard-43a8 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.summary-rough-14f1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.border_fc6e,
.picture_2872 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.border_fc6e h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.picture_2872 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.mask_warm_df0c,
.article-c5ac {
  margin: 1.5rem 0;
}

.mask_warm_df0c li,
.article-c5ac li {
  margin-bottom: 1rem;
}

.blue_4d52 {
  margin: 3rem 0;
}

.progress_new_82bd {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.progress_new_82bd h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.progress_new_82bd ol {
  margin: 1rem 0;
}

.progress_new_82bd li {
  margin-bottom: 0.75rem;
}

.aside-c33c {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.dirty-bc43 {
  margin: 2rem 0;
}

.stale-6335 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.sort_fluid_375b {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.narrow_e2c9 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.paper-e72b {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.main_bba6 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.tooltip-0d1d {
  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;
}

.tooltip-0d1d img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.form-de13 {
  flex: 1;
}

.form-de13 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.container-68bd {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.out_aa9d p {
  margin-bottom: 1rem;
}

.wrapper_east_fa27 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.next_1934 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.medium_7877 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.medium_7877 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.shade-f36a h3 {
  margin-bottom: 1.5rem;
}

.large-e25e {
  display: grid;
  gap: 2rem;
}

.wrapper_red_869d {
  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;
}

.wrapper_red_869d img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.wrapper_red_869d h4 {
  margin: 0 0 0.25rem;
}

.wrapper_red_869d p {
  margin: 0;
  font-size: 0.9375rem;
}

.heading_647b {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.gallery_thick_e7de {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.gallery_thick_e7de h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.gallery_thick_e7de ul {
  margin: 1.5rem 0;
}

.gallery_thick_e7de li {
  margin-bottom: 0.75rem;
}

.container_lower_30ad {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.tiny-2938 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.thick-d703 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.paper_2a34 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.paper_2a34 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.dim-4c6d {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.dim-4c6d a {
  color: rgba(255, 255, 255, 0.8);
}

.component_wide_e965 {
  list-style: none;
}

.component_wide_e965 li {
  margin-bottom: 0.75rem;
}

.component_wide_e965 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.component_wide_e965 a:hover {
  color: white;
}

.texture-fixed-9ae3 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.up-d86c {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.chip_1f3d {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.narrow-e07b {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.progress_orange_6129 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .widget_center_fbef {
    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;
  }

  .logo_b6ab {
    font-size: 1.5rem !important;
  }

  .description-advanced-4fcc {
    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 */
  .fixed_4f50,
  .main_prev_2b90,
  .video-c970,
  .texture-7a13,
  .picture-current-a848,
  .lower_c89a,
  .content-8e88,
  .modal_4340,
  .frame-south-f4ee,
  .slider-iron-12ca {
    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 */
  .hidden-mini-335c {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .box_complex_1d78 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .tooltip-rough-63a9 {
    flex-shrink: 0;
  }

  .form-de13 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .logo-ebfe,
  .detail_6a3e {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .detail_6a3e {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .blue-8a17 {
    display: none;
  }

  /* Show mobile actions */
  .content-out-db07 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .clean_dc81 {
    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;
  }

  .clean_dc81 svg {
    flex-shrink: 0;
  }

  .clean_dc81 .table-e34f {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .clean_dc81 .hot-8eea {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .iron_9a8f {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .box_2217 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .clean_dc81:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .highlight_warm_0260 {
    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;
  }

  .highlight_warm_0260.fn-active-7b0c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .highlight_warm_0260 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .highlight_warm_0260 li:last-child {
    border-bottom: none;
  }

  .highlight_warm_0260 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .brown_7c1a {
    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;
  }

  .brown_7c1a li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .brown_7c1a li:last-child {
    border-bottom: none;
  }

  .brown_7c1a a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .black_2ace {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .thick-163a {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .list_6c56,
  .next-0bd0 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .list_6c56 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .next-0bd0 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .brown_7c1a.fn-active-7b0c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .header-green-32e4 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .aside_c6d2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .brown_78cf {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .layout_slow_86c8 {
    margin-top: 0;
  }

  /* Hero section */
  .layout_slow_86c8 {
    padding: 2rem 0 1.5rem;
  }

  .description-advanced-4fcc {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .frame-south-f4ee {
    font-size: 1rem;
  }

  /* Hero brand image */
  .tooltip-south-d6c1 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .detail_6d7b {
    max-width: 100%;
    border-radius: 8px;
  }

  .component-4348 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .purple_1070 {
    padding: 1rem;
  }

  .picture-old-445c {
    font-size: 1.5rem;
  }

  .text-9b8d {
    font-size: 0.75rem;
  }

  .modal_4340 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .filter-2163 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .filter-2163 .hover-1621 {
    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 */
  .widget_f40f {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .breadcrumb_first_0457 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .sidebar_dba5 {
    margin-bottom: 1rem;
  }

  /* Author */
  .backdrop-73aa {
    flex-direction: column;
  }

  .tooltip-0d1d {
    flex-direction: column;
  }

  /* Quotes */
  .picture-current-a848 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .summary-rough-14f1 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .paper-e72b {
    flex-direction: column;
  }

  .paper-e72b .hover-1621 {
    width: 100%;
  }

  /* Version comparison */
  .modal_ee80 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .mask-c1a4 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .thick-d703 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .chip_1f3d {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .motion_43f8,
  .orange-c215,
  .item-839f,
  .secondary-8068,
  .item_inner_399d,
  .down_4f9e {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .motion_43f8 table,
  .orange-c215 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .sort-cold-59db {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .widget_center_fbef {
    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;
  }

  .logo_b6ab {
    font-size: 1.25rem !important;
  }

  .description-advanced-4fcc {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .aside_c6d2 {
    position: fixed;
  }

  .brown_78cf {
    padding: 0.625rem 0;
  }

  .bronze-199f img {
    height: 26px;
  }

  .brown_7c1a {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .highlight_warm_0260 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .clean_dc81 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .clean_dc81 svg {
    width: 18px;
    height: 18px;
  }

  .clean_dc81 .table-e34f {
    font-size: 0.7rem;
  }

  .clean_dc81 .hot-8eea {
    font-size: 0.65rem;
  }

  .list_6c56,
  .next-0bd0 {
    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, .widget_center_fbef, .component_tall_60cf, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .tooltip-south-d6c1 {
    padding: 1rem;
  }

  .component-4348 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .purple_1070 {
    padding: 0.875rem;
  }

  .picture-old-445c {
    font-size: 1.25rem;
  }

  .filter-2163 .hover-1621 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .description-advanced-4fcc {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .hover-1621 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .tall-8958 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .breadcrumb_first_0457 {
    padding: 1rem;
  }

  .sidebar_dba5 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .fixed_4f50,
  .element_dbcd,
  .table_solid_84b5,
  .static-e3e1 {
    padding: 1rem;
  }
}

@media print {
  .aside_c6d2,
  .image-dark-3474,
  .header-green-32e4,
  .hover-1621,
  .tiny-2938 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .widget_center_fbef {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.wrapper-145c {
  margin-bottom: 3rem;
  text-align: center;
}

.logo_b6ab {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.banner-old-ce28 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.active-current-1f52,
.outline_glass_b6c4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.thumbnail-pink-681f {
  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;
}

.thumbnail-pink-681f:hover {
  transform: translateY(-5px);
}

.thumbnail-pink-681f strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.thumbnail-pink-681f span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.slow_f741 {
  margin: 3rem 0;
}

.accordion_8cb5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.gallery_clean_ca4c {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.gallery_clean_ca4c:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.pressed-2c40 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.texture-advanced-f3e9 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.link-fe45 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.hard_2b2f {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.footer-e503 {
  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;
}

.footer-e503:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.footer-e503.rough-9adf {
  border-left: 4px solid var(--primary-color);
}

.grid-full-e39d {
  flex-shrink: 0;
}

.grid-full-e39d svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.gradient-purple-00b0 {
  flex: 1;
}

.gradient-purple-00b0 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.title_narrow_5a51 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.widget_df43,
.banner-white-9504,
.gallery_98dd {
  margin-bottom: 1.5rem;
}

.widget_df43 h4,
.banner-white-9504 h4,
.gallery_98dd h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.widget_df43 ul,
.banner-white-9504 ul,
.gallery_98dd ul {
  list-style: none;
  padding: 0;
}

.widget_df43 li,
.banner-white-9504 li,
.gallery_98dd li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.widget_df43 li:before,
.banner-white-9504 li:before,
.gallery_98dd li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.info_7858 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.info_7858 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;
}

.info_7858 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.upper_9ef8 { margin: 2rem 0; }
.content-f66b { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.content-f66b h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.tooltip_top_77d4 p { margin-bottom: 1rem; line-height: 1.7; }
.tooltip_top_77d4 strong { color: var(--text-primary); }
.tooltip_top_77d4 ul { list-style: none; padding-left: 0; }
.tooltip_top_77d4 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.tooltip_top_77d4 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.shadow-cf6f { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.summary_58cf { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.summary_58cf:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.photo-c7b0 { font-size: 3rem; margin-bottom: 1rem; }
.summary_58cf h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.summary_58cf p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.overlay_fluid_b4cb { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.overlay_fluid_b4cb span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.active_2634 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.focus-5ce2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.plasma_67d2 { text-align: center; }
.modal-in-b8a4 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.pattern_dirty_44c4 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.blue-9ec1 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.dynamic_7c8f { margin: 2rem 0; }
.alert_hard_f71a { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.alert_hard_f71a h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.alert_hard_f71a p, .alert_hard_f71a ul { line-height: 1.7; }
.alert_hard_f71a ul { list-style: none; padding-left: 0; }
.alert_hard_f71a ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.alert_hard_f71a ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.liquid-b725 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.slider_0c7e { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.complex_3d1e { text-align: center; }
.media_5d5b { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.list-9859 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.layout_5dcc { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.smooth_473a { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.focused-246c { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.focused-246c:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.focused-246c h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.focused-246c p, .focused-246c ul { line-height: 1.7; }
.focused-246c ul { list-style: none; padding-left: 0; }
.focused-246c ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.focused-246c ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: f988 */
.ghost-box-s1 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.3;
}
