/* ============================================
   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 */
.label-173b p,
.over_cf29,
.paragraph_a853,
.tiny-65b4,
.stale-3e0d,
.media_7b8f,
.yellow_b7ac,
.south-fd21 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.box_smooth_cdd5 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.box_smooth_cdd5 > *,
.tag-wide-6836,
.label-173b,
.media_dynamic_c495 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .box_smooth_cdd5 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .box_smooth_cdd5 {
    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 === */
.texture_7162 {
  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 */
.texture_7162.fixed_2f0a {
  box-shadow: var(--shadow-md);
}

.element-adc5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.solid_626d img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.breadcrumb-gold-0e92 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.message-hard-11d0 {
  display: none;
}

/* Hide mobile actions on desktop */
.image_3e15 {
  display: none;
}

.info-7d71 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.info-7d71 a:hover,
.info-7d71 a.fn-active-8da2 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.popup_glass_b3b1 {
  margin-left: 1rem;
}

.logo-liquid-a6b4 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.narrow-1dd2,
.disabled_4349 {
  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;
}

.narrow-1dd2 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.narrow-1dd2: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;
}

.disabled_4349 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.disabled_4349: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;
}

.narrow-1dd2 svg,
.disabled_4349 svg {
  flex-shrink: 0;
}

.filter_paper_c264 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.button-wide-53ce {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.button-wide-53ce::before,
.button-wide-53ce::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.button-wide-53ce::before {
  top: -7px;
}

.button-wide-53ce::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.wide-54da {
  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 === */
.fresh-c781 {
  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);
}

.dynamic_7105 {
  margin: 0 0 2rem;
  text-align: center;
}

.search-narrow-df04 {
  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;
}

.search-narrow-df04:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.hovered_0440 {
  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);
}

.hovered_0440 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.bottom-6a12 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.table_38fa {
  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;
}

.table_38fa:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.rough-24b8 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.widget-small-f947 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.lower_11ac {
  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);
}

.lower_11ac .list-motion-cb0e {
  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;
}

.lower_11ac .list-motion-cb0e svg {
  flex-shrink: 0;
}

.lower_11ac .popup-2823 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.lower_11ac .popup-2823: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);
}

.lower_11ac .header-smooth-ff83 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.lower_11ac .header-smooth-ff83: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) {
  .fresh-c781 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .search-narrow-df04 {
    max-width: 100%;
  }

  .bottom-6a12 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .table_38fa {
    padding: 1rem;
  }

  .rough-24b8 {
    font-size: 1.5rem;
  }

  .widget-small-f947 {
    font-size: 0.75rem;
  }

  .hovered_0440 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .lower_11ac {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .lower_11ac .list-motion-cb0e {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .bottom-6a12 {
    grid-template-columns: 1fr;
  }
}

.rough_cd69 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.input_deea {
  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 === */
.grid_2157 {
  margin-bottom: 2.5rem;
}

.footer-hard-fa94 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.rough_cd69 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.slider_pressed_3160 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.fast-3957 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.over_3921 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.gradient-9ff8 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.over_47d1 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.east-b9b8 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.row-5fa3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.row-5fa3 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.link_black_e3d3 {
  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);
}

.left_c158 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.rough-4c17 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.title_45f4 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.caption-b1b5 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.stone-0ae7 {
  display: grid;
  gap: 1rem;
}

.notice_center_a63d {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.header_0468 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.border_c8be {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.info_under_b9dd {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.steel-9b5a {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.video-b5ec {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.video-b5ec p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.over_cf29 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.brown-c311 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.pro_09c9 {
  display: grid;
  gap: 2rem;
}

.item_right_7aee {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.fast-3957 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.slider_pressed_3160 {
  flex: 1;
}

.gradient-9ff8 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.gradient-9ff8 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.header_656e {
  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;
}

.over_47d1 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.advanced_f3f9 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.advanced_f3f9 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.pink_b844 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.pink_b844 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.widget-4c85 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.widget-4c85 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.widget-4c85 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.widget-4c85 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.yellow_94ec {
  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 === */
.dynamic_7f83 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.slow-6a5f {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.module_726c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.thumbnail-left-4f9a h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.thumbnail-left-4f9a ol {
  list-style: none;
  counter-reset: toc-counter;
}

.thumbnail-left-4f9a ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.thumbnail-left-4f9a 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;
}

.thumbnail-left-4f9a ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.thumbnail-left-4f9a ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.label-173b {
  padding: 3rem 0 5rem;
}

.media_dynamic_c495 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.media_dynamic_c495.header-126f {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.paragraph_a853 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.status_plasma_cd15 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.tooltip-91bc {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.tooltip-91bc h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.popup-stale-6293 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.nav_40c9 {
  text-align: center;
}

.media-cold-a300 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.smooth_b95a {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.light-e786 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.media_7b8f {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.tiny-65b4 {
  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;
}

.tiny-65b4 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.tiny-65b4:hover {
  box-shadow: var(--shadow-lg);
}

.tiny-65b4.modal-4a98 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.tiny-65b4 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.tiny-65b4 ul {
  margin: 1rem 0;
}

.tiny-65b4 li {
  margin-bottom: 0.75rem;
}

.container_narrow_e7eb {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.left_652f {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.left_652f a {
  font-weight: 600;
}

/* === Data Tables === */
.shade-out-7522 {
  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;
}

.shade-out-7522 table {
  width: 100%;
  min-width: 600px;
}

.shade-out-7522 thead {
  background-color: var(--primary-color);
  color: white;
}

.shade-out-7522 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.shade-out-7522 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.shade-out-7522 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.shade-out-7522 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.box-mini-8f4d {
  list-style: none;
  margin: 1.5rem 0;
}

.box-mini-8f4d li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.box-mini-8f4d li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.full-3d54::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-8da2::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 === */
.clean_8d1f {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.widget-94e5 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.widget-94e5 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.widget-94e5 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.widget-94e5 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.clean_8d1f blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.yellow_b7ac {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.yellow_b7ac::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.info_4eda {
  position: relative;
  margin-bottom: 3rem;
}

.list-caf6 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.list-caf6 .bronze_6bae {
  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;
}

.disabled_active_18d3 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.disabled_active_18d3 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.disabled_active_18d3 ul {
  margin: 1rem 0;
}

.disabled_active_18d3 li {
  margin-bottom: 0.75rem;
}

.label-over-6402 {
  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 === */
.mask-87b1 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.mask-87b1 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.thumbnail_526f {
  list-style: none;
  margin: 1.5rem 0;
}

.thumbnail_526f li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.thumbnail_526f a {
  font-weight: 600;
}

.focus_2911 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.south-fd21 {
  margin: 2.5rem 0;
}

.popup_steel_4f6d {
  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;
}

.popup_steel_4f6d:hover {
  box-shadow: var(--shadow-lg);
}

.popup_steel_4f6d.complex_aa97 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.texture_b0a6 {
  flex-shrink: 0;
}

.texture_b0a6 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);
}

.outline-solid-3594 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.list-dbc9,
.icon-hard-1ac7,
.east_19da {
  width: 100%;
  margin: 1.5rem 0;
}

.grid_9ae1 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.grid_9ae1 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.grid_black_5b1d {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.grid_black_5b1d strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.tag_upper_90f2 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.tag_upper_90f2 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.filter-stone-059e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.text_eb7b {
  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;
}

.text_eb7b:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.text_eb7b.tag_black_b757 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.text_eb7b .label-narrow-5989 {
  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;
}

.text_eb7b h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.message-copper-6df2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.shadow-3321 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.shadow-3321 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.middle-f591 {
  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 === */
.list-motion-cb0e {
  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;
}

.popup-2823 {
  background-color: var(--primary-color);
  color: white;
}

.popup-2823:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.header-smooth-ff83 {
  background-color: var(--text-secondary);
  color: white;
}

.header-smooth-ff83:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.section-50b0 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.section-50b0:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.message-447c {
  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;
}

.message-447c:hover {
  background-color: var(--primary-dark);
}

.icon-hard-dc17 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.basic_80ff {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.prev-65ca {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.info_last_7d4e {
  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 === */
.bright_5237 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.gradient_2760 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.gradient_2760 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.warm_9ff1 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.overlay_pressed_f6b6 {
  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;
}

.new-0b4c {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.white_b40d {
  list-style: none;
  counter-reset: rank-counter;
}

.white_b40d li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.white_b40d 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;
}

.status_28b7 {
  list-style: none;
}

.status_28b7 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.accent_steel_8719 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.surface_simple_6294 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.surface_simple_6294 .form-ec31 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.surface_simple_6294 .nav-medium-31a9 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.stale_8c99 {
  margin-top: 3rem;
}

.section-7d7f {
  width: 100%;
}

.dropdown_d741 {
  background-color: #fef3c7;
}

.section-3c12 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.accent-8c4e {
  margin: 3rem 0;
}

.media_down_3709 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.narrow-bc4f {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.narrow-bc4f:hover {
  box-shadow: var(--shadow-lg);
}

.narrow-bc4f.description-ff9a {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.black_6127 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.surface_static_e35c strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.surface_static_e35c span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.over_cc3e {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.narrow-bc4f blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.outer-8f31 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.accent_fluid_402e {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.sidebar_glass_7b54 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.item-small-1eeb {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.out_e327 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.current-f0ea {
  margin-top: 1rem;
}

/* === FAQ Section === */
.tooltip_black_9b4c {
  max-width: 900px;
  margin: 0 auto;
}

.input_e488 {
  margin: 2rem 0;
}

.preview_black_6c9b {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.preview_black_6c9b summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.preview_black_6c9b summary::-webkit-details-marker {
  display: none;
}

.preview_black_6c9b summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.message_5765 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.preview_black_6c9b[open] .message_5765 {
  transform: rotate(45deg);
}

.media-down-7edb {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.media-down-7edb p:last-child {
  margin-bottom: 0;
}

.basic_42ab {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.grid-dark-4ce1 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.blue-4833 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.blue-4833 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.blue-4833 .list-motion-cb0e {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.tiny-a016 {
  max-width: 900px;
  margin: 0 auto;
}

.active_purple_7bbc {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.block_c2b5 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.block_c2b5.fn-success-8da2 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.info_af58 {
  font-size: 3rem;
  line-height: 1;
}

.surface-1117 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.shade-black-3f1d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.blue_b770,
.outer_cf34 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.blue_b770 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.outer_cf34 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.tertiary-4a9c,
.alert_rough_3094 {
  margin: 1.5rem 0;
}

.tertiary-4a9c li,
.alert_rough_3094 li {
  margin-bottom: 1rem;
}

.layout_2c33 {
  margin: 3rem 0;
}

.caption_5b37 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.caption_5b37 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.caption_5b37 ol {
  margin: 1rem 0;
}

.caption_5b37 li {
  margin-bottom: 0.75rem;
}

.shade-3c38 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.steel-8a71 {
  margin: 2rem 0;
}

.block-white-fb51 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.border-fast-76fa {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.carousel_4db7 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.progress-basic-bdbc {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.notice_dddf {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.dim_9d6c {
  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;
}

.dim_9d6c img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.over_3921 {
  flex: 1;
}

.over_3921 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.fluid_b25d {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.cool-7c8f p {
  margin-bottom: 1rem;
}

.nav_lite_b453 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.accordion_6f11 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.popup_glass_04d4 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.popup_glass_04d4 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.gradient_slow_1a14 h3 {
  margin-bottom: 1.5rem;
}

.aside_e644 {
  display: grid;
  gap: 2rem;
}

.picture-0bed {
  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;
}

.picture-0bed img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.picture-0bed h4 {
  margin: 0 0 0.25rem;
}

.picture-0bed p {
  margin: 0;
  font-size: 0.9375rem;
}

.hidden-south-f889 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.tabs-c796 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.tabs-c796 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.tabs-c796 ul {
  margin: 1.5rem 0;
}

.tabs-c796 li {
  margin-bottom: 0.75rem;
}

.warm-abf2 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.frame-lower-6c62 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.up-d52c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.current-0fc2 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.current-0fc2 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.cool-7958 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.cool-7958 a {
  color: rgba(255, 255, 255, 0.8);
}

.mask_4369 {
  list-style: none;
}

.mask_4369 li {
  margin-bottom: 0.75rem;
}

.mask_4369 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.mask_4369 a:hover {
  color: white;
}

.overlay_bc72 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.carousel-0ae7 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.section_bcdf {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.north_71fd {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.down_c794 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .box_smooth_cdd5 {
    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;
  }

  .column_black_f736 {
    font-size: 1.5rem !important;
  }

  .footer-hard-fa94 {
    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 */
  .tiny-65b4,
  .stale-3e0d,
  .disabled_active_18d3,
  .outline-solid-3594,
  .black_6127,
  .narrow-bc4f,
  .media-down-7edb,
  .hovered_0440,
  .over_cf29,
  .paragraph_a853 {
    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 */
  .rough_cd69 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .slider_pressed_3160 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .fast-3957 {
    flex-shrink: 0;
  }

  .over_3921 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .gradient-9ff8,
  .over_47d1 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .over_47d1 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .breadcrumb-gold-0e92 {
    display: none;
  }

  /* Show mobile actions */
  .image_3e15 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .next_a3de {
    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;
  }

  .next_a3de svg {
    flex-shrink: 0;
  }

  .next_a3de .grid_left_1558 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .next_a3de .list_21c7 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .popup_thick_8eae {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .brown_c272 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .next_a3de:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .message-hard-11d0 {
    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;
  }

  .message-hard-11d0.fn-active-8da2 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .message-hard-11d0 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .message-hard-11d0 li:last-child {
    border-bottom: none;
  }

  .message-hard-11d0 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .info-7d71 {
    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;
  }

  .info-7d71 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .info-7d71 li:last-child {
    border-bottom: none;
  }

  .info-7d71 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .popup_glass_b3b1 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .logo-liquid-a6b4 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .narrow-1dd2,
  .disabled_4349 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .narrow-1dd2 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .disabled_4349 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .info-7d71.fn-active-8da2 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .filter_paper_c264 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .texture_7162 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .element-adc5 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .wide-54da {
    margin-top: 0;
  }

  /* Hero section */
  .wide-54da {
    padding: 2rem 0 1.5rem;
  }

  .footer-hard-fa94 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .over_cf29 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .fresh-c781 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .search-narrow-df04 {
    max-width: 100%;
    border-radius: 8px;
  }

  .bottom-6a12 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .table_38fa {
    padding: 1rem;
  }

  .rough-24b8 {
    font-size: 1.5rem;
  }

  .widget-small-f947 {
    font-size: 0.75rem;
  }

  .hovered_0440 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .lower_11ac {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .lower_11ac .list-motion-cb0e {
    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 */
  .module_726c {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .popup_steel_4f6d {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .texture_b0a6 {
    margin-bottom: 1rem;
  }

  /* Author */
  .item_right_7aee {
    flex-direction: column;
  }

  .dim_9d6c {
    flex-direction: column;
  }

  /* Quotes */
  .black_6127 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .shade-black-3f1d {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .progress-basic-bdbc {
    flex-direction: column;
  }

  .progress-basic-bdbc .list-motion-cb0e {
    width: 100%;
  }

  /* Version comparison */
  .filter-stone-059e {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .bright_5237 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .up-d52c {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .section_bcdf {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .shade-out-7522,
  .icon-hard-1ac7,
  .old_b606,
  .section-7d7f,
  .list-dbc9,
  .east_19da {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .shade-out-7522 table,
  .icon-hard-1ac7 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .middle-f591 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .box_smooth_cdd5 {
    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;
  }

  .column_black_f736 {
    font-size: 1.25rem !important;
  }

  .footer-hard-fa94 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .texture_7162 {
    position: fixed;
  }

  .element-adc5 {
    padding: 0.625rem 0;
  }

  .solid_626d img {
    height: 26px;
  }

  .info-7d71 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .message-hard-11d0 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .next_a3de {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .next_a3de svg {
    width: 18px;
    height: 18px;
  }

  .next_a3de .grid_left_1558 {
    font-size: 0.7rem;
  }

  .next_a3de .list_21c7 {
    font-size: 0.65rem;
  }

  .narrow-1dd2,
  .disabled_4349 {
    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, .box_smooth_cdd5, .tag-wide-6836, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .fresh-c781 {
    padding: 1rem;
  }

  .bottom-6a12 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .table_38fa {
    padding: 0.875rem;
  }

  .rough-24b8 {
    font-size: 1.25rem;
  }

  .lower_11ac .list-motion-cb0e {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .footer-hard-fa94 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .list-motion-cb0e {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .icon-hard-dc17 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .popup_steel_4f6d {
    padding: 1rem;
  }

  .texture_b0a6 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .tiny-65b4,
  .green_2667,
  .sort-hard-20a8,
  .highlight_advanced_ba86 {
    padding: 1rem;
  }
}

@media print {
  .texture_7162,
  .dynamic_7f83,
  .filter_paper_c264,
  .list-motion-cb0e,
  .frame-lower-6c62 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .box_smooth_cdd5 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.hard_c72c {
  margin-bottom: 3rem;
  text-align: center;
}

.column_black_f736 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.list_dd53 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.column_482b,
.sidebar_tall_e4fc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.mini-7e1d {
  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;
}

.mini-7e1d:hover {
  transform: translateY(-5px);
}

.mini-7e1d strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.mini-7e1d span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.dropdown-adf2 {
  margin: 3rem 0;
}

.current-eeb6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.form_paper_08ef {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.form_paper_08ef:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.disabled-rough-85af {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.last-909f {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.module_green_76e4 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.bronze-7529 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.modal-e35c {
  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;
}

.modal-e35c:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.modal-e35c.description_pressed_8253 {
  border-left: 4px solid var(--primary-color);
}

.surface_action_4c65 {
  flex-shrink: 0;
}

.surface_action_4c65 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.link-hot-65b6 {
  flex: 1;
}

.link-hot-65b6 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.main-c32d {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.out-f065,
.warm-c49e,
.input_out_e6e6 {
  margin-bottom: 1.5rem;
}

.out-f065 h4,
.warm-c49e h4,
.input_out_e6e6 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.out-f065 ul,
.warm-c49e ul,
.input_out_e6e6 ul {
  list-style: none;
  padding: 0;
}

.out-f065 li,
.warm-c49e li,
.input_out_e6e6 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.out-f065 li:before,
.warm-c49e li:before,
.input_out_e6e6 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.card_static_0524 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.card_static_0524 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;
}

.card_static_0524 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.list-6fb7 { margin: 2rem 0; }
.shade-c89b { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.shade-c89b h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.slider_fresh_3df2 p { margin-bottom: 1rem; line-height: 1.7; }
.slider_fresh_3df2 strong { color: var(--text-primary); }
.slider_fresh_3df2 ul { list-style: none; padding-left: 0; }
.slider_fresh_3df2 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.slider_fresh_3df2 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.filter_clean_4de6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.search_99ac { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.search_99ac:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.paper_3694 { font-size: 3rem; margin-bottom: 1rem; }
.search_99ac h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.search_99ac p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.banner_liquid_8d69 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.banner_liquid_8d69 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.pro-64c2 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.dropdown-short-da10 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.primary-tiny-b63c { text-align: center; }
.text_selected_d88e { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.tooltip_west_21c1 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.frame_e2a8 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.hard_462a { margin: 2rem 0; }
.red-8301 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.red-8301 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.red-8301 p, .red-8301 ul { line-height: 1.7; }
.red-8301 ul { list-style: none; padding-left: 0; }
.red-8301 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.red-8301 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.pattern_smooth_2b83 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.basic-f732 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.container-hot-0d2d { text-align: center; }
.pagination-north-270d { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.description-d9a0 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.accordion_bfb7 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.hero_rough_b26d { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.pressed-3749 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.pressed-3749:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.pressed-3749 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.pressed-3749 p, .pressed-3749 ul { line-height: 1.7; }
.pressed-3749 ul { list-style: none; padding-left: 0; }
.pressed-3749 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.pressed-3749 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 51c2 */
.shadow-element-v1 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.3;
}
