/* ============================================
   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 */
.up-cdcb p,
.notice-b827,
.iron_fde8,
.secondary-clean-d426,
.message-8336,
.chip_88a7,
.wide_359f,
.notification_copper_2791 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.hot_1064 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.hot_1064 > *,
.bright-72c0,
.up-cdcb,
.steel-255d {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .hot_1064 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .hot_1064 {
    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 === */
.texture_hot_45db {
  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 */
.texture_hot_45db.alert_61fa {
  box-shadow: var(--shadow-md);
}

.text-upper-03b7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.badge_6957 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.hard_80bf {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.center_c3c2 {
  display: none;
}

/* Hide mobile actions on desktop */
.sort_c273 {
  display: none;
}

.selected-6386 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.selected-6386 a:hover,
.selected-6386 a.fn-active-b38c {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.search-ea44 {
  margin-left: 1rem;
}

.bronze_17ff {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.sort-fc75,
.icon_bottom_72ed {
  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;
}

.sort-fc75 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.sort-fc75: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;
}

.icon_bottom_72ed {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.icon_bottom_72ed: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;
}

.sort-fc75 svg,
.icon_bottom_72ed svg {
  flex-shrink: 0;
}

.form-new-a1a2 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.info-pink-87d5 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.info-pink-87d5::before,
.info-pink-87d5::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.info-pink-87d5::before {
  top: -7px;
}

.info-pink-87d5::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.dim-59ef {
  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 === */
.bronze-93d8 {
  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);
}

.bronze-8948 {
  margin: 0 0 2rem;
  text-align: center;
}

.row-a050 {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.row-a050:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.under_39f1 {
  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);
}

.under_39f1 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.fresh_0037 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.tooltip-87c2 {
  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;
}

.tooltip-87c2:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.green_164f {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.dark_f8ab {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.outer_401e {
  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);
}

.outer_401e .popup-c2b8 {
  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;
}

.outer_401e .popup-c2b8 svg {
  flex-shrink: 0;
}

.outer_401e .filter-large-f355 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.outer_401e .filter-large-f355: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);
}

.outer_401e .disabled_pro_17c5 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.outer_401e .disabled_pro_17c5: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) {
  .bronze-93d8 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .row-a050 {
    max-width: 100%;
  }

  .fresh_0037 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .tooltip-87c2 {
    padding: 1rem;
  }

  .green_164f {
    font-size: 1.5rem;
  }

  .dark_f8ab {
    font-size: 0.75rem;
  }

  .under_39f1 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .outer_401e {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .outer_401e .popup-c2b8 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .fresh_0037 {
    grid-template-columns: 1fr;
  }
}

.footer-565e {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.lite_655b {
  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 === */
.white_5f19 {
  margin-bottom: 2.5rem;
}

.block-68c4 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.footer-565e {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.plasma-73e9 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.advanced_3837 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.action-6983 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.footer-wood-c5dd {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.status-d85e {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.pink_e23e {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.message_west_d1c8 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.message_west_d1c8 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.rough_9b16 {
  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);
}

.backdrop-focused-0d0f {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.fluid-5d28 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.light_70f5 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.rough-2351 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.disabled_easy_fac8 {
  display: grid;
  gap: 1rem;
}

.element-brown-0cc3 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.filter-a732 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.box_6026 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.wood-1032 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.info-be05 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.small-67ad {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.small-67ad p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.notice-b827 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.description_easy_7d8d {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.background-motion-9131 {
  display: grid;
  gap: 2rem;
}

.photo-narrow-388d {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.advanced_3837 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.plasma-73e9 {
  flex: 1;
}

.footer-wood-c5dd {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.footer-wood-c5dd a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.card-7660 {
  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;
}

.status-d85e {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.large_3659 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.large_3659 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.fresh_4d32 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.fresh_4d32 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.overlay_large_ac9b {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.overlay_large_ac9b strong {
  display: block;
  margin-bottom: 0.75rem;
}

.overlay_large_ac9b ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.overlay_large_ac9b li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.white-69b8 {
  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 === */
.feature_east_9f7e {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.module_c5c9 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.dropdown_huge_04cf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.shade_gas_a493 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.shade_gas_a493 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.shade_gas_a493 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.shade_gas_a493 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;
}

.shade_gas_a493 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.shade_gas_a493 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.up-cdcb {
  padding: 3rem 0 5rem;
}

.steel-255d {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.steel-255d.first-ef37 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.iron_fde8 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.easy-d913 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.lower-2779 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.lower-2779 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.content_wood_e03d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.disabled_993f {
  text-align: center;
}

.content_lower_a0d9 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.list_5715 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.fast-2b63 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.chip_88a7 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.secondary-clean-d426 {
  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;
}

.secondary-clean-d426 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.secondary-clean-d426:hover {
  box-shadow: var(--shadow-lg);
}

.secondary-clean-d426.link-64c6 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.secondary-clean-d426 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.secondary-clean-d426 ul {
  margin: 1rem 0;
}

.secondary-clean-d426 li {
  margin-bottom: 0.75rem;
}

.shade-rough-0497 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.picture-outer-fb4d {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.picture-outer-fb4d a {
  font-weight: 600;
}

/* === Data Tables === */
.overlay-20bb {
  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;
}

.overlay-20bb table {
  width: 100%;
  min-width: 600px;
}

.overlay-20bb thead {
  background-color: var(--primary-color);
  color: white;
}

.overlay-20bb th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.overlay-20bb td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.overlay-20bb tbody tr:hover {
  background-color: var(--bg-secondary);
}

.overlay-20bb tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.border_cd92 {
  list-style: none;
  margin: 1.5rem 0;
}

.border_cd92 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.border_cd92 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.photo_f7c5::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-b38c::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 === */
.active-cc7c {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.hidden-huge-90f7 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.hidden-huge-90f7 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.hidden-huge-90f7 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.hidden-huge-90f7 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.active-cc7c blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.wide_359f {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.wide_359f::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.list-eb50 {
  position: relative;
  margin-bottom: 3rem;
}

.short-7755 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.short-7755 .dynamic_7e3c {
  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;
}

.copper-6576 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.copper-6576 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.copper-6576 ul {
  margin: 1rem 0;
}

.copper-6576 li {
  margin-bottom: 0.75rem;
}

.photo-3b13 {
  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 === */
.media_d79d {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.media_d79d h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.simple_5bd7 {
  list-style: none;
  margin: 1.5rem 0;
}

.simple_5bd7 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.simple_5bd7 a {
  font-weight: 600;
}

.search_basic_3252 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.notification_copper_2791 {
  margin: 2.5rem 0;
}

.banner_thick_e1c9 {
  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;
}

.banner_thick_e1c9:hover {
  box-shadow: var(--shadow-lg);
}

.banner_thick_e1c9.east-edcc {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.article-6044 {
  flex-shrink: 0;
}

.article-6044 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);
}

.hover-silver-2a49 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.module_hard_8210,
.description_cold_73ac,
.description_fd1f {
  width: 100%;
  margin: 1.5rem 0;
}

.cool-89c4 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.cool-89c4 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.hero_8843 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.hero_8843 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.hovered-d78e {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.hovered-d78e strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.carousel_d932 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.upper-c8c7 {
  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;
}

.upper-c8c7:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.upper-c8c7.picture-advanced-6f89 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.upper-c8c7 .prev-dd5e {
  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;
}

.upper-c8c7 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.tooltip-d9bf {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.wood-e9e4 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.wood-e9e4 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.disabled_8367 {
  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 === */
.popup-c2b8 {
  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;
}

.filter-large-f355 {
  background-color: var(--primary-color);
  color: white;
}

.filter-large-f355:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.disabled_pro_17c5 {
  background-color: var(--text-secondary);
  color: white;
}

.disabled_pro_17c5:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.status_82a9 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.status_82a9:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.tag-purple-eb09 {
  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;
}

.tag-purple-eb09:hover {
  background-color: var(--primary-dark);
}

.huge-4c25 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.container-64c6 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.media_thick_d406 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.box_9ec4 {
  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 === */
.detail-5290 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.hard-983d {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.hard-983d h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.warm_e080 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.row_3216 {
  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;
}

.lite_21ae {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.outline-liquid-8ec8 {
  list-style: none;
  counter-reset: rank-counter;
}

.outline-liquid-8ec8 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.outline-liquid-8ec8 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;
}

.dirty_21f5 {
  list-style: none;
}

.dirty_21f5 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.caption_slow_d92e {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.feature_14e2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.feature_14e2 .medium_bfed {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.feature_14e2 .hard-4fb4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.outline_5ebe {
  margin-top: 3rem;
}

.light_0289 {
  width: 100%;
}

.footer-99d6 {
  background-color: #fef3c7;
}

.item-motion-34c5 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.gradient_01b0 {
  margin: 3rem 0;
}

.carousel_1212 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.icon_full_8788 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.icon_full_8788:hover {
  box-shadow: var(--shadow-lg);
}

.icon_full_8788.sidebar-tiny-6469 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.primary-daad {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.active_ca84 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.active_ca84 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.white-c2f2 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.icon_full_8788 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.shadow-0548 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.dropdown_brown_a6c6 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.aside-tiny-1b09 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.description-71ba {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.light_b782 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.current-77ff {
  margin-top: 1rem;
}

/* === FAQ Section === */
.advanced-44a2 {
  max-width: 900px;
  margin: 0 auto;
}

.photo-d05c {
  margin: 2rem 0;
}

.progress_8537 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.progress_8537 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.progress_8537 summary::-webkit-details-marker {
  display: none;
}

.progress_8537 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.thumbnail-c260 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.progress_8537[open] .thumbnail-c260 {
  transform: rotate(45deg);
}

.gradient_pink_9a05 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.gradient_pink_9a05 p:last-child {
  margin-bottom: 0;
}

.logo-4cc4 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.notification_ba40 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.purple_38ad {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.purple_38ad p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.purple_38ad .popup-c2b8 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.middle-4871 {
  max-width: 900px;
  margin: 0 auto;
}

.media-purple-8c93 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.rough_7879 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.rough_7879.fn-success-b38c {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.black-d886 {
  font-size: 3rem;
  line-height: 1;
}

.avatar_334c h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.backdrop-3e99 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.tertiary_simple_8104,
.media-6edc {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.tertiary_simple_8104 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.media-6edc h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.surface-e4b7,
.article-9662 {
  margin: 1.5rem 0;
}

.surface-e4b7 li,
.article-9662 li {
  margin-bottom: 1rem;
}

.image_pink_214d {
  margin: 3rem 0;
}

.media-red-3c80 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.media-red-3c80 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.media-red-3c80 ol {
  margin: 1rem 0;
}

.media-red-3c80 li {
  margin-bottom: 0.75rem;
}

.popup-solid-ced8 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.complex_f9ae {
  margin: 2rem 0;
}

.caption-1291 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.slider-medium-8014 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.right-f9c2 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.breadcrumb_79e1 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.avatar_f1e1 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.inner-f189 {
  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;
}

.inner-f189 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.action-6983 {
  flex: 1;
}

.action-6983 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.clean-69a4 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.focus_iron_ce1a p {
  margin-bottom: 1rem;
}

.dropdown_57b0 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.active-4fb5 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.column-warm-df8f {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.column-warm-df8f a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.fast_63c1 h3 {
  margin-bottom: 1.5rem;
}

.outline_motion_597a {
  display: grid;
  gap: 2rem;
}

.texture_d514 {
  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;
}

.texture_d514 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.texture_d514 h4 {
  margin: 0 0 0.25rem;
}

.texture_d514 p {
  margin: 0;
  font-size: 0.9375rem;
}

.texture_current_87ca {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.frame-upper-d737 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.frame-upper-d737 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.frame-upper-d737 ul {
  margin: 1.5rem 0;
}

.frame-upper-d737 li {
  margin-bottom: 0.75rem;
}

.element_963c {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.outer_c668 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.left_da0f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.wood_9a2c h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.wood_9a2c p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.slow_599b {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.slow_599b a {
  color: rgba(255, 255, 255, 0.8);
}

.outline_2f10 {
  list-style: none;
}

.outline_2f10 li {
  margin-bottom: 0.75rem;
}

.outline_2f10 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.outline_2f10 a:hover {
  color: white;
}

.feature_top_87ad {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.secondary_99a9 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.pro_2fe8 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.gallery_action_8247 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.alert-next-5e6d {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .hot_1064 {
    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;
  }

  .modal-narrow-20fa {
    font-size: 1.5rem !important;
  }

  .block-68c4 {
    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 */
  .secondary-clean-d426,
  .message-8336,
  .copper-6576,
  .hover-silver-2a49,
  .primary-daad,
  .icon_full_8788,
  .gradient_pink_9a05,
  .under_39f1,
  .notice-b827,
  .iron_fde8 {
    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 */
  .footer-565e {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .plasma-73e9 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .advanced_3837 {
    flex-shrink: 0;
  }

  .action-6983 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .footer-wood-c5dd,
  .status-d85e {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .status-d85e {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .hard_80bf {
    display: none;
  }

  /* Show mobile actions */
  .sort_c273 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .stale-52f1 {
    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;
  }

  .stale-52f1 svg {
    flex-shrink: 0;
  }

  .stale-52f1 .notification-hovered-69a4 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .stale-52f1 .description-pressed-f841 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .disabled-focused-5913 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .brown_0422 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .stale-52f1:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .center_c3c2 {
    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;
  }

  .center_c3c2.fn-active-b38c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .center_c3c2 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .center_c3c2 li:last-child {
    border-bottom: none;
  }

  .center_c3c2 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .selected-6386 {
    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;
  }

  .selected-6386 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .selected-6386 li:last-child {
    border-bottom: none;
  }

  .selected-6386 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .search-ea44 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .bronze_17ff {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .sort-fc75,
  .icon_bottom_72ed {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .sort-fc75 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .icon_bottom_72ed {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .selected-6386.fn-active-b38c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .form-new-a1a2 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .texture_hot_45db {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .text-upper-03b7 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .dim-59ef {
    margin-top: 0;
  }

  /* Hero section */
  .dim-59ef {
    padding: 2rem 0 1.5rem;
  }

  .block-68c4 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .notice-b827 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .bronze-93d8 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .row-a050 {
    max-width: 100%;
    border-radius: 8px;
  }

  .fresh_0037 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .tooltip-87c2 {
    padding: 1rem;
  }

  .green_164f {
    font-size: 1.5rem;
  }

  .dark_f8ab {
    font-size: 0.75rem;
  }

  .under_39f1 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .outer_401e {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .outer_401e .popup-c2b8 {
    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 */
  .dropdown_huge_04cf {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .banner_thick_e1c9 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .article-6044 {
    margin-bottom: 1rem;
  }

  /* Author */
  .photo-narrow-388d {
    flex-direction: column;
  }

  .inner-f189 {
    flex-direction: column;
  }

  /* Quotes */
  .primary-daad {
    flex-direction: column;
  }

  /* Pros/Cons */
  .backdrop-3e99 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .breadcrumb_79e1 {
    flex-direction: column;
  }

  .breadcrumb_79e1 .popup-c2b8 {
    width: 100%;
  }

  /* Version comparison */
  .carousel_d932 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .detail-5290 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .left_da0f {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .pro_2fe8 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .overlay-20bb,
  .description_cold_73ac,
  .icon-9a66,
  .light_0289,
  .module_hard_8210,
  .description_fd1f {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .overlay-20bb table,
  .description_cold_73ac table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .disabled_8367 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .hot_1064 {
    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;
  }

  .modal-narrow-20fa {
    font-size: 1.25rem !important;
  }

  .block-68c4 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .texture_hot_45db {
    position: fixed;
  }

  .text-upper-03b7 {
    padding: 0.625rem 0;
  }

  .badge_6957 img {
    height: 26px;
  }

  .selected-6386 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .center_c3c2 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .stale-52f1 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .stale-52f1 svg {
    width: 18px;
    height: 18px;
  }

  .stale-52f1 .notification-hovered-69a4 {
    font-size: 0.7rem;
  }

  .stale-52f1 .description-pressed-f841 {
    font-size: 0.65rem;
  }

  .sort-fc75,
  .icon_bottom_72ed {
    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, .hot_1064, .bright-72c0, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .bronze-93d8 {
    padding: 1rem;
  }

  .fresh_0037 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .tooltip-87c2 {
    padding: 0.875rem;
  }

  .green_164f {
    font-size: 1.25rem;
  }

  .outer_401e .popup-c2b8 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .block-68c4 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .popup-c2b8 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .huge-4c25 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .banner_thick_e1c9 {
    padding: 1rem;
  }

  .article-6044 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .secondary-clean-d426,
  .glass-896e,
  .bronze_8fca,
  .accordion-3634 {
    padding: 1rem;
  }
}

@media print {
  .texture_hot_45db,
  .feature_east_9f7e,
  .form-new-a1a2,
  .popup-c2b8,
  .outer_c668 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .hot_1064 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.menu-right-f3f8 {
  margin-bottom: 3rem;
  text-align: center;
}

.modal-narrow-20fa {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.info_static_600a {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.info-78db,
.picture-west-2f8d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.purple-7459 {
  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;
}

.purple-7459:hover {
  transform: translateY(-5px);
}

.purple-7459 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.purple-7459 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.table_369d {
  margin: 3rem 0;
}

.dirty_2915 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.accent_f8fb {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.accent_f8fb:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.carousel-281e {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.tooltip-current-1cb3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.layout_warm_ede5 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.mask-bronze-68e0 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.box_b7cf {
  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;
}

.box_b7cf:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.box_b7cf.black-3be0 {
  border-left: 4px solid var(--primary-color);
}

.dropdown-718d {
  flex-shrink: 0;
}

.dropdown-718d svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.stale_e0d7 {
  flex: 1;
}

.stale_e0d7 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.menu_4f3e {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.notice-liquid-b6ff,
.surface-fast-cc46,
.plasma_51fe {
  margin-bottom: 1.5rem;
}

.notice-liquid-b6ff h4,
.surface-fast-cc46 h4,
.plasma_51fe h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.notice-liquid-b6ff ul,
.surface-fast-cc46 ul,
.plasma_51fe ul {
  list-style: none;
  padding: 0;
}

.notice-liquid-b6ff li,
.surface-fast-cc46 li,
.plasma_51fe li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.notice-liquid-b6ff li:before,
.surface-fast-cc46 li:before,
.plasma_51fe li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.over_b5a7 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.over_b5a7 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;
}

.over_b5a7 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.form_4e77 { margin: 2rem 0; }
.alert_4002 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.alert_4002 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.summary-330d p { margin-bottom: 1rem; line-height: 1.7; }
.summary-330d strong { color: var(--text-primary); }
.summary-330d ul { list-style: none; padding-left: 0; }
.summary-330d ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.summary-330d ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.gradient-7091 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.stone_db2a { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.stone_db2a:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.tabs_4d28 { font-size: 3rem; margin-bottom: 1rem; }
.stone_db2a h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.stone_db2a p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.frame-plasma-942a { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.frame-plasma-942a span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.widget-cbc3 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.form_pressed_162b { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.hidden-10ad { text-align: center; }
.north-48af { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.element-stale-1092 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.purple-a5a4 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.banner_tall_1b8c { margin: 2rem 0; }
.label-motion-b3f6 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.label-motion-b3f6 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.label-motion-b3f6 p, .label-motion-b3f6 ul { line-height: 1.7; }
.label-motion-b3f6 ul { list-style: none; padding-left: 0; }
.label-motion-b3f6 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.label-motion-b3f6 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.hero_bright_7fa2 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.border_orange_c416 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.fixed_1d15 { text-align: center; }
.east_ed21 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.hovered-4bb4 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.preview-9ea2 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.filter-dfd7 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.logo_light_590d { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.logo_light_590d:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.logo_light_590d h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.logo_light_590d p, .logo_light_590d ul { line-height: 1.7; }
.logo_light_590d ul { list-style: none; padding-left: 0; }
.logo_light_590d ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.logo_light_590d ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 62d8 */
.phantom-card-k7 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.1;
}
