/* ============================================
   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 */
.heading-a7a5 p,
.warm-e6e5,
.orange_6a2b,
.down_ae12,
.liquid_8f27,
.sort-4e64,
.hover-2b68,
.container_943f {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.secondary_inner_be5e {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.secondary_inner_be5e > *,
.overlay_tiny_60c0,
.heading-a7a5,
.sidebar-e60d {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .secondary_inner_be5e {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .secondary_inner_be5e {
    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 === */
.fast-c8f2 {
  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 */
.fast-c8f2.red_aa6d {
  box-shadow: var(--shadow-md);
}

.media-d035 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.shade-3686 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.texture_new_8aa2 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.blue-08d2 {
  display: none;
}

/* Hide mobile actions on desktop */
.photo-f4cc {
  display: none;
}

.texture_huge_c504 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.texture_huge_c504 a:hover,
.texture_huge_c504 a.fn-active-42eb {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.progress-d48b {
  margin-left: 1rem;
}

.preview_78ab {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.info_orange_dba1,
.icon-8a44 {
  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;
}

.info_orange_dba1 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.info_orange_dba1: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-8a44 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.icon-8a44: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;
}

.info_orange_dba1 svg,
.icon-8a44 svg {
  flex-shrink: 0;
}

.paragraph_041c {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.dirty-4eb2 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.dirty-4eb2::before,
.dirty-4eb2::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.dirty-4eb2::before {
  top: -7px;
}

.dirty-4eb2::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.tooltip_plasma_873f {
  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 === */
.section-70ad {
  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);
}

.module-outer-b876 {
  margin: 0 0 2rem;
  text-align: center;
}

.accordion_b50c {
  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;
}

.accordion_b50c:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.next_94cd {
  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);
}

.next_94cd strong {
  color: var(--primary-color);
  font-weight: 700;
}

.background_d914 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.hard-c735 {
  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;
}

.hard-c735:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.widget-5379 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.search_faac {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.out-bf95 {
  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);
}

.out-bf95 .main-blue-8ce5 {
  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;
}

.out-bf95 .main-blue-8ce5 svg {
  flex-shrink: 0;
}

.out-bf95 .gold_a002 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.out-bf95 .gold_a002: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);
}

.out-bf95 .east_6eaf {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.out-bf95 .east_6eaf: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) {
  .section-70ad {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .accordion_b50c {
    max-width: 100%;
  }

  .background_d914 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .hard-c735 {
    padding: 1rem;
  }

  .widget-5379 {
    font-size: 1.5rem;
  }

  .search_faac {
    font-size: 0.75rem;
  }

  .next_94cd {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .out-bf95 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .out-bf95 .main-blue-8ce5 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .background_d914 {
    grid-template-columns: 1fr;
  }
}

.yellow-e29a {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.wrapper-bottom-0f93 {
  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 === */
.outline_69d6 {
  margin-bottom: 2.5rem;
}

.slider_complex_6b68 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.yellow-e29a {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.notice_prev_127f {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.small_8069 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.small_9afb {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.image-2e75 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.heading_0022 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.surface_pro_653b {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.aside-cool-a1b4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.aside-cool-a1b4 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.action-3539 {
  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);
}

.pagination_a3ab {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.plasma_6253 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.status_a494 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.highlight-2868 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.alert-dark-e67d {
  display: grid;
  gap: 1rem;
}

.wrapper_0011 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.static-8761 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.row_e0e0 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.pagination-fluid-3a4b {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.container-large-4d46 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.dynamic-c0a3 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.dynamic-c0a3 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.warm-e6e5 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.surface-2585 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.avatar-52ab {
  display: grid;
  gap: 2rem;
}

.text_solid_6033 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.small_8069 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.notice_prev_127f {
  flex: 1;
}

.image-2e75 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.image-2e75 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.feature-west-96b3 {
  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;
}

.heading_0022 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.label-rough-f502 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.label-rough-f502 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.footer-selected-9672 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.footer-selected-9672 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.layout_ed33 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.layout_ed33 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.layout_ed33 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.layout_ed33 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.left_c418 {
  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 === */
.container_458f {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.stale-2943 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.accent_9a49 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.top_18b4 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.top_18b4 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.top_18b4 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.top_18b4 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;
}

.top_18b4 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.top_18b4 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.heading-a7a5 {
  padding: 3rem 0 5rem;
}

.sidebar-e60d {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.sidebar-e60d.menu_gas_1973 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.orange_6a2b {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.background_stone_5bb5 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.lower_c8fe {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.lower_c8fe h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.element_medium_7792 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.border-12d8 {
  text-align: center;
}

.background_1306 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.background-action-bf61 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.bronze_a328 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.sort-4e64 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.down_ae12 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
  max-width: 100%;
  overflow: hidden;
  word-wrap: break-word;
}

.down_ae12 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.down_ae12:hover {
  box-shadow: var(--shadow-lg);
}

.down_ae12.tertiary-ef4a {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.down_ae12 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.down_ae12 ul {
  margin: 1rem 0;
}

.down_ae12 li {
  margin-bottom: 0.75rem;
}

.label_static_9696 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.dropdown_8c4a {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.dropdown_8c4a a {
  font-weight: 600;
}

/* === Data Tables === */
.middle_0169 {
  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;
}

.middle_0169 table {
  width: 100%;
  min-width: 600px;
}

.middle_0169 thead {
  background-color: var(--primary-color);
  color: white;
}

.middle_0169 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.middle_0169 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.middle_0169 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.middle_0169 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.shade-down-85f8 {
  list-style: none;
  margin: 1.5rem 0;
}

.shade-down-85f8 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.shade-down-85f8 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.heading-b091::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-42eb::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 === */
.section-eb2c {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.tertiary_fixed_c1c3 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.tertiary_fixed_c1c3 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.tertiary_fixed_c1c3 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.tertiary_fixed_c1c3 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.section-eb2c blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.hover-2b68 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.hover-2b68::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.solid_77d4 {
  position: relative;
  margin-bottom: 3rem;
}

.caption-4abc {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.caption-4abc .narrow-784b {
  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;
}

.filter_3ced {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.filter_3ced h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.filter_3ced ul {
  margin: 1rem 0;
}

.filter_3ced li {
  margin-bottom: 0.75rem;
}

.tabs_in_21f3 {
  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 === */
.motion-4231 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.motion-4231 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.lower_bac3 {
  list-style: none;
  margin: 1.5rem 0;
}

.lower_bac3 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.lower_bac3 a {
  font-weight: 600;
}

.soft-aed8 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.container_943f {
  margin: 2.5rem 0;
}

.popup-6d8d {
  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;
}

.popup-6d8d:hover {
  box-shadow: var(--shadow-lg);
}

.popup-6d8d.top_b91d {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.tertiary-new-556c {
  flex-shrink: 0;
}

.tertiary-new-556c 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);
}

.current_4308 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.fixed-17eb,
.sort-04d0,
.description_f78c {
  width: 100%;
  margin: 1.5rem 0;
}

.bright_33d1 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.bright_33d1 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.row-1f0f {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.row-1f0f strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.basic-8f38 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.basic-8f38 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.table_out_ceba {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.alert-5b0a {
  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;
}

.alert-5b0a:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.alert-5b0a.summary_easy_7658 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.alert-5b0a .selected_2e45 {
  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;
}

.alert-5b0a h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.out_8394 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.medium_1e5d {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.medium_1e5d label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.photo_c79d {
  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 === */
.main-blue-8ce5 {
  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;
}

.gold_a002 {
  background-color: var(--primary-color);
  color: white;
}

.gold_a002:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.east_6eaf {
  background-color: var(--text-secondary);
  color: white;
}

.east_6eaf:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.north_ea09 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.north_ea09:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.image_pink_37ca {
  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;
}

.image_pink_37ca:hover {
  background-color: var(--primary-dark);
}

.slow-31b5 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.hidden-057f {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.out_995a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.blue-aa4d {
  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 === */
.easy-89bd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.carousel-up-4f3b {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.carousel-up-4f3b h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.message-new-1ce4 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.gradient_rough_4692 {
  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;
}

.media_gold_e427 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.cool_286c {
  list-style: none;
  counter-reset: rank-counter;
}

.cool_286c li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.cool_286c 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;
}

.frame-slow-ef04 {
  list-style: none;
}

.frame-slow-ef04 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.large-e57b {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.module_3bc0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.module_3bc0 .frame-a9cf {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.module_3bc0 .popup-7ee5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.content_down_98d7 {
  margin-top: 3rem;
}

.hidden_fc55 {
  width: 100%;
}

.stone_ca07 {
  background-color: #fef3c7;
}

.component-849a {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.alert_dim_64d3 {
  margin: 3rem 0;
}

.last-f916 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.modal-7ee8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.modal-7ee8:hover {
  box-shadow: var(--shadow-lg);
}

.modal-7ee8.picture_hovered_7b31 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.description_f7b5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.gallery-small-ee5b strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.gallery-small-ee5b span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.steel_4d47 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.modal-7ee8 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.card_rough_f938 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.list-cold-a2d7 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.shade_simple_6e32 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.bronze-e18c {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.shadow-prev-cd53 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.hidden_short_ae85 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.clean_731b {
  max-width: 900px;
  margin: 0 auto;
}

.title_d57e {
  margin: 2rem 0;
}

.input_small_1d33 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.input_small_1d33 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.input_small_1d33 summary::-webkit-details-marker {
  display: none;
}

.input_small_1d33 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.heading_2d3a {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.input_small_1d33[open] .heading_2d3a {
  transform: rotate(45deg);
}

.slider_iron_db94 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.slider_iron_db94 p:last-child {
  margin-bottom: 0;
}

.tooltip_8af7 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.slider_south_26a1 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.mini-e488 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.mini-e488 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.mini-e488 .main-blue-8ce5 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.liquid_dbbd {
  max-width: 900px;
  margin: 0 auto;
}

.sort_stale_0c7d {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.panel-active-576b {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.panel-active-576b.fn-success-42eb {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.photo-f4d9 {
  font-size: 3rem;
  line-height: 1;
}

.hidden-1063 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.card-gold-f95a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.text-tall-4c89,
.container-wide-bcb1 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.text-tall-4c89 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.container-wide-bcb1 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.table_short_f19c,
.description-3d0c {
  margin: 1.5rem 0;
}

.table_short_f19c li,
.description-3d0c li {
  margin-bottom: 1rem;
}

.hot-1391 {
  margin: 3rem 0;
}

.bronze_164e {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.bronze_164e h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.bronze_164e ol {
  margin: 1rem 0;
}

.bronze_164e li {
  margin-bottom: 0.75rem;
}

.easy-de74 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.logo-short-2367 {
  margin: 2rem 0;
}

.sort-10e5 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.message_action_125e {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.accordion_hovered_a080 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.hot-097f {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.tooltip_green_f7a1 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.header_4351 {
  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;
}

.header_4351 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.small_9afb {
  flex: 1;
}

.small_9afb h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.sort-94c4 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.widget-60d5 p {
  margin-bottom: 1rem;
}

.media-bd93 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.wrapper-0d53 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.background-large-164e {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.background-large-164e a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.grid_d824 h3 {
  margin-bottom: 1.5rem;
}

.article-5e73 {
  display: grid;
  gap: 2rem;
}

.block-dirty-fbbd {
  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;
}

.block-dirty-fbbd img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.block-dirty-fbbd h4 {
  margin: 0 0 0.25rem;
}

.block-dirty-fbbd p {
  margin: 0;
  font-size: 0.9375rem;
}

.progress_5f10 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.notification-lite-1542 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.notification-lite-1542 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.notification-lite-1542 ul {
  margin: 1.5rem 0;
}

.notification-lite-1542 li {
  margin-bottom: 0.75rem;
}

.simple_a066 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.menu-outer-822c {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.full-1b3f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.fast_f3aa h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.fast_f3aa p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.copper-4cb2 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.copper-4cb2 a {
  color: rgba(255, 255, 255, 0.8);
}

.input-5cc5 {
  list-style: none;
}

.input-5cc5 li {
  margin-bottom: 0.75rem;
}

.input-5cc5 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.input-5cc5 a:hover {
  color: white;
}

.icon-562a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.black_3b6f {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.footer_b709 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.gas-9f6f {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.frame_out_e6be {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .secondary_inner_be5e {
    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;
  }

  .title-steel-af73 {
    font-size: 1.5rem !important;
  }

  .slider_complex_6b68 {
    font-size: 1.5rem !important;
  }

  p, li, td, th, span, div, strong {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
  }

  /* Force all containers to fit */
  .down_ae12,
  .liquid_8f27,
  .filter_3ced,
  .current_4308,
  .description_f7b5,
  .modal-7ee8,
  .slider_iron_db94,
  .next_94cd,
  .warm-e6e5,
  .orange_6a2b {
    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 */
  .yellow-e29a {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .notice_prev_127f {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .small_8069 {
    flex-shrink: 0;
  }

  .small_9afb {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .image-2e75,
  .heading_0022 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .heading_0022 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .texture_new_8aa2 {
    display: none;
  }

  /* Show mobile actions */
  .photo-f4cc {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .tertiary-e737 {
    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;
  }

  .tertiary-e737 svg {
    flex-shrink: 0;
  }

  .tertiary-e737 .paragraph_fluid_e29b {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .tertiary-e737 .article_c113 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .row-stale-ed73 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .sort_48d6 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .tertiary-e737:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .blue-08d2 {
    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;
  }

  .blue-08d2.fn-active-42eb {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .blue-08d2 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .blue-08d2 li:last-child {
    border-bottom: none;
  }

  .blue-08d2 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .texture_huge_c504 {
    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;
  }

  .texture_huge_c504 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .texture_huge_c504 li:last-child {
    border-bottom: none;
  }

  .texture_huge_c504 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .progress-d48b {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .preview_78ab {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .info_orange_dba1,
  .icon-8a44 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .info_orange_dba1 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .icon-8a44 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .texture_huge_c504.fn-active-42eb {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .paragraph_041c {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .fast-c8f2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .media-d035 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .tooltip_plasma_873f {
    margin-top: 0;
  }

  /* Hero section */
  .tooltip_plasma_873f {
    padding: 2rem 0 1.5rem;
  }

  .slider_complex_6b68 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .warm-e6e5 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .section-70ad {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .accordion_b50c {
    max-width: 100%;
    border-radius: 8px;
  }

  .background_d914 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .hard-c735 {
    padding: 1rem;
  }

  .widget-5379 {
    font-size: 1.5rem;
  }

  .search_faac {
    font-size: 0.75rem;
  }

  .next_94cd {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .out-bf95 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .out-bf95 .main-blue-8ce5 {
    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 */
  .accent_9a49 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .popup-6d8d {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .tertiary-new-556c {
    margin-bottom: 1rem;
  }

  /* Author */
  .text_solid_6033 {
    flex-direction: column;
  }

  .header_4351 {
    flex-direction: column;
  }

  /* Quotes */
  .description_f7b5 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .card-gold-f95a {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .hot-097f {
    flex-direction: column;
  }

  .hot-097f .main-blue-8ce5 {
    width: 100%;
  }

  /* Version comparison */
  .table_out_ceba {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .easy-89bd {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .full-1b3f {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer_b709 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .middle_0169,
  .sort-04d0,
  .overlay_705d,
  .hidden_fc55,
  .fixed-17eb,
  .description_f78c {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .middle_0169 table,
  .sort-04d0 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .photo_c79d {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .secondary_inner_be5e {
    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;
  }

  .title-steel-af73 {
    font-size: 1.25rem !important;
  }

  .slider_complex_6b68 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .fast-c8f2 {
    position: fixed;
  }

  .media-d035 {
    padding: 0.625rem 0;
  }

  .shade-3686 img {
    height: 26px;
  }

  .texture_huge_c504 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .blue-08d2 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .tertiary-e737 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .tertiary-e737 svg {
    width: 18px;
    height: 18px;
  }

  .tertiary-e737 .paragraph_fluid_e29b {
    font-size: 0.7rem;
  }

  .tertiary-e737 .article_c113 {
    font-size: 0.65rem;
  }

  .info_orange_dba1,
  .icon-8a44 {
    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, .secondary_inner_be5e, .overlay_tiny_60c0, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .section-70ad {
    padding: 1rem;
  }

  .background_d914 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .hard-c735 {
    padding: 0.875rem;
  }

  .widget-5379 {
    font-size: 1.25rem;
  }

  .out-bf95 .main-blue-8ce5 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .slider_complex_6b68 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .main-blue-8ce5 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .slow-31b5 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .popup-6d8d {
    padding: 1rem;
  }

  .tertiary-new-556c span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .down_ae12,
  .up_25b3,
  .middle-a282,
  .cold-5f77 {
    padding: 1rem;
  }
}

@media print {
  .fast-c8f2,
  .container_458f,
  .paragraph_041c,
  .main-blue-8ce5,
  .menu-outer-822c {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .secondary_inner_be5e {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.left_f318 {
  margin-bottom: 3rem;
  text-align: center;
}

.title-steel-af73 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.status-646d {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.main-baf9,
.rough_a503 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.copper-7b4a {
  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;
}

.copper-7b4a:hover {
  transform: translateY(-5px);
}

.copper-7b4a strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.copper-7b4a span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.right-1961 {
  margin: 3rem 0;
}

.new_8de4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.accent_fd26 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.accent_fd26:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.iron_da28 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.summary_white_f031 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.new-750f {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.video-ff84 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.old-62d3 {
  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;
}

.old-62d3:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.old-62d3.text-slow-40a1 {
  border-left: 4px solid var(--primary-color);
}

.bronze-da74 {
  flex-shrink: 0;
}

.bronze-da74 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.input-clean-6792 {
  flex: 1;
}

.input-clean-6792 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.advanced_fa11 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.thick_2b71,
.bottom_586c,
.feature-rough-702a {
  margin-bottom: 1.5rem;
}

.thick_2b71 h4,
.bottom_586c h4,
.feature-rough-702a h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.thick_2b71 ul,
.bottom_586c ul,
.feature-rough-702a ul {
  list-style: none;
  padding: 0;
}

.thick_2b71 li,
.bottom_586c li,
.feature-rough-702a li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.thick_2b71 li:before,
.bottom_586c li:before,
.feature-rough-702a li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.badge-in-6c0d {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.badge-in-6c0d 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;
}

.badge-in-6c0d a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.gold_3648 { margin: 2rem 0; }
.large_0a6a { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.large_0a6a h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.banner-center-d257 p { margin-bottom: 1rem; line-height: 1.7; }
.banner-center-d257 strong { color: var(--text-primary); }
.banner-center-d257 ul { list-style: none; padding-left: 0; }
.banner-center-d257 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.banner-center-d257 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.over-c233 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.mask_last_f439 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.mask_last_f439:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.gradient_647a { font-size: 3rem; margin-bottom: 1rem; }
.mask_last_f439 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.mask_last_f439 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.tooltip_top_1174 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.tooltip_top_1174 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.preview-basic-4681 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.basic-c61e { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.paragraph_df0e { text-align: center; }
.preview_action_e75d { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.carousel_down_12b8 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.sidebar_copper_5880 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.middle-bbb9 { margin: 2rem 0; }
.shadow_easy_9025 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.shadow_easy_9025 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.shadow_easy_9025 p, .shadow_easy_9025 ul { line-height: 1.7; }
.shadow_easy_9025 ul { list-style: none; padding-left: 0; }
.shadow_easy_9025 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.shadow_easy_9025 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.header-d8d8 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.tabs-fa7c { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.breadcrumb-2d47 { text-align: center; }
.warm_85e9 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.chip_5032 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.sort-dfe2 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.sidebar_7054 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.preview-177e { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.preview-177e:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.preview-177e h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.preview-177e p, .preview-177e ul { line-height: 1.7; }
.preview-177e ul { list-style: none; padding-left: 0; }
.preview-177e ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.preview-177e ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 9027 */
.shadow-element-d0 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
