/* ============================================
   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 */
.background_fast_ea95 p,
.preview_976e,
.table_5a70,
.filter-2826,
.block-steel-1a31,
.detail-1860,
.tag_south_6615,
.wide_8d68 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.alert-07d0 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.alert-07d0 > *,
.tooltip_dabf,
.background_fast_ea95,
.item-ad91 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .alert-07d0 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .alert-07d0 {
    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 === */
.paragraph_5cd7 {
  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 */
.paragraph_5cd7.brown_f5e7 {
  box-shadow: var(--shadow-md);
}

.column_middle_4b67 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.plasma_3259 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.highlight_2ca8 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.shadow_c81c {
  display: none;
}

/* Hide mobile actions on desktop */
.old-1c90 {
  display: none;
}

.backdrop-7eb5 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.backdrop-7eb5 a:hover,
.backdrop-7eb5 a.fn-active-682b {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.detail_green_2cfb {
  margin-left: 1rem;
}

.primary_e445 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.summary-brown-2918,
.dim-8c28 {
  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;
}

.summary-brown-2918 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.summary-brown-2918: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;
}

.dim-8c28 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.dim-8c28: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;
}

.summary-brown-2918 svg,
.dim-8c28 svg {
  flex-shrink: 0;
}

.carousel_iron_1c50 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.liquid-ff15 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.liquid-ff15::before,
.liquid-ff15::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.liquid-ff15::before {
  top: -7px;
}

.liquid-ff15::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.detail_soft_76e8 {
  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 === */
.up-2bb2 {
  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);
}

.bottom-c668 {
  margin: 0 0 2rem;
  text-align: center;
}

.bottom_6a03 {
  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;
}

.bottom_6a03:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.badge-d12f {
  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);
}

.badge-d12f strong {
  color: var(--primary-color);
  font-weight: 700;
}

.badge-4645 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.label_0973 {
  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;
}

.label_0973:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.dropdown_18bc {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.row-up-c40b {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.caption_07d3 {
  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);
}

.caption_07d3 .caption-3d54 {
  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;
}

.caption_07d3 .caption-3d54 svg {
  flex-shrink: 0;
}

.caption_07d3 .nav-4a6e {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.caption_07d3 .nav-4a6e: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);
}

.caption_07d3 .fixed-ed45 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.caption_07d3 .fixed-ed45: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) {
  .up-2bb2 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .bottom_6a03 {
    max-width: 100%;
  }

  .badge-4645 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .label_0973 {
    padding: 1rem;
  }

  .dropdown_18bc {
    font-size: 1.5rem;
  }

  .row-up-c40b {
    font-size: 0.75rem;
  }

  .badge-d12f {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .caption_07d3 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .caption_07d3 .caption-3d54 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .badge-4645 {
    grid-template-columns: 1fr;
  }
}

.bright-8299 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.aside-silver-71b4 {
  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 === */
.outline-8a1f {
  margin-bottom: 2.5rem;
}

.tooltip_6d4a {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.bright-8299 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.shadow-d4de {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cool-5a5a {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.tertiary-large-d80b {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.surface-a7d4 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.banner_7f4d {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.wood-d45f {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.main_ae95 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.main_ae95 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.footer-06e9 {
  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);
}

.info_new_9151 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.search_right_e0d9 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.footer-soft-5ef7 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.hover_next_10aa {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.table-solid-4a97 {
  display: grid;
  gap: 1rem;
}

.dropdown-50a2 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.north_ed65 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.summary_b833 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.frame_red_3a0a {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.blue-ab5b {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.button_stale_73f7 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.button_stale_73f7 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.preview_976e {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.focus-small-1dca {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.breadcrumb-fa12 {
  display: grid;
  gap: 2rem;
}

.basic-55c4 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.cool-5a5a {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.shadow-d4de {
  flex: 1;
}

.surface-a7d4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.surface-a7d4 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.steel_910e {
  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;
}

.banner_7f4d {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.status_prev_61f7 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.status_prev_61f7 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.action-ab83 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.action-ab83 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.media_178f {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.media_178f strong {
  display: block;
  margin-bottom: 0.75rem;
}

.media_178f ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.media_178f li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.header-blue-ca55 {
  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 === */
.box-bright-fda1 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.outline_6815 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.background-brown-4324 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.sidebar_24d6 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.sidebar_24d6 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.sidebar_24d6 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.sidebar_24d6 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;
}

.sidebar_24d6 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.sidebar_24d6 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.background_fast_ea95 {
  padding: 3rem 0 5rem;
}

.item-ad91 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.item-ad91.dropdown_fluid_a34c {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.table_5a70 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.complex_61a5 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.primary_easy_4f91 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.primary_easy_4f91 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.item-cool-d3a2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.shade_advanced_9a45 {
  text-align: center;
}

.south_474c {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.easy_9cf7 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.solid_99f6 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.detail-1860 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.filter-2826 {
  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;
}

.filter-2826 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.filter-2826:hover {
  box-shadow: var(--shadow-lg);
}

.filter-2826.rough_afc2 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.filter-2826 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.filter-2826 ul {
  margin: 1rem 0;
}

.filter-2826 li {
  margin-bottom: 0.75rem;
}

.label-over-2ca7 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.rough_1983 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.rough_1983 a {
  font-weight: 600;
}

/* === Data Tables === */
.column_b794 {
  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;
}

.column_b794 table {
  width: 100%;
  min-width: 600px;
}

.column_b794 thead {
  background-color: var(--primary-color);
  color: white;
}

.column_b794 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.column_b794 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.column_b794 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.column_b794 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.status_7375 {
  list-style: none;
  margin: 1.5rem 0;
}

.status_7375 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.status_7375 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.message-blue-0660::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-682b::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 === */
.right-1d48 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.simple-e6f7 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.simple-e6f7 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.simple-e6f7 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.simple-e6f7 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.right-1d48 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.tag_south_6615 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.tag_south_6615::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-hard-8716 {
  position: relative;
  margin-bottom: 3rem;
}

.iron_39ff {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.iron_39ff .grid-02ea {
  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;
}

.search-e928 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.search-e928 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.search-e928 ul {
  margin: 1rem 0;
}

.search-e928 li {
  margin-bottom: 0.75rem;
}

.search-advanced-7724 {
  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 === */
.texture-340d {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.texture-340d h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.accordion-iron-e671 {
  list-style: none;
  margin: 1.5rem 0;
}

.accordion-iron-e671 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.accordion-iron-e671 a {
  font-weight: 600;
}

.picture_d39e {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.wide_8d68 {
  margin: 2.5rem 0;
}

.button-9271 {
  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;
}

.button-9271:hover {
  box-shadow: var(--shadow-lg);
}

.button-9271.dirty-07e8 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.input-outer-c1b8 {
  flex-shrink: 0;
}

.input-outer-c1b8 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);
}

.out_c321 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.breadcrumb_thick_7d9a,
.photo-last-3ee0,
.gallery-7588 {
  width: 100%;
  margin: 1.5rem 0;
}

.warm_b557 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.warm_b557 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.center_093e {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.center_093e strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.backdrop-141a {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.backdrop-141a strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.alert-dirty-6f29 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.overlay-6497 {
  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;
}

.overlay-6497:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.overlay-6497.tertiary-cea3 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.overlay-6497 .mini-c212 {
  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;
}

.overlay-6497 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.focus_14f0 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.input_dim_3472 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.input_dim_3472 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.main-cold-47a3 {
  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 === */
.caption-3d54 {
  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;
}

.nav-4a6e {
  background-color: var(--primary-color);
  color: white;
}

.nav-4a6e:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.fixed-ed45 {
  background-color: var(--text-secondary);
  color: white;
}

.fixed-ed45:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.menu-9404 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.menu-9404:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.basic_1fce {
  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;
}

.basic_1fce:hover {
  background-color: var(--primary-dark);
}

.green-acd4 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.advanced_6078 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.card-orange-7103 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.out_0c2a {
  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 === */
.gradient_9f0d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.button_7d20 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.button_7d20 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.pattern-purple-ad93 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.up-683d {
  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;
}

.picture-glass-746a {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.avatar_out_8105 {
  list-style: none;
  counter-reset: rank-counter;
}

.avatar_out_8105 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.avatar_out_8105 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;
}

.backdrop-liquid-7443 {
  list-style: none;
}

.backdrop-liquid-7443 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.image_fluid_ba26 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.title-1aca {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.title-1aca .alert-7abb {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.title-1aca .current-0929 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.advanced-2676 {
  margin-top: 3rem;
}

.grid-7a93 {
  width: 100%;
}

.overlay-bright-c2e8 {
  background-color: #fef3c7;
}

.backdrop_orange_41d5 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.info_green_53ce {
  margin: 3rem 0;
}

.feature_wide_6561 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.in-4a39 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.in-4a39:hover {
  box-shadow: var(--shadow-lg);
}

.in-4a39.section_bright_dda4 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.modal-stale-03d3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.next-33bc strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.next-33bc span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.sidebar-right-7291 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.in-4a39 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.input-purple-5338 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.chip-solid-85a4 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.narrow_e915 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.alert-inner-edba {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.mask-e802 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.cool_f09d {
  margin-top: 1rem;
}

/* === FAQ Section === */
.highlight_top_5484 {
  max-width: 900px;
  margin: 0 auto;
}

.current-c12d {
  margin: 2rem 0;
}

.form_motion_f1f3 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.form_motion_f1f3 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.form_motion_f1f3 summary::-webkit-details-marker {
  display: none;
}

.form_motion_f1f3 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.fluid-4f47 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.form_motion_f1f3[open] .fluid-4f47 {
  transform: rotate(45deg);
}

.main_8b3b {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.main_8b3b p:last-child {
  margin-bottom: 0;
}

.search_5fff {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.middle-5afd {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.label_brown_cd87 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.label_brown_cd87 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.label_brown_cd87 .caption-3d54 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.black-0742 {
  max-width: 900px;
  margin: 0 auto;
}

.picture-00b1 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.upper-7e04 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.upper-7e04.fn-success-682b {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.dark_0154 {
  font-size: 3rem;
  line-height: 1;
}

.link_north_ab2a h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.surface-9b48 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.menu-stale-dff3,
.element_9518 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.menu-stale-dff3 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.element_9518 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.carousel-20d6,
.content_west_2479 {
  margin: 1.5rem 0;
}

.carousel-20d6 li,
.content_west_2479 li {
  margin-bottom: 1rem;
}

.left-aac3 {
  margin: 3rem 0;
}

.info-static-4973 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.info-static-4973 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.info-static-4973 ol {
  margin: 1rem 0;
}

.info-static-4973 li {
  margin-bottom: 0.75rem;
}

.tertiary-7201 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.section_new_5c94 {
  margin: 2rem 0;
}

.message_a164 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.section-1277 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.gradient-baf9 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.background-silver-37ff {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.paper-859b {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.north_0a42 {
  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;
}

.north_0a42 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.tertiary-large-d80b {
  flex: 1;
}

.tertiary-large-d80b h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.component-0d97 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.shadow_f1bf p {
  margin-bottom: 1rem;
}

.soft-0f1f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.secondary_7a35 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.gold_624f {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.gold_624f a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.narrow-d840 h3 {
  margin-bottom: 1.5rem;
}

.image-steel-6b9e {
  display: grid;
  gap: 2rem;
}

.tabs-66ad {
  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;
}

.tabs-66ad img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.tabs-66ad h4 {
  margin: 0 0 0.25rem;
}

.tabs-66ad p {
  margin: 0;
  font-size: 0.9375rem;
}

.banner_da8b {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.purple_3122 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.purple_3122 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.purple_3122 ul {
  margin: 1.5rem 0;
}

.purple_3122 li {
  margin-bottom: 0.75rem;
}

.container_first_cfb4 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.carousel_adf6 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.overlay-narrow-9d8b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.blue-8085 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.blue-8085 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.search_white_aa2f {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.search_white_aa2f a {
  color: rgba(255, 255, 255, 0.8);
}

.caption_north_1158 {
  list-style: none;
}

.caption_north_1158 li {
  margin-bottom: 0.75rem;
}

.caption_north_1158 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.caption_north_1158 a:hover {
  color: white;
}

.hidden_0a8f {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.nav-f8a0 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.disabled-dark-5bcc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.logo-south-fd6d {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.logo-b14d {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .alert-07d0 {
    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;
  }

  .focus_outer_1845 {
    font-size: 1.5rem !important;
  }

  .tooltip_6d4a {
    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 */
  .filter-2826,
  .block-steel-1a31,
  .search-e928,
  .out_c321,
  .modal-stale-03d3,
  .in-4a39,
  .main_8b3b,
  .badge-d12f,
  .preview_976e,
  .table_5a70 {
    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 */
  .bright-8299 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .shadow-d4de {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .cool-5a5a {
    flex-shrink: 0;
  }

  .tertiary-large-d80b {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .surface-a7d4,
  .banner_7f4d {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .banner_7f4d {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .highlight_2ca8 {
    display: none;
  }

  /* Show mobile actions */
  .old-1c90 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .header-slow-23dc {
    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;
  }

  .header-slow-23dc svg {
    flex-shrink: 0;
  }

  .header-slow-23dc .menu_yellow_5132 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .header-slow-23dc .widget_2b1f {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .summary-624f {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .outline_hard_9425 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .header-slow-23dc:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .shadow_c81c {
    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;
  }

  .shadow_c81c.fn-active-682b {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .shadow_c81c li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .shadow_c81c li:last-child {
    border-bottom: none;
  }

  .shadow_c81c a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .backdrop-7eb5 {
    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;
  }

  .backdrop-7eb5 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .backdrop-7eb5 li:last-child {
    border-bottom: none;
  }

  .backdrop-7eb5 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .detail_green_2cfb {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .primary_e445 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .summary-brown-2918,
  .dim-8c28 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .summary-brown-2918 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .dim-8c28 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .backdrop-7eb5.fn-active-682b {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .carousel_iron_1c50 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .paragraph_5cd7 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .column_middle_4b67 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .detail_soft_76e8 {
    margin-top: 0;
  }

  /* Hero section */
  .detail_soft_76e8 {
    padding: 2rem 0 1.5rem;
  }

  .tooltip_6d4a {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .preview_976e {
    font-size: 1rem;
  }

  /* Hero brand image */
  .up-2bb2 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .bottom_6a03 {
    max-width: 100%;
    border-radius: 8px;
  }

  .badge-4645 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .label_0973 {
    padding: 1rem;
  }

  .dropdown_18bc {
    font-size: 1.5rem;
  }

  .row-up-c40b {
    font-size: 0.75rem;
  }

  .badge-d12f {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .caption_07d3 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .caption_07d3 .caption-3d54 {
    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 */
  .background-brown-4324 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .button-9271 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .input-outer-c1b8 {
    margin-bottom: 1rem;
  }

  /* Author */
  .basic-55c4 {
    flex-direction: column;
  }

  .north_0a42 {
    flex-direction: column;
  }

  /* Quotes */
  .modal-stale-03d3 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .surface-9b48 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .background-silver-37ff {
    flex-direction: column;
  }

  .background-silver-37ff .caption-3d54 {
    width: 100%;
  }

  /* Version comparison */
  .alert-dirty-6f29 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .gradient_9f0d {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .overlay-narrow-9d8b {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .disabled-dark-5bcc {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .column_b794,
  .photo-last-3ee0,
  .pagination_lite_6ba9,
  .grid-7a93,
  .breadcrumb_thick_7d9a,
  .gallery-7588 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .column_b794 table,
  .photo-last-3ee0 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .main-cold-47a3 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .alert-07d0 {
    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;
  }

  .focus_outer_1845 {
    font-size: 1.25rem !important;
  }

  .tooltip_6d4a {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .paragraph_5cd7 {
    position: fixed;
  }

  .column_middle_4b67 {
    padding: 0.625rem 0;
  }

  .plasma_3259 img {
    height: 26px;
  }

  .backdrop-7eb5 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .shadow_c81c {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .header-slow-23dc {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .header-slow-23dc svg {
    width: 18px;
    height: 18px;
  }

  .header-slow-23dc .menu_yellow_5132 {
    font-size: 0.7rem;
  }

  .header-slow-23dc .widget_2b1f {
    font-size: 0.65rem;
  }

  .summary-brown-2918,
  .dim-8c28 {
    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, .alert-07d0, .tooltip_dabf, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .up-2bb2 {
    padding: 1rem;
  }

  .badge-4645 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .label_0973 {
    padding: 0.875rem;
  }

  .dropdown_18bc {
    font-size: 1.25rem;
  }

  .caption_07d3 .caption-3d54 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .tooltip_6d4a {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .caption-3d54 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .green-acd4 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .button-9271 {
    padding: 1rem;
  }

  .input-outer-c1b8 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .filter-2826,
  .hot_96a9,
  .smooth_43c6,
  .aside-e94f {
    padding: 1rem;
  }
}

@media print {
  .paragraph_5cd7,
  .box-bright-fda1,
  .carousel_iron_1c50,
  .caption-3d54,
  .carousel_adf6 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .alert-07d0 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.widget_east_0fd8 {
  margin-bottom: 3rem;
  text-align: center;
}

.focus_outer_1845 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.current-36bf {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.table-up-69f7,
.active_pro_b575 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.thumbnail-down-0381 {
  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-down-0381:hover {
  transform: translateY(-5px);
}

.thumbnail-down-0381 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.thumbnail-down-0381 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.component-b6b0 {
  margin: 3rem 0;
}

.message-lower-6a20 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.aside-2bdc {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.aside-2bdc:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.message_4d24 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.yellow-1908 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.component_6795 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.description_8e0f {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.huge_05e8 {
  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;
}

.huge_05e8:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.huge_05e8.menu-a19e {
  border-left: 4px solid var(--primary-color);
}

.card_58cd {
  flex-shrink: 0;
}

.card_58cd svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.pressed_7907 {
  flex: 1;
}

.pressed_7907 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.highlight-f235 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.text_7ef6,
.overlay-5fdb,
.content-7901 {
  margin-bottom: 1.5rem;
}

.text_7ef6 h4,
.overlay-5fdb h4,
.content-7901 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.text_7ef6 ul,
.overlay-5fdb ul,
.content-7901 ul {
  list-style: none;
  padding: 0;
}

.text_7ef6 li,
.overlay-5fdb li,
.content-7901 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.text_7ef6 li:before,
.overlay-5fdb li:before,
.content-7901 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.mini-e87b {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.mini-e87b 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;
}

.mini-e87b a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.footer-top-9ecc { margin: 2rem 0; }
.accent_de76 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.accent_de76 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.heading-new-0462 p { margin-bottom: 1rem; line-height: 1.7; }
.heading-new-0462 strong { color: var(--text-primary); }
.heading-new-0462 ul { list-style: none; padding-left: 0; }
.heading-new-0462 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.heading-new-0462 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.outer_7df4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.input-dirty-049e { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.input-dirty-049e:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.gallery-a1ce { font-size: 3rem; margin-bottom: 1rem; }
.input-dirty-049e h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.input-dirty-049e p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.section_6420 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.section_6420 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.article_gas_5aef { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.notification_bright_bfca { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.header_wood_aabd { text-align: center; }
.bottom-1aa1 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.notification_bb97 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.focused-28aa { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.wide-7e2c { margin: 2rem 0; }
.row_up_3bda { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.row_up_3bda h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.row_up_3bda p, .row_up_3bda ul { line-height: 1.7; }
.row_up_3bda ul { list-style: none; padding-left: 0; }
.row_up_3bda ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.row_up_3bda ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.north_4bf2 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.block-clean-69c3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.logo_4304 { text-align: center; }
.complex-8aca { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.background-10e3 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.clean-1af0 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.backdrop-82f9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.input-blue-1006 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.input-blue-1006:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.input-blue-1006 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.input-blue-1006 p, .input-blue-1006 ul { line-height: 1.7; }
.input-blue-1006 ul { list-style: none; padding-left: 0; }
.input-blue-1006 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.input-blue-1006 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: b23e */
.ghost-box-f2 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
