/* ============================================
   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 */
.heading-slow-58c3 p,
.tertiary-rough-8bed,
.surface_right_81db,
.slider-cc5c,
.accent_dee6,
.dropdown-dynamic-efa3,
.outline_2a39,
.pagination_57b5 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.narrow_a8a3 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.narrow_a8a3 > *,
.menu-lower-2ff4,
.heading-slow-58c3,
.background-green-f181 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .narrow_a8a3 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .narrow_a8a3 {
    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 === */
.prev_4083 {
  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 */
.prev_4083.photo_63e7 {
  box-shadow: var(--shadow-md);
}

.icon_80a1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.picture-4d46 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.sidebar-3282 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.alert_copper_e2d9 {
  display: none;
}

/* Hide mobile actions on desktop */
.avatar-outer-635b {
  display: none;
}

.search_c251 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.search_c251 a:hover,
.search_c251 a.fn-active-ad70 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.full_41da {
  margin-left: 1rem;
}

.smooth_9017 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.alert-b4f8,
.advanced_819d {
  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;
}

.alert-b4f8 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.alert-b4f8: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;
}

.advanced_819d {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.advanced_819d: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;
}

.alert-b4f8 svg,
.advanced_819d svg {
  flex-shrink: 0;
}

.notice-50bb {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.in-563f {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.in-563f::before,
.in-563f::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.in-563f::before {
  top: -7px;
}

.in-563f::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.glass_c70e {
  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 === */
.container_ee5c {
  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);
}

.item_994f {
  margin: 0 0 2rem;
  text-align: center;
}

.row-purple-8fa2 {
  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;
}

.row-purple-8fa2:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.header-cool-e25b {
  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);
}

.header-cool-e25b strong {
  color: var(--primary-color);
  font-weight: 700;
}

.widget_west_4b75 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.item-842f {
  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;
}

.item-842f:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.gradient_out_e186 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.label-2836 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.hot_976f {
  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);
}

.hot_976f .notification-ca5e {
  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;
}

.hot_976f .notification-ca5e svg {
  flex-shrink: 0;
}

.hot_976f .focus_74f3 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.hot_976f .focus_74f3: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);
}

.hot_976f .row-0da4 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.hot_976f .row-0da4: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) {
  .container_ee5c {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .row-purple-8fa2 {
    max-width: 100%;
  }

  .widget_west_4b75 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .item-842f {
    padding: 1rem;
  }

  .gradient_out_e186 {
    font-size: 1.5rem;
  }

  .label-2836 {
    font-size: 0.75rem;
  }

  .header-cool-e25b {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .hot_976f {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .hot_976f .notification-ca5e {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .widget_west_4b75 {
    grid-template-columns: 1fr;
  }
}

.highlight-active-b754 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.center_7b9c {
  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 === */
.fluid-863a {
  margin-bottom: 2.5rem;
}

.clean_4347 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.highlight-active-b754 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.border_0388 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.smooth_75e8 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.under_6e18 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.focus_0195 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.mask_b1d5 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.section_dynamic_f018 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.box-action-ec58 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.box-action-ec58 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.breadcrumb_short_60f9 {
  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);
}

.notice-ff43 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.tall_cf9e {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.article-5f54 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.gallery-bottom-7130 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.tabs_smooth_6c6a {
  display: grid;
  gap: 1rem;
}

.notification_left_54e0 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.box-bottom-b888 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.caption-lite-1aa9 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.in_3708 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.pagination_silver_8d72 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.hero_498d {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.hero_498d p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.tertiary-rough-8bed {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.lower_b5b7 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.rough-cb8e {
  display: grid;
  gap: 2rem;
}

.next_2cfc {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.smooth_75e8 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.border_0388 {
  flex: 1;
}

.focus_0195 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.focus_0195 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.clean-c4a7 {
  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;
}

.mask_b1d5 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.picture_hovered_d72d {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.picture_hovered_d72d span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.logo-right-fbe2 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.logo-right-fbe2 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.hidden-warm-03bf {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.hidden-warm-03bf strong {
  display: block;
  margin-bottom: 0.75rem;
}

.hidden-warm-03bf ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hidden-warm-03bf li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.mask_lower_9ddb {
  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 === */
.border_white_5b96 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.icon_bd30 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.description-c554 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.main_f3bb h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.main_f3bb ol {
  list-style: none;
  counter-reset: toc-counter;
}

.main_f3bb ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.main_f3bb 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;
}

.main_f3bb ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.main_f3bb ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.heading-slow-58c3 {
  padding: 3rem 0 5rem;
}

.background-green-f181 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.background-green-f181.gradient_8aab {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.surface_right_81db {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.hot-a0b5 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.overlay_b0b1 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.overlay_b0b1 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.secondary-e8f7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.pressed-52e6 {
  text-align: center;
}

.gradient-warm-5cb5 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.pagination-dynamic-35a4 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.thumbnail_narrow_3d3e {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.dropdown-dynamic-efa3 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.slider-cc5c {
  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;
}

.slider-cc5c * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.slider-cc5c:hover {
  box-shadow: var(--shadow-lg);
}

.slider-cc5c.focus-8ec3 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.slider-cc5c h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.slider-cc5c ul {
  margin: 1rem 0;
}

.slider-cc5c li {
  margin-bottom: 0.75rem;
}

.notification-7f5f {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.tertiary_f311 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.tertiary_f311 a {
  font-weight: 600;
}

/* === Data Tables === */
.surface-solid-2ddd {
  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;
}

.surface-solid-2ddd table {
  width: 100%;
  min-width: 600px;
}

.surface-solid-2ddd thead {
  background-color: var(--primary-color);
  color: white;
}

.surface-solid-2ddd th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.surface-solid-2ddd td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.surface-solid-2ddd tbody tr:hover {
  background-color: var(--bg-secondary);
}

.surface-solid-2ddd tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.easy-8df9 {
  list-style: none;
  margin: 1.5rem 0;
}

.easy-8df9 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.easy-8df9 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.background_986c::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-ad70::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 === */
.column-418d {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.carousel_east_b1fc {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.carousel_east_b1fc img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.carousel_east_b1fc strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.carousel_east_b1fc span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.column-418d blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.outline_2a39 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.outline_2a39::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.focus_large_0a99 {
  position: relative;
  margin-bottom: 3rem;
}

.focused-dedb {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.focused-dedb .north_98c9 {
  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;
}

.pattern-under-aed9 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.pattern-under-aed9 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.pattern-under-aed9 ul {
  margin: 1rem 0;
}

.pattern-under-aed9 li {
  margin-bottom: 0.75rem;
}

.row_73a4 {
  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 === */
.gradient-over-374d {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.gradient-over-374d h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.warm_05c6 {
  list-style: none;
  margin: 1.5rem 0;
}

.warm_05c6 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.warm_05c6 a {
  font-weight: 600;
}

.badge_5bd9 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.pagination_57b5 {
  margin: 2.5rem 0;
}

.container-8980 {
  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;
}

.container-8980:hover {
  box-shadow: var(--shadow-lg);
}

.container-8980.pattern_fixed_6397 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.filter-c0b5 {
  flex-shrink: 0;
}

.filter-c0b5 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);
}

.heading_hard_e09a h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.medium_4459,
.over_3e12,
.grid_d778 {
  width: 100%;
  margin: 1.5rem 0;
}

.description-red-838a {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.description-red-838a strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.paragraph_2b4c {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.paragraph_2b4c strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.button_edbd {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.button_edbd strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.huge-43a3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.hard_bf03 {
  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;
}

.hard_bf03:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.hard_bf03.glass-502a {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.hard_bf03 .dirty-e450 {
  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;
}

.hard_bf03 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.sort-d863 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.carousel_4919 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.carousel_4919 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.down-1b1d {
  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 === */
.notification-ca5e {
  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;
}

.focus_74f3 {
  background-color: var(--primary-color);
  color: white;
}

.focus_74f3:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.row-0da4 {
  background-color: var(--text-secondary);
  color: white;
}

.row-0da4:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.hard-f265 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.hard-f265:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.nav_8305 {
  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;
}

.nav_8305:hover {
  background-color: var(--primary-dark);
}

.action-2852 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.banner_dark_2788 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.down-aeab {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.photo_98c6 {
  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 === */
.row-794a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.backdrop_f16e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.backdrop_f16e h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.south_c17d {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.status_1dac {
  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;
}

.component_soft_df28 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.link_401b {
  list-style: none;
  counter-reset: rank-counter;
}

.link_401b li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.link_401b 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;
}

.overlay-5ebe {
  list-style: none;
}

.overlay-5ebe li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.layout-cd92 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.hidden_current_a4ba {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.hidden_current_a4ba .outer-3446 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.hidden_current_a4ba .stale-c932 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.grid-dark-5608 {
  margin-top: 3rem;
}

.action_32bf {
  width: 100%;
}

.popup-3c80 {
  background-color: #fef3c7;
}

.fresh-4094 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.soft-6857 {
  margin: 3rem 0;
}

.gas_2beb {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.center-117e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.center-117e:hover {
  box-shadow: var(--shadow-lg);
}

.center-117e.slider-dark-4fce {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.gradient-thick-3837 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.picture_30a0 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.picture_30a0 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.gradient-e731 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.center-117e blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.green-80c8 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.message-plasma-7666 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.cold-6534 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.picture-fcac {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.selected_9361 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.shadow-5c5c {
  margin-top: 1rem;
}

/* === FAQ Section === */
.black-6f4f {
  max-width: 900px;
  margin: 0 auto;
}

.steel_1e75 {
  margin: 2rem 0;
}

.text_3c6d {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.text_3c6d summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.text_3c6d summary::-webkit-details-marker {
  display: none;
}

.text_3c6d summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.hero_narrow_296f {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.text_3c6d[open] .hero_narrow_296f {
  transform: rotate(45deg);
}

.wood-26e0 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.wood-26e0 p:last-child {
  margin-bottom: 0;
}

.over-47b5 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.header-huge-8665 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.top-fe45 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.top-fe45 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.top-fe45 .notification-ca5e {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.motion-8fad {
  max-width: 900px;
  margin: 0 auto;
}

.menu-soft-718a {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.nav-c8dd {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.nav-c8dd.fn-success-ad70 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.button-4c43 {
  font-size: 3rem;
  line-height: 1;
}

.module-fixed-6665 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.detail_200e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.block-green-4c0a,
.carousel_c3d1 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.block-green-4c0a h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.carousel_c3d1 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.notice-3433,
.icon-9ee8 {
  margin: 1.5rem 0;
}

.notice-3433 li,
.icon-9ee8 li {
  margin-bottom: 1rem;
}

.section-7f83 {
  margin: 3rem 0;
}

.slider-plasma-ef68 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.slider-plasma-ef68 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.slider-plasma-ef68 ol {
  margin: 1rem 0;
}

.slider-plasma-ef68 li {
  margin-bottom: 0.75rem;
}

.nav-current-38d6 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.hidden-fluid-574c {
  margin: 2rem 0;
}

.large_d65c {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.texture-6182 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.background-0a88 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.down-e98c {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.widget-thick-eaa5 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.cold-85c1 {
  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;
}

.cold-85c1 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.under_6e18 {
  flex: 1;
}

.under_6e18 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.article-warm-c830 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.section-mini-fa00 p {
  margin-bottom: 1rem;
}

.content-1bf2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.title_cf81 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.notice-basic-b26d {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.notice-basic-b26d a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.table-738c h3 {
  margin-bottom: 1.5rem;
}

.complex_8dbe {
  display: grid;
  gap: 2rem;
}

.message_e835 {
  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;
}

.message_e835 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.message_e835 h4 {
  margin: 0 0 0.25rem;
}

.message_e835 p {
  margin: 0;
  font-size: 0.9375rem;
}

.white_6e08 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.full-9660 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.full-9660 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.full-9660 ul {
  margin: 1.5rem 0;
}

.full-9660 li {
  margin-bottom: 0.75rem;
}

.photo-2c39 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.smooth_e438 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.mini_4384 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.row-mini-9296 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.row-mini-9296 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.small-fa4f {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.small-fa4f a {
  color: rgba(255, 255, 255, 0.8);
}

.west_1b83 {
  list-style: none;
}

.west_1b83 li {
  margin-bottom: 0.75rem;
}

.west_1b83 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.west_1b83 a:hover {
  color: white;
}

.current_f0f1 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.accordion_d578 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.active_iron_5d0e {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.outer_6ff9 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.picture_05aa {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .narrow_a8a3 {
    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;
  }

  .chip_middle_0fcc {
    font-size: 1.5rem !important;
  }

  .clean_4347 {
    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 */
  .slider-cc5c,
  .accent_dee6,
  .pattern-under-aed9,
  .heading_hard_e09a,
  .gradient-thick-3837,
  .center-117e,
  .wood-26e0,
  .header-cool-e25b,
  .tertiary-rough-8bed,
  .surface_right_81db {
    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 */
  .highlight-active-b754 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .border_0388 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .smooth_75e8 {
    flex-shrink: 0;
  }

  .under_6e18 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .focus_0195,
  .mask_b1d5 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .mask_b1d5 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .sidebar-3282 {
    display: none;
  }

  /* Show mobile actions */
  .avatar-outer-635b {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .right_7284 {
    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;
  }

  .right_7284 svg {
    flex-shrink: 0;
  }

  .right_7284 .tertiary-gold-7fb6 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .right_7284 .top-b79f {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .plasma-07de {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .row_black_e3c8 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .right_7284:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .alert_copper_e2d9 {
    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;
  }

  .alert_copper_e2d9.fn-active-ad70 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .alert_copper_e2d9 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .alert_copper_e2d9 li:last-child {
    border-bottom: none;
  }

  .alert_copper_e2d9 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .search_c251 {
    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;
  }

  .search_c251 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .search_c251 li:last-child {
    border-bottom: none;
  }

  .search_c251 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .full_41da {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .smooth_9017 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .alert-b4f8,
  .advanced_819d {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .alert-b4f8 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .advanced_819d {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .search_c251.fn-active-ad70 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .notice-50bb {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .prev_4083 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .icon_80a1 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .glass_c70e {
    margin-top: 0;
  }

  /* Hero section */
  .glass_c70e {
    padding: 2rem 0 1.5rem;
  }

  .clean_4347 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .tertiary-rough-8bed {
    font-size: 1rem;
  }

  /* Hero brand image */
  .container_ee5c {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .row-purple-8fa2 {
    max-width: 100%;
    border-radius: 8px;
  }

  .widget_west_4b75 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .item-842f {
    padding: 1rem;
  }

  .gradient_out_e186 {
    font-size: 1.5rem;
  }

  .label-2836 {
    font-size: 0.75rem;
  }

  .header-cool-e25b {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .hot_976f {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .hot_976f .notification-ca5e {
    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 */
  .description-c554 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .container-8980 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .filter-c0b5 {
    margin-bottom: 1rem;
  }

  /* Author */
  .next_2cfc {
    flex-direction: column;
  }

  .cold-85c1 {
    flex-direction: column;
  }

  /* Quotes */
  .gradient-thick-3837 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .detail_200e {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .down-e98c {
    flex-direction: column;
  }

  .down-e98c .notification-ca5e {
    width: 100%;
  }

  /* Version comparison */
  .huge-43a3 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .row-794a {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .mini_4384 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .active_iron_5d0e {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .surface-solid-2ddd,
  .over_3e12,
  .badge-clean-c5ea,
  .action_32bf,
  .medium_4459,
  .grid_d778 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .surface-solid-2ddd table,
  .over_3e12 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .down-1b1d {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .narrow_a8a3 {
    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;
  }

  .chip_middle_0fcc {
    font-size: 1.25rem !important;
  }

  .clean_4347 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .prev_4083 {
    position: fixed;
  }

  .icon_80a1 {
    padding: 0.625rem 0;
  }

  .picture-4d46 img {
    height: 26px;
  }

  .search_c251 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .alert_copper_e2d9 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .right_7284 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .right_7284 svg {
    width: 18px;
    height: 18px;
  }

  .right_7284 .tertiary-gold-7fb6 {
    font-size: 0.7rem;
  }

  .right_7284 .top-b79f {
    font-size: 0.65rem;
  }

  .alert-b4f8,
  .advanced_819d {
    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, .narrow_a8a3, .menu-lower-2ff4, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .container_ee5c {
    padding: 1rem;
  }

  .widget_west_4b75 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .item-842f {
    padding: 0.875rem;
  }

  .gradient_out_e186 {
    font-size: 1.25rem;
  }

  .hot_976f .notification-ca5e {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .clean_4347 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .notification-ca5e {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .action-2852 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .container-8980 {
    padding: 1rem;
  }

  .filter-c0b5 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .slider-cc5c,
  .tag-9cb2,
  .text_dirty_762a,
  .background-27de {
    padding: 1rem;
  }
}

@media print {
  .prev_4083,
  .border_white_5b96,
  .notice-50bb,
  .notification-ca5e,
  .smooth_e438 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .narrow_a8a3 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.text-green-3ed5 {
  margin-bottom: 3rem;
  text-align: center;
}

.chip_middle_0fcc {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.title_gold_3833 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.link_brown_59d5,
.alert-dirty-184a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.main-south-b706 {
  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;
}

.main-south-b706:hover {
  transform: translateY(-5px);
}

.main-south-b706 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.main-south-b706 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.focus_9ce7 {
  margin: 3rem 0;
}

.prev_5136 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.sort-hard-2cf9 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.sort-hard-2cf9:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.liquid_628a {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.notice-fixed-4470 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.lower_5411 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.column_03d6 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.modal-gold-1fce {
  display: flex;
  gap: 2rem;
  padding: 2.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  margin-bottom: 2rem;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
}

.modal-gold-1fce:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.modal-gold-1fce.bottom_bf79 {
  border-left: 4px solid var(--primary-color);
}

.focused-d712 {
  flex-shrink: 0;
}

.focused-d712 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.tabs_d2a9 {
  flex: 1;
}

.tabs_d2a9 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.tag_3bd1 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.border-purple-52ea,
.west-0753,
.tooltip_hot_c04f {
  margin-bottom: 1.5rem;
}

.border-purple-52ea h4,
.west-0753 h4,
.tooltip_hot_c04f h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.border-purple-52ea ul,
.west-0753 ul,
.tooltip_hot_c04f ul {
  list-style: none;
  padding: 0;
}

.border-purple-52ea li,
.west-0753 li,
.tooltip_hot_c04f li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.border-purple-52ea li:before,
.west-0753 li:before,
.tooltip_hot_c04f li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.panel_7a07 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.panel_7a07 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;
}

.panel_7a07 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.banner-d608 { margin: 2rem 0; }
.cool_1548 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.cool_1548 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.card-3b31 p { margin-bottom: 1rem; line-height: 1.7; }
.card-3b31 strong { color: var(--text-primary); }
.card-3b31 ul { list-style: none; padding-left: 0; }
.card-3b31 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.card-3b31 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.shadow_medium_a190 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.silver_f666 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.silver_f666:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.tabs-liquid-658f { font-size: 3rem; margin-bottom: 1rem; }
.silver_f666 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.silver_f666 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.cold_e779 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.cold_e779 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.narrow_ae1b { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.smooth_d610 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.wrapper_stone_3c92 { text-align: center; }
.avatar_029f { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.breadcrumb_in_d216 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.west-2542 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.hot_9e6b { margin: 2rem 0; }
.block_bottom_3750 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.block_bottom_3750 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.block_bottom_3750 p, .block_bottom_3750 ul { line-height: 1.7; }
.block_bottom_3750 ul { list-style: none; padding-left: 0; }
.block_bottom_3750 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.block_bottom_3750 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.liquid-82f6 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.purple_3fc8 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.modal_1fa4 { text-align: center; }
.focus_focused_3c26 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.south-2e8f { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.steel_8dc0 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.search-27dc { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.item-ee35 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.item-ee35:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.item-ee35 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.item-ee35 p, .item-ee35 ul { line-height: 1.7; }
.item-ee35 ul { list-style: none; padding-left: 0; }
.item-ee35 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.item-ee35 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 86a0 */
.shadow-element-h5 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.1;
}
