/* ============================================
   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 */
.text_7700 p,
.short_8f3f,
.cold-7bc9,
.tag-in-0ee8,
.layout_77ec,
.shade_current_8bf3,
.pattern-e16a,
.gallery_south_fcd5 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.pagination_fast_3b0a {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.pagination_fast_3b0a > *,
.tooltip_pro_0bfe,
.text_7700,
.small-2ad9 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .pagination_fast_3b0a {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .pagination_fast_3b0a {
    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 === */
.feature_fast_e3ee {
  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 */
.feature_fast_e3ee.frame-old-cdf4 {
  box-shadow: var(--shadow-md);
}

.gallery_0d65 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.current-c710 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.text-5a45 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.bright_5e1a {
  display: none;
}

/* Hide mobile actions on desktop */
.container-0911 {
  display: none;
}

.image_f45a a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.image_f45a a:hover,
.image_f45a a.fn-active-ca2e {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.surface_pink_f83f {
  margin-left: 1rem;
}

.module-5974 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.layout_f5b8,
.fluid_9c41 {
  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;
}

.layout_f5b8 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.layout_f5b8: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;
}

.fluid_9c41 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.fluid_9c41: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;
}

.layout_f5b8 svg,
.fluid_9c41 svg {
  flex-shrink: 0;
}

.main_mini_e837 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.table-out-0593 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.table-out-0593::before,
.table-out-0593::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.table-out-0593::before {
  top: -7px;
}

.table-out-0593::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.popup_9390 {
  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 === */
.content_iron_c780 {
  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);
}

.preview_7b03 {
  margin: 0 0 2rem;
  text-align: center;
}

.filter_hard_827d {
  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;
}

.filter_hard_827d:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.gradient_lite_6310 {
  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);
}

.gradient_lite_6310 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.old_f260 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.slider_outer_10b1 {
  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;
}

.slider_outer_10b1:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.icon-9ed3 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.huge_a9ad {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.inner-0828 {
  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);
}

.inner-0828 .tertiary-paper-bc8b {
  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;
}

.inner-0828 .tertiary-paper-bc8b svg {
  flex-shrink: 0;
}

.inner-0828 .yellow-1b53 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.inner-0828 .yellow-1b53: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);
}

.inner-0828 .basic-fed2 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.inner-0828 .basic-fed2: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) {
  .content_iron_c780 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .filter_hard_827d {
    max-width: 100%;
  }

  .old_f260 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .slider_outer_10b1 {
    padding: 1rem;
  }

  .icon-9ed3 {
    font-size: 1.5rem;
  }

  .huge_a9ad {
    font-size: 0.75rem;
  }

  .gradient_lite_6310 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .inner-0828 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .inner-0828 .tertiary-paper-bc8b {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .old_f260 {
    grid-template-columns: 1fr;
  }
}

.menu-2e4b {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.table-00da {
  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 === */
.first_50ac {
  margin-bottom: 2.5rem;
}

.footer_6723 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.menu-2e4b {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.mask_3d26 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.grid_92c9 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.soft-7a60 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.text_1df9 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.card-edfc {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.smooth-64f6 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.avatar-f97d {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.avatar-f97d svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.wrapper_glass_ac6d {
  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);
}

.media-b476 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.filter-tall-12bd {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.copper_f950 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.in-61ac {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.copper_ee9f {
  display: grid;
  gap: 1rem;
}

.smooth_8c5d {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.notice_motion_f065 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.section-action-d323 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.full_0bb0 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.button_hard_3514 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.new_2d6b {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.new_2d6b p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.short_8f3f {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.element-blue-f0f9 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.north-53f0 {
  display: grid;
  gap: 2rem;
}

.info-silver-942a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.grid_92c9 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.mask_3d26 {
  flex: 1;
}

.text_1df9 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.text_1df9 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.liquid_7db4 {
  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;
}

.card-edfc {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.green-433c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.green-433c span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.tabs-422e {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.tabs-422e a {
  font-size: 0.875rem;
  font-weight: 500;
}

.summary-fe02 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.summary-fe02 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.summary-fe02 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.summary-fe02 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.popup-under-bccd {
  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 === */
.notice_dirty_7e7a {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.disabled-blue-6f39 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.background-d793 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.badge_e02d h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.badge_e02d ol {
  list-style: none;
  counter-reset: toc-counter;
}

.badge_e02d ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.badge_e02d 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;
}

.badge_e02d ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.badge_e02d ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.text_7700 {
  padding: 3rem 0 5rem;
}

.small-2ad9 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.small-2ad9.video-fast-0626 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.cold-7bc9 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.form-tiny-d452 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.glass-65a6 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.glass-65a6 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.component-medium-537c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.secondary_564d {
  text-align: center;
}

.hover-bee5 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.glass_4702 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.thumbnail_4edc {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.shade_current_8bf3 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.tag-in-0ee8 {
  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;
}

.tag-in-0ee8 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.tag-in-0ee8:hover {
  box-shadow: var(--shadow-lg);
}

.tag-in-0ee8.table_solid_3ee3 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.tag-in-0ee8 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.tag-in-0ee8 ul {
  margin: 1rem 0;
}

.tag-in-0ee8 li {
  margin-bottom: 0.75rem;
}

.chip-smooth-5d9e {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.status_solid_add7 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.status_solid_add7 a {
  font-weight: 600;
}

/* === Data Tables === */
.static-3877 {
  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;
}

.static-3877 table {
  width: 100%;
  min-width: 600px;
}

.static-3877 thead {
  background-color: var(--primary-color);
  color: white;
}

.static-3877 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.static-3877 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.static-3877 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.static-3877 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.paragraph_c307 {
  list-style: none;
  margin: 1.5rem 0;
}

.paragraph_c307 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.paragraph_c307 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.picture-454d::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-ca2e::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 === */
.focus-stale-5db3 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.outer-751e {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.outer-751e img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.outer-751e strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.outer-751e span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.focus-stale-5db3 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.pattern-e16a {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.pattern-e16a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.bronze-a83a {
  position: relative;
  margin-bottom: 3rem;
}

.summary-west-542d {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.summary-west-542d .component_9c8f {
  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;
}

.motion-6ca3 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.motion-6ca3 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.motion-6ca3 ul {
  margin: 1rem 0;
}

.motion-6ca3 li {
  margin-bottom: 0.75rem;
}

.notice-large-5184 {
  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 === */
.wrapper-blue-0f95 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.wrapper-blue-0f95 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.button-dark-8126 {
  list-style: none;
  margin: 1.5rem 0;
}

.button-dark-8126 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.button-dark-8126 a {
  font-weight: 600;
}

.input-bf6c {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.gallery_south_fcd5 {
  margin: 2.5rem 0;
}

.surface_green_426e {
  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;
}

.surface_green_426e:hover {
  box-shadow: var(--shadow-lg);
}

.surface_green_426e.fast-47c0 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.container_hot_2a0a {
  flex-shrink: 0;
}

.container_hot_2a0a 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);
}

.south-0eb1 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.list_f488,
.hover_first_3d68,
.info_b206 {
  width: 100%;
  margin: 1.5rem 0;
}

.avatar-fixed-8e33 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.avatar-fixed-8e33 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.modal-cold-02be {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.modal-cold-02be strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.slider-short-9eb7 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.slider-short-9eb7 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.south_5cf0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.card-in-f4e0 {
  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;
}

.card-in-f4e0:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.card-in-f4e0.carousel-hard-cfc6 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.card-in-f4e0 .purple_2409 {
  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;
}

.card-in-f4e0 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.table_aa49 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.fresh-b259 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.fresh-b259 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.content_8650 {
  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 === */
.tertiary-paper-bc8b {
  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;
}

.yellow-1b53 {
  background-color: var(--primary-color);
  color: white;
}

.yellow-1b53:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.basic-fed2 {
  background-color: var(--text-secondary);
  color: white;
}

.basic-fed2:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.paragraph_16c3 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.paragraph_16c3:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.box_66e6 {
  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;
}

.box_66e6:hover {
  background-color: var(--primary-dark);
}

.mask-clean-dfe9 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.input_stale_5e52 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.fresh-e89b {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.frame_north_6ac8 {
  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 === */
.green-6b3d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.title-steel-64f8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.title-steel-64f8 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.grid-advanced-0247 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.old_4730 {
  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;
}

.paragraph_77e9 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.image_40e9 {
  list-style: none;
  counter-reset: rank-counter;
}

.image_40e9 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.image_40e9 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;
}

.up_87ab {
  list-style: none;
}

.up_87ab li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.huge-fb44 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.disabled_iron_141b {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.disabled_iron_141b .input_f158 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.disabled_iron_141b .static_6e9a {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.shade_5670 {
  margin-top: 3rem;
}

.item-next-b095 {
  width: 100%;
}

.pagination_39af {
  background-color: #fef3c7;
}

.short-8fbe {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.liquid-c8a5 {
  margin: 3rem 0;
}

.link_north_393b {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.carousel_d6fc {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.carousel_d6fc:hover {
  box-shadow: var(--shadow-lg);
}

.carousel_d6fc.image_0281 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.carousel-6361 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.button_glass_ad47 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.button_glass_ad47 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.component-dynamic-a62a {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.carousel_d6fc blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.header-full-ad2c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.panel-e0d1 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.link-hot-9880 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.focus-e0f6 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.bright_092b {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.advanced-2331 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.block-blue-388b {
  max-width: 900px;
  margin: 0 auto;
}

.slider-2558 {
  margin: 2rem 0;
}

.heading-bright-33a1 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.heading-bright-33a1 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.heading-bright-33a1 summary::-webkit-details-marker {
  display: none;
}

.heading-bright-33a1 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.bright_3097 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.heading-bright-33a1[open] .bright_3097 {
  transform: rotate(45deg);
}

.grid-thick-2a84 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.grid-thick-2a84 p:last-child {
  margin-bottom: 0;
}

.surface-f5eb {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.outer_b451 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.icon-0506 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.icon-0506 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.icon-0506 .tertiary-paper-bc8b {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.bright_de0a {
  max-width: 900px;
  margin: 0 auto;
}

.banner_22e3 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.item_last_4948 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.item_last_4948.fn-success-ca2e {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.picture-tall-2bc1 {
  font-size: 3rem;
  line-height: 1;
}

.pressed-ec9c h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.west_8bd7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.hidden_middle_8b8c,
.frame-4d96 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.hidden_middle_8b8c h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.frame-4d96 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.text-14e0,
.out_685d {
  margin: 1.5rem 0;
}

.text-14e0 li,
.out_685d li {
  margin-bottom: 1rem;
}

.soft_49ab {
  margin: 3rem 0;
}

.caption_6461 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.caption_6461 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.caption_6461 ol {
  margin: 1rem 0;
}

.caption_6461 li {
  margin-bottom: 0.75rem;
}

.pagination_in_3b65 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.block-8a89 {
  margin: 2rem 0;
}

.block-cold-95ce {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.list_7d50 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.last-fa47 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.caption-yellow-a6b6 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.avatar-67d9 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.input-paper-41d8 {
  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;
}

.input-paper-41d8 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.soft-7a60 {
  flex: 1;
}

.soft-7a60 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.right-fa44 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.article_6e2d p {
  margin-bottom: 1rem;
}

.breadcrumb_0da2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.panel-clean-9058 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.footer_complex_9478 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.footer_complex_9478 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.search-wide-65bc h3 {
  margin-bottom: 1.5rem;
}

.shadow_selected_5998 {
  display: grid;
  gap: 2rem;
}

.clean-158d {
  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;
}

.clean-158d img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.clean-158d h4 {
  margin: 0 0 0.25rem;
}

.clean-158d p {
  margin: 0;
  font-size: 0.9375rem;
}

.element-9661 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.container_5c63 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.container_5c63 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.container_5c63 ul {
  margin: 1.5rem 0;
}

.container_5c63 li {
  margin-bottom: 0.75rem;
}

.focused-4048 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.element_medium_ab68 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.medium_cadc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.shade_f844 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.shade_f844 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.basic_ae2e {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.basic_ae2e a {
  color: rgba(255, 255, 255, 0.8);
}

.layout-bottom-28f7 {
  list-style: none;
}

.layout-bottom-28f7 li {
  margin-bottom: 0.75rem;
}

.layout-bottom-28f7 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.layout-bottom-28f7 a:hover {
  color: white;
}

.table_3c92 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.link-right-30f3 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.fixed_8da7 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.wide_74a5 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.outline-glass-8c3a {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .pagination_fast_3b0a {
    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;
  }

  .new_a6b0 {
    font-size: 1.5rem !important;
  }

  .footer_6723 {
    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 */
  .tag-in-0ee8,
  .layout_77ec,
  .motion-6ca3,
  .south-0eb1,
  .carousel-6361,
  .carousel_d6fc,
  .grid-thick-2a84,
  .gradient_lite_6310,
  .short_8f3f,
  .cold-7bc9 {
    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 */
  .menu-2e4b {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .mask_3d26 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .grid_92c9 {
    flex-shrink: 0;
  }

  .soft-7a60 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .text_1df9,
  .card-edfc {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .card-edfc {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .text-5a45 {
    display: none;
  }

  /* Show mobile actions */
  .container-0911 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .carousel-glass-5004 {
    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;
  }

  .carousel-glass-5004 svg {
    flex-shrink: 0;
  }

  .carousel-glass-5004 .fresh-1923 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .carousel-glass-5004 .clean-bbe4 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .icon_7f50 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .north_c34a {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .carousel-glass-5004:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .bright_5e1a {
    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;
  }

  .bright_5e1a.fn-active-ca2e {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .bright_5e1a li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .bright_5e1a li:last-child {
    border-bottom: none;
  }

  .bright_5e1a a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .image_f45a {
    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;
  }

  .image_f45a li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .image_f45a li:last-child {
    border-bottom: none;
  }

  .image_f45a a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .surface_pink_f83f {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .module-5974 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .layout_f5b8,
  .fluid_9c41 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .layout_f5b8 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .fluid_9c41 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .image_f45a.fn-active-ca2e {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .main_mini_e837 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .feature_fast_e3ee {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .gallery_0d65 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .popup_9390 {
    margin-top: 0;
  }

  /* Hero section */
  .popup_9390 {
    padding: 2rem 0 1.5rem;
  }

  .footer_6723 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .short_8f3f {
    font-size: 1rem;
  }

  /* Hero brand image */
  .content_iron_c780 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .filter_hard_827d {
    max-width: 100%;
    border-radius: 8px;
  }

  .old_f260 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .slider_outer_10b1 {
    padding: 1rem;
  }

  .icon-9ed3 {
    font-size: 1.5rem;
  }

  .huge_a9ad {
    font-size: 0.75rem;
  }

  .gradient_lite_6310 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .inner-0828 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .inner-0828 .tertiary-paper-bc8b {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }

  /* Typography */
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  /* TOC */
  .background-d793 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .surface_green_426e {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .container_hot_2a0a {
    margin-bottom: 1rem;
  }

  /* Author */
  .info-silver-942a {
    flex-direction: column;
  }

  .input-paper-41d8 {
    flex-direction: column;
  }

  /* Quotes */
  .carousel-6361 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .west_8bd7 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .caption-yellow-a6b6 {
    flex-direction: column;
  }

  .caption-yellow-a6b6 .tertiary-paper-bc8b {
    width: 100%;
  }

  /* Version comparison */
  .south_5cf0 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .green-6b3d {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .medium_cadc {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .fixed_8da7 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .static-3877,
  .hover_first_3d68,
  .notification_last_6ad6,
  .item-next-b095,
  .list_f488,
  .info_b206 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .static-3877 table,
  .hover_first_3d68 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .content_8650 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .pagination_fast_3b0a {
    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;
  }

  .new_a6b0 {
    font-size: 1.25rem !important;
  }

  .footer_6723 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .feature_fast_e3ee {
    position: fixed;
  }

  .gallery_0d65 {
    padding: 0.625rem 0;
  }

  .current-c710 img {
    height: 26px;
  }

  .image_f45a {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .bright_5e1a {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .carousel-glass-5004 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .carousel-glass-5004 svg {
    width: 18px;
    height: 18px;
  }

  .carousel-glass-5004 .fresh-1923 {
    font-size: 0.7rem;
  }

  .carousel-glass-5004 .clean-bbe4 {
    font-size: 0.65rem;
  }

  .layout_f5b8,
  .fluid_9c41 {
    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, .pagination_fast_3b0a, .tooltip_pro_0bfe, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .content_iron_c780 {
    padding: 1rem;
  }

  .old_f260 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .slider_outer_10b1 {
    padding: 0.875rem;
  }

  .icon-9ed3 {
    font-size: 1.25rem;
  }

  .inner-0828 .tertiary-paper-bc8b {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .footer_6723 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .tertiary-paper-bc8b {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .mask-clean-dfe9 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .surface_green_426e {
    padding: 1rem;
  }

  .container_hot_2a0a span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .tag-in-0ee8,
  .button-hard-7435,
  .iron-a7ad,
  .advanced-bc17 {
    padding: 1rem;
  }
}

@media print {
  .feature_fast_e3ee,
  .notice_dirty_7e7a,
  .main_mini_e837,
  .tertiary-paper-bc8b,
  .element_medium_ab68 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .pagination_fast_3b0a {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.prev-5390 {
  margin-bottom: 3rem;
  text-align: center;
}

.new_a6b0 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.avatar_c07d {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.column_59c4,
.info-stale-1c57 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.hero_78e1 {
  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;
}

.hero_78e1:hover {
  transform: translateY(-5px);
}

.hero_78e1 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.hero_78e1 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.content_5cfc {
  margin: 3rem 0;
}

.widget-807c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.section_02b3 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.section_02b3:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.tiny_af69 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.full_1dc8 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.feature-up-d46a {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.sort_14eb {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.thumbnail-current-eacd {
  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;
}

.thumbnail-current-eacd:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.thumbnail-current-eacd.gradient-498f {
  border-left: 4px solid var(--primary-color);
}

.message-dc2c {
  flex-shrink: 0;
}

.message-dc2c svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.rough_0106 {
  flex: 1;
}

.rough_0106 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.pagination_1ee7 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.notice_white_4d65,
.cool_da9c,
.old_14f6 {
  margin-bottom: 1.5rem;
}

.notice_white_4d65 h4,
.cool_da9c h4,
.old_14f6 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.notice_white_4d65 ul,
.cool_da9c ul,
.old_14f6 ul {
  list-style: none;
  padding: 0;
}

.notice_white_4d65 li,
.cool_da9c li,
.old_14f6 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.notice_white_4d65 li:before,
.cool_da9c li:before,
.old_14f6 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.table-5a6a {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.table-5a6a 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;
}

.table-5a6a a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.panel-plasma-4b4a { margin: 2rem 0; }
.slider_1b59 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.slider_1b59 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.grid-wide-a61b p { margin-bottom: 1rem; line-height: 1.7; }
.grid-wide-a61b strong { color: var(--text-primary); }
.grid-wide-a61b ul { list-style: none; padding-left: 0; }
.grid-wide-a61b ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.grid-wide-a61b ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.footer_c3d5 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.middle-6b1f { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.middle-6b1f:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.element_hot_4fc1 { font-size: 3rem; margin-bottom: 1rem; }
.middle-6b1f h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.middle-6b1f p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.list_3e7c { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.list_3e7c span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.backdrop-west-de27 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.fast_a5f2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.content-b711 { text-align: center; }
.hard-4e34 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.steel-5491 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.nav-2a2a { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.sort-south-4607 { margin: 2rem 0; }
.dynamic-ee08 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.dynamic-ee08 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.dynamic-ee08 p, .dynamic-ee08 ul { line-height: 1.7; }
.dynamic-ee08 ul { list-style: none; padding-left: 0; }
.dynamic-ee08 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.dynamic-ee08 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.module-4ce0 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.medium_cfe3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.simple-f358 { text-align: center; }
.input-d869 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.orange-0b7d { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.list-silver-0df6 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.basic-d80b { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.sidebar_699d { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.sidebar_699d:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.sidebar_699d h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.sidebar_699d p, .sidebar_699d ul { line-height: 1.7; }
.sidebar_699d ul { list-style: none; padding-left: 0; }
.sidebar_699d ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.sidebar_699d ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 5065 */
.ghost-box-c5 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.1;
}
