/* ============================================
   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 */
.card-6b02 p,
.primary_141c,
.gradient_97fa,
.backdrop_light_b48a,
.feature-5539,
.article_black_50fa,
.table_774f,
.summary_silver_b155 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.badge-plasma-6a34 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.badge-plasma-6a34 > *,
.section-fast-537a,
.card-6b02,
.outline-6f05 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .badge-plasma-6a34 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .badge-plasma-6a34 {
    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 === */
.huge_5bcf {
  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 */
.huge_5bcf.pagination-plasma-7a11 {
  box-shadow: var(--shadow-md);
}

.component_6068 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.button-south-754a img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.filter-gold-df97 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.smooth-e5b2 {
  display: none;
}

/* Hide mobile actions on desktop */
.narrow-22a0 {
  display: none;
}

.slider_0054 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.slider_0054 a:hover,
.slider_0054 a.fn-active-f54c {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.west-cf30 {
  margin-left: 1rem;
}

.tag-c9c9 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.warm-d7e8,
.shade-inner-70e1 {
  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;
}

.warm-d7e8 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.warm-d7e8: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;
}

.shade-inner-70e1 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.shade-inner-70e1: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;
}

.warm-d7e8 svg,
.shade-inner-70e1 svg {
  flex-shrink: 0;
}

.medium-17aa {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.overlay_motion_1552 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.overlay_motion_1552::before,
.overlay_motion_1552::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.overlay_motion_1552::before {
  top: -7px;
}

.overlay_motion_1552::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.article_top_4696 {
  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 === */
.button-huge-83b9 {
  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);
}

.active_980a {
  margin: 0 0 2rem;
  text-align: center;
}

.grid_bottom_9f3a {
  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;
}

.grid_bottom_9f3a:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.pagination_b10c {
  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);
}

.pagination_b10c strong {
  color: var(--primary-color);
  font-weight: 700;
}

.accordion-hovered-695e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.grid-action-e74c {
  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;
}

.grid-action-e74c:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.text-easy-3019 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.blue-4e0f {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.wide-3f89 {
  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);
}

.wide-3f89 .hard-cc52 {
  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;
}

.wide-3f89 .hard-cc52 svg {
  flex-shrink: 0;
}

.wide-3f89 .box-selected-b7f9 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.wide-3f89 .box-selected-b7f9: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);
}

.wide-3f89 .pattern-focused-4594 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.wide-3f89 .pattern-focused-4594: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) {
  .button-huge-83b9 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .grid_bottom_9f3a {
    max-width: 100%;
  }

  .accordion-hovered-695e {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .grid-action-e74c {
    padding: 1rem;
  }

  .text-easy-3019 {
    font-size: 1.5rem;
  }

  .blue-4e0f {
    font-size: 0.75rem;
  }

  .pagination_b10c {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .wide-3f89 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .wide-3f89 .hard-cc52 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .accordion-hovered-695e {
    grid-template-columns: 1fr;
  }
}

.detail-right-df69 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.middle_49d7 {
  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 === */
.form_fresh_7b15 {
  margin-bottom: 2.5rem;
}

.list_b815 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.detail-right-df69 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.black-d5b7 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.content_e406 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.preview-bright-dcd0 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.dropdown-orange-c279 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.white-2ad3 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.pattern_eaed {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.grid_bf1d {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.grid_bf1d svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.info_under_1bf6 {
  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);
}

.center-f53e {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.hidden-65b6 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.article_middle_5bc3 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.summary_5fb5 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.notification-prev-5861 {
  display: grid;
  gap: 1rem;
}

.feature-wood-da3e {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.stone_6202 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.heading_simple_bcc6 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.panel-tiny-ef85 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.box_in_f88f {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.footer_lower_4ecf {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.footer_lower_4ecf p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.primary_141c {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.container_a445 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.huge-b6bf {
  display: grid;
  gap: 2rem;
}

.notification_8c20 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.content_e406 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.black-d5b7 {
  flex: 1;
}

.dropdown-orange-c279 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.dropdown-orange-c279 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.hidden-a0e4 {
  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;
}

.white-2ad3 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.advanced_a201 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.advanced_a201 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.element_5a64 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.element_5a64 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.tall-48b8 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.tall-48b8 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.tall-48b8 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.tall-48b8 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.preview-orange-b20a {
  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 === */
.upper_85a7 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.basic_57f9 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.row-3163 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.notification_smooth_3072 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.notification_smooth_3072 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.notification_smooth_3072 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.notification_smooth_3072 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;
}

.notification_smooth_3072 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.notification_smooth_3072 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.card-6b02 {
  padding: 3rem 0 5rem;
}

.outline-6f05 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.outline-6f05.hard-3cc4 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.gradient_97fa {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.block-3a1f {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.background_57fb {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.background_57fb h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.box_e585 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.media-clean-a04d {
  text-align: center;
}

.nav_top_4992 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.dropdown-1d33 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.tooltip_west_cacf {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.article_black_50fa {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.backdrop_light_b48a {
  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;
}

.backdrop_light_b48a * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.backdrop_light_b48a:hover {
  box-shadow: var(--shadow-lg);
}

.backdrop_light_b48a.background_1151 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.backdrop_light_b48a h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.backdrop_light_b48a ul {
  margin: 1rem 0;
}

.backdrop_light_b48a li {
  margin-bottom: 0.75rem;
}

.wrapper-top-afa7 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.button-48d6 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.button-48d6 a {
  font-weight: 600;
}

/* === Data Tables === */
.widget_complex_6533 {
  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;
}

.widget_complex_6533 table {
  width: 100%;
  min-width: 600px;
}

.widget_complex_6533 thead {
  background-color: var(--primary-color);
  color: white;
}

.widget_complex_6533 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.widget_complex_6533 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.widget_complex_6533 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.widget_complex_6533 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.summary-26c4 {
  list-style: none;
  margin: 1.5rem 0;
}

.summary-26c4 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.summary-26c4 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.overlay-black-0bc8::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-f54c::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 === */
.hidden-hard-aced {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.plasma-59d9 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.plasma-59d9 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.plasma-59d9 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.plasma-59d9 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.hidden-hard-aced blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.table_774f {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.table_774f::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.block_8ddb {
  position: relative;
  margin-bottom: 3rem;
}

.border-0e00 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.border-0e00 .medium_4be5 {
  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;
}

.dropdown-17d4 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.dropdown-17d4 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.dropdown-17d4 ul {
  margin: 1rem 0;
}

.dropdown-17d4 li {
  margin-bottom: 0.75rem;
}

.easy_64ae {
  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 === */
.slow_b6e2 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.slow_b6e2 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.outer-25df {
  list-style: none;
  margin: 1.5rem 0;
}

.outer-25df li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.outer-25df a {
  font-weight: 600;
}

.video_hard_d532 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.summary_silver_b155 {
  margin: 2.5rem 0;
}

.component-motion-930a {
  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;
}

.component-motion-930a:hover {
  box-shadow: var(--shadow-lg);
}

.component-motion-930a.disabled-last-19cc {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.filter-942a {
  flex-shrink: 0;
}

.filter-942a 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);
}

.inner_086f h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.detail-e5e1,
.aside_3b9e,
.north_67e6 {
  width: 100%;
  margin: 1.5rem 0;
}

.highlight_de84 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.highlight_de84 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.notice-tiny-09c9 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.notice-tiny-09c9 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.pink_d62a {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.pink_d62a strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.tooltip_46f8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.gallery-b52b {
  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;
}

.gallery-b52b:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.gallery-b52b.status-pressed-9798 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.gallery-b52b .item_9c7b {
  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;
}

.gallery-b52b h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.border-fixed-0449 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.lite-f4c5 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.lite-f4c5 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.solid_4c96 {
  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 === */
.hard-cc52 {
  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;
}

.box-selected-b7f9 {
  background-color: var(--primary-color);
  color: white;
}

.box-selected-b7f9:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.pattern-focused-4594 {
  background-color: var(--text-secondary);
  color: white;
}

.pattern-focused-4594:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.detail-full-14da {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.detail-full-14da:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.gradient-slow-c872 {
  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;
}

.gradient-slow-c872:hover {
  background-color: var(--primary-dark);
}

.dark_39a4 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.notice-glass-4962 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.overlay-56c8 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.column-380d {
  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 === */
.menu-fixed-cc02 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.glass_7391 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.glass_7391 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.card-hot-b89f {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.hero_soft_25ab {
  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;
}

.wrapper_1675 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.top-8f93 {
  list-style: none;
  counter-reset: rank-counter;
}

.top-8f93 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.top-8f93 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;
}

.layout_bronze_7fe4 {
  list-style: none;
}

.layout_bronze_7fe4 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.highlight_brown_95f6 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.paper-f564 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.paper-f564 .slider_e73f {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.paper-f564 .secondary-action-9605 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.hovered_074f {
  margin-top: 3rem;
}

.title_top_ab23 {
  width: 100%;
}

.hero-brown-782c {
  background-color: #fef3c7;
}

.paper-c033 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.summary-stale-4e1c {
  margin: 3rem 0;
}

.texture_8a28 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.lite_2a50 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.lite_2a50:hover {
  box-shadow: var(--shadow-lg);
}

.lite_2a50.accordion_narrow_5034 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.shade_49df {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.in-4100 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.in-4100 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.active-50e5 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.lite_2a50 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.backdrop-6659 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.backdrop-clean-209b {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.sort-solid-bfb2 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.button-1952 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.lite_766b {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.container-537e {
  margin-top: 1rem;
}

/* === FAQ Section === */
.wide-b4fc {
  max-width: 900px;
  margin: 0 auto;
}

.description_hard_e655 {
  margin: 2rem 0;
}

.wide-68c6 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.wide-68c6 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.wide-68c6 summary::-webkit-details-marker {
  display: none;
}

.wide-68c6 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.carousel-dd97 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.wide-68c6[open] .carousel-dd97 {
  transform: rotate(45deg);
}

.focus-1de8 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.focus-1de8 p:last-child {
  margin-bottom: 0;
}

.outline_781a {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.form_8a0e {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.gas_a5d0 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.gas_a5d0 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.gas_a5d0 .hard-cc52 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.widget_eadb {
  max-width: 900px;
  margin: 0 auto;
}

.notification_hard_c9b5 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.component-2b98 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.component-2b98.fn-success-f54c {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.menu-bb78 {
  font-size: 3rem;
  line-height: 1;
}

.dark_1388 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.slow_144a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.motion-4639,
.column-thick-6c6b {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.motion-4639 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.column-thick-6c6b h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.solid-4c1f,
.simple-03b8 {
  margin: 1.5rem 0;
}

.solid-4c1f li,
.simple-03b8 li {
  margin-bottom: 1rem;
}

.link-white-c0e1 {
  margin: 3rem 0;
}

.in-b7d9 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.in-b7d9 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.in-b7d9 ol {
  margin: 1rem 0;
}

.in-b7d9 li {
  margin-bottom: 0.75rem;
}

.hero-6a48 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.photo_light_67e7 {
  margin: 2rem 0;
}

.hero_bdc6 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.wrapper-e4b3 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.focused_7ce2 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.center_bd2c {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.label-next-89d8 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.tooltip-582e {
  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;
}

.tooltip-582e img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.preview-bright-dcd0 {
  flex: 1;
}

.preview-bright-dcd0 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.mini-9ec8 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.accent_action_8807 p {
  margin-bottom: 1rem;
}

.label-current-9765 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.heading-9064 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.article-4aea {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.article-4aea a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.sidebar_ebb6 h3 {
  margin-bottom: 1.5rem;
}

.simple-dcd7 {
  display: grid;
  gap: 2rem;
}

.inner_842a {
  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;
}

.inner_842a img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.inner_842a h4 {
  margin: 0 0 0.25rem;
}

.inner_842a p {
  margin: 0;
  font-size: 0.9375rem;
}

.logo-5887 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.article-cd72 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.article-cd72 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.article-cd72 ul {
  margin: 1.5rem 0;
}

.article-cd72 li {
  margin-bottom: 0.75rem;
}

.tiny_029a {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.badge_stone_2e38 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.alert_fixed_11a6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.fixed_ad4d h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.fixed_ad4d p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.pressed_c116 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.pressed_c116 a {
  color: rgba(255, 255, 255, 0.8);
}

.first_78fb {
  list-style: none;
}

.first_78fb li {
  margin-bottom: 0.75rem;
}

.first_78fb a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.first_78fb a:hover {
  color: white;
}

.yellow-ba37 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.plasma_f9e4 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.background_light_da51 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.gas_12db {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.tertiary_b014 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .badge-plasma-6a34 {
    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;
  }

  .fast-68ea {
    font-size: 1.5rem !important;
  }

  .list_b815 {
    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 */
  .backdrop_light_b48a,
  .feature-5539,
  .dropdown-17d4,
  .inner_086f,
  .shade_49df,
  .lite_2a50,
  .focus-1de8,
  .pagination_b10c,
  .primary_141c,
  .gradient_97fa {
    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 */
  .detail-right-df69 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .black-d5b7 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .content_e406 {
    flex-shrink: 0;
  }

  .preview-bright-dcd0 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .dropdown-orange-c279,
  .white-2ad3 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .white-2ad3 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .filter-gold-df97 {
    display: none;
  }

  /* Show mobile actions */
  .narrow-22a0 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .filter_cf00 {
    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;
  }

  .filter_cf00 svg {
    flex-shrink: 0;
  }

  .filter_cf00 .banner-last-2071 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .filter_cf00 .secondary_in_cc27 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .background-58e1 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .middle_4f1d {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .filter_cf00:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .smooth-e5b2 {
    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;
  }

  .smooth-e5b2.fn-active-f54c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .smooth-e5b2 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .smooth-e5b2 li:last-child {
    border-bottom: none;
  }

  .smooth-e5b2 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .slider_0054 {
    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;
  }

  .slider_0054 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .slider_0054 li:last-child {
    border-bottom: none;
  }

  .slider_0054 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .west-cf30 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .tag-c9c9 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .warm-d7e8,
  .shade-inner-70e1 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .warm-d7e8 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .shade-inner-70e1 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .slider_0054.fn-active-f54c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .medium-17aa {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .huge_5bcf {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .component_6068 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .article_top_4696 {
    margin-top: 0;
  }

  /* Hero section */
  .article_top_4696 {
    padding: 2rem 0 1.5rem;
  }

  .list_b815 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .primary_141c {
    font-size: 1rem;
  }

  /* Hero brand image */
  .button-huge-83b9 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .grid_bottom_9f3a {
    max-width: 100%;
    border-radius: 8px;
  }

  .accordion-hovered-695e {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .grid-action-e74c {
    padding: 1rem;
  }

  .text-easy-3019 {
    font-size: 1.5rem;
  }

  .blue-4e0f {
    font-size: 0.75rem;
  }

  .pagination_b10c {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .wide-3f89 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .wide-3f89 .hard-cc52 {
    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 */
  .row-3163 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .component-motion-930a {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .filter-942a {
    margin-bottom: 1rem;
  }

  /* Author */
  .notification_8c20 {
    flex-direction: column;
  }

  .tooltip-582e {
    flex-direction: column;
  }

  /* Quotes */
  .shade_49df {
    flex-direction: column;
  }

  /* Pros/Cons */
  .slow_144a {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .center_bd2c {
    flex-direction: column;
  }

  .center_bd2c .hard-cc52 {
    width: 100%;
  }

  /* Version comparison */
  .tooltip_46f8 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .menu-fixed-cc02 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .alert_fixed_11a6 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .background_light_da51 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .widget_complex_6533,
  .aside_3b9e,
  .cool-ec49,
  .title_top_ab23,
  .detail-e5e1,
  .north_67e6 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .widget_complex_6533 table,
  .aside_3b9e table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .solid_4c96 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .badge-plasma-6a34 {
    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;
  }

  .fast-68ea {
    font-size: 1.25rem !important;
  }

  .list_b815 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .huge_5bcf {
    position: fixed;
  }

  .component_6068 {
    padding: 0.625rem 0;
  }

  .button-south-754a img {
    height: 26px;
  }

  .slider_0054 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .smooth-e5b2 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .filter_cf00 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .filter_cf00 svg {
    width: 18px;
    height: 18px;
  }

  .filter_cf00 .banner-last-2071 {
    font-size: 0.7rem;
  }

  .filter_cf00 .secondary_in_cc27 {
    font-size: 0.65rem;
  }

  .warm-d7e8,
  .shade-inner-70e1 {
    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, .badge-plasma-6a34, .section-fast-537a, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .button-huge-83b9 {
    padding: 1rem;
  }

  .accordion-hovered-695e {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .grid-action-e74c {
    padding: 0.875rem;
  }

  .text-easy-3019 {
    font-size: 1.25rem;
  }

  .wide-3f89 .hard-cc52 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .list_b815 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .hard-cc52 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .dark_39a4 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .component-motion-930a {
    padding: 1rem;
  }

  .filter-942a span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .backdrop_light_b48a,
  .slider_522a,
  .list-action-ff11,
  .sidebar-0f36 {
    padding: 1rem;
  }
}

@media print {
  .huge_5bcf,
  .upper_85a7,
  .medium-17aa,
  .hard-cc52,
  .badge_stone_2e38 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .badge-plasma-6a34 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.detail_f797 {
  margin-bottom: 3rem;
  text-align: center;
}

.fast-68ea {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.card-hard-a1a4 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.notification-narrow-d785,
.inner-e604 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.wrapper_static_51d2 {
  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;
}

.wrapper_static_51d2:hover {
  transform: translateY(-5px);
}

.wrapper_static_51d2 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.wrapper_static_51d2 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.tabs-f3c1 {
  margin: 3rem 0;
}

.module_6b98 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.easy_be5e {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.easy_be5e:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.static-96e9 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.footer_10e3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.row_c04a {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.slow-8832 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.advanced_087e {
  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;
}

.advanced_087e:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.advanced_087e.blue-567a {
  border-left: 4px solid var(--primary-color);
}

.logo_8231 {
  flex-shrink: 0;
}

.logo_8231 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.tabs-a45b {
  flex: 1;
}

.tabs-a45b h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.button-action-54a1 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.huge-c81d,
.article-23ce,
.avatar_liquid_cbbd {
  margin-bottom: 1.5rem;
}

.huge-c81d h4,
.article-23ce h4,
.avatar_liquid_cbbd h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.huge-c81d ul,
.article-23ce ul,
.avatar_liquid_cbbd ul {
  list-style: none;
  padding: 0;
}

.huge-c81d li,
.article-23ce li,
.avatar_liquid_cbbd li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.huge-c81d li:before,
.article-23ce li:before,
.avatar_liquid_cbbd li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.tooltip_a401 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.tooltip_a401 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;
}

.tooltip_a401 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.panel-pressed-eee0 { margin: 2rem 0; }
.steel-6489 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.steel-6489 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.wood-3445 p { margin-bottom: 1rem; line-height: 1.7; }
.wood-3445 strong { color: var(--text-primary); }
.wood-3445 ul { list-style: none; padding-left: 0; }
.wood-3445 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.wood-3445 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.pattern_new_c3b7 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.form-hovered-553a { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.form-hovered-553a:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.smooth_595f { font-size: 3rem; margin-bottom: 1rem; }
.form-hovered-553a h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.form-hovered-553a p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.wood-bd5d { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.wood-bd5d span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.box_hard_dc9c { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.dim-18ae { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.detail-orange-e4df { text-align: center; }
.dynamic_ba80 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.dropdown_5dda { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.pattern_3f69 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.media-old-48db { margin: 2rem 0; }
.link-ccea { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.link-ccea h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.link-ccea p, .link-ccea ul { line-height: 1.7; }
.link-ccea ul { list-style: none; padding-left: 0; }
.link-ccea ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.link-ccea ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.title_dd05 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.pro-4c63 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.cold_988b { text-align: center; }
.form-up-9949 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.outline_center_8d98 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.component-plasma-bb71 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.tall_b92e { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.image-over-5251 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.image-over-5251:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.image-over-5251 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.image-over-5251 p, .image-over-5251 ul { line-height: 1.7; }
.image-over-5251 ul { list-style: none; padding-left: 0; }
.image-over-5251 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.image-over-5251 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: f8bf */
.phantom-card-x7 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
