/* ============================================
   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 */
.full-934e p,
.sort-9cc4,
.column_pro_f576,
.image-dynamic-8966,
.pro-0c59,
.component-first-bc2d,
.stale_7914,
.hard-698f {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.detail-brown-e1e7 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.detail-brown-e1e7 > *,
.smooth-3e69,
.full-934e,
.outline-brown-32a7 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .detail-brown-e1e7 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .detail-brown-e1e7 {
    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 === */
.warm_663e {
  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 */
.warm_663e.south-2246 {
  box-shadow: var(--shadow-md);
}

.surface_3d68 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.background-blue-aed0 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.active_yellow_1ddf {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.mask-f50e {
  display: none;
}

/* Hide mobile actions on desktop */
.tertiary_tiny_866e {
  display: none;
}

.text_e95d a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.text_e95d a:hover,
.text_e95d a.fn-active-49cd {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.simple-d49e {
  margin-left: 1rem;
}

.center_6817 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.aside-a18c,
.disabled_active_2845 {
  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;
}

.aside-a18c {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.aside-a18c: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;
}

.disabled_active_2845 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.disabled_active_2845: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;
}

.aside-a18c svg,
.disabled_active_2845 svg {
  flex-shrink: 0;
}

.sort_cold_a020 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.photo-d1de {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.photo-d1de::before,
.photo-d1de::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.photo-d1de::before {
  top: -7px;
}

.photo-d1de::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.new-916f {
  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 === */
.accent_current_cf34 {
  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);
}

.gradient_fixed_56dc {
  margin: 0 0 2rem;
  text-align: center;
}

.clean_6f1c {
  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;
}

.clean_6f1c:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.green_1253 {
  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);
}

.green_1253 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.rough_fca6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.surface_huge_3049 {
  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;
}

.surface_huge_3049:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.carousel_pro_1b2e {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.secondary-246d {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.element_red_43fe {
  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);
}

.element_red_43fe .alert_soft_ef8e {
  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;
}

.element_red_43fe .alert_soft_ef8e svg {
  flex-shrink: 0;
}

.element_red_43fe .surface_5758 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.element_red_43fe .surface_5758: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);
}

.element_red_43fe .short_fa76 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.element_red_43fe .short_fa76: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) {
  .accent_current_cf34 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .clean_6f1c {
    max-width: 100%;
  }

  .rough_fca6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .surface_huge_3049 {
    padding: 1rem;
  }

  .carousel_pro_1b2e {
    font-size: 1.5rem;
  }

  .secondary-246d {
    font-size: 0.75rem;
  }

  .green_1253 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .element_red_43fe {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .element_red_43fe .alert_soft_ef8e {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .rough_fca6 {
    grid-template-columns: 1fr;
  }
}

.action_b3fb {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.container-80da {
  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 === */
.message-west-0725 {
  margin-bottom: 2.5rem;
}

.icon_brown_eb2f {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.action_b3fb {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.left-931a {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.left_b354 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.dropdown-29ac {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.easy-d40d {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.shade-927e {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.fresh_ce6b {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.carousel-48b5 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.carousel-48b5 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.widget-pink-ba19 {
  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);
}

.media-d05e {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.selected-5408 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.popup_upper_fe0a {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.grid-current-c378 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.progress-07ea {
  display: grid;
  gap: 1rem;
}

.modal_fresh_2ed6 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.hover_061e {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.north_8d64 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.main_easy_de81 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.progress-7437 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.lower-a36e {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.lower-a36e p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.sort-9cc4 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.background-1486 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.search_7708 {
  display: grid;
  gap: 2rem;
}

.summary-c50a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.left_b354 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.left-931a {
  flex: 1;
}

.easy-d40d {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.easy-d40d a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.popup_c078 {
  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;
}

.shade-927e {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.badge-pressed-c5d3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.badge-pressed-c5d3 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.solid_4870 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.solid_4870 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.title_wide_b0e4 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.title_wide_b0e4 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.title_wide_b0e4 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.title_wide_b0e4 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.outline_paper_96b3 {
  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 === */
.popup-5754 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.pressed_cfa2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.pattern_thick_ea2e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.secondary-huge-ed45 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.secondary-huge-ed45 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.secondary-huge-ed45 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.secondary-huge-ed45 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;
}

.secondary-huge-ed45 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.secondary-huge-ed45 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.full-934e {
  padding: 3rem 0 5rem;
}

.outline-brown-32a7 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.outline-brown-32a7.accent-blue-eb0a {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.column_pro_f576 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.pagination_8ebb {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.bright-1d2a {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.bright-1d2a h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.caption-180e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.filter-stone-1ca7 {
  text-align: center;
}

.out-c2ca {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.solid-cee3 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.first-b51b {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.component-first-bc2d {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.image-dynamic-8966 {
  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;
}

.image-dynamic-8966 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.image-dynamic-8966:hover {
  box-shadow: var(--shadow-lg);
}

.image-dynamic-8966.box_f0be {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.image-dynamic-8966 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.image-dynamic-8966 ul {
  margin: 1rem 0;
}

.image-dynamic-8966 li {
  margin-bottom: 0.75rem;
}

.texture-9c06 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.backdrop-hard-4f69 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.backdrop-hard-4f69 a {
  font-weight: 600;
}

/* === Data Tables === */
.last-679a {
  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;
}

.last-679a table {
  width: 100%;
  min-width: 600px;
}

.last-679a thead {
  background-color: var(--primary-color);
  color: white;
}

.last-679a th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.last-679a td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.last-679a tbody tr:hover {
  background-color: var(--bg-secondary);
}

.last-679a tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.detail_current_47b9 {
  list-style: none;
  margin: 1.5rem 0;
}

.detail_current_47b9 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.detail_current_47b9 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.label_da20::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-49cd::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 === */
.wrapper_large_e41f {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.gold_c670 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.gold_c670 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.gold_c670 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.gold_c670 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.wrapper_large_e41f blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.stale_7914 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.stale_7914::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.info-e900 {
  position: relative;
  margin-bottom: 3rem;
}

.row_cda5 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.row_cda5 .solid_0b47 {
  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;
}

.section_dde8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.section_dde8 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.section_dde8 ul {
  margin: 1rem 0;
}

.section_dde8 li {
  margin-bottom: 0.75rem;
}

.rough-a1d9 {
  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 === */
.blue-4fbd {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.blue-4fbd h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.panel-7bb8 {
  list-style: none;
  margin: 1.5rem 0;
}

.panel-7bb8 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.panel-7bb8 a {
  font-weight: 600;
}

.column-4720 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.hard-698f {
  margin: 2.5rem 0;
}

.last-6c51 {
  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;
}

.last-6c51:hover {
  box-shadow: var(--shadow-lg);
}

.last-6c51.modal_south_62a9 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.video_under_5015 {
  flex-shrink: 0;
}

.video_under_5015 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);
}

.active-left-e2a0 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.nav_f797,
.purple_caf7,
.link_1c62 {
  width: 100%;
  margin: 1.5rem 0;
}

.info_d7ad {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.info_d7ad strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.gradient_63b5 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.gradient_63b5 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.hot-8375 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.hot-8375 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.liquid_178c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.block-medium-d117 {
  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;
}

.block-medium-d117:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.block-medium-d117.panel-fresh-d59c {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.block-medium-d117 .sort_42fe {
  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;
}

.block-medium-d117 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.next_7709 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.notification_85a2 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.notification_85a2 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.advanced_35b0 {
  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 === */
.alert_soft_ef8e {
  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;
}

.surface_5758 {
  background-color: var(--primary-color);
  color: white;
}

.surface_5758:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.short_fa76 {
  background-color: var(--text-secondary);
  color: white;
}

.short_fa76:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.backdrop-soft-e221 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.backdrop-soft-e221:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.mask_0d8a {
  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;
}

.mask_0d8a:hover {
  background-color: var(--primary-dark);
}

.disabled-10e5 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.medium-b2ed {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.current-0582 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.notification-liquid-c06d {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #fef3c7;
  color: #92400e;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

/* === Demographics & Data Visualization === */
.thumbnail-886a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.image_old_bda7 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.image_old_bda7 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.accordion_cool_90b5 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.title_b4ae {
  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;
}

.large_5d15 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.prev-6a01 {
  list-style: none;
  counter-reset: rank-counter;
}

.prev-6a01 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.prev-6a01 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;
}

.highlight_active_e20a {
  list-style: none;
}

.highlight_active_e20a li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.notice_9f4d {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.item-7915 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.item-7915 .backdrop-silver-5005 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.item-7915 .wood-ecc4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.box-lower-dfa1 {
  margin-top: 3rem;
}

.label-dynamic-43d4 {
  width: 100%;
}

.texture-92c0 {
  background-color: #fef3c7;
}

.basic-93e2 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.fast-a0fd {
  margin: 3rem 0;
}

.hover_advanced_92ce {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.over-4fd9 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.over-4fd9:hover {
  box-shadow: var(--shadow-lg);
}

.over-4fd9.focus-inner-46e0 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.notice_under_c40f {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.border_first_397a strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.border_first_397a span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.photo-986b {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.over-4fd9 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.search_e4ef {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.disabled_green_00e2 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.background-black-ef70 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.bottom_e1d0 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.item-static-aff4 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.image-slow-ac53 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.highlight-lite-5f06 {
  max-width: 900px;
  margin: 0 auto;
}

.alert_over_062d {
  margin: 2rem 0;
}

.old-df60 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.old-df60 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.old-df60 summary::-webkit-details-marker {
  display: none;
}

.old-df60 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.under_5c2f {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.old-df60[open] .under_5c2f {
  transform: rotate(45deg);
}

.fixed-2545 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.fixed-2545 p:last-child {
  margin-bottom: 0;
}

.content_liquid_36e5 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.tiny_5344 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.under-a724 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.under-a724 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.under-a724 .alert_soft_ef8e {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.east_3c16 {
  max-width: 900px;
  margin: 0 auto;
}

.footer-basic-6077 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.gas_f6b0 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.gas_f6b0.fn-success-49cd {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.highlight-left-5efd {
  font-size: 3rem;
  line-height: 1;
}

.background_6f12 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.row_f4c6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.nav-6059,
.paragraph_south_caa8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.nav-6059 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.paragraph_south_caa8 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.pagination_3f1c,
.complex-4d42 {
  margin: 1.5rem 0;
}

.pagination_3f1c li,
.complex-4d42 li {
  margin-bottom: 1rem;
}

.preview_cool_5802 {
  margin: 3rem 0;
}

.item-2d07 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.item-2d07 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.item-2d07 ol {
  margin: 1rem 0;
}

.item-2d07 li {
  margin-bottom: 0.75rem;
}

.content-liquid-13ca {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.filter-light-1501 {
  margin: 2rem 0;
}

.hot_de1f {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.mask-upper-a47f {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.form_a68f {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.stone_60d0 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.caption_lower_e229 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.hidden-light-5eaf {
  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;
}

.hidden-light-5eaf img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.dropdown-29ac {
  flex: 1;
}

.dropdown-29ac h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.outer-c704 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.input_5c66 p {
  margin-bottom: 1rem;
}

.avatar-short-186b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.layout_f8f3 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.smooth-8a24 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.smooth-8a24 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.image_hot_f511 h3 {
  margin-bottom: 1.5rem;
}

.search_new_8281 {
  display: grid;
  gap: 2rem;
}

.sidebar_7ecb {
  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;
}

.sidebar_7ecb img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.sidebar_7ecb h4 {
  margin: 0 0 0.25rem;
}

.sidebar_7ecb p {
  margin: 0;
  font-size: 0.9375rem;
}

.prev_d7be {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.alert_a0f7 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.alert_a0f7 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.alert_a0f7 ul {
  margin: 1.5rem 0;
}

.alert_a0f7 li {
  margin-bottom: 0.75rem;
}

.info-short-4524 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.progress-e072 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.modal_bronze_e27e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.west-3630 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.west-3630 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.notice_3648 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.notice_3648 a {
  color: rgba(255, 255, 255, 0.8);
}

.section-east-e0d8 {
  list-style: none;
}

.section-east-e0d8 li {
  margin-bottom: 0.75rem;
}

.section-east-e0d8 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.section-east-e0d8 a:hover {
  color: white;
}

.text_dynamic_0e38 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.easy-380c {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.section-df6f {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.text-9406 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.south-5c8a {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .detail-brown-e1e7 {
    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;
  }

  .text-be33 {
    font-size: 1.5rem !important;
  }

  .icon_brown_eb2f {
    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 */
  .image-dynamic-8966,
  .pro-0c59,
  .section_dde8,
  .active-left-e2a0,
  .notice_under_c40f,
  .over-4fd9,
  .fixed-2545,
  .green_1253,
  .sort-9cc4,
  .column_pro_f576 {
    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 */
  .action_b3fb {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .left-931a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .left_b354 {
    flex-shrink: 0;
  }

  .dropdown-29ac {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .easy-d40d,
  .shade-927e {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .shade-927e {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .active_yellow_1ddf {
    display: none;
  }

  /* Show mobile actions */
  .tertiary_tiny_866e {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .texture-c966 {
    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;
  }

  .texture-c966 svg {
    flex-shrink: 0;
  }

  .texture-c966 .prev-4a13 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .texture-c966 .message_stone_33b9 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .north-a7c6 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .tag-old-27b3 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .texture-c966:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .mask-f50e {
    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;
  }

  .mask-f50e.fn-active-49cd {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .mask-f50e li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .mask-f50e li:last-child {
    border-bottom: none;
  }

  .mask-f50e a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .text_e95d {
    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;
  }

  .text_e95d li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .text_e95d li:last-child {
    border-bottom: none;
  }

  .text_e95d a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .simple-d49e {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .center_6817 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .aside-a18c,
  .disabled_active_2845 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .aside-a18c {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .disabled_active_2845 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .text_e95d.fn-active-49cd {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .sort_cold_a020 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .warm_663e {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .surface_3d68 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .new-916f {
    margin-top: 0;
  }

  /* Hero section */
  .new-916f {
    padding: 2rem 0 1.5rem;
  }

  .icon_brown_eb2f {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .sort-9cc4 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .accent_current_cf34 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .clean_6f1c {
    max-width: 100%;
    border-radius: 8px;
  }

  .rough_fca6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .surface_huge_3049 {
    padding: 1rem;
  }

  .carousel_pro_1b2e {
    font-size: 1.5rem;
  }

  .secondary-246d {
    font-size: 0.75rem;
  }

  .green_1253 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .element_red_43fe {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .element_red_43fe .alert_soft_ef8e {
    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 */
  .pattern_thick_ea2e {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .last-6c51 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .video_under_5015 {
    margin-bottom: 1rem;
  }

  /* Author */
  .summary-c50a {
    flex-direction: column;
  }

  .hidden-light-5eaf {
    flex-direction: column;
  }

  /* Quotes */
  .notice_under_c40f {
    flex-direction: column;
  }

  /* Pros/Cons */
  .row_f4c6 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .stone_60d0 {
    flex-direction: column;
  }

  .stone_60d0 .alert_soft_ef8e {
    width: 100%;
  }

  /* Version comparison */
  .liquid_178c {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .thumbnail-886a {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .modal_bronze_e27e {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .section-df6f {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .last-679a,
  .purple_caf7,
  .mini_0b11,
  .label-dynamic-43d4,
  .nav_f797,
  .link_1c62 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .last-679a table,
  .purple_caf7 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .advanced_35b0 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .detail-brown-e1e7 {
    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;
  }

  .text-be33 {
    font-size: 1.25rem !important;
  }

  .icon_brown_eb2f {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .warm_663e {
    position: fixed;
  }

  .surface_3d68 {
    padding: 0.625rem 0;
  }

  .background-blue-aed0 img {
    height: 26px;
  }

  .text_e95d {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .mask-f50e {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .texture-c966 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .texture-c966 svg {
    width: 18px;
    height: 18px;
  }

  .texture-c966 .prev-4a13 {
    font-size: 0.7rem;
  }

  .texture-c966 .message_stone_33b9 {
    font-size: 0.65rem;
  }

  .aside-a18c,
  .disabled_active_2845 {
    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, .detail-brown-e1e7, .smooth-3e69, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .accent_current_cf34 {
    padding: 1rem;
  }

  .rough_fca6 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .surface_huge_3049 {
    padding: 0.875rem;
  }

  .carousel_pro_1b2e {
    font-size: 1.25rem;
  }

  .element_red_43fe .alert_soft_ef8e {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .icon_brown_eb2f {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .alert_soft_ef8e {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .disabled-10e5 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .last-6c51 {
    padding: 1rem;
  }

  .video_under_5015 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .image-dynamic-8966,
  .aside_2d7d,
  .fixed_36fc,
  .tertiary-75df {
    padding: 1rem;
  }
}

@media print {
  .warm_663e,
  .popup-5754,
  .sort_cold_a020,
  .alert_soft_ef8e,
  .progress-e072 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .detail-brown-e1e7 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.center-8d61 {
  margin-bottom: 3rem;
  text-align: center;
}

.text-be33 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.bottom_f9a1 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.full_0468,
.element_f709 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.border-052d {
  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;
}

.border-052d:hover {
  transform: translateY(-5px);
}

.border-052d strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.border-052d span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.column-hot-4fad {
  margin: 3rem 0;
}

.dark_8305 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.heading_9dab {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.heading_9dab:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.pressed_9b9a {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.liquid_8a90 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.smooth_dc90 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.nav_east_bea2 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.search-gas-9ea0 {
  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;
}

.search-gas-9ea0:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.search-gas-9ea0.notification-4c7c {
  border-left: 4px solid var(--primary-color);
}

.status_iron_1994 {
  flex-shrink: 0;
}

.status_iron_1994 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.overlay_64e0 {
  flex: 1;
}

.overlay_64e0 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.main-purple-cb58 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.medium_f41b,
.progress_a4ee,
.label_833e {
  margin-bottom: 1.5rem;
}

.medium_f41b h4,
.progress_a4ee h4,
.label_833e h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.medium_f41b ul,
.progress_a4ee ul,
.label_833e ul {
  list-style: none;
  padding: 0;
}

.medium_f41b li,
.progress_a4ee li,
.label_833e li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.medium_f41b li:before,
.progress_a4ee li:before,
.label_833e li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.image-f044 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.image-f044 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;
}

.image-f044 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.down_ec42 { margin: 2rem 0; }
.menu-71da { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.menu-71da h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.texture_fixed_15c7 p { margin-bottom: 1rem; line-height: 1.7; }
.texture_fixed_15c7 strong { color: var(--text-primary); }
.texture_fixed_15c7 ul { list-style: none; padding-left: 0; }
.texture_fixed_15c7 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.texture_fixed_15c7 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.block-thick-9199 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.aside_wide_3c7c { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.aside_wide_3c7c:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.message-rough-e30f { font-size: 3rem; margin-bottom: 1rem; }
.aside_wide_3c7c h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.aside_wide_3c7c p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.notification_static_7f84 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.notification_static_7f84 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.up-df64 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.main-db77 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.narrow_857a { text-align: center; }
.filter_0de7 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.sidebar_5ead { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.box_dark_fc72 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.yellow_499b { margin: 2rem 0; }
.card_0d4a { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.card_0d4a h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.card_0d4a p, .card_0d4a ul { line-height: 1.7; }
.card_0d4a ul { list-style: none; padding-left: 0; }
.card_0d4a ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.card_0d4a ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.pink_52d7 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.large_70a9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.fast-e684 { text-align: center; }
.dark_6497 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.bright-82cb { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.over_2e86 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.current-342e { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.shadow_advanced_7bda { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.shadow_advanced_7bda:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.shadow_advanced_7bda h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.shadow_advanced_7bda p, .shadow_advanced_7bda ul { line-height: 1.7; }
.shadow_advanced_7bda ul { list-style: none; padding-left: 0; }
.shadow_advanced_7bda ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.shadow_advanced_7bda ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 85b6 */
.promo-block-f3 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
