/* ============================================
   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 */
.green_ca7b p,
.aside-05d1,
.detail_137e,
.active-left-0e4a,
.wood_dfee,
.block-soft-cea3,
.dirty-efd5,
.background-f040 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.wrapper-cool-a2c7 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.wrapper-cool-a2c7 > *,
.secondary-2447,
.green_ca7b,
.box-96be {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .wrapper-cool-a2c7 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .wrapper-cool-a2c7 {
    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 === */
.small_888f {
  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 */
.small_888f.rough_a811 {
  box-shadow: var(--shadow-md);
}

.button-62f5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.status_rough_082d img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.hero_f5ef {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.accent-dirty-0372 {
  display: none;
}

/* Hide mobile actions on desktop */
.menu_dirty_f36a {
  display: none;
}

.popup-37ec a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.popup-37ec a:hover,
.popup-37ec a.fn-active-27a6 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.avatar_f781 {
  margin-left: 1rem;
}

.box_huge_1229 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.list-medium-86b8,
.active-092c {
  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;
}

.list-medium-86b8 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.list-medium-86b8: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;
}

.active-092c {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.active-092c: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;
}

.list-medium-86b8 svg,
.active-092c svg {
  flex-shrink: 0;
}

.under-3f4e {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.primary-84d7 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.primary-84d7::before,
.primary-84d7::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.primary-84d7::before {
  top: -7px;
}

.primary-84d7::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.footer-bronze-7177 {
  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 === */
.narrow_4a85 {
  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);
}

.outline-right-d3ec {
  margin: 0 0 2rem;
  text-align: center;
}

.heading-in-ea80 {
  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;
}

.heading-in-ea80:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.secondary_9499 {
  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);
}

.secondary_9499 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.copper-1811 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.over-b017 {
  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;
}

.over-b017:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.overlay_217c {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.pagination-gas-309a {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.bottom_c7bd {
  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_c7bd .gallery_c618 {
  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_c7bd .gallery_c618 svg {
  flex-shrink: 0;
}

.bottom_c7bd .modal_6880 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.bottom_c7bd .modal_6880: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_c7bd .focus-simple-38e8 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.bottom_c7bd .focus-simple-38e8: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) {
  .narrow_4a85 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .heading-in-ea80 {
    max-width: 100%;
  }

  .copper-1811 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .over-b017 {
    padding: 1rem;
  }

  .overlay_217c {
    font-size: 1.5rem;
  }

  .pagination-gas-309a {
    font-size: 0.75rem;
  }

  .secondary_9499 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .bottom_c7bd {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .bottom_c7bd .gallery_c618 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .copper-1811 {
    grid-template-columns: 1fr;
  }
}

.tooltip_small_5e87 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.focused-6d75 {
  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 === */
.active_91f8 {
  margin-bottom: 2.5rem;
}

.menu_d6f2 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.tooltip_small_5e87 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.mask_808c {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.primary_eeeb {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.border_fb58 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.picture-full-55ef {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.progress-5c33 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.avatar_9267 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.hidden_medium_9965 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.hidden_medium_9965 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.surface_dbe5 {
  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);
}

.popup-soft-dec8 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.link-huge-ef68 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.tag_north_c0fe {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.first-6f8e {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.gold-823d {
  display: grid;
  gap: 1rem;
}

.dropdown-green-7fa1 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.panel_current_1023 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.upper_3ec6 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.green-c149 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.label-2746 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.thumbnail-8f4d {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.thumbnail-8f4d p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.aside-05d1 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.secondary-selected-c4c2 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.progress_c019 {
  display: grid;
  gap: 2rem;
}

.selected-ee9a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.primary_eeeb {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.mask_808c {
  flex: 1;
}

.picture-full-55ef {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.picture-full-55ef a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.tag-a7e2 {
  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;
}

.progress-5c33 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.hard-d5ed {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.hard-d5ed span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.simple_3233 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.simple_3233 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.liquid_3c36 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.liquid_3c36 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.liquid_3c36 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.liquid_3c36 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.alert_c7de {
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: #fef3c7;
  border-left: 4px solid var(--warning-color);
  border-radius: 4px;
  font-size: 0.9375rem;
}

/* === Table of Contents === */
.photo-easy-90be {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.dark_d02c {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.secondary-copper-ed2e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.overlay-0f08 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.overlay-0f08 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.overlay-0f08 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.overlay-0f08 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;
}

.overlay-0f08 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.overlay-0f08 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.green_ca7b {
  padding: 3rem 0 5rem;
}

.box-96be {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.box-96be.search_blue_4797 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.detail_137e {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.texture-49a7 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.bronze-b292 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.bronze-b292 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.under-6199 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.input-99c1 {
  text-align: center;
}

.main-a9f0 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.alert-655a {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.inner-fee0 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.block-soft-cea3 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.active-left-0e4a {
  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;
}

.active-left-0e4a * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.active-left-0e4a:hover {
  box-shadow: var(--shadow-lg);
}

.active-left-0e4a.border-iron-f87c {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.active-left-0e4a h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.active-left-0e4a ul {
  margin: 1rem 0;
}

.active-left-0e4a li {
  margin-bottom: 0.75rem;
}

.current-7a7c {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.card-b142 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.card-b142 a {
  font-weight: 600;
}

/* === Data Tables === */
.input-d5ad {
  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;
}

.input-d5ad table {
  width: 100%;
  min-width: 600px;
}

.input-d5ad thead {
  background-color: var(--primary-color);
  color: white;
}

.input-d5ad th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.input-d5ad td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.input-d5ad tbody tr:hover {
  background-color: var(--bg-secondary);
}

.input-d5ad tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.pink_f1fe {
  list-style: none;
  margin: 1.5rem 0;
}

.pink_f1fe li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.pink_f1fe li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.nav_last_5db6::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-27a6::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 === */
.slider_f5df {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.border_0bc9 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.border_0bc9 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.border_0bc9 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.border_0bc9 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.slider_f5df blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.dirty-efd5 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.dirty-efd5::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.widget-middle-9893 {
  position: relative;
  margin-bottom: 3rem;
}

.under_bfd9 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.under_bfd9 .north-11f1 {
  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;
}

.advanced_db85 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.advanced_db85 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.advanced_db85 ul {
  margin: 1rem 0;
}

.advanced_db85 li {
  margin-bottom: 0.75rem;
}

.shadow_under_de56 {
  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 === */
.slider-61ed {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.slider-61ed h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.dropdown-purple-688a {
  list-style: none;
  margin: 1.5rem 0;
}

.dropdown-purple-688a li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.dropdown-purple-688a a {
  font-weight: 600;
}

.component_9607 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.background-f040 {
  margin: 2.5rem 0;
}

.focus-stale-2e62 {
  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;
}

.focus-stale-2e62:hover {
  box-shadow: var(--shadow-lg);
}

.focus-stale-2e62.footer_71eb {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.main_lite_ba26 {
  flex-shrink: 0;
}

.main_lite_ba26 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);
}

.form-liquid-2f72 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.advanced-4bf0,
.shadow-down-a263,
.wood_8d55 {
  width: 100%;
  margin: 1.5rem 0;
}

.shade-f382 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.shade-f382 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.label-gold-f748 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.label-gold-f748 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.accent_static_53b4 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.accent_static_53b4 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.hero_prev_6c88 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.footer-blue-13aa {
  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;
}

.footer-blue-13aa:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.footer-blue-13aa.popup-warm-740d {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.footer-blue-13aa .wide_2047 {
  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;
}

.footer-blue-13aa h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.module_f996 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.tiny_1181 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.tiny_1181 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.pressed_a51e {
  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 === */
.gallery_c618 {
  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;
}

.modal_6880 {
  background-color: var(--primary-color);
  color: white;
}

.modal_6880:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.focus-simple-38e8 {
  background-color: var(--text-secondary);
  color: white;
}

.focus-simple-38e8:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.video_ca15 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.video_ca15:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.bright_e1ec {
  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;
}

.bright_e1ec:hover {
  background-color: var(--primary-dark);
}

.content-0a67 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.down-66d6 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.nav_right_63a3 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.primary_south_31ee {
  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 === */
.tooltip_easy_d245 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.notice-b7bb {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.notice-b7bb h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.top_6e03 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.full_281c {
  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;
}

.detail-pro-3567 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.tooltip-cold-a6e2 {
  list-style: none;
  counter-reset: rank-counter;
}

.tooltip-cold-a6e2 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.tooltip-cold-a6e2 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;
}

.out_94ab {
  list-style: none;
}

.out_94ab li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.medium-6f60 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.steel-9547 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.steel-9547 .message-yellow-afc2 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.steel-9547 .heading-ea12 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.aside-3b43 {
  margin-top: 3rem;
}

.border-focused-9cae {
  width: 100%;
}

.banner_a9aa {
  background-color: #fef3c7;
}

.dropdown_2836 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.upper-86b1 {
  margin: 3rem 0;
}

.brown-b6f8 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.north_bf62 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.north_bf62:hover {
  box-shadow: var(--shadow-lg);
}

.north_bf62.content_inner_7831 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.hero-39e9 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.breadcrumb-9d06 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.breadcrumb-9d06 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.main_3b1e {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.north_bf62 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.notice-f9c8 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.banner_gold_e2df {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.large-8b43 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.summary-820d {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.card-upper-08eb {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.picture-medium-5ae6 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.dim-d84c {
  max-width: 900px;
  margin: 0 auto;
}

.black-b2bd {
  margin: 2rem 0;
}

.accent_under_46e8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.accent_under_46e8 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.accent_under_46e8 summary::-webkit-details-marker {
  display: none;
}

.accent_under_46e8 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.sidebar-under-03f7 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.accent_under_46e8[open] .sidebar-under-03f7 {
  transform: rotate(45deg);
}

.main-2ac4 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.main-2ac4 p:last-child {
  margin-bottom: 0;
}

.progress_under_a084 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.footer_tall_5df3 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.backdrop_south_7d87 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.backdrop_south_7d87 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.backdrop_south_7d87 .gallery_c618 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.preview_steel_7092 {
  max-width: 900px;
  margin: 0 auto;
}

.glass_65f6 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.primary-8e08 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.primary-8e08.fn-success-27a6 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.shadow-slow-5eab {
  font-size: 3rem;
  line-height: 1;
}

.current_a53f h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.thick_8e76 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.liquid_9918,
.popup_purple_a6a9 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.liquid_9918 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.popup_purple_a6a9 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.row_8d56,
.breadcrumb_1b54 {
  margin: 1.5rem 0;
}

.row_8d56 li,
.breadcrumb_1b54 li {
  margin-bottom: 1rem;
}

.mask-dark-9488 {
  margin: 3rem 0;
}

.gradient-9276 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.gradient-9276 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.gradient-9276 ol {
  margin: 1rem 0;
}

.gradient-9276 li {
  margin-bottom: 0.75rem;
}

.tertiary-acb1 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.button_gold_86f4 {
  margin: 2rem 0;
}

.pro-70cd {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.pagination-large-88f4 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.large-0a8b {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.avatar_wide_288b {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.pagination-e3fa {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.alert_current_39fe {
  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;
}

.alert_current_39fe img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.border_fb58 {
  flex: 1;
}

.border_fb58 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.shadow-last-49f6 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.overlay_tall_260d p {
  margin-bottom: 1rem;
}

.video-d6ce {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.video_orange_8da8 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.logo_bright_8e3c {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.logo_bright_8e3c a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.modal_selected_66bf h3 {
  margin-bottom: 1.5rem;
}

.mask_8427 {
  display: grid;
  gap: 2rem;
}

.title_smooth_f83c {
  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;
}

.title_smooth_f83c img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.title_smooth_f83c h4 {
  margin: 0 0 0.25rem;
}

.title_smooth_f83c p {
  margin: 0;
  font-size: 0.9375rem;
}

.module-cold-ede0 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.video-82ef {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.video-82ef h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.video-82ef ul {
  margin: 1.5rem 0;
}

.video-82ef li {
  margin-bottom: 0.75rem;
}

.bright-a4dd {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.fresh_1949 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.grid_solid_ab34 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.aside_yellow_d1b2 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.aside_yellow_d1b2 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.motion_cd9b {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.motion_cd9b a {
  color: rgba(255, 255, 255, 0.8);
}

.button-basic-a20c {
  list-style: none;
}

.button-basic-a20c li {
  margin-bottom: 0.75rem;
}

.button-basic-a20c a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.button-basic-a20c a:hover {
  color: white;
}

.focus_301a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.full_d672 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.badge-1c96 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.yellow-a699 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.down-5d91 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .wrapper-cool-a2c7 {
    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;
  }

  .gallery-purple-23db {
    font-size: 1.5rem !important;
  }

  .menu_d6f2 {
    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 */
  .active-left-0e4a,
  .wood_dfee,
  .advanced_db85,
  .form-liquid-2f72,
  .hero-39e9,
  .north_bf62,
  .main-2ac4,
  .secondary_9499,
  .aside-05d1,
  .detail_137e {
    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 */
  .tooltip_small_5e87 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .mask_808c {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .primary_eeeb {
    flex-shrink: 0;
  }

  .border_fb58 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .picture-full-55ef,
  .progress-5c33 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .progress-5c33 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .hero_f5ef {
    display: none;
  }

  /* Show mobile actions */
  .menu_dirty_f36a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .top-20e9 {
    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;
  }

  .top-20e9 svg {
    flex-shrink: 0;
  }

  .top-20e9 .icon_dim_a131 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .top-20e9 .purple_5b9e {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .tag_bronze_22ce {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .left-8e40 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .top-20e9:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .accent-dirty-0372 {
    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;
  }

  .accent-dirty-0372.fn-active-27a6 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .accent-dirty-0372 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .accent-dirty-0372 li:last-child {
    border-bottom: none;
  }

  .accent-dirty-0372 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .popup-37ec {
    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;
  }

  .popup-37ec li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .popup-37ec li:last-child {
    border-bottom: none;
  }

  .popup-37ec a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .avatar_f781 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .box_huge_1229 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .list-medium-86b8,
  .active-092c {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .list-medium-86b8 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .active-092c {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .popup-37ec.fn-active-27a6 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .under-3f4e {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .small_888f {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .button-62f5 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .footer-bronze-7177 {
    margin-top: 0;
  }

  /* Hero section */
  .footer-bronze-7177 {
    padding: 2rem 0 1.5rem;
  }

  .menu_d6f2 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .aside-05d1 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .narrow_4a85 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .heading-in-ea80 {
    max-width: 100%;
    border-radius: 8px;
  }

  .copper-1811 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .over-b017 {
    padding: 1rem;
  }

  .overlay_217c {
    font-size: 1.5rem;
  }

  .pagination-gas-309a {
    font-size: 0.75rem;
  }

  .secondary_9499 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .bottom_c7bd {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .bottom_c7bd .gallery_c618 {
    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 */
  .secondary-copper-ed2e {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .focus-stale-2e62 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .main_lite_ba26 {
    margin-bottom: 1rem;
  }

  /* Author */
  .selected-ee9a {
    flex-direction: column;
  }

  .alert_current_39fe {
    flex-direction: column;
  }

  /* Quotes */
  .hero-39e9 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .thick_8e76 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .avatar_wide_288b {
    flex-direction: column;
  }

  .avatar_wide_288b .gallery_c618 {
    width: 100%;
  }

  /* Version comparison */
  .hero_prev_6c88 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .tooltip_easy_d245 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .grid_solid_ab34 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .badge-1c96 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .input-d5ad,
  .shadow-down-a263,
  .item_cool_fae0,
  .border-focused-9cae,
  .advanced-4bf0,
  .wood_8d55 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .input-d5ad table,
  .shadow-down-a263 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .pressed_a51e {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .wrapper-cool-a2c7 {
    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;
  }

  .gallery-purple-23db {
    font-size: 1.25rem !important;
  }

  .menu_d6f2 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .small_888f {
    position: fixed;
  }

  .button-62f5 {
    padding: 0.625rem 0;
  }

  .status_rough_082d img {
    height: 26px;
  }

  .popup-37ec {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .accent-dirty-0372 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .top-20e9 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .top-20e9 svg {
    width: 18px;
    height: 18px;
  }

  .top-20e9 .icon_dim_a131 {
    font-size: 0.7rem;
  }

  .top-20e9 .purple_5b9e {
    font-size: 0.65rem;
  }

  .list-medium-86b8,
  .active-092c {
    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, .wrapper-cool-a2c7, .secondary-2447, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .narrow_4a85 {
    padding: 1rem;
  }

  .copper-1811 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .over-b017 {
    padding: 0.875rem;
  }

  .overlay_217c {
    font-size: 1.25rem;
  }

  .bottom_c7bd .gallery_c618 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .menu_d6f2 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .gallery_c618 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .content-0a67 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .focus-stale-2e62 {
    padding: 1rem;
  }

  .main_lite_ba26 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .active-left-0e4a,
  .narrow_730c,
  .main-green-28e3,
  .silver-c1a8 {
    padding: 1rem;
  }
}

@media print {
  .small_888f,
  .photo-easy-90be,
  .under-3f4e,
  .gallery_c618,
  .fresh_1949 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .wrapper-cool-a2c7 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.content-center-223f {
  margin-bottom: 3rem;
  text-align: center;
}

.gallery-purple-23db {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.shadow-bottom-ade5 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.message_145e,
.gradient-warm-a035 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.hidden_iron_6bff {
  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;
}

.hidden_iron_6bff:hover {
  transform: translateY(-5px);
}

.hidden_iron_6bff strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.hidden_iron_6bff span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.logo-524f {
  margin: 3rem 0;
}

.input_2383 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.block_dirty_d538 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.block_dirty_d538:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.mini-cee3 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.highlight_dynamic_d52d {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.feature_orange_ba51 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.main_full_dd68 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.nav_east_8254 {
  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;
}

.nav_east_8254:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.nav_east_8254.dirty-4d9e {
  border-left: 4px solid var(--primary-color);
}

.picture-d6c4 {
  flex-shrink: 0;
}

.picture-d6c4 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.surface_medium_4097 {
  flex: 1;
}

.surface_medium_4097 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.dropdown-complex-a761 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.white_364d,
.secondary_85a0,
.small-fda5 {
  margin-bottom: 1.5rem;
}

.white_364d h4,
.secondary_85a0 h4,
.small-fda5 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.white_364d ul,
.secondary_85a0 ul,
.small-fda5 ul {
  list-style: none;
  padding: 0;
}

.white_364d li,
.secondary_85a0 li,
.small-fda5 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.white_364d li:before,
.secondary_85a0 li:before,
.small-fda5 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.label-3a15 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.label-3a15 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;
}

.label-3a15 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.notice_35de { margin: 2rem 0; }
.shade-south-d8be { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.shade-south-d8be h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.glass_fbed p { margin-bottom: 1rem; line-height: 1.7; }
.glass_fbed strong { color: var(--text-primary); }
.glass_fbed ul { list-style: none; padding-left: 0; }
.glass_fbed ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.glass_fbed ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.hover_0294 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.blue-69e2 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.blue-69e2:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.paragraph-01bd { font-size: 3rem; margin-bottom: 1rem; }
.blue-69e2 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.blue-69e2 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.message_fb02 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.message_fb02 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.photo-10e0 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.nav-east-7a03 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.shadow_4a91 { text-align: center; }
.clean_ef99 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.banner_next_1a54 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.link-2366 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.description_advanced_c16b { margin: 2rem 0; }
.easy-abac { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.easy-abac h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.easy-abac p, .easy-abac ul { line-height: 1.7; }
.easy-abac ul { list-style: none; padding-left: 0; }
.easy-abac ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.easy-abac ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.filter-steel-91d1 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.black-9fcf { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.primary-420a { text-align: center; }
.item-west-a926 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.large_0b5a { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.solid-0d36 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.component_7818 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.tiny-831e { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.tiny-831e:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.tiny-831e h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.tiny-831e p, .tiny-831e ul { line-height: 1.7; }
.tiny-831e ul { list-style: none; padding-left: 0; }
.tiny-831e ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.tiny-831e ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 418a */
.ghost-box-h5 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.0;
}
