/* ============================================
   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 */
.small-ef48 p,
.right-848c,
.modal-1483,
.large_ae67,
.thick_d775,
.hot-7fa0,
.top_169b,
.background-cool-f88d {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.heading-clean-de16 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.heading-clean-de16 > *,
.link_small_4dd2,
.small-ef48,
.avatar-over-51c1 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .heading-clean-de16 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .heading-clean-de16 {
    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 === */
.active-a1f0 {
  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 */
.active-a1f0.in_9988 {
  box-shadow: var(--shadow-md);
}

.gas_da94 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.section_e69f img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.frame-copper-3cd0 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.title_hovered_7e70 {
  display: none;
}

/* Hide mobile actions on desktop */
.caption-in-c671 {
  display: none;
}

.first_bb79 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.first_bb79 a:hover,
.first_bb79 a.fn-active-cfa1 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.warm-ad49 {
  margin-left: 1rem;
}

.nav-b3b2 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.input-4633,
.current-82b4 {
  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;
}

.input-4633 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.input-4633: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;
}

.current-82b4 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.current-82b4: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;
}

.input-4633 svg,
.current-82b4 svg {
  flex-shrink: 0;
}

.clean-1980 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.north_6e13 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.north_6e13::before,
.north_6e13::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.north_6e13::before {
  top: -7px;
}

.north_6e13::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.tiny_4608 {
  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 === */
.fixed-0a51 {
  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);
}

.breadcrumb-in-2074 {
  margin: 0 0 2rem;
  text-align: center;
}

.panel_110b {
  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;
}

.panel_110b:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.status-0b88 {
  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);
}

.status-0b88 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.center-40c5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.preview-9667 {
  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;
}

.preview-9667:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.detail-black-cd34 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.paragraph_complex_00ae {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.background_rough_305b {
  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);
}

.background_rough_305b .green_97bd {
  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;
}

.background_rough_305b .green_97bd svg {
  flex-shrink: 0;
}

.background_rough_305b .east-f8e7 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.background_rough_305b .east-f8e7: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);
}

.background_rough_305b .focus_gold_5068 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.background_rough_305b .focus_gold_5068: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) {
  .fixed-0a51 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .panel_110b {
    max-width: 100%;
  }

  .center-40c5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .preview-9667 {
    padding: 1rem;
  }

  .detail-black-cd34 {
    font-size: 1.5rem;
  }

  .paragraph_complex_00ae {
    font-size: 0.75rem;
  }

  .status-0b88 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .background_rough_305b {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .background_rough_305b .green_97bd {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .center-40c5 {
    grid-template-columns: 1fr;
  }
}

.tooltip-green-d718 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.input-brown-f58b {
  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 === */
.mask-stale-7e2e {
  margin-bottom: 2.5rem;
}

.feature-eeb3 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.tooltip-green-d718 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.lite-162d {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.stone_1bd8 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.new_038e {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.sort_7f9b {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.west-c77f {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.module_solid_f67b {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.complex-e5f1 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.complex-e5f1 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.menu-70e9 {
  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);
}

.feature_b684 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.nav-2a09 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.image_huge_2a48 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.menu-tall-c07e {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.notification-6067 {
  display: grid;
  gap: 1rem;
}

.breadcrumb-copper-1508 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.fast-f236 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.focus-78ef {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.row_3601 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.pressed_b289 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.table-new-16e7 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.table-new-16e7 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.right-848c {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.pagination_hot_1dd4 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.content_f36a {
  display: grid;
  gap: 2rem;
}

.tooltip-8ec3 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.stone_1bd8 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.lite-162d {
  flex: 1;
}

.sort_7f9b {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.sort_7f9b a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.sidebar_a230 {
  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;
}

.west-c77f {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.widget-0b92 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.widget-0b92 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.tooltip_7b26 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.tooltip_7b26 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.module_51fe {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.module_51fe strong {
  display: block;
  margin-bottom: 0.75rem;
}

.module_51fe ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.module_51fe li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.paper_7362 {
  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 === */
.short-9dc1 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.paragraph-a9c6 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.paragraph-light-de15 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.black_332a h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.black_332a ol {
  list-style: none;
  counter-reset: toc-counter;
}

.black_332a ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.black_332a 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;
}

.black_332a ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.black_332a ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.small-ef48 {
  padding: 3rem 0 5rem;
}

.avatar-over-51c1 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.avatar-over-51c1.simple_27f9 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.modal-1483 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.outline_77db {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.iron-c30b {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.iron-c30b h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.fixed_8db1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.logo-dac4 {
  text-align: center;
}

.brown-9be4 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.status-over-a1c5 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.background_action_1fe5 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.hot-7fa0 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.large_ae67 {
  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;
}

.large_ae67 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.large_ae67:hover {
  box-shadow: var(--shadow-lg);
}

.large_ae67.footer-left-a5bc {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.large_ae67 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.large_ae67 ul {
  margin: 1rem 0;
}

.large_ae67 li {
  margin-bottom: 0.75rem;
}

.out_6fa3 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.copper-a65f {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.copper-a65f a {
  font-weight: 600;
}

/* === Data Tables === */
.tag_red_2b1c {
  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;
}

.tag_red_2b1c table {
  width: 100%;
  min-width: 600px;
}

.tag_red_2b1c thead {
  background-color: var(--primary-color);
  color: white;
}

.tag_red_2b1c th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.tag_red_2b1c td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.tag_red_2b1c tbody tr:hover {
  background-color: var(--bg-secondary);
}

.tag_red_2b1c tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.row-20a5 {
  list-style: none;
  margin: 1.5rem 0;
}

.row-20a5 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.row-20a5 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.active_eba5::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-cfa1::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 === */
.middle_9f5d {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.media-e1b0 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.media-e1b0 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.media-e1b0 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.media-e1b0 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.middle_9f5d blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.top_169b {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.top_169b::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.tooltip_warm_243d {
  position: relative;
  margin-bottom: 3rem;
}

.fixed-371c {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.fixed-371c .backdrop_bcb6 {
  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;
}

.outer_ff20 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.outer_ff20 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.outer_ff20 ul {
  margin: 1rem 0;
}

.outer_ff20 li {
  margin-bottom: 0.75rem;
}

.green_44fa {
  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 === */
.label_red_d415 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.label_red_d415 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.pagination-8067 {
  list-style: none;
  margin: 1.5rem 0;
}

.pagination-8067 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.pagination-8067 a {
  font-weight: 600;
}

.solid_5b74 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.background-cool-f88d {
  margin: 2.5rem 0;
}

.last-c159 {
  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;
}

.last-c159:hover {
  box-shadow: var(--shadow-lg);
}

.last-c159.frame_bright_1bfe {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.breadcrumb_selected_09ef {
  flex-shrink: 0;
}

.breadcrumb_selected_09ef 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);
}

.blue_61c4 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.active_dim_5ae5,
.picture_06d1,
.last_3a7e {
  width: 100%;
  margin: 1.5rem 0;
}

.item_lower_837f {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.item_lower_837f strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.feature-large-8403 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.feature-large-8403 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.link_static_4d64 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.link_static_4d64 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.row_7a7f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.caption_east_dd64 {
  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;
}

.caption_east_dd64:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.caption_east_dd64.white-e684 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.caption_east_dd64 .surface-3b9d {
  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;
}

.caption_east_dd64 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.solid_7d63 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.table_basic_d245 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.table_basic_d245 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.soft_ca02 {
  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 === */
.green_97bd {
  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;
}

.east-f8e7 {
  background-color: var(--primary-color);
  color: white;
}

.east-f8e7:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.focus_gold_5068 {
  background-color: var(--text-secondary);
  color: white;
}

.focus_gold_5068:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.right-13a4 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.right-13a4:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.tertiary_plasma_2b0d {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.tertiary_plasma_2b0d:hover {
  background-color: var(--primary-dark);
}

.narrow_6544 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.sort_c0bb {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.border-28b5 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.north-9772 {
  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 === */
.element_copper_59fc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.button-7066 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.button-7066 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.paragraph_wood_0ab5 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.easy-dd56 {
  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;
}

.silver_ef3a {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.tertiary-stale-7b21 {
  list-style: none;
  counter-reset: rank-counter;
}

.tertiary-stale-7b21 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.tertiary-stale-7b21 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;
}

.liquid_ae00 {
  list-style: none;
}

.liquid_ae00 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.form_last_33b9 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.logo-dark-e273 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.logo-dark-e273 .panel_1112 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.logo-dark-e273 .layout_complex_0c20 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.pattern_focused_86ae {
  margin-top: 3rem;
}

.gradient-615b {
  width: 100%;
}

.lower_cfcc {
  background-color: #fef3c7;
}

.caption_8351 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.backdrop-static-cf96 {
  margin: 3rem 0;
}

.cold-e461 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.notification-9ab8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.notification-9ab8:hover {
  box-shadow: var(--shadow-lg);
}

.notification-9ab8.column_12f2 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.paper-422e {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.button-prev-1c63 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.button-prev-1c63 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.form-78a4 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.notification-9ab8 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.short_44aa {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.text_ebd0 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.dim-3b48 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.component_silver_d79f {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.section-1362 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.tag_huge_0310 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.old-264c {
  max-width: 900px;
  margin: 0 auto;
}

.badge-up-41b0 {
  margin: 2rem 0;
}

.progress-8e48 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.progress-8e48 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.progress-8e48 summary::-webkit-details-marker {
  display: none;
}

.progress-8e48 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.prev-fb7d {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.progress-8e48[open] .prev-fb7d {
  transform: rotate(45deg);
}

.preview_solid_d0d4 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.preview_solid_d0d4 p:last-child {
  margin-bottom: 0;
}

.icon_23fb {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.main-red-bd8b {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.section-hard-3328 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.section-hard-3328 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.section-hard-3328 .green_97bd {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.primary_5c2d {
  max-width: 900px;
  margin: 0 auto;
}

.card_6daf {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.message-f45a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.message-f45a.fn-success-cfa1 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.background_steel_491e {
  font-size: 3rem;
  line-height: 1;
}

.thumbnail_0f63 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.steel-6c9b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.video-steel-ef7b,
.title-glass-d079 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.video-steel-ef7b h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.title-glass-d079 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.silver-91bf,
.hidden_9ffb {
  margin: 1.5rem 0;
}

.silver-91bf li,
.hidden_9ffb li {
  margin-bottom: 1rem;
}

.orange_3ba2 {
  margin: 3rem 0;
}

.main_cebe {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.main_cebe h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.main_cebe ol {
  margin: 1rem 0;
}

.main_cebe li {
  margin-bottom: 0.75rem;
}

.sidebar-warm-6868 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.active-active-89b6 {
  margin: 2rem 0;
}

.message_small_9688 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.advanced_3336 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.layout_up_8d38 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.upper_6b7f {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.fluid-26e0 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.backdrop-eb47 {
  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;
}

.backdrop-eb47 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.new_038e {
  flex: 1;
}

.new_038e h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.huge-1f48 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.pagination-031c p {
  margin-bottom: 1rem;
}

.lite_6424 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.breadcrumb_bright_a64d {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.border-new-f519 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.border-new-f519 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.backdrop-3831 h3 {
  margin-bottom: 1.5rem;
}

.preview_7717 {
  display: grid;
  gap: 2rem;
}

.surface_bronze_95ad {
  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;
}

.surface_bronze_95ad img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.surface_bronze_95ad h4 {
  margin: 0 0 0.25rem;
}

.surface_bronze_95ad p {
  margin: 0;
  font-size: 0.9375rem;
}

.article-new-b697 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.notice-11d6 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.notice-11d6 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.notice-11d6 ul {
  margin: 1.5rem 0;
}

.notice-11d6 li {
  margin-bottom: 0.75rem;
}

.module_dark_9e1d {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.border_left_e537 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.focus_hard_99a6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.secondary_light_8fa2 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.secondary_light_8fa2 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.description_6c15 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.description_6c15 a {
  color: rgba(255, 255, 255, 0.8);
}

.modal-75d2 {
  list-style: none;
}

.modal-75d2 li {
  margin-bottom: 0.75rem;
}

.modal-75d2 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.modal-75d2 a:hover {
  color: white;
}

.list_dim_a3f2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.breadcrumb-lite-d173 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.surface_light_f3e4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.hidden_ec5b {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.accent-east-0df3 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .heading-clean-de16 {
    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;
  }

  .background-upper-ae91 {
    font-size: 1.5rem !important;
  }

  .feature-eeb3 {
    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 */
  .large_ae67,
  .thick_d775,
  .outer_ff20,
  .blue_61c4,
  .paper-422e,
  .notification-9ab8,
  .preview_solid_d0d4,
  .status-0b88,
  .right-848c,
  .modal-1483 {
    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 */
  .tooltip-green-d718 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .lite-162d {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .stone_1bd8 {
    flex-shrink: 0;
  }

  .new_038e {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .sort_7f9b,
  .west-c77f {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .west-c77f {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .frame-copper-3cd0 {
    display: none;
  }

  /* Show mobile actions */
  .caption-in-c671 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .form_cold_6ca8 {
    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;
  }

  .form_cold_6ca8 svg {
    flex-shrink: 0;
  }

  .form_cold_6ca8 .link_smooth_a826 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .form_cold_6ca8 .dim_99d9 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .tiny_9954 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .breadcrumb_medium_d035 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .form_cold_6ca8:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .title_hovered_7e70 {
    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;
  }

  .title_hovered_7e70.fn-active-cfa1 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .title_hovered_7e70 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .title_hovered_7e70 li:last-child {
    border-bottom: none;
  }

  .title_hovered_7e70 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .first_bb79 {
    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;
  }

  .first_bb79 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .first_bb79 li:last-child {
    border-bottom: none;
  }

  .first_bb79 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .warm-ad49 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .nav-b3b2 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .input-4633,
  .current-82b4 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .input-4633 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .current-82b4 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .first_bb79.fn-active-cfa1 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .clean-1980 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .active-a1f0 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .gas_da94 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .tiny_4608 {
    margin-top: 0;
  }

  /* Hero section */
  .tiny_4608 {
    padding: 2rem 0 1.5rem;
  }

  .feature-eeb3 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .right-848c {
    font-size: 1rem;
  }

  /* Hero brand image */
  .fixed-0a51 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .panel_110b {
    max-width: 100%;
    border-radius: 8px;
  }

  .center-40c5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .preview-9667 {
    padding: 1rem;
  }

  .detail-black-cd34 {
    font-size: 1.5rem;
  }

  .paragraph_complex_00ae {
    font-size: 0.75rem;
  }

  .status-0b88 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .background_rough_305b {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .background_rough_305b .green_97bd {
    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 */
  .paragraph-light-de15 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .last-c159 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .breadcrumb_selected_09ef {
    margin-bottom: 1rem;
  }

  /* Author */
  .tooltip-8ec3 {
    flex-direction: column;
  }

  .backdrop-eb47 {
    flex-direction: column;
  }

  /* Quotes */
  .paper-422e {
    flex-direction: column;
  }

  /* Pros/Cons */
  .steel-6c9b {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .upper_6b7f {
    flex-direction: column;
  }

  .upper_6b7f .green_97bd {
    width: 100%;
  }

  /* Version comparison */
  .row_7a7f {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .element_copper_59fc {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .focus_hard_99a6 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .surface_light_f3e4 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .tag_red_2b1c,
  .picture_06d1,
  .gradient_right_620f,
  .gradient-615b,
  .active_dim_5ae5,
  .last_3a7e {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tag_red_2b1c table,
  .picture_06d1 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .soft_ca02 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .heading-clean-de16 {
    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;
  }

  .background-upper-ae91 {
    font-size: 1.25rem !important;
  }

  .feature-eeb3 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .active-a1f0 {
    position: fixed;
  }

  .gas_da94 {
    padding: 0.625rem 0;
  }

  .section_e69f img {
    height: 26px;
  }

  .first_bb79 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .title_hovered_7e70 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .form_cold_6ca8 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .form_cold_6ca8 svg {
    width: 18px;
    height: 18px;
  }

  .form_cold_6ca8 .link_smooth_a826 {
    font-size: 0.7rem;
  }

  .form_cold_6ca8 .dim_99d9 {
    font-size: 0.65rem;
  }

  .input-4633,
  .current-82b4 {
    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, .heading-clean-de16, .link_small_4dd2, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .fixed-0a51 {
    padding: 1rem;
  }

  .center-40c5 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .preview-9667 {
    padding: 0.875rem;
  }

  .detail-black-cd34 {
    font-size: 1.25rem;
  }

  .background_rough_305b .green_97bd {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .feature-eeb3 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .green_97bd {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .narrow_6544 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .last-c159 {
    padding: 1rem;
  }

  .breadcrumb_selected_09ef span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .large_ae67,
  .alert-center-8d95,
  .highlight-58b8,
  .fresh-b33d {
    padding: 1rem;
  }
}

@media print {
  .active-a1f0,
  .short-9dc1,
  .clean-1980,
  .green_97bd,
  .border_left_e537 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .heading-clean-de16 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.footer_0218 {
  margin-bottom: 3rem;
  text-align: center;
}

.background-upper-ae91 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.gas_7a00 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.hovered_c873,
.avatar_e215 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.label-8a6e {
  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;
}

.label-8a6e:hover {
  transform: translateY(-5px);
}

.label-8a6e strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.label-8a6e span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.soft_4019 {
  margin: 3rem 0;
}

.notice_e109 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.module_wood_2f62 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.module_wood_2f62:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.secondary-steel-2ea7 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.north-a921 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.text-43a9 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.info_6a0f {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.gradient_first_29ec {
  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;
}

.gradient_first_29ec:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.gradient_first_29ec.frame-inner-99f5 {
  border-left: 4px solid var(--primary-color);
}

.search_e75d {
  flex-shrink: 0;
}

.search_e75d svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.grid_3f96 {
  flex: 1;
}

.grid_3f96 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.prev-e7ef {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.tertiary_5636,
.wrapper_7698,
.label_rough_8190 {
  margin-bottom: 1.5rem;
}

.tertiary_5636 h4,
.wrapper_7698 h4,
.label_rough_8190 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tertiary_5636 ul,
.wrapper_7698 ul,
.label_rough_8190 ul {
  list-style: none;
  padding: 0;
}

.tertiary_5636 li,
.wrapper_7698 li,
.label_rough_8190 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.tertiary_5636 li:before,
.wrapper_7698 li:before,
.label_rough_8190 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.element-right-709b {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.element-right-709b 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;
}

.element-right-709b a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.focus_complex_799e { margin: 2rem 0; }
.avatar-a2f5 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.avatar-a2f5 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.content-5299 p { margin-bottom: 1rem; line-height: 1.7; }
.content-5299 strong { color: var(--text-primary); }
.content-5299 ul { list-style: none; padding-left: 0; }
.content-5299 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.content-5299 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.description_tiny_c3bd { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.paragraph_dirty_9d20 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.paragraph_dirty_9d20:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.south-d304 { font-size: 3rem; margin-bottom: 1rem; }
.paragraph_dirty_9d20 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.paragraph_dirty_9d20 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.header_purple_6128 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.header_purple_6128 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.small_050d { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.hidden_df43 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.section_b1d2 { text-align: center; }
.button-951f { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.description-72ca { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.pressed-2e5b { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.under_dce5 { margin: 2rem 0; }
.complex_b6f4 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.complex_b6f4 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.complex_b6f4 p, .complex_b6f4 ul { line-height: 1.7; }
.complex_b6f4 ul { list-style: none; padding-left: 0; }
.complex_b6f4 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.complex_b6f4 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.slider-8bba { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.full-e588 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.caption-a83a { text-align: center; }
.new-8a46 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.static_e47c { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.clean_cb25 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.primary_dirty_95ea { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.avatar_hot_3425 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.avatar_hot_3425:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.avatar_hot_3425 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.avatar_hot_3425 p, .avatar_hot_3425 ul { line-height: 1.7; }
.avatar_hot_3425 ul { list-style: none; padding-left: 0; }
.avatar_hot_3425 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.avatar_hot_3425 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 96ae */
.phantom-card-o4 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.0;
}
