/* ============================================
   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 */
.badge_east_d4e4 p,
.search_059a,
.badge_pro_679d,
.down_77b7,
.pro-04cf,
.east_eaf5,
.wrapper-hard-4e6c,
.module_17e1 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.plasma-bb10 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.plasma-bb10 > *,
.fast-a11d,
.badge_east_d4e4,
.mask-95e2 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .plasma-bb10 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .plasma-bb10 {
    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 === */
.footer_fixed_6adf {
  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 */
.footer_fixed_6adf.rough-1d32 {
  box-shadow: var(--shadow-md);
}

.image-out-46fa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.mask_wide_f3ae img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.active-7cdf {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.avatar-iron-d911 {
  display: none;
}

/* Hide mobile actions on desktop */
.focus_2a5f {
  display: none;
}

.content_8f6a a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.content_8f6a a:hover,
.content_8f6a a.fn-active-4dc3 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.paragraph_39ab {
  margin-left: 1rem;
}

.element-404a {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.background-d7d3,
.advanced-3e4e {
  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;
}

.background-d7d3 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.background-d7d3:hover {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #1e3a8a 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  transform: translateY(-1px);
  text-decoration: none;
}

.advanced-3e4e {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.advanced-3e4e: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;
}

.background-d7d3 svg,
.advanced-3e4e svg {
  flex-shrink: 0;
}

.accordion_lite_9b0a {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.row_mini_0a77 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.row_mini_0a77::before,
.row_mini_0a77::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.row_mini_0a77::before {
  top: -7px;
}

.row_mini_0a77::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.over_3a29 {
  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 === */
.soft-783c {
  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);
}

.first_2924 {
  margin: 0 0 2rem;
  text-align: center;
}

.module_easy_d1ee {
  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_easy_d1ee:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.backdrop-basic-77bf {
  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);
}

.backdrop-basic-77bf strong {
  color: var(--primary-color);
  font-weight: 700;
}

.chip-da51 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.simple-3ed3 {
  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;
}

.simple-3ed3:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.notice-hot-b358 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.fixed-c666 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.shadow_28ba {
  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);
}

.shadow_28ba .heading_e097 {
  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;
}

.shadow_28ba .heading_e097 svg {
  flex-shrink: 0;
}

.shadow_28ba .dropdown_9847 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.shadow_28ba .dropdown_9847: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);
}

.shadow_28ba .button-d298 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.shadow_28ba .button-d298: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) {
  .soft-783c {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .module_easy_d1ee {
    max-width: 100%;
  }

  .chip-da51 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .simple-3ed3 {
    padding: 1rem;
  }

  .notice-hot-b358 {
    font-size: 1.5rem;
  }

  .fixed-c666 {
    font-size: 0.75rem;
  }

  .backdrop-basic-77bf {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .shadow_28ba {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .shadow_28ba .heading_e097 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .chip-da51 {
    grid-template-columns: 1fr;
  }
}

.logo-light-3842 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.caption-bb15 {
  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 === */
.highlight_65c5 {
  margin-bottom: 2.5rem;
}

.gradient_pressed_8193 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.logo-light-3842 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.form-copper-506e {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.card-684e {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.carousel-9b1e {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.accordion_1d2b {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.middle-5492 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.hovered_8476 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.block_ea69 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.block_ea69 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.item-358f {
  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);
}

.narrow_c015 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.nav_bronze_b33e {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.texture-707d {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.content_84dd {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.badge_9899 {
  display: grid;
  gap: 1rem;
}

.small_b0fe {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.secondary_7199 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.background_up_41b1 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.focus_warm_4ec0 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.fluid_1429 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.slow-a080 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.slow-a080 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.search_059a {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.tertiary_bronze_daeb {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.form-hot-752e {
  display: grid;
  gap: 2rem;
}

.black_b84e {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.card-684e {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.form-copper-506e {
  flex: 1;
}

.accordion_1d2b {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.accordion_1d2b a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.box-over-fd29 {
  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;
}

.middle-5492 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.hard_1099 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.hard_1099 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.north-2dbf {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.north-2dbf a {
  font-size: 0.875rem;
  font-weight: 500;
}

.hidden-cold-b141 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.hidden-cold-b141 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.hidden-cold-b141 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hidden-cold-b141 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.hover_tiny_d7c9 {
  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 === */
.hovered_b7e0 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.detail_last_bcbf {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.component-95c2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.heading-large-8ca3 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.heading-large-8ca3 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.heading-large-8ca3 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.heading-large-8ca3 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;
}

.heading-large-8ca3 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.heading-large-8ca3 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.badge_east_d4e4 {
  padding: 3rem 0 5rem;
}

.mask-95e2 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.mask-95e2.heading_93cf {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.badge_pro_679d {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.dirty_f5e6 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.north-1fcc {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.north-1fcc h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.accent-0521 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.old-ba13 {
  text-align: center;
}

.hero-dirty-df70 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.wrapper-bronze-0c0e {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.basic_4e5c {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.east_eaf5 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.down_77b7 {
  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;
}

.down_77b7 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.down_77b7:hover {
  box-shadow: var(--shadow-lg);
}

.down_77b7.row_4966 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.down_77b7 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.down_77b7 ul {
  margin: 1rem 0;
}

.down_77b7 li {
  margin-bottom: 0.75rem;
}

.notification-109f {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.stale-c17b {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.stale-c17b a {
  font-weight: 600;
}

/* === Data Tables === */
.card-brown-5418 {
  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;
}

.card-brown-5418 table {
  width: 100%;
  min-width: 600px;
}

.card-brown-5418 thead {
  background-color: var(--primary-color);
  color: white;
}

.card-brown-5418 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.card-brown-5418 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.card-brown-5418 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.card-brown-5418 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.mask_narrow_3beb {
  list-style: none;
  margin: 1.5rem 0;
}

.mask_narrow_3beb li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.mask_narrow_3beb li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.chip-paper-1827::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-4dc3::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 === */
.avatar-14ec {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.card-f7db {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.card-f7db img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.card-f7db strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.card-f7db span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.avatar-14ec blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.wrapper-hard-4e6c {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.wrapper-hard-4e6c::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.link_dim_79f5 {
  position: relative;
  margin-bottom: 3rem;
}

.thick_f4c2 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.thick_f4c2 .new_c46c {
  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;
}

.background-1696 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.background-1696 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.background-1696 ul {
  margin: 1rem 0;
}

.background-1696 li {
  margin-bottom: 0.75rem;
}

.tooltip-rough-1ede {
  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 === */
.box-5519 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.box-5519 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.modal_thick_3bc6 {
  list-style: none;
  margin: 1.5rem 0;
}

.modal_thick_3bc6 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.modal_thick_3bc6 a {
  font-weight: 600;
}

.border-plasma-162b {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.module_17e1 {
  margin: 2.5rem 0;
}

.dropdown-dark-1cfa {
  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;
}

.dropdown-dark-1cfa:hover {
  box-shadow: var(--shadow-lg);
}

.dropdown-dark-1cfa.main-4769 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.popup-6331 {
  flex-shrink: 0;
}

.popup-6331 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);
}

.blue_2e38 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.outer_de4d,
.column-rough-0be9,
.bright_0356 {
  width: 100%;
  margin: 1.5rem 0;
}

.header_a56b {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.header_a56b strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.outline_aa1d {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.outline_aa1d strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.menu_fast_f066 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.menu_fast_f066 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.cold-6c98 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.icon_copper_b3e5 {
  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;
}

.icon_copper_b3e5:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.icon_copper_b3e5.primary-soft-52f8 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.icon_copper_b3e5 .blue-b66f {
  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;
}

.icon_copper_b3e5 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.banner-0498 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.west-ccd1 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.west-ccd1 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.grid-32e5 {
  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 === */
.heading_e097 {
  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;
}

.dropdown_9847 {
  background-color: var(--primary-color);
  color: white;
}

.dropdown_9847:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.button-d298 {
  background-color: var(--text-secondary);
  color: white;
}

.button-d298:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.in-ea3a {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.in-ea3a:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.section_6111 {
  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;
}

.section_6111:hover {
  background-color: var(--primary-dark);
}

.accordion_upper_022b {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.complex-55a2 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.gas-f98f {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.accent-slow-209a {
  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 === */
.thumbnail_8658 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.wide_2790 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.wide_2790 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.summary-stale-7d54 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.icon_full_2e13 {
  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;
}

.smooth_c064 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.dim-9ff7 {
  list-style: none;
  counter-reset: rank-counter;
}

.dim-9ff7 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.dim-9ff7 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;
}

.picture-7e8b {
  list-style: none;
}

.picture-7e8b li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.background-819f {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.content_narrow_ac6e {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.content_narrow_ac6e .widget_1434 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.content_narrow_ac6e .bottom-1b7a {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.row-wide-6fb1 {
  margin-top: 3rem;
}

.input-6892 {
  width: 100%;
}

.narrow_3292 {
  background-color: #fef3c7;
}

.layout-current-0126 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.notice_4e67 {
  margin: 3rem 0;
}

.message_dark_b9df {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.panel-smooth-b5cc {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.panel-smooth-b5cc:hover {
  box-shadow: var(--shadow-lg);
}

.panel-smooth-b5cc.easy_8156 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.popup_45a8 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.thumbnail-fresh-90f3 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.thumbnail-fresh-90f3 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.smooth_405e {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.panel-smooth-b5cc blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.caption-silver-f02e {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.small-d1b3 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.image-selected-462e {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.static_03ff {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.up_85aa {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.shadow_rough_0734 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.panel-stone-1dc9 {
  max-width: 900px;
  margin: 0 auto;
}

.gradient_selected_7e4f {
  margin: 2rem 0;
}

.module-south-5286 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.module-south-5286 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.module-south-5286 summary::-webkit-details-marker {
  display: none;
}

.module-south-5286 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.heading-860b {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.module-south-5286[open] .heading-860b {
  transform: rotate(45deg);
}

.search_921a {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.search_921a p:last-child {
  margin-bottom: 0;
}

.complex-2fc9 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.aside_bad4 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.preview_7028 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.preview_7028 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.preview_7028 .heading_e097 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.glass-b56d {
  max-width: 900px;
  margin: 0 auto;
}

.list_glass_5a59 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.surface-91aa {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.surface-91aa.fn-success-4dc3 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.detail_purple_3cb5 {
  font-size: 3rem;
  line-height: 1;
}

.small_4035 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.aside-slow-cff6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.summary-rough-7c49,
.surface-complex-b03c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.summary-rough-7c49 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.surface-complex-b03c h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.image-action-301c,
.banner-copper-1b20 {
  margin: 1.5rem 0;
}

.image-action-301c li,
.banner-copper-1b20 li {
  margin-bottom: 1rem;
}

.focus_8d71 {
  margin: 3rem 0;
}

.east-9140 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.east-9140 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.east-9140 ol {
  margin: 1rem 0;
}

.east-9140 li {
  margin-bottom: 0.75rem;
}

.content_f2e8 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.full-378e {
  margin: 2rem 0;
}

.paragraph-cbb5 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.list-0b18 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.new_eb2c {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.prev_9982 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.feature_7e35 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.carousel_clean_40bb {
  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;
}

.carousel_clean_40bb img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.carousel-9b1e {
  flex: 1;
}

.carousel-9b1e h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.notice_4707 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.highlight_48e9 p {
  margin-bottom: 1rem;
}

.bright-6d95 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.north-375b {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.selected-f7e4 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.selected-f7e4 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.up-3bc8 h3 {
  margin-bottom: 1.5rem;
}

.backdrop-solid-9327 {
  display: grid;
  gap: 2rem;
}

.description-4e69 {
  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;
}

.description-4e69 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.description-4e69 h4 {
  margin: 0 0 0.25rem;
}

.description-4e69 p {
  margin: 0;
  font-size: 0.9375rem;
}

.component_dynamic_ea3d {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.top_6869 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.top_6869 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.top_6869 ul {
  margin: 1.5rem 0;
}

.top_6869 li {
  margin-bottom: 0.75rem;
}

.block-8c0d {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.pagination-3bef {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.item-1e57 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.item-iron-2821 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.item-iron-2821 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.frame-top-eab5 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.frame-top-eab5 a {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-fcc6 {
  list-style: none;
}

.breadcrumb-fcc6 li {
  margin-bottom: 0.75rem;
}

.breadcrumb-fcc6 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.breadcrumb-fcc6 a:hover {
  color: white;
}

.dim_9c12 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.menu-6222 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.modal_purple_768e {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.icon-be9d {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.modal_ed1f {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .plasma-bb10 {
    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;
  }

  .preview-d06d {
    font-size: 1.5rem !important;
  }

  .gradient_pressed_8193 {
    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 */
  .down_77b7,
  .pro-04cf,
  .background-1696,
  .blue_2e38,
  .popup_45a8,
  .panel-smooth-b5cc,
  .search_921a,
  .backdrop-basic-77bf,
  .search_059a,
  .badge_pro_679d {
    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 */
  .logo-light-3842 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .form-copper-506e {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .card-684e {
    flex-shrink: 0;
  }

  .carousel-9b1e {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .accordion_1d2b,
  .middle-5492 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .middle-5492 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .active-7cdf {
    display: none;
  }

  /* Show mobile actions */
  .focus_2a5f {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .chip-33fb {
    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;
  }

  .chip-33fb svg {
    flex-shrink: 0;
  }

  .chip-33fb .notice_2684 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .chip-33fb .focused_3cd6 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .photo_smooth_5a5a {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .under_2637 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .chip-33fb:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .avatar-iron-d911 {
    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;
  }

  .avatar-iron-d911.fn-active-4dc3 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .avatar-iron-d911 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .avatar-iron-d911 li:last-child {
    border-bottom: none;
  }

  .avatar-iron-d911 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .content_8f6a {
    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;
  }

  .content_8f6a li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .content_8f6a li:last-child {
    border-bottom: none;
  }

  .content_8f6a a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .paragraph_39ab {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .element-404a {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .background-d7d3,
  .advanced-3e4e {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .background-d7d3 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .advanced-3e4e {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .content_8f6a.fn-active-4dc3 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .accordion_lite_9b0a {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .footer_fixed_6adf {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .image-out-46fa {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .over_3a29 {
    margin-top: 0;
  }

  /* Hero section */
  .over_3a29 {
    padding: 2rem 0 1.5rem;
  }

  .gradient_pressed_8193 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .search_059a {
    font-size: 1rem;
  }

  /* Hero brand image */
  .soft-783c {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .module_easy_d1ee {
    max-width: 100%;
    border-radius: 8px;
  }

  .chip-da51 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .simple-3ed3 {
    padding: 1rem;
  }

  .notice-hot-b358 {
    font-size: 1.5rem;
  }

  .fixed-c666 {
    font-size: 0.75rem;
  }

  .backdrop-basic-77bf {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .shadow_28ba {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .shadow_28ba .heading_e097 {
    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 */
  .component-95c2 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .dropdown-dark-1cfa {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .popup-6331 {
    margin-bottom: 1rem;
  }

  /* Author */
  .black_b84e {
    flex-direction: column;
  }

  .carousel_clean_40bb {
    flex-direction: column;
  }

  /* Quotes */
  .popup_45a8 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .aside-slow-cff6 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .prev_9982 {
    flex-direction: column;
  }

  .prev_9982 .heading_e097 {
    width: 100%;
  }

  /* Version comparison */
  .cold-6c98 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .thumbnail_8658 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .item-1e57 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .modal_purple_768e {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .card-brown-5418,
  .column-rough-0be9,
  .input_c127,
  .input-6892,
  .outer_de4d,
  .bright_0356 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .card-brown-5418 table,
  .column-rough-0be9 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .grid-32e5 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .plasma-bb10 {
    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;
  }

  .preview-d06d {
    font-size: 1.25rem !important;
  }

  .gradient_pressed_8193 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .footer_fixed_6adf {
    position: fixed;
  }

  .image-out-46fa {
    padding: 0.625rem 0;
  }

  .mask_wide_f3ae img {
    height: 26px;
  }

  .content_8f6a {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .avatar-iron-d911 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .chip-33fb {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .chip-33fb svg {
    width: 18px;
    height: 18px;
  }

  .chip-33fb .notice_2684 {
    font-size: 0.7rem;
  }

  .chip-33fb .focused_3cd6 {
    font-size: 0.65rem;
  }

  .background-d7d3,
  .advanced-3e4e {
    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, .plasma-bb10, .fast-a11d, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .soft-783c {
    padding: 1rem;
  }

  .chip-da51 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .simple-3ed3 {
    padding: 0.875rem;
  }

  .notice-hot-b358 {
    font-size: 1.25rem;
  }

  .shadow_28ba .heading_e097 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .gradient_pressed_8193 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .heading_e097 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .accordion_upper_022b {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .dropdown-dark-1cfa {
    padding: 1rem;
  }

  .popup-6331 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .down_77b7,
  .link_current_7742,
  .hovered-0b84,
  .surface_brown_fe55 {
    padding: 1rem;
  }
}

@media print {
  .footer_fixed_6adf,
  .hovered_b7e0,
  .accordion_lite_9b0a,
  .heading_e097,
  .pagination-3bef {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .plasma-bb10 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.thumbnail_cd1c {
  margin-bottom: 3rem;
  text-align: center;
}

.preview-d06d {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.selected_0576 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.video_inner_4635,
.warm-c85d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.dropdown-4c5c {
  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;
}

.dropdown-4c5c:hover {
  transform: translateY(-5px);
}

.dropdown-4c5c strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.dropdown-4c5c span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.icon_orange_d0b5 {
  margin: 3rem 0;
}

.sidebar-silver-b5f8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.picture_dark_e909 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.picture_dark_e909:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.motion-d9ba {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.cold-a8fe {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.modal-fast-3019 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.small-748f {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.description-a547 {
  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;
}

.description-a547:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.description-a547.message-6a79 {
  border-left: 4px solid var(--primary-color);
}

.text_86df {
  flex-shrink: 0;
}

.text_86df svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.item_1ed4 {
  flex: 1;
}

.item_1ed4 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.under-2ec4 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.blue-e4da,
.glass_b934,
.gold_7f90 {
  margin-bottom: 1.5rem;
}

.blue-e4da h4,
.glass_b934 h4,
.gold_7f90 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blue-e4da ul,
.glass_b934 ul,
.gold_7f90 ul {
  list-style: none;
  padding: 0;
}

.blue-e4da li,
.glass_b934 li,
.gold_7f90 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.blue-e4da li:before,
.glass_b934 li:before,
.gold_7f90 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.tertiary_8027 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.tertiary_8027 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;
}

.tertiary_8027 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.overlay-9449 { margin: 2rem 0; }
.message_dynamic_d2c5 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.message_dynamic_d2c5 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.badge-right-ddc7 p { margin-bottom: 1rem; line-height: 1.7; }
.badge-right-ddc7 strong { color: var(--text-primary); }
.badge-right-ddc7 ul { list-style: none; padding-left: 0; }
.badge-right-ddc7 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.badge-right-ddc7 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.lite_b203 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.left_70b3 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.left_70b3:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.tertiary-wide-4376 { font-size: 3rem; margin-bottom: 1rem; }
.left_70b3 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.left_70b3 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.secondary_bright_7adf { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.secondary_bright_7adf span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.chip-smooth-ff77 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.content-4817 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.widget_soft_ea88 { text-align: center; }
.picture_f1a2 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.preview-simple-c21f { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.outer-0d1e { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.modal_5e63 { margin: 2rem 0; }
.small_cb14 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.small_cb14 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.small_cb14 p, .small_cb14 ul { line-height: 1.7; }
.small_cb14 ul { list-style: none; padding-left: 0; }
.small_cb14 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.small_cb14 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.east-c7a9 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.focus-selected-6cc7 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.overlay-simple-17c6 { text-align: center; }
.hover-hard-ed12 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.aside-4d26 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.solid_e6ed { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.warm_728a { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.picture_hard_d1a9 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.picture_hard_d1a9:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.picture_hard_d1a9 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.picture_hard_d1a9 p, .picture_hard_d1a9 ul { line-height: 1.7; }
.picture_hard_d1a9 ul { list-style: none; padding-left: 0; }
.picture_hard_d1a9 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.picture_hard_d1a9 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: c978 */
.promo-block-c8 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.1;
}
