/* ============================================
   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 */
.highlight_2806 p,
.shade-first-2820,
.feature-2ca0,
.photo-3717,
.left-7193,
.next_41c4,
.active_0cbc,
.sort_yellow_136e {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.clean_aad3 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.clean_aad3 > *,
.primary-clean-ac8b,
.highlight_2806,
.message_958e {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .clean_aad3 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .clean_aad3 {
    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 === */
.column-314b {
  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 */
.column-314b.aside-a633 {
  box-shadow: var(--shadow-md);
}

.alert-e87a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.thick-0102 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.wide_37ee {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.media_narrow_8dbd {
  display: none;
}

/* Hide mobile actions on desktop */
.component-pink-16eb {
  display: none;
}

.input_first_a824 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.input_first_a824 a:hover,
.input_first_a824 a.fn-active-90eb {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.avatar_first_5d13 {
  margin-left: 1rem;
}

.section-4094 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.motion_73c2,
.modal-5eed {
  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;
}

.motion_73c2 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.motion_73c2: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;
}

.modal-5eed {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.modal-5eed: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;
}

.motion_73c2 svg,
.modal-5eed svg {
  flex-shrink: 0;
}

.first_fc93 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.center-09d8 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.center-09d8::before,
.center-09d8::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.center-09d8::before {
  top: -7px;
}

.center-09d8::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.row-38e9 {
  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 === */
.aside_2084 {
  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);
}

.border_hovered_615c {
  margin: 0 0 2rem;
  text-align: center;
}

.progress_pink_4394 {
  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;
}

.progress_pink_4394:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.dropdown_hard_6df9 {
  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);
}

.dropdown_hard_6df9 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.panel-orange-023b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.small_a019 {
  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;
}

.small_a019:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.article_black_e7c2 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.banner-5987 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.highlight-old-d26f {
  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);
}

.highlight-old-d26f .notice-warm-a665 {
  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;
}

.highlight-old-d26f .notice-warm-a665 svg {
  flex-shrink: 0;
}

.highlight-old-d26f .caption_d285 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.highlight-old-d26f .caption_d285: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);
}

.highlight-old-d26f .footer_clean_25e7 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.highlight-old-d26f .footer_clean_25e7: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) {
  .aside_2084 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .progress_pink_4394 {
    max-width: 100%;
  }

  .panel-orange-023b {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .small_a019 {
    padding: 1rem;
  }

  .article_black_e7c2 {
    font-size: 1.5rem;
  }

  .banner-5987 {
    font-size: 0.75rem;
  }

  .dropdown_hard_6df9 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .highlight-old-d26f {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .highlight-old-d26f .notice-warm-a665 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .panel-orange-023b {
    grid-template-columns: 1fr;
  }
}

.action-0951 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.paper-9a09 {
  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 === */
.video_paper_3eea {
  margin-bottom: 2.5rem;
}

.hot_d57e {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.action-0951 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.aside_5674 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.tertiary_rough_fc0a {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.banner_5d4a {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.chip_de58 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.tabs-motion-ae95 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.pro_98f1 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.table_c9f0 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.table_c9f0 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.element_motion_e185 {
  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);
}

.hard_f4f5 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.stone_7844 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.accent-c477 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.mask_41e9 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.upper_715f {
  display: grid;
  gap: 1rem;
}

.main-fa4e {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.status_smooth_7527 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.north-13cf {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.slider_gold_12e9 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.hover_last_7b59 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.pro-8fdc {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.pro-8fdc p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.shade-first-2820 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.frame-5d01 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.stone-aeef {
  display: grid;
  gap: 2rem;
}

.over-3288 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.tertiary_rough_fc0a {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.aside_5674 {
  flex: 1;
}

.chip_de58 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.chip_de58 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.heading-5e79 {
  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;
}

.tabs-motion-ae95 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.current_88e2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.current_88e2 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.black-4a90 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.black-4a90 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.tertiary-hovered-4226 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.tertiary-hovered-4226 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.tertiary-hovered-4226 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.tertiary-hovered-4226 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.banner_a285 {
  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 === */
.wood-a527 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.inner-fb36 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.notification_b042 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.info-static-ea56 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.info-static-ea56 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.info-static-ea56 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.info-static-ea56 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;
}

.info-static-ea56 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.info-static-ea56 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.highlight_2806 {
  padding: 3rem 0 5rem;
}

.message_958e {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.message_958e.backdrop_short_4324 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.feature-2ca0 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.solid-ca72 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.media-advanced-391b {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.media-advanced-391b h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.panel_current_830b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.text-5bd4 {
  text-align: center;
}

.message-1aa3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.picture_8222 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.dropdown-19f8 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.next_41c4 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.photo-3717 {
  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;
}

.photo-3717 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.photo-3717:hover {
  box-shadow: var(--shadow-lg);
}

.photo-3717.item-2a46 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.photo-3717 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.photo-3717 ul {
  margin: 1rem 0;
}

.photo-3717 li {
  margin-bottom: 0.75rem;
}

.detail-top-580a {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.middle-7320 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.middle-7320 a {
  font-weight: 600;
}

/* === Data Tables === */
.selected-a39c {
  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;
}

.selected-a39c table {
  width: 100%;
  min-width: 600px;
}

.selected-a39c thead {
  background-color: var(--primary-color);
  color: white;
}

.selected-a39c th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.selected-a39c td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.selected-a39c tbody tr:hover {
  background-color: var(--bg-secondary);
}

.selected-a39c tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.hero-advanced-d0e2 {
  list-style: none;
  margin: 1.5rem 0;
}

.hero-advanced-d0e2 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.hero-advanced-d0e2 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.outer-a399::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-90eb::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 === */
.item_b7dc {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.detail_16a2 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.detail_16a2 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.detail_16a2 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.detail_16a2 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.item_b7dc blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.active_0cbc {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.active_0cbc::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.current_fe3c {
  position: relative;
  margin-bottom: 3rem;
}

.hero-small-8569 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.hero-small-8569 .caption-21a0 {
  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;
}

.detail-cool-2724 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.detail-cool-2724 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.detail-cool-2724 ul {
  margin: 1rem 0;
}

.detail-cool-2724 li {
  margin-bottom: 0.75rem;
}

.link_a4e0 {
  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 === */
.outline-upper-e607 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.outline-upper-e607 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.caption_warm_8a41 {
  list-style: none;
  margin: 1.5rem 0;
}

.caption_warm_8a41 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.caption_warm_8a41 a {
  font-weight: 600;
}

.content_north_8859 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.sort_yellow_136e {
  margin: 2.5rem 0;
}

.outer_e336 {
  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;
}

.outer_e336:hover {
  box-shadow: var(--shadow-lg);
}

.outer_e336.red-de9d {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.badge-9ad0 {
  flex-shrink: 0;
}

.badge-9ad0 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);
}

.surface_blue_8951 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.sidebar_lite_bf0f,
.brown_9477,
.list-motion-9be2 {
  width: 100%;
  margin: 1.5rem 0;
}

.rough_3932 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.rough_3932 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.north-de62 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.north-de62 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.status_5081 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.status_5081 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.menu_1552 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.light_4f68 {
  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;
}

.light_4f68:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.light_4f68.message-down-0831 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.light_4f68 .form_f0dd {
  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;
}

.light_4f68 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.frame_bright_a6ed {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.tooltip_green_2734 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.tooltip_green_2734 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.pink-0dec {
  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 === */
.notice-warm-a665 {
  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;
}

.caption_d285 {
  background-color: var(--primary-color);
  color: white;
}

.caption_d285:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.footer_clean_25e7 {
  background-color: var(--text-secondary);
  color: white;
}

.footer_clean_25e7:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.heading_337a {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.heading_337a:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.primary_motion_f78a {
  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;
}

.primary_motion_f78a:hover {
  background-color: var(--primary-dark);
}

.box-inner-a0b6 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.footer-2650 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.hard-dff9 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.tertiary_4459 {
  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 === */
.rough-5d75 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.rough-f280 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.rough-f280 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.gradient_df48 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.layout-7fd4 {
  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;
}

.description-581a {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.fluid-ae85 {
  list-style: none;
  counter-reset: rank-counter;
}

.fluid-ae85 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.fluid-ae85 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;
}

.menu_medium_1f51 {
  list-style: none;
}

.menu_medium_1f51 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.silver_6a32 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.active_44df {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.active_44df .button-be7b {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.active_44df .paragraph-south-90f2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.summary-edc1 {
  margin-top: 3rem;
}

.black_985b {
  width: 100%;
}

.row_wide_39ff {
  background-color: #fef3c7;
}

.pattern-down-c31e {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.component_34cd {
  margin: 3rem 0;
}

.accordion_down_1ced {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.paragraph-short-9e5f {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.paragraph-short-9e5f:hover {
  box-shadow: var(--shadow-lg);
}

.paragraph-short-9e5f.tag_7657 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.logo_4420 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.summary-wide-5374 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.summary-wide-5374 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.button_5761 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.paragraph-short-9e5f blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.disabled_d3c7 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.focus_615c {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.prev-265a {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.media-7bdf {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.banner_static_af3f {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.content-558a {
  margin-top: 1rem;
}

/* === FAQ Section === */
.section-dim-249d {
  max-width: 900px;
  margin: 0 auto;
}

.icon-bottom-cbd2 {
  margin: 2rem 0;
}

.input-1b5e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.input-1b5e summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.input-1b5e summary::-webkit-details-marker {
  display: none;
}

.input-1b5e summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.border_f0e0 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.input-1b5e[open] .border_f0e0 {
  transform: rotate(45deg);
}

.avatar-bottom-5738 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.avatar-bottom-5738 p:last-child {
  margin-bottom: 0;
}

.out-7234 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.primary-next-7006 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.pressed_0ea1 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.pressed_0ea1 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.pressed_0ea1 .notice-warm-a665 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.item-tall-af34 {
  max-width: 900px;
  margin: 0 auto;
}

.fluid-3995 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.pressed_f9f4 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.pressed_f9f4.fn-success-90eb {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.clean_0a5a {
  font-size: 3rem;
  line-height: 1;
}

.avatar-bronze-46b5 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.caption-5b2c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.tag_bcec,
.highlight_c25a {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.tag_bcec h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.highlight_c25a h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.menu_west_4709,
.large_b8ec {
  margin: 1.5rem 0;
}

.menu_west_4709 li,
.large_b8ec li {
  margin-bottom: 1rem;
}

.north_ab33 {
  margin: 3rem 0;
}

.search-small-1947 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.search-small-1947 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.search-small-1947 ol {
  margin: 1rem 0;
}

.search-small-1947 li {
  margin-bottom: 0.75rem;
}

.image_f7ab {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.out_a3da {
  margin: 2rem 0;
}

.basic_1796 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.advanced_f840 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.secondary_pro_e33b {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.column_aad1 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.last-83fb {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.hover-over-be8c {
  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;
}

.hover-over-be8c img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.banner_5d4a {
  flex: 1;
}

.banner_5d4a h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.info_6ef5 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.filter-medium-6987 p {
  margin-bottom: 1rem;
}

.text-middle-9215 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.bottom-95c9 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.active-up-758e {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.active-up-758e a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.shadow_82d7 h3 {
  margin-bottom: 1.5rem;
}

.logo-d9af {
  display: grid;
  gap: 2rem;
}

.tooltip_8e28 {
  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;
}

.tooltip_8e28 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.tooltip_8e28 h4 {
  margin: 0 0 0.25rem;
}

.tooltip_8e28 p {
  margin: 0;
  font-size: 0.9375rem;
}

.grid-simple-1dd8 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.breadcrumb_0310 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.breadcrumb_0310 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.breadcrumb_0310 ul {
  margin: 1.5rem 0;
}

.breadcrumb_0310 li {
  margin-bottom: 0.75rem;
}

.west_4601 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.down_279a {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.active_64f5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.hero-light-1a35 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.hero-light-1a35 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.overlay-1314 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.overlay-1314 a {
  color: rgba(255, 255, 255, 0.8);
}

.input-1f37 {
  list-style: none;
}

.input-1f37 li {
  margin-bottom: 0.75rem;
}

.input-1f37 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.input-1f37 a:hover {
  color: white;
}

.title_down_628e {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.list_5c1c {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.highlight-7f89 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.bright-b2cb {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed-7ad6 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .clean_aad3 {
    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;
  }

  .simple_f4c7 {
    font-size: 1.5rem !important;
  }

  .hot_d57e {
    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 */
  .photo-3717,
  .left-7193,
  .detail-cool-2724,
  .surface_blue_8951,
  .logo_4420,
  .paragraph-short-9e5f,
  .avatar-bottom-5738,
  .dropdown_hard_6df9,
  .shade-first-2820,
  .feature-2ca0 {
    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 */
  .action-0951 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .aside_5674 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .tertiary_rough_fc0a {
    flex-shrink: 0;
  }

  .banner_5d4a {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .chip_de58,
  .tabs-motion-ae95 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .tabs-motion-ae95 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .wide_37ee {
    display: none;
  }

  /* Show mobile actions */
  .component-pink-16eb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .button_a7c3 {
    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;
  }

  .button_a7c3 svg {
    flex-shrink: 0;
  }

  .button_a7c3 .list_hot_efed {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .button_a7c3 .purple-1b1d {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .focus_56a2 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .slow_f3dc {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .button_a7c3:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .media_narrow_8dbd {
    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;
  }

  .media_narrow_8dbd.fn-active-90eb {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .media_narrow_8dbd li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .media_narrow_8dbd li:last-child {
    border-bottom: none;
  }

  .media_narrow_8dbd a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .input_first_a824 {
    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;
  }

  .input_first_a824 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .input_first_a824 li:last-child {
    border-bottom: none;
  }

  .input_first_a824 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .avatar_first_5d13 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .section-4094 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .motion_73c2,
  .modal-5eed {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .motion_73c2 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .modal-5eed {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .input_first_a824.fn-active-90eb {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .first_fc93 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .column-314b {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .alert-e87a {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .row-38e9 {
    margin-top: 0;
  }

  /* Hero section */
  .row-38e9 {
    padding: 2rem 0 1.5rem;
  }

  .hot_d57e {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .shade-first-2820 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .aside_2084 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .progress_pink_4394 {
    max-width: 100%;
    border-radius: 8px;
  }

  .panel-orange-023b {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .small_a019 {
    padding: 1rem;
  }

  .article_black_e7c2 {
    font-size: 1.5rem;
  }

  .banner-5987 {
    font-size: 0.75rem;
  }

  .dropdown_hard_6df9 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .highlight-old-d26f {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .highlight-old-d26f .notice-warm-a665 {
    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 */
  .notification_b042 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .outer_e336 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .badge-9ad0 {
    margin-bottom: 1rem;
  }

  /* Author */
  .over-3288 {
    flex-direction: column;
  }

  .hover-over-be8c {
    flex-direction: column;
  }

  /* Quotes */
  .logo_4420 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .caption-5b2c {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .column_aad1 {
    flex-direction: column;
  }

  .column_aad1 .notice-warm-a665 {
    width: 100%;
  }

  /* Version comparison */
  .menu_1552 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .rough-5d75 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .active_64f5 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .highlight-7f89 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .selected-a39c,
  .brown_9477,
  .easy-9a6a,
  .black_985b,
  .sidebar_lite_bf0f,
  .list-motion-9be2 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .selected-a39c table,
  .brown_9477 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .pink-0dec {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .clean_aad3 {
    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;
  }

  .simple_f4c7 {
    font-size: 1.25rem !important;
  }

  .hot_d57e {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .column-314b {
    position: fixed;
  }

  .alert-e87a {
    padding: 0.625rem 0;
  }

  .thick-0102 img {
    height: 26px;
  }

  .input_first_a824 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .media_narrow_8dbd {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .button_a7c3 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .button_a7c3 svg {
    width: 18px;
    height: 18px;
  }

  .button_a7c3 .list_hot_efed {
    font-size: 0.7rem;
  }

  .button_a7c3 .purple-1b1d {
    font-size: 0.65rem;
  }

  .motion_73c2,
  .modal-5eed {
    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, .clean_aad3, .primary-clean-ac8b, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .aside_2084 {
    padding: 1rem;
  }

  .panel-orange-023b {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .small_a019 {
    padding: 0.875rem;
  }

  .article_black_e7c2 {
    font-size: 1.25rem;
  }

  .highlight-old-d26f .notice-warm-a665 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .hot_d57e {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .notice-warm-a665 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .box-inner-a0b6 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .outer_e336 {
    padding: 1rem;
  }

  .badge-9ad0 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .photo-3717,
  .shadow-red-7430,
  .status_ffb5,
  .banner_inner_31d2 {
    padding: 1rem;
  }
}

@media print {
  .column-314b,
  .wood-a527,
  .first_fc93,
  .notice-warm-a665,
  .down_279a {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .clean_aad3 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.black-fa20 {
  margin-bottom: 3rem;
  text-align: center;
}

.simple_f4c7 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.gas_718a {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.sort-e6a5,
.focused-7793 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.video-hard-d2c6 {
  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;
}

.video-hard-d2c6:hover {
  transform: translateY(-5px);
}

.video-hard-d2c6 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.video-hard-d2c6 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.in-0d7a {
  margin: 3rem 0;
}

.dynamic_04b3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.hot-48b3 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.hot-48b3:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.gold_e3fb {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.card_83dc {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.short-faaa {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.video-full-21f0 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.primary-east-5a8a {
  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;
}

.primary-east-5a8a:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.primary-east-5a8a.video_soft_10a6 {
  border-left: 4px solid var(--primary-color);
}

.hard-31e3 {
  flex-shrink: 0;
}

.hard-31e3 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.prev_bbff {
  flex: 1;
}

.prev_bbff h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.cold-696e {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.top-9b6b,
.soft_e49e,
.menu_lower_00f4 {
  margin-bottom: 1.5rem;
}

.top-9b6b h4,
.soft_e49e h4,
.menu_lower_00f4 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.top-9b6b ul,
.soft_e49e ul,
.menu_lower_00f4 ul {
  list-style: none;
  padding: 0;
}

.top-9b6b li,
.soft_e49e li,
.menu_lower_00f4 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.top-9b6b li:before,
.soft_e49e li:before,
.menu_lower_00f4 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.hidden-steel-c9a6 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.hidden-steel-c9a6 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;
}

.hidden-steel-c9a6 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.component-liquid-af0a { margin: 2rem 0; }
.title-pressed-13ed { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.title-pressed-13ed h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.selected-bae3 p { margin-bottom: 1rem; line-height: 1.7; }
.selected-bae3 strong { color: var(--text-primary); }
.selected-bae3 ul { list-style: none; padding-left: 0; }
.selected-bae3 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.selected-bae3 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.pressed_ee3e { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.card-2bb9 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.card-2bb9:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.nav-wide-1a18 { font-size: 3rem; margin-bottom: 1rem; }
.card-2bb9 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.card-2bb9 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.pattern-copper-02e1 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.pattern-copper-02e1 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.border_58ef { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.section-middle-d35f { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.content-in-813b { text-align: center; }
.east_48cb { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.gallery_18e7 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.item-iron-960b { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.cold-3700 { margin: 2rem 0; }
.white_c6ec { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.white_c6ec h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.white_c6ec p, .white_c6ec ul { line-height: 1.7; }
.white_c6ec ul { list-style: none; padding-left: 0; }
.white_c6ec ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.white_c6ec ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.accent-861d { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.hidden_narrow_c582 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.gallery_8dcc { text-align: center; }
.filter-13b9 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.tertiary-upper-978c { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.image-e883 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.dark_cb30 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.footer-289a { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.footer-289a:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.footer-289a h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.footer-289a p, .footer-289a ul { line-height: 1.7; }
.footer-289a ul { list-style: none; padding-left: 0; }
.footer-289a ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.footer-289a ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: c024 */
.promo-block-y1 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
