/* ============================================
   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 */
.complex_13f6 p,
.title_full_7349,
.frame-6f44,
.surface-gold-13ea,
.detail_72c5,
.notification_rough_8329,
.slider-6764,
.hidden_up_90f8 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.item-a179 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.item-a179 > *,
.plasma_3acb,
.complex_13f6,
.north_0de9 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .item-a179 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .item-a179 {
    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 === */
.table_white_91e3 {
  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 */
.table_white_91e3.footer_5bc3 {
  box-shadow: var(--shadow-md);
}

.list_d7b2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.caption_d33d img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.up-635a {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.wood-306f {
  display: none;
}

/* Hide mobile actions on desktop */
.table-huge-ce91 {
  display: none;
}

.clean-c528 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.clean-c528 a:hover,
.clean-c528 a.fn-active-96dd {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.label_cool_0026 {
  margin-left: 1rem;
}

.wrapper_plasma_e123 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.backdrop-a712,
.breadcrumb-new-1d6c {
  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;
}

.backdrop-a712 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.backdrop-a712: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;
}

.breadcrumb-new-1d6c {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.breadcrumb-new-1d6c: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;
}

.backdrop-a712 svg,
.breadcrumb-new-1d6c svg {
  flex-shrink: 0;
}

.full_18ef {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.bright-b83d {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.bright-b83d::before,
.bright-b83d::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.bright-b83d::before {
  top: -7px;
}

.bright-b83d::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.hard-adcb {
  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 === */
.gradient-lite-9a81 {
  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);
}

.rough_eb1d {
  margin: 0 0 2rem;
  text-align: center;
}

.module-old-2156 {
  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;
}

.module-old-2156:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.dropdown-de78 {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--text-secondary);
}

.dropdown-de78 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.pagination_1d0e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.stale-ac33 {
  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;
}

.stale-ac33:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.motion-bdb7 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.sidebar-lite-d30e {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.background_2180 {
  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);
}

.background_2180 .footer_copper_b3a4 {
  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;
}

.background_2180 .footer_copper_b3a4 svg {
  flex-shrink: 0;
}

.background_2180 .status-large-3877 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.background_2180 .status-large-3877: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);
}

.background_2180 .top_1d25 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.background_2180 .top_1d25: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) {
  .gradient-lite-9a81 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .module-old-2156 {
    max-width: 100%;
  }

  .pagination_1d0e {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .stale-ac33 {
    padding: 1rem;
  }

  .motion-bdb7 {
    font-size: 1.5rem;
  }

  .sidebar-lite-d30e {
    font-size: 0.75rem;
  }

  .dropdown-de78 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .background_2180 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .background_2180 .footer_copper_b3a4 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .pagination_1d0e {
    grid-template-columns: 1fr;
  }
}

.box-31fe {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.button_full_4646 {
  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 === */
.border-b25d {
  margin-bottom: 2.5rem;
}

.video-db6f {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.box-31fe {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.steel-ea3a {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.list-9f26 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.middle-6ac3 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.tooltip_3a1a {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.background_gold_2b9f {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.south_1688 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.status_light_2454 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.status_light_2454 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.banner_a3c4 {
  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);
}

.blue_6354 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.advanced-5333 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.plasma_fb3e {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.medium-966a {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.disabled_8df4 {
  display: grid;
  gap: 1rem;
}

.under_fcc8 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.photo_copper_9471 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.west-9271 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.left_8e83 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.main-e589 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.fresh-176d {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.fresh-176d p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.title_full_7349 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.container_last_0cb2 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.silver-6806 {
  display: grid;
  gap: 2rem;
}

.stale-f61e {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.list-9f26 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.steel-ea3a {
  flex: 1;
}

.tooltip_3a1a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.tooltip_3a1a a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.summary_yellow_374a {
  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;
}

.background_gold_2b9f {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.hot_1b64 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.hot_1b64 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.badge-579e {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.badge-579e a {
  font-size: 0.875rem;
  font-weight: 500;
}

.form_soft_7b42 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.form_soft_7b42 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.form_soft_7b42 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form_soft_7b42 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.notification_f97b {
  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 === */
.hidden_under_2b78 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.outline-huge-1196 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.panel-6363 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.list-fluid-3539 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.list-fluid-3539 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.list-fluid-3539 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.list-fluid-3539 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;
}

.list-fluid-3539 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.list-fluid-3539 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.complex_13f6 {
  padding: 3rem 0 5rem;
}

.north_0de9 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.north_0de9.list_d70c {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.frame-6f44 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.layout-9251 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.chip-cool-4e91 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.chip-cool-4e91 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.easy_1df4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.paragraph_a157 {
  text-align: center;
}

.hover_red_629e {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.column_5865 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.nav-wide-0fb5 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.notification_rough_8329 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.surface-gold-13ea {
  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;
}

.surface-gold-13ea * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.surface-gold-13ea:hover {
  box-shadow: var(--shadow-lg);
}

.surface-gold-13ea.bright_ddb6 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.surface-gold-13ea h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.surface-gold-13ea ul {
  margin: 1rem 0;
}

.surface-gold-13ea li {
  margin-bottom: 0.75rem;
}

.title-under-0ff6 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.fast-f4e2 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.fast-f4e2 a {
  font-weight: 600;
}

/* === Data Tables === */
.new-d177 {
  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;
}

.new-d177 table {
  width: 100%;
  min-width: 600px;
}

.new-d177 thead {
  background-color: var(--primary-color);
  color: white;
}

.new-d177 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.new-d177 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.new-d177 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.new-d177 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.status-lite-3272 {
  list-style: none;
  margin: 1.5rem 0;
}

.status-lite-3272 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.status-lite-3272 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.summary-3ddc::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-96dd::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-west-1f6b {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.gradient-prev-a0ce {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.gradient-prev-a0ce img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.gradient-prev-a0ce strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.gradient-prev-a0ce span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.column-west-1f6b blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.slider-6764 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.slider-6764::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.outline-25f0 {
  position: relative;
  margin-bottom: 3rem;
}

.light_e44b {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.light_e44b .status_ec5f {
  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;
}

.bronze_32d9 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.bronze_32d9 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.bronze_32d9 ul {
  margin: 1rem 0;
}

.bronze_32d9 li {
  margin-bottom: 0.75rem;
}

.outline-first-47de {
  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 === */
.video-e77e {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.video-e77e h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.status-6a1e {
  list-style: none;
  margin: 1.5rem 0;
}

.status-6a1e li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.status-6a1e a {
  font-weight: 600;
}

.upper_0fc5 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.hidden_up_90f8 {
  margin: 2.5rem 0;
}

.sidebar_short_35eb {
  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;
}

.sidebar_short_35eb:hover {
  box-shadow: var(--shadow-lg);
}

.sidebar_short_35eb.right-a429 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.panel_first_5544 {
  flex-shrink: 0;
}

.panel_first_5544 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);
}

.list_b964 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.carousel-ea3e,
.right-a04e,
.secondary_motion_0424 {
  width: 100%;
  margin: 1.5rem 0;
}

.accordion_ad1e {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.accordion_ad1e strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.border-copper-51d9 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.border-copper-51d9 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.alert_cool_6ac0 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.alert_cool_6ac0 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.module_2f4a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.first-2c66 {
  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;
}

.first-2c66:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.first-2c66.hidden_12db {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.first-2c66 .mask_in_d7da {
  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;
}

.first-2c66 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.silver_8f63 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.dropdown_60f0 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.dropdown_60f0 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.orange-e3fa {
  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 === */
.footer_copper_b3a4 {
  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;
}

.status-large-3877 {
  background-color: var(--primary-color);
  color: white;
}

.status-large-3877:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.top_1d25 {
  background-color: var(--text-secondary);
  color: white;
}

.top_1d25:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.notification_1fab {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.notification_1fab:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.hidden-hard-119f {
  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;
}

.hidden-hard-119f:hover {
  background-color: var(--primary-dark);
}

.outer-635e {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.gas_ebc2 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.medium-0c5b {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.glass-9d86 {
  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 === */
.background_effb {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.glass-a048 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.glass-a048 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.gallery-red-bf03 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.alert_4b4b {
  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;
}

.frame_hard_6ed9 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.thumbnail_3e69 {
  list-style: none;
  counter-reset: rank-counter;
}

.thumbnail_3e69 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.thumbnail_3e69 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;
}

.info_bottom_09d3 {
  list-style: none;
}

.info_bottom_09d3 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.east_53b6 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.under_eff8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.under_eff8 .logo_simple_fd22 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.under_eff8 .hard_46af {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.message_action_1c49 {
  margin-top: 3rem;
}

.glass_8d38 {
  width: 100%;
}

.cold_768c {
  background-color: #fef3c7;
}

.notification-thick-7913 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.top-0e41 {
  margin: 3rem 0;
}

.icon-2d5c {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.stale-5bb3 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.stale-5bb3:hover {
  box-shadow: var(--shadow-lg);
}

.stale-5bb3.tertiary-1cf7 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.modal_right_c802 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.purple_2d49 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.purple_2d49 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.top-040e {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.stale-5bb3 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.solid-7550 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.white_a5d9 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.brown-c94e {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.info_iron_b2be {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.button_32ed {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.chip-first-68e1 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.green-7bfe {
  max-width: 900px;
  margin: 0 auto;
}

.header_active_b7e0 {
  margin: 2rem 0;
}

.feature_1b21 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.feature_1b21 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.feature_1b21 summary::-webkit-details-marker {
  display: none;
}

.feature_1b21 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.dropdown-44cb {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.feature_1b21[open] .dropdown-44cb {
  transform: rotate(45deg);
}

.notification-left-91d4 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.notification-left-91d4 p:last-child {
  margin-bottom: 0;
}

.basic_95ae {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.hidden_5f49 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.footer_clean_3438 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.footer_clean_3438 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.footer_clean_3438 .footer_copper_b3a4 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.block_28c8 {
  max-width: 900px;
  margin: 0 auto;
}

.dim_426c {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.blue_b6bb {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.blue_b6bb.fn-success-96dd {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.frame-action-f374 {
  font-size: 3rem;
  line-height: 1;
}

.paragraph-a8ca h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.hovered_bae1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.heading_pink_0231,
.east_7be0 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.heading_pink_0231 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.east_7be0 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.slow_94dd,
.accordion_fixed_1388 {
  margin: 1.5rem 0;
}

.slow_94dd li,
.accordion_fixed_1388 li {
  margin-bottom: 1rem;
}

.tabs-bright-7102 {
  margin: 3rem 0;
}

.complex_49d3 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.complex_49d3 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.complex_49d3 ol {
  margin: 1rem 0;
}

.complex_49d3 li {
  margin-bottom: 0.75rem;
}

.preview_4f6c {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.rough_a1b4 {
  margin: 2rem 0;
}

.iron_5765 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.image_569b {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.west-5c29 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.banner_7538 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.chip-action-50e1 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.purple_ac5a {
  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;
}

.purple_ac5a img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.middle-6ac3 {
  flex: 1;
}

.middle-6ac3 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.disabled-over-bbed {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.upper-d0d0 p {
  margin-bottom: 1rem;
}

.silver_94f5 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.fluid-a985 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.content_e5bd {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.content_e5bd a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.container-pressed-74d5 h3 {
  margin-bottom: 1.5rem;
}

.tiny-edd6 {
  display: grid;
  gap: 2rem;
}

.status_outer_8717 {
  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;
}

.status_outer_8717 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.status_outer_8717 h4 {
  margin: 0 0 0.25rem;
}

.status_outer_8717 p {
  margin: 0;
  font-size: 0.9375rem;
}

.element-61ed {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.solid_7187 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.solid_7187 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.solid_7187 ul {
  margin: 1.5rem 0;
}

.solid_7187 li {
  margin-bottom: 0.75rem;
}

.west-8918 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.feature-6412 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.hard_52a9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.texture_12db h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.texture_12db p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.preview_bright_d694 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.preview_bright_d694 a {
  color: rgba(255, 255, 255, 0.8);
}

.thick-47de {
  list-style: none;
}

.thick-47de li {
  margin-bottom: 0.75rem;
}

.thick-47de a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.thick-47de a:hover {
  color: white;
}

.status-1037 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.list_thick_932a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.icon-115b {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.large_7c1d {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.chip-full-debc {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .item-a179 {
    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;
  }

  .label-8c75 {
    font-size: 1.5rem !important;
  }

  .video-db6f {
    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 */
  .surface-gold-13ea,
  .detail_72c5,
  .bronze_32d9,
  .list_b964,
  .modal_right_c802,
  .stale-5bb3,
  .notification-left-91d4,
  .dropdown-de78,
  .title_full_7349,
  .frame-6f44 {
    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 */
  .box-31fe {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .steel-ea3a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .list-9f26 {
    flex-shrink: 0;
  }

  .middle-6ac3 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .tooltip_3a1a,
  .background_gold_2b9f {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .background_gold_2b9f {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .up-635a {
    display: none;
  }

  /* Show mobile actions */
  .table-huge-ce91 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .caption_f9f3 {
    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;
  }

  .caption_f9f3 svg {
    flex-shrink: 0;
  }

  .caption_f9f3 .basic-16fc {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .caption_f9f3 .widget_ef90 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .cool_2c1a {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .media-right-53ca {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .caption_f9f3:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .wood-306f {
    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;
  }

  .wood-306f.fn-active-96dd {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .wood-306f li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .wood-306f li:last-child {
    border-bottom: none;
  }

  .wood-306f a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .clean-c528 {
    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;
  }

  .clean-c528 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .clean-c528 li:last-child {
    border-bottom: none;
  }

  .clean-c528 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .label_cool_0026 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .wrapper_plasma_e123 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .backdrop-a712,
  .breadcrumb-new-1d6c {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .backdrop-a712 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .breadcrumb-new-1d6c {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .clean-c528.fn-active-96dd {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .full_18ef {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .table_white_91e3 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .list_d7b2 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .hard-adcb {
    margin-top: 0;
  }

  /* Hero section */
  .hard-adcb {
    padding: 2rem 0 1.5rem;
  }

  .video-db6f {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .title_full_7349 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .gradient-lite-9a81 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .module-old-2156 {
    max-width: 100%;
    border-radius: 8px;
  }

  .pagination_1d0e {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .stale-ac33 {
    padding: 1rem;
  }

  .motion-bdb7 {
    font-size: 1.5rem;
  }

  .sidebar-lite-d30e {
    font-size: 0.75rem;
  }

  .dropdown-de78 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .background_2180 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .background_2180 .footer_copper_b3a4 {
    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 */
  .panel-6363 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .sidebar_short_35eb {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .panel_first_5544 {
    margin-bottom: 1rem;
  }

  /* Author */
  .stale-f61e {
    flex-direction: column;
  }

  .purple_ac5a {
    flex-direction: column;
  }

  /* Quotes */
  .modal_right_c802 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .hovered_bae1 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .banner_7538 {
    flex-direction: column;
  }

  .banner_7538 .footer_copper_b3a4 {
    width: 100%;
  }

  /* Version comparison */
  .module_2f4a {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .background_effb {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .hard_52a9 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .icon-115b {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .new-d177,
  .right-a04e,
  .backdrop-3a5b,
  .glass_8d38,
  .carousel-ea3e,
  .secondary_motion_0424 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .new-d177 table,
  .right-a04e table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .orange-e3fa {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .item-a179 {
    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;
  }

  .label-8c75 {
    font-size: 1.25rem !important;
  }

  .video-db6f {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .table_white_91e3 {
    position: fixed;
  }

  .list_d7b2 {
    padding: 0.625rem 0;
  }

  .caption_d33d img {
    height: 26px;
  }

  .clean-c528 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .wood-306f {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .caption_f9f3 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .caption_f9f3 svg {
    width: 18px;
    height: 18px;
  }

  .caption_f9f3 .basic-16fc {
    font-size: 0.7rem;
  }

  .caption_f9f3 .widget_ef90 {
    font-size: 0.65rem;
  }

  .backdrop-a712,
  .breadcrumb-new-1d6c {
    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, .item-a179, .plasma_3acb, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .gradient-lite-9a81 {
    padding: 1rem;
  }

  .pagination_1d0e {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .stale-ac33 {
    padding: 0.875rem;
  }

  .motion-bdb7 {
    font-size: 1.25rem;
  }

  .background_2180 .footer_copper_b3a4 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .video-db6f {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .footer_copper_b3a4 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .outer-635e {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .sidebar_short_35eb {
    padding: 1rem;
  }

  .panel_first_5544 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .surface-gold-13ea,
  .link-south-5831,
  .table-2d99,
  .accordion-new-2771 {
    padding: 1rem;
  }
}

@media print {
  .table_white_91e3,
  .hidden_under_2b78,
  .full_18ef,
  .footer_copper_b3a4,
  .feature-6412 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .item-a179 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.footer_fe32 {
  margin-bottom: 3rem;
  text-align: center;
}

.label-8c75 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.link-8ce1 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.purple_5115,
.shade_20fd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.tertiary_54d5 {
  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;
}

.tertiary_54d5:hover {
  transform: translateY(-5px);
}

.tertiary_54d5 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.tertiary_54d5 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.accent-6588 {
  margin: 3rem 0;
}

.layout_7be1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.static_45d9 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.static_45d9:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.label_5190 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.right-ba6f {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.layout_dcfb {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.gallery-be3a {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.item_prev_400b {
  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;
}

.item_prev_400b:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.item_prev_400b.mask-a37d {
  border-left: 4px solid var(--primary-color);
}

.mask-c136 {
  flex-shrink: 0;
}

.mask-c136 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.gas_2917 {
  flex: 1;
}

.gas_2917 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.fresh-41c1 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.action-5c22,
.hover_blue_a65b,
.feature_a6a3 {
  margin-bottom: 1.5rem;
}

.action-5c22 h4,
.hover_blue_a65b h4,
.feature_a6a3 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.action-5c22 ul,
.hover_blue_a65b ul,
.feature_a6a3 ul {
  list-style: none;
  padding: 0;
}

.action-5c22 li,
.hover_blue_a65b li,
.feature_a6a3 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.action-5c22 li:before,
.hover_blue_a65b li:before,
.feature_a6a3 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.surface-aba8 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.surface-aba8 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;
}

.surface-aba8 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.breadcrumb_695c { margin: 2rem 0; }
.shadow-steel-811f { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.shadow-steel-811f h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.column_8c32 p { margin-bottom: 1rem; line-height: 1.7; }
.column_8c32 strong { color: var(--text-primary); }
.column_8c32 ul { list-style: none; padding-left: 0; }
.column_8c32 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.column_8c32 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.summary_pink_c5ec { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.backdrop_full_556e { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.backdrop_full_556e:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.alert_fc90 { font-size: 3rem; margin-bottom: 1rem; }
.backdrop_full_556e h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.backdrop_full_556e p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.paragraph_7a69 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.paragraph_7a69 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.card-dark-002d { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.hover_3479 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.picture_fdd4 { text-align: center; }
.menu_thick_34d9 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.last_4aef { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.input-next-c008 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.shadow_1a33 { margin: 2rem 0; }
.backdrop_e47b { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.backdrop_e47b h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.backdrop_e47b p, .backdrop_e47b ul { line-height: 1.7; }
.backdrop_e47b ul { list-style: none; padding-left: 0; }
.backdrop_e47b ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.backdrop_e47b ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.chip-4981 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.dropdown-out-9724 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.carousel_cbb8 { text-align: center; }
.card-upper-da36 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.layout-2be5 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.accent_brown_526c { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.dropdown-883d { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.backdrop-ab7b { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.backdrop-ab7b:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.backdrop-ab7b h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.backdrop-ab7b p, .backdrop-ab7b ul { line-height: 1.7; }
.backdrop-ab7b ul { list-style: none; padding-left: 0; }
.backdrop-ab7b ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.backdrop-ab7b ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 839e */
.shadow-element-o7 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.0;
}
