/* ============================================
   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 */
.secondary-old-debd p,
.active-action-ceb9,
.message_e9e4,
.text-c358,
.slider-blue-1caa,
.sidebar-1eb9,
.form-small-03b8,
.border-8c96 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.gas-0106 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.gas-0106 > *,
.east-3ecc,
.secondary-old-debd,
.caption-hard-5467 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .gas-0106 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .gas-0106 {
    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 === */
.nav-bright-9c21 {
  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 */
.nav-bright-9c21.old_72e9 {
  box-shadow: var(--shadow-md);
}

.notification_left_da56 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.layout-under-b430 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.fixed-07fd {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.content-caf2 {
  display: none;
}

/* Hide mobile actions on desktop */
.pagination-0e60 {
  display: none;
}

.tertiary-cdf2 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.tertiary-cdf2 a:hover,
.tertiary-cdf2 a.fn-active-33fa {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.popup_d6af {
  margin-left: 1rem;
}

.background_250b {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.hidden-cool-7600,
.motion-da2d {
  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;
}

.hidden-cool-7600 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.hidden-cool-7600: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;
}

.motion-da2d {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.motion-da2d: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;
}

.hidden-cool-7600 svg,
.motion-da2d svg {
  flex-shrink: 0;
}

.medium_4de3 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.picture-db87 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.picture-db87::before,
.picture-db87::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.picture-db87::before {
  top: -7px;
}

.picture-db87::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.medium_fd4d {
  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 === */
.alert_silver_a667 {
  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);
}

.title-b62a {
  margin: 0 0 2rem;
  text-align: center;
}

.stale-652f {
  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;
}

.stale-652f:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.caption_d09e {
  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);
}

.caption_d09e strong {
  color: var(--primary-color);
  font-weight: 700;
}

.title-bc38 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.texture-16fd {
  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;
}

.texture-16fd:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.block-purple-f7fd {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.mask-98ac {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.west-9243 {
  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);
}

.west-9243 .modal-yellow-5284 {
  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;
}

.west-9243 .modal-yellow-5284 svg {
  flex-shrink: 0;
}

.west-9243 .pagination-0966 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.west-9243 .pagination-0966: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);
}

.west-9243 .outline_ceba {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.west-9243 .outline_ceba: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) {
  .alert_silver_a667 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .stale-652f {
    max-width: 100%;
  }

  .title-bc38 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .texture-16fd {
    padding: 1rem;
  }

  .block-purple-f7fd {
    font-size: 1.5rem;
  }

  .mask-98ac {
    font-size: 0.75rem;
  }

  .caption_d09e {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .west-9243 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .west-9243 .modal-yellow-5284 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .title-bc38 {
    grid-template-columns: 1fr;
  }
}

.primary_2fea {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.fast-6181 {
  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 === */
.focus-3be1 {
  margin-bottom: 2.5rem;
}

.disabled_14f4 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.primary_2fea {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.backdrop-7e90 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.highlight-fixed-09e5 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.clean-9d4a {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.photo_south_d2da {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.preview_d6a4 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.notice-north-cb51 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.photo_cece {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.photo_cece svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.focus_d10e {
  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);
}

.widget-8678 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.gradient-bc2b {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.focus_324d {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.content_in_520f {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.shade_new_d1c6 {
  display: grid;
  gap: 1rem;
}

.header-8e69 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.new_4000 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.backdrop_large_ae24 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.widget_prev_db5b {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.article-small-1c33 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.search_steel_9915 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.search_steel_9915 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.active-action-ceb9 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.content-inner-3438 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.mini_a2c0 {
  display: grid;
  gap: 2rem;
}

.layout_dab5 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.highlight-fixed-09e5 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.backdrop-7e90 {
  flex: 1;
}

.photo_south_d2da {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.photo_south_d2da a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.wide_a390 {
  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;
}

.preview_d6a4 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.layout-middle-2a8a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.layout-middle-2a8a span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.alert-slow-3df7 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.alert-slow-3df7 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.dim-ea12 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.dim-ea12 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.dim-ea12 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.dim-ea12 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.stale-681e {
  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 === */
.item_be95 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.primary_plasma_736f {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.selected-9d82 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.notice_a1e0 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.notice_a1e0 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.notice_a1e0 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.notice_a1e0 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;
}

.notice_a1e0 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.notice_a1e0 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.secondary-old-debd {
  padding: 3rem 0 5rem;
}

.caption-hard-5467 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.caption-hard-5467.bronze_b545 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.message_e9e4 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.frame-bright-46fc {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.pink_dc65 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.pink_dc65 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.alert_0aed {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.white_540e {
  text-align: center;
}

.message_up_f70e {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.sort-e7e5 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.aside-1507 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.sidebar-1eb9 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.text-c358 {
  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;
}

.text-c358 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.text-c358:hover {
  box-shadow: var(--shadow-lg);
}

.text-c358.tag-huge-a22b {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.text-c358 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.text-c358 ul {
  margin: 1rem 0;
}

.text-c358 li {
  margin-bottom: 0.75rem;
}

.south-f77f {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.title_paper_6466 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.title_paper_6466 a {
  font-weight: 600;
}

/* === Data Tables === */
.tag_4341 {
  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_4341 table {
  width: 100%;
  min-width: 600px;
}

.tag_4341 thead {
  background-color: var(--primary-color);
  color: white;
}

.tag_4341 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.tag_4341 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.tag_4341 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.tag_4341 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.paragraph_prev_e8ff {
  list-style: none;
  margin: 1.5rem 0;
}

.paragraph_prev_e8ff li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.paragraph_prev_e8ff li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.white-c2f4::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-33fa::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 === */
.alert-black-2b4f {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.element-fixed-30f5 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.element-fixed-30f5 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.element-fixed-30f5 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.element-fixed-30f5 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.alert-black-2b4f blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.form-small-03b8 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.form-small-03b8::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.menu-huge-f18c {
  position: relative;
  margin-bottom: 3rem;
}

.overlay-rough-9b8c {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.overlay-rough-9b8c .inner_94fd {
  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;
}

.panel_slow_491e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.panel_slow_491e h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.panel_slow_491e ul {
  margin: 1rem 0;
}

.panel_slow_491e li {
  margin-bottom: 0.75rem;
}

.dropdown_d4c6 {
  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 === */
.notice_first_94e1 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.notice_first_94e1 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.pagination-up-6b8f {
  list-style: none;
  margin: 1.5rem 0;
}

.pagination-up-6b8f li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.pagination-up-6b8f a {
  font-weight: 600;
}

.right_b6ed {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.border-8c96 {
  margin: 2.5rem 0;
}

.mask_5bce {
  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;
}

.mask_5bce:hover {
  box-shadow: var(--shadow-lg);
}

.mask_5bce.static-4305 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.filter_7f6d {
  flex-shrink: 0;
}

.filter_7f6d 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);
}

.heading_pro_f836 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.glass-cafc,
.tall-f974,
.list_up_3fa7 {
  width: 100%;
  margin: 1.5rem 0;
}

.tabs_rough_6d23 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.tabs_rough_6d23 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.video-0081 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.video-0081 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.orange_3709 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.orange_3709 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.banner-9979 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.small_c84e {
  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;
}

.small_c84e:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.small_c84e.feature_next_af97 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.small_c84e .link-out-b9bf {
  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;
}

.small_c84e h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.hidden_62eb {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.footer_light_8c13 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.footer_light_8c13 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.block-48fa {
  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 === */
.modal-yellow-5284 {
  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;
}

.pagination-0966 {
  background-color: var(--primary-color);
  color: white;
}

.pagination-0966:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.outline_ceba {
  background-color: var(--text-secondary);
  color: white;
}

.outline_ceba:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.button_steel_d3b5 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.button_steel_d3b5:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.caption-44fa {
  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;
}

.caption-44fa:hover {
  background-color: var(--primary-dark);
}

.chip_short_a6f3 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.input-east-43c3 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.menu_acb3 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.section_silver_87c6 {
  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 === */
.frame_2c0f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.popup-b973 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.popup-b973 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.menu_e6d6 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.column-c6c6 {
  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;
}

.header-huge-81c1 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.component-85a1 {
  list-style: none;
  counter-reset: rank-counter;
}

.component-85a1 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.component-85a1 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;
}

.slow-1d3a {
  list-style: none;
}

.slow-1d3a li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.banner-focused-a105 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.disabled_fluid_5497 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.disabled_fluid_5497 .progress-middle-dd53 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.disabled_fluid_5497 .element_0189 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.section-current-cedf {
  margin-top: 3rem;
}

.texture_c7c4 {
  width: 100%;
}

.top-7c31 {
  background-color: #fef3c7;
}

.down_766f {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.box_medium_e85f {
  margin: 3rem 0;
}

.progress-131d {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.gradient_2950 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.gradient_2950:hover {
  box-shadow: var(--shadow-lg);
}

.gradient_2950.preview_cca7 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.cold-7ce8 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.tertiary-paper-968a strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.tertiary-paper-968a span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.overlay-over-c84c {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.gradient_2950 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.sidebar-soft-af54 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.message_be4b {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.border_brown_24ee {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.button-east-7ae3 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.shade-brown-7994 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.picture-636e {
  margin-top: 1rem;
}

/* === FAQ Section === */
.tag-a54d {
  max-width: 900px;
  margin: 0 auto;
}

.status_a589 {
  margin: 2rem 0;
}

.banner-dd57 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.banner-dd57 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.banner-dd57 summary::-webkit-details-marker {
  display: none;
}

.banner-dd57 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.fresh-168d {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.banner-dd57[open] .fresh-168d {
  transform: rotate(45deg);
}

.smooth-92ca {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.smooth-92ca p:last-child {
  margin-bottom: 0;
}

.accent_6285 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.layout_mini_6902 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.overlay_action_8dd7 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.overlay_action_8dd7 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.overlay_action_8dd7 .modal-yellow-5284 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.dirty_8ea8 {
  max-width: 900px;
  margin: 0 auto;
}

.hovered-f91c {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.carousel_9d0b {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.carousel_9d0b.fn-success-33fa {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.text-19ba {
  font-size: 3rem;
  line-height: 1;
}

.tabs-basic-31de h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.title_dim_cfa3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.summary_a26e,
.warm-9bdd {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.summary_a26e h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.warm-9bdd h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.thick-9011,
.alert-cool-3750 {
  margin: 1.5rem 0;
}

.thick-9011 li,
.alert-cool-3750 li {
  margin-bottom: 1rem;
}

.summary-49ea {
  margin: 3rem 0;
}

.pagination-fe38 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.pagination-fe38 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.pagination-fe38 ol {
  margin: 1rem 0;
}

.pagination-fe38 li {
  margin-bottom: 0.75rem;
}

.panel_clean_e8be {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.status-0366 {
  margin: 2rem 0;
}

.smooth-f315 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.notice-3d00 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.shadow_clean_1e35 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.notification_thick_7911 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.heading-666f {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.info_outer_6bae {
  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;
}

.info_outer_6bae img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.clean-9d4a {
  flex: 1;
}

.clean-9d4a h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.notice_fast_c177 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.dropdown_ac47 p {
  margin-bottom: 1rem;
}

.item-45d1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.label_5ca8 {
  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-00cc {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.border-00cc a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.dirty-cb55 h3 {
  margin-bottom: 1.5rem;
}

.pattern_7d56 {
  display: grid;
  gap: 2rem;
}

.logo-a043 {
  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;
}

.logo-a043 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.logo-a043 h4 {
  margin: 0 0 0.25rem;
}

.logo-a043 p {
  margin: 0;
  font-size: 0.9375rem;
}

.backdrop-up-dad6 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.pro_31ff {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.pro_31ff h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.pro_31ff ul {
  margin: 1.5rem 0;
}

.pro_31ff li {
  margin-bottom: 0.75rem;
}

.west_9705 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.gallery-action-139f {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.row_a43f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.prev-c678 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.prev-c678 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.table-8b2a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.table-8b2a a {
  color: rgba(255, 255, 255, 0.8);
}

.tag_simple_71ca {
  list-style: none;
}

.tag_simple_71ca li {
  margin-bottom: 0.75rem;
}

.tag_simple_71ca a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.tag_simple_71ca a:hover {
  color: white;
}

.summary-full-8f7b {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.simple-b87e {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.paper-b08b {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.outline_3071 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.tag-82e5 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .gas-0106 {
    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;
  }

  .active_0944 {
    font-size: 1.5rem !important;
  }

  .disabled_14f4 {
    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 */
  .text-c358,
  .slider-blue-1caa,
  .panel_slow_491e,
  .heading_pro_f836,
  .cold-7ce8,
  .gradient_2950,
  .smooth-92ca,
  .caption_d09e,
  .active-action-ceb9,
  .message_e9e4 {
    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 */
  .primary_2fea {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .backdrop-7e90 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .highlight-fixed-09e5 {
    flex-shrink: 0;
  }

  .clean-9d4a {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .photo_south_d2da,
  .preview_d6a4 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .preview_d6a4 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .fixed-07fd {
    display: none;
  }

  /* Show mobile actions */
  .pagination-0e60 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .layout-hovered-eba3 {
    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;
  }

  .layout-hovered-eba3 svg {
    flex-shrink: 0;
  }

  .layout-hovered-eba3 .element_over_2b08 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .layout-hovered-eba3 .pagination_glass_afb4 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .article-7c71 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .huge-d74f {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .layout-hovered-eba3:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .content-caf2 {
    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;
  }

  .content-caf2.fn-active-33fa {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .content-caf2 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .content-caf2 li:last-child {
    border-bottom: none;
  }

  .content-caf2 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .tertiary-cdf2 {
    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;
  }

  .tertiary-cdf2 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .tertiary-cdf2 li:last-child {
    border-bottom: none;
  }

  .tertiary-cdf2 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .popup_d6af {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .background_250b {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .hidden-cool-7600,
  .motion-da2d {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .hidden-cool-7600 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .motion-da2d {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .tertiary-cdf2.fn-active-33fa {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .medium_4de3 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .nav-bright-9c21 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .notification_left_da56 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .medium_fd4d {
    margin-top: 0;
  }

  /* Hero section */
  .medium_fd4d {
    padding: 2rem 0 1.5rem;
  }

  .disabled_14f4 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .active-action-ceb9 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .alert_silver_a667 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .stale-652f {
    max-width: 100%;
    border-radius: 8px;
  }

  .title-bc38 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .texture-16fd {
    padding: 1rem;
  }

  .block-purple-f7fd {
    font-size: 1.5rem;
  }

  .mask-98ac {
    font-size: 0.75rem;
  }

  .caption_d09e {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .west-9243 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .west-9243 .modal-yellow-5284 {
    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 */
  .selected-9d82 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .mask_5bce {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .filter_7f6d {
    margin-bottom: 1rem;
  }

  /* Author */
  .layout_dab5 {
    flex-direction: column;
  }

  .info_outer_6bae {
    flex-direction: column;
  }

  /* Quotes */
  .cold-7ce8 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .title_dim_cfa3 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .notification_thick_7911 {
    flex-direction: column;
  }

  .notification_thick_7911 .modal-yellow-5284 {
    width: 100%;
  }

  /* Version comparison */
  .banner-9979 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .frame_2c0f {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .row_a43f {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .paper-b08b {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .tag_4341,
  .tall-f974,
  .image-tiny-b898,
  .texture_c7c4,
  .glass-cafc,
  .list_up_3fa7 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tag_4341 table,
  .tall-f974 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .block-48fa {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .gas-0106 {
    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;
  }

  .active_0944 {
    font-size: 1.25rem !important;
  }

  .disabled_14f4 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .nav-bright-9c21 {
    position: fixed;
  }

  .notification_left_da56 {
    padding: 0.625rem 0;
  }

  .layout-under-b430 img {
    height: 26px;
  }

  .tertiary-cdf2 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .content-caf2 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .layout-hovered-eba3 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .layout-hovered-eba3 svg {
    width: 18px;
    height: 18px;
  }

  .layout-hovered-eba3 .element_over_2b08 {
    font-size: 0.7rem;
  }

  .layout-hovered-eba3 .pagination_glass_afb4 {
    font-size: 0.65rem;
  }

  .hidden-cool-7600,
  .motion-da2d {
    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, .gas-0106, .east-3ecc, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .alert_silver_a667 {
    padding: 1rem;
  }

  .title-bc38 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .texture-16fd {
    padding: 0.875rem;
  }

  .block-purple-f7fd {
    font-size: 1.25rem;
  }

  .west-9243 .modal-yellow-5284 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .disabled_14f4 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .modal-yellow-5284 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .chip_short_a6f3 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .mask_5bce {
    padding: 1rem;
  }

  .filter_7f6d span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .text-c358,
  .sidebar-iron-3c2d,
  .fresh-f106,
  .secondary_green_c736 {
    padding: 1rem;
  }
}

@media print {
  .nav-bright-9c21,
  .item_be95,
  .medium_4de3,
  .modal-yellow-5284,
  .gallery-action-139f {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .gas-0106 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.active_light_496f {
  margin-bottom: 3rem;
  text-align: center;
}

.active_0944 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.dark-2484 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.thumbnail-action-67c6,
.pattern-7b68 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.white_215b {
  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;
}

.white_215b:hover {
  transform: translateY(-5px);
}

.white_215b strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.white_215b span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.title_silver_cbb4 {
  margin: 3rem 0;
}

.element_4484 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.liquid_94bb {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.liquid_94bb:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.thumbnail-center-f5cd {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.input-c46a {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.cold-99ca {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.background_over_edbb {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.container_motion_c086 {
  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;
}

.container_motion_c086:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.container_motion_c086.wrapper_cool_21bf {
  border-left: 4px solid var(--primary-color);
}

.thumbnail_bbe2 {
  flex-shrink: 0;
}

.thumbnail_bbe2 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.pagination-01f6 {
  flex: 1;
}

.pagination-01f6 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.detail_easy_69d3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.heading_clean_bc8f,
.tertiary_brown_387a,
.east-88e9 {
  margin-bottom: 1.5rem;
}

.heading_clean_bc8f h4,
.tertiary_brown_387a h4,
.east-88e9 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.heading_clean_bc8f ul,
.tertiary_brown_387a ul,
.east-88e9 ul {
  list-style: none;
  padding: 0;
}

.heading_clean_bc8f li,
.tertiary_brown_387a li,
.east-88e9 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.heading_clean_bc8f li:before,
.tertiary_brown_387a li:before,
.east-88e9 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.background-pro-c533 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.background-pro-c533 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;
}

.background-pro-c533 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.progress-up-c360 { margin: 2rem 0; }
.active-6103 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.active-6103 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.main-stone-a4b6 p { margin-bottom: 1rem; line-height: 1.7; }
.main-stone-a4b6 strong { color: var(--text-primary); }
.main-stone-a4b6 ul { list-style: none; padding-left: 0; }
.main-stone-a4b6 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.main-stone-a4b6 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.button-north-6829 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.shade_209c { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.shade_209c:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.tiny_7833 { font-size: 3rem; margin-bottom: 1rem; }
.shade_209c h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.shade_209c p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.narrow-a6d4 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.narrow-a6d4 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.message-6a21 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.up_9452 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.red_8654 { text-align: center; }
.element_721d { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.gradient-12cf { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.sidebar_hot_1739 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.carousel_38bd { margin: 2rem 0; }
.secondary-5005 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.secondary-5005 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.secondary-5005 p, .secondary-5005 ul { line-height: 1.7; }
.secondary-5005 ul { list-style: none; padding-left: 0; }
.secondary-5005 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.secondary-5005 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.badge-fixed-10c5 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.complex-d28e { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.link_9e94 { text-align: center; }
.frame-black-1b07 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.element-65fb { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.message-cool-7f9b { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.thick-4c58 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.video_a3b2 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.video_a3b2:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.video_a3b2 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.video_a3b2 p, .video_a3b2 ul { line-height: 1.7; }
.video_a3b2 ul { list-style: none; padding-left: 0; }
.video_a3b2 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.video_a3b2 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 4947 */
.phantom-card-f9 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
