/* ============================================
   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 */
.filter-39f7 p,
.down-c5ca,
.title_320f,
.background-f50a,
.dropdown_wide_5a6e,
.link-dd9b,
.slider_tall_7371,
.plasma_caf9 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.logo_63b2 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.logo_63b2 > *,
.outer_76c6,
.filter-39f7,
.column_dynamic_5891 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .logo_63b2 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .logo_63b2 {
    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 === */
.button_huge_9a0a {
  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 */
.button_huge_9a0a.hidden_dad4 {
  box-shadow: var(--shadow-md);
}

.gradient_fa58 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.media-f7e0 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.gallery-down-cd38 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.surface_42a0 {
  display: none;
}

/* Hide mobile actions on desktop */
.hero-e1a9 {
  display: none;
}

.overlay-pressed-b891 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.overlay-pressed-b891 a:hover,
.overlay-pressed-b891 a.fn-active-9b96 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.tertiary-large-18b6 {
  margin-left: 1rem;
}

.prev_356a {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.status-north-b75e,
.hero-static-2bf1 {
  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;
}

.status-north-b75e {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.status-north-b75e: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;
}

.hero-static-2bf1 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.hero-static-2bf1: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;
}

.status-north-b75e svg,
.hero-static-2bf1 svg {
  flex-shrink: 0;
}

.full-4c6d {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.notification-5ce1 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.notification-5ce1::before,
.notification-5ce1::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.notification-5ce1::before {
  top: -7px;
}

.notification-5ce1::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.cold_5b14 {
  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 === */
.background-c52c {
  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);
}

.progress-cc1a {
  margin: 0 0 2rem;
  text-align: center;
}

.hover-basic-5b4e {
  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;
}

.hover-basic-5b4e:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.last_0607 {
  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);
}

.last_0607 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.east-7f77 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.link-lower-3a26 {
  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;
}

.link-lower-3a26:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.old-e119 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.photo_fc34 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.aside-south-510a {
  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);
}

.aside-south-510a .highlight_selected_22bf {
  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;
}

.aside-south-510a .highlight_selected_22bf svg {
  flex-shrink: 0;
}

.aside-south-510a .tooltip-glass-3aa5 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.aside-south-510a .tooltip-glass-3aa5: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);
}

.aside-south-510a .lite-cd82 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.aside-south-510a .lite-cd82: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) {
  .background-c52c {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .hover-basic-5b4e {
    max-width: 100%;
  }

  .east-7f77 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .link-lower-3a26 {
    padding: 1rem;
  }

  .old-e119 {
    font-size: 1.5rem;
  }

  .photo_fc34 {
    font-size: 0.75rem;
  }

  .last_0607 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .aside-south-510a {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .aside-south-510a .highlight_selected_22bf {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .east-7f77 {
    grid-template-columns: 1fr;
  }
}

.main-west-1def {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.green_7ea6 {
  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 === */
.sort-1be3 {
  margin-bottom: 2.5rem;
}

.content_f735 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.main-west-1def {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.down-272e {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.slow-c6ac {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.gradient-upper-d2b8 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.widget_2287 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.popup_c387 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.item_b055 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.box_93e1 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.box_93e1 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.silver-5f58 {
  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);
}

.top-6bbc {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.filter-b5e3 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.alert-e29c {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.tabs_e97c {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.hero-fresh-6467 {
  display: grid;
  gap: 1rem;
}

.box_9418 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.north_3edc {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.texture-3ad8 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.caption_2bd3 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.tiny_c0d5 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.caption_glass_1e85 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.caption_glass_1e85 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.down-c5ca {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.current-1786 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.center-cd62 {
  display: grid;
  gap: 2rem;
}

.hover-top-eff6 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.slow-c6ac {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.down-272e {
  flex: 1;
}

.widget_2287 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.widget_2287 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.hard_7b6b {
  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;
}

.popup_c387 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.middle-4731 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.middle-4731 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.border-dim-ac22 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.border-dim-ac22 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.mini-c8d2 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.mini-c8d2 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.mini-c8d2 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mini-c8d2 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.east-e462 {
  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 === */
.button-834a {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.dropdown_thick_3bf1 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.primary_tall_3d25 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.active-5887 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.active-5887 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.active-5887 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.active-5887 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;
}

.active-5887 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.active-5887 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.filter-39f7 {
  padding: 3rem 0 5rem;
}

.column_dynamic_5891 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.column_dynamic_5891.accent_e108 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.title_320f {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.content-3b24 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.pro-0275 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.pro-0275 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.badge-cold-c541 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.cool-a10c {
  text-align: center;
}

.north_ce52 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.avatar-4c4b {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.over_626e {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.link-dd9b {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.background-f50a {
  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;
}

.background-f50a * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.background-f50a:hover {
  box-shadow: var(--shadow-lg);
}

.background-f50a.icon-short-9753 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.background-f50a h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.background-f50a ul {
  margin: 1rem 0;
}

.background-f50a li {
  margin-bottom: 0.75rem;
}

.surface_92c2 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.picture-01d8 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.picture-01d8 a {
  font-weight: 600;
}

/* === Data Tables === */
.video_last_5924 {
  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;
}

.video_last_5924 table {
  width: 100%;
  min-width: 600px;
}

.video_last_5924 thead {
  background-color: var(--primary-color);
  color: white;
}

.video_last_5924 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.video_last_5924 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.video_last_5924 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.video_last_5924 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.tiny_25d8 {
  list-style: none;
  margin: 1.5rem 0;
}

.tiny_25d8 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.tiny_25d8 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.aside_north_d2f9::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-9b96::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 === */
.shade_56f4 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.footer_a4ec {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.footer_a4ec img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.footer_a4ec strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.footer_a4ec span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.shade_56f4 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.slider_tall_7371 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.slider_tall_7371::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.notice_4078 {
  position: relative;
  margin-bottom: 3rem;
}

.primary-130c {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.primary-130c .glass-6bc9 {
  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;
}

.frame-63bd {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.frame-63bd h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.frame-63bd ul {
  margin: 1rem 0;
}

.frame-63bd li {
  margin-bottom: 0.75rem;
}

.table-ce2d {
  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 === */
.main_white_bf14 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.main_white_bf14 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.status_e049 {
  list-style: none;
  margin: 1.5rem 0;
}

.status_e049 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.status_e049 a {
  font-weight: 600;
}

.accent-south-b873 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.plasma_caf9 {
  margin: 2.5rem 0;
}

.clean-d6ba {
  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;
}

.clean-d6ba:hover {
  box-shadow: var(--shadow-lg);
}

.clean-d6ba.main-lower-4874 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.tag-bf56 {
  flex-shrink: 0;
}

.tag-bf56 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);
}

.pressed_c40d h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.green-3ce9,
.orange-e78a,
.media_prev_6284 {
  width: 100%;
  margin: 1.5rem 0;
}

.breadcrumb_c504 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.breadcrumb_c504 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.section_e55a {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.section_e55a strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.summary_under_f9c2 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.summary_under_f9c2 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.alert-eac7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.carousel-69cf {
  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;
}

.carousel-69cf:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.carousel-69cf.photo-gas-c52e {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.carousel-69cf .heading-0b67 {
  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;
}

.carousel-69cf h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.logo_ff24 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.preview_8cab {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.preview_8cab label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.backdrop-88c4 {
  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 === */
.highlight_selected_22bf {
  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;
}

.tooltip-glass-3aa5 {
  background-color: var(--primary-color);
  color: white;
}

.tooltip-glass-3aa5:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.lite-cd82 {
  background-color: var(--text-secondary);
  color: white;
}

.lite-cd82:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.hover_dcbc {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.hover_dcbc:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.link_b41d {
  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;
}

.link_b41d:hover {
  background-color: var(--primary-dark);
}

.stale_964e {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.liquid-89dc {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.wood_a8bb {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.gold_a5eb {
  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 === */
.button-top-84e6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.modal_iron_d4d2 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.modal_iron_d4d2 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.shade-current-dfb1 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.brown-cab8 {
  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;
}

.popup-center-7f3a {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.text-last-8a1a {
  list-style: none;
  counter-reset: rank-counter;
}

.text-last-8a1a li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.text-last-8a1a 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;
}

.preview_light_6dd2 {
  list-style: none;
}

.preview_light_6dd2 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.right-91c1 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.info_3dfc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.info_3dfc .video_6426 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.info_3dfc .full_3e3d {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.message_mini_b753 {
  margin-top: 3rem;
}

.gradient-purple-dba7 {
  width: 100%;
}

.link_6c74 {
  background-color: #fef3c7;
}

.hover_7d77 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.section_7e56 {
  margin: 3rem 0;
}

.north-6408 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.item-a013 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.item-a013:hover {
  box-shadow: var(--shadow-lg);
}

.item-a013.module-9b17 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.easy-2081 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.picture-east-2ef2 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.picture-east-2ef2 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.cold-aa4c {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.item-a013 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.left_040c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.complex-63b8 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.badge-narrow-83ac {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.surface-51f3 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.input-bottom-a580 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.label-7283 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.solid-c98c {
  max-width: 900px;
  margin: 0 auto;
}

.logo_tiny_ec25 {
  margin: 2rem 0;
}

.search-purple-2a14 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.search-purple-2a14 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.search-purple-2a14 summary::-webkit-details-marker {
  display: none;
}

.search-purple-2a14 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.frame-c004 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.search-purple-2a14[open] .frame-c004 {
  transform: rotate(45deg);
}

.border_first_85da {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.border_first_85da p:last-child {
  margin-bottom: 0;
}

.preview_3a61 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.widget_pink_319e {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.gradient_small_16a2 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.gradient_small_16a2 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.gradient_small_16a2 .highlight_selected_22bf {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.logo-407f {
  max-width: 900px;
  margin: 0 auto;
}

.cold_c4c1 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.warm_4578 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.warm_4578.fn-success-9b96 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.table_tiny_9dcf {
  font-size: 3rem;
  line-height: 1;
}

.banner_tall_e7d9 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.header-768c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.outline-old-2cb2,
.preview_2d2e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.outline-old-2cb2 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.preview_2d2e h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.right-899b,
.secondary-fast-1528 {
  margin: 1.5rem 0;
}

.right-899b li,
.secondary-fast-1528 li {
  margin-bottom: 1rem;
}

.component_c65e {
  margin: 3rem 0;
}

.fast_ab47 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.fast_ab47 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.fast_ab47 ol {
  margin: 1rem 0;
}

.fast_ab47 li {
  margin-bottom: 0.75rem;
}

.notification-e76b {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.avatar_last_7a8b {
  margin: 2rem 0;
}

.hard-89c4 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.column-185a {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.sidebar-10b2 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.breadcrumb_paper_c31d {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.silver_1f91 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.modal_tall_8809 {
  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;
}

.modal_tall_8809 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.gradient-upper-d2b8 {
  flex: 1;
}

.gradient-upper-d2b8 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.form-small-d5e8 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.slider-56b5 p {
  margin-bottom: 1rem;
}

.green_0e09 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.paragraph-255c {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.secondary_south_e0a5 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.secondary_south_e0a5 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.tabs_5ed4 h3 {
  margin-bottom: 1.5rem;
}

.secondary_292f {
  display: grid;
  gap: 2rem;
}

.next_64d4 {
  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;
}

.next_64d4 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.next_64d4 h4 {
  margin: 0 0 0.25rem;
}

.next_64d4 p {
  margin: 0;
  font-size: 0.9375rem;
}

.hard_2914 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.wide_b2ca {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.wide_b2ca h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.wide_b2ca ul {
  margin: 1.5rem 0;
}

.wide_b2ca li {
  margin-bottom: 0.75rem;
}

.accordion-a703 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.menu-870f {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.focus_south_2014 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.shadow_hard_7b83 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.shadow_hard_7b83 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.popup_medium_d946 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.popup_medium_d946 a {
  color: rgba(255, 255, 255, 0.8);
}

.tertiary-8362 {
  list-style: none;
}

.tertiary-8362 li {
  margin-bottom: 0.75rem;
}

.tertiary-8362 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.tertiary-8362 a:hover {
  color: white;
}

.primary-small-88d2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.element-19a7 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.simple_cfdd {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.mask_soft_878b {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.surface-smooth-1d78 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .logo_63b2 {
    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;
  }

  .inner-7af5 {
    font-size: 1.5rem !important;
  }

  .content_f735 {
    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 */
  .background-f50a,
  .dropdown_wide_5a6e,
  .frame-63bd,
  .pressed_c40d,
  .easy-2081,
  .item-a013,
  .border_first_85da,
  .last_0607,
  .down-c5ca,
  .title_320f {
    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 */
  .main-west-1def {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .down-272e {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .slow-c6ac {
    flex-shrink: 0;
  }

  .gradient-upper-d2b8 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .widget_2287,
  .popup_c387 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .popup_c387 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .gallery-down-cd38 {
    display: none;
  }

  /* Show mobile actions */
  .hero-e1a9 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .icon_440c {
    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;
  }

  .icon_440c svg {
    flex-shrink: 0;
  }

  .icon_440c .in-dfce {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .icon_440c .heading-de8b {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .tall_8582 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .narrow-6915 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .icon_440c:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .surface_42a0 {
    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;
  }

  .surface_42a0.fn-active-9b96 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .surface_42a0 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .surface_42a0 li:last-child {
    border-bottom: none;
  }

  .surface_42a0 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .overlay-pressed-b891 {
    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;
  }

  .overlay-pressed-b891 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .overlay-pressed-b891 li:last-child {
    border-bottom: none;
  }

  .overlay-pressed-b891 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .tertiary-large-18b6 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .prev_356a {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .status-north-b75e,
  .hero-static-2bf1 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .status-north-b75e {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .hero-static-2bf1 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .overlay-pressed-b891.fn-active-9b96 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .full-4c6d {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .button_huge_9a0a {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .gradient_fa58 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .cold_5b14 {
    margin-top: 0;
  }

  /* Hero section */
  .cold_5b14 {
    padding: 2rem 0 1.5rem;
  }

  .content_f735 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .down-c5ca {
    font-size: 1rem;
  }

  /* Hero brand image */
  .background-c52c {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .hover-basic-5b4e {
    max-width: 100%;
    border-radius: 8px;
  }

  .east-7f77 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .link-lower-3a26 {
    padding: 1rem;
  }

  .old-e119 {
    font-size: 1.5rem;
  }

  .photo_fc34 {
    font-size: 0.75rem;
  }

  .last_0607 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .aside-south-510a {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .aside-south-510a .highlight_selected_22bf {
    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 */
  .primary_tall_3d25 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .clean-d6ba {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .tag-bf56 {
    margin-bottom: 1rem;
  }

  /* Author */
  .hover-top-eff6 {
    flex-direction: column;
  }

  .modal_tall_8809 {
    flex-direction: column;
  }

  /* Quotes */
  .easy-2081 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .header-768c {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .breadcrumb_paper_c31d {
    flex-direction: column;
  }

  .breadcrumb_paper_c31d .highlight_selected_22bf {
    width: 100%;
  }

  /* Version comparison */
  .alert-eac7 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .button-top-84e6 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .focus_south_2014 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .simple_cfdd {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .video_last_5924,
  .orange-e78a,
  .feature-838a,
  .gradient-purple-dba7,
  .green-3ce9,
  .media_prev_6284 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .video_last_5924 table,
  .orange-e78a table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .backdrop-88c4 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .logo_63b2 {
    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;
  }

  .inner-7af5 {
    font-size: 1.25rem !important;
  }

  .content_f735 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .button_huge_9a0a {
    position: fixed;
  }

  .gradient_fa58 {
    padding: 0.625rem 0;
  }

  .media-f7e0 img {
    height: 26px;
  }

  .overlay-pressed-b891 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .surface_42a0 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .icon_440c {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .icon_440c svg {
    width: 18px;
    height: 18px;
  }

  .icon_440c .in-dfce {
    font-size: 0.7rem;
  }

  .icon_440c .heading-de8b {
    font-size: 0.65rem;
  }

  .status-north-b75e,
  .hero-static-2bf1 {
    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, .logo_63b2, .outer_76c6, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .background-c52c {
    padding: 1rem;
  }

  .east-7f77 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .link-lower-3a26 {
    padding: 0.875rem;
  }

  .old-e119 {
    font-size: 1.25rem;
  }

  .aside-south-510a .highlight_selected_22bf {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .content_f735 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .highlight_selected_22bf {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .stale_964e {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .clean-d6ba {
    padding: 1rem;
  }

  .tag-bf56 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .background-f50a,
  .smooth_8ce4,
  .input-1f3f,
  .huge-90b7 {
    padding: 1rem;
  }
}

@media print {
  .button_huge_9a0a,
  .button-834a,
  .full-4c6d,
  .highlight_selected_22bf,
  .menu-870f {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .logo_63b2 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.info-simple-0c66 {
  margin-bottom: 3rem;
  text-align: center;
}

.inner-7af5 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.focused-1af9 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.caption_597d,
.column_d8f7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.clean_0c4d {
  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;
}

.clean_0c4d:hover {
  transform: translateY(-5px);
}

.clean_0c4d strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.clean_0c4d span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.slider_blue_2dcb {
  margin: 3rem 0;
}

.frame_a71a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.footer_soft_3c59 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.footer_soft_3c59:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.icon-paper-8707 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hard_e5ee {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.layout_c33d {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.element_advanced_64fe {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.bottom_22f3 {
  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;
}

.bottom_22f3:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.bottom_22f3.widget-lower-e463 {
  border-left: 4px solid var(--primary-color);
}

.header_bbe3 {
  flex-shrink: 0;
}

.header_bbe3 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.wide_7ca7 {
  flex: 1;
}

.wide_7ca7 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.chip-fixed-b5e0 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.modal-dadf,
.filter_old_93c9,
.black-70c2 {
  margin-bottom: 1.5rem;
}

.modal-dadf h4,
.filter_old_93c9 h4,
.black-70c2 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modal-dadf ul,
.filter_old_93c9 ul,
.black-70c2 ul {
  list-style: none;
  padding: 0;
}

.modal-dadf li,
.filter_old_93c9 li,
.black-70c2 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.modal-dadf li:before,
.filter_old_93c9 li:before,
.black-70c2 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.button-right-2b4c {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.button-right-2b4c 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;
}

.button-right-2b4c a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.up-4ce2 { margin: 2rem 0; }
.modal-red-6ffe { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.modal-red-6ffe h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.paragraph_0c57 p { margin-bottom: 1rem; line-height: 1.7; }
.paragraph_0c57 strong { color: var(--text-primary); }
.paragraph_0c57 ul { list-style: none; padding-left: 0; }
.paragraph_0c57 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.paragraph_0c57 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.feature_807f { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.form-smooth-90d8 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.form-smooth-90d8:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.status_lite_eda7 { font-size: 3rem; margin-bottom: 1rem; }
.form-smooth-90d8 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.form-smooth-90d8 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.texture-plasma-64b5 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.texture-plasma-64b5 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.popup_4405 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.dirty-c011 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.aside-hard-95c8 { text-align: center; }
.steel_6010 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.out_75cb { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.image_liquid_4f38 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.tag_ac21 { margin: 2rem 0; }
.fluid_2402 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.fluid_2402 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.fluid_2402 p, .fluid_2402 ul { line-height: 1.7; }
.fluid_2402 ul { list-style: none; padding-left: 0; }
.fluid_2402 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.fluid_2402 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.icon-e806 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.tabs_830c { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.prev_a00c { text-align: center; }
.thumbnail-yellow-abc6 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.accent-40ce { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.chip-pro-8c11 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.static-d3a2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.sort_6d9b { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.sort_6d9b:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.sort_6d9b h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.sort_6d9b p, .sort_6d9b ul { line-height: 1.7; }
.sort_6d9b ul { list-style: none; padding-left: 0; }
.sort_6d9b ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.sort_6d9b ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: e68c */
.shadow-element-i7 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.2;
}
