/* ============================================
   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 */
.secondary-wood-7d11 p,
.gradient-5172,
.paragraph-53ab,
.hard-fb1b,
.wrapper_down_4d19,
.article-eb4b,
.highlight_pressed_6c9b,
.texture_glass_174f {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.hero_4f23 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.hero_4f23 > *,
.message_e23b,
.secondary-wood-7d11,
.mask_dc42 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .hero_4f23 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .hero_4f23 {
    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 === */
.focus_fresh_250e {
  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 */
.focus_fresh_250e.background_2bb1 {
  box-shadow: var(--shadow-md);
}

.new-65a1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.hover_bronze_0227 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.dropdown_9a9f {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.shade_left_e7a2 {
  display: none;
}

/* Hide mobile actions on desktop */
.text_0401 {
  display: none;
}

.hovered-a944 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.hovered-a944 a:hover,
.hovered-a944 a.fn-active-0a36 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.outline-short-33f2 {
  margin-left: 1rem;
}

.section-8cba {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.under_88e6,
.liquid-a964 {
  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;
}

.under_88e6 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.under_88e6: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;
}

.liquid-a964 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.liquid-a964: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;
}

.under_88e6 svg,
.liquid-a964 svg {
  flex-shrink: 0;
}

.article_be18 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.lower_1c17 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.lower_1c17::before,
.lower_1c17::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.lower_1c17::before {
  top: -7px;
}

.lower_1c17::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.upper-aa83 {
  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 === */
.footer-steel-9186 {
  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);
}

.paper_8715 {
  margin: 0 0 2rem;
  text-align: center;
}

.preview_969a {
  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;
}

.preview_969a:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.cold_8c48 {
  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);
}

.cold_8c48 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.outline-f74e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.input-546d {
  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;
}

.input-546d:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.alert-dynamic-d6c4 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.wide_82b6 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.bottom-4dee {
  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);
}

.bottom-4dee .focus_e0e9 {
  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;
}

.bottom-4dee .focus_e0e9 svg {
  flex-shrink: 0;
}

.bottom-4dee .current-64a6 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.bottom-4dee .current-64a6: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);
}

.bottom-4dee .shadow-b6ad {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.bottom-4dee .shadow-b6ad: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) {
  .footer-steel-9186 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .preview_969a {
    max-width: 100%;
  }

  .outline-f74e {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .input-546d {
    padding: 1rem;
  }

  .alert-dynamic-d6c4 {
    font-size: 1.5rem;
  }

  .wide_82b6 {
    font-size: 0.75rem;
  }

  .cold_8c48 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .bottom-4dee {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .bottom-4dee .focus_e0e9 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .outline-f74e {
    grid-template-columns: 1fr;
  }
}

.content-6243 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.footer-cecc {
  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 === */
.left_7e01 {
  margin-bottom: 2.5rem;
}

.icon-0f1b {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.content-6243 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.mini-53e6 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.grid_iron_e72b {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.hero-bronze-71be {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.green-eaa6 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.complex_c794 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.button_light_f1b0 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.primary-24e6 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.primary-24e6 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.old-66f5 {
  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);
}

.summary_3970 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.button_b1fe {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.hovered_7681 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.hovered-b5b8 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.module_old_737a {
  display: grid;
  gap: 1rem;
}

.wrapper_6f61 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.module_silver_237d {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.banner-f79a {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.avatar-dynamic-7746 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.title_cool_d006 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.light-63b9 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.light-63b9 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.gradient-5172 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.overlay_out_9ff0 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.tag-mini-6dee {
  display: grid;
  gap: 2rem;
}

.lite-b762 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.grid_iron_e72b {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.mini-53e6 {
  flex: 1;
}

.green-eaa6 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.green-eaa6 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.selected_a7ce {
  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;
}

.complex_c794 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.notice-87fb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.notice-87fb span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.solid_6a6b {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.solid_6a6b a {
  font-size: 0.875rem;
  font-weight: 500;
}

.widget_plasma_e77a {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.widget_plasma_e77a strong {
  display: block;
  margin-bottom: 0.75rem;
}

.widget_plasma_e77a ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.widget_plasma_e77a li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.tiny-39ec {
  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 === */
.message_tiny_9bcd {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.in_70d9 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.up_54eb {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.stone_2a01 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.stone_2a01 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.stone_2a01 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.stone_2a01 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;
}

.stone_2a01 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.stone_2a01 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.secondary-wood-7d11 {
  padding: 3rem 0 5rem;
}

.mask_dc42 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.mask_dc42.alert-last-5e98 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.paragraph-53ab {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.bright-045c {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.highlight_42f7 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.highlight_42f7 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.mini_aaa7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.active_fb3b {
  text-align: center;
}

.stone_5fd1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.tiny-bfa0 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.blue-b282 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.article-eb4b {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.hard-fb1b {
  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;
}

.hard-fb1b * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.hard-fb1b:hover {
  box-shadow: var(--shadow-lg);
}

.hard-fb1b.heading-prev-d722 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.hard-fb1b h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.hard-fb1b ul {
  margin: 1rem 0;
}

.hard-fb1b li {
  margin-bottom: 0.75rem;
}

.mini-2aaa {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.iron-fbe7 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.iron-fbe7 a {
  font-weight: 600;
}

/* === Data Tables === */
.frame-ae11 {
  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;
}

.frame-ae11 table {
  width: 100%;
  min-width: 600px;
}

.frame-ae11 thead {
  background-color: var(--primary-color);
  color: white;
}

.frame-ae11 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.frame-ae11 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.frame-ae11 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.frame-ae11 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.popup_left_81a3 {
  list-style: none;
  margin: 1.5rem 0;
}

.popup_left_81a3 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.popup_left_81a3 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.container-bottom-42f2::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-0a36::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 === */
.paragraph-black-1ce8 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.grid-left-9b14 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.grid-left-9b14 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.grid-left-9b14 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.grid-left-9b14 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.paragraph-black-1ce8 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.highlight_pressed_6c9b {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.highlight_pressed_6c9b::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.info_paper_795a {
  position: relative;
  margin-bottom: 3rem;
}

.header_3a02 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.header_3a02 .pagination-43f2 {
  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;
}

.soft_22dc {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.soft_22dc h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.soft_22dc ul {
  margin: 1rem 0;
}

.soft_22dc li {
  margin-bottom: 0.75rem;
}

.image-c928 {
  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 === */
.hard_144e {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.hard_144e h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.inner_6be4 {
  list-style: none;
  margin: 1.5rem 0;
}

.inner_6be4 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.inner_6be4 a {
  font-weight: 600;
}

.black-f0ae {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.texture_glass_174f {
  margin: 2.5rem 0;
}

.box_20ea {
  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;
}

.box_20ea:hover {
  box-shadow: var(--shadow-lg);
}

.box_20ea.backdrop_eeeb {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.gallery_warm_56ed {
  flex-shrink: 0;
}

.gallery_warm_56ed 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);
}

.focus-wide-2764 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.medium_488f,
.white-be61,
.main_copper_8cad {
  width: 100%;
  margin: 1.5rem 0;
}

.search-basic-e6a9 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.search-basic-e6a9 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.caption-fixed-ce45 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.caption-fixed-ce45 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.hidden_north_256d {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.hidden_north_256d strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.current-eace {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.button_c8e2 {
  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;
}

.button_c8e2:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.button_c8e2.first-835e {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.button_c8e2 .text-gas-135e {
  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;
}

.button_c8e2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.layout-e4f0 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.current-0210 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.current-0210 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.progress-cc2c {
  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 === */
.focus_e0e9 {
  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;
}

.current-64a6 {
  background-color: var(--primary-color);
  color: white;
}

.current-64a6:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.shadow-b6ad {
  background-color: var(--text-secondary);
  color: white;
}

.shadow-b6ad:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.border_28cf {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.border_28cf:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.pattern_48e5 {
  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;
}

.pattern_48e5:hover {
  background-color: var(--primary-dark);
}

.middle_426d {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.progress_c1e7 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.photo_outer_28e4 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.filter-north-3da6 {
  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 === */
.dynamic-071d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.dropdown-9fa4 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.dropdown-9fa4 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.nav-paper-103b {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.aside-106e {
  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;
}

.red_e16a {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.input-stone-e82c {
  list-style: none;
  counter-reset: rank-counter;
}

.input-stone-e82c li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.input-stone-e82c 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;
}

.heading-d10c {
  list-style: none;
}

.heading-d10c li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.summary-6b30 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.box_185d {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.box_185d .sidebar-c2c4 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.box_185d .liquid-8622 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.background-mini-994b {
  margin-top: 3rem;
}

.aside_bright_2aa8 {
  width: 100%;
}

.secondary-3f64 {
  background-color: #fef3c7;
}

.short-d8e5 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.card-under-3993 {
  margin: 3rem 0;
}

.button_78d8 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.lower_0dd9 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.lower_0dd9:hover {
  box-shadow: var(--shadow-lg);
}

.lower_0dd9.caption-hovered-343a {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.picture_advanced_4d39 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.caption_rough_02b4 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.caption_rough_02b4 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.filter-down-4868 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.lower_0dd9 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.caption-5107 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.static_33bb {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.easy-8486 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.pattern_paper_ecae {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.in-4a6c {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.chip_0178 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.heading-easy-0b34 {
  max-width: 900px;
  margin: 0 auto;
}

.component-9a74 {
  margin: 2rem 0;
}

.outline_dda7 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.outline_dda7 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.outline_dda7 summary::-webkit-details-marker {
  display: none;
}

.outline_dda7 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.menu-7f74 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.outline_dda7[open] .menu-7f74 {
  transform: rotate(45deg);
}

.breadcrumb-4b96 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.breadcrumb-4b96 p:last-child {
  margin-bottom: 0;
}

.text_bottom_9a35 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.pagination_efad {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.huge_8c28 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.huge_8c28 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.huge_8c28 .focus_e0e9 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.block-simple-b312 {
  max-width: 900px;
  margin: 0 auto;
}

.input_6847 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.white_a85e {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.white_a85e.fn-success-0a36 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.carousel_fc71 {
  font-size: 3rem;
  line-height: 1;
}

.bright-25e5 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.gas_dc14 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.media_left_6560,
.header-0860 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.media_left_6560 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.header-0860 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.widget_aa64,
.up-d808 {
  margin: 1.5rem 0;
}

.widget_aa64 li,
.up-d808 li {
  margin-bottom: 1rem;
}

.secondary_over_c52a {
  margin: 3rem 0;
}

.modal-5573 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.modal-5573 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.modal-5573 ol {
  margin: 1rem 0;
}

.modal-5573 li {
  margin-bottom: 0.75rem;
}

.article-east-0201 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.hot_4abd {
  margin: 2rem 0;
}

.paper_b7bc {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.pressed-8b21 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.liquid-2d92 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.active_506a {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.easy-304f {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.picture-f9f8 {
  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;
}

.picture-f9f8 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.hero-bronze-71be {
  flex: 1;
}

.hero-bronze-71be h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.surface-white-d641 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.disabled-29de p {
  margin-bottom: 1rem;
}

.right_8454 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.action_e383 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.wrapper_366d {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.wrapper_366d a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.sidebar_aa5a h3 {
  margin-bottom: 1.5rem;
}

.article-glass-5e64 {
  display: grid;
  gap: 2rem;
}

.cold_5f2b {
  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;
}

.cold_5f2b img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.cold_5f2b h4 {
  margin: 0 0 0.25rem;
}

.cold_5f2b p {
  margin: 0;
  font-size: 0.9375rem;
}

.title-d8f7 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.notification_tiny_f11b {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.notification_tiny_f11b h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.notification_tiny_f11b ul {
  margin: 1.5rem 0;
}

.notification_tiny_f11b li {
  margin-bottom: 0.75rem;
}

.steel-22cb {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.filter_glass_1c80 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.active_brown_2fba {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.heading-a650 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.heading-a650 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.accent_selected_b344 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.accent_selected_b344 a {
  color: rgba(255, 255, 255, 0.8);
}

.hero-bottom-5fd4 {
  list-style: none;
}

.hero-bottom-5fd4 li {
  margin-bottom: 0.75rem;
}

.hero-bottom-5fd4 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.hero-bottom-5fd4 a:hover {
  color: white;
}

.panel_action_09e7 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.feature_0406 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.tabs-ba75 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.solid_85e3 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.border-soft-6042 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .hero_4f23 {
    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_01f4 {
    font-size: 1.5rem !important;
  }

  .icon-0f1b {
    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 */
  .hard-fb1b,
  .wrapper_down_4d19,
  .soft_22dc,
  .focus-wide-2764,
  .picture_advanced_4d39,
  .lower_0dd9,
  .breadcrumb-4b96,
  .cold_8c48,
  .gradient-5172,
  .paragraph-53ab {
    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 */
  .content-6243 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .mini-53e6 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .grid_iron_e72b {
    flex-shrink: 0;
  }

  .hero-bronze-71be {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .green-eaa6,
  .complex_c794 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .complex_c794 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .dropdown_9a9f {
    display: none;
  }

  /* Show mobile actions */
  .text_0401 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .chip_aa41 {
    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_aa41 svg {
    flex-shrink: 0;
  }

  .chip_aa41 .hard-c3d2 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .chip_aa41 .mask_pressed_8841 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .tall_62b7 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .tabs_1b14 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .chip_aa41:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .shade_left_e7a2 {
    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;
  }

  .shade_left_e7a2.fn-active-0a36 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .shade_left_e7a2 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .shade_left_e7a2 li:last-child {
    border-bottom: none;
  }

  .shade_left_e7a2 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .hovered-a944 {
    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;
  }

  .hovered-a944 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .hovered-a944 li:last-child {
    border-bottom: none;
  }

  .hovered-a944 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .outline-short-33f2 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .section-8cba {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .under_88e6,
  .liquid-a964 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .under_88e6 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .liquid-a964 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .hovered-a944.fn-active-0a36 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .article_be18 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .focus_fresh_250e {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .new-65a1 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .upper-aa83 {
    margin-top: 0;
  }

  /* Hero section */
  .upper-aa83 {
    padding: 2rem 0 1.5rem;
  }

  .icon-0f1b {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .gradient-5172 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .footer-steel-9186 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .preview_969a {
    max-width: 100%;
    border-radius: 8px;
  }

  .outline-f74e {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .input-546d {
    padding: 1rem;
  }

  .alert-dynamic-d6c4 {
    font-size: 1.5rem;
  }

  .wide_82b6 {
    font-size: 0.75rem;
  }

  .cold_8c48 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .bottom-4dee {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .bottom-4dee .focus_e0e9 {
    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 */
  .up_54eb {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .box_20ea {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .gallery_warm_56ed {
    margin-bottom: 1rem;
  }

  /* Author */
  .lite-b762 {
    flex-direction: column;
  }

  .picture-f9f8 {
    flex-direction: column;
  }

  /* Quotes */
  .picture_advanced_4d39 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .gas_dc14 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .active_506a {
    flex-direction: column;
  }

  .active_506a .focus_e0e9 {
    width: 100%;
  }

  /* Version comparison */
  .current-eace {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .dynamic-071d {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .active_brown_2fba {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .tabs-ba75 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .frame-ae11,
  .white-be61,
  .disabled-dynamic-9563,
  .aside_bright_2aa8,
  .medium_488f,
  .main_copper_8cad {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .frame-ae11 table,
  .white-be61 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .progress-cc2c {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .hero_4f23 {
    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_01f4 {
    font-size: 1.25rem !important;
  }

  .icon-0f1b {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .focus_fresh_250e {
    position: fixed;
  }

  .new-65a1 {
    padding: 0.625rem 0;
  }

  .hover_bronze_0227 img {
    height: 26px;
  }

  .hovered-a944 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .shade_left_e7a2 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .chip_aa41 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .chip_aa41 svg {
    width: 18px;
    height: 18px;
  }

  .chip_aa41 .hard-c3d2 {
    font-size: 0.7rem;
  }

  .chip_aa41 .mask_pressed_8841 {
    font-size: 0.65rem;
  }

  .under_88e6,
  .liquid-a964 {
    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, .hero_4f23, .message_e23b, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .footer-steel-9186 {
    padding: 1rem;
  }

  .outline-f74e {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .input-546d {
    padding: 0.875rem;
  }

  .alert-dynamic-d6c4 {
    font-size: 1.25rem;
  }

  .bottom-4dee .focus_e0e9 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .icon-0f1b {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .focus_e0e9 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .middle_426d {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .box_20ea {
    padding: 1rem;
  }

  .gallery_warm_56ed span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .hard-fb1b,
  .filter-462c,
  .left-a729,
  .sort-79aa {
    padding: 1rem;
  }
}

@media print {
  .focus_fresh_250e,
  .message_tiny_9bcd,
  .article_be18,
  .focus_e0e9,
  .filter_glass_1c80 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .hero_4f23 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.highlight-short-ac1b {
  margin-bottom: 3rem;
  text-align: center;
}

.preview_01f4 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.hidden-f1bb {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.module_steel_f72f,
.search_bbd3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.input-5b86 {
  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;
}

.input-5b86:hover {
  transform: translateY(-5px);
}

.input-5b86 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.input-5b86 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.panel_out_48f9 {
  margin: 3rem 0;
}

.surface-old-b9f4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.caption_fresh_48cf {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.caption_fresh_48cf:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.title-action-a4f9 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.full-3128 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.heading_96ca {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.purple_328f {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.input_east_d122 {
  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;
}

.input_east_d122:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.input_east_d122.slider-hot-87c8 {
  border-left: 4px solid var(--primary-color);
}

.link-6cb0 {
  flex-shrink: 0;
}

.link-6cb0 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.sort_pro_f4c0 {
  flex: 1;
}

.sort_pro_f4c0 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.row_856e {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.hover-inner-a37e,
.outline-3e34,
.iron-a87b {
  margin-bottom: 1.5rem;
}

.hover-inner-a37e h4,
.outline-3e34 h4,
.iron-a87b h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hover-inner-a37e ul,
.outline-3e34 ul,
.iron-a87b ul {
  list-style: none;
  padding: 0;
}

.hover-inner-a37e li,
.outline-3e34 li,
.iron-a87b li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.hover-inner-a37e li:before,
.outline-3e34 li:before,
.iron-a87b li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.surface_green_199f {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.surface_green_199f a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-primary);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.surface_green_199f a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.dynamic-75fa { margin: 2rem 0; }
.message-south-e139 { 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-south-e139 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.card_9292 p { margin-bottom: 1rem; line-height: 1.7; }
.card_9292 strong { color: var(--text-primary); }
.card_9292 ul { list-style: none; padding-left: 0; }
.card_9292 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.card_9292 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.column_focused_6130 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.header-f647 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.header-f647:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.aside_a5ec { font-size: 3rem; margin-bottom: 1rem; }
.header-f647 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.header-f647 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.block_8425 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.block_8425 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.north_7388 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.lite_0bf6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.middle_02b8 { text-align: center; }
.steel-8a91 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.badge_tall_a5f5 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.hidden_67bd { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.pattern-medium-99ec { margin: 2rem 0; }
.next-c7f9 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.next-c7f9 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.next-c7f9 p, .next-c7f9 ul { line-height: 1.7; }
.next-c7f9 ul { list-style: none; padding-left: 0; }
.next-c7f9 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.next-c7f9 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.outline_north_be55 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.image-current-f30c { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.overlay_white_eaca { text-align: center; }
.table-smooth-6d47 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.copper_85bc { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.list-c31f { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.outline_stone_630d { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.banner_black_9955 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.banner_black_9955:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.banner_black_9955 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.banner_black_9955 p, .banner_black_9955 ul { line-height: 1.7; }
.banner_black_9955 ul { list-style: none; padding-left: 0; }
.banner_black_9955 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.banner_black_9955 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 06c0 */
.ghost-box-q0 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.1;
}
