/* ============================================
   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 */
.icon_up_3c24 p,
.solid_90d4,
.header_first_97b0,
.paragraph_4a26,
.wrapper-up-eac4,
.wrapper_f849,
.message-hovered-ff9b,
.logo-a383 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.info-down-5fc6 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.info-down-5fc6 > *,
.small_91c6,
.icon_up_3c24,
.static_572c {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .info-down-5fc6 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .info-down-5fc6 {
    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 === */
.main_down_2f18 {
  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 */
.main_down_2f18.north_5449 {
  box-shadow: var(--shadow-md);
}

.soft_893b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.cold_b5b0 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.center_d1b1 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.popup_de95 {
  display: none;
}

/* Hide mobile actions on desktop */
.fixed-e0fc {
  display: none;
}

.disabled-7607 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.disabled-7607 a:hover,
.disabled-7607 a.fn-active-3ccd {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.module-lower-adbd {
  margin-left: 1rem;
}

.up_29e8 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.middle_0d39,
.widget-6577 {
  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;
}

.middle_0d39 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.middle_0d39: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;
}

.widget-6577 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.widget-6577: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;
}

.middle_0d39 svg,
.widget-6577 svg {
  flex-shrink: 0;
}

.article-d6d1 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.form_clean_8e79 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.form_clean_8e79::before,
.form_clean_8e79::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.form_clean_8e79::before {
  top: -7px;
}

.form_clean_8e79::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.alert_3804 {
  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 === */
.shade-bronze-bf37 {
  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);
}

.header-yellow-bd7a {
  margin: 0 0 2rem;
  text-align: center;
}

.search-cbad {
  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;
}

.search-cbad:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.secondary-basic-7205 {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--text-secondary);
}

.secondary-basic-7205 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.dark-f0ce {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.hover-center-4680 {
  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;
}

.hover-center-4680:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.nav-ab36 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.photo_e7ae {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.thumbnail-11fe {
  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);
}

.thumbnail-11fe .item-prev-25fb {
  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;
}

.thumbnail-11fe .item-prev-25fb svg {
  flex-shrink: 0;
}

.thumbnail-11fe .text_9567 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.thumbnail-11fe .text_9567: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);
}

.thumbnail-11fe .accordion_huge_77fe {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.thumbnail-11fe .accordion_huge_77fe: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) {
  .shade-bronze-bf37 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .search-cbad {
    max-width: 100%;
  }

  .dark-f0ce {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .hover-center-4680 {
    padding: 1rem;
  }

  .nav-ab36 {
    font-size: 1.5rem;
  }

  .photo_e7ae {
    font-size: 0.75rem;
  }

  .secondary-basic-7205 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .thumbnail-11fe {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .thumbnail-11fe .item-prev-25fb {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .dark-f0ce {
    grid-template-columns: 1fr;
  }
}

.gradient-65b6 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.hard-ffed {
  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 === */
.input-221f {
  margin-bottom: 2.5rem;
}

.media-bd59 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.gradient-65b6 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.simple-5a00 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo-1868 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.element-lower-a323 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.message_2be5 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.dark_d3dd {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.accordion-35c2 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.east_cbbb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.east_cbbb svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.glass_ce5e {
  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);
}

.module-33d0 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.tooltip_1c15 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.left_e928 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.text_3192 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.tiny-54b9 {
  display: grid;
  gap: 1rem;
}

.red_b192 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.down_b573 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.center_6249 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.stone_2693 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.small_399c {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.sidebar-stale-1129 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.sidebar-stale-1129 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.solid_90d4 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.last_eaa4 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.title_dac6 {
  display: grid;
  gap: 2rem;
}

.layout-steel-b784 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.logo-1868 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.simple-5a00 {
  flex: 1;
}

.message_2be5 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.message_2be5 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.form-01f6 {
  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;
}

.dark_d3dd {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.title_black_49a4 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.title_black_49a4 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.surface-5b50 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.surface-5b50 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.basic_ddae {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.basic_ddae strong {
  display: block;
  margin-bottom: 0.75rem;
}

.basic_ddae ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.basic_ddae li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.hard-cfbe {
  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 === */
.clean-6ceb {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.text_wood_97fd {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.layout-right-8b1c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.west-e9f4 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.west-e9f4 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.west-e9f4 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.west-e9f4 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;
}

.west-e9f4 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.west-e9f4 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.icon_up_3c24 {
  padding: 3rem 0 5rem;
}

.static_572c {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.static_572c.article-dcab {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.header_first_97b0 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.notice-5722 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.pagination-dynamic-46c6 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.pagination-dynamic-46c6 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.smooth_3d76 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.green_42cc {
  text-align: center;
}

.rough_68d7 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.mini-ea04 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.dropdown_b934 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.wrapper_f849 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.paragraph_4a26 {
  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;
}

.paragraph_4a26 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.paragraph_4a26:hover {
  box-shadow: var(--shadow-lg);
}

.paragraph_4a26.pattern-dynamic-1ad5 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.paragraph_4a26 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.paragraph_4a26 ul {
  margin: 1rem 0;
}

.paragraph_4a26 li {
  margin-bottom: 0.75rem;
}

.overlay_35fb {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.frame_403b {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.frame_403b a {
  font-weight: 600;
}

/* === Data Tables === */
.component_53f1 {
  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;
}

.component_53f1 table {
  width: 100%;
  min-width: 600px;
}

.component_53f1 thead {
  background-color: var(--primary-color);
  color: white;
}

.component_53f1 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.component_53f1 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.component_53f1 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.component_53f1 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.preview_fixed_5e6c {
  list-style: none;
  margin: 1.5rem 0;
}

.preview_fixed_5e6c li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.preview_fixed_5e6c li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.stone_21c7::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-3ccd::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 === */
.logo-down-3370 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.wood-9278 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.wood-9278 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.wood-9278 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.wood-9278 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.logo-down-3370 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.message-hovered-ff9b {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.message-hovered-ff9b::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.disabled-c222 {
  position: relative;
  margin-bottom: 3rem;
}

.form_dark_2655 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.form_dark_2655 .dark-c4ff {
  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;
}

.down-6860 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.down-6860 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.down-6860 ul {
  margin: 1rem 0;
}

.down-6860 li {
  margin-bottom: 0.75rem;
}

.tooltip-steel-a04f {
  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 === */
.footer-large-6608 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.footer-large-6608 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.input-4da7 {
  list-style: none;
  margin: 1.5rem 0;
}

.input-4da7 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.input-4da7 a {
  font-weight: 600;
}

.section-bronze-d0a9 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.logo-a383 {
  margin: 2.5rem 0;
}

.dirty-b8a0 {
  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;
}

.dirty-b8a0:hover {
  box-shadow: var(--shadow-lg);
}

.dirty-b8a0.avatar-upper-cff6 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.row_clean_234c {
  flex-shrink: 0;
}

.row_clean_234c 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);
}

.component-right-f747 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.texture_iron_1a93,
.component_south_7411,
.short-981f {
  width: 100%;
  margin: 1.5rem 0;
}

.description-711d {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.description-711d strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.label_4fde {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.label_4fde strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.tag-smooth-4273 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.tag-smooth-4273 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.wrapper-red-1176 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.description-stale-4f98 {
  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;
}

.description-stale-4f98:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.description-stale-4f98.motion-f08f {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.description-stale-4f98 .logo_purple_80f5 {
  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;
}

.description-stale-4f98 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.inner_0a81 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.texture_lower_b940 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.texture_lower_b940 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.hot_e003 {
  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 === */
.item-prev-25fb {
  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;
}

.text_9567 {
  background-color: var(--primary-color);
  color: white;
}

.text_9567:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.accordion_huge_77fe {
  background-color: var(--text-secondary);
  color: white;
}

.accordion_huge_77fe:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.column-middle-c90f {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.column-middle-c90f:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.badge-7859 {
  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;
}

.badge-7859:hover {
  background-color: var(--primary-dark);
}

.shade-189b {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.black-3840 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.outline-left-cde0 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.iron-a82a {
  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 === */
.element-b2c1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.action_e435 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.action_e435 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.list_cool_adb4 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.surface-a4ea {
  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;
}

.thick_5599 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.tooltip_ff10 {
  list-style: none;
  counter-reset: rank-counter;
}

.tooltip_ff10 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.tooltip_ff10 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;
}

.photo-b136 {
  list-style: none;
}

.photo-b136 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.out_0d5b {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.outline-184b {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.outline-184b .tag-ff35 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.outline-184b .gallery_yellow_a448 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.current_3d70 {
  margin-top: 3rem;
}

.logo_huge_57a2 {
  width: 100%;
}

.lite_aa7c {
  background-color: #fef3c7;
}

.pagination_5a38 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.modal_6fe0 {
  margin: 3rem 0;
}

.blue_8602 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.next-c663 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.next-c663:hover {
  box-shadow: var(--shadow-lg);
}

.next-c663.texture-3bd2 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.section_top_71ba {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.pagination-6b4e strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.pagination-6b4e span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.modal-huge-5f6e {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.next-c663 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.link_ad85 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.outline_bright_c6b8 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.advanced-a485 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.purple_a8ab {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.south_51d6 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.badge_f314 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.cold-c7e8 {
  max-width: 900px;
  margin: 0 auto;
}

.background-easy-86fe {
  margin: 2rem 0;
}

.image-009f {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.image-009f summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.image-009f summary::-webkit-details-marker {
  display: none;
}

.image-009f summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.dark-d500 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.image-009f[open] .dark-d500 {
  transform: rotate(45deg);
}

.header-plasma-c871 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.header-plasma-c871 p:last-child {
  margin-bottom: 0;
}

.form_south_8008 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.hard-0efa {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.hard_2bd5 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.hard_2bd5 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.hard_2bd5 .item-prev-25fb {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.top-89a5 {
  max-width: 900px;
  margin: 0 auto;
}

.icon-0b6c {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.form-e79b {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.form-e79b.fn-success-3ccd {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.input-narrow-cbeb {
  font-size: 3rem;
  line-height: 1;
}

.tertiary_fresh_2906 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.component-8a1a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.element-b46e,
.motion_d4db {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.element-b46e h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.motion_d4db h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.heading-hard-c35b,
.button_a3a9 {
  margin: 1.5rem 0;
}

.heading-hard-c35b li,
.button_a3a9 li {
  margin-bottom: 1rem;
}

.wrapper_e556 {
  margin: 3rem 0;
}

.liquid-9985 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.liquid-9985 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.liquid-9985 ol {
  margin: 1rem 0;
}

.liquid-9985 li {
  margin-bottom: 0.75rem;
}

.tertiary_068e {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.media-e17b {
  margin: 2rem 0;
}

.fixed_2b16 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.inner-0449 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.video_f8a0 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.notice-d7a0 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.list_4e22 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.narrow-0298 {
  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;
}

.narrow-0298 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.element-lower-a323 {
  flex: 1;
}

.element-lower-a323 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.slider_70f3 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.gas-a192 p {
  margin-bottom: 1rem;
}

.nav-brown-a872 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.cold-a846 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.backdrop-fast-db52 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.backdrop-fast-db52 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.gas_9fe6 h3 {
  margin-bottom: 1.5rem;
}

.table_stone_4ba3 {
  display: grid;
  gap: 2rem;
}

.liquid-5ef8 {
  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;
}

.liquid-5ef8 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.liquid-5ef8 h4 {
  margin: 0 0 0.25rem;
}

.liquid-5ef8 p {
  margin: 0;
  font-size: 0.9375rem;
}

.modal_f343 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.item_a340 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.item_a340 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.item_a340 ul {
  margin: 1.5rem 0;
}

.item_a340 li {
  margin-bottom: 0.75rem;
}

.simple-ea74 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.aside-7694 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.chip_solid_5e19 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.backdrop_7e43 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.backdrop_7e43 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.thumbnail-fd01 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.thumbnail-fd01 a {
  color: rgba(255, 255, 255, 0.8);
}

.module_54f6 {
  list-style: none;
}

.module_54f6 li {
  margin-bottom: 0.75rem;
}

.module_54f6 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.module_54f6 a:hover {
  color: white;
}

.plasma_5408 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.slider-e187 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.dropdown_old_c39e {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.module_cdd9 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.avatar_50df {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .info-down-5fc6 {
    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;
  }

  .progress-29b8 {
    font-size: 1.5rem !important;
  }

  .media-bd59 {
    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 */
  .paragraph_4a26,
  .wrapper-up-eac4,
  .down-6860,
  .component-right-f747,
  .section_top_71ba,
  .next-c663,
  .header-plasma-c871,
  .secondary-basic-7205,
  .solid_90d4,
  .header_first_97b0 {
    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 */
  .gradient-65b6 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .simple-5a00 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .logo-1868 {
    flex-shrink: 0;
  }

  .element-lower-a323 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .message_2be5,
  .dark_d3dd {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .dark_d3dd {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .center_d1b1 {
    display: none;
  }

  /* Show mobile actions */
  .fixed-e0fc {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .last-a1e8 {
    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;
  }

  .last-a1e8 svg {
    flex-shrink: 0;
  }

  .last-a1e8 .plasma_0889 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .last-a1e8 .hero-348c {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .warm-1ea2 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .tag_pressed_af74 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .last-a1e8:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .popup_de95 {
    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;
  }

  .popup_de95.fn-active-3ccd {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .popup_de95 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .popup_de95 li:last-child {
    border-bottom: none;
  }

  .popup_de95 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .disabled-7607 {
    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;
  }

  .disabled-7607 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .disabled-7607 li:last-child {
    border-bottom: none;
  }

  .disabled-7607 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .module-lower-adbd {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .up_29e8 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .middle_0d39,
  .widget-6577 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .middle_0d39 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .widget-6577 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .disabled-7607.fn-active-3ccd {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .article-d6d1 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .main_down_2f18 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .soft_893b {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .alert_3804 {
    margin-top: 0;
  }

  /* Hero section */
  .alert_3804 {
    padding: 2rem 0 1.5rem;
  }

  .media-bd59 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .solid_90d4 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .shade-bronze-bf37 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .search-cbad {
    max-width: 100%;
    border-radius: 8px;
  }

  .dark-f0ce {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .hover-center-4680 {
    padding: 1rem;
  }

  .nav-ab36 {
    font-size: 1.5rem;
  }

  .photo_e7ae {
    font-size: 0.75rem;
  }

  .secondary-basic-7205 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .thumbnail-11fe {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .thumbnail-11fe .item-prev-25fb {
    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 */
  .layout-right-8b1c {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .dirty-b8a0 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .row_clean_234c {
    margin-bottom: 1rem;
  }

  /* Author */
  .layout-steel-b784 {
    flex-direction: column;
  }

  .narrow-0298 {
    flex-direction: column;
  }

  /* Quotes */
  .section_top_71ba {
    flex-direction: column;
  }

  /* Pros/Cons */
  .component-8a1a {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .notice-d7a0 {
    flex-direction: column;
  }

  .notice-d7a0 .item-prev-25fb {
    width: 100%;
  }

  /* Version comparison */
  .wrapper-red-1176 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .element-b2c1 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .chip_solid_5e19 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .dropdown_old_c39e {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .component_53f1,
  .component_south_7411,
  .accordion_eae7,
  .logo_huge_57a2,
  .texture_iron_1a93,
  .short-981f {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .component_53f1 table,
  .component_south_7411 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .hot_e003 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .info-down-5fc6 {
    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;
  }

  .progress-29b8 {
    font-size: 1.25rem !important;
  }

  .media-bd59 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .main_down_2f18 {
    position: fixed;
  }

  .soft_893b {
    padding: 0.625rem 0;
  }

  .cold_b5b0 img {
    height: 26px;
  }

  .disabled-7607 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .popup_de95 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .last-a1e8 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .last-a1e8 svg {
    width: 18px;
    height: 18px;
  }

  .last-a1e8 .plasma_0889 {
    font-size: 0.7rem;
  }

  .last-a1e8 .hero-348c {
    font-size: 0.65rem;
  }

  .middle_0d39,
  .widget-6577 {
    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, .info-down-5fc6, .small_91c6, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .shade-bronze-bf37 {
    padding: 1rem;
  }

  .dark-f0ce {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .hover-center-4680 {
    padding: 0.875rem;
  }

  .nav-ab36 {
    font-size: 1.25rem;
  }

  .thumbnail-11fe .item-prev-25fb {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .media-bd59 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .item-prev-25fb {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .shade-189b {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .dirty-b8a0 {
    padding: 1rem;
  }

  .row_clean_234c span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .paragraph_4a26,
  .popup-7ec7,
  .accordion-copper-d963,
  .text-middle-9293 {
    padding: 1rem;
  }
}

@media print {
  .main_down_2f18,
  .clean-6ceb,
  .article-d6d1,
  .item-prev-25fb,
  .aside-7694 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .info-down-5fc6 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.south-a106 {
  margin-bottom: 3rem;
  text-align: center;
}

.progress-29b8 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.huge_fe41 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.button-708f,
.yellow-157e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.pressed_2724 {
  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;
}

.pressed_2724:hover {
  transform: translateY(-5px);
}

.pressed_2724 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.pressed_2724 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.shade_bfdc {
  margin: 3rem 0;
}

.sort_silver_a850 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.last-9870 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.last-9870:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.tabs_current_d093 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.section-soft-f0b3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.thumbnail_gold_7554 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.accent-glass-eca5 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.purple-8c65 {
  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;
}

.purple-8c65:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.purple-8c65.panel_bronze_107a {
  border-left: 4px solid var(--primary-color);
}

.brown_6d27 {
  flex-shrink: 0;
}

.brown_6d27 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.bottom_5897 {
  flex: 1;
}

.bottom_5897 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.block_ba52 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.video_c733,
.simple-03dd,
.middle_741e {
  margin-bottom: 1.5rem;
}

.video_c733 h4,
.simple-03dd h4,
.middle_741e h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.video_c733 ul,
.simple-03dd ul,
.middle_741e ul {
  list-style: none;
  padding: 0;
}

.video_c733 li,
.simple-03dd li,
.middle_741e li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.video_c733 li:before,
.simple-03dd li:before,
.middle_741e li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.content-a866 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.content-a866 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;
}

.content-a866 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.frame-middle-088d { margin: 2rem 0; }
.dynamic-4b21 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.dynamic-4b21 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.column_right_442f p { margin-bottom: 1rem; line-height: 1.7; }
.column_right_442f strong { color: var(--text-primary); }
.column_right_442f ul { list-style: none; padding-left: 0; }
.column_right_442f ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.column_right_442f ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.middle_95fc { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.gallery_dim_ff01 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.gallery_dim_ff01:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.bronze-e36c { font-size: 3rem; margin-bottom: 1rem; }
.gallery_dim_ff01 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.gallery_dim_ff01 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.small-fa31 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.small-fa31 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.north_e2e2 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.aside-green-9b6d { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.caption-in-5b4c { text-align: center; }
.texture-4c55 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.menu_c79c { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.hero_4533 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.background_black_bf22 { margin: 2rem 0; }
.small-d731 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.small-d731 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.small-d731 p, .small-d731 ul { line-height: 1.7; }
.small-d731 ul { list-style: none; padding-left: 0; }
.small-d731 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.small-d731 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.nav-center-e435 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.link_simple_1cd1 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.overlay_e876 { text-align: center; }
.shade-936e { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.main-motion-84c5 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.label_thick_67fb { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.stone_58f2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.solid_0035 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.solid_0035:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.solid_0035 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.solid_0035 p, .solid_0035 ul { line-height: 1.7; }
.solid_0035 ul { list-style: none; padding-left: 0; }
.solid_0035 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.solid_0035 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 5ac7 */
.ghost-box-i5 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.2;
}
