/* ============================================
   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 */
.item_black_bcf0 p,
.orange_73fb,
.heading-6522,
.east-26fa,
.background-b27b,
.summary-6914,
.middle-74ae,
.pressed_e9ec {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.out_95cf {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.out_95cf > *,
.preview_706a,
.item_black_bcf0,
.message_last_cca9 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .out_95cf {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .out_95cf {
    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 === */
.component-d4ba {
  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 */
.component-d4ba.image-plasma-c176 {
  box-shadow: var(--shadow-md);
}

.panel-in-f347 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.wide-65d4 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.accent_easy_3e14 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.up-7746 {
  display: none;
}

/* Hide mobile actions on desktop */
.heading_e407 {
  display: none;
}

.chip-orange-c12d a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.chip-orange-c12d a:hover,
.chip-orange-c12d a.fn-active-b76b {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.picture-a9a2 {
  margin-left: 1rem;
}

.tertiary-30d2 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.frame_steel_9af0,
.fixed_50db {
  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;
}

.frame_steel_9af0 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.frame_steel_9af0: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;
}

.fixed_50db {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.fixed_50db: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;
}

.frame_steel_9af0 svg,
.fixed_50db svg {
  flex-shrink: 0;
}

.disabled_1648 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.dirty-161e {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.dirty-161e::before,
.dirty-161e::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.dirty-161e::before {
  top: -7px;
}

.dirty-161e::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.secondary-pressed-8c87 {
  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 === */
.shade_358a {
  margin: 2.5rem 0;
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  border: 2px solid var(--primary-color);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: var(--shadow-xl);
}

.active-ac96 {
  margin: 0 0 2rem;
  text-align: center;
}

.smooth-236d {
  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;
}

.smooth-236d:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.content_c04d {
  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);
}

.content_c04d strong {
  color: var(--primary-color);
  font-weight: 700;
}

.narrow-d886 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.backdrop_8faf {
  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;
}

.backdrop_8faf:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.active-319a {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.message-copper-c81a {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.complex-4c10 {
  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);
}

.complex-4c10 .plasma_72f0 {
  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;
}

.complex-4c10 .plasma_72f0 svg {
  flex-shrink: 0;
}

.complex-4c10 .list-simple-6ed9 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.complex-4c10 .list-simple-6ed9: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);
}

.complex-4c10 .down_1eef {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.complex-4c10 .down_1eef: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) {
  .shade_358a {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .smooth-236d {
    max-width: 100%;
  }

  .narrow-d886 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .backdrop_8faf {
    padding: 1rem;
  }

  .active-319a {
    font-size: 1.5rem;
  }

  .message-copper-c81a {
    font-size: 0.75rem;
  }

  .content_c04d {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .complex-4c10 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .complex-4c10 .plasma_72f0 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .narrow-d886 {
    grid-template-columns: 1fr;
  }
}

.breadcrumb-1aed {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.shade_left_927e {
  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 === */
.backdrop-efee {
  margin-bottom: 2.5rem;
}

.picture_plasma_43d9 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.breadcrumb-1aed {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.short-095f {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.purple_54ea {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.mask-simple-35ac {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.summary-bottom-ed89 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.focus-294e {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.simple_a0ab {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.notification_top_57fe {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.notification_top_57fe svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.wide_e234 {
  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);
}

.wood-3ef5 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.hidden-easy-ad7a {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.badge-9c50 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.hidden_2c64 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.row-old-828f {
  display: grid;
  gap: 1rem;
}

.tertiary_869c {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.focus-7830 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.module-bronze-a645 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.form-dark-c375 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.summary_first_52d4 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.prev-632e {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.prev-632e p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.orange_73fb {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.footer_bronze_3a98 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.bronze-6d0b {
  display: grid;
  gap: 2rem;
}

.chip_fe58 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.purple_54ea {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.short-095f {
  flex: 1;
}

.summary-bottom-ed89 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.summary-bottom-ed89 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.notice-4b47 {
  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;
}

.focus-294e {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.tall_1a81 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.tall_1a81 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.slider_out_a57b {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.slider_out_a57b a {
  font-size: 0.875rem;
  font-weight: 500;
}

.chip-5c07 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.chip-5c07 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.chip-5c07 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.chip-5c07 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.filter-bottom-39e9 {
  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 === */
.photo_f6d9 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.secondary-full-ecab {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.current_dcac {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.accordion_bronze_4054 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.accordion_bronze_4054 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.accordion_bronze_4054 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.accordion_bronze_4054 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;
}

.accordion_bronze_4054 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.accordion_bronze_4054 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.item_black_bcf0 {
  padding: 3rem 0 5rem;
}

.message_last_cca9 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.message_last_cca9.outer-20e9 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.heading-6522 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.message_down_9f92 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.active_6830 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.active_6830 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.modal_copper_f4a9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.article_gas_d7ef {
  text-align: center;
}

.stale_7428 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.table_a584 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.image-iron-d7ac {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.summary-6914 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.east-26fa {
  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;
}

.east-26fa * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.east-26fa:hover {
  box-shadow: var(--shadow-lg);
}

.east-26fa.carousel_fluid_575e {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.east-26fa h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.east-26fa ul {
  margin: 1rem 0;
}

.east-26fa li {
  margin-bottom: 0.75rem;
}

.mask_5427 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.video_b7e0 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.video_b7e0 a {
  font-weight: 600;
}

/* === Data Tables === */
.slider-483b {
  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;
}

.slider-483b table {
  width: 100%;
  min-width: 600px;
}

.slider-483b thead {
  background-color: var(--primary-color);
  color: white;
}

.slider-483b th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.slider-483b td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.slider-483b tbody tr:hover {
  background-color: var(--bg-secondary);
}

.slider-483b tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.plasma-7c8f {
  list-style: none;
  margin: 1.5rem 0;
}

.plasma-7c8f li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.plasma-7c8f li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.bronze-c11b::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-b76b::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 === */
.hard-d222 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.link-top-b932 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.link-top-b932 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.link-top-b932 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.link-top-b932 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.hard-d222 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.middle-74ae {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.middle-74ae::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.tag-e78a {
  position: relative;
  margin-bottom: 3rem;
}

.hero-dd8c {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.hero-dd8c .item-87fd {
  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;
}

.pagination_ec9d {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.pagination_ec9d h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.pagination_ec9d ul {
  margin: 1rem 0;
}

.pagination_ec9d li {
  margin-bottom: 0.75rem;
}

.light_5c39 {
  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 === */
.layout-lite-dedc {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.layout-lite-dedc h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.cool_e94d {
  list-style: none;
  margin: 1.5rem 0;
}

.cool_e94d li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.cool_e94d a {
  font-weight: 600;
}

.west_c65c {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.pressed_e9ec {
  margin: 2.5rem 0;
}

.advanced_0050 {
  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;
}

.advanced_0050:hover {
  box-shadow: var(--shadow-lg);
}

.advanced_0050.main_952d {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.advanced_4478 {
  flex-shrink: 0;
}

.advanced_4478 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);
}

.background_5248 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.simple_61f6,
.picture_white_3630,
.banner-black-7018 {
  width: 100%;
  margin: 1.5rem 0;
}

.column_middle_060a {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.column_middle_060a strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.module-hard-aa7f {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.module-hard-aa7f strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.link-light-351c {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.link-light-351c strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.left-ecf4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.dropdown-current-b9f6 {
  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;
}

.dropdown-current-b9f6:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.dropdown-current-b9f6.disabled_85a8 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.dropdown-current-b9f6 .component-small-677e {
  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;
}

.dropdown-current-b9f6 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.green_e2cd {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.rough-42bd {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.rough-42bd label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.next-240a {
  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 === */
.plasma_72f0 {
  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;
}

.list-simple-6ed9 {
  background-color: var(--primary-color);
  color: white;
}

.list-simple-6ed9:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.down_1eef {
  background-color: var(--text-secondary);
  color: white;
}

.down_1eef:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.active_2f00 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.active_2f00:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.down-43fd {
  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;
}

.down-43fd:hover {
  background-color: var(--primary-dark);
}

.tertiary-motion-ff17 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.heading-1650 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.short_a9e9 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.layout_c9f6 {
  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 === */
.logo_169b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.green-f4b0 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.green-f4b0 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.north-32de {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.gold-cbe8 {
  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;
}

.heading_stale_96e3 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.out-dd4e {
  list-style: none;
  counter-reset: rank-counter;
}

.out-dd4e li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.out-dd4e 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;
}

.red_d5a3 {
  list-style: none;
}

.red_d5a3 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.last_749f {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.border_45cb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.border_45cb .light-3311 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.border_45cb .message-full-c84d {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.badge_small_587c {
  margin-top: 3rem;
}

.heading_hard_ec33 {
  width: 100%;
}

.yellow_7e43 {
  background-color: #fef3c7;
}

.out-f0f1 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.cool-abe0 {
  margin: 3rem 0;
}

.cool-d086 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.white_3ca9 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.white_3ca9:hover {
  box-shadow: var(--shadow-lg);
}

.white_3ca9.warm_f5a8 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.static_4ced {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.disabled-da01 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.disabled-da01 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.info-west-51be {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.white_3ca9 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.header-03f1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.hovered_bc57 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.section_d86b {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.sidebar_over_86a1 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.slow_aebb {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.container-large-ec8c {
  margin-top: 1rem;
}

/* === FAQ Section === */
.thumbnail_fdf3 {
  max-width: 900px;
  margin: 0 auto;
}

.yellow_53e9 {
  margin: 2rem 0;
}

.progress-dynamic-650e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.progress-dynamic-650e summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.progress-dynamic-650e summary::-webkit-details-marker {
  display: none;
}

.progress-dynamic-650e summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.slider_tall_ebd9 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.progress-dynamic-650e[open] .slider_tall_ebd9 {
  transform: rotate(45deg);
}

.filter-bf0e {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.filter-bf0e p:last-child {
  margin-bottom: 0;
}

.focus_under_f38b {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.carousel_096c {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.info-54cc {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.info-54cc p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.info-54cc .plasma_72f0 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.icon-basic-4546 {
  max-width: 900px;
  margin: 0 auto;
}

.container-4d40 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.nav-996a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.nav-996a.fn-success-b76b {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.feature_9cda {
  font-size: 3rem;
  line-height: 1;
}

.secondary_cool_7002 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.tertiary-9e4a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.hard_f26d,
.stone_d00e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.hard_f26d h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.stone_d00e h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.mask-13f7,
.outline-1796 {
  margin: 1.5rem 0;
}

.mask-13f7 li,
.outline-1796 li {
  margin-bottom: 1rem;
}

.tooltip_9f23 {
  margin: 3rem 0;
}

.button_9cef {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.button_9cef h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.button_9cef ol {
  margin: 1rem 0;
}

.button_9cef li {
  margin-bottom: 0.75rem;
}

.tooltip-tall-f474 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.article-b468 {
  margin: 2rem 0;
}

.backdrop-a274 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.left-60d9 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.liquid-e10a {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.fast-25e8 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.solid-0942 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.image_247d {
  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;
}

.image_247d img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.mask-simple-35ac {
  flex: 1;
}

.mask-simple-35ac h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.dropdown_8584 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.notice_small_0641 p {
  margin-bottom: 1rem;
}

.tertiary_basic_cd59 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.sidebar-4fca {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.modal_9190 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.modal_9190 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.motion-ede7 h3 {
  margin-bottom: 1.5rem;
}

.center_600a {
  display: grid;
  gap: 2rem;
}

.preview-east-d316 {
  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;
}

.preview-east-d316 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.preview-east-d316 h4 {
  margin: 0 0 0.25rem;
}

.preview-east-d316 p {
  margin: 0;
  font-size: 0.9375rem;
}

.list_large_2135 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.badge-advanced-fdcb {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.badge-advanced-fdcb h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.badge-advanced-fdcb ul {
  margin: 1.5rem 0;
}

.badge-advanced-fdcb li {
  margin-bottom: 0.75rem;
}

.dark-6cf2 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.focus-9d08 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.container-4b07 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.list_first_6d13 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.list_first_6d13 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.wrapper_yellow_b56f {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.wrapper_yellow_b56f a {
  color: rgba(255, 255, 255, 0.8);
}

.primary_8576 {
  list-style: none;
}

.primary_8576 li {
  margin-bottom: 0.75rem;
}

.primary_8576 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.primary_8576 a:hover {
  color: white;
}

.hover_stale_0d0c {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.summary_stale_64b4 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.active-016b {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.main-small-2f1a {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.banner-brown-64ff {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .out_95cf {
    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;
  }

  .smooth-8c2d {
    font-size: 1.5rem !important;
  }

  .picture_plasma_43d9 {
    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 */
  .east-26fa,
  .background-b27b,
  .pagination_ec9d,
  .background_5248,
  .static_4ced,
  .white_3ca9,
  .filter-bf0e,
  .content_c04d,
  .orange_73fb,
  .heading-6522 {
    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 */
  .breadcrumb-1aed {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .short-095f {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .purple_54ea {
    flex-shrink: 0;
  }

  .mask-simple-35ac {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .summary-bottom-ed89,
  .focus-294e {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .focus-294e {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .accent_easy_3e14 {
    display: none;
  }

  /* Show mobile actions */
  .heading_e407 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .mask-hard-05ef {
    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;
  }

  .mask-hard-05ef svg {
    flex-shrink: 0;
  }

  .mask-hard-05ef .icon_6005 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .mask-hard-05ef .media-narrow-bf57 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .overlay-fresh-cf80 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .wide_2814 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .mask-hard-05ef:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .up-7746 {
    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;
  }

  .up-7746.fn-active-b76b {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .up-7746 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .up-7746 li:last-child {
    border-bottom: none;
  }

  .up-7746 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .chip-orange-c12d {
    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;
  }

  .chip-orange-c12d li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .chip-orange-c12d li:last-child {
    border-bottom: none;
  }

  .chip-orange-c12d a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .picture-a9a2 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .tertiary-30d2 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .frame_steel_9af0,
  .fixed_50db {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .frame_steel_9af0 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .fixed_50db {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .chip-orange-c12d.fn-active-b76b {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .disabled_1648 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .component-d4ba {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .panel-in-f347 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .secondary-pressed-8c87 {
    margin-top: 0;
  }

  /* Hero section */
  .secondary-pressed-8c87 {
    padding: 2rem 0 1.5rem;
  }

  .picture_plasma_43d9 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .orange_73fb {
    font-size: 1rem;
  }

  /* Hero brand image */
  .shade_358a {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .smooth-236d {
    max-width: 100%;
    border-radius: 8px;
  }

  .narrow-d886 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .backdrop_8faf {
    padding: 1rem;
  }

  .active-319a {
    font-size: 1.5rem;
  }

  .message-copper-c81a {
    font-size: 0.75rem;
  }

  .content_c04d {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .complex-4c10 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .complex-4c10 .plasma_72f0 {
    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 */
  .current_dcac {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .advanced_0050 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .advanced_4478 {
    margin-bottom: 1rem;
  }

  /* Author */
  .chip_fe58 {
    flex-direction: column;
  }

  .image_247d {
    flex-direction: column;
  }

  /* Quotes */
  .static_4ced {
    flex-direction: column;
  }

  /* Pros/Cons */
  .tertiary-9e4a {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .fast-25e8 {
    flex-direction: column;
  }

  .fast-25e8 .plasma_72f0 {
    width: 100%;
  }

  /* Version comparison */
  .left-ecf4 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .logo_169b {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .container-4b07 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .active-016b {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .slider-483b,
  .picture_white_3630,
  .brown-ee1e,
  .heading_hard_ec33,
  .simple_61f6,
  .banner-black-7018 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .slider-483b table,
  .picture_white_3630 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .next-240a {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .out_95cf {
    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;
  }

  .smooth-8c2d {
    font-size: 1.25rem !important;
  }

  .picture_plasma_43d9 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .component-d4ba {
    position: fixed;
  }

  .panel-in-f347 {
    padding: 0.625rem 0;
  }

  .wide-65d4 img {
    height: 26px;
  }

  .chip-orange-c12d {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .up-7746 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .mask-hard-05ef {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .mask-hard-05ef svg {
    width: 18px;
    height: 18px;
  }

  .mask-hard-05ef .icon_6005 {
    font-size: 0.7rem;
  }

  .mask-hard-05ef .media-narrow-bf57 {
    font-size: 0.65rem;
  }

  .frame_steel_9af0,
  .fixed_50db {
    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, .out_95cf, .preview_706a, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .shade_358a {
    padding: 1rem;
  }

  .narrow-d886 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .backdrop_8faf {
    padding: 0.875rem;
  }

  .active-319a {
    font-size: 1.25rem;
  }

  .complex-4c10 .plasma_72f0 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .picture_plasma_43d9 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .plasma_72f0 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .tertiary-motion-ff17 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .advanced_0050 {
    padding: 1rem;
  }

  .advanced_4478 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .east-26fa,
  .disabled-narrow-0c74,
  .picture_light_a24e,
  .new_788b {
    padding: 1rem;
  }
}

@media print {
  .component-d4ba,
  .photo_f6d9,
  .disabled_1648,
  .plasma_72f0,
  .focus-9d08 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .out_95cf {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.panel_afa3 {
  margin-bottom: 3rem;
  text-align: center;
}

.smooth-8c2d {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.row_active_0caf {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.clean_c1f4,
.feature_c122 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.layout-over-c6bb {
  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;
}

.layout-over-c6bb:hover {
  transform: translateY(-5px);
}

.layout-over-c6bb strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.layout-over-c6bb span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.primary-small-0caa {
  margin: 3rem 0;
}

.short_3304 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.inner-dfe1 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.inner-dfe1:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.large_8a3f {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.dark-5e2b {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.highlight_70e7 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.list-dynamic-bdf6 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.active-b6e6 {
  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;
}

.active-b6e6:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.active-b6e6.frame-liquid-8149 {
  border-left: 4px solid var(--primary-color);
}

.form_smooth_7ba8 {
  flex-shrink: 0;
}

.form_smooth_7ba8 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.item-dc41 {
  flex: 1;
}

.item-dc41 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.message_42d2 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.black-fef8,
.summary_east_15b9,
.stone_8387 {
  margin-bottom: 1.5rem;
}

.black-fef8 h4,
.summary_east_15b9 h4,
.stone_8387 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.black-fef8 ul,
.summary_east_15b9 ul,
.stone_8387 ul {
  list-style: none;
  padding: 0;
}

.black-fef8 li,
.summary_east_15b9 li,
.stone_8387 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.black-fef8 li:before,
.summary_east_15b9 li:before,
.stone_8387 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.item-6b9d {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.item-6b9d 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;
}

.item-6b9d a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.fluid-fc58 { margin: 2rem 0; }
.narrow-69ef { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.narrow-69ef h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.up-08a4 p { margin-bottom: 1rem; line-height: 1.7; }
.up-08a4 strong { color: var(--text-primary); }
.up-08a4 ul { list-style: none; padding-left: 0; }
.up-08a4 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.up-08a4 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.frame_static_9c25 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.full_0999 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.full_0999:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.hero_48d4 { font-size: 3rem; margin-bottom: 1rem; }
.full_0999 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.full_0999 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.list-smooth-9a1b { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.list-smooth-9a1b span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.dropdown_dark_0bd2 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.row_7ba3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.over-70be { text-align: center; }
.hover-1ff4 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.hidden_mini_65b8 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.green-c1cc { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.rough-6c04 { margin: 2rem 0; }
.accent-south-4836 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.accent-south-4836 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.accent-south-4836 p, .accent-south-4836 ul { line-height: 1.7; }
.accent-south-4836 ul { list-style: none; padding-left: 0; }
.accent-south-4836 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.accent-south-4836 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.icon_0884 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.new_f00b { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.frame-95c5 { text-align: center; }
.main_black_3ba3 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.new-f44e { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.sort_outer_81c5 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.component_west_869e { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.caption-249f { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.caption-249f:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.caption-249f h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.caption-249f p, .caption-249f ul { line-height: 1.7; }
.caption-249f ul { list-style: none; padding-left: 0; }
.caption-249f ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.caption-249f ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: c282 */
.phantom-card-a0 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.0;
}
