/* ============================================
   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 */
.filter-e2ff p,
.media_13bf,
.feature-in-bcf7,
.pressed_8623,
.notice-tall-6922,
.media-362f,
.sort-stale-ea0e,
.tag_old_b4f6 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.slider-fast-53a9 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.slider-fast-53a9 > *,
.down_d47c,
.filter-e2ff,
.block_copper_b09c {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .slider-fast-53a9 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .slider-fast-53a9 {
    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 === */
.first-7ba0 {
  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 */
.first-7ba0.notification-8264 {
  box-shadow: var(--shadow-md);
}

.light_a4d7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.link-53df img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.highlight-213b {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.component-plasma-5849 {
  display: none;
}

/* Hide mobile actions on desktop */
.orange-5bae {
  display: none;
}

.basic_b36e a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.basic_b36e a:hover,
.basic_b36e a.fn-active-41cd {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.form-soft-4760 {
  margin-left: 1rem;
}

.gallery-middle-b3f9 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.chip-in-5eeb,
.brown_ff67 {
  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;
}

.chip-in-5eeb {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.chip-in-5eeb: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;
}

.brown_ff67 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.brown_ff67: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;
}

.chip-in-5eeb svg,
.brown_ff67 svg {
  flex-shrink: 0;
}

.hero_fluid_aaaf {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.dropdown-fe4d {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.dropdown-fe4d::before,
.dropdown-fe4d::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.dropdown-fe4d::before {
  top: -7px;
}

.dropdown-fe4d::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.video_lower_09cb {
  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 === */
.main_f638 {
  margin: 2.5rem 0;
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  border: 2px solid var(--primary-color);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: var(--shadow-xl);
}

.breadcrumb_medium_cbf3 {
  margin: 0 0 2rem;
  text-align: center;
}

.full-8abf {
  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;
}

.full-8abf:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.easy-4efc {
  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);
}

.easy-4efc strong {
  color: var(--primary-color);
  font-weight: 700;
}

.black-7f88 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.notification-left-320b {
  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;
}

.notification-left-320b:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.texture_slow_e96e {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.action-730c {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.lower-2f1b {
  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-2f1b .aside_dirty_8049 {
  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-2f1b .aside_dirty_8049 svg {
  flex-shrink: 0;
}

.lower-2f1b .layout-4c1c {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.lower-2f1b .layout-4c1c: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-2f1b .simple-90dd {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.lower-2f1b .simple-90dd: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) {
  .main_f638 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .full-8abf {
    max-width: 100%;
  }

  .black-7f88 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .notification-left-320b {
    padding: 1rem;
  }

  .texture_slow_e96e {
    font-size: 1.5rem;
  }

  .action-730c {
    font-size: 0.75rem;
  }

  .easy-4efc {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .lower-2f1b {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .lower-2f1b .aside_dirty_8049 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .black-7f88 {
    grid-template-columns: 1fr;
  }
}

.aside-copper-8521 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.modal_f577 {
  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 === */
.icon_prev_2625 {
  margin-bottom: 2.5rem;
}

.banner-yellow-0187 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.aside-copper-8521 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.surface-7b83 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.search-large-9b2b {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.tabs_aafa {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.active_cold_8ca4 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.outline-short-5eef {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.info-glass-673e {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.grid_89df {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.grid_89df svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.red-3ef9 {
  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);
}

.popup_prev_1c25 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.purple_2621 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.paper-4f6f {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.text_dark_b51f {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.footer-under-8bbd {
  display: grid;
  gap: 1rem;
}

.block_next_a226 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.shadow_narrow_8a76 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.popup-8796 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.surface_purple_f6e9 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.thumbnail-clean-eea8 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.alert_tiny_0bd6 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.alert_tiny_0bd6 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.media_13bf {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.filter-cool-cf98 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.surface_simple_e8a8 {
  display: grid;
  gap: 2rem;
}

.pattern-easy-e291 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.search-large-9b2b {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.surface-7b83 {
  flex: 1;
}

.active_cold_8ca4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.active_cold_8ca4 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.aside_thick_42dc {
  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;
}

.outline-short-5eef {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.hard_2bd5 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.hard_2bd5 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.clean-d74e {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.clean-d74e a {
  font-size: 0.875rem;
  font-weight: 500;
}

.current-b407 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.current-b407 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.current-b407 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.current-b407 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.dirty-57e2 {
  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 === */
.lite-660a {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.wrapper-739c {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.detail_958d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.background_5ab7 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.background_5ab7 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.background_5ab7 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.background_5ab7 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;
}

.background_5ab7 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.background_5ab7 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.filter-e2ff {
  padding: 3rem 0 5rem;
}

.block_copper_b09c {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.block_copper_b09c.list-3530 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.feature-in-bcf7 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.video-e9e7 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.box-9e1d {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.box-9e1d h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.modal-motion-7388 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.gradient_west_0f14 {
  text-align: center;
}

.white_77d5 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.detail-ce01 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.row-39d3 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.media-362f {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.pressed_8623 {
  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;
}

.pressed_8623 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.pressed_8623:hover {
  box-shadow: var(--shadow-lg);
}

.pressed_8623.pagination-blue-329b {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.pressed_8623 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.pressed_8623 ul {
  margin: 1rem 0;
}

.pressed_8623 li {
  margin-bottom: 0.75rem;
}

.primary-right-7f15 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.focus_wide_ea85 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.focus_wide_ea85 a {
  font-weight: 600;
}

/* === Data Tables === */
.accordion-motion-1063 {
  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;
}

.accordion-motion-1063 table {
  width: 100%;
  min-width: 600px;
}

.accordion-motion-1063 thead {
  background-color: var(--primary-color);
  color: white;
}

.accordion-motion-1063 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.accordion-motion-1063 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.accordion-motion-1063 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.accordion-motion-1063 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.layout-b870 {
  list-style: none;
  margin: 1.5rem 0;
}

.layout-b870 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.layout-b870 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.badge-a6ac::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-41cd::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 === */
.in-4ef1 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.highlight_2d07 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.highlight_2d07 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.highlight_2d07 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.highlight_2d07 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.in-4ef1 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.sort-stale-ea0e {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.sort-stale-ea0e::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.banner-fresh-a15c {
  position: relative;
  margin-bottom: 3rem;
}

.primary-d6a1 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.primary-d6a1 .fast-d9b2 {
  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;
}

.tiny-45cf {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.tiny-45cf h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.tiny-45cf ul {
  margin: 1rem 0;
}

.tiny-45cf li {
  margin-bottom: 0.75rem;
}

.short-54c0 {
  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 === */
.accordion_6e9a {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.accordion_6e9a h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.card_b9b2 {
  list-style: none;
  margin: 1.5rem 0;
}

.card_b9b2 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.card_b9b2 a {
  font-weight: 600;
}

.border_1464 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.tag_old_b4f6 {
  margin: 2.5rem 0;
}

.small-ee7a {
  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;
}

.small-ee7a:hover {
  box-shadow: var(--shadow-lg);
}

.small-ee7a.grid-middle-9a08 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.gas-f33e {
  flex-shrink: 0;
}

.gas-f33e 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);
}

.picture_next_e32c h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.alert_wood_6eff,
.content-66fc,
.focus_f723 {
  width: 100%;
  margin: 1.5rem 0;
}

.warm_ca5a {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.warm_ca5a strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.selected_2b25 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.selected_2b25 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.wood-f627 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.wood-f627 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.wide-d519 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.video-c871 {
  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;
}

.video-c871:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.video-c871.filter_up_a763 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.video-c871 .wrapper-ba6e {
  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;
}

.video-c871 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.hover_9e09 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.paper_6146 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.paper_6146 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.medium_9703 {
  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 === */
.aside_dirty_8049 {
  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;
}

.layout-4c1c {
  background-color: var(--primary-color);
  color: white;
}

.layout-4c1c:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.simple-90dd {
  background-color: var(--text-secondary);
  color: white;
}

.simple-90dd:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.module-9986 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.module-9986:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.secondary_north_d3e8 {
  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;
}

.secondary_north_d3e8:hover {
  background-color: var(--primary-dark);
}

.logo-bc77 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.small-4c15 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.copper-9bf1 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.silver_6a87 {
  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 === */
.video-black-e755 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.section_east_20af {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.section_east_20af h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.first-4d7a {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.notice_945c {
  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;
}

.highlight_8842 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.section_rough_c3fb {
  list-style: none;
  counter-reset: rank-counter;
}

.section_rough_c3fb li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.section_rough_c3fb 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;
}

.cool-24e8 {
  list-style: none;
}

.cool-24e8 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.text_gas_ed07 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.notification_over_c696 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.notification_over_c696 .pressed-420a {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.notification_over_c696 .header-896a {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.video-d946 {
  margin-top: 3rem;
}

.focus-4971 {
  width: 100%;
}

.media-paper-8204 {
  background-color: #fef3c7;
}

.dropdown-6de7 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.text_tall_08f3 {
  margin: 3rem 0;
}

.item-d5fe {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.highlight_fdb8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.highlight_fdb8:hover {
  box-shadow: var(--shadow-lg);
}

.highlight_fdb8.hot_cb9f {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.texture_2642 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.item-bronze-9352 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.item-bronze-9352 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.row_7f34 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.highlight_fdb8 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.iron-537b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.container-tiny-8f97 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.gold_ffed {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.module_f455 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.secondary_00e5 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.highlight_steel_9e3b {
  margin-top: 1rem;
}

/* === FAQ Section === */
.upper_4217 {
  max-width: 900px;
  margin: 0 auto;
}

.fresh-68f5 {
  margin: 2rem 0;
}

.primary-150d {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.primary-150d summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.primary-150d summary::-webkit-details-marker {
  display: none;
}

.primary-150d summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.action-6dd4 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.primary-150d[open] .action-6dd4 {
  transform: rotate(45deg);
}

.cold-05cb {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.cold-05cb p:last-child {
  margin-bottom: 0;
}

.gold-d931 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.advanced-3e1f {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.prev_20b5 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.prev_20b5 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.prev_20b5 .aside_dirty_8049 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.active-dark-df3e {
  max-width: 900px;
  margin: 0 auto;
}

.left_731e {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.lite-9553 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.lite-9553.fn-success-41cd {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.primary_warm_c988 {
  font-size: 3rem;
  line-height: 1;
}

.next_264c h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.selected_0ddd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.grid-focused-59a7,
.paper-e931 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.grid-focused-59a7 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.paper-e931 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.secondary-fixed-4037,
.down-17af {
  margin: 1.5rem 0;
}

.secondary-fixed-4037 li,
.down-17af li {
  margin-bottom: 1rem;
}

.popup-warm-6e35 {
  margin: 3rem 0;
}

.paragraph_pink_29cd {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.paragraph_pink_29cd h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.paragraph_pink_29cd ol {
  margin: 1rem 0;
}

.paragraph_pink_29cd li {
  margin-bottom: 0.75rem;
}

.tabs_orange_5840 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.narrow_5b3a {
  margin: 2rem 0;
}

.description-lower-f758 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.wood_62fd {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.tooltip_smooth_150e {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.highlight_light_b508 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.border-red-2d05 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.icon-thick-0756 {
  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;
}

.icon-thick-0756 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.tabs_aafa {
  flex: 1;
}

.tabs_aafa h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.active_brown_c69f {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.label-mini-6633 p {
  margin-bottom: 1rem;
}

.status_old_54be {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.module_42ff {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.button_green_c905 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.button_green_c905 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.wrapper_9ef7 h3 {
  margin-bottom: 1.5rem;
}

.description-1bd5 {
  display: grid;
  gap: 2rem;
}

.main-complex-a82c {
  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;
}

.main-complex-a82c img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.main-complex-a82c h4 {
  margin: 0 0 0.25rem;
}

.main-complex-a82c p {
  margin: 0;
  font-size: 0.9375rem;
}

.shadow-old-58e3 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.message_e901 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.message_e901 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.message_e901 ul {
  margin: 1.5rem 0;
}

.message_e901 li {
  margin-bottom: 0.75rem;
}

.info_hovered_223e {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.banner-purple-ce5f {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.upper-39b6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.background_e8d5 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.background_e8d5 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.cool_ee96 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.cool_ee96 a {
  color: rgba(255, 255, 255, 0.8);
}

.menu_in_c651 {
  list-style: none;
}

.menu_in_c651 li {
  margin-bottom: 0.75rem;
}

.menu_in_c651 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.menu_in_c651 a:hover {
  color: white;
}

.hard-011c {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.header-8e35 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.photo_4065 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.detail_8159 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.gallery-0fe9 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .slider-fast-53a9 {
    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;
  }

  .dropdown_solid_54fc {
    font-size: 1.5rem !important;
  }

  .banner-yellow-0187 {
    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 */
  .pressed_8623,
  .notice-tall-6922,
  .tiny-45cf,
  .picture_next_e32c,
  .texture_2642,
  .highlight_fdb8,
  .cold-05cb,
  .easy-4efc,
  .media_13bf,
  .feature-in-bcf7 {
    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 */
  .aside-copper-8521 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .surface-7b83 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .search-large-9b2b {
    flex-shrink: 0;
  }

  .tabs_aafa {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .active_cold_8ca4,
  .outline-short-5eef {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .outline-short-5eef {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .highlight-213b {
    display: none;
  }

  /* Show mobile actions */
  .orange-5bae {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .over-805c {
    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;
  }

  .over-805c svg {
    flex-shrink: 0;
  }

  .over-805c .menu-a443 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .over-805c .steel_c1cc {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .dropdown_14da {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .icon-dirty-5aaf {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .over-805c:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .component-plasma-5849 {
    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;
  }

  .component-plasma-5849.fn-active-41cd {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .component-plasma-5849 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .component-plasma-5849 li:last-child {
    border-bottom: none;
  }

  .component-plasma-5849 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .basic_b36e {
    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;
  }

  .basic_b36e li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .basic_b36e li:last-child {
    border-bottom: none;
  }

  .basic_b36e a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .form-soft-4760 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .gallery-middle-b3f9 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .chip-in-5eeb,
  .brown_ff67 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .chip-in-5eeb {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .brown_ff67 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .basic_b36e.fn-active-41cd {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .hero_fluid_aaaf {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .first-7ba0 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .light_a4d7 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .video_lower_09cb {
    margin-top: 0;
  }

  /* Hero section */
  .video_lower_09cb {
    padding: 2rem 0 1.5rem;
  }

  .banner-yellow-0187 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .media_13bf {
    font-size: 1rem;
  }

  /* Hero brand image */
  .main_f638 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .full-8abf {
    max-width: 100%;
    border-radius: 8px;
  }

  .black-7f88 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .notification-left-320b {
    padding: 1rem;
  }

  .texture_slow_e96e {
    font-size: 1.5rem;
  }

  .action-730c {
    font-size: 0.75rem;
  }

  .easy-4efc {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .lower-2f1b {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .lower-2f1b .aside_dirty_8049 {
    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 */
  .detail_958d {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .small-ee7a {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .gas-f33e {
    margin-bottom: 1rem;
  }

  /* Author */
  .pattern-easy-e291 {
    flex-direction: column;
  }

  .icon-thick-0756 {
    flex-direction: column;
  }

  /* Quotes */
  .texture_2642 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .selected_0ddd {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .highlight_light_b508 {
    flex-direction: column;
  }

  .highlight_light_b508 .aside_dirty_8049 {
    width: 100%;
  }

  /* Version comparison */
  .wide-d519 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .video-black-e755 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .upper-39b6 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .photo_4065 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .accordion-motion-1063,
  .content-66fc,
  .header_4d37,
  .focus-4971,
  .alert_wood_6eff,
  .focus_f723 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .accordion-motion-1063 table,
  .content-66fc table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .medium_9703 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .slider-fast-53a9 {
    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;
  }

  .dropdown_solid_54fc {
    font-size: 1.25rem !important;
  }

  .banner-yellow-0187 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .first-7ba0 {
    position: fixed;
  }

  .light_a4d7 {
    padding: 0.625rem 0;
  }

  .link-53df img {
    height: 26px;
  }

  .basic_b36e {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .component-plasma-5849 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .over-805c {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .over-805c svg {
    width: 18px;
    height: 18px;
  }

  .over-805c .menu-a443 {
    font-size: 0.7rem;
  }

  .over-805c .steel_c1cc {
    font-size: 0.65rem;
  }

  .chip-in-5eeb,
  .brown_ff67 {
    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, .slider-fast-53a9, .down_d47c, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .main_f638 {
    padding: 1rem;
  }

  .black-7f88 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .notification-left-320b {
    padding: 0.875rem;
  }

  .texture_slow_e96e {
    font-size: 1.25rem;
  }

  .lower-2f1b .aside_dirty_8049 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .banner-yellow-0187 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .aside_dirty_8049 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .logo-bc77 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .small-ee7a {
    padding: 1rem;
  }

  .gas-f33e span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .pressed_8623,
  .inner_dabf,
  .iron_b5ca,
  .outline-west-4106 {
    padding: 1rem;
  }
}

@media print {
  .first-7ba0,
  .lite-660a,
  .hero_fluid_aaaf,
  .aside_dirty_8049,
  .banner-purple-ce5f {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .slider-fast-53a9 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.yellow_32fc {
  margin-bottom: 3rem;
  text-align: center;
}

.dropdown_solid_54fc {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.red-0669 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.status_5035,
.hover_hard_1881 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.fluid_ba5b {
  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;
}

.fluid_ba5b:hover {
  transform: translateY(-5px);
}

.fluid_ba5b strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.fluid_ba5b span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.chip-simple-231c {
  margin: 3rem 0;
}

.overlay_inner_0f4c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.brown-e285 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.brown-e285:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.background-11b5 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hidden-stale-7dde {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.full-3a9c {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.panel_upper_afdb {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.backdrop_48d1 {
  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;
}

.backdrop_48d1:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.backdrop_48d1.tabs-23e7 {
  border-left: 4px solid var(--primary-color);
}

.primary-hovered-be54 {
  flex-shrink: 0;
}

.primary-hovered-be54 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.grid_solid_9cf2 {
  flex: 1;
}

.grid_solid_9cf2 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.complex_1043 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.form_187d,
.description-8ad4,
.card-yellow-abcd {
  margin-bottom: 1.5rem;
}

.form_187d h4,
.description-8ad4 h4,
.card-yellow-abcd h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.form_187d ul,
.description-8ad4 ul,
.card-yellow-abcd ul {
  list-style: none;
  padding: 0;
}

.form_187d li,
.description-8ad4 li,
.card-yellow-abcd li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.form_187d li:before,
.description-8ad4 li:before,
.card-yellow-abcd li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.sort-bronze-1672 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.sort-bronze-1672 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;
}

.sort-bronze-1672 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.outline-large-164f { margin: 2rem 0; }
.content_abbb { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.content_abbb h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.sidebar_4f00 p { margin-bottom: 1rem; line-height: 1.7; }
.sidebar_4f00 strong { color: var(--text-primary); }
.sidebar_4f00 ul { list-style: none; padding-left: 0; }
.sidebar_4f00 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.sidebar_4f00 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.clean_4950 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.frame-dim-2b28 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.frame-dim-2b28:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.caption_last_df46 { font-size: 3rem; margin-bottom: 1rem; }
.frame-dim-2b28 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.frame-dim-2b28 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.focused-1987 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.focused-1987 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.notice_5e4d { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.bronze-0883 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.hard-311a { text-align: center; }
.nav-2046 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.title_tiny_cc99 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.tertiary_4cb9 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.block-hard-315c { margin: 2rem 0; }
.component-52dd { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.component-52dd h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.component-52dd p, .component-52dd ul { line-height: 1.7; }
.component-52dd ul { list-style: none; padding-left: 0; }
.component-52dd ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.component-52dd ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.north-fdf3 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.dropdown_easy_3e1c { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.widget-bronze-3110 { text-align: center; }
.mask-58a9 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.white-aa7f { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.status_0076 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.aside_purple_a969 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.dirty-f2d8 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.dirty-f2d8:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.dirty-f2d8 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.dirty-f2d8 p, .dirty-f2d8 ul { line-height: 1.7; }
.dirty-f2d8 ul { list-style: none; padding-left: 0; }
.dirty-f2d8 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.dirty-f2d8 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: b608 */
.phantom-card-e2 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.0;
}
