/* ============================================
   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 */
.pagination_ee2f p,
.fresh-78d5,
.bottom_bd0f,
.container-e303,
.footer-paper-7800,
.modal-thick-f3d7,
.white_fc13,
.surface-d1e2 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.banner-bronze-49cd {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.banner-bronze-49cd > *,
.filter-blue-e83f,
.pagination_ee2f,
.nav-dark-a1bd {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .banner-bronze-49cd {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .banner-bronze-49cd {
    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 === */
.secondary_1150 {
  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 */
.secondary_1150.content-over-fa9a {
  box-shadow: var(--shadow-md);
}

.nav-warm-b4e1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.caption_fixed_cc99 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.sort-simple-8924 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.input_plasma_6666 {
  display: none;
}

/* Hide mobile actions on desktop */
.under-09f4 {
  display: none;
}

.fast-4653 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.fast-4653 a:hover,
.fast-4653 a.fn-active-0091 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.logo_df39 {
  margin-left: 1rem;
}

.highlight-in-6608 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.table-9283,
.overlay_311e {
  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;
}

.table-9283 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.table-9283: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;
}

.overlay_311e {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.overlay_311e: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;
}

.table-9283 svg,
.overlay_311e svg {
  flex-shrink: 0;
}

.iron_1aaf {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.content_pressed_a1ed {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.content_pressed_a1ed::before,
.content_pressed_a1ed::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.content_pressed_a1ed::before {
  top: -7px;
}

.content_pressed_a1ed::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.hovered_f2f5 {
  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 === */
.element-bottom-e6d5 {
  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);
}

.cold-8833 {
  margin: 0 0 2rem;
  text-align: center;
}

.label_0046 {
  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;
}

.label_0046:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.pressed_5418 {
  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);
}

.pressed_5418 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.full-2a6f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.video_up_7dfa {
  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;
}

.video_up_7dfa:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.article-cool-8032 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.tiny_319b {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.frame-2069 {
  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);
}

.frame-2069 .widget_bottom_0dfe {
  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;
}

.frame-2069 .widget_bottom_0dfe svg {
  flex-shrink: 0;
}

.frame-2069 .nav-6631 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.frame-2069 .nav-6631: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);
}

.frame-2069 .element_outer_c2d2 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.frame-2069 .element_outer_c2d2: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) {
  .element-bottom-e6d5 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .label_0046 {
    max-width: 100%;
  }

  .full-2a6f {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .video_up_7dfa {
    padding: 1rem;
  }

  .article-cool-8032 {
    font-size: 1.5rem;
  }

  .tiny_319b {
    font-size: 0.75rem;
  }

  .pressed_5418 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .frame-2069 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .frame-2069 .widget_bottom_0dfe {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .full-2a6f {
    grid-template-columns: 1fr;
  }
}

.old-8f52 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.hard_e040 {
  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 === */
.background-458c {
  margin-bottom: 2.5rem;
}

.icon-dc7a {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.old-8f52 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.cold_d27f {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.slow_da15 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.summary-small-e15c {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.wrapper-4846 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.pressed-c9a6 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.background-6b45 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.info-pro-0e60 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.info-pro-0e60 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.shadow-cool-6826 {
  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);
}

.outline-efee {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.secondary-2295 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.card-large-678a {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.red_e3b7 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.hidden-456a {
  display: grid;
  gap: 1rem;
}

.info-9ef0 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.blue_77dc {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.hot_155b {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.content-f583 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.carousel_7303 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.box-wood-3ca9 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.box-wood-3ca9 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.fresh-78d5 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.lite_e683 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.element-8241 {
  display: grid;
  gap: 2rem;
}

.last-612c {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.slow_da15 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.cold_d27f {
  flex: 1;
}

.wrapper-4846 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.wrapper-4846 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.grid-e61b {
  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;
}

.pressed-c9a6 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.small_2020 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.small_2020 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.modal-basic-18b4 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.modal-basic-18b4 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.purple-e7ab {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.purple-e7ab strong {
  display: block;
  margin-bottom: 0.75rem;
}

.purple-e7ab ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.purple-e7ab li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.dropdown_3d65 {
  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 === */
.under_a591 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.nav-5fc6 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.warm_e82b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.tiny-5fac h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.tiny-5fac ol {
  list-style: none;
  counter-reset: toc-counter;
}

.tiny-5fac ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.tiny-5fac 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;
}

.tiny-5fac ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.tiny-5fac ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.pagination_ee2f {
  padding: 3rem 0 5rem;
}

.nav-dark-a1bd {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.nav-dark-a1bd.component-dynamic-e37c {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.bottom_bd0f {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.light-606d {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.under_b2d7 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.under_b2d7 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.title-f3fe {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.sidebar-new-5eef {
  text-align: center;
}

.notice_paper_96f6 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.info-thick-a125 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.pattern-38e7 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.modal-thick-f3d7 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.container-e303 {
  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;
}

.container-e303 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.container-e303:hover {
  box-shadow: var(--shadow-lg);
}

.container-e303.paragraph-west-f3f4 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.container-e303 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.container-e303 ul {
  margin: 1rem 0;
}

.container-e303 li {
  margin-bottom: 0.75rem;
}

.blue-40ae {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.tooltip-focused-dca3 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.tooltip-focused-dca3 a {
  font-weight: 600;
}

/* === Data Tables === */
.mini-062f {
  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;
}

.mini-062f table {
  width: 100%;
  min-width: 600px;
}

.mini-062f thead {
  background-color: var(--primary-color);
  color: white;
}

.mini-062f th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.mini-062f td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.mini-062f tbody tr:hover {
  background-color: var(--bg-secondary);
}

.mini-062f tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.banner_motion_118f {
  list-style: none;
  margin: 1.5rem 0;
}

.banner_motion_118f li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.banner_motion_118f li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.summary-soft-5c2d::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-0091::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 === */
.current-bc5a {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.outer-a602 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.outer-a602 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.outer-a602 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.outer-a602 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.current-bc5a blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.white_fc13 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.white_fc13::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.mask-2639 {
  position: relative;
  margin-bottom: 3rem;
}

.lower-624d {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.lower-624d .wood_0e15 {
  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;
}

.sidebar_fast_7a8c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.sidebar_fast_7a8c h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.sidebar_fast_7a8c ul {
  margin: 1rem 0;
}

.sidebar_fast_7a8c li {
  margin-bottom: 0.75rem;
}

.tooltip_db61 {
  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 === */
.box-2725 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.box-2725 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.hot_15b5 {
  list-style: none;
  margin: 1.5rem 0;
}

.hot_15b5 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.hot_15b5 a {
  font-weight: 600;
}

.media_2846 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.surface-d1e2 {
  margin: 2.5rem 0;
}

.pattern_e798 {
  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;
}

.pattern_e798:hover {
  box-shadow: var(--shadow-lg);
}

.pattern_e798.tiny-9acf {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.shade_b9b2 {
  flex-shrink: 0;
}

.shade_b9b2 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);
}

.background_last_8232 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.slider-9781,
.tiny-94a3,
.dropdown-a914 {
  width: 100%;
  margin: 1.5rem 0;
}

.thumbnail_42a9 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.thumbnail_42a9 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.black_5751 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.black_5751 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.row_full_9dbf {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.row_full_9dbf strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.form-short-b9e3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.focus_right_94c5 {
  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;
}

.focus_right_94c5:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.focus_right_94c5.bottom_8500 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.focus_right_94c5 .preview_59a8 {
  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;
}

.focus_right_94c5 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.text-2518 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.bronze-c6d8 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.bronze-c6d8 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.clean_d03c {
  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 === */
.widget_bottom_0dfe {
  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;
}

.nav-6631 {
  background-color: var(--primary-color);
  color: white;
}

.nav-6631:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.element_outer_c2d2 {
  background-color: var(--text-secondary);
  color: white;
}

.element_outer_c2d2:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.container_pressed_b5b6 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.container_pressed_b5b6:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.grid_0797 {
  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;
}

.grid_0797:hover {
  background-color: var(--primary-dark);
}

.feature_cool_0e91 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.background_400f {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.lower-8da0 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.basic-a949 {
  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 === */
.icon-875b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.alert-0837 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.alert-0837 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.slow_e724 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.title-dark-5fd3 {
  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;
}

.block_light_3fe9 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.gallery_active_d6dc {
  list-style: none;
  counter-reset: rank-counter;
}

.gallery_active_d6dc li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.gallery_active_d6dc 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;
}

.feature_1f4b {
  list-style: none;
}

.feature_1f4b li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.disabled_red_ef6c {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.accordion-58a5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.accordion-58a5 .plasma-e892 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.accordion-58a5 .button_8ff1 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.button-27ab {
  margin-top: 3rem;
}

.component_clean_73a7 {
  width: 100%;
}

.paragraph-6474 {
  background-color: #fef3c7;
}

.east_f1ce {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.plasma_6778 {
  margin: 3rem 0;
}

.table_full_f6c6 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.active-d25f {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.active-d25f:hover {
  box-shadow: var(--shadow-lg);
}

.active-d25f.north-a884 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.photo-focused-1e0f {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.active-3c62 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.active-3c62 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.gallery-dirty-c93a {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.active-d25f blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.small-fb4a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tooltip_4919 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.modal_bronze_2781 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.item_cc0e {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.text-bright-d9c5 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.alert_north_5fab {
  margin-top: 1rem;
}

/* === FAQ Section === */
.backdrop_black_5d81 {
  max-width: 900px;
  margin: 0 auto;
}

.fresh_aeb0 {
  margin: 2rem 0;
}

.gold-4b6d {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.gold-4b6d summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.gold-4b6d summary::-webkit-details-marker {
  display: none;
}

.gold-4b6d summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.focused_c07e {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.gold-4b6d[open] .focused_c07e {
  transform: rotate(45deg);
}

.plasma-9783 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.plasma-9783 p:last-child {
  margin-bottom: 0;
}

.pagination-steel-51dc {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.static-49a3 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.paragraph_current_9bcd {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.paragraph_current_9bcd p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.paragraph_current_9bcd .widget_bottom_0dfe {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.logo-light-76bf {
  max-width: 900px;
  margin: 0 auto;
}

.hard-b1ba {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.motion-95b4 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.motion-95b4.fn-success-0091 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.pressed_24cd {
  font-size: 3rem;
  line-height: 1;
}

.feature-fresh-be32 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.center_6bc2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.info_0385,
.action-f216 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.info_0385 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.action-f216 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.pagination_bc49,
.caption-pink-662b {
  margin: 1.5rem 0;
}

.pagination_bc49 li,
.caption-pink-662b li {
  margin-bottom: 1rem;
}

.summary-f1f6 {
  margin: 3rem 0;
}

.text_dark_47df {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.text_dark_47df h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.text_dark_47df ol {
  margin: 1rem 0;
}

.text_dark_47df li {
  margin-bottom: 0.75rem;
}

.avatar_880b {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.popup-75c0 {
  margin: 2rem 0;
}

.module_middle_2cdc {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.purple_782f {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.alert-f5d5 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.menu-3419 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.tertiary_c70b {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.title_dim_6d6b {
  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;
}

.title_dim_6d6b img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.summary-small-e15c {
  flex: 1;
}

.summary-small-e15c h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.hover-5261 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.logo-steel-bf7a p {
  margin-bottom: 1rem;
}

.carousel-1586 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.icon_ea59 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.current-ee24 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.current-ee24 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.module_over_22dd h3 {
  margin-bottom: 1.5rem;
}

.orange-dc3b {
  display: grid;
  gap: 2rem;
}

.row_silver_3694 {
  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;
}

.row_silver_3694 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.row_silver_3694 h4 {
  margin: 0 0 0.25rem;
}

.row_silver_3694 p {
  margin: 0;
  font-size: 0.9375rem;
}

.pattern_down_792d {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.element_white_49d6 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.element_white_49d6 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.element_white_49d6 ul {
  margin: 1.5rem 0;
}

.element_white_49d6 li {
  margin-bottom: 0.75rem;
}

.caption-0a09 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.notification-over-4ac5 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.wide-a611 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.widget_13df h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.widget_13df p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.fresh_3050 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.fresh_3050 a {
  color: rgba(255, 255, 255, 0.8);
}

.east_cfe8 {
  list-style: none;
}

.east_cfe8 li {
  margin-bottom: 0.75rem;
}

.east_cfe8 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.east_cfe8 a:hover {
  color: white;
}

.layout_north_2b48 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.image_b9a0 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.smooth-2ac2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.caption-b8fa {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.media-71f3 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .banner-bronze-49cd {
    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;
  }

  .frame-7908 {
    font-size: 1.5rem !important;
  }

  .icon-dc7a {
    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 */
  .container-e303,
  .footer-paper-7800,
  .sidebar_fast_7a8c,
  .background_last_8232,
  .photo-focused-1e0f,
  .active-d25f,
  .plasma-9783,
  .pressed_5418,
  .fresh-78d5,
  .bottom_bd0f {
    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 */
  .old-8f52 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .cold_d27f {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .slow_da15 {
    flex-shrink: 0;
  }

  .summary-small-e15c {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .wrapper-4846,
  .pressed-c9a6 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .pressed-c9a6 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .sort-simple-8924 {
    display: none;
  }

  /* Show mobile actions */
  .under-09f4 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .lite-527d {
    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;
  }

  .lite-527d svg {
    flex-shrink: 0;
  }

  .lite-527d .purple-d92f {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .lite-527d .label-02ff {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .input_lite_219b {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .current-4323 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .lite-527d:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .input_plasma_6666 {
    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;
  }

  .input_plasma_6666.fn-active-0091 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .input_plasma_6666 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .input_plasma_6666 li:last-child {
    border-bottom: none;
  }

  .input_plasma_6666 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .fast-4653 {
    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;
  }

  .fast-4653 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .fast-4653 li:last-child {
    border-bottom: none;
  }

  .fast-4653 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .logo_df39 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .highlight-in-6608 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .table-9283,
  .overlay_311e {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .table-9283 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .overlay_311e {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .fast-4653.fn-active-0091 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .iron_1aaf {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .secondary_1150 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .nav-warm-b4e1 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .hovered_f2f5 {
    margin-top: 0;
  }

  /* Hero section */
  .hovered_f2f5 {
    padding: 2rem 0 1.5rem;
  }

  .icon-dc7a {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .fresh-78d5 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .element-bottom-e6d5 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .label_0046 {
    max-width: 100%;
    border-radius: 8px;
  }

  .full-2a6f {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .video_up_7dfa {
    padding: 1rem;
  }

  .article-cool-8032 {
    font-size: 1.5rem;
  }

  .tiny_319b {
    font-size: 0.75rem;
  }

  .pressed_5418 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .frame-2069 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .frame-2069 .widget_bottom_0dfe {
    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 */
  .warm_e82b {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .pattern_e798 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .shade_b9b2 {
    margin-bottom: 1rem;
  }

  /* Author */
  .last-612c {
    flex-direction: column;
  }

  .title_dim_6d6b {
    flex-direction: column;
  }

  /* Quotes */
  .photo-focused-1e0f {
    flex-direction: column;
  }

  /* Pros/Cons */
  .center_6bc2 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .menu-3419 {
    flex-direction: column;
  }

  .menu-3419 .widget_bottom_0dfe {
    width: 100%;
  }

  /* Version comparison */
  .form-short-b9e3 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .icon-875b {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .wide-a611 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .smooth-2ac2 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .mini-062f,
  .tiny-94a3,
  .sort-ea0b,
  .component_clean_73a7,
  .slider-9781,
  .dropdown-a914 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mini-062f table,
  .tiny-94a3 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .clean_d03c {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .banner-bronze-49cd {
    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;
  }

  .frame-7908 {
    font-size: 1.25rem !important;
  }

  .icon-dc7a {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .secondary_1150 {
    position: fixed;
  }

  .nav-warm-b4e1 {
    padding: 0.625rem 0;
  }

  .caption_fixed_cc99 img {
    height: 26px;
  }

  .fast-4653 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .input_plasma_6666 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .lite-527d {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .lite-527d svg {
    width: 18px;
    height: 18px;
  }

  .lite-527d .purple-d92f {
    font-size: 0.7rem;
  }

  .lite-527d .label-02ff {
    font-size: 0.65rem;
  }

  .table-9283,
  .overlay_311e {
    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, .banner-bronze-49cd, .filter-blue-e83f, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .element-bottom-e6d5 {
    padding: 1rem;
  }

  .full-2a6f {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .video_up_7dfa {
    padding: 0.875rem;
  }

  .article-cool-8032 {
    font-size: 1.25rem;
  }

  .frame-2069 .widget_bottom_0dfe {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .icon-dc7a {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .widget_bottom_0dfe {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .feature_cool_0e91 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .pattern_e798 {
    padding: 1rem;
  }

  .shade_b9b2 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .container-e303,
  .progress_soft_3761,
  .yellow_6458,
  .video_glass_2dc4 {
    padding: 1rem;
  }
}

@media print {
  .secondary_1150,
  .under_a591,
  .iron_1aaf,
  .widget_bottom_0dfe,
  .notification-over-4ac5 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .banner-bronze-49cd {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.gas_3192 {
  margin-bottom: 3rem;
  text-align: center;
}

.frame-7908 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.notice_dynamic_625b {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.secondary-eb07,
.full_4998 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.upper_0d73 {
  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;
}

.upper_0d73:hover {
  transform: translateY(-5px);
}

.upper_0d73 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.upper_0d73 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.notification-8a05 {
  margin: 3rem 0;
}

.thumbnail-pressed-b39a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.hot_8bdf {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.hot_8bdf:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.modal-center-5ca5 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.simple-7b47 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.hero-6db7 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.paragraph-a18d {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.row_large_7909 {
  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;
}

.row_large_7909:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.row_large_7909.detail-8a08 {
  border-left: 4px solid var(--primary-color);
}

.old-b418 {
  flex-shrink: 0;
}

.old-b418 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.inner_fa63 {
  flex: 1;
}

.inner_fa63 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.sort-ddb0 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.table_77db,
.element-fluid-e826,
.complex-2973 {
  margin-bottom: 1.5rem;
}

.table_77db h4,
.element-fluid-e826 h4,
.complex-2973 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.table_77db ul,
.element-fluid-e826 ul,
.complex-2973 ul {
  list-style: none;
  padding: 0;
}

.table_77db li,
.element-fluid-e826 li,
.complex-2973 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.table_77db li:before,
.element-fluid-e826 li:before,
.complex-2973 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.row-over-c21c {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.row-over-c21c 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;
}

.row-over-c21c a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.plasma-540e { margin: 2rem 0; }
.tabs_105e { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.tabs_105e h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.media_warm_763e p { margin-bottom: 1rem; line-height: 1.7; }
.media_warm_763e strong { color: var(--text-primary); }
.media_warm_763e ul { list-style: none; padding-left: 0; }
.media_warm_763e ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.media_warm_763e ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.status_active_ba8d { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.background_warm_ec72 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.background_warm_ec72:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.search_5d3f { font-size: 3rem; margin-bottom: 1rem; }
.background_warm_ec72 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.background_warm_ec72 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.action-bc87 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.action-bc87 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.first-ad00 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.info_665d { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.table_c615 { text-align: center; }
.tooltip_over_ced8 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.old_eb3b { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.tabs-under-51a3 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.preview-d4a5 { margin: 2rem 0; }
.narrow_f81a { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.narrow_f81a h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.narrow_f81a p, .narrow_f81a ul { line-height: 1.7; }
.narrow_f81a ul { list-style: none; padding-left: 0; }
.narrow_f81a ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.narrow_f81a ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.hidden-71cf { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.center-3d77 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.tertiary-plasma-581f { text-align: center; }
.notification-gas-da26 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.slider-09e0 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.clean_605b { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.mini_2035 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.table_gas_58aa { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.table_gas_58aa:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.table_gas_58aa h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.table_gas_58aa p, .table_gas_58aa ul { line-height: 1.7; }
.table_gas_58aa ul { list-style: none; padding-left: 0; }
.table_gas_58aa ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.table_gas_58aa ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 4862 */
.phantom-card-z6 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.1;
}
